@instructure/canvas-rce 6.0.0 → 7.2.0

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 (120) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/__tests__/common/indicate.test.js +5 -6
  3. package/es/bridge/Bridge.js +2 -4
  4. package/es/canvasFileBrowser/FileBrowser.js +2 -4
  5. package/es/common/browser.js +2 -2
  6. package/es/common/fileUrl.js +13 -3
  7. package/es/defaultTinymceConfig.d.ts +1 -1
  8. package/es/defaultTinymceConfig.js +149 -114
  9. package/es/enhance-user-content/enhance_user_content.js +7 -1
  10. package/es/enhance-user-content/instructure_helper.js +4 -0
  11. package/es/enhance-user-content/youtube_overlay.d.ts +1 -0
  12. package/es/enhance-user-content/youtube_overlay.js +87 -0
  13. package/es/format-message.d.js +1 -0
  14. package/es/format-message.js +5 -0
  15. package/es/index.d.ts +1 -1
  16. package/es/rce/RCE.d.ts +0 -1
  17. package/es/rce/RCE.js +5 -10
  18. package/es/rce/RCEGlobals.d.ts +0 -2
  19. package/es/rce/RCEGlobals.js +0 -1
  20. package/es/rce/RCEVariants.d.ts +8 -3
  21. package/es/rce/RCEVariants.js +36 -10
  22. package/es/rce/RCEWrapper.d.ts +3 -5
  23. package/es/rce/RCEWrapper.js +68 -83
  24. package/es/rce/RCEWrapperProps.d.ts +1 -1
  25. package/es/rce/ShowOnFocusButton/index.js +4 -2
  26. package/es/rce/StatusBar.js +61 -15
  27. package/es/rce/alertHandler.js +6 -7
  28. package/es/rce/plugins/instructure-ui-icons/plugin.js +2 -2
  29. package/es/rce/plugins/instructure_equation/EquationEditorModal/index.d.ts +1 -1
  30. package/es/rce/plugins/instructure_equation/EquationEditorModal/index.js +6 -10
  31. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.d.ts +5 -15
  32. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.js +4 -10
  33. package/es/rce/plugins/instructure_image/ImageEmbedOptions.d.ts +7 -0
  34. package/es/rce/plugins/instructure_image/ImageEmbedOptions.js +49 -9
  35. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.d.ts +1 -8
  36. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +13 -33
  37. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.d.ts +1 -2
  38. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.js +2 -1
  39. package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +1 -2
  40. package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -4
  41. package/es/rce/plugins/instructure_record/VideoOptionsTray/index.js +10 -7
  42. package/es/rce/plugins/shared/ContentSelection.js +4 -7
  43. package/es/rce/plugins/shared/DimensionsInput/index.js +3 -3
  44. package/es/rce/plugins/shared/FixedContentTray.d.ts +7 -23
  45. package/es/rce/plugins/shared/FixedContentTray.js +7 -16
  46. package/es/rce/plugins/shared/ImageCropper/constants.d.ts +1 -1
  47. package/es/rce/plugins/shared/ImageCropper/constants.js +1 -1
  48. package/es/rce/plugins/shared/ImageCropper/controls/CustomNumberInput.js +1 -1
  49. package/es/rce/plugins/shared/PreviewIcon.js +1 -1
  50. package/es/rce/plugins/shared/ai_tools/aiicons.d.ts +3 -3
  51. package/es/rce/plugins/shared/ai_tools/aiicons.js +11 -11
  52. package/es/rce/plugins/shared/fileTypeUtils.js +1 -1
  53. package/es/rce/plugins/tinymce-a11y-checker/components/checker.js +7 -1
  54. package/es/rce/plugins/tinymce-a11y-checker/plugin.js +50 -52
  55. package/es/rce/plugins/tinymce-a11y-checker/utils/indicate.d.ts +1 -1
  56. package/es/rce/plugins/tinymce-a11y-checker/utils/indicate.js +1 -1
  57. package/es/rce/style.js +47 -45
  58. package/es/rcs/api.d.ts +4 -1
  59. package/es/rcs/api.js +9 -13
  60. package/es/translations/locales/ar.js +29 -5
  61. package/es/translations/locales/ca.js +32 -8
  62. package/es/translations/locales/cy.js +29 -5
  63. package/es/translations/locales/da-x-k12.js +29 -5
  64. package/es/translations/locales/da.js +29 -5
  65. package/es/translations/locales/de.js +29 -5
  66. package/es/translations/locales/en-AU-x-unimelb.js +29 -5
  67. package/es/translations/locales/en-GB-x-ukhe.js +29 -5
  68. package/es/translations/locales/en.js +20 -5
  69. package/es/translations/locales/en_AU.js +29 -5
  70. package/es/translations/locales/en_CA.js +29 -5
  71. package/es/translations/locales/en_CY.js +29 -5
  72. package/es/translations/locales/en_GB.js +29 -5
  73. package/es/translations/locales/es.js +29 -5
  74. package/es/translations/locales/es_ES.js +29 -5
  75. package/es/translations/locales/fa_IR.js +0 -3
  76. package/es/translations/locales/fi.js +29 -5
  77. package/es/translations/locales/fr.js +29 -5
  78. package/es/translations/locales/fr_CA.js +30 -6
  79. package/es/translations/locales/ga.js +46 -22
  80. package/es/translations/locales/hi.js +29 -5
  81. package/es/translations/locales/ht.js +29 -5
  82. package/es/translations/locales/hu.js +0 -6
  83. package/es/translations/locales/id.js +29 -5
  84. package/es/translations/locales/is.js +23 -5
  85. package/es/translations/locales/it.js +29 -5
  86. package/es/translations/locales/ja.js +29 -5
  87. package/es/translations/locales/mi.js +29 -5
  88. package/es/translations/locales/ms.js +29 -5
  89. package/es/translations/locales/nb-x-k12.js +29 -5
  90. package/es/translations/locales/nb.js +29 -5
  91. package/es/translations/locales/nl.js +29 -5
  92. package/es/translations/locales/nn.js +0 -6
  93. package/es/translations/locales/pl.js +29 -5
  94. package/es/translations/locales/pt.js +29 -5
  95. package/es/translations/locales/pt_BR.js +29 -5
  96. package/es/translations/locales/ru.js +29 -5
  97. package/es/translations/locales/sl.js +29 -5
  98. package/es/translations/locales/sv-x-k12.js +29 -5
  99. package/es/translations/locales/sv.js +29 -5
  100. package/es/translations/locales/th.js +29 -5
  101. package/es/translations/locales/uk_UA.js +0 -6
  102. package/es/translations/locales/vi.js +29 -5
  103. package/es/translations/locales/zh-Hans.js +29 -5
  104. package/es/translations/locales/zh-Hant.js +29 -5
  105. package/es/translations/locales/zh.js +29 -5
  106. package/es/translations/locales/zh_HK.js +29 -5
  107. package/es/util/contextHelper.d.ts +7 -0
  108. package/{testcafe/axe.test.js → es/util/contextHelper.js} +10 -21
  109. package/es/util/loadingPlaceholder.js +11 -11
  110. package/eslint.config.js +3 -25
  111. package/jest/jest-setup.js +27 -2
  112. package/jest.config.js +5 -1
  113. package/package.json +62 -85
  114. package/testcafe/RCEWrapper.test.js +0 -319
  115. package/testcafe/StatusBar.test.js +0 -108
  116. package/testcafe/enhanceUserContent.html +0 -58
  117. package/testcafe/enhanceUserContent.test.js +0 -44
  118. package/testcafe/entry.jsx +0 -77
  119. package/testcafe/testcafe.html +0 -14
  120. package/webpack.testcafe.config.js +0 -61
@@ -399,6 +399,9 @@ const locale = {
399
399
  "content_type_2cf90d95": {
400
400
  "message": "Tip Kontni"
401
401
  },
402
+ "continue_to_youtube_content_a34f0f85": {
403
+ "message": "Kontinye nan kontni YouTube"
404
+ },
402
405
  "coproduct_e7838082": {
403
406
  "message": "Kopwodui"
404
407
  },
@@ -498,6 +501,9 @@ const locale = {
498
501
  "decrease_indent_d9cf469d": {
499
502
  "message": "Diminye Endantasyon"
500
503
  },
504
+ "decrease_rich_content_area_82068f64": {
505
+ "message": "Diminye Zòn Kontni Rich"
506
+ },
501
507
  "deep_purple_bb3e2907": {
502
508
  "message": "Mov Fonse"
503
509
  },
@@ -1080,6 +1086,9 @@ const locale = {
1080
1086
  "increase_indent_6af90f7c": {
1081
1087
  "message": "Ogmante Endantasyon"
1082
1088
  },
1089
+ "increase_rich_content_area_340b775": {
1090
+ "message": "Ogmante Zòn Kontni Rich"
1091
+ },
1083
1092
  "indefinite_integral_6623307e": {
1084
1093
  "message": "Entegral Endefini"
1085
1094
  },
@@ -1122,6 +1131,9 @@ const locale = {
1122
1131
  "intersection_cd4590e4": {
1123
1132
  "message": "Entèseksyon"
1124
1133
  },
1134
+ "invalid_description_991e23bb": {
1135
+ "message": "Deskripsyon envalid"
1136
+ },
1125
1137
  "invalid_entry_f7d2a0f5": {
1126
1138
  "message": "Antre Envalid."
1127
1139
  },
@@ -1689,9 +1701,18 @@ const locale = {
1689
1701
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1690
1702
  "message": "Tanpri pèmèt Canvas gen aksè a mikwofòn e kamera ou a."
1691
1703
  },
1704
+ "please_choose_a_file_c2449cc": {
1705
+ "message": "Chwazi yon fichye, tanpri"
1706
+ },
1692
1707
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1693
1708
  "message": "Tanpri dekri kisa w ta renmen konpoze."
1694
1709
  },
1710
+ "please_enter_a_file_name_f159edc1": {
1711
+ "message": "Tanpri antre yon non fichye."
1712
+ },
1713
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1714
+ "message": "Seleksyone yon fichye nan tip sa ki konpatib yo tanpri"
1715
+ },
1695
1716
  "plus_d43cd4ec": {
1696
1717
  "message": "Plis"
1697
1718
  },
@@ -2241,8 +2262,11 @@ const locale = {
2241
2262
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2242
2263
  "message": "Premye antèt nan yon paj ta dwe yon H2."
2243
2264
  },
2244
- "the_following_content_is_partner_provided_ed1da756": {
2245
- "message": "Kontni annapre a se yon asosye ki bay li"
2265
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2266
+ "message": "Wotè Zòn Kontni Rich la diminye."
2267
+ },
2268
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2269
+ "message": "Wotè Zòn Kontni Rich la ogmante."
2246
2270
  },
2247
2271
  "the_material_is_in_the_public_domain_279c39a3": {
2248
2272
  "message": "Materyèl la nan domèn piblik la"
@@ -2253,9 +2277,6 @@ const locale = {
2253
2277
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2254
2278
  "message": "Materyèl la fè objè de yon ekseksyon - pa egzanp itilizasyon ekitab, dwa pou site oswa lòt dwa daprè lwa sou dwa dotè ki aplikab yo."
2255
2279
  },
2256
- "the_preceding_content_is_partner_provided_d753928c": {
2257
- "message": "Kontni anvan an se yon asosye ki bay li"
2258
- },
2259
2280
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2260
2281
  "message": "Bèl editè html la pa aksesib sou klavye. Peze Shift-O pou ka ouvri editè html la an mòd brit l."
2261
2282
  },
@@ -2295,6 +2316,9 @@ const locale = {
2295
2316
  "this_image_is_currently_unavailable_25c68857": {
2296
2317
  "message": "Imaj sa a pa disponib pou kounye a"
2297
2318
  },
2319
+ "this_video_may_display_youtube_ads_4d19d590": {
2320
+ "message": "Videyo sa a ka afiche piblisite YouTube."
2321
+ },
2298
2322
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2299
2323
  "message": "Menm si videyo ou a gen yon bèl tit nan navigatè a, nou pa rive kapab aktyalize li nan baz de done a."
2300
2324
  },
@@ -2083,9 +2083,6 @@ const locale = {
2083
2083
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2084
2084
  "message": "Az oldal első címsorának H2-esnek kell lennie."
2085
2085
  },
2086
- "the_following_content_is_partner_provided_ed1da756": {
2087
- "message": "A következő tartalmat partner biztosítja"
2088
- },
2089
2086
  "the_material_is_in_the_public_domain_279c39a3": {
2090
2087
  "message": "Az anyag a közkincs kategóriába tartozik"
2091
2088
  },
@@ -2095,9 +2092,6 @@ const locale = {
2095
2092
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2096
2093
  "message": "Az anyag kivételt képez- pl. tisztességes felhasználás, árajánlási jog vagy mások a vonatkozó szerzői jogi törvények alapján"
2097
2094
  },
2098
- "the_preceding_content_is_partner_provided_d753928c": {
2099
- "message": "Az előző tartalmat partner biztosítja"
2100
- },
2101
2095
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2102
2096
  "message": "A szép html-szerkesztő nem érhető el billentyűzettel. Nyomja meg a Shift O billentyűt a nyers html szerkesztő megnyitásához."
2103
2097
  },
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "Jenis Konten"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "Lanjutkan ke konten YouTube"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "Produk bersama"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "Kurangi Indent"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "Kurangi Area Rich Content"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "Ungu Gelap"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "Tambah Indent"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "Tambah Area Rich Content"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "Integral Tidak Definit"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "Persimpangan"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "Deskripsi tidak valid"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "Entri tidak valid."
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "Silakan izinkan Canvas untuk mengakses mikrofon dan webcam Anda."
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "Silakan pilih file"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "Silakan jelaskan apa yang Anda ingin buat."
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "Silakan masukkan nama file"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "Silakan pilih file dari jenis yang didukung"
1716
+ },
1696
1717
  "plus_d43cd4ec": {
1697
1718
  "message": "Plus"
1698
1719
  },
@@ -2242,8 +2263,11 @@ const locale = {
2242
2263
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2243
2264
  "message": "Heading pertama pada suatu halaman harus berupa H2."
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "Konten berikut ini disediakan oleh mitra"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "Tinggi Area Rich dikurangi."
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "Tinggi Area Rich ditambah."
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "Bahan ada di dalam domain publik"
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "Bahan tunduk pada pengecualian - mis. penggunaan wajar, hak untuk mengutip, atau undang-undang hak cipta lain yang berlaku"
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "Konten sebelumnya disediakan oleh mitra"
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "Editor pretty HTML tidak dapat diakses keyboard. Tekan Shift-O untuk membuka editor raw html."
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "Gambar ini saat ini tidak tersedia"
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "Video ini dapat menampilkan iklan YouTube."
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "Walaupun video Anda akan memiliki judul yang benar di browser, kami gagal memperbaruinya di database."
2301
2325
  },
@@ -498,6 +498,9 @@ const locale = {
498
498
  "decrease_indent_d9cf469d": {
499
499
  "message": "Minnka inndrátt"
500
500
  },
501
+ "decrease_rich_content_area_82068f64": {
502
+ "message": "Minnka Rich Content svæði"
503
+ },
501
504
  "deep_purple_bb3e2907": {
502
505
  "message": "Dökkfjólublár"
503
506
  },
@@ -1080,6 +1083,9 @@ const locale = {
1080
1083
  "increase_indent_6af90f7c": {
1081
1084
  "message": "Auka inndrátt"
1082
1085
  },
1086
+ "increase_rich_content_area_340b775": {
1087
+ "message": "Stækka Rich Content svæði"
1088
+ },
1083
1089
  "indefinite_integral_6623307e": {
1084
1090
  "message": "Óákveðin heild"
1085
1091
  },
@@ -1122,6 +1128,9 @@ const locale = {
1122
1128
  "intersection_cd4590e4": {
1123
1129
  "message": "Sniðmengi"
1124
1130
  },
1131
+ "invalid_description_991e23bb": {
1132
+ "message": "Ógild lýsing"
1133
+ },
1125
1134
  "invalid_entry_f7d2a0f5": {
1126
1135
  "message": "Ógild færsla."
1127
1136
  },
@@ -1689,9 +1698,18 @@ const locale = {
1689
1698
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1690
1699
  "message": "Leyfðu Canvas að fá aðgang að hljóðnemanum og vefmyndavélinni."
1691
1700
  },
1701
+ "please_choose_a_file_c2449cc": {
1702
+ "message": "Veldu skrá"
1703
+ },
1692
1704
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1693
1705
  "message": "Lýstu því sem þú vilt semja."
1694
1706
  },
1707
+ "please_enter_a_file_name_f159edc1": {
1708
+ "message": "Settu inn skráarheiti"
1709
+ },
1710
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1711
+ "message": "Veldu skrá af studdri tegund"
1712
+ },
1695
1713
  "plus_d43cd4ec": {
1696
1714
  "message": "Plús"
1697
1715
  },
@@ -2241,8 +2259,11 @@ const locale = {
2241
2259
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2242
2260
  "message": "Fyrsti haus á síðu ætti að vera H2."
2243
2261
  },
2244
- "the_following_content_is_partner_provided_ed1da756": {
2245
- "message": "Eftirfarandi efni er gefið upp af samstarfsaðila"
2262
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2263
+ "message": "Hæð Rich Content svæðis er minnkuð."
2264
+ },
2265
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2266
+ "message": "Hæð Rich Content svæðis er stækkuð."
2246
2267
  },
2247
2268
  "the_material_is_in_the_public_domain_279c39a3": {
2248
2269
  "message": "Efnið er öllum heimilt"
@@ -2253,9 +2274,6 @@ const locale = {
2253
2274
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2254
2275
  "message": "Efnið er háð undantekningum - t.d. lögleg notkun, tilvitnunarréttur eða annað undir viðeigandi höfundarréttarlögum"
2255
2276
  },
2256
- "the_preceding_content_is_partner_provided_d753928c": {
2257
- "message": "Framangreint efni er gefið upp af samstarfsaðila"
2258
- },
2259
2277
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2260
2278
  "message": "Ekki hægt að nota lyklaborð með pretty HTML ritlinum. Ýttu á Shift O til að opna hráa html ritilinn."
2261
2279
  },
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "Tipo di contenuto"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "Passa a contenuto YouTube"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "Coprodotto"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "Riduci rientro"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "Riduci area contenuti avanzati"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "Viola scuro"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "Aumenta rientro"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "Aumenta area contenuti avanzati"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "Integrale indefinito"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "Intersezione"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "Descrizione non valida"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "Voce non valida."
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "Consenti a Canvas di accedere al tuo microfono e alla tua webcam."
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "Scegliere un file"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "Descrivi cosa vorresti scrivere."
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "Inserire un nome file"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "Selezionare un tipo di file supportato"
1716
+ },
1696
1717
  "plus_d43cd4ec": {
1697
1718
  "message": "Più"
1698
1719
  },
@@ -2242,8 +2263,11 @@ const locale = {
2242
2263
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2243
2264
  "message": "La prima intestazione su una pagina deve essere H2."
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "I contenuti seguenti sono forniti dal partner"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "L’altezza dell''area contenuti avanzati è diminuita."
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "L’altezza dell''area contenuti avanzati è aumentata."
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "Il materiale è nel dominio pubblico"
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "Il materiale è soggetto a eccezioni, per es. l’uso equo, il diritto di citare o altre in base alle leggi applicabili sul diritto d’autore"
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "I contenuti precedenti sono forniti dal partner"
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "L’editor html sicuro non è accessibile dalla tastiera. Premere Maiusc+O per aprire l’editor html non elaborato."
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "Questa immagine non è attualmente disponibile"
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "Questo video può visualizzare gli annunci YouTube."
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "Anche se il tuo video avrà il titolo corretto nel browser, non siamo riusciti ad aggiornarlo nel database."
2301
2325
  },
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "コンテンツ タイプ"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "YouTubeのコンテンツを続ける"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "共製品"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "インデントを減らす"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "リッチコンテンツ領域の高さを縮小する"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "ディープパープル"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "インデントを増やす"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "リッチコンテンツ領域の高さを拡大する"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "不定積分"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "交差点"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "無効な記述"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "無効な入力。"
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "Canvas があなたのマイクとウェブカメラにアクセスできるようにしてください。"
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "ファイルを選択してください"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "構成したい内容を記入してください。"
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "ファイル名を入力してください"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "サポートされているタイプのファイルを選択してください"
1716
+ },
1696
1717
  "plus_d43cd4ec": {
1697
1718
  "message": "プラス"
1698
1719
  },
@@ -2242,8 +2263,11 @@ const locale = {
2242
2263
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2243
2264
  "message": "ページの最初のヘッダーはH2であるべきです。"
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "以下のコンテンツはパートナーが提供しています"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "リッチコンテンツ領域の高さが縮小されました。"
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "リッチコンテンツ領域の高さが拡大されました。"
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "この資料はパブリック ドメインです"
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "素材には例外があります。例:公正使用、引用権、または適用される著作権法に基づくその他"
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "上記のコンテンツはパートナーが提供しています"
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "pretty HTMLエディタはキーボードからはアクセスできません。ShiftOを押してpretty HTMLエディタを開きます。"
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "この画像は現在利用できません"
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "この動画にはYouTubeの広告が表示される場合があります。"
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "あなたのビデオのブラウザ内のタイトルは正しいものですが、データベース内でそれを更新できませんでした。"
2301
2325
  },
@@ -399,6 +399,9 @@ const locale = {
399
399
  "content_type_2cf90d95": {
400
400
  "message": "Momo ihirangi"
401
401
  },
402
+ "continue_to_youtube_content_a34f0f85": {
403
+ "message": "Haere tonu ki te ihirangi YouTube"
404
+ },
402
405
  "coproduct_e7838082": {
403
406
  "message": "Hua-tahi"
404
407
  },
@@ -498,6 +501,9 @@ const locale = {
498
501
  "decrease_indent_d9cf469d": {
499
502
  "message": "Nuku Whakaiti"
500
503
  },
504
+ "decrease_rich_content_area_82068f64": {
505
+ "message": "Whakahekea te Rohe Ihirangi Taonga"
506
+ },
501
507
  "deep_purple_bb3e2907": {
502
508
  "message": "Hohonu Waiporoporo"
503
509
  },
@@ -1080,6 +1086,9 @@ const locale = {
1080
1086
  "increase_indent_6af90f7c": {
1081
1087
  "message": "Nuku Whakanui"
1082
1088
  },
1089
+ "increase_rich_content_area_340b775": {
1090
+ "message": "Whakanuia te Rohe Ihirangi Taonga"
1091
+ },
1083
1092
  "indefinite_integral_6623307e": {
1084
1093
  "message": "Noa Tautoko"
1085
1094
  },
@@ -1122,6 +1131,9 @@ const locale = {
1122
1131
  "intersection_cd4590e4": {
1123
1132
  "message": "Whakawhitinga"
1124
1133
  },
1134
+ "invalid_description_991e23bb": {
1135
+ "message": "He whakaahuatanga muhu"
1136
+ },
1125
1137
  "invalid_entry_f7d2a0f5": {
1126
1138
  "message": "He urunga muhu."
1127
1139
  },
@@ -1689,9 +1701,18 @@ const locale = {
1689
1701
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1690
1702
  "message": "Tēnā koa tukuna Canvas ki te whakauru i tō reooro me tō kāmera paetukutuku."
1691
1703
  },
1704
+ "please_choose_a_file_c2449cc": {
1705
+ "message": "Kōwhiria he kōnae"
1706
+ },
1692
1707
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1693
1708
  "message": "Whakaahuahia he aha taau e hiahia ana ki te tito."
1694
1709
  },
1710
+ "please_enter_a_file_name_f159edc1": {
1711
+ "message": "Tēnā koa whakauru he ingoa kōnae"
1712
+ },
1713
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1714
+ "message": "Tīpakohia koa tētahi kōnae he momo tautoko"
1715
+ },
1695
1716
  "plus_d43cd4ec": {
1696
1717
  "message": "Apiti atu"
1697
1718
  },
@@ -2241,8 +2262,11 @@ const locale = {
2241
2262
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2242
2263
  "message": "Ko te pane tuatahi o te wharangi me H2."
2243
2264
  },
2244
- "the_following_content_is_partner_provided_ed1da756": {
2245
- "message": "Ko ngā kōrero e whai ake nei he hoa mahi"
2265
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2266
+ "message": "Kua heke te teitei o te Rohe Ihirangi Taonga."
2267
+ },
2268
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2269
+ "message": "Kua piki ake te teitei o te Rohe Ihirangi Taonga."
2246
2270
  },
2247
2271
  "the_material_is_in_the_public_domain_279c39a3": {
2248
2272
  "message": "Ko te rauemi kei roto i te rohe tūmatanui"
@@ -2253,9 +2277,6 @@ const locale = {
2253
2277
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2254
2278
  "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"
2255
2279
  },
2256
- "the_preceding_content_is_partner_provided_d753928c": {
2257
- "message": "Ko te tuhinga o mua he hoa mahi"
2258
- },
2259
2280
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2260
2281
  "message": "Te ataahua HTML kaore i te papa patopato whakauru. Pēhi Neke O ki te huaki mata html etita."
2261
2282
  },
@@ -2295,6 +2316,9 @@ const locale = {
2295
2316
  "this_image_is_currently_unavailable_25c68857": {
2296
2317
  "message": "Kaore tēnei āhua i te wātea i tēnei wā"
2297
2318
  },
2319
+ "this_video_may_display_youtube_ads_4d19d590": {
2320
+ "message": "Ka whakaatu pea tenei ataata i nga panui YouTube."
2321
+ },
2298
2322
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2299
2323
  "message": "Ahakoa tō ataata te taitara tika i roto i te tirotiro, i hapa te whakahou i roto i te pātengi raraunga."
2300
2324
  },
@@ -399,6 +399,9 @@ const locale = {
399
399
  "content_type_2cf90d95": {
400
400
  "message": "Jenis Kandungan"
401
401
  },
402
+ "continue_to_youtube_content_a34f0f85": {
403
+ "message": "Teruskan ke kandungan YouTube"
404
+ },
402
405
  "coproduct_e7838082": {
403
406
  "message": "Produk Bersama"
404
407
  },
@@ -498,6 +501,9 @@ const locale = {
498
501
  "decrease_indent_d9cf469d": {
499
502
  "message": "Kurangkan Engsot"
500
503
  },
504
+ "decrease_rich_content_area_82068f64": {
505
+ "message": "Kurangkan Kawasan Kandungan Beraneka"
506
+ },
501
507
  "deep_purple_bb3e2907": {
502
508
  "message": "Ungu Gelap"
503
509
  },
@@ -1080,6 +1086,9 @@ const locale = {
1080
1086
  "increase_indent_6af90f7c": {
1081
1087
  "message": "Tambah Engsot"
1082
1088
  },
1089
+ "increase_rich_content_area_340b775": {
1090
+ "message": "Tambahkan Kawasan Kandungan Beraneka"
1091
+ },
1083
1092
  "indefinite_integral_6623307e": {
1084
1093
  "message": "Kamiran Tidak Tentu"
1085
1094
  },
@@ -1122,6 +1131,9 @@ const locale = {
1122
1131
  "intersection_cd4590e4": {
1123
1132
  "message": "Persilangan"
1124
1133
  },
1134
+ "invalid_description_991e23bb": {
1135
+ "message": "Perihalan tidak sah"
1136
+ },
1125
1137
  "invalid_entry_f7d2a0f5": {
1126
1138
  "message": "Masukan tidak sah."
1127
1139
  },
@@ -1689,9 +1701,18 @@ const locale = {
1689
1701
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1690
1702
  "message": "Sila benarkan Canvas mengakses mikrofon dan kamera web anda."
1691
1703
  },
1704
+ "please_choose_a_file_c2449cc": {
1705
+ "message": "Sila pilih fail"
1706
+ },
1692
1707
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1693
1708
  "message": "Sila terangkan apa yang ingin anda karang."
1694
1709
  },
1710
+ "please_enter_a_file_name_f159edc1": {
1711
+ "message": "Sila masukkan nama fail"
1712
+ },
1713
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1714
+ "message": "Sila pilih fail daripada jenis yang disokong"
1715
+ },
1695
1716
  "plus_d43cd4ec": {
1696
1717
  "message": "Tambah"
1697
1718
  },
@@ -2241,8 +2262,11 @@ const locale = {
2241
2262
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2242
2263
  "message": "Pengepala pertama pada halaman sepatutnya bersaiz H2."
2243
2264
  },
2244
- "the_following_content_is_partner_provided_ed1da756": {
2245
- "message": "Kandungan berikut disediakan oleh rakan kongsi"
2265
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2266
+ "message": "Ketinggian Kawasan Kandungan Beraneka dikurangkan."
2267
+ },
2268
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2269
+ "message": "Ketinggian Kawasan Kandungan Beraneka ditambahkan."
2246
2270
  },
2247
2271
  "the_material_is_in_the_public_domain_279c39a3": {
2248
2272
  "message": "Bahan berada dalam domain awam"
@@ -2253,9 +2277,6 @@ const locale = {
2253
2277
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2254
2278
  "message": "Bahan ini tertakluk pada pengecualian - cth. penggunaan adil, hak untuk kuota atau lain-lain hak bawah undang-undang hak cipta yang terpakai"
2255
2279
  },
2256
- "the_preceding_content_is_partner_provided_d753928c": {
2257
- "message": "Kandungan sebelumnya disediakan oleh rakan kongsi"
2258
- },
2259
2280
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2260
2281
  "message": "Editor HTML rapi tidak dapat diakses dengan papan kekunci. Tekan Shift+O untuk membuka editor HTML rapm"
2261
2282
  },
@@ -2295,6 +2316,9 @@ const locale = {
2295
2316
  "this_image_is_currently_unavailable_25c68857": {
2296
2317
  "message": "Imej ini tidak tersedia pada masa ini."
2297
2318
  },
2319
+ "this_video_may_display_youtube_ads_4d19d590": {
2320
+ "message": "Video ini mungkin mempamerkan iklan YouTube."
2321
+ },
2298
2322
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2299
2323
  "message": "Walaupun video anda akan mempunyai tajuk yang betul dalam pelayar, kami gagal membuat kemas kini dalam pangkalan data."
2300
2324
  },