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'
|
||||
],
|
||||
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user