@instructure/canvas-rce 7.0.0 → 7.3.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.
- package/CHANGELOG.md +60 -1
- package/__tests__/common/indicate.test.js +5 -6
- package/es/bridge/Bridge.js +2 -4
- package/es/canvasFileBrowser/FileBrowser.js +2 -4
- package/es/defaultTinymceConfig.d.ts +1 -1
- package/es/defaultTinymceConfig.js +149 -114
- package/es/enhance-user-content/doc_previews.js +1 -14
- package/es/enhance-user-content/enhance_user_content.js +7 -1
- package/es/enhance-user-content/instructure_helper.js +4 -0
- package/es/enhance-user-content/youtube_overlay.d.ts +1 -0
- package/es/enhance-user-content/youtube_overlay.js +87 -0
- package/es/format-message.d.js +1 -0
- package/es/format-message.js +5 -0
- package/es/index.d.ts +2 -1
- package/es/index.js +2 -1
- package/es/rce/AlertMessageArea.d.ts +2 -2
- package/es/rce/AlertMessageArea.js +4 -6
- package/es/rce/RCE.d.ts +0 -1
- package/es/rce/RCE.js +5 -10
- package/es/rce/RCEGlobals.d.ts +2 -0
- package/es/rce/RCEGlobals.js +1 -0
- package/es/rce/RCEVariants.d.ts +8 -3
- package/es/rce/RCEVariants.js +31 -5
- package/es/rce/RCEWrapper.d.ts +16 -14
- package/es/rce/RCEWrapper.js +260 -244
- package/es/rce/RCEWrapperProps.d.ts +1 -1
- package/es/rce/ShowOnFocusButton/index.js +4 -2
- package/es/rce/StatusBar.js +61 -15
- package/es/rce/alertHandler.js +6 -7
- package/es/rce/plugins/instructure-ui-icons/plugin.js +2 -2
- package/es/rce/plugins/instructure_equation/EquationEditorModal/index.js +6 -10
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.d.ts +5 -15
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.js +4 -10
- package/es/rce/plugins/instructure_image/ImageEmbedOptions.d.ts +7 -0
- package/es/rce/plugins/instructure_image/ImageEmbedOptions.js +45 -2
- package/es/rce/plugins/instructure_keyboard_shortcuts_header/clickCallback.d.ts +2 -0
- package/es/rce/plugins/instructure_keyboard_shortcuts_header/clickCallback.js +45 -0
- package/es/rce/plugins/instructure_keyboard_shortcuts_header/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_keyboard_shortcuts_header/plugin.js +43 -0
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.d.ts +1 -8
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +13 -33
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.d.ts +1 -2
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.js +2 -1
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionDialog.d.ts +1 -1
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionDialog.js +25 -25
- package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.d.ts +1 -1
- package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +2 -1
- package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.d.ts +1 -1
- package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -1
- package/es/rce/plugins/instructure_record/VideoOptionsTray/index.js +10 -7
- package/es/rce/plugins/instructure_record/mediaTranslations.js +1 -1
- package/es/rce/plugins/instructure_studio_media_options/plugin.js +109 -14
- package/es/rce/plugins/instructure_studio_media_options/studioToolbarIcons.d.ts +5 -0
- package/es/rce/plugins/instructure_studio_media_options/studioToolbarIcons.js +23 -0
- package/es/rce/plugins/instructure_wordcount_header/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_wordcount_header/plugin.js +75 -0
- package/es/rce/plugins/shared/ContentSelection.d.ts +1 -2
- package/es/rce/plugins/shared/ContentSelection.js +1 -18
- package/es/rce/plugins/shared/DimensionsInput/index.js +3 -3
- package/es/rce/plugins/shared/FixedContentTray.d.ts +7 -23
- package/es/rce/plugins/shared/FixedContentTray.js +7 -16
- package/es/rce/plugins/shared/ImageCropper/constants.d.ts +1 -1
- package/es/rce/plugins/shared/ImageCropper/constants.js +1 -1
- package/es/rce/plugins/shared/ImageCropper/controls/CustomNumberInput.js +1 -1
- package/es/rce/plugins/shared/PreviewIcon.js +1 -1
- package/es/rce/plugins/shared/StudioLtiSupportUtils.d.ts +9 -1
- package/es/rce/plugins/shared/StudioLtiSupportUtils.js +94 -1
- package/es/rce/plugins/shared/Upload/ComputerPanel.js +1 -1
- package/es/rce/plugins/shared/Upload/UploadFileModal.js +37 -4
- package/es/rce/plugins/shared/Upload/VideoUrlPanel.d.ts +15 -0
- package/es/rce/plugins/shared/Upload/VideoUrlPanel.js +51 -0
- package/es/rce/plugins/shared/Upload/videoValidationUtils.d.ts +7 -0
- package/es/rce/plugins/shared/Upload/videoValidationUtils.js +58 -0
- package/es/rce/plugins/shared/ai_tools/aiicons.d.ts +3 -3
- package/es/rce/plugins/shared/ai_tools/aiicons.js +11 -11
- package/es/rce/plugins/shared/iframeUtils.d.ts +1 -0
- package/es/rce/plugins/shared/iframeUtils.js +37 -0
- package/es/rce/plugins/tinymce-a11y-checker/components/checker.js +7 -1
- package/es/rce/plugins/tinymce-a11y-checker/utils/indicate.d.ts +1 -1
- package/es/rce/plugins/tinymce-a11y-checker/utils/indicate.js +1 -1
- package/es/rce/style.js +19 -17
- package/es/rce/tinyRCE.js +2 -0
- package/es/sidebar/actions/upload.d.ts +1 -0
- package/es/sidebar/actions/upload.js +56 -0
- package/es/sidebar/containers/sidebarHandlers.d.ts +1 -0
- package/es/sidebar/containers/sidebarHandlers.js +2 -1
- package/es/translations/locales/ar.js +44 -11
- package/es/translations/locales/ca.js +47 -14
- package/es/translations/locales/cy.js +44 -11
- package/es/translations/locales/da-x-k12.js +44 -11
- package/es/translations/locales/da.js +44 -11
- package/es/translations/locales/de.js +44 -11
- package/es/translations/locales/el.js +6 -0
- package/es/translations/locales/en-AU-x-unimelb.js +44 -11
- package/es/translations/locales/en-GB-x-ukhe.js +44 -11
- package/es/translations/locales/en.js +47 -11
- package/es/translations/locales/en_AU.js +44 -11
- package/es/translations/locales/en_CA.js +44 -11
- package/es/translations/locales/en_CY.js +44 -11
- package/es/translations/locales/en_GB.js +44 -11
- package/es/translations/locales/es.js +44 -11
- package/es/translations/locales/es_ES.js +44 -11
- package/es/translations/locales/fa_IR.js +6 -6
- package/es/translations/locales/fi.js +44 -11
- package/es/translations/locales/fr.js +44 -11
- package/es/translations/locales/fr_CA.js +49 -16
- package/es/translations/locales/ga.js +61 -28
- package/es/translations/locales/he.js +6 -0
- package/es/translations/locales/hi.js +44 -11
- package/es/translations/locales/ht.js +44 -11
- package/es/translations/locales/hu.js +6 -12
- package/es/translations/locales/hy.js +6 -0
- package/es/translations/locales/id.js +44 -11
- package/es/translations/locales/is.js +44 -11
- package/es/translations/locales/it.js +44 -11
- package/es/translations/locales/ja.js +44 -11
- package/es/translations/locales/ko.js +6 -0
- package/es/translations/locales/mi.js +44 -11
- package/es/translations/locales/ms.js +44 -11
- package/es/translations/locales/nb-x-k12.js +44 -11
- package/es/translations/locales/nb.js +44 -11
- package/es/translations/locales/nl.js +44 -11
- package/es/translations/locales/nn.js +6 -12
- package/es/translations/locales/pl.js +44 -11
- package/es/translations/locales/pt.js +44 -11
- package/es/translations/locales/pt_BR.js +44 -11
- package/es/translations/locales/ru.js +44 -11
- package/es/translations/locales/sl.js +44 -11
- package/es/translations/locales/sv-x-k12.js +44 -11
- package/es/translations/locales/sv.js +44 -11
- package/es/translations/locales/th.js +44 -11
- package/es/translations/locales/tr.js +6 -3
- package/es/translations/locales/uk_UA.js +6 -9
- package/es/translations/locales/vi.js +44 -11
- package/es/translations/locales/zh-Hans.js +44 -11
- package/es/translations/locales/zh-Hant.js +44 -11
- package/es/translations/locales/zh.js +44 -11
- package/es/translations/locales/zh_HK.js +44 -11
- package/es/util/contextHelper.d.ts +7 -0
- package/{testcafe/axe.test.js → es/util/contextHelper.js} +10 -21
- package/es/util/loadingPlaceholder.js +11 -11
- package/eslint.config.js +3 -25
- package/jest/jest-setup.js +27 -2
- package/jest.config.js +5 -1
- package/package.json +61 -84
- package/testcafe/RCEWrapper.test.js +0 -319
- package/testcafe/StatusBar.test.js +0 -108
- package/testcafe/enhanceUserContent.html +0 -58
- package/testcafe/enhanceUserContent.test.js +0 -44
- package/testcafe/entry.jsx +0 -77
- package/testcafe/testcafe.html +0 -14
- package/webpack.testcafe.config.js +0 -61
|
@@ -300,12 +300,6 @@ const locale = {
|
|
|
300
300
|
"clear_image_3213fe62": {
|
|
301
301
|
"message": "Clear image"
|
|
302
302
|
},
|
|
303
|
-
"clear_selected_file_82388e50": {
|
|
304
|
-
"message": "Clear selected file"
|
|
305
|
-
},
|
|
306
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
307
|
-
"message": "Clear selected file: { filename }"
|
|
308
|
-
},
|
|
309
303
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
310
304
|
"message": "Click or shift-click for the html editor."
|
|
311
305
|
},
|
|
@@ -399,6 +393,9 @@ const locale = {
|
|
|
399
393
|
"content_type_2cf90d95": {
|
|
400
394
|
"message": "Content Type"
|
|
401
395
|
},
|
|
396
|
+
"continue_to_youtube_content_a34f0f85": {
|
|
397
|
+
"message": "Continue to YouTube content"
|
|
398
|
+
},
|
|
402
399
|
"coproduct_e7838082": {
|
|
403
400
|
"message": "Coproduct"
|
|
404
401
|
},
|
|
@@ -498,6 +495,9 @@ const locale = {
|
|
|
498
495
|
"decrease_indent_d9cf469d": {
|
|
499
496
|
"message": "Decrease Indent"
|
|
500
497
|
},
|
|
498
|
+
"decrease_rich_content_area_82068f64": {
|
|
499
|
+
"message": "Decrease Rich Content Area"
|
|
500
|
+
},
|
|
501
501
|
"deep_purple_bb3e2907": {
|
|
502
502
|
"message": "Deep Purple"
|
|
503
503
|
},
|
|
@@ -1080,6 +1080,9 @@ const locale = {
|
|
|
1080
1080
|
"increase_indent_6af90f7c": {
|
|
1081
1081
|
"message": "Increase Indent"
|
|
1082
1082
|
},
|
|
1083
|
+
"increase_rich_content_area_340b775": {
|
|
1084
|
+
"message": "Increase Rich Content Area"
|
|
1085
|
+
},
|
|
1083
1086
|
"indefinite_integral_6623307e": {
|
|
1084
1087
|
"message": "Indefinite Integral"
|
|
1085
1088
|
},
|
|
@@ -1122,6 +1125,9 @@ const locale = {
|
|
|
1122
1125
|
"intersection_cd4590e4": {
|
|
1123
1126
|
"message": "Intersection"
|
|
1124
1127
|
},
|
|
1128
|
+
"invalid_description_991e23bb": {
|
|
1129
|
+
"message": "Invalid description"
|
|
1130
|
+
},
|
|
1125
1131
|
"invalid_entry_f7d2a0f5": {
|
|
1126
1132
|
"message": "Invalid entry."
|
|
1127
1133
|
},
|
|
@@ -1689,9 +1695,21 @@ const locale = {
|
|
|
1689
1695
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1690
1696
|
"message": "Please allow Canvas to access your microphone and webcam."
|
|
1691
1697
|
},
|
|
1698
|
+
"please_choose_a_file_c2449cc": {
|
|
1699
|
+
"message": "Please choose a file"
|
|
1700
|
+
},
|
|
1692
1701
|
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1693
1702
|
"message": "Please decribe what you would like to compose."
|
|
1694
1703
|
},
|
|
1704
|
+
"please_enter_a_file_name_f159edc1": {
|
|
1705
|
+
"message": "Please enter a file name"
|
|
1706
|
+
},
|
|
1707
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1708
|
+
"message": "Please enter a valid video URL from a supported platform."
|
|
1709
|
+
},
|
|
1710
|
+
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1711
|
+
"message": "Please select a file of a supported type"
|
|
1712
|
+
},
|
|
1695
1713
|
"plus_d43cd4ec": {
|
|
1696
1714
|
"message": "Plus"
|
|
1697
1715
|
},
|
|
@@ -1806,6 +1824,12 @@ const locale = {
|
|
|
1806
1824
|
"religion_icon_246e0be1": {
|
|
1807
1825
|
"message": "Religion Icon"
|
|
1808
1826
|
},
|
|
1827
|
+
"remove_f47dc62a": {
|
|
1828
|
+
"message": "Remove"
|
|
1829
|
+
},
|
|
1830
|
+
"remove_filename_3ea029f6": {
|
|
1831
|
+
"message": "Remove { filename }"
|
|
1832
|
+
},
|
|
1809
1833
|
"remove_heading_style_5fdc8855": {
|
|
1810
1834
|
"message": "Remove heading style"
|
|
1811
1835
|
},
|
|
@@ -2241,8 +2265,11 @@ const locale = {
|
|
|
2241
2265
|
"the_first_heading_on_a_page_should_be_an_h2_859089f2": {
|
|
2242
2266
|
"message": "The first heading on a page should be an H2."
|
|
2243
2267
|
},
|
|
2244
|
-
"
|
|
2245
|
-
"message": "The
|
|
2268
|
+
"the_height_of_rich_content_area_is_decreased_36920e0": {
|
|
2269
|
+
"message": "The height of Rich Content Area is decreased."
|
|
2270
|
+
},
|
|
2271
|
+
"the_height_of_rich_content_area_is_increased_74c2358d": {
|
|
2272
|
+
"message": "The height of Rich Content Area is increased."
|
|
2246
2273
|
},
|
|
2247
2274
|
"the_material_is_in_the_public_domain_279c39a3": {
|
|
2248
2275
|
"message": "The material is in the public domain"
|
|
@@ -2253,9 +2280,6 @@ const locale = {
|
|
|
2253
2280
|
"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
|
|
2254
2281
|
"message": "The material is subject to an exception - e.g. fair dealing, the right to quote, or others under applicable copyright laws"
|
|
2255
2282
|
},
|
|
2256
|
-
"the_preceding_content_is_partner_provided_d753928c": {
|
|
2257
|
-
"message": "The preceding content is partner provided"
|
|
2258
|
-
},
|
|
2259
2283
|
"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
|
|
2260
2284
|
"message": "The pretty html editor is not keyboard accessible. Press Shift O to open the raw html editor."
|
|
2261
2285
|
},
|
|
@@ -2295,6 +2319,9 @@ const locale = {
|
|
|
2295
2319
|
"this_image_is_currently_unavailable_25c68857": {
|
|
2296
2320
|
"message": "This image is currently unavailable"
|
|
2297
2321
|
},
|
|
2322
|
+
"this_video_may_display_youtube_ads_4d19d590": {
|
|
2323
|
+
"message": "This video may display YouTube ads."
|
|
2324
|
+
},
|
|
2298
2325
|
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2299
2326
|
"message": "Though your video will have the correct title in the browser, we failed to update it in the database."
|
|
2300
2327
|
},
|
|
@@ -2517,6 +2544,9 @@ const locale = {
|
|
|
2517
2544
|
"video_player_for_title_ffd9fbc4": {
|
|
2518
2545
|
"message": "Video player for { title }"
|
|
2519
2546
|
},
|
|
2547
|
+
"video_url_889d3263": {
|
|
2548
|
+
"message": "Video URL"
|
|
2549
|
+
},
|
|
2520
2550
|
"view_all_e13bf0a6": {
|
|
2521
2551
|
"message": "View All"
|
|
2522
2552
|
},
|
|
@@ -2631,6 +2661,9 @@ const locale = {
|
|
|
2631
2661
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2632
2662
|
"message": "Your webcam may already be in use."
|
|
2633
2663
|
},
|
|
2664
|
+
"youtube_embed_url_5c1018d4": {
|
|
2665
|
+
"message": "YouTube embed URL"
|
|
2666
|
+
},
|
|
2634
2667
|
"zeta_5ef24f0e": {
|
|
2635
2668
|
"message": "Zeta"
|
|
2636
2669
|
},
|
|
@@ -300,12 +300,6 @@ const locale = {
|
|
|
300
300
|
"clear_image_3213fe62": {
|
|
301
301
|
"message": "Clear image"
|
|
302
302
|
},
|
|
303
|
-
"clear_selected_file_82388e50": {
|
|
304
|
-
"message": "Clear selected file"
|
|
305
|
-
},
|
|
306
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
307
|
-
"message": "Clear selected file: { filename }"
|
|
308
|
-
},
|
|
309
303
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
310
304
|
"message": "Click or shift-click for the html editor."
|
|
311
305
|
},
|
|
@@ -399,6 +393,9 @@ const locale = {
|
|
|
399
393
|
"content_type_2cf90d95": {
|
|
400
394
|
"message": "Content type"
|
|
401
395
|
},
|
|
396
|
+
"continue_to_youtube_content_a34f0f85": {
|
|
397
|
+
"message": "Continue to YouTube content"
|
|
398
|
+
},
|
|
402
399
|
"coproduct_e7838082": {
|
|
403
400
|
"message": "Coproduct"
|
|
404
401
|
},
|
|
@@ -498,6 +495,9 @@ const locale = {
|
|
|
498
495
|
"decrease_indent_d9cf469d": {
|
|
499
496
|
"message": "Decrease indent"
|
|
500
497
|
},
|
|
498
|
+
"decrease_rich_content_area_82068f64": {
|
|
499
|
+
"message": "Decrease Rich Content Area"
|
|
500
|
+
},
|
|
501
501
|
"deep_purple_bb3e2907": {
|
|
502
502
|
"message": "Deep purple"
|
|
503
503
|
},
|
|
@@ -1080,6 +1080,9 @@ const locale = {
|
|
|
1080
1080
|
"increase_indent_6af90f7c": {
|
|
1081
1081
|
"message": "Increase indent"
|
|
1082
1082
|
},
|
|
1083
|
+
"increase_rich_content_area_340b775": {
|
|
1084
|
+
"message": "Increase Rich Content Area"
|
|
1085
|
+
},
|
|
1083
1086
|
"indefinite_integral_6623307e": {
|
|
1084
1087
|
"message": "Indefinite Integral"
|
|
1085
1088
|
},
|
|
@@ -1122,6 +1125,9 @@ const locale = {
|
|
|
1122
1125
|
"intersection_cd4590e4": {
|
|
1123
1126
|
"message": "Intersection"
|
|
1124
1127
|
},
|
|
1128
|
+
"invalid_description_991e23bb": {
|
|
1129
|
+
"message": "Invalid description"
|
|
1130
|
+
},
|
|
1125
1131
|
"invalid_entry_f7d2a0f5": {
|
|
1126
1132
|
"message": "Invalid entry."
|
|
1127
1133
|
},
|
|
@@ -1689,9 +1695,21 @@ const locale = {
|
|
|
1689
1695
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1690
1696
|
"message": "Please allow Canvas to access your microphone and webcam."
|
|
1691
1697
|
},
|
|
1698
|
+
"please_choose_a_file_c2449cc": {
|
|
1699
|
+
"message": "Please choose a file"
|
|
1700
|
+
},
|
|
1692
1701
|
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1693
1702
|
"message": "Please describe what you would like to compose."
|
|
1694
1703
|
},
|
|
1704
|
+
"please_enter_a_file_name_f159edc1": {
|
|
1705
|
+
"message": "Please enter a file name"
|
|
1706
|
+
},
|
|
1707
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1708
|
+
"message": "Please enter a valid video URL from a supported platform."
|
|
1709
|
+
},
|
|
1710
|
+
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1711
|
+
"message": "Please select a file of a supported type"
|
|
1712
|
+
},
|
|
1695
1713
|
"plus_d43cd4ec": {
|
|
1696
1714
|
"message": "Plus"
|
|
1697
1715
|
},
|
|
@@ -1806,6 +1824,12 @@ const locale = {
|
|
|
1806
1824
|
"religion_icon_246e0be1": {
|
|
1807
1825
|
"message": "Religion Icon"
|
|
1808
1826
|
},
|
|
1827
|
+
"remove_f47dc62a": {
|
|
1828
|
+
"message": "Remove"
|
|
1829
|
+
},
|
|
1830
|
+
"remove_filename_3ea029f6": {
|
|
1831
|
+
"message": "Remove { filename }"
|
|
1832
|
+
},
|
|
1809
1833
|
"remove_heading_style_5fdc8855": {
|
|
1810
1834
|
"message": "Remove heading style"
|
|
1811
1835
|
},
|
|
@@ -2241,8 +2265,11 @@ const locale = {
|
|
|
2241
2265
|
"the_first_heading_on_a_page_should_be_an_h2_859089f2": {
|
|
2242
2266
|
"message": "The first heading on a page should be an H2."
|
|
2243
2267
|
},
|
|
2244
|
-
"
|
|
2245
|
-
"message": "The
|
|
2268
|
+
"the_height_of_rich_content_area_is_decreased_36920e0": {
|
|
2269
|
+
"message": "The height of Rich Content Area is decreased."
|
|
2270
|
+
},
|
|
2271
|
+
"the_height_of_rich_content_area_is_increased_74c2358d": {
|
|
2272
|
+
"message": "The height of Rich Content Area is increased."
|
|
2246
2273
|
},
|
|
2247
2274
|
"the_material_is_in_the_public_domain_279c39a3": {
|
|
2248
2275
|
"message": "The material is in the public domain"
|
|
@@ -2253,9 +2280,6 @@ const locale = {
|
|
|
2253
2280
|
"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
|
|
2254
2281
|
"message": "The material is subject to an exception - e.g. fair use, the right to quote, or others under applicable copyright laws"
|
|
2255
2282
|
},
|
|
2256
|
-
"the_preceding_content_is_partner_provided_d753928c": {
|
|
2257
|
-
"message": "The preceding content is partner provided"
|
|
2258
|
-
},
|
|
2259
2283
|
"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
|
|
2260
2284
|
"message": "The pretty html editor is not keyboard accessible. Press Shift O to open the raw HTML editor."
|
|
2261
2285
|
},
|
|
@@ -2295,6 +2319,9 @@ const locale = {
|
|
|
2295
2319
|
"this_image_is_currently_unavailable_25c68857": {
|
|
2296
2320
|
"message": "This image is currently unavailable"
|
|
2297
2321
|
},
|
|
2322
|
+
"this_video_may_display_youtube_ads_4d19d590": {
|
|
2323
|
+
"message": "This video may display YouTube ads."
|
|
2324
|
+
},
|
|
2298
2325
|
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2299
2326
|
"message": "Though your video will have the correct title in the browser, we failed to update it in the database."
|
|
2300
2327
|
},
|
|
@@ -2517,6 +2544,9 @@ const locale = {
|
|
|
2517
2544
|
"video_player_for_title_ffd9fbc4": {
|
|
2518
2545
|
"message": "Video player for { title }"
|
|
2519
2546
|
},
|
|
2547
|
+
"video_url_889d3263": {
|
|
2548
|
+
"message": "Video URL"
|
|
2549
|
+
},
|
|
2520
2550
|
"view_all_e13bf0a6": {
|
|
2521
2551
|
"message": "View All"
|
|
2522
2552
|
},
|
|
@@ -2631,6 +2661,9 @@ const locale = {
|
|
|
2631
2661
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2632
2662
|
"message": "Your webcam may already be in use."
|
|
2633
2663
|
},
|
|
2664
|
+
"youtube_embed_url_5c1018d4": {
|
|
2665
|
+
"message": "YouTube embed URL"
|
|
2666
|
+
},
|
|
2634
2667
|
"zeta_5ef24f0e": {
|
|
2635
2668
|
"message": "Zeta"
|
|
2636
2669
|
},
|
|
@@ -301,12 +301,6 @@ const locale = {
|
|
|
301
301
|
"clear_image_3213fe62": {
|
|
302
302
|
"message": "Clear image"
|
|
303
303
|
},
|
|
304
|
-
"clear_selected_file_82388e50": {
|
|
305
|
-
"message": "Clear selected file"
|
|
306
|
-
},
|
|
307
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
308
|
-
"message": "Clear selected file: { filename }"
|
|
309
|
-
},
|
|
310
304
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
311
305
|
"message": "Click or shift-click for the html editor."
|
|
312
306
|
},
|
|
@@ -400,6 +394,9 @@ const locale = {
|
|
|
400
394
|
"content_type_2cf90d95": {
|
|
401
395
|
"message": "Content type"
|
|
402
396
|
},
|
|
397
|
+
"continue_to_youtube_content_a34f0f85": {
|
|
398
|
+
"message": "Continue to YouTube content"
|
|
399
|
+
},
|
|
403
400
|
"coproduct_e7838082": {
|
|
404
401
|
"message": "Coproduct"
|
|
405
402
|
},
|
|
@@ -499,6 +496,9 @@ const locale = {
|
|
|
499
496
|
"decrease_indent_d9cf469d": {
|
|
500
497
|
"message": "Decrease indent"
|
|
501
498
|
},
|
|
499
|
+
"decrease_rich_content_area_82068f64": {
|
|
500
|
+
"message": "Decrease Rich Content Area"
|
|
501
|
+
},
|
|
502
502
|
"deep_purple_bb3e2907": {
|
|
503
503
|
"message": "Deep purple"
|
|
504
504
|
},
|
|
@@ -1081,6 +1081,9 @@ const locale = {
|
|
|
1081
1081
|
"increase_indent_6af90f7c": {
|
|
1082
1082
|
"message": "Increase indent"
|
|
1083
1083
|
},
|
|
1084
|
+
"increase_rich_content_area_340b775": {
|
|
1085
|
+
"message": "Increase Rich Content Area"
|
|
1086
|
+
},
|
|
1084
1087
|
"indefinite_integral_6623307e": {
|
|
1085
1088
|
"message": "Indefinite Integral"
|
|
1086
1089
|
},
|
|
@@ -1123,6 +1126,9 @@ const locale = {
|
|
|
1123
1126
|
"intersection_cd4590e4": {
|
|
1124
1127
|
"message": "Intersection"
|
|
1125
1128
|
},
|
|
1129
|
+
"invalid_description_991e23bb": {
|
|
1130
|
+
"message": "Invalid description"
|
|
1131
|
+
},
|
|
1126
1132
|
"invalid_entry_f7d2a0f5": {
|
|
1127
1133
|
"message": "Invalid entry."
|
|
1128
1134
|
},
|
|
@@ -1690,9 +1696,21 @@ const locale = {
|
|
|
1690
1696
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1691
1697
|
"message": "Please allow Canvas to access your microphone and webcam."
|
|
1692
1698
|
},
|
|
1699
|
+
"please_choose_a_file_c2449cc": {
|
|
1700
|
+
"message": "Please choose a file"
|
|
1701
|
+
},
|
|
1693
1702
|
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1694
1703
|
"message": "Please describe what you would like to compose."
|
|
1695
1704
|
},
|
|
1705
|
+
"please_enter_a_file_name_f159edc1": {
|
|
1706
|
+
"message": "Please enter a file name"
|
|
1707
|
+
},
|
|
1708
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1709
|
+
"message": "Please enter a valid video URL from a supported platform."
|
|
1710
|
+
},
|
|
1711
|
+
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1712
|
+
"message": "Please select a file of a supported type"
|
|
1713
|
+
},
|
|
1696
1714
|
"plus_d43cd4ec": {
|
|
1697
1715
|
"message": "Plus"
|
|
1698
1716
|
},
|
|
@@ -1807,6 +1825,12 @@ const locale = {
|
|
|
1807
1825
|
"religion_icon_246e0be1": {
|
|
1808
1826
|
"message": "Religion Icon"
|
|
1809
1827
|
},
|
|
1828
|
+
"remove_f47dc62a": {
|
|
1829
|
+
"message": "Remove"
|
|
1830
|
+
},
|
|
1831
|
+
"remove_filename_3ea029f6": {
|
|
1832
|
+
"message": "Remove { filename }"
|
|
1833
|
+
},
|
|
1810
1834
|
"remove_heading_style_5fdc8855": {
|
|
1811
1835
|
"message": "Remove heading style"
|
|
1812
1836
|
},
|
|
@@ -2242,8 +2266,11 @@ const locale = {
|
|
|
2242
2266
|
"the_first_heading_on_a_page_should_be_an_h2_859089f2": {
|
|
2243
2267
|
"message": "The first heading on a page should be an H2."
|
|
2244
2268
|
},
|
|
2245
|
-
"
|
|
2246
|
-
"message": "The
|
|
2269
|
+
"the_height_of_rich_content_area_is_decreased_36920e0": {
|
|
2270
|
+
"message": "The height of Rich Content Area is decreased."
|
|
2271
|
+
},
|
|
2272
|
+
"the_height_of_rich_content_area_is_increased_74c2358d": {
|
|
2273
|
+
"message": "The height of Rich Content Area is increased."
|
|
2247
2274
|
},
|
|
2248
2275
|
"the_material_is_in_the_public_domain_279c39a3": {
|
|
2249
2276
|
"message": "The material is in the public domain"
|
|
@@ -2254,9 +2281,6 @@ const locale = {
|
|
|
2254
2281
|
"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
|
|
2255
2282
|
"message": "The material is subject to an exception - e.g. fair use, the right to quote, or others under applicable copyright laws"
|
|
2256
2283
|
},
|
|
2257
|
-
"the_preceding_content_is_partner_provided_d753928c": {
|
|
2258
|
-
"message": "The preceding content is partner provided"
|
|
2259
|
-
},
|
|
2260
2284
|
"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
|
|
2261
2285
|
"message": "The pretty html editor is not keyboard accessible. Press Shift O to open the raw HTML editor."
|
|
2262
2286
|
},
|
|
@@ -2296,6 +2320,9 @@ const locale = {
|
|
|
2296
2320
|
"this_image_is_currently_unavailable_25c68857": {
|
|
2297
2321
|
"message": "This image is currently unavailable"
|
|
2298
2322
|
},
|
|
2323
|
+
"this_video_may_display_youtube_ads_4d19d590": {
|
|
2324
|
+
"message": "This video may display YouTube ads."
|
|
2325
|
+
},
|
|
2299
2326
|
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2300
2327
|
"message": "Though your video will have the correct title in the browser, we failed to update it in the database."
|
|
2301
2328
|
},
|
|
@@ -2518,6 +2545,9 @@ const locale = {
|
|
|
2518
2545
|
"video_player_for_title_ffd9fbc4": {
|
|
2519
2546
|
"message": "Video player for { title }"
|
|
2520
2547
|
},
|
|
2548
|
+
"video_url_889d3263": {
|
|
2549
|
+
"message": "Video URL"
|
|
2550
|
+
},
|
|
2521
2551
|
"view_all_e13bf0a6": {
|
|
2522
2552
|
"message": "View All"
|
|
2523
2553
|
},
|
|
@@ -2632,6 +2662,9 @@ const locale = {
|
|
|
2632
2662
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2633
2663
|
"message": "Your webcam may already be in use."
|
|
2634
2664
|
},
|
|
2665
|
+
"youtube_embed_url_5c1018d4": {
|
|
2666
|
+
"message": "YouTube embed URL"
|
|
2667
|
+
},
|
|
2635
2668
|
"zeta_5ef24f0e": {
|
|
2636
2669
|
"message": "Zeta"
|
|
2637
2670
|
},
|
|
@@ -301,12 +301,6 @@ const locale = {
|
|
|
301
301
|
"clear_image_3213fe62": {
|
|
302
302
|
"message": "Imagen clara"
|
|
303
303
|
},
|
|
304
|
-
"clear_selected_file_82388e50": {
|
|
305
|
-
"message": "Borrar archivo seleccionado"
|
|
306
|
-
},
|
|
307
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
308
|
-
"message": "Eliminar archivo seleccionado: { filename }"
|
|
309
|
-
},
|
|
310
304
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
311
305
|
"message": "Haga clic o presione Mayús y haga clic para acceder al editor html."
|
|
312
306
|
},
|
|
@@ -400,6 +394,9 @@ const locale = {
|
|
|
400
394
|
"content_type_2cf90d95": {
|
|
401
395
|
"message": "Tipo de contenido"
|
|
402
396
|
},
|
|
397
|
+
"continue_to_youtube_content_a34f0f85": {
|
|
398
|
+
"message": "Continuar al contenido de YouTube"
|
|
399
|
+
},
|
|
403
400
|
"coproduct_e7838082": {
|
|
404
401
|
"message": "Coproducto"
|
|
405
402
|
},
|
|
@@ -499,6 +496,9 @@ const locale = {
|
|
|
499
496
|
"decrease_indent_d9cf469d": {
|
|
500
497
|
"message": "Reducir sangría"
|
|
501
498
|
},
|
|
499
|
+
"decrease_rich_content_area_82068f64": {
|
|
500
|
+
"message": "Reducir el área de contenido enriquecido"
|
|
501
|
+
},
|
|
502
502
|
"deep_purple_bb3e2907": {
|
|
503
503
|
"message": "Morado oscuro"
|
|
504
504
|
},
|
|
@@ -1081,6 +1081,9 @@ const locale = {
|
|
|
1081
1081
|
"increase_indent_6af90f7c": {
|
|
1082
1082
|
"message": "Aumentar sangría"
|
|
1083
1083
|
},
|
|
1084
|
+
"increase_rich_content_area_340b775": {
|
|
1085
|
+
"message": "Aumentar el área de contenido enriquecido"
|
|
1086
|
+
},
|
|
1084
1087
|
"indefinite_integral_6623307e": {
|
|
1085
1088
|
"message": "Integral indefinida"
|
|
1086
1089
|
},
|
|
@@ -1123,6 +1126,9 @@ const locale = {
|
|
|
1123
1126
|
"intersection_cd4590e4": {
|
|
1124
1127
|
"message": "Intersección"
|
|
1125
1128
|
},
|
|
1129
|
+
"invalid_description_991e23bb": {
|
|
1130
|
+
"message": "Descripción no válida"
|
|
1131
|
+
},
|
|
1126
1132
|
"invalid_entry_f7d2a0f5": {
|
|
1127
1133
|
"message": "Ingreso no válido."
|
|
1128
1134
|
},
|
|
@@ -1690,9 +1696,21 @@ const locale = {
|
|
|
1690
1696
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1691
1697
|
"message": "Deje que Canvas acceda a su micrófono y cámara web."
|
|
1692
1698
|
},
|
|
1699
|
+
"please_choose_a_file_c2449cc": {
|
|
1700
|
+
"message": "Elija un archivo"
|
|
1701
|
+
},
|
|
1693
1702
|
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1694
1703
|
"message": "Describa lo que le gustaría componer."
|
|
1695
1704
|
},
|
|
1705
|
+
"please_enter_a_file_name_f159edc1": {
|
|
1706
|
+
"message": "Ingrese el nombre del archivo"
|
|
1707
|
+
},
|
|
1708
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1709
|
+
"message": "Ingrese una URL de video válida de una plataforma compatible."
|
|
1710
|
+
},
|
|
1711
|
+
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1712
|
+
"message": "Seleccione un archivo compatible"
|
|
1713
|
+
},
|
|
1696
1714
|
"plus_d43cd4ec": {
|
|
1697
1715
|
"message": "Más"
|
|
1698
1716
|
},
|
|
@@ -1807,6 +1825,12 @@ const locale = {
|
|
|
1807
1825
|
"religion_icon_246e0be1": {
|
|
1808
1826
|
"message": "Ícono de religión"
|
|
1809
1827
|
},
|
|
1828
|
+
"remove_f47dc62a": {
|
|
1829
|
+
"message": "Borrar"
|
|
1830
|
+
},
|
|
1831
|
+
"remove_filename_3ea029f6": {
|
|
1832
|
+
"message": "Borrar { filename }"
|
|
1833
|
+
},
|
|
1810
1834
|
"remove_heading_style_5fdc8855": {
|
|
1811
1835
|
"message": "Eliminar estilo del título"
|
|
1812
1836
|
},
|
|
@@ -2242,8 +2266,11 @@ const locale = {
|
|
|
2242
2266
|
"the_first_heading_on_a_page_should_be_an_h2_859089f2": {
|
|
2243
2267
|
"message": "El primer título de una página debe ser un H2."
|
|
2244
2268
|
},
|
|
2245
|
-
"
|
|
2246
|
-
"message": "
|
|
2269
|
+
"the_height_of_rich_content_area_is_decreased_36920e0": {
|
|
2270
|
+
"message": "Se redujo la altura del área de contenido enriquecido."
|
|
2271
|
+
},
|
|
2272
|
+
"the_height_of_rich_content_area_is_increased_74c2358d": {
|
|
2273
|
+
"message": "Aumentó la altura del área de contenido enriquecido."
|
|
2247
2274
|
},
|
|
2248
2275
|
"the_material_is_in_the_public_domain_279c39a3": {
|
|
2249
2276
|
"message": "El material es de dominio público"
|
|
@@ -2254,9 +2281,6 @@ const locale = {
|
|
|
2254
2281
|
"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
|
|
2255
2282
|
"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
2283
|
},
|
|
2257
|
-
"the_preceding_content_is_partner_provided_d753928c": {
|
|
2258
|
-
"message": "El contenido anterior está proporcionado por un socio"
|
|
2259
|
-
},
|
|
2260
2284
|
"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
|
|
2261
2285
|
"message": "No se puede acceder al editor html agradable desde el teclado. Presione Mayúsc O para abrir el editor HTML sin formato."
|
|
2262
2286
|
},
|
|
@@ -2296,6 +2320,9 @@ const locale = {
|
|
|
2296
2320
|
"this_image_is_currently_unavailable_25c68857": {
|
|
2297
2321
|
"message": "Esta imagen no está disponible actualmente"
|
|
2298
2322
|
},
|
|
2323
|
+
"this_video_may_display_youtube_ads_4d19d590": {
|
|
2324
|
+
"message": "Este video puede contener anuncios de YouTube."
|
|
2325
|
+
},
|
|
2299
2326
|
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2300
2327
|
"message": "Aunque su video tendrá el título correcto en el navegador, no pudimos actualizarlo en la base de datos."
|
|
2301
2328
|
},
|
|
@@ -2518,6 +2545,9 @@ const locale = {
|
|
|
2518
2545
|
"video_player_for_title_ffd9fbc4": {
|
|
2519
2546
|
"message": "Reproductor de video para { title }"
|
|
2520
2547
|
},
|
|
2548
|
+
"video_url_889d3263": {
|
|
2549
|
+
"message": "URL del video"
|
|
2550
|
+
},
|
|
2521
2551
|
"view_all_e13bf0a6": {
|
|
2522
2552
|
"message": "Ver todos"
|
|
2523
2553
|
},
|
|
@@ -2632,6 +2662,9 @@ const locale = {
|
|
|
2632
2662
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2633
2663
|
"message": "Es posible que su cámara web ya esté en uso."
|
|
2634
2664
|
},
|
|
2665
|
+
"youtube_embed_url_5c1018d4": {
|
|
2666
|
+
"message": "URL incrustada de YouTube"
|
|
2667
|
+
},
|
|
2635
2668
|
"zeta_5ef24f0e": {
|
|
2636
2669
|
"message": "Zeta"
|
|
2637
2670
|
},
|