updated languages

This commit is contained in:
denisdulici
2019-03-07 16:37:05 +03:00
parent 4ca76aad2a
commit aaa0c53d8a
64 changed files with 768 additions and 381 deletions

View File

@ -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.',
],
];