pcm-shared-components 2.1.78 → 2.1.80
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.
package/README.md
CHANGED
|
@@ -29,6 +29,10 @@ Manually deploying is faster then committing the code as it doesn't need to crea
|
|
|
29
29
|
# Or run the following to do it all in one go!
|
|
30
30
|
sh ./publish.sh
|
|
31
31
|
|
|
32
|
+
# Or you can also run the following npm to do it all in one go!
|
|
33
|
+
> npm run bump
|
|
34
|
+
```
|
|
35
|
+
|
|
32
36
|
```
|
|
33
37
|
|
|
34
38
|
# Update the remote Library
|
|
@@ -52,6 +52,13 @@
|
|
|
52
52
|
"billing": {
|
|
53
53
|
"billing": "Billing"
|
|
54
54
|
},
|
|
55
|
+
"booking_cutoff": {
|
|
56
|
+
"cutoff_day": "Should the guests still be able to book for today even after midnight?",
|
|
57
|
+
"description": "Choose what time guests can no longer book for today.\nExtend this past midnight (e.g., 2:00 AM) for late-night arrivals.",
|
|
58
|
+
"no_cutoff_day": "No — Guests must book before today’s cutoff time: {{time}}",
|
|
59
|
+
"title": "Online Booking Cutoff Time",
|
|
60
|
+
"with_cutoff_day": "Yes — Allow bookings after midnight until: {{time}}"
|
|
61
|
+
},
|
|
55
62
|
"campground_info": {
|
|
56
63
|
"booking_calendar_export_url_info": "This URL allows users to export all reservations, including any blocked reservations and events from online travel agencies (OTAs) like Airbnb. This URL consolidates all the booking information into a single, accessible calendar format that can be imported into various calendar applications, ensuring that users have a comprehensive view of their reservations. For users who need the export URL for a specific lot number, they should navigate to the lot panel, select the lot number, and locate the export URL for that particular lot number.",
|
|
57
64
|
"campground_email": "Campground Email ",
|
|
@@ -52,6 +52,13 @@
|
|
|
52
52
|
"billing": {
|
|
53
53
|
"billing": "Facturación"
|
|
54
54
|
},
|
|
55
|
+
"booking_cutoff": {
|
|
56
|
+
"cutoff_day": "¿Deberían los huéspedes poder seguir reservando para hoy incluso después de medianoche?",
|
|
57
|
+
"description": "Elige la hora a la que los huéspedes ya no pueden reservar hoy.\nExtienda esto después de la medianoche (por ejemplo, 2:00 a.m.) para llegadas nocturnas.",
|
|
58
|
+
"no_cutoff_day": "No, los huéspedes deben reservar antes de la hora límite de hoy: {{time}}",
|
|
59
|
+
"title": "Hora límite de reserva en línea",
|
|
60
|
+
"with_cutoff_day": "Sí: permite reservas después de la medianoche hasta: {{time}}"
|
|
61
|
+
},
|
|
55
62
|
"campground_info": {
|
|
56
63
|
"booking_calendar_export_url_info": "Esta URL permite a los usuarios exportar todas las reservas, incluidas las reservas bloqueadas y los eventos de agencias de viajes en línea (OTA) como Airbnb. Esta URL consolida toda la información de la reserva en un formato de calendario único y accesible que se puede importar a varias aplicaciones de calendario, lo que garantiza que los usuarios tengan una vista completa de sus reservas. Los usuarios que necesitan la URL de exportación para un número de lote específico, deben navegar hasta el panel de lote, seleccionar el número de lote y ubicar la URL de exportación para ese número de lote en particular.",
|
|
57
64
|
"campground_email": "Correo electrónico del camping",
|
|
@@ -52,6 +52,13 @@
|
|
|
52
52
|
"billing": {
|
|
53
53
|
"billing": "Facturation"
|
|
54
54
|
},
|
|
55
|
+
"booking_cutoff": {
|
|
56
|
+
"cutoff_day": "Les invités doivent-ils pouvoir réserver pour aujourd'hui même après minuit ?",
|
|
57
|
+
"description": "Choisissez l’heure à laquelle les clients ne peuvent plus réserver pour aujourd’hui.\nProlongez cette période au-delà de minuit (p. ex., 2:00 du matin) pour les arrivées tard dans la nuit.",
|
|
58
|
+
"no_cutoff_day": "Non — Les clients doivent réserver avant l’heure limite du jour : {{time}}",
|
|
59
|
+
"title": "Heure limite de réservation en ligne",
|
|
60
|
+
"with_cutoff_day": "Oui — Autoriser les réservations après minuit jusqu’à : {{time}}"
|
|
61
|
+
},
|
|
55
62
|
"campground_info": {
|
|
56
63
|
"booking_calendar_export_url_info": "Cette URL permet aux utilisateurs d'exporter toutes les réservations, y compris les réservations bloquées et les événements des agences de voyages en ligne (OTA) comme Airbnb. Cette URL consolide toutes les informations de réservation dans un format de calendrier unique et accessible qui peut être importé dans diverses applications de calendrier, garantissant ainsi aux utilisateurs une vue complète de leurs réservations. Pour les utilisateurs qui ont besoin de l'URL d'exportation pour un numéro de lot spécifique, ils doivent accéder au panneau de lot, sélectionner le numéro de lot et localiser l'URL d'exportation pour ce numéro de lot particulier.",
|
|
57
64
|
"campground_email": "Courriel du camping",
|