2018-01-13 15:21:46 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'success' => [
|
|
|
|
'added' => '¡:type agregado!',
|
|
|
|
'updated' => '¡:type actualizado!',
|
|
|
|
'deleted' => '¡:type eliminado!',
|
|
|
|
'duplicated' => '¡:type duplicado!',
|
|
|
|
'imported' => '¡:type importado!',
|
2018-06-25 10:49:36 +03:00
|
|
|
'enabled' => ':type activado!',
|
|
|
|
'disabled' => ':type desactivado!',
|
2018-01-13 15:21:46 +03:00
|
|
|
],
|
2019-03-07 16:37:05 +03:00
|
|
|
|
2018-01-13 15:21:46 +03:00
|
|
|
'error' => [
|
2018-11-08 12:11:42 +03:00
|
|
|
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
|
2018-01-13 15:21:46 +03:00
|
|
|
'not_user_company' => 'Error: ¡No tiene permisos para administrar esta empresa!',
|
2018-06-20 18:47:39 +03:00
|
|
|
'customer' => 'Error: Usuario no creado! :nombre ya utiliza esta dirección de correo.',
|
2018-01-13 15:21:46 +03:00
|
|
|
'no_file' => 'Error: ¡Ningún archivo se ha seleccionado!',
|
2018-06-20 18:47:39 +03:00
|
|
|
'last_category' => 'Error: No se pudo eliminar el ultimo No. :type category!',
|
2019-11-16 10:21:14 +03:00
|
|
|
'invalid_apikey' => 'Error: El token ingresado es invalido!',
|
2018-11-08 12:11:42 +03:00
|
|
|
'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.',
|
2018-01-13 15:21:46 +03:00
|
|
|
],
|
2019-03-07 16:37:05 +03:00
|
|
|
|
2018-01-13 15:21:46 +03:00
|
|
|
'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.',
|
2019-03-07 16:37:05 +03:00
|
|
|
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
|
2018-01-13 15:21:46 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
];
|