mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
New translations.
This commit is contained in:
@@ -1045,8 +1045,8 @@ return [
|
||||
'bill_repeats_half-year_skip' => 'Herhaalt elke {skip} halve jaren',
|
||||
'bill_repeats_yearly_skip' => 'Herhaalt elke {skip} jaar',
|
||||
'subscriptions' => 'Abonnementen',
|
||||
'forever' => 'Forever',
|
||||
'extension_date_is' => 'Extension date is {date}',
|
||||
'forever' => 'Voor altijd',
|
||||
'extension_date_is' => 'Verlengdatum is {date}',
|
||||
|
||||
// accounts:
|
||||
'inactive_account_link' => 'Je hebt :count inactieve (gearchiveerde) rekening, die je kan bekijken op deze aparte pagina.|Je hebt :count inactieve (gearchiveerde) rekeningen, die je kan bekijken op deze aparte pagina.',
|
||||
|
||||
@@ -58,7 +58,7 @@ return [
|
||||
'currency' => 'Valuta',
|
||||
'account_id' => 'Betaalrekening',
|
||||
'budget_id' => 'Budget',
|
||||
'bill_id' => 'Bill',
|
||||
'bill_id' => 'Contract',
|
||||
'opening_balance' => 'Startsaldo',
|
||||
'tagMode' => 'Tag modus',
|
||||
'virtual_balance' => 'Virtueel saldo',
|
||||
@@ -84,12 +84,11 @@ return [
|
||||
'liability_type' => 'Passivasoort',
|
||||
'interest' => 'Rente',
|
||||
'interest_period' => 'Renteperiode',
|
||||
|
||||
'type' => 'Type',
|
||||
'convert_Withdrawal' => 'Verander uitgave',
|
||||
'convert_Deposit' => 'Verander inkomsten',
|
||||
'convert_Transfer' => 'Verander overschrijving',
|
||||
|
||||
'extension_date' => 'Verlengdatum',
|
||||
'type' => 'Type',
|
||||
'convert_Withdrawal' => 'Verander uitgave',
|
||||
'convert_Deposit' => 'Verander inkomsten',
|
||||
'convert_Transfer' => 'Verander overschrijving',
|
||||
'amount' => 'Bedrag',
|
||||
'foreign_amount' => 'Bedrag in vreemde valuta',
|
||||
'date' => 'Datum',
|
||||
@@ -122,6 +121,7 @@ return [
|
||||
'stop_processing' => 'Stop met verwerken',
|
||||
'start_date' => 'Start van bereik',
|
||||
'end_date' => 'Einde van bereik',
|
||||
'enddate' => 'Einddatum',
|
||||
'start' => 'Start van bereik',
|
||||
'end' => 'Einde van bereik',
|
||||
'delete_account' => 'Verwijder rekening ":name"',
|
||||
@@ -172,85 +172,76 @@ return [
|
||||
'tag_keep_transactions' => 'De enige transactie verbonden aan deze tag blijft bewaard.|De :count transacties verbonden aan deze tag blijven bewaard.',
|
||||
'check_for_updates' => 'Op updates controleren',
|
||||
'liability_direction' => 'Passiva in- of uitgaand',
|
||||
|
||||
'delete_object_group' => 'Verwijder groep ":title"',
|
||||
|
||||
'email' => 'E-mailadres',
|
||||
'password' => 'Wachtwoord',
|
||||
'password_confirmation' => 'Wachtwoord (nogmaals)',
|
||||
'blocked' => 'Is geblokkeerd?',
|
||||
'blocked_code' => 'Reden voor blokkade',
|
||||
'login_name' => 'Login',
|
||||
'is_owner' => 'Is beheerder?',
|
||||
'delete_object_group' => 'Verwijder groep ":title"',
|
||||
'email' => 'E-mailadres',
|
||||
'password' => 'Wachtwoord',
|
||||
'password_confirmation' => 'Wachtwoord (nogmaals)',
|
||||
'blocked' => 'Is geblokkeerd?',
|
||||
'blocked_code' => 'Reden voor blokkade',
|
||||
'login_name' => 'Login',
|
||||
'is_owner' => 'Is beheerder?',
|
||||
|
||||
// import
|
||||
'apply_rules' => 'Regels toepassen',
|
||||
'artist' => 'Artiest',
|
||||
'album' => 'Album',
|
||||
'song' => 'Nummer',
|
||||
'apply_rules' => 'Regels toepassen',
|
||||
'artist' => 'Artiest',
|
||||
'album' => 'Album',
|
||||
'song' => 'Nummer',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Domein',
|
||||
'single_user_mode' => 'Registratie uitgeschakelen',
|
||||
'is_demo_site' => 'Is demo website',
|
||||
'domain' => 'Domein',
|
||||
'single_user_mode' => 'Registratie uitgeschakelen',
|
||||
'is_demo_site' => 'Is demo website',
|
||||
|
||||
// import
|
||||
'configuration_file' => 'Configuratiebestand',
|
||||
'csv_comma' => 'Een komma (,)',
|
||||
'csv_semicolon' => 'Een puntkomma (;)',
|
||||
'csv_tab' => 'Een tab (onzichtbaar)',
|
||||
'csv_delimiter' => 'CSV scheidingsteken',
|
||||
'client_id' => 'Client ID',
|
||||
'app_id' => 'App ID',
|
||||
'secret' => 'Secret',
|
||||
'public_key' => 'Publieke sleutel',
|
||||
'country_code' => 'Landcode',
|
||||
'provider_code' => 'Bank of gegevensprovider',
|
||||
'fints_url' => 'FinTS API URL',
|
||||
'fints_port' => 'Poort',
|
||||
'fints_bank_code' => 'Bankcode',
|
||||
'fints_username' => 'Gebruikersnaam',
|
||||
'fints_password' => 'Pincode / wachtwoord',
|
||||
'fints_account' => 'FinTS-rekening',
|
||||
'local_account' => 'Firefly III rekening',
|
||||
'from_date' => 'Datum van',
|
||||
'to_date' => 'Datum tot',
|
||||
|
||||
|
||||
'due_date' => 'Vervaldatum',
|
||||
'payment_date' => 'Betalingsdatum',
|
||||
'invoice_date' => 'Factuurdatum',
|
||||
'internal_reference' => 'Interne verwijzing',
|
||||
'inward' => 'Binnenwaartse beschrijving',
|
||||
'outward' => 'Buitenwaartse beschrijving',
|
||||
'rule_group_id' => 'Regelgroep',
|
||||
'transaction_description' => 'Transactiebeschrijving',
|
||||
'first_date' => 'Eerste datum',
|
||||
'transaction_type' => 'Transactietype',
|
||||
'repeat_until' => 'Herhalen tot',
|
||||
'recurring_description' => 'Beschrijving van de periodieke transactie',
|
||||
'repetition_type' => 'Type herhaling',
|
||||
'foreign_currency_id' => 'Vreemde valuta',
|
||||
'repetition_end' => 'Stopt met herhalen',
|
||||
'repetitions' => 'Herhalingen',
|
||||
'calendar' => 'Kalender',
|
||||
'weekend' => 'Weekend',
|
||||
'client_secret' => 'Client secret',
|
||||
|
||||
'withdrawal_destination_id' => 'Doelrekening',
|
||||
'deposit_source_id' => 'Bronrekening',
|
||||
'expected_on' => 'Verwacht op',
|
||||
'paid' => 'Betaald',
|
||||
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget bedrag',
|
||||
'auto_budget_period' => 'Auto-budget periode',
|
||||
|
||||
'collected' => 'Verzameld',
|
||||
'submitted' => 'Verstuurd',
|
||||
'key' => 'Key',
|
||||
'value' => 'Inhoud',
|
||||
|
||||
|
||||
'configuration_file' => 'Configuratiebestand',
|
||||
'csv_comma' => 'Een komma (,)',
|
||||
'csv_semicolon' => 'Een puntkomma (;)',
|
||||
'csv_tab' => 'Een tab (onzichtbaar)',
|
||||
'csv_delimiter' => 'CSV scheidingsteken',
|
||||
'client_id' => 'Client ID',
|
||||
'app_id' => 'App ID',
|
||||
'secret' => 'Secret',
|
||||
'public_key' => 'Publieke sleutel',
|
||||
'country_code' => 'Landcode',
|
||||
'provider_code' => 'Bank of gegevensprovider',
|
||||
'fints_url' => 'FinTS API URL',
|
||||
'fints_port' => 'Poort',
|
||||
'fints_bank_code' => 'Bankcode',
|
||||
'fints_username' => 'Gebruikersnaam',
|
||||
'fints_password' => 'Pincode / wachtwoord',
|
||||
'fints_account' => 'FinTS-rekening',
|
||||
'local_account' => 'Firefly III rekening',
|
||||
'from_date' => 'Datum van',
|
||||
'to_date' => 'Datum tot',
|
||||
'due_date' => 'Vervaldatum',
|
||||
'payment_date' => 'Betalingsdatum',
|
||||
'invoice_date' => 'Factuurdatum',
|
||||
'internal_reference' => 'Interne verwijzing',
|
||||
'inward' => 'Binnenwaartse beschrijving',
|
||||
'outward' => 'Buitenwaartse beschrijving',
|
||||
'rule_group_id' => 'Regelgroep',
|
||||
'transaction_description' => 'Transactiebeschrijving',
|
||||
'first_date' => 'Eerste datum',
|
||||
'transaction_type' => 'Transactietype',
|
||||
'repeat_until' => 'Herhalen tot',
|
||||
'recurring_description' => 'Beschrijving van de periodieke transactie',
|
||||
'repetition_type' => 'Type herhaling',
|
||||
'foreign_currency_id' => 'Vreemde valuta',
|
||||
'repetition_end' => 'Stopt met herhalen',
|
||||
'repetitions' => 'Herhalingen',
|
||||
'calendar' => 'Kalender',
|
||||
'weekend' => 'Weekend',
|
||||
'client_secret' => 'Client secret',
|
||||
'withdrawal_destination_id' => 'Doelrekening',
|
||||
'deposit_source_id' => 'Bronrekening',
|
||||
'expected_on' => 'Verwacht op',
|
||||
'paid' => 'Betaald',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget bedrag',
|
||||
'auto_budget_period' => 'Auto-budget periode',
|
||||
'collected' => 'Verzameld',
|
||||
'submitted' => 'Verstuurd',
|
||||
'key' => 'Key',
|
||||
'value' => 'Inhoud',
|
||||
];
|
||||
|
||||
@@ -133,8 +133,8 @@ return [
|
||||
'interest_period' => 'Renteperiode',
|
||||
'liability_type' => 'Type passiva',
|
||||
'liability_direction' => 'Passiva in- of uitgaand',
|
||||
'end_date' => 'End date',
|
||||
'payment_info' => 'Payment information',
|
||||
'expected_info' => 'Next expected transaction',
|
||||
'start_date' => 'Start date',
|
||||
'end_date' => 'Einddatum',
|
||||
'payment_info' => 'Betalingsinformatie',
|
||||
'expected_info' => 'Volgende verwachte transactie',
|
||||
'start_date' => 'Startdatum',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user