'Name', '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' => [ 'nombre' => [ 'max_length' => 'The field cannot exceed 50 characters in length.', 'required' => 'The field is required.', ], '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.', ], ], ];