updated translations

This commit is contained in:
denisdulici
2018-03-06 17:05:58 +03:00
parent da5eb9b16a
commit 2915af6243
98 changed files with 449 additions and 185 deletions

View File

@ -5,5 +5,14 @@ return [
'code' => 'Code',
'rate' => 'Tarief',
'default' => 'Standaard Valuta',
'decimal_mark' => 'Decimal Mark',
'thousands_separator' => 'Thousands Separator',
'precision' => 'Precision',
'symbol' => [
'symbol' => 'Symbol',
'position' => 'Symbol Position',
'before' => 'Before Amount',
'after' => 'After Amount',
]
];

View File

@ -50,6 +50,7 @@ return [
'na' => 'N. v. t',
'daily' => 'Dagelijks',
'monthly' => 'Maandelijks',
'quarterly' => 'Quarterly',
'yearly' => 'Jaarlijks',
'add' => 'Toevoegen',
'add_new' => 'Nieuw aanmaken',
@ -74,6 +75,7 @@ return [
'reference' => 'Referentie',
'attachment' => 'Bijlage',
'change' => 'Wijzigen',
'switch' => 'Switch',
'color' => 'Kleur',
'save' => 'Opslaan',
'cancel' => 'Annuleren',
@ -91,6 +93,11 @@ return [
'id' => 'ID',
'more_actions' => 'Meer acties',
'duplicate' => 'Dupliceren',
'unpaid' => 'Unpaid',
'paid' => 'Paid',
'overdue' => 'Overdue',
'partially' => 'Partially',
'partially_paid' => 'Partially Paid',
'title' => [
'new' => 'Nieuw: type',

View File

@ -17,7 +17,6 @@ return [
],
'requirements' => [
'php_version' => 'PHP 5.6.4 of hoger moet worden gebruikt!',
'enabled' => ': functie moet worden ingeschakeld!',
'disabled' => ': functie moet worden uitgeschakeld!',
'extension' => ': extension uitbreiding moet worden geladen!',

View File

@ -37,8 +37,9 @@ return [
],
'messages' => [
'email_sent' => 'Factuur e-mail is succesvol verzonden!',
'marked_sent' => 'Factuur e-mail is succesvol verzonden!',
'email_sent' => 'Factuur e-mail is succesvol verzonden!',
'marked_sent' => 'Factuur e-mail is succesvol verzonden!',
'email_required' => 'No email address for this customer!',
],
'notification' => [

View File

@ -10,6 +10,7 @@ return [
'imported' => ':type imported!',
],
'error' => [
'payment_add' => 'Error: You can not add payment! You should check add amount.',
'not_user_company' => 'Fout: U bent niet toegestaan voor het beheer van dit bedrijf!',
'customer' => 'Fout: U kunt geen gebruiker aanmaken! : dit e-mailadres gebruikt in de naam.',
'no_file' => 'Error: No file selected!',

View File

@ -10,29 +10,33 @@ return [
'free' => 'GRATIS',
'install' => 'Installeren',
'buy_now' => 'Koop Nu',
'faq' => 'Veelgestelde vragen',
'changelog' => 'Wijzigingen',
'installed' => 'Geïnstalleerd',
'uninstalled' => 'Gedeinstalleerd',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank"> Klik hier</a> om uw API token.',
'no_apps' => 'There are no apps in this category, yet.',
'developer' => 'Are you a developer? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Here</a> you can learn how to create an app and start selling today!',
'enabled' => ': module app ingeschakeld',
'disabled' => ': module app uitgeschakeld',
'about' => 'About',
'installation' => [
'header' => 'Installatie van de module',
'start' => ': het installeren van de module.',
'download' => 'Download: module bestand.',
'unzip' => 'Uitpakken: module bestanden.',
'install' => 'Uploaden: module bestanden.',
'added' => 'Added',
'updated' => 'Updated',
'compatibility' => 'Compatibility',
'installed' => ':module installed',
'uninstalled' => ':module uninstalled',
//'updated' => ':module updated',
'enabled' => ':module enabled',
'disabled' => ':module disabled',
'tab' => [
'installation' => 'Installation',
'faq' => 'FAQ',
'changelog' => 'Changelog',
],
'history' => [
'installed' => ': module geïnstalleerd',
'uninstalled' => ': module verwijderen',
'updated' => ': module bijgewerkt',
'enabled' => ': module ingeschakeld',
'disabled' => ': module uitgeschakeld',
'installation' => [
'header' => 'App Installation',
'download' => 'Download: module bestand.',
'unzip' => 'Uitpakken: module bestanden.',
'install' => 'Installing :module files.',
],
'button' => [

View File

@ -2,6 +2,12 @@
return [
'this_year' => 'This Year',
'previous_year' => 'Previous Year',
'this_quarter' => 'This Quarter',
'previous_quarter' => 'Previous Quarter',
'last_12_months' => 'Last 12 Months',
'summary' => [
'income' => 'Inkomsten Samenvatting',
'expense' => 'Kosten overzicht',