updated translations

This commit is contained in:
denisdulici
2020-03-25 00:46:36 +03:00
parent e0bb2fd72d
commit cbe0470d35
30 changed files with 345 additions and 175 deletions

View File

@ -2,6 +2,7 @@
return [
'dashboards' => 'Dashboard|Dashboards',
'items' => 'Artikel|Artikelen',
'incomes' => 'Inkomen|Inkomsten',
'invoices' => 'Factuur|Facturen',
@ -41,8 +42,17 @@ return [
'contacts' => 'Contactpersoon|Contactpersonen',
'reconciliations' => 'Afstemming | Afstemmingen',
'developers' => 'Ontwikkelaar | Ontwikkelaars',
'schedules' => 'Schedule|Schedules',
'groups' => 'Group|Groups',
'charts' => 'Chart|Charts',
'localisations' => 'Localisation|Localisations',
'defaults' => 'Default|Defaults',
'widgets' => 'Widget|Widgets',
'templates' => 'Template|Templates',
'sales' => 'Sale|Sales',
'purchases' => 'Purchase|Purchases',
'dashboard' => 'Dashboard',
'welcome' => 'Welcome',
'banking' => 'Banken',
'general' => 'Algemeen',
'no_records' => 'Geen gegevens.',
@ -54,15 +64,19 @@ return [
'no' => 'Nee',
'na' => 'N.v.t.',
'daily' => 'Dagelijks',
'weekly' => 'Weekly',
'monthly' => 'Maandelijks',
'quarterly' => 'Per kwartaal',
'yearly' => 'Jaarlijks',
'add' => 'Toevoegen',
'add_new' => 'Nieuwe toevoegen',
'add_income' => 'Add Income',
'add_expense' => 'Add Expense',
'show' => 'Weergeven',
'edit' => 'Bewerken',
'delete' => 'Verwijderen',
'send' => 'Verzenden',
'share' => 'Share',
'download' => 'Download',
'delete_confirm' => 'Weet u zeker dat u dit wilt verwijderen, :name :type?',
'name' => 'Naam',
@ -80,9 +94,11 @@ return [
'reference' => 'Referentie',
'attachment' => 'Bijlage',
'change' => 'Wijzigen',
'change_type' => 'Change :type',
'switch' => 'Omschakelen',
'color' => 'Kleur',
'save' => 'Opslaan',
'confirm' => 'Confirm',
'cancel' => 'Annuleren',
'loading' => 'Bezig met laden...',
'from' => 'Van',
@ -112,20 +128,47 @@ return [
'disable' => 'Uitschakelen',
'select_all' => 'Alles selecteren',
'unselect_all' => 'Alles deselecteren',
'go_to' => 'Ga naar :name',
'created_date' => 'Aanmaakdatum',
'period' => 'Periode',
'frequency' => 'Frequency',
'start' => 'Begin',
'end' => 'Eind',
'clear' => 'Wis',
'difference' => 'Verschil',
'footer' => 'Footer',
'start_date' => 'Start Date',
'end_date' => 'End Date',
'basis' => 'Basis',
'accrual' => 'Accrual',
'cash' => 'Cash',
'group_by' => 'Group By',
'accounting' => 'Accounting',
'sort' => 'Sort',
'width' => 'Width',
'month' => 'Month',
'year' => 'Year',
'type_item_name' => 'Type an item name',
'no_data' => 'No data',
'no_matching_data' => 'No matching data',
'clear_cache' => 'Clear Cache',
'go_to_dashboard' => 'Go to dashboard',
'card' => [
'name' => 'Name on Card',
'number' => 'Card Number',
'expiration_date' => 'Expiration Date',
'cvv' => 'Card CVV',
],
'title' => [
'new' => 'Nieuwe :type',
'edit' => ':type bewerken',
'delete' => 'Delete :type',
'create' => 'Creëer :type',
'send' => 'Stuur :type',
'get' => 'Ontvang :type',
'add' => 'Add :type',
'manage' => 'Manage :type',
],
'form' => [
@ -134,6 +177,7 @@ return [
'field' => '- Selecteer :field -',
'file' => 'Selecteer bestand',
],
'add_new' => 'Add New :field',
'no_file_selected' => 'Geen bestand geselecteerd...',
],
@ -144,4 +188,19 @@ return [
'this_month' => 'Deze maand',
'last_month' => 'Afgelopen maand',
],
'empty' => [
'documentation' => 'Check out the <a href=":url" target="_blank">documentation</a> for more details.',
'items' => 'Items can be products or services. You can use items when creating invoices and bills to have the price, tax etc fields populated.',
'invoices' => 'Invoices can be one time or recurring. You can send them to customers and start accepting online payments.',
'revenues' => 'Revenue is a paid income transaction. It can be an independent record (i.e. deposit) or attached to an invoice.',
'customers' => 'Customers are required if you want to create invoices. They may also log in to Client Portal and see their balance.',
'bills' => 'Bills can be one time or recurring. They indicate what you owe your vendors for the products or services you purchase.',
'payments' => 'Payment is a paid expense transaction. It can be an independent record (i.e. food receipt) or attached to a bill.',
'vendors' => 'Vendors are required if you want to create bills. You can see the balance you owe and filter reports by the vendor.',
'transfers' => 'Transfers allow you to move money from one account to another, whether they use the same currency or not.',
'taxes' => 'Taxes are used to apply extra fees to invoices and bills. Your financials are affected by these regulatory taxes.',
'reconciliations' => 'Bank reconciliation is a process performed to ensure that your company bank records are also correct.',
],
];