pcm-shared-components 2.1.196 → 2.1.197

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3059,7 +3059,11 @@
3059
3059
  "apply_current_pricing_confirm_text": "All charges will be recalculated using current rates. This cannot be undone.",
3060
3060
  "frozen_banner_title": "Prices Frozen",
3061
3061
  "frozen_banner_description": "All charges on this reservation reflect rates locked at a previous date.",
3062
- "frozen_banner_since": "Frozen since {{date}}"
3062
+ "frozen_banner_since": "Frozen since {{date}}",
3063
+ "drift_category_camping_rate": "Camping Rate",
3064
+ "drift_category_taxes": "Taxes",
3065
+ "drift_category_occupant_pricing": "Occupant Pricing",
3066
+ "drift_category_fees": "Fees"
3063
3067
  },
3064
3068
  "map": {
3065
3069
  "reservation_new": {
@@ -3059,7 +3059,11 @@
3059
3059
  "apply_current_pricing_confirm_text": "Todos los cargos se recalcularán usando las tarifas actuales. Esta acción no se puede deshacer.",
3060
3060
  "frozen_banner_title": "Precios congelados",
3061
3061
  "frozen_banner_description": "Todos los cargos de esta reserva reflejan las tarifas bloqueadas en una fecha anterior.",
3062
- "frozen_banner_since": "Congelado desde el {{date}}"
3062
+ "frozen_banner_since": "Congelado desde el {{date}}",
3063
+ "drift_category_camping_rate": "Tarifa de camping",
3064
+ "drift_category_taxes": "Impuestos",
3065
+ "drift_category_occupant_pricing": "Precio por ocupante",
3066
+ "drift_category_fees": "Tarifas"
3063
3067
  },
3064
3068
  "map": {
3065
3069
  "reservation_new": {
@@ -3059,7 +3059,11 @@
3059
3059
  "apply_current_pricing_confirm_text": "Tous les frais seront recalculés aux tarifs actuels. Cette action est irréversible.",
3060
3060
  "frozen_banner_title": "Prix figés",
3061
3061
  "frozen_banner_description": "Tous les frais de cette réservation reflètent les tarifs figés à une date antérieure.",
3062
- "frozen_banner_since": "Figé depuis le {{date}}"
3062
+ "frozen_banner_since": "Figé depuis le {{date}}",
3063
+ "drift_category_camping_rate": "Tarif de camping",
3064
+ "drift_category_taxes": "Taxes",
3065
+ "drift_category_occupant_pricing": "Tarification des occupants",
3066
+ "drift_category_fees": "Frais"
3063
3067
  },
3064
3068
  "map": {
3065
3069
  "reservation_new": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.196",
3
+ "version": "2.1.197",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {