@instructure/canvas-rce 5.13.2 → 5.13.6
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 +41 -0
- package/es/bridge/Bridge.js +0 -4
- package/es/defaultTinymceConfig.js +3 -3
- package/es/enhance-user-content/enhance_user_content.js +31 -3
- package/es/index.js +2 -0
- package/es/rce/RCE.js +3 -1
- package/es/rce/RCEVariants.js +121 -0
- package/es/rce/RCEWrapper.js +96 -47
- package/es/rce/RCEWrapperProps.js +5 -2
- package/es/rce/StatusBar.js +67 -17
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Footer.js +1 -0
- package/es/rce/plugins/instructure_icon_maker/components/IconMakerTray.js +6 -1
- package/es/rce/plugins/instructure_rce_external_tools/RceToolWrapper.js +9 -9
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +25 -3
- package/es/rce/plugins/instructure_rce_external_tools/plugin.js +4 -1
- package/es/rce/plugins/shared/CanvasContentTray.js +6 -158
- package/es/rce/plugins/shared/ContentSelection.js +1 -1
- package/es/rce/plugins/shared/Filter.js +0 -17
- package/es/rce/plugins/shared/FixedContentTray.js +7 -4
- package/es/rce/plugins/shared/ImageOptionsForm.js +3 -2
- package/es/rce/plugins/shared/Upload/CanvasContentPanel.js +160 -0
- package/es/rce/plugins/shared/Upload/ComputerPanel.js +1 -0
- package/es/rce/plugins/shared/Upload/PanelFilter.js +144 -0
- package/es/rce/plugins/shared/Upload/UploadFile.js +10 -2
- package/es/rce/plugins/shared/Upload/UploadFileModal.js +47 -11
- package/es/rce/plugins/shared/Upload/UsageRightsSelectBox.js +20 -20
- package/es/rce/plugins/shared/Upload/index.js +19 -0
- package/es/rce/plugins/shared/ai_tools/AIResponseModal.js +70 -0
- package/es/rce/plugins/shared/ai_tools/AIToolsTray.js +510 -0
- package/es/rce/plugins/shared/ai_tools/aiicons.js +59 -0
- package/es/rce/plugins/shared/ai_tools/index.js +20 -0
- package/es/rce/plugins/shared/canvasContentUtils.js +190 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/defaultFetchOptions.js +31 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/doFetchApi.js +85 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/get-cookie.js +29 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/index.js +22 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/parse-link-header.js +116 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/query-string-encoding.js +51 -0
- package/es/rce/plugins/shared/useFilterSettings.js +35 -0
- package/es/sidebar/actions/upload.js +5 -2
- package/es/translations/locales/ar.js +64 -1
- package/es/translations/locales/ca.js +65 -2
- package/es/translations/locales/cy.js +64 -1
- package/es/translations/locales/da-x-k12.js +65 -2
- package/es/translations/locales/da.js +65 -2
- package/es/translations/locales/de.js +65 -2
- package/es/translations/locales/el.js +9 -0
- package/es/translations/locales/en-AU-x-unimelb.js +65 -2
- package/es/translations/locales/en-GB-x-ukhe.js +65 -2
- package/es/translations/locales/en.js +65 -2
- package/es/translations/locales/en_AU.js +65 -2
- package/es/translations/locales/en_CA.js +65 -2
- package/es/translations/locales/en_CY.js +65 -2
- package/es/translations/locales/en_GB.js +65 -2
- package/es/translations/locales/es.js +64 -1
- package/es/translations/locales/es_ES.js +64 -1
- package/es/translations/locales/fa_IR.js +9 -0
- package/es/translations/locales/fi.js +64 -1
- package/es/translations/locales/fr.js +65 -2
- package/es/translations/locales/fr_CA.js +65 -2
- package/es/translations/locales/ga.js +62 -2
- package/es/translations/locales/he.js +9 -0
- package/es/translations/locales/hi.js +119 -2
- package/es/translations/locales/ht.js +65 -2
- package/es/translations/locales/hu.js +15 -3
- package/es/translations/locales/hy.js +9 -0
- package/es/translations/locales/id.js +65 -2
- package/es/translations/locales/is.js +65 -2
- package/es/translations/locales/it.js +65 -2
- package/es/translations/locales/ja.js +65 -2
- package/es/translations/locales/ko.js +3 -0
- package/es/translations/locales/mi.js +65 -2
- package/es/translations/locales/ms.js +64 -1
- package/es/translations/locales/nb-x-k12.js +65 -2
- package/es/translations/locales/nb.js +65 -2
- package/es/translations/locales/nl.js +65 -2
- package/es/translations/locales/nn.js +15 -3
- package/es/translations/locales/pl.js +64 -1
- package/es/translations/locales/pt.js +64 -1
- package/es/translations/locales/pt_BR.js +65 -2
- package/es/translations/locales/ru.js +64 -1
- package/es/translations/locales/sl.js +65 -2
- package/es/translations/locales/sv-x-k12.js +65 -2
- package/es/translations/locales/sv.js +65 -2
- package/es/translations/locales/th.js +64 -1
- package/es/translations/locales/tr.js +9 -0
- package/es/translations/locales/uk_UA.js +9 -0
- package/es/translations/locales/vi.js +64 -1
- package/es/translations/locales/zh-Hans.js +64 -1
- package/es/translations/locales/zh-Hant.js +65 -2
- package/es/translations/locales/zh.js +64 -1
- package/es/translations/locales/zh_HK.js +65 -2
- package/es/translations/tinymce/ar_SA.js +4 -0
- package/es/translations/tinymce/bg_BG.js +4 -0
- package/es/translations/tinymce/ca.js +4 -0
- package/es/translations/tinymce/cs.js +4 -0
- package/es/translations/tinymce/cy.js +4 -0
- package/es/translations/tinymce/da.js +4 -0
- package/es/translations/tinymce/de.js +4 -0
- package/es/translations/tinymce/el.js +4 -0
- package/es/translations/tinymce/es.js +4 -0
- package/es/translations/tinymce/fa_IR.js +4 -0
- package/es/translations/tinymce/fr_FR.js +4 -0
- package/es/translations/tinymce/ga.js +4 -0
- package/es/translations/tinymce/he_IL.js +4 -0
- package/es/translations/tinymce/hu_HU.js +4 -0
- package/es/translations/tinymce/hy.js +4 -0
- package/es/translations/tinymce/id.js +4 -0
- package/es/translations/tinymce/it.js +4 -0
- package/es/translations/tinymce/ja.js +4 -0
- package/es/translations/tinymce/ko_KR.js +4 -0
- package/es/translations/tinymce/nb_NO.js +4 -0
- package/es/translations/tinymce/nl.js +4 -0
- package/es/translations/tinymce/pl.js +4 -0
- package/es/translations/tinymce/pt_BR.js +4 -0
- package/es/translations/tinymce/pt_PT.js +4 -0
- package/es/translations/tinymce/ro.js +4 -0
- package/es/translations/tinymce/ru.js +4 -0
- package/es/translations/tinymce/ru_RU.js +5 -1
- package/es/translations/tinymce/sl.js +4 -0
- package/es/translations/tinymce/sr.js +4 -0
- package/es/translations/tinymce/sv_SE.js +4 -0
- package/es/translations/tinymce/th.js +5 -1
- package/es/translations/tinymce/tr_TR.js +4 -0
- package/es/translations/tinymce/uk_UA.js +4 -0
- package/es/translations/tinymce/vi_VN.js +4 -0
- package/es/translations/tinymce/zh_CN.js +4 -0
- package/es/translations/tinymce/zh_TW.js +4 -0
- package/jest/jest-setup.js +1 -0
- package/package.json +1 -1
|
@@ -54,6 +54,12 @@ const locale = {
|
|
|
54
54
|
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
55
55
|
"message": "具有相同 URL 的相邻链接应该为一个单链接。"
|
|
56
56
|
},
|
|
57
|
+
"ai_response_9624e8e8": {
|
|
58
|
+
"message": "AI 响应"
|
|
59
|
+
},
|
|
60
|
+
"ai_tools_fda01177": {
|
|
61
|
+
"message": "AI 工具"
|
|
62
|
+
},
|
|
57
63
|
"aleph_f4ffd155": {
|
|
58
64
|
"message": "Aleph"
|
|
59
65
|
},
|
|
@@ -90,6 +96,9 @@ const locale = {
|
|
|
90
96
|
"an_error_occurred_making_a_network_request_d1bda348": {
|
|
91
97
|
"message": "发出网络请求时出错"
|
|
92
98
|
},
|
|
99
|
+
"an_error_occurred_processing_your_request_a3a38d84": {
|
|
100
|
+
"message": "处理您的请求时出错"
|
|
101
|
+
},
|
|
93
102
|
"an_error_occurred_uploading_your_media_71f1444d": {
|
|
94
103
|
"message": "上传媒体时出错。"
|
|
95
104
|
},
|
|
@@ -333,6 +342,9 @@ const locale = {
|
|
|
333
342
|
"complex_numbers_a543d004": {
|
|
334
343
|
"message": "复数"
|
|
335
344
|
},
|
|
345
|
+
"compose_44c904f4": {
|
|
346
|
+
"message": "撰写"
|
|
347
|
+
},
|
|
336
348
|
"computer_1d7dfa6f": {
|
|
337
349
|
"message": "计算机"
|
|
338
350
|
},
|
|
@@ -360,6 +372,9 @@ const locale = {
|
|
|
360
372
|
"coproduct_e7838082": {
|
|
361
373
|
"message": "余积"
|
|
362
374
|
},
|
|
375
|
+
"copy_9748f9f": {
|
|
376
|
+
"message": "复制"
|
|
377
|
+
},
|
|
363
378
|
"copyright_holder_66ee111": {
|
|
364
379
|
"message": "版权持有者:"
|
|
365
380
|
},
|
|
@@ -528,6 +543,9 @@ const locale = {
|
|
|
528
543
|
"disjoint_union_e74351a8": {
|
|
529
544
|
"message": "不交并"
|
|
530
545
|
},
|
|
546
|
+
"dislike_14befc48": {
|
|
547
|
+
"message": "不喜欢"
|
|
548
|
+
},
|
|
531
549
|
"display_options_315aba85": {
|
|
532
550
|
"message": "显示选项"
|
|
533
551
|
},
|
|
@@ -603,7 +621,7 @@ const locale = {
|
|
|
603
621
|
"edit_link_7f53bebb": {
|
|
604
622
|
"message": "编辑链接"
|
|
605
623
|
},
|
|
606
|
-
"
|
|
624
|
+
"editor_status_bar_653f44ee": {
|
|
607
625
|
"message": "编辑器状态栏"
|
|
608
626
|
},
|
|
609
627
|
"element_starting_with_start_91bf4c3b": {
|
|
@@ -657,6 +675,9 @@ const locale = {
|
|
|
657
675
|
"enter_search_text_26cb4459": {
|
|
658
676
|
"message": "输入搜索文本"
|
|
659
677
|
},
|
|
678
|
+
"enter_text_8b35c65b": {
|
|
679
|
+
"message": "输入文本"
|
|
680
|
+
},
|
|
660
681
|
"epsilon_54bb8afa": {
|
|
661
682
|
"message": "Epsilon"
|
|
662
683
|
},
|
|
@@ -720,6 +741,9 @@ const locale = {
|
|
|
720
741
|
"failed_getting_file_contents_e9ea19f4": {
|
|
721
742
|
"message": "文件内容获取失败"
|
|
722
743
|
},
|
|
744
|
+
"failed_to_copy_response_d3def551": {
|
|
745
|
+
"message": "无法复制响应"
|
|
746
|
+
},
|
|
723
747
|
"failed_to_retrieve_content_from_external_tool_5899c213": {
|
|
724
748
|
"message": "无法从外部工具检索内容"
|
|
725
749
|
},
|
|
@@ -897,6 +921,12 @@ const locale = {
|
|
|
897
921
|
"height_69b03e15": {
|
|
898
922
|
"message": "高度"
|
|
899
923
|
},
|
|
924
|
+
"hello_please_describe_the_modifications_you_would__49b19837": {
|
|
925
|
+
"message": "您好。请描述您要对您撰写的内容进行的修改。"
|
|
926
|
+
},
|
|
927
|
+
"hello_please_describe_the_modifications_you_would__600dbbf0": {
|
|
928
|
+
"message": "您好。请描述您要对您的选择进行的修改。"
|
|
929
|
+
},
|
|
900
930
|
"hexagon_d8468e0d": {
|
|
901
931
|
"message": "六边形"
|
|
902
932
|
},
|
|
@@ -924,6 +954,9 @@ const locale = {
|
|
|
924
954
|
"i_hold_the_copyright_71ee91b1": {
|
|
925
955
|
"message": "我持有版权"
|
|
926
956
|
},
|
|
957
|
+
"i_m_sorry_but_i_cannot_find_the_ai_s_answer_67569d19": {
|
|
958
|
+
"message": "抱歉,找不到 AI 回答"
|
|
959
|
+
},
|
|
927
960
|
"icon_215a1dc6": {
|
|
928
961
|
"message": "图标"
|
|
929
962
|
},
|
|
@@ -1170,6 +1203,9 @@ const locale = {
|
|
|
1170
1203
|
"links_to_an_external_site_de74145d": {
|
|
1171
1204
|
"message": "链接到外部网站。"
|
|
1172
1205
|
},
|
|
1206
|
+
"lists_cd1336fc": {
|
|
1207
|
+
"message": "列表"
|
|
1208
|
+
},
|
|
1173
1209
|
"lists_should_be_formatted_as_lists_f862de8d": {
|
|
1174
1210
|
"message": "列表应使用列表格式。"
|
|
1175
1211
|
},
|
|
@@ -1275,6 +1311,9 @@ const locale = {
|
|
|
1275
1311
|
"miscellaneous_e9818229": {
|
|
1276
1312
|
"message": "其他"
|
|
1277
1313
|
},
|
|
1314
|
+
"modify_6b0b13e3": {
|
|
1315
|
+
"message": "修改"
|
|
1316
|
+
},
|
|
1278
1317
|
"module_90d9fd32": {
|
|
1279
1318
|
"message": "单元"
|
|
1280
1319
|
},
|
|
@@ -1563,6 +1602,9 @@ const locale = {
|
|
|
1563
1602
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1564
1603
|
"message": "请允许 Canvas 访问您的麦克风和网络摄像头。"
|
|
1565
1604
|
},
|
|
1605
|
+
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1606
|
+
"message": "请描述您要撰写的内容。"
|
|
1607
|
+
},
|
|
1566
1608
|
"plus_d43cd4ec": {
|
|
1567
1609
|
"message": "加号"
|
|
1568
1610
|
},
|
|
@@ -1707,12 +1749,18 @@ const locale = {
|
|
|
1707
1749
|
"resize_ec83d538": {
|
|
1708
1750
|
"message": "调整大小"
|
|
1709
1751
|
},
|
|
1752
|
+
"response_copied_to_clipboard_130d66cd": {
|
|
1753
|
+
"message": "响应已复制到剪贴板"
|
|
1754
|
+
},
|
|
1710
1755
|
"restore_auto_save_deccd84b": {
|
|
1711
1756
|
"message": "是否恢复自动保存?"
|
|
1712
1757
|
},
|
|
1713
1758
|
"result_index_of_max_7db5ad8b": {
|
|
1714
1759
|
"message": "结果 { index }/{ max }。"
|
|
1715
1760
|
},
|
|
1761
|
+
"retry_ebd5f8ba": {
|
|
1762
|
+
"message": "重试"
|
|
1763
|
+
},
|
|
1716
1764
|
"reverse_turnstile_does_not_yield_7558be06": {
|
|
1717
1765
|
"message": "反十字转门(不产生)"
|
|
1718
1766
|
},
|
|
@@ -1863,6 +1911,9 @@ const locale = {
|
|
|
1863
1911
|
"shortcut_911d6255": {
|
|
1864
1912
|
"message": "快捷方式"
|
|
1865
1913
|
},
|
|
1914
|
+
"show_all_967a90f0": {
|
|
1915
|
+
"message": "显示全部"
|
|
1916
|
+
},
|
|
1866
1917
|
"show_audio_options_b489926b": {
|
|
1867
1918
|
"message": "显示音频选项"
|
|
1868
1919
|
},
|
|
@@ -1986,6 +2037,9 @@ const locale = {
|
|
|
1986
2037
|
"submit_a3cc6859": {
|
|
1987
2038
|
"message": "提交"
|
|
1988
2039
|
},
|
|
2040
|
+
"submitting_b90fac62": {
|
|
2041
|
+
"message": "正在提交..."
|
|
2042
|
+
},
|
|
1989
2043
|
"subscript_59744f96": {
|
|
1990
2044
|
"message": "下标"
|
|
1991
2045
|
},
|
|
@@ -2385,6 +2439,9 @@ const locale = {
|
|
|
2385
2439
|
"view_word_and_character_counts_a743dd0c": {
|
|
2386
2440
|
"message": "查看字数和字符数"
|
|
2387
2441
|
},
|
|
2442
|
+
"waiting_for_response_1efd0c50": {
|
|
2443
|
+
"message": "正在等待响应"
|
|
2444
|
+
},
|
|
2388
2445
|
"we_couldn_t_detect_a_working_microphone_connected__ceb71c40": {
|
|
2389
2446
|
"message": "我们未发现正常工作的麦克风连接到设备。"
|
|
2390
2447
|
},
|
|
@@ -2403,6 +2460,9 @@ const locale = {
|
|
|
2403
2460
|
"webpages_should_only_have_a_single_h1_which_is_aut_dc99189e": {
|
|
2404
2461
|
"message": "网页应仅具有一个H1,自动供页面标题使用。内容中的第一个标题应该是H2。"
|
|
2405
2462
|
},
|
|
2463
|
+
"what_would_you_like_to_do_6dc0d541": {
|
|
2464
|
+
"message": "您想做什么?"
|
|
2465
|
+
},
|
|
2406
2466
|
"when_markup_is_used_that_visually_formats_items_as_f941fc1b": {
|
|
2407
2467
|
"message": "如果对使用列表格式显示的项目使用标记,但不指示列表关系,用户可能在浏览信息时会遇到困难。"
|
|
2408
2468
|
},
|
|
@@ -2433,6 +2493,9 @@ const locale = {
|
|
|
2433
2493
|
"wreath_product_200b38ef": {
|
|
2434
2494
|
"message": "圈积"
|
|
2435
2495
|
},
|
|
2496
|
+
"writing_assistant_a30ac16a": {
|
|
2497
|
+
"message": "写作助手"
|
|
2498
|
+
},
|
|
2436
2499
|
"xi_149681d0": {
|
|
2437
2500
|
"message": "Xi"
|
|
2438
2501
|
},
|
|
@@ -54,6 +54,12 @@ const locale = {
|
|
|
54
54
|
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
55
55
|
"message": "URL 相同的相鄰連結應為單一連結。"
|
|
56
56
|
},
|
|
57
|
+
"ai_response_9624e8e8": {
|
|
58
|
+
"message": "人工智慧反應"
|
|
59
|
+
},
|
|
60
|
+
"ai_tools_fda01177": {
|
|
61
|
+
"message": "人工智慧工具"
|
|
62
|
+
},
|
|
57
63
|
"aleph_f4ffd155": {
|
|
58
64
|
"message": "Aleph"
|
|
59
65
|
},
|
|
@@ -90,6 +96,9 @@ const locale = {
|
|
|
90
96
|
"an_error_occurred_making_a_network_request_d1bda348": {
|
|
91
97
|
"message": "發出連線請求時發生錯誤"
|
|
92
98
|
},
|
|
99
|
+
"an_error_occurred_processing_your_request_a3a38d84": {
|
|
100
|
+
"message": "處理您的申請時發生錯誤"
|
|
101
|
+
},
|
|
93
102
|
"an_error_occurred_uploading_your_media_71f1444d": {
|
|
94
103
|
"message": "上載媒體時發生錯誤。"
|
|
95
104
|
},
|
|
@@ -333,6 +342,9 @@ const locale = {
|
|
|
333
342
|
"complex_numbers_a543d004": {
|
|
334
343
|
"message": "複數"
|
|
335
344
|
},
|
|
345
|
+
"compose_44c904f4": {
|
|
346
|
+
"message": "撰寫"
|
|
347
|
+
},
|
|
336
348
|
"computer_1d7dfa6f": {
|
|
337
349
|
"message": "電腦"
|
|
338
350
|
},
|
|
@@ -360,6 +372,9 @@ const locale = {
|
|
|
360
372
|
"coproduct_e7838082": {
|
|
361
373
|
"message": "副產品"
|
|
362
374
|
},
|
|
375
|
+
"copy_9748f9f": {
|
|
376
|
+
"message": "複製"
|
|
377
|
+
},
|
|
363
378
|
"copyright_holder_66ee111": {
|
|
364
379
|
"message": "版權持有人:"
|
|
365
380
|
},
|
|
@@ -528,6 +543,9 @@ const locale = {
|
|
|
528
543
|
"disjoint_union_e74351a8": {
|
|
529
544
|
"message": "互斥聯集"
|
|
530
545
|
},
|
|
546
|
+
"dislike_14befc48": {
|
|
547
|
+
"message": "取消按讚"
|
|
548
|
+
},
|
|
531
549
|
"display_options_315aba85": {
|
|
532
550
|
"message": "顯示選項"
|
|
533
551
|
},
|
|
@@ -603,8 +621,8 @@ const locale = {
|
|
|
603
621
|
"edit_link_7f53bebb": {
|
|
604
622
|
"message": "編輯連結"
|
|
605
623
|
},
|
|
606
|
-
"
|
|
607
|
-
"message": "
|
|
624
|
+
"editor_status_bar_653f44ee": {
|
|
625
|
+
"message": "編輯器狀態列"
|
|
608
626
|
},
|
|
609
627
|
"element_starting_with_start_91bf4c3b": {
|
|
610
628
|
"message": "以 { start } 開始的元素"
|
|
@@ -657,6 +675,9 @@ const locale = {
|
|
|
657
675
|
"enter_search_text_26cb4459": {
|
|
658
676
|
"message": "輸入搜尋文字"
|
|
659
677
|
},
|
|
678
|
+
"enter_text_8b35c65b": {
|
|
679
|
+
"message": "輸入文字"
|
|
680
|
+
},
|
|
660
681
|
"epsilon_54bb8afa": {
|
|
661
682
|
"message": "ɛ"
|
|
662
683
|
},
|
|
@@ -720,6 +741,9 @@ const locale = {
|
|
|
720
741
|
"failed_getting_file_contents_e9ea19f4": {
|
|
721
742
|
"message": "無法取得檔案內容"
|
|
722
743
|
},
|
|
744
|
+
"failed_to_copy_response_d3def551": {
|
|
745
|
+
"message": "無法複製反應"
|
|
746
|
+
},
|
|
723
747
|
"failed_to_retrieve_content_from_external_tool_5899c213": {
|
|
724
748
|
"message": "無法從外部工具擷取內容"
|
|
725
749
|
},
|
|
@@ -897,6 +921,12 @@ const locale = {
|
|
|
897
921
|
"height_69b03e15": {
|
|
898
922
|
"message": "高度"
|
|
899
923
|
},
|
|
924
|
+
"hello_please_describe_the_modifications_you_would__49b19837": {
|
|
925
|
+
"message": "您好,請描述您想要對您的作文所做的修改。"
|
|
926
|
+
},
|
|
927
|
+
"hello_please_describe_the_modifications_you_would__600dbbf0": {
|
|
928
|
+
"message": "您好,請描述您想要對您的選擇進行的修改。"
|
|
929
|
+
},
|
|
900
930
|
"hexagon_d8468e0d": {
|
|
901
931
|
"message": "六邊形"
|
|
902
932
|
},
|
|
@@ -924,6 +954,9 @@ const locale = {
|
|
|
924
954
|
"i_hold_the_copyright_71ee91b1": {
|
|
925
955
|
"message": "我持有該版權"
|
|
926
956
|
},
|
|
957
|
+
"i_m_sorry_but_i_cannot_find_the_ai_s_answer_67569d19": {
|
|
958
|
+
"message": "抱歉,我找不到人工智慧的答案"
|
|
959
|
+
},
|
|
927
960
|
"icon_215a1dc6": {
|
|
928
961
|
"message": "圖示"
|
|
929
962
|
},
|
|
@@ -1170,6 +1203,9 @@ const locale = {
|
|
|
1170
1203
|
"links_to_an_external_site_de74145d": {
|
|
1171
1204
|
"message": "連結到外部網站。"
|
|
1172
1205
|
},
|
|
1206
|
+
"lists_cd1336fc": {
|
|
1207
|
+
"message": "清單"
|
|
1208
|
+
},
|
|
1173
1209
|
"lists_should_be_formatted_as_lists_f862de8d": {
|
|
1174
1210
|
"message": "列表應使用清單格式。"
|
|
1175
1211
|
},
|
|
@@ -1275,6 +1311,9 @@ const locale = {
|
|
|
1275
1311
|
"miscellaneous_e9818229": {
|
|
1276
1312
|
"message": "雜項"
|
|
1277
1313
|
},
|
|
1314
|
+
"modify_6b0b13e3": {
|
|
1315
|
+
"message": "修改"
|
|
1316
|
+
},
|
|
1278
1317
|
"module_90d9fd32": {
|
|
1279
1318
|
"message": "單元"
|
|
1280
1319
|
},
|
|
@@ -1563,6 +1602,9 @@ const locale = {
|
|
|
1563
1602
|
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1564
1603
|
"message": "請允許 Canvas 存取您的麥克風和網路攝影機。"
|
|
1565
1604
|
},
|
|
1605
|
+
"please_decribe_what_you_would_like_to_compose_27a51be5": {
|
|
1606
|
+
"message": "請描述您想創作什麼。"
|
|
1607
|
+
},
|
|
1566
1608
|
"plus_d43cd4ec": {
|
|
1567
1609
|
"message": "+"
|
|
1568
1610
|
},
|
|
@@ -1707,12 +1749,18 @@ const locale = {
|
|
|
1707
1749
|
"resize_ec83d538": {
|
|
1708
1750
|
"message": "調校大小"
|
|
1709
1751
|
},
|
|
1752
|
+
"response_copied_to_clipboard_130d66cd": {
|
|
1753
|
+
"message": "回應已複製到剪貼簿"
|
|
1754
|
+
},
|
|
1710
1755
|
"restore_auto_save_deccd84b": {
|
|
1711
1756
|
"message": "還原自動儲存?"
|
|
1712
1757
|
},
|
|
1713
1758
|
"result_index_of_max_7db5ad8b": {
|
|
1714
1759
|
"message": "{ max } 的結果 { index }。"
|
|
1715
1760
|
},
|
|
1761
|
+
"retry_ebd5f8ba": {
|
|
1762
|
+
"message": "重試"
|
|
1763
|
+
},
|
|
1716
1764
|
"reverse_turnstile_does_not_yield_7558be06": {
|
|
1717
1765
|
"message": "反向 T 形符號(不產生)"
|
|
1718
1766
|
},
|
|
@@ -1863,6 +1911,9 @@ const locale = {
|
|
|
1863
1911
|
"shortcut_911d6255": {
|
|
1864
1912
|
"message": "快速鍵"
|
|
1865
1913
|
},
|
|
1914
|
+
"show_all_967a90f0": {
|
|
1915
|
+
"message": "全部顯示"
|
|
1916
|
+
},
|
|
1866
1917
|
"show_audio_options_b489926b": {
|
|
1867
1918
|
"message": "顯示音訊選項"
|
|
1868
1919
|
},
|
|
@@ -1986,6 +2037,9 @@ const locale = {
|
|
|
1986
2037
|
"submit_a3cc6859": {
|
|
1987
2038
|
"message": "提交"
|
|
1988
2039
|
},
|
|
2040
|
+
"submitting_b90fac62": {
|
|
2041
|
+
"message": "正在提交..."
|
|
2042
|
+
},
|
|
1989
2043
|
"subscript_59744f96": {
|
|
1990
2044
|
"message": "下標"
|
|
1991
2045
|
},
|
|
@@ -2385,6 +2439,9 @@ const locale = {
|
|
|
2385
2439
|
"view_word_and_character_counts_a743dd0c": {
|
|
2386
2440
|
"message": "檢視文字和字元計數"
|
|
2387
2441
|
},
|
|
2442
|
+
"waiting_for_response_1efd0c50": {
|
|
2443
|
+
"message": "等待回應"
|
|
2444
|
+
},
|
|
2388
2445
|
"we_couldn_t_detect_a_working_microphone_connected__ceb71c40": {
|
|
2389
2446
|
"message": "我們偵測不到與您的裝置連線的工作中麥克風。"
|
|
2390
2447
|
},
|
|
@@ -2403,6 +2460,9 @@ const locale = {
|
|
|
2403
2460
|
"webpages_should_only_have_a_single_h1_which_is_aut_dc99189e": {
|
|
2404
2461
|
"message": "網頁應該僅有一個 H1,由頁面的標題自動使用。您的內容中的第一個標題應該是 H2。"
|
|
2405
2462
|
},
|
|
2463
|
+
"what_would_you_like_to_do_6dc0d541": {
|
|
2464
|
+
"message": "您想做什麼?"
|
|
2465
|
+
},
|
|
2406
2466
|
"when_markup_is_used_that_visually_formats_items_as_f941fc1b": {
|
|
2407
2467
|
"message": "如果使用標記使項目看起來像清單,但並未標示其清單關係,使用者瀏覽資訊時或會有困難。"
|
|
2408
2468
|
},
|
|
@@ -2433,6 +2493,9 @@ const locale = {
|
|
|
2433
2493
|
"wreath_product_200b38ef": {
|
|
2434
2494
|
"message": "花環產品"
|
|
2435
2495
|
},
|
|
2496
|
+
"writing_assistant_a30ac16a": {
|
|
2497
|
+
"message": "寫作助理"
|
|
2498
|
+
},
|
|
2436
2499
|
"xi_149681d0": {
|
|
2437
2500
|
"message": "ξ"
|
|
2438
2501
|
},
|
|
@@ -171,6 +171,10 @@ tinymce.addI18n('ar_SA', {
|
|
|
171
171
|
'Delete table': 'Delete table',
|
|
172
172
|
'Header cell': 'Header cell',
|
|
173
173
|
Column: 'Column',
|
|
174
|
+
'Cut column': '\u0642\u0635 \u0627\u0644\u0639\u0645\u0648\u062f',
|
|
175
|
+
'Copy column': '\u0646\u0633\u062e \u0627\u0644\u0639\u0645\u0648\u062f',
|
|
176
|
+
'Paste column before': '\u0644\u0635\u0642 \u0627\u0644\u0639\u0645\u0648\u062f \u0642\u0628\u0644',
|
|
177
|
+
'Paste column after': '\u0644\u0635\u0642 \u0627\u0644\u0639\u0645\u0648\u062f \u0628\u0639\u062f',
|
|
174
178
|
Cell: 'Cell',
|
|
175
179
|
Header: 'Header',
|
|
176
180
|
'Cell type': 'Cell type',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('bg_BG', {
|
|
|
212
212
|
'Insert column before': '\u0412\u043c\u044a\u043a\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u043b\u043e\u043d\u0430 \u043f\u0440\u0435\u0434\u0438',
|
|
213
213
|
'Insert column after': '\u0412\u043c\u044a\u043a\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u043b\u043e\u043d\u0430 \u0441\u043b\u0435\u0434',
|
|
214
214
|
'Delete column': '\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u043b\u043e\u043d\u0430\u0442\u0430',
|
|
215
|
+
'Cut column': '\u0418\u0437\u0440\u044f\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u043b\u043e\u043d\u0430',
|
|
216
|
+
'Copy column': '\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u043b\u043e\u043d\u0430',
|
|
217
|
+
'Paste column before': '\u041f\u043e\u0441\u0442\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043a\u043e\u043b\u043e\u043d\u0430 \u043f\u0440\u0435\u0434\u0438',
|
|
218
|
+
'Paste column after': '\u041f\u043e\u0441\u0442\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043a\u043e\u043b\u043e\u043d\u0430 \u0441\u043b\u0435\u0434',
|
|
215
219
|
Cols: '\u041a\u043e\u043b\u043e\u043d\u0438',
|
|
216
220
|
Rows: '\u0420\u0435\u0434\u043e\u0432\u0435',
|
|
217
221
|
Width: '\u0428\u0438\u0440\u0438\u043d\u0430',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('ca', {
|
|
|
212
212
|
'Insert column before': 'Inserir columna abans',
|
|
213
213
|
'Insert column after': 'Inserir columna despr\u00e9s',
|
|
214
214
|
'Delete column': 'Esborrar columna',
|
|
215
|
+
'Cut column': 'Retalla columna',
|
|
216
|
+
'Copy column': 'Copia columna',
|
|
217
|
+
'Paste column before': 'Enganxa columna abans',
|
|
218
|
+
'Paste column after': 'Enganxa columna despr\u00e9s',
|
|
215
219
|
Cols: 'Cols',
|
|
216
220
|
Rows: 'Files',
|
|
217
221
|
Width: 'Amplada',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('cs', {
|
|
|
212
212
|
'Insert column before': 'Vlo\u017eit sloupec vlevo',
|
|
213
213
|
'Insert column after': 'Vlo\u017eit sloupec vpravo',
|
|
214
214
|
'Delete column': 'Smazat sloupec',
|
|
215
|
+
'Cut column': 'Vyjmout sloupec',
|
|
216
|
+
'Copy column': 'Kop\u00edrovat sloupec',
|
|
217
|
+
'Paste column before': 'Vlo\u017eit sloupec p\u0159ed',
|
|
218
|
+
'Paste column after': 'Vlo\u017eit sloupec za',
|
|
215
219
|
Cols: 'Sloupc\u016f',
|
|
216
220
|
Rows: '\u0158\u00e1dek',
|
|
217
221
|
Width: '\u0160\u00ed\u0159ka',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('cy', {
|
|
|
212
212
|
'Insert column before': 'Mewnosod colofn cyn',
|
|
213
213
|
'Insert column after': 'Mewnosod colofn ar \u00f4l',
|
|
214
214
|
'Delete column': 'Dileu colofn',
|
|
215
|
+
'Cut column': 'Torri colofn',
|
|
216
|
+
'Copy column': 'Cop\u00efo colofn',
|
|
217
|
+
'Paste column before': 'Gludo colofn cyn',
|
|
218
|
+
'Paste column after': 'Gludo colofn ar \u00f4l',
|
|
215
219
|
Cols: 'Colofnau',
|
|
216
220
|
Rows: 'Rhesi',
|
|
217
221
|
Width: 'Lled',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('da', {
|
|
|
212
212
|
'Insert column before': 'Inds\u00e6t kolonne f\u00f8r',
|
|
213
213
|
'Insert column after': 'Inds\u00e6t kolonne efter',
|
|
214
214
|
'Delete column': 'Slet kolonne',
|
|
215
|
+
'Cut column': 'Klip kolonne',
|
|
216
|
+
'Copy column': 'Kopi\u00e9r kolonne',
|
|
217
|
+
'Paste column before': 'Inds\u00e6t kolonne f\u00f8r',
|
|
218
|
+
'Paste column after': 'Inds\u00e6t kolonne efter',
|
|
215
219
|
Cols: 'Kolonne',
|
|
216
220
|
Rows: 'R\u00e6kker',
|
|
217
221
|
Width: 'Bredde',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('de', {
|
|
|
212
212
|
'Insert column before': 'Neue Spalte davor einf\u00fcgen',
|
|
213
213
|
'Insert column after': 'Neue Spalte danach einf\u00fcgen',
|
|
214
214
|
'Delete column': 'Spalte l\u00f6schen',
|
|
215
|
+
'Cut column': 'Spalte ausschneiden',
|
|
216
|
+
'Copy column': 'Spalte kopieren',
|
|
217
|
+
'Paste column before': 'Spalte davor einf\u00fcgen',
|
|
218
|
+
'Paste column after': 'Spalte danach einf\u00fcgen',
|
|
215
219
|
Cols: 'Spalten',
|
|
216
220
|
Rows: 'Zeilen',
|
|
217
221
|
Width: 'Breite',
|
|
@@ -210,6 +210,10 @@ tinymce.addI18n('el', {
|
|
|
210
210
|
'Insert column before': '\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03c3\u03c4\u03ae\u03bb\u03b7\u03c2 \u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ac',
|
|
211
211
|
'Insert column after': '\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03c3\u03c4\u03ae\u03bb\u03b7\u03c2 \u03b4\u03b5\u03be\u03b9\u03ac',
|
|
212
212
|
'Delete column': '\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03c4\u03ae\u03bb\u03b7\u03c2',
|
|
213
|
+
'Cut column': '\u0391\u03c0\u03bf\u03ba\u03bf\u03c0\u03ae \u03c3\u03c4\u03ae\u03bb\u03b7\u03c2',
|
|
214
|
+
'Copy column': '\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03c4\u03ae\u03bb\u03b7\u03c2',
|
|
215
|
+
'Paste column before': '\u0395\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7 \u03c3\u03c4\u03ae\u03bb\u03b7\u03c2 \u03c0\u03c1\u03b9\u03bd',
|
|
216
|
+
'Paste column after': '\u0395\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7 \u03c3\u03c4\u03ae\u03bb\u03b7\u03c2 \u03bc\u03b5\u03c4\u03ac',
|
|
213
217
|
Cols: '\u03a3\u03c4\u03ae\u03bb\u03b5\u03c2',
|
|
214
218
|
Rows: '\u0393\u03c1\u03b1\u03bc\u03bc\u03ad\u03c2',
|
|
215
219
|
Width: '\u03a0\u03bb\u03ac\u03c4\u03bf\u03c2',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('es', {
|
|
|
212
212
|
'Insert column before': 'Insertar columna antes',
|
|
213
213
|
'Insert column after': 'Insertar columna despu\u00e9s',
|
|
214
214
|
'Delete column': 'Eliminar columna',
|
|
215
|
+
'Cut column': 'Cortar columna',
|
|
216
|
+
'Copy column': 'Copiar columna',
|
|
217
|
+
'Paste column before': 'Pegar columna antes',
|
|
218
|
+
'Paste column after': 'Pegar columna despu\u00e9s',
|
|
215
219
|
Cols: 'Columnas',
|
|
216
220
|
Rows: 'Filas',
|
|
217
221
|
Width: 'Ancho',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('fa_IR', {
|
|
|
212
212
|
'Insert column before': '\u062f\u0631\u062c \u0633\u062a\u0648\u0646 \u0642\u0628\u0644',
|
|
213
213
|
'Insert column after': '\u062f\u0631\u062c \u0633\u062a\u0648\u0646 \u0628\u0639\u062f',
|
|
214
214
|
'Delete column': '\u062d\u0630\u0641 \u0633\u062a\u0648\u0646',
|
|
215
|
+
'Cut column': '\u0628\u0631\u0634 \u0633\u062a\u0648\u0646',
|
|
216
|
+
'Copy column': '\u06a9\u067e\u06cc \u0633\u062a\u0648\u0646',
|
|
217
|
+
'Paste column before': '\u0686\u0633\u0628\u0627\u0646\u062f\u0646 \u0633\u062a\u0648\u0646 \u0642\u0628\u0644 \u0627\u0632',
|
|
218
|
+
'Paste column after': '\u0686\u0633\u0628\u0627\u0646\u062f\u0646 \u0633\u062a\u0648\u0646 \u0628\u0639\u062f \u0627\u0632',
|
|
215
219
|
Cols: '\u0633\u062a\u0648\u0646 \u0647\u0627',
|
|
216
220
|
Rows: '\u0633\u0637\u0631 \u0647\u0627',
|
|
217
221
|
Width: '\u0639\u0631\u0636',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('fr_FR', {
|
|
|
212
212
|
'Insert column before': 'Ins\u00e9rer une colonne avant',
|
|
213
213
|
'Insert column after': 'Ins\u00e9rer une colonne apr\u00e8s',
|
|
214
214
|
'Delete column': 'Effacer la colonne',
|
|
215
|
+
'Cut column': 'Couper la colonne',
|
|
216
|
+
'Copy column': 'Copier la colonne',
|
|
217
|
+
'Paste column before': 'Coller la colonne avant',
|
|
218
|
+
'Paste column after': 'Coller la colonne apr\u00e8s',
|
|
215
219
|
Cols: 'Colonnes',
|
|
216
220
|
Rows: 'Lignes',
|
|
217
221
|
Width: 'Largeur',
|
|
@@ -203,6 +203,10 @@ tinymce.addI18n('ga', {
|
|
|
203
203
|
'Insert column before': 'Ions\xe1igh col\xfan ar chl\xe9',
|
|
204
204
|
'Insert column after': 'Ions\xe1igh col\xfan ar dheis',
|
|
205
205
|
'Delete column': 'Scrios an col\xfan',
|
|
206
|
+
'Cut column': 'Gearr col\u00fan',
|
|
207
|
+
'Copy column': 'C\u00f3ip col\u00fan',
|
|
208
|
+
'Paste column before': 'Greamaigh col\u00fan roimh',
|
|
209
|
+
'Paste column after': 'Greamaigh col\u00fan tar \u00e9is',
|
|
206
210
|
Cols: 'Col\xfain',
|
|
207
211
|
Rows: 'R\xf3nna',
|
|
208
212
|
Width: 'Leithead',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('he_IL', {
|
|
|
212
212
|
'Insert column before': '\u05d4\u05e2\u05ea\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4 \u05dc\u05e4\u05e0\u05d9',
|
|
213
213
|
'Insert column after': '\u05d4\u05e2\u05ea\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4 \u05d0\u05d7\u05e8\u05d9',
|
|
214
214
|
'Delete column': '\u05de\u05d7\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4',
|
|
215
|
+
'Cut column': '\u05d7\u05ea\u05d5\u05da \u05e2\u05de\u05d5\u05d3\u05d4',
|
|
216
|
+
'Copy column': '\u05d4\u05e2\u05ea\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4',
|
|
217
|
+
'Paste column before': '\u05d4\u05d3\u05d1\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4 \u05dc\u05e4\u05e0\u05d9',
|
|
218
|
+
'Paste column after': '\u05d4\u05d3\u05d1\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4 \u05d0\u05d7\u05e8\u05d9',
|
|
215
219
|
Cols: '\u05e2\u05de\u05d5\u05d3\u05d5\u05ea',
|
|
216
220
|
Rows: '\u05e9\u05d5\u05e8\u05d5\u05ea',
|
|
217
221
|
Width: '\u05e8\u05d5\u05d7\u05d1',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('hu_HU', {
|
|
|
212
212
|
'Insert column before': 'Oszlop besz\u00far\u00e1sa el\u00e9',
|
|
213
213
|
'Insert column after': 'Oszlop besz\u00far\u00e1sa m\u00f6g\u00e9',
|
|
214
214
|
'Delete column': 'Oszlop t\u00f6rl\u00e9se',
|
|
215
|
+
'Cut column': 'Oszlop kiv\u00e1g\u00e1sa',
|
|
216
|
+
'Copy column': 'Oszlop m\u00e1sol\u00e1sa',
|
|
217
|
+
'Paste column before': 'Oszlop beilleszt\u00e9se el\u0151tte',
|
|
218
|
+
'Paste column after': 'Oszlop beilleszt\u00e9se ut\u00e1na',
|
|
215
219
|
Cols: 'Oszlopok',
|
|
216
220
|
Rows: 'Sorok',
|
|
217
221
|
Width: 'Sz\u00e9less\u00e9g',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('hy', {
|
|
|
212
212
|
'Insert column before': '\u0531\u057e\u0565\u056c\u0561\u0581\u0576\u0565\u056c \u0576\u0578\u0580 \u057d\u0575\u0578\u0582\u0576 \u0571\u0561\u056d\u056b\u0581',
|
|
213
213
|
'Insert column after': '\u0531\u057e\u0565\u056c\u0561\u0581\u0576\u0565\u056c \u0576\u0578\u0580 \u057d\u0575\u0578\u0582\u0576 \u0561\u057b\u056b\u0581',
|
|
214
214
|
'Delete column': '\u0541\u0576\u057b\u0565\u056c \u057d\u0575\u0578\u0582\u0576\u0568',
|
|
215
|
+
'Cut column': '\u054f\u0565\u057e\u0561 \u057d\u0565\u056f\u0578\u0582\u0575\u0569',
|
|
216
|
+
'Copy column': '\u054f\u0565\u0572\u0561\u0580\u057f\u0561\u0563\u0580\u0565\u056c \u057d\u0565\u056f\u0578\u0582\u0575\u0569',
|
|
217
|
+
'Paste column before': '\u053f\u0576\u0574\u056b \u0576\u0561\u056d\u0561\u057f\u0561\u056e \u057d\u0565\u056f\u0578\u0582\u0575\u0569',
|
|
218
|
+
'Paste column after': '\u0544\u0565\u057d\u057f\u0561\u056e \u057d\u0565\u056f\u0578\u0582\u0575\u0569',
|
|
215
219
|
Cols: '\u054d\u0575\u0578\u0582\u0576\u0575\u0561\u056f\u0576\u0565\u0580',
|
|
216
220
|
Rows: '\u054f\u0578\u0572\u0565\u0580',
|
|
217
221
|
Width: '\u053c\u0561\u0575\u0576\u0578\u0582\u0569\u0575\u0578\u0582\u0576',
|
|
@@ -203,6 +203,10 @@ tinymce.addI18n('id', {
|
|
|
203
203
|
'Insert column before': 'Masukkan kolom sebelum',
|
|
204
204
|
'Insert column after': 'Masukkan kolom setelah',
|
|
205
205
|
'Delete column': 'Hapus kolom',
|
|
206
|
+
'Cut column': 'Potong kolom',
|
|
207
|
+
'Copy column': 'Salin kolom',
|
|
208
|
+
'Paste column before': 'Tempel kolom sebelum',
|
|
209
|
+
'Paste column after': 'Tempel kolom setelah',
|
|
206
210
|
Cols: 'Kolom',
|
|
207
211
|
Rows: 'Baris',
|
|
208
212
|
Width: 'Lebar',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('it', {
|
|
|
212
212
|
'Insert column before': 'Inserisci una Colonna Prima',
|
|
213
213
|
'Insert column after': 'Inserisci una Colonna Dopo',
|
|
214
214
|
'Delete column': 'Cancella Colonna',
|
|
215
|
+
'Cut column': 'Taglia colonna',
|
|
216
|
+
'Copy column': 'Copia colonna',
|
|
217
|
+
'Paste column before': 'Incolla colonna prima',
|
|
218
|
+
'Paste column after': 'Incolla colonna dopo',
|
|
215
219
|
Cols: 'Colonne',
|
|
216
220
|
Rows: 'Righe',
|
|
217
221
|
Width: 'Larghezza',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('ja', {
|
|
|
212
212
|
'Insert column before': '\u5de6\u5074\u306b\u5217\u3092\u633f\u5165',
|
|
213
213
|
'Insert column after': '\u53f3\u5074\u306b\u5217\u3092\u633f\u5165',
|
|
214
214
|
'Delete column': '\u5217\u306e\u524a\u9664',
|
|
215
|
+
'Cut column': '\u5217\u3092\u5207\u308a\u53d6\u308b',
|
|
216
|
+
'Copy column': '\u5217\u3092\u30b3\u30d4\u30fc',
|
|
217
|
+
'Paste column before': '\u5217\u3092\u524d\u306b\u8cbc\u308a\u4ed8\u3051\u308b',
|
|
218
|
+
'Paste column after': '\u5217\u3092\u5f8c\u308d\u306b\u8cbc\u308a\u4ed8\u3051\u308b',
|
|
215
219
|
Cols: '\u5217\u6570',
|
|
216
220
|
Rows: '\u884c\u6570',
|
|
217
221
|
Width: '\u5e45',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('ko_KR', {
|
|
|
212
212
|
'Insert column before': '\uc774\uc804\uc5d0 \ud589 \uc0bd\uc785',
|
|
213
213
|
'Insert column after': '\ub2e4\uc74c\uc5d0 \uc5f4 \uc0bd\uc785',
|
|
214
214
|
'Delete column': '\uc5f4 \uc9c0\uc6b0\uae30',
|
|
215
|
+
'Cut column': '\uC5F4 \uC798\uB77C\uB0B4\uAE30',
|
|
216
|
+
'Copy column': '\uC5F4 \uBCF5\uC0AC',
|
|
217
|
+
'Paste column before': '\uC5F4 \uC55E\uC5D0 \uBD99\uC5EC \uB123\uAE30',
|
|
218
|
+
'Paste column after': '\uC5F4 \uB4A4\uC5D0 \uBD99\uC5EC \uB123\uAE30',
|
|
215
219
|
Cols: '\uc5f4',
|
|
216
220
|
Rows: '\ud589',
|
|
217
221
|
Width: '\ub113\uc774',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('nb_NO', {
|
|
|
212
212
|
'Insert column before': 'Sett inn kolonne f\u00f8r',
|
|
213
213
|
'Insert column after': 'Sett inn kolonne etter',
|
|
214
214
|
'Delete column': 'Slett kolonne',
|
|
215
|
+
'Cut column': 'Klipp ut kolonne',
|
|
216
|
+
'Copy column': 'Kopier kolonne',
|
|
217
|
+
'Paste column before': 'Lim inn kolonne f\u00F8r',
|
|
218
|
+
'Paste column after': 'Lim inn kolonne etter',
|
|
215
219
|
Cols: 'Kolonner',
|
|
216
220
|
Rows: 'Rader',
|
|
217
221
|
Width: 'Bredde',
|
|
@@ -212,6 +212,10 @@ tinymce.addI18n('nl', {
|
|
|
212
212
|
'Insert column before': 'Voeg kolom in voor',
|
|
213
213
|
'Insert column after': 'Voeg kolom in na',
|
|
214
214
|
'Delete column': 'Verwijder kolom',
|
|
215
|
+
'Cut column': 'Kolom knippen',
|
|
216
|
+
'Copy column': 'Kolom kopi\u00ebren',
|
|
217
|
+
'Paste column before': 'Kolom ervoor plakken',
|
|
218
|
+
'Paste column after': 'Kolom erna plakken',
|
|
215
219
|
Cols: 'Kolommen',
|
|
216
220
|
Rows: 'Rijen',
|
|
217
221
|
Width: 'Breedte',
|