@hyper.software/visitor-common-translations 2.0.63 → 2.0.65
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 +4 -1
- package/lib/translations/locale/locale.en-US.json +4 -1
- package/lib/translations/locale/locale.es-ES.json +5 -2
- package/lib/translations/locale/locale.fr-FR.json +4 -1
- package/lib/translations/locale/locale.it-IT.json +4 -1
- package/lib/translations/locale/locale.ro-RO.json +4 -1
- 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
|
|
@@ -177,6 +177,8 @@
|
|
|
177
177
|
"App.admin.website.stepper.chooseTheme": "Thema wählen",
|
|
178
178
|
"App.admin.website.stepper.editWebsite": "Website bearbeiten",
|
|
179
179
|
"App.admin.website.title": "Website",
|
|
180
|
+
"App.bookings.print": "Drucken",
|
|
181
|
+
"App.bookings.printBooking": "Buchung drucken",
|
|
180
182
|
"App.bookings.arrivalTime": "Ankunftszeit",
|
|
181
183
|
"App.bookings.backupCheck.status.CREATED_WITH_DIFFERENT_PRICE": "Mit anderem Preis erstellt",
|
|
182
184
|
"App.bookings.backupCheck.status.CREATED_WITH_DIFFERENT_ROOMS": "Erstellt mit unterschiedlichen Zimmern",
|
|
@@ -1265,7 +1267,6 @@
|
|
|
1265
1267
|
"App.public.bookings.bookingDates.cancellationPolicy": "Stornierungsbedingungen",
|
|
1266
1268
|
"App.public.bookings.bookingDates.checkinDate": "Check-in",
|
|
1267
1269
|
"App.public.bookings.bookingDates.checkoutDate": "Check-out",
|
|
1268
|
-
"App.bookings.booking.otaStatus": "OTA-Status (Erstellt oder Abgebrochen)",
|
|
1269
1270
|
"App.public.bookings.bookingDates.loadingAvailability": "Lädt Verfügbarkeiten...",
|
|
1270
1271
|
"App.public.bookings.bookingDates.noPaymentYet": "Sie zahlen später",
|
|
1271
1272
|
"App.public.bookings.bookingDates.numberOfAdults": "Anzahl der Gäste",
|
|
@@ -1639,5 +1640,7 @@
|
|
|
1639
1640
|
"validation.required.integer.smaller.than": "Dieses Feld muss kleiner als {max} sein",
|
|
1640
1641
|
"validation.required.integer.smallerOrEqual.than": "Dieses Feld muss größer oder gleich {max} sein",
|
|
1641
1642
|
"validation.required.number.greater.than": "Dieses Feld muss größer als {min} sein",
|
|
1643
|
+
"validation.subdomain": "Dieses Feld ist erforderlich.",
|
|
1644
|
+
"validation.subdomain.invalid": "Die Subdomain darf nur Kleinbuchstaben und Bindestriche enthalten.",
|
|
1642
1645
|
"validation.string.hexColor.invalid": "Dieses Feld muss eine gültige Hex-Farbe sein"
|
|
1643
1646
|
}
|
|
@@ -177,6 +177,8 @@
|
|
|
177
177
|
"App.admin.website.stepper.chooseTheme": "Choose theme",
|
|
178
178
|
"App.admin.website.stepper.editWebsite": "Edit website",
|
|
179
179
|
"App.admin.website.title": "Website",
|
|
180
|
+
"App.bookings.print": "Print",
|
|
181
|
+
"App.bookings.printBooking": "Print Booking",
|
|
180
182
|
"App.bookings.arrivalTime": "Arrival time",
|
|
181
183
|
"App.bookings.backupCheck.status.CREATED_WITH_DIFFERENT_PRICE": "Created with different price",
|
|
182
184
|
"App.bookings.backupCheck.status.CREATED_WITH_DIFFERENT_ROOMS": "Created with different rooms",
|
|
@@ -1257,7 +1259,6 @@
|
|
|
1257
1259
|
"App.public.booking.guests": "{guests} guests",
|
|
1258
1260
|
"App.public.booking.location.google.map": "Open Google Maps",
|
|
1259
1261
|
"App.public.booking.location.showMap": "Great location - show map",
|
|
1260
|
-
"App.bookings.booking.otaStatus": "OTA Status (Created or Cancelled)",
|
|
1261
1262
|
"App.public.booking.pricePerNightGuests": "{amount} per night - {guests} guests",
|
|
1262
1263
|
"App.public.booking.questions.description": "Find out more with the help of the Q&A. Do you need more information? Please feel free to ask.",
|
|
1263
1264
|
"App.public.booking.questions.title": "Do you have a question?",
|
|
@@ -1639,5 +1640,7 @@
|
|
|
1639
1640
|
"validation.required.integer.smaller.than": "This field must be smaller than {max}",
|
|
1640
1641
|
"validation.required.integer.smallerOrEqual.than": "This field must be greater or equal than {max}",
|
|
1641
1642
|
"validation.required.number.greater.than": "This field must be greater than {min}",
|
|
1643
|
+
"validation.subdomain": "This field is required.",
|
|
1644
|
+
"validation.subdomain.invalid": "Subdomain must contain only lowercase letters and hyphens.",
|
|
1642
1645
|
"validation.string.hexColor.invalid": "This field should be a valid hex color"
|
|
1643
1646
|
}
|
|
@@ -184,6 +184,8 @@
|
|
|
184
184
|
"App.admin.website.stepper.chooseTheme": "Escoge un tema",
|
|
185
185
|
"App.admin.website.stepper.editWebsite": "Editar sitio web",
|
|
186
186
|
"App.admin.website.title": "Sitio web",
|
|
187
|
+
"App.bookings.print": "Imprimir",
|
|
188
|
+
"App.bookings.printBooking": "Imprimir reserva",
|
|
187
189
|
"App.bookings.arrivalTime": "La hora de llegada",
|
|
188
190
|
"App.bookings.backupCheck.status.CREATED_WITH_DIFFERENT_PRICE": "Creado con precio diferente",
|
|
189
191
|
"App.bookings.backupCheck.status.CREATED_WITH_DIFFERENT_ROOMS": "Creado con habitaciones diferentes",
|
|
@@ -208,7 +210,7 @@
|
|
|
208
210
|
"App.bookings.booking.checkInDate": "Fecha de entrada",
|
|
209
211
|
"App.bookings.booking.checkIn": "Check In",
|
|
210
212
|
"App.bookings.booking.checkOutDate": "Fecha de salida",
|
|
211
|
-
"App.bookings.booking.
|
|
213
|
+
"App.bookings.booking.checkOut": "Check Out",
|
|
212
214
|
"App.bookings.booking.checkoutDate.biggerThanCheckinDate": "Debe ser mayor que la fecha de entrada.",
|
|
213
215
|
"App.bookings.booking.checkoutDate.minimumStay": "La estancia mínima es {numberOfNights} noches",
|
|
214
216
|
"App.bookings.booking.checkoutDate.smallerThanCheckoutDate": "Debe ser más pequeño que la fecha de salida",
|
|
@@ -1254,7 +1256,6 @@
|
|
|
1254
1256
|
"App.public.booking.questions.description": "Obtenga más información con la ayuda de las preguntas y respuestas. ¿Necesitas más información? Por favor, siéntase libre de preguntar.",
|
|
1255
1257
|
"App.public.booking.questions.title": "¿Tiene alguna pregunta?",
|
|
1256
1258
|
"App.public.booking.share": "Compartir",
|
|
1257
|
-
"App.bookings.booking.otaStatus": "Estado OTA (Creado o Cancelado)",
|
|
1258
1259
|
"App.public.booking.share.copiedToClipboardSuccess": "Copiado al portapapeles",
|
|
1259
1260
|
"App.public.bookings.amenities": "Servicios",
|
|
1260
1261
|
"App.public.bookings.amenities.editAmenities": "Editar servicios",
|
|
@@ -1637,5 +1638,7 @@
|
|
|
1637
1638
|
"validation.required.integer.smaller.than": "Este campo debe ser menor que {max}",
|
|
1638
1639
|
"validation.required.integer.smallerOrEqual.than": "Este campo debe ser mayor o igual que {max}",
|
|
1639
1640
|
"validation.required.number.greater.than": "Este campo debe ser mayor que {min}",
|
|
1641
|
+
"validation.subdomain": "Este campo es obligatorio.",
|
|
1642
|
+
"validation.subdomain.invalid": "El subdominio debe contener únicamente letras minúsculas y guiones.",
|
|
1640
1643
|
"validation.string.hexColor.invalid": "Este campo debe ser un color hexadecimal válido"
|
|
1641
1644
|
}
|
|
@@ -184,6 +184,8 @@
|
|
|
184
184
|
"App.admin.website.stepper.chooseTheme": "Choisir le thème",
|
|
185
185
|
"App.admin.website.stepper.editWebsite": "Modifier le site Web",
|
|
186
186
|
"App.admin.website.title": "Site Web",
|
|
187
|
+
"App.bookings.print": "Imprimer",
|
|
188
|
+
"App.bookings.printBooking": "Imprimer la réservation",
|
|
187
189
|
"App.bookings.arrivalTime": "Heure d'arrivée",
|
|
188
190
|
"App.bookings.backupCheck.status.CREATED_WITH_DIFFERENT_PRICE": "Créé avec un prix différent",
|
|
189
191
|
"App.bookings.backupCheck.status.CREATED_WITH_DIFFERENT_ROOMS": "Créé avec des chambres différentes",
|
|
@@ -1273,7 +1275,6 @@
|
|
|
1273
1275
|
"App.public.bookings.bookingDates.title": "Vos dates de voyage",
|
|
1274
1276
|
"App.public.bookings.bookingDatesBox.edit.title": "Modifier les informations",
|
|
1275
1277
|
"App.public.bookings.bookingDetails": "Réservation",
|
|
1276
|
-
"App.bookings.booking.otaStatus": "Statut OTA (Créé ou Annulé)",
|
|
1277
1278
|
"App.public.bookings.callNow": "Appeler maintenant",
|
|
1278
1279
|
"App.public.bookings.cancellations.description": "Cette section doit décrire toutes les conditions d'annulation.",
|
|
1279
1280
|
"App.public.bookings.cancellations.title": "Annulations",
|
|
@@ -1637,5 +1638,7 @@
|
|
|
1637
1638
|
"validation.required.integer.smaller.than": "Ce champ doit être inférieur à {max}",
|
|
1638
1639
|
"validation.required.integer.smallerOrEqual.than": "Ce champ doit être supérieur ou égal à {max}",
|
|
1639
1640
|
"validation.required.number.greater.than": "Ce champ doit être supérieur à {min}",
|
|
1641
|
+
"validation.subdomain": "Ce champ est obligatoire.",
|
|
1642
|
+
"validation.subdomain.invalid": "Le sous-domaine doit contenir uniquement des lettres minuscules et des traits d'union.",
|
|
1640
1643
|
"validation.string.hexColor.invalid": "Ce champ doit être une couleur hexadécimale valide"
|
|
1641
1644
|
}
|
|
@@ -184,6 +184,8 @@
|
|
|
184
184
|
"App.admin.website.stepper.chooseTheme": "Scegli tema",
|
|
185
185
|
"App.admin.website.stepper.editWebsite": "Modifica sito web",
|
|
186
186
|
"App.admin.website.title": "Sito web",
|
|
187
|
+
"App.bookings.print": "Stampa",
|
|
188
|
+
"App.bookings.printBooking": "Stampa prenotazione",
|
|
187
189
|
"App.bookings.arrivalTime": "Ora di arrivo",
|
|
188
190
|
"App.bookings.backupCheck.status.CREATED_WITH_DIFFERENT_PRICE": "Creato con prezzo diverso",
|
|
189
191
|
"App.bookings.backupCheck.status.CREATED_WITH_DIFFERENT_ROOMS": "Creato con camere diverse",
|
|
@@ -1254,7 +1256,6 @@
|
|
|
1254
1256
|
"App.public.booking.questions.description": "Scopri di più con l'aiuto della sezione Domande e risposte. Hai bisogno di maggiori informazioni? Non esitare a chiedere.",
|
|
1255
1257
|
"App.public.booking.questions.title": "Hai una domanda?",
|
|
1256
1258
|
"App.public.booking.share": "Condividi",
|
|
1257
|
-
"App.bookings.booking.otaStatus": "Stato OTA (Creato o Annullato)",
|
|
1258
1259
|
"App.public.booking.share.copiedToClipboardSuccess": "Copiato negli appunti",
|
|
1259
1260
|
"App.public.bookings.amenities": "Servizi",
|
|
1260
1261
|
"App.public.bookings.amenities.editAmenities": "Modifica servizi",
|
|
@@ -1638,5 +1639,7 @@
|
|
|
1638
1639
|
"validation.required.integer.smaller.than": "Questo campo deve essere minore di {max}",
|
|
1639
1640
|
"validation.required.integer.smallerOrEqual.than": "Questo campo deve essere maggiore o uguale a {max}",
|
|
1640
1641
|
"validation.required.number.greater.than": "Questo campo dovrebbe essere maggiore di {min}",
|
|
1642
|
+
"validation.subdomain": "Questo campo è obbligatorio.",
|
|
1643
|
+
"validation.subdomain.invalid": "Il sottodominio deve contenere solo lettere minuscole e trattini.",
|
|
1641
1644
|
"validation.string.hexColor.invalid": "Questo campo deve essere un colore esadecimale valido"
|
|
1642
1645
|
}
|
|
@@ -184,6 +184,8 @@
|
|
|
184
184
|
"App.admin.website.stepper.chooseTheme": "Alege tema",
|
|
185
185
|
"App.admin.website.stepper.editWebsite": "Editează website-ul",
|
|
186
186
|
"App.admin.website.title": "Website",
|
|
187
|
+
"App.bookings.print": "Tipărește",
|
|
188
|
+
"App.bookings.printBooking": "Tipărește rezervarea",
|
|
187
189
|
"App.bookings.arrivalTime": "Ora sosirii",
|
|
188
190
|
"App.bookings.backupCheck.status.CREATED_WITH_DIFFERENT_PRICE": "Creat cu preț diferit",
|
|
189
191
|
"App.bookings.backupCheck.status.CREATED_WITH_DIFFERENT_ROOMS": "Creat cu camere diferite",
|
|
@@ -1278,7 +1280,6 @@
|
|
|
1278
1280
|
"App.public.bookings.chooseRooms": "Alegeți camerele",
|
|
1279
1281
|
"App.public.bookings.creditCard.cvc": "CVC",
|
|
1280
1282
|
"App.public.bookings.creditCard.expiryDate": "Data expirării",
|
|
1281
|
-
"App.bookings.booking.otaStatus": "Statut OTA (Creat sau Anulat)",
|
|
1282
1283
|
"App.public.bookings.creditCard.name": "Numele de pe card",
|
|
1283
1284
|
"App.public.bookings.creditCard.number": "Numărul de pe card",
|
|
1284
1285
|
"App.public.bookings.creditCardInformation": "Informații despre cardul de credit",
|
|
@@ -1638,5 +1639,7 @@
|
|
|
1638
1639
|
"validation.required.integer.smaller.than": "Câmpul trebuie să fie mai mic decât {max}",
|
|
1639
1640
|
"validation.required.integer.smallerOrEqual.than": "Câmpul trebuie să fie mai mare sau egal cu {max}",
|
|
1640
1641
|
"validation.required.number.greater.than": "Câmpul trebuie să fie mai mare decât {min}",
|
|
1642
|
+
"validation.subdomain": "Acest câmp este obligatoriu.",
|
|
1643
|
+
"validation.subdomain.invalid": "Subdomeniul trebuie să conțină numai litere mici și cratime.",
|
|
1641
1644
|
"validation.string.hexColor.invalid": "Acest câmp trebuie să fie o culoare hexazecimală validă"
|
|
1642
1645
|
}
|
package/package.json
CHANGED