@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
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "Vrsta vsebine"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "Nadaljuj na vsebino YouTube"
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": "Zmanjšaj zamik"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "Zmanjšaj območje bogate vsebine"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "Temno škrlatna"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "Povečaj zamik"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "Povečaj območje bogate vsebine"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "Nedoločeni integral"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "Presek"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "Neveljaven opis"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "Neveljaven vnos."
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "Sistemu Canvas dovolite dostop do mikrofona in spletne kamere."
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "Izberite datoteko"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "Prosimo, opišite, kaj želite sestaviti."
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "Vnesite ime datoteke"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "Izberite datoteko podprte vrste"
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": "Prvi naslov na strani mora biti H2."
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "Naslednjo vsebino zagotavljajo partnerji."
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "Višina območja bogate vsebine se je zmanjšala."
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "Višina območja bogate vsebine se je povečala."
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "Gradivo je dostopno javnosti."
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "Za gradivo velja izjema – npr. poštena uporaba, pravica do citiranja ali drugo v skladu z veljavno zakonodajo o avtorskih pravicah"
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "Predhodno vsebino zagotavljajo partnerji."
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "Urejevalnik Pretty HTML Editor ni dostopen s tipkovnico. Surovi urejevalnik HTML odprete s pritiskom na tipki Shift+O"
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "Ta slika trenutno ni na voljo."
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "V tem videoposnetku se lahko prikazujejo oglasi YouTube."
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "Čeprav bo vaš videoposnetek v brskalniku imel pravilen naslov, ga v zbirki podatkov nismo uspeli posodobiti."
2301
2325
  },
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "Innehållstyp"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "Fortsätt till ditt YouTube-innehåll"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "Samproduktion"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "Minska indrag"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "Minska ytan för formaterat innehåll"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "Mörklila"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "Öka indrag"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "Öka ytan för formaterat innehåll"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "Obestämd integral"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "Genomskärning"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "Ogiltig beskrivning"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "Ogiltig inmatning."
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "Ge Canvas åtkomst till din mikrofon och webbkamera."
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "Välj en fil"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "Beskriv vad du vill komponera."
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "Ange ett filnamn"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "Välj en fil som stöds."
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örsta rubriken på en sida ska vara i H2."
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "Följande innehåll har tillhandahållits av partner"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "Höjden på ytan för formaterat innehåll har minskat."
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "Höjden på ytan för formaterat innehåll har ökat."
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "Materialet är i den offentliga domänen"
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "Undantag finns för materialet – t.ex. rättvis användning, rätt att citera, eller andra gällande copyright-lagar."
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "Det föregående innehållet har tillhandahållits av partner"
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "Tangentbordet fungerar inte i den nätta HTML-redigeraren. Tryck på Skift+O för att öppna den råa HTML-redigeraren."
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "Den här bilden är för närvarande inte tillgänglig"
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "Den här videon kan visa YouTube-annonser."
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "Din video har korrekt titel i webbläsaren, men den uppdaterades inte i databasen."
2301
2325
  },
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "Innehållstyp"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "Fortsätt till ditt YouTube-innehåll"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "Samproduktion"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "Minska indrag"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "Minska ytan för formaterat innehåll"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "Djup lila"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "Öka indrag"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "Öka ytan för formaterat innehåll"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "Obestämd integral"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "Genomskärning"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "Ogiltig beskrivning"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "Ogiltig inmatning."
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "Ge Canvas åtkomst till din mikrofon och webbkamera."
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "Välj en fil"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "Beskriv vad du vill komponera."
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "Ange ett filnamn"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "Välj en fil som stöds."
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örsta rubriken på en sida ska vara i H2."
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "Följande innehåll har tillhandahållits av partner"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "Höjden på ytan för formaterat innehåll har minskat."
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "Höjden på ytan för formaterat innehåll har ökat."
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "Materialet är i den offentliga domänen"
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "Undantag finns för materialet – t.ex. rättvis användning, rätt att citera, eller andra gällande copyright-lagar."
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "Det föregående innehållet har tillhandahållits av partner"
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "Tangentbordet fungerar inte i den nätta HTML-redigeraren. Tryck på Skift+O för att öppna den råa HTML-redigeraren."
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "Den här bilden är för närvarande inte tillgänglig"
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "Den här videon kan visa YouTube-annonser."
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "Din video har korrekt titel i webbläsaren, men den uppdaterades inte i databasen."
2301
2325
  },
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "ประเภทเนื้อหา"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "ไปยังเนื้อหาจาก YouTube ของคุณต่อไป"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "Coproduct"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "ลดการเยื้อง"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "ลดพื้นที่ Rich Content"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "ม่วงเข้ม"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "เพิ่มการเยื้อง"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "เพิ่มพื้นที่ Rich Content"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "อินทริกรัลไม่จำกัดเขต"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "ตัดกัน"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "รายละเอียดไม่ถูกต้อง"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "รายการไม่ถูกต้อง"
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "กรุณาให้อนุญาต Canvas ในการใช้งานไมโครโฟนและเว็บแคมของคุณ"
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "กรุณาเลือกไฟล์"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "กรุณาระบุรายละเอียดสิ่งที่คุณต้องการเขียน"
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "กรุณากรอกชื่อไฟล์"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "กรุณาเลือกประเภทไฟล์ที่รองรับ"
1716
+ },
1696
1717
  "plus_d43cd4ec": {
1697
1718
  "message": "บวก"
1698
1719
  },
@@ -2242,8 +2263,11 @@ const locale = {
2242
2263
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2243
2264
  "message": "หัวเรื่องแรกในเพจควรเป็น H2"
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "เนื้อหาต่อไปนี้จัดหาโดยพันธมิตรของเรา"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "ลดความสูงของพื้นที่ Rich Content แล้ว"
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "เพิ่มความสูงของพื้นที่ Rich Content แล้ว"
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "สื่ออยู่ในโดเมนสาธารณะ"
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "สื่อมีข้อยกเว้น เช่น การใช้งานอย่างเหมาะสม สิทธิ์ในการเสนอราคา หรืออื่น ๆ ภายใต้กฎหมายลิขสิทธิ์ที่เกี่ยวข้อง"
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "เนื้อหาก่อนหน้าไม่ได้จัดหาโดยผู้ใช้"
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "HTML Editor ที่สวยงามไม่สามารถใช้งานผ่านแป้นพิมพ์ กด Shift-O เพื่อเปิด HTML Editor แบบไม่ปรุงแต่ง"
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "ภาพนี้ปัจจุบันไม่พร้อมใช้งาน"
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "วิดีโอนี้อาจแสดงโฆษณาจาก YouTube"
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "แม้ว่าวิดีโอของคุณจะมีชื่อที่ถูกต้องในเบราเซอร์ แต่เราไม่สามารถอัพเดตในฐานข้อมูลได้"
2301
2325
  },
@@ -484,18 +484,12 @@ const locale = {
484
484
  "the_document_preview_is_currently_being_processed__7d9ea135": {
485
485
  "message": "Попередній перегляд документа в даний момент обробляється. Будь-ласка спробуйте пізніше."
486
486
  },
487
- "the_following_content_is_partner_provided_ed1da756": {
488
- "message": "Наступний контент наданий партнером"
489
- },
490
487
  "the_material_is_in_the_public_domain_279c39a3": {
491
488
  "message": "Матеріал в публічному домені"
492
489
  },
493
490
  "the_material_is_licensed_under_creative_commons_3242cb5e": {
494
491
  "message": "Матеріал опубліковано під ліцензією Creative Commons"
495
492
  },
496
- "the_preceding_content_is_partner_provided_d753928c": {
497
- "message": "Попередній контент наданий партнером"
498
- },
499
493
  "this_document_cannot_be_displayed_within_canvas_7aba77be": {
500
494
  "message": "Цей документ не може бути показаний в Canvas."
501
495
  },
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "Loại Nội Dung"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "Tiếp tục đến nội dung Youtube"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "Sản Phẩm Phụ"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "Giảm Thụt Lề"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "Giảm Vùng Nội Dung Phong Phú"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "Tía Đen"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "Tăng Thụt Lề"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "Tăng Vùng Nội Dung Phong Phú"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "Tích Phân Không Xác Định"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "Giao Điểm"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "Mô tả không hợp lệ"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "Lối vào không hợp lệ."
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "Vui lòng cho phép Canvas truy cập microphone và webcam của bạn."
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "Vui lòng chọn một tập tin"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "Vui lòng mô tả nội dung bạn muốn soạn."
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "Vui lòng nhập tên tập tin"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "Vui lòng chọn tập tin có loại được hỗ trợ"
1716
+ },
1696
1717
  "plus_d43cd4ec": {
1697
1718
  "message": "Cộng"
1698
1719
  },
@@ -2242,8 +2263,11 @@ const locale = {
2242
2263
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2243
2264
  "message": "Đầu đề đầu tiên trên một trang phải là H2."
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "Nội dung sau do đối tác cung cấp"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "Chiều cao của Vùng Nội Dung Phong Phú đã giảm."
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "Chiều cao của Vùng Nội Dung Phong Phú đã tăng."
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "Tài liệu này thuộc phạm vi công cộng"
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "Tài liệu này thuộc trường hợp ngoại lệ - ví dụ như sử dụng công bằng, quyền trích dẫn hoặc trường hợp khác theo luật bản quyền hiện hành"
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "Nội dung trước do đối tác cung cấp"
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "Không thể sử dụng bàn phím trong trình chỉnh sửa html đẹp. Nhấn Shift O để mở trình chỉnh sửa html thô."
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "Hình ảnh này hiện không khả dụng"
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "Video này có thể hiển thị quảng cáo YouTube."
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "Dù video của bạn sẽ có tiêu đề đúng trong trình duyệt, chúng tôi đã không thể tải lên cơ sở dữ liệu."
2301
2325
  },
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "内容类型"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "继续前往 YouTube 内容"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "余积"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "减少缩进"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "减小富内容区域"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "深紫色"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "增加缩进"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "增大富内容区域"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "不定积分"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "相交"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "无效的描述"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "无效的输入。"
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "请允许 Canvas 访问您的麦克风和网络摄像头。"
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "请选择文件"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "请描述您要撰写的内容。"
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "请输入一个文件名"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "请选择支持类型的文件"
1716
+ },
1696
1717
  "plus_d43cd4ec": {
1697
1718
  "message": "加号"
1698
1719
  },
@@ -2242,8 +2263,11 @@ const locale = {
2242
2263
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2243
2264
  "message": "页面上的第一个标题应该是H2。"
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "以下内容由合作伙伴提供"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "富内容区域的高度减小。"
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "富内容区域的高度增大。"
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "材料在公开域中"
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "材料有例外情况——例如,合理使用、引用权,或版权法规定的其他适用的情况"
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "以上内容由合作伙伴提供"
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "无法通过键盘访问精美 HTML 编辑器。按 Shift O 打开原始 HTML 编辑器。"
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "该图像目前不可用"
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "此视频可能展示 YouTube 广告。"
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "虽然您的视频在浏览器里会有正确标题,但我们无法在数据库里更新。"
2301
2325
  },
@@ -400,6 +400,9 @@ const locale = {
400
400
  "content_type_2cf90d95": {
401
401
  "message": "內容類型"
402
402
  },
403
+ "continue_to_youtube_content_a34f0f85": {
404
+ "message": "繼續觀看 YouTube 內容"
405
+ },
403
406
  "coproduct_e7838082": {
404
407
  "message": "副產品"
405
408
  },
@@ -499,6 +502,9 @@ const locale = {
499
502
  "decrease_indent_d9cf469d": {
500
503
  "message": "減少縮排"
501
504
  },
505
+ "decrease_rich_content_area_82068f64": {
506
+ "message": "減少多種格式的內容區域"
507
+ },
502
508
  "deep_purple_bb3e2907": {
503
509
  "message": "深紫色"
504
510
  },
@@ -1081,6 +1087,9 @@ const locale = {
1081
1087
  "increase_indent_6af90f7c": {
1082
1088
  "message": "增加縮進"
1083
1089
  },
1090
+ "increase_rich_content_area_340b775": {
1091
+ "message": "增加多種格式的內容區域"
1092
+ },
1084
1093
  "indefinite_integral_6623307e": {
1085
1094
  "message": "無限積分"
1086
1095
  },
@@ -1123,6 +1132,9 @@ const locale = {
1123
1132
  "intersection_cd4590e4": {
1124
1133
  "message": "交集"
1125
1134
  },
1135
+ "invalid_description_991e23bb": {
1136
+ "message": "無效的描述"
1137
+ },
1126
1138
  "invalid_entry_f7d2a0f5": {
1127
1139
  "message": "無效的輸入項目。"
1128
1140
  },
@@ -1690,9 +1702,18 @@ const locale = {
1690
1702
  "please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
1691
1703
  "message": "請允許 Canvas 存取您的麥克風和網路攝影機。"
1692
1704
  },
1705
+ "please_choose_a_file_c2449cc": {
1706
+ "message": "請選擇一個檔案"
1707
+ },
1693
1708
  "please_decribe_what_you_would_like_to_compose_27a51be5": {
1694
1709
  "message": "請描述您想創作什麼。"
1695
1710
  },
1711
+ "please_enter_a_file_name_f159edc1": {
1712
+ "message": "請輸入一個檔案名稱"
1713
+ },
1714
+ "please_select_a_file_of_a_supported_type_1fc578f2": {
1715
+ "message": "請選取支援類型的檔案"
1716
+ },
1696
1717
  "plus_d43cd4ec": {
1697
1718
  "message": "+"
1698
1719
  },
@@ -2242,8 +2263,11 @@ const locale = {
2242
2263
  "the_first_heading_on_a_page_should_be_an_h2_859089f2": {
2243
2264
  "message": "頁面的第一個標題應該是 H2。"
2244
2265
  },
2245
- "the_following_content_is_partner_provided_ed1da756": {
2246
- "message": "以下內容由合作夥伴提供"
2266
+ "the_height_of_rich_content_area_is_decreased_36920e0": {
2267
+ "message": "多種格式的內容區域的高度已減少。"
2268
+ },
2269
+ "the_height_of_rich_content_area_is_increased_74c2358d": {
2270
+ "message": "多種格式的內容區域的高度已增加。"
2247
2271
  },
2248
2272
  "the_material_is_in_the_public_domain_279c39a3": {
2249
2273
  "message": "該材料位於公用網域中。"
@@ -2254,9 +2278,6 @@ const locale = {
2254
2278
  "the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
2255
2279
  "message": "可能有適用於此資料的例外情況 - 如:合理使用、引用權,或適用版權法下的其他情況"
2256
2280
  },
2257
- "the_preceding_content_is_partner_provided_d753928c": {
2258
- "message": "上述內容由合作夥伴提供"
2259
- },
2260
2281
  "the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
2261
2282
  "message": "美觀 HTML 編輯器無法用鍵盤存取。按 ShiftO 開啟原始 HTML 編輯器。"
2262
2283
  },
@@ -2296,6 +2317,9 @@ const locale = {
2296
2317
  "this_image_is_currently_unavailable_25c68857": {
2297
2318
  "message": "此圖像目前不可用"
2298
2319
  },
2320
+ "this_video_may_display_youtube_ads_4d19d590": {
2321
+ "message": "此影片可能會顯示 YouTube 廣告。"
2322
+ },
2299
2323
  "though_your_video_will_have_the_correct_title_in_t_90e427f3": {
2300
2324
  "message": "雖然您的影片在瀏覽器中有正確的標題,但我們無法在資料庫中將其更新。"
2301
2325
  },