@hyper.software/visitor-common-translations 2.0.203 → 2.0.206
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
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"App.bookings.bookingDetails.rejectBooking.dialogBody": "{fullName} will be informed via email that his booking request was rejected.",
|
|
296
296
|
"App.bookings.bookingDetails.rejectBooking.dialogTitle": "Reject booking?",
|
|
297
297
|
"App.bookings.bookingDetails.rejectBooking.success": "The booking request was successfully rejected",
|
|
298
|
-
"App.bookings.bookingDetails.revertCancellation": "
|
|
298
|
+
"App.bookings.bookingDetails.revertCancellation": "Activate booking",
|
|
299
299
|
"App.bookings.bookingDetails.revertCancellation.dialogBody": "Are you sure you want to re-activate this booking?",
|
|
300
300
|
"App.bookings.bookingDetails.revertCancellation.success": "The booking was successfully re-activated.",
|
|
301
301
|
"App.bookings.bookingDetails.sendMessage": "Send message",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED