updated translations

This commit is contained in:
denisdulici
2018-11-08 12:11:42 +03:00
parent 9fbac1d4fa
commit 798fc89797
456 changed files with 4227 additions and 309 deletions

View File

@ -41,6 +41,18 @@ return [
'messages' => [
'received' => 'Factuur als \'succesvol ontvangen\' gemarkeerd!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
'status' => [
'created' => 'Gemaakt op :date',
'receive' => [
'draft' => 'Niet verstuurd',
'received' => 'Ontvangen op :date',
],
'paid' => [
'await' => 'In afwachting van betaling',
],
],
],
];

View File

@ -7,5 +7,10 @@ return [
'error' => [
'email' => 'Dit e-mailadres is al reeds geregistreerd.'
]
],
'notification' => [
'message' => ':customer betaalde :amount voor factuur :invoice_number.',
'button' => 'Weergeven',
],
];

View File

@ -4,6 +4,7 @@ return [
'version' => 'Versie',
'powered' => 'Mogelijk gemaakt door Akaunting',
'link' => 'https://akaunting.com',
'software' => 'Gratis boekhoudsoftware',
];

View File

@ -21,7 +21,7 @@ return [
'tax_rates' => 'BTW-tarief|Belastingtarieven',
'users' => 'Gebruiker|Gebruikers',
'roles' => 'Rol|Rollen',
'permissions' => 'Toestemming|Machtigingen',
'permissions' => 'Machtiging|Machtigingen',
'modules' => 'App|Apps',
'companies' => 'Bedrijf|Bedrijven',
'profits' => 'Winst|Winst',
@ -38,6 +38,10 @@ return [
'numbers' => 'Nummer|Nummers',
'statuses' => 'Status|Statussen',
'others' => 'Overig|Overigen',
'contacts' => 'Contact|Contacts',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits',
'withdrawals' => 'Withdrawal|Withdrawals',
'dashboard' => 'Dashboard',
'banking' => 'Banken',
@ -81,6 +85,7 @@ return [
'color' => 'Kleur',
'save' => 'Opslaan',
'cancel' => 'Annuleren',
'loading' => 'Loading...',
'from' => 'Van',
'to' => 'Aan',
'print' => 'Afdrukken',
@ -101,16 +106,31 @@ return [
'partially' => 'Gedeeltelijk',
'partially_paid' => 'Gedeeltelijk betaald',
'export' => 'Exporteren',
'finish' => 'Finish',
'wizard' => 'Wizard',
'skip' => 'Skip',
'enable' => 'Activeren',
'disable' => 'Uitschakelen',
'select_all' => 'Select All',
'unselect_all' => 'Unselect All',
'go_to' => 'Go to :name',
'created_date' => 'Created Date',
'period' => 'Period',
'start' => 'Start',
'end' => 'End',
'clear' => 'Clear',
'difference' => 'Difference',
'title' => [
'new' => 'Nieuwe :type',
'edit' => ':type bewerken',
'create' => 'Create :type',
'send' => 'Send :type',
'get' => 'Get :type',
],
'form' => [
'enter' => 'Voer :field',
'enter' => 'Voer :field in',
'select' => [
'field' => '- Selecteer :field -',
'file' => 'Selecteer bestand',
@ -118,4 +138,11 @@ return [
'no_file_selected' => 'Geen bestand geselecteerd...',
],
'date_range' => [
'today' => 'Today',
'yesterday' => 'Yesterday',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
],
];

View File

@ -11,5 +11,6 @@ return [
'items_stock' => '{1} :count artikel niet op voorraad | [2,*] :count artikelen niet op voorraad',
'view_all' => 'Alles Weergeven'
],
'docs_link' => 'https://akaunting.com/docs',
];

View File

@ -31,6 +31,7 @@ return [
'mark_sent' => 'Als verstuurd markeren',
'download_pdf' => 'PDF downloaden',
'send_mail' => 'E-mail versturen',
'all_invoices' => 'Login to view all invoices',
'status' => [
'draft' => 'Concept',
@ -45,6 +46,18 @@ return [
'email_sent' => 'Factuur is succesvol per e-mail verzonden!',
'marked_sent' => 'Factuur is succesvol als verzonden gemarkeerd!',
'email_required' => 'Er is geen e-mailadres bekend van deze klant!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'status' => [
'created' => 'Created on :date',
'send' => [
'draft' => 'Not sent',
'sent' => 'Sent on :date',
],
'paid' => [
'await' => 'Awaiting payment',
],
],
],
'notification' => [

View File

@ -8,7 +8,10 @@ return [
'sku' => 'SKU',
'notification' => [
'message' => 'U ontvangt deze e-mail omdat er bijna geen voorraad meer is van: :name.',
'message' => [
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
],
'button' => 'Nu bekijken',
],

View File

@ -12,7 +12,7 @@ return [
'disabled' => ':type uitgeschakeld!',
],
'error' => [
'over_payment' => 'Fout: Betaling niet toegevoegd! Ingevoerde bedrag is hoger dan het totaal bedrag.',
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => 'Fout: U heeft niet de juiste bevoegdheid om dit bedrijf te beheren!',
'customer' => 'Fout: Gebruiker niet aangemaakt! :name heeft dit e-mailadres al in gebruik.',
'no_file' => 'Fout: geen bestand geselecteerd!',

View File

@ -16,6 +16,8 @@ return [
'no_apps' => 'Er zijn nog geen Apps in deze categorie beschikbaar.',
'developer' => 'Bent u een ontwikkelaar? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Hier</a> kunt u lezen hoe u vandaag nog een app kan ontwikkelen en verkopen!',
'recommended_apps' => 'Recommended Apps',
'about' => 'Over ons',
'added' => 'Toegevoegd',
@ -32,15 +34,28 @@ return [
'installation' => 'Installatie',
'faq' => 'Veelgestelde vragen (FAQ)',
'changelog' => 'Wijzigingslogboek',
'reviews' => 'Reviews',
],
'installation' => [
'header' => 'App installatie',
'download' => ':module bestand aan het downloaden.',
'unzip' => 'Bezig met uitpakken van :module bestanden.',
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
'install' => 'Bezit met installatie van :module bestanden.',
],
'errors' => [
'download' => ':module can not download!',
'upload' => 'Downloaded :module can not saved!',
'unzip' => ':module can not unzip!',
'file_copy' => ':module files can not copy!',
'migrate' => ':module migrate broken!',
'migrate core' => ':module already latest version so then yon can not update.',
],
'badge' => [
'installed' => 'Geïnstalleerd',
],
@ -55,4 +70,11 @@ return [
'purchased' => 'Gekocht',
'installed' => 'Geïnstalleerd',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
];

View File

@ -0,0 +1,14 @@
<?php
return [
'reconcile' => 'Reconcile',
'reconciled' => 'Reconciled',
'closing_balance' => 'Closing Balance',
'unreconciled' => 'Unreconciled',
'list_transactions' => 'List Transactions',
'start_date' => 'Start Date',
'end_date' => 'End Date',
'cleared_amount' => 'Cleared Amount',
];

View File

@ -33,6 +33,16 @@ return [
'digit' => 'Aantal cijfers',
'next' => 'Volgende nummer',
'logo' => 'Logo',
'custom' => 'Custom',
'item_name' => 'Item Name',
'item' => 'Items',
'product' => 'Products',
'service' => 'Services',
'price_name' => 'Price Name',
'price' => 'Price',
'rate' => 'Rate',
'quantity_name' => 'Quantity Name',
'quantity' => 'Quantity',
],
'default' => [
'tab' => 'Standaardwaarden',
@ -66,6 +76,8 @@ return [
'bill_days' => 'Aantal dagen voor vervaldatum sturen',
'cron_command' => 'Cron opdracht',
'schedule_time' => 'Uren duurtijd',
'send_item_reminder'=> 'Send Item Reminder',
'item_stocks' => 'Send When Item Stock',
],
'appearance' => [
'tab' => 'Opmaak',

View File

@ -20,7 +20,7 @@ return [
'alpha' => ':attribute mag enkel letters bevatten.',
'alpha_dash' => ':attribute mag enkel letters, cijfers of koppeltekens bevatten.',
'alpha_num' => ':attribute mag enkel letters en cijfers bevatten.',
'array' => ':attribute moet een string zijn.',
'array' => ':attribute moet een array zijn.',
'before' => ':attribute moet een datum zijn voor :date.',
'before_or_equal' => ':attribute moet een datum zijn voor of gelijk aan :date.',
'between' => [
@ -70,9 +70,9 @@ return [
'required_if' => ':attribute veld is verplicht wanneer :other :value is.',
'required_unless' => ':attribute veld is verplicht tenzij :other bestaat in :values.',
'required_with' => ':attribute veld is verplicht wanneer :values aanwezig is.',
'required_with_all' => ':attribute veld is verplocht wanneer :"values aanwezig is.',
'required_without' => ':attribute veld is verplocht wanneer :values niet aanwezig is.',
'required_without_all' => ':attribute veld is verplocht wanneer geen van :values aanwezig zijn.',
'required_with_all' => ':attribute veld is verplicht wanneer :values aanwezig is.',
'required_without' => ':attribute veld is verplicht wanneer :values niet aanwezig is.',
'required_without_all' => ':attribute veld is verplicht wanneer geen van :values aanwezig zijn.',
'same' => ':attribute en :other moeten overeenkomen.',
'size' => [
'numeric' => ':attribute moet :size zijn.',
@ -99,9 +99,10 @@ return [
'custom' => [
'attribute-name' => [
'rule-name' => 'aangepast-bericht',
'rule-name' => 'aangepast bericht',
],
'invalid_currency' => 'De code :attribute is ongeldig.',
'invalid_currency' => ':attribute code is ongeldig.',
'invalid_amount' => 'The amount :attribute is invalid.',
],
/*