mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminado plantillas
This commit is contained in:
@ -10,6 +10,9 @@ return [
|
||||
'plantilla_id' => 'Template ID',
|
||||
'plantilla' => 'Prices template',
|
||||
'convertir2plantilla' => 'Convert to template',
|
||||
'convertir2plantillaText' => 'You have selected to convert the customer\'s current pricing table as a template.',
|
||||
'convertir2plantillaText2' => 'Next, type the name for the template and hit Save',
|
||||
'nombrePlantilla' => 'Name for the template',
|
||||
'tipo' => 'Type',
|
||||
'tipo_maquina' => 'Machine type',
|
||||
'tipo_impresion' => 'Print type',
|
||||
@ -37,10 +40,11 @@ return [
|
||||
'required' => 'Field required',
|
||||
'decimal' => 'Decimal number',
|
||||
],
|
||||
|
||||
'errors' => [
|
||||
'error_tiempo_range' => 'The field Min Time must be lower than the field Max Time',
|
||||
'error_tiempo_overlap' => 'The range [Min Time, Max Time] is overlapped with another one for the selected type.',
|
||||
]
|
||||
'error_nombre_template' => 'The template name is required'
|
||||
],
|
||||
|
||||
}
|
||||
];
|
||||
@ -10,6 +10,9 @@ return [
|
||||
'plantilla_id' => 'Plantilla ID',
|
||||
'plantilla' => 'Plantilla de precios',
|
||||
'convertir2plantilla' => 'Convertir a plantilla',
|
||||
'convertir2plantillaText' => 'Ha seleccionado convertir la tabla de precios actual del cliente como una plantilla.',
|
||||
'convertir2plantillaText2' => 'A continuación, escriba el nombre para la plantilla y pulse Guardar',
|
||||
'nombrePlantilla' => 'Nombre para la plantilla',
|
||||
'tipo' => 'Tipo',
|
||||
'tipo_maquina' => 'Tipo de máquina',
|
||||
'tipo_impresion' => 'Tipo de impresión',
|
||||
@ -39,6 +42,7 @@ return [
|
||||
'errors' => [
|
||||
'error_tiempo_range' => 'El campo Tiempo Mín debe ser menor que el campo Tiempo Máx',
|
||||
'error_tiempo_overlap' => 'El rango [Tiempo Min, Tiempo Máx] se solapa con otro con los mismos parámetros.',
|
||||
'error_nombre_template' => 'El nombre de la plantilla es obligatorio'
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user