mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
haciendo formulario de editar tarifa envio
This commit is contained in:
30
ci4/app/Language/en/TarifasEnvios.php
Normal file
30
ci4/app/Language/en/TarifasEnvios.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'createdAt' => 'Created At',
|
||||
'deletedAt' => 'Deleted At',
|
||||
'id' => 'ID',
|
||||
'isDeleted' => 'Is Deleted',
|
||||
'moduleTitle' => 'Shipping Rates',
|
||||
'nombre' => 'Name',
|
||||
'paisId' => 'Country',
|
||||
'tarifaEnvio' => 'Shipping Rate',
|
||||
'tarifaEnvioList' => 'Shipping Rate List',
|
||||
'tarifasenvios' => 'Shipping Rates',
|
||||
'updatedAt' => 'Updated At',
|
||||
'userCreatedId' => 'User Created ID',
|
||||
'userUpdatedId' => 'User Updated ID',
|
||||
'validation' => [
|
||||
'nombre' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
62
ci4/app/Language/en/TarifasEnviosPrecios.php
Normal file
62
ci4/app/Language/en/TarifasEnviosPrecios.php
Normal file
@ -0,0 +1,62 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'a domicilio' => 'Home delivery',
|
||||
'cajas' => 'Boxes',
|
||||
'createdAt' => 'Created At',
|
||||
'deletedAt' => 'Deleted At',
|
||||
'id' => 'ID',
|
||||
'isDeleted' => 'Is Deleted',
|
||||
'moduleTitle' => 'Weights and Costs',
|
||||
'palets' => 'Pallets',
|
||||
'pesoMax' => 'Max Weight',
|
||||
'pesoMin' => 'Min Weight',
|
||||
'precio' => 'Price',
|
||||
'precioAdicional' => 'Additional Price',
|
||||
'proveedorId' => 'Provider',
|
||||
'tarifaEnvioId' => 'Shipping Rate',
|
||||
'tarifaEnvioPrecio' => 'Weight and Cost',
|
||||
'tarifaEnvioPrecioList' => 'Weights and Costs List',
|
||||
'tarifasenviosprecios' => 'Weights and Costs',
|
||||
'tipoEnvio' => 'Shipping type',
|
||||
'updatedAt' => 'Updated At',
|
||||
'userCreatedId' => 'User Created ID',
|
||||
'userUpdatedId' => 'User Updated ID',
|
||||
'validation' => [
|
||||
'peso_max' => [
|
||||
'decimal' => 'The field must contain a decimal number.',
|
||||
'required' => 'The field is required.',
|
||||
|
||||
],
|
||||
|
||||
'peso_min' => [
|
||||
'decimal' => 'The field must contain a decimal number.',
|
||||
'required' => 'The field is required.',
|
||||
|
||||
],
|
||||
|
||||
'precio' => [
|
||||
'decimal' => 'The field must contain a decimal number.',
|
||||
'required' => 'The field is required.',
|
||||
|
||||
],
|
||||
|
||||
'precio_adicional' => [
|
||||
'decimal' => 'The field must contain a decimal number.',
|
||||
'required' => 'The field is required.',
|
||||
|
||||
],
|
||||
|
||||
'tipo_envio' => [
|
||||
'in_list' => 'The field must be one of the are included in the list.',
|
||||
'required' => 'The field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
45
ci4/app/Language/en/TarifasEnviosZonas.php
Normal file
45
ci4/app/Language/en/TarifasEnviosZonas.php
Normal file
@ -0,0 +1,45 @@
|
||||
<?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.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
30
ci4/app/Language/es/TarifasEnvios.php
Normal file
30
ci4/app/Language/es/TarifasEnvios.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'createdAt' => 'Created At',
|
||||
'deletedAt' => 'Deleted At',
|
||||
'id' => 'ID',
|
||||
'isDeleted' => 'Is Deleted',
|
||||
'moduleTitle' => 'Tarifas Envíos',
|
||||
'nombre' => 'Nombre',
|
||||
'paisId' => 'Pais',
|
||||
'tarifaEnvio' => 'Tarifa Envío',
|
||||
'tarifaEnvioList' => 'Lista Tarifas Envío',
|
||||
'tarifasenvios' => 'Tarifa Envío',
|
||||
'updatedAt' => 'Updated At',
|
||||
'userCreatedId' => 'User Created ID',
|
||||
'userUpdatedId' => 'User Updated ID',
|
||||
'validation' => [
|
||||
'nombre' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
62
ci4/app/Language/es/TarifasEnviosPrecios.php
Normal file
62
ci4/app/Language/es/TarifasEnviosPrecios.php
Normal file
@ -0,0 +1,62 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'a domicilio' => 'A domicilio',
|
||||
'cajas' => 'Cajas',
|
||||
'createdAt' => 'Created At',
|
||||
'deletedAt' => 'Deleted At',
|
||||
'id' => 'ID',
|
||||
'isDeleted' => 'Is Deleted',
|
||||
'moduleTitle' => 'Pesos y Precios',
|
||||
'palets' => 'Palets',
|
||||
'pesoMax' => 'Peso Max',
|
||||
'pesoMin' => 'Peso Min',
|
||||
'precio' => 'Precio',
|
||||
'precioAdicional' => 'Precio Adicional',
|
||||
'proveedorId' => 'Proveedor',
|
||||
'tarifaEnvioId' => 'Tarifa Envío',
|
||||
'tarifaEnvioPrecio' => 'Peso y Precio',
|
||||
'tarifaEnvioPrecioList' => 'Lista Pesos y Precios',
|
||||
'tarifasenviosprecios' => 'Pesos y Precios',
|
||||
'tipoEnvio' => 'Tipo Envío',
|
||||
'updatedAt' => 'Updated At',
|
||||
'userCreatedId' => 'User Created ID',
|
||||
'userUpdatedId' => 'User Updated ID',
|
||||
'validation' => [
|
||||
'peso_max' => [
|
||||
'decimal' => 'El campo debe contener un número decimal.',
|
||||
'required' => 'El campo es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'peso_min' => [
|
||||
'decimal' => 'El campo debe contener un número decimal.',
|
||||
'required' => 'El campo es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'precio' => [
|
||||
'decimal' => 'El campo debe contener un número decimal.',
|
||||
'required' => 'El campo es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'precio_adicional' => [
|
||||
'decimal' => 'El campo debe contener un número decimal.',
|
||||
'required' => 'El campo es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'tipo_envio' => [
|
||||
'in_list' => 'El campo debe ser uno de la lista.',
|
||||
'required' => 'El campo es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
45
ci4/app/Language/es/TarifasEnviosZonas.php
Normal file
45
ci4/app/Language/es/TarifasEnviosZonas.php
Normal file
@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'cpFinal' => 'CP Final',
|
||||
'cpInicial' => 'CP Inicial',
|
||||
'createdAt' => 'Created At',
|
||||
'deletedAt' => 'Deleted At',
|
||||
'id' => 'ID',
|
||||
'importeFijo' => 'Importe Fijo',
|
||||
'isDeleted' => 'Is Deleted',
|
||||
'moduleTitle' => 'Zonas',
|
||||
'tarifaEnvioId' => 'Tarifa Envío',
|
||||
'tarifaEnvioZona' => 'Zona',
|
||||
'tarifaEnvioZonaList' => 'Lista de Zonas',
|
||||
'tarifasEnviosZonas' => 'Zonas',
|
||||
'tarifasenvioszonas' => 'Zonas',
|
||||
'updatedAt' => 'Updated At',
|
||||
'userCreatedId' => 'User Created ID',
|
||||
'userUpdatedId' => 'User Updated ID',
|
||||
'validation' => [
|
||||
'cp_final' => [
|
||||
'max_length' => 'El campo no puede exceder 10 caracteres en longitud.',
|
||||
'required' => 'El campo es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'cp_inicial' => [
|
||||
'max_length' => 'El campo no puede exceder 10 caracteres en longitud.',
|
||||
'required' => 'El campo es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'importe_fijo' => [
|
||||
'integer' => 'El campo debe contener un número.',
|
||||
'required' => 'El campo es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user