mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
22 lines
539 B
PHP
Executable File
22 lines
539 B
PHP
Executable File
<?php
|
|
|
|
|
|
|
|
return [
|
|
'nombre' => 'Nombre',
|
|
'plantilla_id' => 'Plantilla ID',
|
|
'tipo' => 'Tipo',
|
|
'tipo_maquina' => 'Tipo de máquina',
|
|
'tipo_impresion' => 'Tipo de impresión',
|
|
'tiempo_min' => 'Tiempo Mín.',
|
|
'tiempo_max' => 'Tiempo Máx.',
|
|
'margen' => 'Margen',
|
|
'cliente_id' => 'Cliente',
|
|
'user_updated_id' => 'Usuario edición',
|
|
'updated_at' => 'Fecha edición',
|
|
'validation' => [
|
|
'max_length' => 'Max. valor caracteres alcanzado',
|
|
'required' => 'Campo obligatorio',
|
|
],
|
|
|
|
]; |