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

89 lines
2.1 KiB
PHP

<?php
return [
'ajuste' => 'Adjustment',
'ajusteTotalPedido' => 'Order Total Adjustment',
'createdAt' => 'Created At',
'deletedAt' => 'Deleted At',
'formulaPrice' => 'Formula Price',
'id' => 'ID',
'moduleTitle' => 'Handling rates',
'nombre' => 'Name',
'precioMax' => 'Price Max',
'precioMin' => 'Price Min',
'tarifamanipulado' => 'Handling rate',
'tarifamanipuladoList' => 'Handling rates List',
'tarifasmanipulado' => 'Handling rates',
'tiradaMax' => 'Print Max',
'tiradaMin' => 'Print Min',
'updatedAt' => 'Updated At',
'userCreatedId' => 'User Created ID',
'userUpdateId' => 'User Update ID',
'validation' => [
'ajuste' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'ajuste_total_pedido' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'formula_price' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
'required' => 'The {field} field is required.',
],
'nombre' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
'required' => 'The {field} field is required.',
],
'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.',
],
'tirada_max' => [
'integer' => 'The {field} field must contain an integer.',
'required' => 'The {field} field is required.',
],
'tirada_min' => [
'integer' => 'The {field} field must contain an integer.',
'required' => 'The {field} field is required.',
],
'user_created_id' => [
'integer' => 'The {field} field must contain an integer.',
'required' => 'The {field} field is required.',
],
'user_updated_id' => [
'integer' => 'The {field} field must contain an integer.',
'required' => 'The {field} field is required.',
],
],
];