@hyper.software/visitor-common-translations 2.0.262 → 2.0.263
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 +0 -0
- 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
|
|
@@ -1647,7 +1647,7 @@
|
|
|
1647
1647
|
"App.roomTypes.roomType.hasPrivateBathroom": "Eigenes Badezimmer",
|
|
1648
1648
|
"App.roomTypes.roomType.images.editGeneralSettings": "Bilder bearbeiten",
|
|
1649
1649
|
"App.roomTypes.roomType.increase": "Erhöhung um {increase}",
|
|
1650
|
-
"App.roomTypes.roomType.maxNumberOfGuests": "
|
|
1650
|
+
"App.roomTypes.roomType.maxNumberOfGuests": "Maximale Anzahl der Gäste",
|
|
1651
1651
|
"App.roomTypes.roomType.name": "Name",
|
|
1652
1652
|
"App.roomTypes.roomType.occupancy.editGeneralSettings": "Preise nach Gästeanzahl bearbeiten",
|
|
1653
1653
|
"App.roomTypes.roomType.occupancyBasedPricing": "Preise nach Gästeanzahl",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED