mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminando la consulta get resource del modelo maquinaspapelimpresion
This commit is contained in:
8
ci4/app/Language/en/MaquinasPapelImpresion.php
Normal file
8
ci4/app/Language/en/MaquinasPapelImpresion.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'activo' => 'Active',
|
||||
|
||||
];
|
||||
@ -20,14 +20,16 @@ return [
|
||||
'userCreatedId' => 'User Created ID',
|
||||
'userUpdatedId' => 'User Updated ID',
|
||||
'uso' => 'Use',
|
||||
'interior' => 'inside',
|
||||
'portada' => 'cover',
|
||||
'negro' => 'black',
|
||||
'color' => 'color',
|
||||
'negrohq' => 'blackhq',
|
||||
'bicolor' => 'bicolor',
|
||||
'interior' => 'Inside',
|
||||
'cubierta' => 'Cover',
|
||||
'sobrecubierta' => 'Dust jacket',
|
||||
'negro' => 'Black',
|
||||
'color' => 'Color',
|
||||
'negrohq' => 'Black HQ',
|
||||
'bicolor' => 'Bicolor',
|
||||
'validation' => [
|
||||
'duplicated_uso_tipo' => "Duplicate line (the combination 'use' and 'type' already exists)",
|
||||
'cubierta_sobrecubierta_color' => "Cover and dust jacket only allow 'color' type",
|
||||
'tipo' => [
|
||||
'in_list' => 'The {field} field must be one of: {param}.',
|
||||
'required' => 'Required field.',
|
||||
|
||||
8
ci4/app/Language/es/MaquinasPapelImpresion.php
Normal file
8
ci4/app/Language/es/MaquinasPapelImpresion.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'activo' => 'Activo',
|
||||
|
||||
];
|
||||
@ -20,14 +20,16 @@ return [
|
||||
'userCreatedId' => 'User Created ID',
|
||||
'userUpdatedId' => 'User Updated ID',
|
||||
'uso' => 'Uso',
|
||||
'interior' => 'interior',
|
||||
'portada' => 'portada',
|
||||
'negro' => 'negro',
|
||||
'color' => 'color',
|
||||
'negrohq' => 'negrohq',
|
||||
'bicolor' => 'bicolor',
|
||||
'interior' => 'Interior',
|
||||
'cubierta' => 'Cubierta',
|
||||
'sobrecubierta' => 'Sobrecubierta',
|
||||
'negro' => 'Negro',
|
||||
'color' => 'Color',
|
||||
'negrohq' => 'Negro HQ',
|
||||
'bicolor' => 'Bicolor',
|
||||
'validation' => [
|
||||
'duplicated_uso_tipo' => "Línea duplicada (la combinación 'uso' y 'tipo' ya existe)",
|
||||
'cubierta_sobrecubierta_color' => "Cubierta y sobrecubierta solo permiten tipo 'color'",
|
||||
'tipo' => [
|
||||
'in_list' => 'El campo {field} debe contener uno de: {param}.',
|
||||
'required' => 'Campo obligatorio.',
|
||||
|
||||
Reference in New Issue
Block a user