@instructure/canvas-rce 5.6.2 → 5.6.3

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 (3415) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/coverage/canvas-rce-jest.xml +2087 -2139
  3. package/coverage/canvas-rce-junit.xml +398 -394
  4. package/es/common/fileUrl.js +4 -3
  5. package/es/enhance-user-content/doc_previews.js +1 -1
  6. package/es/enhance-user-content/enhance_user_content.js +19 -7
  7. package/es/enhance-user-content/instructure_helper.js +2 -1
  8. package/es/rce/RCEWrapper.js +4 -7
  9. package/es/rce/contentRendering.js +2 -2
  10. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  11. package/es/rce/plugins/shared/CanvasContentTray.js +22 -23
  12. package/es/rce/plugins/shared/RceFileBrowser.js +13 -5
  13. package/es/rce/tinyRCE.js +0 -1
  14. package/es/rcs/api.js +3 -2
  15. package/es/sidebar/store/initialState.js +4 -2
  16. package/es/translations/locales/ar.js +36 -0
  17. package/es/translations/locales/ca.js +36 -0
  18. package/es/translations/locales/cy.js +36 -0
  19. package/es/translations/locales/da-x-k12.js +36 -0
  20. package/es/translations/locales/da.js +36 -0
  21. package/es/translations/locales/de.js +36 -0
  22. package/es/translations/locales/en-AU-x-unimelb.js +36 -0
  23. package/es/translations/locales/en-GB-x-ukhe.js +36 -0
  24. package/es/translations/locales/en_AU.js +36 -0
  25. package/es/translations/locales/en_CA.js +36 -0
  26. package/es/translations/locales/en_CY.js +36 -0
  27. package/es/translations/locales/en_GB.js +36 -0
  28. package/es/translations/locales/es.js +36 -0
  29. package/es/translations/locales/es_ES.js +36 -0
  30. package/es/translations/locales/fi.js +36 -0
  31. package/es/translations/locales/fr.js +36 -0
  32. package/es/translations/locales/fr_CA.js +36 -0
  33. package/es/translations/locales/ht.js +36 -0
  34. package/es/translations/locales/is.js +36 -0
  35. package/es/translations/locales/it.js +36 -0
  36. package/es/translations/locales/ja.js +36 -0
  37. package/es/translations/locales/mi.js +36 -0
  38. package/es/translations/locales/nb-x-k12.js +36 -0
  39. package/es/translations/locales/nb.js +36 -0
  40. package/es/translations/locales/nl.js +36 -0
  41. package/es/translations/locales/pl.js +36 -0
  42. package/es/translations/locales/pt.js +36 -0
  43. package/es/translations/locales/pt_BR.js +36 -0
  44. package/es/translations/locales/sl.js +36 -0
  45. package/es/translations/locales/sv-x-k12.js +36 -0
  46. package/es/translations/locales/zh-Hans.js +36 -0
  47. package/es/translations/locales/zh-Hant.js +36 -0
  48. package/es/translations/locales/zh.js +36 -0
  49. package/es/translations/locales/zh_HK.js +36 -0
  50. package/lib/common/fileUrl.js +4 -3
  51. package/lib/enhance-user-content/doc_previews.js +1 -1
  52. package/lib/enhance-user-content/enhance_user_content.js +19 -7
  53. package/lib/enhance-user-content/instructure_helper.js +2 -1
  54. package/lib/rce/RCEWrapper.js +4 -7
  55. package/lib/rce/contentRendering.js +2 -2
  56. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  57. package/lib/rce/plugins/shared/CanvasContentTray.js +22 -23
  58. package/lib/rce/plugins/shared/RceFileBrowser.js +13 -5
  59. package/lib/rce/tinyRCE.js +0 -1
  60. package/lib/rcs/api.js +3 -2
  61. package/lib/sidebar/store/initialState.js +4 -2
  62. package/lib/translated/ar/modules/common/fileUrl.js +4 -3
  63. package/lib/translated/ar/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  64. package/lib/translated/ar/modules/enhance-user-content/doc_previews.js +3 -3
  65. package/lib/translated/ar/modules/enhance-user-content/enhance_user_content.js +23 -11
  66. package/lib/translated/ar/modules/enhance-user-content/instructure_helper.js +4 -3
  67. package/lib/translated/ar/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  68. package/lib/translated/ar/modules/rce/RCEWrapper.js +4 -7
  69. package/lib/translated/ar/modules/rce/StatusBar.js +1 -1
  70. package/lib/translated/ar/modules/rce/__tests__/contentInsertion.test.js +1 -1
  71. package/lib/translated/ar/modules/rce/__tests__/contentRendering.test.js +10 -0
  72. package/lib/translated/ar/modules/rce/contentRendering.js +2 -2
  73. package/lib/translated/ar/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  74. package/lib/translated/ar/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  75. package/lib/translated/ar/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  76. package/lib/translated/ar/modules/rce/tinyRCE.js +0 -1
  77. package/lib/translated/ar/modules/rcs/api.js +3 -2
  78. package/lib/translated/ar/modules/sidebar/store/initialState.js +4 -2
  79. package/lib/translated/ar/modules/translations/locales/ar.js +36 -0
  80. package/lib/translated/ar/modules/translations/locales/ca.js +36 -0
  81. package/lib/translated/ar/modules/translations/locales/cy.js +36 -0
  82. package/lib/translated/ar/modules/translations/locales/da-x-k12.js +36 -0
  83. package/lib/translated/ar/modules/translations/locales/da.js +36 -0
  84. package/lib/translated/ar/modules/translations/locales/de.js +36 -0
  85. package/lib/translated/ar/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  86. package/lib/translated/ar/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  87. package/lib/translated/ar/modules/translations/locales/en_AU.js +36 -0
  88. package/lib/translated/ar/modules/translations/locales/en_CA.js +36 -0
  89. package/lib/translated/ar/modules/translations/locales/en_CY.js +36 -0
  90. package/lib/translated/ar/modules/translations/locales/en_GB.js +36 -0
  91. package/lib/translated/ar/modules/translations/locales/es.js +36 -0
  92. package/lib/translated/ar/modules/translations/locales/es_ES.js +36 -0
  93. package/lib/translated/ar/modules/translations/locales/fi.js +36 -0
  94. package/lib/translated/ar/modules/translations/locales/fr.js +36 -0
  95. package/lib/translated/ar/modules/translations/locales/fr_CA.js +36 -0
  96. package/lib/translated/ar/modules/translations/locales/ht.js +36 -0
  97. package/lib/translated/ar/modules/translations/locales/is.js +36 -0
  98. package/lib/translated/ar/modules/translations/locales/it.js +36 -0
  99. package/lib/translated/ar/modules/translations/locales/ja.js +36 -0
  100. package/lib/translated/ar/modules/translations/locales/mi.js +36 -0
  101. package/lib/translated/ar/modules/translations/locales/nb-x-k12.js +36 -0
  102. package/lib/translated/ar/modules/translations/locales/nb.js +36 -0
  103. package/lib/translated/ar/modules/translations/locales/nl.js +36 -0
  104. package/lib/translated/ar/modules/translations/locales/pl.js +36 -0
  105. package/lib/translated/ar/modules/translations/locales/pt.js +36 -0
  106. package/lib/translated/ar/modules/translations/locales/pt_BR.js +36 -0
  107. package/lib/translated/ar/modules/translations/locales/sl.js +36 -0
  108. package/lib/translated/ar/modules/translations/locales/sv-x-k12.js +36 -0
  109. package/lib/translated/ar/modules/translations/locales/zh-Hans.js +36 -0
  110. package/lib/translated/ar/modules/translations/locales/zh-Hant.js +36 -0
  111. package/lib/translated/ar/modules/translations/locales/zh.js +36 -0
  112. package/lib/translated/ar/modules/translations/locales/zh_HK.js +36 -0
  113. package/lib/translated/ca/modules/common/fileUrl.js +4 -3
  114. package/lib/translated/ca/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  115. package/lib/translated/ca/modules/enhance-user-content/doc_previews.js +3 -3
  116. package/lib/translated/ca/modules/enhance-user-content/enhance_user_content.js +23 -11
  117. package/lib/translated/ca/modules/enhance-user-content/instructure_helper.js +4 -3
  118. package/lib/translated/ca/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  119. package/lib/translated/ca/modules/rce/RCEWrapper.js +4 -7
  120. package/lib/translated/ca/modules/rce/StatusBar.js +1 -1
  121. package/lib/translated/ca/modules/rce/__tests__/contentInsertion.test.js +1 -1
  122. package/lib/translated/ca/modules/rce/__tests__/contentRendering.test.js +10 -0
  123. package/lib/translated/ca/modules/rce/contentRendering.js +2 -2
  124. package/lib/translated/ca/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  125. package/lib/translated/ca/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  126. package/lib/translated/ca/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  127. package/lib/translated/ca/modules/rce/tinyRCE.js +0 -1
  128. package/lib/translated/ca/modules/rcs/api.js +3 -2
  129. package/lib/translated/ca/modules/sidebar/store/initialState.js +4 -2
  130. package/lib/translated/ca/modules/translations/locales/ar.js +36 -0
  131. package/lib/translated/ca/modules/translations/locales/ca.js +36 -0
  132. package/lib/translated/ca/modules/translations/locales/cy.js +36 -0
  133. package/lib/translated/ca/modules/translations/locales/da-x-k12.js +36 -0
  134. package/lib/translated/ca/modules/translations/locales/da.js +36 -0
  135. package/lib/translated/ca/modules/translations/locales/de.js +36 -0
  136. package/lib/translated/ca/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  137. package/lib/translated/ca/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  138. package/lib/translated/ca/modules/translations/locales/en_AU.js +36 -0
  139. package/lib/translated/ca/modules/translations/locales/en_CA.js +36 -0
  140. package/lib/translated/ca/modules/translations/locales/en_CY.js +36 -0
  141. package/lib/translated/ca/modules/translations/locales/en_GB.js +36 -0
  142. package/lib/translated/ca/modules/translations/locales/es.js +36 -0
  143. package/lib/translated/ca/modules/translations/locales/es_ES.js +36 -0
  144. package/lib/translated/ca/modules/translations/locales/fi.js +36 -0
  145. package/lib/translated/ca/modules/translations/locales/fr.js +36 -0
  146. package/lib/translated/ca/modules/translations/locales/fr_CA.js +36 -0
  147. package/lib/translated/ca/modules/translations/locales/ht.js +36 -0
  148. package/lib/translated/ca/modules/translations/locales/is.js +36 -0
  149. package/lib/translated/ca/modules/translations/locales/it.js +36 -0
  150. package/lib/translated/ca/modules/translations/locales/ja.js +36 -0
  151. package/lib/translated/ca/modules/translations/locales/mi.js +36 -0
  152. package/lib/translated/ca/modules/translations/locales/nb-x-k12.js +36 -0
  153. package/lib/translated/ca/modules/translations/locales/nb.js +36 -0
  154. package/lib/translated/ca/modules/translations/locales/nl.js +36 -0
  155. package/lib/translated/ca/modules/translations/locales/pl.js +36 -0
  156. package/lib/translated/ca/modules/translations/locales/pt.js +36 -0
  157. package/lib/translated/ca/modules/translations/locales/pt_BR.js +36 -0
  158. package/lib/translated/ca/modules/translations/locales/sl.js +36 -0
  159. package/lib/translated/ca/modules/translations/locales/sv-x-k12.js +36 -0
  160. package/lib/translated/ca/modules/translations/locales/zh-Hans.js +36 -0
  161. package/lib/translated/ca/modules/translations/locales/zh-Hant.js +36 -0
  162. package/lib/translated/ca/modules/translations/locales/zh.js +36 -0
  163. package/lib/translated/ca/modules/translations/locales/zh_HK.js +36 -0
  164. package/lib/translated/cy/modules/common/fileUrl.js +4 -3
  165. package/lib/translated/cy/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  166. package/lib/translated/cy/modules/enhance-user-content/doc_previews.js +3 -3
  167. package/lib/translated/cy/modules/enhance-user-content/enhance_user_content.js +23 -11
  168. package/lib/translated/cy/modules/enhance-user-content/instructure_helper.js +4 -3
  169. package/lib/translated/cy/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  170. package/lib/translated/cy/modules/rce/RCEWrapper.js +4 -7
  171. package/lib/translated/cy/modules/rce/StatusBar.js +1 -1
  172. package/lib/translated/cy/modules/rce/__tests__/contentInsertion.test.js +1 -1
  173. package/lib/translated/cy/modules/rce/__tests__/contentRendering.test.js +10 -0
  174. package/lib/translated/cy/modules/rce/contentRendering.js +2 -2
  175. package/lib/translated/cy/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  176. package/lib/translated/cy/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  177. package/lib/translated/cy/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  178. package/lib/translated/cy/modules/rce/tinyRCE.js +0 -1
  179. package/lib/translated/cy/modules/rcs/api.js +3 -2
  180. package/lib/translated/cy/modules/sidebar/store/initialState.js +4 -2
  181. package/lib/translated/cy/modules/translations/locales/ar.js +36 -0
  182. package/lib/translated/cy/modules/translations/locales/ca.js +36 -0
  183. package/lib/translated/cy/modules/translations/locales/cy.js +36 -0
  184. package/lib/translated/cy/modules/translations/locales/da-x-k12.js +36 -0
  185. package/lib/translated/cy/modules/translations/locales/da.js +36 -0
  186. package/lib/translated/cy/modules/translations/locales/de.js +36 -0
  187. package/lib/translated/cy/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  188. package/lib/translated/cy/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  189. package/lib/translated/cy/modules/translations/locales/en_AU.js +36 -0
  190. package/lib/translated/cy/modules/translations/locales/en_CA.js +36 -0
  191. package/lib/translated/cy/modules/translations/locales/en_CY.js +36 -0
  192. package/lib/translated/cy/modules/translations/locales/en_GB.js +36 -0
  193. package/lib/translated/cy/modules/translations/locales/es.js +36 -0
  194. package/lib/translated/cy/modules/translations/locales/es_ES.js +36 -0
  195. package/lib/translated/cy/modules/translations/locales/fi.js +36 -0
  196. package/lib/translated/cy/modules/translations/locales/fr.js +36 -0
  197. package/lib/translated/cy/modules/translations/locales/fr_CA.js +36 -0
  198. package/lib/translated/cy/modules/translations/locales/ht.js +36 -0
  199. package/lib/translated/cy/modules/translations/locales/is.js +36 -0
  200. package/lib/translated/cy/modules/translations/locales/it.js +36 -0
  201. package/lib/translated/cy/modules/translations/locales/ja.js +36 -0
  202. package/lib/translated/cy/modules/translations/locales/mi.js +36 -0
  203. package/lib/translated/cy/modules/translations/locales/nb-x-k12.js +36 -0
  204. package/lib/translated/cy/modules/translations/locales/nb.js +36 -0
  205. package/lib/translated/cy/modules/translations/locales/nl.js +36 -0
  206. package/lib/translated/cy/modules/translations/locales/pl.js +36 -0
  207. package/lib/translated/cy/modules/translations/locales/pt.js +36 -0
  208. package/lib/translated/cy/modules/translations/locales/pt_BR.js +36 -0
  209. package/lib/translated/cy/modules/translations/locales/sl.js +36 -0
  210. package/lib/translated/cy/modules/translations/locales/sv-x-k12.js +36 -0
  211. package/lib/translated/cy/modules/translations/locales/zh-Hans.js +36 -0
  212. package/lib/translated/cy/modules/translations/locales/zh-Hant.js +36 -0
  213. package/lib/translated/cy/modules/translations/locales/zh.js +36 -0
  214. package/lib/translated/cy/modules/translations/locales/zh_HK.js +36 -0
  215. package/lib/translated/da/modules/common/fileUrl.js +4 -3
  216. package/lib/translated/da/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  217. package/lib/translated/da/modules/enhance-user-content/doc_previews.js +3 -3
  218. package/lib/translated/da/modules/enhance-user-content/enhance_user_content.js +22 -10
  219. package/lib/translated/da/modules/enhance-user-content/instructure_helper.js +4 -3
  220. package/lib/translated/da/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  221. package/lib/translated/da/modules/rce/RCEWrapper.js +4 -7
  222. package/lib/translated/da/modules/rce/StatusBar.js +1 -1
  223. package/lib/translated/da/modules/rce/__tests__/contentInsertion.test.js +1 -1
  224. package/lib/translated/da/modules/rce/__tests__/contentRendering.test.js +10 -0
  225. package/lib/translated/da/modules/rce/contentRendering.js +2 -2
  226. package/lib/translated/da/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  227. package/lib/translated/da/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  228. package/lib/translated/da/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  229. package/lib/translated/da/modules/rce/tinyRCE.js +0 -1
  230. package/lib/translated/da/modules/rcs/api.js +3 -2
  231. package/lib/translated/da/modules/sidebar/store/initialState.js +4 -2
  232. package/lib/translated/da/modules/translations/locales/ar.js +36 -0
  233. package/lib/translated/da/modules/translations/locales/ca.js +36 -0
  234. package/lib/translated/da/modules/translations/locales/cy.js +36 -0
  235. package/lib/translated/da/modules/translations/locales/da-x-k12.js +36 -0
  236. package/lib/translated/da/modules/translations/locales/da.js +36 -0
  237. package/lib/translated/da/modules/translations/locales/de.js +36 -0
  238. package/lib/translated/da/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  239. package/lib/translated/da/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  240. package/lib/translated/da/modules/translations/locales/en_AU.js +36 -0
  241. package/lib/translated/da/modules/translations/locales/en_CA.js +36 -0
  242. package/lib/translated/da/modules/translations/locales/en_CY.js +36 -0
  243. package/lib/translated/da/modules/translations/locales/en_GB.js +36 -0
  244. package/lib/translated/da/modules/translations/locales/es.js +36 -0
  245. package/lib/translated/da/modules/translations/locales/es_ES.js +36 -0
  246. package/lib/translated/da/modules/translations/locales/fi.js +36 -0
  247. package/lib/translated/da/modules/translations/locales/fr.js +36 -0
  248. package/lib/translated/da/modules/translations/locales/fr_CA.js +36 -0
  249. package/lib/translated/da/modules/translations/locales/ht.js +36 -0
  250. package/lib/translated/da/modules/translations/locales/is.js +36 -0
  251. package/lib/translated/da/modules/translations/locales/it.js +36 -0
  252. package/lib/translated/da/modules/translations/locales/ja.js +36 -0
  253. package/lib/translated/da/modules/translations/locales/mi.js +36 -0
  254. package/lib/translated/da/modules/translations/locales/nb-x-k12.js +36 -0
  255. package/lib/translated/da/modules/translations/locales/nb.js +36 -0
  256. package/lib/translated/da/modules/translations/locales/nl.js +36 -0
  257. package/lib/translated/da/modules/translations/locales/pl.js +36 -0
  258. package/lib/translated/da/modules/translations/locales/pt.js +36 -0
  259. package/lib/translated/da/modules/translations/locales/pt_BR.js +36 -0
  260. package/lib/translated/da/modules/translations/locales/sl.js +36 -0
  261. package/lib/translated/da/modules/translations/locales/sv-x-k12.js +36 -0
  262. package/lib/translated/da/modules/translations/locales/zh-Hans.js +36 -0
  263. package/lib/translated/da/modules/translations/locales/zh-Hant.js +36 -0
  264. package/lib/translated/da/modules/translations/locales/zh.js +36 -0
  265. package/lib/translated/da/modules/translations/locales/zh_HK.js +36 -0
  266. package/lib/translated/da-x-k12/modules/common/fileUrl.js +4 -3
  267. package/lib/translated/da-x-k12/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  268. package/lib/translated/da-x-k12/modules/enhance-user-content/doc_previews.js +3 -3
  269. package/lib/translated/da-x-k12/modules/enhance-user-content/enhance_user_content.js +22 -10
  270. package/lib/translated/da-x-k12/modules/enhance-user-content/instructure_helper.js +4 -3
  271. package/lib/translated/da-x-k12/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  272. package/lib/translated/da-x-k12/modules/rce/RCEWrapper.js +4 -7
  273. package/lib/translated/da-x-k12/modules/rce/StatusBar.js +1 -1
  274. package/lib/translated/da-x-k12/modules/rce/__tests__/contentInsertion.test.js +1 -1
  275. package/lib/translated/da-x-k12/modules/rce/__tests__/contentRendering.test.js +10 -0
  276. package/lib/translated/da-x-k12/modules/rce/contentRendering.js +2 -2
  277. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  278. package/lib/translated/da-x-k12/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  279. package/lib/translated/da-x-k12/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  280. package/lib/translated/da-x-k12/modules/rce/tinyRCE.js +0 -1
  281. package/lib/translated/da-x-k12/modules/rcs/api.js +3 -2
  282. package/lib/translated/da-x-k12/modules/sidebar/store/initialState.js +4 -2
  283. package/lib/translated/da-x-k12/modules/translations/locales/ar.js +36 -0
  284. package/lib/translated/da-x-k12/modules/translations/locales/ca.js +36 -0
  285. package/lib/translated/da-x-k12/modules/translations/locales/cy.js +36 -0
  286. package/lib/translated/da-x-k12/modules/translations/locales/da-x-k12.js +36 -0
  287. package/lib/translated/da-x-k12/modules/translations/locales/da.js +36 -0
  288. package/lib/translated/da-x-k12/modules/translations/locales/de.js +36 -0
  289. package/lib/translated/da-x-k12/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  290. package/lib/translated/da-x-k12/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  291. package/lib/translated/da-x-k12/modules/translations/locales/en_AU.js +36 -0
  292. package/lib/translated/da-x-k12/modules/translations/locales/en_CA.js +36 -0
  293. package/lib/translated/da-x-k12/modules/translations/locales/en_CY.js +36 -0
  294. package/lib/translated/da-x-k12/modules/translations/locales/en_GB.js +36 -0
  295. package/lib/translated/da-x-k12/modules/translations/locales/es.js +36 -0
  296. package/lib/translated/da-x-k12/modules/translations/locales/es_ES.js +36 -0
  297. package/lib/translated/da-x-k12/modules/translations/locales/fi.js +36 -0
  298. package/lib/translated/da-x-k12/modules/translations/locales/fr.js +36 -0
  299. package/lib/translated/da-x-k12/modules/translations/locales/fr_CA.js +36 -0
  300. package/lib/translated/da-x-k12/modules/translations/locales/ht.js +36 -0
  301. package/lib/translated/da-x-k12/modules/translations/locales/is.js +36 -0
  302. package/lib/translated/da-x-k12/modules/translations/locales/it.js +36 -0
  303. package/lib/translated/da-x-k12/modules/translations/locales/ja.js +36 -0
  304. package/lib/translated/da-x-k12/modules/translations/locales/mi.js +36 -0
  305. package/lib/translated/da-x-k12/modules/translations/locales/nb-x-k12.js +36 -0
  306. package/lib/translated/da-x-k12/modules/translations/locales/nb.js +36 -0
  307. package/lib/translated/da-x-k12/modules/translations/locales/nl.js +36 -0
  308. package/lib/translated/da-x-k12/modules/translations/locales/pl.js +36 -0
  309. package/lib/translated/da-x-k12/modules/translations/locales/pt.js +36 -0
  310. package/lib/translated/da-x-k12/modules/translations/locales/pt_BR.js +36 -0
  311. package/lib/translated/da-x-k12/modules/translations/locales/sl.js +36 -0
  312. package/lib/translated/da-x-k12/modules/translations/locales/sv-x-k12.js +36 -0
  313. package/lib/translated/da-x-k12/modules/translations/locales/zh-Hans.js +36 -0
  314. package/lib/translated/da-x-k12/modules/translations/locales/zh-Hant.js +36 -0
  315. package/lib/translated/da-x-k12/modules/translations/locales/zh.js +36 -0
  316. package/lib/translated/da-x-k12/modules/translations/locales/zh_HK.js +36 -0
  317. package/lib/translated/de/modules/common/fileUrl.js +4 -3
  318. package/lib/translated/de/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  319. package/lib/translated/de/modules/enhance-user-content/doc_previews.js +3 -3
  320. package/lib/translated/de/modules/enhance-user-content/enhance_user_content.js +23 -11
  321. package/lib/translated/de/modules/enhance-user-content/instructure_helper.js +4 -3
  322. package/lib/translated/de/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  323. package/lib/translated/de/modules/rce/RCEWrapper.js +4 -7
  324. package/lib/translated/de/modules/rce/StatusBar.js +1 -1
  325. package/lib/translated/de/modules/rce/__tests__/contentInsertion.test.js +1 -1
  326. package/lib/translated/de/modules/rce/__tests__/contentRendering.test.js +10 -0
  327. package/lib/translated/de/modules/rce/contentRendering.js +2 -2
  328. package/lib/translated/de/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  329. package/lib/translated/de/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  330. package/lib/translated/de/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  331. package/lib/translated/de/modules/rce/tinyRCE.js +0 -1
  332. package/lib/translated/de/modules/rcs/api.js +3 -2
  333. package/lib/translated/de/modules/sidebar/store/initialState.js +4 -2
  334. package/lib/translated/de/modules/translations/locales/ar.js +36 -0
  335. package/lib/translated/de/modules/translations/locales/ca.js +36 -0
  336. package/lib/translated/de/modules/translations/locales/cy.js +36 -0
  337. package/lib/translated/de/modules/translations/locales/da-x-k12.js +36 -0
  338. package/lib/translated/de/modules/translations/locales/da.js +36 -0
  339. package/lib/translated/de/modules/translations/locales/de.js +36 -0
  340. package/lib/translated/de/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  341. package/lib/translated/de/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  342. package/lib/translated/de/modules/translations/locales/en_AU.js +36 -0
  343. package/lib/translated/de/modules/translations/locales/en_CA.js +36 -0
  344. package/lib/translated/de/modules/translations/locales/en_CY.js +36 -0
  345. package/lib/translated/de/modules/translations/locales/en_GB.js +36 -0
  346. package/lib/translated/de/modules/translations/locales/es.js +36 -0
  347. package/lib/translated/de/modules/translations/locales/es_ES.js +36 -0
  348. package/lib/translated/de/modules/translations/locales/fi.js +36 -0
  349. package/lib/translated/de/modules/translations/locales/fr.js +36 -0
  350. package/lib/translated/de/modules/translations/locales/fr_CA.js +36 -0
  351. package/lib/translated/de/modules/translations/locales/ht.js +36 -0
  352. package/lib/translated/de/modules/translations/locales/is.js +36 -0
  353. package/lib/translated/de/modules/translations/locales/it.js +36 -0
  354. package/lib/translated/de/modules/translations/locales/ja.js +36 -0
  355. package/lib/translated/de/modules/translations/locales/mi.js +36 -0
  356. package/lib/translated/de/modules/translations/locales/nb-x-k12.js +36 -0
  357. package/lib/translated/de/modules/translations/locales/nb.js +36 -0
  358. package/lib/translated/de/modules/translations/locales/nl.js +36 -0
  359. package/lib/translated/de/modules/translations/locales/pl.js +36 -0
  360. package/lib/translated/de/modules/translations/locales/pt.js +36 -0
  361. package/lib/translated/de/modules/translations/locales/pt_BR.js +36 -0
  362. package/lib/translated/de/modules/translations/locales/sl.js +36 -0
  363. package/lib/translated/de/modules/translations/locales/sv-x-k12.js +36 -0
  364. package/lib/translated/de/modules/translations/locales/zh-Hans.js +36 -0
  365. package/lib/translated/de/modules/translations/locales/zh-Hant.js +36 -0
  366. package/lib/translated/de/modules/translations/locales/zh.js +36 -0
  367. package/lib/translated/de/modules/translations/locales/zh_HK.js +36 -0
  368. package/lib/translated/el/modules/common/fileUrl.js +4 -3
  369. package/lib/translated/el/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  370. package/lib/translated/el/modules/enhance-user-content/doc_previews.js +1 -1
  371. package/lib/translated/el/modules/enhance-user-content/enhance_user_content.js +19 -7
  372. package/lib/translated/el/modules/enhance-user-content/instructure_helper.js +2 -1
  373. package/lib/translated/el/modules/rce/RCEWrapper.js +4 -7
  374. package/lib/translated/el/modules/rce/__tests__/contentInsertion.test.js +1 -1
  375. package/lib/translated/el/modules/rce/__tests__/contentRendering.test.js +10 -0
  376. package/lib/translated/el/modules/rce/contentRendering.js +2 -2
  377. package/lib/translated/el/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  378. package/lib/translated/el/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  379. package/lib/translated/el/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  380. package/lib/translated/el/modules/rce/tinyRCE.js +0 -1
  381. package/lib/translated/el/modules/rcs/api.js +3 -2
  382. package/lib/translated/el/modules/sidebar/store/initialState.js +4 -2
  383. package/lib/translated/el/modules/translations/locales/ar.js +36 -0
  384. package/lib/translated/el/modules/translations/locales/ca.js +36 -0
  385. package/lib/translated/el/modules/translations/locales/cy.js +36 -0
  386. package/lib/translated/el/modules/translations/locales/da-x-k12.js +36 -0
  387. package/lib/translated/el/modules/translations/locales/da.js +36 -0
  388. package/lib/translated/el/modules/translations/locales/de.js +36 -0
  389. package/lib/translated/el/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  390. package/lib/translated/el/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  391. package/lib/translated/el/modules/translations/locales/en_AU.js +36 -0
  392. package/lib/translated/el/modules/translations/locales/en_CA.js +36 -0
  393. package/lib/translated/el/modules/translations/locales/en_CY.js +36 -0
  394. package/lib/translated/el/modules/translations/locales/en_GB.js +36 -0
  395. package/lib/translated/el/modules/translations/locales/es.js +36 -0
  396. package/lib/translated/el/modules/translations/locales/es_ES.js +36 -0
  397. package/lib/translated/el/modules/translations/locales/fi.js +36 -0
  398. package/lib/translated/el/modules/translations/locales/fr.js +36 -0
  399. package/lib/translated/el/modules/translations/locales/fr_CA.js +36 -0
  400. package/lib/translated/el/modules/translations/locales/ht.js +36 -0
  401. package/lib/translated/el/modules/translations/locales/is.js +36 -0
  402. package/lib/translated/el/modules/translations/locales/it.js +36 -0
  403. package/lib/translated/el/modules/translations/locales/ja.js +36 -0
  404. package/lib/translated/el/modules/translations/locales/mi.js +36 -0
  405. package/lib/translated/el/modules/translations/locales/nb-x-k12.js +36 -0
  406. package/lib/translated/el/modules/translations/locales/nb.js +36 -0
  407. package/lib/translated/el/modules/translations/locales/nl.js +36 -0
  408. package/lib/translated/el/modules/translations/locales/pl.js +36 -0
  409. package/lib/translated/el/modules/translations/locales/pt.js +36 -0
  410. package/lib/translated/el/modules/translations/locales/pt_BR.js +36 -0
  411. package/lib/translated/el/modules/translations/locales/sl.js +36 -0
  412. package/lib/translated/el/modules/translations/locales/sv-x-k12.js +36 -0
  413. package/lib/translated/el/modules/translations/locales/zh-Hans.js +36 -0
  414. package/lib/translated/el/modules/translations/locales/zh-Hant.js +36 -0
  415. package/lib/translated/el/modules/translations/locales/zh.js +36 -0
  416. package/lib/translated/el/modules/translations/locales/zh_HK.js +36 -0
  417. package/lib/translated/en/modules/common/fileUrl.js +4 -3
  418. package/lib/translated/en/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  419. package/lib/translated/en/modules/enhance-user-content/doc_previews.js +1 -1
  420. package/lib/translated/en/modules/enhance-user-content/enhance_user_content.js +19 -7
  421. package/lib/translated/en/modules/enhance-user-content/instructure_helper.js +2 -1
  422. package/lib/translated/en/modules/rce/RCEWrapper.js +4 -7
  423. package/lib/translated/en/modules/rce/__tests__/contentInsertion.test.js +1 -1
  424. package/lib/translated/en/modules/rce/__tests__/contentRendering.test.js +10 -0
  425. package/lib/translated/en/modules/rce/contentRendering.js +2 -2
  426. package/lib/translated/en/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  427. package/lib/translated/en/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  428. package/lib/translated/en/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  429. package/lib/translated/en/modules/rce/tinyRCE.js +0 -1
  430. package/lib/translated/en/modules/rcs/api.js +3 -2
  431. package/lib/translated/en/modules/sidebar/store/initialState.js +4 -2
  432. package/lib/translated/en/modules/translations/locales/ar.js +36 -0
  433. package/lib/translated/en/modules/translations/locales/ca.js +36 -0
  434. package/lib/translated/en/modules/translations/locales/cy.js +36 -0
  435. package/lib/translated/en/modules/translations/locales/da-x-k12.js +36 -0
  436. package/lib/translated/en/modules/translations/locales/da.js +36 -0
  437. package/lib/translated/en/modules/translations/locales/de.js +36 -0
  438. package/lib/translated/en/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  439. package/lib/translated/en/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  440. package/lib/translated/en/modules/translations/locales/en_AU.js +36 -0
  441. package/lib/translated/en/modules/translations/locales/en_CA.js +36 -0
  442. package/lib/translated/en/modules/translations/locales/en_CY.js +36 -0
  443. package/lib/translated/en/modules/translations/locales/en_GB.js +36 -0
  444. package/lib/translated/en/modules/translations/locales/es.js +36 -0
  445. package/lib/translated/en/modules/translations/locales/es_ES.js +36 -0
  446. package/lib/translated/en/modules/translations/locales/fi.js +36 -0
  447. package/lib/translated/en/modules/translations/locales/fr.js +36 -0
  448. package/lib/translated/en/modules/translations/locales/fr_CA.js +36 -0
  449. package/lib/translated/en/modules/translations/locales/ht.js +36 -0
  450. package/lib/translated/en/modules/translations/locales/is.js +36 -0
  451. package/lib/translated/en/modules/translations/locales/it.js +36 -0
  452. package/lib/translated/en/modules/translations/locales/ja.js +36 -0
  453. package/lib/translated/en/modules/translations/locales/mi.js +36 -0
  454. package/lib/translated/en/modules/translations/locales/nb-x-k12.js +36 -0
  455. package/lib/translated/en/modules/translations/locales/nb.js +36 -0
  456. package/lib/translated/en/modules/translations/locales/nl.js +36 -0
  457. package/lib/translated/en/modules/translations/locales/pl.js +36 -0
  458. package/lib/translated/en/modules/translations/locales/pt.js +36 -0
  459. package/lib/translated/en/modules/translations/locales/pt_BR.js +36 -0
  460. package/lib/translated/en/modules/translations/locales/sl.js +36 -0
  461. package/lib/translated/en/modules/translations/locales/sv-x-k12.js +36 -0
  462. package/lib/translated/en/modules/translations/locales/zh-Hans.js +36 -0
  463. package/lib/translated/en/modules/translations/locales/zh-Hant.js +36 -0
  464. package/lib/translated/en/modules/translations/locales/zh.js +36 -0
  465. package/lib/translated/en/modules/translations/locales/zh_HK.js +36 -0
  466. package/lib/translated/en-AU-x-unimelb/modules/common/fileUrl.js +4 -3
  467. package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  468. package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/doc_previews.js +1 -1
  469. package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/enhance_user_content.js +20 -8
  470. package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/instructure_helper.js +3 -2
  471. package/lib/translated/en-AU-x-unimelb/modules/rce/RCEWrapper.js +4 -7
  472. package/lib/translated/en-AU-x-unimelb/modules/rce/__tests__/contentInsertion.test.js +1 -1
  473. package/lib/translated/en-AU-x-unimelb/modules/rce/__tests__/contentRendering.test.js +10 -0
  474. package/lib/translated/en-AU-x-unimelb/modules/rce/contentRendering.js +2 -2
  475. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  476. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  477. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  478. package/lib/translated/en-AU-x-unimelb/modules/rce/tinyRCE.js +0 -1
  479. package/lib/translated/en-AU-x-unimelb/modules/rcs/api.js +3 -2
  480. package/lib/translated/en-AU-x-unimelb/modules/sidebar/store/initialState.js +4 -2
  481. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ar.js +36 -0
  482. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ca.js +36 -0
  483. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/cy.js +36 -0
  484. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/da-x-k12.js +36 -0
  485. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/da.js +36 -0
  486. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/de.js +36 -0
  487. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  488. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  489. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en_AU.js +36 -0
  490. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en_CA.js +36 -0
  491. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en_CY.js +36 -0
  492. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en_GB.js +36 -0
  493. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/es.js +36 -0
  494. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/es_ES.js +36 -0
  495. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/fi.js +36 -0
  496. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/fr.js +36 -0
  497. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/fr_CA.js +36 -0
  498. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ht.js +36 -0
  499. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/is.js +36 -0
  500. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/it.js +36 -0
  501. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ja.js +36 -0
  502. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/mi.js +36 -0
  503. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/nb-x-k12.js +36 -0
  504. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/nb.js +36 -0
  505. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/nl.js +36 -0
  506. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/pl.js +36 -0
  507. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/pt.js +36 -0
  508. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/pt_BR.js +36 -0
  509. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/sl.js +36 -0
  510. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/sv-x-k12.js +36 -0
  511. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/zh-Hans.js +36 -0
  512. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/zh-Hant.js +36 -0
  513. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/zh.js +36 -0
  514. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/zh_HK.js +36 -0
  515. package/lib/translated/en-GB-x-ukhe/modules/common/fileUrl.js +4 -3
  516. package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  517. package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/doc_previews.js +1 -1
  518. package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/enhance_user_content.js +20 -8
  519. package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/instructure_helper.js +3 -2
  520. package/lib/translated/en-GB-x-ukhe/modules/rce/RCEWrapper.js +4 -7
  521. package/lib/translated/en-GB-x-ukhe/modules/rce/__tests__/contentInsertion.test.js +1 -1
  522. package/lib/translated/en-GB-x-ukhe/modules/rce/__tests__/contentRendering.test.js +10 -0
  523. package/lib/translated/en-GB-x-ukhe/modules/rce/contentRendering.js +2 -2
  524. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  525. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  526. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  527. package/lib/translated/en-GB-x-ukhe/modules/rce/tinyRCE.js +0 -1
  528. package/lib/translated/en-GB-x-ukhe/modules/rcs/api.js +3 -2
  529. package/lib/translated/en-GB-x-ukhe/modules/sidebar/store/initialState.js +4 -2
  530. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ar.js +36 -0
  531. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ca.js +36 -0
  532. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/cy.js +36 -0
  533. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/da-x-k12.js +36 -0
  534. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/da.js +36 -0
  535. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/de.js +36 -0
  536. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  537. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  538. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en_AU.js +36 -0
  539. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en_CA.js +36 -0
  540. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en_CY.js +36 -0
  541. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en_GB.js +36 -0
  542. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/es.js +36 -0
  543. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/es_ES.js +36 -0
  544. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/fi.js +36 -0
  545. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/fr.js +36 -0
  546. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/fr_CA.js +36 -0
  547. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ht.js +36 -0
  548. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/is.js +36 -0
  549. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/it.js +36 -0
  550. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ja.js +36 -0
  551. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/mi.js +36 -0
  552. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/nb-x-k12.js +36 -0
  553. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/nb.js +36 -0
  554. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/nl.js +36 -0
  555. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/pl.js +36 -0
  556. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/pt.js +36 -0
  557. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/pt_BR.js +36 -0
  558. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/sl.js +36 -0
  559. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/sv-x-k12.js +36 -0
  560. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/zh-Hans.js +36 -0
  561. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/zh-Hant.js +36 -0
  562. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/zh.js +36 -0
  563. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/zh_HK.js +36 -0
  564. package/lib/translated/en_AU/modules/common/fileUrl.js +4 -3
  565. package/lib/translated/en_AU/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  566. package/lib/translated/en_AU/modules/enhance-user-content/doc_previews.js +1 -1
  567. package/lib/translated/en_AU/modules/enhance-user-content/enhance_user_content.js +20 -8
  568. package/lib/translated/en_AU/modules/enhance-user-content/instructure_helper.js +3 -2
  569. package/lib/translated/en_AU/modules/rce/RCEWrapper.js +4 -7
  570. package/lib/translated/en_AU/modules/rce/__tests__/contentInsertion.test.js +1 -1
  571. package/lib/translated/en_AU/modules/rce/__tests__/contentRendering.test.js +10 -0
  572. package/lib/translated/en_AU/modules/rce/contentRendering.js +2 -2
  573. package/lib/translated/en_AU/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  574. package/lib/translated/en_AU/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  575. package/lib/translated/en_AU/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  576. package/lib/translated/en_AU/modules/rce/tinyRCE.js +0 -1
  577. package/lib/translated/en_AU/modules/rcs/api.js +3 -2
  578. package/lib/translated/en_AU/modules/sidebar/store/initialState.js +4 -2
  579. package/lib/translated/en_AU/modules/translations/locales/ar.js +36 -0
  580. package/lib/translated/en_AU/modules/translations/locales/ca.js +36 -0
  581. package/lib/translated/en_AU/modules/translations/locales/cy.js +36 -0
  582. package/lib/translated/en_AU/modules/translations/locales/da-x-k12.js +36 -0
  583. package/lib/translated/en_AU/modules/translations/locales/da.js +36 -0
  584. package/lib/translated/en_AU/modules/translations/locales/de.js +36 -0
  585. package/lib/translated/en_AU/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  586. package/lib/translated/en_AU/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  587. package/lib/translated/en_AU/modules/translations/locales/en_AU.js +36 -0
  588. package/lib/translated/en_AU/modules/translations/locales/en_CA.js +36 -0
  589. package/lib/translated/en_AU/modules/translations/locales/en_CY.js +36 -0
  590. package/lib/translated/en_AU/modules/translations/locales/en_GB.js +36 -0
  591. package/lib/translated/en_AU/modules/translations/locales/es.js +36 -0
  592. package/lib/translated/en_AU/modules/translations/locales/es_ES.js +36 -0
  593. package/lib/translated/en_AU/modules/translations/locales/fi.js +36 -0
  594. package/lib/translated/en_AU/modules/translations/locales/fr.js +36 -0
  595. package/lib/translated/en_AU/modules/translations/locales/fr_CA.js +36 -0
  596. package/lib/translated/en_AU/modules/translations/locales/ht.js +36 -0
  597. package/lib/translated/en_AU/modules/translations/locales/is.js +36 -0
  598. package/lib/translated/en_AU/modules/translations/locales/it.js +36 -0
  599. package/lib/translated/en_AU/modules/translations/locales/ja.js +36 -0
  600. package/lib/translated/en_AU/modules/translations/locales/mi.js +36 -0
  601. package/lib/translated/en_AU/modules/translations/locales/nb-x-k12.js +36 -0
  602. package/lib/translated/en_AU/modules/translations/locales/nb.js +36 -0
  603. package/lib/translated/en_AU/modules/translations/locales/nl.js +36 -0
  604. package/lib/translated/en_AU/modules/translations/locales/pl.js +36 -0
  605. package/lib/translated/en_AU/modules/translations/locales/pt.js +36 -0
  606. package/lib/translated/en_AU/modules/translations/locales/pt_BR.js +36 -0
  607. package/lib/translated/en_AU/modules/translations/locales/sl.js +36 -0
  608. package/lib/translated/en_AU/modules/translations/locales/sv-x-k12.js +36 -0
  609. package/lib/translated/en_AU/modules/translations/locales/zh-Hans.js +36 -0
  610. package/lib/translated/en_AU/modules/translations/locales/zh-Hant.js +36 -0
  611. package/lib/translated/en_AU/modules/translations/locales/zh.js +36 -0
  612. package/lib/translated/en_AU/modules/translations/locales/zh_HK.js +36 -0
  613. package/lib/translated/en_CA/modules/common/fileUrl.js +4 -3
  614. package/lib/translated/en_CA/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  615. package/lib/translated/en_CA/modules/enhance-user-content/doc_previews.js +1 -1
  616. package/lib/translated/en_CA/modules/enhance-user-content/enhance_user_content.js +19 -7
  617. package/lib/translated/en_CA/modules/enhance-user-content/instructure_helper.js +2 -1
  618. package/lib/translated/en_CA/modules/rce/RCEWrapper.js +4 -7
  619. package/lib/translated/en_CA/modules/rce/__tests__/contentInsertion.test.js +1 -1
  620. package/lib/translated/en_CA/modules/rce/__tests__/contentRendering.test.js +10 -0
  621. package/lib/translated/en_CA/modules/rce/contentRendering.js +2 -2
  622. package/lib/translated/en_CA/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  623. package/lib/translated/en_CA/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  624. package/lib/translated/en_CA/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  625. package/lib/translated/en_CA/modules/rce/tinyRCE.js +0 -1
  626. package/lib/translated/en_CA/modules/rcs/api.js +3 -2
  627. package/lib/translated/en_CA/modules/sidebar/store/initialState.js +4 -2
  628. package/lib/translated/en_CA/modules/translations/locales/ar.js +36 -0
  629. package/lib/translated/en_CA/modules/translations/locales/ca.js +36 -0
  630. package/lib/translated/en_CA/modules/translations/locales/cy.js +36 -0
  631. package/lib/translated/en_CA/modules/translations/locales/da-x-k12.js +36 -0
  632. package/lib/translated/en_CA/modules/translations/locales/da.js +36 -0
  633. package/lib/translated/en_CA/modules/translations/locales/de.js +36 -0
  634. package/lib/translated/en_CA/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  635. package/lib/translated/en_CA/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  636. package/lib/translated/en_CA/modules/translations/locales/en_AU.js +36 -0
  637. package/lib/translated/en_CA/modules/translations/locales/en_CA.js +36 -0
  638. package/lib/translated/en_CA/modules/translations/locales/en_CY.js +36 -0
  639. package/lib/translated/en_CA/modules/translations/locales/en_GB.js +36 -0
  640. package/lib/translated/en_CA/modules/translations/locales/es.js +36 -0
  641. package/lib/translated/en_CA/modules/translations/locales/es_ES.js +36 -0
  642. package/lib/translated/en_CA/modules/translations/locales/fi.js +36 -0
  643. package/lib/translated/en_CA/modules/translations/locales/fr.js +36 -0
  644. package/lib/translated/en_CA/modules/translations/locales/fr_CA.js +36 -0
  645. package/lib/translated/en_CA/modules/translations/locales/ht.js +36 -0
  646. package/lib/translated/en_CA/modules/translations/locales/is.js +36 -0
  647. package/lib/translated/en_CA/modules/translations/locales/it.js +36 -0
  648. package/lib/translated/en_CA/modules/translations/locales/ja.js +36 -0
  649. package/lib/translated/en_CA/modules/translations/locales/mi.js +36 -0
  650. package/lib/translated/en_CA/modules/translations/locales/nb-x-k12.js +36 -0
  651. package/lib/translated/en_CA/modules/translations/locales/nb.js +36 -0
  652. package/lib/translated/en_CA/modules/translations/locales/nl.js +36 -0
  653. package/lib/translated/en_CA/modules/translations/locales/pl.js +36 -0
  654. package/lib/translated/en_CA/modules/translations/locales/pt.js +36 -0
  655. package/lib/translated/en_CA/modules/translations/locales/pt_BR.js +36 -0
  656. package/lib/translated/en_CA/modules/translations/locales/sl.js +36 -0
  657. package/lib/translated/en_CA/modules/translations/locales/sv-x-k12.js +36 -0
  658. package/lib/translated/en_CA/modules/translations/locales/zh-Hans.js +36 -0
  659. package/lib/translated/en_CA/modules/translations/locales/zh-Hant.js +36 -0
  660. package/lib/translated/en_CA/modules/translations/locales/zh.js +36 -0
  661. package/lib/translated/en_CA/modules/translations/locales/zh_HK.js +36 -0
  662. package/lib/translated/en_CY/modules/common/fileUrl.js +4 -3
  663. package/lib/translated/en_CY/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  664. package/lib/translated/en_CY/modules/enhance-user-content/doc_previews.js +1 -1
  665. package/lib/translated/en_CY/modules/enhance-user-content/enhance_user_content.js +20 -8
  666. package/lib/translated/en_CY/modules/enhance-user-content/instructure_helper.js +3 -2
  667. package/lib/translated/en_CY/modules/rce/RCEWrapper.js +4 -7
  668. package/lib/translated/en_CY/modules/rce/__tests__/contentInsertion.test.js +1 -1
  669. package/lib/translated/en_CY/modules/rce/__tests__/contentRendering.test.js +10 -0
  670. package/lib/translated/en_CY/modules/rce/contentRendering.js +2 -2
  671. package/lib/translated/en_CY/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  672. package/lib/translated/en_CY/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  673. package/lib/translated/en_CY/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  674. package/lib/translated/en_CY/modules/rce/tinyRCE.js +0 -1
  675. package/lib/translated/en_CY/modules/rcs/api.js +3 -2
  676. package/lib/translated/en_CY/modules/sidebar/store/initialState.js +4 -2
  677. package/lib/translated/en_CY/modules/translations/locales/ar.js +36 -0
  678. package/lib/translated/en_CY/modules/translations/locales/ca.js +36 -0
  679. package/lib/translated/en_CY/modules/translations/locales/cy.js +36 -0
  680. package/lib/translated/en_CY/modules/translations/locales/da-x-k12.js +36 -0
  681. package/lib/translated/en_CY/modules/translations/locales/da.js +36 -0
  682. package/lib/translated/en_CY/modules/translations/locales/de.js +36 -0
  683. package/lib/translated/en_CY/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  684. package/lib/translated/en_CY/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  685. package/lib/translated/en_CY/modules/translations/locales/en_AU.js +36 -0
  686. package/lib/translated/en_CY/modules/translations/locales/en_CA.js +36 -0
  687. package/lib/translated/en_CY/modules/translations/locales/en_CY.js +36 -0
  688. package/lib/translated/en_CY/modules/translations/locales/en_GB.js +36 -0
  689. package/lib/translated/en_CY/modules/translations/locales/es.js +36 -0
  690. package/lib/translated/en_CY/modules/translations/locales/es_ES.js +36 -0
  691. package/lib/translated/en_CY/modules/translations/locales/fi.js +36 -0
  692. package/lib/translated/en_CY/modules/translations/locales/fr.js +36 -0
  693. package/lib/translated/en_CY/modules/translations/locales/fr_CA.js +36 -0
  694. package/lib/translated/en_CY/modules/translations/locales/ht.js +36 -0
  695. package/lib/translated/en_CY/modules/translations/locales/is.js +36 -0
  696. package/lib/translated/en_CY/modules/translations/locales/it.js +36 -0
  697. package/lib/translated/en_CY/modules/translations/locales/ja.js +36 -0
  698. package/lib/translated/en_CY/modules/translations/locales/mi.js +36 -0
  699. package/lib/translated/en_CY/modules/translations/locales/nb-x-k12.js +36 -0
  700. package/lib/translated/en_CY/modules/translations/locales/nb.js +36 -0
  701. package/lib/translated/en_CY/modules/translations/locales/nl.js +36 -0
  702. package/lib/translated/en_CY/modules/translations/locales/pl.js +36 -0
  703. package/lib/translated/en_CY/modules/translations/locales/pt.js +36 -0
  704. package/lib/translated/en_CY/modules/translations/locales/pt_BR.js +36 -0
  705. package/lib/translated/en_CY/modules/translations/locales/sl.js +36 -0
  706. package/lib/translated/en_CY/modules/translations/locales/sv-x-k12.js +36 -0
  707. package/lib/translated/en_CY/modules/translations/locales/zh-Hans.js +36 -0
  708. package/lib/translated/en_CY/modules/translations/locales/zh-Hant.js +36 -0
  709. package/lib/translated/en_CY/modules/translations/locales/zh.js +36 -0
  710. package/lib/translated/en_CY/modules/translations/locales/zh_HK.js +36 -0
  711. package/lib/translated/en_GB/modules/common/fileUrl.js +4 -3
  712. package/lib/translated/en_GB/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  713. package/lib/translated/en_GB/modules/enhance-user-content/doc_previews.js +1 -1
  714. package/lib/translated/en_GB/modules/enhance-user-content/enhance_user_content.js +20 -8
  715. package/lib/translated/en_GB/modules/enhance-user-content/instructure_helper.js +3 -2
  716. package/lib/translated/en_GB/modules/rce/RCEWrapper.js +4 -7
  717. package/lib/translated/en_GB/modules/rce/__tests__/contentInsertion.test.js +1 -1
  718. package/lib/translated/en_GB/modules/rce/__tests__/contentRendering.test.js +10 -0
  719. package/lib/translated/en_GB/modules/rce/contentRendering.js +2 -2
  720. package/lib/translated/en_GB/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  721. package/lib/translated/en_GB/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  722. package/lib/translated/en_GB/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  723. package/lib/translated/en_GB/modules/rce/tinyRCE.js +0 -1
  724. package/lib/translated/en_GB/modules/rcs/api.js +3 -2
  725. package/lib/translated/en_GB/modules/sidebar/store/initialState.js +4 -2
  726. package/lib/translated/en_GB/modules/translations/locales/ar.js +36 -0
  727. package/lib/translated/en_GB/modules/translations/locales/ca.js +36 -0
  728. package/lib/translated/en_GB/modules/translations/locales/cy.js +36 -0
  729. package/lib/translated/en_GB/modules/translations/locales/da-x-k12.js +36 -0
  730. package/lib/translated/en_GB/modules/translations/locales/da.js +36 -0
  731. package/lib/translated/en_GB/modules/translations/locales/de.js +36 -0
  732. package/lib/translated/en_GB/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  733. package/lib/translated/en_GB/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  734. package/lib/translated/en_GB/modules/translations/locales/en_AU.js +36 -0
  735. package/lib/translated/en_GB/modules/translations/locales/en_CA.js +36 -0
  736. package/lib/translated/en_GB/modules/translations/locales/en_CY.js +36 -0
  737. package/lib/translated/en_GB/modules/translations/locales/en_GB.js +36 -0
  738. package/lib/translated/en_GB/modules/translations/locales/es.js +36 -0
  739. package/lib/translated/en_GB/modules/translations/locales/es_ES.js +36 -0
  740. package/lib/translated/en_GB/modules/translations/locales/fi.js +36 -0
  741. package/lib/translated/en_GB/modules/translations/locales/fr.js +36 -0
  742. package/lib/translated/en_GB/modules/translations/locales/fr_CA.js +36 -0
  743. package/lib/translated/en_GB/modules/translations/locales/ht.js +36 -0
  744. package/lib/translated/en_GB/modules/translations/locales/is.js +36 -0
  745. package/lib/translated/en_GB/modules/translations/locales/it.js +36 -0
  746. package/lib/translated/en_GB/modules/translations/locales/ja.js +36 -0
  747. package/lib/translated/en_GB/modules/translations/locales/mi.js +36 -0
  748. package/lib/translated/en_GB/modules/translations/locales/nb-x-k12.js +36 -0
  749. package/lib/translated/en_GB/modules/translations/locales/nb.js +36 -0
  750. package/lib/translated/en_GB/modules/translations/locales/nl.js +36 -0
  751. package/lib/translated/en_GB/modules/translations/locales/pl.js +36 -0
  752. package/lib/translated/en_GB/modules/translations/locales/pt.js +36 -0
  753. package/lib/translated/en_GB/modules/translations/locales/pt_BR.js +36 -0
  754. package/lib/translated/en_GB/modules/translations/locales/sl.js +36 -0
  755. package/lib/translated/en_GB/modules/translations/locales/sv-x-k12.js +36 -0
  756. package/lib/translated/en_GB/modules/translations/locales/zh-Hans.js +36 -0
  757. package/lib/translated/en_GB/modules/translations/locales/zh-Hant.js +36 -0
  758. package/lib/translated/en_GB/modules/translations/locales/zh.js +36 -0
  759. package/lib/translated/en_GB/modules/translations/locales/zh_HK.js +36 -0
  760. package/lib/translated/es/modules/common/fileUrl.js +4 -3
  761. package/lib/translated/es/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  762. package/lib/translated/es/modules/enhance-user-content/doc_previews.js +3 -3
  763. package/lib/translated/es/modules/enhance-user-content/enhance_user_content.js +23 -11
  764. package/lib/translated/es/modules/enhance-user-content/instructure_helper.js +4 -3
  765. package/lib/translated/es/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  766. package/lib/translated/es/modules/rce/RCEWrapper.js +4 -7
  767. package/lib/translated/es/modules/rce/StatusBar.js +1 -1
  768. package/lib/translated/es/modules/rce/__tests__/contentInsertion.test.js +1 -1
  769. package/lib/translated/es/modules/rce/__tests__/contentRendering.test.js +10 -0
  770. package/lib/translated/es/modules/rce/contentRendering.js +2 -2
  771. package/lib/translated/es/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  772. package/lib/translated/es/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  773. package/lib/translated/es/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  774. package/lib/translated/es/modules/rce/tinyRCE.js +0 -1
  775. package/lib/translated/es/modules/rcs/api.js +3 -2
  776. package/lib/translated/es/modules/sidebar/store/initialState.js +4 -2
  777. package/lib/translated/es/modules/translations/locales/ar.js +36 -0
  778. package/lib/translated/es/modules/translations/locales/ca.js +36 -0
  779. package/lib/translated/es/modules/translations/locales/cy.js +36 -0
  780. package/lib/translated/es/modules/translations/locales/da-x-k12.js +36 -0
  781. package/lib/translated/es/modules/translations/locales/da.js +36 -0
  782. package/lib/translated/es/modules/translations/locales/de.js +36 -0
  783. package/lib/translated/es/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  784. package/lib/translated/es/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  785. package/lib/translated/es/modules/translations/locales/en_AU.js +36 -0
  786. package/lib/translated/es/modules/translations/locales/en_CA.js +36 -0
  787. package/lib/translated/es/modules/translations/locales/en_CY.js +36 -0
  788. package/lib/translated/es/modules/translations/locales/en_GB.js +36 -0
  789. package/lib/translated/es/modules/translations/locales/es.js +36 -0
  790. package/lib/translated/es/modules/translations/locales/es_ES.js +36 -0
  791. package/lib/translated/es/modules/translations/locales/fi.js +36 -0
  792. package/lib/translated/es/modules/translations/locales/fr.js +36 -0
  793. package/lib/translated/es/modules/translations/locales/fr_CA.js +36 -0
  794. package/lib/translated/es/modules/translations/locales/ht.js +36 -0
  795. package/lib/translated/es/modules/translations/locales/is.js +36 -0
  796. package/lib/translated/es/modules/translations/locales/it.js +36 -0
  797. package/lib/translated/es/modules/translations/locales/ja.js +36 -0
  798. package/lib/translated/es/modules/translations/locales/mi.js +36 -0
  799. package/lib/translated/es/modules/translations/locales/nb-x-k12.js +36 -0
  800. package/lib/translated/es/modules/translations/locales/nb.js +36 -0
  801. package/lib/translated/es/modules/translations/locales/nl.js +36 -0
  802. package/lib/translated/es/modules/translations/locales/pl.js +36 -0
  803. package/lib/translated/es/modules/translations/locales/pt.js +36 -0
  804. package/lib/translated/es/modules/translations/locales/pt_BR.js +36 -0
  805. package/lib/translated/es/modules/translations/locales/sl.js +36 -0
  806. package/lib/translated/es/modules/translations/locales/sv-x-k12.js +36 -0
  807. package/lib/translated/es/modules/translations/locales/zh-Hans.js +36 -0
  808. package/lib/translated/es/modules/translations/locales/zh-Hant.js +36 -0
  809. package/lib/translated/es/modules/translations/locales/zh.js +36 -0
  810. package/lib/translated/es/modules/translations/locales/zh_HK.js +36 -0
  811. package/lib/translated/es_ES/modules/common/fileUrl.js +4 -3
  812. package/lib/translated/es_ES/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  813. package/lib/translated/es_ES/modules/enhance-user-content/doc_previews.js +3 -3
  814. package/lib/translated/es_ES/modules/enhance-user-content/enhance_user_content.js +23 -11
  815. package/lib/translated/es_ES/modules/enhance-user-content/instructure_helper.js +4 -3
  816. package/lib/translated/es_ES/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  817. package/lib/translated/es_ES/modules/rce/RCEWrapper.js +4 -7
  818. package/lib/translated/es_ES/modules/rce/StatusBar.js +1 -1
  819. package/lib/translated/es_ES/modules/rce/__tests__/contentInsertion.test.js +1 -1
  820. package/lib/translated/es_ES/modules/rce/__tests__/contentRendering.test.js +10 -0
  821. package/lib/translated/es_ES/modules/rce/contentRendering.js +2 -2
  822. package/lib/translated/es_ES/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  823. package/lib/translated/es_ES/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  824. package/lib/translated/es_ES/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  825. package/lib/translated/es_ES/modules/rce/tinyRCE.js +0 -1
  826. package/lib/translated/es_ES/modules/rcs/api.js +3 -2
  827. package/lib/translated/es_ES/modules/sidebar/store/initialState.js +4 -2
  828. package/lib/translated/es_ES/modules/translations/locales/ar.js +36 -0
  829. package/lib/translated/es_ES/modules/translations/locales/ca.js +36 -0
  830. package/lib/translated/es_ES/modules/translations/locales/cy.js +36 -0
  831. package/lib/translated/es_ES/modules/translations/locales/da-x-k12.js +36 -0
  832. package/lib/translated/es_ES/modules/translations/locales/da.js +36 -0
  833. package/lib/translated/es_ES/modules/translations/locales/de.js +36 -0
  834. package/lib/translated/es_ES/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  835. package/lib/translated/es_ES/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  836. package/lib/translated/es_ES/modules/translations/locales/en_AU.js +36 -0
  837. package/lib/translated/es_ES/modules/translations/locales/en_CA.js +36 -0
  838. package/lib/translated/es_ES/modules/translations/locales/en_CY.js +36 -0
  839. package/lib/translated/es_ES/modules/translations/locales/en_GB.js +36 -0
  840. package/lib/translated/es_ES/modules/translations/locales/es.js +36 -0
  841. package/lib/translated/es_ES/modules/translations/locales/es_ES.js +36 -0
  842. package/lib/translated/es_ES/modules/translations/locales/fi.js +36 -0
  843. package/lib/translated/es_ES/modules/translations/locales/fr.js +36 -0
  844. package/lib/translated/es_ES/modules/translations/locales/fr_CA.js +36 -0
  845. package/lib/translated/es_ES/modules/translations/locales/ht.js +36 -0
  846. package/lib/translated/es_ES/modules/translations/locales/is.js +36 -0
  847. package/lib/translated/es_ES/modules/translations/locales/it.js +36 -0
  848. package/lib/translated/es_ES/modules/translations/locales/ja.js +36 -0
  849. package/lib/translated/es_ES/modules/translations/locales/mi.js +36 -0
  850. package/lib/translated/es_ES/modules/translations/locales/nb-x-k12.js +36 -0
  851. package/lib/translated/es_ES/modules/translations/locales/nb.js +36 -0
  852. package/lib/translated/es_ES/modules/translations/locales/nl.js +36 -0
  853. package/lib/translated/es_ES/modules/translations/locales/pl.js +36 -0
  854. package/lib/translated/es_ES/modules/translations/locales/pt.js +36 -0
  855. package/lib/translated/es_ES/modules/translations/locales/pt_BR.js +36 -0
  856. package/lib/translated/es_ES/modules/translations/locales/sl.js +36 -0
  857. package/lib/translated/es_ES/modules/translations/locales/sv-x-k12.js +36 -0
  858. package/lib/translated/es_ES/modules/translations/locales/zh-Hans.js +36 -0
  859. package/lib/translated/es_ES/modules/translations/locales/zh-Hant.js +36 -0
  860. package/lib/translated/es_ES/modules/translations/locales/zh.js +36 -0
  861. package/lib/translated/es_ES/modules/translations/locales/zh_HK.js +36 -0
  862. package/lib/translated/es_GT/modules/common/fileUrl.js +4 -3
  863. package/lib/translated/es_GT/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  864. package/lib/translated/es_GT/modules/enhance-user-content/doc_previews.js +1 -1
  865. package/lib/translated/es_GT/modules/enhance-user-content/enhance_user_content.js +19 -7
  866. package/lib/translated/es_GT/modules/enhance-user-content/instructure_helper.js +2 -1
  867. package/lib/translated/es_GT/modules/rce/RCEWrapper.js +4 -7
  868. package/lib/translated/es_GT/modules/rce/__tests__/contentInsertion.test.js +1 -1
  869. package/lib/translated/es_GT/modules/rce/__tests__/contentRendering.test.js +10 -0
  870. package/lib/translated/es_GT/modules/rce/contentRendering.js +2 -2
  871. package/lib/translated/es_GT/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  872. package/lib/translated/es_GT/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  873. package/lib/translated/es_GT/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  874. package/lib/translated/es_GT/modules/rce/tinyRCE.js +0 -1
  875. package/lib/translated/es_GT/modules/rcs/api.js +3 -2
  876. package/lib/translated/es_GT/modules/sidebar/store/initialState.js +4 -2
  877. package/lib/translated/es_GT/modules/translations/locales/ar.js +36 -0
  878. package/lib/translated/es_GT/modules/translations/locales/ca.js +36 -0
  879. package/lib/translated/es_GT/modules/translations/locales/cy.js +36 -0
  880. package/lib/translated/es_GT/modules/translations/locales/da-x-k12.js +36 -0
  881. package/lib/translated/es_GT/modules/translations/locales/da.js +36 -0
  882. package/lib/translated/es_GT/modules/translations/locales/de.js +36 -0
  883. package/lib/translated/es_GT/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  884. package/lib/translated/es_GT/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  885. package/lib/translated/es_GT/modules/translations/locales/en_AU.js +36 -0
  886. package/lib/translated/es_GT/modules/translations/locales/en_CA.js +36 -0
  887. package/lib/translated/es_GT/modules/translations/locales/en_CY.js +36 -0
  888. package/lib/translated/es_GT/modules/translations/locales/en_GB.js +36 -0
  889. package/lib/translated/es_GT/modules/translations/locales/es.js +36 -0
  890. package/lib/translated/es_GT/modules/translations/locales/es_ES.js +36 -0
  891. package/lib/translated/es_GT/modules/translations/locales/fi.js +36 -0
  892. package/lib/translated/es_GT/modules/translations/locales/fr.js +36 -0
  893. package/lib/translated/es_GT/modules/translations/locales/fr_CA.js +36 -0
  894. package/lib/translated/es_GT/modules/translations/locales/ht.js +36 -0
  895. package/lib/translated/es_GT/modules/translations/locales/is.js +36 -0
  896. package/lib/translated/es_GT/modules/translations/locales/it.js +36 -0
  897. package/lib/translated/es_GT/modules/translations/locales/ja.js +36 -0
  898. package/lib/translated/es_GT/modules/translations/locales/mi.js +36 -0
  899. package/lib/translated/es_GT/modules/translations/locales/nb-x-k12.js +36 -0
  900. package/lib/translated/es_GT/modules/translations/locales/nb.js +36 -0
  901. package/lib/translated/es_GT/modules/translations/locales/nl.js +36 -0
  902. package/lib/translated/es_GT/modules/translations/locales/pl.js +36 -0
  903. package/lib/translated/es_GT/modules/translations/locales/pt.js +36 -0
  904. package/lib/translated/es_GT/modules/translations/locales/pt_BR.js +36 -0
  905. package/lib/translated/es_GT/modules/translations/locales/sl.js +36 -0
  906. package/lib/translated/es_GT/modules/translations/locales/sv-x-k12.js +36 -0
  907. package/lib/translated/es_GT/modules/translations/locales/zh-Hans.js +36 -0
  908. package/lib/translated/es_GT/modules/translations/locales/zh-Hant.js +36 -0
  909. package/lib/translated/es_GT/modules/translations/locales/zh.js +36 -0
  910. package/lib/translated/es_GT/modules/translations/locales/zh_HK.js +36 -0
  911. package/lib/translated/fa_IR/modules/common/fileUrl.js +4 -3
  912. package/lib/translated/fa_IR/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  913. package/lib/translated/fa_IR/modules/enhance-user-content/doc_previews.js +1 -1
  914. package/lib/translated/fa_IR/modules/enhance-user-content/enhance_user_content.js +19 -7
  915. package/lib/translated/fa_IR/modules/enhance-user-content/instructure_helper.js +2 -1
  916. package/lib/translated/fa_IR/modules/rce/RCEWrapper.js +4 -7
  917. package/lib/translated/fa_IR/modules/rce/__tests__/contentInsertion.test.js +1 -1
  918. package/lib/translated/fa_IR/modules/rce/__tests__/contentRendering.test.js +10 -0
  919. package/lib/translated/fa_IR/modules/rce/contentRendering.js +2 -2
  920. package/lib/translated/fa_IR/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  921. package/lib/translated/fa_IR/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  922. package/lib/translated/fa_IR/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  923. package/lib/translated/fa_IR/modules/rce/tinyRCE.js +0 -1
  924. package/lib/translated/fa_IR/modules/rcs/api.js +3 -2
  925. package/lib/translated/fa_IR/modules/sidebar/store/initialState.js +4 -2
  926. package/lib/translated/fa_IR/modules/translations/locales/ar.js +36 -0
  927. package/lib/translated/fa_IR/modules/translations/locales/ca.js +36 -0
  928. package/lib/translated/fa_IR/modules/translations/locales/cy.js +36 -0
  929. package/lib/translated/fa_IR/modules/translations/locales/da-x-k12.js +36 -0
  930. package/lib/translated/fa_IR/modules/translations/locales/da.js +36 -0
  931. package/lib/translated/fa_IR/modules/translations/locales/de.js +36 -0
  932. package/lib/translated/fa_IR/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  933. package/lib/translated/fa_IR/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  934. package/lib/translated/fa_IR/modules/translations/locales/en_AU.js +36 -0
  935. package/lib/translated/fa_IR/modules/translations/locales/en_CA.js +36 -0
  936. package/lib/translated/fa_IR/modules/translations/locales/en_CY.js +36 -0
  937. package/lib/translated/fa_IR/modules/translations/locales/en_GB.js +36 -0
  938. package/lib/translated/fa_IR/modules/translations/locales/es.js +36 -0
  939. package/lib/translated/fa_IR/modules/translations/locales/es_ES.js +36 -0
  940. package/lib/translated/fa_IR/modules/translations/locales/fi.js +36 -0
  941. package/lib/translated/fa_IR/modules/translations/locales/fr.js +36 -0
  942. package/lib/translated/fa_IR/modules/translations/locales/fr_CA.js +36 -0
  943. package/lib/translated/fa_IR/modules/translations/locales/ht.js +36 -0
  944. package/lib/translated/fa_IR/modules/translations/locales/is.js +36 -0
  945. package/lib/translated/fa_IR/modules/translations/locales/it.js +36 -0
  946. package/lib/translated/fa_IR/modules/translations/locales/ja.js +36 -0
  947. package/lib/translated/fa_IR/modules/translations/locales/mi.js +36 -0
  948. package/lib/translated/fa_IR/modules/translations/locales/nb-x-k12.js +36 -0
  949. package/lib/translated/fa_IR/modules/translations/locales/nb.js +36 -0
  950. package/lib/translated/fa_IR/modules/translations/locales/nl.js +36 -0
  951. package/lib/translated/fa_IR/modules/translations/locales/pl.js +36 -0
  952. package/lib/translated/fa_IR/modules/translations/locales/pt.js +36 -0
  953. package/lib/translated/fa_IR/modules/translations/locales/pt_BR.js +36 -0
  954. package/lib/translated/fa_IR/modules/translations/locales/sl.js +36 -0
  955. package/lib/translated/fa_IR/modules/translations/locales/sv-x-k12.js +36 -0
  956. package/lib/translated/fa_IR/modules/translations/locales/zh-Hans.js +36 -0
  957. package/lib/translated/fa_IR/modules/translations/locales/zh-Hant.js +36 -0
  958. package/lib/translated/fa_IR/modules/translations/locales/zh.js +36 -0
  959. package/lib/translated/fa_IR/modules/translations/locales/zh_HK.js +36 -0
  960. package/lib/translated/fi/modules/common/fileUrl.js +4 -3
  961. package/lib/translated/fi/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  962. package/lib/translated/fi/modules/enhance-user-content/doc_previews.js +3 -3
  963. package/lib/translated/fi/modules/enhance-user-content/enhance_user_content.js +23 -11
  964. package/lib/translated/fi/modules/enhance-user-content/instructure_helper.js +4 -3
  965. package/lib/translated/fi/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  966. package/lib/translated/fi/modules/rce/RCEWrapper.js +4 -7
  967. package/lib/translated/fi/modules/rce/StatusBar.js +1 -1
  968. package/lib/translated/fi/modules/rce/__tests__/contentInsertion.test.js +1 -1
  969. package/lib/translated/fi/modules/rce/__tests__/contentRendering.test.js +10 -0
  970. package/lib/translated/fi/modules/rce/contentRendering.js +2 -2
  971. package/lib/translated/fi/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  972. package/lib/translated/fi/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  973. package/lib/translated/fi/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  974. package/lib/translated/fi/modules/rce/tinyRCE.js +0 -1
  975. package/lib/translated/fi/modules/rcs/api.js +3 -2
  976. package/lib/translated/fi/modules/sidebar/store/initialState.js +4 -2
  977. package/lib/translated/fi/modules/translations/locales/ar.js +36 -0
  978. package/lib/translated/fi/modules/translations/locales/ca.js +36 -0
  979. package/lib/translated/fi/modules/translations/locales/cy.js +36 -0
  980. package/lib/translated/fi/modules/translations/locales/da-x-k12.js +36 -0
  981. package/lib/translated/fi/modules/translations/locales/da.js +36 -0
  982. package/lib/translated/fi/modules/translations/locales/de.js +36 -0
  983. package/lib/translated/fi/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  984. package/lib/translated/fi/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  985. package/lib/translated/fi/modules/translations/locales/en_AU.js +36 -0
  986. package/lib/translated/fi/modules/translations/locales/en_CA.js +36 -0
  987. package/lib/translated/fi/modules/translations/locales/en_CY.js +36 -0
  988. package/lib/translated/fi/modules/translations/locales/en_GB.js +36 -0
  989. package/lib/translated/fi/modules/translations/locales/es.js +36 -0
  990. package/lib/translated/fi/modules/translations/locales/es_ES.js +36 -0
  991. package/lib/translated/fi/modules/translations/locales/fi.js +36 -0
  992. package/lib/translated/fi/modules/translations/locales/fr.js +36 -0
  993. package/lib/translated/fi/modules/translations/locales/fr_CA.js +36 -0
  994. package/lib/translated/fi/modules/translations/locales/ht.js +36 -0
  995. package/lib/translated/fi/modules/translations/locales/is.js +36 -0
  996. package/lib/translated/fi/modules/translations/locales/it.js +36 -0
  997. package/lib/translated/fi/modules/translations/locales/ja.js +36 -0
  998. package/lib/translated/fi/modules/translations/locales/mi.js +36 -0
  999. package/lib/translated/fi/modules/translations/locales/nb-x-k12.js +36 -0
  1000. package/lib/translated/fi/modules/translations/locales/nb.js +36 -0
  1001. package/lib/translated/fi/modules/translations/locales/nl.js +36 -0
  1002. package/lib/translated/fi/modules/translations/locales/pl.js +36 -0
  1003. package/lib/translated/fi/modules/translations/locales/pt.js +36 -0
  1004. package/lib/translated/fi/modules/translations/locales/pt_BR.js +36 -0
  1005. package/lib/translated/fi/modules/translations/locales/sl.js +36 -0
  1006. package/lib/translated/fi/modules/translations/locales/sv-x-k12.js +36 -0
  1007. package/lib/translated/fi/modules/translations/locales/zh-Hans.js +36 -0
  1008. package/lib/translated/fi/modules/translations/locales/zh-Hant.js +36 -0
  1009. package/lib/translated/fi/modules/translations/locales/zh.js +36 -0
  1010. package/lib/translated/fi/modules/translations/locales/zh_HK.js +36 -0
  1011. package/lib/translated/fr/modules/common/fileUrl.js +4 -3
  1012. package/lib/translated/fr/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1013. package/lib/translated/fr/modules/enhance-user-content/doc_previews.js +3 -3
  1014. package/lib/translated/fr/modules/enhance-user-content/enhance_user_content.js +23 -11
  1015. package/lib/translated/fr/modules/enhance-user-content/instructure_helper.js +4 -3
  1016. package/lib/translated/fr/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1017. package/lib/translated/fr/modules/rce/RCEWrapper.js +4 -7
  1018. package/lib/translated/fr/modules/rce/StatusBar.js +1 -1
  1019. package/lib/translated/fr/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1020. package/lib/translated/fr/modules/rce/__tests__/contentRendering.test.js +10 -0
  1021. package/lib/translated/fr/modules/rce/contentRendering.js +2 -2
  1022. package/lib/translated/fr/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1023. package/lib/translated/fr/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1024. package/lib/translated/fr/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1025. package/lib/translated/fr/modules/rce/tinyRCE.js +0 -1
  1026. package/lib/translated/fr/modules/rcs/api.js +3 -2
  1027. package/lib/translated/fr/modules/sidebar/store/initialState.js +4 -2
  1028. package/lib/translated/fr/modules/translations/locales/ar.js +36 -0
  1029. package/lib/translated/fr/modules/translations/locales/ca.js +36 -0
  1030. package/lib/translated/fr/modules/translations/locales/cy.js +36 -0
  1031. package/lib/translated/fr/modules/translations/locales/da-x-k12.js +36 -0
  1032. package/lib/translated/fr/modules/translations/locales/da.js +36 -0
  1033. package/lib/translated/fr/modules/translations/locales/de.js +36 -0
  1034. package/lib/translated/fr/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1035. package/lib/translated/fr/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1036. package/lib/translated/fr/modules/translations/locales/en_AU.js +36 -0
  1037. package/lib/translated/fr/modules/translations/locales/en_CA.js +36 -0
  1038. package/lib/translated/fr/modules/translations/locales/en_CY.js +36 -0
  1039. package/lib/translated/fr/modules/translations/locales/en_GB.js +36 -0
  1040. package/lib/translated/fr/modules/translations/locales/es.js +36 -0
  1041. package/lib/translated/fr/modules/translations/locales/es_ES.js +36 -0
  1042. package/lib/translated/fr/modules/translations/locales/fi.js +36 -0
  1043. package/lib/translated/fr/modules/translations/locales/fr.js +36 -0
  1044. package/lib/translated/fr/modules/translations/locales/fr_CA.js +36 -0
  1045. package/lib/translated/fr/modules/translations/locales/ht.js +36 -0
  1046. package/lib/translated/fr/modules/translations/locales/is.js +36 -0
  1047. package/lib/translated/fr/modules/translations/locales/it.js +36 -0
  1048. package/lib/translated/fr/modules/translations/locales/ja.js +36 -0
  1049. package/lib/translated/fr/modules/translations/locales/mi.js +36 -0
  1050. package/lib/translated/fr/modules/translations/locales/nb-x-k12.js +36 -0
  1051. package/lib/translated/fr/modules/translations/locales/nb.js +36 -0
  1052. package/lib/translated/fr/modules/translations/locales/nl.js +36 -0
  1053. package/lib/translated/fr/modules/translations/locales/pl.js +36 -0
  1054. package/lib/translated/fr/modules/translations/locales/pt.js +36 -0
  1055. package/lib/translated/fr/modules/translations/locales/pt_BR.js +36 -0
  1056. package/lib/translated/fr/modules/translations/locales/sl.js +36 -0
  1057. package/lib/translated/fr/modules/translations/locales/sv-x-k12.js +36 -0
  1058. package/lib/translated/fr/modules/translations/locales/zh-Hans.js +36 -0
  1059. package/lib/translated/fr/modules/translations/locales/zh-Hant.js +36 -0
  1060. package/lib/translated/fr/modules/translations/locales/zh.js +36 -0
  1061. package/lib/translated/fr/modules/translations/locales/zh_HK.js +36 -0
  1062. package/lib/translated/fr_CA/modules/common/fileUrl.js +4 -3
  1063. package/lib/translated/fr_CA/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1064. package/lib/translated/fr_CA/modules/enhance-user-content/doc_previews.js +3 -3
  1065. package/lib/translated/fr_CA/modules/enhance-user-content/enhance_user_content.js +23 -11
  1066. package/lib/translated/fr_CA/modules/enhance-user-content/instructure_helper.js +4 -3
  1067. package/lib/translated/fr_CA/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1068. package/lib/translated/fr_CA/modules/rce/RCEWrapper.js +4 -7
  1069. package/lib/translated/fr_CA/modules/rce/StatusBar.js +1 -1
  1070. package/lib/translated/fr_CA/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1071. package/lib/translated/fr_CA/modules/rce/__tests__/contentRendering.test.js +10 -0
  1072. package/lib/translated/fr_CA/modules/rce/contentRendering.js +2 -2
  1073. package/lib/translated/fr_CA/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1074. package/lib/translated/fr_CA/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1075. package/lib/translated/fr_CA/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1076. package/lib/translated/fr_CA/modules/rce/tinyRCE.js +0 -1
  1077. package/lib/translated/fr_CA/modules/rcs/api.js +3 -2
  1078. package/lib/translated/fr_CA/modules/sidebar/store/initialState.js +4 -2
  1079. package/lib/translated/fr_CA/modules/translations/locales/ar.js +36 -0
  1080. package/lib/translated/fr_CA/modules/translations/locales/ca.js +36 -0
  1081. package/lib/translated/fr_CA/modules/translations/locales/cy.js +36 -0
  1082. package/lib/translated/fr_CA/modules/translations/locales/da-x-k12.js +36 -0
  1083. package/lib/translated/fr_CA/modules/translations/locales/da.js +36 -0
  1084. package/lib/translated/fr_CA/modules/translations/locales/de.js +36 -0
  1085. package/lib/translated/fr_CA/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1086. package/lib/translated/fr_CA/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1087. package/lib/translated/fr_CA/modules/translations/locales/en_AU.js +36 -0
  1088. package/lib/translated/fr_CA/modules/translations/locales/en_CA.js +36 -0
  1089. package/lib/translated/fr_CA/modules/translations/locales/en_CY.js +36 -0
  1090. package/lib/translated/fr_CA/modules/translations/locales/en_GB.js +36 -0
  1091. package/lib/translated/fr_CA/modules/translations/locales/es.js +36 -0
  1092. package/lib/translated/fr_CA/modules/translations/locales/es_ES.js +36 -0
  1093. package/lib/translated/fr_CA/modules/translations/locales/fi.js +36 -0
  1094. package/lib/translated/fr_CA/modules/translations/locales/fr.js +36 -0
  1095. package/lib/translated/fr_CA/modules/translations/locales/fr_CA.js +36 -0
  1096. package/lib/translated/fr_CA/modules/translations/locales/ht.js +36 -0
  1097. package/lib/translated/fr_CA/modules/translations/locales/is.js +36 -0
  1098. package/lib/translated/fr_CA/modules/translations/locales/it.js +36 -0
  1099. package/lib/translated/fr_CA/modules/translations/locales/ja.js +36 -0
  1100. package/lib/translated/fr_CA/modules/translations/locales/mi.js +36 -0
  1101. package/lib/translated/fr_CA/modules/translations/locales/nb-x-k12.js +36 -0
  1102. package/lib/translated/fr_CA/modules/translations/locales/nb.js +36 -0
  1103. package/lib/translated/fr_CA/modules/translations/locales/nl.js +36 -0
  1104. package/lib/translated/fr_CA/modules/translations/locales/pl.js +36 -0
  1105. package/lib/translated/fr_CA/modules/translations/locales/pt.js +36 -0
  1106. package/lib/translated/fr_CA/modules/translations/locales/pt_BR.js +36 -0
  1107. package/lib/translated/fr_CA/modules/translations/locales/sl.js +36 -0
  1108. package/lib/translated/fr_CA/modules/translations/locales/sv-x-k12.js +36 -0
  1109. package/lib/translated/fr_CA/modules/translations/locales/zh-Hans.js +36 -0
  1110. package/lib/translated/fr_CA/modules/translations/locales/zh-Hant.js +36 -0
  1111. package/lib/translated/fr_CA/modules/translations/locales/zh.js +36 -0
  1112. package/lib/translated/fr_CA/modules/translations/locales/zh_HK.js +36 -0
  1113. package/lib/translated/he/modules/common/fileUrl.js +4 -3
  1114. package/lib/translated/he/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1115. package/lib/translated/he/modules/enhance-user-content/doc_previews.js +1 -1
  1116. package/lib/translated/he/modules/enhance-user-content/enhance_user_content.js +19 -7
  1117. package/lib/translated/he/modules/enhance-user-content/instructure_helper.js +2 -1
  1118. package/lib/translated/he/modules/rce/RCEWrapper.js +4 -7
  1119. package/lib/translated/he/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1120. package/lib/translated/he/modules/rce/__tests__/contentRendering.test.js +10 -0
  1121. package/lib/translated/he/modules/rce/contentRendering.js +2 -2
  1122. package/lib/translated/he/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1123. package/lib/translated/he/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1124. package/lib/translated/he/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1125. package/lib/translated/he/modules/rce/tinyRCE.js +0 -1
  1126. package/lib/translated/he/modules/rcs/api.js +3 -2
  1127. package/lib/translated/he/modules/sidebar/store/initialState.js +4 -2
  1128. package/lib/translated/he/modules/translations/locales/ar.js +36 -0
  1129. package/lib/translated/he/modules/translations/locales/ca.js +36 -0
  1130. package/lib/translated/he/modules/translations/locales/cy.js +36 -0
  1131. package/lib/translated/he/modules/translations/locales/da-x-k12.js +36 -0
  1132. package/lib/translated/he/modules/translations/locales/da.js +36 -0
  1133. package/lib/translated/he/modules/translations/locales/de.js +36 -0
  1134. package/lib/translated/he/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1135. package/lib/translated/he/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1136. package/lib/translated/he/modules/translations/locales/en_AU.js +36 -0
  1137. package/lib/translated/he/modules/translations/locales/en_CA.js +36 -0
  1138. package/lib/translated/he/modules/translations/locales/en_CY.js +36 -0
  1139. package/lib/translated/he/modules/translations/locales/en_GB.js +36 -0
  1140. package/lib/translated/he/modules/translations/locales/es.js +36 -0
  1141. package/lib/translated/he/modules/translations/locales/es_ES.js +36 -0
  1142. package/lib/translated/he/modules/translations/locales/fi.js +36 -0
  1143. package/lib/translated/he/modules/translations/locales/fr.js +36 -0
  1144. package/lib/translated/he/modules/translations/locales/fr_CA.js +36 -0
  1145. package/lib/translated/he/modules/translations/locales/ht.js +36 -0
  1146. package/lib/translated/he/modules/translations/locales/is.js +36 -0
  1147. package/lib/translated/he/modules/translations/locales/it.js +36 -0
  1148. package/lib/translated/he/modules/translations/locales/ja.js +36 -0
  1149. package/lib/translated/he/modules/translations/locales/mi.js +36 -0
  1150. package/lib/translated/he/modules/translations/locales/nb-x-k12.js +36 -0
  1151. package/lib/translated/he/modules/translations/locales/nb.js +36 -0
  1152. package/lib/translated/he/modules/translations/locales/nl.js +36 -0
  1153. package/lib/translated/he/modules/translations/locales/pl.js +36 -0
  1154. package/lib/translated/he/modules/translations/locales/pt.js +36 -0
  1155. package/lib/translated/he/modules/translations/locales/pt_BR.js +36 -0
  1156. package/lib/translated/he/modules/translations/locales/sl.js +36 -0
  1157. package/lib/translated/he/modules/translations/locales/sv-x-k12.js +36 -0
  1158. package/lib/translated/he/modules/translations/locales/zh-Hans.js +36 -0
  1159. package/lib/translated/he/modules/translations/locales/zh-Hant.js +36 -0
  1160. package/lib/translated/he/modules/translations/locales/zh.js +36 -0
  1161. package/lib/translated/he/modules/translations/locales/zh_HK.js +36 -0
  1162. package/lib/translated/ht/modules/common/fileUrl.js +4 -3
  1163. package/lib/translated/ht/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1164. package/lib/translated/ht/modules/enhance-user-content/doc_previews.js +3 -3
  1165. package/lib/translated/ht/modules/enhance-user-content/enhance_user_content.js +23 -11
  1166. package/lib/translated/ht/modules/enhance-user-content/instructure_helper.js +4 -3
  1167. package/lib/translated/ht/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1168. package/lib/translated/ht/modules/rce/RCEWrapper.js +4 -7
  1169. package/lib/translated/ht/modules/rce/StatusBar.js +1 -1
  1170. package/lib/translated/ht/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1171. package/lib/translated/ht/modules/rce/__tests__/contentRendering.test.js +10 -0
  1172. package/lib/translated/ht/modules/rce/contentRendering.js +2 -2
  1173. package/lib/translated/ht/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1174. package/lib/translated/ht/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1175. package/lib/translated/ht/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1176. package/lib/translated/ht/modules/rce/tinyRCE.js +0 -1
  1177. package/lib/translated/ht/modules/rcs/api.js +3 -2
  1178. package/lib/translated/ht/modules/sidebar/store/initialState.js +4 -2
  1179. package/lib/translated/ht/modules/translations/locales/ar.js +36 -0
  1180. package/lib/translated/ht/modules/translations/locales/ca.js +36 -0
  1181. package/lib/translated/ht/modules/translations/locales/cy.js +36 -0
  1182. package/lib/translated/ht/modules/translations/locales/da-x-k12.js +36 -0
  1183. package/lib/translated/ht/modules/translations/locales/da.js +36 -0
  1184. package/lib/translated/ht/modules/translations/locales/de.js +36 -0
  1185. package/lib/translated/ht/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1186. package/lib/translated/ht/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1187. package/lib/translated/ht/modules/translations/locales/en_AU.js +36 -0
  1188. package/lib/translated/ht/modules/translations/locales/en_CA.js +36 -0
  1189. package/lib/translated/ht/modules/translations/locales/en_CY.js +36 -0
  1190. package/lib/translated/ht/modules/translations/locales/en_GB.js +36 -0
  1191. package/lib/translated/ht/modules/translations/locales/es.js +36 -0
  1192. package/lib/translated/ht/modules/translations/locales/es_ES.js +36 -0
  1193. package/lib/translated/ht/modules/translations/locales/fi.js +36 -0
  1194. package/lib/translated/ht/modules/translations/locales/fr.js +36 -0
  1195. package/lib/translated/ht/modules/translations/locales/fr_CA.js +36 -0
  1196. package/lib/translated/ht/modules/translations/locales/ht.js +36 -0
  1197. package/lib/translated/ht/modules/translations/locales/is.js +36 -0
  1198. package/lib/translated/ht/modules/translations/locales/it.js +36 -0
  1199. package/lib/translated/ht/modules/translations/locales/ja.js +36 -0
  1200. package/lib/translated/ht/modules/translations/locales/mi.js +36 -0
  1201. package/lib/translated/ht/modules/translations/locales/nb-x-k12.js +36 -0
  1202. package/lib/translated/ht/modules/translations/locales/nb.js +36 -0
  1203. package/lib/translated/ht/modules/translations/locales/nl.js +36 -0
  1204. package/lib/translated/ht/modules/translations/locales/pl.js +36 -0
  1205. package/lib/translated/ht/modules/translations/locales/pt.js +36 -0
  1206. package/lib/translated/ht/modules/translations/locales/pt_BR.js +36 -0
  1207. package/lib/translated/ht/modules/translations/locales/sl.js +36 -0
  1208. package/lib/translated/ht/modules/translations/locales/sv-x-k12.js +36 -0
  1209. package/lib/translated/ht/modules/translations/locales/zh-Hans.js +36 -0
  1210. package/lib/translated/ht/modules/translations/locales/zh-Hant.js +36 -0
  1211. package/lib/translated/ht/modules/translations/locales/zh.js +36 -0
  1212. package/lib/translated/ht/modules/translations/locales/zh_HK.js +36 -0
  1213. package/lib/translated/hu/modules/common/fileUrl.js +4 -3
  1214. package/lib/translated/hu/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1215. package/lib/translated/hu/modules/enhance-user-content/doc_previews.js +1 -1
  1216. package/lib/translated/hu/modules/enhance-user-content/enhance_user_content.js +19 -7
  1217. package/lib/translated/hu/modules/enhance-user-content/instructure_helper.js +2 -1
  1218. package/lib/translated/hu/modules/rce/RCEWrapper.js +4 -7
  1219. package/lib/translated/hu/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1220. package/lib/translated/hu/modules/rce/__tests__/contentRendering.test.js +10 -0
  1221. package/lib/translated/hu/modules/rce/contentRendering.js +2 -2
  1222. package/lib/translated/hu/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1223. package/lib/translated/hu/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1224. package/lib/translated/hu/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1225. package/lib/translated/hu/modules/rce/tinyRCE.js +0 -1
  1226. package/lib/translated/hu/modules/rcs/api.js +3 -2
  1227. package/lib/translated/hu/modules/sidebar/store/initialState.js +4 -2
  1228. package/lib/translated/hu/modules/translations/locales/ar.js +36 -0
  1229. package/lib/translated/hu/modules/translations/locales/ca.js +36 -0
  1230. package/lib/translated/hu/modules/translations/locales/cy.js +36 -0
  1231. package/lib/translated/hu/modules/translations/locales/da-x-k12.js +36 -0
  1232. package/lib/translated/hu/modules/translations/locales/da.js +36 -0
  1233. package/lib/translated/hu/modules/translations/locales/de.js +36 -0
  1234. package/lib/translated/hu/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1235. package/lib/translated/hu/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1236. package/lib/translated/hu/modules/translations/locales/en_AU.js +36 -0
  1237. package/lib/translated/hu/modules/translations/locales/en_CA.js +36 -0
  1238. package/lib/translated/hu/modules/translations/locales/en_CY.js +36 -0
  1239. package/lib/translated/hu/modules/translations/locales/en_GB.js +36 -0
  1240. package/lib/translated/hu/modules/translations/locales/es.js +36 -0
  1241. package/lib/translated/hu/modules/translations/locales/es_ES.js +36 -0
  1242. package/lib/translated/hu/modules/translations/locales/fi.js +36 -0
  1243. package/lib/translated/hu/modules/translations/locales/fr.js +36 -0
  1244. package/lib/translated/hu/modules/translations/locales/fr_CA.js +36 -0
  1245. package/lib/translated/hu/modules/translations/locales/ht.js +36 -0
  1246. package/lib/translated/hu/modules/translations/locales/is.js +36 -0
  1247. package/lib/translated/hu/modules/translations/locales/it.js +36 -0
  1248. package/lib/translated/hu/modules/translations/locales/ja.js +36 -0
  1249. package/lib/translated/hu/modules/translations/locales/mi.js +36 -0
  1250. package/lib/translated/hu/modules/translations/locales/nb-x-k12.js +36 -0
  1251. package/lib/translated/hu/modules/translations/locales/nb.js +36 -0
  1252. package/lib/translated/hu/modules/translations/locales/nl.js +36 -0
  1253. package/lib/translated/hu/modules/translations/locales/pl.js +36 -0
  1254. package/lib/translated/hu/modules/translations/locales/pt.js +36 -0
  1255. package/lib/translated/hu/modules/translations/locales/pt_BR.js +36 -0
  1256. package/lib/translated/hu/modules/translations/locales/sl.js +36 -0
  1257. package/lib/translated/hu/modules/translations/locales/sv-x-k12.js +36 -0
  1258. package/lib/translated/hu/modules/translations/locales/zh-Hans.js +36 -0
  1259. package/lib/translated/hu/modules/translations/locales/zh-Hant.js +36 -0
  1260. package/lib/translated/hu/modules/translations/locales/zh.js +36 -0
  1261. package/lib/translated/hu/modules/translations/locales/zh_HK.js +36 -0
  1262. package/lib/translated/hy/modules/common/fileUrl.js +4 -3
  1263. package/lib/translated/hy/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1264. package/lib/translated/hy/modules/enhance-user-content/doc_previews.js +1 -1
  1265. package/lib/translated/hy/modules/enhance-user-content/enhance_user_content.js +19 -7
  1266. package/lib/translated/hy/modules/enhance-user-content/instructure_helper.js +2 -1
  1267. package/lib/translated/hy/modules/rce/RCEWrapper.js +4 -7
  1268. package/lib/translated/hy/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1269. package/lib/translated/hy/modules/rce/__tests__/contentRendering.test.js +10 -0
  1270. package/lib/translated/hy/modules/rce/contentRendering.js +2 -2
  1271. package/lib/translated/hy/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1272. package/lib/translated/hy/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1273. package/lib/translated/hy/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1274. package/lib/translated/hy/modules/rce/tinyRCE.js +0 -1
  1275. package/lib/translated/hy/modules/rcs/api.js +3 -2
  1276. package/lib/translated/hy/modules/sidebar/store/initialState.js +4 -2
  1277. package/lib/translated/hy/modules/translations/locales/ar.js +36 -0
  1278. package/lib/translated/hy/modules/translations/locales/ca.js +36 -0
  1279. package/lib/translated/hy/modules/translations/locales/cy.js +36 -0
  1280. package/lib/translated/hy/modules/translations/locales/da-x-k12.js +36 -0
  1281. package/lib/translated/hy/modules/translations/locales/da.js +36 -0
  1282. package/lib/translated/hy/modules/translations/locales/de.js +36 -0
  1283. package/lib/translated/hy/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1284. package/lib/translated/hy/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1285. package/lib/translated/hy/modules/translations/locales/en_AU.js +36 -0
  1286. package/lib/translated/hy/modules/translations/locales/en_CA.js +36 -0
  1287. package/lib/translated/hy/modules/translations/locales/en_CY.js +36 -0
  1288. package/lib/translated/hy/modules/translations/locales/en_GB.js +36 -0
  1289. package/lib/translated/hy/modules/translations/locales/es.js +36 -0
  1290. package/lib/translated/hy/modules/translations/locales/es_ES.js +36 -0
  1291. package/lib/translated/hy/modules/translations/locales/fi.js +36 -0
  1292. package/lib/translated/hy/modules/translations/locales/fr.js +36 -0
  1293. package/lib/translated/hy/modules/translations/locales/fr_CA.js +36 -0
  1294. package/lib/translated/hy/modules/translations/locales/ht.js +36 -0
  1295. package/lib/translated/hy/modules/translations/locales/is.js +36 -0
  1296. package/lib/translated/hy/modules/translations/locales/it.js +36 -0
  1297. package/lib/translated/hy/modules/translations/locales/ja.js +36 -0
  1298. package/lib/translated/hy/modules/translations/locales/mi.js +36 -0
  1299. package/lib/translated/hy/modules/translations/locales/nb-x-k12.js +36 -0
  1300. package/lib/translated/hy/modules/translations/locales/nb.js +36 -0
  1301. package/lib/translated/hy/modules/translations/locales/nl.js +36 -0
  1302. package/lib/translated/hy/modules/translations/locales/pl.js +36 -0
  1303. package/lib/translated/hy/modules/translations/locales/pt.js +36 -0
  1304. package/lib/translated/hy/modules/translations/locales/pt_BR.js +36 -0
  1305. package/lib/translated/hy/modules/translations/locales/sl.js +36 -0
  1306. package/lib/translated/hy/modules/translations/locales/sv-x-k12.js +36 -0
  1307. package/lib/translated/hy/modules/translations/locales/zh-Hans.js +36 -0
  1308. package/lib/translated/hy/modules/translations/locales/zh-Hant.js +36 -0
  1309. package/lib/translated/hy/modules/translations/locales/zh.js +36 -0
  1310. package/lib/translated/hy/modules/translations/locales/zh_HK.js +36 -0
  1311. package/lib/translated/is/modules/common/fileUrl.js +4 -3
  1312. package/lib/translated/is/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1313. package/lib/translated/is/modules/enhance-user-content/doc_previews.js +3 -3
  1314. package/lib/translated/is/modules/enhance-user-content/enhance_user_content.js +23 -11
  1315. package/lib/translated/is/modules/enhance-user-content/instructure_helper.js +4 -3
  1316. package/lib/translated/is/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1317. package/lib/translated/is/modules/rce/RCEWrapper.js +4 -7
  1318. package/lib/translated/is/modules/rce/StatusBar.js +1 -1
  1319. package/lib/translated/is/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1320. package/lib/translated/is/modules/rce/__tests__/contentRendering.test.js +10 -0
  1321. package/lib/translated/is/modules/rce/contentRendering.js +2 -2
  1322. package/lib/translated/is/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1323. package/lib/translated/is/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1324. package/lib/translated/is/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1325. package/lib/translated/is/modules/rce/tinyRCE.js +0 -1
  1326. package/lib/translated/is/modules/rcs/api.js +3 -2
  1327. package/lib/translated/is/modules/sidebar/store/initialState.js +4 -2
  1328. package/lib/translated/is/modules/translations/locales/ar.js +36 -0
  1329. package/lib/translated/is/modules/translations/locales/ca.js +36 -0
  1330. package/lib/translated/is/modules/translations/locales/cy.js +36 -0
  1331. package/lib/translated/is/modules/translations/locales/da-x-k12.js +36 -0
  1332. package/lib/translated/is/modules/translations/locales/da.js +36 -0
  1333. package/lib/translated/is/modules/translations/locales/de.js +36 -0
  1334. package/lib/translated/is/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1335. package/lib/translated/is/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1336. package/lib/translated/is/modules/translations/locales/en_AU.js +36 -0
  1337. package/lib/translated/is/modules/translations/locales/en_CA.js +36 -0
  1338. package/lib/translated/is/modules/translations/locales/en_CY.js +36 -0
  1339. package/lib/translated/is/modules/translations/locales/en_GB.js +36 -0
  1340. package/lib/translated/is/modules/translations/locales/es.js +36 -0
  1341. package/lib/translated/is/modules/translations/locales/es_ES.js +36 -0
  1342. package/lib/translated/is/modules/translations/locales/fi.js +36 -0
  1343. package/lib/translated/is/modules/translations/locales/fr.js +36 -0
  1344. package/lib/translated/is/modules/translations/locales/fr_CA.js +36 -0
  1345. package/lib/translated/is/modules/translations/locales/ht.js +36 -0
  1346. package/lib/translated/is/modules/translations/locales/is.js +36 -0
  1347. package/lib/translated/is/modules/translations/locales/it.js +36 -0
  1348. package/lib/translated/is/modules/translations/locales/ja.js +36 -0
  1349. package/lib/translated/is/modules/translations/locales/mi.js +36 -0
  1350. package/lib/translated/is/modules/translations/locales/nb-x-k12.js +36 -0
  1351. package/lib/translated/is/modules/translations/locales/nb.js +36 -0
  1352. package/lib/translated/is/modules/translations/locales/nl.js +36 -0
  1353. package/lib/translated/is/modules/translations/locales/pl.js +36 -0
  1354. package/lib/translated/is/modules/translations/locales/pt.js +36 -0
  1355. package/lib/translated/is/modules/translations/locales/pt_BR.js +36 -0
  1356. package/lib/translated/is/modules/translations/locales/sl.js +36 -0
  1357. package/lib/translated/is/modules/translations/locales/sv-x-k12.js +36 -0
  1358. package/lib/translated/is/modules/translations/locales/zh-Hans.js +36 -0
  1359. package/lib/translated/is/modules/translations/locales/zh-Hant.js +36 -0
  1360. package/lib/translated/is/modules/translations/locales/zh.js +36 -0
  1361. package/lib/translated/is/modules/translations/locales/zh_HK.js +36 -0
  1362. package/lib/translated/it/modules/common/fileUrl.js +4 -3
  1363. package/lib/translated/it/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1364. package/lib/translated/it/modules/enhance-user-content/doc_previews.js +3 -3
  1365. package/lib/translated/it/modules/enhance-user-content/enhance_user_content.js +23 -11
  1366. package/lib/translated/it/modules/enhance-user-content/instructure_helper.js +4 -3
  1367. package/lib/translated/it/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1368. package/lib/translated/it/modules/rce/RCEWrapper.js +4 -7
  1369. package/lib/translated/it/modules/rce/StatusBar.js +1 -1
  1370. package/lib/translated/it/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1371. package/lib/translated/it/modules/rce/__tests__/contentRendering.test.js +10 -0
  1372. package/lib/translated/it/modules/rce/contentRendering.js +2 -2
  1373. package/lib/translated/it/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1374. package/lib/translated/it/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1375. package/lib/translated/it/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1376. package/lib/translated/it/modules/rce/tinyRCE.js +0 -1
  1377. package/lib/translated/it/modules/rcs/api.js +3 -2
  1378. package/lib/translated/it/modules/sidebar/store/initialState.js +4 -2
  1379. package/lib/translated/it/modules/translations/locales/ar.js +36 -0
  1380. package/lib/translated/it/modules/translations/locales/ca.js +36 -0
  1381. package/lib/translated/it/modules/translations/locales/cy.js +36 -0
  1382. package/lib/translated/it/modules/translations/locales/da-x-k12.js +36 -0
  1383. package/lib/translated/it/modules/translations/locales/da.js +36 -0
  1384. package/lib/translated/it/modules/translations/locales/de.js +36 -0
  1385. package/lib/translated/it/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1386. package/lib/translated/it/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1387. package/lib/translated/it/modules/translations/locales/en_AU.js +36 -0
  1388. package/lib/translated/it/modules/translations/locales/en_CA.js +36 -0
  1389. package/lib/translated/it/modules/translations/locales/en_CY.js +36 -0
  1390. package/lib/translated/it/modules/translations/locales/en_GB.js +36 -0
  1391. package/lib/translated/it/modules/translations/locales/es.js +36 -0
  1392. package/lib/translated/it/modules/translations/locales/es_ES.js +36 -0
  1393. package/lib/translated/it/modules/translations/locales/fi.js +36 -0
  1394. package/lib/translated/it/modules/translations/locales/fr.js +36 -0
  1395. package/lib/translated/it/modules/translations/locales/fr_CA.js +36 -0
  1396. package/lib/translated/it/modules/translations/locales/ht.js +36 -0
  1397. package/lib/translated/it/modules/translations/locales/is.js +36 -0
  1398. package/lib/translated/it/modules/translations/locales/it.js +36 -0
  1399. package/lib/translated/it/modules/translations/locales/ja.js +36 -0
  1400. package/lib/translated/it/modules/translations/locales/mi.js +36 -0
  1401. package/lib/translated/it/modules/translations/locales/nb-x-k12.js +36 -0
  1402. package/lib/translated/it/modules/translations/locales/nb.js +36 -0
  1403. package/lib/translated/it/modules/translations/locales/nl.js +36 -0
  1404. package/lib/translated/it/modules/translations/locales/pl.js +36 -0
  1405. package/lib/translated/it/modules/translations/locales/pt.js +36 -0
  1406. package/lib/translated/it/modules/translations/locales/pt_BR.js +36 -0
  1407. package/lib/translated/it/modules/translations/locales/sl.js +36 -0
  1408. package/lib/translated/it/modules/translations/locales/sv-x-k12.js +36 -0
  1409. package/lib/translated/it/modules/translations/locales/zh-Hans.js +36 -0
  1410. package/lib/translated/it/modules/translations/locales/zh-Hant.js +36 -0
  1411. package/lib/translated/it/modules/translations/locales/zh.js +36 -0
  1412. package/lib/translated/it/modules/translations/locales/zh_HK.js +36 -0
  1413. package/lib/translated/ja/modules/common/fileUrl.js +4 -3
  1414. package/lib/translated/ja/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1415. package/lib/translated/ja/modules/enhance-user-content/doc_previews.js +3 -3
  1416. package/lib/translated/ja/modules/enhance-user-content/enhance_user_content.js +23 -11
  1417. package/lib/translated/ja/modules/enhance-user-content/instructure_helper.js +4 -3
  1418. package/lib/translated/ja/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1419. package/lib/translated/ja/modules/rce/RCEWrapper.js +4 -7
  1420. package/lib/translated/ja/modules/rce/StatusBar.js +1 -1
  1421. package/lib/translated/ja/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1422. package/lib/translated/ja/modules/rce/__tests__/contentRendering.test.js +10 -0
  1423. package/lib/translated/ja/modules/rce/contentRendering.js +2 -2
  1424. package/lib/translated/ja/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1425. package/lib/translated/ja/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1426. package/lib/translated/ja/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1427. package/lib/translated/ja/modules/rce/tinyRCE.js +0 -1
  1428. package/lib/translated/ja/modules/rcs/api.js +3 -2
  1429. package/lib/translated/ja/modules/sidebar/store/initialState.js +4 -2
  1430. package/lib/translated/ja/modules/translations/locales/ar.js +36 -0
  1431. package/lib/translated/ja/modules/translations/locales/ca.js +36 -0
  1432. package/lib/translated/ja/modules/translations/locales/cy.js +36 -0
  1433. package/lib/translated/ja/modules/translations/locales/da-x-k12.js +36 -0
  1434. package/lib/translated/ja/modules/translations/locales/da.js +36 -0
  1435. package/lib/translated/ja/modules/translations/locales/de.js +36 -0
  1436. package/lib/translated/ja/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1437. package/lib/translated/ja/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1438. package/lib/translated/ja/modules/translations/locales/en_AU.js +36 -0
  1439. package/lib/translated/ja/modules/translations/locales/en_CA.js +36 -0
  1440. package/lib/translated/ja/modules/translations/locales/en_CY.js +36 -0
  1441. package/lib/translated/ja/modules/translations/locales/en_GB.js +36 -0
  1442. package/lib/translated/ja/modules/translations/locales/es.js +36 -0
  1443. package/lib/translated/ja/modules/translations/locales/es_ES.js +36 -0
  1444. package/lib/translated/ja/modules/translations/locales/fi.js +36 -0
  1445. package/lib/translated/ja/modules/translations/locales/fr.js +36 -0
  1446. package/lib/translated/ja/modules/translations/locales/fr_CA.js +36 -0
  1447. package/lib/translated/ja/modules/translations/locales/ht.js +36 -0
  1448. package/lib/translated/ja/modules/translations/locales/is.js +36 -0
  1449. package/lib/translated/ja/modules/translations/locales/it.js +36 -0
  1450. package/lib/translated/ja/modules/translations/locales/ja.js +36 -0
  1451. package/lib/translated/ja/modules/translations/locales/mi.js +36 -0
  1452. package/lib/translated/ja/modules/translations/locales/nb-x-k12.js +36 -0
  1453. package/lib/translated/ja/modules/translations/locales/nb.js +36 -0
  1454. package/lib/translated/ja/modules/translations/locales/nl.js +36 -0
  1455. package/lib/translated/ja/modules/translations/locales/pl.js +36 -0
  1456. package/lib/translated/ja/modules/translations/locales/pt.js +36 -0
  1457. package/lib/translated/ja/modules/translations/locales/pt_BR.js +36 -0
  1458. package/lib/translated/ja/modules/translations/locales/sl.js +36 -0
  1459. package/lib/translated/ja/modules/translations/locales/sv-x-k12.js +36 -0
  1460. package/lib/translated/ja/modules/translations/locales/zh-Hans.js +36 -0
  1461. package/lib/translated/ja/modules/translations/locales/zh-Hant.js +36 -0
  1462. package/lib/translated/ja/modules/translations/locales/zh.js +36 -0
  1463. package/lib/translated/ja/modules/translations/locales/zh_HK.js +36 -0
  1464. package/lib/translated/ko/modules/common/fileUrl.js +4 -3
  1465. package/lib/translated/ko/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1466. package/lib/translated/ko/modules/enhance-user-content/doc_previews.js +1 -1
  1467. package/lib/translated/ko/modules/enhance-user-content/enhance_user_content.js +19 -7
  1468. package/lib/translated/ko/modules/enhance-user-content/instructure_helper.js +2 -1
  1469. package/lib/translated/ko/modules/rce/RCEWrapper.js +4 -7
  1470. package/lib/translated/ko/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1471. package/lib/translated/ko/modules/rce/__tests__/contentRendering.test.js +10 -0
  1472. package/lib/translated/ko/modules/rce/contentRendering.js +2 -2
  1473. package/lib/translated/ko/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1474. package/lib/translated/ko/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1475. package/lib/translated/ko/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1476. package/lib/translated/ko/modules/rce/tinyRCE.js +0 -1
  1477. package/lib/translated/ko/modules/rcs/api.js +3 -2
  1478. package/lib/translated/ko/modules/sidebar/store/initialState.js +4 -2
  1479. package/lib/translated/ko/modules/translations/locales/ar.js +36 -0
  1480. package/lib/translated/ko/modules/translations/locales/ca.js +36 -0
  1481. package/lib/translated/ko/modules/translations/locales/cy.js +36 -0
  1482. package/lib/translated/ko/modules/translations/locales/da-x-k12.js +36 -0
  1483. package/lib/translated/ko/modules/translations/locales/da.js +36 -0
  1484. package/lib/translated/ko/modules/translations/locales/de.js +36 -0
  1485. package/lib/translated/ko/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1486. package/lib/translated/ko/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1487. package/lib/translated/ko/modules/translations/locales/en_AU.js +36 -0
  1488. package/lib/translated/ko/modules/translations/locales/en_CA.js +36 -0
  1489. package/lib/translated/ko/modules/translations/locales/en_CY.js +36 -0
  1490. package/lib/translated/ko/modules/translations/locales/en_GB.js +36 -0
  1491. package/lib/translated/ko/modules/translations/locales/es.js +36 -0
  1492. package/lib/translated/ko/modules/translations/locales/es_ES.js +36 -0
  1493. package/lib/translated/ko/modules/translations/locales/fi.js +36 -0
  1494. package/lib/translated/ko/modules/translations/locales/fr.js +36 -0
  1495. package/lib/translated/ko/modules/translations/locales/fr_CA.js +36 -0
  1496. package/lib/translated/ko/modules/translations/locales/ht.js +36 -0
  1497. package/lib/translated/ko/modules/translations/locales/is.js +36 -0
  1498. package/lib/translated/ko/modules/translations/locales/it.js +36 -0
  1499. package/lib/translated/ko/modules/translations/locales/ja.js +36 -0
  1500. package/lib/translated/ko/modules/translations/locales/mi.js +36 -0
  1501. package/lib/translated/ko/modules/translations/locales/nb-x-k12.js +36 -0
  1502. package/lib/translated/ko/modules/translations/locales/nb.js +36 -0
  1503. package/lib/translated/ko/modules/translations/locales/nl.js +36 -0
  1504. package/lib/translated/ko/modules/translations/locales/pl.js +36 -0
  1505. package/lib/translated/ko/modules/translations/locales/pt.js +36 -0
  1506. package/lib/translated/ko/modules/translations/locales/pt_BR.js +36 -0
  1507. package/lib/translated/ko/modules/translations/locales/sl.js +36 -0
  1508. package/lib/translated/ko/modules/translations/locales/sv-x-k12.js +36 -0
  1509. package/lib/translated/ko/modules/translations/locales/zh-Hans.js +36 -0
  1510. package/lib/translated/ko/modules/translations/locales/zh-Hant.js +36 -0
  1511. package/lib/translated/ko/modules/translations/locales/zh.js +36 -0
  1512. package/lib/translated/ko/modules/translations/locales/zh_HK.js +36 -0
  1513. package/lib/translated/mi/modules/common/fileUrl.js +4 -3
  1514. package/lib/translated/mi/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1515. package/lib/translated/mi/modules/enhance-user-content/doc_previews.js +3 -3
  1516. package/lib/translated/mi/modules/enhance-user-content/enhance_user_content.js +23 -11
  1517. package/lib/translated/mi/modules/enhance-user-content/instructure_helper.js +4 -3
  1518. package/lib/translated/mi/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1519. package/lib/translated/mi/modules/rce/RCEWrapper.js +4 -7
  1520. package/lib/translated/mi/modules/rce/StatusBar.js +1 -1
  1521. package/lib/translated/mi/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1522. package/lib/translated/mi/modules/rce/__tests__/contentRendering.test.js +10 -0
  1523. package/lib/translated/mi/modules/rce/contentRendering.js +2 -2
  1524. package/lib/translated/mi/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1525. package/lib/translated/mi/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1526. package/lib/translated/mi/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1527. package/lib/translated/mi/modules/rce/tinyRCE.js +0 -1
  1528. package/lib/translated/mi/modules/rcs/api.js +3 -2
  1529. package/lib/translated/mi/modules/sidebar/store/initialState.js +4 -2
  1530. package/lib/translated/mi/modules/translations/locales/ar.js +36 -0
  1531. package/lib/translated/mi/modules/translations/locales/ca.js +36 -0
  1532. package/lib/translated/mi/modules/translations/locales/cy.js +36 -0
  1533. package/lib/translated/mi/modules/translations/locales/da-x-k12.js +36 -0
  1534. package/lib/translated/mi/modules/translations/locales/da.js +36 -0
  1535. package/lib/translated/mi/modules/translations/locales/de.js +36 -0
  1536. package/lib/translated/mi/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1537. package/lib/translated/mi/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1538. package/lib/translated/mi/modules/translations/locales/en_AU.js +36 -0
  1539. package/lib/translated/mi/modules/translations/locales/en_CA.js +36 -0
  1540. package/lib/translated/mi/modules/translations/locales/en_CY.js +36 -0
  1541. package/lib/translated/mi/modules/translations/locales/en_GB.js +36 -0
  1542. package/lib/translated/mi/modules/translations/locales/es.js +36 -0
  1543. package/lib/translated/mi/modules/translations/locales/es_ES.js +36 -0
  1544. package/lib/translated/mi/modules/translations/locales/fi.js +36 -0
  1545. package/lib/translated/mi/modules/translations/locales/fr.js +36 -0
  1546. package/lib/translated/mi/modules/translations/locales/fr_CA.js +36 -0
  1547. package/lib/translated/mi/modules/translations/locales/ht.js +36 -0
  1548. package/lib/translated/mi/modules/translations/locales/is.js +36 -0
  1549. package/lib/translated/mi/modules/translations/locales/it.js +36 -0
  1550. package/lib/translated/mi/modules/translations/locales/ja.js +36 -0
  1551. package/lib/translated/mi/modules/translations/locales/mi.js +36 -0
  1552. package/lib/translated/mi/modules/translations/locales/nb-x-k12.js +36 -0
  1553. package/lib/translated/mi/modules/translations/locales/nb.js +36 -0
  1554. package/lib/translated/mi/modules/translations/locales/nl.js +36 -0
  1555. package/lib/translated/mi/modules/translations/locales/pl.js +36 -0
  1556. package/lib/translated/mi/modules/translations/locales/pt.js +36 -0
  1557. package/lib/translated/mi/modules/translations/locales/pt_BR.js +36 -0
  1558. package/lib/translated/mi/modules/translations/locales/sl.js +36 -0
  1559. package/lib/translated/mi/modules/translations/locales/sv-x-k12.js +36 -0
  1560. package/lib/translated/mi/modules/translations/locales/zh-Hans.js +36 -0
  1561. package/lib/translated/mi/modules/translations/locales/zh-Hant.js +36 -0
  1562. package/lib/translated/mi/modules/translations/locales/zh.js +36 -0
  1563. package/lib/translated/mi/modules/translations/locales/zh_HK.js +36 -0
  1564. package/lib/translated/nb/modules/common/fileUrl.js +4 -3
  1565. package/lib/translated/nb/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1566. package/lib/translated/nb/modules/enhance-user-content/doc_previews.js +3 -3
  1567. package/lib/translated/nb/modules/enhance-user-content/enhance_user_content.js +23 -11
  1568. package/lib/translated/nb/modules/enhance-user-content/instructure_helper.js +4 -3
  1569. package/lib/translated/nb/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1570. package/lib/translated/nb/modules/rce/RCEWrapper.js +4 -7
  1571. package/lib/translated/nb/modules/rce/StatusBar.js +1 -1
  1572. package/lib/translated/nb/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1573. package/lib/translated/nb/modules/rce/__tests__/contentRendering.test.js +10 -0
  1574. package/lib/translated/nb/modules/rce/contentRendering.js +2 -2
  1575. package/lib/translated/nb/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1576. package/lib/translated/nb/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1577. package/lib/translated/nb/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1578. package/lib/translated/nb/modules/rce/tinyRCE.js +0 -1
  1579. package/lib/translated/nb/modules/rcs/api.js +3 -2
  1580. package/lib/translated/nb/modules/sidebar/store/initialState.js +4 -2
  1581. package/lib/translated/nb/modules/translations/locales/ar.js +36 -0
  1582. package/lib/translated/nb/modules/translations/locales/ca.js +36 -0
  1583. package/lib/translated/nb/modules/translations/locales/cy.js +36 -0
  1584. package/lib/translated/nb/modules/translations/locales/da-x-k12.js +36 -0
  1585. package/lib/translated/nb/modules/translations/locales/da.js +36 -0
  1586. package/lib/translated/nb/modules/translations/locales/de.js +36 -0
  1587. package/lib/translated/nb/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1588. package/lib/translated/nb/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1589. package/lib/translated/nb/modules/translations/locales/en_AU.js +36 -0
  1590. package/lib/translated/nb/modules/translations/locales/en_CA.js +36 -0
  1591. package/lib/translated/nb/modules/translations/locales/en_CY.js +36 -0
  1592. package/lib/translated/nb/modules/translations/locales/en_GB.js +36 -0
  1593. package/lib/translated/nb/modules/translations/locales/es.js +36 -0
  1594. package/lib/translated/nb/modules/translations/locales/es_ES.js +36 -0
  1595. package/lib/translated/nb/modules/translations/locales/fi.js +36 -0
  1596. package/lib/translated/nb/modules/translations/locales/fr.js +36 -0
  1597. package/lib/translated/nb/modules/translations/locales/fr_CA.js +36 -0
  1598. package/lib/translated/nb/modules/translations/locales/ht.js +36 -0
  1599. package/lib/translated/nb/modules/translations/locales/is.js +36 -0
  1600. package/lib/translated/nb/modules/translations/locales/it.js +36 -0
  1601. package/lib/translated/nb/modules/translations/locales/ja.js +36 -0
  1602. package/lib/translated/nb/modules/translations/locales/mi.js +36 -0
  1603. package/lib/translated/nb/modules/translations/locales/nb-x-k12.js +36 -0
  1604. package/lib/translated/nb/modules/translations/locales/nb.js +36 -0
  1605. package/lib/translated/nb/modules/translations/locales/nl.js +36 -0
  1606. package/lib/translated/nb/modules/translations/locales/pl.js +36 -0
  1607. package/lib/translated/nb/modules/translations/locales/pt.js +36 -0
  1608. package/lib/translated/nb/modules/translations/locales/pt_BR.js +36 -0
  1609. package/lib/translated/nb/modules/translations/locales/sl.js +36 -0
  1610. package/lib/translated/nb/modules/translations/locales/sv-x-k12.js +36 -0
  1611. package/lib/translated/nb/modules/translations/locales/zh-Hans.js +36 -0
  1612. package/lib/translated/nb/modules/translations/locales/zh-Hant.js +36 -0
  1613. package/lib/translated/nb/modules/translations/locales/zh.js +36 -0
  1614. package/lib/translated/nb/modules/translations/locales/zh_HK.js +36 -0
  1615. package/lib/translated/nb-x-k12/modules/common/fileUrl.js +4 -3
  1616. package/lib/translated/nb-x-k12/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1617. package/lib/translated/nb-x-k12/modules/enhance-user-content/doc_previews.js +3 -3
  1618. package/lib/translated/nb-x-k12/modules/enhance-user-content/enhance_user_content.js +23 -11
  1619. package/lib/translated/nb-x-k12/modules/enhance-user-content/instructure_helper.js +4 -3
  1620. package/lib/translated/nb-x-k12/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1621. package/lib/translated/nb-x-k12/modules/rce/RCEWrapper.js +4 -7
  1622. package/lib/translated/nb-x-k12/modules/rce/StatusBar.js +1 -1
  1623. package/lib/translated/nb-x-k12/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1624. package/lib/translated/nb-x-k12/modules/rce/__tests__/contentRendering.test.js +10 -0
  1625. package/lib/translated/nb-x-k12/modules/rce/contentRendering.js +2 -2
  1626. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1627. package/lib/translated/nb-x-k12/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1628. package/lib/translated/nb-x-k12/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1629. package/lib/translated/nb-x-k12/modules/rce/tinyRCE.js +0 -1
  1630. package/lib/translated/nb-x-k12/modules/rcs/api.js +3 -2
  1631. package/lib/translated/nb-x-k12/modules/sidebar/store/initialState.js +4 -2
  1632. package/lib/translated/nb-x-k12/modules/translations/locales/ar.js +36 -0
  1633. package/lib/translated/nb-x-k12/modules/translations/locales/ca.js +36 -0
  1634. package/lib/translated/nb-x-k12/modules/translations/locales/cy.js +36 -0
  1635. package/lib/translated/nb-x-k12/modules/translations/locales/da-x-k12.js +36 -0
  1636. package/lib/translated/nb-x-k12/modules/translations/locales/da.js +36 -0
  1637. package/lib/translated/nb-x-k12/modules/translations/locales/de.js +36 -0
  1638. package/lib/translated/nb-x-k12/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1639. package/lib/translated/nb-x-k12/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1640. package/lib/translated/nb-x-k12/modules/translations/locales/en_AU.js +36 -0
  1641. package/lib/translated/nb-x-k12/modules/translations/locales/en_CA.js +36 -0
  1642. package/lib/translated/nb-x-k12/modules/translations/locales/en_CY.js +36 -0
  1643. package/lib/translated/nb-x-k12/modules/translations/locales/en_GB.js +36 -0
  1644. package/lib/translated/nb-x-k12/modules/translations/locales/es.js +36 -0
  1645. package/lib/translated/nb-x-k12/modules/translations/locales/es_ES.js +36 -0
  1646. package/lib/translated/nb-x-k12/modules/translations/locales/fi.js +36 -0
  1647. package/lib/translated/nb-x-k12/modules/translations/locales/fr.js +36 -0
  1648. package/lib/translated/nb-x-k12/modules/translations/locales/fr_CA.js +36 -0
  1649. package/lib/translated/nb-x-k12/modules/translations/locales/ht.js +36 -0
  1650. package/lib/translated/nb-x-k12/modules/translations/locales/is.js +36 -0
  1651. package/lib/translated/nb-x-k12/modules/translations/locales/it.js +36 -0
  1652. package/lib/translated/nb-x-k12/modules/translations/locales/ja.js +36 -0
  1653. package/lib/translated/nb-x-k12/modules/translations/locales/mi.js +36 -0
  1654. package/lib/translated/nb-x-k12/modules/translations/locales/nb-x-k12.js +36 -0
  1655. package/lib/translated/nb-x-k12/modules/translations/locales/nb.js +36 -0
  1656. package/lib/translated/nb-x-k12/modules/translations/locales/nl.js +36 -0
  1657. package/lib/translated/nb-x-k12/modules/translations/locales/pl.js +36 -0
  1658. package/lib/translated/nb-x-k12/modules/translations/locales/pt.js +36 -0
  1659. package/lib/translated/nb-x-k12/modules/translations/locales/pt_BR.js +36 -0
  1660. package/lib/translated/nb-x-k12/modules/translations/locales/sl.js +36 -0
  1661. package/lib/translated/nb-x-k12/modules/translations/locales/sv-x-k12.js +36 -0
  1662. package/lib/translated/nb-x-k12/modules/translations/locales/zh-Hans.js +36 -0
  1663. package/lib/translated/nb-x-k12/modules/translations/locales/zh-Hant.js +36 -0
  1664. package/lib/translated/nb-x-k12/modules/translations/locales/zh.js +36 -0
  1665. package/lib/translated/nb-x-k12/modules/translations/locales/zh_HK.js +36 -0
  1666. package/lib/translated/nl/modules/common/fileUrl.js +4 -3
  1667. package/lib/translated/nl/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1668. package/lib/translated/nl/modules/enhance-user-content/doc_previews.js +3 -3
  1669. package/lib/translated/nl/modules/enhance-user-content/enhance_user_content.js +23 -11
  1670. package/lib/translated/nl/modules/enhance-user-content/instructure_helper.js +4 -3
  1671. package/lib/translated/nl/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1672. package/lib/translated/nl/modules/rce/RCEWrapper.js +4 -7
  1673. package/lib/translated/nl/modules/rce/StatusBar.js +1 -1
  1674. package/lib/translated/nl/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1675. package/lib/translated/nl/modules/rce/__tests__/contentRendering.test.js +10 -0
  1676. package/lib/translated/nl/modules/rce/contentRendering.js +2 -2
  1677. package/lib/translated/nl/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1678. package/lib/translated/nl/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1679. package/lib/translated/nl/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1680. package/lib/translated/nl/modules/rce/tinyRCE.js +0 -1
  1681. package/lib/translated/nl/modules/rcs/api.js +3 -2
  1682. package/lib/translated/nl/modules/sidebar/store/initialState.js +4 -2
  1683. package/lib/translated/nl/modules/translations/locales/ar.js +36 -0
  1684. package/lib/translated/nl/modules/translations/locales/ca.js +36 -0
  1685. package/lib/translated/nl/modules/translations/locales/cy.js +36 -0
  1686. package/lib/translated/nl/modules/translations/locales/da-x-k12.js +36 -0
  1687. package/lib/translated/nl/modules/translations/locales/da.js +36 -0
  1688. package/lib/translated/nl/modules/translations/locales/de.js +36 -0
  1689. package/lib/translated/nl/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1690. package/lib/translated/nl/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1691. package/lib/translated/nl/modules/translations/locales/en_AU.js +36 -0
  1692. package/lib/translated/nl/modules/translations/locales/en_CA.js +36 -0
  1693. package/lib/translated/nl/modules/translations/locales/en_CY.js +36 -0
  1694. package/lib/translated/nl/modules/translations/locales/en_GB.js +36 -0
  1695. package/lib/translated/nl/modules/translations/locales/es.js +36 -0
  1696. package/lib/translated/nl/modules/translations/locales/es_ES.js +36 -0
  1697. package/lib/translated/nl/modules/translations/locales/fi.js +36 -0
  1698. package/lib/translated/nl/modules/translations/locales/fr.js +36 -0
  1699. package/lib/translated/nl/modules/translations/locales/fr_CA.js +36 -0
  1700. package/lib/translated/nl/modules/translations/locales/ht.js +36 -0
  1701. package/lib/translated/nl/modules/translations/locales/is.js +36 -0
  1702. package/lib/translated/nl/modules/translations/locales/it.js +36 -0
  1703. package/lib/translated/nl/modules/translations/locales/ja.js +36 -0
  1704. package/lib/translated/nl/modules/translations/locales/mi.js +36 -0
  1705. package/lib/translated/nl/modules/translations/locales/nb-x-k12.js +36 -0
  1706. package/lib/translated/nl/modules/translations/locales/nb.js +36 -0
  1707. package/lib/translated/nl/modules/translations/locales/nl.js +36 -0
  1708. package/lib/translated/nl/modules/translations/locales/pl.js +36 -0
  1709. package/lib/translated/nl/modules/translations/locales/pt.js +36 -0
  1710. package/lib/translated/nl/modules/translations/locales/pt_BR.js +36 -0
  1711. package/lib/translated/nl/modules/translations/locales/sl.js +36 -0
  1712. package/lib/translated/nl/modules/translations/locales/sv-x-k12.js +36 -0
  1713. package/lib/translated/nl/modules/translations/locales/zh-Hans.js +36 -0
  1714. package/lib/translated/nl/modules/translations/locales/zh-Hant.js +36 -0
  1715. package/lib/translated/nl/modules/translations/locales/zh.js +36 -0
  1716. package/lib/translated/nl/modules/translations/locales/zh_HK.js +36 -0
  1717. package/lib/translated/nn/modules/common/fileUrl.js +4 -3
  1718. package/lib/translated/nn/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1719. package/lib/translated/nn/modules/enhance-user-content/doc_previews.js +1 -1
  1720. package/lib/translated/nn/modules/enhance-user-content/enhance_user_content.js +19 -7
  1721. package/lib/translated/nn/modules/enhance-user-content/instructure_helper.js +2 -1
  1722. package/lib/translated/nn/modules/rce/RCEWrapper.js +4 -7
  1723. package/lib/translated/nn/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1724. package/lib/translated/nn/modules/rce/__tests__/contentRendering.test.js +10 -0
  1725. package/lib/translated/nn/modules/rce/contentRendering.js +2 -2
  1726. package/lib/translated/nn/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1727. package/lib/translated/nn/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1728. package/lib/translated/nn/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1729. package/lib/translated/nn/modules/rce/tinyRCE.js +0 -1
  1730. package/lib/translated/nn/modules/rcs/api.js +3 -2
  1731. package/lib/translated/nn/modules/sidebar/store/initialState.js +4 -2
  1732. package/lib/translated/nn/modules/translations/locales/ar.js +36 -0
  1733. package/lib/translated/nn/modules/translations/locales/ca.js +36 -0
  1734. package/lib/translated/nn/modules/translations/locales/cy.js +36 -0
  1735. package/lib/translated/nn/modules/translations/locales/da-x-k12.js +36 -0
  1736. package/lib/translated/nn/modules/translations/locales/da.js +36 -0
  1737. package/lib/translated/nn/modules/translations/locales/de.js +36 -0
  1738. package/lib/translated/nn/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1739. package/lib/translated/nn/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1740. package/lib/translated/nn/modules/translations/locales/en_AU.js +36 -0
  1741. package/lib/translated/nn/modules/translations/locales/en_CA.js +36 -0
  1742. package/lib/translated/nn/modules/translations/locales/en_CY.js +36 -0
  1743. package/lib/translated/nn/modules/translations/locales/en_GB.js +36 -0
  1744. package/lib/translated/nn/modules/translations/locales/es.js +36 -0
  1745. package/lib/translated/nn/modules/translations/locales/es_ES.js +36 -0
  1746. package/lib/translated/nn/modules/translations/locales/fi.js +36 -0
  1747. package/lib/translated/nn/modules/translations/locales/fr.js +36 -0
  1748. package/lib/translated/nn/modules/translations/locales/fr_CA.js +36 -0
  1749. package/lib/translated/nn/modules/translations/locales/ht.js +36 -0
  1750. package/lib/translated/nn/modules/translations/locales/is.js +36 -0
  1751. package/lib/translated/nn/modules/translations/locales/it.js +36 -0
  1752. package/lib/translated/nn/modules/translations/locales/ja.js +36 -0
  1753. package/lib/translated/nn/modules/translations/locales/mi.js +36 -0
  1754. package/lib/translated/nn/modules/translations/locales/nb-x-k12.js +36 -0
  1755. package/lib/translated/nn/modules/translations/locales/nb.js +36 -0
  1756. package/lib/translated/nn/modules/translations/locales/nl.js +36 -0
  1757. package/lib/translated/nn/modules/translations/locales/pl.js +36 -0
  1758. package/lib/translated/nn/modules/translations/locales/pt.js +36 -0
  1759. package/lib/translated/nn/modules/translations/locales/pt_BR.js +36 -0
  1760. package/lib/translated/nn/modules/translations/locales/sl.js +36 -0
  1761. package/lib/translated/nn/modules/translations/locales/sv-x-k12.js +36 -0
  1762. package/lib/translated/nn/modules/translations/locales/zh-Hans.js +36 -0
  1763. package/lib/translated/nn/modules/translations/locales/zh-Hant.js +36 -0
  1764. package/lib/translated/nn/modules/translations/locales/zh.js +36 -0
  1765. package/lib/translated/nn/modules/translations/locales/zh_HK.js +36 -0
  1766. package/lib/translated/pl/modules/common/fileUrl.js +4 -3
  1767. package/lib/translated/pl/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1768. package/lib/translated/pl/modules/enhance-user-content/doc_previews.js +3 -3
  1769. package/lib/translated/pl/modules/enhance-user-content/enhance_user_content.js +23 -11
  1770. package/lib/translated/pl/modules/enhance-user-content/instructure_helper.js +4 -3
  1771. package/lib/translated/pl/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1772. package/lib/translated/pl/modules/rce/RCEWrapper.js +4 -7
  1773. package/lib/translated/pl/modules/rce/StatusBar.js +1 -1
  1774. package/lib/translated/pl/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1775. package/lib/translated/pl/modules/rce/__tests__/contentRendering.test.js +10 -0
  1776. package/lib/translated/pl/modules/rce/contentRendering.js +2 -2
  1777. package/lib/translated/pl/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1778. package/lib/translated/pl/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1779. package/lib/translated/pl/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1780. package/lib/translated/pl/modules/rce/tinyRCE.js +0 -1
  1781. package/lib/translated/pl/modules/rcs/api.js +3 -2
  1782. package/lib/translated/pl/modules/sidebar/store/initialState.js +4 -2
  1783. package/lib/translated/pl/modules/translations/locales/ar.js +36 -0
  1784. package/lib/translated/pl/modules/translations/locales/ca.js +36 -0
  1785. package/lib/translated/pl/modules/translations/locales/cy.js +36 -0
  1786. package/lib/translated/pl/modules/translations/locales/da-x-k12.js +36 -0
  1787. package/lib/translated/pl/modules/translations/locales/da.js +36 -0
  1788. package/lib/translated/pl/modules/translations/locales/de.js +36 -0
  1789. package/lib/translated/pl/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1790. package/lib/translated/pl/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1791. package/lib/translated/pl/modules/translations/locales/en_AU.js +36 -0
  1792. package/lib/translated/pl/modules/translations/locales/en_CA.js +36 -0
  1793. package/lib/translated/pl/modules/translations/locales/en_CY.js +36 -0
  1794. package/lib/translated/pl/modules/translations/locales/en_GB.js +36 -0
  1795. package/lib/translated/pl/modules/translations/locales/es.js +36 -0
  1796. package/lib/translated/pl/modules/translations/locales/es_ES.js +36 -0
  1797. package/lib/translated/pl/modules/translations/locales/fi.js +36 -0
  1798. package/lib/translated/pl/modules/translations/locales/fr.js +36 -0
  1799. package/lib/translated/pl/modules/translations/locales/fr_CA.js +36 -0
  1800. package/lib/translated/pl/modules/translations/locales/ht.js +36 -0
  1801. package/lib/translated/pl/modules/translations/locales/is.js +36 -0
  1802. package/lib/translated/pl/modules/translations/locales/it.js +36 -0
  1803. package/lib/translated/pl/modules/translations/locales/ja.js +36 -0
  1804. package/lib/translated/pl/modules/translations/locales/mi.js +36 -0
  1805. package/lib/translated/pl/modules/translations/locales/nb-x-k12.js +36 -0
  1806. package/lib/translated/pl/modules/translations/locales/nb.js +36 -0
  1807. package/lib/translated/pl/modules/translations/locales/nl.js +36 -0
  1808. package/lib/translated/pl/modules/translations/locales/pl.js +36 -0
  1809. package/lib/translated/pl/modules/translations/locales/pt.js +36 -0
  1810. package/lib/translated/pl/modules/translations/locales/pt_BR.js +36 -0
  1811. package/lib/translated/pl/modules/translations/locales/sl.js +36 -0
  1812. package/lib/translated/pl/modules/translations/locales/sv-x-k12.js +36 -0
  1813. package/lib/translated/pl/modules/translations/locales/zh-Hans.js +36 -0
  1814. package/lib/translated/pl/modules/translations/locales/zh-Hant.js +36 -0
  1815. package/lib/translated/pl/modules/translations/locales/zh.js +36 -0
  1816. package/lib/translated/pl/modules/translations/locales/zh_HK.js +36 -0
  1817. package/lib/translated/pt/modules/common/fileUrl.js +4 -3
  1818. package/lib/translated/pt/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1819. package/lib/translated/pt/modules/enhance-user-content/doc_previews.js +3 -3
  1820. package/lib/translated/pt/modules/enhance-user-content/enhance_user_content.js +23 -11
  1821. package/lib/translated/pt/modules/enhance-user-content/instructure_helper.js +4 -3
  1822. package/lib/translated/pt/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1823. package/lib/translated/pt/modules/rce/RCEWrapper.js +4 -7
  1824. package/lib/translated/pt/modules/rce/StatusBar.js +1 -1
  1825. package/lib/translated/pt/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1826. package/lib/translated/pt/modules/rce/__tests__/contentRendering.test.js +10 -0
  1827. package/lib/translated/pt/modules/rce/contentRendering.js +2 -2
  1828. package/lib/translated/pt/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1829. package/lib/translated/pt/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1830. package/lib/translated/pt/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1831. package/lib/translated/pt/modules/rce/tinyRCE.js +0 -1
  1832. package/lib/translated/pt/modules/rcs/api.js +3 -2
  1833. package/lib/translated/pt/modules/sidebar/store/initialState.js +4 -2
  1834. package/lib/translated/pt/modules/translations/locales/ar.js +36 -0
  1835. package/lib/translated/pt/modules/translations/locales/ca.js +36 -0
  1836. package/lib/translated/pt/modules/translations/locales/cy.js +36 -0
  1837. package/lib/translated/pt/modules/translations/locales/da-x-k12.js +36 -0
  1838. package/lib/translated/pt/modules/translations/locales/da.js +36 -0
  1839. package/lib/translated/pt/modules/translations/locales/de.js +36 -0
  1840. package/lib/translated/pt/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1841. package/lib/translated/pt/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1842. package/lib/translated/pt/modules/translations/locales/en_AU.js +36 -0
  1843. package/lib/translated/pt/modules/translations/locales/en_CA.js +36 -0
  1844. package/lib/translated/pt/modules/translations/locales/en_CY.js +36 -0
  1845. package/lib/translated/pt/modules/translations/locales/en_GB.js +36 -0
  1846. package/lib/translated/pt/modules/translations/locales/es.js +36 -0
  1847. package/lib/translated/pt/modules/translations/locales/es_ES.js +36 -0
  1848. package/lib/translated/pt/modules/translations/locales/fi.js +36 -0
  1849. package/lib/translated/pt/modules/translations/locales/fr.js +36 -0
  1850. package/lib/translated/pt/modules/translations/locales/fr_CA.js +36 -0
  1851. package/lib/translated/pt/modules/translations/locales/ht.js +36 -0
  1852. package/lib/translated/pt/modules/translations/locales/is.js +36 -0
  1853. package/lib/translated/pt/modules/translations/locales/it.js +36 -0
  1854. package/lib/translated/pt/modules/translations/locales/ja.js +36 -0
  1855. package/lib/translated/pt/modules/translations/locales/mi.js +36 -0
  1856. package/lib/translated/pt/modules/translations/locales/nb-x-k12.js +36 -0
  1857. package/lib/translated/pt/modules/translations/locales/nb.js +36 -0
  1858. package/lib/translated/pt/modules/translations/locales/nl.js +36 -0
  1859. package/lib/translated/pt/modules/translations/locales/pl.js +36 -0
  1860. package/lib/translated/pt/modules/translations/locales/pt.js +36 -0
  1861. package/lib/translated/pt/modules/translations/locales/pt_BR.js +36 -0
  1862. package/lib/translated/pt/modules/translations/locales/sl.js +36 -0
  1863. package/lib/translated/pt/modules/translations/locales/sv-x-k12.js +36 -0
  1864. package/lib/translated/pt/modules/translations/locales/zh-Hans.js +36 -0
  1865. package/lib/translated/pt/modules/translations/locales/zh-Hant.js +36 -0
  1866. package/lib/translated/pt/modules/translations/locales/zh.js +36 -0
  1867. package/lib/translated/pt/modules/translations/locales/zh_HK.js +36 -0
  1868. package/lib/translated/pt_BR/modules/common/fileUrl.js +4 -3
  1869. package/lib/translated/pt_BR/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1870. package/lib/translated/pt_BR/modules/enhance-user-content/doc_previews.js +3 -3
  1871. package/lib/translated/pt_BR/modules/enhance-user-content/enhance_user_content.js +23 -11
  1872. package/lib/translated/pt_BR/modules/enhance-user-content/instructure_helper.js +4 -3
  1873. package/lib/translated/pt_BR/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1874. package/lib/translated/pt_BR/modules/rce/RCEWrapper.js +4 -7
  1875. package/lib/translated/pt_BR/modules/rce/StatusBar.js +1 -1
  1876. package/lib/translated/pt_BR/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1877. package/lib/translated/pt_BR/modules/rce/__tests__/contentRendering.test.js +10 -0
  1878. package/lib/translated/pt_BR/modules/rce/contentRendering.js +2 -2
  1879. package/lib/translated/pt_BR/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1880. package/lib/translated/pt_BR/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1881. package/lib/translated/pt_BR/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1882. package/lib/translated/pt_BR/modules/rce/tinyRCE.js +0 -1
  1883. package/lib/translated/pt_BR/modules/rcs/api.js +3 -2
  1884. package/lib/translated/pt_BR/modules/sidebar/store/initialState.js +4 -2
  1885. package/lib/translated/pt_BR/modules/translations/locales/ar.js +36 -0
  1886. package/lib/translated/pt_BR/modules/translations/locales/ca.js +36 -0
  1887. package/lib/translated/pt_BR/modules/translations/locales/cy.js +36 -0
  1888. package/lib/translated/pt_BR/modules/translations/locales/da-x-k12.js +36 -0
  1889. package/lib/translated/pt_BR/modules/translations/locales/da.js +36 -0
  1890. package/lib/translated/pt_BR/modules/translations/locales/de.js +36 -0
  1891. package/lib/translated/pt_BR/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1892. package/lib/translated/pt_BR/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1893. package/lib/translated/pt_BR/modules/translations/locales/en_AU.js +36 -0
  1894. package/lib/translated/pt_BR/modules/translations/locales/en_CA.js +36 -0
  1895. package/lib/translated/pt_BR/modules/translations/locales/en_CY.js +36 -0
  1896. package/lib/translated/pt_BR/modules/translations/locales/en_GB.js +36 -0
  1897. package/lib/translated/pt_BR/modules/translations/locales/es.js +36 -0
  1898. package/lib/translated/pt_BR/modules/translations/locales/es_ES.js +36 -0
  1899. package/lib/translated/pt_BR/modules/translations/locales/fi.js +36 -0
  1900. package/lib/translated/pt_BR/modules/translations/locales/fr.js +36 -0
  1901. package/lib/translated/pt_BR/modules/translations/locales/fr_CA.js +36 -0
  1902. package/lib/translated/pt_BR/modules/translations/locales/ht.js +36 -0
  1903. package/lib/translated/pt_BR/modules/translations/locales/is.js +36 -0
  1904. package/lib/translated/pt_BR/modules/translations/locales/it.js +36 -0
  1905. package/lib/translated/pt_BR/modules/translations/locales/ja.js +36 -0
  1906. package/lib/translated/pt_BR/modules/translations/locales/mi.js +36 -0
  1907. package/lib/translated/pt_BR/modules/translations/locales/nb-x-k12.js +36 -0
  1908. package/lib/translated/pt_BR/modules/translations/locales/nb.js +36 -0
  1909. package/lib/translated/pt_BR/modules/translations/locales/nl.js +36 -0
  1910. package/lib/translated/pt_BR/modules/translations/locales/pl.js +36 -0
  1911. package/lib/translated/pt_BR/modules/translations/locales/pt.js +36 -0
  1912. package/lib/translated/pt_BR/modules/translations/locales/pt_BR.js +36 -0
  1913. package/lib/translated/pt_BR/modules/translations/locales/sl.js +36 -0
  1914. package/lib/translated/pt_BR/modules/translations/locales/sv-x-k12.js +36 -0
  1915. package/lib/translated/pt_BR/modules/translations/locales/zh-Hans.js +36 -0
  1916. package/lib/translated/pt_BR/modules/translations/locales/zh-Hant.js +36 -0
  1917. package/lib/translated/pt_BR/modules/translations/locales/zh.js +36 -0
  1918. package/lib/translated/pt_BR/modules/translations/locales/zh_HK.js +36 -0
  1919. package/lib/translated/ru/modules/common/fileUrl.js +4 -3
  1920. package/lib/translated/ru/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1921. package/lib/translated/ru/modules/enhance-user-content/doc_previews.js +1 -1
  1922. package/lib/translated/ru/modules/enhance-user-content/enhance_user_content.js +19 -7
  1923. package/lib/translated/ru/modules/enhance-user-content/instructure_helper.js +2 -1
  1924. package/lib/translated/ru/modules/rce/RCEWrapper.js +4 -7
  1925. package/lib/translated/ru/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1926. package/lib/translated/ru/modules/rce/__tests__/contentRendering.test.js +10 -0
  1927. package/lib/translated/ru/modules/rce/contentRendering.js +2 -2
  1928. package/lib/translated/ru/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1929. package/lib/translated/ru/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1930. package/lib/translated/ru/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1931. package/lib/translated/ru/modules/rce/tinyRCE.js +0 -1
  1932. package/lib/translated/ru/modules/rcs/api.js +3 -2
  1933. package/lib/translated/ru/modules/sidebar/store/initialState.js +4 -2
  1934. package/lib/translated/ru/modules/translations/locales/ar.js +36 -0
  1935. package/lib/translated/ru/modules/translations/locales/ca.js +36 -0
  1936. package/lib/translated/ru/modules/translations/locales/cy.js +36 -0
  1937. package/lib/translated/ru/modules/translations/locales/da-x-k12.js +36 -0
  1938. package/lib/translated/ru/modules/translations/locales/da.js +36 -0
  1939. package/lib/translated/ru/modules/translations/locales/de.js +36 -0
  1940. package/lib/translated/ru/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1941. package/lib/translated/ru/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1942. package/lib/translated/ru/modules/translations/locales/en_AU.js +36 -0
  1943. package/lib/translated/ru/modules/translations/locales/en_CA.js +36 -0
  1944. package/lib/translated/ru/modules/translations/locales/en_CY.js +36 -0
  1945. package/lib/translated/ru/modules/translations/locales/en_GB.js +36 -0
  1946. package/lib/translated/ru/modules/translations/locales/es.js +36 -0
  1947. package/lib/translated/ru/modules/translations/locales/es_ES.js +36 -0
  1948. package/lib/translated/ru/modules/translations/locales/fi.js +36 -0
  1949. package/lib/translated/ru/modules/translations/locales/fr.js +36 -0
  1950. package/lib/translated/ru/modules/translations/locales/fr_CA.js +36 -0
  1951. package/lib/translated/ru/modules/translations/locales/ht.js +36 -0
  1952. package/lib/translated/ru/modules/translations/locales/is.js +36 -0
  1953. package/lib/translated/ru/modules/translations/locales/it.js +36 -0
  1954. package/lib/translated/ru/modules/translations/locales/ja.js +36 -0
  1955. package/lib/translated/ru/modules/translations/locales/mi.js +36 -0
  1956. package/lib/translated/ru/modules/translations/locales/nb-x-k12.js +36 -0
  1957. package/lib/translated/ru/modules/translations/locales/nb.js +36 -0
  1958. package/lib/translated/ru/modules/translations/locales/nl.js +36 -0
  1959. package/lib/translated/ru/modules/translations/locales/pl.js +36 -0
  1960. package/lib/translated/ru/modules/translations/locales/pt.js +36 -0
  1961. package/lib/translated/ru/modules/translations/locales/pt_BR.js +36 -0
  1962. package/lib/translated/ru/modules/translations/locales/sl.js +36 -0
  1963. package/lib/translated/ru/modules/translations/locales/sv-x-k12.js +36 -0
  1964. package/lib/translated/ru/modules/translations/locales/zh-Hans.js +36 -0
  1965. package/lib/translated/ru/modules/translations/locales/zh-Hant.js +36 -0
  1966. package/lib/translated/ru/modules/translations/locales/zh.js +36 -0
  1967. package/lib/translated/ru/modules/translations/locales/zh_HK.js +36 -0
  1968. package/lib/translated/se/modules/common/fileUrl.js +4 -3
  1969. package/lib/translated/se/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1970. package/lib/translated/se/modules/enhance-user-content/doc_previews.js +1 -1
  1971. package/lib/translated/se/modules/enhance-user-content/enhance_user_content.js +19 -7
  1972. package/lib/translated/se/modules/enhance-user-content/instructure_helper.js +2 -1
  1973. package/lib/translated/se/modules/rce/RCEWrapper.js +4 -7
  1974. package/lib/translated/se/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1975. package/lib/translated/se/modules/rce/__tests__/contentRendering.test.js +10 -0
  1976. package/lib/translated/se/modules/rce/contentRendering.js +2 -2
  1977. package/lib/translated/se/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1978. package/lib/translated/se/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1979. package/lib/translated/se/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1980. package/lib/translated/se/modules/rce/tinyRCE.js +0 -1
  1981. package/lib/translated/se/modules/rcs/api.js +3 -2
  1982. package/lib/translated/se/modules/sidebar/store/initialState.js +4 -2
  1983. package/lib/translated/se/modules/translations/locales/ar.js +36 -0
  1984. package/lib/translated/se/modules/translations/locales/ca.js +36 -0
  1985. package/lib/translated/se/modules/translations/locales/cy.js +36 -0
  1986. package/lib/translated/se/modules/translations/locales/da-x-k12.js +36 -0
  1987. package/lib/translated/se/modules/translations/locales/da.js +36 -0
  1988. package/lib/translated/se/modules/translations/locales/de.js +36 -0
  1989. package/lib/translated/se/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1990. package/lib/translated/se/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1991. package/lib/translated/se/modules/translations/locales/en_AU.js +36 -0
  1992. package/lib/translated/se/modules/translations/locales/en_CA.js +36 -0
  1993. package/lib/translated/se/modules/translations/locales/en_CY.js +36 -0
  1994. package/lib/translated/se/modules/translations/locales/en_GB.js +36 -0
  1995. package/lib/translated/se/modules/translations/locales/es.js +36 -0
  1996. package/lib/translated/se/modules/translations/locales/es_ES.js +36 -0
  1997. package/lib/translated/se/modules/translations/locales/fi.js +36 -0
  1998. package/lib/translated/se/modules/translations/locales/fr.js +36 -0
  1999. package/lib/translated/se/modules/translations/locales/fr_CA.js +36 -0
  2000. package/lib/translated/se/modules/translations/locales/ht.js +36 -0
  2001. package/lib/translated/se/modules/translations/locales/is.js +36 -0
  2002. package/lib/translated/se/modules/translations/locales/it.js +36 -0
  2003. package/lib/translated/se/modules/translations/locales/ja.js +36 -0
  2004. package/lib/translated/se/modules/translations/locales/mi.js +36 -0
  2005. package/lib/translated/se/modules/translations/locales/nb-x-k12.js +36 -0
  2006. package/lib/translated/se/modules/translations/locales/nb.js +36 -0
  2007. package/lib/translated/se/modules/translations/locales/nl.js +36 -0
  2008. package/lib/translated/se/modules/translations/locales/pl.js +36 -0
  2009. package/lib/translated/se/modules/translations/locales/pt.js +36 -0
  2010. package/lib/translated/se/modules/translations/locales/pt_BR.js +36 -0
  2011. package/lib/translated/se/modules/translations/locales/sl.js +36 -0
  2012. package/lib/translated/se/modules/translations/locales/sv-x-k12.js +36 -0
  2013. package/lib/translated/se/modules/translations/locales/zh-Hans.js +36 -0
  2014. package/lib/translated/se/modules/translations/locales/zh-Hant.js +36 -0
  2015. package/lib/translated/se/modules/translations/locales/zh.js +36 -0
  2016. package/lib/translated/se/modules/translations/locales/zh_HK.js +36 -0
  2017. package/lib/translated/sl/modules/common/fileUrl.js +4 -3
  2018. package/lib/translated/sl/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2019. package/lib/translated/sl/modules/enhance-user-content/doc_previews.js +3 -3
  2020. package/lib/translated/sl/modules/enhance-user-content/enhance_user_content.js +23 -11
  2021. package/lib/translated/sl/modules/enhance-user-content/instructure_helper.js +4 -3
  2022. package/lib/translated/sl/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  2023. package/lib/translated/sl/modules/rce/RCEWrapper.js +4 -7
  2024. package/lib/translated/sl/modules/rce/StatusBar.js +1 -1
  2025. package/lib/translated/sl/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2026. package/lib/translated/sl/modules/rce/__tests__/contentRendering.test.js +10 -0
  2027. package/lib/translated/sl/modules/rce/contentRendering.js +2 -2
  2028. package/lib/translated/sl/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2029. package/lib/translated/sl/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2030. package/lib/translated/sl/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2031. package/lib/translated/sl/modules/rce/tinyRCE.js +0 -1
  2032. package/lib/translated/sl/modules/rcs/api.js +3 -2
  2033. package/lib/translated/sl/modules/sidebar/store/initialState.js +4 -2
  2034. package/lib/translated/sl/modules/translations/locales/ar.js +36 -0
  2035. package/lib/translated/sl/modules/translations/locales/ca.js +36 -0
  2036. package/lib/translated/sl/modules/translations/locales/cy.js +36 -0
  2037. package/lib/translated/sl/modules/translations/locales/da-x-k12.js +36 -0
  2038. package/lib/translated/sl/modules/translations/locales/da.js +36 -0
  2039. package/lib/translated/sl/modules/translations/locales/de.js +36 -0
  2040. package/lib/translated/sl/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2041. package/lib/translated/sl/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2042. package/lib/translated/sl/modules/translations/locales/en_AU.js +36 -0
  2043. package/lib/translated/sl/modules/translations/locales/en_CA.js +36 -0
  2044. package/lib/translated/sl/modules/translations/locales/en_CY.js +36 -0
  2045. package/lib/translated/sl/modules/translations/locales/en_GB.js +36 -0
  2046. package/lib/translated/sl/modules/translations/locales/es.js +36 -0
  2047. package/lib/translated/sl/modules/translations/locales/es_ES.js +36 -0
  2048. package/lib/translated/sl/modules/translations/locales/fi.js +36 -0
  2049. package/lib/translated/sl/modules/translations/locales/fr.js +36 -0
  2050. package/lib/translated/sl/modules/translations/locales/fr_CA.js +36 -0
  2051. package/lib/translated/sl/modules/translations/locales/ht.js +36 -0
  2052. package/lib/translated/sl/modules/translations/locales/is.js +36 -0
  2053. package/lib/translated/sl/modules/translations/locales/it.js +36 -0
  2054. package/lib/translated/sl/modules/translations/locales/ja.js +36 -0
  2055. package/lib/translated/sl/modules/translations/locales/mi.js +36 -0
  2056. package/lib/translated/sl/modules/translations/locales/nb-x-k12.js +36 -0
  2057. package/lib/translated/sl/modules/translations/locales/nb.js +36 -0
  2058. package/lib/translated/sl/modules/translations/locales/nl.js +36 -0
  2059. package/lib/translated/sl/modules/translations/locales/pl.js +36 -0
  2060. package/lib/translated/sl/modules/translations/locales/pt.js +36 -0
  2061. package/lib/translated/sl/modules/translations/locales/pt_BR.js +36 -0
  2062. package/lib/translated/sl/modules/translations/locales/sl.js +36 -0
  2063. package/lib/translated/sl/modules/translations/locales/sv-x-k12.js +36 -0
  2064. package/lib/translated/sl/modules/translations/locales/zh-Hans.js +36 -0
  2065. package/lib/translated/sl/modules/translations/locales/zh-Hant.js +36 -0
  2066. package/lib/translated/sl/modules/translations/locales/zh.js +36 -0
  2067. package/lib/translated/sl/modules/translations/locales/zh_HK.js +36 -0
  2068. package/lib/translated/sv/modules/common/fileUrl.js +4 -3
  2069. package/lib/translated/sv/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2070. package/lib/translated/sv/modules/enhance-user-content/doc_previews.js +1 -1
  2071. package/lib/translated/sv/modules/enhance-user-content/enhance_user_content.js +19 -7
  2072. package/lib/translated/sv/modules/enhance-user-content/instructure_helper.js +2 -1
  2073. package/lib/translated/sv/modules/rce/RCEWrapper.js +4 -7
  2074. package/lib/translated/sv/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2075. package/lib/translated/sv/modules/rce/__tests__/contentRendering.test.js +10 -0
  2076. package/lib/translated/sv/modules/rce/contentRendering.js +2 -2
  2077. package/lib/translated/sv/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2078. package/lib/translated/sv/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2079. package/lib/translated/sv/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2080. package/lib/translated/sv/modules/rce/tinyRCE.js +0 -1
  2081. package/lib/translated/sv/modules/rcs/api.js +3 -2
  2082. package/lib/translated/sv/modules/sidebar/store/initialState.js +4 -2
  2083. package/lib/translated/sv/modules/translations/locales/ar.js +36 -0
  2084. package/lib/translated/sv/modules/translations/locales/ca.js +36 -0
  2085. package/lib/translated/sv/modules/translations/locales/cy.js +36 -0
  2086. package/lib/translated/sv/modules/translations/locales/da-x-k12.js +36 -0
  2087. package/lib/translated/sv/modules/translations/locales/da.js +36 -0
  2088. package/lib/translated/sv/modules/translations/locales/de.js +36 -0
  2089. package/lib/translated/sv/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2090. package/lib/translated/sv/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2091. package/lib/translated/sv/modules/translations/locales/en_AU.js +36 -0
  2092. package/lib/translated/sv/modules/translations/locales/en_CA.js +36 -0
  2093. package/lib/translated/sv/modules/translations/locales/en_CY.js +36 -0
  2094. package/lib/translated/sv/modules/translations/locales/en_GB.js +36 -0
  2095. package/lib/translated/sv/modules/translations/locales/es.js +36 -0
  2096. package/lib/translated/sv/modules/translations/locales/es_ES.js +36 -0
  2097. package/lib/translated/sv/modules/translations/locales/fi.js +36 -0
  2098. package/lib/translated/sv/modules/translations/locales/fr.js +36 -0
  2099. package/lib/translated/sv/modules/translations/locales/fr_CA.js +36 -0
  2100. package/lib/translated/sv/modules/translations/locales/ht.js +36 -0
  2101. package/lib/translated/sv/modules/translations/locales/is.js +36 -0
  2102. package/lib/translated/sv/modules/translations/locales/it.js +36 -0
  2103. package/lib/translated/sv/modules/translations/locales/ja.js +36 -0
  2104. package/lib/translated/sv/modules/translations/locales/mi.js +36 -0
  2105. package/lib/translated/sv/modules/translations/locales/nb-x-k12.js +36 -0
  2106. package/lib/translated/sv/modules/translations/locales/nb.js +36 -0
  2107. package/lib/translated/sv/modules/translations/locales/nl.js +36 -0
  2108. package/lib/translated/sv/modules/translations/locales/pl.js +36 -0
  2109. package/lib/translated/sv/modules/translations/locales/pt.js +36 -0
  2110. package/lib/translated/sv/modules/translations/locales/pt_BR.js +36 -0
  2111. package/lib/translated/sv/modules/translations/locales/sl.js +36 -0
  2112. package/lib/translated/sv/modules/translations/locales/sv-x-k12.js +36 -0
  2113. package/lib/translated/sv/modules/translations/locales/zh-Hans.js +36 -0
  2114. package/lib/translated/sv/modules/translations/locales/zh-Hant.js +36 -0
  2115. package/lib/translated/sv/modules/translations/locales/zh.js +36 -0
  2116. package/lib/translated/sv/modules/translations/locales/zh_HK.js +36 -0
  2117. package/lib/translated/sv-x-k12/modules/common/fileUrl.js +4 -3
  2118. package/lib/translated/sv-x-k12/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2119. package/lib/translated/sv-x-k12/modules/enhance-user-content/doc_previews.js +3 -3
  2120. package/lib/translated/sv-x-k12/modules/enhance-user-content/enhance_user_content.js +23 -11
  2121. package/lib/translated/sv-x-k12/modules/enhance-user-content/instructure_helper.js +4 -3
  2122. package/lib/translated/sv-x-k12/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  2123. package/lib/translated/sv-x-k12/modules/rce/RCEWrapper.js +4 -7
  2124. package/lib/translated/sv-x-k12/modules/rce/StatusBar.js +1 -1
  2125. package/lib/translated/sv-x-k12/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2126. package/lib/translated/sv-x-k12/modules/rce/__tests__/contentRendering.test.js +10 -0
  2127. package/lib/translated/sv-x-k12/modules/rce/contentRendering.js +2 -2
  2128. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2129. package/lib/translated/sv-x-k12/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2130. package/lib/translated/sv-x-k12/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2131. package/lib/translated/sv-x-k12/modules/rce/tinyRCE.js +0 -1
  2132. package/lib/translated/sv-x-k12/modules/rcs/api.js +3 -2
  2133. package/lib/translated/sv-x-k12/modules/sidebar/store/initialState.js +4 -2
  2134. package/lib/translated/sv-x-k12/modules/translations/locales/ar.js +36 -0
  2135. package/lib/translated/sv-x-k12/modules/translations/locales/ca.js +36 -0
  2136. package/lib/translated/sv-x-k12/modules/translations/locales/cy.js +36 -0
  2137. package/lib/translated/sv-x-k12/modules/translations/locales/da-x-k12.js +36 -0
  2138. package/lib/translated/sv-x-k12/modules/translations/locales/da.js +36 -0
  2139. package/lib/translated/sv-x-k12/modules/translations/locales/de.js +36 -0
  2140. package/lib/translated/sv-x-k12/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2141. package/lib/translated/sv-x-k12/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2142. package/lib/translated/sv-x-k12/modules/translations/locales/en_AU.js +36 -0
  2143. package/lib/translated/sv-x-k12/modules/translations/locales/en_CA.js +36 -0
  2144. package/lib/translated/sv-x-k12/modules/translations/locales/en_CY.js +36 -0
  2145. package/lib/translated/sv-x-k12/modules/translations/locales/en_GB.js +36 -0
  2146. package/lib/translated/sv-x-k12/modules/translations/locales/es.js +36 -0
  2147. package/lib/translated/sv-x-k12/modules/translations/locales/es_ES.js +36 -0
  2148. package/lib/translated/sv-x-k12/modules/translations/locales/fi.js +36 -0
  2149. package/lib/translated/sv-x-k12/modules/translations/locales/fr.js +36 -0
  2150. package/lib/translated/sv-x-k12/modules/translations/locales/fr_CA.js +36 -0
  2151. package/lib/translated/sv-x-k12/modules/translations/locales/ht.js +36 -0
  2152. package/lib/translated/sv-x-k12/modules/translations/locales/is.js +36 -0
  2153. package/lib/translated/sv-x-k12/modules/translations/locales/it.js +36 -0
  2154. package/lib/translated/sv-x-k12/modules/translations/locales/ja.js +36 -0
  2155. package/lib/translated/sv-x-k12/modules/translations/locales/mi.js +36 -0
  2156. package/lib/translated/sv-x-k12/modules/translations/locales/nb-x-k12.js +36 -0
  2157. package/lib/translated/sv-x-k12/modules/translations/locales/nb.js +36 -0
  2158. package/lib/translated/sv-x-k12/modules/translations/locales/nl.js +36 -0
  2159. package/lib/translated/sv-x-k12/modules/translations/locales/pl.js +36 -0
  2160. package/lib/translated/sv-x-k12/modules/translations/locales/pt.js +36 -0
  2161. package/lib/translated/sv-x-k12/modules/translations/locales/pt_BR.js +36 -0
  2162. package/lib/translated/sv-x-k12/modules/translations/locales/sl.js +36 -0
  2163. package/lib/translated/sv-x-k12/modules/translations/locales/sv-x-k12.js +36 -0
  2164. package/lib/translated/sv-x-k12/modules/translations/locales/zh-Hans.js +36 -0
  2165. package/lib/translated/sv-x-k12/modules/translations/locales/zh-Hant.js +36 -0
  2166. package/lib/translated/sv-x-k12/modules/translations/locales/zh.js +36 -0
  2167. package/lib/translated/sv-x-k12/modules/translations/locales/zh_HK.js +36 -0
  2168. package/lib/translated/sv_SE/modules/common/fileUrl.js +4 -3
  2169. package/lib/translated/sv_SE/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2170. package/lib/translated/sv_SE/modules/enhance-user-content/doc_previews.js +1 -1
  2171. package/lib/translated/sv_SE/modules/enhance-user-content/enhance_user_content.js +19 -7
  2172. package/lib/translated/sv_SE/modules/enhance-user-content/instructure_helper.js +2 -1
  2173. package/lib/translated/sv_SE/modules/rce/RCEWrapper.js +4 -7
  2174. package/lib/translated/sv_SE/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2175. package/lib/translated/sv_SE/modules/rce/__tests__/contentRendering.test.js +10 -0
  2176. package/lib/translated/sv_SE/modules/rce/contentRendering.js +2 -2
  2177. package/lib/translated/sv_SE/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2178. package/lib/translated/sv_SE/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2179. package/lib/translated/sv_SE/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2180. package/lib/translated/sv_SE/modules/rce/tinyRCE.js +0 -1
  2181. package/lib/translated/sv_SE/modules/rcs/api.js +3 -2
  2182. package/lib/translated/sv_SE/modules/sidebar/store/initialState.js +4 -2
  2183. package/lib/translated/sv_SE/modules/translations/locales/ar.js +36 -0
  2184. package/lib/translated/sv_SE/modules/translations/locales/ca.js +36 -0
  2185. package/lib/translated/sv_SE/modules/translations/locales/cy.js +36 -0
  2186. package/lib/translated/sv_SE/modules/translations/locales/da-x-k12.js +36 -0
  2187. package/lib/translated/sv_SE/modules/translations/locales/da.js +36 -0
  2188. package/lib/translated/sv_SE/modules/translations/locales/de.js +36 -0
  2189. package/lib/translated/sv_SE/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2190. package/lib/translated/sv_SE/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2191. package/lib/translated/sv_SE/modules/translations/locales/en_AU.js +36 -0
  2192. package/lib/translated/sv_SE/modules/translations/locales/en_CA.js +36 -0
  2193. package/lib/translated/sv_SE/modules/translations/locales/en_CY.js +36 -0
  2194. package/lib/translated/sv_SE/modules/translations/locales/en_GB.js +36 -0
  2195. package/lib/translated/sv_SE/modules/translations/locales/es.js +36 -0
  2196. package/lib/translated/sv_SE/modules/translations/locales/es_ES.js +36 -0
  2197. package/lib/translated/sv_SE/modules/translations/locales/fi.js +36 -0
  2198. package/lib/translated/sv_SE/modules/translations/locales/fr.js +36 -0
  2199. package/lib/translated/sv_SE/modules/translations/locales/fr_CA.js +36 -0
  2200. package/lib/translated/sv_SE/modules/translations/locales/ht.js +36 -0
  2201. package/lib/translated/sv_SE/modules/translations/locales/is.js +36 -0
  2202. package/lib/translated/sv_SE/modules/translations/locales/it.js +36 -0
  2203. package/lib/translated/sv_SE/modules/translations/locales/ja.js +36 -0
  2204. package/lib/translated/sv_SE/modules/translations/locales/mi.js +36 -0
  2205. package/lib/translated/sv_SE/modules/translations/locales/nb-x-k12.js +36 -0
  2206. package/lib/translated/sv_SE/modules/translations/locales/nb.js +36 -0
  2207. package/lib/translated/sv_SE/modules/translations/locales/nl.js +36 -0
  2208. package/lib/translated/sv_SE/modules/translations/locales/pl.js +36 -0
  2209. package/lib/translated/sv_SE/modules/translations/locales/pt.js +36 -0
  2210. package/lib/translated/sv_SE/modules/translations/locales/pt_BR.js +36 -0
  2211. package/lib/translated/sv_SE/modules/translations/locales/sl.js +36 -0
  2212. package/lib/translated/sv_SE/modules/translations/locales/sv-x-k12.js +36 -0
  2213. package/lib/translated/sv_SE/modules/translations/locales/zh-Hans.js +36 -0
  2214. package/lib/translated/sv_SE/modules/translations/locales/zh-Hant.js +36 -0
  2215. package/lib/translated/sv_SE/modules/translations/locales/zh.js +36 -0
  2216. package/lib/translated/sv_SE/modules/translations/locales/zh_HK.js +36 -0
  2217. package/lib/translated/tg/modules/common/fileUrl.js +4 -3
  2218. package/lib/translated/tg/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2219. package/lib/translated/tg/modules/enhance-user-content/doc_previews.js +1 -1
  2220. package/lib/translated/tg/modules/enhance-user-content/enhance_user_content.js +19 -7
  2221. package/lib/translated/tg/modules/enhance-user-content/instructure_helper.js +2 -1
  2222. package/lib/translated/tg/modules/rce/RCEWrapper.js +4 -7
  2223. package/lib/translated/tg/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2224. package/lib/translated/tg/modules/rce/__tests__/contentRendering.test.js +10 -0
  2225. package/lib/translated/tg/modules/rce/contentRendering.js +2 -2
  2226. package/lib/translated/tg/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2227. package/lib/translated/tg/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2228. package/lib/translated/tg/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2229. package/lib/translated/tg/modules/rce/tinyRCE.js +0 -1
  2230. package/lib/translated/tg/modules/rcs/api.js +3 -2
  2231. package/lib/translated/tg/modules/sidebar/store/initialState.js +4 -2
  2232. package/lib/translated/tg/modules/translations/locales/ar.js +36 -0
  2233. package/lib/translated/tg/modules/translations/locales/ca.js +36 -0
  2234. package/lib/translated/tg/modules/translations/locales/cy.js +36 -0
  2235. package/lib/translated/tg/modules/translations/locales/da-x-k12.js +36 -0
  2236. package/lib/translated/tg/modules/translations/locales/da.js +36 -0
  2237. package/lib/translated/tg/modules/translations/locales/de.js +36 -0
  2238. package/lib/translated/tg/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2239. package/lib/translated/tg/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2240. package/lib/translated/tg/modules/translations/locales/en_AU.js +36 -0
  2241. package/lib/translated/tg/modules/translations/locales/en_CA.js +36 -0
  2242. package/lib/translated/tg/modules/translations/locales/en_CY.js +36 -0
  2243. package/lib/translated/tg/modules/translations/locales/en_GB.js +36 -0
  2244. package/lib/translated/tg/modules/translations/locales/es.js +36 -0
  2245. package/lib/translated/tg/modules/translations/locales/es_ES.js +36 -0
  2246. package/lib/translated/tg/modules/translations/locales/fi.js +36 -0
  2247. package/lib/translated/tg/modules/translations/locales/fr.js +36 -0
  2248. package/lib/translated/tg/modules/translations/locales/fr_CA.js +36 -0
  2249. package/lib/translated/tg/modules/translations/locales/ht.js +36 -0
  2250. package/lib/translated/tg/modules/translations/locales/is.js +36 -0
  2251. package/lib/translated/tg/modules/translations/locales/it.js +36 -0
  2252. package/lib/translated/tg/modules/translations/locales/ja.js +36 -0
  2253. package/lib/translated/tg/modules/translations/locales/mi.js +36 -0
  2254. package/lib/translated/tg/modules/translations/locales/nb-x-k12.js +36 -0
  2255. package/lib/translated/tg/modules/translations/locales/nb.js +36 -0
  2256. package/lib/translated/tg/modules/translations/locales/nl.js +36 -0
  2257. package/lib/translated/tg/modules/translations/locales/pl.js +36 -0
  2258. package/lib/translated/tg/modules/translations/locales/pt.js +36 -0
  2259. package/lib/translated/tg/modules/translations/locales/pt_BR.js +36 -0
  2260. package/lib/translated/tg/modules/translations/locales/sl.js +36 -0
  2261. package/lib/translated/tg/modules/translations/locales/sv-x-k12.js +36 -0
  2262. package/lib/translated/tg/modules/translations/locales/zh-Hans.js +36 -0
  2263. package/lib/translated/tg/modules/translations/locales/zh-Hant.js +36 -0
  2264. package/lib/translated/tg/modules/translations/locales/zh.js +36 -0
  2265. package/lib/translated/tg/modules/translations/locales/zh_HK.js +36 -0
  2266. package/lib/translated/th/modules/common/fileUrl.js +4 -3
  2267. package/lib/translated/th/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2268. package/lib/translated/th/modules/enhance-user-content/doc_previews.js +1 -1
  2269. package/lib/translated/th/modules/enhance-user-content/enhance_user_content.js +19 -7
  2270. package/lib/translated/th/modules/enhance-user-content/instructure_helper.js +2 -1
  2271. package/lib/translated/th/modules/rce/RCEWrapper.js +4 -7
  2272. package/lib/translated/th/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2273. package/lib/translated/th/modules/rce/__tests__/contentRendering.test.js +10 -0
  2274. package/lib/translated/th/modules/rce/contentRendering.js +2 -2
  2275. package/lib/translated/th/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2276. package/lib/translated/th/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2277. package/lib/translated/th/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2278. package/lib/translated/th/modules/rce/tinyRCE.js +0 -1
  2279. package/lib/translated/th/modules/rcs/api.js +3 -2
  2280. package/lib/translated/th/modules/sidebar/store/initialState.js +4 -2
  2281. package/lib/translated/th/modules/translations/locales/ar.js +36 -0
  2282. package/lib/translated/th/modules/translations/locales/ca.js +36 -0
  2283. package/lib/translated/th/modules/translations/locales/cy.js +36 -0
  2284. package/lib/translated/th/modules/translations/locales/da-x-k12.js +36 -0
  2285. package/lib/translated/th/modules/translations/locales/da.js +36 -0
  2286. package/lib/translated/th/modules/translations/locales/de.js +36 -0
  2287. package/lib/translated/th/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2288. package/lib/translated/th/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2289. package/lib/translated/th/modules/translations/locales/en_AU.js +36 -0
  2290. package/lib/translated/th/modules/translations/locales/en_CA.js +36 -0
  2291. package/lib/translated/th/modules/translations/locales/en_CY.js +36 -0
  2292. package/lib/translated/th/modules/translations/locales/en_GB.js +36 -0
  2293. package/lib/translated/th/modules/translations/locales/es.js +36 -0
  2294. package/lib/translated/th/modules/translations/locales/es_ES.js +36 -0
  2295. package/lib/translated/th/modules/translations/locales/fi.js +36 -0
  2296. package/lib/translated/th/modules/translations/locales/fr.js +36 -0
  2297. package/lib/translated/th/modules/translations/locales/fr_CA.js +36 -0
  2298. package/lib/translated/th/modules/translations/locales/ht.js +36 -0
  2299. package/lib/translated/th/modules/translations/locales/is.js +36 -0
  2300. package/lib/translated/th/modules/translations/locales/it.js +36 -0
  2301. package/lib/translated/th/modules/translations/locales/ja.js +36 -0
  2302. package/lib/translated/th/modules/translations/locales/mi.js +36 -0
  2303. package/lib/translated/th/modules/translations/locales/nb-x-k12.js +36 -0
  2304. package/lib/translated/th/modules/translations/locales/nb.js +36 -0
  2305. package/lib/translated/th/modules/translations/locales/nl.js +36 -0
  2306. package/lib/translated/th/modules/translations/locales/pl.js +36 -0
  2307. package/lib/translated/th/modules/translations/locales/pt.js +36 -0
  2308. package/lib/translated/th/modules/translations/locales/pt_BR.js +36 -0
  2309. package/lib/translated/th/modules/translations/locales/sl.js +36 -0
  2310. package/lib/translated/th/modules/translations/locales/sv-x-k12.js +36 -0
  2311. package/lib/translated/th/modules/translations/locales/zh-Hans.js +36 -0
  2312. package/lib/translated/th/modules/translations/locales/zh-Hant.js +36 -0
  2313. package/lib/translated/th/modules/translations/locales/zh.js +36 -0
  2314. package/lib/translated/th/modules/translations/locales/zh_HK.js +36 -0
  2315. package/lib/translated/th_TH/modules/common/fileUrl.js +4 -3
  2316. package/lib/translated/th_TH/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2317. package/lib/translated/th_TH/modules/enhance-user-content/doc_previews.js +1 -1
  2318. package/lib/translated/th_TH/modules/enhance-user-content/enhance_user_content.js +19 -7
  2319. package/lib/translated/th_TH/modules/enhance-user-content/instructure_helper.js +2 -1
  2320. package/lib/translated/th_TH/modules/rce/RCEWrapper.js +4 -7
  2321. package/lib/translated/th_TH/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2322. package/lib/translated/th_TH/modules/rce/__tests__/contentRendering.test.js +10 -0
  2323. package/lib/translated/th_TH/modules/rce/contentRendering.js +2 -2
  2324. package/lib/translated/th_TH/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2325. package/lib/translated/th_TH/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2326. package/lib/translated/th_TH/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2327. package/lib/translated/th_TH/modules/rce/tinyRCE.js +0 -1
  2328. package/lib/translated/th_TH/modules/rcs/api.js +3 -2
  2329. package/lib/translated/th_TH/modules/sidebar/store/initialState.js +4 -2
  2330. package/lib/translated/th_TH/modules/translations/locales/ar.js +36 -0
  2331. package/lib/translated/th_TH/modules/translations/locales/ca.js +36 -0
  2332. package/lib/translated/th_TH/modules/translations/locales/cy.js +36 -0
  2333. package/lib/translated/th_TH/modules/translations/locales/da-x-k12.js +36 -0
  2334. package/lib/translated/th_TH/modules/translations/locales/da.js +36 -0
  2335. package/lib/translated/th_TH/modules/translations/locales/de.js +36 -0
  2336. package/lib/translated/th_TH/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2337. package/lib/translated/th_TH/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2338. package/lib/translated/th_TH/modules/translations/locales/en_AU.js +36 -0
  2339. package/lib/translated/th_TH/modules/translations/locales/en_CA.js +36 -0
  2340. package/lib/translated/th_TH/modules/translations/locales/en_CY.js +36 -0
  2341. package/lib/translated/th_TH/modules/translations/locales/en_GB.js +36 -0
  2342. package/lib/translated/th_TH/modules/translations/locales/es.js +36 -0
  2343. package/lib/translated/th_TH/modules/translations/locales/es_ES.js +36 -0
  2344. package/lib/translated/th_TH/modules/translations/locales/fi.js +36 -0
  2345. package/lib/translated/th_TH/modules/translations/locales/fr.js +36 -0
  2346. package/lib/translated/th_TH/modules/translations/locales/fr_CA.js +36 -0
  2347. package/lib/translated/th_TH/modules/translations/locales/ht.js +36 -0
  2348. package/lib/translated/th_TH/modules/translations/locales/is.js +36 -0
  2349. package/lib/translated/th_TH/modules/translations/locales/it.js +36 -0
  2350. package/lib/translated/th_TH/modules/translations/locales/ja.js +36 -0
  2351. package/lib/translated/th_TH/modules/translations/locales/mi.js +36 -0
  2352. package/lib/translated/th_TH/modules/translations/locales/nb-x-k12.js +36 -0
  2353. package/lib/translated/th_TH/modules/translations/locales/nb.js +36 -0
  2354. package/lib/translated/th_TH/modules/translations/locales/nl.js +36 -0
  2355. package/lib/translated/th_TH/modules/translations/locales/pl.js +36 -0
  2356. package/lib/translated/th_TH/modules/translations/locales/pt.js +36 -0
  2357. package/lib/translated/th_TH/modules/translations/locales/pt_BR.js +36 -0
  2358. package/lib/translated/th_TH/modules/translations/locales/sl.js +36 -0
  2359. package/lib/translated/th_TH/modules/translations/locales/sv-x-k12.js +36 -0
  2360. package/lib/translated/th_TH/modules/translations/locales/zh-Hans.js +36 -0
  2361. package/lib/translated/th_TH/modules/translations/locales/zh-Hant.js +36 -0
  2362. package/lib/translated/th_TH/modules/translations/locales/zh.js +36 -0
  2363. package/lib/translated/th_TH/modules/translations/locales/zh_HK.js +36 -0
  2364. package/lib/translated/tr/modules/common/fileUrl.js +4 -3
  2365. package/lib/translated/tr/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2366. package/lib/translated/tr/modules/enhance-user-content/doc_previews.js +1 -1
  2367. package/lib/translated/tr/modules/enhance-user-content/enhance_user_content.js +19 -7
  2368. package/lib/translated/tr/modules/enhance-user-content/instructure_helper.js +2 -1
  2369. package/lib/translated/tr/modules/rce/RCEWrapper.js +4 -7
  2370. package/lib/translated/tr/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2371. package/lib/translated/tr/modules/rce/__tests__/contentRendering.test.js +10 -0
  2372. package/lib/translated/tr/modules/rce/contentRendering.js +2 -2
  2373. package/lib/translated/tr/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2374. package/lib/translated/tr/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2375. package/lib/translated/tr/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2376. package/lib/translated/tr/modules/rce/tinyRCE.js +0 -1
  2377. package/lib/translated/tr/modules/rcs/api.js +3 -2
  2378. package/lib/translated/tr/modules/sidebar/store/initialState.js +4 -2
  2379. package/lib/translated/tr/modules/translations/locales/ar.js +36 -0
  2380. package/lib/translated/tr/modules/translations/locales/ca.js +36 -0
  2381. package/lib/translated/tr/modules/translations/locales/cy.js +36 -0
  2382. package/lib/translated/tr/modules/translations/locales/da-x-k12.js +36 -0
  2383. package/lib/translated/tr/modules/translations/locales/da.js +36 -0
  2384. package/lib/translated/tr/modules/translations/locales/de.js +36 -0
  2385. package/lib/translated/tr/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2386. package/lib/translated/tr/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2387. package/lib/translated/tr/modules/translations/locales/en_AU.js +36 -0
  2388. package/lib/translated/tr/modules/translations/locales/en_CA.js +36 -0
  2389. package/lib/translated/tr/modules/translations/locales/en_CY.js +36 -0
  2390. package/lib/translated/tr/modules/translations/locales/en_GB.js +36 -0
  2391. package/lib/translated/tr/modules/translations/locales/es.js +36 -0
  2392. package/lib/translated/tr/modules/translations/locales/es_ES.js +36 -0
  2393. package/lib/translated/tr/modules/translations/locales/fi.js +36 -0
  2394. package/lib/translated/tr/modules/translations/locales/fr.js +36 -0
  2395. package/lib/translated/tr/modules/translations/locales/fr_CA.js +36 -0
  2396. package/lib/translated/tr/modules/translations/locales/ht.js +36 -0
  2397. package/lib/translated/tr/modules/translations/locales/is.js +36 -0
  2398. package/lib/translated/tr/modules/translations/locales/it.js +36 -0
  2399. package/lib/translated/tr/modules/translations/locales/ja.js +36 -0
  2400. package/lib/translated/tr/modules/translations/locales/mi.js +36 -0
  2401. package/lib/translated/tr/modules/translations/locales/nb-x-k12.js +36 -0
  2402. package/lib/translated/tr/modules/translations/locales/nb.js +36 -0
  2403. package/lib/translated/tr/modules/translations/locales/nl.js +36 -0
  2404. package/lib/translated/tr/modules/translations/locales/pl.js +36 -0
  2405. package/lib/translated/tr/modules/translations/locales/pt.js +36 -0
  2406. package/lib/translated/tr/modules/translations/locales/pt_BR.js +36 -0
  2407. package/lib/translated/tr/modules/translations/locales/sl.js +36 -0
  2408. package/lib/translated/tr/modules/translations/locales/sv-x-k12.js +36 -0
  2409. package/lib/translated/tr/modules/translations/locales/zh-Hans.js +36 -0
  2410. package/lib/translated/tr/modules/translations/locales/zh-Hant.js +36 -0
  2411. package/lib/translated/tr/modules/translations/locales/zh.js +36 -0
  2412. package/lib/translated/tr/modules/translations/locales/zh_HK.js +36 -0
  2413. package/lib/translated/uk_UA/modules/common/fileUrl.js +4 -3
  2414. package/lib/translated/uk_UA/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2415. package/lib/translated/uk_UA/modules/enhance-user-content/doc_previews.js +1 -1
  2416. package/lib/translated/uk_UA/modules/enhance-user-content/enhance_user_content.js +19 -7
  2417. package/lib/translated/uk_UA/modules/enhance-user-content/instructure_helper.js +2 -1
  2418. package/lib/translated/uk_UA/modules/rce/RCEWrapper.js +4 -7
  2419. package/lib/translated/uk_UA/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2420. package/lib/translated/uk_UA/modules/rce/__tests__/contentRendering.test.js +10 -0
  2421. package/lib/translated/uk_UA/modules/rce/contentRendering.js +2 -2
  2422. package/lib/translated/uk_UA/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2423. package/lib/translated/uk_UA/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2424. package/lib/translated/uk_UA/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2425. package/lib/translated/uk_UA/modules/rce/tinyRCE.js +0 -1
  2426. package/lib/translated/uk_UA/modules/rcs/api.js +3 -2
  2427. package/lib/translated/uk_UA/modules/sidebar/store/initialState.js +4 -2
  2428. package/lib/translated/uk_UA/modules/translations/locales/ar.js +36 -0
  2429. package/lib/translated/uk_UA/modules/translations/locales/ca.js +36 -0
  2430. package/lib/translated/uk_UA/modules/translations/locales/cy.js +36 -0
  2431. package/lib/translated/uk_UA/modules/translations/locales/da-x-k12.js +36 -0
  2432. package/lib/translated/uk_UA/modules/translations/locales/da.js +36 -0
  2433. package/lib/translated/uk_UA/modules/translations/locales/de.js +36 -0
  2434. package/lib/translated/uk_UA/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2435. package/lib/translated/uk_UA/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2436. package/lib/translated/uk_UA/modules/translations/locales/en_AU.js +36 -0
  2437. package/lib/translated/uk_UA/modules/translations/locales/en_CA.js +36 -0
  2438. package/lib/translated/uk_UA/modules/translations/locales/en_CY.js +36 -0
  2439. package/lib/translated/uk_UA/modules/translations/locales/en_GB.js +36 -0
  2440. package/lib/translated/uk_UA/modules/translations/locales/es.js +36 -0
  2441. package/lib/translated/uk_UA/modules/translations/locales/es_ES.js +36 -0
  2442. package/lib/translated/uk_UA/modules/translations/locales/fi.js +36 -0
  2443. package/lib/translated/uk_UA/modules/translations/locales/fr.js +36 -0
  2444. package/lib/translated/uk_UA/modules/translations/locales/fr_CA.js +36 -0
  2445. package/lib/translated/uk_UA/modules/translations/locales/ht.js +36 -0
  2446. package/lib/translated/uk_UA/modules/translations/locales/is.js +36 -0
  2447. package/lib/translated/uk_UA/modules/translations/locales/it.js +36 -0
  2448. package/lib/translated/uk_UA/modules/translations/locales/ja.js +36 -0
  2449. package/lib/translated/uk_UA/modules/translations/locales/mi.js +36 -0
  2450. package/lib/translated/uk_UA/modules/translations/locales/nb-x-k12.js +36 -0
  2451. package/lib/translated/uk_UA/modules/translations/locales/nb.js +36 -0
  2452. package/lib/translated/uk_UA/modules/translations/locales/nl.js +36 -0
  2453. package/lib/translated/uk_UA/modules/translations/locales/pl.js +36 -0
  2454. package/lib/translated/uk_UA/modules/translations/locales/pt.js +36 -0
  2455. package/lib/translated/uk_UA/modules/translations/locales/pt_BR.js +36 -0
  2456. package/lib/translated/uk_UA/modules/translations/locales/sl.js +36 -0
  2457. package/lib/translated/uk_UA/modules/translations/locales/sv-x-k12.js +36 -0
  2458. package/lib/translated/uk_UA/modules/translations/locales/zh-Hans.js +36 -0
  2459. package/lib/translated/uk_UA/modules/translations/locales/zh-Hant.js +36 -0
  2460. package/lib/translated/uk_UA/modules/translations/locales/zh.js +36 -0
  2461. package/lib/translated/uk_UA/modules/translations/locales/zh_HK.js +36 -0
  2462. package/lib/translated/vi/modules/common/fileUrl.js +4 -3
  2463. package/lib/translated/vi/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2464. package/lib/translated/vi/modules/enhance-user-content/doc_previews.js +1 -1
  2465. package/lib/translated/vi/modules/enhance-user-content/enhance_user_content.js +19 -7
  2466. package/lib/translated/vi/modules/enhance-user-content/instructure_helper.js +2 -1
  2467. package/lib/translated/vi/modules/rce/RCEWrapper.js +4 -7
  2468. package/lib/translated/vi/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2469. package/lib/translated/vi/modules/rce/__tests__/contentRendering.test.js +10 -0
  2470. package/lib/translated/vi/modules/rce/contentRendering.js +2 -2
  2471. package/lib/translated/vi/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2472. package/lib/translated/vi/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2473. package/lib/translated/vi/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2474. package/lib/translated/vi/modules/rce/tinyRCE.js +0 -1
  2475. package/lib/translated/vi/modules/rcs/api.js +3 -2
  2476. package/lib/translated/vi/modules/sidebar/store/initialState.js +4 -2
  2477. package/lib/translated/vi/modules/translations/locales/ar.js +36 -0
  2478. package/lib/translated/vi/modules/translations/locales/ca.js +36 -0
  2479. package/lib/translated/vi/modules/translations/locales/cy.js +36 -0
  2480. package/lib/translated/vi/modules/translations/locales/da-x-k12.js +36 -0
  2481. package/lib/translated/vi/modules/translations/locales/da.js +36 -0
  2482. package/lib/translated/vi/modules/translations/locales/de.js +36 -0
  2483. package/lib/translated/vi/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2484. package/lib/translated/vi/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2485. package/lib/translated/vi/modules/translations/locales/en_AU.js +36 -0
  2486. package/lib/translated/vi/modules/translations/locales/en_CA.js +36 -0
  2487. package/lib/translated/vi/modules/translations/locales/en_CY.js +36 -0
  2488. package/lib/translated/vi/modules/translations/locales/en_GB.js +36 -0
  2489. package/lib/translated/vi/modules/translations/locales/es.js +36 -0
  2490. package/lib/translated/vi/modules/translations/locales/es_ES.js +36 -0
  2491. package/lib/translated/vi/modules/translations/locales/fi.js +36 -0
  2492. package/lib/translated/vi/modules/translations/locales/fr.js +36 -0
  2493. package/lib/translated/vi/modules/translations/locales/fr_CA.js +36 -0
  2494. package/lib/translated/vi/modules/translations/locales/ht.js +36 -0
  2495. package/lib/translated/vi/modules/translations/locales/is.js +36 -0
  2496. package/lib/translated/vi/modules/translations/locales/it.js +36 -0
  2497. package/lib/translated/vi/modules/translations/locales/ja.js +36 -0
  2498. package/lib/translated/vi/modules/translations/locales/mi.js +36 -0
  2499. package/lib/translated/vi/modules/translations/locales/nb-x-k12.js +36 -0
  2500. package/lib/translated/vi/modules/translations/locales/nb.js +36 -0
  2501. package/lib/translated/vi/modules/translations/locales/nl.js +36 -0
  2502. package/lib/translated/vi/modules/translations/locales/pl.js +36 -0
  2503. package/lib/translated/vi/modules/translations/locales/pt.js +36 -0
  2504. package/lib/translated/vi/modules/translations/locales/pt_BR.js +36 -0
  2505. package/lib/translated/vi/modules/translations/locales/sl.js +36 -0
  2506. package/lib/translated/vi/modules/translations/locales/sv-x-k12.js +36 -0
  2507. package/lib/translated/vi/modules/translations/locales/zh-Hans.js +36 -0
  2508. package/lib/translated/vi/modules/translations/locales/zh-Hant.js +36 -0
  2509. package/lib/translated/vi/modules/translations/locales/zh.js +36 -0
  2510. package/lib/translated/vi/modules/translations/locales/zh_HK.js +36 -0
  2511. package/lib/translated/vi_VN/modules/common/fileUrl.js +4 -3
  2512. package/lib/translated/vi_VN/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2513. package/lib/translated/vi_VN/modules/enhance-user-content/doc_previews.js +1 -1
  2514. package/lib/translated/vi_VN/modules/enhance-user-content/enhance_user_content.js +19 -7
  2515. package/lib/translated/vi_VN/modules/enhance-user-content/instructure_helper.js +2 -1
  2516. package/lib/translated/vi_VN/modules/rce/RCEWrapper.js +4 -7
  2517. package/lib/translated/vi_VN/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2518. package/lib/translated/vi_VN/modules/rce/__tests__/contentRendering.test.js +10 -0
  2519. package/lib/translated/vi_VN/modules/rce/contentRendering.js +2 -2
  2520. package/lib/translated/vi_VN/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2521. package/lib/translated/vi_VN/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2522. package/lib/translated/vi_VN/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2523. package/lib/translated/vi_VN/modules/rce/tinyRCE.js +0 -1
  2524. package/lib/translated/vi_VN/modules/rcs/api.js +3 -2
  2525. package/lib/translated/vi_VN/modules/sidebar/store/initialState.js +4 -2
  2526. package/lib/translated/vi_VN/modules/translations/locales/ar.js +36 -0
  2527. package/lib/translated/vi_VN/modules/translations/locales/ca.js +36 -0
  2528. package/lib/translated/vi_VN/modules/translations/locales/cy.js +36 -0
  2529. package/lib/translated/vi_VN/modules/translations/locales/da-x-k12.js +36 -0
  2530. package/lib/translated/vi_VN/modules/translations/locales/da.js +36 -0
  2531. package/lib/translated/vi_VN/modules/translations/locales/de.js +36 -0
  2532. package/lib/translated/vi_VN/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2533. package/lib/translated/vi_VN/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2534. package/lib/translated/vi_VN/modules/translations/locales/en_AU.js +36 -0
  2535. package/lib/translated/vi_VN/modules/translations/locales/en_CA.js +36 -0
  2536. package/lib/translated/vi_VN/modules/translations/locales/en_CY.js +36 -0
  2537. package/lib/translated/vi_VN/modules/translations/locales/en_GB.js +36 -0
  2538. package/lib/translated/vi_VN/modules/translations/locales/es.js +36 -0
  2539. package/lib/translated/vi_VN/modules/translations/locales/es_ES.js +36 -0
  2540. package/lib/translated/vi_VN/modules/translations/locales/fi.js +36 -0
  2541. package/lib/translated/vi_VN/modules/translations/locales/fr.js +36 -0
  2542. package/lib/translated/vi_VN/modules/translations/locales/fr_CA.js +36 -0
  2543. package/lib/translated/vi_VN/modules/translations/locales/ht.js +36 -0
  2544. package/lib/translated/vi_VN/modules/translations/locales/is.js +36 -0
  2545. package/lib/translated/vi_VN/modules/translations/locales/it.js +36 -0
  2546. package/lib/translated/vi_VN/modules/translations/locales/ja.js +36 -0
  2547. package/lib/translated/vi_VN/modules/translations/locales/mi.js +36 -0
  2548. package/lib/translated/vi_VN/modules/translations/locales/nb-x-k12.js +36 -0
  2549. package/lib/translated/vi_VN/modules/translations/locales/nb.js +36 -0
  2550. package/lib/translated/vi_VN/modules/translations/locales/nl.js +36 -0
  2551. package/lib/translated/vi_VN/modules/translations/locales/pl.js +36 -0
  2552. package/lib/translated/vi_VN/modules/translations/locales/pt.js +36 -0
  2553. package/lib/translated/vi_VN/modules/translations/locales/pt_BR.js +36 -0
  2554. package/lib/translated/vi_VN/modules/translations/locales/sl.js +36 -0
  2555. package/lib/translated/vi_VN/modules/translations/locales/sv-x-k12.js +36 -0
  2556. package/lib/translated/vi_VN/modules/translations/locales/zh-Hans.js +36 -0
  2557. package/lib/translated/vi_VN/modules/translations/locales/zh-Hant.js +36 -0
  2558. package/lib/translated/vi_VN/modules/translations/locales/zh.js +36 -0
  2559. package/lib/translated/vi_VN/modules/translations/locales/zh_HK.js +36 -0
  2560. package/lib/translated/zh/modules/common/fileUrl.js +4 -3
  2561. package/lib/translated/zh/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2562. package/lib/translated/zh/modules/enhance-user-content/doc_previews.js +3 -3
  2563. package/lib/translated/zh/modules/enhance-user-content/enhance_user_content.js +23 -11
  2564. package/lib/translated/zh/modules/enhance-user-content/instructure_helper.js +4 -3
  2565. package/lib/translated/zh/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  2566. package/lib/translated/zh/modules/rce/RCEWrapper.js +4 -7
  2567. package/lib/translated/zh/modules/rce/StatusBar.js +1 -1
  2568. package/lib/translated/zh/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2569. package/lib/translated/zh/modules/rce/__tests__/contentRendering.test.js +10 -0
  2570. package/lib/translated/zh/modules/rce/contentRendering.js +2 -2
  2571. package/lib/translated/zh/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2572. package/lib/translated/zh/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2573. package/lib/translated/zh/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2574. package/lib/translated/zh/modules/rce/tinyRCE.js +0 -1
  2575. package/lib/translated/zh/modules/rcs/api.js +3 -2
  2576. package/lib/translated/zh/modules/sidebar/store/initialState.js +4 -2
  2577. package/lib/translated/zh/modules/translations/locales/ar.js +36 -0
  2578. package/lib/translated/zh/modules/translations/locales/ca.js +36 -0
  2579. package/lib/translated/zh/modules/translations/locales/cy.js +36 -0
  2580. package/lib/translated/zh/modules/translations/locales/da-x-k12.js +36 -0
  2581. package/lib/translated/zh/modules/translations/locales/da.js +36 -0
  2582. package/lib/translated/zh/modules/translations/locales/de.js +36 -0
  2583. package/lib/translated/zh/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2584. package/lib/translated/zh/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2585. package/lib/translated/zh/modules/translations/locales/en_AU.js +36 -0
  2586. package/lib/translated/zh/modules/translations/locales/en_CA.js +36 -0
  2587. package/lib/translated/zh/modules/translations/locales/en_CY.js +36 -0
  2588. package/lib/translated/zh/modules/translations/locales/en_GB.js +36 -0
  2589. package/lib/translated/zh/modules/translations/locales/es.js +36 -0
  2590. package/lib/translated/zh/modules/translations/locales/es_ES.js +36 -0
  2591. package/lib/translated/zh/modules/translations/locales/fi.js +36 -0
  2592. package/lib/translated/zh/modules/translations/locales/fr.js +36 -0
  2593. package/lib/translated/zh/modules/translations/locales/fr_CA.js +36 -0
  2594. package/lib/translated/zh/modules/translations/locales/ht.js +36 -0
  2595. package/lib/translated/zh/modules/translations/locales/is.js +36 -0
  2596. package/lib/translated/zh/modules/translations/locales/it.js +36 -0
  2597. package/lib/translated/zh/modules/translations/locales/ja.js +36 -0
  2598. package/lib/translated/zh/modules/translations/locales/mi.js +36 -0
  2599. package/lib/translated/zh/modules/translations/locales/nb-x-k12.js +36 -0
  2600. package/lib/translated/zh/modules/translations/locales/nb.js +36 -0
  2601. package/lib/translated/zh/modules/translations/locales/nl.js +36 -0
  2602. package/lib/translated/zh/modules/translations/locales/pl.js +36 -0
  2603. package/lib/translated/zh/modules/translations/locales/pt.js +36 -0
  2604. package/lib/translated/zh/modules/translations/locales/pt_BR.js +36 -0
  2605. package/lib/translated/zh/modules/translations/locales/sl.js +36 -0
  2606. package/lib/translated/zh/modules/translations/locales/sv-x-k12.js +36 -0
  2607. package/lib/translated/zh/modules/translations/locales/zh-Hans.js +36 -0
  2608. package/lib/translated/zh/modules/translations/locales/zh-Hant.js +36 -0
  2609. package/lib/translated/zh/modules/translations/locales/zh.js +36 -0
  2610. package/lib/translated/zh/modules/translations/locales/zh_HK.js +36 -0
  2611. package/lib/translated/zh-Hans/modules/common/fileUrl.js +4 -3
  2612. package/lib/translated/zh-Hans/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2613. package/lib/translated/zh-Hans/modules/enhance-user-content/doc_previews.js +3 -3
  2614. package/lib/translated/zh-Hans/modules/enhance-user-content/enhance_user_content.js +23 -11
  2615. package/lib/translated/zh-Hans/modules/enhance-user-content/instructure_helper.js +4 -3
  2616. package/lib/translated/zh-Hans/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  2617. package/lib/translated/zh-Hans/modules/rce/RCEWrapper.js +4 -7
  2618. package/lib/translated/zh-Hans/modules/rce/StatusBar.js +1 -1
  2619. package/lib/translated/zh-Hans/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2620. package/lib/translated/zh-Hans/modules/rce/__tests__/contentRendering.test.js +10 -0
  2621. package/lib/translated/zh-Hans/modules/rce/contentRendering.js +2 -2
  2622. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2623. package/lib/translated/zh-Hans/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2624. package/lib/translated/zh-Hans/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2625. package/lib/translated/zh-Hans/modules/rce/tinyRCE.js +0 -1
  2626. package/lib/translated/zh-Hans/modules/rcs/api.js +3 -2
  2627. package/lib/translated/zh-Hans/modules/sidebar/store/initialState.js +4 -2
  2628. package/lib/translated/zh-Hans/modules/translations/locales/ar.js +36 -0
  2629. package/lib/translated/zh-Hans/modules/translations/locales/ca.js +36 -0
  2630. package/lib/translated/zh-Hans/modules/translations/locales/cy.js +36 -0
  2631. package/lib/translated/zh-Hans/modules/translations/locales/da-x-k12.js +36 -0
  2632. package/lib/translated/zh-Hans/modules/translations/locales/da.js +36 -0
  2633. package/lib/translated/zh-Hans/modules/translations/locales/de.js +36 -0
  2634. package/lib/translated/zh-Hans/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2635. package/lib/translated/zh-Hans/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2636. package/lib/translated/zh-Hans/modules/translations/locales/en_AU.js +36 -0
  2637. package/lib/translated/zh-Hans/modules/translations/locales/en_CA.js +36 -0
  2638. package/lib/translated/zh-Hans/modules/translations/locales/en_CY.js +36 -0
  2639. package/lib/translated/zh-Hans/modules/translations/locales/en_GB.js +36 -0
  2640. package/lib/translated/zh-Hans/modules/translations/locales/es.js +36 -0
  2641. package/lib/translated/zh-Hans/modules/translations/locales/es_ES.js +36 -0
  2642. package/lib/translated/zh-Hans/modules/translations/locales/fi.js +36 -0
  2643. package/lib/translated/zh-Hans/modules/translations/locales/fr.js +36 -0
  2644. package/lib/translated/zh-Hans/modules/translations/locales/fr_CA.js +36 -0
  2645. package/lib/translated/zh-Hans/modules/translations/locales/ht.js +36 -0
  2646. package/lib/translated/zh-Hans/modules/translations/locales/is.js +36 -0
  2647. package/lib/translated/zh-Hans/modules/translations/locales/it.js +36 -0
  2648. package/lib/translated/zh-Hans/modules/translations/locales/ja.js +36 -0
  2649. package/lib/translated/zh-Hans/modules/translations/locales/mi.js +36 -0
  2650. package/lib/translated/zh-Hans/modules/translations/locales/nb-x-k12.js +36 -0
  2651. package/lib/translated/zh-Hans/modules/translations/locales/nb.js +36 -0
  2652. package/lib/translated/zh-Hans/modules/translations/locales/nl.js +36 -0
  2653. package/lib/translated/zh-Hans/modules/translations/locales/pl.js +36 -0
  2654. package/lib/translated/zh-Hans/modules/translations/locales/pt.js +36 -0
  2655. package/lib/translated/zh-Hans/modules/translations/locales/pt_BR.js +36 -0
  2656. package/lib/translated/zh-Hans/modules/translations/locales/sl.js +36 -0
  2657. package/lib/translated/zh-Hans/modules/translations/locales/sv-x-k12.js +36 -0
  2658. package/lib/translated/zh-Hans/modules/translations/locales/zh-Hans.js +36 -0
  2659. package/lib/translated/zh-Hans/modules/translations/locales/zh-Hant.js +36 -0
  2660. package/lib/translated/zh-Hans/modules/translations/locales/zh.js +36 -0
  2661. package/lib/translated/zh-Hans/modules/translations/locales/zh_HK.js +36 -0
  2662. package/lib/translated/zh-Hant/modules/common/fileUrl.js +4 -3
  2663. package/lib/translated/zh-Hant/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2664. package/lib/translated/zh-Hant/modules/enhance-user-content/doc_previews.js +3 -3
  2665. package/lib/translated/zh-Hant/modules/enhance-user-content/enhance_user_content.js +23 -11
  2666. package/lib/translated/zh-Hant/modules/enhance-user-content/instructure_helper.js +4 -3
  2667. package/lib/translated/zh-Hant/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  2668. package/lib/translated/zh-Hant/modules/rce/RCEWrapper.js +4 -7
  2669. package/lib/translated/zh-Hant/modules/rce/StatusBar.js +1 -1
  2670. package/lib/translated/zh-Hant/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2671. package/lib/translated/zh-Hant/modules/rce/__tests__/contentRendering.test.js +10 -0
  2672. package/lib/translated/zh-Hant/modules/rce/contentRendering.js +2 -2
  2673. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2674. package/lib/translated/zh-Hant/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2675. package/lib/translated/zh-Hant/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2676. package/lib/translated/zh-Hant/modules/rce/tinyRCE.js +0 -1
  2677. package/lib/translated/zh-Hant/modules/rcs/api.js +3 -2
  2678. package/lib/translated/zh-Hant/modules/sidebar/store/initialState.js +4 -2
  2679. package/lib/translated/zh-Hant/modules/translations/locales/ar.js +36 -0
  2680. package/lib/translated/zh-Hant/modules/translations/locales/ca.js +36 -0
  2681. package/lib/translated/zh-Hant/modules/translations/locales/cy.js +36 -0
  2682. package/lib/translated/zh-Hant/modules/translations/locales/da-x-k12.js +36 -0
  2683. package/lib/translated/zh-Hant/modules/translations/locales/da.js +36 -0
  2684. package/lib/translated/zh-Hant/modules/translations/locales/de.js +36 -0
  2685. package/lib/translated/zh-Hant/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2686. package/lib/translated/zh-Hant/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2687. package/lib/translated/zh-Hant/modules/translations/locales/en_AU.js +36 -0
  2688. package/lib/translated/zh-Hant/modules/translations/locales/en_CA.js +36 -0
  2689. package/lib/translated/zh-Hant/modules/translations/locales/en_CY.js +36 -0
  2690. package/lib/translated/zh-Hant/modules/translations/locales/en_GB.js +36 -0
  2691. package/lib/translated/zh-Hant/modules/translations/locales/es.js +36 -0
  2692. package/lib/translated/zh-Hant/modules/translations/locales/es_ES.js +36 -0
  2693. package/lib/translated/zh-Hant/modules/translations/locales/fi.js +36 -0
  2694. package/lib/translated/zh-Hant/modules/translations/locales/fr.js +36 -0
  2695. package/lib/translated/zh-Hant/modules/translations/locales/fr_CA.js +36 -0
  2696. package/lib/translated/zh-Hant/modules/translations/locales/ht.js +36 -0
  2697. package/lib/translated/zh-Hant/modules/translations/locales/is.js +36 -0
  2698. package/lib/translated/zh-Hant/modules/translations/locales/it.js +36 -0
  2699. package/lib/translated/zh-Hant/modules/translations/locales/ja.js +36 -0
  2700. package/lib/translated/zh-Hant/modules/translations/locales/mi.js +36 -0
  2701. package/lib/translated/zh-Hant/modules/translations/locales/nb-x-k12.js +36 -0
  2702. package/lib/translated/zh-Hant/modules/translations/locales/nb.js +36 -0
  2703. package/lib/translated/zh-Hant/modules/translations/locales/nl.js +36 -0
  2704. package/lib/translated/zh-Hant/modules/translations/locales/pl.js +36 -0
  2705. package/lib/translated/zh-Hant/modules/translations/locales/pt.js +36 -0
  2706. package/lib/translated/zh-Hant/modules/translations/locales/pt_BR.js +36 -0
  2707. package/lib/translated/zh-Hant/modules/translations/locales/sl.js +36 -0
  2708. package/lib/translated/zh-Hant/modules/translations/locales/sv-x-k12.js +36 -0
  2709. package/lib/translated/zh-Hant/modules/translations/locales/zh-Hans.js +36 -0
  2710. package/lib/translated/zh-Hant/modules/translations/locales/zh-Hant.js +36 -0
  2711. package/lib/translated/zh-Hant/modules/translations/locales/zh.js +36 -0
  2712. package/lib/translated/zh-Hant/modules/translations/locales/zh_HK.js +36 -0
  2713. package/lib/translated/zh_HK/modules/common/fileUrl.js +4 -3
  2714. package/lib/translated/zh_HK/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2715. package/lib/translated/zh_HK/modules/enhance-user-content/doc_previews.js +3 -3
  2716. package/lib/translated/zh_HK/modules/enhance-user-content/enhance_user_content.js +23 -11
  2717. package/lib/translated/zh_HK/modules/enhance-user-content/instructure_helper.js +4 -3
  2718. package/lib/translated/zh_HK/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  2719. package/lib/translated/zh_HK/modules/rce/RCEWrapper.js +4 -7
  2720. package/lib/translated/zh_HK/modules/rce/StatusBar.js +1 -1
  2721. package/lib/translated/zh_HK/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2722. package/lib/translated/zh_HK/modules/rce/__tests__/contentRendering.test.js +10 -0
  2723. package/lib/translated/zh_HK/modules/rce/contentRendering.js +2 -2
  2724. package/lib/translated/zh_HK/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2725. package/lib/translated/zh_HK/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2726. package/lib/translated/zh_HK/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2727. package/lib/translated/zh_HK/modules/rce/tinyRCE.js +0 -1
  2728. package/lib/translated/zh_HK/modules/rcs/api.js +3 -2
  2729. package/lib/translated/zh_HK/modules/sidebar/store/initialState.js +4 -2
  2730. package/lib/translated/zh_HK/modules/translations/locales/ar.js +36 -0
  2731. package/lib/translated/zh_HK/modules/translations/locales/ca.js +36 -0
  2732. package/lib/translated/zh_HK/modules/translations/locales/cy.js +36 -0
  2733. package/lib/translated/zh_HK/modules/translations/locales/da-x-k12.js +36 -0
  2734. package/lib/translated/zh_HK/modules/translations/locales/da.js +36 -0
  2735. package/lib/translated/zh_HK/modules/translations/locales/de.js +36 -0
  2736. package/lib/translated/zh_HK/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2737. package/lib/translated/zh_HK/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2738. package/lib/translated/zh_HK/modules/translations/locales/en_AU.js +36 -0
  2739. package/lib/translated/zh_HK/modules/translations/locales/en_CA.js +36 -0
  2740. package/lib/translated/zh_HK/modules/translations/locales/en_CY.js +36 -0
  2741. package/lib/translated/zh_HK/modules/translations/locales/en_GB.js +36 -0
  2742. package/lib/translated/zh_HK/modules/translations/locales/es.js +36 -0
  2743. package/lib/translated/zh_HK/modules/translations/locales/es_ES.js +36 -0
  2744. package/lib/translated/zh_HK/modules/translations/locales/fi.js +36 -0
  2745. package/lib/translated/zh_HK/modules/translations/locales/fr.js +36 -0
  2746. package/lib/translated/zh_HK/modules/translations/locales/fr_CA.js +36 -0
  2747. package/lib/translated/zh_HK/modules/translations/locales/ht.js +36 -0
  2748. package/lib/translated/zh_HK/modules/translations/locales/is.js +36 -0
  2749. package/lib/translated/zh_HK/modules/translations/locales/it.js +36 -0
  2750. package/lib/translated/zh_HK/modules/translations/locales/ja.js +36 -0
  2751. package/lib/translated/zh_HK/modules/translations/locales/mi.js +36 -0
  2752. package/lib/translated/zh_HK/modules/translations/locales/nb-x-k12.js +36 -0
  2753. package/lib/translated/zh_HK/modules/translations/locales/nb.js +36 -0
  2754. package/lib/translated/zh_HK/modules/translations/locales/nl.js +36 -0
  2755. package/lib/translated/zh_HK/modules/translations/locales/pl.js +36 -0
  2756. package/lib/translated/zh_HK/modules/translations/locales/pt.js +36 -0
  2757. package/lib/translated/zh_HK/modules/translations/locales/pt_BR.js +36 -0
  2758. package/lib/translated/zh_HK/modules/translations/locales/sl.js +36 -0
  2759. package/lib/translated/zh_HK/modules/translations/locales/sv-x-k12.js +36 -0
  2760. package/lib/translated/zh_HK/modules/translations/locales/zh-Hans.js +36 -0
  2761. package/lib/translated/zh_HK/modules/translations/locales/zh-Hant.js +36 -0
  2762. package/lib/translated/zh_HK/modules/translations/locales/zh.js +36 -0
  2763. package/lib/translated/zh_HK/modules/translations/locales/zh_HK.js +36 -0
  2764. package/lib/translations/locales/ar.js +36 -0
  2765. package/lib/translations/locales/ca.js +36 -0
  2766. package/lib/translations/locales/cy.js +36 -0
  2767. package/lib/translations/locales/da-x-k12.js +36 -0
  2768. package/lib/translations/locales/da.js +36 -0
  2769. package/lib/translations/locales/de.js +36 -0
  2770. package/lib/translations/locales/en-AU-x-unimelb.js +36 -0
  2771. package/lib/translations/locales/en-GB-x-ukhe.js +36 -0
  2772. package/lib/translations/locales/en_AU.js +36 -0
  2773. package/lib/translations/locales/en_CA.js +36 -0
  2774. package/lib/translations/locales/en_CY.js +36 -0
  2775. package/lib/translations/locales/en_GB.js +36 -0
  2776. package/lib/translations/locales/es.js +36 -0
  2777. package/lib/translations/locales/es_ES.js +36 -0
  2778. package/lib/translations/locales/fi.js +36 -0
  2779. package/lib/translations/locales/fr.js +36 -0
  2780. package/lib/translations/locales/fr_CA.js +36 -0
  2781. package/lib/translations/locales/ht.js +36 -0
  2782. package/lib/translations/locales/is.js +36 -0
  2783. package/lib/translations/locales/it.js +36 -0
  2784. package/lib/translations/locales/ja.js +36 -0
  2785. package/lib/translations/locales/mi.js +36 -0
  2786. package/lib/translations/locales/nb-x-k12.js +36 -0
  2787. package/lib/translations/locales/nb.js +36 -0
  2788. package/lib/translations/locales/nl.js +36 -0
  2789. package/lib/translations/locales/pl.js +36 -0
  2790. package/lib/translations/locales/pt.js +36 -0
  2791. package/lib/translations/locales/pt_BR.js +36 -0
  2792. package/lib/translations/locales/sl.js +36 -0
  2793. package/lib/translations/locales/sv-x-k12.js +36 -0
  2794. package/lib/translations/locales/zh-Hans.js +36 -0
  2795. package/lib/translations/locales/zh-Hant.js +36 -0
  2796. package/lib/translations/locales/zh.js +36 -0
  2797. package/lib/translations/locales/zh_HK.js +36 -0
  2798. package/package.json +1 -2
  2799. package/testcafe/build/100.js +5 -5
  2800. package/testcafe/build/101.js +5 -5
  2801. package/testcafe/build/22.js +2 -2
  2802. package/testcafe/build/23.js +3 -39
  2803. package/testcafe/build/27.js +84 -84
  2804. package/testcafe/build/28.js +83 -99
  2805. package/testcafe/build/29.js +51 -107
  2806. package/testcafe/build/30.js +47 -59
  2807. package/testcafe/build/31.js +28 -64
  2808. package/testcafe/build/32.js +16 -28
  2809. package/testcafe/build/33.js +10 -10
  2810. package/testcafe/build/34.js +16 -16
  2811. package/testcafe/build/35.js +15 -27
  2812. package/testcafe/build/36.js +18 -19
  2813. package/testcafe/build/37.js +11 -22
  2814. package/testcafe/build/38.js +13 -14
  2815. package/testcafe/build/39.js +8 -8
  2816. package/testcafe/build/40.js +6 -6
  2817. package/testcafe/build/41.js +6 -6
  2818. package/testcafe/build/42.js +6 -6
  2819. package/testcafe/build/43.js +10 -10
  2820. package/testcafe/build/44.js +5 -5
  2821. package/testcafe/build/45.js +5 -5
  2822. package/testcafe/build/46.js +3 -3
  2823. package/testcafe/build/47.js +6 -6
  2824. package/testcafe/build/48.js +10 -10
  2825. package/testcafe/build/49.js +8 -8
  2826. package/testcafe/build/5.js +1 -1
  2827. package/testcafe/build/50.js +6 -6
  2828. package/testcafe/build/51.js +8 -8
  2829. package/testcafe/build/52.js +6 -6
  2830. package/testcafe/build/53.js +6 -6
  2831. package/testcafe/build/54.js +8 -8
  2832. package/testcafe/build/55.js +8 -8
  2833. package/testcafe/build/56.js +6 -6
  2834. package/testcafe/build/57.js +8 -8
  2835. package/testcafe/build/58.js +8 -8
  2836. package/testcafe/build/59.js +10 -10
  2837. package/testcafe/build/60.js +6 -6
  2838. package/testcafe/build/61.js +6 -6
  2839. package/testcafe/build/62.js +8 -8
  2840. package/testcafe/build/63.js +8 -8
  2841. package/testcafe/build/64.js +8 -8
  2842. package/testcafe/build/65.js +6 -17
  2843. package/testcafe/build/66.js +3 -3
  2844. package/testcafe/build/67.js +5 -5
  2845. package/testcafe/build/68.js +5 -5
  2846. package/testcafe/build/69.js +5 -5
  2847. package/testcafe/build/70.js +5 -5
  2848. package/testcafe/build/71.js +6 -6
  2849. package/testcafe/build/72.js +6 -6
  2850. package/testcafe/build/73.js +6 -6
  2851. package/testcafe/build/74.js +6 -6
  2852. package/testcafe/build/75.js +6 -6
  2853. package/testcafe/build/76.js +6 -6
  2854. package/testcafe/build/77.js +5 -5
  2855. package/testcafe/build/78.js +5 -5
  2856. package/testcafe/build/79.js +5 -5
  2857. package/testcafe/build/80.js +5 -5
  2858. package/testcafe/build/81.js +3 -3
  2859. package/testcafe/build/82.js +5 -5
  2860. package/testcafe/build/83.js +5 -5
  2861. package/testcafe/build/84.js +3 -3
  2862. package/testcafe/build/85.js +3 -3
  2863. package/testcafe/build/86.js +5 -5
  2864. package/testcafe/build/87.js +3 -3
  2865. package/testcafe/build/88.js +5 -5
  2866. package/testcafe/build/89.js +3 -3
  2867. package/testcafe/build/90.js +5 -5
  2868. package/testcafe/build/91.js +3 -3
  2869. package/testcafe/build/92.js +5 -5
  2870. package/testcafe/build/93.js +3 -3
  2871. package/testcafe/build/94.js +5 -5
  2872. package/testcafe/build/95.js +3 -3
  2873. package/testcafe/build/96.js +3 -3
  2874. package/testcafe/build/97.js +5 -5
  2875. package/testcafe/build/98.js +5 -5
  2876. package/testcafe/build/99.js +5 -5
  2877. package/testcafe/build/testcafe.js +11 -23
  2878. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/__tests__/ImageOptions.test.js +0 -282
  2879. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/__tests__/ImageSection.test.js +0 -590
  2880. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/__tests__/ModeSelect.test.js +0 -98
  2881. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/__tests__/SVGIcon.test.js +0 -53
  2882. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/__tests__/SVGList.test.js +0 -72
  2883. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/__tests__/Upload.test.js +0 -186
  2884. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/__tests__/compressionUtils.test.js +0 -114
  2885. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/__tests__/utils.test.js +0 -75
  2886. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/__tests__/ColorSection.test.js +0 -87
  2887. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/__tests__/Footer.test.js +0 -127
  2888. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/__tests__/Header.test.js +0 -108
  2889. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/__tests__/PreviewSection.test.js +0 -101
  2890. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/__tests__/ShapeSection.test.js +0 -103
  2891. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/__tests__/TextSection.test.js +0 -150
  2892. package/es/rce/plugins/instructure_icon_maker/components/__tests__/IconMakerTray.test.js +0 -630
  2893. package/es/rce/plugins/instructure_icon_maker/components/__tests__/SavedIconMakerList.test.js +0 -190
  2894. package/es/rce/plugins/instructure_icon_maker/reducers/__tests__/ImageSection.test.js +0 -92
  2895. package/es/rce/plugins/instructure_icon_maker/reducers/__tests__/imageCropper.test.js +0 -63
  2896. package/es/rce/plugins/instructure_icon_maker/reducers/__tests__/svgSettings.test.js +0 -108
  2897. package/es/rce/plugins/instructure_icon_maker/svg/__tests__/image.test.js +0 -584
  2898. package/es/rce/plugins/instructure_icon_maker/svg/__tests__/index.test.js +0 -407
  2899. package/es/rce/plugins/instructure_icon_maker/svg/__tests__/metadata.test.js +0 -48
  2900. package/es/rce/plugins/instructure_icon_maker/svg/__tests__/settings.test.js +0 -619
  2901. package/es/rce/plugins/instructure_icon_maker/svg/__tests__/shape.test.js +0 -406
  2902. package/es/rce/plugins/instructure_icon_maker/svg/__tests__/text.test.js +0 -560
  2903. package/es/rce/plugins/instructure_icon_maker/svg/__tests__/utils.test.js +0 -101
  2904. package/es/rce/plugins/instructure_icon_maker/utils/__tests__/IconMakerFormHasChanges.test.js +0 -328
  2905. package/es/rce/plugins/instructure_icon_maker/utils/__tests__/addIconMakerAttributes.test.js +0 -38
  2906. package/es/rce/plugins/instructure_icon_maker/utils/__tests__/iconValidation.test.js +0 -86
  2907. package/es/rce/plugins/instructure_icon_maker/utils/__tests__/round.test.js +0 -31
  2908. package/es/rce/plugins/instructure_icon_maker/utils/__tests__/useDebouncedValue.test.js +0 -95
  2909. package/es/rce/plugins/instructure_icon_maker/utils/__tests__/useMockedDebouncedValue.js +0 -35
  2910. package/es/rce/plugins/instructure_image/ImageList/__tests__/Image.test.js +0 -144
  2911. package/es/rce/plugins/instructure_image/ImageList/__tests__/ImageList.test.js +0 -74
  2912. package/es/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +0 -325
  2913. package/es/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTrayDriver.js +0 -158
  2914. package/es/rce/plugins/instructure_image/ImageOptionsTray/__tests__/TrayController.IconOptions.test.js +0 -161
  2915. package/es/rce/plugins/instructure_image/ImageOptionsTray/__tests__/TrayController.test.js +0 -205
  2916. package/es/rce/plugins/instructure_image/Images/__tests__/Images.test.js +0 -215
  2917. package/es/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +0 -540
  2918. package/es/rce/plugins/instructure_image/__tests__/clickCallback.test.js +0 -83
  2919. package/es/rce/plugins/instructure_links/components/LinkOptionsDialog/__tests__/LinkOptionsDialog.test.js +0 -144
  2920. package/es/rce/plugins/instructure_links/components/LinkOptionsDialog/__tests__/LinkOptionsDialogController.test.js +0 -97
  2921. package/es/rce/plugins/instructure_links/components/LinkOptionsDialog/__tests__/LinkOptionsDialogDriver.js +0 -87
  2922. package/es/rce/plugins/instructure_links/components/LinkOptionsTray/__tests__/LinkOptionsTray.test.js +0 -249
  2923. package/es/rce/plugins/instructure_links/components/LinkOptionsTray/__tests__/LinkOptionsTrayController.test.js +0 -88
  2924. package/es/rce/plugins/instructure_links/components/LinkOptionsTray/__tests__/LinkOptionsTrayDriver.js +0 -132
  2925. package/es/rce/plugins/instructure_links/components/__tests__/AccordionSection.test.js +0 -62
  2926. package/es/rce/plugins/instructure_links/components/__tests__/CollectionPanel.test.js +0 -77
  2927. package/es/rce/plugins/instructure_links/components/__tests__/Link.test.js +0 -468
  2928. package/es/rce/plugins/instructure_links/components/__tests__/LinkSet.test.js +0 -183
  2929. package/es/rce/plugins/instructure_links/components/__tests__/LinksPanel.test.js +0 -113
  2930. package/es/rce/plugins/instructure_links/components/__tests__/NavigationPanel.test.js +0 -63
  2931. package/es/rce/plugins/instructure_media_embed/__tests__/clickCallback.test.js +0 -49
  2932. package/es/rce/plugins/instructure_media_embed/components/__tests__/Embed.test.js +0 -84
  2933. package/es/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +0 -64
  2934. package/es/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +0 -50
  2935. package/es/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +0 -124
  2936. package/es/rce/plugins/instructure_record/MediaPanel/__tests__/MediaPanel.test.js +0 -181
  2937. package/es/rce/plugins/instructure_record/VideoOptionsTray/__tests__/TrayController.test.js +0 -231
  2938. package/es/rce/plugins/instructure_record/VideoOptionsTray/__tests__/VideoOptionsTray.test.js +0 -214
  2939. package/es/rce/plugins/instructure_record/VideoOptionsTray/__tests__/VideoOptionsTrayDriver.js +0 -116
  2940. package/es/rce/plugins/instructure_record/__tests__/clickCallback.test.js +0 -90
  2941. package/es/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  2942. package/es/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  2943. package/es/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  2944. package/es/rce/plugins/instructure_wordcount/plugin.js +0 -32
  2945. package/es/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  2946. package/es/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  2947. package/es/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  2948. package/es/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  2949. package/es/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +0 -1152
  2950. package/es/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +0 -76
  2951. package/es/rce/plugins/shared/DimensionsInput/__tests__/NumberInputDriver.js +0 -77
  2952. package/es/rce/plugins/shared/Upload/__tests__/CategoryProcessor.test.js +0 -65
  2953. package/es/rce/plugins/shared/Upload/__tests__/ComputerPanel.test.js +0 -283
  2954. package/es/rce/plugins/shared/Upload/__tests__/SvgCategoryProcessor.test.js +0 -71
  2955. package/es/rce/plugins/shared/Upload/__tests__/UnsplashPanel.test.js +0 -357
  2956. package/es/rce/plugins/shared/Upload/__tests__/UploadFile.test.js +0 -468
  2957. package/es/rce/plugins/shared/Upload/__tests__/UploadFileModal.test.js +0 -129
  2958. package/es/rce/plugins/shared/Upload/__tests__/UrlPanel.test.js +0 -37
  2959. package/es/rce/plugins/shared/__tests__/CanvasContentTray.test.js +0 -247
  2960. package/es/rce/plugins/shared/__tests__/CheckerboardStyling.test.js +0 -28
  2961. package/es/rce/plugins/shared/__tests__/ColorInput.test.js +0 -94
  2962. package/es/rce/plugins/shared/__tests__/ConditionalTooltip.test.js +0 -79
  2963. package/es/rce/plugins/shared/__tests__/ContentSelection.test.js +0 -322
  2964. package/es/rce/plugins/shared/__tests__/DimensionUtils.test.js +0 -342
  2965. package/es/rce/plugins/shared/__tests__/FakeEditor.js +0 -179
  2966. package/es/rce/plugins/shared/__tests__/Filter.test.js +0 -428
  2967. package/es/rce/plugins/shared/__tests__/FixedContentTray.test.js +0 -70
  2968. package/es/rce/plugins/shared/__tests__/LinkDisplay.test.js +0 -119
  2969. package/es/rce/plugins/shared/__tests__/PreviewIcon.test.js +0 -131
  2970. package/es/rce/plugins/shared/__tests__/RceFileBrowser.test.js +0 -113
  2971. package/es/rce/plugins/shared/__tests__/buildDownloadUrl.test.js +0 -52
  2972. package/es/rce/plugins/shared/__tests__/dateUtils.test.js +0 -122
  2973. package/es/rce/plugins/shared/__tests__/fileTypeUtils.test.js +0 -96
  2974. package/es/rce/plugins/shared/__tests__/linkUtils.test.js +0 -61
  2975. package/es/rce/plugins/shared/__tests__/trayUtils.test.js +0 -53
  2976. package/es/rce/plugins/shared/__tests__/useDataUrl.test.js +0 -110
  2977. package/es/rcs/__tests__/api.test.js +0 -164
  2978. package/es/rcs/__tests__/buildError.test.js +0 -77
  2979. package/lib/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  2980. package/lib/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  2981. package/lib/rce/plugins/instructure_wordcount/plugin.js +0 -32
  2982. package/lib/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  2983. package/lib/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  2984. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  2985. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  2986. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  2987. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  2988. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  2989. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  2990. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  2991. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  2992. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  2993. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  2994. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  2995. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  2996. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  2997. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  2998. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  2999. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3000. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3001. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3002. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3003. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3004. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3005. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3006. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3007. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3008. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3009. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3010. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3011. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3012. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3013. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3014. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3015. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3016. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3017. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3018. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3019. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3020. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3021. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3022. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3023. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3024. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3025. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3026. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3027. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3028. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3029. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3030. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3031. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3032. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3033. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3034. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3035. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3036. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3037. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3038. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3039. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3040. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3041. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3042. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3043. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3044. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3045. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3046. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3047. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3048. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3049. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3050. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3051. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3052. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3053. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3054. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3055. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3056. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3057. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3058. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3059. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3060. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3061. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3062. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3063. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3064. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3065. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3066. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3067. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3068. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3069. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3070. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3071. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3072. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3073. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3074. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3075. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3076. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3077. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3078. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3079. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3080. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3081. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3082. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3083. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3084. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3085. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3086. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3087. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3088. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3089. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3090. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3091. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3092. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3093. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3094. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3095. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3096. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3097. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3098. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3099. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3100. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3101. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3102. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3103. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3104. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3105. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3106. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3107. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3108. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3109. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3110. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3111. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3112. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3113. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3114. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3115. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3116. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3117. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3118. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3119. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3120. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3121. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3122. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3123. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3124. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3125. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3126. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3127. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3128. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3129. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3130. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3131. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3132. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3133. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3134. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3135. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3136. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3137. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3138. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3139. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3140. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3141. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3142. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3143. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3144. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3145. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3146. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3147. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3148. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3149. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3150. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3151. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3152. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3153. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3154. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3155. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3156. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3157. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3158. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3159. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3160. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3161. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3162. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3163. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3164. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3165. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3166. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3167. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3168. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3169. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3170. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3171. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3172. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3173. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3174. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3175. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3176. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3177. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3178. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3179. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3180. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3181. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3182. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3183. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3184. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3185. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3186. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3187. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3188. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3189. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3190. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3191. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3192. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3193. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3194. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3195. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3196. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3197. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3198. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3199. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3200. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3201. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3202. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3203. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3204. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3205. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3206. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3207. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3208. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3209. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3210. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3211. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3212. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3213. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3214. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3215. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3216. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3217. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3218. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3219. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3220. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3221. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3222. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3223. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3224. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3225. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3226. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3227. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3228. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3229. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3230. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3231. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3232. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3233. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3234. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3235. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3236. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3237. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3238. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3239. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3240. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3241. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3242. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3243. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3244. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3245. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3246. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3247. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3248. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3249. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3250. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3251. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3252. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3253. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3254. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3255. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3256. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3257. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3258. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3259. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3260. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3261. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3262. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3263. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3264. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3265. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3266. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3267. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3268. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3269. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3270. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3271. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3272. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3273. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3274. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3275. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3276. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3277. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3278. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3279. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3280. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3281. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3282. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3283. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3284. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3285. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3286. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3287. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3288. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3289. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3290. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3291. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3292. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3293. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3294. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3295. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3296. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3297. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3298. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3299. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3300. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3301. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3302. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3303. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3304. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3305. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3306. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3307. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3308. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3309. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3310. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3311. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3312. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3313. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3314. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3315. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3316. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3317. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3318. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3319. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3320. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3321. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3322. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3323. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3324. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3325. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3326. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3327. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3328. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3329. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3330. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3331. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3332. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3333. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3334. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3335. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3336. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3337. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3338. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3339. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3340. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3341. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3342. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3343. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3344. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3345. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3346. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3347. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3348. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3349. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3350. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3351. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3352. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3353. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3354. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3355. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3356. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3357. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3358. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3359. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3360. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3361. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3362. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3363. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3364. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3365. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3366. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3367. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3368. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3369. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3370. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3371. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3372. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3373. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3374. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3375. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3376. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3377. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3378. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3379. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3380. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3381. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3382. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3383. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3384. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3385. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3386. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3387. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3388. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3389. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3390. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3391. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3392. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3393. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3394. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3395. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3396. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3397. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3398. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3399. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3400. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3401. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3402. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3403. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3404. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3405. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3406. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3407. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3408. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3409. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3410. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3411. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3412. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3413. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3414. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3415. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
@@ -1,14 +1,14 @@
1
1
  (window["webpackJsonp"] = window["webpackJsonp"] || []).push([[101],{
2
2
 
3
- /***/ "./src/translations/locales/zh-Hant.js":
4
- /*!*********************************************!*\
5
- !*** ./src/translations/locales/zh-Hant.js ***!
6
- \*********************************************/
3
+ /***/ "./src/translations/locales/zh_HK.js":
4
+ /*!*******************************************!*\
5
+ !*** ./src/translations/locales/zh_HK.js ***!
6
+ \*******************************************/
7
7
  /*! no exports provided */
8
8
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
9
9
 
10
10
  "use strict";
11
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _tinymce_zh_TW__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../tinymce/zh_TW */ \"./src/translations/tinymce/zh_TW.js\");\n/* harmony import */ var _tinymce_zh_TW__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tinymce_zh_TW__WEBPACK_IMPORTED_MODULE_1__);\n/*\n * Copyright (C) 2021 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\nconst locale = {\n \"access_the_pretty_html_editor_37168efe\": {\n \"message\": \"存取美觀 HTML 編輯器\"\n },\n \"accessibility_checker_b3af1f6c\": {\n \"message\": \"可訪問性檢查器\"\n },\n \"add_8523c19b\": {\n \"message\": \"添加\"\n },\n \"add_another_f4e50d57\": {\n \"message\": \"添加其他\"\n },\n \"add_cc_subtitles_55f0394e\": {\n \"message\": \"添加副本/字幕\"\n },\n \"add_image_60b2de07\": {\n \"message\": \"添加影像\"\n },\n \"aleph_f4ffd155\": {\n \"message\": \"Aleph\"\n },\n \"align_11050992\": {\n \"message\": \"對齊\"\n },\n \"alignment_and_lists_5cebcb69\": {\n \"message\": \"對齊及清單\"\n },\n \"all_4321c3a1\": {\n \"message\": \"全部\"\n },\n \"all_apps_a50dea49\": {\n \"message\": \"所有應用程式\"\n },\n \"alpha_15d59033\": {\n \"message\": \"α\"\n },\n \"alphabetical_55b5b4e0\": {\n \"message\": \"字母\"\n },\n \"alt_text_611fb322\": {\n \"message\": \"替代文字\"\n },\n \"amalg_coproduct_c589fb12\": {\n \"message\": \"Amalg(副產品)\"\n },\n \"an_error_occured_reading_the_file_ff48558b\": {\n \"message\": \"讀取作業時發生錯誤\"\n },\n \"an_error_occurred_making_a_network_request_d1bda348\": {\n \"message\": \"發出連線請求時發生錯誤\"\n },\n \"an_error_occurred_uploading_your_media_71f1444d\": {\n \"message\": \"上載媒體時發生錯誤。\"\n },\n \"and_7fcc2911\": {\n \"message\": \"以及\"\n },\n \"angle_c5b4ec50\": {\n \"message\": \"角度\"\n },\n \"announcement_list_da155734\": {\n \"message\": \"通告清單\"\n },\n \"announcements_a4b8ed4a\": {\n \"message\": \"通告\"\n },\n \"apply_781a2546\": {\n \"message\": \"應用\"\n },\n \"apply_changes_to_all_instances_of_this_icon_maker__2642f466\": {\n \"message\": \"在課程中套用變更到此圖示製作者圖示的所有執行個體\"\n },\n \"approaches_the_limit_893aeec9\": {\n \"message\": \"接近限制\"\n },\n \"approximately_e7965800\": {\n \"message\": \"大約\"\n },\n \"apps_54d24a47\": {\n \"message\": \"應用程式\"\n },\n \"arrows_464a3e54\": {\n \"message\": \"箭號\"\n },\n \"art_icon_8e1daad\": {\n \"message\": \"藝術圖示\"\n },\n \"aspect_ratio_will_be_preserved_cb5fdfb8\": {\n \"message\": \"外觀比例將被保留\"\n },\n \"assignments_1e02582c\": {\n \"message\": \"作業列表\"\n },\n \"asterisk_82255584\": {\n \"message\": \"*\"\n },\n \"attributes_963ba262\": {\n \"message\": \"屬性\"\n },\n \"audio_and_video_recording_not_supported_please_use_5ce3f0d7\": {\n \"message\": \"不支援音訊和視訊錄製;請使用不同的瀏覽器。\"\n },\n \"audio_options_feb58e2c\": {\n \"message\": \"音訊選項\"\n },\n \"audio_options_tray_33a90711\": {\n \"message\": \"音訊選項收集箱\"\n },\n \"audio_player_for_title_20cc70d\": {\n \"message\": \"{ title } 的音訊播放器\"\n },\n \"auto_saved_content_exists_would_you_like_to_load_t_fee528f2\": {\n \"message\": \"自動儲存內容已存在。是否要改為載入自動儲存的內容?\"\n },\n \"available_folders_694d0436\": {\n \"message\": \"可用資料夾\"\n },\n \"backslash_b2d5442d\": {\n \"message\": \"反斜线\"\n },\n \"bar_ec63ed6\": {\n \"message\": \"橫線\"\n },\n \"basic_554cdc0a\": {\n \"message\": \"基本\"\n },\n \"because_501841b\": {\n \"message\": \"因為\"\n },\n \"below_81d4dceb\": {\n \"message\": \"以下\"\n },\n \"beta_cb5f307e\": {\n \"message\": \"β\"\n },\n \"big_circle_16b2e604\": {\n \"message\": \"大圓圈\"\n },\n \"binomial_coefficient_ea5b9bb7\": {\n \"message\": \"二項式係數\"\n },\n \"black_4cb01371\": {\n \"message\": \"黑色\"\n },\n \"blue_daf8fea9\": {\n \"message\": \"藍色\"\n },\n \"bottom_15a2a9be\": {\n \"message\": \"底部\"\n },\n \"bottom_third_5f5fec1d\": {\n \"message\": \"底部第三個\"\n },\n \"bowtie_5f9629e4\": {\n \"message\": \"領結\"\n },\n \"brick_f2656265\": {\n \"message\": \"磚頭\"\n },\n \"c_2001_acme_inc_283f7f80\": {\n \"message\": \"(c) 2001 Acme Inc.\"\n },\n \"cancel_caeb1e68\": {\n \"message\": \"取消\"\n },\n \"cap_product_3a5265a6\": {\n \"message\": \"便帽產品\"\n },\n \"center_align_e68d9997\": {\n \"message\": \"置中對齊\"\n },\n \"centered_dot_64d5e378\": {\n \"message\": \"中心點\"\n },\n \"centered_horizontal_dots_451c5815\": {\n \"message\": \"中心水平點\"\n },\n \"chi_54a32644\": {\n \"message\": \"χ\"\n },\n \"choose_caption_file_9c45bc4e\": {\n \"message\": \"選擇字幕檔案\"\n },\n \"choose_usage_rights_33683854\": {\n \"message\": \"選擇使用權限…\"\n },\n \"circle_484abe63\": {\n \"message\": \"圓形\"\n },\n \"circle_unordered_list_9e3a0763\": {\n \"message\": \"圓形無序清單\"\n },\n \"clear_2084585f\": {\n \"message\": \"清除\"\n },\n \"clear_image_3213fe62\": {\n \"message\": \"清除影像\"\n },\n \"clear_selected_file_82388e50\": {\n \"message\": \"清除所選擇的檔案\"\n },\n \"clear_selected_file_filename_2fe8a58e\": {\n \"message\": \"清除所選擇的檔案:{ filename }\"\n },\n \"click_or_shift_click_for_the_html_editor_25d70bb4\": {\n \"message\": \"點擊或按住 Shift 點擊調出 html 編輯器。\"\n },\n \"click_to_embed_imagename_c41ea8df\": {\n \"message\": \"按一下以嵌入 { imageName }\"\n },\n \"click_to_hide_preview_3c707763\": {\n \"message\": \"按一下以隱藏預覽\"\n },\n \"click_to_insert_a_link_into_the_editor_c19613aa\": {\n \"message\": \"按一下以插入一個連結至編輯。\"\n },\n \"click_to_show_preview_faa27051\": {\n \"message\": \"按一下以顯示預覽\"\n },\n \"close_a_menu_or_dialog_also_returns_you_to_the_edi_739079e6\": {\n \"message\": \"關閉選單或對話方塊。另外請返回編輯器區域\"\n },\n \"close_d634289d\": {\n \"message\": \"關閉\"\n },\n \"closed_caption_file_must_be_less_than_maxkb_kb_5880f752\": {\n \"message\": \"關閉的字幕檔案必須小於 { maxKb } kb\"\n },\n \"closed_captions_subtitles_e6aaa016\": {\n \"message\": \"隱藏圖片說明/字幕\"\n },\n \"clubs_suit_c1ffedff\": {\n \"message\": \"梅花(花色)\"\n },\n \"collaborations_5c56c15f\": {\n \"message\": \"協作\"\n },\n \"collapse_to_hide_types_1ab46d2e\": {\n \"message\": \"收起以隱藏 { types }\"\n },\n \"color_picker_6b359edf\": {\n \"message\": \"顏色選擇器\"\n },\n \"color_picker_colorname_selected_ad4cf400\": {\n \"message\": \"顏色選擇器(已選擇 { colorName } 色)\"\n },\n \"complex_numbers_a543d004\": {\n \"message\": \"複數\"\n },\n \"computer_1d7dfa6f\": {\n \"message\": \"電腦\"\n },\n \"congruent_5a244acd\": {\n \"message\": \"全等\"\n },\n \"contains_311f37b7\": {\n \"message\": \"含有\"\n },\n \"content_1440204b\": {\n \"message\": \"內容\"\n },\n \"content_is_still_being_uploaded_if_you_continue_it_8f06d0cb\": {\n \"message\": \"內容仍在上傳中,如果您繼續將無法正確嵌入內容。\"\n },\n \"content_subtype_5ce35e88\": {\n \"message\": \"內容子類型\"\n },\n \"content_type_2cf90d95\": {\n \"message\": \"內容類型\"\n },\n \"coproduct_e7838082\": {\n \"message\": \"副產品\"\n },\n \"copyright_holder_66ee111\": {\n \"message\": \"版權持有人:\"\n },\n \"count_plural_0_0_words_one_1_word_other_words_acf32eca\": {\n \"message\": \"{ count, plural,\\n =0 {0 個字}\\n one {1 個字}\\n other {# 個字}\\n}\"\n },\n \"count_plural_one_item_loaded_other_items_loaded_857023b7\": {\n \"message\": \"{ count, plural,\\n one {# 個項目已載入}\\n other {# 個項目已載入}\\n}\"\n },\n \"course_documents_104d76e0\": {\n \"message\": \"課程文件\"\n },\n \"course_files_62deb8f8\": {\n \"message\": \"課程檔案\"\n },\n \"course_files_a31f97fc\": {\n \"message\": \"課程檔案\"\n },\n \"course_images_f8511d04\": {\n \"message\": \"課程影像\"\n },\n \"course_link_b369426\": {\n \"message\": \"課程連結\"\n },\n \"course_links_b56959b9\": {\n \"message\": \"課程連結\"\n },\n \"course_media_ec759ad\": {\n \"message\": \"課程媒體\"\n },\n \"course_navigation_dd035109\": {\n \"message\": \"課程導航\"\n },\n \"create_icon_110d6463\": {\n \"message\": \"建立圖示\"\n },\n \"create_icon_maker_icon_c716bffe\": {\n \"message\": \"建立圖示 製作者圖示\"\n },\n \"creative_commons_license_725584ae\": {\n \"message\": \"創意共享授權:\"\n },\n \"crop_image_41bf940c\": {\n \"message\": \"裁剪影像\"\n },\n \"crop_image_807ebb08\": {\n \"message\": \"裁剪影像\"\n },\n \"cup_product_14174434\": {\n \"message\": \"杯子產品\"\n },\n \"current_image_f16c249c\": {\n \"message\": \"目前的圖像\"\n },\n \"custom_6979cd81\": {\n \"message\": \"自訂\"\n },\n \"cyan_c1d5f68a\": {\n \"message\": \"青色\"\n },\n \"dagger_57e0f4e5\": {\n \"message\": \"劍號\"\n },\n \"date_added_ed5ad465\": {\n \"message\": \"添加的日期\"\n },\n \"decorative_icon_9a7f3fc3\": {\n \"message\": \"裝飾圖示\"\n },\n \"decorative_type_upper_f2c95e3\": {\n \"message\": \"裝飾 { TYPE_UPPER }\"\n },\n \"decrease_indent_d9cf469d\": {\n \"message\": \"減少縮排\"\n },\n \"deep_purple_bb3e2907\": {\n \"message\": \"深紫色\"\n },\n \"default_bulleted_unordered_list_47079da8\": {\n \"message\": \"預設符號無序清單\"\n },\n \"default_numerical_ordered_list_48dd3548\": {\n \"message\": \"預設數字有序清單\"\n },\n \"definite_integral_fe7ffed1\": {\n \"message\": \"有限積分\"\n },\n \"degree_symbol_4a823d5f\": {\n \"message\": \"度數符號\"\n },\n \"delimiters_4db4840d\": {\n \"message\": \"分隔符號\"\n },\n \"delta_53765780\": {\n \"message\": \"δ\"\n },\n \"describe_the_icon_f6a18823\": {\n \"message\": \"(描述圖示)\"\n },\n \"describe_the_type_ff448da5\": {\n \"message\": \"(描述 { TYPE })\"\n },\n \"describe_the_video_2fe8f46a\": {\n \"message\": \"(描述影片)\"\n },\n \"details_98a31b68\": {\n \"message\": \"詳細資料\"\n },\n \"diagonal_dots_7d71b57e\": {\n \"message\": \"對角點\"\n },\n \"diamond_b8dfe7ae\": {\n \"message\": \"鑽石形\"\n },\n \"diamonds_suit_526abaaf\": {\n \"message\": \"方塊(花色)\"\n },\n \"digamma_258ade94\": {\n \"message\": \"雙伽瑪\"\n },\n \"dimension_type_f5fa9170\": {\n \"message\": \"尺寸類型\"\n },\n \"dimensions_45ddb7b7\": {\n \"message\": \"尺寸\"\n },\n \"directionality_26ae9e08\": {\n \"message\": \"方向\"\n },\n \"directly_edit_latex_b7e9235b\": {\n \"message\": \"直接編輯 LaTeX\"\n },\n \"disable_preview_222bdf72\": {\n \"message\": \"停用預覽\"\n },\n \"discussions_a5f96392\": {\n \"message\": \"討論區\"\n },\n \"discussions_index_6c36ced\": {\n \"message\": \"討論索引\"\n },\n \"disjoint_union_e74351a8\": {\n \"message\": \"互斥聯集\"\n },\n \"display_options_315aba85\": {\n \"message\": \"顯示選項\"\n },\n \"display_text_link_opens_in_a_new_tab_75e9afc9\": {\n \"message\": \"顯示文字連結(在新標籤中開啟)\"\n },\n \"division_sign_72190870\": {\n \"message\": \"除號\"\n },\n \"document_678cd7bf\": {\n \"message\": \"文件\"\n },\n \"documents_81393201\": {\n \"message\": \"文件\"\n },\n \"done_54e3d4b6\": {\n \"message\": \"已完成\"\n },\n \"double_dagger_faf78681\": {\n \"message\": \"雙劍號\"\n },\n \"down_and_left_diagonal_arrow_40ef602c\": {\n \"message\": \"向下和向左對角箭頭\"\n },\n \"down_and_right_diagonal_arrow_6ea0f460\": {\n \"message\": \"向下和向右對角箭頭\"\n },\n \"downward_arrow_cca52012\": {\n \"message\": \"向下箭頭\"\n },\n \"downward_pointing_triangle_2a12a601\": {\n \"message\": \"向下指向三角形\"\n },\n \"drag_a_file_here_1bf656d5\": {\n \"message\": \"拖曳檔案到此處。\"\n },\n \"drag_and_drop_or_click_to_browse_your_computer_60772d6d\": {\n \"message\": \"拖放或按一下以瀏覽您的電腦\"\n },\n \"drag_handle_use_up_and_down_arrows_to_resize_e29eae5c\": {\n \"message\": \"拖曳控點。使用上下箭頭重新調整大小\"\n },\n \"due_multiple_dates_cc0ee3f5\": {\n \"message\": \"截止日期:多個日期\"\n },\n \"due_when_7eed10c6\": {\n \"message\": \"截止日期:{ when }\"\n },\n \"edit_alt_text_for_this_icon_instance_9c6fc5fd\": {\n \"message\": \"編輯此圖示實例的 alt 文字\"\n },\n \"edit_course_link_5a5c3c59\": {\n \"message\": \"編輯課程連結\"\n },\n \"edit_equation_f5279959\": {\n \"message\": \"編輯方程式\"\n },\n \"edit_existing_icon_maker_icon_5d0ebb3f\": {\n \"message\": \"編輯現有的圖示製作者圖示\"\n },\n \"edit_icon_2c6b0e91\": {\n \"message\": \"編輯圖示\"\n },\n \"edit_link_7f53bebb\": {\n \"message\": \"編輯連結\"\n },\n \"editor_statusbar_26ac81fc\": {\n \"message\": \"編輯器狀態欄\"\n },\n \"embed_828fac4a\": {\n \"message\": \"嵌入\"\n },\n \"embed_code_314f1bd5\": {\n \"message\": \"嵌入代碼\"\n },\n \"embed_image_1080badc\": {\n \"message\": \"嵌入影像\"\n },\n \"embed_video_a97a64af\": {\n \"message\": \"嵌入影片\"\n },\n \"embedded_content_aaeb4d3d\": {\n \"message\": \"嵌入內容\"\n },\n \"empty_set_91a92df4\": {\n \"message\": \"空集合\"\n },\n \"encircled_dot_8f5e51c\": {\n \"message\": \"圓圈點\"\n },\n \"encircled_minus_72745096\": {\n \"message\": \"⊖ \"\n },\n \"encircled_plus_36d8d104\": {\n \"message\": \"⊕\"\n },\n \"encircled_times_5700096d\": {\n \"message\": \"⊗\"\n },\n \"engineering_icon_f8f3cf43\": {\n \"message\": \"工程圖示\"\n },\n \"english_icon_25bfe845\": {\n \"message\": \"英文圖示\"\n },\n \"enter_at_least_3_characters_to_search_4f037ee0\": {\n \"message\": \"請輸入最少 3 個字元以開始搜尋\"\n },\n \"epsilon_54bb8afa\": {\n \"message\": \"ɛ\"\n },\n \"epsilon_variant_d31f1e77\": {\n \"message\": \"ɛ(變量)\"\n },\n \"equals_sign_c51bdc58\": {\n \"message\": \"等號\"\n },\n \"equation_1c5ac93c\": {\n \"message\": \"方程式\"\n },\n \"equation_editor_39fbc3f1\": {\n \"message\": \"方程式編輯器\"\n },\n \"equivalence_class_7b0f11c0\": {\n \"message\": \"等價類\"\n },\n \"equivalent_identity_654b3ce5\": {\n \"message\": \"等價(單位)\"\n },\n \"eta_b8828f99\": {\n \"message\": \"η\"\n },\n \"exists_2e62bdaa\": {\n \"message\": \"存在\"\n },\n \"expand_preview_by_default_2abbf9f8\": {\n \"message\": \"預設為展開預覽\"\n },\n \"expand_to_see_types_f5d29352\": {\n \"message\": \"展開以查看 { types }\"\n },\n \"external_link_d3f9e62a\": {\n \"message\": \"外部連結\"\n },\n \"external_tools_6e77821\": {\n \"message\": \"外部工具\"\n },\n \"extra_large_b6cdf1ff\": {\n \"message\": \"超大\"\n },\n \"extra_small_9ae33252\": {\n \"message\": \"超小\"\n },\n \"extracurricular_icon_67c8ca42\": {\n \"message\": \"課外活動圖示\"\n },\n \"f_function_fe422d65\": {\n \"message\": \"F(函數)\"\n },\n \"file_storage_quota_exceeded_b7846cd1\": {\n \"message\": \"已超過檔案儲存配額\"\n },\n \"file_url_c12b64be\": {\n \"message\": \"檔案 URL\"\n },\n \"filename_file_icon_602eb5de\": {\n \"message\": \"{ filename } 檔案圖示\"\n },\n \"filename_image_preview_6cef8f26\": {\n \"message\": \"{ filename } 影像預覽\"\n },\n \"filename_text_preview_e41ca2d8\": {\n \"message\": \"{ filename } 文字預覽\"\n },\n \"files_c300e900\": {\n \"message\": \"檔案\"\n },\n \"files_index_af7c662b\": {\n \"message\": \"檔案索引\"\n },\n \"flat_music_76d5a5c3\": {\n \"message\": \"♭(音樂)\"\n },\n \"focus_element_options_toolbar_18d993e\": {\n \"message\": \"聚焦元素選項工具欄\"\n },\n \"folder_tree_fbab0726\": {\n \"message\": \"樹狀資件夾\"\n },\n \"for_all_b919f972\": {\n \"message\": \"適用全部\"\n },\n \"format_4247a9c5\": {\n \"message\": \"格式\"\n },\n \"formatting_5b143aa8\": {\n \"message\": \"格式\"\n },\n \"forward_slash_3f90f35e\": {\n \"message\": \"/\"\n },\n \"found_auto_saved_content_3f6e4ca5\": {\n \"message\": \"找到自動儲存的內容\"\n },\n \"found_count_plural_0_results_one_result_other_resu_46aeaa01\": {\n \"message\": \"找到 { count, plural,\\n =0 {# 個結果 }\\n one {# 個結果 }\\n other {# 個結果 }\\n}\"\n },\n \"fraction_41bac7af\": {\n \"message\": \"分數\"\n },\n \"fullscreen_873bf53f\": {\n \"message\": \"全螢幕\"\n },\n \"gamma_1767928\": {\n \"message\": \"γ\"\n },\n \"generating_preview_45b53be0\": {\n \"message\": \"產生預覽中...\"\n },\n \"gif_png_format_images_larger_than_size_kb_are_not__7af3bdbd\": {\n \"message\": \"GIF/PNG 格式影像大於目前不支援的 { size } KB。\"\n },\n \"go_to_the_editor_s_menubar_e6674c81\": {\n \"message\": \"前往編輯器的選單欄\"\n },\n \"go_to_the_editor_s_toolbar_a5cb875f\": {\n \"message\": \"前往編輯器的工具欄\"\n },\n \"grades_a61eba0a\": {\n \"message\": \"成績\"\n },\n \"greater_than_e98af662\": {\n \"message\": \">\"\n },\n \"greater_than_or_equal_b911949a\": {\n \"message\": \"> 或 =\"\n },\n \"greek_65c5b3f7\": {\n \"message\": \"希臘語\"\n },\n \"green_15af4778\": {\n \"message\": \"綠色\"\n },\n \"grey_a55dceff\": {\n \"message\": \"灰色\"\n },\n \"group_documents_8bfd6ae6\": {\n \"message\": \"群組文件\"\n },\n \"group_files_4324f3df\": {\n \"message\": \"群組檔案\"\n },\n \"group_files_82e5dcdb\": {\n \"message\": \"群組檔案\"\n },\n \"group_images_98e0ac17\": {\n \"message\": \"群組圖像\"\n },\n \"group_isomorphism_45b1458c\": {\n \"message\": \"揚抑符號\"\n },\n \"group_link_63e626b3\": {\n \"message\": \"群組連結\"\n },\n \"group_links_9493129e\": {\n \"message\": \"群組連結\"\n },\n \"group_media_2f3d128a\": {\n \"message\": \"群組媒體\"\n },\n \"group_navigation_99f191a\": {\n \"message\": \"群組導航\"\n },\n \"h_bar_bb94deae\": {\n \"message\": \"H 列\"\n },\n \"hat_ea321e35\": {\n \"message\": \"揚抑符號\"\n },\n \"heading_2_5b84eed2\": {\n \"message\": \"標題 2\"\n },\n \"heading_3_2c83de44\": {\n \"message\": \"標題 3\"\n },\n \"heading_4_b2e74be7\": {\n \"message\": \"標題 4\"\n },\n \"health_icon_8d292eb5\": {\n \"message\": \"健康圖示\"\n },\n \"hearts_suit_e50e04ca\": {\n \"message\": \"紅心(花色)\"\n },\n \"height_69b03e15\": {\n \"message\": \"高度\"\n },\n \"hexagon_d8468e0d\": {\n \"message\": \"六邊形\"\n },\n \"hide_description_bfb5502e\": {\n \"message\": \"隱藏描述\"\n },\n \"hide_title_description_caf092ef\": {\n \"message\": \"隱藏 { title } 描述\"\n },\n \"home_351838cd\": {\n \"message\": \"首頁\"\n },\n \"html_code_editor_fd967a44\": {\n \"message\": \"Html 代碼編輯器\"\n },\n \"html_editor_fb2ab713\": {\n \"message\": \"HTML 編輯器\"\n },\n \"i_have_obtained_permission_to_use_this_file_6386f087\": {\n \"message\": \"我已經獲得了該文檔的使用權限。\"\n },\n \"i_hold_the_copyright_71ee91b1\": {\n \"message\": \"我持有該版權\"\n },\n \"icon_215a1dc6\": {\n \"message\": \"圖示\"\n },\n \"icon_8168b2f8\": {\n \"message\": \"圖示\"\n },\n \"icon_color_b86dd6d6\": {\n \"message\": \"圖示色彩\"\n },\n \"icon_maker_icons_cc560f7e\": {\n \"message\": \"圖示製作者圖示\"\n },\n \"icon_options_7e32746e\": {\n \"message\": \"圖示選項\"\n },\n \"icon_options_tray_2b407977\": {\n \"message\": \"圖示選項收集箱\"\n },\n \"icon_shape_30b61e7\": {\n \"message\": \"圖示形狀\"\n },\n \"icon_size_9353edea\": {\n \"message\": \"圖示大小\"\n },\n \"if_left_empty_link_text_will_display_as_course_lin_61087540\": {\n \"message\": \"在左側空白連結中,文字將顯示為課程連結名稱\"\n },\n \"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5\": {\n \"message\": \"如果您現在不選擇使用權,那麼該文檔在其上傳之後將會撤銷發佈。\"\n },\n \"image_8ad06\": {\n \"message\": \"影像\"\n },\n \"image_c1c98202\": {\n \"message\": \"影像\"\n },\n \"image_options_5412d02c\": {\n \"message\": \"影像選項\"\n },\n \"image_options_tray_90a46006\": {\n \"message\": \"影像選項收集箱\"\n },\n \"image_to_crop_3a34487d\": {\n \"message\": \"要裁剪的圖像\"\n },\n \"images_7ce26570\": {\n \"message\": \"影像\"\n },\n \"imaginary_portion_of_complex_number_2c733ffa\": {\n \"message\": \"虛數部份(複數的)\"\n },\n \"in_element_of_19ca2f33\": {\n \"message\": \"在(某個元素)\"\n },\n \"increase_indent_6af90f7c\": {\n \"message\": \"增加縮進\"\n },\n \"indefinite_integral_6623307e\": {\n \"message\": \"無限積分\"\n },\n \"indigo_2035fc55\": {\n \"message\": \"靛藍色\"\n },\n \"inference_fed5c960\": {\n \"message\": \"推論\"\n },\n \"infinity_7a10f206\": {\n \"message\": \"無限\"\n },\n \"insert_593145ef\": {\n \"message\": \"插入\"\n },\n \"insert_equella_links_49a8dacd\": {\n \"message\": \"插入 Equella 連結\"\n },\n \"insert_link_6dc23cae\": {\n \"message\": \"插入連結\"\n },\n \"insert_math_equation_57c6e767\": {\n \"message\": \"插入數學方程式\"\n },\n \"integers_336344e1\": {\n \"message\": \"整數\"\n },\n \"intersection_cd4590e4\": {\n \"message\": \"交集\"\n },\n \"invalid_entry_f7d2a0f5\": {\n \"message\": \"無效的輸入項目。\"\n },\n \"invalid_file_c11ba11\": {\n \"message\": \"無效的檔案\"\n },\n \"invalid_file_type_881cc9b2\": {\n \"message\": \"無效的檔案類型\"\n },\n \"invalid_url_cbde79f\": {\n \"message\": \"無效的 URL\"\n },\n \"iota_11c932a9\": {\n \"message\": \"ι\"\n },\n \"kappa_2f14c816\": {\n \"message\": \"κ\"\n },\n \"kappa_variant_eb64574b\": {\n \"message\": \"κ(變量)\"\n },\n \"keyboard_shortcuts_ed1844bd\": {\n \"message\": \"鍵盤快速鍵\"\n },\n \"lambda_4f602498\": {\n \"message\": \"λ\"\n },\n \"language_arts_icon_a798b0f8\": {\n \"message\": \"語言文學圖示\"\n },\n \"languages_icon_9d20539\": {\n \"message\": \"語言圖示\"\n },\n \"large_9c5e80e7\": {\n \"message\": \"大\"\n },\n \"left_align_43d95491\": {\n \"message\": \"靠左對齊\"\n },\n \"left_angle_bracket_c87a6d07\": {\n \"message\": \"左角括號\"\n },\n \"left_arrow_4fde1a64\": {\n \"message\": \"左箭頭\"\n },\n \"left_arrow_with_hook_5bfcad93\": {\n \"message\": \"左箭頭與鉤號\"\n },\n \"left_ceiling_ee9dd88a\": {\n \"message\": \"左上限\"\n },\n \"left_curly_brace_1726fb4\": {\n \"message\": \"左大括號\"\n },\n \"left_downard_harpoon_arrow_1d7b3d2e\": {\n \"message\": \"左向下魚叉箭頭\"\n },\n \"left_floor_29ac2274\": {\n \"message\": \"左下限\"\n },\n \"left_to_right_e9b4fd06\": {\n \"message\": \"左至右\"\n },\n \"left_upward_harpoon_arrow_3a562a96\": {\n \"message\": \"左向上魚叉箭頭\"\n },\n \"leftward_arrow_1e4765de\": {\n \"message\": \"向左箭頭\"\n },\n \"leftward_pointing_triangle_d14532ce\": {\n \"message\": \"向左指向三角形\"\n },\n \"less_than_a26c0641\": {\n \"message\": \"小於\"\n },\n \"less_than_or_equal_be5216cb\": {\n \"message\": \"小於或等於\"\n },\n \"library_icon_ae1e54cf\": {\n \"message\": \"圖書館圖示\"\n },\n \"light_blue_5374f600\": {\n \"message\": \"淺藍色\"\n },\n \"link_7262adec\": {\n \"message\": \"連結\"\n },\n \"link_options_a16b758b\": {\n \"message\": \"連結選項\"\n },\n \"links_14b70841\": {\n \"message\": \"連結\"\n },\n \"load_more_35d33c7\": {\n \"message\": \"載入更多\"\n },\n \"loading_25990131\": {\n \"message\": \"正在載入……\"\n },\n \"loading_bde52856\": {\n \"message\": \"正在載入\"\n },\n \"loading_closed_captions_subtitles_failed_95ceef47\": {\n \"message\": \"載入關閉的說明/字幕失敗。\"\n },\n \"loading_failed_b3524381\": {\n \"message\": \"載入失敗……\"\n },\n \"loading_failed_e6a9d8ef\": {\n \"message\": \"載入失敗。\"\n },\n \"loading_folders_d8b5869e\": {\n \"message\": \"正在載入資料夾\"\n },\n \"loading_please_wait_d276220a\": {\n \"message\": \"正在載入,請稍候\"\n },\n \"loading_preview_9f077aa1\": {\n \"message\": \"載入預覽\"\n },\n \"locked_762f138b\": {\n \"message\": \"已鎖定\"\n },\n \"logical_equivalence_76fca396\": {\n \"message\": \"邏輯對等\"\n },\n \"logical_equivalence_short_8efd7b4f\": {\n \"message\": \"邏輯對等(短)\"\n },\n \"logical_equivalence_short_and_thick_1e1f654d\": {\n \"message\": \"邏輯對等(短和粗)\"\n },\n \"logical_equivalence_thick_662dd3f2\": {\n \"message\": \"邏輯對等(粗)\"\n },\n \"low_horizontal_dots_cc08498e\": {\n \"message\": \"下水平點\"\n },\n \"magenta_4a65993c\": {\n \"message\": \"品紅\"\n },\n \"maps_to_e5ef7382\": {\n \"message\": \"對應\"\n },\n \"math_icon_ad4e9d03\": {\n \"message\": \"數學圖示\"\n },\n \"media_af190855\": {\n \"message\": \"媒體\"\n },\n \"media_file_is_processing_please_try_again_later_58a6d49\": {\n \"message\": \"正在處理媒體檔案中。請稍後重試。\"\n },\n \"medium_5a8e9ead\": {\n \"message\": \"中\"\n },\n \"middle_27dc1d5\": {\n \"message\": \"中間\"\n },\n \"minus_fd961e2e\": {\n \"message\": \"-\"\n },\n \"minus_plus_3461f637\": {\n \"message\": \"+/-\"\n },\n \"misc_3b692ea7\": {\n \"message\": \"雜項\"\n },\n \"miscellaneous_e9818229\": {\n \"message\": \"雜項\"\n },\n \"modules_c4325335\": {\n \"message\": \"單元\"\n },\n \"mu_37223b8b\": {\n \"message\": \"x\"\n },\n \"multi_color_image_63d7372f\": {\n \"message\": \"多色圖像\"\n },\n \"multiplication_sign_15f95c22\": {\n \"message\": \"x 號\"\n },\n \"music_icon_4db5c972\": {\n \"message\": \"音樂圖示\"\n },\n \"must_be_at_least_percentage_22e373b6\": {\n \"message\": \"必須至少 { percentage }%\"\n },\n \"must_be_at_least_width_x_height_px_41dc825e\": {\n \"message\": \"必須至少為 { width } x { height } px\"\n },\n \"my_files_2f621040\": {\n \"message\": \"我的檔案\"\n },\n \"n_th_root_9991a6e4\": {\n \"message\": \"N 次方根\"\n },\n \"nabla_1e216d25\": {\n \"message\": \"▽\"\n },\n \"name_1aed4a1b\": {\n \"message\": \"名稱\"\n },\n \"name_color_ceec76ff\": {\n \"message\": \"{ name } ({ color })\"\n },\n \"natural_music_54a70258\": {\n \"message\": \"♮(音樂)\"\n },\n \"natural_numbers_3da07060\": {\n \"message\": \"自然數\"\n },\n \"navigate_through_the_menu_or_toolbar_415a4e50\": {\n \"message\": \"導航整個選單或工具欄\"\n },\n \"nested_greater_than_d852e60d\": {\n \"message\": \"巢式大於\"\n },\n \"nested_less_than_27d17e58\": {\n \"message\": \"巢式小於\"\n },\n \"next_page_d2a39853\": {\n \"message\": \"下一頁\"\n },\n \"no_changes_to_save_d29f6e91\": {\n \"message\": \"沒有要儲存的變更。\"\n },\n \"no_e16d9132\": {\n \"message\": \"否\"\n },\n \"no_file_chosen_9a880793\": {\n \"message\": \"未選擇檔案\"\n },\n \"no_preview_is_available_for_this_file_f940114a\": {\n \"message\": \"本檔案不支援預覽。\"\n },\n \"no_results_940393cf\": {\n \"message\": \"無結果。\"\n },\n \"no_results_found_for_filterterm_ad1b04c8\": {\n \"message\": \"找不到 { filterTerm } 的結果\"\n },\n \"no_results_found_for_term_1564c08e\": {\n \"message\": \"找不到 { term } 的結果。\"\n },\n \"none_3b5e34d2\": {\n \"message\": \"無\"\n },\n \"none_selected_b93d56d2\": {\n \"message\": \"未選擇任何項目\"\n },\n \"not_equal_6e2980e6\": {\n \"message\": \"不等於\"\n },\n \"not_in_not_an_element_of_fb1ffb54\": {\n \"message\": \"不在(不是某個元素)\"\n },\n \"not_negation_1418ebb8\": {\n \"message\": \"非(否定)\"\n },\n \"not_subset_dc2b5e84\": {\n \"message\": \"非子集合\"\n },\n \"not_subset_strict_23d282bf\": {\n \"message\": \"非子集合(嚴格)\"\n },\n \"not_superset_5556b913\": {\n \"message\": \"非母集合\"\n },\n \"not_superset_strict_24e06f36\": {\n \"message\": \"非母集合(嚴格)\"\n },\n \"nu_1c0f6848\": {\n \"message\": \"ν\"\n },\n \"octagon_e48be9f\": {\n \"message\": \"八邊形\"\n },\n \"olive_6a3e4d6b\": {\n \"message\": \"橄欖色\"\n },\n \"omega_8f2c3463\": {\n \"message\": \"ω\"\n },\n \"one_of_the_following_styles_must_be_added_to_save__1de769aa\": {\n \"message\": \"必須添加以下其中一個樣式以儲存圖示:圖示色彩、輪廓大小、圖示文字或影像\"\n },\n \"open_circle_e9bd069\": {\n \"message\": \"開圓\"\n },\n \"open_this_keyboard_shortcuts_dialog_9658b83a\": {\n \"message\": \"開啟此鍵盤快速鍵對話方塊\"\n },\n \"open_title_application_fd624fc5\": {\n \"message\": \"開啟 { title } 應用程式\"\n },\n \"operators_a2ef9a93\": {\n \"message\": \"操作員\"\n },\n \"or_9b70ccaa\": {\n \"message\": \"或者\"\n },\n \"orange_81386a62\": {\n \"message\": \"橙色\"\n },\n \"ordered_and_unordered_lists_cfadfc38\": {\n \"message\": \"有序和無序的清單\"\n },\n \"other_editor_shortcuts_may_be_found_at_404aba4a\": {\n \"message\": \"其他編輯器快速鍵位於\"\n },\n \"outline_color_3ef2cea7\": {\n \"message\": \"輪廓顏色\"\n },\n \"outline_size_a6059a21\": {\n \"message\": \"輪廓大小\"\n },\n \"p_is_not_a_valid_protocol_which_must_be_ftp_http_h_adf13fc2\": {\n \"message\": \"{ p }並非有效協議,必須使用 ftp、http、https、mailto、skype、tel 或忽略此項\"\n },\n \"pages_e5414c2c\": {\n \"message\": \"頁面\"\n },\n \"paragraph_5e5ad8eb\": {\n \"message\": \"段落\"\n },\n \"parallel_d55d6e38\": {\n \"message\": \"平行\"\n },\n \"partial_derivative_4a9159df\": {\n \"message\": \"部份(導數)\"\n },\n \"pentagon_17d82ea3\": {\n \"message\": \"五角形\"\n },\n \"people_b4ebb13c\": {\n \"message\": \"成員\"\n },\n \"percentage_34ab7c2c\": {\n \"message\": \"百分比\"\n },\n \"percentage_must_be_a_number_8033c341\": {\n \"message\": \"百分比必須是數字\"\n },\n \"performing_arts_icon_f3497486\": {\n \"message\": \"表演藝術圖示\"\n },\n \"perpendicular_7c48ede4\": {\n \"message\": \"垂直\"\n },\n \"phi_4ac33b6d\": {\n \"message\": \"φ\"\n },\n \"phi_variant_c9bb3ac5\": {\n \"message\": \"φ(變量)\"\n },\n \"physical_education_icon_d7dffd3e\": {\n \"message\": \"體育圖示\"\n },\n \"pi_dc4f0bd8\": {\n \"message\": \"π\"\n },\n \"pi_variant_10f5f520\": {\n \"message\": \"π(變量)\"\n },\n \"pink_68ad45cb\": {\n \"message\": \"粉紅色\"\n },\n \"pixels_52ece7d1\": {\n \"message\": \"像素\"\n },\n \"plus_d43cd4ec\": {\n \"message\": \"+\"\n },\n \"plus_minus_f8be2e83\": {\n \"message\": \"+/-\"\n },\n \"posted_when_a578f5ab\": {\n \"message\": \"已公佈:{ when }\"\n },\n \"power_set_4f26f316\": {\n \"message\": \"冪集\"\n },\n \"precedes_196b9aef\": {\n \"message\": \"之前\"\n },\n \"precedes_equal_20701e84\": {\n \"message\": \"等於之前\"\n },\n \"preformatted_d0670862\": {\n \"message\": \"已預先格式化\"\n },\n \"preview_53003fd2\": {\n \"message\": \"預覽\"\n },\n \"preview_in_overlay_ed772c46\": {\n \"message\": \"覆蓋預覽\"\n },\n \"preview_inline_9787330\": {\n \"message\": \"預覽內嵌\"\n },\n \"previous_page_928fc112\": {\n \"message\": \"上一頁\"\n },\n \"prime_917ea60e\": {\n \"message\": \"質數\"\n },\n \"prime_numbers_13464f61\": {\n \"message\": \"質數\"\n },\n \"product_39cf144f\": {\n \"message\": \"產品\"\n },\n \"proportional_f02800cc\": {\n \"message\": \"成比例\"\n },\n \"protocol_must_be_ftp_http_https_mailto_skype_tel_o_73beb4f8\": {\n \"message\": \"協議必須為 ftp、http、https、mailto、skype、tel 或忽略此項\"\n },\n \"psi_e3f5f0f7\": {\n \"message\": \"ψ\"\n },\n \"published_c944a23d\": {\n \"message\": \"已發佈\"\n },\n \"published_when_302d8e23\": {\n \"message\": \"已發佈:{ when }\"\n },\n \"pumpkin_904428d5\": {\n \"message\": \"南瓜色\"\n },\n \"purple_7678a9fc\": {\n \"message\": \"紫色\"\n },\n \"quaternions_877024e0\": {\n \"message\": \"四合數\"\n },\n \"quizzes_7e598f57\": {\n \"message\": \"測驗\"\n },\n \"rational_numbers_80ddaa4a\": {\n \"message\": \"有理數\"\n },\n \"real_numbers_7c99df94\": {\n \"message\": \"實數\"\n },\n \"real_portion_of_complex_number_7dad33b5\": {\n \"message\": \"實數部份(複數的)\"\n },\n \"record_7c9448b\": {\n \"message\": \"錄製\"\n },\n \"record_upload_media_5fdce166\": {\n \"message\": \"錄製/上傳媒體\"\n },\n \"red_8258edf3\": {\n \"message\": \"紅色\"\n },\n \"relationships_6602af70\": {\n \"message\": \"關聯\"\n },\n \"religion_icon_246e0be1\": {\n \"message\": \"宗教圖示\"\n },\n \"remove_link_d1f2f4d0\": {\n \"message\": \"移除連結\"\n },\n \"replace_e61834a7\": {\n \"message\": \"替換\"\n },\n \"reset_95a81614\": {\n \"message\": \"重設\"\n },\n \"resize_ec83d538\": {\n \"message\": \"調校大小\"\n },\n \"restore_auto_save_deccd84b\": {\n \"message\": \"還原自動儲存?\"\n },\n \"reverse_turnstile_does_not_yield_7558be06\": {\n \"message\": \"反向 T 形符號(不產生)\"\n },\n \"rho_a0244a36\": {\n \"message\": \"ρ\"\n },\n \"rho_variant_415245cd\": {\n \"message\": \"ρ(變量)\"\n },\n \"rich_content_editor_2708ef21\": {\n \"message\": \"多種格式的內容編輯器\"\n },\n \"rich_text_area_press_alt_0_for_rich_content_editor_9d23437f\": {\n \"message\": \"多種格式的文字區。請按 ALT+0 使用多種格式的內容編輯器捷徑。\"\n },\n \"right_align_39e7a32a\": {\n \"message\": \"靠右對齊\"\n },\n \"right_angle_bracket_d704e2d6\": {\n \"message\": \"右角括號\"\n },\n \"right_arrow_35e0eddf\": {\n \"message\": \"右箭頭\"\n },\n \"right_arrow_with_hook_29d92d31\": {\n \"message\": \"右箭頭與鉤號\"\n },\n \"right_ceiling_839dc744\": {\n \"message\": \"右上限\"\n },\n \"right_curly_brace_5159d5cd\": {\n \"message\": \"右大括號\"\n },\n \"right_downward_harpoon_arrow_d71b114f\": {\n \"message\": \"右向下魚叉箭頭\"\n },\n \"right_floor_5392d5cf\": {\n \"message\": \"右下限\"\n },\n \"right_to_left_9cfb092a\": {\n \"message\": \"右至左\"\n },\n \"right_upward_harpoon_arrow_f5a34c73\": {\n \"message\": \"右向上魚叉箭頭\"\n },\n \"rightward_arrow_32932107\": {\n \"message\": \"向右箭頭\"\n },\n \"rightward_pointing_triangle_60330f5c\": {\n \"message\": \"向右指向三角形\"\n },\n \"rotate_image_90_degrees_2ab77c05\": {\n \"message\": \"逆時針旋轉影像 90 度\"\n },\n \"rotate_image_90_degrees_6c92cd42\": {\n \"message\": \"順時針旋轉影像 90 度\"\n },\n \"rotation_9699c538\": {\n \"message\": \"旋轉\"\n },\n \"sadly_the_pretty_html_editor_is_not_keyboard_acces_50da7665\": {\n \"message\": \"很遺憾,美觀 HTML 編輯器無法用鍵盤存取。在這裡存取原始 HTML 編輯器。\"\n },\n \"save_11a80ec3\": {\n \"message\": \"儲存\"\n },\n \"saved_icon_maker_icons_df86e2a1\": {\n \"message\": \"儲存的圖示製作者圖示\"\n },\n \"script_l_42a7b254\": {\n \"message\": \"指令集 L\"\n },\n \"search_280d00bd\": {\n \"message\": \"搜尋\"\n },\n \"search_term_b2d2235\": {\n \"message\": \"搜尋學期\"\n },\n \"select_crop_shape_d441feeb\": {\n \"message\": \"選擇裁剪形狀\"\n },\n \"select_language_7c93a900\": {\n \"message\": \"選擇語言\"\n },\n \"selected_274ce24f\": {\n \"message\": \"已選擇\"\n },\n \"selected_linkfilename_c093b1f2\": {\n \"message\": \"已選定 { linkFileName }\"\n },\n \"set_minus_b46e9b88\": {\n \"message\": \"設定 -\"\n },\n \"sharp_music_ab956814\": {\n \"message\": \"#(音樂)\"\n },\n \"shift_o_to_open_the_pretty_html_editor_55ff5a31\": {\n \"message\": \"按 Shift-O 開啟美觀 HTML 編輯器。\"\n },\n \"show_audio_options_b489926b\": {\n \"message\": \"顯示音訊選項\"\n },\n \"show_image_options_1e2ecc6b\": {\n \"message\": \"顯示影像選項\"\n },\n \"show_link_options_545338fd\": {\n \"message\": \"顯示連結選項\"\n },\n \"show_video_options_6ed3721a\": {\n \"message\": \"顯示影片選項\"\n },\n \"sigma_5c35e553\": {\n \"message\": \"σ\"\n },\n \"sigma_variant_8155625\": {\n \"message\": \"σ(變量)\"\n },\n \"single_color_image_4e5d4dbc\": {\n \"message\": \"單色圖像\"\n },\n \"single_color_image_color_95fa9a87\": {\n \"message\": \"單色 圖像顏色\"\n },\n \"size_b30e1077\": {\n \"message\": \"大小\"\n },\n \"size_of_caption_file_is_greater_than_the_maximum_m_bff5f86e\": {\n \"message\": \"字幕檔案大小大於最大 { max } kb 允許的檔案大小。\"\n },\n \"small_b070434a\": {\n \"message\": \"小\"\n },\n \"solid_circle_9f061dfc\": {\n \"message\": \"實心圓圈\"\n },\n \"something_went_wrong_89195131\": {\n \"message\": \"出現問題。\"\n },\n \"something_went_wrong_and_i_don_t_know_what_to_show_e0c54ec8\": {\n \"message\": \"出現問題;我不知道應該展示什麼內容。\"\n },\n \"something_went_wrong_check_your_connection_reload__c7868286\": {\n \"message\": \"出現問題。請檢查您的連線,重新載入頁面,然後再試一次。\"\n },\n \"something_went_wrong_d238c551\": {\n \"message\": \"似乎出問題了\"\n },\n \"sort_by_e75f9e3e\": {\n \"message\": \"排序依據\"\n },\n \"spades_suit_b37020c2\": {\n \"message\": \"黑桃(花色)\"\n },\n \"square_511eb3b3\": {\n \"message\": \"正方形\"\n },\n \"square_cap_9ec88646\": {\n \"message\": \"方帽\"\n },\n \"square_cup_b0665113\": {\n \"message\": \"方杯\"\n },\n \"square_root_e8bcbc60\": {\n \"message\": \"平方根\"\n },\n \"square_root_symbol_d0898a53\": {\n \"message\": \"平方根符號\"\n },\n \"square_subset_17be67cb\": {\n \"message\": \"平方子集合\"\n },\n \"square_subset_strict_7044e84f\": {\n \"message\": \"平方子集合(嚴格)\"\n },\n \"square_superset_3be8dae1\": {\n \"message\": \"平方母集合\"\n },\n \"square_superset_strict_fa4262e4\": {\n \"message\": \"平方母集合(嚴格)\"\n },\n \"square_unordered_list_b15ce93b\": {\n \"message\": \"方形無序清單\"\n },\n \"star_8d156e09\": {\n \"message\": \"星形\"\n },\n \"steel_blue_14296f08\": {\n \"message\": \"鋼鐵藍\"\n },\n \"styles_2aa721ef\": {\n \"message\": \"樣式\"\n },\n \"submit_a3cc6859\": {\n \"message\": \"提交\"\n },\n \"subscript_59744f96\": {\n \"message\": \"下標\"\n },\n \"subset_19c1a92f\": {\n \"message\": \"子集合\"\n },\n \"subset_strict_8d8948d6\": {\n \"message\": \"子集合(嚴格)\"\n },\n \"succeeds_9cc31be9\": {\n \"message\": \"之後\"\n },\n \"succeeds_equal_158e8c3a\": {\n \"message\": \"之後等於\"\n },\n \"sum_b0842d31\": {\n \"message\": \"總和\"\n },\n \"superscript_8cb349a2\": {\n \"message\": \"上標\"\n },\n \"superscript_and_subscript_37f94a50\": {\n \"message\": \"上標和下標\"\n },\n \"superset_c4db8a7a\": {\n \"message\": \"母集合\"\n },\n \"superset_strict_c77dd6d2\": {\n \"message\": \"母集合(嚴格)\"\n },\n \"supported_file_types_srt_or_webvtt_7d827ed\": {\n \"message\": \"支援的檔案類型:SRT 或 WebVTT\"\n },\n \"switch_to_the_html_editor_146dfffd\": {\n \"message\": \"切換到 html 編輯器\"\n },\n \"switch_to_the_rich_text_editor_63c1ecf6\": {\n \"message\": \"切換到多種格式的文字編輯器\"\n },\n \"syllabus_f191f65b\": {\n \"message\": \"課程大綱\"\n },\n \"tab_arrows_4cf5abfc\": {\n \"message\": \"TAB/箭頭\"\n },\n \"tau_880974b7\": {\n \"message\": \"τ\"\n },\n \"teal_f729a294\": {\n \"message\": \"深青色\"\n },\n \"text_7f4593da\": {\n \"message\": \"文字\"\n },\n \"text_background_color_16e61c3f\": {\n \"message\": \"文字背景顏色\"\n },\n \"text_color_acf75eb6\": {\n \"message\": \"文字顏色\"\n },\n \"text_optional_384f94f7\": {\n \"message\": \"文字(選用)\"\n },\n \"text_position_8df8c162\": {\n \"message\": \"文字位置\"\n },\n \"text_size_887c2f6\": {\n \"message\": \"文字大小\"\n },\n \"the_material_is_in_the_public_domain_279c39a3\": {\n \"message\": \"該材料位於公用網域中。\"\n },\n \"the_material_is_licensed_under_creative_commons_3242cb5e\": {\n \"message\": \"該材料在創意共享項下獲得授權\"\n },\n \"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2\": {\n \"message\": \"可能有適用於此資料的例外情況 - 如:合理使用、引用權,或適用版權法下的其他情況\"\n },\n \"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b\": {\n \"message\": \"美觀 HTML 編輯器無法用鍵盤存取。按 ShiftO 開啟原始 HTML 編輯器。\"\n },\n \"therefore_d860e024\": {\n \"message\": \"因此\"\n },\n \"theta_ce2d2350\": {\n \"message\": \"θ\"\n },\n \"theta_variant_fff6da6f\": {\n \"message\": \"θ(變體)\"\n },\n \"thick_downward_arrow_b85add4c\": {\n \"message\": \"粗向下箭頭\"\n },\n \"thick_left_arrow_d5f3e925\": {\n \"message\": \"粗左箭頭\"\n },\n \"thick_leftward_arrow_6ab89880\": {\n \"message\": \"粗向左箭頭\"\n },\n \"thick_right_arrow_3ed5e8f7\": {\n \"message\": \"粗右箭頭\"\n },\n \"thick_rightward_arrow_a2e1839e\": {\n \"message\": \"粗向右箭頭\"\n },\n \"thick_upward_arrow_acd20328\": {\n \"message\": \"粗向上箭頭\"\n },\n \"this_equation_cannot_be_rendered_in_basic_view_9b6c07ae\": {\n \"message\": \"此方程式不能在基本視圖中呈現。\"\n },\n \"though_your_video_will_have_the_correct_title_in_t_90e427f3\": {\n \"message\": \"雖然您的影片在瀏覽器中有正確的標題,但我們無法在資料庫中將其更新。\"\n },\n \"title_ee03d132\": {\n \"message\": \"標題\"\n },\n \"to_be_posted_when_d24bf7dc\": {\n \"message\": \"待公佈:{ when }\"\n },\n \"to_do_when_2783d78f\": {\n \"message\": \"待辦事項:{ when }\"\n },\n \"toggle_summary_group_413df9ac\": {\n \"message\": \"切換 { summary } 群組\"\n },\n \"toggle_tooltip_d3b7cb86\": {\n \"message\": \"切換工具提示\"\n },\n \"tools_2fcf772e\": {\n \"message\": \"工具\"\n },\n \"top_66e0adb6\": {\n \"message\": \"頂部\"\n },\n \"totalresults_results_found_numdisplayed_results_cu_a0a44975\": {\n \"message\": \"找到 { totalResults } 個結果,目前顯示 { numDisplayed } 個結果\"\n },\n \"tray_839df38a\": {\n \"message\": \"收集箱\"\n },\n \"triangle_6072304e\": {\n \"message\": \"三角形\"\n },\n \"turnstile_yields_f9e76df1\": {\n \"message\": \"T 形符號(產生)\"\n },\n \"type_control_f9_to_access_image_options_text_a47e319f\": {\n \"message\": \"輸入 Control F9 以存取影像選項。{ text }\"\n },\n \"type_control_f9_to_access_link_options_text_4ead9682\": {\n \"message\": \"輸入 Control F9 以存取連結選項。{ text }\"\n },\n \"type_control_f9_to_access_table_options_text_92141329\": {\n \"message\": \"輸入 Control F9 以存取表格選項。{ text }\"\n },\n \"union_e6b57a53\": {\n \"message\": \"聯集\"\n },\n \"unpublished_dfd8801\": {\n \"message\": \"未發佈\"\n },\n \"untitled_efdc2d7d\": {\n \"message\": \"無標題\"\n },\n \"up_and_left_diagonal_arrow_e4a74a23\": {\n \"message\": \"向上和向左對角箭頭\"\n },\n \"up_and_right_diagonal_arrow_935b902e\": {\n \"message\": \"向上和向右對角箭頭\"\n },\n \"upload_document_253f0478\": {\n \"message\": \"上傳文件\"\n },\n \"upload_file_fd2361b8\": {\n \"message\": \"上傳檔案\"\n },\n \"upload_image_6120b609\": {\n \"message\": \"上載影像\"\n },\n \"upload_media_ce31135a\": {\n \"message\": \"上傳媒體\"\n },\n \"upload_record_media_e4207d72\": {\n \"message\": \"上傳/錄製媒體\"\n },\n \"uploading_19e8a4e7\": {\n \"message\": \"正在上傳\"\n },\n \"uppercase_alphabetic_ordered_list_3f5aa6b2\": {\n \"message\": \"大寫字母有序清單\"\n },\n \"uppercase_delta_d4f4bc41\": {\n \"message\": \"大寫 Δ\"\n },\n \"uppercase_gamma_86f492e9\": {\n \"message\": \"大寫 Γ\"\n },\n \"uppercase_lambda_c78d8ed4\": {\n \"message\": \"大寫 Λ\"\n },\n \"uppercase_omega_8aedfa2\": {\n \"message\": \"大寫 Ω\"\n },\n \"uppercase_phi_caa36724\": {\n \"message\": \"大寫 Φ\"\n },\n \"uppercase_pi_fcc70f5e\": {\n \"message\": \"大寫 Π\"\n },\n \"uppercase_psi_6395acbe\": {\n \"message\": \"大寫 Ψ\"\n },\n \"uppercase_roman_numeral_ordered_list_853f292b\": {\n \"message\": \"大寫羅馬數字有序清單\"\n },\n \"uppercase_sigma_dbb70e92\": {\n \"message\": \"大寫 Σ\"\n },\n \"uppercase_theta_49afc891\": {\n \"message\": \"大寫 Θ\"\n },\n \"uppercase_upsilon_8c1e623e\": {\n \"message\": \"大寫 Υ\"\n },\n \"uppercase_xi_341e8556\": {\n \"message\": \"大寫 Ξ\"\n },\n \"upsilon_33651634\": {\n \"message\": \"υ\"\n },\n \"upward_and_downward_pointing_arrow_fa90a918\": {\n \"message\": \"向上和向下指向箭頭\"\n },\n \"upward_and_downward_pointing_arrow_thick_d420fdef\": {\n \"message\": \"向上和向下指向箭頭(粗)\"\n },\n \"upward_arrow_9992cb2d\": {\n \"message\": \"向上箭頭\"\n },\n \"upward_pointing_triangle_d078d7cb\": {\n \"message\": \"向上指向三角形\"\n },\n \"url_22a5f3b8\": {\n \"message\": \"URL\"\n },\n \"usage_right_ff96f3e2\": {\n \"message\": \"使用權:\"\n },\n \"usage_rights_required_5fe4dd68\": {\n \"message\": \"使用權限(需要)\"\n },\n \"use_arrow_keys_to_navigate_options_2021cc50\": {\n \"message\": \"使用箭頭鍵導航選項。\"\n },\n \"use_arrow_keys_to_select_a_shape_c8eb57ed\": {\n \"message\": \"使用箭頭鍵選擇形狀。\"\n },\n \"use_arrow_keys_to_select_a_size_699a19f4\": {\n \"message\": \"使用箭頭鍵選擇大小。\"\n },\n \"use_arrow_keys_to_select_a_text_position_72f9137c\": {\n \"message\": \"使用箭頭鍵選擇文字位置。\"\n },\n \"use_arrow_keys_to_select_a_text_size_65e89336\": {\n \"message\": \"使用箭頭鍵選擇文字大小。\"\n },\n \"use_arrow_keys_to_select_an_outline_size_e009d6b0\": {\n \"message\": \"使用箭頭鍵選擇提綱大小。\"\n },\n \"used_by_screen_readers_to_describe_the_content_of__4f14b4e4\": {\n \"message\": \"由螢幕讀取器使用以描述 { TYPE } 的內容\"\n },\n \"used_by_screen_readers_to_describe_the_content_of__b1e76d9e\": {\n \"message\": \"由螢幕讀取器使用以描述影像的內容\"\n },\n \"used_by_screen_readers_to_describe_the_video_37ebad25\": {\n \"message\": \"由螢幕讀取器使用以描述影片\"\n },\n \"user_documents_c206e61f\": {\n \"message\": \"使用者文件\"\n },\n \"user_files_78e21703\": {\n \"message\": \"使用者檔案\"\n },\n \"user_images_b6490852\": {\n \"message\": \"使用者影像\"\n },\n \"user_media_14fbf656\": {\n \"message\": \"使用者媒體\"\n },\n \"vector_notation_cf6086ab\": {\n \"message\": \"向量(記數法)\"\n },\n \"vertical_bar_set_builder_notation_4300495f\": {\n \"message\": \"垂列(設定建議符號)\"\n },\n \"vertical_dots_bfb21f14\": {\n \"message\": \"垂直點\"\n },\n \"video_options_24ef6e5d\": {\n \"message\": \"影片選項\"\n },\n \"video_options_tray_3b9809a5\": {\n \"message\": \"影片選項收集箱\"\n },\n \"video_player_for_9e7d373b\": {\n \"message\": \"影片播放器,標題為 \"\n },\n \"video_player_for_title_ffd9fbc4\": {\n \"message\": \"{ title } 的影片播放器\"\n },\n \"view_ba339f93\": {\n \"message\": \"檢視\"\n },\n \"view_description_30446afc\": {\n \"message\": \"檢視描述\"\n },\n \"view_keyboard_shortcuts_34d1be0b\": {\n \"message\": \"檢視鍵盤快速鍵\"\n },\n \"view_title_description_67940918\": {\n \"message\": \"檢視 { title } 描述\"\n },\n \"white_87fa64fd\": {\n \"message\": \"白色\"\n },\n \"width_492fec76\": {\n \"message\": \"寬度\"\n },\n \"width_and_height_must_be_numbers_110ab2e3\": {\n \"message\": \"寬度和高度必須是數字\"\n },\n \"width_x_height_px_ff3ccb93\": {\n \"message\": \"{ width } x { height }px\"\n },\n \"wiki_home_9cd54d0\": {\n \"message\": \"Wiki 首頁\"\n },\n \"wreath_product_200b38ef\": {\n \"message\": \"花環產品\"\n },\n \"xi_149681d0\": {\n \"message\": \"ξ\"\n },\n \"yes_dde87d5\": {\n \"message\": \"是\"\n },\n \"you_have_unsaved_changes_in_the_icon_maker_tray_do_e8cf5f1b\": {\n \"message\": \"您在圖示製作者收集箱中有未儲存的變更。是否要繼續,但不儲存這些變更?\"\n },\n \"you_may_not_upload_an_empty_file_11c31eb2\": {\n \"message\": \"不可上傳空白檔案。\"\n },\n \"your_image_has_been_compressed_for_icon_maker_imag_2e45cd91\": {\n \"message\": \"您的影像已壓縮用於圖示製作者。將不壓縮小於 { size } KB 的影像。\"\n },\n \"zeta_5ef24f0e\": {\n \"message\": \"θ\"\n },\n \"zoom_f3e54d69\": {\n \"message\": \"縮放\"\n },\n \"zoom_in_image_bb97d4f\": {\n \"message\": \"放大影像\"\n },\n \"zoom_out_image_d0a0a2ec\": {\n \"message\": \"縮小影像\"\n }\n};\n_format_message__WEBPACK_IMPORTED_MODULE_0__[\"default\"].addLocale({\n 'zh-Hant': locale\n});\n\n//# sourceURL=webpack:///./src/translations/locales/zh-Hant.js?");
11
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _tinymce_zh_TW__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../tinymce/zh_TW */ \"./src/translations/tinymce/zh_TW.js\");\n/* harmony import */ var _tinymce_zh_TW__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tinymce_zh_TW__WEBPACK_IMPORTED_MODULE_1__);\n/*\n * Copyright (C) 2021 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\nconst locale = {\n \"access_the_pretty_html_editor_37168efe\": {\n \"message\": \"存取美觀 HTML 編輯器\"\n },\n \"accessibility_checker_b3af1f6c\": {\n \"message\": \"可訪問性檢查器\"\n },\n \"add_8523c19b\": {\n \"message\": \"添加\"\n },\n \"add_another_f4e50d57\": {\n \"message\": \"添加其他\"\n },\n \"add_cc_subtitles_55f0394e\": {\n \"message\": \"添加副本/字幕\"\n },\n \"add_image_60b2de07\": {\n \"message\": \"添加影像\"\n },\n \"aleph_f4ffd155\": {\n \"message\": \"Aleph\"\n },\n \"align_11050992\": {\n \"message\": \"對齊\"\n },\n \"alignment_and_lists_5cebcb69\": {\n \"message\": \"對齊及清單\"\n },\n \"all_4321c3a1\": {\n \"message\": \"全部\"\n },\n \"all_apps_a50dea49\": {\n \"message\": \"所有應用程式\"\n },\n \"alpha_15d59033\": {\n \"message\": \"α\"\n },\n \"alphabetical_55b5b4e0\": {\n \"message\": \"字母\"\n },\n \"alt_text_611fb322\": {\n \"message\": \"替代文字\"\n },\n \"amalg_coproduct_c589fb12\": {\n \"message\": \"Amalg(副產品)\"\n },\n \"an_error_occured_reading_the_file_ff48558b\": {\n \"message\": \"讀取作業時發生錯誤\"\n },\n \"an_error_occurred_making_a_network_request_d1bda348\": {\n \"message\": \"發出連線請求時發生錯誤\"\n },\n \"an_error_occurred_uploading_your_media_71f1444d\": {\n \"message\": \"上載媒體時發生錯誤。\"\n },\n \"and_7fcc2911\": {\n \"message\": \"以及\"\n },\n \"angle_c5b4ec50\": {\n \"message\": \"角度\"\n },\n \"announcement_list_da155734\": {\n \"message\": \"通告清單\"\n },\n \"announcements_a4b8ed4a\": {\n \"message\": \"通告\"\n },\n \"apply_781a2546\": {\n \"message\": \"應用\"\n },\n \"apply_changes_to_all_instances_of_this_icon_maker__2642f466\": {\n \"message\": \"在課程中套用變更到此圖示製作者圖示的所有執行個體\"\n },\n \"approaches_the_limit_893aeec9\": {\n \"message\": \"接近限制\"\n },\n \"approximately_e7965800\": {\n \"message\": \"大約\"\n },\n \"apps_54d24a47\": {\n \"message\": \"應用程式\"\n },\n \"arrows_464a3e54\": {\n \"message\": \"箭號\"\n },\n \"art_icon_8e1daad\": {\n \"message\": \"藝術圖示\"\n },\n \"aspect_ratio_will_be_preserved_cb5fdfb8\": {\n \"message\": \"外觀比例將被保留\"\n },\n \"assignments_1e02582c\": {\n \"message\": \"作業列表\"\n },\n \"asterisk_82255584\": {\n \"message\": \"*\"\n },\n \"attributes_963ba262\": {\n \"message\": \"屬性\"\n },\n \"audio_and_video_recording_not_supported_please_use_5ce3f0d7\": {\n \"message\": \"不支援音訊和視訊錄製;請使用不同的瀏覽器。\"\n },\n \"audio_options_feb58e2c\": {\n \"message\": \"音訊選項\"\n },\n \"audio_options_tray_33a90711\": {\n \"message\": \"音訊選項收集箱\"\n },\n \"audio_player_for_title_20cc70d\": {\n \"message\": \"{ title } 的音訊播放器\"\n },\n \"auto_saved_content_exists_would_you_like_to_load_t_fee528f2\": {\n \"message\": \"自動儲存內容已存在。是否要改為載入自動儲存的內容?\"\n },\n \"available_folders_694d0436\": {\n \"message\": \"可用資料夾\"\n },\n \"backslash_b2d5442d\": {\n \"message\": \"反斜线\"\n },\n \"bar_ec63ed6\": {\n \"message\": \"橫線\"\n },\n \"basic_554cdc0a\": {\n \"message\": \"基本\"\n },\n \"because_501841b\": {\n \"message\": \"因為\"\n },\n \"below_81d4dceb\": {\n \"message\": \"以下\"\n },\n \"beta_cb5f307e\": {\n \"message\": \"β\"\n },\n \"big_circle_16b2e604\": {\n \"message\": \"大圓圈\"\n },\n \"binomial_coefficient_ea5b9bb7\": {\n \"message\": \"二項式係數\"\n },\n \"black_4cb01371\": {\n \"message\": \"黑色\"\n },\n \"blue_daf8fea9\": {\n \"message\": \"藍色\"\n },\n \"bottom_15a2a9be\": {\n \"message\": \"底部\"\n },\n \"bottom_third_5f5fec1d\": {\n \"message\": \"底部第三個\"\n },\n \"bowtie_5f9629e4\": {\n \"message\": \"領結\"\n },\n \"brick_f2656265\": {\n \"message\": \"磚頭\"\n },\n \"c_2001_acme_inc_283f7f80\": {\n \"message\": \"(c) 2001 Acme Inc.\"\n },\n \"cancel_caeb1e68\": {\n \"message\": \"取消\"\n },\n \"cap_product_3a5265a6\": {\n \"message\": \"便帽產品\"\n },\n \"center_align_e68d9997\": {\n \"message\": \"置中對齊\"\n },\n \"centered_dot_64d5e378\": {\n \"message\": \"中心點\"\n },\n \"centered_horizontal_dots_451c5815\": {\n \"message\": \"中心水平點\"\n },\n \"chi_54a32644\": {\n \"message\": \"χ\"\n },\n \"choose_caption_file_9c45bc4e\": {\n \"message\": \"選擇字幕檔案\"\n },\n \"choose_usage_rights_33683854\": {\n \"message\": \"選擇使用權限…\"\n },\n \"circle_484abe63\": {\n \"message\": \"圓形\"\n },\n \"circle_unordered_list_9e3a0763\": {\n \"message\": \"圓形無序清單\"\n },\n \"clear_2084585f\": {\n \"message\": \"清除\"\n },\n \"clear_image_3213fe62\": {\n \"message\": \"清除影像\"\n },\n \"clear_selected_file_82388e50\": {\n \"message\": \"清除所選擇的檔案\"\n },\n \"clear_selected_file_filename_2fe8a58e\": {\n \"message\": \"清除所選擇的檔案:{ filename }\"\n },\n \"click_or_shift_click_for_the_html_editor_25d70bb4\": {\n \"message\": \"點擊或按住 Shift 點擊調出 html 編輯器。\"\n },\n \"click_to_embed_imagename_c41ea8df\": {\n \"message\": \"按一下以嵌入 { imageName }\"\n },\n \"click_to_hide_preview_3c707763\": {\n \"message\": \"按一下以隱藏預覽\"\n },\n \"click_to_insert_a_link_into_the_editor_c19613aa\": {\n \"message\": \"按一下以插入一個連結至編輯。\"\n },\n \"click_to_show_preview_faa27051\": {\n \"message\": \"按一下以顯示預覽\"\n },\n \"close_a_menu_or_dialog_also_returns_you_to_the_edi_739079e6\": {\n \"message\": \"關閉選單或對話方塊。另外請返回編輯器區域\"\n },\n \"close_d634289d\": {\n \"message\": \"關閉\"\n },\n \"closed_caption_file_must_be_less_than_maxkb_kb_5880f752\": {\n \"message\": \"關閉的字幕檔案必須小於 { maxKb } kb\"\n },\n \"closed_captions_subtitles_e6aaa016\": {\n \"message\": \"隱藏圖片說明/字幕\"\n },\n \"clubs_suit_c1ffedff\": {\n \"message\": \"梅花(花色)\"\n },\n \"collaborations_5c56c15f\": {\n \"message\": \"協作\"\n },\n \"collapse_to_hide_types_1ab46d2e\": {\n \"message\": \"收起以隱藏 { types }\"\n },\n \"color_picker_6b359edf\": {\n \"message\": \"顏色選擇器\"\n },\n \"color_picker_colorname_selected_ad4cf400\": {\n \"message\": \"顏色選擇器(已選擇 { colorName } 色)\"\n },\n \"complex_numbers_a543d004\": {\n \"message\": \"複數\"\n },\n \"computer_1d7dfa6f\": {\n \"message\": \"電腦\"\n },\n \"congruent_5a244acd\": {\n \"message\": \"全等\"\n },\n \"contains_311f37b7\": {\n \"message\": \"含有\"\n },\n \"content_1440204b\": {\n \"message\": \"內容\"\n },\n \"content_is_still_being_uploaded_if_you_continue_it_8f06d0cb\": {\n \"message\": \"內容仍在上傳中,如果您繼續將無法正確嵌入內容。\"\n },\n \"content_subtype_5ce35e88\": {\n \"message\": \"內容子類型\"\n },\n \"content_type_2cf90d95\": {\n \"message\": \"內容類型\"\n },\n \"coproduct_e7838082\": {\n \"message\": \"副產品\"\n },\n \"copyright_holder_66ee111\": {\n \"message\": \"版權持有人:\"\n },\n \"count_plural_0_0_words_one_1_word_other_words_acf32eca\": {\n \"message\": \"{ count, plural,\\n =0 {0 個字}\\n one {1 個字}\\n other {# 個字}\\n}\"\n },\n \"count_plural_one_item_loaded_other_items_loaded_857023b7\": {\n \"message\": \"{ count, plural,\\n one {# 個項目已載入}\\n other {# 個項目已載入}\\n}\"\n },\n \"course_documents_104d76e0\": {\n \"message\": \"課程文件\"\n },\n \"course_files_62deb8f8\": {\n \"message\": \"課程檔案\"\n },\n \"course_files_a31f97fc\": {\n \"message\": \"課程檔案\"\n },\n \"course_images_f8511d04\": {\n \"message\": \"課程影像\"\n },\n \"course_link_b369426\": {\n \"message\": \"課程連結\"\n },\n \"course_links_b56959b9\": {\n \"message\": \"課程連結\"\n },\n \"course_media_ec759ad\": {\n \"message\": \"課程媒體\"\n },\n \"course_navigation_dd035109\": {\n \"message\": \"課程導航\"\n },\n \"create_icon_110d6463\": {\n \"message\": \"建立圖示\"\n },\n \"create_icon_maker_icon_c716bffe\": {\n \"message\": \"建立圖示 製作者圖示\"\n },\n \"creative_commons_license_725584ae\": {\n \"message\": \"創意共享授權:\"\n },\n \"crop_image_41bf940c\": {\n \"message\": \"裁剪影像\"\n },\n \"crop_image_807ebb08\": {\n \"message\": \"裁剪影像\"\n },\n \"cup_product_14174434\": {\n \"message\": \"杯子產品\"\n },\n \"current_image_f16c249c\": {\n \"message\": \"目前的圖像\"\n },\n \"custom_6979cd81\": {\n \"message\": \"自訂\"\n },\n \"cyan_c1d5f68a\": {\n \"message\": \"青色\"\n },\n \"dagger_57e0f4e5\": {\n \"message\": \"劍號\"\n },\n \"date_added_ed5ad465\": {\n \"message\": \"添加的日期\"\n },\n \"decorative_icon_9a7f3fc3\": {\n \"message\": \"裝飾圖示\"\n },\n \"decorative_type_upper_f2c95e3\": {\n \"message\": \"裝飾 { TYPE_UPPER }\"\n },\n \"decrease_indent_d9cf469d\": {\n \"message\": \"減少縮排\"\n },\n \"deep_purple_bb3e2907\": {\n \"message\": \"深紫色\"\n },\n \"default_bulleted_unordered_list_47079da8\": {\n \"message\": \"預設符號無序清單\"\n },\n \"default_numerical_ordered_list_48dd3548\": {\n \"message\": \"預設數字有序清單\"\n },\n \"definite_integral_fe7ffed1\": {\n \"message\": \"有限積分\"\n },\n \"degree_symbol_4a823d5f\": {\n \"message\": \"度數符號\"\n },\n \"delimiters_4db4840d\": {\n \"message\": \"分隔符號\"\n },\n \"delta_53765780\": {\n \"message\": \"δ\"\n },\n \"describe_the_icon_f6a18823\": {\n \"message\": \"(描述圖示)\"\n },\n \"describe_the_type_ff448da5\": {\n \"message\": \"(描述 { TYPE })\"\n },\n \"describe_the_video_2fe8f46a\": {\n \"message\": \"(描述影片)\"\n },\n \"details_98a31b68\": {\n \"message\": \"詳細資料\"\n },\n \"diagonal_dots_7d71b57e\": {\n \"message\": \"對角點\"\n },\n \"diamond_b8dfe7ae\": {\n \"message\": \"鑽石形\"\n },\n \"diamonds_suit_526abaaf\": {\n \"message\": \"方塊(花色)\"\n },\n \"digamma_258ade94\": {\n \"message\": \"雙伽瑪\"\n },\n \"dimension_type_f5fa9170\": {\n \"message\": \"尺寸類型\"\n },\n \"dimensions_45ddb7b7\": {\n \"message\": \"尺寸\"\n },\n \"directionality_26ae9e08\": {\n \"message\": \"方向\"\n },\n \"directly_edit_latex_b7e9235b\": {\n \"message\": \"直接編輯 LaTeX\"\n },\n \"disable_preview_222bdf72\": {\n \"message\": \"停用預覽\"\n },\n \"discussions_a5f96392\": {\n \"message\": \"討論區\"\n },\n \"discussions_index_6c36ced\": {\n \"message\": \"討論索引\"\n },\n \"disjoint_union_e74351a8\": {\n \"message\": \"互斥聯集\"\n },\n \"display_options_315aba85\": {\n \"message\": \"顯示選項\"\n },\n \"display_text_link_opens_in_a_new_tab_75e9afc9\": {\n \"message\": \"顯示文字連結(在新標籤中開啟)\"\n },\n \"division_sign_72190870\": {\n \"message\": \"除號\"\n },\n \"document_678cd7bf\": {\n \"message\": \"文件\"\n },\n \"documents_81393201\": {\n \"message\": \"文件\"\n },\n \"done_54e3d4b6\": {\n \"message\": \"已完成\"\n },\n \"double_dagger_faf78681\": {\n \"message\": \"雙劍號\"\n },\n \"down_and_left_diagonal_arrow_40ef602c\": {\n \"message\": \"向下和向左對角箭頭\"\n },\n \"down_and_right_diagonal_arrow_6ea0f460\": {\n \"message\": \"向下和向右對角箭頭\"\n },\n \"download_filename_2baae924\": {\n \"message\": \"下載 { filename }\"\n },\n \"downward_arrow_cca52012\": {\n \"message\": \"向下箭頭\"\n },\n \"downward_pointing_triangle_2a12a601\": {\n \"message\": \"向下指向三角形\"\n },\n \"drag_a_file_here_1bf656d5\": {\n \"message\": \"拖曳檔案到此處。\"\n },\n \"drag_and_drop_or_click_to_browse_your_computer_60772d6d\": {\n \"message\": \"拖放或按一下以瀏覽您的電腦\"\n },\n \"drag_handle_use_up_and_down_arrows_to_resize_e29eae5c\": {\n \"message\": \"拖曳控點。使用上下箭頭重新調整大小\"\n },\n \"due_multiple_dates_cc0ee3f5\": {\n \"message\": \"截止日期:多個日期\"\n },\n \"due_when_7eed10c6\": {\n \"message\": \"截止日期:{ when }\"\n },\n \"edit_alt_text_for_this_icon_instance_9c6fc5fd\": {\n \"message\": \"編輯此圖示實例的 alt 文字\"\n },\n \"edit_course_link_5a5c3c59\": {\n \"message\": \"編輯課程連結\"\n },\n \"edit_equation_f5279959\": {\n \"message\": \"編輯方程式\"\n },\n \"edit_existing_icon_maker_icon_5d0ebb3f\": {\n \"message\": \"編輯現有的圖示製作者圖示\"\n },\n \"edit_icon_2c6b0e91\": {\n \"message\": \"編輯圖示\"\n },\n \"edit_link_7f53bebb\": {\n \"message\": \"編輯連結\"\n },\n \"editor_statusbar_26ac81fc\": {\n \"message\": \"編輯器狀態欄\"\n },\n \"embed_828fac4a\": {\n \"message\": \"嵌入\"\n },\n \"embed_code_314f1bd5\": {\n \"message\": \"嵌入代碼\"\n },\n \"embed_image_1080badc\": {\n \"message\": \"嵌入影像\"\n },\n \"embed_video_a97a64af\": {\n \"message\": \"嵌入影片\"\n },\n \"embedded_content_aaeb4d3d\": {\n \"message\": \"嵌入內容\"\n },\n \"empty_set_91a92df4\": {\n \"message\": \"空集合\"\n },\n \"encircled_dot_8f5e51c\": {\n \"message\": \"圓圈點\"\n },\n \"encircled_minus_72745096\": {\n \"message\": \"⊖ \"\n },\n \"encircled_plus_36d8d104\": {\n \"message\": \"⊕\"\n },\n \"encircled_times_5700096d\": {\n \"message\": \"⊗\"\n },\n \"engineering_icon_f8f3cf43\": {\n \"message\": \"工程圖示\"\n },\n \"english_icon_25bfe845\": {\n \"message\": \"英文圖示\"\n },\n \"enter_at_least_3_characters_to_search_4f037ee0\": {\n \"message\": \"請輸入最少 3 個字元以開始搜尋\"\n },\n \"epsilon_54bb8afa\": {\n \"message\": \"ɛ\"\n },\n \"epsilon_variant_d31f1e77\": {\n \"message\": \"ɛ(變量)\"\n },\n \"equals_sign_c51bdc58\": {\n \"message\": \"等號\"\n },\n \"equation_1c5ac93c\": {\n \"message\": \"方程式\"\n },\n \"equation_editor_39fbc3f1\": {\n \"message\": \"方程式編輯器\"\n },\n \"equivalence_class_7b0f11c0\": {\n \"message\": \"等價類\"\n },\n \"equivalent_identity_654b3ce5\": {\n \"message\": \"等價(單位)\"\n },\n \"eta_b8828f99\": {\n \"message\": \"η\"\n },\n \"exists_2e62bdaa\": {\n \"message\": \"存在\"\n },\n \"expand_preview_by_default_2abbf9f8\": {\n \"message\": \"預設為展開預覽\"\n },\n \"expand_to_see_types_f5d29352\": {\n \"message\": \"展開以查看 { types }\"\n },\n \"external_link_d3f9e62a\": {\n \"message\": \"外部連結\"\n },\n \"external_tools_6e77821\": {\n \"message\": \"外部工具\"\n },\n \"extra_large_b6cdf1ff\": {\n \"message\": \"超大\"\n },\n \"extra_small_9ae33252\": {\n \"message\": \"超小\"\n },\n \"extracurricular_icon_67c8ca42\": {\n \"message\": \"課外活動圖示\"\n },\n \"f_function_fe422d65\": {\n \"message\": \"F(函數)\"\n },\n \"failed_getting_file_contents_e9ea19f4\": {\n \"message\": \"無法取得檔案內容\"\n },\n \"file_storage_quota_exceeded_b7846cd1\": {\n \"message\": \"已超過檔案儲存配額\"\n },\n \"file_url_c12b64be\": {\n \"message\": \"檔案 URL\"\n },\n \"filename_file_icon_602eb5de\": {\n \"message\": \"{ filename } 檔案圖示\"\n },\n \"filename_image_preview_6cef8f26\": {\n \"message\": \"{ filename } 影像預覽\"\n },\n \"filename_text_preview_e41ca2d8\": {\n \"message\": \"{ filename } 文字預覽\"\n },\n \"files_c300e900\": {\n \"message\": \"檔案\"\n },\n \"files_index_af7c662b\": {\n \"message\": \"檔案索引\"\n },\n \"flat_music_76d5a5c3\": {\n \"message\": \"♭(音樂)\"\n },\n \"focus_element_options_toolbar_18d993e\": {\n \"message\": \"聚焦元素選項工具欄\"\n },\n \"folder_tree_fbab0726\": {\n \"message\": \"樹狀資件夾\"\n },\n \"for_all_b919f972\": {\n \"message\": \"適用全部\"\n },\n \"format_4247a9c5\": {\n \"message\": \"格式\"\n },\n \"formatting_5b143aa8\": {\n \"message\": \"格式\"\n },\n \"forward_slash_3f90f35e\": {\n \"message\": \"/\"\n },\n \"found_auto_saved_content_3f6e4ca5\": {\n \"message\": \"找到自動儲存的內容\"\n },\n \"found_count_plural_0_results_one_result_other_resu_46aeaa01\": {\n \"message\": \"找到 { count, plural,\\n =0 {# 個結果 }\\n one {# 個結果 }\\n other {# 個結果 }\\n}\"\n },\n \"fraction_41bac7af\": {\n \"message\": \"分數\"\n },\n \"fullscreen_873bf53f\": {\n \"message\": \"全螢幕\"\n },\n \"gamma_1767928\": {\n \"message\": \"γ\"\n },\n \"generating_preview_45b53be0\": {\n \"message\": \"產生預覽中...\"\n },\n \"gif_png_format_images_larger_than_size_kb_are_not__7af3bdbd\": {\n \"message\": \"GIF/PNG 格式影像大於目前不支援的 { size } KB。\"\n },\n \"go_to_the_editor_s_menubar_e6674c81\": {\n \"message\": \"前往編輯器的選單欄\"\n },\n \"go_to_the_editor_s_toolbar_a5cb875f\": {\n \"message\": \"前往編輯器的工具欄\"\n },\n \"grades_a61eba0a\": {\n \"message\": \"成績\"\n },\n \"greater_than_e98af662\": {\n \"message\": \">\"\n },\n \"greater_than_or_equal_b911949a\": {\n \"message\": \"> 或 =\"\n },\n \"greek_65c5b3f7\": {\n \"message\": \"希臘語\"\n },\n \"green_15af4778\": {\n \"message\": \"綠色\"\n },\n \"grey_a55dceff\": {\n \"message\": \"灰色\"\n },\n \"group_documents_8bfd6ae6\": {\n \"message\": \"群組文件\"\n },\n \"group_files_4324f3df\": {\n \"message\": \"群組檔案\"\n },\n \"group_files_82e5dcdb\": {\n \"message\": \"群組檔案\"\n },\n \"group_images_98e0ac17\": {\n \"message\": \"群組圖像\"\n },\n \"group_isomorphism_45b1458c\": {\n \"message\": \"揚抑符號\"\n },\n \"group_link_63e626b3\": {\n \"message\": \"群組連結\"\n },\n \"group_links_9493129e\": {\n \"message\": \"群組連結\"\n },\n \"group_media_2f3d128a\": {\n \"message\": \"群組媒體\"\n },\n \"group_navigation_99f191a\": {\n \"message\": \"群組導航\"\n },\n \"h_bar_bb94deae\": {\n \"message\": \"H 列\"\n },\n \"hat_ea321e35\": {\n \"message\": \"揚抑符號\"\n },\n \"heading_2_5b84eed2\": {\n \"message\": \"標題 2\"\n },\n \"heading_3_2c83de44\": {\n \"message\": \"標題 3\"\n },\n \"heading_4_b2e74be7\": {\n \"message\": \"標題 4\"\n },\n \"health_icon_8d292eb5\": {\n \"message\": \"健康圖示\"\n },\n \"hearts_suit_e50e04ca\": {\n \"message\": \"紅心(花色)\"\n },\n \"height_69b03e15\": {\n \"message\": \"高度\"\n },\n \"hexagon_d8468e0d\": {\n \"message\": \"六邊形\"\n },\n \"hide_description_bfb5502e\": {\n \"message\": \"隱藏描述\"\n },\n \"hide_title_description_caf092ef\": {\n \"message\": \"隱藏 { title } 描述\"\n },\n \"home_351838cd\": {\n \"message\": \"首頁\"\n },\n \"html_code_editor_fd967a44\": {\n \"message\": \"Html 代碼編輯器\"\n },\n \"html_editor_fb2ab713\": {\n \"message\": \"HTML 編輯器\"\n },\n \"i_have_obtained_permission_to_use_this_file_6386f087\": {\n \"message\": \"我已經獲得了該文檔的使用權限。\"\n },\n \"i_hold_the_copyright_71ee91b1\": {\n \"message\": \"我持有該版權\"\n },\n \"icon_215a1dc6\": {\n \"message\": \"圖示\"\n },\n \"icon_8168b2f8\": {\n \"message\": \"圖示\"\n },\n \"icon_color_b86dd6d6\": {\n \"message\": \"圖示色彩\"\n },\n \"icon_maker_icons_cc560f7e\": {\n \"message\": \"圖示製作者圖示\"\n },\n \"icon_options_7e32746e\": {\n \"message\": \"圖示選項\"\n },\n \"icon_options_tray_2b407977\": {\n \"message\": \"圖示選項收集箱\"\n },\n \"icon_shape_30b61e7\": {\n \"message\": \"圖示形狀\"\n },\n \"icon_size_9353edea\": {\n \"message\": \"圖示大小\"\n },\n \"if_left_empty_link_text_will_display_as_course_lin_61087540\": {\n \"message\": \"在左側空白連結中,文字將顯示為課程連結名稱\"\n },\n \"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5\": {\n \"message\": \"如果您現在不選擇使用權,那麼該文檔在其上傳之後將會撤銷發佈。\"\n },\n \"image_8ad06\": {\n \"message\": \"影像\"\n },\n \"image_c1c98202\": {\n \"message\": \"影像\"\n },\n \"image_options_5412d02c\": {\n \"message\": \"影像選項\"\n },\n \"image_options_tray_90a46006\": {\n \"message\": \"影像選項收集箱\"\n },\n \"image_to_crop_3a34487d\": {\n \"message\": \"要裁剪的圖像\"\n },\n \"images_7ce26570\": {\n \"message\": \"影像\"\n },\n \"imaginary_portion_of_complex_number_2c733ffa\": {\n \"message\": \"虛數部份(複數的)\"\n },\n \"in_element_of_19ca2f33\": {\n \"message\": \"在(某個元素)\"\n },\n \"increase_indent_6af90f7c\": {\n \"message\": \"增加縮進\"\n },\n \"indefinite_integral_6623307e\": {\n \"message\": \"無限積分\"\n },\n \"indigo_2035fc55\": {\n \"message\": \"靛藍色\"\n },\n \"inference_fed5c960\": {\n \"message\": \"推論\"\n },\n \"infinity_7a10f206\": {\n \"message\": \"無限\"\n },\n \"insert_593145ef\": {\n \"message\": \"插入\"\n },\n \"insert_equella_links_49a8dacd\": {\n \"message\": \"插入 Equella 連結\"\n },\n \"insert_link_6dc23cae\": {\n \"message\": \"插入連結\"\n },\n \"insert_math_equation_57c6e767\": {\n \"message\": \"插入數學方程式\"\n },\n \"integers_336344e1\": {\n \"message\": \"整數\"\n },\n \"intersection_cd4590e4\": {\n \"message\": \"交集\"\n },\n \"invalid_entry_f7d2a0f5\": {\n \"message\": \"無效的輸入項目。\"\n },\n \"invalid_file_c11ba11\": {\n \"message\": \"無效的檔案\"\n },\n \"invalid_file_type_881cc9b2\": {\n \"message\": \"無效的檔案類型\"\n },\n \"invalid_url_cbde79f\": {\n \"message\": \"無效的 URL\"\n },\n \"iota_11c932a9\": {\n \"message\": \"ι\"\n },\n \"kappa_2f14c816\": {\n \"message\": \"κ\"\n },\n \"kappa_variant_eb64574b\": {\n \"message\": \"κ(變量)\"\n },\n \"keyboard_shortcuts_ed1844bd\": {\n \"message\": \"鍵盤快速鍵\"\n },\n \"lambda_4f602498\": {\n \"message\": \"λ\"\n },\n \"language_arts_icon_a798b0f8\": {\n \"message\": \"語言文學圖示\"\n },\n \"languages_icon_9d20539\": {\n \"message\": \"語言圖示\"\n },\n \"large_9c5e80e7\": {\n \"message\": \"大\"\n },\n \"left_align_43d95491\": {\n \"message\": \"靠左對齊\"\n },\n \"left_angle_bracket_c87a6d07\": {\n \"message\": \"左角括號\"\n },\n \"left_arrow_4fde1a64\": {\n \"message\": \"左箭頭\"\n },\n \"left_arrow_with_hook_5bfcad93\": {\n \"message\": \"左箭頭與鉤號\"\n },\n \"left_ceiling_ee9dd88a\": {\n \"message\": \"左上限\"\n },\n \"left_curly_brace_1726fb4\": {\n \"message\": \"左大括號\"\n },\n \"left_downard_harpoon_arrow_1d7b3d2e\": {\n \"message\": \"左向下魚叉箭頭\"\n },\n \"left_floor_29ac2274\": {\n \"message\": \"左下限\"\n },\n \"left_to_right_e9b4fd06\": {\n \"message\": \"左至右\"\n },\n \"left_upward_harpoon_arrow_3a562a96\": {\n \"message\": \"左向上魚叉箭頭\"\n },\n \"leftward_arrow_1e4765de\": {\n \"message\": \"向左箭頭\"\n },\n \"leftward_pointing_triangle_d14532ce\": {\n \"message\": \"向左指向三角形\"\n },\n \"less_than_a26c0641\": {\n \"message\": \"小於\"\n },\n \"less_than_or_equal_be5216cb\": {\n \"message\": \"小於或等於\"\n },\n \"library_icon_ae1e54cf\": {\n \"message\": \"圖書館圖示\"\n },\n \"light_blue_5374f600\": {\n \"message\": \"淺藍色\"\n },\n \"link_7262adec\": {\n \"message\": \"連結\"\n },\n \"link_options_a16b758b\": {\n \"message\": \"連結選項\"\n },\n \"links_14b70841\": {\n \"message\": \"連結\"\n },\n \"links_to_an_external_site_de74145d\": {\n \"message\": \"連結到外部網站。\"\n },\n \"load_more_35d33c7\": {\n \"message\": \"載入更多\"\n },\n \"loading_25990131\": {\n \"message\": \"正在載入……\"\n },\n \"loading_bde52856\": {\n \"message\": \"正在載入\"\n },\n \"loading_closed_captions_subtitles_failed_95ceef47\": {\n \"message\": \"載入關閉的說明/字幕失敗。\"\n },\n \"loading_failed_b3524381\": {\n \"message\": \"載入失敗……\"\n },\n \"loading_failed_e6a9d8ef\": {\n \"message\": \"載入失敗。\"\n },\n \"loading_folders_d8b5869e\": {\n \"message\": \"正在載入資料夾\"\n },\n \"loading_please_wait_d276220a\": {\n \"message\": \"正在載入,請稍候\"\n },\n \"loading_preview_9f077aa1\": {\n \"message\": \"載入預覽\"\n },\n \"locked_762f138b\": {\n \"message\": \"已鎖定\"\n },\n \"logical_equivalence_76fca396\": {\n \"message\": \"邏輯對等\"\n },\n \"logical_equivalence_short_8efd7b4f\": {\n \"message\": \"邏輯對等(短)\"\n },\n \"logical_equivalence_short_and_thick_1e1f654d\": {\n \"message\": \"邏輯對等(短和粗)\"\n },\n \"logical_equivalence_thick_662dd3f2\": {\n \"message\": \"邏輯對等(粗)\"\n },\n \"low_horizontal_dots_cc08498e\": {\n \"message\": \"下水平點\"\n },\n \"magenta_4a65993c\": {\n \"message\": \"品紅\"\n },\n \"maps_to_e5ef7382\": {\n \"message\": \"對應\"\n },\n \"math_icon_ad4e9d03\": {\n \"message\": \"數學圖示\"\n },\n \"media_af190855\": {\n \"message\": \"媒體\"\n },\n \"media_file_is_processing_please_try_again_later_58a6d49\": {\n \"message\": \"正在處理媒體檔案中。請稍後重試。\"\n },\n \"medium_5a8e9ead\": {\n \"message\": \"中\"\n },\n \"middle_27dc1d5\": {\n \"message\": \"中間\"\n },\n \"minimize_file_preview_da911944\": {\n \"message\": \"最小化文檔預覽\"\n },\n \"minimize_video_20aa554b\": {\n \"message\": \"最小化視訊\"\n },\n \"minus_fd961e2e\": {\n \"message\": \"-\"\n },\n \"minus_plus_3461f637\": {\n \"message\": \"+/-\"\n },\n \"misc_3b692ea7\": {\n \"message\": \"雜項\"\n },\n \"miscellaneous_e9818229\": {\n \"message\": \"雜項\"\n },\n \"modules_c4325335\": {\n \"message\": \"單元\"\n },\n \"mu_37223b8b\": {\n \"message\": \"x\"\n },\n \"multi_color_image_63d7372f\": {\n \"message\": \"多色圖像\"\n },\n \"multiplication_sign_15f95c22\": {\n \"message\": \"x 號\"\n },\n \"music_icon_4db5c972\": {\n \"message\": \"音樂圖示\"\n },\n \"must_be_at_least_percentage_22e373b6\": {\n \"message\": \"必須至少 { percentage }%\"\n },\n \"must_be_at_least_width_x_height_px_41dc825e\": {\n \"message\": \"必須至少為 { width } x { height } px\"\n },\n \"my_files_2f621040\": {\n \"message\": \"我的檔案\"\n },\n \"n_th_root_9991a6e4\": {\n \"message\": \"N 次方根\"\n },\n \"nabla_1e216d25\": {\n \"message\": \"▽\"\n },\n \"name_1aed4a1b\": {\n \"message\": \"名稱\"\n },\n \"name_color_ceec76ff\": {\n \"message\": \"{ name } ({ color })\"\n },\n \"natural_music_54a70258\": {\n \"message\": \"♮(音樂)\"\n },\n \"natural_numbers_3da07060\": {\n \"message\": \"自然數\"\n },\n \"navigate_through_the_menu_or_toolbar_415a4e50\": {\n \"message\": \"導航整個選單或工具欄\"\n },\n \"nested_greater_than_d852e60d\": {\n \"message\": \"巢式大於\"\n },\n \"nested_less_than_27d17e58\": {\n \"message\": \"巢式小於\"\n },\n \"next_page_d2a39853\": {\n \"message\": \"下一頁\"\n },\n \"no_changes_to_save_d29f6e91\": {\n \"message\": \"沒有要儲存的變更。\"\n },\n \"no_e16d9132\": {\n \"message\": \"否\"\n },\n \"no_file_chosen_9a880793\": {\n \"message\": \"未選擇檔案\"\n },\n \"no_preview_is_available_for_this_file_f940114a\": {\n \"message\": \"本檔案不支援預覽。\"\n },\n \"no_results_940393cf\": {\n \"message\": \"無結果。\"\n },\n \"no_results_found_for_filterterm_ad1b04c8\": {\n \"message\": \"找不到 { filterTerm } 的結果\"\n },\n \"no_results_found_for_term_1564c08e\": {\n \"message\": \"找不到 { term } 的結果。\"\n },\n \"none_3b5e34d2\": {\n \"message\": \"無\"\n },\n \"none_selected_b93d56d2\": {\n \"message\": \"未選擇任何項目\"\n },\n \"not_equal_6e2980e6\": {\n \"message\": \"不等於\"\n },\n \"not_in_not_an_element_of_fb1ffb54\": {\n \"message\": \"不在(不是某個元素)\"\n },\n \"not_negation_1418ebb8\": {\n \"message\": \"非(否定)\"\n },\n \"not_subset_dc2b5e84\": {\n \"message\": \"非子集合\"\n },\n \"not_subset_strict_23d282bf\": {\n \"message\": \"非子集合(嚴格)\"\n },\n \"not_superset_5556b913\": {\n \"message\": \"非母集合\"\n },\n \"not_superset_strict_24e06f36\": {\n \"message\": \"非母集合(嚴格)\"\n },\n \"nu_1c0f6848\": {\n \"message\": \"ν\"\n },\n \"octagon_e48be9f\": {\n \"message\": \"八邊形\"\n },\n \"olive_6a3e4d6b\": {\n \"message\": \"橄欖色\"\n },\n \"omega_8f2c3463\": {\n \"message\": \"ω\"\n },\n \"one_of_the_following_styles_must_be_added_to_save__1de769aa\": {\n \"message\": \"必須添加以下其中一個樣式以儲存圖示:圖示色彩、輪廓大小、圖示文字或影像\"\n },\n \"open_circle_e9bd069\": {\n \"message\": \"開圓\"\n },\n \"open_this_keyboard_shortcuts_dialog_9658b83a\": {\n \"message\": \"開啟此鍵盤快速鍵對話方塊\"\n },\n \"open_title_application_fd624fc5\": {\n \"message\": \"開啟 { title } 應用程式\"\n },\n \"operators_a2ef9a93\": {\n \"message\": \"操作員\"\n },\n \"or_9b70ccaa\": {\n \"message\": \"或者\"\n },\n \"orange_81386a62\": {\n \"message\": \"橙色\"\n },\n \"ordered_and_unordered_lists_cfadfc38\": {\n \"message\": \"有序和無序的清單\"\n },\n \"other_editor_shortcuts_may_be_found_at_404aba4a\": {\n \"message\": \"其他編輯器快速鍵位於\"\n },\n \"outline_color_3ef2cea7\": {\n \"message\": \"輪廓顏色\"\n },\n \"outline_size_a6059a21\": {\n \"message\": \"輪廓大小\"\n },\n \"p_is_not_a_valid_protocol_which_must_be_ftp_http_h_adf13fc2\": {\n \"message\": \"{ p }並非有效協議,必須使用 ftp、http、https、mailto、skype、tel 或忽略此項\"\n },\n \"pages_e5414c2c\": {\n \"message\": \"頁面\"\n },\n \"paragraph_5e5ad8eb\": {\n \"message\": \"段落\"\n },\n \"parallel_d55d6e38\": {\n \"message\": \"平行\"\n },\n \"partial_derivative_4a9159df\": {\n \"message\": \"部份(導數)\"\n },\n \"pentagon_17d82ea3\": {\n \"message\": \"五角形\"\n },\n \"people_b4ebb13c\": {\n \"message\": \"成員\"\n },\n \"percentage_34ab7c2c\": {\n \"message\": \"百分比\"\n },\n \"percentage_must_be_a_number_8033c341\": {\n \"message\": \"百分比必須是數字\"\n },\n \"performing_arts_icon_f3497486\": {\n \"message\": \"表演藝術圖示\"\n },\n \"perpendicular_7c48ede4\": {\n \"message\": \"垂直\"\n },\n \"phi_4ac33b6d\": {\n \"message\": \"φ\"\n },\n \"phi_variant_c9bb3ac5\": {\n \"message\": \"φ(變量)\"\n },\n \"physical_education_icon_d7dffd3e\": {\n \"message\": \"體育圖示\"\n },\n \"pi_dc4f0bd8\": {\n \"message\": \"π\"\n },\n \"pi_variant_10f5f520\": {\n \"message\": \"π(變量)\"\n },\n \"pink_68ad45cb\": {\n \"message\": \"粉紅色\"\n },\n \"pixels_52ece7d1\": {\n \"message\": \"像素\"\n },\n \"play_media_comment_35257210\": {\n \"message\": \"播放媒體評論。\"\n },\n \"play_media_comment_by_name_from_createdat_c230123d\": {\n \"message\": \"播放{ name }於{ createdAt }創建的媒體評論。\"\n },\n \"plus_d43cd4ec\": {\n \"message\": \"+\"\n },\n \"plus_minus_f8be2e83\": {\n \"message\": \"+/-\"\n },\n \"posted_when_a578f5ab\": {\n \"message\": \"已公佈:{ when }\"\n },\n \"power_set_4f26f316\": {\n \"message\": \"冪集\"\n },\n \"precedes_196b9aef\": {\n \"message\": \"之前\"\n },\n \"precedes_equal_20701e84\": {\n \"message\": \"等於之前\"\n },\n \"preformatted_d0670862\": {\n \"message\": \"已預先格式化\"\n },\n \"preview_53003fd2\": {\n \"message\": \"預覽\"\n },\n \"preview_in_overlay_ed772c46\": {\n \"message\": \"覆蓋預覽\"\n },\n \"preview_inline_9787330\": {\n \"message\": \"預覽內嵌\"\n },\n \"previous_page_928fc112\": {\n \"message\": \"上一頁\"\n },\n \"prime_917ea60e\": {\n \"message\": \"質數\"\n },\n \"prime_numbers_13464f61\": {\n \"message\": \"質數\"\n },\n \"product_39cf144f\": {\n \"message\": \"產品\"\n },\n \"proportional_f02800cc\": {\n \"message\": \"成比例\"\n },\n \"protocol_must_be_ftp_http_https_mailto_skype_tel_o_73beb4f8\": {\n \"message\": \"協議必須為 ftp、http、https、mailto、skype、tel 或忽略此項\"\n },\n \"psi_e3f5f0f7\": {\n \"message\": \"ψ\"\n },\n \"published_c944a23d\": {\n \"message\": \"已發佈\"\n },\n \"published_when_302d8e23\": {\n \"message\": \"已發佈:{ when }\"\n },\n \"pumpkin_904428d5\": {\n \"message\": \"南瓜色\"\n },\n \"purple_7678a9fc\": {\n \"message\": \"紫色\"\n },\n \"quaternions_877024e0\": {\n \"message\": \"四合數\"\n },\n \"quizzes_7e598f57\": {\n \"message\": \"測驗\"\n },\n \"rational_numbers_80ddaa4a\": {\n \"message\": \"有理數\"\n },\n \"real_numbers_7c99df94\": {\n \"message\": \"實數\"\n },\n \"real_portion_of_complex_number_7dad33b5\": {\n \"message\": \"實數部份(複數的)\"\n },\n \"record_7c9448b\": {\n \"message\": \"錄製\"\n },\n \"record_upload_media_5fdce166\": {\n \"message\": \"錄製/上傳媒體\"\n },\n \"red_8258edf3\": {\n \"message\": \"紅色\"\n },\n \"relationships_6602af70\": {\n \"message\": \"關聯\"\n },\n \"religion_icon_246e0be1\": {\n \"message\": \"宗教圖示\"\n },\n \"remove_link_d1f2f4d0\": {\n \"message\": \"移除連結\"\n },\n \"replace_e61834a7\": {\n \"message\": \"替換\"\n },\n \"reset_95a81614\": {\n \"message\": \"重設\"\n },\n \"resize_ec83d538\": {\n \"message\": \"調校大小\"\n },\n \"restore_auto_save_deccd84b\": {\n \"message\": \"還原自動儲存?\"\n },\n \"reverse_turnstile_does_not_yield_7558be06\": {\n \"message\": \"反向 T 形符號(不產生)\"\n },\n \"rho_a0244a36\": {\n \"message\": \"ρ\"\n },\n \"rho_variant_415245cd\": {\n \"message\": \"ρ(變量)\"\n },\n \"rich_content_editor_2708ef21\": {\n \"message\": \"多種格式的內容編輯器\"\n },\n \"rich_text_area_press_alt_0_for_rich_content_editor_9d23437f\": {\n \"message\": \"多種格式的文字區。請按 ALT+0 使用多種格式的內容編輯器捷徑。\"\n },\n \"right_align_39e7a32a\": {\n \"message\": \"靠右對齊\"\n },\n \"right_angle_bracket_d704e2d6\": {\n \"message\": \"右角括號\"\n },\n \"right_arrow_35e0eddf\": {\n \"message\": \"右箭頭\"\n },\n \"right_arrow_with_hook_29d92d31\": {\n \"message\": \"右箭頭與鉤號\"\n },\n \"right_ceiling_839dc744\": {\n \"message\": \"右上限\"\n },\n \"right_curly_brace_5159d5cd\": {\n \"message\": \"右大括號\"\n },\n \"right_downward_harpoon_arrow_d71b114f\": {\n \"message\": \"右向下魚叉箭頭\"\n },\n \"right_floor_5392d5cf\": {\n \"message\": \"右下限\"\n },\n \"right_to_left_9cfb092a\": {\n \"message\": \"右至左\"\n },\n \"right_upward_harpoon_arrow_f5a34c73\": {\n \"message\": \"右向上魚叉箭頭\"\n },\n \"rightward_arrow_32932107\": {\n \"message\": \"向右箭頭\"\n },\n \"rightward_pointing_triangle_60330f5c\": {\n \"message\": \"向右指向三角形\"\n },\n \"rotate_image_90_degrees_2ab77c05\": {\n \"message\": \"逆時針旋轉影像 90 度\"\n },\n \"rotate_image_90_degrees_6c92cd42\": {\n \"message\": \"順時針旋轉影像 90 度\"\n },\n \"rotation_9699c538\": {\n \"message\": \"旋轉\"\n },\n \"sadly_the_pretty_html_editor_is_not_keyboard_acces_50da7665\": {\n \"message\": \"很遺憾,美觀 HTML 編輯器無法用鍵盤存取。在這裡存取原始 HTML 編輯器。\"\n },\n \"save_11a80ec3\": {\n \"message\": \"儲存\"\n },\n \"saved_icon_maker_icons_df86e2a1\": {\n \"message\": \"儲存的圖示製作者圖示\"\n },\n \"script_l_42a7b254\": {\n \"message\": \"指令集 L\"\n },\n \"search_280d00bd\": {\n \"message\": \"搜尋\"\n },\n \"search_term_b2d2235\": {\n \"message\": \"搜尋學期\"\n },\n \"select_crop_shape_d441feeb\": {\n \"message\": \"選擇裁剪形狀\"\n },\n \"select_language_7c93a900\": {\n \"message\": \"選擇語言\"\n },\n \"selected_274ce24f\": {\n \"message\": \"已選擇\"\n },\n \"selected_linkfilename_c093b1f2\": {\n \"message\": \"已選定 { linkFileName }\"\n },\n \"set_minus_b46e9b88\": {\n \"message\": \"設定 -\"\n },\n \"sharp_music_ab956814\": {\n \"message\": \"#(音樂)\"\n },\n \"shift_o_to_open_the_pretty_html_editor_55ff5a31\": {\n \"message\": \"按 Shift-O 開啟美觀 HTML 編輯器。\"\n },\n \"show_audio_options_b489926b\": {\n \"message\": \"顯示音訊選項\"\n },\n \"show_image_options_1e2ecc6b\": {\n \"message\": \"顯示影像選項\"\n },\n \"show_link_options_545338fd\": {\n \"message\": \"顯示連結選項\"\n },\n \"show_video_options_6ed3721a\": {\n \"message\": \"顯示影片選項\"\n },\n \"sigma_5c35e553\": {\n \"message\": \"σ\"\n },\n \"sigma_variant_8155625\": {\n \"message\": \"σ(變量)\"\n },\n \"single_color_image_4e5d4dbc\": {\n \"message\": \"單色圖像\"\n },\n \"single_color_image_color_95fa9a87\": {\n \"message\": \"單色 圖像顏色\"\n },\n \"size_b30e1077\": {\n \"message\": \"大小\"\n },\n \"size_of_caption_file_is_greater_than_the_maximum_m_bff5f86e\": {\n \"message\": \"字幕檔案大小大於最大 { max } kb 允許的檔案大小。\"\n },\n \"small_b070434a\": {\n \"message\": \"小\"\n },\n \"solid_circle_9f061dfc\": {\n \"message\": \"實心圓圈\"\n },\n \"something_went_wrong_89195131\": {\n \"message\": \"出現問題。\"\n },\n \"something_went_wrong_and_i_don_t_know_what_to_show_e0c54ec8\": {\n \"message\": \"出現問題;我不知道應該展示什麼內容。\"\n },\n \"something_went_wrong_check_your_connection_reload__c7868286\": {\n \"message\": \"出現問題。請檢查您的連線,重新載入頁面,然後再試一次。\"\n },\n \"something_went_wrong_d238c551\": {\n \"message\": \"似乎出問題了\"\n },\n \"sort_by_e75f9e3e\": {\n \"message\": \"排序依據\"\n },\n \"spades_suit_b37020c2\": {\n \"message\": \"黑桃(花色)\"\n },\n \"square_511eb3b3\": {\n \"message\": \"正方形\"\n },\n \"square_cap_9ec88646\": {\n \"message\": \"方帽\"\n },\n \"square_cup_b0665113\": {\n \"message\": \"方杯\"\n },\n \"square_root_e8bcbc60\": {\n \"message\": \"平方根\"\n },\n \"square_root_symbol_d0898a53\": {\n \"message\": \"平方根符號\"\n },\n \"square_subset_17be67cb\": {\n \"message\": \"平方子集合\"\n },\n \"square_subset_strict_7044e84f\": {\n \"message\": \"平方子集合(嚴格)\"\n },\n \"square_superset_3be8dae1\": {\n \"message\": \"平方母集合\"\n },\n \"square_superset_strict_fa4262e4\": {\n \"message\": \"平方母集合(嚴格)\"\n },\n \"square_unordered_list_b15ce93b\": {\n \"message\": \"方形無序清單\"\n },\n \"star_8d156e09\": {\n \"message\": \"星形\"\n },\n \"steel_blue_14296f08\": {\n \"message\": \"鋼鐵藍\"\n },\n \"styles_2aa721ef\": {\n \"message\": \"樣式\"\n },\n \"submit_a3cc6859\": {\n \"message\": \"提交\"\n },\n \"subscript_59744f96\": {\n \"message\": \"下標\"\n },\n \"subset_19c1a92f\": {\n \"message\": \"子集合\"\n },\n \"subset_strict_8d8948d6\": {\n \"message\": \"子集合(嚴格)\"\n },\n \"succeeds_9cc31be9\": {\n \"message\": \"之後\"\n },\n \"succeeds_equal_158e8c3a\": {\n \"message\": \"之後等於\"\n },\n \"sum_b0842d31\": {\n \"message\": \"總和\"\n },\n \"superscript_8cb349a2\": {\n \"message\": \"上標\"\n },\n \"superscript_and_subscript_37f94a50\": {\n \"message\": \"上標和下標\"\n },\n \"superset_c4db8a7a\": {\n \"message\": \"母集合\"\n },\n \"superset_strict_c77dd6d2\": {\n \"message\": \"母集合(嚴格)\"\n },\n \"supported_file_types_srt_or_webvtt_7d827ed\": {\n \"message\": \"支援的檔案類型:SRT 或 WebVTT\"\n },\n \"switch_to_pretty_html_editor_a3cee15f\": {\n \"message\": \"切換到美觀的 HTML 編輯器\"\n },\n \"switch_to_raw_html_editor_f970ae1a\": {\n \"message\": \"切換到原始 HTML 編輯器\"\n },\n \"switch_to_the_html_editor_146dfffd\": {\n \"message\": \"切換到 html 編輯器\"\n },\n \"switch_to_the_rich_text_editor_63c1ecf6\": {\n \"message\": \"切換到多種格式的文字編輯器\"\n },\n \"syllabus_f191f65b\": {\n \"message\": \"課程大綱\"\n },\n \"tab_arrows_4cf5abfc\": {\n \"message\": \"TAB/箭頭\"\n },\n \"tau_880974b7\": {\n \"message\": \"τ\"\n },\n \"teal_f729a294\": {\n \"message\": \"深青色\"\n },\n \"text_7f4593da\": {\n \"message\": \"文字\"\n },\n \"text_background_color_16e61c3f\": {\n \"message\": \"文字背景顏色\"\n },\n \"text_color_acf75eb6\": {\n \"message\": \"文字顏色\"\n },\n \"text_optional_384f94f7\": {\n \"message\": \"文字(選用)\"\n },\n \"text_position_8df8c162\": {\n \"message\": \"文字位置\"\n },\n \"text_size_887c2f6\": {\n \"message\": \"文字大小\"\n },\n \"the_document_preview_is_currently_being_processed__7d9ea135\": {\n \"message\": \"文件預覽目前正在處理中。請稍後重試。\"\n },\n \"the_material_is_in_the_public_domain_279c39a3\": {\n \"message\": \"該材料位於公用網域中。\"\n },\n \"the_material_is_licensed_under_creative_commons_3242cb5e\": {\n \"message\": \"該材料在創意共享項下獲得授權\"\n },\n \"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2\": {\n \"message\": \"可能有適用於此資料的例外情況 - 如:合理使用、引用權,或適用版權法下的其他情況\"\n },\n \"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b\": {\n \"message\": \"美觀 HTML 編輯器無法用鍵盤存取。按 ShiftO 開啟原始 HTML 編輯器。\"\n },\n \"therefore_d860e024\": {\n \"message\": \"因此\"\n },\n \"theta_ce2d2350\": {\n \"message\": \"θ\"\n },\n \"theta_variant_fff6da6f\": {\n \"message\": \"θ(變體)\"\n },\n \"thick_downward_arrow_b85add4c\": {\n \"message\": \"粗向下箭頭\"\n },\n \"thick_left_arrow_d5f3e925\": {\n \"message\": \"粗左箭頭\"\n },\n \"thick_leftward_arrow_6ab89880\": {\n \"message\": \"粗向左箭頭\"\n },\n \"thick_right_arrow_3ed5e8f7\": {\n \"message\": \"粗右箭頭\"\n },\n \"thick_rightward_arrow_a2e1839e\": {\n \"message\": \"粗向右箭頭\"\n },\n \"thick_upward_arrow_acd20328\": {\n \"message\": \"粗向上箭頭\"\n },\n \"this_document_cannot_be_displayed_within_canvas_7aba77be\": {\n \"message\": \"在 Canvas 中無法顯示此文件。\"\n },\n \"this_equation_cannot_be_rendered_in_basic_view_9b6c07ae\": {\n \"message\": \"此方程式不能在基本視圖中呈現。\"\n },\n \"this_image_is_currently_unavailable_25c68857\": {\n \"message\": \"此圖像目前不可用\"\n },\n \"though_your_video_will_have_the_correct_title_in_t_90e427f3\": {\n \"message\": \"雖然您的影片在瀏覽器中有正確的標題,但我們無法在資料庫中將其更新。\"\n },\n \"title_ee03d132\": {\n \"message\": \"標題\"\n },\n \"to_be_posted_when_d24bf7dc\": {\n \"message\": \"待公佈:{ when }\"\n },\n \"to_do_when_2783d78f\": {\n \"message\": \"待辦事項:{ when }\"\n },\n \"toggle_summary_group_413df9ac\": {\n \"message\": \"切換 { summary } 群組\"\n },\n \"toggle_tooltip_d3b7cb86\": {\n \"message\": \"切換工具提示\"\n },\n \"tools_2fcf772e\": {\n \"message\": \"工具\"\n },\n \"top_66e0adb6\": {\n \"message\": \"頂部\"\n },\n \"totalresults_results_found_numdisplayed_results_cu_a0a44975\": {\n \"message\": \"找到 { totalResults } 個結果,目前顯示 { numDisplayed } 個結果\"\n },\n \"tray_839df38a\": {\n \"message\": \"收集箱\"\n },\n \"triangle_6072304e\": {\n \"message\": \"三角形\"\n },\n \"turnstile_yields_f9e76df1\": {\n \"message\": \"T 形符號(產生)\"\n },\n \"type_control_f9_to_access_image_options_text_a47e319f\": {\n \"message\": \"輸入 Control F9 以存取影像選項。{ text }\"\n },\n \"type_control_f9_to_access_link_options_text_4ead9682\": {\n \"message\": \"輸入 Control F9 以存取連結選項。{ text }\"\n },\n \"type_control_f9_to_access_table_options_text_92141329\": {\n \"message\": \"輸入 Control F9 以存取表格選項。{ text }\"\n },\n \"union_e6b57a53\": {\n \"message\": \"聯集\"\n },\n \"unpublished_dfd8801\": {\n \"message\": \"未發佈\"\n },\n \"untitled_efdc2d7d\": {\n \"message\": \"無標題\"\n },\n \"up_and_left_diagonal_arrow_e4a74a23\": {\n \"message\": \"向上和向左對角箭頭\"\n },\n \"up_and_right_diagonal_arrow_935b902e\": {\n \"message\": \"向上和向右對角箭頭\"\n },\n \"upload_document_253f0478\": {\n \"message\": \"上傳文件\"\n },\n \"upload_file_fd2361b8\": {\n \"message\": \"上傳檔案\"\n },\n \"upload_image_6120b609\": {\n \"message\": \"上載影像\"\n },\n \"upload_media_ce31135a\": {\n \"message\": \"上傳媒體\"\n },\n \"upload_record_media_e4207d72\": {\n \"message\": \"上傳/錄製媒體\"\n },\n \"uploading_19e8a4e7\": {\n \"message\": \"正在上傳\"\n },\n \"uppercase_alphabetic_ordered_list_3f5aa6b2\": {\n \"message\": \"大寫字母有序清單\"\n },\n \"uppercase_delta_d4f4bc41\": {\n \"message\": \"大寫 Δ\"\n },\n \"uppercase_gamma_86f492e9\": {\n \"message\": \"大寫 Γ\"\n },\n \"uppercase_lambda_c78d8ed4\": {\n \"message\": \"大寫 Λ\"\n },\n \"uppercase_omega_8aedfa2\": {\n \"message\": \"大寫 Ω\"\n },\n \"uppercase_phi_caa36724\": {\n \"message\": \"大寫 Φ\"\n },\n \"uppercase_pi_fcc70f5e\": {\n \"message\": \"大寫 Π\"\n },\n \"uppercase_psi_6395acbe\": {\n \"message\": \"大寫 Ψ\"\n },\n \"uppercase_roman_numeral_ordered_list_853f292b\": {\n \"message\": \"大寫羅馬數字有序清單\"\n },\n \"uppercase_sigma_dbb70e92\": {\n \"message\": \"大寫 Σ\"\n },\n \"uppercase_theta_49afc891\": {\n \"message\": \"大寫 Θ\"\n },\n \"uppercase_upsilon_8c1e623e\": {\n \"message\": \"大寫 Υ\"\n },\n \"uppercase_xi_341e8556\": {\n \"message\": \"大寫 Ξ\"\n },\n \"upsilon_33651634\": {\n \"message\": \"υ\"\n },\n \"upward_and_downward_pointing_arrow_fa90a918\": {\n \"message\": \"向上和向下指向箭頭\"\n },\n \"upward_and_downward_pointing_arrow_thick_d420fdef\": {\n \"message\": \"向上和向下指向箭頭(粗)\"\n },\n \"upward_arrow_9992cb2d\": {\n \"message\": \"向上箭頭\"\n },\n \"upward_pointing_triangle_d078d7cb\": {\n \"message\": \"向上指向三角形\"\n },\n \"url_22a5f3b8\": {\n \"message\": \"URL\"\n },\n \"usage_right_ff96f3e2\": {\n \"message\": \"使用權:\"\n },\n \"usage_rights_required_5fe4dd68\": {\n \"message\": \"使用權限(需要)\"\n },\n \"use_arrow_keys_to_navigate_options_2021cc50\": {\n \"message\": \"使用箭頭鍵導航選項。\"\n },\n \"use_arrow_keys_to_select_a_shape_c8eb57ed\": {\n \"message\": \"使用箭頭鍵選擇形狀。\"\n },\n \"use_arrow_keys_to_select_a_size_699a19f4\": {\n \"message\": \"使用箭頭鍵選擇大小。\"\n },\n \"use_arrow_keys_to_select_a_text_position_72f9137c\": {\n \"message\": \"使用箭頭鍵選擇文字位置。\"\n },\n \"use_arrow_keys_to_select_a_text_size_65e89336\": {\n \"message\": \"使用箭頭鍵選擇文字大小。\"\n },\n \"use_arrow_keys_to_select_an_outline_size_e009d6b0\": {\n \"message\": \"使用箭頭鍵選擇提綱大小。\"\n },\n \"used_by_screen_readers_to_describe_the_content_of__4f14b4e4\": {\n \"message\": \"由螢幕讀取器使用以描述 { TYPE } 的內容\"\n },\n \"used_by_screen_readers_to_describe_the_content_of__b1e76d9e\": {\n \"message\": \"由螢幕讀取器使用以描述影像的內容\"\n },\n \"used_by_screen_readers_to_describe_the_video_37ebad25\": {\n \"message\": \"由螢幕讀取器使用以描述影片\"\n },\n \"user_documents_c206e61f\": {\n \"message\": \"使用者文件\"\n },\n \"user_files_78e21703\": {\n \"message\": \"使用者檔案\"\n },\n \"user_images_b6490852\": {\n \"message\": \"使用者影像\"\n },\n \"user_media_14fbf656\": {\n \"message\": \"使用者媒體\"\n },\n \"vector_notation_cf6086ab\": {\n \"message\": \"向量(記數法)\"\n },\n \"vertical_bar_set_builder_notation_4300495f\": {\n \"message\": \"垂列(設定建議符號)\"\n },\n \"vertical_dots_bfb21f14\": {\n \"message\": \"垂直點\"\n },\n \"video_options_24ef6e5d\": {\n \"message\": \"影片選項\"\n },\n \"video_options_tray_3b9809a5\": {\n \"message\": \"影片選項收集箱\"\n },\n \"video_player_for_9e7d373b\": {\n \"message\": \"影片播放器,標題為 \"\n },\n \"video_player_for_title_ffd9fbc4\": {\n \"message\": \"{ title } 的影片播放器\"\n },\n \"view_ba339f93\": {\n \"message\": \"檢視\"\n },\n \"view_description_30446afc\": {\n \"message\": \"檢視描述\"\n },\n \"view_keyboard_shortcuts_34d1be0b\": {\n \"message\": \"檢視鍵盤快速鍵\"\n },\n \"view_title_description_67940918\": {\n \"message\": \"檢視 { title } 描述\"\n },\n \"white_87fa64fd\": {\n \"message\": \"白色\"\n },\n \"width_492fec76\": {\n \"message\": \"寬度\"\n },\n \"width_and_height_must_be_numbers_110ab2e3\": {\n \"message\": \"寬度和高度必須是數字\"\n },\n \"width_x_height_px_ff3ccb93\": {\n \"message\": \"{ width } x { height }px\"\n },\n \"wiki_home_9cd54d0\": {\n \"message\": \"Wiki 首頁\"\n },\n \"wreath_product_200b38ef\": {\n \"message\": \"花環產品\"\n },\n \"xi_149681d0\": {\n \"message\": \"ξ\"\n },\n \"yes_dde87d5\": {\n \"message\": \"是\"\n },\n \"you_have_unsaved_changes_in_the_icon_maker_tray_do_e8cf5f1b\": {\n \"message\": \"您在圖示製作者收集箱中有未儲存的變更。是否要繼續,但不儲存這些變更?\"\n },\n \"you_may_not_upload_an_empty_file_11c31eb2\": {\n \"message\": \"不可上傳空白檔案。\"\n },\n \"your_image_has_been_compressed_for_icon_maker_imag_2e45cd91\": {\n \"message\": \"您的影像已壓縮用於圖示製作者。將不壓縮小於 { size } KB 的影像。\"\n },\n \"zeta_5ef24f0e\": {\n \"message\": \"θ\"\n },\n \"zoom_f3e54d69\": {\n \"message\": \"縮放\"\n },\n \"zoom_in_image_bb97d4f\": {\n \"message\": \"放大影像\"\n },\n \"zoom_out_image_d0a0a2ec\": {\n \"message\": \"縮小影像\"\n }\n};\n_format_message__WEBPACK_IMPORTED_MODULE_0__[\"default\"].addLocale({\n 'zh-HK': locale\n});\n\n//# sourceURL=webpack:///./src/translations/locales/zh_HK.js?");
12
12
 
13
13
  /***/ })
14
14
 
@@ -68,7 +68,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
68
68
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
69
69
 
70
70
  "use strict";
71
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Header\", function() { return Header; });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"../../node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _instructure_ui_flex__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @instructure/ui-flex */ \"../../node_modules/@instructure/ui-flex/es/index.js\");\n/* harmony import */ var _instructure_ui_text_input__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @instructure/ui-text-input */ \"../../node_modules/@instructure/ui-text-input/es/index.js\");\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _instructure_ui_text_area__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @instructure/ui-text-area */ \"../../node_modules/@instructure/ui-text-area/es/index.js\");\n/* harmony import */ var _instructure_ui_tooltip__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @instructure/ui-tooltip */ \"../../node_modules/@instructure/ui-tooltip/es/index.js\");\n/* harmony import */ var _instructure_ui_view__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @instructure/ui-view */ \"../../node_modules/@instructure/ui-view/es/index.js\");\n/* harmony import */ var _instructure_ui_buttons__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @instructure/ui-buttons */ \"../../node_modules/@instructure/ui-buttons/es/index.js\");\n/* harmony import */ var _instructure_ui_checkbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @instructure/ui-checkbox */ \"../../node_modules/@instructure/ui-checkbox/es/index.js\");\n/* harmony import */ var _instructure_ui_icons__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @instructure/ui-icons */ \"../../node_modules/@instructure/ui-icons/es/index.js\");\n/* harmony import */ var _instructure_ui_form_field__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @instructure/ui-form-field */ \"../../node_modules/@instructure/ui-form-field/es/index.js\");\n/* harmony import */ var _svg_utils__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../svg/utils */ \"./src/rce/plugins/instructure_icon_maker/svg/utils.js\");\n/* harmony import */ var _utils_useDebouncedValue__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/useDebouncedValue */ \"./src/rce/plugins/instructure_icon_maker/utils/useDebouncedValue.js\");\n/*\n * Copyright (C) 2021 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nconst getAltTextLabel = () => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_1__[\"Flex\"], {\n alignItems: \"center\",\n margin: \"0 0 small 0\"\n}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_1__[\"Flex\"].Item, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_form_field__WEBPACK_IMPORTED_MODULE_10__[\"FormFieldLabel\"], null, Object(_format_message__WEBPACK_IMPORTED_MODULE_3__[\"default\"])('Alt Text'))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_1__[\"Flex\"].Item, {\n margin: \"0 0 0 xx-small\"\n}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_tooltip__WEBPACK_IMPORTED_MODULE_5__[\"Tooltip\"], {\n on: ['hover', 'focus'],\n placement: \"top\",\n renderTip: /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_view__WEBPACK_IMPORTED_MODULE_6__[\"View\"], {\n display: \"block\",\n id: \"alt-text-label-tooltip\",\n maxWidth: \"14rem\"\n }, Object(_format_message__WEBPACK_IMPORTED_MODULE_3__[\"default\"])('Used by screen readers to describe the content of an image'))\n}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_buttons__WEBPACK_IMPORTED_MODULE_7__[\"IconButton\"], {\n renderIcon: _instructure_ui_icons__WEBPACK_IMPORTED_MODULE_9__[\"IconQuestionLine\"],\n withBackground: false,\n withBorder: false,\n size: \"small\",\n screenReaderLabel: Object(_format_message__WEBPACK_IMPORTED_MODULE_3__[\"default\"])('Toggle tooltip')\n}))));\n\nconst Header = _ref => {\n let {\n settings,\n onChange,\n allowNameChange,\n nameRef,\n editing\n } = _ref;\n const originalName = settings.originalName;\n const [name, setName] = Object(_utils_useDebouncedValue__WEBPACK_IMPORTED_MODULE_12__[\"default\"])(settings.name, n => onChange({\n name: n\n }));\n const [alt, setAlt] = Object(_utils_useDebouncedValue__WEBPACK_IMPORTED_MODULE_12__[\"default\"])(settings.alt, a => onChange({\n alt: a\n }));\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n if (!allowNameChange) onChange({\n name: originalName\n });\n }, [allowNameChange, onChange, originalName]);\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_1__[\"Flex\"], {\n direction: \"column\",\n padding: \"small small 0\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_1__[\"Flex\"].Item, {\n padding: \"small\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_text_input__WEBPACK_IMPORTED_MODULE_2__[\"TextInput\"], {\n id: \"icon-name\",\n \"data-testid\": \"icon-name\",\n renderLabel: Object(_format_message__WEBPACK_IMPORTED_MODULE_3__[\"default\"])('Name'),\n placeholder: Object(_format_message__WEBPACK_IMPORTED_MODULE_3__[\"default\"])('untitled'),\n interaction: allowNameChange ? 'enabled' : 'disabled',\n onChange: setName,\n value: name ? Object(_svg_utils__WEBPACK_IMPORTED_MODULE_11__[\"decode\"])(name) : '',\n inputRef: ref => {\n if (nameRef) nameRef.current = ref;\n }\n })), !editing && /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_1__[\"Flex\"].Item, {\n padding: \"small\"\n }, getAltTextLabel(), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_text_area__WEBPACK_IMPORTED_MODULE_4__[\"TextArea\"], {\n \"aria-label\": Object(_format_message__WEBPACK_IMPORTED_MODULE_3__[\"default\"])('Alt Text'),\n id: \"icon-alt-text\",\n height: \"4rem\",\n disabled: settings.isDecorative,\n onChange: setAlt,\n placeholder: Object(_format_message__WEBPACK_IMPORTED_MODULE_3__[\"default\"])('(Describe the icon)'),\n resize: \"vertical\",\n value: alt\n })), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_1__[\"Flex\"].Item, {\n padding: \"small\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_checkbox__WEBPACK_IMPORTED_MODULE_8__[\"Checkbox\"], {\n checked: settings.isDecorative,\n label: Object(_format_message__WEBPACK_IMPORTED_MODULE_3__[\"default\"])('Decorative Icon'),\n onChange: () => onChange({\n isDecorative: !settings.isDecorative\n })\n }))));\n};\n\n//# sourceURL=webpack:///./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js?");
71
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Header\", function() { return Header; });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"../../node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _instructure_ui_flex__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @instructure/ui-flex */ \"../../node_modules/@instructure/ui-flex/es/index.js\");\n/* harmony import */ var _instructure_ui_text_input__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @instructure/ui-text-input */ \"../../node_modules/@instructure/ui-text-input/es/index.js\");\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _instructure_ui_text_area__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @instructure/ui-text-area */ \"../../node_modules/@instructure/ui-text-area/es/index.js\");\n/* harmony import */ var _instructure_ui_tooltip__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @instructure/ui-tooltip */ \"../../node_modules/@instructure/ui-tooltip/es/index.js\");\n/* harmony import */ var _instructure_ui_view__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @instructure/ui-view */ \"../../node_modules/@instructure/ui-view/es/index.js\");\n/* harmony import */ var _instructure_ui_buttons__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @instructure/ui-buttons */ \"../../node_modules/@instructure/ui-buttons/es/index.js\");\n/* harmony import */ var _instructure_ui_checkbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @instructure/ui-checkbox */ \"../../node_modules/@instructure/ui-checkbox/es/index.js\");\n/* harmony import */ var _instructure_ui_icons__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @instructure/ui-icons */ \"../../node_modules/@instructure/ui-icons/es/index.js\");\n/* harmony import */ var _instructure_ui_form_field__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @instructure/ui-form-field */ \"../../node_modules/@instructure/ui-form-field/es/index.js\");\n/* harmony import */ var _svg_utils__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../svg/utils */ \"./src/rce/plugins/instructure_icon_maker/svg/utils.js\");\n/* harmony import */ var _utils_useDebouncedValue__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/useDebouncedValue */ \"./src/rce/plugins/instructure_icon_maker/utils/useDebouncedValue.js\");\n/*\n * Copyright (C) 2021 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nconst getAltTextLabel = () => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_1__[\"Flex\"], {\n alignItems: \"center\",\n margin: \"0 0 small 0\"\n}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_1__[\"Flex\"].Item, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_form_field__WEBPACK_IMPORTED_MODULE_10__[\"FormFieldLabel\"], null, Object(_format_message__WEBPACK_IMPORTED_MODULE_3__[\"default\"])('Alt Text'))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_1__[\"Flex\"].Item, {\n margin: \"0 0 0 xx-small\"\n}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_tooltip__WEBPACK_IMPORTED_MODULE_5__[\"Tooltip\"], {\n on: ['hover', 'focus'],\n placement: \"top\",\n renderTip: /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_view__WEBPACK_IMPORTED_MODULE_6__[\"View\"], {\n display: \"block\",\n id: \"alt-text-label-tooltip\",\n maxWidth: \"14rem\"\n }, Object(_format_message__WEBPACK_IMPORTED_MODULE_3__[\"default\"])('Used by screen readers to describe the content of an image'))\n}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_buttons__WEBPACK_IMPORTED_MODULE_7__[\"IconButton\"], {\n renderIcon: _instructure_ui_icons__WEBPACK_IMPORTED_MODULE_9__[\"IconQuestionLine\"],\n withBackground: false,\n withBorder: false,\n size: \"small\",\n screenReaderLabel: Object(_format_message__WEBPACK_IMPORTED_MODULE_3__[\"default\"])('Toggle tooltip')\n}))));\n\nconst Header = _ref => {\n let {\n settings,\n onChange,\n allowNameChange,\n nameRef,\n editing\n } = _ref;\n const originalName = settings.originalName;\n const [name, setName] = Object(_utils_useDebouncedValue__WEBPACK_IMPORTED_MODULE_12__[\"default\"])(settings.name, n => onChange({\n name: n\n }));\n const [alt, setAlt] = Object(_utils_useDebouncedValue__WEBPACK_IMPORTED_MODULE_12__[\"default\"])(settings.alt, a => onChange({\n alt: a\n }));\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n if (!allowNameChange) onChange({\n name: originalName\n });\n }, [allowNameChange, onChange, originalName]);\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_1__[\"Flex\"], {\n direction: \"column\",\n padding: \"small small 0\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_1__[\"Flex\"].Item, {\n padding: \"small\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_text_input__WEBPACK_IMPORTED_MODULE_2__[\"TextInput\"], {\n id: \"icon-name\",\n \"data-testid\": \"icon-name\",\n renderLabel: Object(_format_message__WEBPACK_IMPORTED_MODULE_3__[\"default\"])('Name'),\n placeholder: Object(_format_message__WEBPACK_IMPORTED_MODULE_3__[\"default\"])('untitled'),\n interaction: allowNameChange ? 'enabled' : 'disabled',\n onChange: setName,\n value: name ? Object(_svg_utils__WEBPACK_IMPORTED_MODULE_11__[\"decode\"])(name) : '',\n inputRef: ref => {\n if (nameRef) nameRef.current = ref;\n }\n })), !editing && /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_1__[\"Flex\"].Item, {\n padding: \"small\"\n }, getAltTextLabel(), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_text_area__WEBPACK_IMPORTED_MODULE_4__[\"TextArea\"], {\n label: \"\",\n \"aria-label\": Object(_format_message__WEBPACK_IMPORTED_MODULE_3__[\"default\"])('Alt Text'),\n id: \"icon-alt-text\",\n height: \"4rem\",\n disabled: settings.isDecorative,\n onChange: setAlt,\n placeholder: Object(_format_message__WEBPACK_IMPORTED_MODULE_3__[\"default\"])('(Describe the icon)'),\n resize: \"vertical\",\n value: alt\n })), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_1__[\"Flex\"].Item, {\n padding: \"small\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_checkbox__WEBPACK_IMPORTED_MODULE_8__[\"Checkbox\"], {\n checked: settings.isDecorative,\n label: Object(_format_message__WEBPACK_IMPORTED_MODULE_3__[\"default\"])('Decorative Icon'),\n onChange: () => onChange({\n isDecorative: !settings.isDecorative\n })\n }))));\n};\n\n//# sourceURL=webpack:///./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js?");
72
72
 
73
73
  /***/ }),
74
74
 
@@ -344,7 +344,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
344
344
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
345
345
 
346
346
  "use strict";
347
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ImageSection\", function() { return ImageSection; });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"../../node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! lodash */ \"../../node_modules/lodash/lodash.js\");\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../reducers/imageSection */ \"./src/rce/plugins/instructure_icon_maker/reducers/imageSection.js\");\n/* harmony import */ var _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../reducers/svgSettings */ \"./src/rce/plugins/instructure_icon_maker/reducers/svgSettings.js\");\n/* harmony import */ var _instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @instructure/ui-flex */ \"../../node_modules/@instructure/ui-flex/es/index.js\");\n/* harmony import */ var _Group__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../Group */ \"./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Group.js\");\n/* harmony import */ var _instructure_ui_spinner__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @instructure/ui-spinner */ \"../../node_modules/@instructure/ui-spinner/es/index.js\");\n/* harmony import */ var _instructure_ui_text__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @instructure/ui-text */ \"../../node_modules/@instructure/ui-text/es/index.js\");\n/* harmony import */ var _Course__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./Course */ \"./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.js\");\n/* harmony import */ var _ImageOptions__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./ImageOptions */ \"./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageOptions.js\");\n/* harmony import */ var _shared_ColorInput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../../../shared/ColorInput */ \"./src/rce/plugins/shared/ColorInput.js\");\n/* harmony import */ var _svg_utils__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../../svg/utils */ \"./src/rce/plugins/instructure_icon_maker/svg/utils.js\");\n/* harmony import */ var _svg_image__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../../svg/image */ \"./src/rce/plugins/instructure_icon_maker/svg/image.js\");\n/* harmony import */ var _SingleColor_svg__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./SingleColor/svg */ \"./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/svg.js\");\n/*\n * Copyright (C) 2021 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nconst IMAGE_SECTION_ID = 'icon-maker-tray-image-section';\n\nconst getImageSection = () => document.querySelector(`#${IMAGE_SECTION_ID}`);\n\nconst scrollToBottom = () => {\n const section = getImageSection();\n\n if (section !== null && section !== void 0 && section.scrollIntoView) {\n section.scrollIntoView({\n behavior: 'smooth'\n });\n }\n};\n\nconst filterSectionStateMetadata = state => {\n const {\n mode,\n image,\n imageName,\n icon,\n iconFillColor,\n cropperSettings\n } = state;\n return {\n mode,\n image,\n imageName,\n icon,\n iconFillColor,\n cropperSettings\n };\n};\n\nconst ImageSection = _ref => {\n let {\n settings,\n onChange,\n editing,\n editor,\n rcsConfig\n } = _ref;\n const [state, dispatch] = Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useReducer\"])(_reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"default\"], _reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"initialState\"]);\n const Upload = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.lazy(() => Promise.all(/*! import() */[__webpack_require__.e(5), __webpack_require__.e(72)]).then(__webpack_require__.bind(null, /*! ./Upload */ \"./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Upload.js\")));\n const SingleColor = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.lazy(() => Promise.all(/*! import() */[__webpack_require__.e(11), __webpack_require__.e(71)]).then(__webpack_require__.bind(null, /*! ./SingleColor */ \"./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/index.js\")));\n const MultiColor = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.lazy(() => Promise.all(/*! import() */[__webpack_require__.e(11), __webpack_require__.e(70)]).then(__webpack_require__.bind(null, /*! ./MultiColor */ \"./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/index.js\"))); // This object maps image selection modes to the\n // component that handles that selection.\n //\n // The selected component is dynamically rendered\n // in this component's returned JSX\n\n const allowedModes = {\n [_reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"modes\"].courseImages.type]: _Course__WEBPACK_IMPORTED_MODULE_9__[\"default\"],\n [_reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"modes\"].uploadImages.type]: Upload,\n [_reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"modes\"].singleColorImages.type]: SingleColor,\n [_reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"modes\"].multiColorImages.type]: MultiColor\n };\n const metadata = filterSectionStateMetadata(state);\n const isMetadataLoaded = Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useRef\"])(false);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n dispatch({\n type: _reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"actions\"].SET_CROPPER_SETTINGS.type,\n payload: { ...state.cropperSettings,\n shape: settings.shape\n }\n }); // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [settings.shape]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n const transform = Object(_svg_image__WEBPACK_IMPORTED_MODULE_13__[\"transformForShape\"])(settings.shape, settings.size); // Set Q1 crop defaults\n // TODO: Set these properties based on cropper\n\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_X,\n payload: transform.x\n });\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_Y,\n payload: transform.y\n });\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_WIDTH,\n payload: transform.width\n });\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_HEIGHT,\n payload: transform.height\n });\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_TRANSLATE_X,\n payload: transform.translateX\n });\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_TRANSLATE_Y,\n payload: transform.translateY\n });\n }, [onChange, settings.shape, settings.size]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n if (editing && !!settings.encodedImage || !!settings.encodedImage && settings.encodedImage !== state.image) {\n dispatch({\n type: _reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"actions\"].SET_IMAGE.type,\n payload: settings.encodedImage\n });\n } // eslint-disable-next-line react-hooks/exhaustive-deps\n\n }, [editing, settings.encodedImage]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n if (editing && !!settings.encodedImageName) {\n dispatch({\n type: _reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"actions\"].SET_IMAGE_NAME.type,\n payload: settings.encodedImageName\n });\n }\n }, [editing, settings.encodedImageName]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_ENCODED_IMAGE,\n payload: state.image\n });\n }, [onChange, state.image]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_ENCODED_IMAGE_TYPE,\n payload: state.mode\n });\n }, [onChange, state.mode]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_ENCODED_IMAGE_NAME,\n payload: state.imageName\n });\n }, [onChange, state.imageName]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n if (state.icon && state.icon in _SingleColor_svg__WEBPACK_IMPORTED_MODULE_14__[\"default\"]) {\n dispatch({ ..._reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"actions\"].START_LOADING\n }); // eslint-disable-next-line promise/catch-or-return\n\n Object(_svg_utils__WEBPACK_IMPORTED_MODULE_12__[\"convertFileToBase64\"])(new Blob([_SingleColor_svg__WEBPACK_IMPORTED_MODULE_14__[\"default\"][state.icon].source(state.iconFillColor)], {\n type: 'image/svg+xml'\n })).then(base64Image => {\n dispatch({ ..._reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"actions\"].SET_IMAGE,\n payload: base64Image\n });\n dispatch({ ..._reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"actions\"].STOP_LOADING\n });\n });\n }\n }, [state.icon, state.iconFillColor]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n if (settings.imageSettings && !isMetadataLoaded.current && !lodash__WEBPACK_IMPORTED_MODULE_1___default.a.isEqual(settings.imageSettings, metadata)) {\n isMetadataLoaded.current = true;\n dispatch({\n type: _reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"actions\"].UPDATE_SETTINGS.type,\n payload: settings.imageSettings\n });\n } // eslint-disable-next-line react-hooks/exhaustive-deps\n\n }, [settings.imageSettings]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n if (!lodash__WEBPACK_IMPORTED_MODULE_1___default.a.isEqual(metadata, settings.imageSettings)) {\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_IMAGE_SETTINGS,\n payload: metadata\n });\n } // eslint-disable-next-line react-hooks/exhaustive-deps\n\n }, Object.values(metadata));\n const modeIsAllowed = !!allowedModes[state.mode];\n const ImageSelector = allowedModes[state.mode];\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_Group__WEBPACK_IMPORTED_MODULE_6__[\"Group\"], {\n as: \"section\",\n defaultExpanded: true,\n summary: Object(_format_message__WEBPACK_IMPORTED_MODULE_2__[\"default\"])('Image')\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"], {\n as: \"section\",\n justifyItems: \"space-between\",\n direction: \"column\",\n id: IMAGE_SECTION_ID\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"].Item, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"], {\n direction: \"column\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"].Item, {\n padding: \"small 0 0 small\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_text__WEBPACK_IMPORTED_MODULE_8__[\"Text\"], {\n weight: \"bold\"\n }, Object(_format_message__WEBPACK_IMPORTED_MODULE_2__[\"default\"])('Current Image'))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"].Item, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ImageOptions__WEBPACK_IMPORTED_MODULE_10__[\"ImageOptions\"], {\n state: state,\n dispatch: dispatch,\n rcsConfig: rcsConfig,\n trayDispatch: onChange\n })))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0__[\"Suspense\"], {\n fallback: /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"], {\n justifyItems: \"center\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"].Item, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_spinner__WEBPACK_IMPORTED_MODULE_7__[\"Spinner\"], {\n renderTitle: Object(_format_message__WEBPACK_IMPORTED_MODULE_2__[\"default\"])('Loading')\n })))\n }, modeIsAllowed && state.collectionOpen && /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"].Item, {\n padding: \"small\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(ImageSelector, {\n dispatch: dispatch,\n editor: editor,\n data: state,\n onChange: onChange,\n onLoading: scrollToBottom,\n onLoaded: scrollToBottom\n }))), state.icon && state.mode === _reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"modes\"].singleColorImages.type && /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"].Item, {\n padding: \"small\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_shared_ColorInput__WEBPACK_IMPORTED_MODULE_11__[\"ColorInput\"], {\n color: state.iconFillColor,\n label: Object(_format_message__WEBPACK_IMPORTED_MODULE_2__[\"default\"])('Single Color Image Color'),\n name: \"single-color-image-fill\",\n onChange: color => dispatch({\n type: _reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"actions\"].SET_ICON_FILL_COLOR.type,\n payload: color\n }),\n popoverMountNode: getImageSection,\n requireColor: true\n }))));\n};\n\n//# sourceURL=webpack:///./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageSection.js?");
347
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ImageSection\", function() { return ImageSection; });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"../../node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! lodash */ \"../../node_modules/lodash/lodash.js\");\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../reducers/imageSection */ \"./src/rce/plugins/instructure_icon_maker/reducers/imageSection.js\");\n/* harmony import */ var _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../reducers/svgSettings */ \"./src/rce/plugins/instructure_icon_maker/reducers/svgSettings.js\");\n/* harmony import */ var _instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @instructure/ui-flex */ \"../../node_modules/@instructure/ui-flex/es/index.js\");\n/* harmony import */ var _Group__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../Group */ \"./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Group.js\");\n/* harmony import */ var _instructure_ui_spinner__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @instructure/ui-spinner */ \"../../node_modules/@instructure/ui-spinner/es/index.js\");\n/* harmony import */ var _instructure_ui_text__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @instructure/ui-text */ \"../../node_modules/@instructure/ui-text/es/index.js\");\n/* harmony import */ var _Course__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./Course */ \"./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.js\");\n/* harmony import */ var _ImageOptions__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./ImageOptions */ \"./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageOptions.js\");\n/* harmony import */ var _shared_ColorInput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../../../shared/ColorInput */ \"./src/rce/plugins/shared/ColorInput.js\");\n/* harmony import */ var _svg_utils__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../../svg/utils */ \"./src/rce/plugins/instructure_icon_maker/svg/utils.js\");\n/* harmony import */ var _svg_image__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../../svg/image */ \"./src/rce/plugins/instructure_icon_maker/svg/image.js\");\n/* harmony import */ var _SingleColor_svg__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./SingleColor/svg */ \"./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/svg.js\");\n/*\n * Copyright (C) 2021 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nconst IMAGE_SECTION_ID = 'icon-maker-tray-image-section';\n\nconst getImageSection = () => document.querySelector(`#${IMAGE_SECTION_ID}`);\n\nconst scrollToBottom = () => {\n const section = getImageSection();\n\n if (section !== null && section !== void 0 && section.scrollIntoView) {\n section.scrollIntoView({\n behavior: 'smooth'\n });\n }\n};\n\nconst filterSectionStateMetadata = state => {\n const {\n mode,\n image,\n imageName,\n icon,\n iconFillColor,\n cropperSettings\n } = state;\n return {\n mode,\n image,\n imageName,\n icon,\n iconFillColor,\n cropperSettings\n };\n};\n\nconst ImageSection = _ref => {\n let {\n settings,\n onChange,\n editing,\n editor,\n rcsConfig\n } = _ref;\n const [state, dispatch] = Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useReducer\"])(_reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"default\"], _reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"initialState\"]);\n const Upload = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.lazy(() => Promise.all(/*! import() */[__webpack_require__.e(5), __webpack_require__.e(71)]).then(__webpack_require__.bind(null, /*! ./Upload */ \"./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Upload.js\")));\n const SingleColor = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.lazy(() => Promise.all(/*! import() */[__webpack_require__.e(11), __webpack_require__.e(70)]).then(__webpack_require__.bind(null, /*! ./SingleColor */ \"./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/index.js\")));\n const MultiColor = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.lazy(() => Promise.all(/*! import() */[__webpack_require__.e(11), __webpack_require__.e(69)]).then(__webpack_require__.bind(null, /*! ./MultiColor */ \"./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/index.js\"))); // This object maps image selection modes to the\n // component that handles that selection.\n //\n // The selected component is dynamically rendered\n // in this component's returned JSX\n\n const allowedModes = {\n [_reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"modes\"].courseImages.type]: _Course__WEBPACK_IMPORTED_MODULE_9__[\"default\"],\n [_reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"modes\"].uploadImages.type]: Upload,\n [_reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"modes\"].singleColorImages.type]: SingleColor,\n [_reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"modes\"].multiColorImages.type]: MultiColor\n };\n const metadata = filterSectionStateMetadata(state);\n const isMetadataLoaded = Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useRef\"])(false);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n dispatch({\n type: _reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"actions\"].SET_CROPPER_SETTINGS.type,\n payload: { ...state.cropperSettings,\n shape: settings.shape\n }\n }); // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [settings.shape]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n const transform = Object(_svg_image__WEBPACK_IMPORTED_MODULE_13__[\"transformForShape\"])(settings.shape, settings.size); // Set Q1 crop defaults\n // TODO: Set these properties based on cropper\n\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_X,\n payload: transform.x\n });\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_Y,\n payload: transform.y\n });\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_WIDTH,\n payload: transform.width\n });\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_HEIGHT,\n payload: transform.height\n });\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_TRANSLATE_X,\n payload: transform.translateX\n });\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_TRANSLATE_Y,\n payload: transform.translateY\n });\n }, [onChange, settings.shape, settings.size]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n if (editing && !!settings.encodedImage || !!settings.encodedImage && settings.encodedImage !== state.image) {\n dispatch({\n type: _reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"actions\"].SET_IMAGE.type,\n payload: settings.encodedImage\n });\n } // eslint-disable-next-line react-hooks/exhaustive-deps\n\n }, [editing, settings.encodedImage]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n if (editing && !!settings.encodedImageName) {\n dispatch({\n type: _reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"actions\"].SET_IMAGE_NAME.type,\n payload: settings.encodedImageName\n });\n }\n }, [editing, settings.encodedImageName]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_ENCODED_IMAGE,\n payload: state.image\n });\n }, [onChange, state.image]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_ENCODED_IMAGE_TYPE,\n payload: state.mode\n });\n }, [onChange, state.mode]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_ENCODED_IMAGE_NAME,\n payload: state.imageName\n });\n }, [onChange, state.imageName]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n if (state.icon && state.icon in _SingleColor_svg__WEBPACK_IMPORTED_MODULE_14__[\"default\"]) {\n dispatch({ ..._reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"actions\"].START_LOADING\n }); // eslint-disable-next-line promise/catch-or-return\n\n Object(_svg_utils__WEBPACK_IMPORTED_MODULE_12__[\"convertFileToBase64\"])(new Blob([_SingleColor_svg__WEBPACK_IMPORTED_MODULE_14__[\"default\"][state.icon].source(state.iconFillColor)], {\n type: 'image/svg+xml'\n })).then(base64Image => {\n dispatch({ ..._reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"actions\"].SET_IMAGE,\n payload: base64Image\n });\n dispatch({ ..._reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"actions\"].STOP_LOADING\n });\n });\n }\n }, [state.icon, state.iconFillColor]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n if (settings.imageSettings && !isMetadataLoaded.current && !lodash__WEBPACK_IMPORTED_MODULE_1___default.a.isEqual(settings.imageSettings, metadata)) {\n isMetadataLoaded.current = true;\n dispatch({\n type: _reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"actions\"].UPDATE_SETTINGS.type,\n payload: settings.imageSettings\n });\n } // eslint-disable-next-line react-hooks/exhaustive-deps\n\n }, [settings.imageSettings]);\n Object(react__WEBPACK_IMPORTED_MODULE_0__[\"useEffect\"])(() => {\n if (!lodash__WEBPACK_IMPORTED_MODULE_1___default.a.isEqual(metadata, settings.imageSettings)) {\n onChange({\n type: _reducers_svgSettings__WEBPACK_IMPORTED_MODULE_4__[\"actions\"].SET_IMAGE_SETTINGS,\n payload: metadata\n });\n } // eslint-disable-next-line react-hooks/exhaustive-deps\n\n }, Object.values(metadata));\n const modeIsAllowed = !!allowedModes[state.mode];\n const ImageSelector = allowedModes[state.mode];\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_Group__WEBPACK_IMPORTED_MODULE_6__[\"Group\"], {\n as: \"section\",\n defaultExpanded: true,\n summary: Object(_format_message__WEBPACK_IMPORTED_MODULE_2__[\"default\"])('Image')\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"], {\n as: \"section\",\n justifyItems: \"space-between\",\n direction: \"column\",\n id: IMAGE_SECTION_ID\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"].Item, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"], {\n direction: \"column\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"].Item, {\n padding: \"small 0 0 small\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_text__WEBPACK_IMPORTED_MODULE_8__[\"Text\"], {\n weight: \"bold\"\n }, Object(_format_message__WEBPACK_IMPORTED_MODULE_2__[\"default\"])('Current Image'))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"].Item, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ImageOptions__WEBPACK_IMPORTED_MODULE_10__[\"ImageOptions\"], {\n state: state,\n dispatch: dispatch,\n rcsConfig: rcsConfig,\n trayDispatch: onChange\n })))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0__[\"Suspense\"], {\n fallback: /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"], {\n justifyItems: \"center\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"].Item, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_spinner__WEBPACK_IMPORTED_MODULE_7__[\"Spinner\"], {\n renderTitle: Object(_format_message__WEBPACK_IMPORTED_MODULE_2__[\"default\"])('Loading')\n })))\n }, modeIsAllowed && state.collectionOpen && /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"].Item, {\n padding: \"small\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(ImageSelector, {\n dispatch: dispatch,\n editor: editor,\n data: state,\n onChange: onChange,\n onLoading: scrollToBottom,\n onLoaded: scrollToBottom\n }))), state.icon && state.mode === _reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"modes\"].singleColorImages.type && /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_5__[\"Flex\"].Item, {\n padding: \"small\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_shared_ColorInput__WEBPACK_IMPORTED_MODULE_11__[\"ColorInput\"], {\n color: state.iconFillColor,\n label: Object(_format_message__WEBPACK_IMPORTED_MODULE_2__[\"default\"])('Single Color Image Color'),\n name: \"single-color-image-fill\",\n onChange: color => dispatch({\n type: _reducers_imageSection__WEBPACK_IMPORTED_MODULE_3__[\"actions\"].SET_ICON_FILL_COLOR.type,\n payload: color\n }),\n popoverMountNode: getImageSection,\n requireColor: true\n }))));\n};\n\n//# sourceURL=webpack:///./src/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageSection.js?");
348
348
 
349
349
  /***/ }),
350
350