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

26 lines
735 B
PHP
Executable File

<?php
return [
'id' => 'ID',
'moduleTitle' => 'Printings Binding rates',
'deleteLine' => 'the selected register',
'proveedor' => 'Supplier',
'seleccion' => 'Selection',
'tiradaMax' => 'Max Printing',
'tiradaMin' => 'Min Printing',
'validation' => [
'error_tirada_overlap' => 'El rango [Tirada Min, Tirada Max] se solapa con otro existente para el tipo seleccionado.',
'error_tirada_range' => 'El campo Tirada Min debe ser menor que el campo Tirada Max',
'tirada_max' => [
'integer' => 'The field must contain an integer.',
'required' => 'The field is required.',
],
'tirada_min' => [
'integer' => 'The field must contain an integer.',
'required' => 'The field is required.',
],
],
];