updated translations

This commit is contained in:
denisdulici
2018-11-30 17:30:49 +03:00
parent 84b10b85a4
commit 76bb7c81e1
23 changed files with 80 additions and 59 deletions

View File

@ -11,6 +11,7 @@ return [
'enabled' => ':type ingeschakeld!',
'disabled' => ':type uitgeschakeld!',
],
'error' => [
'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!',
@ -21,9 +22,11 @@ return [
'import_column' => 'Fout: :message Blad naam: :sheet. Lijnnummer: :line.',
'import_sheet' => 'Fout: Bladnaam is niet geldig. Vergelijk het met het voorbeeldbestand.',
],
'warning' => [
'deleted' => 'Waarschuwing: Het is voor u niet toegestaan om <b>:name</b> te verwijderen omdat het gerelateerd is aan :text.',
'disabled' => 'Waarschuwing: U mag <b>:name</b> niet uitschakelen omdat het gerelateerd is aan :text.',
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
],
];