@hyper.software/visitor-common-translations 2.0.246 → 2.0.248
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 -0
- package/lib/translations/locale/locale.en-US.json +4 -0
- package/lib/translations/locale/locale.es-ES.json +4 -0
- package/lib/translations/locale/locale.fr-FR.json +4 -0
- package/lib/translations/locale/locale.it-IT.json +4 -0
- package/lib/translations/locale/locale.nl-NL.json +4 -0
- package/lib/translations/locale/locale.pt-PT.json +4 -0
- package/lib/translations/locale/locale.ro-RO.json +4 -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
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"App.admin.channels.backTitle": "Zurück zu Portalen",
|
|
102
102
|
"App.admin.channels.booking.password": "Passwort",
|
|
103
103
|
"App.admin.channels.booking.propertyId": "Hotel-ID",
|
|
104
|
+
"App.admin.channels.channelDetails.errorDifferentAccount": "Der Kanal ist mit einem anderen Konto verbunden",
|
|
104
105
|
"App.admin.channels.channelDetails.importChannelInformation.importedRoomsSuccessfully": "Die Zimmer wurden erfolgreich importiert.",
|
|
105
106
|
"App.admin.channels.channelDetails.importChannelInformation.success": "Zimmer erfolgreich hinzufügt",
|
|
106
107
|
"App.admin.channels.createChannel.success": "Channel erfolgreich hinzufügt",
|
|
@@ -1618,6 +1619,8 @@
|
|
|
1618
1619
|
"App.roomTypes.roomType.beds.type.LARGE_BED": "Kingsize (151-180cm breit)",
|
|
1619
1620
|
"App.roomTypes.roomType.beds.type.SINGLE_BED": "Einzelbett (90-130cm breit)",
|
|
1620
1621
|
"App.roomTypes.roomType.beds.type.SOFA_BED": "Schlafsofa",
|
|
1622
|
+
"App.roomTypes.roomType.breakfastInformation.adults.cost": "Frühstückskosten Erwachsene",
|
|
1623
|
+
"App.roomTypes.roomType.breakfastInformation.children.cost": "Frühstückskosten Kinder",
|
|
1621
1624
|
"App.roomTypes.roomType.breakfastInformation.cost": "Kosten pro Person",
|
|
1622
1625
|
"App.roomTypes.roomType.breakfastInformation.edit.title": "Zusatzleistung(en) bearbeiten",
|
|
1623
1626
|
"App.roomTypes.roomType.breakfastInformation.title": "Frühstück",
|
|
@@ -1843,6 +1846,7 @@
|
|
|
1843
1846
|
"validation.required.integer.smaller.than": "Dieses Feld muss kleiner als {max} sein",
|
|
1844
1847
|
"validation.required.integer.smallerOrEqual.than": "Dieses Feld darf nicht größer sein als {max}",
|
|
1845
1848
|
"validation.required.number.greater.than": "Dieses Feld muss größer als {min} sein",
|
|
1849
|
+
"validation.required.number.inRange": "Dieses Feld muss zwischen {min} und {max} liegen",
|
|
1846
1850
|
"validation.string.hexColor.invalid": "Dieses Feld muss eine gültige Hex-Farbe sein",
|
|
1847
1851
|
"validation.subdomain.invalid": "Bitte geben Sie eine gültige Subdomain ein (Buchstaben und Bindestriche)"
|
|
1848
1852
|
}
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"App.admin.channels.backTitle": "Back to channels",
|
|
102
102
|
"App.admin.channels.booking.password": "Password",
|
|
103
103
|
"App.admin.channels.booking.propertyId": "Property id",
|
|
104
|
+
"App.admin.channels.channelDetails.errorDifferentAccount": "The channel is connected to a different account",
|
|
104
105
|
"App.admin.channels.channelDetails.importChannelInformation.importedRoomsSuccessfully": "The rooms were imported successfully.",
|
|
105
106
|
"App.admin.channels.channelDetails.importChannelInformation.success": "Imported the rooms information successfully",
|
|
106
107
|
"App.admin.channels.createChannel.success": "The channel was successfully created",
|
|
@@ -1618,6 +1619,8 @@
|
|
|
1618
1619
|
"App.roomTypes.roomType.beds.type.LARGE_BED": "King size (151-180cm wide)",
|
|
1619
1620
|
"App.roomTypes.roomType.beds.type.SINGLE_BED": "Single bed (90-130 cm wide)",
|
|
1620
1621
|
"App.roomTypes.roomType.beds.type.SOFA_BED": "Sofa bed",
|
|
1622
|
+
"App.roomTypes.roomType.breakfastInformation.adults.cost": "Breakfast cost adults",
|
|
1623
|
+
"App.roomTypes.roomType.breakfastInformation.children.cost": "Breakfast cost children",
|
|
1621
1624
|
"App.roomTypes.roomType.breakfastInformation.cost": "Breakfast cost",
|
|
1622
1625
|
"App.roomTypes.roomType.breakfastInformation.edit.title": "Edit breakfast information",
|
|
1623
1626
|
"App.roomTypes.roomType.breakfastInformation.title": "Breakfast option",
|
|
@@ -1843,6 +1846,7 @@
|
|
|
1843
1846
|
"validation.required.integer.smaller.than": "This field must be smaller than {max}",
|
|
1844
1847
|
"validation.required.integer.smallerOrEqual.than": "This field must be smaller or equal than {max}",
|
|
1845
1848
|
"validation.required.number.greater.than": "This field must be greater than {min}",
|
|
1849
|
+
"validation.required.number.inRange": "This field must be between {min} and {max}",
|
|
1846
1850
|
"validation.string.hexColor.invalid": "This field should be a valid hex color",
|
|
1847
1851
|
"validation.subdomain.invalid": "Please enter a valid subdomain (letters & dashes)"
|
|
1848
1852
|
}
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"App.admin.channels.backTitle": "Volver a los portales",
|
|
102
102
|
"App.admin.channels.booking.password": "La contraseña",
|
|
103
103
|
"App.admin.channels.booking.propertyId": "ID de propiedad",
|
|
104
|
+
"App.admin.channels.channelDetails.errorDifferentAccount": "El canal está conectado a una cuenta diferente",
|
|
104
105
|
"App.admin.channels.channelDetails.importChannelInformation.importedRoomsSuccessfully": "Las habitaciones se importaron correctamente.",
|
|
105
106
|
"App.admin.channels.channelDetails.importChannelInformation.success": "Información de las habitaciones importada con éxito",
|
|
106
107
|
"App.admin.channels.createChannel.success": "El canal se creó correctamente",
|
|
@@ -1618,6 +1619,8 @@
|
|
|
1618
1619
|
"App.roomTypes.roomType.beds.type.LARGE_BED": "Cama king size (151-180 cm de ancho)",
|
|
1619
1620
|
"App.roomTypes.roomType.beds.type.SINGLE_BED": "Cama individual (90-130 cm de ancho)",
|
|
1620
1621
|
"App.roomTypes.roomType.beds.type.SOFA_BED": "Sofá cama",
|
|
1622
|
+
"App.roomTypes.roomType.breakfastInformation.adults.cost": "Costo del desayuno para adultos",
|
|
1623
|
+
"App.roomTypes.roomType.breakfastInformation.children.cost": "Costo del desayuno para niños",
|
|
1621
1624
|
"App.roomTypes.roomType.breakfastInformation.cost": "Costo del desayuno",
|
|
1622
1625
|
"App.roomTypes.roomType.breakfastInformation.edit.title": "Editar información del desayuno",
|
|
1623
1626
|
"App.roomTypes.roomType.breakfastInformation.title": "Información del desayuno",
|
|
@@ -1843,6 +1846,7 @@
|
|
|
1843
1846
|
"validation.required.integer.smaller.than": "Este campo debe ser menor que {max}",
|
|
1844
1847
|
"validation.required.integer.smallerOrEqual.than": "Este campo no puede ser mayor que {max}",
|
|
1845
1848
|
"validation.required.number.greater.than": "Este campo debe ser mayor que {min}",
|
|
1849
|
+
"validation.required.number.inRange": "Este campo debe estar entre {min} y {max}",
|
|
1846
1850
|
"validation.string.hexColor.invalid": "Este campo debe ser un color hexadecimal válido",
|
|
1847
1851
|
"validation.subdomain.invalid": "Por favor, ingrese un subdominio válido (letras y guiones)"
|
|
1848
1852
|
}
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"App.admin.channels.backTitle": "Retour aux portails",
|
|
102
102
|
"App.admin.channels.booking.password": "Mot de passe",
|
|
103
103
|
"App.admin.channels.booking.propertyId": "Identifiant de la propriété",
|
|
104
|
+
"App.admin.channels.channelDetails.errorDifferentAccount": "Le canal est connecté à un compte différent",
|
|
104
105
|
"App.admin.channels.channelDetails.importChannelInformation.importedRoomsSuccessfully": "Les chambres ont été importées avec succès.",
|
|
105
106
|
"App.admin.channels.channelDetails.importChannelInformation.success": "Importation réussie des informations sur les chambres",
|
|
106
107
|
"App.admin.channels.createChannel.success": "Le canal a été créé avec succès",
|
|
@@ -1618,6 +1619,8 @@
|
|
|
1618
1619
|
"App.roomTypes.roomType.beds.type.LARGE_BED": "Lit king size (151-180 cm de large)",
|
|
1619
1620
|
"App.roomTypes.roomType.beds.type.SINGLE_BED": "Lit simple (90-130 cm de large)",
|
|
1620
1621
|
"App.roomTypes.roomType.beds.type.SOFA_BED": "Canapé-lit",
|
|
1622
|
+
"App.roomTypes.roomType.breakfastInformation.adults.cost": "Coût du petit-déjeuner pour adultes",
|
|
1623
|
+
"App.roomTypes.roomType.breakfastInformation.children.cost": "Coût du petit-déjeuner pour enfants",
|
|
1621
1624
|
"App.roomTypes.roomType.breakfastInformation.cost": "Coût du petit-déjeuner",
|
|
1622
1625
|
"App.roomTypes.roomType.breakfastInformation.edit.title": "Modifier les informations sur le petit-déjeuner",
|
|
1623
1626
|
"App.roomTypes.roomType.breakfastInformation.title": "Informations sur le petit-déjeuner",
|
|
@@ -1843,6 +1846,7 @@
|
|
|
1843
1846
|
"validation.required.integer.smaller.than": "Ce champ doit être inférieur à {max}",
|
|
1844
1847
|
"validation.required.integer.smallerOrEqual.than": "Ce champ ne peut pas être supérieur à {max}",
|
|
1845
1848
|
"validation.required.number.greater.than": "Ce champ doit être supérieur à {min}",
|
|
1849
|
+
"validation.required.number.inRange": "Ce champ doit être compris entre {min} et {max}",
|
|
1846
1850
|
"validation.string.hexColor.invalid": "Ce champ doit être une couleur hexadécimale valide",
|
|
1847
1851
|
"validation.subdomain.invalid": "Veuillez entrer un sous-domaine valide (lettres et tirets)"
|
|
1848
1852
|
}
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"App.admin.channels.backTitle": "Torna ai portali",
|
|
102
102
|
"App.admin.channels.booking.password": "Parola d'ordine",
|
|
103
103
|
"App.admin.channels.booking.propertyId": "Id proprietà",
|
|
104
|
+
"App.admin.channels.channelDetails.errorDifferentAccount": "Il canale è connesso a un account diverso",
|
|
104
105
|
"App.admin.channels.channelDetails.importChannelInformation.importedRoomsSuccessfully": "Le camere sono state importate con successo.",
|
|
105
106
|
"App.admin.channels.channelDetails.importChannelInformation.success": "Importate le informazioni sulle stanze con successo",
|
|
106
107
|
"App.admin.channels.createChannel.success": "Il canale è stato creato con successo",
|
|
@@ -1618,6 +1619,8 @@
|
|
|
1618
1619
|
"App.roomTypes.roomType.beds.type.LARGE_BED": "Letto king size (151-180 cm di larghezza)",
|
|
1619
1620
|
"App.roomTypes.roomType.beds.type.SINGLE_BED": "Letto singolo (90-130 cm di larghezza)",
|
|
1620
1621
|
"App.roomTypes.roomType.beds.type.SOFA_BED": "Divano letto",
|
|
1622
|
+
"App.roomTypes.roomType.breakfastInformation.adults.cost": "Costo della colazione per adulti",
|
|
1623
|
+
"App.roomTypes.roomType.breakfastInformation.children.cost": "Costo della colazione per bambini",
|
|
1621
1624
|
"App.roomTypes.roomType.breakfastInformation.cost": "Costo della colazione",
|
|
1622
1625
|
"App.roomTypes.roomType.breakfastInformation.edit.title": "Modifica informazioni colazione",
|
|
1623
1626
|
"App.roomTypes.roomType.breakfastInformation.title": "Informazioni sulla colazione",
|
|
@@ -1843,6 +1846,7 @@
|
|
|
1843
1846
|
"validation.required.integer.smaller.than": "Questo campo deve essere minore di {max}",
|
|
1844
1847
|
"validation.required.integer.smallerOrEqual.than": "Questo campo non può essere maggiore di {max}",
|
|
1845
1848
|
"validation.required.number.greater.than": "Questo campo dovrebbe essere maggiore di {min}",
|
|
1849
|
+
"validation.required.number.inRange": "Questo campo deve essere compreso tra {min} e {max}",
|
|
1846
1850
|
"validation.string.hexColor.invalid": "Questo campo deve essere un colore esadecimale valido",
|
|
1847
1851
|
"validation.subdomain.invalid": "Si prega di inserire un sottodominio valido (lettere e trattini)"
|
|
1848
1852
|
}
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"App.admin.channels.backTitle": "Terug naar kanalen",
|
|
102
102
|
"App.admin.channels.booking.password": "Wachtwoord",
|
|
103
103
|
"App.admin.channels.booking.propertyId": "Eigendom-ID",
|
|
104
|
+
"App.admin.channels.channelDetails.errorDifferentAccount": "Het kanaal is verbonden met een ander account",
|
|
104
105
|
"App.admin.channels.channelDetails.importChannelInformation.importedRoomsSuccessfully": "De kamers zijn succesvol geïmporteerd.",
|
|
105
106
|
"App.admin.channels.channelDetails.importChannelInformation.success": "De kamerinformatie is succesvol geïmporteerd",
|
|
106
107
|
"App.admin.channels.createChannel.success": "Het kanaal is succesvol aangemaakt",
|
|
@@ -1618,6 +1619,8 @@
|
|
|
1618
1619
|
"App.roomTypes.roomType.beds.type.LARGE_BED": "Kingsize (151-180 cm breed)",
|
|
1619
1620
|
"App.roomTypes.roomType.beds.type.SINGLE_BED": "Eenpersoonsbed (90-130 cm breed)",
|
|
1620
1621
|
"App.roomTypes.roomType.beds.type.SOFA_BED": "Slaapbank",
|
|
1622
|
+
"App.roomTypes.roomType.breakfastInformation.adults.cost": "Ontbijtkosten volwassenen",
|
|
1623
|
+
"App.roomTypes.roomType.breakfastInformation.children.cost": "Ontbijtkosten kinderen",
|
|
1621
1624
|
"App.roomTypes.roomType.breakfastInformation.cost": "Kosten ontbijt",
|
|
1622
1625
|
"App.roomTypes.roomType.breakfastInformation.edit.title": "Bewerk ontbijtopties",
|
|
1623
1626
|
"App.roomTypes.roomType.breakfastInformation.title": "Ontbijtoptie",
|
|
@@ -1843,6 +1846,7 @@
|
|
|
1843
1846
|
"validation.required.integer.smaller.than": "Dit veld moet kleiner zijn dan {max}",
|
|
1844
1847
|
"validation.required.integer.smallerOrEqual.than": "Dit veld moet kleiner dan of gelijk zijn aan {max}",
|
|
1845
1848
|
"validation.required.number.greater.than": "Dit veld moet groter zijn dan {min}",
|
|
1849
|
+
"validation.required.number.inRange": "Dit veld moet tussen {min} en {max} liggen",
|
|
1846
1850
|
"validation.string.hexColor.invalid": "Dit veld moet een geldige hex kleur zijn",
|
|
1847
1851
|
"validation.subdomain.invalid": "Voer een geldig subdomein in (letters & streepjes)"
|
|
1848
1852
|
}
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"App.admin.channels.backTitle": "Voltar aos canais",
|
|
102
102
|
"App.admin.channels.booking.password": "Senha",
|
|
103
103
|
"App.admin.channels.booking.propertyId": "ID da propriedade",
|
|
104
|
+
"App.admin.channels.channelDetails.errorDifferentAccount": "O canal está conectado a uma conta diferente",
|
|
104
105
|
"App.admin.channels.channelDetails.importChannelInformation.importedRoomsSuccessfully": "Os quartos foram importados com sucesso.",
|
|
105
106
|
"App.admin.channels.channelDetails.importChannelInformation.success": "Informações dos quartos importadas com sucesso",
|
|
106
107
|
"App.admin.channels.createChannel.success": "O canal foi criado com sucesso",
|
|
@@ -1618,6 +1619,8 @@
|
|
|
1618
1619
|
"App.roomTypes.roomType.beds.type.LARGE_BED": "Cama king-size (151-180 cm de largura)",
|
|
1619
1620
|
"App.roomTypes.roomType.beds.type.SINGLE_BED": "Cama de solteiro (90-130 cm de largura)",
|
|
1620
1621
|
"App.roomTypes.roomType.beds.type.SOFA_BED": "Cama de sofá",
|
|
1622
|
+
"App.roomTypes.roomType.breakfastInformation.adults.cost": "Custo do café da manhã para adultos",
|
|
1623
|
+
"App.roomTypes.roomType.breakfastInformation.children.cost": "Custo do café da manhã para crianças",
|
|
1621
1624
|
"App.roomTypes.roomType.breakfastInformation.cost": "Custo do café da manhã",
|
|
1622
1625
|
"App.roomTypes.roomType.breakfastInformation.edit.title": "Editar informações do café da manhã",
|
|
1623
1626
|
"App.roomTypes.roomType.breakfastInformation.title": "Opção de café da manhã",
|
|
@@ -1843,6 +1846,7 @@
|
|
|
1843
1846
|
"validation.required.integer.smaller.than": "Este campo deve ser menor que {max}",
|
|
1844
1847
|
"validation.required.integer.smallerOrEqual.than": "Este campo deve ser menor ou igual a {max}",
|
|
1845
1848
|
"validation.required.number.greater.than": "Este campo deve ser maior que {min}",
|
|
1849
|
+
"validation.required.number.inRange": "Este campo deve estar entre {min} e {max}",
|
|
1846
1850
|
"validation.string.hexColor.invalid": "Este campo deve ser uma cor hexadecimal válida",
|
|
1847
1851
|
"validation.subdomain.invalid": "Por favor, insira um subdomínio válido (letras e traços)"
|
|
1848
1852
|
}
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"App.admin.channels.backTitle": "Înapoi la portaluri",
|
|
102
102
|
"App.admin.channels.booking.password": "Parola",
|
|
103
103
|
"App.admin.channels.booking.propertyId": "ID proprietate",
|
|
104
|
+
"App.admin.channels.channelDetails.errorDifferentAccount": "Canalul este conectat la un cont diferit",
|
|
104
105
|
"App.admin.channels.channelDetails.importChannelInformation.importedRoomsSuccessfully": "Camerele au fost importate cu succes.",
|
|
105
106
|
"App.admin.channels.channelDetails.importChannelInformation.success": "Informațiile despre camere au fost importate cu succes",
|
|
106
107
|
"App.admin.channels.createChannel.success": "Portalul a fost creat cu succes",
|
|
@@ -1618,6 +1619,8 @@
|
|
|
1618
1619
|
"App.roomTypes.roomType.beds.type.LARGE_BED": "Pat king size (lațime de 151-180cm)",
|
|
1619
1620
|
"App.roomTypes.roomType.beds.type.SINGLE_BED": "Pat simplu (lațime de 90-130 cm)",
|
|
1620
1621
|
"App.roomTypes.roomType.beds.type.SOFA_BED": "Canapea extensibilă",
|
|
1622
|
+
"App.roomTypes.roomType.breakfastInformation.adults.cost": "Costul micului dejun pentru adulți",
|
|
1623
|
+
"App.roomTypes.roomType.breakfastInformation.children.cost": "Costul micului dejun pentru copii",
|
|
1621
1624
|
"App.roomTypes.roomType.breakfastInformation.cost": "Costul micului dejun",
|
|
1622
1625
|
"App.roomTypes.roomType.breakfastInformation.edit.title": "Editează informațiile despre micul dejun",
|
|
1623
1626
|
"App.roomTypes.roomType.breakfastInformation.title": "Informații despre micul dejun",
|
|
@@ -1843,6 +1846,7 @@
|
|
|
1843
1846
|
"validation.required.integer.smaller.than": "Câmpul trebuie să fie mai mic decât {max}",
|
|
1844
1847
|
"validation.required.integer.smallerOrEqual.than": "Acest câmp nu poate fi mai mare decât {max}",
|
|
1845
1848
|
"validation.required.number.greater.than": "Câmpul trebuie să fie mai mare decât {min}",
|
|
1849
|
+
"validation.required.number.inRange": "Acest câmp trebuie să fie între {min} și {max}",
|
|
1846
1850
|
"validation.string.hexColor.invalid": "Acest câmp trebuie să fie o culoare hexazecimală validă",
|
|
1847
1851
|
"validation.subdomain.invalid": "Vă rugăm să introduceți un subdomeniu valid (litere și cratime)"
|
|
1848
1852
|
}
|
package/package.json
CHANGED