pcm-shared-components 2.1.8 → 2.1.10

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.
@@ -851,12 +851,14 @@
851
851
  "voided_amount": "Voided Amount",
852
852
  "voided_by": "Voided By",
853
853
  "waiting": "Waiting...",
854
+ "waiting_for_availability": "Waiting for Availability",
854
855
  "waitlist": {
855
856
  "edit_waitlist": "Edit Waitlist",
856
857
  "join_waitlist": "Joint Waitlist",
857
858
  "new_waitlist": "New Waitlist",
858
859
  "stay_waitlist": "Wait Until Date"
859
860
  },
861
+ "waitlist_fulfilled": "Waitlist Fulfilled",
860
862
  "waiver": "Waiver",
861
863
  "warning": "Warning",
862
864
  "washer": "Washer",
@@ -1060,6 +1062,7 @@
1060
1062
  "dashboard": {
1061
1063
  "client_acquisition": {
1062
1064
  "clients": "Clients",
1065
+ "clients_per_source": "Client Acquisition Per Source",
1063
1066
  "descriptions": "Enable this feature to display a popup on successful checkout, asking clients how they found your campground. Turn it on to collect valuable marketing insights or disable it anytime.",
1064
1067
  "insights": "Client Acquisition Insights",
1065
1068
  "last_entry": "Last Entry",
@@ -851,12 +851,14 @@
851
851
  "voided_amount": "Importe anulado",
852
852
  "voided_by": "anulado por",
853
853
  "waiting": "Espera...",
854
+ "waiting_for_availability": "Esperando disponibilidad",
854
855
  "waitlist": {
855
856
  "edit_waitlist": "Editar lista de espera",
856
857
  "join_waitlist": "Lista de espera conjunta",
857
858
  "new_waitlist": "Nueva lista de espera",
858
859
  "stay_waitlist": "Esperar hasta la fecha"
859
860
  },
861
+ "waitlist_fulfilled": "Lista de espera cumplida",
860
862
  "waiver": "Exención",
861
863
  "warning": "Advertencia",
862
864
  "washer": "Lavadora",
@@ -1060,6 +1062,7 @@
1060
1062
  "dashboard": {
1061
1063
  "client_acquisition": {
1062
1064
  "clients": "Clientela",
1065
+ "clients_per_source": "Adquisición de clientes por fuente",
1063
1066
  "descriptions": "Habilite esta función para mostrar una ventana emergente cuando finalice el proceso de compra y preguntar a los clientes cómo encontraron su camping. Habilítela para recopilar información de marketing valiosa o deshabilítela en cualquier momento.",
1064
1067
  "insights": "Perspectivas de adquisición de clientes",
1065
1068
  "last_entry": "Última entrada",
@@ -851,12 +851,14 @@
851
851
  "voided_amount": "Montant annulé",
852
852
  "voided_by": "Annulé par",
853
853
  "waiting": "En attendre...",
854
+ "waiting_for_availability": "En attente de disponibilité",
854
855
  "waitlist": {
855
856
  "edit_waitlist": "Modifier la liste d'attente",
856
857
  "join_waitlist": "Liste d’attente conjointe",
857
858
  "new_waitlist": "Nouvelle liste d’attente",
858
859
  "stay_waitlist": "Attendre la date"
859
860
  },
861
+ "waitlist_fulfilled": "Liste d'attente complétée",
860
862
  "waiver": "Renonciation",
861
863
  "warning": "Attention",
862
864
  "washer": "Machine à laver",
@@ -1060,6 +1062,7 @@
1060
1062
  "dashboard": {
1061
1063
  "client_acquisition": {
1062
1064
  "clients": "Clientèle",
1065
+ "clients_per_source": "Acquisition de clients par source",
1063
1066
  "descriptions": "Activez cette fonctionnalité pour afficher une fenêtre contextuelle lors de la validation de votre commande, demandant aux clients comment ils ont trouvé votre camping. Activez-la pour recueillir des informations marketing précieuses ou désactivez-la à tout moment.",
1064
1067
  "insights": "Informations sur l'acquisition de clients",
1065
1068
  "last_entry": "Dernière entrée",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.8",
3
+ "version": "2.1.10",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {