Files
safekat/ci4/app/Language/en/TarifaEncuadernacionLineas.php
2023-11-30 23:19:45 +01:00

62 lines
1.9 KiB
PHP
Executable File

<?php
return [
'id' => 'ID',
'moduleTitle' => 'Binding rates Lines',
'deleteLine' => 'the selected register',
'precioMax' => 'Max Price',
'precioMin' => 'Min Price',
'tiempoMin' => 'Min Time',
'tiempoMax' => 'Max Time',
'precioHora' => 'Price/hour',
'precioUnidad' => 'Price Unit',
'paginasMax' => 'Max Pages',
'paginasMin' => 'Min Pages',
'dimensiones' => 'Dimensions',
'menor_a5' =>'Less than A5',
'entre_a5_a4' =>'Between A5 and A4',
'mayor_a4' =>'Greater than A4',
'por_defecto' =>'Generic',
'moduleExplanation' => 'The number of pages indicated in this section refers per copy, not to the total of the order.',
'margen' => 'Margin',
'validation' => [
'error_seleccion_tiradas' => 'A line from the Printings table must be selected before creating a new record.',
'error_paginas_overlap' => 'The range [Min Pages, Max Pages] is overlapped with another one for the selected type.',
'error_paginas_range' => 'The field Min Pages must be lower than the field Max Pages',
'error_paginas_range' => 'The field Min Time must be lower than the field Max Time',
'error_paginas_overlap' => 'The range [Min Time, Max Time] is overlapped with another one for the selected type.',
'precio_max' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'precio_min' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'paginas_max' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'paginas_min' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'margen' => [
'integer' => 'The field must contain a decimal number.',
'required' => 'The field is required.',
],
],
];