pcm-shared-components 2.1.460 → 2.1.462
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.
|
@@ -372,7 +372,13 @@
|
|
|
372
372
|
"reservation_deposits": {
|
|
373
373
|
"title": "Reservation Deposits",
|
|
374
374
|
"description": "Enable the Reservation Deposits feature. When off, the Deposits section on reservations, the deposit purpose option when collecting a payment, and the Reservation Deposits report are hidden across the app.",
|
|
375
|
-
"preview_when_enabled": "Preview when enabled"
|
|
375
|
+
"preview_when_enabled": "Preview when enabled",
|
|
376
|
+
"last_ran_label": "Last ran",
|
|
377
|
+
"last_ran_never": "Never",
|
|
378
|
+
"refresh_status_tooltip": "Refresh last ran status",
|
|
379
|
+
"run_now_button": "Run Now",
|
|
380
|
+
"run_now_busy_error": "The deposit scheduler is already running right now. Please try again in a moment.",
|
|
381
|
+
"run_now_error": "Something went wrong triggering the deposit scheduler. Please try again."
|
|
376
382
|
}
|
|
377
383
|
},
|
|
378
384
|
"cart": {
|
|
@@ -2635,8 +2641,8 @@
|
|
|
2635
2641
|
"field_type_date": "Date",
|
|
2636
2642
|
"field_type_notice": "Notice",
|
|
2637
2643
|
"field_type_number": "Number",
|
|
2638
|
-
"field_type_select": "
|
|
2639
|
-
"field_type_select_multiple": "
|
|
2644
|
+
"field_type_select": "Choose one",
|
|
2645
|
+
"field_type_select_multiple": "Choose multiple",
|
|
2640
2646
|
"field_type_text": "Text",
|
|
2641
2647
|
"field_type_textarea": "Text Area",
|
|
2642
2648
|
"field_type_yes_no": "Yes / No",
|
|
@@ -2726,7 +2732,10 @@
|
|
|
2726
2732
|
"toggle_hint": "Turn on to show these questions to guests during online booking.",
|
|
2727
2733
|
"type_helper_select": "Guests pick one answer from a list you define.",
|
|
2728
2734
|
"type_helper_select_multiple": "Guests can pick multiple answers from a list you define.",
|
|
2729
|
-
"type_helper_yes_no": "Guests choose Yes or No."
|
|
2735
|
+
"type_helper_yes_no": "Guests choose Yes or No.",
|
|
2736
|
+
"add_from_existing": "Add from existing",
|
|
2737
|
+
"add_from_existing_empty": "No other questions configured yet on any lot.",
|
|
2738
|
+
"edit_question": "Edit question"
|
|
2730
2739
|
},
|
|
2731
2740
|
"edit_lot": "Edit Lot",
|
|
2732
2741
|
"lot_id_exist": "Lot number already exist",
|
|
@@ -3050,7 +3059,8 @@
|
|
|
3050
3059
|
"reservation_grid": "Reservation Grid",
|
|
3051
3060
|
"reservation_wavier": "Waivers",
|
|
3052
3061
|
"taxes": "Taxes",
|
|
3053
|
-
"user_account": "User Accounts"
|
|
3062
|
+
"user_account": "User Accounts",
|
|
3063
|
+
"report_reservation_deposits": "Reservation Deposits"
|
|
3054
3064
|
},
|
|
3055
3065
|
"group": {
|
|
3056
3066
|
"admin": "Admin",
|
|
@@ -5263,7 +5273,13 @@
|
|
|
5263
5273
|
"your_rv": "Your RV",
|
|
5264
5274
|
"your_rv_subtitle": "Tell us about your rig.",
|
|
5265
5275
|
"your_stay_details": "Your stay details",
|
|
5266
|
-
"your_stay_details_subtitle": "A little about your camping crew."
|
|
5276
|
+
"your_stay_details_subtitle": "A little about your camping crew.",
|
|
5277
|
+
"occupants_and_vehicles": "Occupants & Vehicles",
|
|
5278
|
+
"save_disabled_reason": {
|
|
5279
|
+
"vehicles": "Complete the vehicle details above to continue.",
|
|
5280
|
+
"animals": "Complete the required animal details above to continue.",
|
|
5281
|
+
"questions": "Answer the required questions above to continue."
|
|
5282
|
+
}
|
|
5267
5283
|
},
|
|
5268
5284
|
"stripe": {
|
|
5269
5285
|
"account_not_active": {
|
|
@@ -5534,7 +5550,8 @@
|
|
|
5534
5550
|
"forfeit": "Forfeit",
|
|
5535
5551
|
"history": "History",
|
|
5536
5552
|
"refund": "Refund",
|
|
5537
|
-
"transfer": "Transfer"
|
|
5553
|
+
"transfer": "Transfer",
|
|
5554
|
+
"collect": "Collect deposit"
|
|
5538
5555
|
},
|
|
5539
5556
|
"calc": {
|
|
5540
5557
|
"balance_after_deposits": "Remaining after held deposits",
|
|
@@ -5587,7 +5604,11 @@
|
|
|
5587
5604
|
"applies_on": "Applies {{date}}",
|
|
5588
5605
|
"held": "held",
|
|
5589
5606
|
"needs_attention": "Needs attention",
|
|
5590
|
-
"section_title": "Deposits"
|
|
5607
|
+
"section_title": "Deposits",
|
|
5608
|
+
"no_deposits": "No deposits yet.",
|
|
5609
|
+
"total_held": "Total held",
|
|
5610
|
+
"total_held_caption": "Total Held",
|
|
5611
|
+
"total_held_subtitle": "Held across this reservation's deposits, not yet counted against the balance"
|
|
5591
5612
|
},
|
|
5592
5613
|
"status": {
|
|
5593
5614
|
"requested": "Requested",
|
|
@@ -372,7 +372,13 @@
|
|
|
372
372
|
"reservation_deposits": {
|
|
373
373
|
"title": "Depósitos de reserva",
|
|
374
374
|
"description": "Active la función de depósitos de reserva. Cuando está desactivada, la sección Depósitos en las reservas, la opción de propósito de depósito al cobrar un pago y el informe de depósitos de reserva se ocultan en toda la aplicación.",
|
|
375
|
-
"preview_when_enabled": "Vista previa cuando está activado"
|
|
375
|
+
"preview_when_enabled": "Vista previa cuando está activado",
|
|
376
|
+
"last_ran_label": "Última ejecución",
|
|
377
|
+
"last_ran_never": "Nunca",
|
|
378
|
+
"refresh_status_tooltip": "Actualizar el estado de la última ejecución",
|
|
379
|
+
"run_now_button": "Ejecutar ahora",
|
|
380
|
+
"run_now_busy_error": "El programador de depósitos ya se está ejecutando en este momento. Inténtelo de nuevo en unos instantes.",
|
|
381
|
+
"run_now_error": "Ocurrió un error al iniciar el programador de depósitos. Inténtelo de nuevo."
|
|
376
382
|
}
|
|
377
383
|
},
|
|
378
384
|
"cart": {
|
|
@@ -2689,8 +2695,8 @@
|
|
|
2689
2695
|
"duplicate_question": "Duplicate question",
|
|
2690
2696
|
"empty_list_hint": "Click 'Add question' below to create your first question.",
|
|
2691
2697
|
"enable_hint": "Ask guests a question during booking and show a message based on their answer.",
|
|
2692
|
-
"field_type_select": "
|
|
2693
|
-
"field_type_select_multiple": "
|
|
2698
|
+
"field_type_select": "Selección única",
|
|
2699
|
+
"field_type_select_multiple": "Selección múltiple",
|
|
2694
2700
|
"field_type_yes_no": "Yes / No",
|
|
2695
2701
|
"follow_up_add_hint": "Agregar una pregunta de seguimiento para esta respuesta",
|
|
2696
2702
|
"follow_up_conditions_note": "Mensajes condicionales para la pregunta de seguimiento",
|
|
@@ -2726,7 +2732,10 @@
|
|
|
2726
2732
|
"toggle_hint": "Turn on to show these questions to guests during online booking.",
|
|
2727
2733
|
"type_helper_select": "Guests pick one answer from a list you define.",
|
|
2728
2734
|
"type_helper_select_multiple": "Guests can pick multiple answers from a list you define.",
|
|
2729
|
-
"type_helper_yes_no": "Guests choose Yes or No."
|
|
2735
|
+
"type_helper_yes_no": "Guests choose Yes or No.",
|
|
2736
|
+
"add_from_existing": "Add from existing",
|
|
2737
|
+
"add_from_existing_empty": "No other questions configured yet on any lot.",
|
|
2738
|
+
"edit_question": "Editar pregunta"
|
|
2730
2739
|
},
|
|
2731
2740
|
"edit_lot": "Editar lote",
|
|
2732
2741
|
"lot_id_exist": "El número de lote ya existe",
|
|
@@ -3050,7 +3059,8 @@
|
|
|
3050
3059
|
"reservation_grid": "Cuadrícula de reservas",
|
|
3051
3060
|
"reservation_wavier": "Exenciones",
|
|
3052
3061
|
"taxes": "Impuestos",
|
|
3053
|
-
"user_account": "Cuentas de usuario"
|
|
3062
|
+
"user_account": "Cuentas de usuario",
|
|
3063
|
+
"report_reservation_deposits": "Depósitos de reserva"
|
|
3054
3064
|
},
|
|
3055
3065
|
"group": {
|
|
3056
3066
|
"admin": "Administración",
|
|
@@ -5263,7 +5273,13 @@
|
|
|
5263
5273
|
"your_rv": "Tu RV",
|
|
5264
5274
|
"your_rv_subtitle": "Cuéntanos sobre tu vehículo.",
|
|
5265
5275
|
"your_stay_details": "Detalles de tu estancia",
|
|
5266
|
-
"your_stay_details_subtitle": "Cuéntanos un poco sobre tu equipo de camping."
|
|
5276
|
+
"your_stay_details_subtitle": "Cuéntanos un poco sobre tu equipo de camping.",
|
|
5277
|
+
"occupants_and_vehicles": "Ocupantes y vehículos",
|
|
5278
|
+
"save_disabled_reason": {
|
|
5279
|
+
"vehicles": "Completa los detalles del vehículo arriba para continuar.",
|
|
5280
|
+
"animals": "Completa los detalles requeridos del animal arriba para continuar.",
|
|
5281
|
+
"questions": "Responde las preguntas requeridas arriba para continuar."
|
|
5282
|
+
}
|
|
5267
5283
|
},
|
|
5268
5284
|
"stripe": {
|
|
5269
5285
|
"account_not_active": {
|
|
@@ -5534,7 +5550,8 @@
|
|
|
5534
5550
|
"forfeit": "Confiscar",
|
|
5535
5551
|
"history": "Historial",
|
|
5536
5552
|
"refund": "Reembolso",
|
|
5537
|
-
"transfer": "Transferir"
|
|
5553
|
+
"transfer": "Transferir",
|
|
5554
|
+
"collect": "Cobrar depósito"
|
|
5538
5555
|
},
|
|
5539
5556
|
"calc": {
|
|
5540
5557
|
"balance_after_deposits": "Saldo restante después de depósitos retenidos",
|
|
@@ -5587,7 +5604,11 @@
|
|
|
5587
5604
|
"applies_on": "Se aplica el {{date}}",
|
|
5588
5605
|
"held": "retenido",
|
|
5589
5606
|
"needs_attention": "Requiere atención",
|
|
5590
|
-
"section_title": "Depósitos"
|
|
5607
|
+
"section_title": "Depósitos",
|
|
5608
|
+
"no_deposits": "Sin depósitos.",
|
|
5609
|
+
"total_held": "Total retenido",
|
|
5610
|
+
"total_held_caption": "Total retenido",
|
|
5611
|
+
"total_held_subtitle": "Retenido en los depósitos de esta reserva, aún no descontado del saldo"
|
|
5591
5612
|
},
|
|
5592
5613
|
"status": {
|
|
5593
5614
|
"requested": "Solicitado",
|
|
@@ -372,7 +372,13 @@
|
|
|
372
372
|
"reservation_deposits": {
|
|
373
373
|
"title": "Dépôts de réservation",
|
|
374
374
|
"description": "Activer la fonctionnalité de dépôts de réservation. Lorsqu'elle est désactivée, la section Dépôts sur les réservations, l'option d'objet de dépôt lors de la perception d'un paiement et le rapport des dépôts de réservation sont masqués dans toute l'application.",
|
|
375
|
-
"preview_when_enabled": "Aperçu lorsqu'activé"
|
|
375
|
+
"preview_when_enabled": "Aperçu lorsqu'activé",
|
|
376
|
+
"last_ran_label": "Dernière exécution",
|
|
377
|
+
"last_ran_never": "Jamais",
|
|
378
|
+
"refresh_status_tooltip": "Actualiser le statut de la dernière exécution",
|
|
379
|
+
"run_now_button": "Exécuter maintenant",
|
|
380
|
+
"run_now_busy_error": "Le planificateur des dépôts est déjà en cours d'exécution. Veuillez réessayer dans un instant.",
|
|
381
|
+
"run_now_error": "Une erreur est survenue lors du déclenchement du planificateur des dépôts. Veuillez réessayer."
|
|
376
382
|
}
|
|
377
383
|
},
|
|
378
384
|
"cart": {
|
|
@@ -2689,8 +2695,8 @@
|
|
|
2689
2695
|
"duplicate_question": "Duplicate question",
|
|
2690
2696
|
"empty_list_hint": "Click 'Add question' below to create your first question.",
|
|
2691
2697
|
"enable_hint": "Ask guests a question during booking and show a message based on their answer.",
|
|
2692
|
-
"field_type_select": "
|
|
2693
|
-
"field_type_select_multiple": "
|
|
2698
|
+
"field_type_select": "Sélection unique",
|
|
2699
|
+
"field_type_select_multiple": "Sélection multiple",
|
|
2694
2700
|
"field_type_yes_no": "Yes / No",
|
|
2695
2701
|
"follow_up_add_hint": "Ajouter une question de suivi pour cette réponse",
|
|
2696
2702
|
"follow_up_conditions_note": "Messages conditionnels pour la question de suivi",
|
|
@@ -2726,7 +2732,10 @@
|
|
|
2726
2732
|
"toggle_hint": "Turn on to show these questions to guests during online booking.",
|
|
2727
2733
|
"type_helper_select": "Guests pick one answer from a list you define.",
|
|
2728
2734
|
"type_helper_select_multiple": "Guests can pick multiple answers from a list you define.",
|
|
2729
|
-
"type_helper_yes_no": "Guests choose Yes or No."
|
|
2735
|
+
"type_helper_yes_no": "Guests choose Yes or No.",
|
|
2736
|
+
"add_from_existing": "Add from existing",
|
|
2737
|
+
"add_from_existing_empty": "No other questions configured yet on any lot.",
|
|
2738
|
+
"edit_question": "Modifier la question"
|
|
2730
2739
|
},
|
|
2731
2740
|
"edit_lot": "Editer le lot",
|
|
2732
2741
|
"lot_id_exist": "Le numéro de lot existe déjà",
|
|
@@ -3050,7 +3059,8 @@
|
|
|
3050
3059
|
"reservation_grid": "Grille de réservation",
|
|
3051
3060
|
"reservation_wavier": "Renonciations",
|
|
3052
3061
|
"taxes": "Taxes",
|
|
3053
|
-
"user_account": "Comptes d'utilisateurs"
|
|
3062
|
+
"user_account": "Comptes d'utilisateurs",
|
|
3063
|
+
"report_reservation_deposits": "Dépôts de réservation"
|
|
3054
3064
|
},
|
|
3055
3065
|
"group": {
|
|
3056
3066
|
"admin": "Admin",
|
|
@@ -5263,7 +5273,13 @@
|
|
|
5263
5273
|
"your_rv": "Votre VR",
|
|
5264
5274
|
"your_rv_subtitle": "Parlez-nous de votre véhicule.",
|
|
5265
5275
|
"your_stay_details": "Détails de votre séjour",
|
|
5266
|
-
"your_stay_details_subtitle": "Quelques infos sur votre équipée de camping."
|
|
5276
|
+
"your_stay_details_subtitle": "Quelques infos sur votre équipée de camping.",
|
|
5277
|
+
"occupants_and_vehicles": "Occupants et véhicules",
|
|
5278
|
+
"save_disabled_reason": {
|
|
5279
|
+
"vehicles": "Complétez les détails du véhicule ci-dessus pour continuer.",
|
|
5280
|
+
"animals": "Complétez les détails requis sur l'animal ci-dessus pour continuer.",
|
|
5281
|
+
"questions": "Répondez aux questions requises ci-dessus pour continuer."
|
|
5282
|
+
}
|
|
5267
5283
|
},
|
|
5268
5284
|
"stripe": {
|
|
5269
5285
|
"account_not_active": {
|
|
@@ -5534,7 +5550,8 @@
|
|
|
5534
5550
|
"forfeit": "Confisquer",
|
|
5535
5551
|
"history": "Historique",
|
|
5536
5552
|
"refund": "Remboursement",
|
|
5537
|
-
"transfer": "Transférer"
|
|
5553
|
+
"transfer": "Transférer",
|
|
5554
|
+
"collect": "Percevoir dépôt"
|
|
5538
5555
|
},
|
|
5539
5556
|
"calc": {
|
|
5540
5557
|
"balance_after_deposits": "Solde restant après dépôts retenus",
|
|
@@ -5587,7 +5604,11 @@
|
|
|
5587
5604
|
"applies_on": "S'applique le {{date}}",
|
|
5588
5605
|
"held": "retenu",
|
|
5589
5606
|
"needs_attention": "Nécessite une attention",
|
|
5590
|
-
"section_title": "Dépôts"
|
|
5607
|
+
"section_title": "Dépôts",
|
|
5608
|
+
"no_deposits": "Aucun dépôt.",
|
|
5609
|
+
"total_held": "Total retenu",
|
|
5610
|
+
"total_held_caption": "Total retenu",
|
|
5611
|
+
"total_held_subtitle": "Retenu dans les dépôts de cette réservation, non compté au solde"
|
|
5591
5612
|
},
|
|
5592
5613
|
"status": {
|
|
5593
5614
|
"requested": "Demandé",
|