Files
safekat/ci4/app/Language/en/MaquinasTarifasImpresions.php

55 lines
1.4 KiB
PHP
Executable File

<?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',
'cubierta' => 'Cover',
'sobrecubierta' => 'Dust jacket',
'negro' => 'Black',
'color' => 'Color',
'negrohq' => 'Black HQ',
'colorhq' => 'Color 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 HQ' type",
'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.',
],
],
];