@instructure/canvas-rce 5.6.13 → 5.6.14

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 (1170) hide show
  1. package/CHANGELOG.md +17 -9
  2. package/babel.config.js +27 -22
  3. package/es/enhance-user-content/enhance_user_content.js +1 -1
  4. package/es/rce/RCEWrapper.js +32 -32
  5. package/es/rce/ShowOnFocusButton/index.js +3 -1
  6. package/es/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  7. package/es/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  8. package/es/rce/plugins/instructure_wordcount/plugin.js +3 -1
  9. package/es/translations/locales/el.js +3 -0
  10. package/es/translations/locales/fa_IR.js +3 -0
  11. package/es/translations/locales/he.js +3 -0
  12. package/es/translations/locales/hu.js +3 -0
  13. package/es/translations/locales/hy.js +3 -0
  14. package/es/translations/locales/ko.js +3 -0
  15. package/es/translations/locales/nn.js +3 -0
  16. package/es/translations/locales/ru.js +3 -0
  17. package/es/translations/locales/sv.js +3 -0
  18. package/es/translations/locales/tr.js +3 -0
  19. package/es/translations/locales/uk_UA.js +3 -0
  20. package/es/translations/locales/vi.js +3 -0
  21. package/es/util/textarea-editing-util.js +7 -3
  22. package/lib/enhance-user-content/enhance_user_content.js +1 -1
  23. package/lib/rce/RCEWrapper.js +32 -32
  24. package/lib/rce/ShowOnFocusButton/index.js +3 -1
  25. package/lib/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  26. package/lib/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  27. package/lib/rce/plugins/instructure_wordcount/plugin.js +3 -1
  28. package/lib/translated/ar/modules/enhance-user-content/enhance_user_content.js +1 -1
  29. package/lib/translated/ar/modules/rce/RCEWrapper.js +32 -32
  30. package/lib/translated/ar/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  31. package/lib/translated/ar/modules/rce/ShowOnFocusButton/index.js +3 -1
  32. package/lib/translated/ar/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  33. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  34. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  35. package/lib/translated/ar/modules/translations/locales/el.js +3 -0
  36. package/lib/translated/ar/modules/translations/locales/fa_IR.js +3 -0
  37. package/lib/translated/ar/modules/translations/locales/he.js +3 -0
  38. package/lib/translated/ar/modules/translations/locales/hu.js +3 -0
  39. package/lib/translated/ar/modules/translations/locales/hy.js +3 -0
  40. package/lib/translated/ar/modules/translations/locales/ko.js +3 -0
  41. package/lib/translated/ar/modules/translations/locales/nn.js +3 -0
  42. package/lib/translated/ar/modules/translations/locales/ru.js +3 -0
  43. package/lib/translated/ar/modules/translations/locales/sv.js +3 -0
  44. package/lib/translated/ar/modules/translations/locales/tr.js +3 -0
  45. package/lib/translated/ar/modules/translations/locales/uk_UA.js +3 -0
  46. package/lib/translated/ar/modules/translations/locales/vi.js +3 -0
  47. package/lib/translated/ar/modules/util/textarea-editing-util.js +7 -3
  48. package/lib/translated/ca/modules/enhance-user-content/enhance_user_content.js +1 -1
  49. package/lib/translated/ca/modules/rce/RCEWrapper.js +32 -32
  50. package/lib/translated/ca/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  51. package/lib/translated/ca/modules/rce/ShowOnFocusButton/index.js +3 -1
  52. package/lib/translated/ca/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  53. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  54. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  55. package/lib/translated/ca/modules/translations/locales/el.js +3 -0
  56. package/lib/translated/ca/modules/translations/locales/fa_IR.js +3 -0
  57. package/lib/translated/ca/modules/translations/locales/he.js +3 -0
  58. package/lib/translated/ca/modules/translations/locales/hu.js +3 -0
  59. package/lib/translated/ca/modules/translations/locales/hy.js +3 -0
  60. package/lib/translated/ca/modules/translations/locales/ko.js +3 -0
  61. package/lib/translated/ca/modules/translations/locales/nn.js +3 -0
  62. package/lib/translated/ca/modules/translations/locales/ru.js +3 -0
  63. package/lib/translated/ca/modules/translations/locales/sv.js +3 -0
  64. package/lib/translated/ca/modules/translations/locales/tr.js +3 -0
  65. package/lib/translated/ca/modules/translations/locales/uk_UA.js +3 -0
  66. package/lib/translated/ca/modules/translations/locales/vi.js +3 -0
  67. package/lib/translated/ca/modules/util/textarea-editing-util.js +7 -3
  68. package/lib/translated/cy/modules/enhance-user-content/enhance_user_content.js +1 -1
  69. package/lib/translated/cy/modules/rce/RCEWrapper.js +32 -32
  70. package/lib/translated/cy/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  71. package/lib/translated/cy/modules/rce/ShowOnFocusButton/index.js +3 -1
  72. package/lib/translated/cy/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  73. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  74. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  75. package/lib/translated/cy/modules/translations/locales/el.js +3 -0
  76. package/lib/translated/cy/modules/translations/locales/fa_IR.js +3 -0
  77. package/lib/translated/cy/modules/translations/locales/he.js +3 -0
  78. package/lib/translated/cy/modules/translations/locales/hu.js +3 -0
  79. package/lib/translated/cy/modules/translations/locales/hy.js +3 -0
  80. package/lib/translated/cy/modules/translations/locales/ko.js +3 -0
  81. package/lib/translated/cy/modules/translations/locales/nn.js +3 -0
  82. package/lib/translated/cy/modules/translations/locales/ru.js +3 -0
  83. package/lib/translated/cy/modules/translations/locales/sv.js +3 -0
  84. package/lib/translated/cy/modules/translations/locales/tr.js +3 -0
  85. package/lib/translated/cy/modules/translations/locales/uk_UA.js +3 -0
  86. package/lib/translated/cy/modules/translations/locales/vi.js +3 -0
  87. package/lib/translated/cy/modules/util/textarea-editing-util.js +7 -3
  88. package/lib/translated/da/modules/enhance-user-content/enhance_user_content.js +1 -1
  89. package/lib/translated/da/modules/rce/RCEWrapper.js +32 -32
  90. package/lib/translated/da/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  91. package/lib/translated/da/modules/rce/ShowOnFocusButton/index.js +3 -1
  92. package/lib/translated/da/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  93. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  94. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  95. package/lib/translated/da/modules/translations/locales/el.js +3 -0
  96. package/lib/translated/da/modules/translations/locales/fa_IR.js +3 -0
  97. package/lib/translated/da/modules/translations/locales/he.js +3 -0
  98. package/lib/translated/da/modules/translations/locales/hu.js +3 -0
  99. package/lib/translated/da/modules/translations/locales/hy.js +3 -0
  100. package/lib/translated/da/modules/translations/locales/ko.js +3 -0
  101. package/lib/translated/da/modules/translations/locales/nn.js +3 -0
  102. package/lib/translated/da/modules/translations/locales/ru.js +3 -0
  103. package/lib/translated/da/modules/translations/locales/sv.js +3 -0
  104. package/lib/translated/da/modules/translations/locales/tr.js +3 -0
  105. package/lib/translated/da/modules/translations/locales/uk_UA.js +3 -0
  106. package/lib/translated/da/modules/translations/locales/vi.js +3 -0
  107. package/lib/translated/da/modules/util/textarea-editing-util.js +7 -3
  108. package/lib/translated/da-x-k12/modules/enhance-user-content/enhance_user_content.js +1 -1
  109. package/lib/translated/da-x-k12/modules/rce/RCEWrapper.js +32 -32
  110. package/lib/translated/da-x-k12/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  111. package/lib/translated/da-x-k12/modules/rce/ShowOnFocusButton/index.js +3 -1
  112. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  113. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  114. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  115. package/lib/translated/da-x-k12/modules/translations/locales/el.js +3 -0
  116. package/lib/translated/da-x-k12/modules/translations/locales/fa_IR.js +3 -0
  117. package/lib/translated/da-x-k12/modules/translations/locales/he.js +3 -0
  118. package/lib/translated/da-x-k12/modules/translations/locales/hu.js +3 -0
  119. package/lib/translated/da-x-k12/modules/translations/locales/hy.js +3 -0
  120. package/lib/translated/da-x-k12/modules/translations/locales/ko.js +3 -0
  121. package/lib/translated/da-x-k12/modules/translations/locales/nn.js +3 -0
  122. package/lib/translated/da-x-k12/modules/translations/locales/ru.js +3 -0
  123. package/lib/translated/da-x-k12/modules/translations/locales/sv.js +3 -0
  124. package/lib/translated/da-x-k12/modules/translations/locales/tr.js +3 -0
  125. package/lib/translated/da-x-k12/modules/translations/locales/uk_UA.js +3 -0
  126. package/lib/translated/da-x-k12/modules/translations/locales/vi.js +3 -0
  127. package/lib/translated/da-x-k12/modules/util/textarea-editing-util.js +7 -3
  128. package/lib/translated/de/modules/enhance-user-content/enhance_user_content.js +1 -1
  129. package/lib/translated/de/modules/rce/RCEWrapper.js +32 -32
  130. package/lib/translated/de/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  131. package/lib/translated/de/modules/rce/ShowOnFocusButton/index.js +3 -1
  132. package/lib/translated/de/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  133. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  134. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  135. package/lib/translated/de/modules/translations/locales/el.js +3 -0
  136. package/lib/translated/de/modules/translations/locales/fa_IR.js +3 -0
  137. package/lib/translated/de/modules/translations/locales/he.js +3 -0
  138. package/lib/translated/de/modules/translations/locales/hu.js +3 -0
  139. package/lib/translated/de/modules/translations/locales/hy.js +3 -0
  140. package/lib/translated/de/modules/translations/locales/ko.js +3 -0
  141. package/lib/translated/de/modules/translations/locales/nn.js +3 -0
  142. package/lib/translated/de/modules/translations/locales/ru.js +3 -0
  143. package/lib/translated/de/modules/translations/locales/sv.js +3 -0
  144. package/lib/translated/de/modules/translations/locales/tr.js +3 -0
  145. package/lib/translated/de/modules/translations/locales/uk_UA.js +3 -0
  146. package/lib/translated/de/modules/translations/locales/vi.js +3 -0
  147. package/lib/translated/de/modules/util/textarea-editing-util.js +7 -3
  148. package/lib/translated/el/modules/enhance-user-content/enhance_user_content.js +1 -1
  149. package/lib/translated/el/modules/rce/KeyboardShortcutModal.js +1 -1
  150. package/lib/translated/el/modules/rce/RCEWrapper.js +32 -32
  151. package/lib/translated/el/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  152. package/lib/translated/el/modules/rce/ShowOnFocusButton/index.js +3 -1
  153. package/lib/translated/el/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  154. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  155. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  156. package/lib/translated/el/modules/translations/locales/el.js +3 -0
  157. package/lib/translated/el/modules/translations/locales/fa_IR.js +3 -0
  158. package/lib/translated/el/modules/translations/locales/he.js +3 -0
  159. package/lib/translated/el/modules/translations/locales/hu.js +3 -0
  160. package/lib/translated/el/modules/translations/locales/hy.js +3 -0
  161. package/lib/translated/el/modules/translations/locales/ko.js +3 -0
  162. package/lib/translated/el/modules/translations/locales/nn.js +3 -0
  163. package/lib/translated/el/modules/translations/locales/ru.js +3 -0
  164. package/lib/translated/el/modules/translations/locales/sv.js +3 -0
  165. package/lib/translated/el/modules/translations/locales/tr.js +3 -0
  166. package/lib/translated/el/modules/translations/locales/uk_UA.js +3 -0
  167. package/lib/translated/el/modules/translations/locales/vi.js +3 -0
  168. package/lib/translated/el/modules/util/textarea-editing-util.js +7 -3
  169. package/lib/translated/en/modules/enhance-user-content/enhance_user_content.js +1 -1
  170. package/lib/translated/en/modules/rce/RCEWrapper.js +32 -32
  171. package/lib/translated/en/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  172. package/lib/translated/en/modules/rce/ShowOnFocusButton/index.js +3 -1
  173. package/lib/translated/en/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  174. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  175. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  176. package/lib/translated/en/modules/translations/locales/el.js +3 -0
  177. package/lib/translated/en/modules/translations/locales/fa_IR.js +3 -0
  178. package/lib/translated/en/modules/translations/locales/he.js +3 -0
  179. package/lib/translated/en/modules/translations/locales/hu.js +3 -0
  180. package/lib/translated/en/modules/translations/locales/hy.js +3 -0
  181. package/lib/translated/en/modules/translations/locales/ko.js +3 -0
  182. package/lib/translated/en/modules/translations/locales/nn.js +3 -0
  183. package/lib/translated/en/modules/translations/locales/ru.js +3 -0
  184. package/lib/translated/en/modules/translations/locales/sv.js +3 -0
  185. package/lib/translated/en/modules/translations/locales/tr.js +3 -0
  186. package/lib/translated/en/modules/translations/locales/uk_UA.js +3 -0
  187. package/lib/translated/en/modules/translations/locales/vi.js +3 -0
  188. package/lib/translated/en/modules/util/textarea-editing-util.js +7 -3
  189. package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/enhance_user_content.js +1 -1
  190. package/lib/translated/en-AU-x-unimelb/modules/rce/RCEWrapper.js +32 -32
  191. package/lib/translated/en-AU-x-unimelb/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  192. package/lib/translated/en-AU-x-unimelb/modules/rce/ShowOnFocusButton/index.js +3 -1
  193. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  194. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  195. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  196. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/el.js +3 -0
  197. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/fa_IR.js +3 -0
  198. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/he.js +3 -0
  199. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/hu.js +3 -0
  200. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/hy.js +3 -0
  201. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ko.js +3 -0
  202. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/nn.js +3 -0
  203. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ru.js +3 -0
  204. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/sv.js +3 -0
  205. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/tr.js +3 -0
  206. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/uk_UA.js +3 -0
  207. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/vi.js +3 -0
  208. package/lib/translated/en-AU-x-unimelb/modules/util/textarea-editing-util.js +7 -3
  209. package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/enhance_user_content.js +1 -1
  210. package/lib/translated/en-GB-x-ukhe/modules/rce/RCEWrapper.js +32 -32
  211. package/lib/translated/en-GB-x-ukhe/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  212. package/lib/translated/en-GB-x-ukhe/modules/rce/ShowOnFocusButton/index.js +3 -1
  213. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  214. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  215. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  216. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/el.js +3 -0
  217. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/fa_IR.js +3 -0
  218. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/he.js +3 -0
  219. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/hu.js +3 -0
  220. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/hy.js +3 -0
  221. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ko.js +3 -0
  222. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/nn.js +3 -0
  223. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ru.js +3 -0
  224. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/sv.js +3 -0
  225. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/tr.js +3 -0
  226. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/uk_UA.js +3 -0
  227. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/vi.js +3 -0
  228. package/lib/translated/en-GB-x-ukhe/modules/util/textarea-editing-util.js +7 -3
  229. package/lib/translated/en_AU/modules/enhance-user-content/enhance_user_content.js +1 -1
  230. package/lib/translated/en_AU/modules/rce/RCEWrapper.js +32 -32
  231. package/lib/translated/en_AU/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  232. package/lib/translated/en_AU/modules/rce/ShowOnFocusButton/index.js +3 -1
  233. package/lib/translated/en_AU/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  234. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  235. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  236. package/lib/translated/en_AU/modules/translations/locales/el.js +3 -0
  237. package/lib/translated/en_AU/modules/translations/locales/fa_IR.js +3 -0
  238. package/lib/translated/en_AU/modules/translations/locales/he.js +3 -0
  239. package/lib/translated/en_AU/modules/translations/locales/hu.js +3 -0
  240. package/lib/translated/en_AU/modules/translations/locales/hy.js +3 -0
  241. package/lib/translated/en_AU/modules/translations/locales/ko.js +3 -0
  242. package/lib/translated/en_AU/modules/translations/locales/nn.js +3 -0
  243. package/lib/translated/en_AU/modules/translations/locales/ru.js +3 -0
  244. package/lib/translated/en_AU/modules/translations/locales/sv.js +3 -0
  245. package/lib/translated/en_AU/modules/translations/locales/tr.js +3 -0
  246. package/lib/translated/en_AU/modules/translations/locales/uk_UA.js +3 -0
  247. package/lib/translated/en_AU/modules/translations/locales/vi.js +3 -0
  248. package/lib/translated/en_AU/modules/util/textarea-editing-util.js +7 -3
  249. package/lib/translated/en_CA/modules/enhance-user-content/enhance_user_content.js +1 -1
  250. package/lib/translated/en_CA/modules/rce/RCEWrapper.js +32 -32
  251. package/lib/translated/en_CA/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  252. package/lib/translated/en_CA/modules/rce/ShowOnFocusButton/index.js +3 -1
  253. package/lib/translated/en_CA/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  254. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  255. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  256. package/lib/translated/en_CA/modules/translations/locales/el.js +3 -0
  257. package/lib/translated/en_CA/modules/translations/locales/fa_IR.js +3 -0
  258. package/lib/translated/en_CA/modules/translations/locales/he.js +3 -0
  259. package/lib/translated/en_CA/modules/translations/locales/hu.js +3 -0
  260. package/lib/translated/en_CA/modules/translations/locales/hy.js +3 -0
  261. package/lib/translated/en_CA/modules/translations/locales/ko.js +3 -0
  262. package/lib/translated/en_CA/modules/translations/locales/nn.js +3 -0
  263. package/lib/translated/en_CA/modules/translations/locales/ru.js +3 -0
  264. package/lib/translated/en_CA/modules/translations/locales/sv.js +3 -0
  265. package/lib/translated/en_CA/modules/translations/locales/tr.js +3 -0
  266. package/lib/translated/en_CA/modules/translations/locales/uk_UA.js +3 -0
  267. package/lib/translated/en_CA/modules/translations/locales/vi.js +3 -0
  268. package/lib/translated/en_CA/modules/util/textarea-editing-util.js +7 -3
  269. package/lib/translated/en_CY/modules/enhance-user-content/enhance_user_content.js +1 -1
  270. package/lib/translated/en_CY/modules/rce/RCEWrapper.js +32 -32
  271. package/lib/translated/en_CY/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  272. package/lib/translated/en_CY/modules/rce/ShowOnFocusButton/index.js +3 -1
  273. package/lib/translated/en_CY/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  274. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  275. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  276. package/lib/translated/en_CY/modules/translations/locales/el.js +3 -0
  277. package/lib/translated/en_CY/modules/translations/locales/fa_IR.js +3 -0
  278. package/lib/translated/en_CY/modules/translations/locales/he.js +3 -0
  279. package/lib/translated/en_CY/modules/translations/locales/hu.js +3 -0
  280. package/lib/translated/en_CY/modules/translations/locales/hy.js +3 -0
  281. package/lib/translated/en_CY/modules/translations/locales/ko.js +3 -0
  282. package/lib/translated/en_CY/modules/translations/locales/nn.js +3 -0
  283. package/lib/translated/en_CY/modules/translations/locales/ru.js +3 -0
  284. package/lib/translated/en_CY/modules/translations/locales/sv.js +3 -0
  285. package/lib/translated/en_CY/modules/translations/locales/tr.js +3 -0
  286. package/lib/translated/en_CY/modules/translations/locales/uk_UA.js +3 -0
  287. package/lib/translated/en_CY/modules/translations/locales/vi.js +3 -0
  288. package/lib/translated/en_CY/modules/util/textarea-editing-util.js +7 -3
  289. package/lib/translated/en_GB/modules/enhance-user-content/enhance_user_content.js +1 -1
  290. package/lib/translated/en_GB/modules/rce/RCEWrapper.js +32 -32
  291. package/lib/translated/en_GB/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  292. package/lib/translated/en_GB/modules/rce/ShowOnFocusButton/index.js +3 -1
  293. package/lib/translated/en_GB/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  294. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  295. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  296. package/lib/translated/en_GB/modules/translations/locales/el.js +3 -0
  297. package/lib/translated/en_GB/modules/translations/locales/fa_IR.js +3 -0
  298. package/lib/translated/en_GB/modules/translations/locales/he.js +3 -0
  299. package/lib/translated/en_GB/modules/translations/locales/hu.js +3 -0
  300. package/lib/translated/en_GB/modules/translations/locales/hy.js +3 -0
  301. package/lib/translated/en_GB/modules/translations/locales/ko.js +3 -0
  302. package/lib/translated/en_GB/modules/translations/locales/nn.js +3 -0
  303. package/lib/translated/en_GB/modules/translations/locales/ru.js +3 -0
  304. package/lib/translated/en_GB/modules/translations/locales/sv.js +3 -0
  305. package/lib/translated/en_GB/modules/translations/locales/tr.js +3 -0
  306. package/lib/translated/en_GB/modules/translations/locales/uk_UA.js +3 -0
  307. package/lib/translated/en_GB/modules/translations/locales/vi.js +3 -0
  308. package/lib/translated/en_GB/modules/util/textarea-editing-util.js +7 -3
  309. package/lib/translated/es/modules/enhance-user-content/enhance_user_content.js +1 -1
  310. package/lib/translated/es/modules/rce/RCEWrapper.js +32 -32
  311. package/lib/translated/es/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  312. package/lib/translated/es/modules/rce/ShowOnFocusButton/index.js +3 -1
  313. package/lib/translated/es/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  314. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  315. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  316. package/lib/translated/es/modules/translations/locales/el.js +3 -0
  317. package/lib/translated/es/modules/translations/locales/fa_IR.js +3 -0
  318. package/lib/translated/es/modules/translations/locales/he.js +3 -0
  319. package/lib/translated/es/modules/translations/locales/hu.js +3 -0
  320. package/lib/translated/es/modules/translations/locales/hy.js +3 -0
  321. package/lib/translated/es/modules/translations/locales/ko.js +3 -0
  322. package/lib/translated/es/modules/translations/locales/nn.js +3 -0
  323. package/lib/translated/es/modules/translations/locales/ru.js +3 -0
  324. package/lib/translated/es/modules/translations/locales/sv.js +3 -0
  325. package/lib/translated/es/modules/translations/locales/tr.js +3 -0
  326. package/lib/translated/es/modules/translations/locales/uk_UA.js +3 -0
  327. package/lib/translated/es/modules/translations/locales/vi.js +3 -0
  328. package/lib/translated/es/modules/util/textarea-editing-util.js +7 -3
  329. package/lib/translated/es_ES/modules/enhance-user-content/enhance_user_content.js +1 -1
  330. package/lib/translated/es_ES/modules/rce/RCEWrapper.js +32 -32
  331. package/lib/translated/es_ES/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  332. package/lib/translated/es_ES/modules/rce/ShowOnFocusButton/index.js +3 -1
  333. package/lib/translated/es_ES/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  334. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  335. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  336. package/lib/translated/es_ES/modules/translations/locales/el.js +3 -0
  337. package/lib/translated/es_ES/modules/translations/locales/fa_IR.js +3 -0
  338. package/lib/translated/es_ES/modules/translations/locales/he.js +3 -0
  339. package/lib/translated/es_ES/modules/translations/locales/hu.js +3 -0
  340. package/lib/translated/es_ES/modules/translations/locales/hy.js +3 -0
  341. package/lib/translated/es_ES/modules/translations/locales/ko.js +3 -0
  342. package/lib/translated/es_ES/modules/translations/locales/nn.js +3 -0
  343. package/lib/translated/es_ES/modules/translations/locales/ru.js +3 -0
  344. package/lib/translated/es_ES/modules/translations/locales/sv.js +3 -0
  345. package/lib/translated/es_ES/modules/translations/locales/tr.js +3 -0
  346. package/lib/translated/es_ES/modules/translations/locales/uk_UA.js +3 -0
  347. package/lib/translated/es_ES/modules/translations/locales/vi.js +3 -0
  348. package/lib/translated/es_ES/modules/util/textarea-editing-util.js +7 -3
  349. package/lib/translated/es_GT/modules/enhance-user-content/enhance_user_content.js +1 -1
  350. package/lib/translated/es_GT/modules/rce/RCEWrapper.js +32 -32
  351. package/lib/translated/es_GT/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  352. package/lib/translated/es_GT/modules/rce/ShowOnFocusButton/index.js +3 -1
  353. package/lib/translated/es_GT/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  354. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  355. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  356. package/lib/translated/es_GT/modules/translations/locales/el.js +3 -0
  357. package/lib/translated/es_GT/modules/translations/locales/fa_IR.js +3 -0
  358. package/lib/translated/es_GT/modules/translations/locales/he.js +3 -0
  359. package/lib/translated/es_GT/modules/translations/locales/hu.js +3 -0
  360. package/lib/translated/es_GT/modules/translations/locales/hy.js +3 -0
  361. package/lib/translated/es_GT/modules/translations/locales/ko.js +3 -0
  362. package/lib/translated/es_GT/modules/translations/locales/nn.js +3 -0
  363. package/lib/translated/es_GT/modules/translations/locales/ru.js +3 -0
  364. package/lib/translated/es_GT/modules/translations/locales/sv.js +3 -0
  365. package/lib/translated/es_GT/modules/translations/locales/tr.js +3 -0
  366. package/lib/translated/es_GT/modules/translations/locales/uk_UA.js +3 -0
  367. package/lib/translated/es_GT/modules/translations/locales/vi.js +3 -0
  368. package/lib/translated/es_GT/modules/util/textarea-editing-util.js +7 -3
  369. package/lib/translated/fa_IR/modules/enhance-user-content/enhance_user_content.js +1 -1
  370. package/lib/translated/fa_IR/modules/rce/KeyboardShortcutModal.js +1 -1
  371. package/lib/translated/fa_IR/modules/rce/RCEWrapper.js +32 -32
  372. package/lib/translated/fa_IR/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  373. package/lib/translated/fa_IR/modules/rce/ShowOnFocusButton/index.js +3 -1
  374. package/lib/translated/fa_IR/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  375. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  376. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  377. package/lib/translated/fa_IR/modules/translations/locales/el.js +3 -0
  378. package/lib/translated/fa_IR/modules/translations/locales/fa_IR.js +3 -0
  379. package/lib/translated/fa_IR/modules/translations/locales/he.js +3 -0
  380. package/lib/translated/fa_IR/modules/translations/locales/hu.js +3 -0
  381. package/lib/translated/fa_IR/modules/translations/locales/hy.js +3 -0
  382. package/lib/translated/fa_IR/modules/translations/locales/ko.js +3 -0
  383. package/lib/translated/fa_IR/modules/translations/locales/nn.js +3 -0
  384. package/lib/translated/fa_IR/modules/translations/locales/ru.js +3 -0
  385. package/lib/translated/fa_IR/modules/translations/locales/sv.js +3 -0
  386. package/lib/translated/fa_IR/modules/translations/locales/tr.js +3 -0
  387. package/lib/translated/fa_IR/modules/translations/locales/uk_UA.js +3 -0
  388. package/lib/translated/fa_IR/modules/translations/locales/vi.js +3 -0
  389. package/lib/translated/fa_IR/modules/util/textarea-editing-util.js +7 -3
  390. package/lib/translated/fi/modules/enhance-user-content/enhance_user_content.js +1 -1
  391. package/lib/translated/fi/modules/rce/RCEWrapper.js +32 -32
  392. package/lib/translated/fi/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  393. package/lib/translated/fi/modules/rce/ShowOnFocusButton/index.js +3 -1
  394. package/lib/translated/fi/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  395. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  396. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  397. package/lib/translated/fi/modules/translations/locales/el.js +3 -0
  398. package/lib/translated/fi/modules/translations/locales/fa_IR.js +3 -0
  399. package/lib/translated/fi/modules/translations/locales/he.js +3 -0
  400. package/lib/translated/fi/modules/translations/locales/hu.js +3 -0
  401. package/lib/translated/fi/modules/translations/locales/hy.js +3 -0
  402. package/lib/translated/fi/modules/translations/locales/ko.js +3 -0
  403. package/lib/translated/fi/modules/translations/locales/nn.js +3 -0
  404. package/lib/translated/fi/modules/translations/locales/ru.js +3 -0
  405. package/lib/translated/fi/modules/translations/locales/sv.js +3 -0
  406. package/lib/translated/fi/modules/translations/locales/tr.js +3 -0
  407. package/lib/translated/fi/modules/translations/locales/uk_UA.js +3 -0
  408. package/lib/translated/fi/modules/translations/locales/vi.js +3 -0
  409. package/lib/translated/fi/modules/util/textarea-editing-util.js +7 -3
  410. package/lib/translated/fr/modules/enhance-user-content/enhance_user_content.js +1 -1
  411. package/lib/translated/fr/modules/rce/RCEWrapper.js +32 -32
  412. package/lib/translated/fr/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  413. package/lib/translated/fr/modules/rce/ShowOnFocusButton/index.js +3 -1
  414. package/lib/translated/fr/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  415. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  416. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  417. package/lib/translated/fr/modules/translations/locales/el.js +3 -0
  418. package/lib/translated/fr/modules/translations/locales/fa_IR.js +3 -0
  419. package/lib/translated/fr/modules/translations/locales/he.js +3 -0
  420. package/lib/translated/fr/modules/translations/locales/hu.js +3 -0
  421. package/lib/translated/fr/modules/translations/locales/hy.js +3 -0
  422. package/lib/translated/fr/modules/translations/locales/ko.js +3 -0
  423. package/lib/translated/fr/modules/translations/locales/nn.js +3 -0
  424. package/lib/translated/fr/modules/translations/locales/ru.js +3 -0
  425. package/lib/translated/fr/modules/translations/locales/sv.js +3 -0
  426. package/lib/translated/fr/modules/translations/locales/tr.js +3 -0
  427. package/lib/translated/fr/modules/translations/locales/uk_UA.js +3 -0
  428. package/lib/translated/fr/modules/translations/locales/vi.js +3 -0
  429. package/lib/translated/fr/modules/util/textarea-editing-util.js +7 -3
  430. package/lib/translated/fr_CA/modules/enhance-user-content/enhance_user_content.js +1 -1
  431. package/lib/translated/fr_CA/modules/rce/RCEWrapper.js +32 -32
  432. package/lib/translated/fr_CA/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  433. package/lib/translated/fr_CA/modules/rce/ShowOnFocusButton/index.js +3 -1
  434. package/lib/translated/fr_CA/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  435. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  436. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  437. package/lib/translated/fr_CA/modules/translations/locales/el.js +3 -0
  438. package/lib/translated/fr_CA/modules/translations/locales/fa_IR.js +3 -0
  439. package/lib/translated/fr_CA/modules/translations/locales/he.js +3 -0
  440. package/lib/translated/fr_CA/modules/translations/locales/hu.js +3 -0
  441. package/lib/translated/fr_CA/modules/translations/locales/hy.js +3 -0
  442. package/lib/translated/fr_CA/modules/translations/locales/ko.js +3 -0
  443. package/lib/translated/fr_CA/modules/translations/locales/nn.js +3 -0
  444. package/lib/translated/fr_CA/modules/translations/locales/ru.js +3 -0
  445. package/lib/translated/fr_CA/modules/translations/locales/sv.js +3 -0
  446. package/lib/translated/fr_CA/modules/translations/locales/tr.js +3 -0
  447. package/lib/translated/fr_CA/modules/translations/locales/uk_UA.js +3 -0
  448. package/lib/translated/fr_CA/modules/translations/locales/vi.js +3 -0
  449. package/lib/translated/fr_CA/modules/util/textarea-editing-util.js +7 -3
  450. package/lib/translated/he/modules/enhance-user-content/enhance_user_content.js +1 -1
  451. package/lib/translated/he/modules/rce/KeyboardShortcutModal.js +1 -1
  452. package/lib/translated/he/modules/rce/RCEWrapper.js +32 -32
  453. package/lib/translated/he/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  454. package/lib/translated/he/modules/rce/ShowOnFocusButton/index.js +3 -1
  455. package/lib/translated/he/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  456. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  457. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  458. package/lib/translated/he/modules/translations/locales/el.js +3 -0
  459. package/lib/translated/he/modules/translations/locales/fa_IR.js +3 -0
  460. package/lib/translated/he/modules/translations/locales/he.js +3 -0
  461. package/lib/translated/he/modules/translations/locales/hu.js +3 -0
  462. package/lib/translated/he/modules/translations/locales/hy.js +3 -0
  463. package/lib/translated/he/modules/translations/locales/ko.js +3 -0
  464. package/lib/translated/he/modules/translations/locales/nn.js +3 -0
  465. package/lib/translated/he/modules/translations/locales/ru.js +3 -0
  466. package/lib/translated/he/modules/translations/locales/sv.js +3 -0
  467. package/lib/translated/he/modules/translations/locales/tr.js +3 -0
  468. package/lib/translated/he/modules/translations/locales/uk_UA.js +3 -0
  469. package/lib/translated/he/modules/translations/locales/vi.js +3 -0
  470. package/lib/translated/he/modules/util/textarea-editing-util.js +7 -3
  471. package/lib/translated/ht/modules/enhance-user-content/enhance_user_content.js +1 -1
  472. package/lib/translated/ht/modules/rce/RCEWrapper.js +32 -32
  473. package/lib/translated/ht/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  474. package/lib/translated/ht/modules/rce/ShowOnFocusButton/index.js +3 -1
  475. package/lib/translated/ht/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  476. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  477. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  478. package/lib/translated/ht/modules/translations/locales/el.js +3 -0
  479. package/lib/translated/ht/modules/translations/locales/fa_IR.js +3 -0
  480. package/lib/translated/ht/modules/translations/locales/he.js +3 -0
  481. package/lib/translated/ht/modules/translations/locales/hu.js +3 -0
  482. package/lib/translated/ht/modules/translations/locales/hy.js +3 -0
  483. package/lib/translated/ht/modules/translations/locales/ko.js +3 -0
  484. package/lib/translated/ht/modules/translations/locales/nn.js +3 -0
  485. package/lib/translated/ht/modules/translations/locales/ru.js +3 -0
  486. package/lib/translated/ht/modules/translations/locales/sv.js +3 -0
  487. package/lib/translated/ht/modules/translations/locales/tr.js +3 -0
  488. package/lib/translated/ht/modules/translations/locales/uk_UA.js +3 -0
  489. package/lib/translated/ht/modules/translations/locales/vi.js +3 -0
  490. package/lib/translated/ht/modules/util/textarea-editing-util.js +7 -3
  491. package/lib/translated/hu/modules/enhance-user-content/enhance_user_content.js +1 -1
  492. package/lib/translated/hu/modules/rce/KeyboardShortcutModal.js +1 -1
  493. package/lib/translated/hu/modules/rce/RCEWrapper.js +32 -32
  494. package/lib/translated/hu/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  495. package/lib/translated/hu/modules/rce/ShowOnFocusButton/index.js +3 -1
  496. package/lib/translated/hu/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  497. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  498. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  499. package/lib/translated/hu/modules/translations/locales/el.js +3 -0
  500. package/lib/translated/hu/modules/translations/locales/fa_IR.js +3 -0
  501. package/lib/translated/hu/modules/translations/locales/he.js +3 -0
  502. package/lib/translated/hu/modules/translations/locales/hu.js +3 -0
  503. package/lib/translated/hu/modules/translations/locales/hy.js +3 -0
  504. package/lib/translated/hu/modules/translations/locales/ko.js +3 -0
  505. package/lib/translated/hu/modules/translations/locales/nn.js +3 -0
  506. package/lib/translated/hu/modules/translations/locales/ru.js +3 -0
  507. package/lib/translated/hu/modules/translations/locales/sv.js +3 -0
  508. package/lib/translated/hu/modules/translations/locales/tr.js +3 -0
  509. package/lib/translated/hu/modules/translations/locales/uk_UA.js +3 -0
  510. package/lib/translated/hu/modules/translations/locales/vi.js +3 -0
  511. package/lib/translated/hu/modules/util/textarea-editing-util.js +7 -3
  512. package/lib/translated/hy/modules/enhance-user-content/enhance_user_content.js +1 -1
  513. package/lib/translated/hy/modules/rce/KeyboardShortcutModal.js +1 -1
  514. package/lib/translated/hy/modules/rce/RCEWrapper.js +32 -32
  515. package/lib/translated/hy/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  516. package/lib/translated/hy/modules/rce/ShowOnFocusButton/index.js +3 -1
  517. package/lib/translated/hy/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  518. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  519. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  520. package/lib/translated/hy/modules/translations/locales/el.js +3 -0
  521. package/lib/translated/hy/modules/translations/locales/fa_IR.js +3 -0
  522. package/lib/translated/hy/modules/translations/locales/he.js +3 -0
  523. package/lib/translated/hy/modules/translations/locales/hu.js +3 -0
  524. package/lib/translated/hy/modules/translations/locales/hy.js +3 -0
  525. package/lib/translated/hy/modules/translations/locales/ko.js +3 -0
  526. package/lib/translated/hy/modules/translations/locales/nn.js +3 -0
  527. package/lib/translated/hy/modules/translations/locales/ru.js +3 -0
  528. package/lib/translated/hy/modules/translations/locales/sv.js +3 -0
  529. package/lib/translated/hy/modules/translations/locales/tr.js +3 -0
  530. package/lib/translated/hy/modules/translations/locales/uk_UA.js +3 -0
  531. package/lib/translated/hy/modules/translations/locales/vi.js +3 -0
  532. package/lib/translated/hy/modules/util/textarea-editing-util.js +7 -3
  533. package/lib/translated/is/modules/enhance-user-content/enhance_user_content.js +1 -1
  534. package/lib/translated/is/modules/rce/RCEWrapper.js +32 -32
  535. package/lib/translated/is/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  536. package/lib/translated/is/modules/rce/ShowOnFocusButton/index.js +3 -1
  537. package/lib/translated/is/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  538. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  539. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  540. package/lib/translated/is/modules/translations/locales/el.js +3 -0
  541. package/lib/translated/is/modules/translations/locales/fa_IR.js +3 -0
  542. package/lib/translated/is/modules/translations/locales/he.js +3 -0
  543. package/lib/translated/is/modules/translations/locales/hu.js +3 -0
  544. package/lib/translated/is/modules/translations/locales/hy.js +3 -0
  545. package/lib/translated/is/modules/translations/locales/ko.js +3 -0
  546. package/lib/translated/is/modules/translations/locales/nn.js +3 -0
  547. package/lib/translated/is/modules/translations/locales/ru.js +3 -0
  548. package/lib/translated/is/modules/translations/locales/sv.js +3 -0
  549. package/lib/translated/is/modules/translations/locales/tr.js +3 -0
  550. package/lib/translated/is/modules/translations/locales/uk_UA.js +3 -0
  551. package/lib/translated/is/modules/translations/locales/vi.js +3 -0
  552. package/lib/translated/is/modules/util/textarea-editing-util.js +7 -3
  553. package/lib/translated/it/modules/enhance-user-content/enhance_user_content.js +1 -1
  554. package/lib/translated/it/modules/rce/RCEWrapper.js +32 -32
  555. package/lib/translated/it/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  556. package/lib/translated/it/modules/rce/ShowOnFocusButton/index.js +3 -1
  557. package/lib/translated/it/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  558. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  559. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  560. package/lib/translated/it/modules/translations/locales/el.js +3 -0
  561. package/lib/translated/it/modules/translations/locales/fa_IR.js +3 -0
  562. package/lib/translated/it/modules/translations/locales/he.js +3 -0
  563. package/lib/translated/it/modules/translations/locales/hu.js +3 -0
  564. package/lib/translated/it/modules/translations/locales/hy.js +3 -0
  565. package/lib/translated/it/modules/translations/locales/ko.js +3 -0
  566. package/lib/translated/it/modules/translations/locales/nn.js +3 -0
  567. package/lib/translated/it/modules/translations/locales/ru.js +3 -0
  568. package/lib/translated/it/modules/translations/locales/sv.js +3 -0
  569. package/lib/translated/it/modules/translations/locales/tr.js +3 -0
  570. package/lib/translated/it/modules/translations/locales/uk_UA.js +3 -0
  571. package/lib/translated/it/modules/translations/locales/vi.js +3 -0
  572. package/lib/translated/it/modules/util/textarea-editing-util.js +7 -3
  573. package/lib/translated/ja/modules/enhance-user-content/enhance_user_content.js +1 -1
  574. package/lib/translated/ja/modules/rce/RCEWrapper.js +32 -32
  575. package/lib/translated/ja/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  576. package/lib/translated/ja/modules/rce/ShowOnFocusButton/index.js +3 -1
  577. package/lib/translated/ja/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  578. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  579. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  580. package/lib/translated/ja/modules/translations/locales/el.js +3 -0
  581. package/lib/translated/ja/modules/translations/locales/fa_IR.js +3 -0
  582. package/lib/translated/ja/modules/translations/locales/he.js +3 -0
  583. package/lib/translated/ja/modules/translations/locales/hu.js +3 -0
  584. package/lib/translated/ja/modules/translations/locales/hy.js +3 -0
  585. package/lib/translated/ja/modules/translations/locales/ko.js +3 -0
  586. package/lib/translated/ja/modules/translations/locales/nn.js +3 -0
  587. package/lib/translated/ja/modules/translations/locales/ru.js +3 -0
  588. package/lib/translated/ja/modules/translations/locales/sv.js +3 -0
  589. package/lib/translated/ja/modules/translations/locales/tr.js +3 -0
  590. package/lib/translated/ja/modules/translations/locales/uk_UA.js +3 -0
  591. package/lib/translated/ja/modules/translations/locales/vi.js +3 -0
  592. package/lib/translated/ja/modules/util/textarea-editing-util.js +7 -3
  593. package/lib/translated/ko/modules/enhance-user-content/enhance_user_content.js +1 -1
  594. package/lib/translated/ko/modules/rce/KeyboardShortcutModal.js +1 -1
  595. package/lib/translated/ko/modules/rce/RCEWrapper.js +32 -32
  596. package/lib/translated/ko/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  597. package/lib/translated/ko/modules/rce/ShowOnFocusButton/index.js +3 -1
  598. package/lib/translated/ko/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  599. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  600. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  601. package/lib/translated/ko/modules/translations/locales/el.js +3 -0
  602. package/lib/translated/ko/modules/translations/locales/fa_IR.js +3 -0
  603. package/lib/translated/ko/modules/translations/locales/he.js +3 -0
  604. package/lib/translated/ko/modules/translations/locales/hu.js +3 -0
  605. package/lib/translated/ko/modules/translations/locales/hy.js +3 -0
  606. package/lib/translated/ko/modules/translations/locales/ko.js +3 -0
  607. package/lib/translated/ko/modules/translations/locales/nn.js +3 -0
  608. package/lib/translated/ko/modules/translations/locales/ru.js +3 -0
  609. package/lib/translated/ko/modules/translations/locales/sv.js +3 -0
  610. package/lib/translated/ko/modules/translations/locales/tr.js +3 -0
  611. package/lib/translated/ko/modules/translations/locales/uk_UA.js +3 -0
  612. package/lib/translated/ko/modules/translations/locales/vi.js +3 -0
  613. package/lib/translated/ko/modules/util/textarea-editing-util.js +7 -3
  614. package/lib/translated/mi/modules/enhance-user-content/enhance_user_content.js +1 -1
  615. package/lib/translated/mi/modules/rce/RCEWrapper.js +32 -32
  616. package/lib/translated/mi/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  617. package/lib/translated/mi/modules/rce/ShowOnFocusButton/index.js +3 -1
  618. package/lib/translated/mi/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  619. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  620. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  621. package/lib/translated/mi/modules/translations/locales/el.js +3 -0
  622. package/lib/translated/mi/modules/translations/locales/fa_IR.js +3 -0
  623. package/lib/translated/mi/modules/translations/locales/he.js +3 -0
  624. package/lib/translated/mi/modules/translations/locales/hu.js +3 -0
  625. package/lib/translated/mi/modules/translations/locales/hy.js +3 -0
  626. package/lib/translated/mi/modules/translations/locales/ko.js +3 -0
  627. package/lib/translated/mi/modules/translations/locales/nn.js +3 -0
  628. package/lib/translated/mi/modules/translations/locales/ru.js +3 -0
  629. package/lib/translated/mi/modules/translations/locales/sv.js +3 -0
  630. package/lib/translated/mi/modules/translations/locales/tr.js +3 -0
  631. package/lib/translated/mi/modules/translations/locales/uk_UA.js +3 -0
  632. package/lib/translated/mi/modules/translations/locales/vi.js +3 -0
  633. package/lib/translated/mi/modules/util/textarea-editing-util.js +7 -3
  634. package/lib/translated/ms/modules/enhance-user-content/enhance_user_content.js +1 -1
  635. package/lib/translated/ms/modules/rce/RCEWrapper.js +32 -32
  636. package/lib/translated/ms/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  637. package/lib/translated/ms/modules/rce/ShowOnFocusButton/index.js +3 -1
  638. package/lib/translated/ms/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  639. package/lib/translated/ms/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  640. package/lib/translated/ms/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  641. package/lib/translated/ms/modules/translations/locales/el.js +3 -0
  642. package/lib/translated/ms/modules/translations/locales/fa_IR.js +3 -0
  643. package/lib/translated/ms/modules/translations/locales/he.js +3 -0
  644. package/lib/translated/ms/modules/translations/locales/hu.js +3 -0
  645. package/lib/translated/ms/modules/translations/locales/hy.js +3 -0
  646. package/lib/translated/ms/modules/translations/locales/ko.js +3 -0
  647. package/lib/translated/ms/modules/translations/locales/nn.js +3 -0
  648. package/lib/translated/ms/modules/translations/locales/ru.js +3 -0
  649. package/lib/translated/ms/modules/translations/locales/sv.js +3 -0
  650. package/lib/translated/ms/modules/translations/locales/tr.js +3 -0
  651. package/lib/translated/ms/modules/translations/locales/uk_UA.js +3 -0
  652. package/lib/translated/ms/modules/translations/locales/vi.js +3 -0
  653. package/lib/translated/ms/modules/util/textarea-editing-util.js +7 -3
  654. package/lib/translated/nb/modules/enhance-user-content/enhance_user_content.js +1 -1
  655. package/lib/translated/nb/modules/rce/RCEWrapper.js +32 -32
  656. package/lib/translated/nb/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  657. package/lib/translated/nb/modules/rce/ShowOnFocusButton/index.js +3 -1
  658. package/lib/translated/nb/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  659. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  660. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  661. package/lib/translated/nb/modules/translations/locales/el.js +3 -0
  662. package/lib/translated/nb/modules/translations/locales/fa_IR.js +3 -0
  663. package/lib/translated/nb/modules/translations/locales/he.js +3 -0
  664. package/lib/translated/nb/modules/translations/locales/hu.js +3 -0
  665. package/lib/translated/nb/modules/translations/locales/hy.js +3 -0
  666. package/lib/translated/nb/modules/translations/locales/ko.js +3 -0
  667. package/lib/translated/nb/modules/translations/locales/nn.js +3 -0
  668. package/lib/translated/nb/modules/translations/locales/ru.js +3 -0
  669. package/lib/translated/nb/modules/translations/locales/sv.js +3 -0
  670. package/lib/translated/nb/modules/translations/locales/tr.js +3 -0
  671. package/lib/translated/nb/modules/translations/locales/uk_UA.js +3 -0
  672. package/lib/translated/nb/modules/translations/locales/vi.js +3 -0
  673. package/lib/translated/nb/modules/util/textarea-editing-util.js +7 -3
  674. package/lib/translated/nb-x-k12/modules/enhance-user-content/enhance_user_content.js +1 -1
  675. package/lib/translated/nb-x-k12/modules/rce/RCEWrapper.js +32 -32
  676. package/lib/translated/nb-x-k12/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  677. package/lib/translated/nb-x-k12/modules/rce/ShowOnFocusButton/index.js +3 -1
  678. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  679. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  680. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  681. package/lib/translated/nb-x-k12/modules/translations/locales/el.js +3 -0
  682. package/lib/translated/nb-x-k12/modules/translations/locales/fa_IR.js +3 -0
  683. package/lib/translated/nb-x-k12/modules/translations/locales/he.js +3 -0
  684. package/lib/translated/nb-x-k12/modules/translations/locales/hu.js +3 -0
  685. package/lib/translated/nb-x-k12/modules/translations/locales/hy.js +3 -0
  686. package/lib/translated/nb-x-k12/modules/translations/locales/ko.js +3 -0
  687. package/lib/translated/nb-x-k12/modules/translations/locales/nn.js +3 -0
  688. package/lib/translated/nb-x-k12/modules/translations/locales/ru.js +3 -0
  689. package/lib/translated/nb-x-k12/modules/translations/locales/sv.js +3 -0
  690. package/lib/translated/nb-x-k12/modules/translations/locales/tr.js +3 -0
  691. package/lib/translated/nb-x-k12/modules/translations/locales/uk_UA.js +3 -0
  692. package/lib/translated/nb-x-k12/modules/translations/locales/vi.js +3 -0
  693. package/lib/translated/nb-x-k12/modules/util/textarea-editing-util.js +7 -3
  694. package/lib/translated/nl/modules/enhance-user-content/enhance_user_content.js +1 -1
  695. package/lib/translated/nl/modules/rce/RCEWrapper.js +32 -32
  696. package/lib/translated/nl/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  697. package/lib/translated/nl/modules/rce/ShowOnFocusButton/index.js +3 -1
  698. package/lib/translated/nl/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  699. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  700. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  701. package/lib/translated/nl/modules/translations/locales/el.js +3 -0
  702. package/lib/translated/nl/modules/translations/locales/fa_IR.js +3 -0
  703. package/lib/translated/nl/modules/translations/locales/he.js +3 -0
  704. package/lib/translated/nl/modules/translations/locales/hu.js +3 -0
  705. package/lib/translated/nl/modules/translations/locales/hy.js +3 -0
  706. package/lib/translated/nl/modules/translations/locales/ko.js +3 -0
  707. package/lib/translated/nl/modules/translations/locales/nn.js +3 -0
  708. package/lib/translated/nl/modules/translations/locales/ru.js +3 -0
  709. package/lib/translated/nl/modules/translations/locales/sv.js +3 -0
  710. package/lib/translated/nl/modules/translations/locales/tr.js +3 -0
  711. package/lib/translated/nl/modules/translations/locales/uk_UA.js +3 -0
  712. package/lib/translated/nl/modules/translations/locales/vi.js +3 -0
  713. package/lib/translated/nl/modules/util/textarea-editing-util.js +7 -3
  714. package/lib/translated/nn/modules/enhance-user-content/enhance_user_content.js +1 -1
  715. package/lib/translated/nn/modules/rce/KeyboardShortcutModal.js +1 -1
  716. package/lib/translated/nn/modules/rce/RCEWrapper.js +32 -32
  717. package/lib/translated/nn/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  718. package/lib/translated/nn/modules/rce/ShowOnFocusButton/index.js +3 -1
  719. package/lib/translated/nn/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  720. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  721. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  722. package/lib/translated/nn/modules/translations/locales/el.js +3 -0
  723. package/lib/translated/nn/modules/translations/locales/fa_IR.js +3 -0
  724. package/lib/translated/nn/modules/translations/locales/he.js +3 -0
  725. package/lib/translated/nn/modules/translations/locales/hu.js +3 -0
  726. package/lib/translated/nn/modules/translations/locales/hy.js +3 -0
  727. package/lib/translated/nn/modules/translations/locales/ko.js +3 -0
  728. package/lib/translated/nn/modules/translations/locales/nn.js +3 -0
  729. package/lib/translated/nn/modules/translations/locales/ru.js +3 -0
  730. package/lib/translated/nn/modules/translations/locales/sv.js +3 -0
  731. package/lib/translated/nn/modules/translations/locales/tr.js +3 -0
  732. package/lib/translated/nn/modules/translations/locales/uk_UA.js +3 -0
  733. package/lib/translated/nn/modules/translations/locales/vi.js +3 -0
  734. package/lib/translated/nn/modules/util/textarea-editing-util.js +7 -3
  735. package/lib/translated/pl/modules/enhance-user-content/enhance_user_content.js +1 -1
  736. package/lib/translated/pl/modules/rce/RCEWrapper.js +32 -32
  737. package/lib/translated/pl/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  738. package/lib/translated/pl/modules/rce/ShowOnFocusButton/index.js +3 -1
  739. package/lib/translated/pl/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  740. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  741. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  742. package/lib/translated/pl/modules/translations/locales/el.js +3 -0
  743. package/lib/translated/pl/modules/translations/locales/fa_IR.js +3 -0
  744. package/lib/translated/pl/modules/translations/locales/he.js +3 -0
  745. package/lib/translated/pl/modules/translations/locales/hu.js +3 -0
  746. package/lib/translated/pl/modules/translations/locales/hy.js +3 -0
  747. package/lib/translated/pl/modules/translations/locales/ko.js +3 -0
  748. package/lib/translated/pl/modules/translations/locales/nn.js +3 -0
  749. package/lib/translated/pl/modules/translations/locales/ru.js +3 -0
  750. package/lib/translated/pl/modules/translations/locales/sv.js +3 -0
  751. package/lib/translated/pl/modules/translations/locales/tr.js +3 -0
  752. package/lib/translated/pl/modules/translations/locales/uk_UA.js +3 -0
  753. package/lib/translated/pl/modules/translations/locales/vi.js +3 -0
  754. package/lib/translated/pl/modules/util/textarea-editing-util.js +7 -3
  755. package/lib/translated/pt/modules/enhance-user-content/enhance_user_content.js +1 -1
  756. package/lib/translated/pt/modules/rce/RCEWrapper.js +32 -32
  757. package/lib/translated/pt/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  758. package/lib/translated/pt/modules/rce/ShowOnFocusButton/index.js +3 -1
  759. package/lib/translated/pt/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  760. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  761. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  762. package/lib/translated/pt/modules/translations/locales/el.js +3 -0
  763. package/lib/translated/pt/modules/translations/locales/fa_IR.js +3 -0
  764. package/lib/translated/pt/modules/translations/locales/he.js +3 -0
  765. package/lib/translated/pt/modules/translations/locales/hu.js +3 -0
  766. package/lib/translated/pt/modules/translations/locales/hy.js +3 -0
  767. package/lib/translated/pt/modules/translations/locales/ko.js +3 -0
  768. package/lib/translated/pt/modules/translations/locales/nn.js +3 -0
  769. package/lib/translated/pt/modules/translations/locales/ru.js +3 -0
  770. package/lib/translated/pt/modules/translations/locales/sv.js +3 -0
  771. package/lib/translated/pt/modules/translations/locales/tr.js +3 -0
  772. package/lib/translated/pt/modules/translations/locales/uk_UA.js +3 -0
  773. package/lib/translated/pt/modules/translations/locales/vi.js +3 -0
  774. package/lib/translated/pt/modules/util/textarea-editing-util.js +7 -3
  775. package/lib/translated/pt_BR/modules/enhance-user-content/enhance_user_content.js +1 -1
  776. package/lib/translated/pt_BR/modules/rce/RCEWrapper.js +32 -32
  777. package/lib/translated/pt_BR/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  778. package/lib/translated/pt_BR/modules/rce/ShowOnFocusButton/index.js +3 -1
  779. package/lib/translated/pt_BR/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  780. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  781. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  782. package/lib/translated/pt_BR/modules/translations/locales/el.js +3 -0
  783. package/lib/translated/pt_BR/modules/translations/locales/fa_IR.js +3 -0
  784. package/lib/translated/pt_BR/modules/translations/locales/he.js +3 -0
  785. package/lib/translated/pt_BR/modules/translations/locales/hu.js +3 -0
  786. package/lib/translated/pt_BR/modules/translations/locales/hy.js +3 -0
  787. package/lib/translated/pt_BR/modules/translations/locales/ko.js +3 -0
  788. package/lib/translated/pt_BR/modules/translations/locales/nn.js +3 -0
  789. package/lib/translated/pt_BR/modules/translations/locales/ru.js +3 -0
  790. package/lib/translated/pt_BR/modules/translations/locales/sv.js +3 -0
  791. package/lib/translated/pt_BR/modules/translations/locales/tr.js +3 -0
  792. package/lib/translated/pt_BR/modules/translations/locales/uk_UA.js +3 -0
  793. package/lib/translated/pt_BR/modules/translations/locales/vi.js +3 -0
  794. package/lib/translated/pt_BR/modules/util/textarea-editing-util.js +7 -3
  795. package/lib/translated/ru/modules/enhance-user-content/enhance_user_content.js +1 -1
  796. package/lib/translated/ru/modules/rce/KeyboardShortcutModal.js +1 -1
  797. package/lib/translated/ru/modules/rce/RCEWrapper.js +32 -32
  798. package/lib/translated/ru/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  799. package/lib/translated/ru/modules/rce/ShowOnFocusButton/index.js +3 -1
  800. package/lib/translated/ru/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  801. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  802. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  803. package/lib/translated/ru/modules/translations/locales/el.js +3 -0
  804. package/lib/translated/ru/modules/translations/locales/fa_IR.js +3 -0
  805. package/lib/translated/ru/modules/translations/locales/he.js +3 -0
  806. package/lib/translated/ru/modules/translations/locales/hu.js +3 -0
  807. package/lib/translated/ru/modules/translations/locales/hy.js +3 -0
  808. package/lib/translated/ru/modules/translations/locales/ko.js +3 -0
  809. package/lib/translated/ru/modules/translations/locales/nn.js +3 -0
  810. package/lib/translated/ru/modules/translations/locales/ru.js +3 -0
  811. package/lib/translated/ru/modules/translations/locales/sv.js +3 -0
  812. package/lib/translated/ru/modules/translations/locales/tr.js +3 -0
  813. package/lib/translated/ru/modules/translations/locales/uk_UA.js +3 -0
  814. package/lib/translated/ru/modules/translations/locales/vi.js +3 -0
  815. package/lib/translated/ru/modules/util/textarea-editing-util.js +7 -3
  816. package/lib/translated/se/modules/enhance-user-content/enhance_user_content.js +1 -1
  817. package/lib/translated/se/modules/rce/RCEWrapper.js +32 -32
  818. package/lib/translated/se/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  819. package/lib/translated/se/modules/rce/ShowOnFocusButton/index.js +3 -1
  820. package/lib/translated/se/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  821. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  822. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  823. package/lib/translated/se/modules/translations/locales/el.js +3 -0
  824. package/lib/translated/se/modules/translations/locales/fa_IR.js +3 -0
  825. package/lib/translated/se/modules/translations/locales/he.js +3 -0
  826. package/lib/translated/se/modules/translations/locales/hu.js +3 -0
  827. package/lib/translated/se/modules/translations/locales/hy.js +3 -0
  828. package/lib/translated/se/modules/translations/locales/ko.js +3 -0
  829. package/lib/translated/se/modules/translations/locales/nn.js +3 -0
  830. package/lib/translated/se/modules/translations/locales/ru.js +3 -0
  831. package/lib/translated/se/modules/translations/locales/sv.js +3 -0
  832. package/lib/translated/se/modules/translations/locales/tr.js +3 -0
  833. package/lib/translated/se/modules/translations/locales/uk_UA.js +3 -0
  834. package/lib/translated/se/modules/translations/locales/vi.js +3 -0
  835. package/lib/translated/se/modules/util/textarea-editing-util.js +7 -3
  836. package/lib/translated/sl/modules/enhance-user-content/enhance_user_content.js +1 -1
  837. package/lib/translated/sl/modules/rce/RCEWrapper.js +32 -32
  838. package/lib/translated/sl/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  839. package/lib/translated/sl/modules/rce/ShowOnFocusButton/index.js +3 -1
  840. package/lib/translated/sl/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  841. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  842. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  843. package/lib/translated/sl/modules/translations/locales/el.js +3 -0
  844. package/lib/translated/sl/modules/translations/locales/fa_IR.js +3 -0
  845. package/lib/translated/sl/modules/translations/locales/he.js +3 -0
  846. package/lib/translated/sl/modules/translations/locales/hu.js +3 -0
  847. package/lib/translated/sl/modules/translations/locales/hy.js +3 -0
  848. package/lib/translated/sl/modules/translations/locales/ko.js +3 -0
  849. package/lib/translated/sl/modules/translations/locales/nn.js +3 -0
  850. package/lib/translated/sl/modules/translations/locales/ru.js +3 -0
  851. package/lib/translated/sl/modules/translations/locales/sv.js +3 -0
  852. package/lib/translated/sl/modules/translations/locales/tr.js +3 -0
  853. package/lib/translated/sl/modules/translations/locales/uk_UA.js +3 -0
  854. package/lib/translated/sl/modules/translations/locales/vi.js +3 -0
  855. package/lib/translated/sl/modules/util/textarea-editing-util.js +7 -3
  856. package/lib/translated/sv/modules/enhance-user-content/enhance_user_content.js +1 -1
  857. package/lib/translated/sv/modules/rce/KeyboardShortcutModal.js +1 -1
  858. package/lib/translated/sv/modules/rce/RCEWrapper.js +32 -32
  859. package/lib/translated/sv/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  860. package/lib/translated/sv/modules/rce/ShowOnFocusButton/index.js +3 -1
  861. package/lib/translated/sv/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  862. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  863. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  864. package/lib/translated/sv/modules/translations/locales/el.js +3 -0
  865. package/lib/translated/sv/modules/translations/locales/fa_IR.js +3 -0
  866. package/lib/translated/sv/modules/translations/locales/he.js +3 -0
  867. package/lib/translated/sv/modules/translations/locales/hu.js +3 -0
  868. package/lib/translated/sv/modules/translations/locales/hy.js +3 -0
  869. package/lib/translated/sv/modules/translations/locales/ko.js +3 -0
  870. package/lib/translated/sv/modules/translations/locales/nn.js +3 -0
  871. package/lib/translated/sv/modules/translations/locales/ru.js +3 -0
  872. package/lib/translated/sv/modules/translations/locales/sv.js +3 -0
  873. package/lib/translated/sv/modules/translations/locales/tr.js +3 -0
  874. package/lib/translated/sv/modules/translations/locales/uk_UA.js +3 -0
  875. package/lib/translated/sv/modules/translations/locales/vi.js +3 -0
  876. package/lib/translated/sv/modules/util/textarea-editing-util.js +7 -3
  877. package/lib/translated/sv-x-k12/modules/enhance-user-content/enhance_user_content.js +1 -1
  878. package/lib/translated/sv-x-k12/modules/rce/RCEWrapper.js +32 -32
  879. package/lib/translated/sv-x-k12/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  880. package/lib/translated/sv-x-k12/modules/rce/ShowOnFocusButton/index.js +3 -1
  881. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  882. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  883. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  884. package/lib/translated/sv-x-k12/modules/translations/locales/el.js +3 -0
  885. package/lib/translated/sv-x-k12/modules/translations/locales/fa_IR.js +3 -0
  886. package/lib/translated/sv-x-k12/modules/translations/locales/he.js +3 -0
  887. package/lib/translated/sv-x-k12/modules/translations/locales/hu.js +3 -0
  888. package/lib/translated/sv-x-k12/modules/translations/locales/hy.js +3 -0
  889. package/lib/translated/sv-x-k12/modules/translations/locales/ko.js +3 -0
  890. package/lib/translated/sv-x-k12/modules/translations/locales/nn.js +3 -0
  891. package/lib/translated/sv-x-k12/modules/translations/locales/ru.js +3 -0
  892. package/lib/translated/sv-x-k12/modules/translations/locales/sv.js +3 -0
  893. package/lib/translated/sv-x-k12/modules/translations/locales/tr.js +3 -0
  894. package/lib/translated/sv-x-k12/modules/translations/locales/uk_UA.js +3 -0
  895. package/lib/translated/sv-x-k12/modules/translations/locales/vi.js +3 -0
  896. package/lib/translated/sv-x-k12/modules/util/textarea-editing-util.js +7 -3
  897. package/lib/translated/sv_SE/modules/enhance-user-content/enhance_user_content.js +1 -1
  898. package/lib/translated/sv_SE/modules/rce/RCEWrapper.js +32 -32
  899. package/lib/translated/sv_SE/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  900. package/lib/translated/sv_SE/modules/rce/ShowOnFocusButton/index.js +3 -1
  901. package/lib/translated/sv_SE/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  902. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  903. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  904. package/lib/translated/sv_SE/modules/translations/locales/el.js +3 -0
  905. package/lib/translated/sv_SE/modules/translations/locales/fa_IR.js +3 -0
  906. package/lib/translated/sv_SE/modules/translations/locales/he.js +3 -0
  907. package/lib/translated/sv_SE/modules/translations/locales/hu.js +3 -0
  908. package/lib/translated/sv_SE/modules/translations/locales/hy.js +3 -0
  909. package/lib/translated/sv_SE/modules/translations/locales/ko.js +3 -0
  910. package/lib/translated/sv_SE/modules/translations/locales/nn.js +3 -0
  911. package/lib/translated/sv_SE/modules/translations/locales/ru.js +3 -0
  912. package/lib/translated/sv_SE/modules/translations/locales/sv.js +3 -0
  913. package/lib/translated/sv_SE/modules/translations/locales/tr.js +3 -0
  914. package/lib/translated/sv_SE/modules/translations/locales/uk_UA.js +3 -0
  915. package/lib/translated/sv_SE/modules/translations/locales/vi.js +3 -0
  916. package/lib/translated/sv_SE/modules/util/textarea-editing-util.js +7 -3
  917. package/lib/translated/tg/modules/enhance-user-content/enhance_user_content.js +1 -1
  918. package/lib/translated/tg/modules/rce/RCEWrapper.js +32 -32
  919. package/lib/translated/tg/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  920. package/lib/translated/tg/modules/rce/ShowOnFocusButton/index.js +3 -1
  921. package/lib/translated/tg/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  922. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  923. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  924. package/lib/translated/tg/modules/translations/locales/el.js +3 -0
  925. package/lib/translated/tg/modules/translations/locales/fa_IR.js +3 -0
  926. package/lib/translated/tg/modules/translations/locales/he.js +3 -0
  927. package/lib/translated/tg/modules/translations/locales/hu.js +3 -0
  928. package/lib/translated/tg/modules/translations/locales/hy.js +3 -0
  929. package/lib/translated/tg/modules/translations/locales/ko.js +3 -0
  930. package/lib/translated/tg/modules/translations/locales/nn.js +3 -0
  931. package/lib/translated/tg/modules/translations/locales/ru.js +3 -0
  932. package/lib/translated/tg/modules/translations/locales/sv.js +3 -0
  933. package/lib/translated/tg/modules/translations/locales/tr.js +3 -0
  934. package/lib/translated/tg/modules/translations/locales/uk_UA.js +3 -0
  935. package/lib/translated/tg/modules/translations/locales/vi.js +3 -0
  936. package/lib/translated/tg/modules/util/textarea-editing-util.js +7 -3
  937. package/lib/translated/th/modules/enhance-user-content/enhance_user_content.js +1 -1
  938. package/lib/translated/th/modules/rce/RCEWrapper.js +32 -32
  939. package/lib/translated/th/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  940. package/lib/translated/th/modules/rce/ShowOnFocusButton/index.js +3 -1
  941. package/lib/translated/th/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  942. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  943. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  944. package/lib/translated/th/modules/translations/locales/el.js +3 -0
  945. package/lib/translated/th/modules/translations/locales/fa_IR.js +3 -0
  946. package/lib/translated/th/modules/translations/locales/he.js +3 -0
  947. package/lib/translated/th/modules/translations/locales/hu.js +3 -0
  948. package/lib/translated/th/modules/translations/locales/hy.js +3 -0
  949. package/lib/translated/th/modules/translations/locales/ko.js +3 -0
  950. package/lib/translated/th/modules/translations/locales/nn.js +3 -0
  951. package/lib/translated/th/modules/translations/locales/ru.js +3 -0
  952. package/lib/translated/th/modules/translations/locales/sv.js +3 -0
  953. package/lib/translated/th/modules/translations/locales/tr.js +3 -0
  954. package/lib/translated/th/modules/translations/locales/uk_UA.js +3 -0
  955. package/lib/translated/th/modules/translations/locales/vi.js +3 -0
  956. package/lib/translated/th/modules/util/textarea-editing-util.js +7 -3
  957. package/lib/translated/th_TH/modules/enhance-user-content/enhance_user_content.js +1 -1
  958. package/lib/translated/th_TH/modules/rce/RCEWrapper.js +32 -32
  959. package/lib/translated/th_TH/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  960. package/lib/translated/th_TH/modules/rce/ShowOnFocusButton/index.js +3 -1
  961. package/lib/translated/th_TH/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  962. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  963. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  964. package/lib/translated/th_TH/modules/translations/locales/el.js +3 -0
  965. package/lib/translated/th_TH/modules/translations/locales/fa_IR.js +3 -0
  966. package/lib/translated/th_TH/modules/translations/locales/he.js +3 -0
  967. package/lib/translated/th_TH/modules/translations/locales/hu.js +3 -0
  968. package/lib/translated/th_TH/modules/translations/locales/hy.js +3 -0
  969. package/lib/translated/th_TH/modules/translations/locales/ko.js +3 -0
  970. package/lib/translated/th_TH/modules/translations/locales/nn.js +3 -0
  971. package/lib/translated/th_TH/modules/translations/locales/ru.js +3 -0
  972. package/lib/translated/th_TH/modules/translations/locales/sv.js +3 -0
  973. package/lib/translated/th_TH/modules/translations/locales/tr.js +3 -0
  974. package/lib/translated/th_TH/modules/translations/locales/uk_UA.js +3 -0
  975. package/lib/translated/th_TH/modules/translations/locales/vi.js +3 -0
  976. package/lib/translated/th_TH/modules/util/textarea-editing-util.js +7 -3
  977. package/lib/translated/tr/modules/enhance-user-content/enhance_user_content.js +1 -1
  978. package/lib/translated/tr/modules/rce/KeyboardShortcutModal.js +1 -1
  979. package/lib/translated/tr/modules/rce/RCEWrapper.js +32 -32
  980. package/lib/translated/tr/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  981. package/lib/translated/tr/modules/rce/ShowOnFocusButton/index.js +3 -1
  982. package/lib/translated/tr/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  983. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  984. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  985. package/lib/translated/tr/modules/translations/locales/el.js +3 -0
  986. package/lib/translated/tr/modules/translations/locales/fa_IR.js +3 -0
  987. package/lib/translated/tr/modules/translations/locales/he.js +3 -0
  988. package/lib/translated/tr/modules/translations/locales/hu.js +3 -0
  989. package/lib/translated/tr/modules/translations/locales/hy.js +3 -0
  990. package/lib/translated/tr/modules/translations/locales/ko.js +3 -0
  991. package/lib/translated/tr/modules/translations/locales/nn.js +3 -0
  992. package/lib/translated/tr/modules/translations/locales/ru.js +3 -0
  993. package/lib/translated/tr/modules/translations/locales/sv.js +3 -0
  994. package/lib/translated/tr/modules/translations/locales/tr.js +3 -0
  995. package/lib/translated/tr/modules/translations/locales/uk_UA.js +3 -0
  996. package/lib/translated/tr/modules/translations/locales/vi.js +3 -0
  997. package/lib/translated/tr/modules/util/textarea-editing-util.js +7 -3
  998. package/lib/translated/uk_UA/modules/enhance-user-content/enhance_user_content.js +1 -1
  999. package/lib/translated/uk_UA/modules/rce/KeyboardShortcutModal.js +1 -1
  1000. package/lib/translated/uk_UA/modules/rce/RCEWrapper.js +32 -32
  1001. package/lib/translated/uk_UA/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  1002. package/lib/translated/uk_UA/modules/rce/ShowOnFocusButton/index.js +3 -1
  1003. package/lib/translated/uk_UA/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  1004. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  1005. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  1006. package/lib/translated/uk_UA/modules/translations/locales/el.js +3 -0
  1007. package/lib/translated/uk_UA/modules/translations/locales/fa_IR.js +3 -0
  1008. package/lib/translated/uk_UA/modules/translations/locales/he.js +3 -0
  1009. package/lib/translated/uk_UA/modules/translations/locales/hu.js +3 -0
  1010. package/lib/translated/uk_UA/modules/translations/locales/hy.js +3 -0
  1011. package/lib/translated/uk_UA/modules/translations/locales/ko.js +3 -0
  1012. package/lib/translated/uk_UA/modules/translations/locales/nn.js +3 -0
  1013. package/lib/translated/uk_UA/modules/translations/locales/ru.js +3 -0
  1014. package/lib/translated/uk_UA/modules/translations/locales/sv.js +3 -0
  1015. package/lib/translated/uk_UA/modules/translations/locales/tr.js +3 -0
  1016. package/lib/translated/uk_UA/modules/translations/locales/uk_UA.js +3 -0
  1017. package/lib/translated/uk_UA/modules/translations/locales/vi.js +3 -0
  1018. package/lib/translated/uk_UA/modules/util/textarea-editing-util.js +7 -3
  1019. package/lib/translated/vi/modules/enhance-user-content/enhance_user_content.js +1 -1
  1020. package/lib/translated/vi/modules/rce/KeyboardShortcutModal.js +1 -1
  1021. package/lib/translated/vi/modules/rce/RCEWrapper.js +32 -32
  1022. package/lib/translated/vi/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  1023. package/lib/translated/vi/modules/rce/ShowOnFocusButton/index.js +3 -1
  1024. package/lib/translated/vi/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  1025. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  1026. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  1027. package/lib/translated/vi/modules/translations/locales/el.js +3 -0
  1028. package/lib/translated/vi/modules/translations/locales/fa_IR.js +3 -0
  1029. package/lib/translated/vi/modules/translations/locales/he.js +3 -0
  1030. package/lib/translated/vi/modules/translations/locales/hu.js +3 -0
  1031. package/lib/translated/vi/modules/translations/locales/hy.js +3 -0
  1032. package/lib/translated/vi/modules/translations/locales/ko.js +3 -0
  1033. package/lib/translated/vi/modules/translations/locales/nn.js +3 -0
  1034. package/lib/translated/vi/modules/translations/locales/ru.js +3 -0
  1035. package/lib/translated/vi/modules/translations/locales/sv.js +3 -0
  1036. package/lib/translated/vi/modules/translations/locales/tr.js +3 -0
  1037. package/lib/translated/vi/modules/translations/locales/uk_UA.js +3 -0
  1038. package/lib/translated/vi/modules/translations/locales/vi.js +3 -0
  1039. package/lib/translated/vi/modules/util/textarea-editing-util.js +7 -3
  1040. package/lib/translated/vi_VN/modules/enhance-user-content/enhance_user_content.js +1 -1
  1041. package/lib/translated/vi_VN/modules/rce/RCEWrapper.js +32 -32
  1042. package/lib/translated/vi_VN/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  1043. package/lib/translated/vi_VN/modules/rce/ShowOnFocusButton/index.js +3 -1
  1044. package/lib/translated/vi_VN/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  1045. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  1046. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  1047. package/lib/translated/vi_VN/modules/translations/locales/el.js +3 -0
  1048. package/lib/translated/vi_VN/modules/translations/locales/fa_IR.js +3 -0
  1049. package/lib/translated/vi_VN/modules/translations/locales/he.js +3 -0
  1050. package/lib/translated/vi_VN/modules/translations/locales/hu.js +3 -0
  1051. package/lib/translated/vi_VN/modules/translations/locales/hy.js +3 -0
  1052. package/lib/translated/vi_VN/modules/translations/locales/ko.js +3 -0
  1053. package/lib/translated/vi_VN/modules/translations/locales/nn.js +3 -0
  1054. package/lib/translated/vi_VN/modules/translations/locales/ru.js +3 -0
  1055. package/lib/translated/vi_VN/modules/translations/locales/sv.js +3 -0
  1056. package/lib/translated/vi_VN/modules/translations/locales/tr.js +3 -0
  1057. package/lib/translated/vi_VN/modules/translations/locales/uk_UA.js +3 -0
  1058. package/lib/translated/vi_VN/modules/translations/locales/vi.js +3 -0
  1059. package/lib/translated/vi_VN/modules/util/textarea-editing-util.js +7 -3
  1060. package/lib/translated/zh/modules/enhance-user-content/enhance_user_content.js +1 -1
  1061. package/lib/translated/zh/modules/rce/RCEWrapper.js +32 -32
  1062. package/lib/translated/zh/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  1063. package/lib/translated/zh/modules/rce/ShowOnFocusButton/index.js +3 -1
  1064. package/lib/translated/zh/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  1065. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  1066. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  1067. package/lib/translated/zh/modules/translations/locales/el.js +3 -0
  1068. package/lib/translated/zh/modules/translations/locales/fa_IR.js +3 -0
  1069. package/lib/translated/zh/modules/translations/locales/he.js +3 -0
  1070. package/lib/translated/zh/modules/translations/locales/hu.js +3 -0
  1071. package/lib/translated/zh/modules/translations/locales/hy.js +3 -0
  1072. package/lib/translated/zh/modules/translations/locales/ko.js +3 -0
  1073. package/lib/translated/zh/modules/translations/locales/nn.js +3 -0
  1074. package/lib/translated/zh/modules/translations/locales/ru.js +3 -0
  1075. package/lib/translated/zh/modules/translations/locales/sv.js +3 -0
  1076. package/lib/translated/zh/modules/translations/locales/tr.js +3 -0
  1077. package/lib/translated/zh/modules/translations/locales/uk_UA.js +3 -0
  1078. package/lib/translated/zh/modules/translations/locales/vi.js +3 -0
  1079. package/lib/translated/zh/modules/util/textarea-editing-util.js +7 -3
  1080. package/lib/translated/zh-Hans/modules/enhance-user-content/enhance_user_content.js +1 -1
  1081. package/lib/translated/zh-Hans/modules/rce/RCEWrapper.js +32 -32
  1082. package/lib/translated/zh-Hans/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  1083. package/lib/translated/zh-Hans/modules/rce/ShowOnFocusButton/index.js +3 -1
  1084. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  1085. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  1086. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  1087. package/lib/translated/zh-Hans/modules/translations/locales/el.js +3 -0
  1088. package/lib/translated/zh-Hans/modules/translations/locales/fa_IR.js +3 -0
  1089. package/lib/translated/zh-Hans/modules/translations/locales/he.js +3 -0
  1090. package/lib/translated/zh-Hans/modules/translations/locales/hu.js +3 -0
  1091. package/lib/translated/zh-Hans/modules/translations/locales/hy.js +3 -0
  1092. package/lib/translated/zh-Hans/modules/translations/locales/ko.js +3 -0
  1093. package/lib/translated/zh-Hans/modules/translations/locales/nn.js +3 -0
  1094. package/lib/translated/zh-Hans/modules/translations/locales/ru.js +3 -0
  1095. package/lib/translated/zh-Hans/modules/translations/locales/sv.js +3 -0
  1096. package/lib/translated/zh-Hans/modules/translations/locales/tr.js +3 -0
  1097. package/lib/translated/zh-Hans/modules/translations/locales/uk_UA.js +3 -0
  1098. package/lib/translated/zh-Hans/modules/translations/locales/vi.js +3 -0
  1099. package/lib/translated/zh-Hans/modules/util/textarea-editing-util.js +7 -3
  1100. package/lib/translated/zh-Hant/modules/enhance-user-content/enhance_user_content.js +1 -1
  1101. package/lib/translated/zh-Hant/modules/rce/RCEWrapper.js +32 -32
  1102. package/lib/translated/zh-Hant/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  1103. package/lib/translated/zh-Hant/modules/rce/ShowOnFocusButton/index.js +3 -1
  1104. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  1105. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  1106. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  1107. package/lib/translated/zh-Hant/modules/translations/locales/el.js +3 -0
  1108. package/lib/translated/zh-Hant/modules/translations/locales/fa_IR.js +3 -0
  1109. package/lib/translated/zh-Hant/modules/translations/locales/he.js +3 -0
  1110. package/lib/translated/zh-Hant/modules/translations/locales/hu.js +3 -0
  1111. package/lib/translated/zh-Hant/modules/translations/locales/hy.js +3 -0
  1112. package/lib/translated/zh-Hant/modules/translations/locales/ko.js +3 -0
  1113. package/lib/translated/zh-Hant/modules/translations/locales/nn.js +3 -0
  1114. package/lib/translated/zh-Hant/modules/translations/locales/ru.js +3 -0
  1115. package/lib/translated/zh-Hant/modules/translations/locales/sv.js +3 -0
  1116. package/lib/translated/zh-Hant/modules/translations/locales/tr.js +3 -0
  1117. package/lib/translated/zh-Hant/modules/translations/locales/uk_UA.js +3 -0
  1118. package/lib/translated/zh-Hant/modules/translations/locales/vi.js +3 -0
  1119. package/lib/translated/zh-Hant/modules/util/textarea-editing-util.js +7 -3
  1120. package/lib/translated/zh_HK/modules/enhance-user-content/enhance_user_content.js +1 -1
  1121. package/lib/translated/zh_HK/modules/rce/RCEWrapper.js +32 -32
  1122. package/lib/translated/zh_HK/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  1123. package/lib/translated/zh_HK/modules/rce/ShowOnFocusButton/index.js +3 -1
  1124. package/lib/translated/zh_HK/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  1125. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  1126. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  1127. package/lib/translated/zh_HK/modules/translations/locales/el.js +3 -0
  1128. package/lib/translated/zh_HK/modules/translations/locales/fa_IR.js +3 -0
  1129. package/lib/translated/zh_HK/modules/translations/locales/he.js +3 -0
  1130. package/lib/translated/zh_HK/modules/translations/locales/hu.js +3 -0
  1131. package/lib/translated/zh_HK/modules/translations/locales/hy.js +3 -0
  1132. package/lib/translated/zh_HK/modules/translations/locales/ko.js +3 -0
  1133. package/lib/translated/zh_HK/modules/translations/locales/nn.js +3 -0
  1134. package/lib/translated/zh_HK/modules/translations/locales/ru.js +3 -0
  1135. package/lib/translated/zh_HK/modules/translations/locales/sv.js +3 -0
  1136. package/lib/translated/zh_HK/modules/translations/locales/tr.js +3 -0
  1137. package/lib/translated/zh_HK/modules/translations/locales/uk_UA.js +3 -0
  1138. package/lib/translated/zh_HK/modules/translations/locales/vi.js +3 -0
  1139. package/lib/translated/zh_HK/modules/util/textarea-editing-util.js +7 -3
  1140. package/lib/translations/locales/el.js +3 -0
  1141. package/lib/translations/locales/fa_IR.js +3 -0
  1142. package/lib/translations/locales/he.js +3 -0
  1143. package/lib/translations/locales/hu.js +3 -0
  1144. package/lib/translations/locales/hy.js +3 -0
  1145. package/lib/translations/locales/ko.js +3 -0
  1146. package/lib/translations/locales/nn.js +3 -0
  1147. package/lib/translations/locales/ru.js +3 -0
  1148. package/lib/translations/locales/sv.js +3 -0
  1149. package/lib/translations/locales/tr.js +3 -0
  1150. package/lib/translations/locales/uk_UA.js +3 -0
  1151. package/lib/translations/locales/vi.js +3 -0
  1152. package/lib/util/textarea-editing-util.js +7 -3
  1153. package/package.json +1 -1
  1154. package/testcafe/build/145.js +1 -1
  1155. package/testcafe/build/148.js +1 -1
  1156. package/testcafe/build/15.js +1 -1
  1157. package/testcafe/build/153.js +1 -1
  1158. package/testcafe/build/26.js +2 -2
  1159. package/testcafe/build/30.js +14 -14
  1160. package/testcafe/build/42.js +1 -1
  1161. package/testcafe/build/47.js +1 -1
  1162. package/testcafe/build/49.js +1 -1
  1163. package/testcafe/build/50.js +1 -1
  1164. package/testcafe/build/51.js +1 -1
  1165. package/testcafe/build/54.js +1 -1
  1166. package/testcafe/build/59.js +1 -1
  1167. package/testcafe/build/61.js +1 -1
  1168. package/testcafe/build/62.js +1 -1
  1169. package/testcafe/build/9.js +192 -225
  1170. package/testcafe/build/testcafe.js +4 -4
@@ -8,7 +8,7 @@
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_nb_NO__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../tinymce/nb_NO */ \"./src/translations/tinymce/nb_NO.js\");\n/* harmony import */ var _tinymce_nb_NO__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tinymce_nb_NO__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\": \"Gå til HTML-editor\"\n },\n \"accessibility_checker_b3af1f6c\": {\n \"message\": \"Sjekk av universell utforming\"\n },\n \"add_8523c19b\": {\n \"message\": \"Legg til\"\n },\n \"add_another_f4e50d57\": {\n \"message\": \"Legg til ei ny\"\n },\n \"add_cc_subtitles_55f0394e\": {\n \"message\": \"Legg til undertekstar\"\n },\n \"add_image_60b2de07\": {\n \"message\": \"Legg til bilde\"\n },\n \"aleph_f4ffd155\": {\n \"message\": \"Aleph\"\n },\n \"alignment_and_lists_5cebcb69\": {\n \"message\": \"Justering og lister\"\n },\n \"all_4321c3a1\": {\n \"message\": \"Alle\"\n },\n \"all_apps_a50dea49\": {\n \"message\": \"Alle appar\"\n },\n \"alpha_15d59033\": {\n \"message\": \"Alpha\"\n },\n \"alphabetical_55b5b4e0\": {\n \"message\": \"Alfabetisk\"\n },\n \"alt_text_611fb322\": {\n \"message\": \"Alternativ tekst\"\n },\n \"amalg_coproduct_c589fb12\": {\n \"message\": \"Amalg (Koprodukt)\"\n },\n \"an_error_occured_reading_the_file_ff48558b\": {\n \"message\": \"Det oppstod eit problem under lesing av fila\"\n },\n \"an_error_occurred_making_a_network_request_d1bda348\": {\n \"message\": \"Det oppstod ein feil ved nettverksførespurnaden \"\n },\n \"an_error_occurred_uploading_your_media_71f1444d\": {\n \"message\": \"Det oppstod ein feil under opplasting av media\"\n },\n \"and_7fcc2911\": {\n \"message\": \"Og\"\n },\n \"angle_c5b4ec50\": {\n \"message\": \"Vinkel\"\n },\n \"announcement_list_da155734\": {\n \"message\": \"Kunngjeringsliste\"\n },\n \"announcements_a4b8ed4a\": {\n \"message\": \"Kunngjeringar\"\n },\n \"apply_781a2546\": {\n \"message\": \"Bruk\"\n },\n \"apply_changes_to_all_instances_of_this_icon_maker__2642f466\": {\n \"message\": \"Bruk endringar på alle versjonar av dette ikondesignar-ikonet i emnet\"\n },\n \"approaches_the_limit_893aeec9\": {\n \"message\": \"Nærmar seg grensa\"\n },\n \"approximately_e7965800\": {\n \"message\": \"Tilnærma\"\n },\n \"apps_54d24a47\": {\n \"message\": \"Appar\"\n },\n \"arrows_464a3e54\": {\n \"message\": \"Piler\"\n },\n \"art_icon_8e1daad\": {\n \"message\": \"Kunstikon\"\n },\n \"aspect_ratio_will_be_preserved_cb5fdfb8\": {\n \"message\": \"Storleiksforhold vil bli behalden\"\n },\n \"assignments_1e02582c\": {\n \"message\": \"Oppgåver\"\n },\n \"asterisk_82255584\": {\n \"message\": \"Stjerne\"\n },\n \"attributes_963ba262\": {\n \"message\": \"Attributt\"\n },\n \"audio_and_video_recording_not_supported_please_use_5ce3f0d7\": {\n \"message\": \"Opptak av lyd og bilde støttast ikkje: bruk ein annan nettlesar.\"\n },\n \"audio_options_feb58e2c\": {\n \"message\": \"Lydalternativ\"\n },\n \"audio_options_tray_33a90711\": {\n \"message\": \"Menyalternativ for lyd\"\n },\n \"audio_player_for_title_20cc70d\": {\n \"message\": \"Audiospelar for { title }\"\n },\n \"auto_saved_content_exists_would_you_like_to_load_t_fee528f2\": {\n \"message\": \"Auto-lagra innhald finst. Vil du laste inn auto-lagra innhald i staden for?\"\n },\n \"available_folders_694d0436\": {\n \"message\": \"Tilgjengelege mapper\"\n },\n \"backslash_b2d5442d\": {\n \"message\": \"Bakstrek\"\n },\n \"bar_ec63ed6\": {\n \"message\": \"Bar\"\n },\n \"basic_554cdc0a\": {\n \"message\": \"Standard\"\n },\n \"because_501841b\": {\n \"message\": \"Fordi\"\n },\n \"below_81d4dceb\": {\n \"message\": \"Nedanfor\"\n },\n \"beta_cb5f307e\": {\n \"message\": \"Beta\"\n },\n \"big_circle_16b2e604\": {\n \"message\": \"Stor sirkel\"\n },\n \"binomial_coefficient_ea5b9bb7\": {\n \"message\": \"Binomialkoeffisient\"\n },\n \"black_4cb01371\": {\n \"message\": \"Svart\"\n },\n \"blue_daf8fea9\": {\n \"message\": \"Blå\"\n },\n \"bottom_15a2a9be\": {\n \"message\": \"Nedst\"\n },\n \"bottom_third_5f5fec1d\": {\n \"message\": \"Nedre tredel\"\n },\n \"bowtie_5f9629e4\": {\n \"message\": \"Sløyfe\"\n },\n \"brick_f2656265\": {\n \"message\": \"Murstein\"\n },\n \"c_2001_acme_inc_283f7f80\": {\n \"message\": \"(c) 2001 Acme Inc.\"\n },\n \"cancel_caeb1e68\": {\n \"message\": \"Avbryt\"\n },\n \"cap_product_3a5265a6\": {\n \"message\": \"Cap-produkt\"\n },\n \"centered_dot_64d5e378\": {\n \"message\": \"Sentrert prikk\"\n },\n \"centered_horizontal_dots_451c5815\": {\n \"message\": \"Midtstilt horisontale prikkar\"\n },\n \"chi_54a32644\": {\n \"message\": \"Chi\"\n },\n \"choose_caption_file_9c45bc4e\": {\n \"message\": \"Vel undertekstfil\"\n },\n \"choose_usage_rights_33683854\": {\n \"message\": \"Vel bruksrett...\"\n },\n \"circle_484abe63\": {\n \"message\": \"Sirkel\"\n },\n \"clear_2084585f\": {\n \"message\": \"Fjern\"\n },\n \"clear_image_3213fe62\": {\n \"message\": \"Tøm bilde\"\n },\n \"clear_selected_file_82388e50\": {\n \"message\": \"Fjern vald fil\"\n },\n \"clear_selected_file_filename_2fe8a58e\": {\n \"message\": \"Fjern vald fil: { filename }\"\n },\n \"click_or_shift_click_for_the_html_editor_25d70bb4\": {\n \"message\": \"Klikk eller shift+klikk for å gå til html-editoren.\"\n },\n \"click_to_embed_imagename_c41ea8df\": {\n \"message\": \"Klikk for å sette inn { imageName }\"\n },\n \"click_to_hide_preview_3c707763\": {\n \"message\": \"Klikk for å skjule førehandsvising\"\n },\n \"click_to_insert_a_link_into_the_editor_c19613aa\": {\n \"message\": \"Klikk for å setje inn ei lenke i editoren. \"\n },\n \"click_to_show_preview_faa27051\": {\n \"message\": \"Klikk for å vise førehandsvising\"\n },\n \"close_a_menu_or_dialog_also_returns_you_to_the_edi_739079e6\": {\n \"message\": \"Om du lukkar menyen eller dialogen, kjem du tilbake til redigeringsområdet\"\n },\n \"close_d634289d\": {\n \"message\": \"Lukk\"\n },\n \"closed_caption_file_must_be_less_than_maxkb_kb_5880f752\": {\n \"message\": \"Tekst-fil må vere mindre enn { maxKb } kB.\"\n },\n \"closed_captions_subtitles_e6aaa016\": {\n \"message\": \"Undertekstar\"\n },\n \"clubs_suit_c1ffedff\": {\n \"message\": \"Kløver (Korttype)\"\n },\n \"collaborations_5c56c15f\": {\n \"message\": \"Samarbeid\"\n },\n \"collapse_to_hide_types_1ab46d2e\": {\n \"message\": \"Skjul og lukk { types }\"\n },\n \"color_picker_6b359edf\": {\n \"message\": \"Fargeveljar\"\n },\n \"color_picker_colorname_selected_ad4cf400\": {\n \"message\": \"Fargeveljar ({ colorName } vald)\"\n },\n \"complex_numbers_a543d004\": {\n \"message\": \"Komplekse tal\"\n },\n \"computer_1d7dfa6f\": {\n \"message\": \"Datamaskin\"\n },\n \"congruent_5a244acd\": {\n \"message\": \"Kongruent\"\n },\n \"contains_311f37b7\": {\n \"message\": \"Inneheld\"\n },\n \"content_1440204b\": {\n \"message\": \"Innhald\"\n },\n \"content_is_still_being_uploaded_if_you_continue_it_8f06d0cb\": {\n \"message\": \"Innhald lastar framleis og vil ikkje bli integrert godt nok dersom du held fram.\"\n },\n \"content_subtype_5ce35e88\": {\n \"message\": \"Innhald underkategori\"\n },\n \"content_type_2cf90d95\": {\n \"message\": \"Innhaldstype\"\n },\n \"coproduct_e7838082\": {\n \"message\": \"Koprodukt\"\n },\n \"copyright_holder_66ee111\": {\n \"message\": \"Rettshavar:\"\n },\n \"count_plural_0_0_words_one_1_word_other_words_acf32eca\": {\n \"message\": \"{ count, plural,\\n =0 {0 words}\\n one {1 word}\\n other {# words}\\n}\"\n },\n \"count_plural_one_item_loaded_other_items_loaded_857023b7\": {\n \"message\": \"{ count, plural,\\n one {# element lasta}\\n other {# element lasta}\\n}\"\n },\n \"course_documents_104d76e0\": {\n \"message\": \"Emnedokument\"\n },\n \"course_files_62deb8f8\": {\n \"message\": \"Emnefiler\"\n },\n \"course_files_a31f97fc\": {\n \"message\": \"Emnefiler\"\n },\n \"course_images_f8511d04\": {\n \"message\": \"Hent bilde frå emnefiler\"\n },\n \"course_links_b56959b9\": {\n \"message\": \"Emnelenker\"\n },\n \"course_media_ec759ad\": {\n \"message\": \"Emnemedier\"\n },\n \"course_navigation_dd035109\": {\n \"message\": \"Emnenavigering\"\n },\n \"create_icon_110d6463\": {\n \"message\": \"Lag ikon\"\n },\n \"creative_commons_license_725584ae\": {\n \"message\": \"Creative Commons-lisens:\"\n },\n \"crop_image_41bf940c\": {\n \"message\": \"Skjær bilde\"\n },\n \"crop_image_807ebb08\": {\n \"message\": \"Skjær bilde\"\n },\n \"cup_product_14174434\": {\n \"message\": \"Cup-produkt\"\n },\n \"current_image_f16c249c\": {\n \"message\": \"Gjeldande bilde\"\n },\n \"custom_6979cd81\": {\n \"message\": \"Eigendefinert\"\n },\n \"cyan_c1d5f68a\": {\n \"message\": \"Cyan\"\n },\n \"dagger_57e0f4e5\": {\n \"message\": \"Dolk\"\n },\n \"date_added_ed5ad465\": {\n \"message\": \"Dato lagd til\"\n },\n \"decorative_icon_9a7f3fc3\": {\n \"message\": \"Dekortativt ikon\"\n },\n \"decorative_type_upper_f2c95e3\": {\n \"message\": \"Dekorativt { TYPE_UPPER }\"\n },\n \"deep_purple_bb3e2907\": {\n \"message\": \"Mørk lilla\"\n },\n \"definite_integral_fe7ffed1\": {\n \"message\": \"Bestemt integral\"\n },\n \"degree_symbol_4a823d5f\": {\n \"message\": \"Grader-symbol\"\n },\n \"delimiters_4db4840d\": {\n \"message\": \"Skiljeteikn\"\n },\n \"delta_53765780\": {\n \"message\": \"Delta\"\n },\n \"describe_the_icon_f6a18823\": {\n \"message\": \"(Beskriv ikonet)\"\n },\n \"describe_the_type_ff448da5\": {\n \"message\": \"(Beskriv { TYPE })\"\n },\n \"describe_the_video_2fe8f46a\": {\n \"message\": \"(Skildre videoen)\"\n },\n \"details_98a31b68\": {\n \"message\": \"Detaljar\"\n },\n \"diagonal_dots_7d71b57e\": {\n \"message\": \"Diagonale prikkar\"\n },\n \"diamond_b8dfe7ae\": {\n \"message\": \"Diamant\"\n },\n \"diamonds_suit_526abaaf\": {\n \"message\": \"Ruter (Korttype)\"\n },\n \"digamma_258ade94\": {\n \"message\": \"Digamma\"\n },\n \"dimension_type_f5fa9170\": {\n \"message\": \"Dimensjonstype\"\n },\n \"dimensions_45ddb7b7\": {\n \"message\": \"Dimensjonar\"\n },\n \"directionality_26ae9e08\": {\n \"message\": \"Retningsgivande\"\n },\n \"directly_edit_latex_b7e9235b\": {\n \"message\": \"Rediger LaTeX direkte\"\n },\n \"disable_preview_222bdf72\": {\n \"message\": \"Deaktiver førehandsvising\"\n },\n \"discussions_a5f96392\": {\n \"message\": \"Diskusjonar\"\n },\n \"discussions_index_6c36ced\": {\n \"message\": \"Diskusjonsoversikt\"\n },\n \"disjoint_union_e74351a8\": {\n \"message\": \"Disjunkt union\"\n },\n \"display_options_315aba85\": {\n \"message\": \"Vis alternativ\"\n },\n \"display_text_link_opens_in_a_new_tab_75e9afc9\": {\n \"message\": \"Vis lenketekst (opnast i ny fane)\"\n },\n \"division_sign_72190870\": {\n \"message\": \"Divisjonssymbol\"\n },\n \"documents_81393201\": {\n \"message\": \"Dokument\"\n },\n \"done_54e3d4b6\": {\n \"message\": \"Fullført\"\n },\n \"double_dagger_faf78681\": {\n \"message\": \"Dobbeldolk\"\n },\n \"down_and_left_diagonal_arrow_40ef602c\": {\n \"message\": \"Diagonal pil ned til venstre\"\n },\n \"down_and_right_diagonal_arrow_6ea0f460\": {\n \"message\": \"Diagonal pil ned til høyre\"\n },\n \"download_filename_2baae924\": {\n \"message\": \"Last ned { filename }\"\n },\n \"downward_arrow_cca52012\": {\n \"message\": \"Pil nedover\"\n },\n \"downward_pointing_triangle_2a12a601\": {\n \"message\": \"Nedoverpeikande triangel\"\n },\n \"drag_a_file_here_1bf656d5\": {\n \"message\": \"Dra ei fil hit\"\n },\n \"drag_and_drop_or_click_to_browse_your_computer_60772d6d\": {\n \"message\": \"Dra og slipp, eller klikk for å hente fil frå disk\"\n },\n \"drag_handle_use_up_and_down_arrows_to_resize_e29eae5c\": {\n \"message\": \"Dragrep. Bruk piltastane opp og ned for å endre storleik\"\n },\n \"due_multiple_dates_cc0ee3f5\": {\n \"message\": \"Frist: Fleire datoar\"\n },\n \"due_when_7eed10c6\": {\n \"message\": \"Frist: { when }\"\n },\n \"edit_alt_text_for_this_icon_instance_9c6fc5fd\": {\n \"message\": \"Rediger alternativ tekst for dette ikonet\"\n },\n \"edit_c5fbea07\": {\n \"message\": \"Rediger\"\n },\n \"edit_course_link_5a5c3c59\": {\n \"message\": \"Rediger emnelenke\"\n },\n \"edit_existing_icon_maker_icon_5d0ebb3f\": {\n \"message\": \"Rediger eksisterande ikondesignar-ikon\"\n },\n \"edit_icon_2c6b0e91\": {\n \"message\": \"Rediger ikon\"\n },\n \"edit_link_7f53bebb\": {\n \"message\": \"Endre lenke\"\n },\n \"editor_statusbar_26ac81fc\": {\n \"message\": \"Statusrad editor\"\n },\n \"embed_828fac4a\": {\n \"message\": \"Sett inn\"\n },\n \"embed_code_314f1bd5\": {\n \"message\": \"Integrer kode\"\n },\n \"embed_image_1080badc\": {\n \"message\": \"Sett inn bilde\"\n },\n \"embed_video_a97a64af\": {\n \"message\": \"Integrer video\"\n },\n \"embedded_content_aaeb4d3d\": {\n \"message\": \"innebygd innhald\"\n },\n \"empty_set_91a92df4\": {\n \"message\": \"Tomt sett\"\n },\n \"encircled_dot_8f5e51c\": {\n \"message\": \"Omsirkla prikk\"\n },\n \"encircled_minus_72745096\": {\n \"message\": \"Omsirkla minus\"\n },\n \"encircled_plus_36d8d104\": {\n \"message\": \"Omsirkla pluss\"\n },\n \"encircled_times_5700096d\": {\n \"message\": \"Omsirkla multiplikasjon\"\n },\n \"engineering_icon_f8f3cf43\": {\n \"message\": \"Ingeniør-ikon\"\n },\n \"english_icon_25bfe845\": {\n \"message\": \"Engelsk ikon\"\n },\n \"enter_at_least_3_characters_to_search_4f037ee0\": {\n \"message\": \"Oppgi minst 3 teikn for å søke\"\n },\n \"epsilon_54bb8afa\": {\n \"message\": \"Epsilon\"\n },\n \"epsilon_variant_d31f1e77\": {\n \"message\": \"Epsilon (Variant)\"\n },\n \"equals_sign_c51bdc58\": {\n \"message\": \"Likskapsteikn\"\n },\n \"equation_editor_39fbc3f1\": {\n \"message\": \"Likningseditor\"\n },\n \"equivalence_class_7b0f11c0\": {\n \"message\": \"Ekvivalensklasse\"\n },\n \"equivalent_identity_654b3ce5\": {\n \"message\": \"Ekvivalent (Itentitet)\"\n },\n \"eta_b8828f99\": {\n \"message\": \"Eta\"\n },\n \"exists_2e62bdaa\": {\n \"message\": \"Eksisterer\"\n },\n \"expand_preview_by_default_2abbf9f8\": {\n \"message\": \"Utvid førehandsvisinga som standard\"\n },\n \"expand_to_see_types_f5d29352\": {\n \"message\": \"Vis og sjå { types }\"\n },\n \"external_tools_6e77821\": {\n \"message\": \"Eksterne verktøy\"\n },\n \"extra_large_b6cdf1ff\": {\n \"message\": \"Ekstra stor\"\n },\n \"extra_small_9ae33252\": {\n \"message\": \"Svært liten\"\n },\n \"extracurricular_icon_67c8ca42\": {\n \"message\": \"Utanomfaglig ikon\"\n },\n \"f_function_fe422d65\": {\n \"message\": \"F (Funksjon)\"\n },\n \"failed_getting_file_contents_e9ea19f4\": {\n \"message\": \"Henting av filinnhald mislukkast\"\n },\n \"file_storage_quota_exceeded_b7846cd1\": {\n \"message\": \"Lagringskvota er overskriden\"\n },\n \"file_url_c12b64be\": {\n \"message\": \"Fil-URL\"\n },\n \"filename_file_icon_602eb5de\": {\n \"message\": \"{ filename } filikon\"\n },\n \"filename_image_preview_6cef8f26\": {\n \"message\": \"{ filename } førehandsvising av bilde\"\n },\n \"filename_text_preview_e41ca2d8\": {\n \"message\": \"{ filename } førehandsvising av tekst\"\n },\n \"files_c300e900\": {\n \"message\": \"Filer\"\n },\n \"files_index_af7c662b\": {\n \"message\": \"Filoversikt\"\n },\n \"focus_element_options_toolbar_18d993e\": {\n \"message\": \"Sentrer alternativ-menyen\"\n },\n \"folder_tree_fbab0726\": {\n \"message\": \"Mappestruktur\"\n },\n \"for_all_b919f972\": {\n \"message\": \"For alle\"\n },\n \"format_4247a9c5\": {\n \"message\": \"Format\"\n },\n \"formatting_5b143aa8\": {\n \"message\": \"Formatering\"\n },\n \"forward_slash_3f90f35e\": {\n \"message\": \"Skråstrek\"\n },\n \"found_auto_saved_content_3f6e4ca5\": {\n \"message\": \"Fann auto-lagra innhald\"\n },\n \"fraction_41bac7af\": {\n \"message\": \"Brøk\"\n },\n \"fullscreen_873bf53f\": {\n \"message\": \"Full skjerm\"\n },\n \"gamma_1767928\": {\n \"message\": \"Gamma\"\n },\n \"generating_preview_45b53be0\": {\n \"message\": \"Genererer førehandsvising...\"\n },\n \"gif_png_format_images_larger_than_size_kb_are_not__7af3bdbd\": {\n \"message\": \"GIF/PNG bildeformat større enn { size } KB er ikkje støtta.\"\n },\n \"go_to_the_editor_s_menubar_e6674c81\": {\n \"message\": \"Gå til menylinja i redigeringsprogrammet\"\n },\n \"go_to_the_editor_s_toolbar_a5cb875f\": {\n \"message\": \"Gå til verktøylinja i redigeringsprogrammet\"\n },\n \"grades_a61eba0a\": {\n \"message\": \"Vurderingar\"\n },\n \"greater_than_e98af662\": {\n \"message\": \"Større enn\"\n },\n \"greater_than_or_equal_b911949a\": {\n \"message\": \"Større enn eller lik\"\n },\n \"greek_65c5b3f7\": {\n \"message\": \"Gresk\"\n },\n \"green_15af4778\": {\n \"message\": \"Grønt\"\n },\n \"grey_a55dceff\": {\n \"message\": \"Grå\"\n },\n \"group_documents_8bfd6ae6\": {\n \"message\": \"Grupper dokument\"\n },\n \"group_files_4324f3df\": {\n \"message\": \"Gruppefiler\"\n },\n \"group_files_82e5dcdb\": {\n \"message\": \"Gruppefiler\"\n },\n \"group_images_98e0ac17\": {\n \"message\": \"Grupper bilde\"\n },\n \"group_isomorphism_45b1458c\": {\n \"message\": \"Gruppeisomorfi\"\n },\n \"group_links_9493129e\": {\n \"message\": \"Grupper lenker\"\n },\n \"group_media_2f3d128a\": {\n \"message\": \"Grupper media\"\n },\n \"group_navigation_99f191a\": {\n \"message\": \"Gruppenavigering\"\n },\n \"h_bar_bb94deae\": {\n \"message\": \"H Bar\"\n },\n \"hat_ea321e35\": {\n \"message\": \"Hatt\"\n },\n \"heading_2_5b84eed2\": {\n \"message\": \"Overskrift 2\"\n },\n \"heading_3_2c83de44\": {\n \"message\": \"Overskrift 3\"\n },\n \"heading_4_b2e74be7\": {\n \"message\": \"Overskrift 4\"\n },\n \"health_icon_8d292eb5\": {\n \"message\": \"Helseikon\"\n },\n \"hearts_suit_e50e04ca\": {\n \"message\": \"Hjarter (Kortfage)\"\n },\n \"height_69b03e15\": {\n \"message\": \"Høgde\"\n },\n \"hexagon_d8468e0d\": {\n \"message\": \"Sekskant\"\n },\n \"hide_description_bfb5502e\": {\n \"message\": \"Skjul skildring\"\n },\n \"hide_title_description_caf092ef\": {\n \"message\": \"Skjul { title } skildring\"\n },\n \"home_351838cd\": {\n \"message\": \"Heim\"\n },\n \"html_code_editor_fd967a44\": {\n \"message\": \"HTML-editor\"\n },\n \"i_have_obtained_permission_to_use_this_file_6386f087\": {\n \"message\": \"Eg har løyve til å bruke denne fila. \"\n },\n \"i_hold_the_copyright_71ee91b1\": {\n \"message\": \"Eg er rettshavar\"\n },\n \"icon_215a1dc6\": {\n \"message\": \"Ikon\"\n },\n \"icon_8168b2f8\": {\n \"message\": \"Ikon\"\n },\n \"icon_color_b86dd6d6\": {\n \"message\": \"Ikonfarge\"\n },\n \"icon_maker_icons_cc560f7e\": {\n \"message\": \"Ikondesignar-ikon\"\n },\n \"icon_options_7e32746e\": {\n \"message\": \"Alternativ for ikon\"\n },\n \"icon_options_tray_2b407977\": {\n \"message\": \"Menyalternativ for ikon\"\n },\n \"icon_preview_1782a1d9\": {\n \"message\": \"Ikon-førehandsvisning\"\n },\n \"icon_shape_30b61e7\": {\n \"message\": \"Ikonform\"\n },\n \"icon_size_9353edea\": {\n \"message\": \"Ikonstorleik\"\n },\n \"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5\": {\n \"message\": \"Om du ikkje vel bruksrettar no, vil ikkje fila bli publisert etter at ho er lasta opp. \"\n },\n \"image_8ad06\": {\n \"message\": \"Bilde\"\n },\n \"image_c1c98202\": {\n \"message\": \"bilde\"\n },\n \"image_options_5412d02c\": {\n \"message\": \"Alternativ for bilde\"\n },\n \"image_options_tray_90a46006\": {\n \"message\": \"Redigeringsmeny for bilde\"\n },\n \"image_to_crop_3a34487d\": {\n \"message\": \"Bilde å skjere\"\n },\n \"images_7ce26570\": {\n \"message\": \"Bilde\"\n },\n \"imaginary_portion_of_complex_number_2c733ffa\": {\n \"message\": \"Imaginær del (av komplekst tal)\"\n },\n \"in_element_of_19ca2f33\": {\n \"message\": \"I (Element av)\"\n },\n \"indefinite_integral_6623307e\": {\n \"message\": \"Ubestemt integral\"\n },\n \"indigo_2035fc55\": {\n \"message\": \"Indigo\"\n },\n \"inference_fed5c960\": {\n \"message\": \"Inferens\"\n },\n \"infinity_7a10f206\": {\n \"message\": \"Uendeleg\"\n },\n \"insert_593145ef\": {\n \"message\": \"Set inn\"\n },\n \"insert_link_6dc23cae\": {\n \"message\": \"Sett inn lenke\"\n },\n \"integers_336344e1\": {\n \"message\": \"Heiltal\"\n },\n \"intersection_cd4590e4\": {\n \"message\": \"Snitt\"\n },\n \"invalid_entry_f7d2a0f5\": {\n \"message\": \"Ugyldig oppføring\"\n },\n \"invalid_file_c11ba11\": {\n \"message\": \"Ugyldig fil\"\n },\n \"invalid_file_type_881cc9b2\": {\n \"message\": \"Ugyldig filtype\"\n },\n \"invalid_url_cbde79f\": {\n \"message\": \"Ugyldig URL\"\n },\n \"iota_11c932a9\": {\n \"message\": \"Iota\"\n },\n \"kappa_2f14c816\": {\n \"message\": \"Kappa\"\n },\n \"kappa_variant_eb64574b\": {\n \"message\": \"Kappa (Variant)\"\n },\n \"keyboard_shortcuts_ed1844bd\": {\n \"message\": \"Hurtigtastar\"\n },\n \"lambda_4f602498\": {\n \"message\": \"Lambda\"\n },\n \"language_arts_icon_a798b0f8\": {\n \"message\": \"Språkvitskap-ikon\"\n },\n \"languages_icon_9d20539\": {\n \"message\": \"Språk-ikon\"\n },\n \"large_9c5e80e7\": {\n \"message\": \"Stort\"\n },\n \"left_angle_bracket_c87a6d07\": {\n \"message\": \"Venstre vinkelparentes\"\n },\n \"left_arrow_4fde1a64\": {\n \"message\": \"Pil venstre\"\n },\n \"left_arrow_with_hook_5bfcad93\": {\n \"message\": \"Pil venstre med krok\"\n },\n \"left_ceiling_ee9dd88a\": {\n \"message\": \"Venstre tak\"\n },\n \"left_curly_brace_1726fb4\": {\n \"message\": \"Venstre krøllparentes\"\n },\n \"left_downard_harpoon_arrow_1d7b3d2e\": {\n \"message\": \"Harpunpil ned mot venstre\"\n },\n \"left_floor_29ac2274\": {\n \"message\": \"Venstre gulv\"\n },\n \"left_to_right_e9b4fd06\": {\n \"message\": \"Venste mot høgre\"\n },\n \"left_upward_harpoon_arrow_3a562a96\": {\n \"message\": \"Harpunpil opp mot venstre\"\n },\n \"leftward_arrow_1e4765de\": {\n \"message\": \"Pil venstre\"\n },\n \"leftward_pointing_triangle_d14532ce\": {\n \"message\": \"Venstrepeikande triangel\"\n },\n \"less_than_a26c0641\": {\n \"message\": \"Mindre enn\"\n },\n \"less_than_or_equal_be5216cb\": {\n \"message\": \"Mindre enn eller lik\"\n },\n \"library_icon_ae1e54cf\": {\n \"message\": \"Bibliotek-ikon\"\n },\n \"light_blue_5374f600\": {\n \"message\": \"Lyseblå\"\n },\n \"link_7262adec\": {\n \"message\": \"Lenke\"\n },\n \"link_options_a16b758b\": {\n \"message\": \"Lenkealternativ\"\n },\n \"links_14b70841\": {\n \"message\": \"Lenker\"\n },\n \"links_to_an_external_site_de74145d\": {\n \"message\": \"Lenker til eit ekstern område.\"\n },\n \"load_more_35d33c7\": {\n \"message\": \"Last fleire\"\n },\n \"loading_25990131\": {\n \"message\": \"Lastar...\"\n },\n \"loading_bde52856\": {\n \"message\": \"Lastar\"\n },\n \"loading_closed_captions_subtitles_failed_95ceef47\": {\n \"message\": \"Mislukka å laste undertekster\"\n },\n \"loading_failed_b3524381\": {\n \"message\": \"Opplasting mislukkast...\"\n },\n \"loading_failed_e6a9d8ef\": {\n \"message\": \"Opplasting mislukkast.\"\n },\n \"loading_folders_d8b5869e\": {\n \"message\": \"Lastar mapper\"\n },\n \"loading_please_wait_d276220a\": {\n \"message\": \"Lastar, vent\"\n },\n \"loading_preview_9f077aa1\": {\n \"message\": \"Lastar førehandsvisning\"\n },\n \"locked_762f138b\": {\n \"message\": \"Låst\"\n },\n \"logical_equivalence_76fca396\": {\n \"message\": \"Logisk ekvivalens\"\n },\n \"logical_equivalence_short_8efd7b4f\": {\n \"message\": \"Logisk ekvivalens (Kort)\"\n },\n \"logical_equivalence_short_and_thick_1e1f654d\": {\n \"message\": \"Logisk ekvivalens (Kort og tjukk)\"\n },\n \"logical_equivalence_thick_662dd3f2\": {\n \"message\": \"Logisk ekvivalens (Tjukk)\"\n },\n \"low_horizontal_dots_cc08498e\": {\n \"message\": \"Låge horisontale prikkar\"\n },\n \"magenta_4a65993c\": {\n \"message\": \"Magenta\"\n },\n \"maps_to_e5ef7382\": {\n \"message\": \"Avbild til\"\n },\n \"math_icon_ad4e9d03\": {\n \"message\": \"Matematikk-ikon\"\n },\n \"media_af190855\": {\n \"message\": \"Media\"\n },\n \"media_file_is_processing_please_try_again_later_58a6d49\": {\n \"message\": \"Mediefil vart prosessert. Prøv på ny seinare.\"\n },\n \"medium_5a8e9ead\": {\n \"message\": \"Medium\"\n },\n \"middle_27dc1d5\": {\n \"message\": \"Midtpunkt\"\n },\n \"minimize_file_preview_da911944\": {\n \"message\": \"Minimer førehandsvising av fil\"\n },\n \"minimize_video_20aa554b\": {\n \"message\": \"Minimer video\"\n },\n \"minus_fd961e2e\": {\n \"message\": \"Minus\"\n },\n \"minus_plus_3461f637\": {\n \"message\": \"Minus/Pluss\"\n },\n \"misc_3b692ea7\": {\n \"message\": \"Diverse\"\n },\n \"miscellaneous_e9818229\": {\n \"message\": \"Diverse\"\n },\n \"modules_c4325335\": {\n \"message\": \"Modular\"\n },\n \"mu_37223b8b\": {\n \"message\": \"Mu\"\n },\n \"multi_color_image_63d7372f\": {\n \"message\": \"Fleirfargebilde\"\n },\n \"multiplication_sign_15f95c22\": {\n \"message\": \"Multiplikasjonsteikn\"\n },\n \"music_icon_4db5c972\": {\n \"message\": \"Musikk-ikon\"\n },\n \"must_be_at_least_width_x_height_px_41dc825e\": {\n \"message\": \"Må vere minst { width } x { height }px\"\n },\n \"my_files_2f621040\": {\n \"message\": \"Mine filer\"\n },\n \"n_th_root_9991a6e4\": {\n \"message\": \"N-te rot\"\n },\n \"nabla_1e216d25\": {\n \"message\": \"Nabla\"\n },\n \"name_1aed4a1b\": {\n \"message\": \"Namn\"\n },\n \"natural_music_54a70258\": {\n \"message\": \"Naturleg (Musikk)\"\n },\n \"natural_numbers_3da07060\": {\n \"message\": \"Naturlege tal\"\n },\n \"navigate_through_the_menu_or_toolbar_415a4e50\": {\n \"message\": \"Naviger gjennom menyen eller verktøylinja\"\n },\n \"nested_greater_than_d852e60d\": {\n \"message\": \"Nøsta større enn\"\n },\n \"nested_less_than_27d17e58\": {\n \"message\": \"Nøsta mindre enn\"\n },\n \"no_changes_to_save_d29f6e91\": {\n \"message\": \"Ingen endringar å lagre.\"\n },\n \"no_e16d9132\": {\n \"message\": \"Nei\"\n },\n \"no_file_chosen_9a880793\": {\n \"message\": \"Ingen filer er valde\"\n },\n \"no_preview_is_available_for_this_file_f940114a\": {\n \"message\": \"Førehandsvising er ikkje tilgjengeleg for denne fila.\"\n },\n \"no_results_940393cf\": {\n \"message\": \"Utan resultat. \"\n },\n \"no_results_found_for_filterterm_ad1b04c8\": {\n \"message\": \"Ingen resultat funne for { filterTerm }\"\n },\n \"none_3b5e34d2\": {\n \"message\": \"Ingen\"\n },\n \"none_selected_b93d56d2\": {\n \"message\": \"Ingen vald\"\n },\n \"not_equal_6e2980e6\": {\n \"message\": \"Ikkje lik\"\n },\n \"not_in_not_an_element_of_fb1ffb54\": {\n \"message\": \"Ikkje i (Ikkje eit element av)\"\n },\n \"not_negation_1418ebb8\": {\n \"message\": \"Ikkje (Negasjon)\"\n },\n \"not_subset_dc2b5e84\": {\n \"message\": \"Ikkje delmengd\"\n },\n \"not_subset_strict_23d282bf\": {\n \"message\": \"Ikkje delmengd (Streng)\"\n },\n \"not_superset_5556b913\": {\n \"message\": \"Ikkje supersett\"\n },\n \"not_superset_strict_24e06f36\": {\n \"message\": \"Ikkje supersett (Streng)\"\n },\n \"nu_1c0f6848\": {\n \"message\": \"Nu\"\n },\n \"octagon_e48be9f\": {\n \"message\": \"Åttekant\"\n },\n \"olive_6a3e4d6b\": {\n \"message\": \"Oliven\"\n },\n \"omega_8f2c3463\": {\n \"message\": \"Omega\"\n },\n \"one_of_the_following_styles_must_be_added_to_save__1de769aa\": {\n \"message\": \"Ein av dei følgande stilane må leggast til for å lagre ikonet: farge, storleik, tekst, eller bilde\"\n },\n \"open_circle_e9bd069\": {\n \"message\": \"Open sirkel\"\n },\n \"open_this_keyboard_shortcuts_dialog_9658b83a\": {\n \"message\": \"Opne denne hurtigtastar-dialogen\"\n },\n \"open_title_application_fd624fc5\": {\n \"message\": \"Opne { title } applikasjon\"\n },\n \"operators_a2ef9a93\": {\n \"message\": \"Operatør\"\n },\n \"or_9b70ccaa\": {\n \"message\": \"Eller\"\n },\n \"orange_81386a62\": {\n \"message\": \"Oransje\"\n },\n \"other_editor_shortcuts_may_be_found_at_404aba4a\": {\n \"message\": \"Andre hurtigtastar for redigering kan ein finne i\"\n },\n \"outline_color_3ef2cea7\": {\n \"message\": \"Farge på omriss\"\n },\n \"outline_size_a6059a21\": {\n \"message\": \"Storleik på omriss\"\n },\n \"p_is_not_a_valid_protocol_which_must_be_ftp_http_h_adf13fc2\": {\n \"message\": \"{ p } er ikkje ein gyldig protokoll. Den må vere anten ftp, http, https, mailto, skype, tel, eller utelatast\"\n },\n \"pages_e5414c2c\": {\n \"message\": \"Sider\"\n },\n \"paragraph_5e5ad8eb\": {\n \"message\": \"Avsnitt\"\n },\n \"parallel_d55d6e38\": {\n \"message\": \"Parallell\"\n },\n \"partial_derivative_4a9159df\": {\n \"message\": \"Partiell (Derivert)\"\n },\n \"paste_5963d1c1\": {\n \"message\": \"Lim inn\"\n },\n \"pentagon_17d82ea3\": {\n \"message\": \"Pentagon\"\n },\n \"people_b4ebb13c\": {\n \"message\": \"Personar\"\n },\n \"percentage_34ab7c2c\": {\n \"message\": \"Prosenttal\"\n },\n \"percentage_must_be_a_number_8033c341\": {\n \"message\": \"Prosent må være eit tal\"\n },\n \"performing_arts_icon_f3497486\": {\n \"message\": \"Utøvande kunst-ikon\"\n },\n \"perpendicular_7c48ede4\": {\n \"message\": \"Vinkelrett\"\n },\n \"phi_4ac33b6d\": {\n \"message\": \"Phi\"\n },\n \"phi_variant_c9bb3ac5\": {\n \"message\": \"Phi (Variant)\"\n },\n \"physical_education_icon_d7dffd3e\": {\n \"message\": \"Kroppsøving-ikon\"\n },\n \"pi_dc4f0bd8\": {\n \"message\": \"P\"\n },\n \"pi_variant_10f5f520\": {\n \"message\": \"Pi (Variant)\"\n },\n \"pink_68ad45cb\": {\n \"message\": \"Rosa\"\n },\n \"pixels_52ece7d1\": {\n \"message\": \"Pixlar\"\n },\n \"play_media_comment_35257210\": {\n \"message\": \"Spel av medieinnhald.\"\n },\n \"plus_d43cd4ec\": {\n \"message\": \"Pluss\"\n },\n \"plus_minus_f8be2e83\": {\n \"message\": \"Pluss/Minus\"\n },\n \"posted_when_a578f5ab\": {\n \"message\": \"Posta: { when }\"\n },\n \"power_set_4f26f316\": {\n \"message\": \"Potensmengd\"\n },\n \"precedes_196b9aef\": {\n \"message\": \"Føregåande\"\n },\n \"precedes_equal_20701e84\": {\n \"message\": \"Føregåande lik\"\n },\n \"preformatted_d0670862\": {\n \"message\": \"Førehandsformatert\"\n },\n \"preview_53003fd2\": {\n \"message\": \"Førehandsvising\"\n },\n \"preview_in_overlay_ed772c46\": {\n \"message\": \"Førehandsvisning i nytt lag\"\n },\n \"preview_inline_9787330\": {\n \"message\": \"Førehandsvising i teksten\"\n },\n \"prime_917ea60e\": {\n \"message\": \"Primtal\"\n },\n \"prime_numbers_13464f61\": {\n \"message\": \"Primtal\"\n },\n \"product_39cf144f\": {\n \"message\": \"Produkt\"\n },\n \"proportional_f02800cc\": {\n \"message\": \"Proporsjonal\"\n },\n \"protocol_must_be_ftp_http_https_mailto_skype_tel_o_73beb4f8\": {\n \"message\": \"Protokoll må vere anten ftp, http, https, mailto, skype, tel, eller utelatast\"\n },\n \"psi_e3f5f0f7\": {\n \"message\": \"Psi\"\n },\n \"published_c944a23d\": {\n \"message\": \"publisert\"\n },\n \"published_when_302d8e23\": {\n \"message\": \"Publisert: { when }\"\n },\n \"pumpkin_904428d5\": {\n \"message\": \"Gresskar\"\n },\n \"purple_7678a9fc\": {\n \"message\": \"Lilla\"\n },\n \"quaternions_877024e0\": {\n \"message\": \"Kvaternion\"\n },\n \"quizzes_7e598f57\": {\n \"message\": \"Quizar\"\n },\n \"rational_numbers_80ddaa4a\": {\n \"message\": \"Rasjonelle tal\"\n },\n \"real_numbers_7c99df94\": {\n \"message\": \"Reelle tal\"\n },\n \"real_portion_of_complex_number_7dad33b5\": {\n \"message\": \"Reell del (av komplekst tal)\"\n },\n \"record_7c9448b\": {\n \"message\": \"Spel inn\"\n },\n \"red_8258edf3\": {\n \"message\": \"Raud\"\n },\n \"relationships_6602af70\": {\n \"message\": \"Relasjon\"\n },\n \"religion_icon_246e0be1\": {\n \"message\": \"Religion-ikon\"\n },\n \"replace_e61834a7\": {\n \"message\": \"Erstatt\"\n },\n \"reset_95a81614\": {\n \"message\": \"Tilbakestill\"\n },\n \"resize_ec83d538\": {\n \"message\": \"Endre storleik\"\n },\n \"restore_auto_save_deccd84b\": {\n \"message\": \"Gjenopprette auto-lagring?\"\n },\n \"rho_a0244a36\": {\n \"message\": \"Rho\"\n },\n \"rho_variant_415245cd\": {\n \"message\": \"Rho (Variant)\"\n },\n \"rich_content_editor_2708ef21\": {\n \"message\": \"Redigeringsprogram for rikt innhald\"\n },\n \"rich_text_area_press_alt_0_for_rich_content_editor_9d23437f\": {\n \"message\": \"Rikt tekstområde. Trykk ALT+0 for rik hurtigtastar i teksteditoren\"\n },\n \"right_angle_bracket_d704e2d6\": {\n \"message\": \"Høgre vinkelparentes\"\n },\n \"right_arrow_35e0eddf\": {\n \"message\": \"Pil høgre\"\n },\n \"right_arrow_with_hook_29d92d31\": {\n \"message\": \"Pil høgre med krok\"\n },\n \"right_ceiling_839dc744\": {\n \"message\": \"Høgre tak\"\n },\n \"right_curly_brace_5159d5cd\": {\n \"message\": \"Høgre krøllparentes\"\n },\n \"right_downward_harpoon_arrow_d71b114f\": {\n \"message\": \"Harpunpil ned mot høgre\"\n },\n \"right_floor_5392d5cf\": {\n \"message\": \"Høgre golv\"\n },\n \"right_to_left_9cfb092a\": {\n \"message\": \"Høgre mot venstre\"\n },\n \"right_upward_harpoon_arrow_f5a34c73\": {\n \"message\": \"Harpunpil opp mot høgre\"\n },\n \"rightward_arrow_32932107\": {\n \"message\": \"Pil høgre\"\n },\n \"rightward_pointing_triangle_60330f5c\": {\n \"message\": \"Høgrepeikande triangel\"\n },\n \"rotate_image_90_degrees_2ab77c05\": {\n \"message\": \"Roter bilde -90 grader\"\n },\n \"rotate_image_90_degrees_6c92cd42\": {\n \"message\": \"Roter bilde 90 grader\"\n },\n \"rotation_9699c538\": {\n \"message\": \"Rotasjon\"\n },\n \"sadly_the_pretty_html_editor_is_not_keyboard_acces_50da7665\": {\n \"message\": \"I den pene HTML-editoren kan du ikkje redigere med tastatur. Gå til ein rein HTML-editor her.\"\n },\n \"save_11a80ec3\": {\n \"message\": \"Lagre\"\n },\n \"script_l_42a7b254\": {\n \"message\": \"Script L\"\n },\n \"search_280d00bd\": {\n \"message\": \"Søk\"\n },\n \"select_crop_shape_d441feeb\": {\n \"message\": \"Vel skjæringsform\"\n },\n \"select_language_7c93a900\": {\n \"message\": \"Vel språk\"\n },\n \"selected_linkfilename_c093b1f2\": {\n \"message\": \"Vald { linkFileName }\"\n },\n \"set_minus_b46e9b88\": {\n \"message\": \"Sett minus\"\n },\n \"shift_o_to_open_the_pretty_html_editor_55ff5a31\": {\n \"message\": \"Bruk Shift-O for å opne den pene HTML-editoren.\"\n },\n \"sigma_5c35e553\": {\n \"message\": \"Sigma\"\n },\n \"sigma_variant_8155625\": {\n \"message\": \"Sigma (Variant)\"\n },\n \"single_color_image_4e5d4dbc\": {\n \"message\": \"Monokromt bilde\"\n },\n \"single_color_image_color_95fa9a87\": {\n \"message\": \"Monokrom bildefarge\"\n },\n \"size_b30e1077\": {\n \"message\": \"Storleik\"\n },\n \"size_of_caption_file_is_greater_than_the_maximum_m_bff5f86e\": {\n \"message\": \"Storleiken på tekst-fila er større enn grensa på { max } kB.\"\n },\n \"small_b070434a\": {\n \"message\": \"Liten\"\n },\n \"solid_circle_9f061dfc\": {\n \"message\": \"Solid sirkel\"\n },\n \"something_went_wrong_89195131\": {\n \"message\": \"Noko gjekk gale.\"\n },\n \"something_went_wrong_and_i_don_t_know_what_to_show_e0c54ec8\": {\n \"message\": \"Noko gjekk gale. Veit ikkje kva som kan visast.\"\n },\n \"something_went_wrong_check_your_connection_reload__c7868286\": {\n \"message\": \"Noko gjekk gale. Sjekk internettforbindelsen, last sida på ny, og prøv på nytt.\"\n },\n \"something_went_wrong_d238c551\": {\n \"message\": \"Noko gjekk gale\"\n },\n \"sort_by_e75f9e3e\": {\n \"message\": \"Sorter etter\"\n },\n \"spades_suit_b37020c2\": {\n \"message\": \"Spar (Korttype)\"\n },\n \"square_511eb3b3\": {\n \"message\": \"Kvadrat\"\n },\n \"square_cap_9ec88646\": {\n \"message\": \"Kvadratisk cap\"\n },\n \"square_cup_b0665113\": {\n \"message\": \"Kvadratisk cup\"\n },\n \"square_root_e8bcbc60\": {\n \"message\": \"Kvadratrot\"\n },\n \"square_root_symbol_d0898a53\": {\n \"message\": \"Kvadratrotsymbol\"\n },\n \"square_subset_17be67cb\": {\n \"message\": \"Kvadratisk delmengd\"\n },\n \"square_subset_strict_7044e84f\": {\n \"message\": \"Kvadratisk delmengd (Streng)\"\n },\n \"square_superset_3be8dae1\": {\n \"message\": \"Kvadratisk supersett\"\n },\n \"square_superset_strict_fa4262e4\": {\n \"message\": \"Kvadratisk Supersett (Streng)\"\n },\n \"star_8d156e09\": {\n \"message\": \"Merk med stjerne\"\n },\n \"steel_blue_14296f08\": {\n \"message\": \"Stålblå\"\n },\n \"styles_2aa721ef\": {\n \"message\": \"Stilar\"\n },\n \"submit_a3cc6859\": {\n \"message\": \"Send!\"\n },\n \"subscript_59744f96\": {\n \"message\": \"Senka skrift\"\n },\n \"subset_19c1a92f\": {\n \"message\": \"Delmengd\"\n },\n \"subset_strict_8d8948d6\": {\n \"message\": \"Delmengd (Streng)\"\n },\n \"succeeds_9cc31be9\": {\n \"message\": \"Etterfølgjer\"\n },\n \"succeeds_equal_158e8c3a\": {\n \"message\": \"Etterfølgjer lik\"\n },\n \"sum_b0842d31\": {\n \"message\": \"Sum\"\n },\n \"superscript_8cb349a2\": {\n \"message\": \"Heva skrift\"\n },\n \"superset_c4db8a7a\": {\n \"message\": \"Supersett\"\n },\n \"superset_strict_c77dd6d2\": {\n \"message\": \"Supersett (Streng)\"\n },\n \"supported_file_types_srt_or_webvtt_7d827ed\": {\n \"message\": \"Støtta filtypar: SRT og WebVTT\"\n },\n \"switch_to_pretty_html_editor_a3cee15f\": {\n \"message\": \"Byt til pen HTML-editor\"\n },\n \"switch_to_raw_html_editor_f970ae1a\": {\n \"message\": \"Byt til rå HTML-editor\"\n },\n \"switch_to_the_html_editor_146dfffd\": {\n \"message\": \"Byt til HTML-editor\"\n },\n \"switch_to_the_rich_text_editor_63c1ecf6\": {\n \"message\": \"Byt til rikteksteditoren\"\n },\n \"syllabus_f191f65b\": {\n \"message\": \"Emneoversikt\"\n },\n \"tab_arrows_4cf5abfc\": {\n \"message\": \"TAB/piltastar\"\n },\n \"tau_880974b7\": {\n \"message\": \"Tau\"\n },\n \"teal_f729a294\": {\n \"message\": \"Blågrøn\"\n },\n \"text_7f4593da\": {\n \"message\": \"Tekst\"\n },\n \"text_background_color_16e61c3f\": {\n \"message\": \"Bakgrunnsfarge for tekst\"\n },\n \"text_color_acf75eb6\": {\n \"message\": \"Tekstfarge\"\n },\n \"text_optional_384f94f7\": {\n \"message\": \"Tekst (valfri)\"\n },\n \"text_position_8df8c162\": {\n \"message\": \"Tekstplassering\"\n },\n \"text_size_887c2f6\": {\n \"message\": \"Tekststorleik\"\n },\n \"the_document_preview_is_currently_being_processed__7d9ea135\": {\n \"message\": \"Førehandsvisinga av dokumentet blir behandla no. Prøv på nytt seinare.\"\n },\n \"the_material_is_in_the_public_domain_279c39a3\": {\n \"message\": \"Materialet er ikkje opphavsrettbeskytta\"\n },\n \"the_material_is_licensed_under_creative_commons_3242cb5e\": {\n \"message\": \"Materialet er lisensiert under Creative Commons\"\n },\n \"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2\": {\n \"message\": \"Materialet er brukt i samsvar med sitatretten\"\n },\n \"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b\": {\n \"message\": \"I den pene HTML-editoren kan du ikkje redigere med tastatur. Trykk Shift-O for å opne den reine HTML-editoren.\"\n },\n \"therefore_d860e024\": {\n \"message\": \"Derfor\"\n },\n \"theta_ce2d2350\": {\n \"message\": \"Theta\"\n },\n \"theta_variant_fff6da6f\": {\n \"message\": \"Theta (Variant)\"\n },\n \"thick_downward_arrow_b85add4c\": {\n \"message\": \"Tjukk pil nedover\"\n },\n \"thick_left_arrow_d5f3e925\": {\n \"message\": \"Tjukk pil venstre\"\n },\n \"thick_leftward_arrow_6ab89880\": {\n \"message\": \"Tjukk pil venstre\"\n },\n \"thick_right_arrow_3ed5e8f7\": {\n \"message\": \"Tjukk pil høgre\"\n },\n \"thick_rightward_arrow_a2e1839e\": {\n \"message\": \"Tjukk pil høgre\"\n },\n \"thick_upward_arrow_acd20328\": {\n \"message\": \"Tjukk pil oppover\"\n },\n \"this_document_cannot_be_displayed_within_canvas_7aba77be\": {\n \"message\": \"Dette dokumentet kan ikkje visast i Canvas.\"\n },\n \"this_equation_cannot_be_rendered_in_basic_view_9b6c07ae\": {\n \"message\": \"Kan ikkje gje att som grunnleggande vising.\"\n },\n \"this_image_is_currently_unavailable_25c68857\": {\n \"message\": \"Dette bildet er for tida utilgjengeleg\"\n },\n \"though_your_video_will_have_the_correct_title_in_t_90e427f3\": {\n \"message\": \"Sjølv om videoen din har rett tittel i nettlesaren, er den ikkje oppdatert i databasen.\"\n },\n \"title_ee03d132\": {\n \"message\": \"Tittel\"\n },\n \"to_be_posted_when_d24bf7dc\": {\n \"message\": \"Vert posta: { when }\"\n },\n \"to_do_when_2783d78f\": {\n \"message\": \"Gjeremål: { when }\"\n },\n \"toggle_summary_group_413df9ac\": {\n \"message\": \"Veksle { summary } gruppe\"\n },\n \"toggle_tooltip_d3b7cb86\": {\n \"message\": \"Vis/skjul tips\"\n },\n \"tools_2fcf772e\": {\n \"message\": \"Verktøy\"\n },\n \"top_66e0adb6\": {\n \"message\": \"Topp\"\n },\n \"tray_839df38a\": {\n \"message\": \"Sidemeny\"\n },\n \"triangle_6072304e\": {\n \"message\": \"Trekant\"\n },\n \"type_control_f9_to_access_image_options_text_a47e319f\": {\n \"message\": \"vel ctrl+F9 for å sjå alternativ for bildet. { text }\"\n },\n \"type_control_f9_to_access_link_options_text_4ead9682\": {\n \"message\": \"vel ctrl+F9 for å sjå alternativ for lenke. { text }\"\n },\n \"type_control_f9_to_access_table_options_text_92141329\": {\n \"message\": \"vel ctrl+F9 for å sjå alternativ for tabell. { text }\"\n },\n \"union_e6b57a53\": {\n \"message\": \"Union\"\n },\n \"unpublished_dfd8801\": {\n \"message\": \"upublisert\"\n },\n \"untitled_efdc2d7d\": {\n \"message\": \"utan tittel\"\n },\n \"up_and_left_diagonal_arrow_e4a74a23\": {\n \"message\": \"Diagonal pil opp til venstre\"\n },\n \"up_and_right_diagonal_arrow_935b902e\": {\n \"message\": \"Diagonal pil opp til høgre\"\n },\n \"upload_file_fd2361b8\": {\n \"message\": \"Last opp fil\"\n },\n \"upload_image_6120b609\": {\n \"message\": \"Last opp bilde frå disk\"\n },\n \"upload_media_ce31135a\": {\n \"message\": \"Last opp media\"\n },\n \"uploading_19e8a4e7\": {\n \"message\": \"Lastar opp\"\n },\n \"uppercase_delta_d4f4bc41\": {\n \"message\": \"Stor Delta\"\n },\n \"uppercase_gamma_86f492e9\": {\n \"message\": \"Stor Gamma\"\n },\n \"uppercase_lambda_c78d8ed4\": {\n \"message\": \"Stor Lambda\"\n },\n \"uppercase_omega_8aedfa2\": {\n \"message\": \"Stor Omega\"\n },\n \"uppercase_phi_caa36724\": {\n \"message\": \"Stor Phi\"\n },\n \"uppercase_pi_fcc70f5e\": {\n \"message\": \"Stor Pi\"\n },\n \"uppercase_psi_6395acbe\": {\n \"message\": \"Stor Psi\"\n },\n \"uppercase_sigma_dbb70e92\": {\n \"message\": \"Stor Sigma\"\n },\n \"uppercase_theta_49afc891\": {\n \"message\": \"Stor Theta\"\n },\n \"uppercase_upsilon_8c1e623e\": {\n \"message\": \"Stor Upsilon\"\n },\n \"uppercase_xi_341e8556\": {\n \"message\": \"Stor Xi\"\n },\n \"upsilon_33651634\": {\n \"message\": \"Upsilon\"\n },\n \"upward_and_downward_pointing_arrow_fa90a918\": {\n \"message\": \"Oppover- og nediverpeikande pil\"\n },\n \"upward_and_downward_pointing_arrow_thick_d420fdef\": {\n \"message\": \"Oppover- og nedoverpeikande pil (Tjukk)\"\n },\n \"upward_arrow_9992cb2d\": {\n \"message\": \"Pil opp\"\n },\n \"upward_pointing_triangle_d078d7cb\": {\n \"message\": \"Oppoverpeikande triangel\"\n },\n \"url_22a5f3b8\": {\n \"message\": \"URL\"\n },\n \"usage_right_ff96f3e2\": {\n \"message\": \"Bruksrett:\"\n },\n \"usage_rights_required_5fe4dd68\": {\n \"message\": \"Bruksrettar (obligatorisk)\"\n },\n \"use_arrow_keys_to_navigate_options_2021cc50\": {\n \"message\": \"Bruk piltastane for å navigere mellom alternativa.\"\n },\n \"use_arrow_keys_to_select_a_shape_c8eb57ed\": {\n \"message\": \"Bruk piltastane for å velje ein figur.\"\n },\n \"use_arrow_keys_to_select_a_size_699a19f4\": {\n \"message\": \"Bruk piltastane for å velje ein storleik.\"\n },\n \"use_arrow_keys_to_select_a_text_position_72f9137c\": {\n \"message\": \"Bruk piltastane for å velje plassering for teksten\"\n },\n \"use_arrow_keys_to_select_a_text_size_65e89336\": {\n \"message\": \"Bruk piltastane for å velje tekststorleik\"\n },\n \"use_arrow_keys_to_select_an_outline_size_e009d6b0\": {\n \"message\": \"Bruk piltastane for å velje storleik på omrisset.\"\n },\n \"used_by_screen_readers_to_describe_the_content_of__4f14b4e4\": {\n \"message\": \"Skjermlesarar brukar dette for å skildre innhaldet i eit/ein { TYPE }\"\n },\n \"used_by_screen_readers_to_describe_the_content_of__b1e76d9e\": {\n \"message\": \"Skjermlesarar brukar dette for å skildre innhaldet i eit bilde\"\n },\n \"used_by_screen_readers_to_describe_the_video_37ebad25\": {\n \"message\": \"Brukt av skjermlesarar for å skildre videoen\"\n },\n \"user_documents_c206e61f\": {\n \"message\": \"Brukardokument\"\n },\n \"user_files_78e21703\": {\n \"message\": \"Brukarfiler\"\n },\n \"user_images_b6490852\": {\n \"message\": \"Hent bilde frå mine filer\"\n },\n \"user_media_14fbf656\": {\n \"message\": \"Brukarmedia\"\n },\n \"vector_notation_cf6086ab\": {\n \"message\": \"Vektor (Notasjon)\"\n },\n \"vertical_bar_set_builder_notation_4300495f\": {\n \"message\": \"Vertikal strek (mengdebyggjarnotasjon)\"\n },\n \"vertical_dots_bfb21f14\": {\n \"message\": \"Vertikale prikkar\"\n },\n \"video_options_24ef6e5d\": {\n \"message\": \"Videoalternativ\"\n },\n \"video_options_tray_3b9809a5\": {\n \"message\": \"Menyalternativ for video\"\n },\n \"video_player_for_9e7d373b\": {\n \"message\": \"Videospelar for\"\n },\n \"video_player_for_title_ffd9fbc4\": {\n \"message\": \"Videospelar for { title }\"\n },\n \"view_ba339f93\": {\n \"message\": \"Vis\"\n },\n \"view_description_30446afc\": {\n \"message\": \"Vis skildring\"\n },\n \"view_keyboard_shortcuts_34d1be0b\": {\n \"message\": \"Sjå hurtigtastar\"\n },\n \"view_title_description_67940918\": {\n \"message\": \"Vis { title } skildring\"\n },\n \"white_87fa64fd\": {\n \"message\": \"Kvit\"\n },\n \"width_492fec76\": {\n \"message\": \"Vidde\"\n },\n \"width_and_height_must_be_numbers_110ab2e3\": {\n \"message\": \"Vidde og breidde må vere tal\"\n },\n \"width_x_height_px_ff3ccb93\": {\n \"message\": \"{ width } x { height }px\"\n },\n \"wiki_home_9cd54d0\": {\n \"message\": \"Wiki-startside\"\n },\n \"wreath_product_200b38ef\": {\n \"message\": \"Kransprodukt\"\n },\n \"xi_149681d0\": {\n \"message\": \"Xi\"\n },\n \"yes_dde87d5\": {\n \"message\": \"Ja\"\n },\n \"you_have_unsaved_changes_in_the_icon_maker_tray_do_e8cf5f1b\": {\n \"message\": \"Du har endringar som ikkje er lagra i ikondesignaren. Ønsker du å fortsette utan å lagre endringane?\"\n },\n \"you_may_not_upload_an_empty_file_11c31eb2\": {\n \"message\": \"Du kan ikkje laste opp ei tom fil.\"\n },\n \"your_image_has_been_compressed_for_icon_maker_imag_2e45cd91\": {\n \"message\": \"Bildet ditt har blitt komprimert for ikondesignaren. Bilder mindre enn { size } KB blir ikkje komprimert.\"\n },\n \"zeta_5ef24f0e\": {\n \"message\": \"Zeta\"\n },\n \"zoom_f3e54d69\": {\n \"message\": \"Zoom\"\n },\n \"zoom_in_image_bb97d4f\": {\n \"message\": \"Zoom inn på bilde\"\n },\n \"zoom_out_image_d0a0a2ec\": {\n \"message\": \"Zoom ut frå bilde\"\n }\n};\n_format_message__WEBPACK_IMPORTED_MODULE_0__[\"default\"].addLocale({\n nn: locale\n});\n\n//# sourceURL=webpack:///./src/translations/locales/nn.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_nb_NO__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../tinymce/nb_NO */ \"./src/translations/tinymce/nb_NO.js\");\n/* harmony import */ var _tinymce_nb_NO__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tinymce_nb_NO__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\": \"Gå til HTML-editor\"\n },\n \"accessibility_checker_b3af1f6c\": {\n \"message\": \"Sjekk av universell utforming\"\n },\n \"add_8523c19b\": {\n \"message\": \"Legg til\"\n },\n \"add_another_f4e50d57\": {\n \"message\": \"Legg til ei ny\"\n },\n \"add_cc_subtitles_55f0394e\": {\n \"message\": \"Legg til undertekstar\"\n },\n \"add_image_60b2de07\": {\n \"message\": \"Legg til bilde\"\n },\n \"aleph_f4ffd155\": {\n \"message\": \"Aleph\"\n },\n \"alignment_and_lists_5cebcb69\": {\n \"message\": \"Justering og lister\"\n },\n \"all_4321c3a1\": {\n \"message\": \"Alle\"\n },\n \"all_apps_a50dea49\": {\n \"message\": \"Alle appar\"\n },\n \"alpha_15d59033\": {\n \"message\": \"Alpha\"\n },\n \"alphabetical_55b5b4e0\": {\n \"message\": \"Alfabetisk\"\n },\n \"alt_text_611fb322\": {\n \"message\": \"Alternativ tekst\"\n },\n \"amalg_coproduct_c589fb12\": {\n \"message\": \"Amalg (Koprodukt)\"\n },\n \"an_error_occured_reading_the_file_ff48558b\": {\n \"message\": \"Det oppstod eit problem under lesing av fila\"\n },\n \"an_error_occurred_making_a_network_request_d1bda348\": {\n \"message\": \"Det oppstod ein feil ved nettverksførespurnaden \"\n },\n \"an_error_occurred_uploading_your_media_71f1444d\": {\n \"message\": \"Det oppstod ein feil under opplasting av media\"\n },\n \"and_7fcc2911\": {\n \"message\": \"Og\"\n },\n \"angle_c5b4ec50\": {\n \"message\": \"Vinkel\"\n },\n \"announcement_list_da155734\": {\n \"message\": \"Kunngjeringsliste\"\n },\n \"announcements_a4b8ed4a\": {\n \"message\": \"Kunngjeringar\"\n },\n \"apply_781a2546\": {\n \"message\": \"Bruk\"\n },\n \"apply_changes_to_all_instances_of_this_icon_maker__2642f466\": {\n \"message\": \"Bruk endringar på alle versjonar av dette ikondesignar-ikonet i emnet\"\n },\n \"approaches_the_limit_893aeec9\": {\n \"message\": \"Nærmar seg grensa\"\n },\n \"approximately_e7965800\": {\n \"message\": \"Tilnærma\"\n },\n \"apps_54d24a47\": {\n \"message\": \"Appar\"\n },\n \"arrows_464a3e54\": {\n \"message\": \"Piler\"\n },\n \"art_icon_8e1daad\": {\n \"message\": \"Kunstikon\"\n },\n \"aspect_ratio_will_be_preserved_cb5fdfb8\": {\n \"message\": \"Storleiksforhold vil bli behalden\"\n },\n \"assignments_1e02582c\": {\n \"message\": \"Oppgåver\"\n },\n \"asterisk_82255584\": {\n \"message\": \"Stjerne\"\n },\n \"attributes_963ba262\": {\n \"message\": \"Attributt\"\n },\n \"audio_and_video_recording_not_supported_please_use_5ce3f0d7\": {\n \"message\": \"Opptak av lyd og bilde støttast ikkje: bruk ein annan nettlesar.\"\n },\n \"audio_options_feb58e2c\": {\n \"message\": \"Lydalternativ\"\n },\n \"audio_options_tray_33a90711\": {\n \"message\": \"Menyalternativ for lyd\"\n },\n \"audio_player_for_title_20cc70d\": {\n \"message\": \"Audiospelar for { title }\"\n },\n \"auto_saved_content_exists_would_you_like_to_load_t_fee528f2\": {\n \"message\": \"Auto-lagra innhald finst. Vil du laste inn auto-lagra innhald i staden for?\"\n },\n \"available_folders_694d0436\": {\n \"message\": \"Tilgjengelege mapper\"\n },\n \"backslash_b2d5442d\": {\n \"message\": \"Bakstrek\"\n },\n \"bar_ec63ed6\": {\n \"message\": \"Bar\"\n },\n \"basic_554cdc0a\": {\n \"message\": \"Standard\"\n },\n \"because_501841b\": {\n \"message\": \"Fordi\"\n },\n \"below_81d4dceb\": {\n \"message\": \"Nedanfor\"\n },\n \"beta_cb5f307e\": {\n \"message\": \"Beta\"\n },\n \"big_circle_16b2e604\": {\n \"message\": \"Stor sirkel\"\n },\n \"binomial_coefficient_ea5b9bb7\": {\n \"message\": \"Binomialkoeffisient\"\n },\n \"black_4cb01371\": {\n \"message\": \"Svart\"\n },\n \"blue_daf8fea9\": {\n \"message\": \"Blå\"\n },\n \"bottom_15a2a9be\": {\n \"message\": \"Nedst\"\n },\n \"bottom_third_5f5fec1d\": {\n \"message\": \"Nedre tredel\"\n },\n \"bowtie_5f9629e4\": {\n \"message\": \"Sløyfe\"\n },\n \"brick_f2656265\": {\n \"message\": \"Murstein\"\n },\n \"c_2001_acme_inc_283f7f80\": {\n \"message\": \"(c) 2001 Acme Inc.\"\n },\n \"cancel_caeb1e68\": {\n \"message\": \"Avbryt\"\n },\n \"cap_product_3a5265a6\": {\n \"message\": \"Cap-produkt\"\n },\n \"centered_dot_64d5e378\": {\n \"message\": \"Sentrert prikk\"\n },\n \"centered_horizontal_dots_451c5815\": {\n \"message\": \"Midtstilt horisontale prikkar\"\n },\n \"chi_54a32644\": {\n \"message\": \"Chi\"\n },\n \"choose_caption_file_9c45bc4e\": {\n \"message\": \"Vel undertekstfil\"\n },\n \"choose_usage_rights_33683854\": {\n \"message\": \"Vel bruksrett...\"\n },\n \"circle_484abe63\": {\n \"message\": \"Sirkel\"\n },\n \"clear_2084585f\": {\n \"message\": \"Fjern\"\n },\n \"clear_image_3213fe62\": {\n \"message\": \"Tøm bilde\"\n },\n \"clear_selected_file_82388e50\": {\n \"message\": \"Fjern vald fil\"\n },\n \"clear_selected_file_filename_2fe8a58e\": {\n \"message\": \"Fjern vald fil: { filename }\"\n },\n \"click_or_shift_click_for_the_html_editor_25d70bb4\": {\n \"message\": \"Klikk eller shift+klikk for å gå til html-editoren.\"\n },\n \"click_to_embed_imagename_c41ea8df\": {\n \"message\": \"Klikk for å sette inn { imageName }\"\n },\n \"click_to_hide_preview_3c707763\": {\n \"message\": \"Klikk for å skjule førehandsvising\"\n },\n \"click_to_insert_a_link_into_the_editor_c19613aa\": {\n \"message\": \"Klikk for å setje inn ei lenke i editoren. \"\n },\n \"click_to_show_preview_faa27051\": {\n \"message\": \"Klikk for å vise førehandsvising\"\n },\n \"close_a_menu_or_dialog_also_returns_you_to_the_edi_739079e6\": {\n \"message\": \"Om du lukkar menyen eller dialogen, kjem du tilbake til redigeringsområdet\"\n },\n \"close_d634289d\": {\n \"message\": \"Lukk\"\n },\n \"closed_caption_file_must_be_less_than_maxkb_kb_5880f752\": {\n \"message\": \"Tekst-fil må vere mindre enn { maxKb } kB.\"\n },\n \"closed_captions_subtitles_e6aaa016\": {\n \"message\": \"Undertekstar\"\n },\n \"clubs_suit_c1ffedff\": {\n \"message\": \"Kløver (Korttype)\"\n },\n \"collaborations_5c56c15f\": {\n \"message\": \"Samarbeid\"\n },\n \"collapse_to_hide_types_1ab46d2e\": {\n \"message\": \"Skjul og lukk { types }\"\n },\n \"color_picker_6b359edf\": {\n \"message\": \"Fargeveljar\"\n },\n \"color_picker_colorname_selected_ad4cf400\": {\n \"message\": \"Fargeveljar ({ colorName } vald)\"\n },\n \"complex_numbers_a543d004\": {\n \"message\": \"Komplekse tal\"\n },\n \"computer_1d7dfa6f\": {\n \"message\": \"Datamaskin\"\n },\n \"congruent_5a244acd\": {\n \"message\": \"Kongruent\"\n },\n \"contains_311f37b7\": {\n \"message\": \"Inneheld\"\n },\n \"content_1440204b\": {\n \"message\": \"Innhald\"\n },\n \"content_is_still_being_uploaded_if_you_continue_it_8f06d0cb\": {\n \"message\": \"Innhald lastar framleis og vil ikkje bli integrert godt nok dersom du held fram.\"\n },\n \"content_subtype_5ce35e88\": {\n \"message\": \"Innhald underkategori\"\n },\n \"content_type_2cf90d95\": {\n \"message\": \"Innhaldstype\"\n },\n \"coproduct_e7838082\": {\n \"message\": \"Koprodukt\"\n },\n \"copyright_holder_66ee111\": {\n \"message\": \"Rettshavar:\"\n },\n \"count_plural_0_0_words_one_1_word_other_words_acf32eca\": {\n \"message\": \"{ count, plural,\\n =0 {0 words}\\n one {1 word}\\n other {# words}\\n}\"\n },\n \"count_plural_one_item_loaded_other_items_loaded_857023b7\": {\n \"message\": \"{ count, plural,\\n one {# element lasta}\\n other {# element lasta}\\n}\"\n },\n \"course_documents_104d76e0\": {\n \"message\": \"Emnedokument\"\n },\n \"course_files_62deb8f8\": {\n \"message\": \"Emnefiler\"\n },\n \"course_files_a31f97fc\": {\n \"message\": \"Emnefiler\"\n },\n \"course_images_f8511d04\": {\n \"message\": \"Hent bilde frå emnefiler\"\n },\n \"course_links_b56959b9\": {\n \"message\": \"Emnelenker\"\n },\n \"course_media_ec759ad\": {\n \"message\": \"Emnemedier\"\n },\n \"course_navigation_dd035109\": {\n \"message\": \"Emnenavigering\"\n },\n \"create_icon_110d6463\": {\n \"message\": \"Lag ikon\"\n },\n \"creative_commons_license_725584ae\": {\n \"message\": \"Creative Commons-lisens:\"\n },\n \"crop_image_41bf940c\": {\n \"message\": \"Skjær bilde\"\n },\n \"crop_image_807ebb08\": {\n \"message\": \"Skjær bilde\"\n },\n \"cup_product_14174434\": {\n \"message\": \"Cup-produkt\"\n },\n \"current_image_f16c249c\": {\n \"message\": \"Gjeldande bilde\"\n },\n \"custom_6979cd81\": {\n \"message\": \"Eigendefinert\"\n },\n \"cyan_c1d5f68a\": {\n \"message\": \"Cyan\"\n },\n \"dagger_57e0f4e5\": {\n \"message\": \"Dolk\"\n },\n \"date_added_ed5ad465\": {\n \"message\": \"Dato lagd til\"\n },\n \"decorative_icon_9a7f3fc3\": {\n \"message\": \"Dekortativt ikon\"\n },\n \"decorative_type_upper_f2c95e3\": {\n \"message\": \"Dekorativt { TYPE_UPPER }\"\n },\n \"deep_purple_bb3e2907\": {\n \"message\": \"Mørk lilla\"\n },\n \"definite_integral_fe7ffed1\": {\n \"message\": \"Bestemt integral\"\n },\n \"degree_symbol_4a823d5f\": {\n \"message\": \"Grader-symbol\"\n },\n \"delimiters_4db4840d\": {\n \"message\": \"Skiljeteikn\"\n },\n \"delta_53765780\": {\n \"message\": \"Delta\"\n },\n \"describe_the_icon_f6a18823\": {\n \"message\": \"(Beskriv ikonet)\"\n },\n \"describe_the_type_ff448da5\": {\n \"message\": \"(Beskriv { TYPE })\"\n },\n \"describe_the_video_2fe8f46a\": {\n \"message\": \"(Skildre videoen)\"\n },\n \"description_436c48d7\": {\n \"message\": \"Skildring\"\n },\n \"details_98a31b68\": {\n \"message\": \"Detaljar\"\n },\n \"diagonal_dots_7d71b57e\": {\n \"message\": \"Diagonale prikkar\"\n },\n \"diamond_b8dfe7ae\": {\n \"message\": \"Diamant\"\n },\n \"diamonds_suit_526abaaf\": {\n \"message\": \"Ruter (Korttype)\"\n },\n \"digamma_258ade94\": {\n \"message\": \"Digamma\"\n },\n \"dimension_type_f5fa9170\": {\n \"message\": \"Dimensjonstype\"\n },\n \"dimensions_45ddb7b7\": {\n \"message\": \"Dimensjonar\"\n },\n \"directionality_26ae9e08\": {\n \"message\": \"Retningsgivande\"\n },\n \"directly_edit_latex_b7e9235b\": {\n \"message\": \"Rediger LaTeX direkte\"\n },\n \"disable_preview_222bdf72\": {\n \"message\": \"Deaktiver førehandsvising\"\n },\n \"discussions_a5f96392\": {\n \"message\": \"Diskusjonar\"\n },\n \"discussions_index_6c36ced\": {\n \"message\": \"Diskusjonsoversikt\"\n },\n \"disjoint_union_e74351a8\": {\n \"message\": \"Disjunkt union\"\n },\n \"display_options_315aba85\": {\n \"message\": \"Vis alternativ\"\n },\n \"display_text_link_opens_in_a_new_tab_75e9afc9\": {\n \"message\": \"Vis lenketekst (opnast i ny fane)\"\n },\n \"division_sign_72190870\": {\n \"message\": \"Divisjonssymbol\"\n },\n \"documents_81393201\": {\n \"message\": \"Dokument\"\n },\n \"done_54e3d4b6\": {\n \"message\": \"Fullført\"\n },\n \"double_dagger_faf78681\": {\n \"message\": \"Dobbeldolk\"\n },\n \"down_and_left_diagonal_arrow_40ef602c\": {\n \"message\": \"Diagonal pil ned til venstre\"\n },\n \"down_and_right_diagonal_arrow_6ea0f460\": {\n \"message\": \"Diagonal pil ned til høyre\"\n },\n \"download_filename_2baae924\": {\n \"message\": \"Last ned { filename }\"\n },\n \"downward_arrow_cca52012\": {\n \"message\": \"Pil nedover\"\n },\n \"downward_pointing_triangle_2a12a601\": {\n \"message\": \"Nedoverpeikande triangel\"\n },\n \"drag_a_file_here_1bf656d5\": {\n \"message\": \"Dra ei fil hit\"\n },\n \"drag_and_drop_or_click_to_browse_your_computer_60772d6d\": {\n \"message\": \"Dra og slipp, eller klikk for å hente fil frå disk\"\n },\n \"drag_handle_use_up_and_down_arrows_to_resize_e29eae5c\": {\n \"message\": \"Dragrep. Bruk piltastane opp og ned for å endre storleik\"\n },\n \"due_multiple_dates_cc0ee3f5\": {\n \"message\": \"Frist: Fleire datoar\"\n },\n \"due_when_7eed10c6\": {\n \"message\": \"Frist: { when }\"\n },\n \"edit_alt_text_for_this_icon_instance_9c6fc5fd\": {\n \"message\": \"Rediger alternativ tekst for dette ikonet\"\n },\n \"edit_c5fbea07\": {\n \"message\": \"Rediger\"\n },\n \"edit_course_link_5a5c3c59\": {\n \"message\": \"Rediger emnelenke\"\n },\n \"edit_existing_icon_maker_icon_5d0ebb3f\": {\n \"message\": \"Rediger eksisterande ikondesignar-ikon\"\n },\n \"edit_icon_2c6b0e91\": {\n \"message\": \"Rediger ikon\"\n },\n \"edit_link_7f53bebb\": {\n \"message\": \"Endre lenke\"\n },\n \"editor_statusbar_26ac81fc\": {\n \"message\": \"Statusrad editor\"\n },\n \"embed_828fac4a\": {\n \"message\": \"Sett inn\"\n },\n \"embed_code_314f1bd5\": {\n \"message\": \"Integrer kode\"\n },\n \"embed_image_1080badc\": {\n \"message\": \"Sett inn bilde\"\n },\n \"embed_video_a97a64af\": {\n \"message\": \"Integrer video\"\n },\n \"embedded_content_aaeb4d3d\": {\n \"message\": \"innebygd innhald\"\n },\n \"empty_set_91a92df4\": {\n \"message\": \"Tomt sett\"\n },\n \"encircled_dot_8f5e51c\": {\n \"message\": \"Omsirkla prikk\"\n },\n \"encircled_minus_72745096\": {\n \"message\": \"Omsirkla minus\"\n },\n \"encircled_plus_36d8d104\": {\n \"message\": \"Omsirkla pluss\"\n },\n \"encircled_times_5700096d\": {\n \"message\": \"Omsirkla multiplikasjon\"\n },\n \"engineering_icon_f8f3cf43\": {\n \"message\": \"Ingeniør-ikon\"\n },\n \"english_icon_25bfe845\": {\n \"message\": \"Engelsk ikon\"\n },\n \"enter_at_least_3_characters_to_search_4f037ee0\": {\n \"message\": \"Oppgi minst 3 teikn for å søke\"\n },\n \"epsilon_54bb8afa\": {\n \"message\": \"Epsilon\"\n },\n \"epsilon_variant_d31f1e77\": {\n \"message\": \"Epsilon (Variant)\"\n },\n \"equals_sign_c51bdc58\": {\n \"message\": \"Likskapsteikn\"\n },\n \"equation_editor_39fbc3f1\": {\n \"message\": \"Likningseditor\"\n },\n \"equivalence_class_7b0f11c0\": {\n \"message\": \"Ekvivalensklasse\"\n },\n \"equivalent_identity_654b3ce5\": {\n \"message\": \"Ekvivalent (Itentitet)\"\n },\n \"eta_b8828f99\": {\n \"message\": \"Eta\"\n },\n \"exists_2e62bdaa\": {\n \"message\": \"Eksisterer\"\n },\n \"expand_preview_by_default_2abbf9f8\": {\n \"message\": \"Utvid førehandsvisinga som standard\"\n },\n \"expand_to_see_types_f5d29352\": {\n \"message\": \"Vis og sjå { types }\"\n },\n \"external_tools_6e77821\": {\n \"message\": \"Eksterne verktøy\"\n },\n \"extra_large_b6cdf1ff\": {\n \"message\": \"Ekstra stor\"\n },\n \"extra_small_9ae33252\": {\n \"message\": \"Svært liten\"\n },\n \"extracurricular_icon_67c8ca42\": {\n \"message\": \"Utanomfaglig ikon\"\n },\n \"f_function_fe422d65\": {\n \"message\": \"F (Funksjon)\"\n },\n \"failed_getting_file_contents_e9ea19f4\": {\n \"message\": \"Henting av filinnhald mislukkast\"\n },\n \"file_storage_quota_exceeded_b7846cd1\": {\n \"message\": \"Lagringskvota er overskriden\"\n },\n \"file_url_c12b64be\": {\n \"message\": \"Fil-URL\"\n },\n \"filename_file_icon_602eb5de\": {\n \"message\": \"{ filename } filikon\"\n },\n \"filename_image_preview_6cef8f26\": {\n \"message\": \"{ filename } førehandsvising av bilde\"\n },\n \"filename_text_preview_e41ca2d8\": {\n \"message\": \"{ filename } førehandsvising av tekst\"\n },\n \"files_c300e900\": {\n \"message\": \"Filer\"\n },\n \"files_index_af7c662b\": {\n \"message\": \"Filoversikt\"\n },\n \"focus_element_options_toolbar_18d993e\": {\n \"message\": \"Sentrer alternativ-menyen\"\n },\n \"folder_tree_fbab0726\": {\n \"message\": \"Mappestruktur\"\n },\n \"for_all_b919f972\": {\n \"message\": \"For alle\"\n },\n \"format_4247a9c5\": {\n \"message\": \"Format\"\n },\n \"formatting_5b143aa8\": {\n \"message\": \"Formatering\"\n },\n \"forward_slash_3f90f35e\": {\n \"message\": \"Skråstrek\"\n },\n \"found_auto_saved_content_3f6e4ca5\": {\n \"message\": \"Fann auto-lagra innhald\"\n },\n \"fraction_41bac7af\": {\n \"message\": \"Brøk\"\n },\n \"fullscreen_873bf53f\": {\n \"message\": \"Full skjerm\"\n },\n \"gamma_1767928\": {\n \"message\": \"Gamma\"\n },\n \"generating_preview_45b53be0\": {\n \"message\": \"Genererer førehandsvising...\"\n },\n \"gif_png_format_images_larger_than_size_kb_are_not__7af3bdbd\": {\n \"message\": \"GIF/PNG bildeformat større enn { size } KB er ikkje støtta.\"\n },\n \"go_to_the_editor_s_menubar_e6674c81\": {\n \"message\": \"Gå til menylinja i redigeringsprogrammet\"\n },\n \"go_to_the_editor_s_toolbar_a5cb875f\": {\n \"message\": \"Gå til verktøylinja i redigeringsprogrammet\"\n },\n \"grades_a61eba0a\": {\n \"message\": \"Vurderingar\"\n },\n \"greater_than_e98af662\": {\n \"message\": \"Større enn\"\n },\n \"greater_than_or_equal_b911949a\": {\n \"message\": \"Større enn eller lik\"\n },\n \"greek_65c5b3f7\": {\n \"message\": \"Gresk\"\n },\n \"green_15af4778\": {\n \"message\": \"Grønt\"\n },\n \"grey_a55dceff\": {\n \"message\": \"Grå\"\n },\n \"group_documents_8bfd6ae6\": {\n \"message\": \"Grupper dokument\"\n },\n \"group_files_4324f3df\": {\n \"message\": \"Gruppefiler\"\n },\n \"group_files_82e5dcdb\": {\n \"message\": \"Gruppefiler\"\n },\n \"group_images_98e0ac17\": {\n \"message\": \"Grupper bilde\"\n },\n \"group_isomorphism_45b1458c\": {\n \"message\": \"Gruppeisomorfi\"\n },\n \"group_links_9493129e\": {\n \"message\": \"Grupper lenker\"\n },\n \"group_media_2f3d128a\": {\n \"message\": \"Grupper media\"\n },\n \"group_navigation_99f191a\": {\n \"message\": \"Gruppenavigering\"\n },\n \"h_bar_bb94deae\": {\n \"message\": \"H Bar\"\n },\n \"hat_ea321e35\": {\n \"message\": \"Hatt\"\n },\n \"heading_2_5b84eed2\": {\n \"message\": \"Overskrift 2\"\n },\n \"heading_3_2c83de44\": {\n \"message\": \"Overskrift 3\"\n },\n \"heading_4_b2e74be7\": {\n \"message\": \"Overskrift 4\"\n },\n \"health_icon_8d292eb5\": {\n \"message\": \"Helseikon\"\n },\n \"hearts_suit_e50e04ca\": {\n \"message\": \"Hjarter (Kortfage)\"\n },\n \"height_69b03e15\": {\n \"message\": \"Høgde\"\n },\n \"hexagon_d8468e0d\": {\n \"message\": \"Sekskant\"\n },\n \"hide_description_bfb5502e\": {\n \"message\": \"Skjul skildring\"\n },\n \"hide_title_description_caf092ef\": {\n \"message\": \"Skjul { title } skildring\"\n },\n \"home_351838cd\": {\n \"message\": \"Heim\"\n },\n \"html_code_editor_fd967a44\": {\n \"message\": \"HTML-editor\"\n },\n \"i_have_obtained_permission_to_use_this_file_6386f087\": {\n \"message\": \"Eg har løyve til å bruke denne fila. \"\n },\n \"i_hold_the_copyright_71ee91b1\": {\n \"message\": \"Eg er rettshavar\"\n },\n \"icon_215a1dc6\": {\n \"message\": \"Ikon\"\n },\n \"icon_8168b2f8\": {\n \"message\": \"Ikon\"\n },\n \"icon_color_b86dd6d6\": {\n \"message\": \"Ikonfarge\"\n },\n \"icon_maker_icons_cc560f7e\": {\n \"message\": \"Ikondesignar-ikon\"\n },\n \"icon_options_7e32746e\": {\n \"message\": \"Alternativ for ikon\"\n },\n \"icon_options_tray_2b407977\": {\n \"message\": \"Menyalternativ for ikon\"\n },\n \"icon_preview_1782a1d9\": {\n \"message\": \"Ikon-førehandsvisning\"\n },\n \"icon_shape_30b61e7\": {\n \"message\": \"Ikonform\"\n },\n \"icon_size_9353edea\": {\n \"message\": \"Ikonstorleik\"\n },\n \"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5\": {\n \"message\": \"Om du ikkje vel bruksrettar no, vil ikkje fila bli publisert etter at ho er lasta opp. \"\n },\n \"image_8ad06\": {\n \"message\": \"Bilde\"\n },\n \"image_c1c98202\": {\n \"message\": \"bilde\"\n },\n \"image_options_5412d02c\": {\n \"message\": \"Alternativ for bilde\"\n },\n \"image_options_tray_90a46006\": {\n \"message\": \"Redigeringsmeny for bilde\"\n },\n \"image_to_crop_3a34487d\": {\n \"message\": \"Bilde å skjere\"\n },\n \"images_7ce26570\": {\n \"message\": \"Bilde\"\n },\n \"imaginary_portion_of_complex_number_2c733ffa\": {\n \"message\": \"Imaginær del (av komplekst tal)\"\n },\n \"in_element_of_19ca2f33\": {\n \"message\": \"I (Element av)\"\n },\n \"indefinite_integral_6623307e\": {\n \"message\": \"Ubestemt integral\"\n },\n \"indigo_2035fc55\": {\n \"message\": \"Indigo\"\n },\n \"inference_fed5c960\": {\n \"message\": \"Inferens\"\n },\n \"infinity_7a10f206\": {\n \"message\": \"Uendeleg\"\n },\n \"insert_593145ef\": {\n \"message\": \"Set inn\"\n },\n \"insert_link_6dc23cae\": {\n \"message\": \"Sett inn lenke\"\n },\n \"integers_336344e1\": {\n \"message\": \"Heiltal\"\n },\n \"intersection_cd4590e4\": {\n \"message\": \"Snitt\"\n },\n \"invalid_entry_f7d2a0f5\": {\n \"message\": \"Ugyldig oppføring\"\n },\n \"invalid_file_c11ba11\": {\n \"message\": \"Ugyldig fil\"\n },\n \"invalid_file_type_881cc9b2\": {\n \"message\": \"Ugyldig filtype\"\n },\n \"invalid_url_cbde79f\": {\n \"message\": \"Ugyldig URL\"\n },\n \"iota_11c932a9\": {\n \"message\": \"Iota\"\n },\n \"kappa_2f14c816\": {\n \"message\": \"Kappa\"\n },\n \"kappa_variant_eb64574b\": {\n \"message\": \"Kappa (Variant)\"\n },\n \"keyboard_shortcuts_ed1844bd\": {\n \"message\": \"Hurtigtastar\"\n },\n \"lambda_4f602498\": {\n \"message\": \"Lambda\"\n },\n \"language_arts_icon_a798b0f8\": {\n \"message\": \"Språkvitskap-ikon\"\n },\n \"languages_icon_9d20539\": {\n \"message\": \"Språk-ikon\"\n },\n \"large_9c5e80e7\": {\n \"message\": \"Stort\"\n },\n \"left_angle_bracket_c87a6d07\": {\n \"message\": \"Venstre vinkelparentes\"\n },\n \"left_arrow_4fde1a64\": {\n \"message\": \"Pil venstre\"\n },\n \"left_arrow_with_hook_5bfcad93\": {\n \"message\": \"Pil venstre med krok\"\n },\n \"left_ceiling_ee9dd88a\": {\n \"message\": \"Venstre tak\"\n },\n \"left_curly_brace_1726fb4\": {\n \"message\": \"Venstre krøllparentes\"\n },\n \"left_downard_harpoon_arrow_1d7b3d2e\": {\n \"message\": \"Harpunpil ned mot venstre\"\n },\n \"left_floor_29ac2274\": {\n \"message\": \"Venstre gulv\"\n },\n \"left_to_right_e9b4fd06\": {\n \"message\": \"Venste mot høgre\"\n },\n \"left_upward_harpoon_arrow_3a562a96\": {\n \"message\": \"Harpunpil opp mot venstre\"\n },\n \"leftward_arrow_1e4765de\": {\n \"message\": \"Pil venstre\"\n },\n \"leftward_pointing_triangle_d14532ce\": {\n \"message\": \"Venstrepeikande triangel\"\n },\n \"less_than_a26c0641\": {\n \"message\": \"Mindre enn\"\n },\n \"less_than_or_equal_be5216cb\": {\n \"message\": \"Mindre enn eller lik\"\n },\n \"library_icon_ae1e54cf\": {\n \"message\": \"Bibliotek-ikon\"\n },\n \"light_blue_5374f600\": {\n \"message\": \"Lyseblå\"\n },\n \"link_7262adec\": {\n \"message\": \"Lenke\"\n },\n \"link_options_a16b758b\": {\n \"message\": \"Lenkealternativ\"\n },\n \"links_14b70841\": {\n \"message\": \"Lenker\"\n },\n \"links_to_an_external_site_de74145d\": {\n \"message\": \"Lenker til eit ekstern område.\"\n },\n \"load_more_35d33c7\": {\n \"message\": \"Last fleire\"\n },\n \"loading_25990131\": {\n \"message\": \"Lastar...\"\n },\n \"loading_bde52856\": {\n \"message\": \"Lastar\"\n },\n \"loading_closed_captions_subtitles_failed_95ceef47\": {\n \"message\": \"Mislukka å laste undertekster\"\n },\n \"loading_failed_b3524381\": {\n \"message\": \"Opplasting mislukkast...\"\n },\n \"loading_failed_e6a9d8ef\": {\n \"message\": \"Opplasting mislukkast.\"\n },\n \"loading_folders_d8b5869e\": {\n \"message\": \"Lastar mapper\"\n },\n \"loading_please_wait_d276220a\": {\n \"message\": \"Lastar, vent\"\n },\n \"loading_preview_9f077aa1\": {\n \"message\": \"Lastar førehandsvisning\"\n },\n \"locked_762f138b\": {\n \"message\": \"Låst\"\n },\n \"logical_equivalence_76fca396\": {\n \"message\": \"Logisk ekvivalens\"\n },\n \"logical_equivalence_short_8efd7b4f\": {\n \"message\": \"Logisk ekvivalens (Kort)\"\n },\n \"logical_equivalence_short_and_thick_1e1f654d\": {\n \"message\": \"Logisk ekvivalens (Kort og tjukk)\"\n },\n \"logical_equivalence_thick_662dd3f2\": {\n \"message\": \"Logisk ekvivalens (Tjukk)\"\n },\n \"low_horizontal_dots_cc08498e\": {\n \"message\": \"Låge horisontale prikkar\"\n },\n \"magenta_4a65993c\": {\n \"message\": \"Magenta\"\n },\n \"maps_to_e5ef7382\": {\n \"message\": \"Avbild til\"\n },\n \"math_icon_ad4e9d03\": {\n \"message\": \"Matematikk-ikon\"\n },\n \"media_af190855\": {\n \"message\": \"Media\"\n },\n \"media_file_is_processing_please_try_again_later_58a6d49\": {\n \"message\": \"Mediefil vart prosessert. Prøv på ny seinare.\"\n },\n \"medium_5a8e9ead\": {\n \"message\": \"Medium\"\n },\n \"middle_27dc1d5\": {\n \"message\": \"Midtpunkt\"\n },\n \"minimize_file_preview_da911944\": {\n \"message\": \"Minimer førehandsvising av fil\"\n },\n \"minimize_video_20aa554b\": {\n \"message\": \"Minimer video\"\n },\n \"minus_fd961e2e\": {\n \"message\": \"Minus\"\n },\n \"minus_plus_3461f637\": {\n \"message\": \"Minus/Pluss\"\n },\n \"misc_3b692ea7\": {\n \"message\": \"Diverse\"\n },\n \"miscellaneous_e9818229\": {\n \"message\": \"Diverse\"\n },\n \"modules_c4325335\": {\n \"message\": \"Modular\"\n },\n \"mu_37223b8b\": {\n \"message\": \"Mu\"\n },\n \"multi_color_image_63d7372f\": {\n \"message\": \"Fleirfargebilde\"\n },\n \"multiplication_sign_15f95c22\": {\n \"message\": \"Multiplikasjonsteikn\"\n },\n \"music_icon_4db5c972\": {\n \"message\": \"Musikk-ikon\"\n },\n \"must_be_at_least_width_x_height_px_41dc825e\": {\n \"message\": \"Må vere minst { width } x { height }px\"\n },\n \"my_files_2f621040\": {\n \"message\": \"Mine filer\"\n },\n \"n_th_root_9991a6e4\": {\n \"message\": \"N-te rot\"\n },\n \"nabla_1e216d25\": {\n \"message\": \"Nabla\"\n },\n \"name_1aed4a1b\": {\n \"message\": \"Namn\"\n },\n \"natural_music_54a70258\": {\n \"message\": \"Naturleg (Musikk)\"\n },\n \"natural_numbers_3da07060\": {\n \"message\": \"Naturlege tal\"\n },\n \"navigate_through_the_menu_or_toolbar_415a4e50\": {\n \"message\": \"Naviger gjennom menyen eller verktøylinja\"\n },\n \"nested_greater_than_d852e60d\": {\n \"message\": \"Nøsta større enn\"\n },\n \"nested_less_than_27d17e58\": {\n \"message\": \"Nøsta mindre enn\"\n },\n \"no_changes_to_save_d29f6e91\": {\n \"message\": \"Ingen endringar å lagre.\"\n },\n \"no_e16d9132\": {\n \"message\": \"Nei\"\n },\n \"no_file_chosen_9a880793\": {\n \"message\": \"Ingen filer er valde\"\n },\n \"no_preview_is_available_for_this_file_f940114a\": {\n \"message\": \"Førehandsvising er ikkje tilgjengeleg for denne fila.\"\n },\n \"no_results_940393cf\": {\n \"message\": \"Utan resultat. \"\n },\n \"no_results_found_for_filterterm_ad1b04c8\": {\n \"message\": \"Ingen resultat funne for { filterTerm }\"\n },\n \"none_3b5e34d2\": {\n \"message\": \"Ingen\"\n },\n \"none_selected_b93d56d2\": {\n \"message\": \"Ingen vald\"\n },\n \"not_equal_6e2980e6\": {\n \"message\": \"Ikkje lik\"\n },\n \"not_in_not_an_element_of_fb1ffb54\": {\n \"message\": \"Ikkje i (Ikkje eit element av)\"\n },\n \"not_negation_1418ebb8\": {\n \"message\": \"Ikkje (Negasjon)\"\n },\n \"not_subset_dc2b5e84\": {\n \"message\": \"Ikkje delmengd\"\n },\n \"not_subset_strict_23d282bf\": {\n \"message\": \"Ikkje delmengd (Streng)\"\n },\n \"not_superset_5556b913\": {\n \"message\": \"Ikkje supersett\"\n },\n \"not_superset_strict_24e06f36\": {\n \"message\": \"Ikkje supersett (Streng)\"\n },\n \"nu_1c0f6848\": {\n \"message\": \"Nu\"\n },\n \"octagon_e48be9f\": {\n \"message\": \"Åttekant\"\n },\n \"olive_6a3e4d6b\": {\n \"message\": \"Oliven\"\n },\n \"omega_8f2c3463\": {\n \"message\": \"Omega\"\n },\n \"one_of_the_following_styles_must_be_added_to_save__1de769aa\": {\n \"message\": \"Ein av dei følgande stilane må leggast til for å lagre ikonet: farge, storleik, tekst, eller bilde\"\n },\n \"open_circle_e9bd069\": {\n \"message\": \"Open sirkel\"\n },\n \"open_this_keyboard_shortcuts_dialog_9658b83a\": {\n \"message\": \"Opne denne hurtigtastar-dialogen\"\n },\n \"open_title_application_fd624fc5\": {\n \"message\": \"Opne { title } applikasjon\"\n },\n \"operators_a2ef9a93\": {\n \"message\": \"Operatør\"\n },\n \"or_9b70ccaa\": {\n \"message\": \"Eller\"\n },\n \"orange_81386a62\": {\n \"message\": \"Oransje\"\n },\n \"other_editor_shortcuts_may_be_found_at_404aba4a\": {\n \"message\": \"Andre hurtigtastar for redigering kan ein finne i\"\n },\n \"outline_color_3ef2cea7\": {\n \"message\": \"Farge på omriss\"\n },\n \"outline_size_a6059a21\": {\n \"message\": \"Storleik på omriss\"\n },\n \"p_is_not_a_valid_protocol_which_must_be_ftp_http_h_adf13fc2\": {\n \"message\": \"{ p } er ikkje ein gyldig protokoll. Den må vere anten ftp, http, https, mailto, skype, tel, eller utelatast\"\n },\n \"pages_e5414c2c\": {\n \"message\": \"Sider\"\n },\n \"paragraph_5e5ad8eb\": {\n \"message\": \"Avsnitt\"\n },\n \"parallel_d55d6e38\": {\n \"message\": \"Parallell\"\n },\n \"partial_derivative_4a9159df\": {\n \"message\": \"Partiell (Derivert)\"\n },\n \"paste_5963d1c1\": {\n \"message\": \"Lim inn\"\n },\n \"pentagon_17d82ea3\": {\n \"message\": \"Pentagon\"\n },\n \"people_b4ebb13c\": {\n \"message\": \"Personar\"\n },\n \"percentage_34ab7c2c\": {\n \"message\": \"Prosenttal\"\n },\n \"percentage_must_be_a_number_8033c341\": {\n \"message\": \"Prosent må være eit tal\"\n },\n \"performing_arts_icon_f3497486\": {\n \"message\": \"Utøvande kunst-ikon\"\n },\n \"perpendicular_7c48ede4\": {\n \"message\": \"Vinkelrett\"\n },\n \"phi_4ac33b6d\": {\n \"message\": \"Phi\"\n },\n \"phi_variant_c9bb3ac5\": {\n \"message\": \"Phi (Variant)\"\n },\n \"physical_education_icon_d7dffd3e\": {\n \"message\": \"Kroppsøving-ikon\"\n },\n \"pi_dc4f0bd8\": {\n \"message\": \"P\"\n },\n \"pi_variant_10f5f520\": {\n \"message\": \"Pi (Variant)\"\n },\n \"pink_68ad45cb\": {\n \"message\": \"Rosa\"\n },\n \"pixels_52ece7d1\": {\n \"message\": \"Pixlar\"\n },\n \"play_media_comment_35257210\": {\n \"message\": \"Spel av medieinnhald.\"\n },\n \"plus_d43cd4ec\": {\n \"message\": \"Pluss\"\n },\n \"plus_minus_f8be2e83\": {\n \"message\": \"Pluss/Minus\"\n },\n \"posted_when_a578f5ab\": {\n \"message\": \"Posta: { when }\"\n },\n \"power_set_4f26f316\": {\n \"message\": \"Potensmengd\"\n },\n \"precedes_196b9aef\": {\n \"message\": \"Føregåande\"\n },\n \"precedes_equal_20701e84\": {\n \"message\": \"Føregåande lik\"\n },\n \"preformatted_d0670862\": {\n \"message\": \"Førehandsformatert\"\n },\n \"preview_53003fd2\": {\n \"message\": \"Førehandsvising\"\n },\n \"preview_in_overlay_ed772c46\": {\n \"message\": \"Førehandsvisning i nytt lag\"\n },\n \"preview_inline_9787330\": {\n \"message\": \"Førehandsvising i teksten\"\n },\n \"prime_917ea60e\": {\n \"message\": \"Primtal\"\n },\n \"prime_numbers_13464f61\": {\n \"message\": \"Primtal\"\n },\n \"product_39cf144f\": {\n \"message\": \"Produkt\"\n },\n \"proportional_f02800cc\": {\n \"message\": \"Proporsjonal\"\n },\n \"protocol_must_be_ftp_http_https_mailto_skype_tel_o_73beb4f8\": {\n \"message\": \"Protokoll må vere anten ftp, http, https, mailto, skype, tel, eller utelatast\"\n },\n \"psi_e3f5f0f7\": {\n \"message\": \"Psi\"\n },\n \"published_c944a23d\": {\n \"message\": \"publisert\"\n },\n \"published_when_302d8e23\": {\n \"message\": \"Publisert: { when }\"\n },\n \"pumpkin_904428d5\": {\n \"message\": \"Gresskar\"\n },\n \"purple_7678a9fc\": {\n \"message\": \"Lilla\"\n },\n \"quaternions_877024e0\": {\n \"message\": \"Kvaternion\"\n },\n \"quizzes_7e598f57\": {\n \"message\": \"Quizar\"\n },\n \"rational_numbers_80ddaa4a\": {\n \"message\": \"Rasjonelle tal\"\n },\n \"real_numbers_7c99df94\": {\n \"message\": \"Reelle tal\"\n },\n \"real_portion_of_complex_number_7dad33b5\": {\n \"message\": \"Reell del (av komplekst tal)\"\n },\n \"record_7c9448b\": {\n \"message\": \"Spel inn\"\n },\n \"red_8258edf3\": {\n \"message\": \"Raud\"\n },\n \"relationships_6602af70\": {\n \"message\": \"Relasjon\"\n },\n \"religion_icon_246e0be1\": {\n \"message\": \"Religion-ikon\"\n },\n \"replace_e61834a7\": {\n \"message\": \"Erstatt\"\n },\n \"reset_95a81614\": {\n \"message\": \"Tilbakestill\"\n },\n \"resize_ec83d538\": {\n \"message\": \"Endre storleik\"\n },\n \"restore_auto_save_deccd84b\": {\n \"message\": \"Gjenopprette auto-lagring?\"\n },\n \"rho_a0244a36\": {\n \"message\": \"Rho\"\n },\n \"rho_variant_415245cd\": {\n \"message\": \"Rho (Variant)\"\n },\n \"rich_content_editor_2708ef21\": {\n \"message\": \"Redigeringsprogram for rikt innhald\"\n },\n \"rich_text_area_press_alt_0_for_rich_content_editor_9d23437f\": {\n \"message\": \"Rikt tekstområde. Trykk ALT+0 for rik hurtigtastar i teksteditoren\"\n },\n \"right_angle_bracket_d704e2d6\": {\n \"message\": \"Høgre vinkelparentes\"\n },\n \"right_arrow_35e0eddf\": {\n \"message\": \"Pil høgre\"\n },\n \"right_arrow_with_hook_29d92d31\": {\n \"message\": \"Pil høgre med krok\"\n },\n \"right_ceiling_839dc744\": {\n \"message\": \"Høgre tak\"\n },\n \"right_curly_brace_5159d5cd\": {\n \"message\": \"Høgre krøllparentes\"\n },\n \"right_downward_harpoon_arrow_d71b114f\": {\n \"message\": \"Harpunpil ned mot høgre\"\n },\n \"right_floor_5392d5cf\": {\n \"message\": \"Høgre golv\"\n },\n \"right_to_left_9cfb092a\": {\n \"message\": \"Høgre mot venstre\"\n },\n \"right_upward_harpoon_arrow_f5a34c73\": {\n \"message\": \"Harpunpil opp mot høgre\"\n },\n \"rightward_arrow_32932107\": {\n \"message\": \"Pil høgre\"\n },\n \"rightward_pointing_triangle_60330f5c\": {\n \"message\": \"Høgrepeikande triangel\"\n },\n \"rotate_image_90_degrees_2ab77c05\": {\n \"message\": \"Roter bilde -90 grader\"\n },\n \"rotate_image_90_degrees_6c92cd42\": {\n \"message\": \"Roter bilde 90 grader\"\n },\n \"rotation_9699c538\": {\n \"message\": \"Rotasjon\"\n },\n \"sadly_the_pretty_html_editor_is_not_keyboard_acces_50da7665\": {\n \"message\": \"I den pene HTML-editoren kan du ikkje redigere med tastatur. Gå til ein rein HTML-editor her.\"\n },\n \"save_11a80ec3\": {\n \"message\": \"Lagre\"\n },\n \"script_l_42a7b254\": {\n \"message\": \"Script L\"\n },\n \"search_280d00bd\": {\n \"message\": \"Søk\"\n },\n \"select_crop_shape_d441feeb\": {\n \"message\": \"Vel skjæringsform\"\n },\n \"select_language_7c93a900\": {\n \"message\": \"Vel språk\"\n },\n \"selected_linkfilename_c093b1f2\": {\n \"message\": \"Vald { linkFileName }\"\n },\n \"set_minus_b46e9b88\": {\n \"message\": \"Sett minus\"\n },\n \"shift_o_to_open_the_pretty_html_editor_55ff5a31\": {\n \"message\": \"Bruk Shift-O for å opne den pene HTML-editoren.\"\n },\n \"sigma_5c35e553\": {\n \"message\": \"Sigma\"\n },\n \"sigma_variant_8155625\": {\n \"message\": \"Sigma (Variant)\"\n },\n \"single_color_image_4e5d4dbc\": {\n \"message\": \"Monokromt bilde\"\n },\n \"single_color_image_color_95fa9a87\": {\n \"message\": \"Monokrom bildefarge\"\n },\n \"size_b30e1077\": {\n \"message\": \"Storleik\"\n },\n \"size_of_caption_file_is_greater_than_the_maximum_m_bff5f86e\": {\n \"message\": \"Storleiken på tekst-fila er større enn grensa på { max } kB.\"\n },\n \"small_b070434a\": {\n \"message\": \"Liten\"\n },\n \"solid_circle_9f061dfc\": {\n \"message\": \"Solid sirkel\"\n },\n \"something_went_wrong_89195131\": {\n \"message\": \"Noko gjekk gale.\"\n },\n \"something_went_wrong_and_i_don_t_know_what_to_show_e0c54ec8\": {\n \"message\": \"Noko gjekk gale. Veit ikkje kva som kan visast.\"\n },\n \"something_went_wrong_check_your_connection_reload__c7868286\": {\n \"message\": \"Noko gjekk gale. Sjekk internettforbindelsen, last sida på ny, og prøv på nytt.\"\n },\n \"something_went_wrong_d238c551\": {\n \"message\": \"Noko gjekk gale\"\n },\n \"sort_by_e75f9e3e\": {\n \"message\": \"Sorter etter\"\n },\n \"spades_suit_b37020c2\": {\n \"message\": \"Spar (Korttype)\"\n },\n \"square_511eb3b3\": {\n \"message\": \"Kvadrat\"\n },\n \"square_cap_9ec88646\": {\n \"message\": \"Kvadratisk cap\"\n },\n \"square_cup_b0665113\": {\n \"message\": \"Kvadratisk cup\"\n },\n \"square_root_e8bcbc60\": {\n \"message\": \"Kvadratrot\"\n },\n \"square_root_symbol_d0898a53\": {\n \"message\": \"Kvadratrotsymbol\"\n },\n \"square_subset_17be67cb\": {\n \"message\": \"Kvadratisk delmengd\"\n },\n \"square_subset_strict_7044e84f\": {\n \"message\": \"Kvadratisk delmengd (Streng)\"\n },\n \"square_superset_3be8dae1\": {\n \"message\": \"Kvadratisk supersett\"\n },\n \"square_superset_strict_fa4262e4\": {\n \"message\": \"Kvadratisk Supersett (Streng)\"\n },\n \"star_8d156e09\": {\n \"message\": \"Merk med stjerne\"\n },\n \"steel_blue_14296f08\": {\n \"message\": \"Stålblå\"\n },\n \"styles_2aa721ef\": {\n \"message\": \"Stilar\"\n },\n \"submit_a3cc6859\": {\n \"message\": \"Send!\"\n },\n \"subscript_59744f96\": {\n \"message\": \"Senka skrift\"\n },\n \"subset_19c1a92f\": {\n \"message\": \"Delmengd\"\n },\n \"subset_strict_8d8948d6\": {\n \"message\": \"Delmengd (Streng)\"\n },\n \"succeeds_9cc31be9\": {\n \"message\": \"Etterfølgjer\"\n },\n \"succeeds_equal_158e8c3a\": {\n \"message\": \"Etterfølgjer lik\"\n },\n \"sum_b0842d31\": {\n \"message\": \"Sum\"\n },\n \"superscript_8cb349a2\": {\n \"message\": \"Heva skrift\"\n },\n \"superset_c4db8a7a\": {\n \"message\": \"Supersett\"\n },\n \"superset_strict_c77dd6d2\": {\n \"message\": \"Supersett (Streng)\"\n },\n \"supported_file_types_srt_or_webvtt_7d827ed\": {\n \"message\": \"Støtta filtypar: SRT og WebVTT\"\n },\n \"switch_to_pretty_html_editor_a3cee15f\": {\n \"message\": \"Byt til pen HTML-editor\"\n },\n \"switch_to_raw_html_editor_f970ae1a\": {\n \"message\": \"Byt til rå HTML-editor\"\n },\n \"switch_to_the_html_editor_146dfffd\": {\n \"message\": \"Byt til HTML-editor\"\n },\n \"switch_to_the_rich_text_editor_63c1ecf6\": {\n \"message\": \"Byt til rikteksteditoren\"\n },\n \"syllabus_f191f65b\": {\n \"message\": \"Emneoversikt\"\n },\n \"tab_arrows_4cf5abfc\": {\n \"message\": \"TAB/piltastar\"\n },\n \"tau_880974b7\": {\n \"message\": \"Tau\"\n },\n \"teal_f729a294\": {\n \"message\": \"Blågrøn\"\n },\n \"text_7f4593da\": {\n \"message\": \"Tekst\"\n },\n \"text_background_color_16e61c3f\": {\n \"message\": \"Bakgrunnsfarge for tekst\"\n },\n \"text_color_acf75eb6\": {\n \"message\": \"Tekstfarge\"\n },\n \"text_optional_384f94f7\": {\n \"message\": \"Tekst (valfri)\"\n },\n \"text_position_8df8c162\": {\n \"message\": \"Tekstplassering\"\n },\n \"text_size_887c2f6\": {\n \"message\": \"Tekststorleik\"\n },\n \"the_document_preview_is_currently_being_processed__7d9ea135\": {\n \"message\": \"Førehandsvisinga av dokumentet blir behandla no. Prøv på nytt seinare.\"\n },\n \"the_material_is_in_the_public_domain_279c39a3\": {\n \"message\": \"Materialet er ikkje opphavsrettbeskytta\"\n },\n \"the_material_is_licensed_under_creative_commons_3242cb5e\": {\n \"message\": \"Materialet er lisensiert under Creative Commons\"\n },\n \"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2\": {\n \"message\": \"Materialet er brukt i samsvar med sitatretten\"\n },\n \"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b\": {\n \"message\": \"I den pene HTML-editoren kan du ikkje redigere med tastatur. Trykk Shift-O for å opne den reine HTML-editoren.\"\n },\n \"therefore_d860e024\": {\n \"message\": \"Derfor\"\n },\n \"theta_ce2d2350\": {\n \"message\": \"Theta\"\n },\n \"theta_variant_fff6da6f\": {\n \"message\": \"Theta (Variant)\"\n },\n \"thick_downward_arrow_b85add4c\": {\n \"message\": \"Tjukk pil nedover\"\n },\n \"thick_left_arrow_d5f3e925\": {\n \"message\": \"Tjukk pil venstre\"\n },\n \"thick_leftward_arrow_6ab89880\": {\n \"message\": \"Tjukk pil venstre\"\n },\n \"thick_right_arrow_3ed5e8f7\": {\n \"message\": \"Tjukk pil høgre\"\n },\n \"thick_rightward_arrow_a2e1839e\": {\n \"message\": \"Tjukk pil høgre\"\n },\n \"thick_upward_arrow_acd20328\": {\n \"message\": \"Tjukk pil oppover\"\n },\n \"this_document_cannot_be_displayed_within_canvas_7aba77be\": {\n \"message\": \"Dette dokumentet kan ikkje visast i Canvas.\"\n },\n \"this_equation_cannot_be_rendered_in_basic_view_9b6c07ae\": {\n \"message\": \"Kan ikkje gje att som grunnleggande vising.\"\n },\n \"this_image_is_currently_unavailable_25c68857\": {\n \"message\": \"Dette bildet er for tida utilgjengeleg\"\n },\n \"though_your_video_will_have_the_correct_title_in_t_90e427f3\": {\n \"message\": \"Sjølv om videoen din har rett tittel i nettlesaren, er den ikkje oppdatert i databasen.\"\n },\n \"title_ee03d132\": {\n \"message\": \"Tittel\"\n },\n \"to_be_posted_when_d24bf7dc\": {\n \"message\": \"Vert posta: { when }\"\n },\n \"to_do_when_2783d78f\": {\n \"message\": \"Gjeremål: { when }\"\n },\n \"toggle_summary_group_413df9ac\": {\n \"message\": \"Veksle { summary } gruppe\"\n },\n \"toggle_tooltip_d3b7cb86\": {\n \"message\": \"Vis/skjul tips\"\n },\n \"tools_2fcf772e\": {\n \"message\": \"Verktøy\"\n },\n \"top_66e0adb6\": {\n \"message\": \"Topp\"\n },\n \"tray_839df38a\": {\n \"message\": \"Sidemeny\"\n },\n \"triangle_6072304e\": {\n \"message\": \"Trekant\"\n },\n \"type_control_f9_to_access_image_options_text_a47e319f\": {\n \"message\": \"vel ctrl+F9 for å sjå alternativ for bildet. { text }\"\n },\n \"type_control_f9_to_access_link_options_text_4ead9682\": {\n \"message\": \"vel ctrl+F9 for å sjå alternativ for lenke. { text }\"\n },\n \"type_control_f9_to_access_table_options_text_92141329\": {\n \"message\": \"vel ctrl+F9 for å sjå alternativ for tabell. { text }\"\n },\n \"union_e6b57a53\": {\n \"message\": \"Union\"\n },\n \"unpublished_dfd8801\": {\n \"message\": \"upublisert\"\n },\n \"untitled_efdc2d7d\": {\n \"message\": \"utan tittel\"\n },\n \"up_and_left_diagonal_arrow_e4a74a23\": {\n \"message\": \"Diagonal pil opp til venstre\"\n },\n \"up_and_right_diagonal_arrow_935b902e\": {\n \"message\": \"Diagonal pil opp til høgre\"\n },\n \"upload_file_fd2361b8\": {\n \"message\": \"Last opp fil\"\n },\n \"upload_image_6120b609\": {\n \"message\": \"Last opp bilde frå disk\"\n },\n \"upload_media_ce31135a\": {\n \"message\": \"Last opp media\"\n },\n \"uploading_19e8a4e7\": {\n \"message\": \"Lastar opp\"\n },\n \"uppercase_delta_d4f4bc41\": {\n \"message\": \"Stor Delta\"\n },\n \"uppercase_gamma_86f492e9\": {\n \"message\": \"Stor Gamma\"\n },\n \"uppercase_lambda_c78d8ed4\": {\n \"message\": \"Stor Lambda\"\n },\n \"uppercase_omega_8aedfa2\": {\n \"message\": \"Stor Omega\"\n },\n \"uppercase_phi_caa36724\": {\n \"message\": \"Stor Phi\"\n },\n \"uppercase_pi_fcc70f5e\": {\n \"message\": \"Stor Pi\"\n },\n \"uppercase_psi_6395acbe\": {\n \"message\": \"Stor Psi\"\n },\n \"uppercase_sigma_dbb70e92\": {\n \"message\": \"Stor Sigma\"\n },\n \"uppercase_theta_49afc891\": {\n \"message\": \"Stor Theta\"\n },\n \"uppercase_upsilon_8c1e623e\": {\n \"message\": \"Stor Upsilon\"\n },\n \"uppercase_xi_341e8556\": {\n \"message\": \"Stor Xi\"\n },\n \"upsilon_33651634\": {\n \"message\": \"Upsilon\"\n },\n \"upward_and_downward_pointing_arrow_fa90a918\": {\n \"message\": \"Oppover- og nediverpeikande pil\"\n },\n \"upward_and_downward_pointing_arrow_thick_d420fdef\": {\n \"message\": \"Oppover- og nedoverpeikande pil (Tjukk)\"\n },\n \"upward_arrow_9992cb2d\": {\n \"message\": \"Pil opp\"\n },\n \"upward_pointing_triangle_d078d7cb\": {\n \"message\": \"Oppoverpeikande triangel\"\n },\n \"url_22a5f3b8\": {\n \"message\": \"URL\"\n },\n \"usage_right_ff96f3e2\": {\n \"message\": \"Bruksrett:\"\n },\n \"usage_rights_required_5fe4dd68\": {\n \"message\": \"Bruksrettar (obligatorisk)\"\n },\n \"use_arrow_keys_to_navigate_options_2021cc50\": {\n \"message\": \"Bruk piltastane for å navigere mellom alternativa.\"\n },\n \"use_arrow_keys_to_select_a_shape_c8eb57ed\": {\n \"message\": \"Bruk piltastane for å velje ein figur.\"\n },\n \"use_arrow_keys_to_select_a_size_699a19f4\": {\n \"message\": \"Bruk piltastane for å velje ein storleik.\"\n },\n \"use_arrow_keys_to_select_a_text_position_72f9137c\": {\n \"message\": \"Bruk piltastane for å velje plassering for teksten\"\n },\n \"use_arrow_keys_to_select_a_text_size_65e89336\": {\n \"message\": \"Bruk piltastane for å velje tekststorleik\"\n },\n \"use_arrow_keys_to_select_an_outline_size_e009d6b0\": {\n \"message\": \"Bruk piltastane for å velje storleik på omrisset.\"\n },\n \"used_by_screen_readers_to_describe_the_content_of__4f14b4e4\": {\n \"message\": \"Skjermlesarar brukar dette for å skildre innhaldet i eit/ein { TYPE }\"\n },\n \"used_by_screen_readers_to_describe_the_content_of__b1e76d9e\": {\n \"message\": \"Skjermlesarar brukar dette for å skildre innhaldet i eit bilde\"\n },\n \"used_by_screen_readers_to_describe_the_video_37ebad25\": {\n \"message\": \"Brukt av skjermlesarar for å skildre videoen\"\n },\n \"user_documents_c206e61f\": {\n \"message\": \"Brukardokument\"\n },\n \"user_files_78e21703\": {\n \"message\": \"Brukarfiler\"\n },\n \"user_images_b6490852\": {\n \"message\": \"Hent bilde frå mine filer\"\n },\n \"user_media_14fbf656\": {\n \"message\": \"Brukarmedia\"\n },\n \"vector_notation_cf6086ab\": {\n \"message\": \"Vektor (Notasjon)\"\n },\n \"vertical_bar_set_builder_notation_4300495f\": {\n \"message\": \"Vertikal strek (mengdebyggjarnotasjon)\"\n },\n \"vertical_dots_bfb21f14\": {\n \"message\": \"Vertikale prikkar\"\n },\n \"video_options_24ef6e5d\": {\n \"message\": \"Videoalternativ\"\n },\n \"video_options_tray_3b9809a5\": {\n \"message\": \"Menyalternativ for video\"\n },\n \"video_player_for_9e7d373b\": {\n \"message\": \"Videospelar for\"\n },\n \"video_player_for_title_ffd9fbc4\": {\n \"message\": \"Videospelar for { title }\"\n },\n \"view_ba339f93\": {\n \"message\": \"Vis\"\n },\n \"view_description_30446afc\": {\n \"message\": \"Vis skildring\"\n },\n \"view_keyboard_shortcuts_34d1be0b\": {\n \"message\": \"Sjå hurtigtastar\"\n },\n \"view_title_description_67940918\": {\n \"message\": \"Vis { title } skildring\"\n },\n \"white_87fa64fd\": {\n \"message\": \"Kvit\"\n },\n \"width_492fec76\": {\n \"message\": \"Vidde\"\n },\n \"width_and_height_must_be_numbers_110ab2e3\": {\n \"message\": \"Vidde og breidde må vere tal\"\n },\n \"width_x_height_px_ff3ccb93\": {\n \"message\": \"{ width } x { height }px\"\n },\n \"wiki_home_9cd54d0\": {\n \"message\": \"Wiki-startside\"\n },\n \"wreath_product_200b38ef\": {\n \"message\": \"Kransprodukt\"\n },\n \"xi_149681d0\": {\n \"message\": \"Xi\"\n },\n \"yes_dde87d5\": {\n \"message\": \"Ja\"\n },\n \"you_have_unsaved_changes_in_the_icon_maker_tray_do_e8cf5f1b\": {\n \"message\": \"Du har endringar som ikkje er lagra i ikondesignaren. Ønsker du å fortsette utan å lagre endringane?\"\n },\n \"you_may_not_upload_an_empty_file_11c31eb2\": {\n \"message\": \"Du kan ikkje laste opp ei tom fil.\"\n },\n \"your_image_has_been_compressed_for_icon_maker_imag_2e45cd91\": {\n \"message\": \"Bildet ditt har blitt komprimert for ikondesignaren. Bilder mindre enn { size } KB blir ikkje komprimert.\"\n },\n \"zeta_5ef24f0e\": {\n \"message\": \"Zeta\"\n },\n \"zoom_f3e54d69\": {\n \"message\": \"Zoom\"\n },\n \"zoom_in_image_bb97d4f\": {\n \"message\": \"Zoom inn på bilde\"\n },\n \"zoom_out_image_d0a0a2ec\": {\n \"message\": \"Zoom ut frå bilde\"\n }\n};\n_format_message__WEBPACK_IMPORTED_MODULE_0__[\"default\"].addLocale({\n nn: locale\n});\n\n//# sourceURL=webpack:///./src/translations/locales/nn.js?");
12
12
 
13
13
  /***/ })
14
14
 
@@ -8,7 +8,7 @@
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_sv_SE__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../tinymce/sv_SE */ \"./src/translations/tinymce/sv_SE.js\");\n/* harmony import */ var _tinymce_sv_SE__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tinymce_sv_SE__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 \"count_plural_one_item_loaded_other_items_loaded_857023b7\": {\n \"message\": \"{ count, plural,\\n one {}\\n other {}\\n}\"\n },\n \"icon_215a1dc6\": {\n \"message\": \"Ikon\"\n },\n \"links_to_an_external_site_de74145d\": {\n \"message\": \"Länkar till en externa sida.\"\n },\n \"minimize_file_preview_da911944\": {\n \"message\": \"Minimera förhandsvisning av fil\"\n },\n \"minimize_video_20aa554b\": {\n \"message\": \"Minimera video\"\n },\n \"replace_e61834a7\": {\n \"message\": \"Ersätt\"\n },\n \"reset_95a81614\": {\n \"message\": \"Återställ\"\n },\n \"the_document_preview_is_currently_being_processed__7d9ea135\": {\n \"message\": \"Förhandsvisningen av dokumentet bearbetas. Vänligen försök igen senare.\"\n },\n \"this_document_cannot_be_displayed_within_canvas_7aba77be\": {\n \"message\": \"Det här dokumentet kan inte visas i Canvas.\"\n }\n};\n_format_message__WEBPACK_IMPORTED_MODULE_0__[\"default\"].addLocale({\n sv: locale\n});\n\n//# sourceURL=webpack:///./src/translations/locales/sv.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_sv_SE__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../tinymce/sv_SE */ \"./src/translations/tinymce/sv_SE.js\");\n/* harmony import */ var _tinymce_sv_SE__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tinymce_sv_SE__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 \"count_plural_one_item_loaded_other_items_loaded_857023b7\": {\n \"message\": \"{ count, plural,\\n one {}\\n other {}\\n}\"\n },\n \"description_436c48d7\": {\n \"message\": \"Beskrivning\"\n },\n \"icon_215a1dc6\": {\n \"message\": \"Ikon\"\n },\n \"links_to_an_external_site_de74145d\": {\n \"message\": \"Länkar till en externa sida.\"\n },\n \"minimize_file_preview_da911944\": {\n \"message\": \"Minimera förhandsvisning av fil\"\n },\n \"minimize_video_20aa554b\": {\n \"message\": \"Minimera video\"\n },\n \"replace_e61834a7\": {\n \"message\": \"Ersätt\"\n },\n \"reset_95a81614\": {\n \"message\": \"Återställ\"\n },\n \"the_document_preview_is_currently_being_processed__7d9ea135\": {\n \"message\": \"Förhandsvisningen av dokumentet bearbetas. Vänligen försök igen senare.\"\n },\n \"this_document_cannot_be_displayed_within_canvas_7aba77be\": {\n \"message\": \"Det här dokumentet kan inte visas i Canvas.\"\n }\n};\n_format_message__WEBPACK_IMPORTED_MODULE_0__[\"default\"].addLocale({\n sv: locale\n});\n\n//# sourceURL=webpack:///./src/translations/locales/sv.js?");
12
12
 
13
13
  /***/ })
14
14