Files
safekat/ci4/app/Language/en/MaquinasTarifasImpresions.php
2023-06-27 12:24:02 +02:00

52 lines
1.2 KiB
PHP

<?php
return [
'createdAt' => 'Created At',
'deletedAt' => 'Deleted At',
'id' => 'ID',
'isDeleted' => 'Is Deleted',
'maquinaId' => 'Machine',
'maquinasTarifaImpresion' => 'Printing rate',
'maquinasTarifaImpresionList' => 'Printing rate List',
'maquinasTarifasImpresion' => 'Printing rates',
'maquinastarifasimpresion' => 'Printing rates',
'moduleTitle' => 'Machine printing rates',
'precio' => 'Price',
'predeterminado' => 'Default',
'tipo' => 'Type',
'updatedAt' => 'Updated At',
'userCreatedId' => 'User Created ID',
'userUpdatedId' => 'User Updated ID',
'uso' => 'Use',
'interior' => 'inside',
'portada' => 'cover',
'negro' => 'black',
'color' => 'color',
'negrohq' => 'blackhq',
'bicolor' => 'bicolor',
'validation' => [
'duplicated_uso_tipo' => "Duplicate line (the combination 'use' and 'type' already exists)",
'tipo' => [
'in_list' => 'The {field} field must be one of: {param}.',
'required' => 'Required field.',
],
'precio' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'Required field.',
],
'uso' => [
'in_list' => 'The {field} field must be one of: {param}.',
'required' => 'Required field.',
],
],
];