Merge pull request #449 from JC5/l10n_develop

New Crowdin translations
This commit is contained in:
James Cole 2016-12-08 21:04:16 +01:00 committed by GitHub
commit b2cbba0f3b
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ return [
'destination_accounts' => 'Doelrekening(en)',
'user_id_is' => 'Je gebruikersnummer is <strong>:user</strong>',
'field_supports_markdown' => 'Dit veld ondersteunt <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown</a>.',
'need_more_help' => 'If you need more help using Firefly III, please <a href="https://github.com/JC5/firefly-iii/issues">open a ticket on Github</a>.',
'need_more_help' => 'Als je meer hulp nodig hebt met Firefly III, <a href="https://github.com/JC5/firefly-iii/issues">open dan een ticket op Github</a>.',
'nothing_to_display' => 'Er zijn hier geen transacties te zien',
'show_all_no_filter' => 'Laat alle transacties zien, zonder te groeperen op datum.',
'expenses_by_category' => 'Uitgaven per categorie',

View File

@ -85,5 +85,5 @@ return [
'file' => ':attribute moet een bestand zijn.',
'in_array' => 'Het :attribute veld bestaat niet in :other.',
'present' => 'Het :attribute veld moet aanwezig zijn.',
'amount_zero' => 'The total amount cannot be zero',
'amount_zero' => 'Het totaalbedrag kan niet nul zijn',
];