@instructure/canvas-rce 7.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 (108) hide show
  1. package/CHANGELOG.md +33 -1
  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/defaultTinymceConfig.d.ts +1 -1
  6. package/es/defaultTinymceConfig.js +149 -114
  7. package/es/enhance-user-content/enhance_user_content.js +7 -1
  8. package/es/enhance-user-content/instructure_helper.js +4 -0
  9. package/es/enhance-user-content/youtube_overlay.d.ts +1 -0
  10. package/es/enhance-user-content/youtube_overlay.js +87 -0
  11. package/es/format-message.d.js +1 -0
  12. package/es/format-message.js +5 -0
  13. package/es/index.d.ts +1 -1
  14. package/es/rce/RCE.d.ts +0 -1
  15. package/es/rce/RCE.js +5 -10
  16. package/es/rce/RCEVariants.d.ts +8 -3
  17. package/es/rce/RCEVariants.js +31 -5
  18. package/es/rce/RCEWrapper.d.ts +3 -3
  19. package/es/rce/RCEWrapper.js +66 -57
  20. package/es/rce/RCEWrapperProps.d.ts +1 -1
  21. package/es/rce/ShowOnFocusButton/index.js +4 -2
  22. package/es/rce/StatusBar.js +61 -15
  23. package/es/rce/alertHandler.js +6 -7
  24. package/es/rce/plugins/instructure-ui-icons/plugin.js +2 -2
  25. package/es/rce/plugins/instructure_equation/EquationEditorModal/index.js +6 -10
  26. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.d.ts +5 -15
  27. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.js +4 -10
  28. package/es/rce/plugins/instructure_image/ImageEmbedOptions.d.ts +7 -0
  29. package/es/rce/plugins/instructure_image/ImageEmbedOptions.js +45 -2
  30. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.d.ts +1 -8
  31. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +13 -33
  32. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.d.ts +1 -2
  33. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.js +2 -1
  34. package/es/rce/plugins/instructure_record/VideoOptionsTray/index.js +10 -7
  35. package/es/rce/plugins/shared/DimensionsInput/index.js +3 -3
  36. package/es/rce/plugins/shared/FixedContentTray.d.ts +7 -23
  37. package/es/rce/plugins/shared/FixedContentTray.js +7 -16
  38. package/es/rce/plugins/shared/ImageCropper/constants.d.ts +1 -1
  39. package/es/rce/plugins/shared/ImageCropper/constants.js +1 -1
  40. package/es/rce/plugins/shared/ImageCropper/controls/CustomNumberInput.js +1 -1
  41. package/es/rce/plugins/shared/PreviewIcon.js +1 -1
  42. package/es/rce/plugins/shared/ai_tools/aiicons.d.ts +3 -3
  43. package/es/rce/plugins/shared/ai_tools/aiicons.js +11 -11
  44. package/es/rce/plugins/tinymce-a11y-checker/components/checker.js +7 -1
  45. package/es/rce/plugins/tinymce-a11y-checker/utils/indicate.d.ts +1 -1
  46. package/es/rce/plugins/tinymce-a11y-checker/utils/indicate.js +1 -1
  47. package/es/rce/style.js +19 -17
  48. package/es/translations/locales/ar.js +29 -5
  49. package/es/translations/locales/ca.js +32 -8
  50. package/es/translations/locales/cy.js +29 -5
  51. package/es/translations/locales/da-x-k12.js +29 -5
  52. package/es/translations/locales/da.js +29 -5
  53. package/es/translations/locales/de.js +29 -5
  54. package/es/translations/locales/en-AU-x-unimelb.js +29 -5
  55. package/es/translations/locales/en-GB-x-ukhe.js +29 -5
  56. package/es/translations/locales/en.js +17 -5
  57. package/es/translations/locales/en_AU.js +29 -5
  58. package/es/translations/locales/en_CA.js +29 -5
  59. package/es/translations/locales/en_CY.js +29 -5
  60. package/es/translations/locales/en_GB.js +29 -5
  61. package/es/translations/locales/es.js +29 -5
  62. package/es/translations/locales/es_ES.js +29 -5
  63. package/es/translations/locales/fa_IR.js +0 -3
  64. package/es/translations/locales/fi.js +29 -5
  65. package/es/translations/locales/fr.js +29 -5
  66. package/es/translations/locales/fr_CA.js +30 -6
  67. package/es/translations/locales/ga.js +46 -22
  68. package/es/translations/locales/hi.js +29 -5
  69. package/es/translations/locales/ht.js +29 -5
  70. package/es/translations/locales/hu.js +0 -6
  71. package/es/translations/locales/id.js +29 -5
  72. package/es/translations/locales/is.js +23 -5
  73. package/es/translations/locales/it.js +29 -5
  74. package/es/translations/locales/ja.js +29 -5
  75. package/es/translations/locales/mi.js +29 -5
  76. package/es/translations/locales/ms.js +29 -5
  77. package/es/translations/locales/nb-x-k12.js +29 -5
  78. package/es/translations/locales/nb.js +29 -5
  79. package/es/translations/locales/nl.js +29 -5
  80. package/es/translations/locales/nn.js +0 -6
  81. package/es/translations/locales/pl.js +29 -5
  82. package/es/translations/locales/pt.js +29 -5
  83. package/es/translations/locales/pt_BR.js +29 -5
  84. package/es/translations/locales/ru.js +29 -5
  85. package/es/translations/locales/sl.js +29 -5
  86. package/es/translations/locales/sv-x-k12.js +29 -5
  87. package/es/translations/locales/sv.js +29 -5
  88. package/es/translations/locales/th.js +29 -5
  89. package/es/translations/locales/uk_UA.js +0 -6
  90. package/es/translations/locales/vi.js +29 -5
  91. package/es/translations/locales/zh-Hans.js +29 -5
  92. package/es/translations/locales/zh-Hant.js +29 -5
  93. package/es/translations/locales/zh.js +29 -5
  94. package/es/translations/locales/zh_HK.js +29 -5
  95. package/es/util/contextHelper.d.ts +7 -0
  96. package/{testcafe/axe.test.js → es/util/contextHelper.js} +10 -21
  97. package/es/util/loadingPlaceholder.js +11 -11
  98. package/eslint.config.js +3 -25
  99. package/jest/jest-setup.js +27 -2
  100. package/jest.config.js +5 -1
  101. package/package.json +61 -84
  102. package/testcafe/RCEWrapper.test.js +0 -319
  103. package/testcafe/StatusBar.test.js +0 -108
  104. package/testcafe/enhanceUserContent.html +0 -58
  105. package/testcafe/enhanceUserContent.test.js +0 -44
  106. package/testcafe/entry.jsx +0 -77
  107. package/testcafe/testcafe.html +0 -14
  108. package/webpack.testcafe.config.js +0 -61
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "Math o Gynnwys"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "Bwrw ymlaen i’r cynnwys YouTube"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "Cyd-gynnyrch"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "Lleihau Mewnoliad"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "Lleihau’r Ardal Cynnwys Cyfoethog"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "Porffor Tywyll"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "Cynyddu Mewnoliad"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "Cynyddu’r Ardal Cynnwys Cyfoethog"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "Integryn Amhendant"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "Croestoriad"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "Disgrifiad annilys"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "Cofnod annilys."
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "Gadewch i Canvas gael mynediad at eich microffon a gwe-gamera."
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "Dewiswch ffeil"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "Disgrifiwch beth yr hoffech chi ei gyfansoddi."
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "Rhowch enw ffeil"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "Dewiswch ffeil o fath sy''n cael ei gefnogi"
1716
+ },
1696
1717
  "plus_d43cd4ec": {
1697
1718
  "message": "Plws"
1698
1719
  },
@@ -2242,8 +2263,11 @@ const locale = {
2242
2263
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2243
2264
  "message": "Dylai’r pennawd cyntaf ar dudalen fod yn H2."
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "Mae’r cynnwys canlynol yn cael ei ddarparu gan bartner"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "Wedi lleihau uchder yr Ardal Cynnwys Cyfoethog"
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "Wedi cynyddu uchder yr Ardal Cynnwys Cyfoethog."
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "Mae’r deunydd yn y parth cyhoeddus"
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "Mae eithriad yn berthnasol i’r deunydd - e.e. defnydd teg, yr hawl i ddyfynnu, neu eraill o dan gyfreithiau hawlfraint perthnasol"
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "Mae’r cynnwys blaenorol yn cael ei ddarparu gan bartner"
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "Dydy’r golygydd html hardd ddim ar gael drwy fysellfwrdd. Pwyswch Shift-O i agor y golygydd html crai."
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "Dydy''r ddelwedd hon ddim ar gael ar hyn o bryd."
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "Gall y fideo hwn ddangos hysbysebion YouTube."
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "Er y bydd gan eich fideo y teitl cywir yn y porwr, nid ydym ni wedi gallu ei ddiweddaru yn y gronfa ddata."
2301
2325
  },
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "Indholdstype"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "Fortsæt til YouTube-indhold"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "Koprodukt"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "Formindsk indrykning"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "Reducer Rich Content-området"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "Dyb lilla"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "Øg indrykning"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "Forøg Rich Content-området"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "Ubestemt integral"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "Fællesmængde"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "Ugyldig beskrivelse"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "Ugyldig indtastning."
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "Lad Canvas få adgang til din mikrofon og webcam."
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "Vælg en fil"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "Beskriv, hvad du gerne vil komponere."
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "Venligst indtast et filnavn"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "Vælg en fil af en understøttet 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": "Den første overskrift på en side skal være H2."
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "Følgende indhold er partnerleveret"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "Højden Rich Content-området er blevet reduceret."
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "Højden på Rich Content-området er blevet øget."
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "Materialer er på det offentlige domæne"
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "Materialet er underlagt en undtagelse - fx fair brug, retten til at citere eller andre i henhold til gældende copyright-love"
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "Foregående indhold er partnerleveret"
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "Det pæne html-redigeringsværktøj er ikke tilgængeligt på tastaturet. Tryk på Shift-O for at åbne det rå html-redigeringsværktøj."
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "Dette billede er for øjeblikket ikke tilgængeligt"
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "Denne video kan vise YouTube-annoncer."
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "Selvom din video har den rigtige titel i browseren, kunne vi ikke opdatere den i databasen."
2301
2325
  },
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "Indholdstype"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "Fortsæt til YouTube-indhold"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "Koprodukt"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "Formindsk indrykning"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "Reducer Rich Content-området"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "Dyb lilla"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "Øg indrykning"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "Forøg Rich Content-området"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "Ubestemt integral"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "Fællesmængde"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "Ugyldig beskrivelse"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "Ugyldig indtastning."
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "Lad Canvas få adgang til din mikrofon og webcam."
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "Vælg en fil"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "Beskriv, hvad du gerne vil komponere."
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "Venligst indtast et filnavn"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "Vælg en fil af en understøttet 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": "Den første overskrift på en side skal være H2."
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "Følgende indhold er partnerleveret"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "Højden Rich Content-området er blevet reduceret."
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "Højden på Rich Content-området er blevet øget."
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "Materialer er på det offentlige domæne"
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "Materialet er underlagt en undtagelse - fx fair brug, retten til at citere eller andre i henhold til gældende copyright-love"
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "Foregående indhold er partnerleveret"
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "Det pæne html-redigeringsværktøj er ikke tilgængeligt på tastaturet. Tryk på Shift-O for at åbne det rå html-redigeringsværktøj."
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "Dette billede er for øjeblikket ikke tilgængeligt"
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "Denne video kan vise YouTube-annoncer."
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "Selvom din video har den rigtige titel i browseren, kunne vi ikke opdatere den i databasen."
2301
2325
  },
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "Inhalt-Typ"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "Weiter zu YouTube-Inhalt"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "Koprodukt"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "Einzug verkleinern"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "Rich-Content-Bereich verkleinern"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "Dunkelviolett"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "Einzug vergrößern"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "Rich-Content-Bereich vergrößern"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "Unbestimmtes Integral"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "Schnittfläche"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "Ungültige Beschreibung"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "Ungültiger Eintrag."
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "Bitte erlauben Sie Canvas, auf Ihr Mikrofon und Ihre Webcam zuzugreifen."
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "Bitte wählen Sie eine Datei"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "Bitte beschreiben Sie, was Sie erstellen möchten."
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "Bitte geben Sie einen Dateinamen ein"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "Bitte wählen Sie eine Datei mit einem unterstützten Typ"
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": "Die erste Überschrift auf einer Seite sollte eine H2-Überschrift sein."
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "Der folgende Inhalt stammt von einem Partner."
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "Die Höhe des Rich-Content-Bereichs wurde verringert."
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "Die Höhe des Rich-Content-Bereichs wurde vergrößert."
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "Das Material ist gemeinfrei."
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "Das Material unterliegt einer Ausnahme – z. B. Fair Use, das Recht zum Zitieren oder anderen nach geltendem Urheberrecht."
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "Der vorhergehende Inhalt stammt von einem Partner."
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "Der Pretty HTML-Editor ist nicht über die Tastatur zugänglich. Shift-O, um den Editor für reines HTML zu öffnen."
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "Dieses Bild ist momentan nicht verfügbar."
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "Dieses Video kann YouTube-Anzeigen enthalten."
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "Obwohl Ihr Video im Browser den korrekten Titel hat, konnten wir ihn in der Datenbank nicht aktualisieren."
2301
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
  },
@@ -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
  },
@@ -2254,8 +2263,11 @@ const locale = {
2254
2263
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2255
2264
  "message": "The first heading on a page should be an H2."
2256
2265
  },
2257
- "the_following_content_is_partner_provided_ed1da756": {
2258
- "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."
2259
2271
  },
2260
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2261
2273
  "message": "The material is in the public domain"
@@ -2266,9 +2278,6 @@ const locale = {
2266
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2267
2279
  "message": "The material is subject to an exception - e.g. fair use, the right to quote, or others under applicable copyright laws"
2268
2280
  },
2269
- "the_preceding_content_is_partner_provided_d753928c": {
2270
- "message": "The preceding content is partner provided"
2271
- },
2272
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2273
2282
  "message": "The pretty html editor is not keyboard accessible. Press Shift O to open the raw html editor."
2274
2283
  },
@@ -2308,6 +2317,9 @@ const locale = {
2308
2317
  "this_image_is_currently_unavailable_25c68857": {
2309
2318
  "message": "This image is currently unavailable"
2310
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "This video may display YouTube ads."
2322
+ },
2311
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2312
2324
  "message": "Though your video will have the correct title in the browser, we failed to update it in the database."
2313
2325
  },