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.',
|
||||
|
||||
Reference in New Issue
Block a user