@hyper.software/visitor-common-translations 2.0.166 → 2.0.168
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.
- package/lib/translations/locale/locale.de-DE.json +1 -0
- package/lib/translations/locale/locale.en-US.json +1 -0
- package/lib/translations/locale/locale.es-ES.json +1 -0
- package/lib/translations/locale/locale.fr-FR.json +1 -0
- package/lib/translations/locale/locale.it-IT.json +1 -0
- package/lib/translations/locale/locale.ro-RO.json +1 -0
- package/package.json +1 -1
|
@@ -855,6 +855,7 @@
|
|
|
855
855
|
"App.common.menu.companies": "Unternehmen",
|
|
856
856
|
"App.common.menu.company": "Über Uns",
|
|
857
857
|
"App.common.menu.customerFeedback": "Feedback",
|
|
858
|
+
"App.common.menu.customerGroups": "",
|
|
858
859
|
"App.common.menu.customers": "Gäste",
|
|
859
860
|
"App.common.menu.dashboard": "Dashboard",
|
|
860
861
|
"App.common.menu.emailTemplates": "E-Mails",
|
|
@@ -855,6 +855,7 @@
|
|
|
855
855
|
"App.common.menu.companies": "Companies",
|
|
856
856
|
"App.common.menu.company": "Company",
|
|
857
857
|
"App.common.menu.customerFeedback": "Feedback",
|
|
858
|
+
"App.common.menu.customerGroups": "Companies",
|
|
858
859
|
"App.common.menu.customers": "Customers",
|
|
859
860
|
"App.common.menu.dashboard": "Dashboard",
|
|
860
861
|
"App.common.menu.emailTemplates": "Email templates",
|
|
@@ -855,6 +855,7 @@
|
|
|
855
855
|
"App.common.menu.companies": "Empresas",
|
|
856
856
|
"App.common.menu.company": "Empresa",
|
|
857
857
|
"App.common.menu.customerFeedback": "Comentarios",
|
|
858
|
+
"App.common.menu.customerGroups": "",
|
|
858
859
|
"App.common.menu.customers": "Clientes",
|
|
859
860
|
"App.common.menu.dashboard": "Tablero de control",
|
|
860
861
|
"App.common.menu.emailTemplates": "Plantillas de correo electrónico",
|
|
@@ -855,6 +855,7 @@
|
|
|
855
855
|
"App.common.menu.companies": "Entreprises",
|
|
856
856
|
"App.common.menu.company": "Société",
|
|
857
857
|
"App.common.menu.customerFeedback": "Commentaires",
|
|
858
|
+
"App.common.menu.customerGroups": "",
|
|
858
859
|
"App.common.menu.customers": "Clients",
|
|
859
860
|
"App.common.menu.dashboard": "Tableau de bord",
|
|
860
861
|
"App.common.menu.emailTemplates": "Modèles d'e-mail",
|
|
@@ -855,6 +855,7 @@
|
|
|
855
855
|
"App.common.menu.companies": "Aziende",
|
|
856
856
|
"App.common.menu.company": "Azienda",
|
|
857
857
|
"App.common.menu.customerFeedback": "Feedback",
|
|
858
|
+
"App.common.menu.customerGroups": "",
|
|
858
859
|
"App.common.menu.customers": "Clienti",
|
|
859
860
|
"App.common.menu.dashboard": "Dashboard",
|
|
860
861
|
"App.common.menu.emailTemplates": "Modelli e-mail",
|
|
@@ -855,6 +855,7 @@
|
|
|
855
855
|
"App.common.menu.companies": "Companii",
|
|
856
856
|
"App.common.menu.company": "Companie",
|
|
857
857
|
"App.common.menu.customerFeedback": "Feedback",
|
|
858
|
+
"App.common.menu.customerGroups": "",
|
|
858
859
|
"App.common.menu.customers": "Clienți",
|
|
859
860
|
"App.common.menu.dashboard": "Panou de control",
|
|
860
861
|
"App.common.menu.emailTemplates": "Șabloane de email",
|
package/package.json
CHANGED