@hyper.software/visitor-common-translations 2.0.39 → 2.0.40
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/translations/locale/locale.de-DE.json +2 -0
- package/lib/translations/locale/locale.en-US.json +2 -0
- package/lib/translations/locale/locale.es-ES.json +2 -0
- package/lib/translations/locale/locale.fr-FR.json +2 -0
- package/lib/translations/locale/locale.it-IT.json +2 -0
- package/lib/translations/locale/locale.ro-RO.json +2 -0
- package/package.json +1 -1
|
@@ -1452,6 +1452,8 @@
|
|
|
1452
1452
|
"App.roomTypes.roomType.breakfastInformation.type.NOT_AVAILABLE": "Nicht verfügbar",
|
|
1453
1453
|
"App.roomTypes.roomType.breakfastInformation.type.OPTIONAL_WITH_EXTRA_COST": "Kostenpflichtig hinzufügbar",
|
|
1454
1454
|
"App.roomTypes.roomType.description": "Beschreibung",
|
|
1455
|
+
"App.bookings.booking.services.name": "Dienstleistungsname",
|
|
1456
|
+
"App.bookings.booking.services.cost": "Betrag",
|
|
1455
1457
|
"App.roomTypes.roomType.details": "Beschreibung",
|
|
1456
1458
|
"App.roomTypes.roomType.increase": "Erhöhung: {increase}",
|
|
1457
1459
|
"App.roomTypes.roomType.discount": "Discount : {discount}",
|
|
@@ -696,6 +696,8 @@
|
|
|
696
696
|
"App.common.company.receipts.tourismTax": "Tourism Tax (per Person per Night)",
|
|
697
697
|
"App.common.company.settings.advanced": "Advanced",
|
|
698
698
|
"App.common.company.socials": "Socials",
|
|
699
|
+
"App.bookings.booking.services.name": "Service name",
|
|
700
|
+
"App.bookings.booking.services.cost": "Amount",
|
|
699
701
|
"App.common.company.socials.facebookUrl": "Facebook url",
|
|
700
702
|
"App.common.company.socials.instagramUrl": "Instagram url",
|
|
701
703
|
"App.common.company.stars": "Stars",
|
|
@@ -1444,6 +1444,8 @@
|
|
|
1444
1444
|
"App.roomTypes.roomType.beds.type.SINGLE_BED": "Cama individual (90-130 cm de ancho)",
|
|
1445
1445
|
"App.roomTypes.roomType.beds.type.SOFA_BED": "Sofá cama",
|
|
1446
1446
|
"App.roomTypes.roomType.breakfastInformation.cost": "Costo del desayuno",
|
|
1447
|
+
"App.bookings.booking.services.name": "Nombre del servicio",
|
|
1448
|
+
"App.bookings.booking.services.cost": "Cantidad",
|
|
1447
1449
|
"App.roomTypes.roomType.occupancyBasedPricing.normalPriceIncreasedBy": "Precio normal aumentado por",
|
|
1448
1450
|
"App.roomTypes.roomType.breakfastInformation.edit.title": "Editar información del desayuno",
|
|
1449
1451
|
"App.roomTypes.roomType.breakfastInformation.title": "Información del desayuno",
|
|
@@ -1458,6 +1458,8 @@
|
|
|
1458
1458
|
"App.roomTypes.roomType.editRoomType": "Modifier le type de chambre",
|
|
1459
1459
|
"App.roomTypes.roomType.general.editGeneralSettings": "Modifier les paramètres généraux",
|
|
1460
1460
|
"App.roomTypes.roomType.hasPrivateBathroom": "A une salle de bain privée",
|
|
1461
|
+
"App.bookings.booking.services.name": "Nom du service",
|
|
1462
|
+
"App.bookings.booking.services.cost": "Montant",
|
|
1461
1463
|
"App.roomTypes.roomType.images.editGeneralSettings": "Modifier les images",
|
|
1462
1464
|
"App.roomTypes.roomType.maxNumberOfAdults": "Nombre maximum de adultes",
|
|
1463
1465
|
"App.roomTypes.roomType.maxNumberOfChildren": "Nombre maximum d'enfants",
|
|
@@ -1454,6 +1454,8 @@
|
|
|
1454
1454
|
"App.roomTypes.roomType.description": "Descrizione",
|
|
1455
1455
|
"App.roomTypes.roomType.details": "Dettagli",
|
|
1456
1456
|
"App.roomTypes.roomType.discount": "Sconto: {discount}",
|
|
1457
|
+
"App.bookings.booking.services.name": "Nome servizio",
|
|
1458
|
+
"App.bookings.booking.services.cost": "Importo",
|
|
1457
1459
|
"App.roomTypes.roomType.increase": "Aumento: {increase}",
|
|
1458
1460
|
"App.roomTypes.roomType.editRoomType": "Modifica tipo di camera",
|
|
1459
1461
|
"App.roomTypes.roomType.general.editGeneralSettings": "Modifica impostazioni generali",
|
|
@@ -1455,6 +1455,8 @@
|
|
|
1455
1455
|
"App.roomTypes.roomType.occupancyBasedPricing.normalPriceIncreasedBy": "Preț normal crescut cu",
|
|
1456
1456
|
"App.roomTypes.roomType.discount": "Reducere: {discount}",
|
|
1457
1457
|
"App.roomTypes.roomType.increase": "Creștere: {increase}",
|
|
1458
|
+
"App.bookings.booking.services.name": "Numele serviciului",
|
|
1459
|
+
"App.bookings.booking.services.cost": "Suma",
|
|
1458
1460
|
"App.roomTypes.roomType.editRoomType": "Editează tipul camerei",
|
|
1459
1461
|
"App.roomTypes.roomType.general.editGeneralSettings": "Editează setările generale",
|
|
1460
1462
|
"App.roomTypes.roomType.hasPrivateBathroom": "Are baie privată",
|
package/package.json
CHANGED