mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminadas plantillas cliente y plantillas cliente lineas
This commit is contained in:
@ -3,6 +3,9 @@
|
||||
|
||||
|
||||
return [
|
||||
'plantillaPrecios_module' => 'Plantillas tarifas cliente',
|
||||
'plantillaPrecios_name' => 'Plantilla tarifas cliente',
|
||||
'plantillaPrecios_list' => 'Lista Plantillas tarifas cliente',
|
||||
'nombre' => 'Nombre',
|
||||
'plantilla_id' => 'Plantilla ID',
|
||||
'tipo' => 'Tipo',
|
||||
@ -10,13 +13,30 @@ return [
|
||||
'tipo_impresion' => 'Tipo de impresión',
|
||||
'tiempo_min' => 'Tiempo Mín.',
|
||||
'tiempo_max' => 'Tiempo Máx.',
|
||||
'precio_hora' => 'Precio hora',
|
||||
'margen' => 'Margen',
|
||||
'cliente_id' => 'Cliente',
|
||||
'user_updated_id' => 'Usuario edición',
|
||||
'updated_at' => 'Fecha edición',
|
||||
|
||||
'interior' => 'Interior',
|
||||
'cubierta' => 'Cubierta',
|
||||
'sobrecubierta' => 'Sobrecubierta',
|
||||
'toner' => 'Tóner',
|
||||
'inkjet' => 'Inkjet',
|
||||
'negro' => 'Negro',
|
||||
'negrohq' => 'Negro HQ',
|
||||
'color' => 'Color',
|
||||
'colorhq' => 'Color HQ',
|
||||
|
||||
'validation' => [
|
||||
'max_length' => 'Max. valor caracteres alcanzado',
|
||||
'required' => 'Campo obligatorio',
|
||||
'decimal' => 'Número decimal',
|
||||
],
|
||||
'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.',
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user