@hyper.software/visitor-common-translations 2.0.268 → 2.0.269
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/TranslationsProvider.js +0 -0
- package/lib/TranslationsProvider.js.map +0 -0
- package/lib/__mocks_/translations.mock.js +0 -0
- package/lib/__mocks_/translations.mock.js.map +0 -0
- package/lib/__tests__/TranslationsProvider.test.js +0 -0
- package/lib/__tests__/TranslationsProvider.test.js.map +0 -0
- package/lib/constants.js +0 -0
- package/lib/constants.js.map +0 -0
- package/lib/getAllTranslations.js +0 -0
- package/lib/getAllTranslations.js.map +0 -0
- package/lib/index.js +0 -0
- package/lib/index.js.map +0 -0
- 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.nl-NL.json +1 -0
- package/lib/translations/locale/locale.pt-PT.json +1 -0
- package/lib/translations/locale/locale.ro-RO.json +1 -0
- package/package.json +1 -1
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/constants.js
CHANGED
|
File without changes
|
package/lib/constants.js.map
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/index.js
CHANGED
|
File without changes
|
package/lib/index.js.map
CHANGED
|
File without changes
|
|
@@ -1855,6 +1855,7 @@
|
|
|
1855
1855
|
"validation.required.integer.smallerOrEqual.than": "Dieses Feld darf nicht größer sein als {max}",
|
|
1856
1856
|
"validation.required.number.greater.than": "Dieses Feld muss größer als {min} sein",
|
|
1857
1857
|
"validation.required.number.inRange": "Dieses Feld muss zwischen {min} und {max} liegen",
|
|
1858
|
+
"validation.required.url": "Bitte geben Sie eine gültige URL ein",
|
|
1858
1859
|
"validation.string.hexColor.invalid": "Dieses Feld muss eine gültige Hex-Farbe sein",
|
|
1859
1860
|
"validation.subdomain.invalid": "Bitte geben Sie eine gültige Subdomain ein (Buchstaben und Bindestriche)"
|
|
1860
1861
|
}
|
|
@@ -1855,6 +1855,7 @@
|
|
|
1855
1855
|
"validation.required.integer.smallerOrEqual.than": "This field must be smaller or equal than {max}",
|
|
1856
1856
|
"validation.required.number.greater.than": "This field must be greater than {min}",
|
|
1857
1857
|
"validation.required.number.inRange": "This field must be between {min} and {max}",
|
|
1858
|
+
"validation.required.url": "Please enter a valid URL",
|
|
1858
1859
|
"validation.string.hexColor.invalid": "This field should be a valid hex color",
|
|
1859
1860
|
"validation.subdomain.invalid": "Please enter a valid subdomain (letters & dashes)"
|
|
1860
1861
|
}
|
|
@@ -1855,6 +1855,7 @@
|
|
|
1855
1855
|
"validation.required.integer.smallerOrEqual.than": "Este campo no puede ser mayor que {max}",
|
|
1856
1856
|
"validation.required.number.greater.than": "Este campo debe ser mayor que {min}",
|
|
1857
1857
|
"validation.required.number.inRange": "Este campo debe estar entre {min} y {max}",
|
|
1858
|
+
"validation.required.url": "Por favor, introduce una URL válida",
|
|
1858
1859
|
"validation.string.hexColor.invalid": "Este campo debe ser un color hexadecimal válido",
|
|
1859
1860
|
"validation.subdomain.invalid": "Por favor, ingrese un subdominio válido (letras y guiones)"
|
|
1860
1861
|
}
|
|
@@ -1855,6 +1855,7 @@
|
|
|
1855
1855
|
"validation.required.integer.smallerOrEqual.than": "Ce champ ne peut pas être supérieur à {max}",
|
|
1856
1856
|
"validation.required.number.greater.than": "Ce champ doit être supérieur à {min}",
|
|
1857
1857
|
"validation.required.number.inRange": "Ce champ doit être compris entre {min} et {max}",
|
|
1858
|
+
"validation.required.url": "Veuillez saisir une URL valide",
|
|
1858
1859
|
"validation.string.hexColor.invalid": "Ce champ doit être une couleur hexadécimale valide",
|
|
1859
1860
|
"validation.subdomain.invalid": "Veuillez entrer un sous-domaine valide (lettres et tirets)"
|
|
1860
1861
|
}
|
|
@@ -1855,6 +1855,7 @@
|
|
|
1855
1855
|
"validation.required.integer.smallerOrEqual.than": "Questo campo non può essere maggiore di {max}",
|
|
1856
1856
|
"validation.required.number.greater.than": "Questo campo dovrebbe essere maggiore di {min}",
|
|
1857
1857
|
"validation.required.number.inRange": "Questo campo deve essere compreso tra {min} e {max}",
|
|
1858
|
+
"validation.required.url": "Per favore, inserisci un URL valido",
|
|
1858
1859
|
"validation.string.hexColor.invalid": "Questo campo deve essere un colore esadecimale valido",
|
|
1859
1860
|
"validation.subdomain.invalid": "Si prega di inserire un sottodominio valido (lettere e trattini)"
|
|
1860
1861
|
}
|
|
@@ -1855,6 +1855,7 @@
|
|
|
1855
1855
|
"validation.required.integer.smallerOrEqual.than": "Dit veld moet kleiner dan of gelijk zijn aan {max}",
|
|
1856
1856
|
"validation.required.number.greater.than": "Dit veld moet groter zijn dan {min}",
|
|
1857
1857
|
"validation.required.number.inRange": "Dit veld moet tussen {min} en {max} liggen",
|
|
1858
|
+
"validation.required.url": "Voer een geldige URL in",
|
|
1858
1859
|
"validation.string.hexColor.invalid": "Dit veld moet een geldige hex kleur zijn",
|
|
1859
1860
|
"validation.subdomain.invalid": "Voer een geldig subdomein in (letters & streepjes)"
|
|
1860
1861
|
}
|
|
@@ -1855,6 +1855,7 @@
|
|
|
1855
1855
|
"validation.required.integer.smallerOrEqual.than": "Este campo deve ser menor ou igual a {max}",
|
|
1856
1856
|
"validation.required.number.greater.than": "Este campo deve ser maior que {min}",
|
|
1857
1857
|
"validation.required.number.inRange": "Este campo deve estar entre {min} e {max}",
|
|
1858
|
+
"validation.required.url": "Por favor, insira uma URL válida",
|
|
1858
1859
|
"validation.string.hexColor.invalid": "Este campo deve ser uma cor hexadecimal válida",
|
|
1859
1860
|
"validation.subdomain.invalid": "Por favor, insira um subdomínio válido (letras e traços)"
|
|
1860
1861
|
}
|
|
@@ -1855,6 +1855,7 @@
|
|
|
1855
1855
|
"validation.required.integer.smallerOrEqual.than": "Acest câmp nu poate fi mai mare decât {max}",
|
|
1856
1856
|
"validation.required.number.greater.than": "Câmpul trebuie să fie mai mare decât {min}",
|
|
1857
1857
|
"validation.required.number.inRange": "Acest câmp trebuie să fie între {min} și {max}",
|
|
1858
|
+
"validation.required.url": "Vă rugăm să introduceți o adresă URL validă",
|
|
1858
1859
|
"validation.string.hexColor.invalid": "Acest câmp trebuie să fie o culoare hexazecimală validă",
|
|
1859
1860
|
"validation.subdomain.invalid": "Vă rugăm să introduceți un subdomeniu valid (litere și cratime)"
|
|
1860
1861
|
}
|
package/package.json
CHANGED