@magmamath/students-features 1.3.14 → 1.3.16-rc.22
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/dist/commonjs/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js +2 -2
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js.map +1 -1
- package/dist/commonjs/features/chatbot/errorSpotting/ErrorSpottingButton.js +2 -2
- package/dist/commonjs/features/chatbot/errorSpotting/ErrorSpottingButton.js.map +1 -1
- package/dist/commonjs/features/chatbot/helpers.js +3 -3
- package/dist/commonjs/features/chatbot/helpers.js.map +1 -1
- package/dist/commonjs/features/chatbot/model/ChatBoxTextManager.js +3 -4
- package/dist/commonjs/features/chatbot/model/ChatBoxTextManager.js.map +1 -1
- package/dist/commonjs/features/chatbot/model/DefaultMessageCreator.js +4 -2
- package/dist/commonjs/features/chatbot/model/DefaultMessageCreator.js.map +1 -1
- package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js +3 -4
- package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
- package/dist/commonjs/features/exampleSolution/model/ExampleSolutionApi.js +4 -8
- package/dist/commonjs/features/exampleSolution/model/ExampleSolutionApi.js.map +1 -1
- package/dist/commonjs/features/feedback/components/EmptyComment.js +2 -2
- package/dist/commonjs/features/feedback/components/EmptyComment.js.map +1 -1
- package/dist/commonjs/features/feedback/model/comments.js +2 -2
- package/dist/commonjs/features/feedback/model/comments.js.map +1 -1
- package/dist/commonjs/features/gifCelebrations/components/Gif.js +2 -2
- package/dist/commonjs/features/gifCelebrations/components/Gif.js.map +1 -1
- package/dist/commonjs/features/gifCelebrations/helpers.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/Numpad/Numpad.js +2 -2
- package/dist/commonjs/features/keyboard/components/Numpad/Numpad.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js +2 -2
- package/dist/commonjs/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/chart/components/SlicesPaths.js +1 -1
- package/dist/commonjs/features/pmProgress/components/chart/components/SlicesPaths.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/header/NextUp.js +7 -11
- package/dist/commonjs/features/pmProgress/components/header/NextUp.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js +2 -2
- package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/header/StartButton.js +2 -2
- package/dist/commonjs/features/pmProgress/components/header/StartButton.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/insights/PmInsights.js +1 -1
- package/dist/commonjs/features/pmProgress/components/insights/PmInsights.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/insights/PmTimeframeStats.js +2 -2
- package/dist/commonjs/features/pmProgress/components/insights/PmTimeframeStats.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/list/Fluency.js +2 -2
- package/dist/commonjs/features/pmProgress/components/list/Fluency.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/list/ListCard.js +2 -2
- package/dist/commonjs/features/pmProgress/components/list/ListCard.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/list/ListItem.js +2 -2
- package/dist/commonjs/features/pmProgress/components/list/ListItem.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/list/PmDomainList.js +1 -1
- package/dist/commonjs/features/pmProgress/components/list/PmDomainList.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/locked/PmStatusOverlay.js +2 -2
- package/dist/commonjs/features/pmProgress/components/locked/PmStatusOverlay.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/recs/PmTeacherRecs.js +2 -2
- package/dist/commonjs/features/pmProgress/components/recs/PmTeacherRecs.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/standard/StandardTag.js +8 -3
- package/dist/commonjs/features/pmProgress/components/standard/StandardTag.js.map +1 -1
- package/dist/commonjs/features/pmProgress/hooks/useNextUpDomain.js +42 -0
- package/dist/commonjs/features/pmProgress/hooks/useNextUpDomain.js.map +1 -0
- package/dist/commonjs/features/pmProgress/model/PmTreeModel.js +18 -16
- package/dist/commonjs/features/pmProgress/model/PmTreeModel.js.map +1 -1
- package/dist/commonjs/features/pmProgress/shared/pmProgress.constants.js +1 -1
- package/dist/commonjs/features/pmProgress/shared/pmProgress.helpers.js +11 -7
- package/dist/commonjs/features/pmProgress/shared/pmProgress.helpers.js.map +1 -1
- package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdown.js +2 -2
- package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdown.js.map +1 -1
- package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js +2 -2
- package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js.map +1 -1
- package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js +2 -2
- package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
- package/dist/commonjs/features/voice/recording/modal/ModalFooterButtons.js +2 -2
- package/dist/commonjs/features/voice/recording/modal/ModalFooterButtons.js.map +1 -1
- package/dist/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.js +2 -2
- package/dist/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.js.map +1 -1
- package/dist/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.js +2 -2
- package/dist/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.js.map +1 -1
- package/dist/commonjs/features/voice/recording/model/VoiceRecord.model.js +7 -7
- package/dist/commonjs/features/voice/recording/model/VoiceRecord.model.js.map +1 -1
- package/dist/commonjs/i18n/i18n.js +19 -0
- package/dist/commonjs/i18n/i18n.js.map +1 -0
- package/dist/commonjs/i18n/i18next.d.js +5 -0
- package/dist/commonjs/i18n/i18next.d.js.map +1 -0
- package/dist/commonjs/index.js +26 -41
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lib/helpers/helpers.js +12 -12
- package/dist/commonjs/lib/helpers/helpers.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js +1 -1
- package/dist/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js.map +1 -1
- package/dist/module/features/chatbot/errorSpotting/ErrorSpottingButton.js +1 -1
- package/dist/module/features/chatbot/errorSpotting/ErrorSpottingButton.js.map +1 -1
- package/dist/module/features/chatbot/helpers.js +1 -1
- package/dist/module/features/chatbot/helpers.js.map +1 -1
- package/dist/module/features/chatbot/model/ChatBoxTextManager.js +2 -3
- package/dist/module/features/chatbot/model/ChatBoxTextManager.js.map +1 -1
- package/dist/module/features/chatbot/model/DefaultMessageCreator.js +3 -2
- package/dist/module/features/chatbot/model/DefaultMessageCreator.js.map +1 -1
- package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js +3 -4
- package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
- package/dist/module/features/exampleSolution/model/ExampleSolutionApi.js +5 -9
- package/dist/module/features/exampleSolution/model/ExampleSolutionApi.js.map +1 -1
- package/dist/module/features/feedback/components/EmptyComment.js +1 -1
- package/dist/module/features/feedback/components/EmptyComment.js.map +1 -1
- package/dist/module/features/feedback/model/comments.js +1 -1
- package/dist/module/features/feedback/model/comments.js.map +1 -1
- package/dist/module/features/gifCelebrations/components/Gif.js +1 -1
- package/dist/module/features/gifCelebrations/components/Gif.js.map +1 -1
- package/dist/module/features/gifCelebrations/helpers.js.map +1 -1
- package/dist/module/features/keyboard/components/Numpad/Numpad.js +1 -1
- package/dist/module/features/keyboard/components/Numpad/Numpad.js.map +1 -1
- package/dist/module/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js +1 -1
- package/dist/module/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js.map +1 -1
- package/dist/module/features/pmProgress/components/chart/components/SlicesPaths.js +1 -1
- package/dist/module/features/pmProgress/components/chart/components/SlicesPaths.js.map +1 -1
- package/dist/module/features/pmProgress/components/header/NextUp.js +7 -11
- package/dist/module/features/pmProgress/components/header/NextUp.js.map +1 -1
- package/dist/module/features/pmProgress/components/header/PmProgressHeader.js +2 -2
- package/dist/module/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
- package/dist/module/features/pmProgress/components/header/StartButton.js +1 -1
- package/dist/module/features/pmProgress/components/header/StartButton.js.map +1 -1
- package/dist/module/features/pmProgress/components/insights/PmInsights.js +1 -1
- package/dist/module/features/pmProgress/components/insights/PmInsights.js.map +1 -1
- package/dist/module/features/pmProgress/components/insights/PmTimeframeStats.js +2 -3
- package/dist/module/features/pmProgress/components/insights/PmTimeframeStats.js.map +1 -1
- package/dist/module/features/pmProgress/components/list/Fluency.js +1 -1
- package/dist/module/features/pmProgress/components/list/Fluency.js.map +1 -1
- package/dist/module/features/pmProgress/components/list/ListCard.js +2 -2
- package/dist/module/features/pmProgress/components/list/ListCard.js.map +1 -1
- package/dist/module/features/pmProgress/components/list/ListItem.js +2 -2
- package/dist/module/features/pmProgress/components/list/ListItem.js.map +1 -1
- package/dist/module/features/pmProgress/components/list/PmDomainList.js +1 -1
- package/dist/module/features/pmProgress/components/list/PmDomainList.js.map +1 -1
- package/dist/module/features/pmProgress/components/locked/PmStatusOverlay.js +1 -1
- package/dist/module/features/pmProgress/components/locked/PmStatusOverlay.js.map +1 -1
- package/dist/module/features/pmProgress/components/recs/PmTeacherRecs.js +2 -2
- package/dist/module/features/pmProgress/components/recs/PmTeacherRecs.js.map +1 -1
- package/dist/module/features/pmProgress/components/standard/StandardTag.js +8 -3
- package/dist/module/features/pmProgress/components/standard/StandardTag.js.map +1 -1
- package/dist/module/features/pmProgress/hooks/useNextUpDomain.js +37 -0
- package/dist/module/features/pmProgress/hooks/useNextUpDomain.js.map +1 -0
- package/dist/module/features/pmProgress/model/PmTreeModel.js +20 -18
- package/dist/module/features/pmProgress/model/PmTreeModel.js.map +1 -1
- package/dist/module/features/pmProgress/shared/pmProgress.constants.js +1 -1
- package/dist/module/features/pmProgress/shared/pmProgress.helpers.js +3 -1
- package/dist/module/features/pmProgress/shared/pmProgress.helpers.js.map +1 -1
- package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdown.js +1 -1
- package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdown.js.map +1 -1
- package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js +1 -1
- package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js.map +1 -1
- package/dist/module/features/voice/recording/components/VoiceRecordButton.js +1 -1
- package/dist/module/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
- package/dist/module/features/voice/recording/modal/ModalFooterButtons.js +1 -1
- package/dist/module/features/voice/recording/modal/ModalFooterButtons.js.map +1 -1
- package/dist/module/features/voice/recording/modal/VoiceRecordDeleteModal.js +1 -1
- package/dist/module/features/voice/recording/modal/VoiceRecordDeleteModal.js.map +1 -1
- package/dist/module/features/voice/recording/modal/VoiceRecordUndoModal.js +1 -1
- package/dist/module/features/voice/recording/modal/VoiceRecordUndoModal.js.map +1 -1
- package/dist/module/features/voice/recording/model/VoiceRecord.model.js +1 -1
- package/dist/module/features/voice/recording/model/VoiceRecord.model.js.map +1 -1
- package/dist/module/i18n/i18n.js +12 -0
- package/dist/module/i18n/i18n.js.map +1 -0
- package/dist/module/i18n/i18next.d.js +5 -0
- package/dist/module/i18n/i18next.d.js.map +1 -0
- package/dist/module/index.js +0 -1
- package/dist/module/index.js.map +1 -1
- package/dist/module/lib/helpers/helpers.js +1 -1
- package/dist/module/lib/helpers/helpers.js.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/model/ChatBoxTextManager.d.ts +2 -2
- package/dist/typescript/commonjs/features/chatbot/model/ChatBoxTextManager.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/model/DefaultMessageCreator.d.ts +1 -2
- package/dist/typescript/commonjs/features/chatbot/model/DefaultMessageCreator.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/exampleSolution/model/ExampleSolutionApi.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/gifCelebrations/helpers.d.ts +2 -2
- package/dist/typescript/commonjs/features/gifCelebrations/helpers.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/header/NextUp.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/list/Fluency.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/list/ListCard.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/locked/PmStatusOverlay.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/standard/StandardTag.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/hooks/useNextUpDomain.d.ts +5 -0
- package/dist/typescript/commonjs/features/pmProgress/hooks/useNextUpDomain.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/pmProgress/model/PmTreeModel.d.ts +3 -3
- package/dist/typescript/commonjs/features/pmProgress/model/PmTreeModel.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.constants.d.ts +1 -1
- package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.constants.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.helpers.d.ts +5 -1
- package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.helpers.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/recording/modal/ModalFooterButtons.d.ts +2 -2
- package/dist/typescript/commonjs/features/voice/recording/modal/ModalFooterButtons.d.ts.map +1 -1
- package/dist/typescript/commonjs/i18n/i18n.d.ts +8 -0
- package/dist/typescript/commonjs/i18n/i18n.d.ts.map +1 -0
- package/dist/typescript/commonjs/index.d.ts +0 -1
- package/dist/typescript/commonjs/index.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/model/ChatBoxTextManager.d.ts +2 -2
- package/dist/typescript/module/features/chatbot/model/ChatBoxTextManager.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/model/DefaultMessageCreator.d.ts +1 -2
- package/dist/typescript/module/features/chatbot/model/DefaultMessageCreator.d.ts.map +1 -1
- package/dist/typescript/module/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
- package/dist/typescript/module/features/exampleSolution/model/ExampleSolutionApi.d.ts.map +1 -1
- package/dist/typescript/module/features/gifCelebrations/helpers.d.ts +2 -2
- package/dist/typescript/module/features/gifCelebrations/helpers.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/header/NextUp.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/list/Fluency.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/list/ListCard.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/locked/PmStatusOverlay.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/standard/StandardTag.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/hooks/useNextUpDomain.d.ts +5 -0
- package/dist/typescript/module/features/pmProgress/hooks/useNextUpDomain.d.ts.map +1 -0
- package/dist/typescript/module/features/pmProgress/model/PmTreeModel.d.ts +3 -3
- package/dist/typescript/module/features/pmProgress/model/PmTreeModel.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/shared/pmProgress.constants.d.ts +1 -1
- package/dist/typescript/module/features/pmProgress/shared/pmProgress.constants.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/shared/pmProgress.helpers.d.ts +5 -1
- package/dist/typescript/module/features/pmProgress/shared/pmProgress.helpers.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/recording/modal/ModalFooterButtons.d.ts +2 -2
- package/dist/typescript/module/features/voice/recording/modal/ModalFooterButtons.d.ts.map +1 -1
- package/dist/typescript/module/i18n/i18n.d.ts +8 -0
- package/dist/typescript/module/i18n/i18n.d.ts.map +1 -0
- package/dist/typescript/module/index.d.ts +0 -1
- package/dist/typescript/module/index.d.ts.map +1 -1
- package/package.json +11 -6
- package/src/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.tsx +1 -1
- package/src/features/chatbot/errorSpotting/ErrorSpottingButton.tsx +1 -1
- package/src/features/chatbot/helpers.ts +1 -1
- package/src/features/chatbot/model/ChatBoxTextManager.ts +4 -8
- package/src/features/chatbot/model/DefaultMessageCreator.ts +3 -3
- package/src/features/exampleSolution/components/ExampleSolutionModalContent.tsx +3 -4
- package/src/features/exampleSolution/model/ExampleSolutionApi.ts +5 -9
- package/src/features/feedback/components/EmptyComment.tsx +1 -1
- package/src/features/feedback/model/comments.ts +1 -1
- package/src/features/gifCelebrations/components/Gif.tsx +1 -1
- package/src/features/gifCelebrations/helpers.ts +2 -2
- package/src/features/keyboard/components/Numpad/Numpad.tsx +1 -1
- package/src/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.ts +1 -1
- package/src/features/pmProgress/components/chart/components/SlicesPaths.tsx +1 -1
- package/src/features/pmProgress/components/header/NextUp.tsx +7 -14
- package/src/features/pmProgress/components/header/PmProgressHeader.tsx +2 -2
- package/src/features/pmProgress/components/header/StartButton.tsx +1 -1
- package/src/features/pmProgress/components/insights/PmInsights.tsx +1 -1
- package/src/features/pmProgress/components/insights/PmTimeframeStats.tsx +2 -2
- package/src/features/pmProgress/components/list/Fluency.tsx +1 -1
- package/src/features/pmProgress/components/list/ListCard.tsx +3 -2
- package/src/features/pmProgress/components/list/ListItem.tsx +2 -2
- package/src/features/pmProgress/components/list/PmDomainList.tsx +1 -1
- package/src/features/pmProgress/components/locked/PmStatusOverlay.tsx +4 -12
- package/src/features/pmProgress/components/recs/PmTeacherRecs.tsx +2 -2
- package/src/features/pmProgress/components/standard/StandardTag.tsx +4 -3
- package/src/features/pmProgress/hooks/useNextUpDomain.ts +31 -0
- package/src/features/pmProgress/model/PmTreeModel.ts +26 -17
- package/src/features/pmProgress/shared/pmProgress.constants.ts +1 -1
- package/src/features/pmProgress/shared/pmProgress.helpers.ts +13 -2
- package/src/features/voice/playing/components/VoiceTranscriptionsDropdown.tsx +1 -1
- package/src/features/voice/playing/components/VoiceTranscriptionsDropdownItem.tsx +1 -1
- package/src/features/voice/recording/components/VoiceRecordButton.tsx +1 -1
- package/src/features/voice/recording/modal/ModalFooterButtons.tsx +2 -3
- package/src/features/voice/recording/modal/VoiceRecordDeleteModal.tsx +1 -1
- package/src/features/voice/recording/modal/VoiceRecordUndoModal.tsx +1 -1
- package/src/features/voice/recording/model/VoiceRecord.model.ts +1 -1
- package/{dist/commonjs/shared/translation/localization/en.json → src/i18n/.generated/schema.json} +67 -62
- package/src/i18n/i18n.ts +13 -0
- package/src/i18n/i18next.d.ts +20 -0
- package/src/index.ts +0 -1
- package/src/lib/helpers/helpers.ts +1 -1
- package/dist/commonjs/lib/types/keys.js +0 -2
- package/dist/commonjs/lib/types/keys.js.map +0 -1
- package/dist/commonjs/shared/translation/constants.js +0 -23
- package/dist/commonjs/shared/translation/constants.js.map +0 -1
- package/dist/commonjs/shared/translation/helpers.js +0 -47
- package/dist/commonjs/shared/translation/helpers.js.map +0 -1
- package/dist/commonjs/shared/translation/hooks.js +0 -25
- package/dist/commonjs/shared/translation/hooks.js.map +0 -1
- package/dist/commonjs/shared/translation/index.js +0 -45
- package/dist/commonjs/shared/translation/index.js.map +0 -1
- package/dist/commonjs/shared/translation/localization/ca.json +0 -85
- package/dist/commonjs/shared/translation/localization/de.json +0 -85
- package/dist/commonjs/shared/translation/localization/gb.json +0 -85
- package/dist/commonjs/shared/translation/localization/sct.json +0 -85
- package/dist/commonjs/shared/translation/localization/sw.json +0 -85
- package/dist/commonjs/shared/translation/model.js +0 -15
- package/dist/commonjs/shared/translation/model.js.map +0 -1
- package/dist/commonjs/shared/translation/types.js +0 -6
- package/dist/commonjs/shared/translation/types.js.map +0 -1
- package/dist/commonjs/shared/translation/validation.types.js +0 -6
- package/dist/commonjs/shared/translation/validation.types.js.map +0 -1
- package/dist/module/lib/types/keys.js +0 -2
- package/dist/module/lib/types/keys.js.map +0 -1
- package/dist/module/shared/translation/constants.js +0 -18
- package/dist/module/shared/translation/constants.js.map +0 -1
- package/dist/module/shared/translation/helpers.js +0 -38
- package/dist/module/shared/translation/helpers.js.map +0 -1
- package/dist/module/shared/translation/hooks.js +0 -19
- package/dist/module/shared/translation/hooks.js.map +0 -1
- package/dist/module/shared/translation/index.js +0 -6
- package/dist/module/shared/translation/index.js.map +0 -1
- package/dist/module/shared/translation/localization/ca.json +0 -85
- package/dist/module/shared/translation/localization/de.json +0 -85
- package/dist/module/shared/translation/localization/en.json +0 -85
- package/dist/module/shared/translation/localization/gb.json +0 -85
- package/dist/module/shared/translation/localization/sct.json +0 -85
- package/dist/module/shared/translation/localization/sw.json +0 -85
- package/dist/module/shared/translation/model.js +0 -11
- package/dist/module/shared/translation/model.js.map +0 -1
- package/dist/module/shared/translation/types.js +0 -4
- package/dist/module/shared/translation/types.js.map +0 -1
- package/dist/module/shared/translation/validation.types.js +0 -4
- package/dist/module/shared/translation/validation.types.js.map +0 -1
- package/dist/typescript/commonjs/lib/types/keys.d.ts +0 -8
- package/dist/typescript/commonjs/lib/types/keys.d.ts.map +0 -1
- package/dist/typescript/commonjs/shared/translation/constants.d.ts +0 -513
- package/dist/typescript/commonjs/shared/translation/constants.d.ts.map +0 -1
- package/dist/typescript/commonjs/shared/translation/helpers.d.ts +0 -7
- package/dist/typescript/commonjs/shared/translation/helpers.d.ts.map +0 -1
- package/dist/typescript/commonjs/shared/translation/hooks.d.ts +0 -5
- package/dist/typescript/commonjs/shared/translation/hooks.d.ts.map +0 -1
- package/dist/typescript/commonjs/shared/translation/index.d.ts +0 -4
- package/dist/typescript/commonjs/shared/translation/index.d.ts.map +0 -1
- package/dist/typescript/commonjs/shared/translation/model.d.ts +0 -173
- package/dist/typescript/commonjs/shared/translation/model.d.ts.map +0 -1
- package/dist/typescript/commonjs/shared/translation/types.d.ts +0 -6
- package/dist/typescript/commonjs/shared/translation/types.d.ts.map +0 -1
- package/dist/typescript/commonjs/shared/translation/validation.types.d.ts +0 -21
- package/dist/typescript/commonjs/shared/translation/validation.types.d.ts.map +0 -1
- package/dist/typescript/module/lib/types/keys.d.ts +0 -8
- package/dist/typescript/module/lib/types/keys.d.ts.map +0 -1
- package/dist/typescript/module/shared/translation/constants.d.ts +0 -513
- package/dist/typescript/module/shared/translation/constants.d.ts.map +0 -1
- package/dist/typescript/module/shared/translation/helpers.d.ts +0 -7
- package/dist/typescript/module/shared/translation/helpers.d.ts.map +0 -1
- package/dist/typescript/module/shared/translation/hooks.d.ts +0 -5
- package/dist/typescript/module/shared/translation/hooks.d.ts.map +0 -1
- package/dist/typescript/module/shared/translation/index.d.ts +0 -4
- package/dist/typescript/module/shared/translation/index.d.ts.map +0 -1
- package/dist/typescript/module/shared/translation/model.d.ts +0 -173
- package/dist/typescript/module/shared/translation/model.d.ts.map +0 -1
- package/dist/typescript/module/shared/translation/types.d.ts +0 -6
- package/dist/typescript/module/shared/translation/types.d.ts.map +0 -1
- package/dist/typescript/module/shared/translation/validation.types.d.ts +0 -21
- package/dist/typescript/module/shared/translation/validation.types.d.ts.map +0 -1
- package/src/lib/types/keys.ts +0 -18
- package/src/shared/translation/constants.ts +0 -16
- package/src/shared/translation/helpers.ts +0 -47
- package/src/shared/translation/hooks.ts +0 -25
- package/src/shared/translation/index.ts +0 -3
- package/src/shared/translation/localization/ca.json +0 -85
- package/src/shared/translation/localization/de.json +0 -85
- package/src/shared/translation/localization/en.json +0 -85
- package/src/shared/translation/localization/gb.json +0 -85
- package/src/shared/translation/localization/sct.json +0 -85
- package/src/shared/translation/localization/sw.json +0 -85
- package/src/shared/translation/model.ts +0 -16
- package/src/shared/translation/types.ts +0 -21
- package/src/shared/translation/validation.types.ts +0 -34
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"locale": "sv-SE",
|
|
3
|
-
"teacherFeedback.noComments": "Inga kommentarer än",
|
|
4
|
-
"time.justNow": "alldeles nyss",
|
|
5
|
-
"time.minuteAgo": "minut sedan",
|
|
6
|
-
"time.minutesAgo": "{{count}} minuter sedan",
|
|
7
|
-
"time.hourAgo": "timme sedan",
|
|
8
|
-
"time.hoursAgo": "{{count}} timmar sedan",
|
|
9
|
-
"time.dayAgo": "dag sedan",
|
|
10
|
-
"time.daysAgo": "{{count}} dagar sedan",
|
|
11
|
-
"time.monthAgo": "månad sedan",
|
|
12
|
-
"time.monthsAgo": "{{count}} månader sedan",
|
|
13
|
-
"time.yearAgo": "år sedan",
|
|
14
|
-
"time.yearsAgo": "{{count}} år sedan",
|
|
15
|
-
"chat": {
|
|
16
|
-
"anotherHint": "Ge mig en till ledtråd",
|
|
17
|
-
"getHint": "Få en ledtråd",
|
|
18
|
-
"needHint": "Ge mig en ledtråd",
|
|
19
|
-
"giveHintOpenChat": "Ge ledtråd",
|
|
20
|
-
"answerAgain": "Svara igen för att få en till ledtråd!",
|
|
21
|
-
"errorMessage": "Något gick snett! Försök igen",
|
|
22
|
-
"howCanIHelp": "Hej! Hur kan jag hjälpa dig?",
|
|
23
|
-
"showError": "Visa fel",
|
|
24
|
-
"inputPlaceholder": "Skriv..."
|
|
25
|
-
},
|
|
26
|
-
"gifCelebrations": {
|
|
27
|
-
"greatStart": "Bra start!",
|
|
28
|
-
"onTheWay": "På god väg!",
|
|
29
|
-
"almostThere": "Nästan där"
|
|
30
|
-
},
|
|
31
|
-
"exampleSolution": {
|
|
32
|
-
"exampleSolution": "Lösningsexempel",
|
|
33
|
-
"letMeThink": "Låt mig tänka...",
|
|
34
|
-
"aha": "Aha!",
|
|
35
|
-
"errorMessage": "Något gick snett med att generera en exempellösning"
|
|
36
|
-
},
|
|
37
|
-
"keyboard": {
|
|
38
|
-
"length": "Längd",
|
|
39
|
-
"area": "Area",
|
|
40
|
-
"volume": "Volym",
|
|
41
|
-
"weight": "Vikt",
|
|
42
|
-
"time": "Tid"
|
|
43
|
-
},
|
|
44
|
-
"voice": {
|
|
45
|
-
"deleteRecording": "Radera inspelningen?",
|
|
46
|
-
"youWontBeAbleToRecover": "Du kommer inte att kunna återställa filen när den väl är borta.",
|
|
47
|
-
"recordingDeleted": "Inspelningen raderad.",
|
|
48
|
-
"delete": "Radera",
|
|
49
|
-
"cancel": "Avbryt",
|
|
50
|
-
"noMicrophoneAccess": "Ingen mikrofonåtkomst.",
|
|
51
|
-
"noMicrophoneAccessBySystem": "Mikrofonåtkomst nekad av systeminställningar.",
|
|
52
|
-
"noMicrophoneFound": "Ingen mikrofon hittades.",
|
|
53
|
-
"uploadFailed": "Uppladdning misslyckades. Försök igen.",
|
|
54
|
-
"redoRecording": "Spela in igen?",
|
|
55
|
-
"redo": "Gör om",
|
|
56
|
-
"thisWillRemoveRecording": "Detta tar bort inspelningen.",
|
|
57
|
-
"transcriptions": "Transkriptioner",
|
|
58
|
-
"attempt": "Försök {{number}}",
|
|
59
|
-
"transcriptNotAvailable": "Transkript inte tillgängligt"
|
|
60
|
-
},
|
|
61
|
-
"pmProgress": {
|
|
62
|
-
"title": "Träna",
|
|
63
|
-
"startButton": "STARTA",
|
|
64
|
-
"nextUp": "Nästa!",
|
|
65
|
-
"teacherRecs": "Lärarens rekommendationer",
|
|
66
|
-
"practiceButton": "TRÄNA",
|
|
67
|
-
"stars": "Stjärnor",
|
|
68
|
-
"time": "Träningstid",
|
|
69
|
-
"thisWeek": "Denna vecka",
|
|
70
|
-
"lastWeek": "Förra veckan",
|
|
71
|
-
"allTime": "Totalt",
|
|
72
|
-
"fluency": "Räknefärdighet",
|
|
73
|
-
"andMore": "och {{count}} till...",
|
|
74
|
-
"skillsLeft": "Förmågor kvar",
|
|
75
|
-
"skillLeft": "Förmåga kvar",
|
|
76
|
-
"grade": "Årskurs",
|
|
77
|
-
"gradeK": "F",
|
|
78
|
-
"gradeOther": "Övrigt",
|
|
79
|
-
"loading": "Laddar...",
|
|
80
|
-
"allLockedTitle": "Alla årskurser är låsta",
|
|
81
|
-
"allLockedSubtitle": "Din lärare har låst alla årskurser.\nBe dem att låsa upp så att du kan börja träna.",
|
|
82
|
-
"initErrorTitle": "Något gick fel",
|
|
83
|
-
"initErrorSubtitle": "Vi kunde inte ladda dina framsteg.\nFörsök igen senare."
|
|
84
|
-
}
|
|
85
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import { createEvent, createStore } from 'effector';
|
|
4
|
-
import { LOCALIZATION_CONFIGS } from "./constants.js";
|
|
5
|
-
import { Locale } from '@magmamath/frontend-config';
|
|
6
|
-
export const setLocalization = createEvent();
|
|
7
|
-
export const $localization = createStore(LOCALIZATION_CONFIGS[Locale.US]).on(setLocalization, (state, payload) => {
|
|
8
|
-
if (typeof payload === 'function') return payload(LOCALIZATION_CONFIGS);
|
|
9
|
-
return payload;
|
|
10
|
-
});
|
|
11
|
-
//# sourceMappingURL=model.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["createEvent","createStore","LOCALIZATION_CONFIGS","Locale","setLocalization","$localization","US","on","state","payload"],"sourceRoot":"../../../../src","sources":["shared/translation/model.ts"],"mappings":";;AAAA,SAASA,WAAW,EAAEC,WAAW,QAAQ,UAAU;AAEnD,SAASC,oBAAoB,QAAQ,gBAAa;AAClD,SAASC,MAAM,QAAQ,4BAA4B;AAEnD,OAAO,MAAMC,eAAe,GAAGJ,WAAW,CAExC,CAAC;AAEH,OAAO,MAAMK,aAAa,GAAGJ,WAAW,CAAeC,oBAAoB,CAACC,MAAM,CAACG,EAAE,CAAC,CAAC,CAACC,EAAE,CACxFH,eAAe,EACf,CAACI,KAAK,EAAEC,OAAO,KAAK;EAClB,IAAI,OAAOA,OAAO,KAAK,UAAU,EAAE,OAAOA,OAAO,CAACP,oBAAoB,CAAC;EACvE,OAAOO,OAAO;AAChB,CACF,CAAC","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["shared/translation/types.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["shared/translation/validation.types.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
type JoinKeys<K extends string, P extends string> = `${K}.${P}`;
|
|
2
|
-
type NestedKeys<T, Prefix extends string = ''> = T extends object ? T extends Array<any> ? never : {
|
|
3
|
-
[K in keyof T & string]: T[K] extends object ? JoinKeys<Prefix extends '' ? K : `${Prefix}.${K}`, NestedKeys<T[K], ''>> | (Prefix extends '' ? K : `${Prefix}.${K}`) : Prefix extends '' ? K : `${Prefix}.${K}`;
|
|
4
|
-
}[keyof T & string] : never;
|
|
5
|
-
type FlattenKeys<T> = T extends string ? T : never;
|
|
6
|
-
export type RetrieveKeys<T> = FlattenKeys<NestedKeys<T>>;
|
|
7
|
-
export {};
|
|
8
|
-
//# sourceMappingURL=keys.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"keys.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/keys.ts"],"names":[],"mappings":"AAAA,KAAK,QAAQ,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,MAAM,IAAI,GAAG,CAAC,IAAI,CAAC,EAAE,CAAA;AAE/D,KAAK,UAAU,CAAC,CAAC,EAAE,MAAM,SAAS,MAAM,GAAG,EAAE,IAAI,CAAC,SAAS,MAAM,GAC7D,CAAC,SAAS,KAAK,CAAC,GAAG,CAAC,GAClB,KAAK,GACL;KACG,CAAC,IAAI,MAAM,CAAC,GAAG,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,MAAM,GAEpC,QAAQ,CAAC,MAAM,SAAS,EAAE,GAAG,CAAC,GAAG,GAAG,MAAM,IAAI,CAAC,EAAE,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,GACxE,CAAC,MAAM,SAAS,EAAE,GAAG,CAAC,GAAG,GAAG,MAAM,IAAI,CAAC,EAAE,CAAC,GAC9C,MAAM,SAAS,EAAE,GACf,CAAC,GACD,GAAG,MAAM,IAAI,CAAC,EAAE;CACvB,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC,GACrB,KAAK,CAAA;AAET,KAAK,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,MAAM,GAAG,CAAC,GAAG,KAAK,CAAA;AAClD,MAAM,MAAM,YAAY,CAAC,CAAC,IAAI,WAAW,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1,513 +0,0 @@
|
|
|
1
|
-
export declare const LOCALIZATION_CONFIGS: {
|
|
2
|
-
"en-SE": {
|
|
3
|
-
locale: string;
|
|
4
|
-
"teacherFeedback.noComments": string;
|
|
5
|
-
"time.justNow": string;
|
|
6
|
-
"time.minuteAgo": string;
|
|
7
|
-
"time.minutesAgo": string;
|
|
8
|
-
"time.hourAgo": string;
|
|
9
|
-
"time.hoursAgo": string;
|
|
10
|
-
"time.dayAgo": string;
|
|
11
|
-
"time.daysAgo": string;
|
|
12
|
-
"time.monthAgo": string;
|
|
13
|
-
"time.monthsAgo": string;
|
|
14
|
-
"time.yearAgo": string;
|
|
15
|
-
"time.yearsAgo": string;
|
|
16
|
-
chat: {
|
|
17
|
-
anotherHint: string;
|
|
18
|
-
getHint: string;
|
|
19
|
-
needHint: string;
|
|
20
|
-
giveHintOpenChat: string;
|
|
21
|
-
answerAgain: string;
|
|
22
|
-
errorMessage: string;
|
|
23
|
-
howCanIHelp: string;
|
|
24
|
-
showError: string;
|
|
25
|
-
inputPlaceholder: string;
|
|
26
|
-
};
|
|
27
|
-
gifCelebrations: {
|
|
28
|
-
greatStart: string;
|
|
29
|
-
onTheWay: string;
|
|
30
|
-
almostThere: string;
|
|
31
|
-
};
|
|
32
|
-
exampleSolution: {
|
|
33
|
-
exampleSolution: string;
|
|
34
|
-
letMeThink: string;
|
|
35
|
-
aha: string;
|
|
36
|
-
errorMessage: string;
|
|
37
|
-
};
|
|
38
|
-
keyboard: {
|
|
39
|
-
length: string;
|
|
40
|
-
area: string;
|
|
41
|
-
volume: string;
|
|
42
|
-
weight: string;
|
|
43
|
-
time: string;
|
|
44
|
-
};
|
|
45
|
-
voice: {
|
|
46
|
-
deleteRecording: string;
|
|
47
|
-
youWontBeAbleToRecover: string;
|
|
48
|
-
recordingDeleted: string;
|
|
49
|
-
delete: string;
|
|
50
|
-
cancel: string;
|
|
51
|
-
noMicrophoneAccess: string;
|
|
52
|
-
noMicrophoneAccessBySystem: string;
|
|
53
|
-
noMicrophoneFound: string;
|
|
54
|
-
uploadFailed: string;
|
|
55
|
-
redoRecording: string;
|
|
56
|
-
redo: string;
|
|
57
|
-
thisWillRemoveRecording: string;
|
|
58
|
-
transcriptions: string;
|
|
59
|
-
attempt: string;
|
|
60
|
-
transcriptNotAvailable: string;
|
|
61
|
-
};
|
|
62
|
-
pmProgress: {
|
|
63
|
-
title: string;
|
|
64
|
-
startButton: string;
|
|
65
|
-
nextUp: string;
|
|
66
|
-
teacherRecs: string;
|
|
67
|
-
practiceButton: string;
|
|
68
|
-
stars: string;
|
|
69
|
-
time: string;
|
|
70
|
-
thisWeek: string;
|
|
71
|
-
lastWeek: string;
|
|
72
|
-
allTime: string;
|
|
73
|
-
fluency: string;
|
|
74
|
-
andMore: string;
|
|
75
|
-
skillsLeft: string;
|
|
76
|
-
skillLeft: string;
|
|
77
|
-
grade: string;
|
|
78
|
-
gradeK: string;
|
|
79
|
-
gradeOther: string;
|
|
80
|
-
loading: string;
|
|
81
|
-
allLockedTitle: string;
|
|
82
|
-
allLockedSubtitle: string;
|
|
83
|
-
initErrorTitle: string;
|
|
84
|
-
initErrorSubtitle: string;
|
|
85
|
-
};
|
|
86
|
-
};
|
|
87
|
-
"en-GB": {
|
|
88
|
-
locale: string;
|
|
89
|
-
"teacherFeedback.noComments": string;
|
|
90
|
-
"time.justNow": string;
|
|
91
|
-
"time.minuteAgo": string;
|
|
92
|
-
"time.minutesAgo": string;
|
|
93
|
-
"time.hourAgo": string;
|
|
94
|
-
"time.hoursAgo": string;
|
|
95
|
-
"time.dayAgo": string;
|
|
96
|
-
"time.daysAgo": string;
|
|
97
|
-
"time.monthAgo": string;
|
|
98
|
-
"time.monthsAgo": string;
|
|
99
|
-
"time.yearAgo": string;
|
|
100
|
-
"time.yearsAgo": string;
|
|
101
|
-
chat: {
|
|
102
|
-
anotherHint: string;
|
|
103
|
-
getHint: string;
|
|
104
|
-
needHint: string;
|
|
105
|
-
giveHintOpenChat: string;
|
|
106
|
-
answerAgain: string;
|
|
107
|
-
errorMessage: string;
|
|
108
|
-
howCanIHelp: string;
|
|
109
|
-
showError: string;
|
|
110
|
-
inputPlaceholder: string;
|
|
111
|
-
};
|
|
112
|
-
gifCelebrations: {
|
|
113
|
-
greatStart: string;
|
|
114
|
-
onTheWay: string;
|
|
115
|
-
almostThere: string;
|
|
116
|
-
};
|
|
117
|
-
exampleSolution: {
|
|
118
|
-
exampleSolution: string;
|
|
119
|
-
letMeThink: string;
|
|
120
|
-
aha: string;
|
|
121
|
-
errorMessage: string;
|
|
122
|
-
};
|
|
123
|
-
keyboard: {
|
|
124
|
-
length: string;
|
|
125
|
-
area: string;
|
|
126
|
-
volume: string;
|
|
127
|
-
weight: string;
|
|
128
|
-
time: string;
|
|
129
|
-
};
|
|
130
|
-
voice: {
|
|
131
|
-
deleteRecording: string;
|
|
132
|
-
youWontBeAbleToRecover: string;
|
|
133
|
-
recordingDeleted: string;
|
|
134
|
-
delete: string;
|
|
135
|
-
cancel: string;
|
|
136
|
-
noMicrophoneAccess: string;
|
|
137
|
-
noMicrophoneAccessBySystem: string;
|
|
138
|
-
noMicrophoneFound: string;
|
|
139
|
-
uploadFailed: string;
|
|
140
|
-
redoRecording: string;
|
|
141
|
-
redo: string;
|
|
142
|
-
thisWillRemoveRecording: string;
|
|
143
|
-
transcriptions: string;
|
|
144
|
-
attempt: string;
|
|
145
|
-
transcriptNotAvailable: string;
|
|
146
|
-
};
|
|
147
|
-
pmProgress: {
|
|
148
|
-
title: string;
|
|
149
|
-
startButton: string;
|
|
150
|
-
nextUp: string;
|
|
151
|
-
teacherRecs: string;
|
|
152
|
-
practiceButton: string;
|
|
153
|
-
stars: string;
|
|
154
|
-
time: string;
|
|
155
|
-
thisWeek: string;
|
|
156
|
-
lastWeek: string;
|
|
157
|
-
allTime: string;
|
|
158
|
-
fluency: string;
|
|
159
|
-
andMore: string;
|
|
160
|
-
skillsLeft: string;
|
|
161
|
-
skillLeft: string;
|
|
162
|
-
grade: string;
|
|
163
|
-
gradeK: string;
|
|
164
|
-
gradeOther: string;
|
|
165
|
-
loading: string;
|
|
166
|
-
allLockedTitle: string;
|
|
167
|
-
allLockedSubtitle: string;
|
|
168
|
-
initErrorTitle: string;
|
|
169
|
-
initErrorSubtitle: string;
|
|
170
|
-
};
|
|
171
|
-
};
|
|
172
|
-
"sv-SE": {
|
|
173
|
-
locale: string;
|
|
174
|
-
"teacherFeedback.noComments": string;
|
|
175
|
-
"time.justNow": string;
|
|
176
|
-
"time.minuteAgo": string;
|
|
177
|
-
"time.minutesAgo": string;
|
|
178
|
-
"time.hourAgo": string;
|
|
179
|
-
"time.hoursAgo": string;
|
|
180
|
-
"time.dayAgo": string;
|
|
181
|
-
"time.daysAgo": string;
|
|
182
|
-
"time.monthAgo": string;
|
|
183
|
-
"time.monthsAgo": string;
|
|
184
|
-
"time.yearAgo": string;
|
|
185
|
-
"time.yearsAgo": string;
|
|
186
|
-
chat: {
|
|
187
|
-
anotherHint: string;
|
|
188
|
-
getHint: string;
|
|
189
|
-
needHint: string;
|
|
190
|
-
giveHintOpenChat: string;
|
|
191
|
-
answerAgain: string;
|
|
192
|
-
errorMessage: string;
|
|
193
|
-
howCanIHelp: string;
|
|
194
|
-
showError: string;
|
|
195
|
-
inputPlaceholder: string;
|
|
196
|
-
};
|
|
197
|
-
gifCelebrations: {
|
|
198
|
-
greatStart: string;
|
|
199
|
-
onTheWay: string;
|
|
200
|
-
almostThere: string;
|
|
201
|
-
};
|
|
202
|
-
exampleSolution: {
|
|
203
|
-
exampleSolution: string;
|
|
204
|
-
letMeThink: string;
|
|
205
|
-
aha: string;
|
|
206
|
-
errorMessage: string;
|
|
207
|
-
};
|
|
208
|
-
keyboard: {
|
|
209
|
-
length: string;
|
|
210
|
-
area: string;
|
|
211
|
-
volume: string;
|
|
212
|
-
weight: string;
|
|
213
|
-
time: string;
|
|
214
|
-
};
|
|
215
|
-
voice: {
|
|
216
|
-
deleteRecording: string;
|
|
217
|
-
youWontBeAbleToRecover: string;
|
|
218
|
-
recordingDeleted: string;
|
|
219
|
-
delete: string;
|
|
220
|
-
cancel: string;
|
|
221
|
-
noMicrophoneAccess: string;
|
|
222
|
-
noMicrophoneAccessBySystem: string;
|
|
223
|
-
noMicrophoneFound: string;
|
|
224
|
-
uploadFailed: string;
|
|
225
|
-
redoRecording: string;
|
|
226
|
-
redo: string;
|
|
227
|
-
thisWillRemoveRecording: string;
|
|
228
|
-
transcriptions: string;
|
|
229
|
-
attempt: string;
|
|
230
|
-
transcriptNotAvailable: string;
|
|
231
|
-
};
|
|
232
|
-
pmProgress: {
|
|
233
|
-
title: string;
|
|
234
|
-
startButton: string;
|
|
235
|
-
nextUp: string;
|
|
236
|
-
teacherRecs: string;
|
|
237
|
-
practiceButton: string;
|
|
238
|
-
stars: string;
|
|
239
|
-
time: string;
|
|
240
|
-
thisWeek: string;
|
|
241
|
-
lastWeek: string;
|
|
242
|
-
allTime: string;
|
|
243
|
-
fluency: string;
|
|
244
|
-
andMore: string;
|
|
245
|
-
skillsLeft: string;
|
|
246
|
-
skillLeft: string;
|
|
247
|
-
grade: string;
|
|
248
|
-
gradeK: string;
|
|
249
|
-
gradeOther: string;
|
|
250
|
-
loading: string;
|
|
251
|
-
allLockedTitle: string;
|
|
252
|
-
allLockedSubtitle: string;
|
|
253
|
-
initErrorTitle: string;
|
|
254
|
-
initErrorSubtitle: string;
|
|
255
|
-
};
|
|
256
|
-
};
|
|
257
|
-
"en-CA": {
|
|
258
|
-
locale: string;
|
|
259
|
-
"teacherFeedback.noComments": string;
|
|
260
|
-
"time.justNow": string;
|
|
261
|
-
"time.minuteAgo": string;
|
|
262
|
-
"time.minutesAgo": string;
|
|
263
|
-
"time.hourAgo": string;
|
|
264
|
-
"time.hoursAgo": string;
|
|
265
|
-
"time.dayAgo": string;
|
|
266
|
-
"time.daysAgo": string;
|
|
267
|
-
"time.monthAgo": string;
|
|
268
|
-
"time.monthsAgo": string;
|
|
269
|
-
"time.yearAgo": string;
|
|
270
|
-
"time.yearsAgo": string;
|
|
271
|
-
chat: {
|
|
272
|
-
anotherHint: string;
|
|
273
|
-
getHint: string;
|
|
274
|
-
needHint: string;
|
|
275
|
-
giveHintOpenChat: string;
|
|
276
|
-
answerAgain: string;
|
|
277
|
-
errorMessage: string;
|
|
278
|
-
howCanIHelp: string;
|
|
279
|
-
showError: string;
|
|
280
|
-
inputPlaceholder: string;
|
|
281
|
-
};
|
|
282
|
-
gifCelebrations: {
|
|
283
|
-
greatStart: string;
|
|
284
|
-
onTheWay: string;
|
|
285
|
-
almostThere: string;
|
|
286
|
-
};
|
|
287
|
-
exampleSolution: {
|
|
288
|
-
exampleSolution: string;
|
|
289
|
-
letMeThink: string;
|
|
290
|
-
aha: string;
|
|
291
|
-
errorMessage: string;
|
|
292
|
-
};
|
|
293
|
-
keyboard: {
|
|
294
|
-
length: string;
|
|
295
|
-
area: string;
|
|
296
|
-
volume: string;
|
|
297
|
-
weight: string;
|
|
298
|
-
time: string;
|
|
299
|
-
};
|
|
300
|
-
voice: {
|
|
301
|
-
deleteRecording: string;
|
|
302
|
-
youWontBeAbleToRecover: string;
|
|
303
|
-
recordingDeleted: string;
|
|
304
|
-
delete: string;
|
|
305
|
-
cancel: string;
|
|
306
|
-
noMicrophoneAccess: string;
|
|
307
|
-
noMicrophoneAccessBySystem: string;
|
|
308
|
-
noMicrophoneFound: string;
|
|
309
|
-
uploadFailed: string;
|
|
310
|
-
redoRecording: string;
|
|
311
|
-
redo: string;
|
|
312
|
-
thisWillRemoveRecording: string;
|
|
313
|
-
transcriptions: string;
|
|
314
|
-
attempt: string;
|
|
315
|
-
transcriptNotAvailable: string;
|
|
316
|
-
};
|
|
317
|
-
pmProgress: {
|
|
318
|
-
title: string;
|
|
319
|
-
startButton: string;
|
|
320
|
-
nextUp: string;
|
|
321
|
-
teacherRecs: string;
|
|
322
|
-
practiceButton: string;
|
|
323
|
-
stars: string;
|
|
324
|
-
time: string;
|
|
325
|
-
thisWeek: string;
|
|
326
|
-
lastWeek: string;
|
|
327
|
-
allTime: string;
|
|
328
|
-
fluency: string;
|
|
329
|
-
andMore: string;
|
|
330
|
-
skillsLeft: string;
|
|
331
|
-
skillLeft: string;
|
|
332
|
-
grade: string;
|
|
333
|
-
gradeK: string;
|
|
334
|
-
gradeOther: string;
|
|
335
|
-
loading: string;
|
|
336
|
-
allLockedTitle: string;
|
|
337
|
-
allLockedSubtitle: string;
|
|
338
|
-
initErrorTitle: string;
|
|
339
|
-
initErrorSubtitle: string;
|
|
340
|
-
};
|
|
341
|
-
};
|
|
342
|
-
"en-SCT": {
|
|
343
|
-
locale: string;
|
|
344
|
-
"teacherFeedback.noComments": string;
|
|
345
|
-
"time.justNow": string;
|
|
346
|
-
"time.minuteAgo": string;
|
|
347
|
-
"time.minutesAgo": string;
|
|
348
|
-
"time.hourAgo": string;
|
|
349
|
-
"time.hoursAgo": string;
|
|
350
|
-
"time.dayAgo": string;
|
|
351
|
-
"time.daysAgo": string;
|
|
352
|
-
"time.monthAgo": string;
|
|
353
|
-
"time.monthsAgo": string;
|
|
354
|
-
"time.yearAgo": string;
|
|
355
|
-
"time.yearsAgo": string;
|
|
356
|
-
chat: {
|
|
357
|
-
anotherHint: string;
|
|
358
|
-
getHint: string;
|
|
359
|
-
needHint: string;
|
|
360
|
-
giveHintOpenChat: string;
|
|
361
|
-
answerAgain: string;
|
|
362
|
-
errorMessage: string;
|
|
363
|
-
howCanIHelp: string;
|
|
364
|
-
showError: string;
|
|
365
|
-
inputPlaceholder: string;
|
|
366
|
-
};
|
|
367
|
-
gifCelebrations: {
|
|
368
|
-
greatStart: string;
|
|
369
|
-
onTheWay: string;
|
|
370
|
-
almostThere: string;
|
|
371
|
-
};
|
|
372
|
-
exampleSolution: {
|
|
373
|
-
exampleSolution: string;
|
|
374
|
-
letMeThink: string;
|
|
375
|
-
aha: string;
|
|
376
|
-
errorMessage: string;
|
|
377
|
-
};
|
|
378
|
-
keyboard: {
|
|
379
|
-
length: string;
|
|
380
|
-
area: string;
|
|
381
|
-
volume: string;
|
|
382
|
-
weight: string;
|
|
383
|
-
time: string;
|
|
384
|
-
};
|
|
385
|
-
voice: {
|
|
386
|
-
deleteRecording: string;
|
|
387
|
-
youWontBeAbleToRecover: string;
|
|
388
|
-
recordingDeleted: string;
|
|
389
|
-
delete: string;
|
|
390
|
-
cancel: string;
|
|
391
|
-
noMicrophoneAccess: string;
|
|
392
|
-
noMicrophoneAccessBySystem: string;
|
|
393
|
-
noMicrophoneFound: string;
|
|
394
|
-
uploadFailed: string;
|
|
395
|
-
redoRecording: string;
|
|
396
|
-
redo: string;
|
|
397
|
-
thisWillRemoveRecording: string;
|
|
398
|
-
transcriptions: string;
|
|
399
|
-
attempt: string;
|
|
400
|
-
transcriptNotAvailable: string;
|
|
401
|
-
};
|
|
402
|
-
pmProgress: {
|
|
403
|
-
title: string;
|
|
404
|
-
startButton: string;
|
|
405
|
-
nextUp: string;
|
|
406
|
-
teacherRecs: string;
|
|
407
|
-
practiceButton: string;
|
|
408
|
-
stars: string;
|
|
409
|
-
time: string;
|
|
410
|
-
thisWeek: string;
|
|
411
|
-
lastWeek: string;
|
|
412
|
-
allTime: string;
|
|
413
|
-
fluency: string;
|
|
414
|
-
andMore: string;
|
|
415
|
-
skillsLeft: string;
|
|
416
|
-
skillLeft: string;
|
|
417
|
-
grade: string;
|
|
418
|
-
gradeK: string;
|
|
419
|
-
gradeOther: string;
|
|
420
|
-
loading: string;
|
|
421
|
-
allLockedTitle: string;
|
|
422
|
-
allLockedSubtitle: string;
|
|
423
|
-
initErrorTitle: string;
|
|
424
|
-
initErrorSubtitle: string;
|
|
425
|
-
};
|
|
426
|
-
};
|
|
427
|
-
"de-DE": {
|
|
428
|
-
locale: string;
|
|
429
|
-
"teacherFeedback.noComments": string;
|
|
430
|
-
"time.justNow": string;
|
|
431
|
-
"time.minuteAgo": string;
|
|
432
|
-
"time.minutesAgo": string;
|
|
433
|
-
"time.hourAgo": string;
|
|
434
|
-
"time.hoursAgo": string;
|
|
435
|
-
"time.dayAgo": string;
|
|
436
|
-
"time.daysAgo": string;
|
|
437
|
-
"time.monthAgo": string;
|
|
438
|
-
"time.monthsAgo": string;
|
|
439
|
-
"time.yearAgo": string;
|
|
440
|
-
"time.yearsAgo": string;
|
|
441
|
-
chat: {
|
|
442
|
-
anotherHint: string;
|
|
443
|
-
getHint: string;
|
|
444
|
-
needHint: string;
|
|
445
|
-
giveHintOpenChat: string;
|
|
446
|
-
answerAgain: string;
|
|
447
|
-
errorMessage: string;
|
|
448
|
-
howCanIHelp: string;
|
|
449
|
-
showError: string;
|
|
450
|
-
inputPlaceholder: string;
|
|
451
|
-
};
|
|
452
|
-
gifCelebrations: {
|
|
453
|
-
greatStart: string;
|
|
454
|
-
onTheWay: string;
|
|
455
|
-
almostThere: string;
|
|
456
|
-
};
|
|
457
|
-
exampleSolution: {
|
|
458
|
-
exampleSolution: string;
|
|
459
|
-
letMeThink: string;
|
|
460
|
-
aha: string;
|
|
461
|
-
errorMessage: string;
|
|
462
|
-
};
|
|
463
|
-
keyboard: {
|
|
464
|
-
length: string;
|
|
465
|
-
area: string;
|
|
466
|
-
volume: string;
|
|
467
|
-
weight: string;
|
|
468
|
-
time: string;
|
|
469
|
-
};
|
|
470
|
-
voice: {
|
|
471
|
-
deleteRecording: string;
|
|
472
|
-
youWontBeAbleToRecover: string;
|
|
473
|
-
recordingDeleted: string;
|
|
474
|
-
delete: string;
|
|
475
|
-
cancel: string;
|
|
476
|
-
noMicrophoneAccess: string;
|
|
477
|
-
noMicrophoneAccessBySystem: string;
|
|
478
|
-
noMicrophoneFound: string;
|
|
479
|
-
uploadFailed: string;
|
|
480
|
-
redoRecording: string;
|
|
481
|
-
redo: string;
|
|
482
|
-
thisWillRemoveRecording: string;
|
|
483
|
-
transcriptions: string;
|
|
484
|
-
attempt: string;
|
|
485
|
-
transcriptNotAvailable: string;
|
|
486
|
-
};
|
|
487
|
-
pmProgress: {
|
|
488
|
-
title: string;
|
|
489
|
-
startButton: string;
|
|
490
|
-
nextUp: string;
|
|
491
|
-
teacherRecs: string;
|
|
492
|
-
practiceButton: string;
|
|
493
|
-
stars: string;
|
|
494
|
-
time: string;
|
|
495
|
-
thisWeek: string;
|
|
496
|
-
lastWeek: string;
|
|
497
|
-
allTime: string;
|
|
498
|
-
fluency: string;
|
|
499
|
-
andMore: string;
|
|
500
|
-
skillsLeft: string;
|
|
501
|
-
skillLeft: string;
|
|
502
|
-
grade: string;
|
|
503
|
-
gradeK: string;
|
|
504
|
-
gradeOther: string;
|
|
505
|
-
loading: string;
|
|
506
|
-
allLockedTitle: string;
|
|
507
|
-
allLockedSubtitle: string;
|
|
508
|
-
initErrorTitle: string;
|
|
509
|
-
initErrorSubtitle: string;
|
|
510
|
-
};
|
|
511
|
-
};
|
|
512
|
-
};
|
|
513
|
-
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/constants.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOhC,CAAA"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { LOCALIZATION_CONFIGS } from './constants';
|
|
2
|
-
import { GetText, TranslationKeys, Translations } from './types';
|
|
3
|
-
export declare function getTranslation(config: Translations, key: TranslationKeys): string;
|
|
4
|
-
export declare const getSubstitutedString: (str: string, substitutions?: Record<string, string>) => string;
|
|
5
|
-
export declare const getText: GetText;
|
|
6
|
-
export declare const setFeaturesLocalization: (generator: ((config: typeof LOCALIZATION_CONFIGS) => Translations) | Translations) => void;
|
|
7
|
-
//# sourceMappingURL=helpers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAElD,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAEhE,wBAAgB,cAAc,CAAC,MAAM,EAAE,YAAY,EAAE,GAAG,EAAE,eAAe,UAexE;AAED,eAAO,MAAM,oBAAoB,QAAS,MAAM,kBAAiB,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,WAWtF,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,OAMrB,CAAA;AAED,eAAO,MAAM,uBAAuB,cACvB,CAAC,CAAC,MAAM,EAAE,OAAO,oBAAoB,KAAK,YAAY,CAAC,GAAG,YAAY,SAGlF,CAAA"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { GetText, Translations } from './types';
|
|
2
|
-
import { LOCALIZATION_CONFIGS } from './constants';
|
|
3
|
-
export declare const useText: () => GetText;
|
|
4
|
-
export declare const useFeaturesLocalization: (generator: ((config: typeof LOCALIZATION_CONFIGS) => Translations) | Translations) => void;
|
|
5
|
-
//# sourceMappingURL=hooks.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/hooks.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAE/C,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAGlD,eAAO,MAAM,OAAO,QAAO,OAS1B,CAAA;AAED,eAAO,MAAM,uBAAuB,cACvB,CAAC,CAAC,MAAM,EAAE,OAAO,oBAAoB,KAAK,YAAY,CAAC,GAAG,YAAY,SAKlF,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAC1D,OAAO,EAAE,uBAAuB,EAAE,OAAO,IAAI,CAAC,EAAE,MAAM,WAAW,CAAA;AACjE,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA"}
|