updated languages
This commit is contained in:
@ -11,6 +11,7 @@ return [
|
||||
'enabled' => ':type activado!',
|
||||
'disabled' => ':type desactivado!',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
|
||||
'not_user_company' => 'Error: ¡No tiene permisos para administrar esta empresa!',
|
||||
@ -21,9 +22,11 @@ return [
|
||||
'import_column' => 'Error: :message Nombre de la hoja: :sheet. Número de línea: :line.',
|
||||
'import_sheet' => 'Error: El nombre de la hoja no es válido. Por favor, verifique el archivo de ejemplo.',
|
||||
],
|
||||
|
||||
'warning' => [
|
||||
'deleted' => 'Advertencia: No puede borrar <b>:name</b> porque tiene :text relacionado.',
|
||||
'disabled' => 'Advertencia: No se permite desactivar <b>:name</b> porque tiene :text relacionado.',
|
||||
'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