pcm-shared-components 2.1.416 → 2.1.418
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.
|
@@ -1072,6 +1072,7 @@
|
|
|
1072
1072
|
"no_min_limit": "No Min Limit",
|
|
1073
1073
|
"no_results_found": "No Results Found",
|
|
1074
1074
|
"none": "None",
|
|
1075
|
+
"not_applicable": "Not applicable",
|
|
1075
1076
|
"not_active": "Not Active",
|
|
1076
1077
|
"not_connected": "Not Connected",
|
|
1077
1078
|
"not_visible_on_booking_page": "Not Visible on Booking Page",
|
|
@@ -1389,6 +1390,8 @@
|
|
|
1389
1390
|
"any_lot_requests": "Any Lot Requests",
|
|
1390
1391
|
"any_lot_requests_description": "Flexible guests open to options",
|
|
1391
1392
|
"any_lot_type": "Any lot type",
|
|
1393
|
+
"choose_lot": "Choose lot",
|
|
1394
|
+
"choose_requested_lot": "Choose the exact lot the guest wants.",
|
|
1392
1395
|
"click_to_see_details": "Click any request to see details and edit it quickly.",
|
|
1393
1396
|
"column_arrival": "Arrival",
|
|
1394
1397
|
"column_departure": "Departure",
|
|
@@ -1404,6 +1407,7 @@
|
|
|
1404
1407
|
"empty_state_title": "No waitlist requests found",
|
|
1405
1408
|
"expiring_soon": "Expiring Soon",
|
|
1406
1409
|
"expiring_soon_description": "Requests ending within 3 days",
|
|
1410
|
+
"guest_details": "Guest details",
|
|
1407
1411
|
"join_waitlist": "Join Waitlist",
|
|
1408
1412
|
"list_title": "Waitlist Requests",
|
|
1409
1413
|
"lot_type_mode_hint": "This starts with the selected lot type, but you can choose any preference.",
|
|
@@ -1430,9 +1434,11 @@
|
|
|
1430
1434
|
"showing_range": "Showing {{from}}-{{to}} of {{total}}",
|
|
1431
1435
|
"specific_lot": "Specific Lot",
|
|
1432
1436
|
"specific_lot_description": "Only notify me for this exact lot.",
|
|
1437
|
+
"stay_dates": "Stay dates",
|
|
1433
1438
|
"stay_waitlist": "Wait Until Date",
|
|
1434
1439
|
"total_waiting": "Total Waiting",
|
|
1435
1440
|
"total_waiting_description": "Guests currently on the waitlist",
|
|
1441
|
+
"wait_until_hint": "We stop matching after this date.",
|
|
1436
1442
|
"waitlist_options_hint": "Choose a specific lot or a lot type preference for a more flexible request.",
|
|
1437
1443
|
"waitlist_options_title": "What should we look for?"
|
|
1438
1444
|
},
|
|
@@ -4112,12 +4118,16 @@
|
|
|
4112
4118
|
},
|
|
4113
4119
|
"email_activity": {
|
|
4114
4120
|
"email_type": {
|
|
4121
|
+
"arrival_reminder": "Pre-Arrival Reminder",
|
|
4115
4122
|
"cancellation_notice": "Cancellation Notice",
|
|
4123
|
+
"departure_notice": "Post-Departure Notice",
|
|
4116
4124
|
"manual_email": "Manual Email",
|
|
4125
|
+
"on_hold_reminder": "On-Hold Reminder",
|
|
4117
4126
|
"payment_receipt": "Payment Receipt",
|
|
4118
4127
|
"refund_notice": "Refund Notice",
|
|
4119
4128
|
"reservation_confirmation": "Reservation Confirmation",
|
|
4120
4129
|
"scheduled_email": "Scheduled Email",
|
|
4130
|
+
"unpaid_balance_notice": "Unpaid Balance Reminder",
|
|
4121
4131
|
"waitlist_response": "Waitlist Response",
|
|
4122
4132
|
"waiver_request": "Waiver Request",
|
|
4123
4133
|
"waiver_response": "Waiver Response"
|
|
@@ -1072,6 +1072,7 @@
|
|
|
1072
1072
|
"no_min_limit": "Sin límite mínimo",
|
|
1073
1073
|
"no_results_found": "No se han encontrado resultados",
|
|
1074
1074
|
"none": "Ninguna",
|
|
1075
|
+
"not_applicable": "No aplica",
|
|
1075
1076
|
"not_active": "No activo",
|
|
1076
1077
|
"not_connected": "No conectado",
|
|
1077
1078
|
"not_visible_on_booking_page": "No visible en la página de reserva",
|
|
@@ -1389,6 +1390,8 @@
|
|
|
1389
1390
|
"any_lot_requests": "Solicitudes flexibles",
|
|
1390
1391
|
"any_lot_requests_description": "Clientes abiertos a varias opciones",
|
|
1391
1392
|
"any_lot_type": "Cualquier tipo de lote",
|
|
1393
|
+
"choose_lot": "Elegir lote",
|
|
1394
|
+
"choose_requested_lot": "Elija el lote exacto que desea el cliente.",
|
|
1392
1395
|
"click_to_see_details": "Haga clic en una solicitud para ver los detalles y editarla rápidamente.",
|
|
1393
1396
|
"column_arrival": "Llegada",
|
|
1394
1397
|
"column_departure": "Salida",
|
|
@@ -1404,6 +1407,7 @@
|
|
|
1404
1407
|
"empty_state_title": "No se encontraron solicitudes en la lista de espera",
|
|
1405
1408
|
"expiring_soon": "Expira pronto",
|
|
1406
1409
|
"expiring_soon_description": "Solicitudes que terminan en 3 días",
|
|
1410
|
+
"guest_details": "Datos del cliente",
|
|
1407
1411
|
"join_waitlist": "Unirse a la lista de espera",
|
|
1408
1412
|
"list_title": "Solicitudes de lista de espera",
|
|
1409
1413
|
"lot_type_mode_hint": "Esto comienza con el tipo de lote seleccionado, pero puedes elegir cualquier preferencia.",
|
|
@@ -1430,9 +1434,11 @@
|
|
|
1430
1434
|
"showing_range": "Mostrando {{from}}-{{to}} de {{total}}",
|
|
1431
1435
|
"specific_lot": "Lote especifico",
|
|
1432
1436
|
"specific_lot_description": "Avisame solo para este lote exacto.",
|
|
1437
|
+
"stay_dates": "Fechas de estadía",
|
|
1433
1438
|
"stay_waitlist": "Esperar hasta la fecha",
|
|
1434
1439
|
"total_waiting": "Total en espera",
|
|
1435
1440
|
"total_waiting_description": "Clientes actualmente en la lista de espera",
|
|
1441
|
+
"wait_until_hint": "Dejamos de buscar después de esta fecha.",
|
|
1436
1442
|
"waitlist_options_hint": "Elige un lote especifico o una preferencia de tipo de lote para una solicitud mas flexible.",
|
|
1437
1443
|
"waitlist_options_title": "Que debemos buscar?"
|
|
1438
1444
|
},
|
|
@@ -4112,12 +4118,16 @@
|
|
|
4112
4118
|
},
|
|
4113
4119
|
"email_activity": {
|
|
4114
4120
|
"email_type": {
|
|
4121
|
+
"arrival_reminder": "Recordatorio antes de la llegada",
|
|
4115
4122
|
"cancellation_notice": "Aviso de cancelación",
|
|
4123
|
+
"departure_notice": "Aviso después de la salida",
|
|
4116
4124
|
"manual_email": "Correo manual",
|
|
4125
|
+
"on_hold_reminder": "Recordatorio de espera",
|
|
4117
4126
|
"payment_receipt": "Recibo de pago",
|
|
4118
4127
|
"refund_notice": "Aviso de reembolso",
|
|
4119
4128
|
"reservation_confirmation": "Confirmación de reserva",
|
|
4120
4129
|
"scheduled_email": "Correo programado",
|
|
4130
|
+
"unpaid_balance_notice": "Recordatorio de saldo pendiente",
|
|
4121
4131
|
"waitlist_response": "Respuesta de lista de espera",
|
|
4122
4132
|
"waiver_request": "Solicitud de exención",
|
|
4123
4133
|
"waiver_response": "Respuesta de exención"
|
|
@@ -1072,6 +1072,7 @@
|
|
|
1072
1072
|
"no_min_limit": "Aucune limite minimale",
|
|
1073
1073
|
"no_results_found": "Aucun résultat trouvé",
|
|
1074
1074
|
"none": "Aucun",
|
|
1075
|
+
"not_applicable": "Non applicable",
|
|
1075
1076
|
"not_active": "Pas actif",
|
|
1076
1077
|
"not_connected": "Pas connecté",
|
|
1077
1078
|
"not_visible_on_booking_page": "Non visible sur la page de réservation",
|
|
@@ -1389,6 +1390,8 @@
|
|
|
1389
1390
|
"any_lot_requests": "Demandes flexibles",
|
|
1390
1391
|
"any_lot_requests_description": "Clients ouverts à plusieurs options",
|
|
1391
1392
|
"any_lot_type": "N'importe quel type de lot",
|
|
1393
|
+
"choose_lot": "Choisir un lot",
|
|
1394
|
+
"choose_requested_lot": "Choisissez le lot exact souhaité par le client.",
|
|
1392
1395
|
"click_to_see_details": "Cliquez sur une demande pour voir les détails et la modifier rapidement.",
|
|
1393
1396
|
"column_arrival": "Arrivée",
|
|
1394
1397
|
"column_departure": "Départ",
|
|
@@ -1404,6 +1407,7 @@
|
|
|
1404
1407
|
"empty_state_title": "Aucune demande de liste d'attente trouvée",
|
|
1405
1408
|
"expiring_soon": "Expire bientôt",
|
|
1406
1409
|
"expiring_soon_description": "Demandes se terminant dans 3 jours",
|
|
1410
|
+
"guest_details": "Détails du client",
|
|
1407
1411
|
"join_waitlist": "S'inscrire sur la liste d'attente",
|
|
1408
1412
|
"list_title": "Demandes en liste d'attente",
|
|
1409
1413
|
"lot_type_mode_hint": "Cela commence avec le type de lot sélectionné, mais vous pouvez choisir n'importe quelle préférence.",
|
|
@@ -1430,9 +1434,11 @@
|
|
|
1430
1434
|
"showing_range": "Affichage de {{from}} à {{to}} sur {{total}}",
|
|
1431
1435
|
"specific_lot": "Lot précis",
|
|
1432
1436
|
"specific_lot_description": "Avisez-moi seulement pour ce lot précis.",
|
|
1437
|
+
"stay_dates": "Dates du séjour",
|
|
1433
1438
|
"stay_waitlist": "Attendre la date",
|
|
1434
1439
|
"total_waiting": "Total en attente",
|
|
1435
1440
|
"total_waiting_description": "Clients actuellement sur la liste d'attente",
|
|
1441
|
+
"wait_until_hint": "Nous arrêtons la recherche après cette date.",
|
|
1436
1442
|
"waitlist_options_hint": "Choisissez un lot précis ou une préférence de type de lot pour une demande plus flexible.",
|
|
1437
1443
|
"waitlist_options_title": "Que devons-nous rechercher?"
|
|
1438
1444
|
},
|
|
@@ -4112,12 +4118,16 @@
|
|
|
4112
4118
|
},
|
|
4113
4119
|
"email_activity": {
|
|
4114
4120
|
"email_type": {
|
|
4121
|
+
"arrival_reminder": "Rappel avant l'arrivée",
|
|
4115
4122
|
"cancellation_notice": "Avis d'annulation",
|
|
4123
|
+
"departure_notice": "Avis après le départ",
|
|
4116
4124
|
"manual_email": "Courriel manuel",
|
|
4125
|
+
"on_hold_reminder": "Rappel de mise en attente",
|
|
4117
4126
|
"payment_receipt": "Reçu de paiement",
|
|
4118
4127
|
"refund_notice": "Avis de remboursement",
|
|
4119
4128
|
"reservation_confirmation": "Confirmation de réservation",
|
|
4120
4129
|
"scheduled_email": "Courriel planifié",
|
|
4130
|
+
"unpaid_balance_notice": "Rappel de solde impayé",
|
|
4121
4131
|
"waitlist_response": "Réponse de liste d'attente",
|
|
4122
4132
|
"waiver_request": "Demande de renonciation",
|
|
4123
4133
|
"waiver_response": "Réponse de renonciation"
|