pcm-shared-components 2.1.418 → 2.1.420

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.
@@ -834,6 +834,7 @@
834
834
  "download": "Download",
835
835
  "dryer": "Dryer",
836
836
  "drying_rack_for_clothing": "Drying rack for clothing",
837
+ "duplicate": "Duplicate",
837
838
  "edit": "Edit",
838
839
  "edit_payment": "Edit Payment",
839
840
  "electric": "Electric",
@@ -1440,7 +1441,9 @@
1440
1441
  "total_waiting_description": "Guests currently on the waitlist",
1441
1442
  "wait_until_hint": "We stop matching after this date.",
1442
1443
  "waitlist_options_hint": "Choose a specific lot or a lot type preference for a more flexible request.",
1443
- "waitlist_options_title": "What should we look for?"
1444
+ "waitlist_options_title": "What should we look for?",
1445
+ "days_remaining": "{{count}} days",
1446
+ "guest_details_hint": "Keep this simple so staff can complete it quickly over the phone."
1444
1447
  },
1445
1448
  "waitlist_fulfilled": "Waitlist Fulfilled",
1446
1449
  "waiver": "Waiver",
@@ -1484,7 +1487,10 @@
1484
1487
  "zoom_out": "Zoom out",
1485
1488
  "hourly": "Hourly",
1486
1489
  "minute": "Minute",
1487
- "plus_count_more": "+{{count}} more"
1490
+ "plus_count_more": "+{{count}} more",
1491
+ "view_site_details": "View site details",
1492
+ "view_on_campground_map": "View on campground map",
1493
+ "view_photos": "View photos"
1488
1494
  },
1489
1495
  "connectivity": {
1490
1496
  "offline-action-blocked": "You're offline. This action needs an internet connection and isn't available right now. It will work again once you're back online.",
@@ -834,6 +834,7 @@
834
834
  "download": "Descargar",
835
835
  "dryer": "Secadora",
836
836
  "drying_rack_for_clothing": "Tendedero para ropa",
837
+ "duplicate": "Duplicar",
837
838
  "edit": "Editar",
838
839
  "edit_payment": "Editar pago",
839
840
  "electric": "Eléctrico",
@@ -1440,7 +1441,9 @@
1440
1441
  "total_waiting_description": "Clientes actualmente en la lista de espera",
1441
1442
  "wait_until_hint": "Dejamos de buscar después de esta fecha.",
1442
1443
  "waitlist_options_hint": "Elige un lote especifico o una preferencia de tipo de lote para una solicitud mas flexible.",
1443
- "waitlist_options_title": "Que debemos buscar?"
1444
+ "waitlist_options_title": "Que debemos buscar?",
1445
+ "days_remaining": "{{count}} dias",
1446
+ "guest_details_hint": "Manten esto simple para que el personal pueda completarlo rapidamente por telefono."
1444
1447
  },
1445
1448
  "waitlist_fulfilled": "Lista de espera cumplida",
1446
1449
  "waiver": "Exención",
@@ -1484,7 +1487,10 @@
1484
1487
  "zoom_out": "Alejar",
1485
1488
  "hourly": "Por hora",
1486
1489
  "minute": "Minuto",
1487
- "plus_count_more": "+{{count}} más"
1490
+ "plus_count_more": "+{{count}} más",
1491
+ "view_site_details": "Ver detalles del sitio",
1492
+ "view_on_campground_map": "Ver en el mapa del camping",
1493
+ "view_photos": "Ver fotos"
1488
1494
  },
1489
1495
  "connectivity": {
1490
1496
  "offline-action-blocked": "Está sin conexión. Esta acción necesita una conexión a Internet y no está disponible en este momento. Volverá a funcionar cuando vuelva a estar en línea.",
@@ -834,6 +834,7 @@
834
834
  "download": "Télécharger",
835
835
  "dryer": "Séchoir",
836
836
  "drying_rack_for_clothing": "Étendoir pour vêtements",
837
+ "duplicate": "Dupliquer",
837
838
  "edit": "Éditer",
838
839
  "edit_payment": "Modifier le paiement",
839
840
  "electric": "Électrique",
@@ -1440,7 +1441,9 @@
1440
1441
  "total_waiting_description": "Clients actuellement sur la liste d'attente",
1441
1442
  "wait_until_hint": "Nous arrêtons la recherche après cette date.",
1442
1443
  "waitlist_options_hint": "Choisissez un lot précis ou une préférence de type de lot pour une demande plus flexible.",
1443
- "waitlist_options_title": "Que devons-nous rechercher?"
1444
+ "waitlist_options_title": "Que devons-nous rechercher?",
1445
+ "days_remaining": "{{count}} jours",
1446
+ "guest_details_hint": "Restez simple afin que le personnel puisse le remplir rapidement au telephone."
1444
1447
  },
1445
1448
  "waitlist_fulfilled": "Liste d'attente complétée",
1446
1449
  "waiver": "Renonciation",
@@ -1484,7 +1487,10 @@
1484
1487
  "zoom_out": "Dézoomer",
1485
1488
  "hourly": "Horaire",
1486
1489
  "minute": "Minute",
1487
- "plus_count_more": "+{{count}} de plus"
1490
+ "plus_count_more": "+{{count}} de plus",
1491
+ "view_site_details": "Voir les détails du site",
1492
+ "view_on_campground_map": "Voir sur la carte du camping",
1493
+ "view_photos": "Voir les photos"
1488
1494
  },
1489
1495
  "connectivity": {
1490
1496
  "offline-action-blocked": "Vous êtes hors ligne. Cette action nécessite une connexion Internet et n'est pas disponible pour le moment. Elle fonctionnera de nouveau dès que vous serez de retour en ligne.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.418",
3
+ "version": "2.1.420",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {