updated translations
This commit is contained in:
@@ -5,5 +5,14 @@ return [
|
||||
'code' => 'Código',
|
||||
'rate' => 'Cotización',
|
||||
'default' => 'Moneda Predeterminada',
|
||||
'decimal_mark' => 'Punto decimal',
|
||||
'thousands_separator' => 'Separador de miles',
|
||||
'precision' => 'Precisión',
|
||||
'symbol' => [
|
||||
'symbol' => 'Símbolo',
|
||||
'position' => 'Posición de Símbolo',
|
||||
'before' => 'Importe Anterior',
|
||||
'after' => 'Importe Posterior',
|
||||
]
|
||||
|
||||
];
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
return [
|
||||
|
||||
'import' => 'Import',
|
||||
'title' => 'Import :type',
|
||||
'message' => 'Allowed file types: CSV, XLS. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
|
||||
'import' => 'Importar',
|
||||
'title' => 'Importar :type',
|
||||
'message' => 'Formatos permitidos: CSV, XLS. Por favor, <a target="_blank" href=":link"> <strong>descargue</strong></a> el archivo de ejemplo.',
|
||||
|
||||
];
|
||||
|
||||
@@ -7,12 +7,12 @@ return [
|
||||
'updated' => ':type actualizado!',
|
||||
'deleted' => ':type borrado!',
|
||||
'duplicated' => ': type duplicado!',
|
||||
'imported' => ':type imported!',
|
||||
'imported' => ':type importado!',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => 'Error: No tiene permisos para administrar esta empresa!',
|
||||
'customer' => 'Error: No se puede crear el usuario! :name usa esta dirección de correo electrónico.',
|
||||
'no_file' => 'Error: No file selected!',
|
||||
'no_file' => 'Error: Ningún archivo seleccionado!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Advertencia: No puede borrar <b>:name</b> porque tiene :text relacionado.',
|
||||
|
||||
Reference in New Issue
Block a user