pcm-shared-components 2.1.223 → 2.1.224

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.
@@ -3208,6 +3208,13 @@
3208
3208
  "price_preserved": "Price preserved from previous lot",
3209
3209
  "recommendation": "Recommendation",
3210
3210
  "recommendation_text": "Updating to the new lot's rate keeps pricing consistent across your property.",
3211
+ "enable_override_dialog_confirm": "Enable Override",
3212
+ "enable_override_dialog_description": "Enabling override will trigger a recalculation. The prices below may change as a result.",
3213
+ "enable_override_dialog_lock_all_confirm": "Lock All + Enable Override",
3214
+ "enable_override_dialog_may_change_note": "You can lock all these prices at their current values to prevent them from changing during the recalculation.",
3215
+ "enable_override_dialog_title": "Enable Override?",
3216
+ "lot_move_unfrozen_lock_note": "Prices will be locked at their current values before the lot move.",
3217
+ "lot_move_unfrozen_warning_label": "Lock these prices first",
3211
3218
  "remove_override_dialog_confirm": "Remove Override",
3212
3219
  "remove_override_dialog_description": "Removing the override on {{category}} will update the price to the current calculated rate.",
3213
3220
  "remove_override_dialog_title": "Remove Override?",
@@ -3208,6 +3208,13 @@
3208
3208
  "price_preserved": "Precio conservado del lote anterior",
3209
3209
  "recommendation": "Recomendación",
3210
3210
  "recommendation_text": "Actualizar a la tarifa del nuevo lote mantiene una tarificación consistente en toda su propiedad.",
3211
+ "enable_override_dialog_confirm": "Activar anulación",
3212
+ "enable_override_dialog_description": "Activar la anulación desencadenará un recálculo. Los precios a continuación pueden cambiar.",
3213
+ "enable_override_dialog_lock_all_confirm": "Bloquear todo y activar anulación",
3214
+ "enable_override_dialog_may_change_note": "Puede bloquear todos estos precios en sus valores actuales para evitar que cambien durante el recálculo.",
3215
+ "enable_override_dialog_title": "¿Activar anulación?",
3216
+ "lot_move_unfrozen_lock_note": "Los precios se bloquearán en sus valores actuales antes del cambio de lote.",
3217
+ "lot_move_unfrozen_warning_label": "Bloquear estos precios primero",
3211
3218
  "remove_override_dialog_confirm": "Eliminar anulación",
3212
3219
  "remove_override_dialog_description": "Eliminar la anulación en {{category}} actualizará el precio a la tarifa calculada actual.",
3213
3220
  "remove_override_dialog_title": "¿Eliminar anulación?",
@@ -3208,6 +3208,13 @@
3208
3208
  "price_preserved": "Prix conservé depuis le lot précédent",
3209
3209
  "recommendation": "Recommandation",
3210
3210
  "recommendation_text": "Mettre à jour au tarif du nouveau lot maintient une tarification cohérente sur l'ensemble de votre propriété.",
3211
+ "enable_override_dialog_confirm": "Activer la substitution",
3212
+ "enable_override_dialog_description": "Activer la substitution déclenchera un recalcul. Les prix ci-dessous pourraient changer.",
3213
+ "enable_override_dialog_lock_all_confirm": "Verrouiller tout et activer la substitution",
3214
+ "enable_override_dialog_may_change_note": "Vous pouvez verrouiller ces prix à leurs valeurs actuelles pour éviter qu'ils changent lors du recalcul.",
3215
+ "enable_override_dialog_title": "Activer la substitution?",
3216
+ "lot_move_unfrozen_lock_note": "Les prix seront verrouillés à leurs valeurs actuelles avant le déplacement d'emplacement.",
3217
+ "lot_move_unfrozen_warning_label": "Verrouiller ces prix d'abord",
3211
3218
  "remove_override_dialog_confirm": "Retirer la substitution",
3212
3219
  "remove_override_dialog_description": "Retirer la substitution sur {{category}} mettra à jour le prix au tarif calculé actuel.",
3213
3220
  "remove_override_dialog_title": "Retirer la substitution?",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.223",
3
+ "version": "2.1.224",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {