mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
168 lines
4.7 KiB
PHP
168 lines
4.7 KiB
PHP
<?php
|
|
|
|
|
|
|
|
return [
|
|
'acabado' => 'finish',
|
|
'alto' => 'Height',
|
|
'altoClick' => 'Click Height',
|
|
'altoImpresion' => 'Printing Height',
|
|
'ancho' => 'Width',
|
|
'anchoImpresion' => 'Printing Width',
|
|
'createdAt' => 'Created At',
|
|
'deletedAt' => 'Deleted At',
|
|
'duracionJornada' => 'Working day duration',
|
|
'forzarNumFormasHorizontalesPortada' => 'Force Number of Shapes Horizontal Cover',
|
|
'forzarNumFormasVerticalesPortada' => 'Force Number of Shapes Vertical Cover',
|
|
'id' => 'ID',
|
|
'impresion' => 'Printing',
|
|
'isDeleted' => 'Is Deleted',
|
|
'isPadre' => 'Use for variant',
|
|
'isRotativa' => 'Is Rotary?',
|
|
'isTinta' => 'Is Ink',
|
|
'manipulado' => 'handling',
|
|
'maquina' => 'Machine',
|
|
'maquinaList' => 'Maniches List',
|
|
'maquinas' => 'Machines',
|
|
'max' => 'Max POD',
|
|
'metrosxminuto' => 'Meters x minute',
|
|
'min' => 'Min POD',
|
|
'moduleTitle' => 'Machines',
|
|
'nombre' => 'Name',
|
|
'observaciones' => 'Remarks',
|
|
'ordenPlanning' => 'Planning order',
|
|
'padreId' => 'Variante',
|
|
'precioHoraCorte' => 'Price Hour cut',
|
|
'precioTintaColor' => 'Price Ink Colour',
|
|
'precioTintaNegro' => 'Price Ink black',
|
|
'tipo' => 'Type',
|
|
'updatedAt' => 'Updated At',
|
|
'userCreatedId' => 'User Created ID',
|
|
'userUpdatedId' => 'User Updated ID',
|
|
'velocidad' => 'Speed',
|
|
'velocidadCorte' => 'Cut speed',
|
|
'validation' => [
|
|
'alto_menor_alto_impresion' => '\'Printing Height\' field must be lower than \'Height\'',
|
|
'ancho_menor_ancho_impresion' => '\'Printing Width\' field must be lower than \'Width\'',
|
|
'alto' => [
|
|
'decimal' => 'The {field} field must contain a decimal number.',
|
|
'greater_than' => 'The field {field} must be greater than {param}',
|
|
],
|
|
|
|
'ancho' => [
|
|
'decimal' => 'The {field} field must contain a decimal number.',
|
|
'greater_than' => 'The field {field} must be greater than {param}',
|
|
],
|
|
|
|
'forzar_num_formas_horizontales_portada' => [
|
|
'integer' => 'The {field} field must contain an integer.',
|
|
|
|
],
|
|
|
|
'forzar_num_formas_verticales_portada' => [
|
|
'integer' => 'The {field} field must contain an integer.',
|
|
|
|
],
|
|
|
|
'alto_click' => [
|
|
'decimal' => 'The {field} field must contain a decimal number.',
|
|
'required' => 'The {field} field is required.',
|
|
'greater_than' => 'The field {field} must be greater than {param}',
|
|
|
|
],
|
|
|
|
'alto_impresion' => [
|
|
'decimal' => 'The {field} field must contain a decimal number.',
|
|
'required' => 'The {field} field is required.',
|
|
'greater_than' => 'The field {field} must be greater than {param}',
|
|
],
|
|
|
|
'ancho_impresion' => [
|
|
'decimal' => 'The {field} field must contain a decimal number.',
|
|
'required' => 'The {field} field is required.',
|
|
'greater_than' => 'The field {field} must be greater than {param}',
|
|
],
|
|
|
|
'duracion_jornada' => [
|
|
'integer' => 'The {field} field must contain an integer.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
'max' => [
|
|
'integer' => 'The {field} field must contain an integer.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
'metrosxminuto' => [
|
|
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
'min' => [
|
|
'integer' => 'The {field} field must contain an integer.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
'nombre' => [
|
|
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
'observaciones' => [
|
|
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
'orden_planning' => [
|
|
'integer' => 'The {field} field must contain an integer.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
'precio_hora_corte' => [
|
|
'decimal' => 'The {field} field must contain a decimal number.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
'precio_tinta_color' => [
|
|
'decimal' => 'The {field} field must contain a decimal number.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
'precio_tinta_negro' => [
|
|
'decimal' => 'The {field} field must contain a decimal number.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
'tipo' => [
|
|
'in_list' => 'The {field} field must be one of: {param}.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
'velocidad' => [
|
|
'decimal' => 'The {field} field must contain a decimal number.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
'velocidad_corte' => [
|
|
'decimal' => 'The {field} field must contain a decimal number.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
|
|
],
|
|
|
|
|
|
]; |