@instructure/canvas-rce 5.11.1 → 5.12.2

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 (505) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/babel-register.js +0 -7
  3. package/babel.config.cjs.js +0 -7
  4. package/babel.config.js +0 -9
  5. package/es/canvasFileBrowser/FileBrowser.js +6 -1
  6. package/es/common/fileUrl.js +3 -4
  7. package/es/defaultTinymceConfig.js +1 -1
  8. package/{lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/Lti13ContentItemJson.js → es/elementDenylist.js} +2 -6
  9. package/es/enhance-user-content/doc_previews.js +4 -0
  10. package/es/enhance-user-content/enhance_user_content.js +4 -59
  11. package/es/enhance-user-content/external_links.js +75 -0
  12. package/es/enhance-user-content/mathml.js +9 -7
  13. package/es/getThemeVars.js +4 -3
  14. package/es/getTranslations.js +77 -1
  15. package/es/index.js +1 -1
  16. package/es/rce/RCEWrapper.js +5 -2328
  17. package/es/rce/StatusBar.js +8 -2
  18. package/es/rce/contentInsertion.js +5 -2
  19. package/es/rce/plugins/instructure_documents/components/DocumentsPanel.js +3 -9
  20. package/es/rce/plugins/instructure_equation/EquationEditorModal/index.js +1 -1
  21. package/es/rce/plugins/instructure_equation/EquationEditorModal/styles.js +3 -11
  22. package/es/rce/plugins/instructure_equation/mathlive/index.js +5 -13
  23. package/es/rce/plugins/instructure_html_view/plugin.js +2 -2
  24. package/es/rce/plugins/instructure_icon_maker/components/SavedIconMakerList.js +3 -2
  25. package/es/rce/plugins/instructure_image/ImageList/Image.js +2 -2
  26. package/es/rce/plugins/instructure_image/Images/index.js +3 -10
  27. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +3 -0
  28. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ResourceLinkContentItem.js +3 -1
  29. package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +26 -1
  30. package/es/rce/plugins/instructure_record/AudioOptionsTray/index.js +9 -3
  31. package/es/rce/plugins/instructure_record/MediaPanel/index.js +3 -9
  32. package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +27 -2
  33. package/es/rce/plugins/instructure_record/VideoOptionsTray/index.js +35 -6
  34. package/es/rce/plugins/shared/fileShape.js +81 -9
  35. package/es/rce/plugins/shared/fileTypeUtils.js +6 -0
  36. package/es/rce/tinymce.oxide.content.min.css.js +732 -0
  37. package/es/rce/tinymce.oxide.skin.min.css.js +7 -0
  38. package/es/rcs/api.js +6 -4
  39. package/es/sidebar/store/configureStore.js +2 -2
  40. package/{lib/translations/locales/tg.js → es/translations/locales/ab.js} +1 -1
  41. package/es/translations/locales/cs.js +27 -0
  42. package/es/translations/locales/cs_CZ.js +27 -0
  43. package/{lib/translations/locales/sv_SE.js → es/translations/locales/da_DK.js} +2 -2
  44. package/{lib/translations/locales/se.js → es/translations/locales/en_NZ.js} +2 -2
  45. package/es/translations/locales/en_SE.js +26 -0
  46. package/es/translations/locales/en_US.js +26 -0
  47. package/es/translations/locales/hu_HU.js +27 -0
  48. package/{lib/translations/locales/ms.js → es/translations/locales/id.js} +632 -632
  49. package/{lib/translations/locales/th.js → es/translations/locales/id_ID.js} +1 -2
  50. package/{lib/translations/locales/vi_VN.js → es/translations/locales/ko_KR.js} +2 -2
  51. package/es/translations/locales/lt.js +26 -0
  52. package/es/translations/locales/lt_LT.js +26 -0
  53. package/es/translations/locales/mn_MN.js +26 -0
  54. package/es/translations/locales/nl_NL.js +27 -0
  55. package/{lib/translations/locales/es_GT.js → es/translations/locales/ro.js} +3 -3
  56. package/es/translations/locales/ru.js +2375 -32
  57. package/es/translations/locales/sv.js +2379 -30
  58. package/es/translations/locales/th.js +2401 -1
  59. package/es/translations/locales/tl_PH.js +26 -0
  60. package/es/translations/locales/tr.js +3 -0
  61. package/es/translations/locales/vi.js +2396 -8
  62. package/es/translations/locales/zh_TW.Big5.js +27 -0
  63. package/{lib/translations/locales/th_TH.js → es/translations/locales/zh_TW.js} +2 -2
  64. package/jest.config.js +0 -7
  65. package/package.json +9 -11
  66. package/scripts/build.js +1 -7
  67. package/scripts/publish_to_npm.sh +26 -0
  68. package/canvas/README.md +0 -84
  69. package/canvas/locales/en.json +0 -934
  70. package/canvas/package.json +0 -189
  71. package/es/common/scroll.js +0 -45
  72. package/es/types/inst-ui.d.js +0 -18
  73. package/es/types/ts-migration.js +0 -1
  74. package/lib/bridge/Bridge.js +0 -287
  75. package/lib/bridge/index.js +0 -21
  76. package/lib/canvasFileBrowser/FileBrowser.js +0 -452
  77. package/lib/canvasFileBrowser/en-US.js +0 -234
  78. package/lib/common/FlashAlert.js +0 -263
  79. package/lib/common/browser.js +0 -40
  80. package/lib/common/components/FileTree/File.js +0 -64
  81. package/lib/common/components/FileTree/Folder.js +0 -110
  82. package/lib/common/components/FileTree/index.js +0 -84
  83. package/lib/common/components/FileTree/styles.js +0 -72
  84. package/lib/common/components/Loading.js +0 -83
  85. package/lib/common/fileUrl.js +0 -153
  86. package/lib/common/getCookie.js +0 -32
  87. package/lib/common/incremental-loading/LoadMoreButton.js +0 -40
  88. package/lib/common/incremental-loading/LoadingIndicator.js +0 -36
  89. package/lib/common/incremental-loading/LoadingStatus.js +0 -47
  90. package/lib/common/incremental-loading/index.js +0 -21
  91. package/lib/common/incremental-loading/useIncrementalLoading.js +0 -58
  92. package/lib/common/indicate.js +0 -75
  93. package/lib/common/mimeClass.js +0 -120
  94. package/lib/common/natcompare.js +0 -47
  95. package/lib/common/scroll.js +0 -45
  96. package/lib/defaultTinymceConfig.js +0 -160
  97. package/lib/enhance-user-content/doc_previews.js +0 -233
  98. package/lib/enhance-user-content/enhance_user_content.js +0 -396
  99. package/lib/enhance-user-content/index.js +0 -21
  100. package/lib/enhance-user-content/instructure_helper.js +0 -207
  101. package/lib/enhance-user-content/jqueryish_funcs.js +0 -88
  102. package/lib/enhance-user-content/mathml.js +0 -397
  103. package/lib/enhance-user-content/media_comment_thumbnail.js +0 -130
  104. package/lib/format-message.js +0 -30
  105. package/lib/getThemeVars.js +0 -45
  106. package/lib/getTranslations.js +0 -264
  107. package/lib/index.js +0 -51
  108. package/lib/rce/AlertMessageArea.js +0 -47
  109. package/lib/rce/DraggingBlocker.js +0 -43
  110. package/lib/rce/KeyboardShortcutModal.js +0 -88
  111. package/lib/rce/RCE.js +0 -150
  112. package/lib/rce/RCEGlobals.js +0 -62
  113. package/lib/rce/RCEWrapper.js +0 -4278
  114. package/lib/rce/RCEWrapperProps.js +0 -130
  115. package/lib/rce/RceHtmlEditor.js +0 -142
  116. package/lib/rce/ResizeHandle.js +0 -102
  117. package/lib/rce/RestoreAutoSaveModal.js +0 -82
  118. package/lib/rce/ShowOnFocusButton/index.js +0 -93
  119. package/lib/rce/StatusBar.js +0 -380
  120. package/lib/rce/__mocks__/_mockCryptoEs.js +0 -124
  121. package/lib/rce/__mocks__/styleMock.js +0 -18
  122. package/lib/rce/__mocks__/tinymceReact.js +0 -55
  123. package/lib/rce/alertHandler.js +0 -46
  124. package/lib/rce/contentInsertion.js +0 -322
  125. package/lib/rce/contentInsertionUtils.js +0 -85
  126. package/lib/rce/contentRendering.js +0 -145
  127. package/lib/rce/customEvents.js +0 -18
  128. package/lib/rce/editorLanguage.js +0 -101
  129. package/lib/rce/indicatorRegion.js +0 -49
  130. package/lib/rce/normalizeLocale.js +0 -50
  131. package/lib/rce/normalizeProps.js +0 -29
  132. package/lib/rce/plugins/instructure-ui-icons/plugin.js +0 -122
  133. package/lib/rce/plugins/instructure_condensed_buttons/core/ListUtils.js +0 -24
  134. package/lib/rce/plugins/instructure_condensed_buttons/plugin.js +0 -27
  135. package/lib/rce/plugins/instructure_condensed_buttons/ui/alignment-button.js +0 -63
  136. package/lib/rce/plugins/instructure_condensed_buttons/ui/directionality-button.js +0 -48
  137. package/lib/rce/plugins/instructure_condensed_buttons/ui/indent-outdent-button.js +0 -41
  138. package/lib/rce/plugins/instructure_condensed_buttons/ui/list-button.js +0 -145
  139. package/lib/rce/plugins/instructure_condensed_buttons/ui/subscript-superscript-button.js +0 -56
  140. package/lib/rce/plugins/instructure_documents/clickCallback.js +0 -23
  141. package/lib/rce/plugins/instructure_documents/components/DocumentsPanel.js +0 -126
  142. package/lib/rce/plugins/instructure_documents/components/Link.js +0 -219
  143. package/lib/rce/plugins/instructure_documents/plugin.js +0 -123
  144. package/lib/rce/plugins/instructure_equation/EquationEditorModal/advancedOnlySyntax.js +0 -25
  145. package/lib/rce/plugins/instructure_equation/EquationEditorModal/advancedPreference.js +0 -51
  146. package/lib/rce/plugins/instructure_equation/EquationEditorModal/index.js +0 -321
  147. package/lib/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +0 -116
  148. package/lib/rce/plugins/instructure_equation/EquationEditorModal/parseLatex.js +0 -91
  149. package/lib/rce/plugins/instructure_equation/EquationEditorModal/styles.js +0 -46
  150. package/lib/rce/plugins/instructure_equation/EquationEditorToolbar/buttons.js +0 -728
  151. package/lib/rce/plugins/instructure_equation/EquationEditorToolbar/index.js +0 -84
  152. package/lib/rce/plugins/instructure_equation/MathIcon/index.js +0 -41
  153. package/lib/rce/plugins/instructure_equation/MathIcon/svgs.js +0 -236
  154. package/lib/rce/plugins/instructure_equation/clickCallback.js +0 -53
  155. package/lib/rce/plugins/instructure_equation/mathlive/index.js +0 -36
  156. package/lib/rce/plugins/instructure_equation/plugin.js +0 -69
  157. package/lib/rce/plugins/instructure_fullscreen/plugin.js +0 -50
  158. package/lib/rce/plugins/instructure_html_view/clickCallback.js +0 -21
  159. package/lib/rce/plugins/instructure_html_view/plugin.js +0 -37
  160. package/lib/rce/plugins/instructure_icon_maker/clickCallback.js +0 -57
  161. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ColorSection.js +0 -82
  162. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/CreateIconMakerForm.js +0 -56
  163. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Footer.js +0 -78
  164. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Group.js +0 -36
  165. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +0 -110
  166. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.js +0 -169
  167. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageOptions.js +0 -186
  168. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageSection.js +0 -243
  169. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ModeSelect.js +0 -64
  170. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/index.js +0 -73
  171. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/svg.js +0 -298
  172. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SVGList.js +0 -86
  173. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SVGThumbnail.js +0 -55
  174. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/index.js +0 -70
  175. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/svg.js +0 -317
  176. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Upload.js +0 -149
  177. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/index.js +0 -18
  178. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/propTypes.js +0 -32
  179. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/utils.js +0 -25
  180. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Preview.js +0 -60
  181. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ShapeSection.js +0 -87
  182. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/TextSection.js +0 -139
  183. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/index.js +0 -18
  184. package/lib/rce/plugins/instructure_icon_maker/components/IconMakerTray.js +0 -323
  185. package/lib/rce/plugins/instructure_icon_maker/components/SavedIconMakerList.js +0 -90
  186. package/lib/rce/plugins/instructure_icon_maker/plugin.js +0 -110
  187. package/lib/rce/plugins/instructure_icon_maker/reducers/imageSection.js +0 -194
  188. package/lib/rce/plugins/instructure_icon_maker/reducers/svgSettings.js +0 -98
  189. package/lib/rce/plugins/instructure_icon_maker/registerEditToolbar.js +0 -56
  190. package/lib/rce/plugins/instructure_icon_maker/svg/clipPath.js +0 -25
  191. package/lib/rce/plugins/instructure_icon_maker/svg/constants.js +0 -100
  192. package/lib/rce/plugins/instructure_icon_maker/svg/font.js +0 -25
  193. package/lib/rce/plugins/instructure_icon_maker/svg/image.js +0 -354
  194. package/lib/rce/plugins/instructure_icon_maker/svg/index.js +0 -122
  195. package/lib/rce/plugins/instructure_icon_maker/svg/metadata.js +0 -48
  196. package/lib/rce/plugins/instructure_icon_maker/svg/settings.js +0 -179
  197. package/lib/rce/plugins/instructure_icon_maker/svg/shape.js +0 -316
  198. package/lib/rce/plugins/instructure_icon_maker/svg/text.js +0 -468
  199. package/lib/rce/plugins/instructure_icon_maker/svg/utils.js +0 -70
  200. package/lib/rce/plugins/instructure_icon_maker/utils/IconMakerClose.js +0 -45
  201. package/lib/rce/plugins/instructure_icon_maker/utils/IconMakerFormHasChanges.js +0 -83
  202. package/lib/rce/plugins/instructure_icon_maker/utils/addIconMakerAttributes.js +0 -28
  203. package/lib/rce/plugins/instructure_icon_maker/utils/iconValidation.js +0 -35
  204. package/lib/rce/plugins/instructure_icon_maker/utils/iconsLabels.js +0 -375
  205. package/lib/rce/plugins/instructure_icon_maker/utils/useDebouncedValue.js +0 -59
  206. package/lib/rce/plugins/instructure_image/ImageEmbedOptions.js +0 -202
  207. package/lib/rce/plugins/instructure_image/ImageList/Image.js +0 -106
  208. package/lib/rce/plugins/instructure_image/ImageList/index.js +0 -69
  209. package/lib/rce/plugins/instructure_image/ImageOptionsTray/TrayController.js +0 -166
  210. package/lib/rce/plugins/instructure_image/ImageOptionsTray/index.js +0 -246
  211. package/lib/rce/plugins/instructure_image/Images/index.js +0 -129
  212. package/lib/rce/plugins/instructure_image/clickCallback.js +0 -24
  213. package/lib/rce/plugins/instructure_image/plugin.js +0 -157
  214. package/lib/rce/plugins/instructure_links/clickCallback.js +0 -22
  215. package/lib/rce/plugins/instructure_links/components/AccordionSection.js +0 -60
  216. package/lib/rce/plugins/instructure_links/components/CollectionPanel.js +0 -84
  217. package/lib/rce/plugins/instructure_links/components/Link.js +0 -213
  218. package/lib/rce/plugins/instructure_links/components/LinkOptionsDialog/LinkOptionsDialogController.js +0 -127
  219. package/lib/rce/plugins/instructure_links/components/LinkOptionsDialog/index.js +0 -141
  220. package/lib/rce/plugins/instructure_links/components/LinkOptionsTray/LinkOptionsTrayController.js +0 -125
  221. package/lib/rce/plugins/instructure_links/components/LinkOptionsTray/index.js +0 -245
  222. package/lib/rce/plugins/instructure_links/components/LinkSet.js +0 -195
  223. package/lib/rce/plugins/instructure_links/components/LinksPanel.js +0 -100
  224. package/lib/rce/plugins/instructure_links/components/NavigationPanel.js +0 -141
  225. package/lib/rce/plugins/instructure_links/components/NoResults.js +0 -87
  226. package/lib/rce/plugins/instructure_links/components/propTypes.js +0 -41
  227. package/lib/rce/plugins/instructure_links/plugin.js +0 -294
  228. package/lib/rce/plugins/instructure_links/validateURL.js +0 -70
  229. package/lib/rce/plugins/instructure_media_embed/clickCallback.js +0 -48
  230. package/lib/rce/plugins/instructure_media_embed/components/Embed.js +0 -68
  231. package/lib/rce/plugins/instructure_media_embed/plugin.js +0 -36
  232. package/lib/rce/plugins/instructure_paste/pasteMenuCommand.js +0 -117
  233. package/lib/rce/plugins/instructure_paste/plugin.js +0 -174
  234. package/lib/rce/plugins/instructure_rce_external_tools/ExternalToolsEnv.js +0 -169
  235. package/lib/rce/plugins/instructure_rce_external_tools/RceToolWrapper.js +0 -225
  236. package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +0 -294
  237. package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.js +0 -46
  238. package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogTray.js +0 -79
  239. package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionDialog.js +0 -153
  240. package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionItem.js +0 -94
  241. package/lib/rce/plugins/instructure_rce_external_tools/components/util/ExpandoText.js +0 -90
  242. package/lib/rce/plugins/instructure_rce_external_tools/components/util/ToolLaunchIframe.js +0 -35
  243. package/lib/rce/plugins/instructure_rce_external_tools/dialog-helper.js +0 -29
  244. package/lib/rce/plugins/instructure_rce_external_tools/helpers/tags.js +0 -55
  245. package/lib/rce/plugins/instructure_rce_external_tools/jquery/jquery.dropdownList.js +0 -172
  246. package/lib/rce/plugins/instructure_rce_external_tools/lti11-content-items/RceLti11ContentItem.js +0 -203
  247. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/RceLti13ContentItem.js +0 -111
  248. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/BaseLinkContentItem.js +0 -79
  249. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/HtmlFragmentContentItem.js +0 -47
  250. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ImageContentItem.js +0 -57
  251. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/LinkContentItem.js +0 -26
  252. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ResourceLinkContentItem.js +0 -45
  253. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/processEditorContentItems.js +0 -67
  254. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/rceLti13ContentItemFromJson.js +0 -48
  255. package/lib/rce/plugins/instructure_rce_external_tools/plugin.js +0 -112
  256. package/lib/rce/plugins/instructure_rce_external_tools/util/addParentFrameContextToUrl.js +0 -27
  257. package/lib/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +0 -127
  258. package/lib/rce/plugins/instructure_record/AudioOptionsTray/index.js +0 -148
  259. package/lib/rce/plugins/instructure_record/MediaPanel/index.js +0 -129
  260. package/lib/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +0 -215
  261. package/lib/rce/plugins/instructure_record/VideoOptionsTray/index.js +0 -321
  262. package/lib/rce/plugins/instructure_record/clickCallback.js +0 -105
  263. package/lib/rce/plugins/instructure_record/mediaTranslations.js +0 -94
  264. package/lib/rce/plugins/instructure_record/plugin.js +0 -173
  265. package/lib/rce/plugins/instructure_studio_media_options/plugin.js +0 -42
  266. package/lib/rce/plugins/instructure_wordcount/clickCallback.js +0 -49
  267. package/lib/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -88
  268. package/lib/rce/plugins/instructure_wordcount/plugin.js +0 -30
  269. package/lib/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  270. package/lib/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  271. package/lib/rce/plugins/shared/CanvasContentTray.js +0 -580
  272. package/lib/rce/plugins/shared/CheckerboardStyling.js +0 -25
  273. package/lib/rce/plugins/shared/ColorInput.js +0 -233
  274. package/lib/rce/plugins/shared/ConditionalTooltip.js +0 -32
  275. package/lib/rce/plugins/shared/ContentSelection.js +0 -269
  276. package/lib/rce/plugins/shared/DimensionUtils.js +0 -66
  277. package/lib/rce/plugins/shared/DimensionsInput/DimensionInput.js +0 -62
  278. package/lib/rce/plugins/shared/DimensionsInput/index.js +0 -161
  279. package/lib/rce/plugins/shared/DimensionsInput/useDimensionsState.js +0 -220
  280. package/lib/rce/plugins/shared/ErrorBoundary.js +0 -54
  281. package/lib/rce/plugins/shared/EventUtils.js +0 -39
  282. package/lib/rce/plugins/shared/Filter.js +0 -353
  283. package/lib/rce/plugins/shared/FixedContentTray.js +0 -115
  284. package/lib/rce/plugins/shared/ImageCropper/DirectionRegion.js +0 -67
  285. package/lib/rce/plugins/shared/ImageCropper/Modal.js +0 -153
  286. package/lib/rce/plugins/shared/ImageCropper/Preview.js +0 -148
  287. package/lib/rce/plugins/shared/ImageCropper/constants.js +0 -39
  288. package/lib/rce/plugins/shared/ImageCropper/controls/CustomNumberInput.js +0 -83
  289. package/lib/rce/plugins/shared/ImageCropper/controls/ResetControls.js +0 -38
  290. package/lib/rce/plugins/shared/ImageCropper/controls/RotationControls.js +0 -89
  291. package/lib/rce/plugins/shared/ImageCropper/controls/ShapeControls.js +0 -82
  292. package/lib/rce/plugins/shared/ImageCropper/controls/ZoomControls.js +0 -111
  293. package/lib/rce/plugins/shared/ImageCropper/controls/index.js +0 -61
  294. package/lib/rce/plugins/shared/ImageCropper/controls/useDebouncedNumericValue.js +0 -94
  295. package/lib/rce/plugins/shared/ImageCropper/controls/utils.js +0 -41
  296. package/lib/rce/plugins/shared/ImageCropper/imageCropUtils.js +0 -149
  297. package/lib/rce/plugins/shared/ImageCropper/index.js +0 -18
  298. package/lib/rce/plugins/shared/ImageCropper/propTypes.js +0 -26
  299. package/lib/rce/plugins/shared/ImageCropper/reducers/imageCropper.js +0 -72
  300. package/lib/rce/plugins/shared/ImageCropper/shape.js +0 -27
  301. package/lib/rce/plugins/shared/ImageCropper/svg/index.js +0 -89
  302. package/lib/rce/plugins/shared/ImageCropper/svg/shape.js +0 -125
  303. package/lib/rce/plugins/shared/ImageCropper/svg/utils.js +0 -26
  304. package/lib/rce/plugins/shared/ImageCropper/useKeyMouseEvents.js +0 -233
  305. package/lib/rce/plugins/shared/ImageCropper/useMouseWheel.js +0 -66
  306. package/lib/rce/plugins/shared/ImageOptionsForm.js +0 -140
  307. package/lib/rce/plugins/shared/LinkDisplay.js +0 -96
  308. package/lib/rce/plugins/shared/PreviewIcon.js +0 -112
  309. package/lib/rce/plugins/shared/Previewable.js +0 -22
  310. package/lib/rce/plugins/shared/RceFileBrowser.js +0 -106
  311. package/lib/rce/plugins/shared/StoreContext.js +0 -57
  312. package/lib/rce/plugins/shared/StudioLtiSupportUtils.js +0 -71
  313. package/lib/rce/plugins/shared/UnknownFileTypePanel.js +0 -29
  314. package/lib/rce/plugins/shared/Upload/CategoryProcessor.js +0 -27
  315. package/lib/rce/plugins/shared/Upload/ComputerPanel.js +0 -334
  316. package/lib/rce/plugins/shared/Upload/SvgCategoryProcessor.js +0 -35
  317. package/lib/rce/plugins/shared/Upload/UploadFile.js +0 -171
  318. package/lib/rce/plugins/shared/Upload/UploadFileModal.js +0 -273
  319. package/lib/rce/plugins/shared/Upload/UrlPanel.js +0 -38
  320. package/lib/rce/plugins/shared/Upload/UsageRightsSelectBox.js +0 -172
  321. package/lib/rce/plugins/shared/Upload/doFileUpload.js +0 -77
  322. package/lib/rce/plugins/shared/__mocks__/screenfull.js +0 -24
  323. package/lib/rce/plugins/shared/buildDownloadUrl.js +0 -31
  324. package/lib/rce/plugins/shared/compressionUtils.js +0 -98
  325. package/lib/rce/plugins/shared/dateUtils.js +0 -28
  326. package/lib/rce/plugins/shared/fileShape.js +0 -57
  327. package/lib/rce/plugins/shared/fileTypeUtils.js +0 -133
  328. package/lib/rce/plugins/shared/fileUtils.js +0 -25
  329. package/lib/rce/plugins/shared/linkUtils.js +0 -89
  330. package/lib/rce/plugins/shared/round.js +0 -25
  331. package/lib/rce/plugins/shared/trayUtils.js +0 -34
  332. package/lib/rce/plugins/shared/useDataUrl.js +0 -76
  333. package/lib/rce/plugins/tinymce-a11y-checker/components/ColorField.js +0 -86
  334. package/lib/rce/plugins/tinymce-a11y-checker/components/checker.js +0 -558
  335. package/lib/rce/plugins/tinymce-a11y-checker/components/color-picker.js +0 -59
  336. package/lib/rce/plugins/tinymce-a11y-checker/components/placeholder-svg.js +0 -90
  337. package/lib/rce/plugins/tinymce-a11y-checker/components/pointer.js +0 -32
  338. package/lib/rce/plugins/tinymce-a11y-checker/node-checker.js +0 -54
  339. package/lib/rce/plugins/tinymce-a11y-checker/plugin.js +0 -90
  340. package/lib/rce/plugins/tinymce-a11y-checker/rules/__mocks__/index.js +0 -53
  341. package/lib/rce/plugins/tinymce-a11y-checker/rules/adjacent-links.js +0 -129
  342. package/lib/rce/plugins/tinymce-a11y-checker/rules/headings-sequence.js +0 -200
  343. package/lib/rce/plugins/tinymce-a11y-checker/rules/headings-start-at-h2.js +0 -67
  344. package/lib/rce/plugins/tinymce-a11y-checker/rules/img-alt-filename.js +0 -63
  345. package/lib/rce/plugins/tinymce-a11y-checker/rules/img-alt-length.js +0 -49
  346. package/lib/rce/plugins/tinymce-a11y-checker/rules/img-alt.js +0 -61
  347. package/lib/rce/plugins/tinymce-a11y-checker/rules/index.js +0 -31
  348. package/lib/rce/plugins/tinymce-a11y-checker/rules/large-text-contrast.js +0 -51
  349. package/lib/rce/plugins/tinymce-a11y-checker/rules/list-structure.js +0 -144
  350. package/lib/rce/plugins/tinymce-a11y-checker/rules/paragraphs-for-headings.js +0 -61
  351. package/lib/rce/plugins/tinymce-a11y-checker/rules/small-text-contrast.js +0 -75
  352. package/lib/rce/plugins/tinymce-a11y-checker/rules/table-caption.js +0 -54
  353. package/lib/rce/plugins/tinymce-a11y-checker/rules/table-header-scope.js +0 -52
  354. package/lib/rce/plugins/tinymce-a11y-checker/rules/table-header.js +0 -81
  355. package/lib/rce/plugins/tinymce-a11y-checker/utils/colors.js +0 -43
  356. package/lib/rce/plugins/tinymce-a11y-checker/utils/describe.js +0 -66
  357. package/lib/rce/plugins/tinymce-a11y-checker/utils/dom.js +0 -160
  358. package/lib/rce/plugins/tinymce-a11y-checker/utils/indicate.js +0 -83
  359. package/lib/rce/plugins/tinymce-a11y-checker/utils/rgb-hex.js +0 -57
  360. package/lib/rce/plugins/tinymce-a11y-checker/utils/strings.js +0 -40
  361. package/lib/rce/root.js +0 -58
  362. package/lib/rce/sanitizePlugins.js +0 -32
  363. package/lib/rce/style.js +0 -843
  364. package/lib/rce/tinyRCE.js +0 -66
  365. package/lib/rce/transformContent.js +0 -73
  366. package/lib/rce/userOS.js +0 -31
  367. package/lib/rce/wrapInitCb.js +0 -78
  368. package/lib/rcs/api.js +0 -670
  369. package/lib/rcs/buildError.js +0 -98
  370. package/lib/rcs/fake.js +0 -621
  371. package/lib/sidebar/actions/all_files.js +0 -29
  372. package/lib/sidebar/actions/data.js +0 -105
  373. package/lib/sidebar/actions/documents.js +0 -107
  374. package/lib/sidebar/actions/files.js +0 -167
  375. package/lib/sidebar/actions/filter.js +0 -63
  376. package/lib/sidebar/actions/flickr.js +0 -60
  377. package/lib/sidebar/actions/images.js +0 -153
  378. package/lib/sidebar/actions/links.js +0 -23
  379. package/lib/sidebar/actions/media.js +0 -142
  380. package/lib/sidebar/actions/session.js +0 -34
  381. package/lib/sidebar/actions/ui.js +0 -49
  382. package/lib/sidebar/actions/upload.js +0 -550
  383. package/lib/sidebar/containers/Sidebar.js +0 -67
  384. package/lib/sidebar/containers/sidebarHandlers.js +0 -73
  385. package/lib/sidebar/dragHtml.js +0 -49
  386. package/lib/sidebar/reducers/all_files.js +0 -35
  387. package/lib/sidebar/reducers/collection.js +0 -72
  388. package/lib/sidebar/reducers/collections.js +0 -52
  389. package/lib/sidebar/reducers/documents.js +0 -89
  390. package/lib/sidebar/reducers/files.js +0 -38
  391. package/lib/sidebar/reducers/filter.js +0 -61
  392. package/lib/sidebar/reducers/flickr.js +0 -51
  393. package/lib/sidebar/reducers/folder.js +0 -92
  394. package/lib/sidebar/reducers/folders.js +0 -39
  395. package/lib/sidebar/reducers/images.js +0 -115
  396. package/lib/sidebar/reducers/index.js +0 -57
  397. package/lib/sidebar/reducers/media.js +0 -84
  398. package/lib/sidebar/reducers/newPageLinkExpanded.js +0 -30
  399. package/lib/sidebar/reducers/noop.js +0 -21
  400. package/lib/sidebar/reducers/rootFolderId.js +0 -30
  401. package/lib/sidebar/reducers/session.js +0 -33
  402. package/lib/sidebar/reducers/ui.js +0 -87
  403. package/lib/sidebar/reducers/upload.js +0 -206
  404. package/lib/sidebar/store/configureStore.js +0 -26
  405. package/lib/sidebar/store/initialState.js +0 -173
  406. package/lib/translations/locales/ar.js +0 -2427
  407. package/lib/translations/locales/ca.js +0 -2427
  408. package/lib/translations/locales/cy.js +0 -2427
  409. package/lib/translations/locales/da-x-k12.js +0 -2427
  410. package/lib/translations/locales/da.js +0 -2427
  411. package/lib/translations/locales/de.js +0 -2427
  412. package/lib/translations/locales/el.js +0 -459
  413. package/lib/translations/locales/en-AU-x-unimelb.js +0 -2427
  414. package/lib/translations/locales/en-GB-x-ukhe.js +0 -2427
  415. package/lib/translations/locales/en.js +0 -2427
  416. package/lib/translations/locales/en_AU.js +0 -2427
  417. package/lib/translations/locales/en_CA.js +0 -2426
  418. package/lib/translations/locales/en_CY.js +0 -2426
  419. package/lib/translations/locales/en_GB.js +0 -2427
  420. package/lib/translations/locales/es.js +0 -2427
  421. package/lib/translations/locales/es_ES.js +0 -2427
  422. package/lib/translations/locales/fa_IR.js +0 -615
  423. package/lib/translations/locales/fi.js +0 -2427
  424. package/lib/translations/locales/fr.js +0 -2427
  425. package/lib/translations/locales/fr_CA.js +0 -2427
  426. package/lib/translations/locales/he.js +0 -486
  427. package/lib/translations/locales/ht.js +0 -2426
  428. package/lib/translations/locales/hu.js +0 -2007
  429. package/lib/translations/locales/hy.js +0 -444
  430. package/lib/translations/locales/is.js +0 -2426
  431. package/lib/translations/locales/it.js +0 -2427
  432. package/lib/translations/locales/ja.js +0 -2427
  433. package/lib/translations/locales/ko.js +0 -342
  434. package/lib/translations/locales/mi.js +0 -2426
  435. package/lib/translations/locales/nb-x-k12.js +0 -2427
  436. package/lib/translations/locales/nb.js +0 -2427
  437. package/lib/translations/locales/nl.js +0 -2427
  438. package/lib/translations/locales/nn.js +0 -2247
  439. package/lib/translations/locales/pl.js +0 -2427
  440. package/lib/translations/locales/pt.js +0 -2427
  441. package/lib/translations/locales/pt_BR.js +0 -2427
  442. package/lib/translations/locales/ru.js +0 -84
  443. package/lib/translations/locales/sl.js +0 -2427
  444. package/lib/translations/locales/sv-x-k12.js +0 -2427
  445. package/lib/translations/locales/sv.js +0 -78
  446. package/lib/translations/locales/tr.js +0 -684
  447. package/lib/translations/locales/uk_UA.js +0 -519
  448. package/lib/translations/locales/vi.js +0 -39
  449. package/lib/translations/locales/zh-Hans.js +0 -2427
  450. package/lib/translations/locales/zh-Hant.js +0 -2427
  451. package/lib/translations/locales/zh.js +0 -2427
  452. package/lib/translations/locales/zh_HK.js +0 -2427
  453. package/lib/translations/tinymce/ar_SA.js +0 -211
  454. package/lib/translations/tinymce/bg_BG.js +0 -419
  455. package/lib/translations/tinymce/ca.js +0 -419
  456. package/lib/translations/tinymce/cs.js +0 -419
  457. package/lib/translations/tinymce/cy.js +0 -418
  458. package/lib/translations/tinymce/da.js +0 -419
  459. package/lib/translations/tinymce/de.js +0 -419
  460. package/lib/translations/tinymce/el.js +0 -261
  461. package/lib/translations/tinymce/en_GB.js +0 -230
  462. package/lib/translations/tinymce/es.js +0 -419
  463. package/lib/translations/tinymce/fa_IR.js +0 -390
  464. package/lib/translations/tinymce/fi.js +0 -19
  465. package/lib/translations/tinymce/fr_FR.js +0 -419
  466. package/lib/translations/tinymce/he_IL.js +0 -420
  467. package/lib/translations/tinymce/hu_HU.js +0 -419
  468. package/lib/translations/tinymce/hy.js +0 -419
  469. package/lib/translations/tinymce/it.js +0 -419
  470. package/lib/translations/tinymce/ja.js +0 -419
  471. package/lib/translations/tinymce/ko_KR.js +0 -419
  472. package/lib/translations/tinymce/nb_NO.js +0 -419
  473. package/lib/translations/tinymce/nl.js +0 -419
  474. package/lib/translations/tinymce/pl.js +0 -419
  475. package/lib/translations/tinymce/pt_BR.js +0 -419
  476. package/lib/translations/tinymce/pt_PT.js +0 -419
  477. package/lib/translations/tinymce/ro.js +0 -418
  478. package/lib/translations/tinymce/ru.js +0 -436
  479. package/lib/translations/tinymce/ru_RU.js +0 -71
  480. package/lib/translations/tinymce/sl.js +0 -462
  481. package/lib/translations/tinymce/sr.js +0 -278
  482. package/lib/translations/tinymce/sv_SE.js +0 -419
  483. package/lib/translations/tinymce/th.js +0 -479
  484. package/lib/translations/tinymce/tr_TR.js +0 -389
  485. package/lib/translations/tinymce/uk_UA.js +0 -278
  486. package/lib/translations/tinymce/vi_VN.js +0 -277
  487. package/lib/translations/tinymce/zh_CN.js +0 -419
  488. package/lib/translations/tinymce/zh_TW.js +0 -419
  489. package/lib/types/inst-ui.d.js +0 -18
  490. package/lib/types/ts-migration.js +0 -1
  491. package/lib/util/DeepPartialNullable.js +0 -1
  492. package/lib/util/ExtractRequired.js +0 -1
  493. package/lib/util/TypedDict.js +0 -131
  494. package/lib/util/assertNever.js +0 -44
  495. package/lib/util/elem-util.js +0 -26
  496. package/lib/util/encrypted-storage.js +0 -84
  497. package/lib/util/file-url-util.js +0 -44
  498. package/lib/util/fullscreenHelpers.js +0 -27
  499. package/lib/util/instui-icon-helper.js +0 -31
  500. package/lib/util/loadingPlaceholder.js +0 -436
  501. package/lib/util/simpleCache.js +0 -41
  502. package/lib/util/string-util.js +0 -48
  503. package/lib/util/textarea-editing-util.js +0 -87
  504. package/lib/util/tinymce-plugin-util.js +0 -52
  505. package/lib/util/url-util.js +0 -138
@@ -1,2426 +0,0 @@
1
- /*
2
- * Copyright (C) 2021 - present Instructure, Inc.
3
- *
4
- * This file is part of Canvas.
5
- *
6
- * Canvas is free software: you can redistribute it and/or modify it under
7
- * the terms of the GNU Affero General Public License as published by the Free
8
- * Software Foundation, version 3 of the License.
9
- *
10
- * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
11
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
- * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
13
- * details.
14
- *
15
- * You should have received a copy of the GNU Affero General Public License along
16
- * with this program. If not, see <http://www.gnu.org/licenses/>.
17
- */
18
- import formatMessage from '../../format-message';
19
- const locale = {
20
- "access_the_pretty_html_editor_37168efe": {
21
- "message": "Whakauru te HTML editor ataahua"
22
- },
23
- "accessibility_checker_b3af1f6c": {
24
- "message": "Kaitirotiro te whakaurutanga"
25
- },
26
- "action_to_take_b626a99a": {
27
- "message": "Mahi hei mahi:"
28
- },
29
- "add_8523c19b": {
30
- "message": "Tāpiri"
31
- },
32
- "add_a_caption_2a915239": {
33
- "message": "Tāpiri he tapanga"
34
- },
35
- "add_alt_text_for_the_image_48cd88aa": {
36
- "message": "Tāpiri kuputuhi alt mo te pakoko"
37
- },
38
- "add_another_f4e50d57": {
39
- "message": "Tāpiri tētahi atu"
40
- },
41
- "add_cc_subtitles_55f0394e": {
42
- "message": "Tāpiri CC/Ngā Tohuwai"
43
- },
44
- "add_image_60b2de07": {
45
- "message": "Tāpiri Āhua"
46
- },
47
- "add_one_9e34a6f8": {
48
- "message": "Tāpiri kotahi!"
49
- },
50
- "additional_considerations_f3801683": {
51
- "message": "Ētahi atu whakāro"
52
- },
53
- "adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
54
- "message": "Ko ngā hononga hono ki te URL kotahi me kotahi te hononga."
55
- },
56
- "aleph_f4ffd155": {
57
- "message": "Arepa"
58
- },
59
- "align_11050992": {
60
- "message": "Whakarārangi"
61
- },
62
- "alignment_and_lists_5cebcb69": {
63
- "message": "Whakahurihuri me ngā Rārangi"
64
- },
65
- "all_4321c3a1": {
66
- "message": "Katoa"
67
- },
68
- "all_apps_a50dea49": {
69
- "message": "Ngā Raraunga Katoa"
70
- },
71
- "alpha_15d59033": {
72
- "message": "Arepa"
73
- },
74
- "alphabetical_55b5b4e0": {
75
- "message": "Whakarārangitia ā pū"
76
- },
77
- "alt_attribute_text_should_not_contain_more_than_12_e21d4040": {
78
- "message": "Kia kaua te kuputuhi huanga Alt e nui atu i te 120 ngā reta."
79
- },
80
- "alt_text_611fb322": {
81
- "message": "Alt Kuputuhi"
82
- },
83
- "amalg_coproduct_c589fb12": {
84
- "message": "Amalg (Hua tahi)"
85
- },
86
- "an_error_occured_reading_the_file_ff48558b": {
87
- "message": "He hapa i puta i te wā e pānui ana i te kōnae"
88
- },
89
- "an_error_occurred_making_a_network_request_d1bda348": {
90
- "message": "I puta he hapa i te wā e hanga ana i te tono whatunga"
91
- },
92
- "an_error_occurred_uploading_your_media_71f1444d": {
93
- "message": "He hapa i puta i te wā e tikiake ana i tō pāpāhō."
94
- },
95
- "and_7fcc2911": {
96
- "message": "Me"
97
- },
98
- "angle_c5b4ec50": {
99
- "message": "Koki"
100
- },
101
- "announcement_fb4cb645": {
102
- "message": "Pānui"
103
- },
104
- "announcement_list_da155734": {
105
- "message": "Rārangi Pānuitanga"
106
- },
107
- "announcements_a4b8ed4a": {
108
- "message": "Pānuitanga"
109
- },
110
- "apply_781a2546": {
111
- "message": "Tono"
112
- },
113
- "apply_changes_to_all_instances_of_this_icon_maker__2642f466": {
114
- "message": "Tonoa huringa ki nga ahuatanga katoa o tenei Ata Kaihanga Ata i te Akoranga"
115
- },
116
- "approaches_the_limit_893aeec9": {
117
- "message": "Nga huarahi te Tepe"
118
- },
119
- "approximately_e7965800": {
120
- "message": "Tata ki"
121
- },
122
- "apps_54d24a47": {
123
- "message": "Tono"
124
- },
125
- "are_you_sure_you_want_to_cancel_changes_you_made_m_c5210496": {
126
- "message": "E pono ana koe ki te whakakore? Kaore pea e tiakina ngā huringa i mahia e koe."
127
- },
128
- "arrows_464a3e54": {
129
- "message": "Pere"
130
- },
131
- "art_icon_8e1daad": {
132
- "message": "Toi Tohu"
133
- },
134
- "aspect_ratio_will_be_preserved_cb5fdfb8": {
135
- "message": "E tiaki i Hau aronga"
136
- },
137
- "assignment_976578a8": {
138
- "message": "Whakataunga"
139
- },
140
- "assignments_1e02582c": {
141
- "message": "Ngā Whakataunga"
142
- },
143
- "asterisk_82255584": {
144
- "message": "whetūriki"
145
- },
146
- "attributes_963ba262": {
147
- "message": "Huanga"
148
- },
149
- "audio_and_video_recording_not_supported_please_use_5ce3f0d7": {
150
- "message": "Orooro me te tāhopu ataata kaore i te tautokotia tēnā koa whakamahia he pūtirotiro rerekē."
151
- },
152
- "audio_options_feb58e2c": {
153
- "message": "Ororongo Kōwhiringa"
154
- },
155
- "audio_options_tray_33a90711": {
156
- "message": "Ororongo Kōwhiringa Paepae"
157
- },
158
- "audio_player_for_title_20cc70d": {
159
- "message": "Kaitākaro ororongo mō { title }"
160
- },
161
- "auto_saved_content_exists_would_you_like_to_load_t_fee528f2": {
162
- "message": "Tiaki-aunoa ngā ihirangi kei te tiari. Kei te hiahia koe ki te uta i te tiaki-aunoa ihirangi?"
163
- },
164
- "available_folders_694d0436": {
165
- "message": "Ngā kōpaki e wātea ana"
166
- },
167
- "backslash_b2d5442d": {
168
- "message": "Whakamuri"
169
- },
170
- "bar_ec63ed6": {
171
- "message": "Ārai"
172
- },
173
- "basic_554cdc0a": {
174
- "message": "Taketake"
175
- },
176
- "because_501841b": {
177
- "message": "No te mea"
178
- },
179
- "below_81d4dceb": {
180
- "message": "Raro"
181
- },
182
- "beta_cb5f307e": {
183
- "message": "Beta"
184
- },
185
- "big_circle_16b2e604": {
186
- "message": "Nui Porowhita"
187
- },
188
- "binomial_coefficient_ea5b9bb7": {
189
- "message": "Binomial Taurangi"
190
- },
191
- "black_4cb01371": {
192
- "message": "Pango"
193
- },
194
- "blue_daf8fea9": {
195
- "message": "Kikorangi"
196
- },
197
- "bottom_15a2a9be": {
198
- "message": "Raro"
199
- },
200
- "bottom_third_5f5fec1d": {
201
- "message": "Raro Tuatoru"
202
- },
203
- "bowtie_5f9629e4": {
204
- "message": "Te here kopere"
205
- },
206
- "brick_f2656265": {
207
- "message": "Pereki"
208
- },
209
- "c_2001_acme_inc_283f7f80": {
210
- "message": "(c) 2001 Acme Inc."
211
- },
212
- "cancel_caeb1e68": {
213
- "message": "Whakakore"
214
- },
215
- "cap_product_3a5265a6": {
216
- "message": "Hua potae"
217
- },
218
- "center_align_e68d9997": {
219
- "message": "Tiaro Pokapū"
220
- },
221
- "centered_dot_64d5e378": {
222
- "message": "Pokapū Ira"
223
- },
224
- "centered_horizontal_dots_451c5815": {
225
- "message": "Pokapū Whakapae Ira"
226
- },
227
- "change_alt_text_92654906": {
228
- "message": "Huri kē alt kuputuhi"
229
- },
230
- "change_heading_tag_to_paragraph_a61e3113": {
231
- "message": "Hurihia te pane tūtohu ki te parawae"
232
- },
233
- "change_only_this_heading_s_level_903cc956": {
234
- "message": "Hurihia te taumata o tenei upoko anake"
235
- },
236
- "change_text_color_1aecb912": {
237
- "message": "Huria te tae o te kuputuhi"
238
- },
239
- "changes_you_made_may_not_be_saved_4e8db973": {
240
- "message": "Kaore pea e tiakina ngā huringa i mahia e koe."
241
- },
242
- "characters_9d897d1c": {
243
- "message": "Nga pūāhua"
244
- },
245
- "characters_no_spaces_485e5367": {
246
- "message": "Pūāhua (karekau he mokowā)"
247
- },
248
- "check_accessibility_3c78211c": {
249
- "message": "Āta titiro te whakaurutanga"
250
- },
251
- "checking_for_accessibility_issues_fac18c6d": {
252
- "message": "Āta titiro mo ngā take whakauru"
253
- },
254
- "chi_54a32644": {
255
- "message": "Chi"
256
- },
257
- "choose_caption_file_9c45bc4e": {
258
- "message": "Kōwhiria kōnae tapanga"
259
- },
260
- "choose_usage_rights_33683854": {
261
- "message": "Kōwhiria ngā mōtika whakamahi ..."
262
- },
263
- "circle_484abe63": {
264
- "message": "Porohita"
265
- },
266
- "circle_unordered_list_9e3a0763": {
267
- "message": "Porohitatia te rārangi kore"
268
- },
269
- "clear_2084585f": {
270
- "message": "Ūkui"
271
- },
272
- "clear_image_3213fe62": {
273
- "message": "Maamaa whakaahua"
274
- },
275
- "clear_selected_file_82388e50": {
276
- "message": "Whakawātea kōnae kua tīpakohia"
277
- },
278
- "clear_selected_file_filename_2fe8a58e": {
279
- "message": "Whakawātea kōnae kua tīpakohia: { filename }"
280
- },
281
- "click_or_shift_click_for_the_html_editor_25d70bb4": {
282
- "message": "Pāwhiri ara neke rānei pāwhiri mo te html editor."
283
- },
284
- "click_to_embed_imagename_c41ea8df": {
285
- "message": "Pāwhiritia ki te whakaū i { imageName }"
286
- },
287
- "click_to_hide_preview_3c707763": {
288
- "message": "Pāwhiri ki te huna i te arokite"
289
- },
290
- "click_to_insert_a_link_into_the_editor_c19613aa": {
291
- "message": "Pāwhiritia ki te kōkuhu i tētahi hononga ki te ētita."
292
- },
293
- "click_to_show_preview_faa27051": {
294
- "message": "Pāwhiri ki te kite i te arokite"
295
- },
296
- "close_a_menu_or_dialog_also_returns_you_to_the_edi_739079e6": {
297
- "message": "Kati he tāhua kōrero rānei. Ka whakahoki anō ki te wāhi etita"
298
- },
299
- "close_accessibility_checker_29d1c51e": {
300
- "message": "Kati Kaitirotiro Whakaurutanga"
301
- },
302
- "close_d634289d": {
303
- "message": "Katia"
304
- },
305
- "closed_caption_file_must_be_less_than_maxkb_kb_5880f752": {
306
- "message": "Katia ngā tapanga kōnae me iti ake i te { maxKb } kb"
307
- },
308
- "closed_captions_subtitles_e6aaa016": {
309
- "message": "Kua katia Ngā Tapanga/Ngā Tuhinga"
310
- },
311
- "clubs_suit_c1ffedff": {
312
- "message": "Karapu (Hutu)"
313
- },
314
- "collaborations_5c56c15f": {
315
- "message": "Ngātahi"
316
- },
317
- "collapse_to_hide_types_1ab46d2e": {
318
- "message": "Hinga ki te hunga { types }"
319
- },
320
- "color_picker_6b359edf": {
321
- "message": "Kaiwhiri Tae"
322
- },
323
- "color_picker_colorname_selected_ad4cf400": {
324
- "message": "Kaikōwhiri Tae ({ colorName } kua tohua)"
325
- },
326
- "column_e1ae5c64": {
327
- "message": "Pou"
328
- },
329
- "column_group_1c062368": {
330
- "message": "Rōpū pou"
331
- },
332
- "complex_numbers_a543d004": {
333
- "message": "Matatini Tau He taurite"
334
- },
335
- "computer_1d7dfa6f": {
336
- "message": "Rorohiko"
337
- },
338
- "congruent_5a244acd": {
339
- "message": "Te here kopere"
340
- },
341
- "contains_311f37b7": {
342
- "message": "Kei roto"
343
- },
344
- "content_1440204b": {
345
- "message": "Ihirangi"
346
- },
347
- "content_is_still_being_uploaded_if_you_continue_it_8f06d0cb": {
348
- "message": "Kei te tikiake tonu te ihirangi, ki te haere tonu koe kaore e tika te whakauru."
349
- },
350
- "content_subtype_5ce35e88": {
351
- "message": "Ihirangi subtype"
352
- },
353
- "content_type_2cf90d95": {
354
- "message": "Momo ihirangi"
355
- },
356
- "coproduct_e7838082": {
357
- "message": "Hua-tahi"
358
- },
359
- "copyright_holder_66ee111": {
360
- "message": "Kaimau Manatārua:"
361
- },
362
- "could_not_insert_content_itemtype_items_are_not_cu_638dfecd": {
363
- "message": "Kāore e taea te kōkuhu ihirangi: \"{ itemType }\" kaore i te tautokohia nga huānga e Canvas."
364
- },
365
- "count_40eced3b": {
366
- "message": "Tatau"
367
- },
368
- "count_plural_0_0_words_one_1_word_other_words_acf32eca": {
369
- "message": "{ count, plural,\n =0 {0 ngā kupu}\n one {1 kupu}\n other {# ngā kupu}\n}"
370
- },
371
- "count_plural_one_item_loaded_other_items_loaded_857023b7": {
372
- "message": "{ count, plural,\n one {# kua utaina te tuemi}\n other {# kua nutainga ngā tuemi}\n}"
373
- },
374
- "course_documents_104d76e0": {
375
- "message": "Ngā Akoranga Tuhinga"
376
- },
377
- "course_files_62deb8f8": {
378
- "message": "Ngā Kōnae Akoranga"
379
- },
380
- "course_files_a31f97fc": {
381
- "message": "Ngā kōnae akoranga"
382
- },
383
- "course_images_f8511d04": {
384
- "message": "Ngā Akoranga Āhua"
385
- },
386
- "course_link_b369426": {
387
- "message": "Hononga Akoranga"
388
- },
389
- "course_links_b56959b9": {
390
- "message": "Ngā Akoranga Hononga"
391
- },
392
- "course_media_ec759ad": {
393
- "message": "Akoranga Pāpāho"
394
- },
395
- "course_navigation_dd035109": {
396
- "message": "Whakaterenga Akoranga"
397
- },
398
- "create_icon_110d6463": {
399
- "message": "Waihanga Tohu"
400
- },
401
- "create_icon_maker_icon_c716bffe": {
402
- "message": "Waihangahia Tohu Kaihanga Tohu"
403
- },
404
- "creative_commons_license_725584ae": {
405
- "message": "Auaha ngā Raihana Noa:"
406
- },
407
- "crop_image_41bf940c": {
408
- "message": "Whakatipu whakaahua"
409
- },
410
- "crop_image_807ebb08": {
411
- "message": "Tapahi Whakaahua"
412
- },
413
- "cup_product_14174434": {
414
- "message": "Hua Kapu"
415
- },
416
- "current_image_f16c249c": {
417
- "message": "Whakapakoko o Nāianei"
418
- },
419
- "current_link_945a47ee": {
420
- "message": "Hononga o naianei"
421
- },
422
- "current_volume_level_c55ab825": {
423
- "message": "Taumata o te rōrahi ōnāianei"
424
- },
425
- "custom_6979cd81": {
426
- "message": "Tikanga"
427
- },
428
- "custom_width_and_height_pixels_946eea7c": {
429
- "message": "Ritenga whanui me te teitei (Pixels)"
430
- },
431
- "cyan_c1d5f68a": {
432
- "message": "Kawariki"
433
- },
434
- "dagger_57e0f4e5": {
435
- "message": "Te hoari"
436
- },
437
- "date_added_ed5ad465": {
438
- "message": "Rā kua tāpiritia"
439
- },
440
- "decorative_icon_9a7f3fc3": {
441
- "message": "Whakapaipai Ata"
442
- },
443
- "decorative_image_fde98579": {
444
- "message": "Whakapaipai āhua"
445
- },
446
- "decorative_type_upper_f2c95e3": {
447
- "message": "Whakapaipai { TYPE_UPPER }"
448
- },
449
- "decrease_indent_d9cf469d": {
450
- "message": "Nuku Whakaiti"
451
- },
452
- "deep_purple_bb3e2907": {
453
- "message": "Hohonu Waiporoporo"
454
- },
455
- "default_bulleted_unordered_list_47079da8": {
456
- "message": "Taunoa whakanuia rārangi kore"
457
- },
458
- "default_numerical_ordered_list_48dd3548": {
459
- "message": "Taunoa tātai kua rārangitia"
460
- },
461
- "definite_integral_fe7ffed1": {
462
- "message": "Tūturu Tautoko"
463
- },
464
- "degree_symbol_4a823d5f": {
465
- "message": "Tohu Tohu"
466
- },
467
- "delimiters_4db4840d": {
468
- "message": "Ngā Kaiwehe"
469
- },
470
- "delta_53765780": {
471
- "message": "Delta"
472
- },
473
- "describe_the_icon_f6a18823": {
474
- "message": "(Whakaahuahia te ata)"
475
- },
476
- "describe_the_type_ff448da5": {
477
- "message": "(Whakaahuahia te { TYPE })"
478
- },
479
- "describe_the_video_2fe8f46a": {
480
- "message": "(Whakātu te ataata)"
481
- },
482
- "description_436c48d7": {
483
- "message": "Whakāhuatanga"
484
- },
485
- "details_98a31b68": {
486
- "message": "Ngā taipitopito"
487
- },
488
- "diagonal_dots_7d71b57e": {
489
- "message": "Ira Hauroki"
490
- },
491
- "diamond_b8dfe7ae": {
492
- "message": "Taimana"
493
- },
494
- "diamonds_suit_526abaaf": {
495
- "message": "Taimana (Hutu)"
496
- },
497
- "digamma_258ade94": {
498
- "message": "Digamma"
499
- },
500
- "dimension_type_f5fa9170": {
501
- "message": "Momo Ahu"
502
- },
503
- "dimensions_45ddb7b7": {
504
- "message": "Ngā āhuatanga"
505
- },
506
- "directionality_26ae9e08": {
507
- "message": "Hangai tōtika"
508
- },
509
- "directly_edit_latex_b7e9235b": {
510
- "message": "Hāngai Tonu Whakatika LaTex"
511
- },
512
- "disable_preview_222bdf72": {
513
- "message": "Monokia Arokite"
514
- },
515
- "discussion_6719c51d": {
516
- "message": "Kōrerorero"
517
- },
518
- "discussions_a5f96392": {
519
- "message": "Ngā Kōrerorero"
520
- },
521
- "discussions_index_6c36ced": {
522
- "message": "Taupū Ngā Matapaki"
523
- },
524
- "disjoint_union_e74351a8": {
525
- "message": "Uniana wehe"
526
- },
527
- "display_options_315aba85": {
528
- "message": "Whakātuhia ngā Kōwhiringa"
529
- },
530
- "display_text_link_opens_in_a_new_tab_75e9afc9": {
531
- "message": "Whakātuhia Kuputuhi Hononga (Ka hhuaki i roto i te ripa hou)"
532
- },
533
- "division_sign_72190870": {
534
- "message": "Waitohu wehewehe"
535
- },
536
- "document_678cd7bf": {
537
- "message": "Tuhinga"
538
- },
539
- "documents_81393201": {
540
- "message": "Ngā tuhinga"
541
- },
542
- "done_54e3d4b6": {
543
- "message": "Kua mahia"
544
- },
545
- "double_dagger_faf78681": {
546
- "message": "Matarua"
547
- },
548
- "down_5831a426": {
549
- "message": "Raro"
550
- },
551
- "down_and_left_diagonal_arrow_40ef602c": {
552
- "message": "Pere Hauroki Raro Me Mauī"
553
- },
554
- "down_and_right_diagonal_arrow_6ea0f460": {
555
- "message": "Pere Hauroki Raro Me Matau"
556
- },
557
- "download_filename_2baae924": {
558
- "message": "Tikiake { filename }"
559
- },
560
- "downward_arrow_cca52012": {
561
- "message": "Pere Whakararo"
562
- },
563
- "downward_pointing_triangle_2a12a601": {
564
- "message": "Tapatoru Tohu Whakararo"
565
- },
566
- "drag_a_file_here_1bf656d5": {
567
- "message": "Tō he kōnae ki konei"
568
- },
569
- "drag_and_drop_or_click_to_browse_your_computer_60772d6d": {
570
- "message": "Tōia me te taka, pāwhiri rānei ki te tirotiro tō rorohiko"
571
- },
572
- "drag_handle_use_up_and_down_arrows_to_resize_e29eae5c": {
573
- "message": "Tō kakau Whakamahi ngā pere runga raro ki te whakarerekē"
574
- },
575
- "due_multiple_dates_cc0ee3f5": {
576
- "message": "E tika ana: Rā Maha"
577
- },
578
- "due_when_7eed10c6": {
579
- "message": "E tika ana: { when }"
580
- },
581
- "edit_alt_text_for_this_icon_instance_9c6fc5fd": {
582
- "message": "Whakatikahia te kuputuhi alt mo tenei tauira ata"
583
- },
584
- "edit_c5fbea07": {
585
- "message": "Whakatika"
586
- },
587
- "edit_course_link_5a5c3c59": {
588
- "message": "Whakatika Hononga Akoranga"
589
- },
590
- "edit_equation_f5279959": {
591
- "message": "Whakatika Tatauranga"
592
- },
593
- "edit_existing_icon_maker_icon_5d0ebb3f": {
594
- "message": "Whakatika Kei te noho Tohu Kaihanga Tohu"
595
- },
596
- "edit_icon_2c6b0e91": {
597
- "message": "Whakatika Ata"
598
- },
599
- "edit_link_7f53bebb": {
600
- "message": "Whakatika hononga"
601
- },
602
- "editor_statusbar_26ac81fc": {
603
- "message": "Editor Pae tūnga"
604
- },
605
- "element_starting_with_start_91bf4c3b": {
606
- "message": "Te tīmatanga o te kaupapa { start }"
607
- },
608
- "embed_828fac4a": {
609
- "message": "Whakauru"
610
- },
611
- "embed_code_314f1bd5": {
612
- "message": "Waehere tāmau"
613
- },
614
- "embed_content_from_external_tool_3397ad2d": {
615
- "message": "Whakauru ihirangi mai i te Taputapu o waho"
616
- },
617
- "embed_image_1080badc": {
618
- "message": "Tāmau Āhua"
619
- },
620
- "embed_video_a97a64af": {
621
- "message": "Whakauru Ataata"
622
- },
623
- "embedded_content_aaeb4d3d": {
624
- "message": "ihirangi tāmau"
625
- },
626
- "empty_set_91a92df4": {
627
- "message": "Tautuhi Putua"
628
- },
629
- "encircled_dot_8f5e51c": {
630
- "message": "Ira kua karapotia"
631
- },
632
- "encircled_minus_72745096": {
633
- "message": "Taawhiotia Minus"
634
- },
635
- "encircled_plus_36d8d104": {
636
- "message": "Taawhiotia Tāpiri"
637
- },
638
- "encircled_times_5700096d": {
639
- "message": "Taiwhanga Taiwhanga"
640
- },
641
- "engineering_icon_f8f3cf43": {
642
- "message": "Hangarau Tohu"
643
- },
644
- "english_icon_25bfe845": {
645
- "message": "Ingarihi Tohu"
646
- },
647
- "enter_at_least_3_characters_to_search_4f037ee0": {
648
- "message": "Pātō ki iti ake i te 3 pūāhua hei rapu"
649
- },
650
- "epsilon_54bb8afa": {
651
- "message": "Epsilon"
652
- },
653
- "epsilon_variant_d31f1e77": {
654
- "message": "Epsilon (Tauke)"
655
- },
656
- "equals_sign_c51bdc58": {
657
- "message": "Waitohu Ōrite"
658
- },
659
- "equation_1c5ac93c": {
660
- "message": "Whārite"
661
- },
662
- "equation_editor_39fbc3f1": {
663
- "message": "Whārite Etita"
664
- },
665
- "equilibrium_6ff3040b": {
666
- "message": "Te toenga"
667
- },
668
- "equivalence_class_7b0f11c0": {
669
- "message": "Karaehe Taurite"
670
- },
671
- "equivalent_identity_654b3ce5": {
672
- "message": "Ōrite (Taukiri)"
673
- },
674
- "eta_b8828f99": {
675
- "message": "Eta"
676
- },
677
- "exists_2e62bdaa": {
678
- "message": "Kei te noho"
679
- },
680
- "exit_fullscreen_b7eb0aa4": {
681
- "message": "Mono te Mata Katoa"
682
- },
683
- "expand_preview_by_default_2abbf9f8": {
684
- "message": "Whakawhānui arokite ma te Aunoa"
685
- },
686
- "expand_to_see_types_f5d29352": {
687
- "message": "Whakawhānui ki te titiro { types }"
688
- },
689
- "external_link_d3f9e62a": {
690
- "message": "Hononga a Waho"
691
- },
692
- "external_tool_frame_70b32473": {
693
- "message": "Anga taputapu o waho"
694
- },
695
- "external_tools_6e77821": {
696
- "message": "Taputapu o waho"
697
- },
698
- "extra_large_b6cdf1ff": {
699
- "message": "Nui rawa atu"
700
- },
701
- "extra_small_9ae33252": {
702
- "message": "Tāpiri iti"
703
- },
704
- "extracurricular_icon_67c8ca42": {
705
- "message": "Extracurricular Tohu"
706
- },
707
- "f_function_fe422d65": {
708
- "message": "F (taumahi)"
709
- },
710
- "failed_getting_file_contents_e9ea19f4": {
711
- "message": "I rahua te whiwhi ihirangi kōnae"
712
- },
713
- "failed_to_retrieve_content_from_external_tool_5899c213": {
714
- "message": "I rahua te tiki ihirangi mai i tetahi taputapu o waho"
715
- },
716
- "file_name_8fd421ff": {
717
- "message": "Ingoa kōnae"
718
- },
719
- "file_storage_quota_exceeded_b7846cd1": {
720
- "message": "Te rokiroki kōnae motunga hipa"
721
- },
722
- "file_url_c12b64be": {
723
- "message": "Kōnae URL"
724
- },
725
- "filename_file_icon_602eb5de": {
726
- "message": "{ filename } kōnae icon"
727
- },
728
- "filename_image_preview_6cef8f26": {
729
- "message": "{ filename } āhua arokite"
730
- },
731
- "filename_text_preview_e41ca2d8": {
732
- "message": "{ filename } kuputuhi arokite"
733
- },
734
- "files_c300e900": {
735
- "message": "Kōnae"
736
- },
737
- "files_index_af7c662b": {
738
- "message": "Taupū kōnae"
739
- },
740
- "finish_bc343002": {
741
- "message": "Mutu"
742
- },
743
- "fix_heading_hierarchy_f60884c4": {
744
- "message": "Whakatikahia te hiranga o te pane"
745
- },
746
- "flat_music_76d5a5c3": {
747
- "message": "Papa (Waiata)"
748
- },
749
- "focus_element_options_toolbar_18d993e": {
750
- "message": "Hāngai pūmotu kōwhiringa taputapu"
751
- },
752
- "folder_tree_fbab0726": {
753
- "message": "Rakau kōpaki"
754
- },
755
- "for_all_b919f972": {
756
- "message": "Mo te Katoa"
757
- },
758
- "format_4247a9c5": {
759
- "message": "Hōputu"
760
- },
761
- "format_as_a_list_142210c3": {
762
- "message": "Whakahōputu hei rārangi"
763
- },
764
- "formatting_5b143aa8": {
765
- "message": "Whakahōputu"
766
- },
767
- "forward_slash_3f90f35e": {
768
- "message": "Riiri Whakamua"
769
- },
770
- "found_auto_saved_content_3f6e4ca5": {
771
- "message": "Kitea tiaki aunoa ihirangi"
772
- },
773
- "found_count_plural_0_results_one_result_other_resu_46aeaa01": {
774
- "message": "Kitea { count, plural,\n =0 {# ngā hua}\n one {# hua i}\n other {# ngā hua}\n}"
775
- },
776
- "fraction_41bac7af": {
777
- "message": "Hautau"
778
- },
779
- "fullscreen_873bf53f": {
780
- "message": "Mata katoa"
781
- },
782
- "gamma_1767928": {
783
- "message": "Gamma"
784
- },
785
- "generating_preview_45b53be0": {
786
- "message": "Hanga arokite ana ..."
787
- },
788
- "gif_png_format_images_larger_than_size_kb_are_not__7af3bdbd": {
789
- "message": "Ko nga whakaahua hōputu GIF/PNG nui ake I te { size } KB kaore I te tautokohia I tenei wa."
790
- },
791
- "go_to_the_editor_s_menubar_e6674c81": {
792
- "message": "Haere ki te tahua papa o te etita"
793
- },
794
- "go_to_the_editor_s_toolbar_a5cb875f": {
795
- "message": "Haere ki te paeutauta o te etita"
796
- },
797
- "grades_a61eba0a": {
798
- "message": "Ngā Kōeke"
799
- },
800
- "greater_than_e98af662": {
801
- "message": "Nui atu i"
802
- },
803
- "greater_than_or_equal_b911949a": {
804
- "message": "Nui atu i te Ōrite ranei"
805
- },
806
- "greek_65c5b3f7": {
807
- "message": "Kariki"
808
- },
809
- "green_15af4778": {
810
- "message": "Kākāriki"
811
- },
812
- "grey_a55dceff": {
813
- "message": "Kerei"
814
- },
815
- "group_documents_8bfd6ae6": {
816
- "message": "Ngā Pukapuka roopu"
817
- },
818
- "group_files_4324f3df": {
819
- "message": "Ngā kōnae rōpū"
820
- },
821
- "group_files_82e5dcdb": {
822
- "message": "Ngā kōnae rōpū"
823
- },
824
- "group_images_98e0ac17": {
825
- "message": "Ngā āhua roopu"
826
- },
827
- "group_isomorphism_45b1458c": {
828
- "message": "Rōpū Isomorphism"
829
- },
830
- "group_link_63e626b3": {
831
- "message": "Hononga Rōpū"
832
- },
833
- "group_links_9493129e": {
834
- "message": "Ngā Hono Ropu"
835
- },
836
- "group_media_2f3d128a": {
837
- "message": "Pāpāho Roopu"
838
- },
839
- "group_navigation_99f191a": {
840
- "message": "Whakaterenga Rōpū"
841
- },
842
- "h_bar_bb94deae": {
843
- "message": "Pae H"
844
- },
845
- "hat_ea321e35": {
846
- "message": "Potae"
847
- },
848
- "header_column_f27433cb": {
849
- "message": "Pane pou"
850
- },
851
- "header_row_and_column_ec5b9ec": {
852
- "message": "Pane rārangi me te pou"
853
- },
854
- "header_row_f33eb169": {
855
- "message": "Pane rārangi"
856
- },
857
- "heading_2_5b84eed2": {
858
- "message": "Pane 2"
859
- },
860
- "heading_3_2c83de44": {
861
- "message": "Pane 3"
862
- },
863
- "heading_4_b2e74be7": {
864
- "message": "Pane 4"
865
- },
866
- "heading_levels_should_not_be_skipped_3947c0e0": {
867
- "message": "Ko ngā taumata pane kaore e pekehia."
868
- },
869
- "heading_starting_with_start_42a3e7f9": {
870
- "message": "Pane e tīmata ana me { start }"
871
- },
872
- "headings_should_not_contain_more_than_120_characte_3c0e0cb3": {
873
- "message": "Kia kaua ngā pane e nui atu i te 120 ngā reta."
874
- },
875
- "health_icon_8d292eb5": {
876
- "message": "Hauora Tohu"
877
- },
878
- "hearts_suit_e50e04ca": {
879
- "message": "Ngakau (Hutu)"
880
- },
881
- "height_69b03e15": {
882
- "message": "Teitei"
883
- },
884
- "hexagon_d8468e0d": {
885
- "message": "Tapaono"
886
- },
887
- "hide_description_bfb5502e": {
888
- "message": "Hunga taipitopito"
889
- },
890
- "hide_title_description_caf092ef": {
891
- "message": "Hunga { title } taipitopito"
892
- },
893
- "highlight_an_element_to_activate_the_element_optio_60e1e56b": {
894
- "message": "Miramirahia he huānga hei whakahohe i te paeutauta kōwhiringa huānga"
895
- },
896
- "home_351838cd": {
897
- "message": "Kāinga"
898
- },
899
- "html_code_editor_fd967a44": {
900
- "message": "html waehere editor"
901
- },
902
- "html_editor_fb2ab713": {
903
- "message": "Editor HTML"
904
- },
905
- "i_have_obtained_permission_to_use_this_file_6386f087": {
906
- "message": "Kua whiwhi ahau whakāetanga ki te whakamahi i tēnei kōnae."
907
- },
908
- "i_hold_the_copyright_71ee91b1": {
909
- "message": "Mau ahau te manatārua"
910
- },
911
- "icon_215a1dc6": {
912
- "message": "Icon"
913
- },
914
- "icon_8168b2f8": {
915
- "message": "Icon"
916
- },
917
- "icon_color_b86dd6d6": {
918
- "message": "Tohu Tae"
919
- },
920
- "icon_maker_icons_cc560f7e": {
921
- "message": "Tohu Kaihanga Ata"
922
- },
923
- "icon_options_7e32746e": {
924
- "message": "Kōwhiringa Ata"
925
- },
926
- "icon_options_tray_2b407977": {
927
- "message": "Paepae Kōwhiringa Ata"
928
- },
929
- "icon_preview_1782a1d9": {
930
- "message": "Arokite Ata"
931
- },
932
- "icon_shape_30b61e7": {
933
- "message": "Tohu Hanga"
934
- },
935
- "icon_size_9353edea": {
936
- "message": "Tohu Rahi"
937
- },
938
- "if_left_empty_link_text_will_display_as_course_lin_2a34eedb": {
939
- "message": "Mēnā ka waiho pātea, ka whakaatu te kuputuhi hono hei ingoa hononga akoranga"
940
- },
941
- "if_usage_rights_are_required_the_file_will_not_pub_841e276e": {
942
- "message": "Mena ka hiahiatia nga motika whakamahi, karekau te konae e whakaputa kia taea ra ano ki te wharangi Kōnae."
943
- },
944
- "if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
945
- "message": "Ki te kore koe e tīpako ngā mōtika whakamahi ināianei, kaore e whakaputaina tēnei kōnae i muri o ''te tukuake."
946
- },
947
- "image_8ad06": {
948
- "message": "Āhua"
949
- },
950
- "image_c1c98202": {
951
- "message": "āhua"
952
- },
953
- "image_filenames_should_not_be_used_as_the_alt_attr_bcfd7780": {
954
- "message": "Kaua e whakamahia ngā kōnae ingoa ki te whakamahi i te alt huanga e whakātu ana i te ihirangi pakoko."
955
- },
956
- "image_options_5412d02c": {
957
- "message": "Ngā Kōwhiringa Āhua"
958
- },
959
- "image_options_tray_90a46006": {
960
- "message": "Te pereki mo ngā Kōwhiringa Āhua"
961
- },
962
- "image_to_crop_3a34487d": {
963
- "message": "Āhua he tapahi"
964
- },
965
- "image_with_filename_file_aacd7180": {
966
- "message": "Āhua me te kōnae ingoa { file }"
967
- },
968
- "images_7ce26570": {
969
- "message": "Ngā Āhua"
970
- },
971
- "images_should_include_an_alt_attribute_describing__b86d6a86": {
972
- "message": "Ko ngā āhua me whakauru he alt huanga e whakāhua ana i te ihirangi āhua"
973
- },
974
- "imaginary_portion_of_complex_number_2c733ffa": {
975
- "message": "Wahi Pohewa (o te Tau Matatini)"
976
- },
977
- "in_element_of_19ca2f33": {
978
- "message": "Kei roto (Huahanga o)"
979
- },
980
- "increase_indent_6af90f7c": {
981
- "message": "Nuku Whakanui"
982
- },
983
- "indefinite_integral_6623307e": {
984
- "message": "Noa Tautoko"
985
- },
986
- "indigo_2035fc55": {
987
- "message": "Indigo"
988
- },
989
- "inference_fed5c960": {
990
- "message": "Whakataunga"
991
- },
992
- "infinity_7a10f206": {
993
- "message": "Mutunga"
994
- },
995
- "insert_593145ef": {
996
- "message": "Whakauru"
997
- },
998
- "insert_link_6dc23cae": {
999
- "message": "Whakauru hono"
1000
- },
1001
- "insert_math_equation_57c6e767": {
1002
- "message": "Whakauru Math Whārite"
1003
- },
1004
- "integers_336344e1": {
1005
- "message": "Tauoti"
1006
- },
1007
- "intersection_cd4590e4": {
1008
- "message": "Whakawhitinga"
1009
- },
1010
- "invalid_entry_f7d2a0f5": {
1011
- "message": "He urunga muhu."
1012
- },
1013
- "invalid_file_c11ba11": {
1014
- "message": "Muhu Kōnae"
1015
- },
1016
- "invalid_file_type_881cc9b2": {
1017
- "message": "Muhu kōnae momo"
1018
- },
1019
- "invalid_url_cbde79f": {
1020
- "message": "URL muhu"
1021
- },
1022
- "iota_11c932a9": {
1023
- "message": "Iota"
1024
- },
1025
- "issue_num_total_f94536cf": {
1026
- "message": "Take { num }/{ total }"
1027
- },
1028
- "kappa_2f14c816": {
1029
- "message": "Kapa"
1030
- },
1031
- "kappa_variant_eb64574b": {
1032
- "message": "Kapa (Tauke)"
1033
- },
1034
- "keyboard_shortcuts_ed1844bd": {
1035
- "message": "Pokatata papapātuhi"
1036
- },
1037
- "keyboards_navigate_to_links_using_the_tab_key_two__5fab8c82": {
1038
- "message": "Ka whakaterehia e ngā papa pātuhi ngā hononga ki te whakamahi i Ripa kī. Ngā hononga e rua e tata ana e tika ana ki te haerenga rite ka pōraruraru ki ngā papa pātuhi kaiwhakamahi."
1039
- },
1040
- "lambda_4f602498": {
1041
- "message": "Lambda"
1042
- },
1043
- "language_arts_icon_a798b0f8": {
1044
- "message": "Reo Toi Tohu"
1045
- },
1046
- "languages_icon_9d20539": {
1047
- "message": "Nga reo Tohu"
1048
- },
1049
- "large_9c5e80e7": {
1050
- "message": "Nui"
1051
- },
1052
- "learn_more_about_adjacent_links_2cb9762c": {
1053
- "message": "Ako ano i ngā hono tata"
1054
- },
1055
- "learn_more_about_color_contrast_c019dfb9": {
1056
- "message": "Ako anō i ngā tae whakarerekē"
1057
- },
1058
- "learn_more_about_organizing_page_headings_8a7caa2e": {
1059
- "message": "Ako anō i ngā whakahaere ngā pane whārangi"
1060
- },
1061
- "learn_more_about_proper_page_heading_structure_d2959f2d": {
1062
- "message": "Ako atu mo te hanganga pane wharangi tika"
1063
- },
1064
- "learn_more_about_table_headers_5f5ee13": {
1065
- "message": "Ako anō i ngā pane rārangi"
1066
- },
1067
- "learn_more_about_using_alt_text_for_images_5698df9a": {
1068
- "message": "Ako anō i te mahi i ngā alt kuputuhi mo ngā āhua"
1069
- },
1070
- "learn_more_about_using_captions_with_tables_36fe496f": {
1071
- "message": "Ako anō i te mahi i ngā kōrero me ngā rārangi"
1072
- },
1073
- "learn_more_about_using_filenames_as_alt_text_264286af": {
1074
- "message": "Ako anō i te mahi i ngā ingoa kōnae i te alt kuputuhi"
1075
- },
1076
- "learn_more_about_using_lists_4e6eb860": {
1077
- "message": "Ako anō i te mahi i ngā rārangi"
1078
- },
1079
- "learn_more_about_using_scope_attributes_with_table_20df49aa": {
1080
- "message": "Ako anō i te mahi i ngā whānuitanga huanga me ngā rārangi"
1081
- },
1082
- "leave_as_is_4facfe55": {
1083
- "message": "Waiho ki tēnei"
1084
- },
1085
- "left_3ea9d375": {
1086
- "message": "maui"
1087
- },
1088
- "left_align_43d95491": {
1089
- "message": "Tiaro Mauī"
1090
- },
1091
- "left_angle_bracket_c87a6d07": {
1092
- "message": "Taiapa Koki Mauī"
1093
- },
1094
- "left_arrow_4fde1a64": {
1095
- "message": "Pere Maui"
1096
- },
1097
- "left_arrow_with_hook_5bfcad93": {
1098
- "message": "Pere Mauī Me te Matau"
1099
- },
1100
- "left_ceiling_ee9dd88a": {
1101
- "message": "Te tuanui maui"
1102
- },
1103
- "left_curly_brace_1726fb4": {
1104
- "message": "Awhi Riiri Mauī"
1105
- },
1106
- "left_downard_harpoon_arrow_1d7b3d2e": {
1107
- "message": "Pere Harpoon Mauī ki raro"
1108
- },
1109
- "left_floor_29ac2274": {
1110
- "message": "Papa Mauī"
1111
- },
1112
- "left_to_right_e9b4fd06": {
1113
- "message": "Māui - ki te -Matau"
1114
- },
1115
- "left_upward_harpoon_arrow_3a562a96": {
1116
- "message": "Pere Harpoon Whakarunga Mauī"
1117
- },
1118
- "leftward_arrow_1e4765de": {
1119
- "message": "Pere Whakamaui"
1120
- },
1121
- "leftward_pointing_triangle_d14532ce": {
1122
- "message": "Tapatoru Tohu Whakamaui"
1123
- },
1124
- "less_than_a26c0641": {
1125
- "message": "Iti iho"
1126
- },
1127
- "less_than_or_equal_be5216cb": {
1128
- "message": "Iti I Te Ōrite ranei"
1129
- },
1130
- "library_icon_ae1e54cf": {
1131
- "message": "Whare Pukapuka Tohu"
1132
- },
1133
- "light_blue_5374f600": {
1134
- "message": "Puru marama"
1135
- },
1136
- "link_7262adec": {
1137
- "message": "Hono"
1138
- },
1139
- "link_options_a16b758b": {
1140
- "message": "Hono Kōwhiringa"
1141
- },
1142
- "link_type_linktypemessage_c6d26815": {
1143
- "message": "momo hono: { linkTypeMessage }"
1144
- },
1145
- "link_with_text_starting_with_start_b3fcbe71": {
1146
- "message": "Hono me te kuputuhi e tīmata ana me { start }"
1147
- },
1148
- "links_14b70841": {
1149
- "message": "Hononga"
1150
- },
1151
- "links_to_an_external_site_de74145d": {
1152
- "message": "Hononga ki te pae o waho."
1153
- },
1154
- "lists_should_be_formatted_as_lists_f862de8d": {
1155
- "message": "Me whakaritehia ngā rārangi hei rārangi."
1156
- },
1157
- "load_more_35d33c7": {
1158
- "message": "Tukuake nui atu"
1159
- },
1160
- "loading_25990131": {
1161
- "message": "E uta ana ...."
1162
- },
1163
- "loading_bde52856": {
1164
- "message": "E tukuake ana"
1165
- },
1166
- "loading_closed_captions_subtitles_failed_95ceef47": {
1167
- "message": "utaina ana katia tapanga/kupu hauraro i rahua."
1168
- },
1169
- "loading_external_tool_d839042c": {
1170
- "message": "Uta ana Taputapu Waho"
1171
- },
1172
- "loading_failed_b3524381": {
1173
- "message": "I rahua te uta ..."
1174
- },
1175
- "loading_failed_e6a9d8ef": {
1176
- "message": "I hapa te utaina."
1177
- },
1178
- "loading_folders_d8b5869e": {
1179
- "message": "E uta ana ngā kōpaki"
1180
- },
1181
- "loading_placeholder_for_filename_792ef5e8": {
1182
- "message": "E uta ana i te waahi mo { fileName }"
1183
- },
1184
- "loading_please_wait_d276220a": {
1185
- "message": "E Uta ana, tēnā koa tatari"
1186
- },
1187
- "loading_preview_9f077aa1": {
1188
- "message": "Uta ana arokite"
1189
- },
1190
- "locked_762f138b": {
1191
- "message": "Kua rakaina"
1192
- },
1193
- "logical_equivalence_76fca396": {
1194
- "message": "Whakaōrite arorau"
1195
- },
1196
- "logical_equivalence_short_8efd7b4f": {
1197
- "message": "Ōritenga arorau (Poto)"
1198
- },
1199
- "logical_equivalence_short_and_thick_1e1f654d": {
1200
- "message": "Whakaōrite Ararau (Poro me te Matotoru)"
1201
- },
1202
- "logical_equivalence_thick_662dd3f2": {
1203
- "message": "Ōritenga arorau (Matotoru)"
1204
- },
1205
- "low_horizontal_dots_cc08498e": {
1206
- "message": "Ira Whakapae Iti"
1207
- },
1208
- "magenta_4a65993c": {
1209
- "message": "Āhua waiporoporo"
1210
- },
1211
- "maps_to_e5ef7382": {
1212
- "message": "Mahere Ki"
1213
- },
1214
- "math_icon_ad4e9d03": {
1215
- "message": "Math Tohu"
1216
- },
1217
- "media_af190855": {
1218
- "message": "Pāpāho"
1219
- },
1220
- "media_file_is_processing_please_try_again_later_58a6d49": {
1221
- "message": "Kei te tukatuka te konae pāpāho. Tēnā koa ngana anō i muri mai."
1222
- },
1223
- "media_title_2112243b": {
1224
- "message": "Pāpāho Taitara"
1225
- },
1226
- "medium_5a8e9ead": {
1227
- "message": "Kauwaka"
1228
- },
1229
- "merge_links_2478df96": {
1230
- "message": "Whakapiri ngā hononga"
1231
- },
1232
- "mic_a7f3d311": {
1233
- "message": "Mic"
1234
- },
1235
- "microphone_disabled_15c83130": {
1236
- "message": "Kua Monokia Te Hopuoro"
1237
- },
1238
- "middle_27dc1d5": {
1239
- "message": "Waenganui"
1240
- },
1241
- "minimize_file_preview_da911944": {
1242
- "message": "Whakamōkito Arokitenga Kōnae"
1243
- },
1244
- "minimize_video_20aa554b": {
1245
- "message": "Whakamōkito Ataata"
1246
- },
1247
- "minus_fd961e2e": {
1248
- "message": "Minu"
1249
- },
1250
- "minus_plus_3461f637": {
1251
- "message": "Minus/Plus"
1252
- },
1253
- "misc_3b692ea7": {
1254
- "message": "Misc"
1255
- },
1256
- "miscellaneous_e9818229": {
1257
- "message": "Momo kē"
1258
- },
1259
- "module_90d9fd32": {
1260
- "message": "Kōwae"
1261
- },
1262
- "modules_c4325335": {
1263
- "message": "Kōwae"
1264
- },
1265
- "moving_image_to_crop_directionword_6f66cde2": {
1266
- "message": "Te neke atahanga ki te tapahi { directionWord }"
1267
- },
1268
- "mu_37223b8b": {
1269
- "message": "Mu"
1270
- },
1271
- "multi_color_image_63d7372f": {
1272
- "message": "Whakapakoko nui ngā Tae"
1273
- },
1274
- "multiplication_sign_15f95c22": {
1275
- "message": "Tohu Whakarea"
1276
- },
1277
- "music_icon_4db5c972": {
1278
- "message": "Puoro Tohu"
1279
- },
1280
- "must_be_at_least_percentage_22e373b6": {
1281
- "message": "Me iti ake i te { percentage }%"
1282
- },
1283
- "must_be_at_least_width_x_height_px_41dc825e": {
1284
- "message": "Me kia i te iti rawa { width } x { height }px"
1285
- },
1286
- "my_files_2f621040": {
1287
- "message": "Aku kōnae"
1288
- },
1289
- "n_th_root_9991a6e4": {
1290
- "message": "N-th Puaka"
1291
- },
1292
- "nabla_1e216d25": {
1293
- "message": "Nabla"
1294
- },
1295
- "name_1aed4a1b": {
1296
- "message": "Ingoa"
1297
- },
1298
- "name_color_ceec76ff": {
1299
- "message": "{ name } ({ color })"
1300
- },
1301
- "natural_music_54a70258": {
1302
- "message": "Taiao (Puoro)"
1303
- },
1304
- "natural_numbers_3da07060": {
1305
- "message": "Tau Taiao"
1306
- },
1307
- "navigate_through_the_menu_or_toolbar_415a4e50": {
1308
- "message": "Whakatere i roto i te tahua paeutauta rānei"
1309
- },
1310
- "navigation_ee9af92d": {
1311
- "message": "Whakatere"
1312
- },
1313
- "nested_greater_than_d852e60d": {
1314
- "message": "Nested Nui atu i"
1315
- },
1316
- "nested_less_than_27d17e58": {
1317
- "message": "Kohanga Iti I Te"
1318
- },
1319
- "new_quiz_34aacba6": {
1320
- "message": "Quiz Hou"
1321
- },
1322
- "next_40e12421": {
1323
- "message": "E haere ake nei"
1324
- },
1325
- "no_accessibility_issues_were_detected_f8d3c875": {
1326
- "message": "Kaore he whakaurunga take i kitea."
1327
- },
1328
- "no_announcements_created_yet_c44a94f4": {
1329
- "message": "Kare ano he panui i hanga."
1330
- },
1331
- "no_announcements_found_20185afc": {
1332
- "message": "Karekau he panui i kitea."
1333
- },
1334
- "no_assignments_created_yet_1b236d87": {
1335
- "message": "Karekau he taumahi i hangaia."
1336
- },
1337
- "no_assignments_found_79e46d7f": {
1338
- "message": "Karekau he taumahi i kitea."
1339
- },
1340
- "no_changes_to_save_d29f6e91": {
1341
- "message": "Kaore he huringa hei tiaki."
1342
- },
1343
- "no_discussions_created_yet_ff99abe3": {
1344
- "message": "Karekau he korerorero i hanga."
1345
- },
1346
- "no_discussions_found_9284063b": {
1347
- "message": "Karekau he korerorero i kitea."
1348
- },
1349
- "no_e16d9132": {
1350
- "message": "Kahore"
1351
- },
1352
- "no_file_chosen_9a880793": {
1353
- "message": "Kaore he kōnae i tīpakotia"
1354
- },
1355
- "no_headers_9bc7dc7f": {
1356
- "message": "Kaore ngā pane"
1357
- },
1358
- "no_modules_created_yet_c71b6d4d": {
1359
- "message": "Kaore ano kia hangahia nga waahanga."
1360
- },
1361
- "no_modules_found_2df43a40": {
1362
- "message": "Karekau he waahanga i kitea."
1363
- },
1364
- "no_pages_created_yet_c379fa6e": {
1365
- "message": "Anō No whārangi hanga."
1366
- },
1367
- "no_pages_found_6799350": {
1368
- "message": "Karekau he wharangi i kitea."
1369
- },
1370
- "no_preview_is_available_for_this_file_f940114a": {
1371
- "message": "Ko te wātea hoki tēnei kōnae he arokite."
1372
- },
1373
- "no_quizzes_created_yet_1a2370b9": {
1374
- "message": "Kaore ano kia hangahia he patapatai."
1375
- },
1376
- "no_quizzes_found_c80c537a": {
1377
- "message": "Karekau he patapatai i kitea."
1378
- },
1379
- "no_results_940393cf": {
1380
- "message": "Kaore he hua."
1381
- },
1382
- "no_results_found_for_filterterm_ad1b04c8": {
1383
- "message": "Kaore i kitea he hua mo { filterTerm }"
1384
- },
1385
- "no_video_1ed00b26": {
1386
- "message": "Kaore Ataata"
1387
- },
1388
- "none_3b5e34d2": {
1389
- "message": "Kaore"
1390
- },
1391
- "none_selected_b93d56d2": {
1392
- "message": "Kaore i Tīpakohia"
1393
- },
1394
- "not_equal_6e2980e6": {
1395
- "message": "Ehara i te Ōrite"
1396
- },
1397
- "not_in_not_an_element_of_fb1ffb54": {
1398
- "message": "Kaore i roto (Ehara i te Huanga o)"
1399
- },
1400
- "not_negation_1418ebb8": {
1401
- "message": "Kore (Whakakore)"
1402
- },
1403
- "not_subset_dc2b5e84": {
1404
- "message": "Ehara i te Roopuiti"
1405
- },
1406
- "not_subset_strict_23d282bf": {
1407
- "message": "Ehara i te Waahanga Roopu (Paua)"
1408
- },
1409
- "not_superset_5556b913": {
1410
- "message": "Ehara i te Superset"
1411
- },
1412
- "not_superset_strict_24e06f36": {
1413
- "message": "Ehara i te Huinga Tuatoru (Paua)"
1414
- },
1415
- "nu_1c0f6848": {
1416
- "message": "Nu"
1417
- },
1418
- "octagon_e48be9f": {
1419
- "message": "Tapawaru"
1420
- },
1421
- "olive_6a3e4d6b": {
1422
- "message": "Ōriwa"
1423
- },
1424
- "omega_8f2c3463": {
1425
- "message": "Omeka"
1426
- },
1427
- "one_of_the_following_styles_must_be_added_to_save__1de769aa": {
1428
- "message": "Ko tetahi o nga momo e whai ake nei me taapiri hei tiaki i tetahi tohu Tohu Tae, Whakahuahua Rahi, Tohu Kuputuhi, ranei Whakaahua"
1429
- },
1430
- "one_or_more_files_failed_to_paste_please_try_uploa_7fa39dd3": {
1431
- "message": "Kotahi neke atu ranei nga konae i rahua ki te whakapiri. Tena koa ngana ki te tuku, ki te toia me te tuku i nga konae."
1432
- },
1433
- "open_circle_e9bd069": {
1434
- "message": "Porowhita Tuwhera"
1435
- },
1436
- "open_this_keyboard_shortcuts_dialog_9658b83a": {
1437
- "message": "Huaki tēnei pokatata papapātuhi kōrero"
1438
- },
1439
- "open_title_application_fd624fc5": {
1440
- "message": "Huaki { title } tono"
1441
- },
1442
- "operators_a2ef9a93": {
1443
- "message": "Ngā Kaiwhakamahi"
1444
- },
1445
- "or_9b70ccaa": {
1446
- "message": "Rānei"
1447
- },
1448
- "orange_81386a62": {
1449
- "message": "Ārani"
1450
- },
1451
- "ordered_and_unordered_lists_cfadfc38": {
1452
- "message": "Rārangi kua rārangitia me te kore rārangi"
1453
- },
1454
- "other_editor_shortcuts_may_be_found_at_404aba4a": {
1455
- "message": "Ētahi atu etita pokatata i kitea ai"
1456
- },
1457
- "outline_color_3ef2cea7": {
1458
- "message": "Tae Whakahuahua"
1459
- },
1460
- "outline_size_a6059a21": {
1461
- "message": "Rahi Whakahuahua"
1462
- },
1463
- "p_is_not_a_valid_protocol_which_must_be_ftp_http_h_adf13fc2": {
1464
- "message": "{ p } kaore i te tikanga tika me mahi kē he ftp, http, https, mailto, skype, tel ara me mihi rānei"
1465
- },
1466
- "page_50c4823d": {
1467
- "message": "Whārangi"
1468
- },
1469
- "pages_e5414c2c": {
1470
- "message": "Ngā Whārangi"
1471
- },
1472
- "paragraph_5e5ad8eb": {
1473
- "message": "Parawae"
1474
- },
1475
- "paragraph_starting_with_start_a59923f8": {
1476
- "message": "Parawae e tīmata ana me { start }"
1477
- },
1478
- "parallel_d55d6e38": {
1479
- "message": "Whakarara"
1480
- },
1481
- "partial_derivative_4a9159df": {
1482
- "message": "Wāhanga (Tautake)"
1483
- },
1484
- "paste_5963d1c1": {
1485
- "message": "Whakapiri"
1486
- },
1487
- "pause_12af3bb4": {
1488
- "message": "Okioki"
1489
- },
1490
- "pentagon_17d82ea3": {
1491
- "message": "Tapaono"
1492
- },
1493
- "people_b4ebb13c": {
1494
- "message": "Tāngata"
1495
- },
1496
- "percentage_34ab7c2c": {
1497
- "message": "Ōrau"
1498
- },
1499
- "percentage_must_be_a_number_8033c341": {
1500
- "message": "Pai hēneti me nama anake"
1501
- },
1502
- "performing_arts_icon_f3497486": {
1503
- "message": "Performing Arts Tohu"
1504
- },
1505
- "perpendicular_7c48ede4": {
1506
- "message": "Tirohanga"
1507
- },
1508
- "phi_4ac33b6d": {
1509
- "message": "Phi"
1510
- },
1511
- "phi_variant_c9bb3ac5": {
1512
- "message": "Phi (Tauke)"
1513
- },
1514
- "physical_education_icon_d7dffd3e": {
1515
- "message": "Tinana Mātauranga Tohu"
1516
- },
1517
- "pi_dc4f0bd8": {
1518
- "message": "Pi"
1519
- },
1520
- "pi_variant_10f5f520": {
1521
- "message": "Pi (Taupe)"
1522
- },
1523
- "pink_68ad45cb": {
1524
- "message": "Māwhero"
1525
- },
1526
- "pixels_52ece7d1": {
1527
- "message": "Ngā Pika"
1528
- },
1529
- "play_1a47eaa7": {
1530
- "message": "Tākaro"
1531
- },
1532
- "play_media_comment_35257210": {
1533
- "message": "Purei korero pāpāho."
1534
- },
1535
- "play_media_comment_by_name_from_createdat_c230123d": {
1536
- "message": "Whakatangihia nga korero pāpāho na { name } mai i { createdAt }."
1537
- },
1538
- "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1539
- "message": "Tēnā koa tukuna Canvas ki te whakauru i tō reooro me tō kāmera paetukutuku."
1540
- },
1541
- "plus_d43cd4ec": {
1542
- "message": "Apiti atu"
1543
- },
1544
- "plus_minus_f8be2e83": {
1545
- "message": "Tāpiri / Minus"
1546
- },
1547
- "posted_when_a578f5ab": {
1548
- "message": "I Whakairia: { when }"
1549
- },
1550
- "power_set_4f26f316": {
1551
- "message": "Tautuhi Mana"
1552
- },
1553
- "precedes_196b9aef": {
1554
- "message": "Kei mua"
1555
- },
1556
- "precedes_equal_20701e84": {
1557
- "message": "Tuhinga o mua Ōrite"
1558
- },
1559
- "preformatted_d0670862": {
1560
- "message": "Tuhinga o mua"
1561
- },
1562
- "prev_f82cbc48": {
1563
- "message": "Mua"
1564
- },
1565
- "preview_53003fd2": {
1566
- "message": "Arokite"
1567
- },
1568
- "preview_a3f8f854": {
1569
- "message": "AROKITE"
1570
- },
1571
- "preview_in_overlay_ed772c46": {
1572
- "message": "Arokite i roto i paparua"
1573
- },
1574
- "preview_inline_9787330": {
1575
- "message": "Arokite i roto i te raina"
1576
- },
1577
- "prime_917ea60e": {
1578
- "message": "Pirimia"
1579
- },
1580
- "prime_numbers_13464f61": {
1581
- "message": "Nga Nama Pirimia"
1582
- },
1583
- "product_39cf144f": {
1584
- "message": "Hua"
1585
- },
1586
- "proportional_f02800cc": {
1587
- "message": "Tauritenga"
1588
- },
1589
- "protocol_must_be_ftp_http_https_mailto_skype_tel_o_73beb4f8": {
1590
- "message": "Ko te tikanga me ftp, http, https, mailto, skype, tel ara me mihi rānei"
1591
- },
1592
- "psi_e3f5f0f7": {
1593
- "message": "Psi"
1594
- },
1595
- "published_c944a23d": {
1596
- "message": "whakaputaina"
1597
- },
1598
- "published_when_302d8e23": {
1599
- "message": "Whakaputaina: { when }"
1600
- },
1601
- "pumpkin_904428d5": {
1602
- "message": "Paukena"
1603
- },
1604
- "purple_7678a9fc": {
1605
- "message": "Waiporoporo"
1606
- },
1607
- "quaternions_877024e0": {
1608
- "message": "Nga hauwha"
1609
- },
1610
- "quiz_e0dcce8f": {
1611
- "message": "Quiz"
1612
- },
1613
- "quizzes_7e598f57": {
1614
- "message": "Ngā Quizzes"
1615
- },
1616
- "rational_numbers_80ddaa4a": {
1617
- "message": "Tau Tikanga"
1618
- },
1619
- "real_numbers_7c99df94": {
1620
- "message": "Nga Tau Tuturu"
1621
- },
1622
- "real_portion_of_complex_number_7dad33b5": {
1623
- "message": "Wahi Tuturu (o te Tau Matatini)"
1624
- },
1625
- "record_7c9448b": {
1626
- "message": "Tāhopu"
1627
- },
1628
- "record_upload_media_5fdce166": {
1629
- "message": "Tāhopu/Kaweake Pāpāho"
1630
- },
1631
- "recording_98da6bda": {
1632
- "message": "Hopukanga"
1633
- },
1634
- "red_8258edf3": {
1635
- "message": "Whero"
1636
- },
1637
- "relationships_6602af70": {
1638
- "message": "Ngā whanaungatanga"
1639
- },
1640
- "religion_icon_246e0be1": {
1641
- "message": "Whakapono Tohu"
1642
- },
1643
- "remove_heading_style_5fdc8855": {
1644
- "message": "Tango pane kāhua"
1645
- },
1646
- "remove_link_d1f2f4d0": {
1647
- "message": "Tango Hononga"
1648
- },
1649
- "replace_e61834a7": {
1650
- "message": "Whakakapi"
1651
- },
1652
- "reset_95a81614": {
1653
- "message": "Tautuhi anō"
1654
- },
1655
- "resize_ec83d538": {
1656
- "message": "Rahi anō"
1657
- },
1658
- "restore_auto_save_deccd84b": {
1659
- "message": "Whakaora tiaki aunoa?"
1660
- },
1661
- "reverse_turnstile_does_not_yield_7558be06": {
1662
- "message": "Hurihuri Whakamuri (Kare e Tuku)"
1663
- },
1664
- "rho_a0244a36": {
1665
- "message": "Rho"
1666
- },
1667
- "rho_variant_415245cd": {
1668
- "message": "Rho (Tauke)"
1669
- },
1670
- "rich_content_editor_2708ef21": {
1671
- "message": "Ētita Ihirangi Whai Rawa"
1672
- },
1673
- "rich_text_area_press_oskey_f8_for_rich_content_edi_c2f651d": {
1674
- "message": "Horahanga Kupu Taunaki. Perehi { OSKey }+F8 mo nga pokatata o te Kaiwhakatika Ihirangi Taonga."
1675
- },
1676
- "right_71ffdc4d": {
1677
- "message": "Matau"
1678
- },
1679
- "right_align_39e7a32a": {
1680
- "message": "Tiaro Matau"
1681
- },
1682
- "right_angle_bracket_d704e2d6": {
1683
- "message": "Taiapa Koki Matau"
1684
- },
1685
- "right_arrow_35e0eddf": {
1686
- "message": "Pere Matau"
1687
- },
1688
- "right_arrow_with_hook_29d92d31": {
1689
- "message": "Pere Matau Me te Matau"
1690
- },
1691
- "right_ceiling_839dc744": {
1692
- "message": "Taurangi Matau"
1693
- },
1694
- "right_curly_brace_5159d5cd": {
1695
- "message": "Awhi Riiri Matau"
1696
- },
1697
- "right_downward_harpoon_arrow_d71b114f": {
1698
- "message": "Pere Harpoon Matau Whakararo"
1699
- },
1700
- "right_floor_5392d5cf": {
1701
- "message": "Papa Matau"
1702
- },
1703
- "right_to_left_9cfb092a": {
1704
- "message": "Matau - ki te - Māui"
1705
- },
1706
- "right_upward_harpoon_arrow_f5a34c73": {
1707
- "message": "Pere Hapapa Matau Whakarunga"
1708
- },
1709
- "rightward_arrow_32932107": {
1710
- "message": "Pere Matau"
1711
- },
1712
- "rightward_pointing_triangle_60330f5c": {
1713
- "message": "Tapatoru Tohu Whakamatau"
1714
- },
1715
- "rotate_image_90_degrees_2ab77c05": {
1716
- "message": "Hurihia te ahua -90 nga nekehanga"
1717
- },
1718
- "rotate_image_90_degrees_6c92cd42": {
1719
- "message": "Hurihia te ahua 90 nga nekehanga"
1720
- },
1721
- "rotation_9699c538": {
1722
- "message": "Te hurihanga"
1723
- },
1724
- "row_fc0944a7": {
1725
- "message": "Rārangi"
1726
- },
1727
- "row_group_979f5528": {
1728
- "message": "Rōpū rārangi"
1729
- },
1730
- "sadly_the_pretty_html_editor_is_not_keyboard_acces_50da7665": {
1731
- "message": "E pouri ana te ataahua HTML kaore i te papa patopato whakauru. Whakauru te mata HTML editor ataahua i konei."
1732
- },
1733
- "save_11a80ec3": {
1734
- "message": "Tiaki"
1735
- },
1736
- "save_copy_ca63944e": {
1737
- "message": "Tiakina kape"
1738
- },
1739
- "save_media_cb9e786e": {
1740
- "message": "Tiaki Pāpāho"
1741
- },
1742
- "saved_icon_maker_icons_df86e2a1": {
1743
- "message": "Kua tiakina Tohu Kaihanga Tohu"
1744
- },
1745
- "screen_readers_cannot_determine_what_is_displayed__6a5842ab": {
1746
- "message": "Kaore e taea e ngā kaipānui mata te whakatau i ngā mea e whakātuhia ana i roto i te āhua me te kore kuputuhi rerekē, a, he maha ngā taura o ngā tau me ngā reta kaore i te whakāhua i te horopaki te tikanga rānei."
1747
- },
1748
- "screen_readers_cannot_determine_what_is_displayed__6f1ea667": {
1749
- "message": "Kaore e taea e ngā kaipānui mata te whakatau i ngā mea e whakāturia ana i roto i te āhua me te kore kuputuhi rerekē, e whakātu ana i te ihirangi me te tikanga o te pakoko. Me ngāwari me te hāngai tōtika te kuputuhi rerekē."
1750
- },
1751
- "screen_readers_cannot_determine_what_is_displayed__a57e6723": {
1752
- "message": "Kaore e taea e ngā kaipānui mata te whakatau i ngā mea e whakāturia ana i roto i te āhua me te kore kuputuhi rerekē, e whakātu ana i te ihirangi me te tikanga o te pakoko."
1753
- },
1754
- "screen_readers_cannot_interpret_tables_without_the_bd861652": {
1755
- "message": "Kaore e taea e ngā kaipānui mata ki te whakamāori i ngā papa kaore te hanganga tika. Ko ngā pane ripanga e whakarato ana i te aronga me te kohinga ihirangi."
1756
- },
1757
- "screen_readers_cannot_interpret_tables_without_the_e62912d5": {
1758
- "message": "Kaore e taea e ngā kaipānui mata ki te whakamāori i ngā papa kaore te hanganga tika. Ko ngā panuku tapanga e whakaatu ana i te horopaki me te mātauranga whānui o te ripanga."
1759
- },
1760
- "screen_readers_cannot_interpret_tables_without_the_f0bdec0f": {
1761
- "message": "Kaore e taea e ngā kaipānui mata ki te whakamāori i ngā papa kaore te hanganga tika. Ko ngā pane ripanga whakarato ana i te ahunga me te tirohanga o te ihirangi."
1762
- },
1763
- "script_l_42a7b254": {
1764
- "message": "Hōtuhi L"
1765
- },
1766
- "search_280d00bd": {
1767
- "message": "Rapu"
1768
- },
1769
- "select_audio_source_21043cd5": {
1770
- "message": "Tīpakohia ororongo puna"
1771
- },
1772
- "select_crop_shape_d441feeb": {
1773
- "message": "Tīpako tapahi āhua"
1774
- },
1775
- "select_language_7c93a900": {
1776
- "message": "Tīpako Reo"
1777
- },
1778
- "select_video_source_1b5c9dbe": {
1779
- "message": "Tīpakohia ataata puna"
1780
- },
1781
- "selected_274ce24f": {
1782
- "message": "Kua tīpakohia"
1783
- },
1784
- "selected_linkfilename_c093b1f2": {
1785
- "message": "Tīpakohia { linkFileName }"
1786
- },
1787
- "selection_b52c4c5e": {
1788
- "message": "Tīpakonga"
1789
- },
1790
- "set_header_scope_8c548f40": {
1791
- "message": "Whakatau horopaki pane"
1792
- },
1793
- "set_minus_b46e9b88": {
1794
- "message": "Tautuhi Minus"
1795
- },
1796
- "set_table_header_cfab13a0": {
1797
- "message": "Whakatau pane ripanga"
1798
- },
1799
- "sharp_music_ab956814": {
1800
- "message": "Koi (Puoro)"
1801
- },
1802
- "shift_arrows_4d5785fe": {
1803
- "message": "SHIFT+Pere"
1804
- },
1805
- "shift_o_to_open_the_pretty_html_editor_55ff5a31": {
1806
- "message": "Neke O ki te huaki ataahua html etita."
1807
- },
1808
- "shortcut_911d6255": {
1809
- "message": "Pokatata"
1810
- },
1811
- "show_audio_options_b489926b": {
1812
- "message": "Whakaatutia ororongo kōwhiringa"
1813
- },
1814
- "show_image_options_1e2ecc6b": {
1815
- "message": "Whakātu wāhanga āhua"
1816
- },
1817
- "show_link_options_545338fd": {
1818
- "message": "Whakātu Hono Kōwhiringa"
1819
- },
1820
- "show_studio_media_options_a0c748c6": {
1821
- "message": "Tirohia nga Kōwhiringa Media Studio"
1822
- },
1823
- "show_video_options_6ed3721a": {
1824
- "message": "Whakātu ataata kōwhiringa"
1825
- },
1826
- "sighted_users_browse_web_pages_quickly_looking_for_1d4db0c1": {
1827
- "message": "Ngā kaiwhakamahi e āhei ana ki te tiro pūtirotiro tere i te ngā whārangi tukutuku, me te rapu i ngā pane nui, maia rānei. Ka whakawhirinaki ngā kaiwhakamahi pānui mata ki ngā pane mo te māramatanga o te horopaki. Me whakamahi ngā pane i te hanganga tika."
1828
- },
1829
- "sighted_users_browse_web_pages_quickly_looking_for_ade806f5": {
1830
- "message": "Ngā kaiwhakamahi e āhei ana ki te tiro pūtirotiro tere i te ngā whārangi tukutuku, me te rapu i ngā pane nui, maia rānei. Ka whakawhirinaki ngā kaiwhakamahi pānui mata ki ngā pane mo te māramatanga o te horopaki. Me whai kiko ngā pane ki roto i te hanganga tika."
1831
- },
1832
- "sigma_5c35e553": {
1833
- "message": "Sigma"
1834
- },
1835
- "sigma_variant_8155625": {
1836
- "message": "Sigma (Taupe)"
1837
- },
1838
- "single_color_image_4e5d4dbc": {
1839
- "message": "Whakapakoko kotahi te Tae"
1840
- },
1841
- "single_color_image_color_95fa9a87": {
1842
- "message": "Takakau Tae Whakaahua Tae"
1843
- },
1844
- "size_b30e1077": {
1845
- "message": "Rahi"
1846
- },
1847
- "size_of_caption_file_is_greater_than_the_maximum_m_bff5f86e": {
1848
- "message": "Te rahi o te tapanga kōnae nui ake i te mōrahi { max } kb tukua rahi kōnae rahi."
1849
- },
1850
- "small_b070434a": {
1851
- "message": "Iti"
1852
- },
1853
- "solid_circle_9f061dfc": {
1854
- "message": "Porowhita Mārō"
1855
- },
1856
- "something_went_wrong_89195131": {
1857
- "message": "I hē tētahi mea."
1858
- },
1859
- "something_went_wrong_accessing_your_webcam_6643b87e": {
1860
- "message": "I hapa i te wā e uru ana i tō paetukutuku kāmera"
1861
- },
1862
- "something_went_wrong_and_i_don_t_know_what_to_show_e0c54ec8": {
1863
- "message": "I raruraru tētahi mea me taku kore e mōhio he aha te mea hei whakātu ki a koe."
1864
- },
1865
- "something_went_wrong_check_your_connection_reload__c7868286": {
1866
- "message": "I hē tētahi mea. Tirohia to hononga, utaina ano te wharangi, ka ngana ano."
1867
- },
1868
- "something_went_wrong_d238c551": {
1869
- "message": "I raruraru tētahi mea"
1870
- },
1871
- "something_went_wrong_while_sharing_your_screen_8de579e5": {
1872
- "message": "He hapa i te wā e tuari ana i tō mata."
1873
- },
1874
- "sort_by_e75f9e3e": {
1875
- "message": "Wehewehe e"
1876
- },
1877
- "spades_suit_b37020c2": {
1878
- "message": "Haka (Hutu)"
1879
- },
1880
- "square_511eb3b3": {
1881
- "message": "Tapawha"
1882
- },
1883
- "square_cap_9ec88646": {
1884
- "message": "Potae Tapawha"
1885
- },
1886
- "square_cup_b0665113": {
1887
- "message": "Kapu tapawha"
1888
- },
1889
- "square_root_e8bcbc60": {
1890
- "message": "Putake tapawha"
1891
- },
1892
- "square_root_symbol_d0898a53": {
1893
- "message": "Tohu Putake Tapawha"
1894
- },
1895
- "square_subset_17be67cb": {
1896
- "message": "Roopuiti tapawha"
1897
- },
1898
- "square_subset_strict_7044e84f": {
1899
- "message": "Roopu Waahanga Tapawha (Paua)"
1900
- },
1901
- "square_superset_3be8dae1": {
1902
- "message": "Tapawha Superset"
1903
- },
1904
- "square_superset_strict_fa4262e4": {
1905
- "message": "Huinga Tuatoru Tapawha (Paua)"
1906
- },
1907
- "square_unordered_list_b15ce93b": {
1908
- "message": "Tapawhā rārangi kore"
1909
- },
1910
- "star_8d156e09": {
1911
- "message": "Whetū"
1912
- },
1913
- "start_over_f7552aa9": {
1914
- "message": "Tīmata Anō"
1915
- },
1916
- "start_recording_9a65141a": {
1917
- "message": "Timata te hopu ana"
1918
- },
1919
- "steel_blue_14296f08": {
1920
- "message": "Te rino Kahurangi"
1921
- },
1922
- "studio_media_options_ee504361": {
1923
- "message": "kōwhiringa pāpāho studio"
1924
- },
1925
- "studio_media_options_tray_cfb94654": {
1926
- "message": "Paepae Kōwhiringa Papapāho Studio"
1927
- },
1928
- "styles_2aa721ef": {
1929
- "message": "Ngā Kāhua"
1930
- },
1931
- "submit_a3cc6859": {
1932
- "message": "Tuku"
1933
- },
1934
- "subscript_59744f96": {
1935
- "message": "Tuhinga"
1936
- },
1937
- "subset_19c1a92f": {
1938
- "message": "Roopuiti"
1939
- },
1940
- "subset_strict_8d8948d6": {
1941
- "message": "Roopuiti (Paua)"
1942
- },
1943
- "succeeds_9cc31be9": {
1944
- "message": "Ka angitū"
1945
- },
1946
- "succeeds_equal_158e8c3a": {
1947
- "message": "Ka Angitu Ōrite"
1948
- },
1949
- "sum_b0842d31": {
1950
- "message": "Huihuinga"
1951
- },
1952
- "superscript_8cb349a2": {
1953
- "message": "Tuhinga nui"
1954
- },
1955
- "superscript_and_subscript_37f94a50": {
1956
- "message": "Tuhituhi me te Tuhituhi"
1957
- },
1958
- "superset_c4db8a7a": {
1959
- "message": "Hupiripiri"
1960
- },
1961
- "superset_strict_c77dd6d2": {
1962
- "message": "Superset (Maua)"
1963
- },
1964
- "supported_file_types_srt_or_webvtt_7d827ed": {
1965
- "message": "Ngā kōnae momo kua tautokotia: SRT me WebVTT rānei"
1966
- },
1967
- "switch_to_pretty_html_editor_a3cee15f": {
1968
- "message": "Hurihia ki te Kaiwhakatika HTML ataahua"
1969
- },
1970
- "switch_to_raw_html_editor_f970ae1a": {
1971
- "message": "Huri ki te Kaiwhakatika HTML mata"
1972
- },
1973
- "switch_to_the_html_editor_146dfffd": {
1974
- "message": "Huri ki te mata html ētita"
1975
- },
1976
- "switch_to_the_rich_text_editor_63c1ecf6": {
1977
- "message": "Huri ki te whai rawa kuputuhi ētita"
1978
- },
1979
- "syllabus_f191f65b": {
1980
- "message": "Marautanga"
1981
- },
1982
- "system_audio_allowed_b2508f8c": {
1983
- "message": "Punaha Oro Whakaaetia"
1984
- },
1985
- "system_audio_disabled_c177bd13": {
1986
- "message": "Punaha Oro Monokia"
1987
- },
1988
- "tab_arrows_4cf5abfc": {
1989
- "message": "TAB/ngā pere"
1990
- },
1991
- "table_header_starting_with_start_ffcabba6": {
1992
- "message": "Ka timata te pane ripanga mei te { start }"
1993
- },
1994
- "table_starting_with_start_e7232848": {
1995
- "message": "Ripanga e timata ana me { start }"
1996
- },
1997
- "tables_headers_should_specify_scope_5abf3a8e": {
1998
- "message": "Me tautuhi ngā pane ripanga ki te whakaputa te hōkai."
1999
- },
2000
- "tables_should_include_a_caption_describing_the_con_e91e78fc": {
2001
- "message": "Me whakauru ngā ripanga ki tētahi tuhinga e whakaatu ana i ngā ihirangi o te ripanga."
2002
- },
2003
- "tables_should_include_at_least_one_header_48779eac": {
2004
- "message": "Me whakauru ngā ripanga i te iti rawa o te pane kotahi."
2005
- },
2006
- "tau_880974b7": {
2007
- "message": "Tau"
2008
- },
2009
- "teal_f729a294": {
2010
- "message": "Tira"
2011
- },
2012
- "text_7f4593da": {
2013
- "message": "Kuputuhi"
2014
- },
2015
- "text_background_color_16e61c3f": {
2016
- "message": "Kuputuhi Papamuri Tae"
2017
- },
2018
- "text_color_acf75eb6": {
2019
- "message": "Kuputuhi tae"
2020
- },
2021
- "text_is_difficult_to_read_without_sufficient_contr_69e62bd6": {
2022
- "message": "He uaua te panui, kaore he rerekētanga i waenga i te tuhinga me te papamuri, ina koa mo te hunga e iti ana te kite."
2023
- },
2024
- "text_larger_than_18pt_or_bold_14pt_should_display__5c364db6": {
2025
- "message": "Ko te kuputuhi nui ake i te 18pt (me te maia 14pt) me whakātu i te ōwehenga rerekē iti o te 3: 1."
2026
- },
2027
- "text_optional_384f94f7": {
2028
- "message": "Kuputuhi (kōwhiringa)"
2029
- },
2030
- "text_position_8df8c162": {
2031
- "message": "Kuputuhi Tūnga"
2032
- },
2033
- "text_size_887c2f6": {
2034
- "message": "Kuputuhi Rahi"
2035
- },
2036
- "text_smaller_than_18pt_or_bold_14pt_should_display_aaffb22b": {
2037
- "message": "Ko te kuputuhi iti atu i te 18pt (me te maia 14pt) me whakātu i te ōwehenga rerekē iti o te 4.5: 1."
2038
- },
2039
- "the_document_preview_is_currently_being_processed__7d9ea135": {
2040
- "message": "Kei te tukatuka i tēnei wā te arokite tuhinga. Tēnā koa ngana anō i muri mai."
2041
- },
2042
- "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2043
- "message": "Ko te pane tuatahi o te wharangi me H2."
2044
- },
2045
- "the_following_content_is_partner_provided_ed1da756": {
2046
- "message": "Ko ngā kōrero e whai ake nei he hoa mahi"
2047
- },
2048
- "the_material_is_in_the_public_domain_279c39a3": {
2049
- "message": "Ko te rauemi kei roto i te rohe tūmatanui"
2050
- },
2051
- "the_material_is_licensed_under_creative_commons_3242cb5e": {
2052
- "message": "Raihanatia te rauemi i raro i te Auaha Noa"
2053
- },
2054
- "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2055
- "message": "He kaupapa ngā rauemi ki te rerekētanga - hei tauira whakamahi tika, te tika ki te whakahoke, ētahi atu rānei i raro i ngā manatārua ture e hāngai ana"
2056
- },
2057
- "the_preceding_content_is_partner_provided_d753928c": {
2058
- "message": "Ko te tuhinga o mua he hoa mahi"
2059
- },
2060
- "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2061
- "message": "Te ataahua HTML kaore i te papa patopato whakauru. Pēhi Neke O ki te huaki mata html etita."
2062
- },
2063
- "therefore_d860e024": {
2064
- "message": "No reira"
2065
- },
2066
- "theta_ce2d2350": {
2067
- "message": "Teta"
2068
- },
2069
- "theta_variant_fff6da6f": {
2070
- "message": "Theta (Tauke)"
2071
- },
2072
- "thick_downward_arrow_b85add4c": {
2073
- "message": "Pere Whakararo Matotoru"
2074
- },
2075
- "thick_left_arrow_d5f3e925": {
2076
- "message": "Mātotoru Mauī Pere"
2077
- },
2078
- "thick_leftward_arrow_6ab89880": {
2079
- "message": "Mātotoru Whakataha maui Pere"
2080
- },
2081
- "thick_right_arrow_3ed5e8f7": {
2082
- "message": "Mātotoru Matau Pere"
2083
- },
2084
- "thick_rightward_arrow_a2e1839e": {
2085
- "message": "Mātotoru Matau paroita Pere"
2086
- },
2087
- "thick_upward_arrow_acd20328": {
2088
- "message": "Mātotoru Ki runga paroita Pere"
2089
- },
2090
- "this_document_cannot_be_displayed_within_canvas_7aba77be": {
2091
- "message": "E kore e taea te whakaatu i tēnei tuhinga i roto i Canvas."
2092
- },
2093
- "this_equation_cannot_be_rendered_in_basic_view_9b6c07ae": {
2094
- "message": "IWhakuru whārite"
2095
- },
2096
- "this_image_is_currently_unavailable_25c68857": {
2097
- "message": "Kaore tēnei āhua i te wātea i tēnei wā"
2098
- },
2099
- "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2100
- "message": "Ahakoa tō ataata te taitara tika i roto i te tirotiro, i hapa te whakahou i roto i te pātengi raraunga."
2101
- },
2102
- "timebar_a4d18443": {
2103
- "message": "Tapareti"
2104
- },
2105
- "title_ee03d132": {
2106
- "message": "taitara"
2107
- },
2108
- "to_be_posted_when_d24bf7dc": {
2109
- "message": "Hei whakairi: { when }"
2110
- },
2111
- "to_do_when_2783d78f": {
2112
- "message": "Hei Mahi: { when }"
2113
- },
2114
- "toggle_summary_group_413df9ac": {
2115
- "message": "Takahuri { summary } roopu"
2116
- },
2117
- "toggle_tooltip_d3b7cb86": {
2118
- "message": "Takahuri taputapu"
2119
- },
2120
- "tools_2fcf772e": {
2121
- "message": "Ngā Taputapu"
2122
- },
2123
- "top_66e0adb6": {
2124
- "message": "Runga"
2125
- },
2126
- "tray_839df38a": {
2127
- "message": "Pereki"
2128
- },
2129
- "triangle_6072304e": {
2130
- "message": "Tapatoru"
2131
- },
2132
- "turnstile_yields_f9e76df1": {
2133
- "message": "Takahuri (Nga Hua)"
2134
- },
2135
- "type_control_f9_to_access_image_options_text_a47e319f": {
2136
- "message": "patopato Control F9 ki te whakauru ngā kōwhiringa āhua. { text }"
2137
- },
2138
- "type_control_f9_to_access_link_options_text_4ead9682": {
2139
- "message": "patopato Control F9 ki te whakauru ngā kōwhiringa hono. { text }"
2140
- },
2141
- "type_control_f9_to_access_table_options_text_92141329": {
2142
- "message": "patopato Control F9 ki te whakauru ngā kōwhiringa ripanga. { text }"
2143
- },
2144
- "unable_to_determine_resource_selection_url_7867e060": {
2145
- "message": "Kaore e taea te whakatau url whiriwhiri rauemi"
2146
- },
2147
- "union_e6b57a53": {
2148
- "message": "Uniana"
2149
- },
2150
- "unpublished_dfd8801": {
2151
- "message": "kaore i pānuitia"
2152
- },
2153
- "untitled_16aa4f2b": {
2154
- "message": "Taitara kore"
2155
- },
2156
- "untitled_efdc2d7d": {
2157
- "message": "taitara kore"
2158
- },
2159
- "up_and_left_diagonal_arrow_e4a74a23": {
2160
- "message": "Ki runga Na Mauī Hauroki Pere"
2161
- },
2162
- "up_and_right_diagonal_arrow_935b902e": {
2163
- "message": "Ki runga Na Matau Hauroki Pere"
2164
- },
2165
- "up_c553575d": {
2166
- "message": "Ake"
2167
- },
2168
- "updated_link_a827e441": {
2169
- "message": "Hononga kua whakahoutia"
2170
- },
2171
- "upload_document_253f0478": {
2172
- "message": "Tikiake Tuhinga"
2173
- },
2174
- "upload_file_fd2361b8": {
2175
- "message": "Tukuake kōnae"
2176
- },
2177
- "upload_image_6120b609": {
2178
- "message": "Tukuake Whakāturanga"
2179
- },
2180
- "upload_media_ce31135a": {
2181
- "message": "Tukuatu pāpāho"
2182
- },
2183
- "upload_record_media_e4207d72": {
2184
- "message": "Tukuatu/Tāhopu Pāpāpho"
2185
- },
2186
- "uploading_19e8a4e7": {
2187
- "message": "E tikiake ana"
2188
- },
2189
- "uppercase_alphabetic_ordered_list_3f5aa6b2": {
2190
- "message": "Wakapū teitei rārangi kua rārangitia"
2191
- },
2192
- "uppercase_delta_d4f4bc41": {
2193
- "message": "Pūmatua Delta"
2194
- },
2195
- "uppercase_gamma_86f492e9": {
2196
- "message": "Pūmatua Gamma"
2197
- },
2198
- "uppercase_lambda_c78d8ed4": {
2199
- "message": "Pūmatua Lambda"
2200
- },
2201
- "uppercase_omega_8aedfa2": {
2202
- "message": "Pūmatua Omega"
2203
- },
2204
- "uppercase_phi_caa36724": {
2205
- "message": "Pūmatua Ph"
2206
- },
2207
- "uppercase_pi_fcc70f5e": {
2208
- "message": "Pūmatua Pi"
2209
- },
2210
- "uppercase_psi_6395acbe": {
2211
- "message": "Pūmatua Psi"
2212
- },
2213
- "uppercase_roman_numeral_ordered_list_853f292b": {
2214
- "message": "Roman tātai teitei kua rārangitia"
2215
- },
2216
- "uppercase_sigma_dbb70e92": {
2217
- "message": "Pūmatua Sigma"
2218
- },
2219
- "uppercase_theta_49afc891": {
2220
- "message": "Pūmatua Theta"
2221
- },
2222
- "uppercase_upsilon_8c1e623e": {
2223
- "message": "Pūmatua Upsilon"
2224
- },
2225
- "uppercase_xi_341e8556": {
2226
- "message": "Pūmatua Xi"
2227
- },
2228
- "upsilon_33651634": {
2229
- "message": "Upsilon"
2230
- },
2231
- "upward_and_downward_pointing_arrow_fa90a918": {
2232
- "message": "Pere Tohu Whakarunga, Whakararo"
2233
- },
2234
- "upward_and_downward_pointing_arrow_thick_d420fdef": {
2235
- "message": "Pere Tohu Whakarunga, Whakararo (Matotoru)"
2236
- },
2237
- "upward_arrow_9992cb2d": {
2238
- "message": "Pere Whakarunga"
2239
- },
2240
- "upward_pointing_triangle_d078d7cb": {
2241
- "message": "Tapatoru Tohu Whakarunga"
2242
- },
2243
- "url_22a5f3b8": {
2244
- "message": "URL"
2245
- },
2246
- "usage_right_ff96f3e2": {
2247
- "message": "Tika mo te whakamahinga:"
2248
- },
2249
- "usage_rights_required_5fe4dd68": {
2250
- "message": "Tika mo te whakamahinga (e hiahiatia ana)"
2251
- },
2252
- "use_arrow_keys_to_navigate_options_2021cc50": {
2253
- "message": "Whakamahia ngā kī pere pere hei whakawhiti i nga wāhanga."
2254
- },
2255
- "use_arrow_keys_to_select_a_shape_c8eb57ed": {
2256
- "message": "Mahia ngā kī pero ki te tīpako he āhua."
2257
- },
2258
- "use_arrow_keys_to_select_a_size_699a19f4": {
2259
- "message": "Mahia ngā kī pero ki te tīpako he rahi."
2260
- },
2261
- "use_arrow_keys_to_select_a_text_position_72f9137c": {
2262
- "message": "Mahia ngā kī pero ki te tīpako he kuputuhi tūnga."
2263
- },
2264
- "use_arrow_keys_to_select_a_text_size_65e89336": {
2265
- "message": "Mahia ngā kī pero ki te tīpako he kuputuhi rahi."
2266
- },
2267
- "use_arrow_keys_to_select_an_outline_size_e009d6b0": {
2268
- "message": "Mahia ngā kī pero ki te tīpako he whakahuahua rahi."
2269
- },
2270
- "used_by_screen_readers_to_describe_the_content_of__4f14b4e4": {
2271
- "message": "Ka whakamahia e te hunga panui mata ki te whakaahua i nga ihirangi o te { TYPE }"
2272
- },
2273
- "used_by_screen_readers_to_describe_the_content_of__b1e76d9e": {
2274
- "message": "Whakamahia e ngā kaipānui mata hei whakāhua i ngā ihirangi o te āhua"
2275
- },
2276
- "used_by_screen_readers_to_describe_the_video_37ebad25": {
2277
- "message": "Whakamahia e ngā kaipānui mata hei whakāhua i te ataata"
2278
- },
2279
- "user_documents_c206e61f": {
2280
- "message": "Kaiwhakamahi Tuhinga"
2281
- },
2282
- "user_files_78e21703": {
2283
- "message": "Ngā Kaiwhakamahi Kōnae"
2284
- },
2285
- "user_images_b6490852": {
2286
- "message": "Ngā Āhua O Ngā Kaiwhakamahi"
2287
- },
2288
- "user_media_14fbf656": {
2289
- "message": "Kaiwhakamahi Pāpāho"
2290
- },
2291
- "vector_notation_cf6086ab": {
2292
- "message": "Vector (Tuhinga)"
2293
- },
2294
- "vertical_bar_set_builder_notation_4300495f": {
2295
- "message": "Pae Poutū (Tautuhi Tohu Kaihanga)"
2296
- },
2297
- "vertical_dots_bfb21f14": {
2298
- "message": "Poutū Ira"
2299
- },
2300
- "video_options_24ef6e5d": {
2301
- "message": "Ataata Kōwhiringa"
2302
- },
2303
- "video_options_tray_3b9809a5": {
2304
- "message": "Ataata Kōwhiringa Pereki"
2305
- },
2306
- "video_player_b371005": {
2307
- "message": "Kaitākaro Ataata"
2308
- },
2309
- "video_player_for_9e7d373b": {
2310
- "message": "Kaitākaro Ataata mō "
2311
- },
2312
- "video_player_for_title_ffd9fbc4": {
2313
- "message": "Kaitākaro Ataata mō { title }"
2314
- },
2315
- "view_all_e13bf0a6": {
2316
- "message": "Titiro ki te Katoa"
2317
- },
2318
- "view_ba339f93": {
2319
- "message": "Tirohia"
2320
- },
2321
- "view_description_30446afc": {
2322
- "message": "Tirohia te whakāturanga"
2323
- },
2324
- "view_keyboard_shortcuts_34d1be0b": {
2325
- "message": "Titiro npapa patopato tapahi poto"
2326
- },
2327
- "view_title_description_67940918": {
2328
- "message": "Tirohia { title } te whakāturanga"
2329
- },
2330
- "view_word_and_character_counts_a743dd0c": {
2331
- "message": "Tatauhia nga kupu me nga tohu."
2332
- },
2333
- "we_couldn_t_detect_a_working_microphone_connected__ceb71c40": {
2334
- "message": "Kaore i kitea he orooro e mahi ana e hono ana ki tō pūrere."
2335
- },
2336
- "we_couldn_t_detect_a_working_webcam_connected_to_y_6715cc4": {
2337
- "message": "Kaore i kitea he ipurangi kāmera e hono ana ki tō pūrere."
2338
- },
2339
- "we_couldn_t_detect_a_working_webcam_or_microphone__263b6674": {
2340
- "message": "Kaore i kitea he ipurangi kāmera ara orooro hono ki tō pūrere."
2341
- },
2342
- "webcam_disabled_30c66986": {
2343
- "message": "Webcam Monokia"
2344
- },
2345
- "webcam_fe91b20f": {
2346
- "message": "Paetukutuku Kāmera"
2347
- },
2348
- "webpages_should_only_have_a_single_h1_which_is_aut_dc99189e": {
2349
- "message": "Ko nga wharangi Tukutuku kia kotahi anake te H1, ka whakamahia aunoatia e te Taitara o te wharangi. Ko te pane tuatahi o to ihirangi me H2."
2350
- },
2351
- "when_markup_is_used_that_visually_formats_items_as_f941fc1b": {
2352
- "message": "Ina whakamahia te tohu tohu i ngā taonga tautuhi tirohanga hei rārangi, ēngari kaore e tohu i te hononga o te rārangi, he uaua ki ngā kaiwhakamahi te whakawhiti i ngā kōrero."
2353
- },
2354
- "white_87fa64fd": {
2355
- "message": "Ma"
2356
- },
2357
- "why_523b3d8c": {
2358
- "message": "He aha"
2359
- },
2360
- "width_492fec76": {
2361
- "message": "Te whānuitanga"
2362
- },
2363
- "width_and_height_must_be_numbers_110ab2e3": {
2364
- "message": "Te whānuitanga me te teitei me mahi hei nama"
2365
- },
2366
- "width_x_height_px_ff3ccb93": {
2367
- "message": "{ width } x { height }px"
2368
- },
2369
- "wiki_home_9cd54d0": {
2370
- "message": "Wiki Kainga"
2371
- },
2372
- "word_count_c77fe3a6": {
2373
- "message": "Kupu Kaute"
2374
- },
2375
- "words_b448b7d5": {
2376
- "message": "Kupu"
2377
- },
2378
- "wreath_product_200b38ef": {
2379
- "message": "Te karaehe Hua"
2380
- },
2381
- "xi_149681d0": {
2382
- "message": "Xi"
2383
- },
2384
- "yes_dde87d5": {
2385
- "message": "Ae"
2386
- },
2387
- "you_have_unsaved_changes_in_the_icon_maker_tray_do_e8cf5f1b": {
2388
- "message": "He huringa kare ano koe i tiakina i roto i te Paepae Kaihanga Ata. Me haere tonu me te kore e tiaki i enei huringa?"
2389
- },
2390
- "you_may_need_to_adjust_additional_headings_to_main_975f0eee": {
2391
- "message": "Ka hiahia pea koe ki te whakatika i etahi atu pane ki te pupuri i te arorangi wharangi."
2392
- },
2393
- "you_may_not_upload_an_empty_file_11c31eb2": {
2394
- "message": "Kaore koe e taea te tikiake he kōnae kore"
2395
- },
2396
- "your_image_has_been_compressed_for_icon_maker_imag_2e45cd91": {
2397
- "message": "Kua kōpekehia to ahua mo te Kaihanga Ata. Ko nga whakaahua iti iho I te { size } KB e kore e kōpeketia."
2398
- },
2399
- "your_microphone_is_blocked_in_the_browser_settings_42af0ddc": {
2400
- "message": "Kua aukatitia tō orooro i roto i te tautuhinga tirotiro."
2401
- },
2402
- "your_webcam_and_microphone_are_blocked_in_the_brow_73357dc6": {
2403
- "message": "Tō ipurangi kāmera me tō orooro kua aukatitia i roto i te tautuhinga tirotiro."
2404
- },
2405
- "your_webcam_is_blocked_in_the_browser_settings_7f638128": {
2406
- "message": "Tō ipurangi kāmera kua aukatitia i roto i te tirotiro tautuhinga."
2407
- },
2408
- "your_webcam_may_already_be_in_use_6cd64c25": {
2409
- "message": "Kei te whakamahia pea tō paetukutuku kāmera."
2410
- },
2411
- "zeta_5ef24f0e": {
2412
- "message": "Zeta"
2413
- },
2414
- "zoom_f3e54d69": {
2415
- "message": "Topa"
2416
- },
2417
- "zoom_in_image_bb97d4f": {
2418
- "message": "Topa mai whakaahua"
2419
- },
2420
- "zoom_out_image_d0a0a2ec": {
2421
- "message": "Topa ki waho whakaahua"
2422
- }
2423
- };
2424
- formatMessage.addLocale({
2425
- mi: locale
2426
- });