pcm-shared-components 2.1.190 → 2.1.191

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.
@@ -498,9 +498,9 @@
498
498
  "creation_date": "Creation Date",
499
499
  "critical": "Critical",
500
500
  "current": "Current",
501
- "custom": "Custom",
502
501
  "current_reading": "Current Reading",
503
502
  "current_reading_date": "Current Reading Date",
503
+ "custom": "Custom",
504
504
  "daily": "Daily",
505
505
  "daily_price": "Daily Price",
506
506
  "date": "Date",
@@ -847,7 +847,6 @@
847
847
  "price": "Price",
848
848
  "price_per_unit": "Price Per Unit",
849
849
  "pricing_details": "Pricing Details",
850
- "set_date_range": "Set date range",
851
850
  "print": "Print",
852
851
  "print_gate_access": "Print Gate Access",
853
852
  "print_grid": "Print Grid",
@@ -933,6 +932,7 @@
933
932
  "sent_email": "Sent Emails",
934
933
  "sent_email_for_res_number": "Sent emails for reservation: {{res_id}}",
935
934
  "services": "Services",
935
+ "set_date_range": "Set date range",
936
936
  "setting": "App settings",
937
937
  "shampoo": "Shampoo",
938
938
  "shared_sauna": "Shared sauna",
@@ -2394,22 +2394,22 @@
2394
2394
  },
2395
2395
  "rate_grid": {
2396
2396
  "ai_generator": {
2397
+ "answer_placeholder": "Type your answer...",
2397
2398
  "button_label": "Generate with AI",
2398
2399
  "create_rules": "Create {{count}} Rule(s)",
2400
+ "example_1": "What is the current total cost for May long weekend?",
2401
+ "example_2": "Increase July weekend rates by 15%.",
2402
+ "example_3": "Increase rates 15% for July and August",
2399
2403
  "generate": "Generate",
2400
2404
  "listening": "Listening...",
2401
2405
  "no_rules_generated": "No rules were generated. Try rephrasing your request.",
2402
2406
  "placeholder": "Describe the rules you want to create...",
2403
- "voice_input": "Speak your prompt",
2404
- "preview_label": "{count} proposed rule(s), review before creating",
2405
- "title": "AI Rule Generator",
2407
+ "preview_label": "{{count}} proposed rule(s), review before creating",
2406
2408
  "prompt_used": "Prompt",
2407
- "example_1": "Add $20/night for long weekends in summer",
2408
- "example_2": "Monthly discount for stays over 28 nights",
2409
- "example_3": "Increase rates 15% for July and August",
2410
- "answer_placeholder": "Type your answer...",
2411
2409
  "refine_placeholder": "Refine or ask a follow-up...",
2412
- "rules_generated": "{{count}} rule(s) generated"
2410
+ "rules_generated": "{{count}} rule(s) generated",
2411
+ "title": "AI Rule Generator",
2412
+ "voice_input": "Speak your prompt"
2413
2413
  },
2414
2414
  "base_config": {
2415
2415
  "assigned_fees_label": "Assigned Fees",
@@ -2420,6 +2420,7 @@
2420
2420
  "delete_confirm_title": "Delete base rate?",
2421
2421
  "delete_error_text": "This base rate may be assigned to a reservation.",
2422
2422
  "editing_label": "Base Rate",
2423
+ "field_priority_over_schedule": "{{fieldLabel}} Priority Over Schedule",
2423
2424
  "min_night_rental_label": "Minimum Night Rental",
2424
2425
  "min_night_rental_online_label": "Minimum Night Rental Online",
2425
2426
  "nightly_restrictions": "Nightly Restrictions",
@@ -2436,8 +2437,7 @@
2436
2437
  "tax_and_fees": "Tax & Fees",
2437
2438
  "tax_group_label": "Tax Group",
2438
2439
  "what_this_affects_body": "This base configuration is the fallback for <strong>{{rateName}}</strong> and its {{count}} connected schedule rules. Changes here may affect pricing whenever a schedule rule leaves a tier blank or set to 0.",
2439
- "what_this_affects_title": "What this affects",
2440
- "field_priority_over_schedule": "{{fieldLabel}} Priority Over Schedule"
2440
+ "what_this_affects_title": "What this affects"
2441
2441
  },
2442
2442
  "description_pictures": {
2443
2443
  "default_lot_description": "Default Lot Description",
@@ -2446,6 +2446,7 @@
2446
2446
  "pictures_caption": "Shown on receipts and the guest portal."
2447
2447
  },
2448
2448
  "dialog": {
2449
+ "add_price_override_warning": "Add at least one price override before saving this schedule.",
2449
2450
  "ai_explain": "Explain this rate with AI",
2450
2451
  "bulk_update": "Bulk Update",
2451
2452
  "date_error": "The To date must be greater than the From date.",
@@ -2453,6 +2454,8 @@
2453
2454
  "default_lot_pictures": "Default lot pictures to use if none specified for the lot associated with this rate.",
2454
2455
  "edit_rate_base": "Edit base rate",
2455
2456
  "edit_rate_schedule": "Edit schedule rate",
2457
+ "inherited_pictures": "{{count}} inherited picture",
2458
+ "inherited_pictures_plural": "{{count}} inherited pictures",
2456
2459
  "manual_priority_hint": "Assign a priority number to each schedule period. Higher number wins. Leave blank to use range-length ordering.",
2457
2460
  "monthly_billing_type_calendar_based": "Based on the calendar (true monthly: 1st to 1st)",
2458
2461
  "monthly_billing_type_day_based": "Based on days (threshold)",
@@ -2460,25 +2463,22 @@
2460
2463
  "new_rate_base": "Add new base rate",
2461
2464
  "new_rate_schedule": "New schedule rate",
2462
2465
  "none": "None",
2466
+ "priority_mode_manual_hint": "You control",
2467
+ "priority_mode_smart": "Smart Priority",
2468
+ "priority_mode_smart_hint": "System decides",
2463
2469
  "rate_base_description_in_use": "Rate name already in use",
2464
2470
  "rate_description_empty": "Please enter a valid price type name",
2471
+ "schedule_min_one_night": "Schedule rates must be at least 1 night.",
2465
2472
  "schedule_priority_mode_label": "Schedule Priority Mode",
2466
2473
  "schedule_priority_mode_manual": "Manual — by priority number",
2467
2474
  "schedule_priority_mode_smart": "Smart — shorter range wins",
2475
+ "select_dates_required": "Please select a start and end date.",
2468
2476
  "tab_description_pictures": "Description / Pictures",
2469
2477
  "tab_details": "Details",
2470
2478
  "tab_fees": "Fees",
2471
2479
  "tab_priority": "Priority",
2472
2480
  "tab_receipt_disclaimer": "Receipt Disclaimer",
2473
- "tab_schedule_rates": "View Schedule Rates",
2474
- "select_dates_required": "Please select a start and end date.",
2475
- "schedule_min_one_night": "Schedule rates must be at least 1 night.",
2476
- "add_price_override_warning": "Add at least one price override before saving this schedule.",
2477
- "inherited_pictures": "{{count}} inherited picture",
2478
- "inherited_pictures_plural": "{{count}} inherited pictures",
2479
- "priority_mode_smart": "Smart Priority",
2480
- "priority_mode_smart_hint": "System decides",
2481
- "priority_mode_manual_hint": "You control"
2481
+ "tab_schedule_rates": "View Schedule Rates"
2482
2482
  },
2483
2483
  "empty": {
2484
2484
  "add_to_start": "Add a base rate to get started.",
@@ -2557,10 +2557,10 @@
2557
2557
  "reset_tooltip": "Reset order to smart priority (shorter date range = higher priority)",
2558
2558
  "smart": "Smart",
2559
2559
  "smart_hint": "Shorter date range wins.",
2560
- "switch_to_manual_title": "Switch to Manual Priority?",
2561
2560
  "switch_to_manual_body": "Manual priority lets you assign a specific priority number to each rule. You can reset to smart order at any time.",
2562
- "switch_to_smart_title": "Switch to Smart Priority?",
2563
- "switch_to_smart_body": "Smart priority will automatically order rules by date range length. Your current manual order will be lost."
2561
+ "switch_to_manual_title": "Switch to Manual Priority?",
2562
+ "switch_to_smart_body": "Smart priority will automatically order rules by date range length. Your current manual order will be lost.",
2563
+ "switch_to_smart_title": "Switch to Smart Priority?"
2564
2564
  },
2565
2565
  "receipt_disclaimer": {
2566
2566
  "add_new": "Add New",
@@ -2571,19 +2571,19 @@
2571
2571
  },
2572
2572
  "schedule": {
2573
2573
  "add_rule": "Add Rule",
2574
+ "dates_required_error": "Start and end dates are required.",
2575
+ "drag_to_change_priority": "Drag to change priority",
2576
+ "drag_to_reorder": "Drag to reorder",
2574
2577
  "duplicate_name_warning": "A schedule with this name already exists.",
2578
+ "missing_date_range": "Missing date range",
2579
+ "missing_dates": "Missing dates",
2575
2580
  "month_badge_tooltip": "{{count}} scheduled rate",
2576
2581
  "month_badge_tooltip_plural": "{{count}} scheduled rates",
2577
- "monthly_note_day_based": "A monthly price applies to stays of {{threshold}} nights or more.",
2578
2582
  "monthly_note_calendar_based": "A monthly price applies to a full calendar month (1st to 1st).",
2583
+ "monthly_note_day_based": "A monthly price applies to stays of {{threshold}} nights or more.",
2579
2584
  "night_count": "{{count}} night",
2580
2585
  "night_count_plural": "{{count}} nights",
2581
- "missing_dates": "Missing dates",
2582
- "drag_to_reorder": "Drag to reorder",
2583
- "missing_date_range": "Missing date range",
2584
- "dates_required_error": "Start and end dates are required.",
2585
- "zero_nights_error": "Rule must span at least one night.",
2586
- "drag_to_change_priority": "Drag to change priority"
2586
+ "zero_nights_error": "Rule must span at least one night."
2587
2587
  },
2588
2588
  "schedule_rates": {
2589
2589
  "create_success_title": "Schedule Created",
@@ -2624,14 +2624,14 @@
2624
2624
  "schedule_rates": "Schedule Rates"
2625
2625
  },
2626
2626
  "timeline": {
2627
+ "base_price": "Base Price",
2628
+ "fallthrough_label": "Base rate fallthrough",
2629
+ "fallthrough_no_type": "Fallthrough: schedule has no {{type}}",
2630
+ "go_to_date_range": "Go to date range",
2627
2631
  "legend_active": "Active (applies)",
2628
2632
  "legend_overridden": "Overridden by higher priority",
2629
2633
  "legend_priority": "Priority — higher wins",
2630
- "go_to_date_range": "Go to date range",
2631
- "schedule_override": "Schedule Override",
2632
- "base_price": "Base Price",
2633
- "fallthrough_label": "Base rate fallthrough",
2634
- "fallthrough_no_type": "Fallthrough: schedule has no {{type}}"
2634
+ "schedule_override": "Schedule Override"
2635
2635
  },
2636
2636
  "view": {
2637
2637
  "list": "List",
@@ -2639,20 +2639,20 @@
2639
2639
  "open_in_month_view": "Open in month view"
2640
2640
  },
2641
2641
  "warning": {
2642
+ "base_priority_chip": "Base priority",
2643
+ "base_priority_schedule": "Base rate takes priority for {{fieldLabel}}. This schedule price will not be applied.",
2642
2644
  "daily_price_required": "Daily price is required and must be greater than $0.00.",
2645
+ "monthly_not_applicable_calendar": "Monthly price requires a full calendar month (1st to 1st) to apply.",
2646
+ "needs_more_nights": "Needs more nights",
2643
2647
  "price_fallthrough": "No {{fieldLabel}} price set. This rule qualifies ({{count}} night). It will fall through to the next available rate.",
2644
- "price_fallthrough_plural": "No {{fieldLabel}} price set. This rule qualifies ({{count}} nights). It will fall through to the next available rate.",
2645
2648
  "price_fallthrough_drawer": "No {{fieldLabel}} override set. Guests qualifying for this tier will be charged by the next available rate in the priority chain.",
2649
+ "price_fallthrough_plural": "No {{fieldLabel}} price set. This rule qualifies ({{count}} nights). It will fall through to the next available rate.",
2646
2650
  "price_not_applicable": "Rule spans {{count}} night. {{fieldLabel}} requires at least {{minDays}} nights to apply.",
2647
2651
  "price_not_applicable_plural": "Rule spans {{count}} nights. {{fieldLabel}} requires at least {{minDays}} nights to apply.",
2648
- "monthly_not_applicable_calendar": "Monthly price requires a full calendar month (1st to 1st) to apply.",
2649
- "base_priority_chip": "Base priority",
2650
- "base_priority_schedule": "Base rate takes priority for {{fieldLabel}}. This schedule price will not be applied.",
2651
2652
  "wont_apply": "Won't apply",
2652
- "needs_more_nights": "Needs more nights",
2653
- "wont_apply_schedule_length": "{{fieldLabel}} will not apply for this schedule length.",
2654
2653
  "wont_apply_night_count": "This rule currently has {{count}} night, so {{fieldLabel}} will not apply.",
2655
- "wont_apply_night_count_plural": "This rule currently has {{count}} nights, so {{fieldLabel}} will not apply."
2654
+ "wont_apply_night_count_plural": "This rule currently has {{count}} nights, so {{fieldLabel}} will not apply.",
2655
+ "wont_apply_schedule_length": "{{fieldLabel}} will not apply for this schedule length."
2656
2656
  }
2657
2657
  },
2658
2658
  "receipt_disclaimer_grid": {
@@ -498,9 +498,9 @@
498
498
  "creation_date": "Fecha de creación",
499
499
  "critical": "Crítico",
500
500
  "current": "Actual",
501
- "custom": "Personalizado",
502
501
  "current_reading": "Lectura actual",
503
502
  "current_reading_date": "Fecha de lectura actual",
503
+ "custom": "Personalizado",
504
504
  "daily": "A diario",
505
505
  "daily_price": "Precio diario",
506
506
  "date": "Fecha",
@@ -847,7 +847,6 @@
847
847
  "price": "Precio",
848
848
  "price_per_unit": "Precio por unidad",
849
849
  "pricing_details": "Detalles de precios",
850
- "set_date_range": "Establecer rango de fechas",
851
850
  "print": "Impresión",
852
851
  "print_gate_access": "Acceso a la puerta de impresión",
853
852
  "print_grid": "Imprimir cuadrícula",
@@ -933,6 +932,7 @@
933
932
  "sent_email": "Correos electrónicos enviados",
934
933
  "sent_email_for_res_number": "Correos electrónicos enviados para la reserva: {{res_id}}",
935
934
  "services": "Servicios",
935
+ "set_date_range": "Establecer rango de fechas",
936
936
  "setting": "Ajustes de Aplicacion",
937
937
  "shampoo": "Champú",
938
938
  "shared_sauna": "Sauna compartida",
@@ -2394,22 +2394,22 @@
2394
2394
  },
2395
2395
  "rate_grid": {
2396
2396
  "ai_generator": {
2397
+ "answer_placeholder": "Escriba su respuesta...",
2397
2398
  "button_label": "Generar con IA",
2398
2399
  "create_rules": "Crear {{count}} regla(s)",
2400
+ "example_1": "¿Cuál es el costo total actual para el fin de semana largo de mayo?",
2401
+ "example_2": "Aumentar las tarifas de fin de semana de julio en un 15%.",
2402
+ "example_3": "Aumentar tarifas 15% para julio y agosto",
2399
2403
  "generate": "Generar",
2400
2404
  "listening": "Escuchando...",
2401
2405
  "no_rules_generated": "No se generaron reglas. Intenta reformular tu solicitud.",
2402
2406
  "placeholder": "Describe las reglas que deseas crear...",
2403
- "voice_input": "Diga su consulta",
2404
- "preview_label": "{count} regla(s) propuesta(s), revisar antes de crear",
2405
- "title": "Generador de reglas IA",
2407
+ "preview_label": "{{count}} regla(s) propuesta(s), revisar antes de crear",
2406
2408
  "prompt_used": "Consulta",
2407
- "example_1": "Agregar $20/noche para fines de semana largos en verano",
2408
- "example_2": "Descuento mensual para estadías de más de 28 noches",
2409
- "example_3": "Aumentar tarifas 15% para julio y agosto",
2410
- "answer_placeholder": "Escriba su respuesta...",
2411
2409
  "refine_placeholder": "Refine o haga una pregunta de seguimiento...",
2412
- "rules_generated": "{{count}} regla(s) generada(s)"
2410
+ "rules_generated": "{{count}} regla(s) generada(s)",
2411
+ "title": "Generador de reglas IA",
2412
+ "voice_input": "Diga su consulta"
2413
2413
  },
2414
2414
  "base_config": {
2415
2415
  "assigned_fees_label": "Tarifas asignadas",
@@ -2417,7 +2417,10 @@
2417
2417
  "connected_rules_count_plural": "{{count}} reglas de horario activas",
2418
2418
  "connected_rules_title": "Reglas de horario conectadas",
2419
2419
  "delete_btn": "Eliminar",
2420
+ "delete_confirm_title": "",
2421
+ "delete_error_text": "",
2420
2422
  "editing_label": "Tarifa base",
2423
+ "field_priority_over_schedule": "{{fieldLabel}} Priority Over Schedule",
2421
2424
  "min_night_rental_label": "Alquiler mínimo por noche",
2422
2425
  "min_night_rental_online_label": "Alquiler mínimo por noche en línea",
2423
2426
  "nightly_restrictions": "Restricciones por noche",
@@ -2434,8 +2437,7 @@
2434
2437
  "tax_and_fees": "Impuestos y cargos",
2435
2438
  "tax_group_label": "Grupo fiscal",
2436
2439
  "what_this_affects_body": "Esta configuración base es la alternativa para <strong>{{rateName}}</strong> y sus {{count}} reglas de programación conectadas. Los cambios aquí pueden afectar los precios cuando una regla de programación deja un nivel en blanco o establecido en 0.",
2437
- "what_this_affects_title": "Qué afecta esto",
2438
- "field_priority_over_schedule": "{{fieldLabel}} Priority Over Schedule"
2440
+ "what_this_affects_title": "Qué afecta esto"
2439
2441
  },
2440
2442
  "description_pictures": {
2441
2443
  "default_lot_description": "Descripción de lote predeterminada",
@@ -2444,6 +2446,7 @@
2444
2446
  "pictures_caption": "Se muestra en recibos y el portal del huésped."
2445
2447
  },
2446
2448
  "dialog": {
2449
+ "add_price_override_warning": "Add at least one price override before saving this schedule.",
2447
2450
  "ai_explain": "Explicar esta tarifa con IA",
2448
2451
  "bulk_update": "Actualización masiva",
2449
2452
  "date_error": "La fecha Hasta debe ser mayor que la fecha Desde.",
@@ -2451,6 +2454,8 @@
2451
2454
  "default_lot_pictures": "Imágenes de lote predeterminadas para usar si no se especifica ninguna para el lote asociado con esta tarifa.",
2452
2455
  "edit_rate_base": "Editar tarifa base",
2453
2456
  "edit_rate_schedule": "Editar tarifa de horario",
2457
+ "inherited_pictures": "{{count}} inherited picture",
2458
+ "inherited_pictures_plural": "{{count}} inherited pictures",
2454
2459
  "manual_priority_hint": "Asigne un número de prioridad a cada período programado. El número más alto gana. Deje en blanco para usar el orden por duración.",
2455
2460
  "monthly_billing_type_calendar_based": "Facturación basada en calendario (mensual real: del 1º al 1º)",
2456
2461
  "monthly_billing_type_day_based": "Basado en días (umbral)",
@@ -2458,25 +2463,22 @@
2458
2463
  "new_rate_base": "Agregar nueva tarifa base",
2459
2464
  "new_rate_schedule": "Nueva tarifa de horario",
2460
2465
  "none": "Ninguna",
2466
+ "priority_mode_manual_hint": "You control",
2467
+ "priority_mode_smart": "Smart Priority",
2468
+ "priority_mode_smart_hint": "System decides",
2461
2469
  "rate_base_description_in_use": "El nombre de la tarifa ya está en uso",
2462
2470
  "rate_description_empty": "Introduzca un nombre de tipo de precio válido",
2471
+ "schedule_min_one_night": "Schedule rates must be at least 1 night.",
2463
2472
  "schedule_priority_mode_label": "Modo de prioridad de horarios",
2464
2473
  "schedule_priority_mode_manual": "Manual — por número de prioridad",
2465
2474
  "schedule_priority_mode_smart": "Inteligente — gana el rango más corto",
2475
+ "select_dates_required": "Please select a start and end date.",
2466
2476
  "tab_description_pictures": "Descripción / Fotos",
2467
2477
  "tab_details": "Detalles",
2468
2478
  "tab_fees": "Tarifas",
2469
2479
  "tab_priority": "Prioridad",
2470
2480
  "tab_receipt_disclaimer": "Aviso de recibo",
2471
- "tab_schedule_rates": "Ver tarifas programadas",
2472
- "select_dates_required": "Please select a start and end date.",
2473
- "schedule_min_one_night": "Schedule rates must be at least 1 night.",
2474
- "add_price_override_warning": "Add at least one price override before saving this schedule.",
2475
- "inherited_pictures": "{{count}} inherited picture",
2476
- "inherited_pictures_plural": "{{count}} inherited pictures",
2477
- "priority_mode_smart": "Smart Priority",
2478
- "priority_mode_smart_hint": "System decides",
2479
- "priority_mode_manual_hint": "You control"
2481
+ "tab_schedule_rates": "Ver tarifas programadas"
2480
2482
  },
2481
2483
  "empty": {
2482
2484
  "add_to_start": "Agrega una tarifa base para comenzar.",
@@ -2555,10 +2557,10 @@
2555
2557
  "reset_tooltip": "Restablecer el orden a prioridad inteligente (rango de fecha más corto = mayor prioridad)",
2556
2558
  "smart": "Smart",
2557
2559
  "smart_hint": "Gana el rango de fechas más corto.",
2558
- "switch_to_manual_title": "¿Cambiar a prioridad manual?",
2559
2560
  "switch_to_manual_body": "La prioridad manual le permite asignar un número de prioridad específico a cada regla. Puede restablecer el orden inteligente en cualquier momento.",
2560
- "switch_to_smart_title": "¿Cambiar a prioridad inteligente?",
2561
- "switch_to_smart_body": "La prioridad inteligente ordenará automáticamente las reglas por duración del rango de fechas. Su orden manual actual se perderá."
2561
+ "switch_to_manual_title": "¿Cambiar a prioridad manual?",
2562
+ "switch_to_smart_body": "La prioridad inteligente ordenará automáticamente las reglas por duración del rango de fechas. Su orden manual actual se perderá.",
2563
+ "switch_to_smart_title": "¿Cambiar a prioridad inteligente?"
2562
2564
  },
2563
2565
  "receipt_disclaimer": {
2564
2566
  "add_new": "Agregar nuevo",
@@ -2569,19 +2571,19 @@
2569
2571
  },
2570
2572
  "schedule": {
2571
2573
  "add_rule": "Agregar regla",
2574
+ "dates_required_error": "Start and end dates are required.",
2575
+ "drag_to_change_priority": "Drag to change priority",
2576
+ "drag_to_reorder": "Drag to reorder",
2572
2577
  "duplicate_name_warning": "Ya existe un horario con este nombre.",
2578
+ "missing_date_range": "Missing date range",
2579
+ "missing_dates": "Missing dates",
2573
2580
  "month_badge_tooltip": "{{count}} tarifa programada",
2574
2581
  "month_badge_tooltip_plural": "{{count}} tarifas programadas",
2575
- "monthly_note_day_based": "Un precio mensual aplica a estadías de {{threshold}} noches o más.",
2576
2582
  "monthly_note_calendar_based": "Un precio mensual aplica a un mes calendario completo (del 1 al 1).",
2583
+ "monthly_note_day_based": "Un precio mensual aplica a estadías de {{threshold}} noches o más.",
2577
2584
  "night_count": "{{count}} night",
2578
2585
  "night_count_plural": "{{count}} nights",
2579
- "missing_dates": "Missing dates",
2580
- "drag_to_reorder": "Drag to reorder",
2581
- "missing_date_range": "Missing date range",
2582
- "dates_required_error": "Start and end dates are required.",
2583
- "zero_nights_error": "Rule must span at least one night.",
2584
- "drag_to_change_priority": "Drag to change priority"
2586
+ "zero_nights_error": "Rule must span at least one night."
2585
2587
  },
2586
2588
  "schedule_rates": {
2587
2589
  "create_success_title": "Horario creado",
@@ -2622,14 +2624,14 @@
2622
2624
  "schedule_rates": "Tarifas programadas"
2623
2625
  },
2624
2626
  "timeline": {
2627
+ "base_price": "Precio base",
2628
+ "fallthrough_label": "Aplicación de tarifa base",
2629
+ "fallthrough_no_type": "Repercusión: la planificación no tiene ningún {{type}}",
2630
+ "go_to_date_range": "Ir al rango de fechas",
2625
2631
  "legend_active": "Activo (se aplica)",
2626
2632
  "legend_overridden": "Reemplazado por mayor prioridad",
2627
2633
  "legend_priority": "Prioridad — mayor gana",
2628
- "go_to_date_range": "Ir al rango de fechas",
2629
- "schedule_override": "Reemplazo de programación",
2630
- "base_price": "Precio base",
2631
- "fallthrough_label": "Aplicación de tarifa base",
2632
- "fallthrough_no_type": "Repercusión: la planificación no tiene ningún {{type}}"
2634
+ "schedule_override": "Reemplazo de programación"
2633
2635
  },
2634
2636
  "view": {
2635
2637
  "list": "Lista",
@@ -2637,20 +2639,20 @@
2637
2639
  "open_in_month_view": "Abrir en la vista mensual"
2638
2640
  },
2639
2641
  "warning": {
2642
+ "base_priority_chip": "Prioridad base",
2643
+ "base_priority_schedule": "La tarifa base tiene prioridad para {{fieldLabel}}. Este precio de horario no se aplicará.",
2640
2644
  "daily_price_required": "El precio diario es obligatorio y debe ser mayor a $0.00.",
2645
+ "monthly_not_applicable_calendar": "El precio mensual requiere un mes calendario completo (del 1 al 1) para aplicarse.",
2646
+ "needs_more_nights": "Needs more nights",
2641
2647
  "price_fallthrough": "No {{fieldLabel}} price set. This rule qualifies ({{count}} day) but has no override — it will fall through.",
2642
- "price_fallthrough_plural": "No {{fieldLabel}} price set. This rule qualifies ({{count}} days) but has no override — it will fall through.",
2643
2648
  "price_fallthrough_drawer": "No {{fieldLabel}} override set. Guests qualifying for this tier will be charged by the next available rate in the priority chain.",
2649
+ "price_fallthrough_plural": "No {{fieldLabel}} price set. This rule qualifies ({{count}} days) but has no override — it will fall through.",
2644
2650
  "price_not_applicable": "La regla abarca {{count}} días, {{fieldLabel}} requiere al menos {{minDays}} días para aplicarse.",
2645
2651
  "price_not_applicable_plural": "La regla abarca {{count}} días, {{fieldLabel}} requiere al menos {{minDays}} días para aplicarse.",
2646
- "monthly_not_applicable_calendar": "El precio mensual requiere un mes calendario completo (del 1 al 1) para aplicarse.",
2647
- "base_priority_chip": "Prioridad base",
2648
- "base_priority_schedule": "La tarifa base tiene prioridad para {{fieldLabel}}. Este precio de horario no se aplicará.",
2649
2652
  "wont_apply": "Won't apply",
2650
- "needs_more_nights": "Needs more nights",
2651
- "wont_apply_schedule_length": "{{fieldLabel}} will not apply for this schedule length.",
2652
2653
  "wont_apply_night_count": "This rule currently has {{count}} night, so {{fieldLabel}} will not apply.",
2653
- "wont_apply_night_count_plural": "This rule currently has {{count}} nights, so {{fieldLabel}} will not apply."
2654
+ "wont_apply_night_count_plural": "This rule currently has {{count}} nights, so {{fieldLabel}} will not apply.",
2655
+ "wont_apply_schedule_length": "{{fieldLabel}} will not apply for this schedule length."
2654
2656
  }
2655
2657
  },
2656
2658
  "receipt_disclaimer_grid": {
@@ -498,9 +498,9 @@
498
498
  "creation_date": "Date de création",
499
499
  "critical": "Critique",
500
500
  "current": "Courant",
501
- "custom": "Personnalisé",
502
501
  "current_reading": "Lecture actuelle",
503
502
  "current_reading_date": "Date de lecture actuelle",
503
+ "custom": "Personnalisé",
504
504
  "daily": "Quotidien",
505
505
  "daily_price": "Prix ​​quotidien",
506
506
  "date": "Date",
@@ -847,7 +847,6 @@
847
847
  "price": "Prix",
848
848
  "price_per_unit": "Prix ​​par unité",
849
849
  "pricing_details": "Détails des tarifs",
850
- "set_date_range": "Définir la plage de dates",
851
850
  "print": "Imprimé",
852
851
  "print_gate_access": "Imprimer les Accès de Porte",
853
852
  "print_grid": "Impression de la grille",
@@ -933,6 +932,7 @@
933
932
  "sent_email": "Courriel envoyé",
934
933
  "sent_email_for_res_number": "E-mails envoyés pour la réservation: {{res_id}}",
935
934
  "services": "Prestations de service",
935
+ "set_date_range": "Définir la plage de dates",
936
936
  "setting": "Paramètres de l'application",
937
937
  "shampoo": "Shampooing",
938
938
  "shared_sauna": "Sauna partagé",
@@ -2394,22 +2394,22 @@
2394
2394
  },
2395
2395
  "rate_grid": {
2396
2396
  "ai_generator": {
2397
+ "answer_placeholder": "Tapez votre réponse...",
2397
2398
  "button_label": "Générer avec l'IA",
2398
2399
  "create_rules": "Créer {{count}} règle(s)",
2400
+ "example_1": "Quel est le coût total actuel pour le long week-end de mai ?",
2401
+ "example_2": "Augmentation de 15 % des tarifs du week-end de juillet.",
2402
+ "example_3": "Augmenter les tarifs de 15% pour juillet et août",
2399
2403
  "generate": "Générer",
2400
2404
  "listening": "Écoute en cours...",
2401
2405
  "no_rules_generated": "Aucune règle générée. Reformulez votre demande.",
2402
2406
  "placeholder": "Décrivez les règles à créer...",
2403
- "voice_input": "Parlez votre invite",
2404
- "preview_label": "{count} règle(s) proposée(s), à examiner avant création",
2405
- "title": "Générateur de règles IA",
2407
+ "preview_label": "{{count}} règle(s) proposée(s), à examiner avant création",
2406
2408
  "prompt_used": "Invite",
2407
- "example_1": "Ajouter 20$/nuit pour les longs week-ends en été",
2408
- "example_2": "Rabais mensuel pour les séjours de plus de 28 nuits",
2409
- "example_3": "Augmenter les tarifs de 15% pour juillet et août",
2410
- "answer_placeholder": "Tapez votre réponse...",
2411
2409
  "refine_placeholder": "Affinez ou posez une question de suivi...",
2412
- "rules_generated": "{{count}} règle(s) générée(s)"
2410
+ "rules_generated": "{{count}} règle(s) générée(s)",
2411
+ "title": "Générateur de règles IA",
2412
+ "voice_input": "Parlez votre invite"
2413
2413
  },
2414
2414
  "base_config": {
2415
2415
  "assigned_fees_label": "Frais assignés",
@@ -2417,7 +2417,10 @@
2417
2417
  "connected_rules_count_plural": "{{count}} règles de calendrier actives",
2418
2418
  "connected_rules_title": "Règles de calendrier connectées",
2419
2419
  "delete_btn": "Supprimer",
2420
+ "delete_confirm_title": "",
2421
+ "delete_error_text": "",
2420
2422
  "editing_label": "Tarif de base",
2423
+ "field_priority_over_schedule": "{{fieldLabel}} Priority Over Schedule",
2421
2424
  "min_night_rental_label": "Nuitées minimales",
2422
2425
  "min_night_rental_online_label": "Nuitées minimales en ligne",
2423
2426
  "nightly_restrictions": "Restrictions de nuitée",
@@ -2434,8 +2437,7 @@
2434
2437
  "tax_and_fees": "Taxes et frais",
2435
2438
  "tax_group_label": "Groupe de taxes",
2436
2439
  "what_this_affects_body": "Cette configuration de base sert de solution de repli pour <strong>,{{rateName}},</strong> et ses règles de planification associées {{count}} . Toute modification apportée ici peut avoir une incidence sur la tarification lorsqu'une règle de planification laisse un niveau vide ou lui attribue la valeur 0.",
2437
- "what_this_affects_title": "Ce que cela affecte",
2438
- "field_priority_over_schedule": "{{fieldLabel}} Priority Over Schedule"
2440
+ "what_this_affects_title": "Ce que cela affecte"
2439
2441
  },
2440
2442
  "description_pictures": {
2441
2443
  "default_lot_description": "Description par défaut de l'emplacement",
@@ -2444,6 +2446,7 @@
2444
2446
  "pictures_caption": "Affiché sur les reçus et le portail client."
2445
2447
  },
2446
2448
  "dialog": {
2449
+ "add_price_override_warning": "Add at least one price override before saving this schedule.",
2447
2450
  "ai_explain": "Expliquer ce tarif avec l'IA",
2448
2451
  "bulk_update": "Mise à jour groupée",
2449
2452
  "date_error": "La date de fin doit être supérieure à la date de début.",
@@ -2451,6 +2454,8 @@
2451
2454
  "default_lot_pictures": "Images de lot par défaut à utiliser si aucune n'est spécifiée pour les lots associé à ce tarif.",
2452
2455
  "edit_rate_base": "Modifier le taux de base",
2453
2456
  "edit_rate_schedule": "Modifier le taux horaire",
2457
+ "inherited_pictures": "{{count}} inherited picture",
2458
+ "inherited_pictures_plural": "{{count}} inherited pictures",
2454
2459
  "manual_priority_hint": "Attribuez un numéro de priorité à chaque période planifiée. Le numéro le plus élevé l'emporte. Laissez vide pour utiliser l'ordre par durée.",
2455
2460
  "monthly_billing_type_calendar_based": "Facturation basée sur le calendrier (véritable mensualité : du 1er au 1er)",
2456
2461
  "monthly_billing_type_day_based": "Basé sur les jours (seuil)",
@@ -2458,25 +2463,22 @@
2458
2463
  "new_rate_base": "Ajouter un tarif de base",
2459
2464
  "new_rate_schedule": "Nouveau tarif horaire",
2460
2465
  "none": "Aucune",
2466
+ "priority_mode_manual_hint": "You control",
2467
+ "priority_mode_smart": "Smart Priority",
2468
+ "priority_mode_smart_hint": "System decides",
2461
2469
  "rate_base_description_in_use": "Nom du tarif est déjà utilisé",
2462
2470
  "rate_description_empty": "Veuillez entrer un nom de prix valide",
2471
+ "schedule_min_one_night": "Schedule rates must be at least 1 night.",
2463
2472
  "schedule_priority_mode_label": "Mode de priorité des horaires",
2464
2473
  "schedule_priority_mode_manual": "Manuel — par numéro de priorité",
2465
2474
  "schedule_priority_mode_smart": "Intelligent — la plage la plus courte l'emporte",
2475
+ "select_dates_required": "Please select a start and end date.",
2466
2476
  "tab_description_pictures": "Description / Photos",
2467
2477
  "tab_details": "Détails",
2468
2478
  "tab_fees": "Frais",
2469
2479
  "tab_priority": "Priorité",
2470
2480
  "tab_receipt_disclaimer": "Avis de reçu",
2471
- "tab_schedule_rates": "Voir les tarifs planifiés",
2472
- "select_dates_required": "Please select a start and end date.",
2473
- "schedule_min_one_night": "Schedule rates must be at least 1 night.",
2474
- "add_price_override_warning": "Add at least one price override before saving this schedule.",
2475
- "inherited_pictures": "{{count}} inherited picture",
2476
- "inherited_pictures_plural": "{{count}} inherited pictures",
2477
- "priority_mode_smart": "Smart Priority",
2478
- "priority_mode_smart_hint": "System decides",
2479
- "priority_mode_manual_hint": "You control"
2481
+ "tab_schedule_rates": "Voir les tarifs planifiés"
2480
2482
  },
2481
2483
  "empty": {
2482
2484
  "add_to_start": "Ajoutez un tarif de base pour commencer.",
@@ -2555,10 +2557,10 @@
2555
2557
  "reset_tooltip": "Réinitialiser l'ordre à la priorité intelligente (plage plus courte = priorité plus haute)",
2556
2558
  "smart": "Smart",
2557
2559
  "smart_hint": "La plage de dates la plus courte l'emporte.",
2558
- "switch_to_manual_title": "Passer à la priorité manuelle ?",
2559
2560
  "switch_to_manual_body": "La priorité manuelle vous permet d'attribuer un numéro de priorité spécifique à chaque règle. Vous pouvez réinitialiser à l'ordre intelligent à tout moment.",
2560
- "switch_to_smart_title": "Passer à la priorité intelligente ?",
2561
- "switch_to_smart_body": "La priorité intelligente ordonnera automatiquement les règles par durée de plage de dates. Votre ordre manuel actuel sera perdu."
2561
+ "switch_to_manual_title": "Passer à la priorité manuelle ?",
2562
+ "switch_to_smart_body": "La priorité intelligente ordonnera automatiquement les règles par durée de plage de dates. Votre ordre manuel actuel sera perdu.",
2563
+ "switch_to_smart_title": "Passer à la priorité intelligente ?"
2562
2564
  },
2563
2565
  "receipt_disclaimer": {
2564
2566
  "add_new": "Ajouter nouveau",
@@ -2569,19 +2571,19 @@
2569
2571
  },
2570
2572
  "schedule": {
2571
2573
  "add_rule": "Ajouter une règle",
2574
+ "dates_required_error": "Start and end dates are required.",
2575
+ "drag_to_change_priority": "Drag to change priority",
2576
+ "drag_to_reorder": "Drag to reorder",
2572
2577
  "duplicate_name_warning": "Un horaire avec ce nom existe déjà.",
2578
+ "missing_date_range": "Missing date range",
2579
+ "missing_dates": "Missing dates",
2573
2580
  "month_badge_tooltip": "{{count}} tarif planifié",
2574
2581
  "month_badge_tooltip_plural": "{{count}} tarifs planifiés",
2575
- "monthly_note_day_based": "Un prix mensuel s'applique aux séjours de {{threshold}} nuits ou plus.",
2576
2582
  "monthly_note_calendar_based": "Un prix mensuel s'applique pour un mois calendaire complet (du 1er au 1er).",
2583
+ "monthly_note_day_based": "Un prix mensuel s'applique aux séjours de {{threshold}} nuits ou plus.",
2577
2584
  "night_count": "{{count}} night",
2578
2585
  "night_count_plural": "{{count}} nights",
2579
- "missing_dates": "Missing dates",
2580
- "drag_to_reorder": "Drag to reorder",
2581
- "missing_date_range": "Missing date range",
2582
- "dates_required_error": "Start and end dates are required.",
2583
- "zero_nights_error": "Rule must span at least one night.",
2584
- "drag_to_change_priority": "Drag to change priority"
2586
+ "zero_nights_error": "Rule must span at least one night."
2585
2587
  },
2586
2588
  "schedule_rates": {
2587
2589
  "create_success_title": "Calendrier créé",
@@ -2622,14 +2624,14 @@
2622
2624
  "schedule_rates": "Tarifs planifiés"
2623
2625
  },
2624
2626
  "timeline": {
2627
+ "base_price": "Prix de base",
2628
+ "fallthrough_label": "Application du tarif de base",
2629
+ "fallthrough_no_type": "Repli : la planification n'a pas de {{type}}",
2630
+ "go_to_date_range": "Aller à la plage de dates",
2625
2631
  "legend_active": "Actif (s'applique)",
2626
2632
  "legend_overridden": "Remplacé par une priorité supérieure",
2627
2633
  "legend_priority": "Priorité — la plus haute gagne",
2628
- "go_to_date_range": "Aller à la plage de dates",
2629
- "schedule_override": "Remplacé par la planification",
2630
- "base_price": "Prix de base",
2631
- "fallthrough_label": "Application du tarif de base",
2632
- "fallthrough_no_type": "Repli : la planification n'a pas de {{type}}"
2634
+ "schedule_override": "Remplacé par la planification"
2633
2635
  },
2634
2636
  "view": {
2635
2637
  "list": "Liste",
@@ -2637,20 +2639,20 @@
2637
2639
  "open_in_month_view": "Ouvrir dans la vue mensuelle"
2638
2640
  },
2639
2641
  "warning": {
2642
+ "base_priority_chip": "Priorité de base",
2643
+ "base_priority_schedule": "Le tarif de base est prioritaire pour {{fieldLabel}}. Ce prix de planification ne sera pas appliqué.",
2640
2644
  "daily_price_required": "Le prix journalier est requis et doit être supérieur à 0,00$.",
2645
+ "monthly_not_applicable_calendar": "Le prix mensuel nécessite un mois civil complet (du 1er au 1er) pour s'appliquer.",
2646
+ "needs_more_nights": "Needs more nights",
2641
2647
  "price_fallthrough": "No {{fieldLabel}} price set. This rule qualifies ({{count}} day) but has no override — it will fall through.",
2642
- "price_fallthrough_plural": "No {{fieldLabel}} price set. This rule qualifies ({{count}} days) but has no override — it will fall through.",
2643
2648
  "price_fallthrough_drawer": "No {{fieldLabel}} override set. Guests qualifying for this tier will be charged by the next available rate in the priority chain.",
2649
+ "price_fallthrough_plural": "No {{fieldLabel}} price set. This rule qualifies ({{count}} days) but has no override — it will fall through.",
2644
2650
  "price_not_applicable": "La règle s'étend sur {{count}} jour, {{fieldLabel}} nécessite au moins {{minDays}} jours pour s'appliquer",
2645
2651
  "price_not_applicable_plural": "La règle s'étend sur {{count}} jours, {{fieldLabel}} nécessite au moins {{minDays}} jours pour s'appliquer",
2646
- "monthly_not_applicable_calendar": "Le prix mensuel nécessite un mois civil complet (du 1er au 1er) pour s'appliquer.",
2647
- "base_priority_chip": "Priorité de base",
2648
- "base_priority_schedule": "Le tarif de base est prioritaire pour {{fieldLabel}}. Ce prix de planification ne sera pas appliqué.",
2649
2652
  "wont_apply": "Won't apply",
2650
- "needs_more_nights": "Needs more nights",
2651
- "wont_apply_schedule_length": "{{fieldLabel}} will not apply for this schedule length.",
2652
2653
  "wont_apply_night_count": "This rule currently has {{count}} night, so {{fieldLabel}} will not apply.",
2653
- "wont_apply_night_count_plural": "This rule currently has {{count}} nights, so {{fieldLabel}} will not apply."
2654
+ "wont_apply_night_count_plural": "This rule currently has {{count}} nights, so {{fieldLabel}} will not apply.",
2655
+ "wont_apply_schedule_length": "{{fieldLabel}} will not apply for this schedule length."
2654
2656
  }
2655
2657
  },
2656
2658
  "receipt_disclaimer_grid": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.190",
3
+ "version": "2.1.191",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {