pcm-shared-components 2.1.203 → 2.1.204

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.
@@ -144,9 +144,9 @@
144
144
  }
145
145
  },
146
146
  "frozen_pricing_banner": {
147
- "title": "Reservation Frozen Pricing Banner",
148
147
  "description": "Display a frozen pricing banner on the reservation panel when charges are locked to previously saved rates.",
149
- "preview_when_enabled": "Preview when enabled"
148
+ "preview_when_enabled": "Preview when enabled",
149
+ "title": "Reservation Frozen Pricing Banner"
150
150
  },
151
151
  "global_monthly_settings": {
152
152
  "description": "These settings apply to all rates. The monthly billing type and threshold are managed globally, not per individual rate.",
@@ -2406,6 +2406,7 @@
2406
2406
  "example_2": "Increase July weekend rates by 15%.",
2407
2407
  "example_3": "Increase rates 15% for July and August",
2408
2408
  "generate": "Generate",
2409
+ "generated_badge": "AI Generated",
2409
2410
  "listening": "Listening...",
2410
2411
  "no_rules_generated": "No rules were generated. Try rephrasing your request.",
2411
2412
  "placeholder": "Describe the rules you want to create...",
@@ -2413,7 +2414,6 @@
2413
2414
  "prompt_used": "Prompt",
2414
2415
  "refine_placeholder": "Refine or ask a follow-up...",
2415
2416
  "rules_generated": "{{count}} rule(s) generated",
2416
- "generated_badge": "AI Generated",
2417
2417
  "title": "AI Rule Generator",
2418
2418
  "voice_input": "Speak your prompt"
2419
2419
  },
@@ -2450,8 +2450,8 @@
2450
2450
  "default_lot_pictures": "Default Lot Pictures",
2451
2451
  "description_caption": "Shown on receipts and confirmations.",
2452
2452
  "pictures_caption": "Shown on receipts and the guest portal.",
2453
- "tab_badge_partial": "1 of 2 completed",
2454
- "tab_badge_complete": "Description and pictures completed"
2453
+ "tab_badge_complete": "Description and pictures completed",
2454
+ "tab_badge_partial": "1 of 2 completed"
2455
2455
  },
2456
2456
  "dialog": {
2457
2457
  "add_price_override_warning": "Add at least one price override before saving this schedule.",
@@ -2622,13 +2622,13 @@
2622
2622
  "lots_chip": "Lots {{count}}",
2623
2623
  "schedule_badge": "{{count}} Schedule",
2624
2624
  "schedule_badge_plural": "{{count}} Schedules",
2625
+ "search_lots": "Search Lots",
2626
+ "search_lots_placeholder": "Search lots: 12, 45, 102 or range 1 - 50 or wildcard 10*",
2625
2627
  "search_placeholder": "Search base rates...",
2628
+ "search_rates": "Search Rates",
2626
2629
  "tax_group_chip": "Tax Group {{name}}",
2627
2630
  "view_list": "List view",
2628
- "view_table": "Table view",
2629
- "search_lots": "Search Lots",
2630
- "search_lots_placeholder": "Search lots: 12, 45, 102 or range 1 - 50 or wildcard 10*",
2631
- "search_rates": "Search Rates"
2631
+ "view_table": "Table view"
2632
2632
  },
2633
2633
  "tabs": {
2634
2634
  "base_config": "Base Configuration",
@@ -3041,13 +3041,58 @@
3041
3041
  }
3042
3042
  },
3043
3043
  "lot_move": {
3044
+ "apply_category_pricing_confirm_text": "{{category}} will be updated to the current live rate. This cannot be undone.",
3045
+ "apply_category_pricing_confirm_title": "Apply {{category}} Pricing?",
3046
+ "apply_current_pricing": "Apply Current Pricing",
3047
+ "apply_current_pricing_confirm_text": "All charges will be recalculated using current rates. This cannot be undone.",
3048
+ "apply_current_pricing_confirm_title": "Apply Current Pricing?",
3049
+ "apply_pricing_dialog_affected_count": "{{count}} affected charges",
3050
+ "apply_pricing_dialog_after_update": "After update",
3051
+ "apply_pricing_dialog_apply_category": "Apply {{category}}",
3052
+ "apply_pricing_dialog_apply_changes": "Apply {{count}} Changes",
3053
+ "apply_pricing_dialog_category_title": "Apply {{category}} Pricing",
3054
+ "apply_pricing_dialog_col_change": "Change",
3055
+ "apply_pricing_dialog_col_charge": "Charge",
3056
+ "apply_pricing_dialog_col_current": "Current",
3057
+ "apply_pricing_dialog_col_new": "New",
3058
+ "apply_pricing_dialog_current_total": "Current total",
3059
+ "apply_pricing_dialog_difference": "Difference",
3060
+ "apply_pricing_dialog_estimated_decrease": "Estimated total decrease",
3061
+ "apply_pricing_dialog_estimated_increase": "Estimated total increase",
3062
+ "apply_pricing_dialog_fees_will_recalculate": "Fees will be recalculated based on the new camping rate.",
3063
+ "apply_pricing_dialog_new_total": "New total",
3064
+ "apply_pricing_dialog_pct_decrease": "decrease",
3065
+ "apply_pricing_dialog_pct_increase": "increase",
3066
+ "apply_pricing_dialog_rate_overview_frozen": "Frozen rate overview",
3067
+ "apply_pricing_dialog_rate_overview_live": "New rate overview",
3068
+ "apply_pricing_dialog_section_total": "Updated reservation total",
3069
+ "apply_pricing_dialog_subtitle": "The following frozen charges will be replaced with current pricing for this reservation. Please review the changes below before applying.",
3070
+ "apply_pricing_dialog_taxes_note": "Recalculated from updated taxable charges",
3071
+ "apply_pricing_dialog_taxes_will_update": "Taxes will be replaced with the new rate's tax structure.",
3072
+ "apply_pricing_dialog_warning": "This action updates the reservation to current rates and cannot be undone automatically.",
3044
3073
  "current_price": "Current price",
3074
+ "drift_category_camping_rate": "Camping Rate",
3075
+ "drift_category_fees": "Fees",
3076
+ "drift_category_occupant_pricing": "Occupant Pricing",
3077
+ "drift_category_products": "Products & Services",
3078
+ "drift_category_taxes": "Taxes",
3079
+ "drift_status_frozen": "Frozen",
3080
+ "drift_status_may_change": "May change",
3081
+ "drift_taxes_breakdown_header": "Tax breakdown",
3045
3082
  "footer_note": "This change will be applied to the reservation total.",
3083
+ "frozen_banner_affected_charges": "Affected charges",
3084
+ "frozen_banner_description": "These reservation charges are locked to previous rates.",
3085
+ "frozen_banner_refresh": "Refresh pricing",
3086
+ "frozen_banner_since": "Frozen since {{date}}",
3087
+ "frozen_banner_title": "Prices Frozen",
3088
+ "frozen_banner_view_all": "View all affected charges",
3046
3089
  "frozen_rate": "Frozen rate",
3047
3090
  "helper_text": "Choose which rate you want to apply to this reservation.",
3048
3091
  "keep_price": "Keep current price",
3049
3092
  "keep_price_description": "Keep the original price for your guest.",
3050
3093
  "keep_price_with_amount": "Keep current price {{amount}}",
3094
+ "lot_move_fees_recalculated_note": "Fees will be recalculated using the new lot's rate.",
3095
+ "lot_move_taxes_replaced_note": "Taxes will be updated to match the new lot's tax structure.",
3051
3096
  "lot_route": "Lot {{currentLot}} → Lot {{newLot}}",
3052
3097
  "market_rate_for_lot": "Market rate for Lot {{lot}}",
3053
3098
  "new_lot_rate": "New lot's rate",
@@ -3061,50 +3106,7 @@
3061
3106
  "revert_to_current_rate": "Remove preserved price and use current lot rate",
3062
3107
  "title": "This lot has a different rate",
3063
3108
  "use_new_rate": "Use new lot's rate",
3064
- "use_new_rate_with_amount": "Use new lot's rate {{amount}}",
3065
- "apply_current_pricing": "Apply Current Pricing",
3066
- "apply_current_pricing_confirm_title": "Apply Current Pricing?",
3067
- "apply_current_pricing_confirm_text": "All charges will be recalculated using current rates. This cannot be undone.",
3068
- "apply_category_pricing_confirm_title": "Apply {{category}} Pricing?",
3069
- "apply_category_pricing_confirm_text": "{{category}} will be updated to the current live rate. This cannot be undone.",
3070
- "frozen_banner_title": "Prices Frozen",
3071
- "frozen_banner_description": "These reservation charges are locked to previously saved rates.",
3072
- "frozen_banner_affected_charges": "Affected charges",
3073
- "frozen_banner_view_all": "View all affected charges",
3074
- "frozen_banner_refresh": "Refresh pricing",
3075
- "frozen_banner_since": "Frozen since {{date}}",
3076
- "drift_category_camping_rate": "Camping Rate",
3077
- "drift_category_taxes": "Taxes",
3078
- "drift_taxes_breakdown_header": "Tax breakdown",
3079
- "apply_pricing_dialog_subtitle": "The following frozen charges will be replaced with current pricing for this reservation. Please review the changes below before applying.",
3080
- "apply_pricing_dialog_affected_count": "{{count}} affected charges",
3081
- "apply_pricing_dialog_estimated_increase": "Estimated total increase",
3082
- "apply_pricing_dialog_estimated_decrease": "Estimated total decrease",
3083
- "apply_pricing_dialog_col_charge": "Charge",
3084
- "apply_pricing_dialog_col_current": "Current",
3085
- "apply_pricing_dialog_col_new": "New",
3086
- "apply_pricing_dialog_col_change": "Change",
3087
- "apply_pricing_dialog_taxes_note": "Recalculated from updated taxable charges",
3088
- "apply_pricing_dialog_fees_will_recalculate": "Fees will be recalculated based on the new camping rate.",
3089
- "apply_pricing_dialog_taxes_will_update": "Taxes will be replaced with the new rate's tax structure.",
3090
- "apply_pricing_dialog_rate_overview_frozen": "Frozen rate overview",
3091
- "apply_pricing_dialog_rate_overview_live": "New rate overview",
3092
- "lot_move_fees_recalculated_note": "Fees will be recalculated using the new lot's rate.",
3093
- "lot_move_taxes_replaced_note": "Taxes will be updated to match the new lot's tax structure.",
3094
- "apply_pricing_dialog_section_total": "Updated reservation total",
3095
- "apply_pricing_dialog_current_total": "Current total",
3096
- "apply_pricing_dialog_new_total": "New total",
3097
- "apply_pricing_dialog_after_update": "After update",
3098
- "apply_pricing_dialog_difference": "Difference",
3099
- "apply_pricing_dialog_pct_increase": "increase",
3100
- "apply_pricing_dialog_pct_decrease": "decrease",
3101
- "apply_pricing_dialog_warning": "This action updates the reservation to current rates and cannot be undone automatically.",
3102
- "apply_pricing_dialog_apply_changes": "Apply {{count}} Changes",
3103
- "apply_pricing_dialog_apply_category": "Apply {{category}}",
3104
- "apply_pricing_dialog_category_title": "Apply {{category}} Pricing",
3105
- "drift_category_occupant_pricing": "Occupant Pricing",
3106
- "drift_category_fees": "Fees",
3107
- "drift_category_products": "Products & Services"
3109
+ "use_new_rate_with_amount": "Use new lot's rate {{amount}}"
3108
3110
  },
3109
3111
  "map": {
3110
3112
  "reservation_new": {
@@ -144,9 +144,9 @@
144
144
  }
145
145
  },
146
146
  "frozen_pricing_banner": {
147
- "title": "Banner de precios congelados de reservación",
148
147
  "description": "Muestra un banner de precios congelados en el panel de reservación cuando los cargos están bloqueados a las tarifas guardadas anteriormente.",
149
- "preview_when_enabled": "Vista previa cuando está activado"
148
+ "preview_when_enabled": "Vista previa cuando está activado",
149
+ "title": "Banner de precios congelados de reservación"
150
150
  },
151
151
  "global_monthly_settings": {
152
152
  "description": "Estos ajustes se aplican a todas las tasas. El tipo de facturación mensual y el umbral se gestionan a nivel global, no por tarifa individual.",
@@ -2406,6 +2406,7 @@
2406
2406
  "example_2": "Aumentar las tarifas de fin de semana de julio en un 15%.",
2407
2407
  "example_3": "Aumentar tarifas 15% para julio y agosto",
2408
2408
  "generate": "Generar",
2409
+ "generated_badge": "Generado por IA",
2409
2410
  "listening": "Escuchando...",
2410
2411
  "no_rules_generated": "No se generaron reglas. Intenta reformular tu solicitud.",
2411
2412
  "placeholder": "Describe las reglas que deseas crear...",
@@ -2413,7 +2414,6 @@
2413
2414
  "prompt_used": "Consulta",
2414
2415
  "refine_placeholder": "Refine o haga una pregunta de seguimiento...",
2415
2416
  "rules_generated": "{{count}} regla(s) generada(s)",
2416
- "generated_badge": "Generado por IA",
2417
2417
  "title": "Generador de reglas IA",
2418
2418
  "voice_input": "Diga su consulta"
2419
2419
  },
@@ -2450,8 +2450,8 @@
2450
2450
  "default_lot_pictures": "Fotos de lote predeterminadas",
2451
2451
  "description_caption": "Se muestra en recibos y confirmaciones.",
2452
2452
  "pictures_caption": "Se muestra en recibos y el portal del huésped.",
2453
- "tab_badge_partial": "1 de 2 completado",
2454
- "tab_badge_complete": "Descripción y fotos completadas"
2453
+ "tab_badge_complete": "Descripción y fotos completadas",
2454
+ "tab_badge_partial": "1 de 2 completado"
2455
2455
  },
2456
2456
  "dialog": {
2457
2457
  "add_price_override_warning": "Add at least one price override before saving this schedule.",
@@ -2622,13 +2622,13 @@
2622
2622
  "lots_chip": "Lotes {{count}}",
2623
2623
  "schedule_badge": "{{count}} Horario",
2624
2624
  "schedule_badge_plural": "{{count}} Horarios",
2625
+ "search_lots": "Buscar lotes",
2626
+ "search_lots_placeholder": "Buscar lotes: 12, 45, 102 o rango 1 - 50 o comodín 10*",
2625
2627
  "search_placeholder": "Buscar tarifas base...",
2628
+ "search_rates": "Buscar tarifas",
2626
2629
  "tax_group_chip": "Grupo fiscal {{name}}",
2627
2630
  "view_list": "Vista lista",
2628
- "view_table": "Vista tabla",
2629
- "search_lots": "Buscar lotes",
2630
- "search_lots_placeholder": "Buscar lotes: 12, 45, 102 o rango 1 - 50 o comodín 10*",
2631
- "search_rates": "Buscar tarifas"
2631
+ "view_table": "Vista tabla"
2632
2632
  },
2633
2633
  "tabs": {
2634
2634
  "base_config": "Configuración base",
@@ -3041,13 +3041,56 @@
3041
3041
  }
3042
3042
  },
3043
3043
  "lot_move": {
3044
+ "apply_category_pricing_confirm_text": "{{category}} se actualizará a la tarifa vigente. Esta acción no se puede deshacer.",
3045
+ "apply_category_pricing_confirm_title": "¿Aplicar tarifa de {{category}}?",
3046
+ "apply_current_pricing": "Aplicar tarifas actuales",
3047
+ "apply_current_pricing_confirm_text": "Todos los cargos se recalcularán usando las tarifas actuales. Esta acción no se puede deshacer.",
3048
+ "apply_current_pricing_confirm_title": "¿Aplicar tarifas actuales?",
3049
+ "apply_pricing_dialog_affected_count": "{{count}} cargos afectados",
3050
+ "apply_pricing_dialog_after_update": "Después de la actualización",
3051
+ "apply_pricing_dialog_apply_category": "Aplicar {{category}}",
3052
+ "apply_pricing_dialog_apply_changes": "Aplicar {{count}} cambios",
3053
+ "apply_pricing_dialog_category_title": "Aplicar precio de {{category}}",
3054
+ "apply_pricing_dialog_col_change": "Cambio",
3055
+ "apply_pricing_dialog_col_charge": "Cargo",
3056
+ "apply_pricing_dialog_col_current": "Actual",
3057
+ "apply_pricing_dialog_col_new": "Nuevo",
3058
+ "apply_pricing_dialog_current_total": "Total actual",
3059
+ "apply_pricing_dialog_difference": "Diferencia",
3060
+ "apply_pricing_dialog_estimated_decrease": "Disminución total estimada",
3061
+ "apply_pricing_dialog_estimated_increase": "Aumento total estimado",
3062
+ "apply_pricing_dialog_fees_will_recalculate": "Los cargos se recalcularán según la nueva tarifa de camping.",
3063
+ "apply_pricing_dialog_new_total": "Nuevo total",
3064
+ "apply_pricing_dialog_pct_decrease": "de disminución",
3065
+ "apply_pricing_dialog_pct_increase": "de aumento",
3066
+ "apply_pricing_dialog_rate_overview_frozen": "Resumen de la tarifa congelada",
3067
+ "apply_pricing_dialog_rate_overview_live": "Resumen de la nueva tarifa",
3068
+ "apply_pricing_dialog_section_total": "Total de reserva actualizado",
3069
+ "apply_pricing_dialog_subtitle": "Los cargos congelados siguientes serán reemplazados con los precios actuales para esta reserva. Por favor revise los cambios a continuación antes de aplicar.",
3070
+ "apply_pricing_dialog_taxes_note": "Recalculado a partir de los cargos imponibles actualizados",
3071
+ "apply_pricing_dialog_taxes_will_update": "Los impuestos serán reemplazados con la estructura fiscal de la nueva tarifa.",
3072
+ "apply_pricing_dialog_warning": "Esta acción actualiza la reserva a las tarifas actuales y no se puede deshacer automáticamente.",
3044
3073
  "current_price": "Precio actual",
3074
+ "drift_category_camping_rate": "Tarifa de camping",
3075
+ "drift_category_fees": "Tarifas",
3076
+ "drift_category_occupant_pricing": "Precio por ocupante",
3077
+ "drift_category_products": "Productos y servicios",
3078
+ "drift_category_taxes": "Impuestos",
3079
+ "drift_taxes_breakdown_header": "Desglose de impuestos",
3045
3080
  "footer_note": "Este cambio se aplicará al total de la reserva.",
3081
+ "frozen_banner_affected_charges": "Cargos afectados",
3082
+ "frozen_banner_description": "Estos cargos por reserva están vinculados a las tarifas anteriores.",
3083
+ "frozen_banner_refresh": "Actualizar precios",
3084
+ "frozen_banner_since": "Congelado desde el {{date}}",
3085
+ "frozen_banner_title": "Precios congelados",
3086
+ "frozen_banner_view_all": "Ver todos los cargos afectados",
3046
3087
  "frozen_rate": "Tarifa congelada",
3047
3088
  "helper_text": "Elija la tarifa que desea aplicar a esta reserva.",
3048
3089
  "keep_price": "Mantener el precio actual",
3049
3090
  "keep_price_description": "Mantener el precio original para su huésped.",
3050
3091
  "keep_price_with_amount": "Mantener el precio actual {{amount}}",
3092
+ "lot_move_fees_recalculated_note": "Los cargos se recalcularán usando la tarifa del nuevo lote.",
3093
+ "lot_move_taxes_replaced_note": "Los impuestos se actualizarán para coincidir con la estructura fiscal del nuevo lote.",
3051
3094
  "lot_route": "Lote {{currentLot}} → Lote {{newLot}}",
3052
3095
  "market_rate_for_lot": "Tarifa de mercado para el lote {{lot}}",
3053
3096
  "new_lot_rate": "Tarifa del nuevo lote",
@@ -3061,50 +3104,7 @@
3061
3104
  "revert_to_current_rate": "Eliminar el precio conservado y usar la tarifa actual del lote",
3062
3105
  "title": "Este lote tiene una tarifa diferente",
3063
3106
  "use_new_rate": "Usar la tarifa del nuevo lote",
3064
- "use_new_rate_with_amount": "Usar la tarifa del nuevo lote {{amount}}",
3065
- "apply_current_pricing": "Aplicar tarifas actuales",
3066
- "apply_current_pricing_confirm_title": "¿Aplicar tarifas actuales?",
3067
- "apply_current_pricing_confirm_text": "Todos los cargos se recalcularán usando las tarifas actuales. Esta acción no se puede deshacer.",
3068
- "apply_category_pricing_confirm_title": "¿Aplicar tarifa de {{category}}?",
3069
- "apply_category_pricing_confirm_text": "{{category}} se actualizará a la tarifa vigente. Esta acción no se puede deshacer.",
3070
- "frozen_banner_title": "Precios congelados",
3071
- "frozen_banner_description": "Los cargos de esta reserva están bloqueados en las tarifas guardadas anteriormente.",
3072
- "frozen_banner_affected_charges": "Cargos afectados",
3073
- "frozen_banner_view_all": "Ver todos los cargos afectados",
3074
- "frozen_banner_refresh": "Actualizar precios",
3075
- "frozen_banner_since": "Congelado desde el {{date}}",
3076
- "drift_category_camping_rate": "Tarifa de camping",
3077
- "drift_category_taxes": "Impuestos",
3078
- "drift_taxes_breakdown_header": "Desglose de impuestos",
3079
- "apply_pricing_dialog_subtitle": "Los cargos congelados siguientes serán reemplazados con los precios actuales para esta reserva. Por favor revise los cambios a continuación antes de aplicar.",
3080
- "apply_pricing_dialog_affected_count": "{{count}} cargos afectados",
3081
- "apply_pricing_dialog_estimated_increase": "Aumento total estimado",
3082
- "apply_pricing_dialog_estimated_decrease": "Disminución total estimada",
3083
- "apply_pricing_dialog_col_charge": "Cargo",
3084
- "apply_pricing_dialog_col_current": "Actual",
3085
- "apply_pricing_dialog_col_new": "Nuevo",
3086
- "apply_pricing_dialog_col_change": "Cambio",
3087
- "apply_pricing_dialog_taxes_note": "Recalculado a partir de los cargos imponibles actualizados",
3088
- "apply_pricing_dialog_fees_will_recalculate": "Los cargos se recalcularán según la nueva tarifa de camping.",
3089
- "apply_pricing_dialog_taxes_will_update": "Los impuestos serán reemplazados con la estructura fiscal de la nueva tarifa.",
3090
- "apply_pricing_dialog_rate_overview_frozen": "Resumen de la tarifa congelada",
3091
- "apply_pricing_dialog_rate_overview_live": "Resumen de la nueva tarifa",
3092
- "lot_move_fees_recalculated_note": "Los cargos se recalcularán usando la tarifa del nuevo lote.",
3093
- "lot_move_taxes_replaced_note": "Los impuestos se actualizarán para coincidir con la estructura fiscal del nuevo lote.",
3094
- "apply_pricing_dialog_section_total": "Total de reserva actualizado",
3095
- "apply_pricing_dialog_current_total": "Total actual",
3096
- "apply_pricing_dialog_new_total": "Nuevo total",
3097
- "apply_pricing_dialog_after_update": "Después de la actualización",
3098
- "apply_pricing_dialog_difference": "Diferencia",
3099
- "apply_pricing_dialog_pct_increase": "de aumento",
3100
- "apply_pricing_dialog_pct_decrease": "de disminución",
3101
- "apply_pricing_dialog_warning": "Esta acción actualiza la reserva a las tarifas actuales y no se puede deshacer automáticamente.",
3102
- "apply_pricing_dialog_apply_changes": "Aplicar {{count}} cambios",
3103
- "apply_pricing_dialog_apply_category": "Aplicar {{category}}",
3104
- "apply_pricing_dialog_category_title": "Aplicar precio de {{category}}",
3105
- "drift_category_occupant_pricing": "Precio por ocupante",
3106
- "drift_category_fees": "Tarifas",
3107
- "drift_category_products": "Productos y servicios"
3107
+ "use_new_rate_with_amount": "Usar la tarifa del nuevo lote {{amount}}"
3108
3108
  },
3109
3109
  "map": {
3110
3110
  "reservation_new": {
@@ -144,9 +144,9 @@
144
144
  }
145
145
  },
146
146
  "frozen_pricing_banner": {
147
- "title": "Bannière de prix gelés de la réservation",
148
147
  "description": "Affiche une bannière de prix gelés sur le panneau de réservation lorsque les charges sont verrouillées aux tarifs précédemment enregistrés.",
149
- "preview_when_enabled": "Aperçu lorsque activé"
148
+ "preview_when_enabled": "Aperçu lorsque activé",
149
+ "title": "Bannière de prix gelés de la réservation"
150
150
  },
151
151
  "global_monthly_settings": {
152
152
  "description": "Ces réglages s’appliquent à tous les tarifs. Le type de facturation mensuel et le seuil sont gérés globalement, et non par tarif individuel.",
@@ -2406,6 +2406,7 @@
2406
2406
  "example_2": "Augmentation de 15 % des tarifs du week-end de juillet.",
2407
2407
  "example_3": "Augmenter les tarifs de 15% pour juillet et août",
2408
2408
  "generate": "Générer",
2409
+ "generated_badge": "Généré par IA",
2409
2410
  "listening": "Écoute en cours...",
2410
2411
  "no_rules_generated": "Aucune règle générée. Reformulez votre demande.",
2411
2412
  "placeholder": "Décrivez les règles à créer...",
@@ -2413,7 +2414,6 @@
2413
2414
  "prompt_used": "Invite",
2414
2415
  "refine_placeholder": "Affinez ou posez une question de suivi...",
2415
2416
  "rules_generated": "{{count}} règle(s) générée(s)",
2416
- "generated_badge": "Généré par IA",
2417
2417
  "title": "Générateur de règles IA",
2418
2418
  "voice_input": "Parlez votre invite"
2419
2419
  },
@@ -2450,8 +2450,8 @@
2450
2450
  "default_lot_pictures": "Photos par défaut de l'emplacement",
2451
2451
  "description_caption": "Affiché sur les reçus et confirmations.",
2452
2452
  "pictures_caption": "Affiché sur les reçus et le portail client.",
2453
- "tab_badge_partial": "1 sur 2 complété",
2454
- "tab_badge_complete": "Description et photos complétées"
2453
+ "tab_badge_complete": "Description et photos complétées",
2454
+ "tab_badge_partial": "1 sur 2 complété"
2455
2455
  },
2456
2456
  "dialog": {
2457
2457
  "add_price_override_warning": "Add at least one price override before saving this schedule.",
@@ -2622,13 +2622,13 @@
2622
2622
  "lots_chip": "Terrains {{count}}",
2623
2623
  "schedule_badge": "{{count}} Horaire",
2624
2624
  "schedule_badge_plural": "{{count}} Horaires",
2625
+ "search_lots": "Rechercher des emplacements",
2626
+ "search_lots_placeholder": "Rechercher des emplacements : 12, 45, 102 ou plage 1 - 50 ou joker 10*",
2625
2627
  "search_placeholder": "Rechercher des tarifs de base...",
2628
+ "search_rates": "Rechercher des tarifs",
2626
2629
  "tax_group_chip": "Groupe fiscal {{name}}",
2627
2630
  "view_list": "Vue liste",
2628
- "view_table": "Vue tableau",
2629
- "search_lots": "Rechercher des emplacements",
2630
- "search_lots_placeholder": "Rechercher des emplacements : 12, 45, 102 ou plage 1 - 50 ou joker 10*",
2631
- "search_rates": "Rechercher des tarifs"
2631
+ "view_table": "Vue tableau"
2632
2632
  },
2633
2633
  "tabs": {
2634
2634
  "base_config": "Configuration de base",
@@ -3041,13 +3041,58 @@
3041
3041
  }
3042
3042
  },
3043
3043
  "lot_move": {
3044
+ "apply_category_pricing_confirm_text": "{{category}} sera mis à jour au tarif en vigueur. Cette action est irréversible.",
3045
+ "apply_category_pricing_confirm_title": "Appliquer le tarif {{category}}?",
3046
+ "apply_current_pricing": "Appliquer les tarifs actuels",
3047
+ "apply_current_pricing_confirm_text": "Tous les frais seront recalculés aux tarifs actuels. Cette action est irréversible.",
3048
+ "apply_current_pricing_confirm_title": "Appliquer les tarifs actuels ?",
3049
+ "apply_pricing_dialog_affected_count": "{{count}} frais affectés",
3050
+ "apply_pricing_dialog_after_update": "Après mise à jour",
3051
+ "apply_pricing_dialog_apply_category": "Appliquer {{category}}",
3052
+ "apply_pricing_dialog_apply_changes": "Appliquer {{count}} modifications",
3053
+ "apply_pricing_dialog_category_title": "Appliquer la tarification {{category}}",
3054
+ "apply_pricing_dialog_col_change": "Variation",
3055
+ "apply_pricing_dialog_col_charge": "Frais",
3056
+ "apply_pricing_dialog_col_current": "Actuel",
3057
+ "apply_pricing_dialog_col_new": "Nouveau",
3058
+ "apply_pricing_dialog_current_total": "Total actuel",
3059
+ "apply_pricing_dialog_difference": "Différence",
3060
+ "apply_pricing_dialog_estimated_decrease": "Diminution totale estimée",
3061
+ "apply_pricing_dialog_estimated_increase": "Augmentation totale estimée",
3062
+ "apply_pricing_dialog_fees_will_recalculate": "Les frais seront recalculés selon le nouveau tarif de camping.",
3063
+ "apply_pricing_dialog_new_total": "Nouveau total",
3064
+ "apply_pricing_dialog_pct_decrease": "de diminution",
3065
+ "apply_pricing_dialog_pct_increase": "d'augmentation",
3066
+ "apply_pricing_dialog_rate_overview_frozen": "Aperçu du tarif gelé",
3067
+ "apply_pricing_dialog_rate_overview_live": "Aperçu du nouveau tarif",
3068
+ "apply_pricing_dialog_section_total": "Total de réservation mis à jour",
3069
+ "apply_pricing_dialog_subtitle": "Les frais gelés suivants seront remplacés par les tarifs actuels pour cette réservation. Veuillez examiner les changements ci-dessous avant d'appliquer.",
3070
+ "apply_pricing_dialog_taxes_note": "Recalculé à partir des charges taxables mises à jour",
3071
+ "apply_pricing_dialog_taxes_will_update": "Les taxes seront remplacées par la structure fiscale du nouveau tarif.",
3072
+ "apply_pricing_dialog_warning": "Cette action met à jour la réservation aux tarifs actuels et ne peut pas être annulée automatiquement.",
3044
3073
  "current_price": "Prix actuel",
3074
+ "drift_category_camping_rate": "Tarif de camping",
3075
+ "drift_category_fees": "Frais",
3076
+ "drift_category_occupant_pricing": "Tarification des occupants",
3077
+ "drift_category_products": "Produits et services",
3078
+ "drift_category_taxes": "Taxes",
3079
+ "drift_status_frozen": "Gelé",
3080
+ "drift_status_may_change": "Peut changer",
3081
+ "drift_taxes_breakdown_header": "Détail des taxes",
3045
3082
  "footer_note": "Ce changement sera appliqué au total de la réservation.",
3083
+ "frozen_banner_affected_charges": "Frais affectés",
3084
+ "frozen_banner_description": "Ces frais de réservation restent inchangés par rapport aux tarifs précédents.",
3085
+ "frozen_banner_refresh": "Actualiser les tarifs",
3086
+ "frozen_banner_since": "Figé depuis le {{date}}",
3087
+ "frozen_banner_title": "Prix figés",
3088
+ "frozen_banner_view_all": "Voir tous les frais affectés",
3046
3089
  "frozen_rate": "Tarif figé",
3047
3090
  "helper_text": "Choisissez le tarif que vous souhaitez appliquer à cette réservation.",
3048
3091
  "keep_price": "Garder le prix actuel",
3049
3092
  "keep_price_description": "Conserver le prix original pour votre client.",
3050
3093
  "keep_price_with_amount": "Conserver le prix actuel {{amount}}",
3094
+ "lot_move_fees_recalculated_note": "Les frais seront recalculés selon le tarif du nouveau lot.",
3095
+ "lot_move_taxes_replaced_note": "Les taxes seront mises à jour pour correspondre à la structure fiscale du nouveau lot.",
3051
3096
  "lot_route": "Lot {{currentLot}} → Lot {{newLot}}",
3052
3097
  "market_rate_for_lot": "Tarif du marché pour le lot {{lot}}",
3053
3098
  "new_lot_rate": "Tarif du nouveau lot",
@@ -3061,50 +3106,7 @@
3061
3106
  "revert_to_current_rate": "Supprimer le prix conservé et utiliser le tarif actuel du lot",
3062
3107
  "title": "Ce lot a un tarif différent",
3063
3108
  "use_new_rate": "Utiliser le tarif du nouveau lot",
3064
- "use_new_rate_with_amount": "Utiliser le tarif du nouveau lot {{amount}}",
3065
- "apply_current_pricing": "Appliquer les tarifs actuels",
3066
- "apply_current_pricing_confirm_title": "Appliquer les tarifs actuels ?",
3067
- "apply_current_pricing_confirm_text": "Tous les frais seront recalculés aux tarifs actuels. Cette action est irréversible.",
3068
- "apply_category_pricing_confirm_title": "Appliquer le tarif {{category}}?",
3069
- "apply_category_pricing_confirm_text": "{{category}} sera mis à jour au tarif en vigueur. Cette action est irréversible.",
3070
- "frozen_banner_title": "Prix figés",
3071
- "frozen_banner_description": "Les frais de cette réservation sont verrouillés aux tarifs précédemment enregistrés.",
3072
- "frozen_banner_affected_charges": "Frais affectés",
3073
- "frozen_banner_view_all": "Voir tous les frais affectés",
3074
- "frozen_banner_refresh": "Actualiser les tarifs",
3075
- "frozen_banner_since": "Figé depuis le {{date}}",
3076
- "drift_category_camping_rate": "Tarif de camping",
3077
- "drift_category_taxes": "Taxes",
3078
- "drift_taxes_breakdown_header": "Détail des taxes",
3079
- "apply_pricing_dialog_subtitle": "Les frais gelés suivants seront remplacés par les tarifs actuels pour cette réservation. Veuillez examiner les changements ci-dessous avant d'appliquer.",
3080
- "apply_pricing_dialog_affected_count": "{{count}} frais affectés",
3081
- "apply_pricing_dialog_estimated_increase": "Augmentation totale estimée",
3082
- "apply_pricing_dialog_estimated_decrease": "Diminution totale estimée",
3083
- "apply_pricing_dialog_col_charge": "Frais",
3084
- "apply_pricing_dialog_col_current": "Actuel",
3085
- "apply_pricing_dialog_col_new": "Nouveau",
3086
- "apply_pricing_dialog_col_change": "Variation",
3087
- "apply_pricing_dialog_taxes_note": "Recalculé à partir des charges taxables mises à jour",
3088
- "apply_pricing_dialog_fees_will_recalculate": "Les frais seront recalculés selon le nouveau tarif de camping.",
3089
- "apply_pricing_dialog_taxes_will_update": "Les taxes seront remplacées par la structure fiscale du nouveau tarif.",
3090
- "apply_pricing_dialog_rate_overview_frozen": "Aperçu du tarif gelé",
3091
- "apply_pricing_dialog_rate_overview_live": "Aperçu du nouveau tarif",
3092
- "lot_move_fees_recalculated_note": "Les frais seront recalculés selon le tarif du nouveau lot.",
3093
- "lot_move_taxes_replaced_note": "Les taxes seront mises à jour pour correspondre à la structure fiscale du nouveau lot.",
3094
- "apply_pricing_dialog_section_total": "Total de réservation mis à jour",
3095
- "apply_pricing_dialog_current_total": "Total actuel",
3096
- "apply_pricing_dialog_new_total": "Nouveau total",
3097
- "apply_pricing_dialog_after_update": "Après mise à jour",
3098
- "apply_pricing_dialog_difference": "Différence",
3099
- "apply_pricing_dialog_pct_increase": "d'augmentation",
3100
- "apply_pricing_dialog_pct_decrease": "de diminution",
3101
- "apply_pricing_dialog_warning": "Cette action met à jour la réservation aux tarifs actuels et ne peut pas être annulée automatiquement.",
3102
- "apply_pricing_dialog_apply_changes": "Appliquer {{count}} modifications",
3103
- "apply_pricing_dialog_apply_category": "Appliquer {{category}}",
3104
- "apply_pricing_dialog_category_title": "Appliquer la tarification {{category}}",
3105
- "drift_category_occupant_pricing": "Tarification des occupants",
3106
- "drift_category_fees": "Frais",
3107
- "drift_category_products": "Produits et services"
3109
+ "use_new_rate_with_amount": "Utiliser le tarif du nouveau lot {{amount}}"
3108
3110
  },
3109
3111
  "map": {
3110
3112
  "reservation_new": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.203",
3
+ "version": "2.1.204",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {