@hyper.software/visitor-common-translations 2.0.151 → 2.0.152
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 +0 -0
- 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.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
|
|
File without changes
|
|
@@ -1503,7 +1503,7 @@
|
|
|
1503
1503
|
"App.roomType.amenities.other": "Other",
|
|
1504
1504
|
"App.roomType.amenities.roomFacilities": "Room facilities",
|
|
1505
1505
|
"App.roomType.amenities.view": "View",
|
|
1506
|
-
"App.roomTypes.childrenRates.ageRangeValue": "Ages {minAge}
|
|
1506
|
+
"App.roomTypes.childrenRates.ageRangeValue": "Ages between {minAge} and {maxAge}",
|
|
1507
1507
|
"App.roomTypes.details.changeNumberOfAdults.title": "Confirmation",
|
|
1508
1508
|
"App.roomTypes.details.changeNumberOfAdults.warning": "Changing the maximum number of adults will reset the occupancy based pricing configuration. Do you want to continue?",
|
|
1509
1509
|
"App.roomTypes.details.iCal.copiedWithSuccess": "iCal link copied to clipboard!",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED