Files
safekat/ci4/app/Language/en/ClientePrecios.php
2024-01-02 14:28:59 +01:00

46 lines
1.3 KiB
PHP
Executable File

<?php
return [
'plantillaPrecios_module' => 'Customer fees templates',
'plantillaPrecios_name' => 'Customer fees template',
'plantillaPrecios_list' => 'List Customer fees templates',
'nombre' => 'Name',
'plantilla_id' => 'Template ID',
'plantilla' => 'Prices template',
'convertir2plantilla' => 'Convert to template',
'tipo' => 'Type',
'tipo_maquina' => 'Machine type',
'tipo_impresion' => 'Print type',
'tiempo_min' => 'Min. Time',
'tiempo_max' => 'Max. Time',
'precio_hora' => 'Price per hour',
'margen' => 'Margin',
'cliente_id' => 'Customer',
'user_updated_id' => 'User edition',
'updated_at' => 'Date edition',
'interior' => 'Inside',
'cubierta' => 'Cover',
'sobrecubierta' => 'Dust jacket',
'toner' => 'Toner',
'inkjet' => 'Inkjet',
'negro' => 'Black',
'negrohq' => 'Black HQ',
'color' => 'Colour',
'colorhq' => 'Colour HQ',
'validation' => [
'max_length' => 'Max. length ',
'required' => 'Field required',
'decimal' => 'Decimal number',
],
'errors' => [
'error_tiempo_range' => 'The field Min Time must be lower than the field Max Time',
'error_tiempo_overlap' => 'The range [Min Time, Max Time] is overlapped with another one for the selected type.',
]
}
];