@magmamath/students-features 1.3.15 → 1.3.16

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.
Files changed (299) hide show
  1. package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js +2 -2
  2. package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js.map +1 -1
  3. package/dist/commonjs/features/chatbot/errorSpotting/ErrorSpottingButton.js +2 -2
  4. package/dist/commonjs/features/chatbot/errorSpotting/ErrorSpottingButton.js.map +1 -1
  5. package/dist/commonjs/features/chatbot/helpers.js +3 -3
  6. package/dist/commonjs/features/chatbot/helpers.js.map +1 -1
  7. package/dist/commonjs/features/chatbot/model/ChatBoxTextManager.js +3 -4
  8. package/dist/commonjs/features/chatbot/model/ChatBoxTextManager.js.map +1 -1
  9. package/dist/commonjs/features/chatbot/model/DefaultMessageCreator.js +4 -2
  10. package/dist/commonjs/features/chatbot/model/DefaultMessageCreator.js.map +1 -1
  11. package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js +3 -4
  12. package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
  13. package/dist/commonjs/features/exampleSolution/model/ExampleSolutionApi.js +4 -8
  14. package/dist/commonjs/features/exampleSolution/model/ExampleSolutionApi.js.map +1 -1
  15. package/dist/commonjs/features/feedback/components/EmptyComment.js +2 -2
  16. package/dist/commonjs/features/feedback/components/EmptyComment.js.map +1 -1
  17. package/dist/commonjs/features/feedback/model/comments.js +2 -2
  18. package/dist/commonjs/features/feedback/model/comments.js.map +1 -1
  19. package/dist/commonjs/features/gifCelebrations/components/Gif.js +2 -2
  20. package/dist/commonjs/features/gifCelebrations/components/Gif.js.map +1 -1
  21. package/dist/commonjs/features/gifCelebrations/helpers.js.map +1 -1
  22. package/dist/commonjs/features/keyboard/components/Numpad/Numpad.js +2 -2
  23. package/dist/commonjs/features/keyboard/components/Numpad/Numpad.js.map +1 -1
  24. package/dist/commonjs/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js +2 -2
  25. package/dist/commonjs/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js.map +1 -1
  26. package/dist/commonjs/features/pmProgress/components/header/NextUp.js +2 -2
  27. package/dist/commonjs/features/pmProgress/components/header/NextUp.js.map +1 -1
  28. package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js +2 -2
  29. package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
  30. package/dist/commonjs/features/pmProgress/components/header/StartButton.js +2 -2
  31. package/dist/commonjs/features/pmProgress/components/header/StartButton.js.map +1 -1
  32. package/dist/commonjs/features/pmProgress/components/insights/PmTimeframeStats.js +2 -2
  33. package/dist/commonjs/features/pmProgress/components/insights/PmTimeframeStats.js.map +1 -1
  34. package/dist/commonjs/features/pmProgress/components/list/Fluency.js +2 -2
  35. package/dist/commonjs/features/pmProgress/components/list/Fluency.js.map +1 -1
  36. package/dist/commonjs/features/pmProgress/components/list/ListCard.js +2 -2
  37. package/dist/commonjs/features/pmProgress/components/list/ListCard.js.map +1 -1
  38. package/dist/commonjs/features/pmProgress/components/list/ListItem.js +2 -2
  39. package/dist/commonjs/features/pmProgress/components/list/ListItem.js.map +1 -1
  40. package/dist/commonjs/features/pmProgress/components/locked/PmStatusOverlay.js +2 -2
  41. package/dist/commonjs/features/pmProgress/components/locked/PmStatusOverlay.js.map +1 -1
  42. package/dist/commonjs/features/pmProgress/components/recs/PmTeacherRecs.js +2 -2
  43. package/dist/commonjs/features/pmProgress/components/recs/PmTeacherRecs.js.map +1 -1
  44. package/dist/commonjs/features/pmProgress/shared/pmProgress.helpers.js +5 -5
  45. package/dist/commonjs/features/pmProgress/shared/pmProgress.helpers.js.map +1 -1
  46. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdown.js +2 -2
  47. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdown.js.map +1 -1
  48. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js +2 -2
  49. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js.map +1 -1
  50. package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js +2 -2
  51. package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
  52. package/dist/commonjs/features/voice/recording/modal/ModalFooterButtons.js +2 -2
  53. package/dist/commonjs/features/voice/recording/modal/ModalFooterButtons.js.map +1 -1
  54. package/dist/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.js +2 -2
  55. package/dist/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.js.map +1 -1
  56. package/dist/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.js +2 -2
  57. package/dist/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.js.map +1 -1
  58. package/dist/commonjs/features/voice/recording/model/VoiceRecord.model.js +7 -7
  59. package/dist/commonjs/features/voice/recording/model/VoiceRecord.model.js.map +1 -1
  60. package/dist/commonjs/i18n/i18n.js +15 -0
  61. package/dist/commonjs/i18n/i18n.js.map +1 -0
  62. package/dist/commonjs/i18n/i18next.d.js +5 -0
  63. package/dist/commonjs/i18n/i18next.d.js.map +1 -0
  64. package/dist/commonjs/index.js +26 -41
  65. package/dist/commonjs/index.js.map +1 -1
  66. package/dist/commonjs/lib/helpers/helpers.js +12 -12
  67. package/dist/commonjs/lib/helpers/helpers.js.map +1 -1
  68. package/dist/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js +1 -1
  69. package/dist/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js.map +1 -1
  70. package/dist/module/features/chatbot/errorSpotting/ErrorSpottingButton.js +1 -1
  71. package/dist/module/features/chatbot/errorSpotting/ErrorSpottingButton.js.map +1 -1
  72. package/dist/module/features/chatbot/helpers.js +1 -1
  73. package/dist/module/features/chatbot/helpers.js.map +1 -1
  74. package/dist/module/features/chatbot/model/ChatBoxTextManager.js +2 -3
  75. package/dist/module/features/chatbot/model/ChatBoxTextManager.js.map +1 -1
  76. package/dist/module/features/chatbot/model/DefaultMessageCreator.js +3 -2
  77. package/dist/module/features/chatbot/model/DefaultMessageCreator.js.map +1 -1
  78. package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js +3 -4
  79. package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
  80. package/dist/module/features/exampleSolution/model/ExampleSolutionApi.js +5 -9
  81. package/dist/module/features/exampleSolution/model/ExampleSolutionApi.js.map +1 -1
  82. package/dist/module/features/feedback/components/EmptyComment.js +1 -1
  83. package/dist/module/features/feedback/components/EmptyComment.js.map +1 -1
  84. package/dist/module/features/feedback/model/comments.js +1 -1
  85. package/dist/module/features/feedback/model/comments.js.map +1 -1
  86. package/dist/module/features/gifCelebrations/components/Gif.js +1 -1
  87. package/dist/module/features/gifCelebrations/components/Gif.js.map +1 -1
  88. package/dist/module/features/gifCelebrations/helpers.js.map +1 -1
  89. package/dist/module/features/keyboard/components/Numpad/Numpad.js +1 -1
  90. package/dist/module/features/keyboard/components/Numpad/Numpad.js.map +1 -1
  91. package/dist/module/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js +1 -1
  92. package/dist/module/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js.map +1 -1
  93. package/dist/module/features/pmProgress/components/header/NextUp.js +1 -1
  94. package/dist/module/features/pmProgress/components/header/NextUp.js.map +1 -1
  95. package/dist/module/features/pmProgress/components/header/PmProgressHeader.js +2 -2
  96. package/dist/module/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
  97. package/dist/module/features/pmProgress/components/header/StartButton.js +1 -1
  98. package/dist/module/features/pmProgress/components/header/StartButton.js.map +1 -1
  99. package/dist/module/features/pmProgress/components/insights/PmTimeframeStats.js +2 -3
  100. package/dist/module/features/pmProgress/components/insights/PmTimeframeStats.js.map +1 -1
  101. package/dist/module/features/pmProgress/components/list/Fluency.js +1 -1
  102. package/dist/module/features/pmProgress/components/list/Fluency.js.map +1 -1
  103. package/dist/module/features/pmProgress/components/list/ListCard.js +2 -2
  104. package/dist/module/features/pmProgress/components/list/ListCard.js.map +1 -1
  105. package/dist/module/features/pmProgress/components/list/ListItem.js +2 -2
  106. package/dist/module/features/pmProgress/components/list/ListItem.js.map +1 -1
  107. package/dist/module/features/pmProgress/components/locked/PmStatusOverlay.js +1 -1
  108. package/dist/module/features/pmProgress/components/locked/PmStatusOverlay.js.map +1 -1
  109. package/dist/module/features/pmProgress/components/recs/PmTeacherRecs.js +2 -2
  110. package/dist/module/features/pmProgress/components/recs/PmTeacherRecs.js.map +1 -1
  111. package/dist/module/features/pmProgress/shared/pmProgress.helpers.js +1 -1
  112. package/dist/module/features/pmProgress/shared/pmProgress.helpers.js.map +1 -1
  113. package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdown.js +1 -1
  114. package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdown.js.map +1 -1
  115. package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js +1 -1
  116. package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdownItem.js.map +1 -1
  117. package/dist/module/features/voice/recording/components/VoiceRecordButton.js +1 -1
  118. package/dist/module/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
  119. package/dist/module/features/voice/recording/modal/ModalFooterButtons.js +1 -1
  120. package/dist/module/features/voice/recording/modal/ModalFooterButtons.js.map +1 -1
  121. package/dist/module/features/voice/recording/modal/VoiceRecordDeleteModal.js +1 -1
  122. package/dist/module/features/voice/recording/modal/VoiceRecordDeleteModal.js.map +1 -1
  123. package/dist/module/features/voice/recording/modal/VoiceRecordUndoModal.js +1 -1
  124. package/dist/module/features/voice/recording/modal/VoiceRecordUndoModal.js.map +1 -1
  125. package/dist/module/features/voice/recording/model/VoiceRecord.model.js +1 -1
  126. package/dist/module/features/voice/recording/model/VoiceRecord.model.js.map +1 -1
  127. package/dist/module/i18n/i18n.js +9 -0
  128. package/dist/module/i18n/i18n.js.map +1 -0
  129. package/dist/module/i18n/i18next.d.js +5 -0
  130. package/dist/module/i18n/i18next.d.js.map +1 -0
  131. package/dist/module/index.js +0 -1
  132. package/dist/module/index.js.map +1 -1
  133. package/dist/module/lib/helpers/helpers.js +1 -1
  134. package/dist/module/lib/helpers/helpers.js.map +1 -1
  135. package/dist/typescript/commonjs/features/chatbot/model/ChatBoxTextManager.d.ts +2 -2
  136. package/dist/typescript/commonjs/features/chatbot/model/ChatBoxTextManager.d.ts.map +1 -1
  137. package/dist/typescript/commonjs/features/chatbot/model/DefaultMessageCreator.d.ts +1 -2
  138. package/dist/typescript/commonjs/features/chatbot/model/DefaultMessageCreator.d.ts.map +1 -1
  139. package/dist/typescript/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
  140. package/dist/typescript/commonjs/features/exampleSolution/model/ExampleSolutionApi.d.ts.map +1 -1
  141. package/dist/typescript/commonjs/features/gifCelebrations/helpers.d.ts +2 -2
  142. package/dist/typescript/commonjs/features/gifCelebrations/helpers.d.ts.map +1 -1
  143. package/dist/typescript/commonjs/features/pmProgress/components/list/Fluency.d.ts.map +1 -1
  144. package/dist/typescript/commonjs/features/pmProgress/components/list/ListCard.d.ts.map +1 -1
  145. package/dist/typescript/commonjs/features/pmProgress/components/locked/PmStatusOverlay.d.ts.map +1 -1
  146. package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.helpers.d.ts +1 -1
  147. package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.helpers.d.ts.map +1 -1
  148. package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
  149. package/dist/typescript/commonjs/features/voice/recording/modal/ModalFooterButtons.d.ts +2 -2
  150. package/dist/typescript/commonjs/features/voice/recording/modal/ModalFooterButtons.d.ts.map +1 -1
  151. package/dist/typescript/commonjs/i18n/i18n.d.ts +8 -0
  152. package/dist/typescript/commonjs/i18n/i18n.d.ts.map +1 -0
  153. package/dist/typescript/commonjs/index.d.ts +0 -1
  154. package/dist/typescript/commonjs/index.d.ts.map +1 -1
  155. package/dist/typescript/module/features/chatbot/model/ChatBoxTextManager.d.ts +2 -2
  156. package/dist/typescript/module/features/chatbot/model/ChatBoxTextManager.d.ts.map +1 -1
  157. package/dist/typescript/module/features/chatbot/model/DefaultMessageCreator.d.ts +1 -2
  158. package/dist/typescript/module/features/chatbot/model/DefaultMessageCreator.d.ts.map +1 -1
  159. package/dist/typescript/module/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
  160. package/dist/typescript/module/features/exampleSolution/model/ExampleSolutionApi.d.ts.map +1 -1
  161. package/dist/typescript/module/features/gifCelebrations/helpers.d.ts +2 -2
  162. package/dist/typescript/module/features/gifCelebrations/helpers.d.ts.map +1 -1
  163. package/dist/typescript/module/features/pmProgress/components/list/Fluency.d.ts.map +1 -1
  164. package/dist/typescript/module/features/pmProgress/components/list/ListCard.d.ts.map +1 -1
  165. package/dist/typescript/module/features/pmProgress/components/locked/PmStatusOverlay.d.ts.map +1 -1
  166. package/dist/typescript/module/features/pmProgress/shared/pmProgress.helpers.d.ts +1 -1
  167. package/dist/typescript/module/features/pmProgress/shared/pmProgress.helpers.d.ts.map +1 -1
  168. package/dist/typescript/module/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
  169. package/dist/typescript/module/features/voice/recording/modal/ModalFooterButtons.d.ts +2 -2
  170. package/dist/typescript/module/features/voice/recording/modal/ModalFooterButtons.d.ts.map +1 -1
  171. package/dist/typescript/module/i18n/i18n.d.ts +8 -0
  172. package/dist/typescript/module/i18n/i18n.d.ts.map +1 -0
  173. package/dist/typescript/module/index.d.ts +0 -1
  174. package/dist/typescript/module/index.d.ts.map +1 -1
  175. package/package.json +11 -6
  176. package/src/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.tsx +1 -1
  177. package/src/features/chatbot/errorSpotting/ErrorSpottingButton.tsx +1 -1
  178. package/src/features/chatbot/helpers.ts +1 -1
  179. package/src/features/chatbot/model/ChatBoxTextManager.ts +4 -8
  180. package/src/features/chatbot/model/DefaultMessageCreator.ts +3 -3
  181. package/src/features/exampleSolution/components/ExampleSolutionModalContent.tsx +3 -4
  182. package/src/features/exampleSolution/model/ExampleSolutionApi.ts +5 -9
  183. package/src/features/feedback/components/EmptyComment.tsx +1 -1
  184. package/src/features/feedback/model/comments.ts +1 -1
  185. package/src/features/gifCelebrations/components/Gif.tsx +1 -1
  186. package/src/features/gifCelebrations/helpers.ts +2 -2
  187. package/src/features/keyboard/components/Numpad/Numpad.tsx +1 -1
  188. package/src/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.ts +1 -1
  189. package/src/features/pmProgress/components/header/NextUp.tsx +1 -1
  190. package/src/features/pmProgress/components/header/PmProgressHeader.tsx +2 -2
  191. package/src/features/pmProgress/components/header/StartButton.tsx +1 -1
  192. package/src/features/pmProgress/components/insights/PmTimeframeStats.tsx +2 -2
  193. package/src/features/pmProgress/components/list/Fluency.tsx +1 -1
  194. package/src/features/pmProgress/components/list/ListCard.tsx +3 -2
  195. package/src/features/pmProgress/components/list/ListItem.tsx +2 -2
  196. package/src/features/pmProgress/components/locked/PmStatusOverlay.tsx +4 -12
  197. package/src/features/pmProgress/components/recs/PmTeacherRecs.tsx +2 -2
  198. package/src/features/pmProgress/shared/pmProgress.helpers.ts +2 -2
  199. package/src/features/voice/playing/components/VoiceTranscriptionsDropdown.tsx +1 -1
  200. package/src/features/voice/playing/components/VoiceTranscriptionsDropdownItem.tsx +1 -1
  201. package/src/features/voice/recording/components/VoiceRecordButton.tsx +1 -1
  202. package/src/features/voice/recording/modal/ModalFooterButtons.tsx +2 -3
  203. package/src/features/voice/recording/modal/VoiceRecordDeleteModal.tsx +1 -1
  204. package/src/features/voice/recording/modal/VoiceRecordUndoModal.tsx +1 -1
  205. package/src/features/voice/recording/model/VoiceRecord.model.ts +1 -1
  206. package/{dist/commonjs/shared/translation/localization/en.json → src/i18n/.generated/schema.json} +67 -62
  207. package/src/i18n/i18n.ts +12 -0
  208. package/src/i18n/i18next.d.ts +20 -0
  209. package/src/index.ts +0 -1
  210. package/src/lib/helpers/helpers.ts +1 -1
  211. package/dist/commonjs/lib/types/keys.js +0 -2
  212. package/dist/commonjs/lib/types/keys.js.map +0 -1
  213. package/dist/commonjs/shared/translation/constants.js +0 -23
  214. package/dist/commonjs/shared/translation/constants.js.map +0 -1
  215. package/dist/commonjs/shared/translation/helpers.js +0 -47
  216. package/dist/commonjs/shared/translation/helpers.js.map +0 -1
  217. package/dist/commonjs/shared/translation/hooks.js +0 -25
  218. package/dist/commonjs/shared/translation/hooks.js.map +0 -1
  219. package/dist/commonjs/shared/translation/index.js +0 -45
  220. package/dist/commonjs/shared/translation/index.js.map +0 -1
  221. package/dist/commonjs/shared/translation/localization/ca.json +0 -85
  222. package/dist/commonjs/shared/translation/localization/de.json +0 -85
  223. package/dist/commonjs/shared/translation/localization/gb.json +0 -85
  224. package/dist/commonjs/shared/translation/localization/sct.json +0 -85
  225. package/dist/commonjs/shared/translation/localization/sw.json +0 -85
  226. package/dist/commonjs/shared/translation/model.js +0 -15
  227. package/dist/commonjs/shared/translation/model.js.map +0 -1
  228. package/dist/commonjs/shared/translation/types.js +0 -6
  229. package/dist/commonjs/shared/translation/types.js.map +0 -1
  230. package/dist/commonjs/shared/translation/validation.types.js +0 -6
  231. package/dist/commonjs/shared/translation/validation.types.js.map +0 -1
  232. package/dist/module/lib/types/keys.js +0 -2
  233. package/dist/module/lib/types/keys.js.map +0 -1
  234. package/dist/module/shared/translation/constants.js +0 -18
  235. package/dist/module/shared/translation/constants.js.map +0 -1
  236. package/dist/module/shared/translation/helpers.js +0 -38
  237. package/dist/module/shared/translation/helpers.js.map +0 -1
  238. package/dist/module/shared/translation/hooks.js +0 -19
  239. package/dist/module/shared/translation/hooks.js.map +0 -1
  240. package/dist/module/shared/translation/index.js +0 -6
  241. package/dist/module/shared/translation/index.js.map +0 -1
  242. package/dist/module/shared/translation/localization/ca.json +0 -85
  243. package/dist/module/shared/translation/localization/de.json +0 -85
  244. package/dist/module/shared/translation/localization/en.json +0 -85
  245. package/dist/module/shared/translation/localization/gb.json +0 -85
  246. package/dist/module/shared/translation/localization/sct.json +0 -85
  247. package/dist/module/shared/translation/localization/sw.json +0 -85
  248. package/dist/module/shared/translation/model.js +0 -11
  249. package/dist/module/shared/translation/model.js.map +0 -1
  250. package/dist/module/shared/translation/types.js +0 -4
  251. package/dist/module/shared/translation/types.js.map +0 -1
  252. package/dist/module/shared/translation/validation.types.js +0 -4
  253. package/dist/module/shared/translation/validation.types.js.map +0 -1
  254. package/dist/typescript/commonjs/lib/types/keys.d.ts +0 -8
  255. package/dist/typescript/commonjs/lib/types/keys.d.ts.map +0 -1
  256. package/dist/typescript/commonjs/shared/translation/constants.d.ts +0 -513
  257. package/dist/typescript/commonjs/shared/translation/constants.d.ts.map +0 -1
  258. package/dist/typescript/commonjs/shared/translation/helpers.d.ts +0 -7
  259. package/dist/typescript/commonjs/shared/translation/helpers.d.ts.map +0 -1
  260. package/dist/typescript/commonjs/shared/translation/hooks.d.ts +0 -5
  261. package/dist/typescript/commonjs/shared/translation/hooks.d.ts.map +0 -1
  262. package/dist/typescript/commonjs/shared/translation/index.d.ts +0 -4
  263. package/dist/typescript/commonjs/shared/translation/index.d.ts.map +0 -1
  264. package/dist/typescript/commonjs/shared/translation/model.d.ts +0 -173
  265. package/dist/typescript/commonjs/shared/translation/model.d.ts.map +0 -1
  266. package/dist/typescript/commonjs/shared/translation/types.d.ts +0 -6
  267. package/dist/typescript/commonjs/shared/translation/types.d.ts.map +0 -1
  268. package/dist/typescript/commonjs/shared/translation/validation.types.d.ts +0 -21
  269. package/dist/typescript/commonjs/shared/translation/validation.types.d.ts.map +0 -1
  270. package/dist/typescript/module/lib/types/keys.d.ts +0 -8
  271. package/dist/typescript/module/lib/types/keys.d.ts.map +0 -1
  272. package/dist/typescript/module/shared/translation/constants.d.ts +0 -513
  273. package/dist/typescript/module/shared/translation/constants.d.ts.map +0 -1
  274. package/dist/typescript/module/shared/translation/helpers.d.ts +0 -7
  275. package/dist/typescript/module/shared/translation/helpers.d.ts.map +0 -1
  276. package/dist/typescript/module/shared/translation/hooks.d.ts +0 -5
  277. package/dist/typescript/module/shared/translation/hooks.d.ts.map +0 -1
  278. package/dist/typescript/module/shared/translation/index.d.ts +0 -4
  279. package/dist/typescript/module/shared/translation/index.d.ts.map +0 -1
  280. package/dist/typescript/module/shared/translation/model.d.ts +0 -173
  281. package/dist/typescript/module/shared/translation/model.d.ts.map +0 -1
  282. package/dist/typescript/module/shared/translation/types.d.ts +0 -6
  283. package/dist/typescript/module/shared/translation/types.d.ts.map +0 -1
  284. package/dist/typescript/module/shared/translation/validation.types.d.ts +0 -21
  285. package/dist/typescript/module/shared/translation/validation.types.d.ts.map +0 -1
  286. package/src/lib/types/keys.ts +0 -18
  287. package/src/shared/translation/constants.ts +0 -16
  288. package/src/shared/translation/helpers.ts +0 -47
  289. package/src/shared/translation/hooks.ts +0 -25
  290. package/src/shared/translation/index.ts +0 -3
  291. package/src/shared/translation/localization/ca.json +0 -85
  292. package/src/shared/translation/localization/de.json +0 -85
  293. package/src/shared/translation/localization/en.json +0 -85
  294. package/src/shared/translation/localization/gb.json +0 -85
  295. package/src/shared/translation/localization/sct.json +0 -85
  296. package/src/shared/translation/localization/sw.json +0 -85
  297. package/src/shared/translation/model.ts +0 -16
  298. package/src/shared/translation/types.ts +0 -21
  299. package/src/shared/translation/validation.types.ts +0 -34
@@ -1,85 +0,0 @@
1
- {
2
- "locale": "en-SCT",
3
- "teacherFeedback.noComments": "No comments yet",
4
- "time.justNow": "just now",
5
- "time.minuteAgo": "minute ago",
6
- "time.minutesAgo": "{{count}} minutes ago",
7
- "time.hourAgo": "hour ago",
8
- "time.hoursAgo": "{{count}} hours ago",
9
- "time.dayAgo": "day ago",
10
- "time.daysAgo": "{{count}} days ago",
11
- "time.monthAgo": "month ago",
12
- "time.monthsAgo": "{{count}} months ago",
13
- "time.yearAgo": "year ago",
14
- "time.yearsAgo": "{{count}} years ago",
15
- "chat": {
16
- "anotherHint": "Give me another hint",
17
- "getHint": "Get a hint",
18
- "needHint": "I need a hint",
19
- "giveHintOpenChat": "I need a hint",
20
- "answerAgain": "Answer again to get another hint!",
21
- "errorMessage": "Something went wrong! Try again",
22
- "howCanIHelp": "Hi! Do you want help?",
23
- "showError": "Show error",
24
- "inputPlaceholder": "Type..."
25
- },
26
- "gifCelebrations": {
27
- "greatStart": "Great start!",
28
- "onTheWay": "On the way!",
29
- "almostThere": "Almost there"
30
- },
31
- "exampleSolution": {
32
- "exampleSolution": "Example solution",
33
- "letMeThink": "Let me think...",
34
- "aha": "Aha!",
35
- "errorMessage": "Something went wrong with generating an example solution"
36
- },
37
- "keyboard": {
38
- "length": "Length",
39
- "area": "Area",
40
- "volume": "Volume",
41
- "weight": "Weight",
42
- "time": "Time"
43
- },
44
- "voice": {
45
- "deleteRecording": "Delete recording?",
46
- "youWontBeAbleToRecover": "You won't be able to recover this file once it's gone.",
47
- "recordingDeleted": "Recording successfully deleted.",
48
- "delete": "Delete",
49
- "cancel": "Cancel",
50
- "noMicrophoneAccess": "No microphone access.",
51
- "noMicrophoneAccessBySystem": "Microphone access denied by system settings.",
52
- "noMicrophoneFound": "No microphone found.",
53
- "uploadFailed": "Upload failed. Please try again.",
54
- "redoRecording": "Redo recording?",
55
- "redo": "Redo",
56
- "thisWillRemoveRecording": "This will remove your previous recording.",
57
- "transcriptions": "Transcriptions",
58
- "attempt": "Attempt {{number}}",
59
- "transcriptNotAvailable": "Transcript not available"
60
- },
61
- "pmProgress": {
62
- "title": "Practice & Progress",
63
- "startButton": "START",
64
- "nextUp": "Next up!",
65
- "teacherRecs": "Teacher recommendations",
66
- "practiceButton": "PRACTICE",
67
- "stars": "Practice stars",
68
- "time": "Practice time",
69
- "thisWeek": "This week",
70
- "lastWeek": "Last week",
71
- "allTime": "All time",
72
- "fluency": "Fluency",
73
- "andMore": "and {{count}} more...",
74
- "skillsLeft": "skills left",
75
- "skillLeft": "skill left",
76
- "grade": "Year",
77
- "gradeK": "R",
78
- "gradeOther": "Other",
79
- "loading": "Loading...",
80
- "allLockedTitle": "All years are locked",
81
- "allLockedSubtitle": "Your teacher has locked all years.\nAsk them to unlock years so you can start practising.",
82
- "initErrorTitle": "Something went wrong",
83
- "initErrorSubtitle": "We couldn't load your progress.\nPlease try again later."
84
- }
85
- }
@@ -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,15 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.setLocalization = exports.$localization = void 0;
7
- var _effector = require("effector");
8
- var _constants = require("./constants.js");
9
- var _frontendConfig = require("@magmamath/frontend-config");
10
- const setLocalization = exports.setLocalization = (0, _effector.createEvent)();
11
- const $localization = exports.$localization = (0, _effector.createStore)(_constants.LOCALIZATION_CONFIGS[_frontendConfig.Locale.US]).on(setLocalization, (state, payload) => {
12
- if (typeof payload === 'function') return payload(_constants.LOCALIZATION_CONFIGS);
13
- return payload;
14
- });
15
- //# sourceMappingURL=model.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_effector","require","_constants","_frontendConfig","setLocalization","exports","createEvent","$localization","createStore","LOCALIZATION_CONFIGS","Locale","US","on","state","payload"],"sourceRoot":"../../../../src","sources":["shared/translation/model.ts"],"mappings":";;;;;;AAAA,IAAAA,SAAA,GAAAC,OAAA;AAEA,IAAAC,UAAA,GAAAD,OAAA;AACA,IAAAE,eAAA,GAAAF,OAAA;AAEO,MAAMG,eAAe,GAAAC,OAAA,CAAAD,eAAA,GAAG,IAAAE,qBAAW,EAExC,CAAC;AAEI,MAAMC,aAAa,GAAAF,OAAA,CAAAE,aAAA,GAAG,IAAAC,qBAAW,EAAeC,+BAAoB,CAACC,sBAAM,CAACC,EAAE,CAAC,CAAC,CAACC,EAAE,CACxFR,eAAe,EACf,CAACS,KAAK,EAAEC,OAAO,KAAK;EAClB,IAAI,OAAOA,OAAO,KAAK,UAAU,EAAE,OAAOA,OAAO,CAACL,+BAAoB,CAAC;EACvE,OAAOK,OAAO;AAChB,CACF,CAAC","ignoreList":[]}
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["shared/translation/types.ts"],"mappings":"","ignoreList":[]}
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- //# sourceMappingURL=validation.types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["shared/translation/validation.types.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- "use strict";
2
- //# sourceMappingURL=keys.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["lib/types/keys.ts"],"mappings":"","ignoreList":[]}
@@ -1,18 +0,0 @@
1
- "use strict";
2
-
3
- import { Locale } from '@magmamath/frontend-config';
4
- import EN from './localization/en.json';
5
- import GB from './localization/gb.json';
6
- import SW from './localization/sw.json';
7
- import CA from './localization/ca.json';
8
- import SCT from './localization/sct.json';
9
- import DE from './localization/de.json';
10
- export const LOCALIZATION_CONFIGS = {
11
- [Locale.US]: EN,
12
- [Locale.GB]: GB,
13
- [Locale.SE]: SW,
14
- [Locale.CA]: CA,
15
- [Locale.SCT]: SCT,
16
- [Locale.DE]: DE
17
- };
18
- //# sourceMappingURL=constants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["Locale","EN","GB","SW","CA","SCT","DE","LOCALIZATION_CONFIGS","US","SE"],"sourceRoot":"../../../../src","sources":["shared/translation/constants.ts"],"mappings":";;AAAA,SAASA,MAAM,QAAQ,4BAA4B;AACnD,OAAOC,EAAE,MAAM,wBAAwB;AACvC,OAAOC,EAAE,MAAM,wBAAwB;AACvC,OAAOC,EAAE,MAAM,wBAAwB;AACvC,OAAOC,EAAE,MAAM,wBAAwB;AACvC,OAAOC,GAAG,MAAM,yBAAyB;AACzC,OAAOC,EAAE,MAAM,wBAAwB;AAEvC,OAAO,MAAMC,oBAAoB,GAAG;EAClC,CAACP,MAAM,CAACQ,EAAE,GAAGP,EAAE;EACf,CAACD,MAAM,CAACE,EAAE,GAAGA,EAAE;EACf,CAACF,MAAM,CAACS,EAAE,GAAGN,EAAE;EACf,CAACH,MAAM,CAACI,EAAE,GAAGA,EAAE;EACf,CAACJ,MAAM,CAACK,GAAG,GAAGA,GAAG;EACjB,CAACL,MAAM,CAACM,EAAE,GAAGA;AACf,CAAC","ignoreList":[]}
@@ -1,38 +0,0 @@
1
- "use strict";
2
-
3
- import { $localization, setLocalization } from "./model.js";
4
- export function getTranslation(config, key) {
5
- const rawTranslation = config?.[key];
6
- if (typeof rawTranslation === 'string' || !key.includes('.')) {
7
- return rawTranslation;
8
- }
9
- const keys = key.split('.');
10
- let translation = config;
11
- for (const k of keys) {
12
- if (translation[k] === undefined) return key;
13
- translation = translation[k];
14
- }
15
- if (typeof translation === 'string') {
16
- return translation;
17
- }
18
- return key;
19
- }
20
- export const getSubstitutedString = (str, substitutions = {}) => {
21
- const substitutionsArray = Object.entries(substitutions);
22
- let result = str;
23
- if (!substitutionsArray.length) return result;
24
- substitutionsArray.forEach(([key, value]) => {
25
- result = result.replace(`{{${key}}}`, value);
26
- });
27
- return result;
28
- };
29
- export const getText = (key, args = null) => {
30
- const config = $localization.getState();
31
- const translation = getTranslation(config, key);
32
- if (args) return getSubstitutedString(translation, args);
33
- return translation;
34
- };
35
- export const setFeaturesLocalization = generator => {
36
- setLocalization(generator);
37
- };
38
- //# sourceMappingURL=helpers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["$localization","setLocalization","getTranslation","config","key","rawTranslation","includes","keys","split","translation","k","undefined","getSubstitutedString","str","substitutions","substitutionsArray","Object","entries","result","length","forEach","value","replace","getText","args","getState","setFeaturesLocalization","generator"],"sourceRoot":"../../../../src","sources":["shared/translation/helpers.ts"],"mappings":";;AACA,SAASA,aAAa,EAAEC,eAAe,QAAQ,YAAS;AAGxD,OAAO,SAASC,cAAcA,CAACC,MAAoB,EAAEC,GAAoB,EAAE;EACzE,MAAMC,cAAc,GAAGF,MAAM,GAAGC,GAAG,CAAuB;EAC1D,IAAI,OAAOC,cAAc,KAAK,QAAQ,IAAI,CAACD,GAAG,CAACE,QAAQ,CAAC,GAAG,CAAC,EAAE;IAC5D,OAAOD,cAAc;EACvB;EACA,MAAME,IAAI,GAAGH,GAAG,CAACI,KAAK,CAAC,GAAG,CAAC;EAC3B,IAAIC,WAAW,GAAGN,MAAM;EACxB,KAAK,MAAMO,CAAC,IAAIH,IAAI,EAAE;IACpB,IAAIE,WAAW,CAACC,CAAC,CAAuB,KAAKC,SAAS,EAAE,OAAOP,GAAG;IAClEK,WAAW,GAAGA,WAAW,CAACC,CAAC,CAA8B;EAC3D;EACA,IAAI,OAAOD,WAAW,KAAK,QAAQ,EAAE;IACnC,OAAOA,WAAW;EACpB;EACA,OAAOL,GAAG;AACZ;AAEA,OAAO,MAAMQ,oBAAoB,GAAGA,CAACC,GAAW,EAAEC,aAAqC,GAAG,CAAC,CAAC,KAAK;EAC/F,MAAMC,kBAAkB,GAAGC,MAAM,CAACC,OAAO,CAACH,aAAa,CAAC;EACxD,IAAII,MAAM,GAAGL,GAAG;EAEhB,IAAI,CAACE,kBAAkB,CAACI,MAAM,EAAE,OAAOD,MAAM;EAE7CH,kBAAkB,CAACK,OAAO,CAAC,CAAC,CAAChB,GAAG,EAAEiB,KAAK,CAAC,KAAK;IAC3CH,MAAM,GAAGA,MAAM,CAACI,OAAO,CAAC,KAAKlB,GAAG,IAAI,EAAEiB,KAAK,CAAC;EAC9C,CAAC,CAAC;EAEF,OAAOH,MAAM;AACf,CAAC;AAED,OAAO,MAAMK,OAAgB,GAAGA,CAACnB,GAAoB,EAAEoB,IAAI,GAAG,IAAI,KAAK;EACrE,MAAMrB,MAAM,GAAGH,aAAa,CAACyB,QAAQ,CAAC,CAAC;EAEvC,MAAMhB,WAAW,GAAGP,cAAc,CAACC,MAAM,EAAEC,GAAG,CAAC;EAC/C,IAAIoB,IAAI,EAAE,OAAOZ,oBAAoB,CAACH,WAAW,EAAEe,IAAI,CAAC;EACxD,OAAOf,WAAW;AACpB,CAAC;AAED,OAAO,MAAMiB,uBAAuB,GAClCC,SAAiF,IAC9E;EACH1B,eAAe,CAAC0B,SAAS,CAAC;AAC5B,CAAC","ignoreList":[]}
@@ -1,19 +0,0 @@
1
- "use strict";
2
-
3
- import { useUnit } from 'effector-react';
4
- import { $localization, setLocalization } from "./model.js";
5
- import { useCallback, useEffect } from 'react';
6
- import { getSubstitutedString, getTranslation } from "./helpers.js";
7
- export const useText = () => {
8
- const config = useUnit($localization);
9
- return useCallback((key, args = null) => {
10
- const translation = getTranslation(config, key);
11
- return args ? getSubstitutedString(translation, args) : translation;
12
- }, [config]);
13
- };
14
- export const useFeaturesLocalization = generator => {
15
- useEffect(() => {
16
- setLocalization(generator);
17
- }, [generator]);
18
- };
19
- //# sourceMappingURL=hooks.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["useUnit","$localization","setLocalization","useCallback","useEffect","getSubstitutedString","getTranslation","useText","config","key","args","translation","useFeaturesLocalization","generator"],"sourceRoot":"../../../../src","sources":["shared/translation/hooks.ts"],"mappings":";;AAAA,SAASA,OAAO,QAAQ,gBAAgB;AACxC,SAASC,aAAa,EAAEC,eAAe,QAAQ,YAAS;AAExD,SAASC,WAAW,EAAEC,SAAS,QAAQ,OAAO;AAE9C,SAASC,oBAAoB,EAAEC,cAAc,QAAQ,cAAW;AAEhE,OAAO,MAAMC,OAAO,GAAGA,CAAA,KAAe;EACpC,MAAMC,MAAM,GAAGR,OAAO,CAACC,aAAa,CAAC;EACrC,OAAOE,WAAW,CAChB,CAACM,GAAG,EAAEC,IAAI,GAAG,IAAI,KAAK;IACpB,MAAMC,WAAW,GAAGL,cAAc,CAACE,MAAM,EAAEC,GAAG,CAAC;IAC/C,OAAOC,IAAI,GAAGL,oBAAoB,CAACM,WAAW,EAAED,IAAI,CAAC,GAAGC,WAAW;EACrE,CAAC,EACD,CAACH,MAAM,CACT,CAAC;AACH,CAAC;AAED,OAAO,MAAMI,uBAAuB,GAClCC,SAAiF,IAC9E;EACHT,SAAS,CAAC,MAAM;IACdF,eAAe,CAACW,SAAS,CAAC;EAC5B,CAAC,EAAE,CAACA,SAAS,CAAC,CAAC;AACjB,CAAC","ignoreList":[]}
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- export { useFeaturesLocalization, useText } from "./hooks.js";
4
- export { setFeaturesLocalization, getText as t } from "./helpers.js";
5
- export { $localization, setLocalization } from "./model.js";
6
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["useFeaturesLocalization","useText","setFeaturesLocalization","getText","t","$localization","setLocalization"],"sourceRoot":"../../../../src","sources":["shared/translation/index.ts"],"mappings":";;AAAA,SAASA,uBAAuB,EAAEC,OAAO,QAAQ,YAAS;AAC1D,SAASC,uBAAuB,EAAEC,OAAO,IAAIC,CAAC,QAAQ,cAAW;AACjE,SAASC,aAAa,EAAEC,eAAe,QAAQ,YAAS","ignoreList":[]}
@@ -1,85 +0,0 @@
1
- {
2
- "locale": "en-CA",
3
- "teacherFeedback.noComments": "No comments yet",
4
- "time.justNow": "just now",
5
- "time.minuteAgo": "minute ago",
6
- "time.minutesAgo": "{{count}} minutes ago",
7
- "time.hourAgo": "hour ago",
8
- "time.hoursAgo": "{{count}} hours ago",
9
- "time.dayAgo": "day ago",
10
- "time.daysAgo": "{{count}} days ago",
11
- "time.monthAgo": "month ago",
12
- "time.monthsAgo": "{{count}} months ago",
13
- "time.yearAgo": "year ago",
14
- "time.yearsAgo": "{{count}} years ago",
15
- "chat": {
16
- "anotherHint": "Give me another hint",
17
- "getHint": "Get a hint",
18
- "needHint": "I need a hint",
19
- "giveHintOpenChat": "I need a hint",
20
- "answerAgain": "Answer again to get another hint!",
21
- "errorMessage": "Something went wrong! Try again",
22
- "howCanIHelp": "Hi! Do you want help?",
23
- "showError": "Show error",
24
- "inputPlaceholder": "Type..."
25
- },
26
- "gifCelebrations": {
27
- "greatStart": "Great start!",
28
- "onTheWay": "On the way!",
29
- "almostThere": "Almost there"
30
- },
31
- "exampleSolution": {
32
- "exampleSolution": "Example solution",
33
- "letMeThink": "Let me think...",
34
- "aha": "Aha!",
35
- "errorMessage": "Something went wrong with generating an example solution"
36
- },
37
- "keyboard": {
38
- "length": "Length",
39
- "area": "Area",
40
- "volume": "Volume",
41
- "weight": "Weight",
42
- "time": "Time"
43
- },
44
- "voice": {
45
- "deleteRecording": "Delete recording?",
46
- "youWontBeAbleToRecover": "You won't be able to recover this file once it's gone.",
47
- "recordingDeleted": "Recording successfully deleted.",
48
- "delete": "Delete",
49
- "cancel": "Cancel",
50
- "noMicrophoneAccess": "No microphone access.",
51
- "noMicrophoneAccessBySystem": "Microphone access denied by system settings.",
52
- "noMicrophoneFound": "No microphone found.",
53
- "uploadFailed": "Upload failed. Please try again.",
54
- "redoRecording": "Redo recording?",
55
- "redo": "Redo",
56
- "thisWillRemoveRecording": "This will remove your previous recording.",
57
- "transcriptions": "Transcriptions",
58
- "attempt": "Attempt {{number}}",
59
- "transcriptNotAvailable": "Transcript not available"
60
- },
61
- "pmProgress": {
62
- "title": "Practice & Progress",
63
- "startButton": "START",
64
- "nextUp": "Next up!",
65
- "teacherRecs": "Teacher recommendations",
66
- "practiceButton": "PRACTICE",
67
- "stars": "Practice stars",
68
- "time": "Practice time",
69
- "thisWeek": "This week",
70
- "lastWeek": "Last week",
71
- "allTime": "All time",
72
- "fluency": "Fluency",
73
- "andMore": "and {{count}} more...",
74
- "skillsLeft": "skills left",
75
- "skillLeft": "skill left",
76
- "grade": "Grade",
77
- "gradeK": "K",
78
- "gradeOther": "Other",
79
- "loading": "Loading...",
80
- "allLockedTitle": "All grades are locked",
81
- "allLockedSubtitle": "Your teacher has locked all grades.\nAsk them to unlock grades so you can start practising.",
82
- "initErrorTitle": "Something went wrong",
83
- "initErrorSubtitle": "We couldn't load your progress.\nPlease try again later."
84
- }
85
- }
@@ -1,85 +0,0 @@
1
- {
2
- "locale": "de-DE",
3
- "teacherFeedback.noComments": "Noch keine Kommentare",
4
- "time.justNow": "gerade eben",
5
- "time.minuteAgo": "vor einer Minute",
6
- "time.minutesAgo": "vor {{count}} Minuten",
7
- "time.hourAgo": "vor einer Stunde",
8
- "time.hoursAgo": "vor {{count}} Stunden",
9
- "time.dayAgo": "vor einem Tag",
10
- "time.daysAgo": "vor {{count}} Tagen",
11
- "time.monthAgo": "vor einem Monat",
12
- "time.monthsAgo": "vor {{count}} Monaten",
13
- "time.yearAgo": "vor einem Jahr",
14
- "time.yearsAgo": "vor {{count}} Jahren",
15
- "chat": {
16
- "anotherHint": "Gib mir noch einen Hinweis",
17
- "getHint": "Einen Hinweis erhalten",
18
- "needHint": "Ich brauche einen Hinweis",
19
- "giveHintOpenChat": "Ich brauche einen Hinweis",
20
- "answerAgain": "Noch einmal antworten, um einen weiteren Hinweis zu bekommen!",
21
- "errorMessage": "Etwas ist schiefgelaufen! Versuch es erneut",
22
- "howCanIHelp": "Hi! Möchtest du Hilfe?",
23
- "showError": "Fehler anzeigen",
24
- "inputPlaceholder": "Tippe..."
25
- },
26
- "gifCelebrations": {
27
- "greatStart": "Toller Start!",
28
- "onTheWay": "Auf dem Weg!",
29
- "almostThere": "Fast geschafft"
30
- },
31
- "exampleSolution": {
32
- "exampleSolution": "Beispiellösung",
33
- "letMeThink": "Lass mich nachdenken...",
34
- "aha": "Aha!",
35
- "errorMessage": "Beim Erstellen einer Beispiellösung ist etwas schiefgelaufen"
36
- },
37
- "keyboard": {
38
- "length": "Länge",
39
- "area": "Fläche",
40
- "volume": "Volumen",
41
- "weight": "Gewicht",
42
- "time": "Zeit"
43
- },
44
- "voice": {
45
- "deleteRecording": "Aufnahme löschen?",
46
- "youWontBeAbleToRecover": "Du kannst die Datei nicht wiederherstellen, wenn sie einmal gelöscht ist.",
47
- "recordingDeleted": "Aufnahme gelöscht.",
48
- "delete": "Löschen",
49
- "cancel": "Abbrechen",
50
- "noMicrophoneAccess": "Kein Mikrofon-Zugriff.",
51
- "noMicrophoneAccessBySystem": "Mikrofonzugriff durch Systemeinstellungen verweigert.",
52
- "noMicrophoneFound": "Kein Mikrofon gefunden.",
53
- "uploadFailed": "Hochladen fehlgeschlagen. Bitte versuche es erneut.",
54
- "redoRecording": "Aufnahme erneut aufnehmen?",
55
- "redo": "Wiederholen",
56
- "thisWillRemoveRecording": "Dadurch wird die Aufnahme entfernt.",
57
- "transcriptions": "Transkriptionen",
58
- "attempt": "Versuch {{number}}",
59
- "transcriptNotAvailable": "Transkript nicht verfügbar"
60
- },
61
- "pmProgress": {
62
- "title": "Üben & Fortschritt",
63
- "startButton": "START",
64
- "nextUp": "Als Nächstes dran!",
65
- "teacherRecs": "Empfehlungen der Lehrkraft",
66
- "practiceButton": "ÜBEN",
67
- "stars": "Übungssterne",
68
- "time": "Übungszeit",
69
- "thisWeek": "Diese Woche",
70
- "lastWeek": "Letzte Woche",
71
- "allTime": "Gesamte Zeit",
72
- "fluency": "Sicherheit",
73
- "andMore": "und {{count}} weitere...",
74
- "skillsLeft": "Fähigkeiten übrig",
75
- "skillLeft": "Fähigkeit übrig",
76
- "grade": "Jahrgang",
77
- "gradeK": "Kiga",
78
- "gradeOther": "Sonstige",
79
- "loading": "Wird geladen...",
80
- "allLockedTitle": "Alle Jahrgänge sind gesperrt",
81
- "allLockedSubtitle": "Deine Lehrkraft hat alle Jahrgänge gesperrt.\nBitte sie, Jahrgänge freizuschalten, damit du mit dem Üben beginnen kannst.",
82
- "initErrorTitle": "Etwas ist schiefgelaufen",
83
- "initErrorSubtitle": "Wir konnten deinen Fortschritt nicht laden.\nBitte versuche es später erneut."
84
- }
85
- }
@@ -1,85 +0,0 @@
1
- {
2
- "locale": "en-SE",
3
- "teacherFeedback.noComments": "No comments yet",
4
- "time.justNow": "just now",
5
- "time.minuteAgo": "minute ago",
6
- "time.minutesAgo": "{{count}} minutes ago",
7
- "time.hourAgo": "hour ago",
8
- "time.hoursAgo": "{{count}} hours ago",
9
- "time.dayAgo": "day ago",
10
- "time.daysAgo": "{{count}} days ago",
11
- "time.monthAgo": "month ago",
12
- "time.monthsAgo": "{{count}} months ago",
13
- "time.yearAgo": "year ago",
14
- "time.yearsAgo": "{{count}} years ago",
15
- "chat": {
16
- "anotherHint": "Give me another hint",
17
- "getHint": "Get a hint",
18
- "needHint": "I need a hint",
19
- "giveHintOpenChat": "I need a hint",
20
- "answerAgain": "Answer again to get another hint!",
21
- "errorMessage": "Something went wrong! Try again",
22
- "howCanIHelp": "Hi! Do you want help?",
23
- "showError": "Show error",
24
- "inputPlaceholder": "Type..."
25
- },
26
- "gifCelebrations": {
27
- "greatStart": "Great start!",
28
- "onTheWay": "On the way!",
29
- "almostThere": "Almost there"
30
- },
31
- "exampleSolution": {
32
- "exampleSolution": "Example solution",
33
- "letMeThink": "Let me think...",
34
- "aha": "Aha!",
35
- "errorMessage": "Something went wrong with generating an example solution"
36
- },
37
- "keyboard": {
38
- "length": "Length",
39
- "area": "Area",
40
- "volume": "Volume",
41
- "weight": "Weight",
42
- "time": "Time"
43
- },
44
- "voice": {
45
- "deleteRecording": "Delete recording?",
46
- "youWontBeAbleToRecover": "You won't be able to recover this file once it's gone.",
47
- "recordingDeleted": "Recording successfully deleted.",
48
- "delete": "Delete",
49
- "cancel": "Cancel",
50
- "noMicrophoneAccess": "No microphone access.",
51
- "noMicrophoneAccessBySystem": "Microphone access denied by system settings.",
52
- "noMicrophoneFound": "No microphone found.",
53
- "uploadFailed": "Upload failed. Please try again.",
54
- "redoRecording": "Redo recording?",
55
- "redo": "Redo",
56
- "thisWillRemoveRecording": "This will remove your previous recording.",
57
- "transcriptions": "Transcriptions",
58
- "attempt": "Attempt {{number}}",
59
- "transcriptNotAvailable": "Transcript not available"
60
- },
61
- "pmProgress": {
62
- "title": "Practice & Progress",
63
- "startButton": "START",
64
- "nextUp": "Next up!",
65
- "teacherRecs": "Teacher recommendations",
66
- "practiceButton": "PRACTICE",
67
- "stars": "Practice stars",
68
- "time": "Practice time",
69
- "thisWeek": "This week",
70
- "lastWeek": "Last week",
71
- "allTime": "All time",
72
- "fluency": "Fluency",
73
- "andMore": "and {{count}} more...",
74
- "skillsLeft": "skills left",
75
- "skillLeft": "skill left",
76
- "grade": "Grade",
77
- "gradeK": "K",
78
- "gradeOther": "Other",
79
- "loading": "Loading...",
80
- "allLockedTitle": "All grades are locked",
81
- "allLockedSubtitle": "Your teacher has locked all grades.\nAsk them to unlock grades so you can start practicing.",
82
- "initErrorTitle": "Something went wrong",
83
- "initErrorSubtitle": "We couldn't load your progress.\nPlease try again later."
84
- }
85
- }