pcm-shared-components 2.0.208 → 2.0.209

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.
@@ -14,7 +14,8 @@
14
14
  "app": {
15
15
  "common": {
16
16
  "filter": "Filter",
17
- "notification": "Notifications"
17
+ "notification": "Notifications",
18
+ "skip": "Skip"
18
19
  }
19
20
  },
20
21
  "base_rate_grid": {
@@ -423,6 +424,7 @@
423
424
  "emails": "Emails",
424
425
  "emails_content": "Email Content",
425
426
  "employee_signature": "Employee Signature",
427
+ "enabled": "Enabled",
426
428
  "end_date": "End Date",
427
429
  "english": "English",
428
430
  "enlarge": "Enlarge",
@@ -781,6 +783,7 @@
781
783
  "stove": "Stove",
782
784
  "style": "Style",
783
785
  "sub_total": "Subtotal",
786
+ "submit": "Submit",
784
787
  "sun_loungers": "Sun loungers",
785
788
  "table_corner_guards": "Table corner guards",
786
789
  "tags": "Tags",
@@ -1052,8 +1055,13 @@
1052
1055
  "dashboard": {
1053
1056
  "client_acquisition": {
1054
1057
  "clients": "Clients",
1058
+ "clients_per_source": "Percentage of Clients per Source",
1055
1059
  "edit_sources": "Edit Sources",
1060
+ "how_did_you_hear_about_us": "How did you hear about us?",
1061
+ "insights": "Client Acquisition Insights",
1056
1062
  "last_entry": "Last Entry",
1063
+ "pie_title": "Client Insights",
1064
+ "source": "Source",
1057
1065
  "source_name": "Source Name",
1058
1066
  "sources": "Acquisition Sources"
1059
1067
  },
@@ -14,7 +14,8 @@
14
14
  "app": {
15
15
  "common": {
16
16
  "filter": "Filtrar",
17
- "notification": "Notificaciones"
17
+ "notification": "Notificaciones",
18
+ "skip": "Saltar"
18
19
  }
19
20
  },
20
21
  "base_rate_grid": {
@@ -423,6 +424,7 @@
423
424
  "emails": "Correos electrónicos",
424
425
  "emails_content": "Contenido del correo electrónico",
425
426
  "employee_signature": "Firma del empleado",
427
+ "enabled": "Activado",
426
428
  "end_date": "Fecha final",
427
429
  "english": "Inglés",
428
430
  "enlarge": "Agrandar",
@@ -781,6 +783,7 @@
781
783
  "stove": "Estufa",
782
784
  "style": "Estilo",
783
785
  "sub_total": "Total parcial",
786
+ "submit": "Enviar",
784
787
  "sun_loungers": "Tumbonas",
785
788
  "table_corner_guards": "Protectores de esquina de mesa",
786
789
  "tags": "Etiquetas",
@@ -1052,8 +1055,13 @@
1052
1055
  "dashboard": {
1053
1056
  "client_acquisition": {
1054
1057
  "clients": "Clientes",
1058
+ "clients_per_source": "Porcentaje de clientes por fuente",
1055
1059
  "edit_sources": "Editar Fuentes",
1060
+ "how_did_you_hear_about_us": "¿Cómo nos conoció?",
1061
+ "insights": "Adquisición de clientes",
1056
1062
  "last_entry": "Última entrada",
1063
+ "pie_title": "Información sobre sus clientes",
1064
+ "source": "Fuente",
1057
1065
  "source_name": "Nombre de la fuente",
1058
1066
  "sources": "Fuentes de adquisición"
1059
1067
  },
@@ -14,7 +14,8 @@
14
14
  "app": {
15
15
  "common": {
16
16
  "filter": "Filtre",
17
- "notification": "Notifications"
17
+ "notification": "Notifications",
18
+ "skip": "Sauter"
18
19
  }
19
20
  },
20
21
  "base_rate_grid": {
@@ -423,6 +424,7 @@
423
424
  "emails": "Courriels",
424
425
  "emails_content": "Contenu du courriel",
425
426
  "employee_signature": "Signature de l’employé",
427
+ "enabled": "Activé",
426
428
  "end_date": "Date de fin",
427
429
  "english": "Anglais",
428
430
  "enlarge": "Agrandir",
@@ -781,6 +783,7 @@
781
783
  "stove": "Le fourneau",
782
784
  "style": "Style",
783
785
  "sub_total": "Total Partiel",
786
+ "submit": "Soumettre",
784
787
  "sun_loungers": "Chaises longues",
785
788
  "table_corner_guards": "Protections d'angle de table",
786
789
  "tags": "Mots clés",
@@ -1052,8 +1055,13 @@
1052
1055
  "dashboard": {
1053
1056
  "client_acquisition": {
1054
1057
  "clients": "Clients",
1058
+ "clients_per_source": "Pourcentage de clients par source",
1055
1059
  "edit_sources": "Modifier les Sources",
1060
+ "how_did_you_hear_about_us": "Comment avez-vous entendu de nous ?",
1061
+ "insights": "Acquisition de clients",
1056
1062
  "last_entry": "Dernière entrée",
1063
+ "pie_title": "Informations sur vos clients",
1064
+ "source": "Source",
1057
1065
  "source_name": "Nom de la source",
1058
1066
  "sources": "Sources d'acquisition"
1059
1067
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.208",
3
+ "version": "2.0.209",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {