mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminado tarifas envio
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
return [
|
||||
'a domicilio' => 'Home delivery',
|
||||
'aDomicilio' => 'Home delivery',
|
||||
'cajas' => 'Boxes',
|
||||
'createdAt' => 'Created At',
|
||||
'deletedAt' => 'Deleted At',
|
||||
@ -26,6 +26,8 @@ return [
|
||||
'userUpdatedId' => 'User Updated ID',
|
||||
'validation' => [
|
||||
'error_seleccion_zonas' => 'A line from the zones table must be selected before creating a new record.',
|
||||
'error_precio_overlap' => 'The range [Min Weight, Max Weight] is overlapped with another one for the selected provider and type.',
|
||||
'error_precio_range' => 'The field Min Weight must be lower than the field Max Weight',
|
||||
'peso_max' => [
|
||||
'decimal' => 'The field must contain a decimal number.',
|
||||
'required' => 'The field is required.',
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
return [
|
||||
'a domicilio' => 'A domicilio',
|
||||
'aDomicilio' => 'A domicilio',
|
||||
'cajas' => 'Cajas',
|
||||
'createdAt' => 'Created At',
|
||||
'deletedAt' => 'Deleted At',
|
||||
@ -26,6 +26,8 @@ return [
|
||||
'userUpdatedId' => 'User Updated ID',
|
||||
'validation' => [
|
||||
'error_seleccion_zonas' => 'Debe seleccionar una línea de la tabla zonas antes de crear un registro nuevo.',
|
||||
'error_precio_overlap' => 'El rango [Peso Min, Peso Max] se solapa con otro existente para el proveedor y tipo seleccionado.',
|
||||
'error_precio_range' => 'El campo Peso Min debe ser menor que el campo Peso Max',
|
||||
'peso_max' => [
|
||||
'decimal' => 'El campo debe contener un número decimal.',
|
||||
'required' => 'El campo es obligatorio.',
|
||||
|
||||
Reference in New Issue
Block a user