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.',
|
||||
|
||||
Reference in New Issue
Block a user