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