mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 09:51:21 -06:00
New translations [skip ci]
This commit is contained in:
parent
c9c9410908
commit
e478238d77
@ -1,8 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'locale' => 'nl, Dutch, nl_NL, nl_NL.utf8',
|
||||
'month' => '%B %Y',
|
||||
'month_and_day' => '%e %B %Y',
|
||||
'locale' => 'nl, Dutch, nl_NL, nl_NL.utf8',
|
||||
'month' => '%B %Y',
|
||||
'month_and_day' => '%e %B %Y',
|
||||
'specific_day' => '%e %B %Y',
|
||||
'week_in_year' => 'week %W, %Y',
|
||||
'quarter_of_year' => '%B %Y',
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
|
@ -37,6 +37,14 @@ return [
|
||||
'new_revenue_account' => 'Nieuwe debiteur',
|
||||
'new_budget' => 'Nieuw budget',
|
||||
'new_bill' => 'Nieuw contract',
|
||||
'block_account_logout' => 'Je bent helaas uitgelogd. Geblokkeerde accounts kunnen deze site niet gebruiken. Heb je een geldig e-mailadres gebruikt toen je je registreerde?',
|
||||
'flash_success' => 'Gelukt!',
|
||||
'flash_info' => 'Melding',
|
||||
'flash_warning' => 'Waarschuwing!',
|
||||
'flash_error' => 'Fout!',
|
||||
'flash_info_multiple' => 'Er is één melding|Er zijn :count meldingen',
|
||||
'flash_error_multiple' => 'Er is één fout|Er zijn :count fouten',
|
||||
|
||||
|
||||
// export data:
|
||||
'import_and_export' => 'Import en export',
|
||||
|
@ -76,6 +76,7 @@ return [
|
||||
'include_attachments' => 'Sla ook geüploade bijlagen op',
|
||||
'include_config' => 'Sla ook een configuratiebestand ook',
|
||||
'include_old_uploads' => 'Sla ook geïmporteerde bestanden op',
|
||||
'accounts' => 'Exporteer boekingen van deze rekeningen',
|
||||
|
||||
'csv_comma' => 'Een komma (,)',
|
||||
'csv_semicolon' => 'Een puntkomma (;)',
|
||||
|
Loading…
Reference in New Issue
Block a user