34 lines
1.3 KiB
PHP
34 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'change_language' => 'Taal wijzigen',
|
|
'last_login' => 'Laatste login :time',
|
|
|
|
'notifications' => [
|
|
'counter' => '{0} U heeft geen melding |{1} U heeft :count notificatie| [2,*] U heeft :count notificaties',
|
|
'new_apps' => '{1} :count nieuwe app is gepubliceerd [2,*] :count nieuwe apps gepubliceerd',
|
|
'overdue_invoices' => '{1} :count achterstallig factuur | [2,*] :count achterstallige facturen',
|
|
'upcoming_bills' => '{1} :count aankomende factuur | [2,*] :count aankomende facturen',
|
|
'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',
|
|
],
|
|
],
|
|
|
|
'docs_link' => 'https://akaunting.com/docs',
|
|
'support_link' => 'https://akaunting.com/support',
|
|
|
|
'favorite' => [
|
|
'added_favorite' => 'Toegevoegd aan favorieten',
|
|
'add_favorite' => 'Toevoegen aan favorieten',
|
|
],
|
|
|
|
];
|