34 lines
1.3 KiB
PHP
Raw Permalink Normal View History

2017-11-30 12:27:54 +03:00
<?php
return [
'change_language' => 'Taal wijzigen',
2018-06-20 18:47:39 +03:00
'last_login' => 'Laatste login :time',
2021-10-07 08:40:37 +00:00
2017-11-30 12:27:54 +03:00
'notifications' => [
2018-08-06 17:44:49 +03:00
'counter' => '{0} U heeft geen melding |{1} U heeft :count notificatie| [2,*] U heeft :count notificaties',
2021-10-07 08:40:37 +00:00
'new_apps' => '{1} :count nieuwe app is gepubliceerd [2,*] :count nieuwe apps gepubliceerd',
2018-08-06 17:44:49 +03:00
'overdue_invoices' => '{1} :count achterstallig factuur | [2,*] :count achterstallige facturen',
'upcoming_bills' => '{1} :count aankomende factuur | [2,*] :count aankomende facturen',
2021-10-07 08:40:37 +00:00
'view_all' => 'Alles Weergeven',
'exports' => [
'completed' => '{1} :count voltooide export [2,*] :count voltooide exports',
'failed' => '{1} :count mislukte export [2,*] :count mislukte exports',
],
'imports' => [
'completed' => '{1} :count voltooide import [2,*] :count voltooide imports',
'failed' => '{1} :count mislukt import [2,*] :count mislukte imports',
],
2017-11-30 12:27:54 +03:00
],
2021-10-07 08:40:37 +00:00
2018-11-08 12:11:42 +03:00
'docs_link' => 'https://akaunting.com/docs',
2020-03-25 00:46:36 +03:00
'support_link' => 'https://akaunting.com/support',
2017-11-30 12:27:54 +03:00
2022-07-04 00:23:16 +00:00
'favorite' => [
'added_favorite' => 'Toegevoegd aan favorieten',
'add_favorite' => 'Toevoegen aan favorieten',
],
2017-11-30 12:27:54 +03:00
];