@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": "Content Type"
401
401
  },
402
+ "continue_to_youtube_content_a34f0f85": {
403
+ "message": "Continue to YouTube content"
404
+ },
402
405
  "coproduct_e7838082": {
403
406
  "message": "Coproduct"
404
407
  },
@@ -498,6 +501,9 @@ const locale = {
498
501
  "decrease_indent_d9cf469d": {
499
502
  "message": "Decrease Indent"
500
503
  },
504
+ "decrease_rich_content_area_82068f64": {
505
+ "message": "Decrease Rich Content Area"
506
+ },
501
507
  "deep_purple_bb3e2907": {
502
508
  "message": "Deep Purple"
503
509
  },
@@ -1080,6 +1086,9 @@ const locale = {
1080
1086
  "increase_indent_6af90f7c": {
1081
1087
  "message": "Increase Indent"
1082
1088
  },
1089
+ "increase_rich_content_area_340b775": {
1090
+ "message": "Increase Rich Content Area"
1091
+ },
1083
1092
  "indefinite_integral_6623307e": {
1084
1093
  "message": "Indefinite Integral"
1085
1094
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "Intersection"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "Invalid description"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "Invalid entry."
1128
1140
  },
@@ -2251,8 +2263,11 @@ const locale = {
2251
2263
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2252
2264
  "message": "The first heading on a page should be an H2."
2253
2265
  },
2254
- "the_following_content_is_partner_provided_ed1da756": {
2255
- "message": "The following content is partner provided"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "The height of Rich Content Area is decreased."
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "The height of Rich Content Area is increased."
2256
2271
  },
2257
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2258
2273
  "message": "The material is in the public domain"
@@ -2263,9 +2278,6 @@ const locale = {
2263
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2264
2279
  "message": "The material is subject to an exception - e.g. fair use, the right to quote, or others under applicable copyright laws"
2265
2280
  },
2266
- "the_preceding_content_is_partner_provided_d753928c": {
2267
- "message": "The preceding content is partner provided"
2268
- },
2269
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2270
2282
  "message": "The pretty html editor is not keyboard accessible. Press Shift O to open the raw html editor."
2271
2283
  },
@@ -2305,6 +2317,9 @@ const locale = {
2305
2317
  "this_image_is_currently_unavailable_25c68857": {
2306
2318
  "message": "This image is currently unavailable"
2307
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "This video may display YouTube ads."
2322
+ },
2308
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2309
2324
  "message": "Though your video will have the correct title in the browser, we failed to update it in the database."
2310
2325
  },
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "Content Type"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "Continue to YouTube content"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "Coproduct"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "Decrease Indent"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "Decrease Rich Content Area"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "Deep Purple"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "Increase Indent"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "Increase Rich Content Area"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "Indefinite Integral"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "Intersection"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "Invalid description"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "Invalid entry."
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "Please allow Canvas to access your microphone and webcam."
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "Please choose a file"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "Please describe what you would like to compose."
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "Please enter a file name."
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "Please select a file of a supported type"
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": "The first heading on a page should be an H2."
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "The following content is partner provided"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "The height of Rich Content Area is decreased."
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "The height of Rich Content Area is increased."
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "The material is in the public domain"
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "The material is subject to an exception - e.g. fair use, the right to quote, or others under applicable copyright laws"
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "The preceding content is partner provided"
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "The pretty html editor is not keyboard accessible. Press Shift O to open the raw html editor."
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "This image is currently unavailable"
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "This video may display YouTube ads."
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "Though your video will have the correct title in the browser, we failed to update it in the database."
2301
2325
  },
@@ -399,6 +399,9 @@ const locale = {
399
399
  "content_type_2cf90d95": {
400
400
  "message": "Content Type"
401
401
  },
402
+ "continue_to_youtube_content_a34f0f85": {
403
+ "message": "Continue to YouTube content"
404
+ },
402
405
  "coproduct_e7838082": {
403
406
  "message": "Coproduct"
404
407
  },
@@ -498,6 +501,9 @@ const locale = {
498
501
  "decrease_indent_d9cf469d": {
499
502
  "message": "Decrease Indent"
500
503
  },
504
+ "decrease_rich_content_area_82068f64": {
505
+ "message": "Decrease Rich Content Area"
506
+ },
501
507
  "deep_purple_bb3e2907": {
502
508
  "message": "Deep Purple"
503
509
  },
@@ -1080,6 +1086,9 @@ const locale = {
1080
1086
  "increase_indent_6af90f7c": {
1081
1087
  "message": "Increase Indent"
1082
1088
  },
1089
+ "increase_rich_content_area_340b775": {
1090
+ "message": "Increase Rich Content Area"
1091
+ },
1083
1092
  "indefinite_integral_6623307e": {
1084
1093
  "message": "Indefinite Integral"
1085
1094
  },
@@ -1122,6 +1131,9 @@ const locale = {
1122
1131
  "intersection_cd4590e4": {
1123
1132
  "message": "Intersection"
1124
1133
  },
1134
+ "invalid_description_991e23bb": {
1135
+ "message": "Invalid description"
1136
+ },
1125
1137
  "invalid_entry_f7d2a0f5": {
1126
1138
  "message": "Invalid entry."
1127
1139
  },
@@ -1689,9 +1701,18 @@ const locale = {
1689
1701
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1690
1702
  "message": "Please allow Canvas to access your microphone and webcam."
1691
1703
  },
1704
+ "please_choose_a_file_c2449cc": {
1705
+ "message": "Please choose a file"
1706
+ },
1692
1707
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1693
1708
  "message": "Please decribe what you would like to compose."
1694
1709
  },
1710
+ "please_enter_a_file_name_f159edc1": {
1711
+ "message": "Please enter a file name"
1712
+ },
1713
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1714
+ "message": "Please select a file of a supported type"
1715
+ },
1695
1716
  "plus_d43cd4ec": {
1696
1717
  "message": "Plus"
1697
1718
  },
@@ -2241,8 +2262,11 @@ const locale = {
2241
2262
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2242
2263
  "message": "The first heading on a page should be an H2."
2243
2264
  },
2244
- "the_following_content_is_partner_provided_ed1da756": {
2245
- "message": "The following content is partner provided"
2265
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2266
+ "message": "The height of Rich Content Area is decreased."
2267
+ },
2268
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2269
+ "message": "The height of Rich Content Area is increased."
2246
2270
  },
2247
2271
  "the_material_is_in_the_public_domain_279c39a3": {
2248
2272
  "message": "The material is in the public domain"
@@ -2253,9 +2277,6 @@ const locale = {
2253
2277
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2254
2278
  "message": "The material is subject to an exception - e.g. fair dealing, the right to quote, or others under applicable copyright laws"
2255
2279
  },
2256
- "the_preceding_content_is_partner_provided_d753928c": {
2257
- "message": "The preceding content is partner provided"
2258
- },
2259
2280
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2260
2281
  "message": "The pretty html editor is not keyboard accessible. Press Shift O to open the raw html editor."
2261
2282
  },
@@ -2295,6 +2316,9 @@ const locale = {
2295
2316
  "this_image_is_currently_unavailable_25c68857": {
2296
2317
  "message": "This image is currently unavailable"
2297
2318
  },
2319
+ "this_video_may_display_youtube_ads_4d19d590": {
2320
+ "message": "This video may display YouTube ads."
2321
+ },
2298
2322
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2299
2323
  "message": "Though your video will have the correct title in the browser, we failed to update it in the database."
2300
2324
  },
@@ -399,6 +399,9 @@ const locale = {
399
399
  "content_type_2cf90d95": {
400
400
  "message": "Content type"
401
401
  },
402
+ "continue_to_youtube_content_a34f0f85": {
403
+ "message": "Continue to YouTube content"
404
+ },
402
405
  "coproduct_e7838082": {
403
406
  "message": "Coproduct"
404
407
  },
@@ -498,6 +501,9 @@ const locale = {
498
501
  "decrease_indent_d9cf469d": {
499
502
  "message": "Decrease indent"
500
503
  },
504
+ "decrease_rich_content_area_82068f64": {
505
+ "message": "Decrease Rich Content Area"
506
+ },
501
507
  "deep_purple_bb3e2907": {
502
508
  "message": "Deep purple"
503
509
  },
@@ -1080,6 +1086,9 @@ const locale = {
1080
1086
  "increase_indent_6af90f7c": {
1081
1087
  "message": "Increase indent"
1082
1088
  },
1089
+ "increase_rich_content_area_340b775": {
1090
+ "message": "Increase Rich Content Area"
1091
+ },
1083
1092
  "indefinite_integral_6623307e": {
1084
1093
  "message": "Indefinite Integral"
1085
1094
  },
@@ -1122,6 +1131,9 @@ const locale = {
1122
1131
  "intersection_cd4590e4": {
1123
1132
  "message": "Intersection"
1124
1133
  },
1134
+ "invalid_description_991e23bb": {
1135
+ "message": "Invalid description"
1136
+ },
1125
1137
  "invalid_entry_f7d2a0f5": {
1126
1138
  "message": "Invalid entry."
1127
1139
  },
@@ -1689,9 +1701,18 @@ const locale = {
1689
1701
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1690
1702
  "message": "Please allow Canvas to access your microphone and webcam."
1691
1703
  },
1704
+ "please_choose_a_file_c2449cc": {
1705
+ "message": "Please choose a file"
1706
+ },
1692
1707
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1693
1708
  "message": "Please describe what you would like to compose."
1694
1709
  },
1710
+ "please_enter_a_file_name_f159edc1": {
1711
+ "message": "Please enter a file name"
1712
+ },
1713
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1714
+ "message": "Please select a file of a supported type"
1715
+ },
1695
1716
  "plus_d43cd4ec": {
1696
1717
  "message": "Plus"
1697
1718
  },
@@ -2241,8 +2262,11 @@ const locale = {
2241
2262
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2242
2263
  "message": "The first heading on a page should be an H2."
2243
2264
  },
2244
- "the_following_content_is_partner_provided_ed1da756": {
2245
- "message": "The following content is partner provided"
2265
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2266
+ "message": "The height of Rich Content Area is decreased."
2267
+ },
2268
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2269
+ "message": "The height of Rich Content Area is increased."
2246
2270
  },
2247
2271
  "the_material_is_in_the_public_domain_279c39a3": {
2248
2272
  "message": "The material is in the public domain"
@@ -2253,9 +2277,6 @@ const locale = {
2253
2277
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2254
2278
  "message": "The material is subject to an exception - e.g. fair use, the right to quote, or others under applicable copyright laws"
2255
2279
  },
2256
- "the_preceding_content_is_partner_provided_d753928c": {
2257
- "message": "The preceding content is partner provided"
2258
- },
2259
2280
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2260
2281
  "message": "The pretty html editor is not keyboard accessible. Press Shift O to open the raw HTML editor."
2261
2282
  },
@@ -2295,6 +2316,9 @@ const locale = {
2295
2316
  "this_image_is_currently_unavailable_25c68857": {
2296
2317
  "message": "This image is currently unavailable"
2297
2318
  },
2319
+ "this_video_may_display_youtube_ads_4d19d590": {
2320
+ "message": "This video may display YouTube ads."
2321
+ },
2298
2322
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2299
2323
  "message": "Though your video will have the correct title in the browser, we failed to update it in the database."
2300
2324
  },
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "Content type"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "Continue to YouTube content"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "Coproduct"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "Decrease indent"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "Decrease Rich Content Area"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "Deep purple"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "Increase indent"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "Increase Rich Content Area"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "Indefinite Integral"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "Intersection"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "Invalid description"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "Invalid entry."
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "Please allow Canvas to access your microphone and webcam."
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "Please choose a file"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "Please describe what you would like to compose."
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "Please enter a file name"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "Please select a file of a supported type"
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": "The first heading on a page should be an H2."
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "The following content is partner provided"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "The height of Rich Content Area is decreased."
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "The height of Rich Content Area is increased."
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "The material is in the public domain"
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "The material is subject to an exception - e.g. fair use, the right to quote, or others under applicable copyright laws"
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "The preceding content is partner provided"
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "The pretty html editor is not keyboard accessible. Press Shift O to open the raw HTML editor."
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "This image is currently unavailable"
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "This video may display YouTube ads."
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "Though your video will have the correct title in the browser, we failed to update it in the database."
2301
2325
  },
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "Tipo de contenido"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "Continuar al contenido de YouTube"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "Coproducto"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "Reducir sangría"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "Reducir el área de contenido enriquecido"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "Morado oscuro"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "Aumentar sangría"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "Aumentar el área de contenido enriquecido"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "Integral indefinida"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "Intersección"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "Descripción no válida"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "Ingreso no válido."
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "Deje que Canvas acceda a su micrófono y cámara web."
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "Elija un archivo"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "Describa lo que le gustaría componer."
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "Ingrese el nombre del archivo"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "Seleccione un archivo compatible"
1716
+ },
1696
1717
  "plus_d43cd4ec": {
1697
1718
  "message": "Más"
1698
1719
  },
@@ -2242,8 +2263,11 @@ const locale = {
2242
2263
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2243
2264
  "message": "El primer título de una página debe ser un H2."
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "El siguiente contenido está proporcionado por un socio"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "Se redujo la altura del área de contenido enriquecido."
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "Aumentó la altura del área de contenido enriquecido."
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "El material es de dominio público"
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "El material está sujeto a una excepción, como el uso legítimo, el derecho de cita u otros en virtud de las leyes aplicables de derechos de autor."
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "El contenido anterior está proporcionado por un socio"
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "No se puede acceder al editor html agradable desde el teclado. Presione Mayúsc O para abrir el editor HTML sin formato."
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "Esta imagen no está disponible actualmente"
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "Este video puede contener anuncios de YouTube."
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "Aunque su video tendrá el título correcto en el navegador, no pudimos actualizarlo en la base de datos."
2301
2325
  },
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "Tipo de contenido"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "Pasar al contenido de YouTube"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "Coproducto"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "Reducir sangría"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "Disminuir el área de contenido enriquecido"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "Morado oscuro"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "Aumentar sangría"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "Aumentar el área de contenido enriquecido"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "Integral indefinida"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "Intersección"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "La descripción no es válida"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "Entrada incorrecta"
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "Permite que Canvas acceda a tu micrófono y cámara web."
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "Escoge un archivo"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "Describe qué te gustaría componer."
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "Introduce un nombre de archivo"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "Selecciona un archivo de un tipo compatible"
1716
+ },
1696
1717
  "plus_d43cd4ec": {
1697
1718
  "message": "Más"
1698
1719
  },
@@ -2242,8 +2263,11 @@ const locale = {
2242
2263
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2243
2264
  "message": "El primer encabezado de una página debe ser un H2."
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "El siguiente contenido lo proporciona un socio"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "Se reduce la altura del área de contenido enriquecido."
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "Se incrementa la altura del área de contenido enriquecido."
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "El material es de dominio público"
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "El material está sujeto a una excepción, como el uso legítimo, el derecho de cita u otros en virtud de las leyes aplicables de derechos de autor."
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "El contenido anterior está proporcionado por un socio"
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "No se puede acceder al editor html agradable desde el teclado. Pulsa Mayús O para abrir el editor HTML sin formato."
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "Esta imagen no está disponible actualmente"
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "Este vídeo podría mostrar anuncios de YouTube."
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "Aunque tu vídeo tendrá el título correcto en el navegador, no pudimos actualizarlo en la base de datos."
2301
2325
  },
@@ -550,9 +550,6 @@ const locale = {
550
550
  "the_document_preview_is_currently_being_processed__7d9ea135": {
551
551
  "message": "پیش نمایش سند در حال پردازش است. لطفا بعدا دوباره تلاش کنید."
552
552
  },
553
- "the_following_content_is_partner_provided_ed1da756": {
554
- "message": "محتوای زیر توسط شریک فراهم شده است"
555
- },
556
553
  "the_material_is_in_the_public_domain_279c39a3": {
557
554
  "message": "مطلب در دامنه عمومی است"
558
555
  },