Files
safekat/ci4/app/Language/es/MaquinasTarifasImpresions.php
2025-04-22 15:52:48 +02:00

61 lines
1.7 KiB
PHP
Executable File

<?php
return [
'createdAt' => 'Created At',
'deletedAt' => 'Deleted At',
'id' => 'ID',
'isDeleted' => 'Is Deleted',
'maquinaId' => 'Maquina',
'maquinasTarifaImpresion' => 'Tarifa Impresion Máquinas ',
'maquinasTarifaImpresionList' => 'Lista Tarifas Impresion Máquinas',
'maquinasTarifasImpresion' => 'Tarifas Impresion Máquinas',
'maquinastarifasimpresion' => 'Tarifas Impresion Máquinas',
'moduleTitle' => 'Tarifas Impresion máquina',
'precio' => 'Precio',
'predeterminado' => 'Predeterminado',
'tipo' => 'Tipo',
'updatedAt' => 'Updated At',
'userCreatedId' => 'User Created ID',
'userUpdatedId' => 'User Updated ID',
'uso' => 'Uso',
'margen' => 'Margen',
'interior' => 'Interior',
'cubierta' => 'Cubierta',
'cubierta_pod' => 'Cubierta (POD)',
'sobrecubierta' => 'Sobrecubierta',
'sobrecubierta_pod' => 'Sobrecubierta (POD)',
'negro' => 'Negro',
'negro_pod' => 'Negro (POD)',
'color' => 'Color',
'color_pod' => 'Color (POD)',
'negrohq' => 'Negro HQ',
'colorhq' => 'Color 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 HQ'",
'tipo' => [
'in_list' => 'El campo {field} debe contener uno de: {param}.',
'required' => 'Campo obligatorio.',
],
'precio' => [
'decimal' => 'El campo {field} debe contener un número decimal.',
'required' => 'Campo obligatorio.',
],
'uso' => [
'max_length' => 'El campo {field} no puede exceder de {param} caracteres de longitud.',
'required' => 'Campo obligatorio.',
],
],
];