updated translations
This commit is contained in:
@ -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.',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user