mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en el formulario maquinas
This commit is contained in:
53
ci4/app/Language/es/MaquinasTarifasImpresions.php
Normal file
53
ci4/app/Language/es/MaquinasTarifasImpresions.php
Normal file
@ -0,0 +1,53 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'createdAt' => 'Created At',
|
||||
'deletedAt' => 'Deleted At',
|
||||
'id' => 'ID',
|
||||
'isDeleted' => 'Is Deleted',
|
||||
'maquinaId' => 'Maquina',
|
||||
'maquinasTarifaImpresion' => 'Tarifa Impresion Máquinas ',
|
||||
'maquinasTarifaImpresionList' => 'Lista Tarifas Impresion Máquinas',
|
||||
'maquinasTarifasImpresion' => 'Tarifas Impresion Máquinas',
|
||||
'maquinastarifasimpresion' => 'Tarifas Impresion Máquinas',
|
||||
'moduleTitle' => 'Tarifas Impresion máquina',
|
||||
'precio' => 'Precio',
|
||||
'predeterminado' => 'Predeterminado',
|
||||
'tipo' => 'Tipo',
|
||||
'updatedAt' => 'Updated At',
|
||||
'userCreatedId' => 'User Created ID',
|
||||
'userUpdatedId' => 'User Updated ID',
|
||||
'uso' => 'Uso',
|
||||
'interior' => 'interior',
|
||||
'portada' => 'portada',
|
||||
'negro' => 'negro',
|
||||
'color' => 'color',
|
||||
'negrohq' => 'negrohq',
|
||||
'bicolor' => 'bicolor',
|
||||
'validation' => [
|
||||
'duplicated_uso_tipo' => "Línea duplicada (la combinación 'uso' y 'tipo' ya existe)",
|
||||
'tipo' => [
|
||||
'in_list' => 'El campo {field} debe contener uno de: {param}.',
|
||||
'required' => 'Campo obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'precio' => [
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'Campo obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'uso' => [
|
||||
'max_length' => 'El campo {field} no puede exceder de {param} caracteres de longitud.',
|
||||
'required' => 'Campo obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user