pcm-shared-components 2.1.207 → 2.1.208

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.
@@ -3095,6 +3095,12 @@
3095
3095
  "frozen_banner_col_current_pricing": "Current Pricing",
3096
3096
  "frozen_banner_review_costs": "Review costs before updating.",
3097
3097
  "frozen_banner_may_change_count": "may change if updated",
3098
+ "frozen_banner_override_all": "Override All",
3099
+ "override_dialog_title": "Override Current Prices",
3100
+ "override_dialog_subtitle": "The following categories will be marked as overridden. No prices will be recalculated.",
3101
+ "override_dialog_col_override_price": "Stored Price",
3102
+ "override_dialog_info": "No prices will change. These categories will be marked as overridden and excluded from future drift detection.",
3103
+ "override_dialog_confirm": "Override {{count}} Categories",
3098
3104
  "frozen_rate": "Frozen rate",
3099
3105
  "helper_text": "Choose which rate you want to apply to this reservation.",
3100
3106
  "keep_price": "Keep current price",
@@ -3130,6 +3136,8 @@
3130
3136
  "client": "Client",
3131
3137
  "edit_title": "Editing Reservation",
3132
3138
  "lot": "Lot",
3139
+ "navigate_next": "Next reservation",
3140
+ "navigate_previous": "Previous reservation",
3133
3141
  "new_title": "New Reservation",
3134
3142
  "occupant": "Occupants and Vehicles Charges",
3135
3143
  "online_info": "Online Reservation Information",
@@ -3095,6 +3095,12 @@
3095
3095
  "frozen_banner_col_current_pricing": "Precio actual",
3096
3096
  "frozen_banner_review_costs": "Revise los costos antes de actualizar.",
3097
3097
  "frozen_banner_may_change_count": "puede cambiar al actualizar",
3098
+ "frozen_banner_override_all": "Anular todo",
3099
+ "override_dialog_title": "Anular precios actuales",
3100
+ "override_dialog_subtitle": "Las siguientes categorías se marcarán como anuladas. No se recalculará ningún precio.",
3101
+ "override_dialog_col_override_price": "Precio almacenado",
3102
+ "override_dialog_info": "Ningún precio cambiará. Estas categorías quedarán excluidas de la detección de variaciones.",
3103
+ "override_dialog_confirm": "Anular {{count}} categorías",
3098
3104
  "frozen_rate": "Tarifa congelada",
3099
3105
  "helper_text": "Elija la tarifa que desea aplicar a esta reserva.",
3100
3106
  "keep_price": "Mantener el precio actual",
@@ -3130,6 +3136,8 @@
3130
3136
  "client": "Cliente",
3131
3137
  "edit_title": "Edición de reserva",
3132
3138
  "lot": "Lote",
3139
+ "navigate_next": "Reserva siguiente",
3140
+ "navigate_previous": "Reserva anterior",
3133
3141
  "new_title": "Nueva reserva",
3134
3142
  "occupant": "Cargos de ocupantes y vehículos",
3135
3143
  "online_info": "Información de reserva en línea",
@@ -3095,6 +3095,12 @@
3095
3095
  "frozen_banner_col_current_pricing": "Tarification actuelle",
3096
3096
  "frozen_banner_review_costs": "Vérifiez les coûts avant de mettre à jour.",
3097
3097
  "frozen_banner_may_change_count": "peut changer si mis à jour",
3098
+ "frozen_banner_override_all": "Tout remplacer",
3099
+ "override_dialog_title": "Remplacer les prix actuels",
3100
+ "override_dialog_subtitle": "Les catégories suivantes seront marquées comme remplacées. Aucun prix ne sera recalculé.",
3101
+ "override_dialog_col_override_price": "Prix enregistré",
3102
+ "override_dialog_info": "Aucun prix ne sera modifié. Ces catégories seront exclues de la détection des écarts.",
3103
+ "override_dialog_confirm": "Remplacer {{count}} catégories",
3098
3104
  "frozen_rate": "Tarif figé",
3099
3105
  "helper_text": "Choisissez le tarif que vous souhaitez appliquer à cette réservation.",
3100
3106
  "keep_price": "Garder le prix actuel",
@@ -3130,6 +3136,8 @@
3130
3136
  "client": "Client",
3131
3137
  "edit_title": "Modification de la réservation",
3132
3138
  "lot": "Lot",
3139
+ "navigate_next": "Réservation suivante",
3140
+ "navigate_previous": "Réservation précédente",
3133
3141
  "new_title": "Nouvelle réservation",
3134
3142
  "occupant": "Charges des occupants et véhicules",
3135
3143
  "online_info": "Informations en ligne fournies",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.207",
3
+ "version": "2.1.208",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {