mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 19:31:01 -06:00
Approved. Step name: Proofread
This commit is contained in:
parent
8e42ba74c6
commit
b71abd3f6a
@ -63,6 +63,7 @@ return [
|
||||
'description' => 'Omschrijving',
|
||||
'expense_account' => 'Crediteur',
|
||||
'revenue_account' => 'Debiteur',
|
||||
'decimal_places' => 'Decimal places',
|
||||
|
||||
'revenue_account_source' => 'Debiteur (bron)',
|
||||
'source_account_asset' => 'Bronrekening (betaalrekening)',
|
||||
@ -150,30 +151,30 @@ return [
|
||||
'category_keep_transactions' => 'De transactie verbonden aan deze categorie blijft bewaard.|De :count transacties verbonden aan deze categorie blijven bewaard.',
|
||||
'tag_keep_transactions' => 'De transactie verbonden aan deze tag blijft bewaard.|De :count transacties verbonden aan deze tag blijven bewaard.',
|
||||
|
||||
'email' => 'E-mailadres',
|
||||
'password' => 'Wachtwoord',
|
||||
'password_confirmation' => 'Wachtwoord (nogmaals)',
|
||||
'blocked' => 'Is geblokkeerd?',
|
||||
'blocked_code' => 'Reden voor blokkade',
|
||||
'email' => 'E-mailadres',
|
||||
'password' => 'Wachtwoord',
|
||||
'password_confirmation' => 'Wachtwoord (nogmaals)',
|
||||
'blocked' => 'Is geblokkeerd?',
|
||||
'blocked_code' => 'Reden voor blokkade',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Domein',
|
||||
'single_user_mode' => 'Enkele gebruiker-modus',
|
||||
'must_confirm_account' => 'Nieuwe gebruikers moeten hun account activeren',
|
||||
'is_demo_site' => 'Is demo website',
|
||||
'domain' => 'Domein',
|
||||
'single_user_mode' => 'Enkele gebruiker-modus',
|
||||
'must_confirm_account' => 'Nieuwe gebruikers moeten hun account activeren',
|
||||
'is_demo_site' => 'Is demo website',
|
||||
|
||||
|
||||
// import
|
||||
'import_file' => 'Importbestand',
|
||||
'configuration_file' => 'Configuratiebestand',
|
||||
'import_file_type' => 'Importbestandstype',
|
||||
'csv_comma' => 'Een komma (,)',
|
||||
'csv_semicolon' => 'Een puntkomma (;)',
|
||||
'csv_tab' => 'Een tab (onzichtbaar)',
|
||||
'csv_delimiter' => 'CSV scheidingsteken',
|
||||
'csv_import_account' => 'Standaard rekening voor importeren',
|
||||
'csv_config' => 'Configuratiebestand',
|
||||
'import_file' => 'Importbestand',
|
||||
'configuration_file' => 'Configuratiebestand',
|
||||
'import_file_type' => 'Importbestandstype',
|
||||
'csv_comma' => 'Een komma (,)',
|
||||
'csv_semicolon' => 'Een puntkomma (;)',
|
||||
'csv_tab' => 'Een tab (onzichtbaar)',
|
||||
'csv_delimiter' => 'CSV scheidingsteken',
|
||||
'csv_import_account' => 'Standaard rekening voor importeren',
|
||||
'csv_config' => 'Configuratiebestand',
|
||||
|
||||
|
||||
'due_date' => 'Vervaldatum',
|
||||
|
Loading…
Reference in New Issue
Block a user