@hyper.software/visitor-common-translations 2.0.268 → 2.0.270

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.
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
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
@@ -1532,6 +1532,10 @@
1532
1532
  "App.public.bookings.reviews.title": "Bewertung",
1533
1533
  "App.public.bookings.rooms": "Zimmer",
1534
1534
  "App.public.bookings.rooms.changeDates": "Reisedaten ändern",
1535
+ "App.public.bookings.rooms.changeDates.checkinBeforeCheckout": "Bitte stellen Sie sicher, dass das Check-in-Datum vor dem Check-out-Datum liegt.",
1536
+ "App.public.bookings.rooms.changeDates.loadingAvailability": "Laden der verfügbaren Zimmer, bitte warten. Dies kann 5 bis 15 Sekunden dauern.",
1537
+ "App.public.bookings.rooms.changeDates.selectRooms": "Bitte wählen Sie Ihre Daten und die Anzahl der Gäste aus, um verfügbare Zimmer anzuzeigen.",
1538
+ "App.public.bookings.rooms.changeDates.specifyGuests": "Bitte geben Sie die Anzahl der Gäste an, damit wir den Preis berechnen können.",
1535
1539
  "App.public.bookings.rooms.chooseYourRoom": "Unsere Zimmer",
1536
1540
  "App.public.bookings.rooms.hasPrivateBathroom": "Privates Badezimmer",
1537
1541
  "App.public.bookings.rooms.maxNumberOfPersons": "Maximal {total} Gäste",
@@ -1855,6 +1859,7 @@
1855
1859
  "validation.required.integer.smallerOrEqual.than": "Dieses Feld darf nicht größer sein als {max}",
1856
1860
  "validation.required.number.greater.than": "Dieses Feld muss größer als {min} sein",
1857
1861
  "validation.required.number.inRange": "Dieses Feld muss zwischen {min} und {max} liegen",
1862
+ "validation.required.url": "Bitte geben Sie eine gültige URL ein",
1858
1863
  "validation.string.hexColor.invalid": "Dieses Feld muss eine gültige Hex-Farbe sein",
1859
1864
  "validation.subdomain.invalid": "Bitte geben Sie eine gültige Subdomain ein (Buchstaben und Bindestriche)"
1860
1865
  }
@@ -1532,6 +1532,10 @@
1532
1532
  "App.public.bookings.reviews.title": "Reviews",
1533
1533
  "App.public.bookings.rooms": "Rooms",
1534
1534
  "App.public.bookings.rooms.changeDates": "Change dates",
1535
+ "App.public.bookings.rooms.changeDates.checkinBeforeCheckout": "Please make sure that the check-in date is before the checkout date.",
1536
+ "App.public.bookings.rooms.changeDates.loadingAvailability": "Loading the available rooms, please wait. This may take 5 to 15 seconds.",
1537
+ "App.public.bookings.rooms.changeDates.selectRooms": "Please select your dates and number of guests to view available rooms.",
1538
+ "App.public.bookings.rooms.changeDates.specifyGuests": "Please specify the number of guests so we can calculate the price.",
1535
1539
  "App.public.bookings.rooms.chooseYourRoom": "Choose your room",
1536
1540
  "App.public.bookings.rooms.hasPrivateBathroom": "Has a private bathroom",
1537
1541
  "App.public.bookings.rooms.maxNumberOfPersons": "Max {total} Guests",
@@ -1855,6 +1859,7 @@
1855
1859
  "validation.required.integer.smallerOrEqual.than": "This field must be smaller or equal than {max}",
1856
1860
  "validation.required.number.greater.than": "This field must be greater than {min}",
1857
1861
  "validation.required.number.inRange": "This field must be between {min} and {max}",
1862
+ "validation.required.url": "Please enter a valid URL",
1858
1863
  "validation.string.hexColor.invalid": "This field should be a valid hex color",
1859
1864
  "validation.subdomain.invalid": "Please enter a valid subdomain (letters & dashes)"
1860
1865
  }
@@ -1532,6 +1532,10 @@
1532
1532
  "App.public.bookings.reviews.title": "Reseñas",
1533
1533
  "App.public.bookings.rooms": "Habitaciones",
1534
1534
  "App.public.bookings.rooms.changeDates": "Cambiar la fecha",
1535
+ "App.public.bookings.rooms.changeDates.checkinBeforeCheckout": "Por favor, asegúrese de que la fecha de entrada sea antes de la fecha de salida.",
1536
+ "App.public.bookings.rooms.changeDates.loadingAvailability": "Cargando las habitaciones disponibles, por favor espere. Esto puede tardar de 5 a 15 segundos.",
1537
+ "App.public.bookings.rooms.changeDates.selectRooms": "Por favor, seleccione sus fechas y el número de huéspedes para ver las habitaciones disponibles.",
1538
+ "App.public.bookings.rooms.changeDates.specifyGuests": "Por favor, especifique el número de huéspedes para que podamos calcular el precio.",
1535
1539
  "App.public.bookings.rooms.chooseYourRoom": "Elige tu habitación",
1536
1540
  "App.public.bookings.rooms.hasPrivateBathroom": "Tiene baño privado",
1537
1541
  "App.public.bookings.rooms.maxNumberOfPersons": "Máximo {total} huéspedes",
@@ -1855,6 +1859,7 @@
1855
1859
  "validation.required.integer.smallerOrEqual.than": "Este campo no puede ser mayor que {max}",
1856
1860
  "validation.required.number.greater.than": "Este campo debe ser mayor que {min}",
1857
1861
  "validation.required.number.inRange": "Este campo debe estar entre {min} y {max}",
1862
+ "validation.required.url": "Por favor, introduce una URL válida",
1858
1863
  "validation.string.hexColor.invalid": "Este campo debe ser un color hexadecimal válido",
1859
1864
  "validation.subdomain.invalid": "Por favor, ingrese un subdominio válido (letras y guiones)"
1860
1865
  }
@@ -1532,6 +1532,10 @@
1532
1532
  "App.public.bookings.reviews.title": "Avis",
1533
1533
  "App.public.bookings.rooms": "Chambres",
1534
1534
  "App.public.bookings.rooms.changeDates": "Modifier les dates",
1535
+ "App.public.bookings.rooms.changeDates.checkinBeforeCheckout": "Veuillez vous assurer que la date d'enregistrement est avant la date de départ.",
1536
+ "App.public.bookings.rooms.changeDates.loadingAvailability": "Chargement des chambres disponibles, veuillez patienter. Cela peut prendre de 5 à 15 secondes.",
1537
+ "App.public.bookings.rooms.changeDates.selectRooms": "Veuillez sélectionner vos dates et le nombre de personnes pour afficher les chambres disponibles.",
1538
+ "App.public.bookings.rooms.changeDates.specifyGuests": "Veuillez spécifier le nombre de personnes afin que nous puissions calculer le prix.",
1535
1539
  "App.public.bookings.rooms.chooseYourRoom": "Choisissez votre chambre",
1536
1540
  "App.public.bookings.rooms.hasPrivateBathroom": "A une salle de bain privée",
1537
1541
  "App.public.bookings.rooms.maxNumberOfPersons": "Max {total} invités",
@@ -1855,6 +1859,7 @@
1855
1859
  "validation.required.integer.smallerOrEqual.than": "Ce champ ne peut pas être supérieur à {max}",
1856
1860
  "validation.required.number.greater.than": "Ce champ doit être supérieur à {min}",
1857
1861
  "validation.required.number.inRange": "Ce champ doit être compris entre {min} et {max}",
1862
+ "validation.required.url": "Veuillez saisir une URL valide",
1858
1863
  "validation.string.hexColor.invalid": "Ce champ doit être une couleur hexadécimale valide",
1859
1864
  "validation.subdomain.invalid": "Veuillez entrer un sous-domaine valide (lettres et tirets)"
1860
1865
  }
@@ -1532,6 +1532,10 @@
1532
1532
  "App.public.bookings.reviews.title": "Recensioni",
1533
1533
  "App.public.bookings.rooms": "Camere",
1534
1534
  "App.public.bookings.rooms.changeDates": "Cambia date",
1535
+ "App.public.bookings.rooms.changeDates.checkinBeforeCheckout": "Assicurati che la data di check-in sia prima della data di check-out.",
1536
+ "App.public.bookings.rooms.changeDates.loadingAvailability": "Caricamento delle camere disponibili, per favore attendi. Potrebbe richiedere da 5 a 15 secondi.",
1537
+ "App.public.bookings.rooms.changeDates.selectRooms": "Seleziona le tue date e il numero di ospiti per visualizzare le camere disponibili.",
1538
+ "App.public.bookings.rooms.changeDates.specifyGuests": "Per favore, specifica il numero di ospiti per poter calcolare il prezzo.",
1535
1539
  "App.public.bookings.rooms.chooseYourRoom": "Scegli la tua camera",
1536
1540
  "App.public.bookings.rooms.hasPrivateBathroom": "Ha un bagno privato",
1537
1541
  "App.public.bookings.rooms.maxNumberOfPersons": "Massimo {total} ospiti",
@@ -1855,6 +1859,7 @@
1855
1859
  "validation.required.integer.smallerOrEqual.than": "Questo campo non può essere maggiore di {max}",
1856
1860
  "validation.required.number.greater.than": "Questo campo dovrebbe essere maggiore di {min}",
1857
1861
  "validation.required.number.inRange": "Questo campo deve essere compreso tra {min} e {max}",
1862
+ "validation.required.url": "Per favore, inserisci un URL valido",
1858
1863
  "validation.string.hexColor.invalid": "Questo campo deve essere un colore esadecimale valido",
1859
1864
  "validation.subdomain.invalid": "Si prega di inserire un sottodominio valido (lettere e trattini)"
1860
1865
  }
@@ -1532,6 +1532,10 @@
1532
1532
  "App.public.bookings.reviews.title": "Beoordelingen",
1533
1533
  "App.public.bookings.rooms": "Kamers",
1534
1534
  "App.public.bookings.rooms.changeDates": "Wijzig datums",
1535
+ "App.public.bookings.rooms.changeDates.checkinBeforeCheckout": "Zorg ervoor dat de incheckdatum voor de uitcheckdatum ligt.",
1536
+ "App.public.bookings.rooms.changeDates.loadingAvailability": "Beschikbare kamers worden geladen, even geduld. Dit kan 5 tot 15 seconden duren.",
1537
+ "App.public.bookings.rooms.changeDates.selectRooms": "Selecteer uw data en het aantal gasten om beschikbare kamers te bekijken.",
1538
+ "App.public.bookings.rooms.changeDates.specifyGuests": "Geef het aantal gasten op zodat we de prijs kunnen berekenen.",
1535
1539
  "App.public.bookings.rooms.chooseYourRoom": "Kies je kamer",
1536
1540
  "App.public.bookings.rooms.hasPrivateBathroom": "Heeft een eigen badkamer",
1537
1541
  "App.public.bookings.rooms.maxNumberOfPersons": "Máximo {total} huéspedes",
@@ -1855,6 +1859,7 @@
1855
1859
  "validation.required.integer.smallerOrEqual.than": "Dit veld moet kleiner dan of gelijk zijn aan {max}",
1856
1860
  "validation.required.number.greater.than": "Dit veld moet groter zijn dan {min}",
1857
1861
  "validation.required.number.inRange": "Dit veld moet tussen {min} en {max} liggen",
1862
+ "validation.required.url": "Voer een geldige URL in",
1858
1863
  "validation.string.hexColor.invalid": "Dit veld moet een geldige hex kleur zijn",
1859
1864
  "validation.subdomain.invalid": "Voer een geldig subdomein in (letters & streepjes)"
1860
1865
  }
@@ -1532,6 +1532,10 @@
1532
1532
  "App.public.bookings.reviews.title": "Avaliações",
1533
1533
  "App.public.bookings.rooms": "Quartos",
1534
1534
  "App.public.bookings.rooms.changeDates": "Alterar datas",
1535
+ "App.public.bookings.rooms.changeDates.checkinBeforeCheckout": "Por favor, verifique se a data de check-in é antes da data de check-out.",
1536
+ "App.public.bookings.rooms.changeDates.loadingAvailability": "Carregando os quartos disponíveis, por favor aguarde. Isso pode levar de 5 a 15 segundos.",
1537
+ "App.public.bookings.rooms.changeDates.selectRooms": "Por favor, selecione suas datas e o número de hóspedes para ver os quartos disponíveis.",
1538
+ "App.public.bookings.rooms.changeDates.specifyGuests": "Por favor, especifique o número de hóspedes para que possamos calcular o preço.",
1535
1539
  "App.public.bookings.rooms.chooseYourRoom": "Escolha seu quarto",
1536
1540
  "App.public.bookings.rooms.hasPrivateBathroom": "Tem banheiro privativo",
1537
1541
  "App.public.bookings.rooms.maxNumberOfPersons": "Máximo {total} hóspedes",
@@ -1855,6 +1859,7 @@
1855
1859
  "validation.required.integer.smallerOrEqual.than": "Este campo deve ser menor ou igual a {max}",
1856
1860
  "validation.required.number.greater.than": "Este campo deve ser maior que {min}",
1857
1861
  "validation.required.number.inRange": "Este campo deve estar entre {min} e {max}",
1862
+ "validation.required.url": "Por favor, insira uma URL válida",
1858
1863
  "validation.string.hexColor.invalid": "Este campo deve ser uma cor hexadecimal válida",
1859
1864
  "validation.subdomain.invalid": "Por favor, insira um subdomínio válido (letras e traços)"
1860
1865
  }
@@ -1532,6 +1532,10 @@
1532
1532
  "App.public.bookings.reviews.title": "Recenzii",
1533
1533
  "App.public.bookings.rooms": "Camere",
1534
1534
  "App.public.bookings.rooms.changeDates": "Schimbă datele",
1535
+ "App.public.bookings.rooms.changeDates.checkinBeforeCheckout": "Vă rugăm să vă asigurați că data de check-in este înainte de data de check-out.",
1536
+ "App.public.bookings.rooms.changeDates.loadingAvailability": "Se încarcă camerele disponibile, vă rugăm să așteptați. Acest lucru poate dura între 5 și 15 secunde.",
1537
+ "App.public.bookings.rooms.changeDates.selectRooms": "Vă rugăm să selectați datele și numărul de oaspeți pentru a vizualiza camerele disponibile.",
1538
+ "App.public.bookings.rooms.changeDates.specifyGuests": "Vă rugăm să specificați numărul de oaspeți pentru a putea calcula prețul.",
1535
1539
  "App.public.bookings.rooms.chooseYourRoom": "Alegeți camera dvs.",
1536
1540
  "App.public.bookings.rooms.hasPrivateBathroom": "Dispune de baie privată",
1537
1541
  "App.public.bookings.rooms.maxNumberOfPersons": "Maxim {total} oaspeți",
@@ -1855,6 +1859,7 @@
1855
1859
  "validation.required.integer.smallerOrEqual.than": "Acest câmp nu poate fi mai mare decât {max}",
1856
1860
  "validation.required.number.greater.than": "Câmpul trebuie să fie mai mare decât {min}",
1857
1861
  "validation.required.number.inRange": "Acest câmp trebuie să fie între {min} și {max}",
1862
+ "validation.required.url": "Vă rugăm să introduceți o adresă URL validă",
1858
1863
  "validation.string.hexColor.invalid": "Acest câmp trebuie să fie o culoare hexazecimală validă",
1859
1864
  "validation.subdomain.invalid": "Vă rugăm să introduceți un subdomeniu valid (litere și cratime)"
1860
1865
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyper.software/visitor-common-translations",
3
- "version": "2.0.268",
3
+ "version": "2.0.270",
4
4
  "author": "Hyper Software <tomescu.raul+hyper@gmail.com>",
5
5
  "description": "Visitor Common Translations",
6
6
  "main": "lib/index.js",