@hyper.software/visitor-common-translations 2.0.81 → 2.0.82
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 -1
- package/lib/translations/locale/locale.en-US.json +1 -1
- package/lib/translations/locale/locale.es-ES.json +1 -1
- package/lib/translations/locale/locale.fr-FR.json +1 -1
- package/lib/translations/locale/locale.it-IT.json +1 -1
- package/lib/translations/locale/locale.ro-RO.json +1 -1
- package/package.json +1 -1
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
"App.common.company.legalInformation.name": "Firma",
|
|
694
694
|
"App.common.company.legalInformation.registrationNumber": "HRB",
|
|
695
695
|
"App.common.company.legalInformation.title": "Rechtliche Informationen",
|
|
696
|
-
"App.common.company.legalInformation.vatNumber": "USt-ID
|
|
696
|
+
"App.common.company.legalInformation.vatNumber": "USt-ID",
|
|
697
697
|
"App.common.company.mainUserAccount": "Hauptbenutzerkonto",
|
|
698
698
|
"App.common.company.name": "Name",
|
|
699
699
|
"App.common.company.phoneNumber1": "Telefon 1",
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
"App.common.company.legalInformation.name": "Company legal name",
|
|
694
694
|
"App.common.company.legalInformation.registrationNumber": "Registration number",
|
|
695
695
|
"App.common.company.legalInformation.title": "Legal information",
|
|
696
|
-
"App.common.company.legalInformation.vatNumber": "VAT ID
|
|
696
|
+
"App.common.company.legalInformation.vatNumber": "VAT ID",
|
|
697
697
|
"App.common.company.mainUserAccount": "Main User Account",
|
|
698
698
|
"App.common.company.name": "Name",
|
|
699
699
|
"App.common.company.phoneNumber1": "Phone number 1",
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
"App.common.company.legalInformation.name": "Nombre legal de la empresa",
|
|
694
694
|
"App.common.company.legalInformation.registrationNumber": "Número de registro",
|
|
695
695
|
"App.common.company.legalInformation.title": "Información legal",
|
|
696
|
-
"App.common.company.legalInformation.vatNumber": "Número de Identificación Fiscal
|
|
696
|
+
"App.common.company.legalInformation.vatNumber": "Número de Identificación Fiscal",
|
|
697
697
|
"App.common.company.mainUserAccount": "Cuenta de usuario principal",
|
|
698
698
|
"App.common.company.name": "Nombre",
|
|
699
699
|
"App.common.company.phoneNumber1": "Numero de celular",
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
"App.common.company.legalInformation.name": "Raison sociale de l'entreprise",
|
|
694
694
|
"App.common.company.legalInformation.registrationNumber": "Numéro d'enregistrement",
|
|
695
695
|
"App.common.company.legalInformation.title": "Informations légales",
|
|
696
|
-
"App.common.company.legalInformation.vatNumber": "ID de TVA
|
|
696
|
+
"App.common.company.legalInformation.vatNumber": "ID de TVA",
|
|
697
697
|
"App.common.company.mainUserAccount": "Compte utilisateur principal",
|
|
698
698
|
"App.common.company.name": "Nom",
|
|
699
699
|
"App.common.company.phoneNumber1": "Numéro de téléphone 1",
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
"App.common.company.legalInformation.name": "Denominazione legale dell'azienda",
|
|
694
694
|
"App.common.company.legalInformation.registrationNumber": "Numero di registrazione",
|
|
695
695
|
"App.common.company.legalInformation.title": "Informazioni legali",
|
|
696
|
-
"App.common.company.legalInformation.vatNumber": "Partita IVA
|
|
696
|
+
"App.common.company.legalInformation.vatNumber": "Partita IVA",
|
|
697
697
|
"App.common.company.mainUserAccount": "Account utente principale",
|
|
698
698
|
"App.common.company.name": "Nome",
|
|
699
699
|
"App.common.company.phoneNumber1": "Numero di telefono 1",
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
"App.common.company.legalInformation.name": "Numele legal al companiei",
|
|
694
694
|
"App.common.company.legalInformation.registrationNumber": "Număr de înregistrare",
|
|
695
695
|
"App.common.company.legalInformation.title": "Informații legale",
|
|
696
|
-
"App.common.company.legalInformation.vatNumber": "Număr TVA
|
|
696
|
+
"App.common.company.legalInformation.vatNumber": "Număr TVA",
|
|
697
697
|
"App.common.company.mainUserAccount": "Contul principal de utilizator",
|
|
698
698
|
"App.common.company.name": "Nume",
|
|
699
699
|
"App.common.company.phoneNumber1": "Număr de telefon 1",
|
package/package.json
CHANGED