@hyper.software/visitor-common-translations 2.0.43 → 2.0.44

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.
@@ -1453,6 +1453,8 @@
1453
1453
  "App.roomTypes.roomType.breakfastInformation.type.OPTIONAL_WITH_EXTRA_COST": "Kostenpflichtig hinzufügbar",
1454
1454
  "App.roomTypes.roomType.description": "Beschreibung",
1455
1455
  "App.bookings.booking.services.type": "Service-Typ",
1456
+ "App.dashboard.bookings.create": "Buchung erstellen",
1457
+ "App.dashboard.bookings.create.title": "Neue Buchung erstellen",
1456
1458
  "App.bookings.booking.services.name": "Dienstleistungsname",
1457
1459
  "App.roomTypes.roomTypeDetails.numberOfAdults": "{total} Erwachsene (Basis: {base}; Extra: +{extra})",
1458
1460
  "App.bookings.booking.services.cost": "Betrag",
@@ -700,6 +700,8 @@
700
700
  "App.common.company.socials": "Socials",
701
701
  "App.bookings.booking.services.name": "Service name",
702
702
  "App.bookings.booking.services.type": "Service type",
703
+ "App.dashboard.bookings.create": "Create booking",
704
+ "App.dashboard.bookings.create.title": "Create new booking",
703
705
  "App.bookings.booking.services.cost": "Amount",
704
706
  "App.common.company.socials.facebookUrl": "Facebook url",
705
707
  "App.common.company.socials.instagramUrl": "Instagram url",
@@ -1456,6 +1456,8 @@
1456
1456
  "App.roomTypes.roomType.description": "Descripción",
1457
1457
  "App.roomTypes.roomType.details": "Detalles",
1458
1458
  "App.roomTypes.roomType.discount": "Descuento: {discount}",
1459
+ "App.dashboard.bookings.create": "Crear reserva",
1460
+ "App.dashboard.bookings.create.title": "Crear nueva reserva",
1459
1461
  "App.roomTypes.roomType.increase": "Aumento: {increase}",
1460
1462
  "App.public.bookings.rooms.maxNumberOfPersons.extra": "Máximo {total} Adultos (Base: {base}; Extra: +{extra})",
1461
1463
  "App.roomTypes.roomType.editRoomType": "Editar tipo dde habitación",
@@ -301,6 +301,8 @@
301
301
  "App.bookings.import.getStarted.description": "Click the button below to import your bookings and get started",
302
302
  "App.bookings.import.getStarted.title": "Get started",
303
303
  "App.bookings.length": "Length",
304
+ "App.dashboard.bookings.create": "Créer une réservation",
305
+ "App.dashboard.bookings.create.title": "Créer une nouvelle réservation",
304
306
  "App.bookings.lengthOfStay.title": "{nights} nights",
305
307
  "App.bookings.list.noBookings.body": "Starting digitalizing your business today by adding your first booking.",
306
308
  "App.bookings.list.noBookings.createBooking": "Create Booking",
@@ -1464,6 +1464,8 @@
1464
1464
  "App.roomTypes.roomType.hasPrivateBathroom": "Ha un bagno privato",
1465
1465
  "App.roomTypes.roomType.images.editGeneralSettings": "Modifica immagini",
1466
1466
  "App.roomTypes.roomType.maxNumberOfAdults": "Numero massimo di ospiti",
1467
+ "App.dashboard.bookings.create": "Creare prenotazione",
1468
+ "App.dashboard.bookings.create.title": "Creare nuova prenotazione",
1467
1469
  "App.roomTypes.roomType.maxNumberOfChildren": "Numero massimo di bambini",
1468
1470
  "App.roomTypes.roomType.name": "Nome del tipo di stanza",
1469
1471
  "App.roomTypes.roomType.occupancy.editGeneralSettings": "Modifica prezzi basati sull'occupazione",
@@ -1459,6 +1459,8 @@
1459
1459
  "App.bookings.booking.services.cost": "Suma",
1460
1460
  "App.roomTypes.roomTypeDetails.numberOfAdults": "{total} Adulți (Bază: {base}; Extra: +{extra})",
1461
1461
  "App.roomTypes.roomType.editRoomType": "Editează tipul camerei",
1462
+ "App.dashboard.bookings.create": "Crează rezervarea",
1463
+ "App.dashboard.bookings.create.title": "Crează o rezervare nouă",
1462
1464
  "App.roomTypes.roomType.general.editGeneralSettings": "Editează setările generale",
1463
1465
  "App.public.bookings.rooms.maxNumberOfPersons.extra": "Max {total} Adulți (Bază: {base}; Extra: +{extra})",
1464
1466
  "App.roomTypes.roomType.hasPrivateBathroom": "Are baie privată",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyper.software/visitor-common-translations",
3
- "version": "2.0.43",
3
+ "version": "2.0.44",
4
4
  "author": "Hyper Software <tomescu.raul+hyper@gmail.com>",
5
5
  "description": "Visitor Common Translations",
6
6
  "main": "lib/index.js",