terminado plantillas

This commit is contained in:
Jaime Jiménez
2024-01-02 21:01:42 +01:00
parent 0abdb7efac
commit a54838d468
12 changed files with 250 additions and 37 deletions

View File

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

View File

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