mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
44 lines
1.4 KiB
PHP
Executable File
44 lines
1.4 KiB
PHP
Executable File
<?php
|
|
|
|
|
|
|
|
return [
|
|
'plantillaPrecios_module' => 'Plantillas tarifas cliente',
|
|
'plantillaPrecios_name' => 'Plantilla tarifas cliente',
|
|
'plantillaPrecios_list' => 'Lista Plantillas tarifas cliente',
|
|
'nombre' => 'Nombre',
|
|
'plantilla_id' => 'Plantilla ID',
|
|
'plantilla' => 'Plantilla de precios',
|
|
'convertir2plantilla' => 'Convertir a plantilla',
|
|
'tipo' => 'Tipo',
|
|
'tipo_maquina' => 'Tipo de máquina',
|
|
'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.',
|
|
]
|
|
|
|
]; |