pcm-shared-components 2.1.7 → 2.1.9

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.
@@ -1060,9 +1060,13 @@
1060
1060
  "dashboard": {
1061
1061
  "client_acquisition": {
1062
1062
  "clients": "Clients",
1063
+ "clients_per_source": "Client Acquisition Per Source",
1064
+ "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.",
1063
1065
  "insights": "Client Acquisition Insights",
1066
+ "last_entry": "Last Entry",
1064
1067
  "source": "Acquisition Source",
1065
- "source_name": "Source Name"
1068
+ "source_name": "Source Name",
1069
+ "sources": "Client Acquisition Sources"
1066
1070
  },
1067
1071
  "menu": {
1068
1072
  "dashboard": "Dashboard"
@@ -1060,9 +1060,13 @@
1060
1060
  "dashboard": {
1061
1061
  "client_acquisition": {
1062
1062
  "clients": "Clientela",
1063
+ "clients_per_source": "Adquisición de clientes por fuente",
1064
+ "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.",
1063
1065
  "insights": "Perspectivas de adquisición de clientes",
1066
+ "last_entry": "Última entrada",
1064
1067
  "source": "Fuente de adquisición",
1065
- "source_name": "Nombre de la fuente"
1068
+ "source_name": "Nombre de la fuente",
1069
+ "sources": "Fuentes de adquisición de clientes"
1066
1070
  },
1067
1071
  "menu": {
1068
1072
  "dashboard": "Tablero de mandos"
@@ -1060,9 +1060,13 @@
1060
1060
  "dashboard": {
1061
1061
  "client_acquisition": {
1062
1062
  "clients": "Clientèle",
1063
+ "clients_per_source": "Acquisition de clients par source",
1064
+ "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.",
1063
1065
  "insights": "Informations sur l'acquisition de clients",
1066
+ "last_entry": "Dernière entrée",
1064
1067
  "source": "Source d'acquisition",
1065
- "source_name": "Nom de la source"
1068
+ "source_name": "Nom de la source",
1069
+ "sources": "Sources d'acquisition de clients"
1066
1070
  },
1067
1071
  "menu": {
1068
1072
  "dashboard": "Tableau de bord"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.7",
3
+ "version": "2.1.9",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {