pcm-shared-components 2.1.80 → 2.1.81

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.
@@ -53,7 +53,7 @@
53
53
  "billing": "Billing"
54
54
  },
55
55
  "booking_cutoff": {
56
- "cutoff_day": "Should the guests still be able to book for today even after midnight?",
56
+ "cutoff_day": "Allow After Midnight - Should the guests still be able to book for today even after midnight?",
57
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
58
  "no_cutoff_day": "No — Guests must book before today’s cutoff time: {{time}}",
59
59
  "title": "Online Booking Cutoff Time",
@@ -53,7 +53,7 @@
53
53
  "billing": "Facturación"
54
54
  },
55
55
  "booking_cutoff": {
56
- "cutoff_day": "¿Deberían los huéspedes poder seguir reservando para hoy incluso después de medianoche?",
56
+ "cutoff_day": "Permitir después de la medianoche - ¿Deberían los huéspedes poder reservar para hoy incluso después de la medianoche?",
57
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
58
  "no_cutoff_day": "No, los huéspedes deben reservar antes de la hora límite de hoy: {{time}}",
59
59
  "title": "Hora límite de reserva en línea",
@@ -53,7 +53,7 @@
53
53
  "billing": "Facturation"
54
54
  },
55
55
  "booking_cutoff": {
56
- "cutoff_day": "Les invités doivent-ils pouvoir réserver pour aujourd'hui même après minuit ?",
56
+ "cutoff_day": "Autoriser après minuit - Les clients devraient-ils toujours être en mesure de réserver pour aujourdhui même après minuit ?",
57
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
58
  "no_cutoff_day": "Non — Les clients doivent réserver avant l’heure limite du jour : {{time}}",
59
59
  "title": "Heure limite de réservation en ligne",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.80",
3
+ "version": "2.1.81",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {