@hyper.software/visitor-common-translations 2.0.298 → 2.0.299
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.
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"App.bookings.booking.advancedOptions.notification": "Notifications",
|
|
240
240
|
"App.bookings.booking.advancedOptions.requestAdvancedPayment": "Request Advanced Payment",
|
|
241
241
|
"App.bookings.booking.arrivalTime.unknown": "I don't know",
|
|
242
|
-
"App.bookings.booking.basePricePerNight": "Accommodation
|
|
242
|
+
"App.bookings.booking.basePricePerNight": "Accommodation Cost",
|
|
243
243
|
"App.bookings.booking.basicInformation": "Basic information",
|
|
244
244
|
"App.bookings.booking.checkIn": "Check In",
|
|
245
245
|
"App.bookings.booking.checkInDate": "Check-in date",
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
"App.bookings.searchBookings.noBookingsFound.title": "No results found",
|
|
405
405
|
"App.bookings.services.emptyPlaceholder": "You can add your first Service by clicking the \"Edit\" button.",
|
|
406
406
|
"App.bookings.services.roomTypeService": "Room type service name",
|
|
407
|
-
"App.bookings.servicesCost": "Services
|
|
407
|
+
"App.bookings.servicesCost": "Services Cost",
|
|
408
408
|
"App.calendar.deleteBooking.success": "The booking was successfully deleted",
|
|
409
409
|
"App.calendar.deleteBooking.title": "Delete booking?",
|
|
410
410
|
"App.calendar.legend.currentDay": "Current day",
|
|
@@ -1632,7 +1632,7 @@
|
|
|
1632
1632
|
"App.roomTypes.roomType.beds.type.SOFA_BED": "Sofa bed",
|
|
1633
1633
|
"App.roomTypes.roomType.breakfastInformation.adults.cost": "Breakfast cost adults",
|
|
1634
1634
|
"App.roomTypes.roomType.breakfastInformation.children.cost": "Breakfast cost children",
|
|
1635
|
-
"App.roomTypes.roomType.breakfastInformation.cost": "Breakfast
|
|
1635
|
+
"App.roomTypes.roomType.breakfastInformation.cost": "Breakfast Cost",
|
|
1636
1636
|
"App.roomTypes.roomType.breakfastInformation.edit.title": "Edit breakfast information",
|
|
1637
1637
|
"App.roomTypes.roomType.breakfastInformation.title": "Breakfast option",
|
|
1638
1638
|
"App.roomTypes.roomType.breakfastInformation.type": "Breakfast option",
|
package/package.json
CHANGED