@hyper.software/visitor-common-translations 2.0.111 → 2.0.112

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.
@@ -1680,5 +1680,6 @@
1680
1680
  "validation.required.integer.smaller.than": "Dieses Feld muss kleiner als {max} sein",
1681
1681
  "validation.required.integer.smallerOrEqual.than": "Dieses Feld muss größer oder gleich {max} sein",
1682
1682
  "validation.required.number.greater.than": "Dieses Feld muss größer als {min} sein",
1683
- "validation.string.hexColor.invalid": "Dieses Feld muss eine gültige Hex-Farbe sein"
1683
+ "validation.string.hexColor.invalid": "Dieses Feld muss eine gültige Hex-Farbe sein",
1684
+ "validation.subdomain.invalid": "Bitte geben Sie eine gültige Subdomain ein (Buchstaben und Bindestriche)"
1684
1685
  }
@@ -1680,5 +1680,6 @@
1680
1680
  "validation.required.integer.smaller.than": "This field must be smaller than {max}",
1681
1681
  "validation.required.integer.smallerOrEqual.than": "This field must be greater or equal than {max}",
1682
1682
  "validation.required.number.greater.than": "This field must be greater than {min}",
1683
- "validation.string.hexColor.invalid": "This field should be a valid hex color"
1683
+ "validation.string.hexColor.invalid": "This field should be a valid hex color",
1684
+ "validation.subdomain.invalid": "Please enter a valid subdomain (letters & dashes)"
1684
1685
  }
@@ -1680,5 +1680,6 @@
1680
1680
  "validation.required.integer.smaller.than": "Este campo debe ser menor que {max}",
1681
1681
  "validation.required.integer.smallerOrEqual.than": "Este campo debe ser mayor o igual que {max}",
1682
1682
  "validation.required.number.greater.than": "Este campo debe ser mayor que {min}",
1683
- "validation.string.hexColor.invalid": "Este campo debe ser un color hexadecimal válido"
1683
+ "validation.string.hexColor.invalid": "Este campo debe ser un color hexadecimal válido",
1684
+ "validation.subdomain.invalid": "Por favor, ingrese un subdominio válido (letras y guiones)"
1684
1685
  }
@@ -1680,5 +1680,6 @@
1680
1680
  "validation.required.integer.smaller.than": "Ce champ doit être inférieur à {max}",
1681
1681
  "validation.required.integer.smallerOrEqual.than": "Ce champ doit être supérieur ou égal à {max}",
1682
1682
  "validation.required.number.greater.than": "Ce champ doit être supérieur à {min}",
1683
- "validation.string.hexColor.invalid": "Ce champ doit être une couleur hexadécimale valide"
1683
+ "validation.string.hexColor.invalid": "Ce champ doit être une couleur hexadécimale valide",
1684
+ "validation.subdomain.invalid": "Veuillez entrer un sous-domaine valide (lettres et tirets)"
1684
1685
  }
@@ -1680,5 +1680,6 @@
1680
1680
  "validation.required.integer.smaller.than": "Questo campo deve essere minore di {max}",
1681
1681
  "validation.required.integer.smallerOrEqual.than": "Questo campo deve essere maggiore o uguale a {max}",
1682
1682
  "validation.required.number.greater.than": "Questo campo dovrebbe essere maggiore di {min}",
1683
- "validation.string.hexColor.invalid": "Questo campo deve essere un colore esadecimale valido"
1683
+ "validation.string.hexColor.invalid": "Questo campo deve essere un colore esadecimale valido",
1684
+ "validation.subdomain.invalid": "Si prega di inserire un sottodominio valido (lettere e trattini)"
1684
1685
  }
@@ -1680,5 +1680,6 @@
1680
1680
  "validation.required.integer.smaller.than": "Câmpul trebuie să fie mai mic decât {max}",
1681
1681
  "validation.required.integer.smallerOrEqual.than": "Câmpul trebuie să fie mai mare sau egal cu {max}",
1682
1682
  "validation.required.number.greater.than": "Câmpul trebuie să fie mai mare decât {min}",
1683
- "validation.string.hexColor.invalid": "Acest câmp trebuie să fie o culoare hexazecimală validă"
1683
+ "validation.string.hexColor.invalid": "Acest câmp trebuie să fie o culoare hexazecimală validă",
1684
+ "validation.subdomain.invalid": "Vă rugăm să introduceți un subdomeniu valid (litere și cratime)"
1684
1685
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyper.software/visitor-common-translations",
3
- "version": "2.0.111",
3
+ "version": "2.0.112",
4
4
  "author": "Hyper Software <tomescu.raul+hyper@gmail.com>",
5
5
  "description": "Visitor Common Translations",
6
6
  "main": "lib/index.js",