terminando la consulta get resource del modelo maquinaspapelimpresion

This commit is contained in:
Jaime Jimenez
2023-06-30 11:34:30 +02:00
parent 38dd7cdadf
commit d356974178
11 changed files with 269 additions and 110 deletions

View File

@ -0,0 +1,8 @@
<?php
return [
'activo' => 'Active',
];

View File

@ -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.',

View File

@ -0,0 +1,8 @@
<?php
return [
'activo' => 'Activo',
];

View File

@ -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.',