@hyper.software/visitor-common-translations 2.0.248 → 2.0.249
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.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
|
|
File without changes
|
|
@@ -1635,7 +1635,7 @@
|
|
|
1635
1635
|
"App.roomTypes.roomType.childrenRates.editSettings": "Children age ranges",
|
|
1636
1636
|
"App.roomTypes.roomType.childrenRates.infoIcon": "Adjust rates based on child age categories in the reservation.",
|
|
1637
1637
|
"App.roomTypes.roomType.childrenRates.maxAge": "Set maximum age",
|
|
1638
|
-
"App.roomTypes.roomType.childrenRates.maxMinAgeError": "Maximum age
|
|
1638
|
+
"App.roomTypes.roomType.childrenRates.maxMinAgeError": "Maximum age cannot be smaller than minimum age.",
|
|
1639
1639
|
"App.roomTypes.roomType.childrenRates.minAge": "Set minimum age",
|
|
1640
1640
|
"App.roomTypes.roomType.childrenRates.minMaxAgeError": "Minimum age cannot be greater than maximum age.",
|
|
1641
1641
|
"App.roomTypes.roomType.childrenRates.overlappingError": "Age ranges cannot overlap. Please adjust the age ranges to ensure they don't intersect.",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED