updated languages
This commit is contained in:
@ -9,8 +9,5 @@ return [
|
||||
'currencies_eur' => 'Euro',
|
||||
'currencies_gbp' => 'Britse pond',
|
||||
'currencies_try' => 'Turkse Lira',
|
||||
'taxes_exempt' => 'Vrijstelling van BTW',
|
||||
'taxes_normal' => 'Standaard BTW',
|
||||
'taxes_sales' => 'Verkoop BTW',
|
||||
|
||||
];
|
||||
|
24
resources/lang/nl-NL/errors.php
Normal file
24
resources/lang/nl-NL/errors.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'forbidden_access' => 'Forbidden Access',
|
||||
'error_page' => 'Error Page',
|
||||
'page_not_found' => 'Page Not Found',
|
||||
|
||||
'body' => [
|
||||
'forbidden_access' => 'Oops! Forbidden Access.',
|
||||
'error_page' => 'Oops! Something went wrong.',
|
||||
'page_not_found' => 'Oops! Page not found.',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'forbidden_access' => 'You can not access this page.
|
||||
Meanwhile, you may <a href=":link">return to dashboard</a>.',
|
||||
'error_page' => 'We will work on fixing that right away.
|
||||
Meanwhile, you may <a href=":link">return to dashboard</a>.',
|
||||
'page_not_found' => 'We could not find the page you were looking for.
|
||||
Meanwhile, you may <a href=":link">return to dashboard</a>.',
|
||||
],
|
||||
|
||||
];
|
@ -35,6 +35,7 @@ return [
|
||||
'create_invoice' => 'Factuur maken',
|
||||
'send_invoice' => 'Factuur sturen',
|
||||
'get_paid' => 'Betaling afstemmen',
|
||||
'accept_payments' => 'Accept Online Payments',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'Concept',
|
||||
|
@ -5,6 +5,7 @@ return [
|
||||
'title' => 'API-Token',
|
||||
'api_token' => 'Token',
|
||||
'my_apps' => 'Mijn Apps',
|
||||
'pre_sale' => 'Pre-Sale',
|
||||
'top_paid' => 'Top betaald',
|
||||
'new' => 'Nieuw',
|
||||
'top_free' => 'Top gratis',
|
||||
@ -61,6 +62,7 @@ return [
|
||||
|
||||
'badge' => [
|
||||
'installed' => 'Geïnstalleerd',
|
||||
'pre_sale' => 'Pre-Sale',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
|
Reference in New Issue
Block a user