@hyper.software/visitor-common-translations 2.0.282 → 2.0.283
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 +1 -1
- package/lib/translations/locale/locale.en-US.json +1 -1
- package/lib/translations/locale/locale.es-ES.json +0 -0
- package/lib/translations/locale/locale.fr-FR.json +0 -0
- package/lib/translations/locale/locale.it-IT.json +0 -0
- package/lib/translations/locale/locale.nl-NL.json +0 -0
- package/lib/translations/locale/locale.pt-PT.json +0 -0
- package/lib/translations/locale/locale.ro-RO.json +0 -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
|
|
@@ -1426,7 +1426,7 @@
|
|
|
1426
1426
|
"App.public.bookings.bookingDates.checkoutDate": "Check-out",
|
|
1427
1427
|
"App.public.bookings.bookingDates.loadingAvailability": "Lädt freie Zimmer...",
|
|
1428
1428
|
"App.public.bookings.bookingDates.noPaymentYet": "Sie zahlen später",
|
|
1429
|
-
"App.public.bookings.bookingDates.numberOfAdults": "Anzahl der
|
|
1429
|
+
"App.public.bookings.bookingDates.numberOfAdults": "Anzahl der Erwachsene",
|
|
1430
1430
|
"App.public.bookings.bookingDates.title": "Ihre Reisedaten",
|
|
1431
1431
|
"App.public.bookings.bookingDatesBox.edit.title": "Bearbeiten",
|
|
1432
1432
|
"App.public.bookings.bookingDetails": "Zeitraum",
|
|
@@ -1426,7 +1426,7 @@
|
|
|
1426
1426
|
"App.public.bookings.bookingDates.checkoutDate": "Checkout date",
|
|
1427
1427
|
"App.public.bookings.bookingDates.loadingAvailability": "We are currently loading the availability for {hotelName}.",
|
|
1428
1428
|
"App.public.bookings.bookingDates.noPaymentYet": "You don't have to pay anything yet",
|
|
1429
|
-
"App.public.bookings.bookingDates.numberOfAdults": "Number of
|
|
1429
|
+
"App.public.bookings.bookingDates.numberOfAdults": "Number of adults",
|
|
1430
1430
|
"App.public.bookings.bookingDates.title": "Your travel dates",
|
|
1431
1431
|
"App.public.bookings.bookingDatesBox.edit.title": "Edit information",
|
|
1432
1432
|
"App.public.bookings.bookingDetails": "Booking",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED