Files
safekat/ci4/app/Language/en/PapelImpresion.php
2023-08-01 20:01:34 +02:00

125 lines
3.2 KiB
PHP

<?php
return [
'alto' => 'Height',
'ancho' => 'Width',
'bn' => 'B/N',
'color' => 'Colour',
'createdAt' => 'Created At',
'cubierta' => 'Cover',
'sobrecubierta' => 'Dust jacket',
'defecto' => 'Default',
'deletedAt' => 'Deleted At',
'espesor' => 'Thickness',
'gramaje' => 'Grammage',
'id' => 'ID',
'isDeleted' => 'Is Deleted',
'mano' => 'Hand',
'margen' => 'Margin',
'moduleTitle' => 'Print papers',
'nombre' => 'Name',
'papelGenericoId' => 'Generic paper',
'papelImpresion' => 'Print paper',
'papelImpresionList' => 'Print Paper List',
'papelesImpresion' => 'Print papers',
'papelesimpresion' => 'Print papers',
'pesoPorPliego' => 'Weight per sheet (grams)',
'precioPliego' => 'Sheet price',
'precioMetro' => 'Meter price',
'precioTonelada' => 'Ton price',
'referencia' => 'Reference',
'rotativa' => 'Rotary',
'updatedAt' => 'Updated At',
'activo' => 'Active?',
'userUpdateId' => 'User Update ID',
'consumo_tintas_rotativas' => 'Rotary ink consumption',
'maquinas_papel' => 'Selected machines',
'sureToChangeRotativaTitle' => 'Are you sure to change this option?',
'sureToChangeRotativaText' => 'This operation can\'t undone, the machines list and the rotary ink consumption will change.',
'validation' => [
'espesor_update' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
],
'alto' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'ancho' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'espesor' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'gramaje' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'mano' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'margen' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
'required' => 'The {field} field is required.',
],
'nombre' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
'required' => 'The {field} field is required.',
],
'papel_generico_id' => [
'integer' => 'The {field} field must contain an integer.',
'required' => 'The {field} field is required.',
],
'peso_por_pliego' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'precio_pliego' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'precio_tonelada' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'referencia' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
'required' => 'The {field} field is required.',
],
],
];