@hyper.software/visitor-common-translations 2.0.138 → 2.0.139
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
|
@@ -1066,6 +1066,7 @@
|
|
|
1066
1066
|
"App.common.nationalities.ZIMBABWEAN": "Zimbabwean",
|
|
1067
1067
|
"App.common.next": "Nächste",
|
|
1068
1068
|
"App.common.no": "Nein",
|
|
1069
|
+
"App.common.noBreakfast": "Kein Frühstück",
|
|
1069
1070
|
"App.common.noEmail": "N/A",
|
|
1070
1071
|
"App.common.noPhoneNumber": "N/A",
|
|
1071
1072
|
"App.common.noServices": "Keine Dienstleistungen",
|
|
@@ -1066,6 +1066,7 @@
|
|
|
1066
1066
|
"App.common.nationalities.ZIMBABWEAN": "Zimbabwean",
|
|
1067
1067
|
"App.common.next": "Next",
|
|
1068
1068
|
"App.common.no": "No",
|
|
1069
|
+
"App.common.noBreakfast": "No breakfast",
|
|
1069
1070
|
"App.common.noEmail": "no email",
|
|
1070
1071
|
"App.common.noPhoneNumber": "no phone number",
|
|
1071
1072
|
"App.common.noServices": "No services",
|
|
@@ -1066,6 +1066,7 @@
|
|
|
1066
1066
|
"App.common.nationalities.ZIMBABWEAN": "Zimbabwean",
|
|
1067
1067
|
"App.common.next": "Siguiente",
|
|
1068
1068
|
"App.common.no": "No",
|
|
1069
|
+
"App.common.noBreakfast": "No hay desayuno",
|
|
1069
1070
|
"App.common.noEmail": "sin correo electrónico",
|
|
1070
1071
|
"App.common.noPhoneNumber": "no numero de telefono",
|
|
1071
1072
|
"App.common.noServices": "No hay servicios",
|
|
@@ -1066,6 +1066,7 @@
|
|
|
1066
1066
|
"App.common.nationalities.ZIMBABWEAN": "Zimbabwéen",
|
|
1067
1067
|
"App.common.next": "Suivant",
|
|
1068
1068
|
"App.common.no": "Non",
|
|
1069
|
+
"App.common.noBreakfast": "Pas de petit déjeuner",
|
|
1069
1070
|
"App.common.noEmail": "pas d'e-mail",
|
|
1070
1071
|
"App.common.noPhoneNumber": "pas de numéro de téléphone",
|
|
1071
1072
|
"App.common.noServices": "Pas de services",
|
|
@@ -1066,6 +1066,7 @@
|
|
|
1066
1066
|
"App.common.nationalities.ZIMBABWEAN": "Zimbabwe",
|
|
1067
1067
|
"App.common.next": "Avanti",
|
|
1068
1068
|
"App.common.no": "No",
|
|
1069
|
+
"App.common.noBreakfast": "Nessuna colazione",
|
|
1069
1070
|
"App.common.noEmail": "nessuna e-mail",
|
|
1070
1071
|
"App.common.noPhoneNumber": "nessun numero di telefono",
|
|
1071
1072
|
"App.common.noServices": "Nessun servizio",
|
|
@@ -1066,6 +1066,7 @@
|
|
|
1066
1066
|
"App.common.nationalities.ZIMBABWEAN": "Zimbabwean",
|
|
1067
1067
|
"App.common.next": "Următorul",
|
|
1068
1068
|
"App.common.no": "Nu",
|
|
1069
|
+
"App.common.noBreakfast": "Fără mic dejun",
|
|
1069
1070
|
"App.common.noEmail": "fără email",
|
|
1070
1071
|
"App.common.noPhoneNumber": "fără număr de telefon",
|
|
1071
1072
|
"App.common.noServices": "Fără servicii",
|
package/package.json
CHANGED