Files
safekat/ci4/app/Language/en/TarifasEnviosZonas.php
2023-08-30 13:12:38 +02:00

45 lines
1022 B
PHP

<?php
return [
'cpFinal' => 'Final Postcode',
'cpInicial' => 'Initial Postcode',
'createdAt' => 'Created At',
'deletedAt' => 'Deleted At',
'id' => 'ID',
'importeFijo' => 'Fixed cost',
'isDeleted' => 'Is Deleted',
'moduleTitle' => 'Zones',
'tarifaEnvioId' => 'Shipping Rate',
'tarifaEnvioZona' => 'Zone and cost',
'tarifaEnvioZonaList' => 'Zones List',
'tarifasEnviosZonas' => 'Zones Zonas',
'tarifasenvioszonas' => 'Zones Zonas',
'updatedAt' => 'Updated At',
'userCreatedId' => 'User Created ID',
'userUpdatedId' => 'User Updated ID',
'validation' => [
'cp_final' => [
'max_length' => 'The field cannot exceed 10 characters in length.',
'required' => 'The field is required.',
],
'cp_inicial' => [
'max_length' => 'The field cannot exceed 10 characters in length.',
'required' => 'The field is required.',
],
'importe_fijo' => [
'integer' => 'The field must contain an integer.',
'required' => 'The field is required.',
],
],
];