@sapui5/sap.ui.richtexteditor 1.112.2 → 1.113.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/package.json +1 -1
- package/src/sap/ui/richtexteditor/.library +2 -2
- package/src/sap/ui/richtexteditor/RTESplitButton.js +1 -1
- package/src/sap/ui/richtexteditor/RichTextEditor.js +5 -1
- package/src/sap/ui/richtexteditor/ToolbarWrapper.js +7 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.js +4 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ar.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/bg_BG.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ca.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/cs.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/cy.js +0 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/da.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/de.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/dv.js +0 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/el.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/es.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/es_MX.js +1 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/et.js +0 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/eu.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fa.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fi.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fr_FR.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/he_IL.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hi.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hr.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hu_HU.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/id.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/it.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ja.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/kk.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ko_KR.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/lt.js +1 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/lv.js +0 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ms.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nb_NO.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nl.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pl.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_BR.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_PT.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ro.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ru.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sk.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sl_SI.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sr.js +0 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sv_SE.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/th_TH.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/tr.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/uk.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/vi.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_CN.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_TW.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.js +14 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/CHANGELOG.md +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.css +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ar.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/bg_BG.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ca.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/cs.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/da.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/de.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/el.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/es.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/eu.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fa.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fi.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fr_FR.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/he_IL.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hi.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hr.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hu_HU.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/id.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/it.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ja.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/kk.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ko_KR.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ms.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/nb_NO.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/nl.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pl.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pt_BR.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pt_PT.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ro.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ru.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sk.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sl_SI.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sv_SE.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/th_TH.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/tr.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/uk.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/vi.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/zh_CN.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/zh_TW.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.js +16 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.js +7 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.js +131 -107
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.js +3 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.js +11 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.js +17 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.js +23 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.js +10 -4
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.js +11 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.js +107 -24
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.js +50 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.js +8 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.js +2 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.js +68 -45
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.js +120 -74
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.js +39 -24
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/CHANGELOG.md +13 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/js/wordimport.js +2850 -1729
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.js +21 -13
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.js +13 -13
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.js +42 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.js +7 -4
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.js +9 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.js +6 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.css +31 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.css +31 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.css +155 -46
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.css +31 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.css +31 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.css +149 -40
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.css +31 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.css +31 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.css +164 -46
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.css +31 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.css +31 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.css +157 -39
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.js +6039 -3529
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.d.ts +406 -185
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.js +3915 -3078
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/version.txt +1 -1
- package/src/sap/ui/richtexteditor/library.js +1 -1
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* Copyright (c) 2022 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
5
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
6
|
*/
|
|
7
|
-
tinymce.addI18n("zh_TW",{"Redo":"\u91cd\u505a","Undo":"\u64a4\u92b7","Cut":"\u526a\u4e0b","Copy":"\u8907\u88fd","Paste":"\u7c98\u8cbc","Select all":"\u5168\u9078","New document":"\u65b0\u6587\u4ef6","Ok":"\u78ba\u5b9a","Cancel":"\u53d6\u6d88","Visual aids":"\u5c0f\u5e6b\u624b","Bold":"\u7c97\u9ad4","Italic":"\u659c\u9ad4","Underline":"\u4e0b\u5283\u7dda","Strikethrough":"\u522a\u9664\u7dda","Superscript":"\u4e0a\u6a19","Subscript":"\u4e0b\u6a19","Clear formatting":"\u6e05\u9664\u683c\u5f0f","Remove":"\u79fb\u9664","Align left":"\u5de6\u908a\u5c0d\u9f4a","Align center":"\u4e2d\u9593\u5c0d\u9f4a","Align right":"\u53f3\u908a\u5c0d\u9f4a","No alignment":"\u7121\u5c0d\u9f4a","Justify":"\u5de6\u53f3\u5c0d\u9f4a","Bullet list":"\u9805\u76ee\u6e05\u55ae","Numbered list":"\u6578\u5b57\u6e05\u55ae","Decrease indent":"\u6e1b\u5c11\u7e2e\u6392","Increase indent":"\u589e\u52a0\u7e2e\u6392","Close":"\u95dc\u9589","Formats":"\u683c\u5f0f","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"\u60a8\u7684\u700f\u89bd\u5668\u4e0d\u652f\u63f4\u76f4\u63a5\u9032\u5165\u526a\u8cbc\u7c3f\u3002 \u8acb\u6539\u7528Ctrl+X/C/V\u9375\u76e4\u5feb\u901f\u9375\u3002","Headings":"\u6a19\u984c","Heading 1":"\u6a19\u984c1","Heading 2":"\u6a19\u984c2","Heading 3":"\u6a19\u984c3","Heading 4":"\u6a19\u984c4","Heading 5":"\u6a19\u984c5","Heading 6":"\u6a19\u984c6","Preformatted":"\u9810\u5148\u683c\u5f0f\u5316\u7684","Div":"Div","Pre":"Pre","Code":"\u4ee3\u78bc","Paragraph":"\u6bb5\u843d","Blockquote":"Blockquote","Inline":"\u5167\u806f","Blocks":"\u57fa\u584a","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"\u8cbc\u4e0a\u73fe\u70ba\u7d14\u6587\u5b57\u6a21\u5f0f\u3002 \u5728\u60a8\u95dc\u9589\u6b64\u9078\u9805\u4e4b\u524d\uff0c\u5167\u5bb9\u5c07\u4ee5\u7d14\u6587\u5b57\u5f62\u5f0f\u8cbc\u4e0a\u3002","Fonts":"\u5b57\u578b","Font sizes":"\u5b57\u578b\u5927\u5c0f","Class":"\u985e\u578b","Browse for an image":"\u5f9e\u5716\u7247\u4e2d\u700f\u89bd","OR":"\u6216","Drop an image here":"\u62d6\u66f3\u5716\u7247\u81f3\u6b64","Upload":"\u4e0a\u50b3","Uploading image":"\u4e0a\u50b3\u5716\u7247","Block":"\u5340\u584a","Align":"\u5c0d\u9f4a","Default":"\u9810\u8a2d","Circle":"\u7a7a\u5fc3\u5713","Disc":"\u5be6\u5fc3\u5713","Square":"\u6b63\u65b9\u5f62","Lower Alpha":"\u5c0f\u5beb\u82f1\u6587\u5b57\u6bcd","Lower Greek":"\u5e0c\u81d8\u5b57\u6bcd","Lower Roman":"\u5c0f\u5beb\u7f85\u99ac\u6578\u5b57","Upper Alpha":"\u5927\u5beb\u82f1\u6587\u5b57\u6bcd","Upper Roman":"\u5927\u5beb\u7f85\u99ac\u6578\u5b57","Anchor...":"\u9328\u9ede...","Anchor":"\u9328\u9ede","Name":"\u540d\u7a31","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID \u61c9\u4ee5\u82f1\u6587\u5b57\u6bcd\u958b\u59cb\uff0c\u4e4b\u5f8c\u53ef\u7528\u82f1\u6587\u5b57\u6bcd\u3001\u6578\u5b57\u3001\u865b\u7dda\u3001\u9ede\u3001\u5206\u865f\u6216\u5e95\u7dda\u3002","You have unsaved changes are you sure you want to navigate away?":"\u7de8\u8f2f\u5c1a\u672a\u88ab\u5132\u5b58\uff0c\u4f60\u78ba\u5b9a\u8981\u96e2\u958b\uff1f","Restore last draft":"\u8f09\u5165\u4e0a\u4e00\u6b21\u7de8\u8f2f\u7684\u8349\u7a3f","Special character...":"\u7279\u6b8a\u5b57\u5143......","Special Character":"\u7279\u6b8a\u5b57\u5143","Source code":"\u539f\u59cb\u78bc","Insert/Edit code sample":"\u63d2\u5165/\u7de8\u8f2f \u7a0b\u5f0f\u78bc\u7bc4\u4f8b","Language":"\u8a9e\u8a00","Code sample...":"\u7a0b\u5f0f\u78bc\u7bc4\u4f8b...","Left to right":"\u7531\u5de6\u5230\u53f3","Right to left":"\u7531\u53f3\u5230\u5de6","Title":"\u6a19\u984c","Fullscreen":"\u5168\u87a2\u5e55","Action":"\u52d5\u4f5c","Shortcut":"\u6377\u5f91","Help":"\u5e6b\u52a9","Address":"\u5730\u5740","Focus to menubar":"\u8df3\u81f3\u9078\u55ae\u5217","Focus to toolbar":"\u8df3\u81f3\u5de5\u5177\u5217","Focus to element path":"\u8df3\u81f3\u5143\u7d20\u5217","Focus to contextual toolbar":"\u8df3\u81f3\u5feb\u6377\u9078\u55ae","Insert link (if link plugin activated)":"\u65b0\u589e\u6377\u5f91 (\u6377\u5f91\u5916\u639b\u555f\u7528\u6642)","Save (if save plugin activated)":"\u5132\u5b58 (\u5132\u5b58\u5916\u639b\u555f\u7528\u6642)","Find (if searchreplace plugin activated)":"\u5c0b\u627e (\u5c0b\u627e\u53d6\u4ee3\u5916\u639b\u555f\u7528\u6642)","Plugins installed ({0}):":"\u5916\u639b\u7a0b\u5f0f\uff08{0}\uff09\u5df2\u5b89\u88dd\uff1a","Premium plugins:":"\u52a0\u503c\u5916\u639b\uff1a","Learn more...":"\u4e86\u89e3\u66f4\u591a...","You are using {0}":"\u60a8\u6b63\u5728\u4f7f\u7528 {0}","Plugins":"\u5168\u90e8\u5916\u639b\u7a0b\u5f0f","Handy Shortcuts":"\u5feb\u901f\u9375","Horizontal line":"\u6c34\u5e73\u7dda","Insert/edit image":"\u63d2\u5165/\u7de8\u8f2f\u5716\u7247","Alternative description":"\u66ff\u4ee3\u8aaa\u660e","Accessibility":"\u53ef\u5b58\u53d6\u6027","Image is decorative":"\u6b64\u70ba\u88dd\u98fe\u6027\u5716\u7247","Source":"\u539f\u59cb\u78bc","Dimensions":"\u5c3a\u5bf8","Constrain proportions":"\u4fdd\u6301\u6bd4\u4f8b","General":"\u4e00\u822c","Advanced":"\u9ad8\u7d1a","Style":"\u6a23\u5f0f","Vertical space":"\u5782\u76f4\u9593\u8ddd","Horizontal space":"\u6c34\u6e96\u9593\u8ddd","Border":"\u6846\u7dda","Insert image":"\u63d2\u5165\u5716\u7247","Image...":"\u5716\u7247......","Image list":"\u5716\u7247\u6e05\u55ae","Resize":"\u8abf\u6574\u5927\u5c0f","Insert date/time":"\u63d2\u5165\u65e5\u671f/\u6642\u9593","Date/time":"\u65e5\u671f/\u6642\u9593","Insert/edit link":"\u63d2\u5165/\u7de8\u8f2f\u9023\u7d50","Text to display":"\u8981\u986f\u793a\u7684\u6587\u672c","Url":"\u7db2\u5740","Open link in...":"\u958b\u555f\u9023\u7d50\u65bc...","Current window":"\u76ee\u524d\u8996\u7a97","None":"\u7121","New window":"\u53e6\u958b\u8996\u7a97","Open link":"\u958b\u555f\u9023\u7d50","Remove link":"\u79fb\u9664\u9023\u7d50","Anchors":"\u9328\u9ede","Link...":"\u9023\u7d50...","Paste or type a link":"\u8cbc\u4e0a\u6216\u8f38\u5165\u9023\u7d50","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"\u60a8\u8f38\u5165\u7684URL\u4f3c\u4e4e\u662f\u4e00\u500b\u96fb\u5b50\u90f5\u5740\u3002 \u60a8\u5e0c\u671b\u6dfb\u52a0\u6240\u9700\u7684\u96fb\u90f5\u524d\u7db4\u55ce?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"\u60a8\u8f38\u5165\u7684URL\u61c9\u8a72\u662f\u4e00\u500b\u5916\u90e8\u9023\u7d50\u3002 \u60a8\u5e0c\u671b\u6dfb\u52a0\u6240\u9700\u7684\u7db2\u5740\u524d\u7db4\u55ce?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"\u60a8\u8f38\u5165\u7684URL\u61c9\u8a72\u662f\u4e00\u500b\u5916\u90e8\u9023\u7d50\u3002 \u60a8\u5e0c\u671b\u6dfb\u52a0\u6240\u9700\u7684\u7db2\u5740\u524d\u7db4\u55ce?","Link list":"\u9023\u7d50\u6e05\u55ae","Insert video":"\u63d2\u5165\u5f71\u97f3","Insert/edit video":"\u63d2\u4ef6/\u7de8\u8f2f\u5f71\u97f3","Insert/edit media":"\u63d2\u5165/\u7de8\u8f2f\u5a92\u9ad4","Alternative source":"\u66ff\u4ee3\u4f86\u6e90","Alternative source URL":"\u66ff\u4ee3\u4f86\u6e90URL","Media poster (Image URL)":"\u5a92\u9ad4\u6d77\u5831\uff08\u5f71\u50cfImage URL\uff09","Paste your embed code below:":"\u8acb\u5c07\u60a8\u7684\u5d4c\u5165\u5f0f\u7a0b\u5f0f\u78bc\u8cbc\u5728\u4e0b\u65b9\uff1a","Embed":"\u5d4c\u5165","Media...":"\u5a92\u9ad4...","Nonbreaking space":"\u4e0d\u5206\u884c\u7684\u7a7a\u683c","Page break":"\u5206\u9801","Paste as text":"\u4ee5\u7d14\u6587\u5b57\u8cbc\u4e0a","Preview":"\u9810\u89bd","Print":"\u5217\u5370","Print...":"\u5217\u5370...","Save":"\u4fdd\u5b58","Find":"\u5c0b\u627e","Replace with":"\u66ff\u63db\u70ba","Replace":"\u66ff\u63db","Replace all":"\u66ff\u63db\u5168\u90e8","Previous":"\u4e0a\u4e00\u500b","Next":"\u4e0b\u4e00\u500b","Find and Replace":"\u67e5\u627e\u548c\u66ff\u63db","Find and replace...":"\u5c0b\u627e\u53ca\u53d6\u4ee3...","Could not find the specified string.":"\u7121\u6cd5\u67e5\u8a62\u5230\u6b64\u7279\u5b9a\u5b57\u4e32\u3002","Match case":"\u5927\u5c0f\u5beb\u5339\u914d","Find whole words only":"\u50c5\u627e\u51fa\u5b8c\u6574\u5b57\u532f","Find in selection":"\u5728\u9078\u53d6\u7684\u5167\u5bb9\u4e2d\u5c0b\u627e","Insert table":"\u63d2\u5165\u8868\u683c","Table properties":"\u8868\u683c\u5c6c\u6027","Delete table":"\u522a\u9664\u8868\u683c","Cell":"\u5132\u5b58\u683c","Row":"\u884c","Column":"\u6b04\u76ee","Cell properties":"\u5132\u5b58\u683c\u5c6c\u6027","Merge cells":"\u5408\u4f75\u5132\u5b58\u683c","Split cell":"\u5206\u5272\u5132\u5b58\u683c","Insert row before":"\u63d2\u5165\u5217\u5728...\u4e4b\u524d","Insert row after":"\u63d2\u5165\u5217\u5728...\u4e4b\u5f8c","Delete row":"\u522a\u9664\u5217","Row properties":"\u5217\u5c6c\u6027","Cut row":"\u526a\u4e0b\u5217","Cut column":"\u526a\u4e0b\u6b04","Copy row":"\u8907\u88fd\u5217","Copy column":"\u8907\u88fd\u6b04","Paste row before":"\u8cbc\u4e0a\u5217\u5728...\u4e4b\u524d","Paste column before":"\u8cbc\u4e0a\u6b04\u5728...\u4e4b\u524d","Paste row after":"\u8cbc\u4e0a\u5217\u5728...\u4e4b\u5f8c","Paste column after":"\u8cbc\u4e0a\u6b04\u5728...\u4e4b\u5f8c","Insert column before":"\u63d2\u5165\u6b04\u4f4d\u5728...\u4e4b\u524d","Insert column after":"\u63d2\u5165\u6b04\u4f4d\u5728...\u4e4b\u5f8c","Delete column":"\u522a\u9664\u884c","Cols":"\u6b04\u4f4d\u6bb5","Rows":"\u884c\u6578","Width":"\u5bec\u5ea6","Height":"\u9ad8\u5ea6","Cell spacing":"\u5132\u5b58\u683c\u9593\u8ddd","Cell padding":"\u5132\u5b58\u683c\u908a\u8ddd","Row clipboard actions":"\u884c\u526a\u8cbc\u677f\u64cd\u4f5c","Column clipboard actions":"\u5217\u526a\u8cbc\u677f\u64cd\u4f5c","Table styles":"\u8868\u683c\u6a23\u5f0f","Cell styles":"\u55ae\u5143\u683c\u6a23\u5f0f","Column header":"\u5217\u6a19\u984c","Row header":"\u884c\u6a19\u984c","Table caption":"\u8868\u683c\u6a19\u984c","Caption":"\u6a19\u984c","Show caption":"\u986f\u793a\u6a19\u984c","Left":"\u5de6","Center":"\u5c45\u4e2d","Right":"\u53f3","Cell type":"\u5132\u5b58\u683c\u5225","Scope":"\u7bc4\u570d","Alignment":"\u5c0d\u9f4a","Horizontal align":"\u6c34\u5e73\u5c0d\u9f4a","Vertical align":"\u5782\u76f4\u5c0d\u9f4a","Top":"\u4e0a\u65b9\u5c0d\u9f4a","Middle":"\u5c45\u4e2d\u5c0d\u9f4a","Bottom":"\u4e0b\u65b9\u5c0d\u9f4a","Header cell":"\u8868\u982d\u5132\u5b58\u683c","Row group":"\u5217\u7fa4\u7d44","Column group":"\u6b04\u7fa4\u7d44","Row type":"\u884c\u7684\u985e\u578b","Header":"\u9801\u982d","Body":"\u4e3b\u9ad4","Footer":"Footer","Border color":"\u6846\u7dda\u984f\u8272","Solid":"\u5be6\u5fc3","Dotted":"\u9ede\u7dda","Dashed":"\u865b\u7dda","Double":"\u96d9\u7dda","Groove":"Groove","Ridge":"\u5c71\u810a","Inset":"\u5167\u51f9","Outset":"\u5916\u51f8","Hidden":"\u96b1\u85cf","Insert template...":"\u63d2\u5165\u6a23\u7248...","Templates":"\u6a23\u7248","Template":"\u6a23\u677f","Insert Template":"\u63d2\u5165\u7bc4\u672c","Text color":"\u6587\u672c\u9854\u8272","Background color":"\u80cc\u666f\u9854\u8272","Custom...":"\u81ea\u5b9a\u7fa9......","Custom color":"\u81ea\u8a02\u984f\u8272","No color":"\u7121\u8272","Remove color":"\u79fb\u9664\u984f\u8272","Show blocks":"\u986f\u793a\u57fa\u584a","Show invisible characters":"\u986f\u793a\u96b1\u85cf\u5b57\u5143","Word count":"\u8a08\u7b97\u5b57\u6578","Count":"\u8a08\u7b97","Document":"\u6587\u4ef6","Selection":"\u9078\u9805","Words":"\u5b57\u6578","Words: {0}":"\u6587\u5b57\uff1a{0}","{0} words":"{0} \u500b\u5b57","File":"\u6a94\u6848","Edit":"\u7de8\u8f2f","Insert":"\u63d2\u5165","View":"\u67e5\u770b","Format":"\u683c\u5f0f","Table":"\u8868\u683c","Tools":"\u5de5\u5177","Powered by {0}":"\u63d0\u4f9b\u8005{0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Rich Text \u5340\u57df\u3002 \u529f\u80fd\u8868\uff0c\u8acb\u6309 ALT F9\u3002 \u5de5\u5177\u5217\uff0c\u8acb\u6309 ALT F10\u3002 \u8aaa\u660e\uff0c\u8acb\u6309 ALT 0\u3002","Image title":"\u5716\u7247\u6a19\u984c","Border width":"\u6846\u7dda\u5bec\u5ea6","Border style":"\u6846\u7dda\u6a23\u5f0f","Error":"\u932f\u8aa4","Warn":"\u8b66\u544a","Valid":"\u6709\u6548","To open the popup, press Shift+Enter":"\u8981\u958b\u555f\u5f48\u51fa\u8996\u7a97\uff0c\u8acb\u6309Shift+Enter","Rich Text Area":"Rich Text \u5340","Rich Text Area. Press ALT-0 for help.":"Rich Text \u5340\u57df\u3002 \u8aaa\u660e\uff0c\u8acb\u6309 ALT 0\u3002","System Font":"\u7cfb\u7d71\u5b57\u578b","Failed to upload image: {0}":"\u7121\u6cd5\u4e0a\u50b3\u5716\u50cf\uff1a{0}","Failed to load plugin: {0} from url {1}":"\u7121\u6cd5\u8f09\u5165\u5916\u639b\uff1a\u4f86\u81ea{0} \u7684{1}","Failed to load plugin url: {0}":"\u7121\u6cd5\u8f09\u5165\u5916\u639b url\uff1a{0}","Failed to initialize plugin: {0}":"\u7121\u6cd5\u555f\u52d5\u5916\u639b\uff1a{0}","example":"\u7bc4\u4f8b","Search":"\u641c\u7d22","All":"\u5168\u90e8","Currency":"\u8ca8\u5e63","Text":"\u6587\u672c","Quotations":"\u5f15\u7528","Mathematical":"\u6578\u5b78","Extended Latin":"\u62c9\u4e01\u5b57\u6bcd\u64f4\u5145","Symbols":"\u7b26\u865f","Arrows":"\u7bad\u982d","User Defined":"\u4f7f\u7528\u8005\u5df2\u5b9a\u7fa9","dollar sign":"\u7f8e\u5143\u7b26\u865f","currency sign":"\u8ca8\u5e63\u7b26\u865f","euro-currency sign":"\u6b50\u5143\u7b26\u865f","colon sign":"\u79d1\u6717\u7b26\u865f","cruzeiro sign":"\u514b\u9b6f\u8cfd\u7f85\u7b26\u865f","french franc sign":"\u6cd5\u6717\u7b26\u865f","lira sign":"\u91cc\u62c9\u7b26\u865f","mill sign":"\u6587\u7b26\u865f","naira sign":"\u5948\u62c9\u7b26\u865f","peseta sign":"\u6bd4\u585e\u5854\u7b26\u865f","rupee sign":"\u76e7\u6bd4\u7b26\u865f","won sign":"\u97d3\u571c\u7b26\u865f","new sheqel sign":"\u65b0\u8b1d\u514b\u723e\u7b26\u865f","dong sign":"\u8d8a\u5357\u76fe\u7b26\u865f","kip sign":"\u8001\u64be\u5e63\u7b26\u865f","tugrik sign":"\u8499\u53e4\u5e63\u7b26\u865f","drachma sign":"\u5fb7\u514b\u62c9\u99ac\u7b26\u865f","german penny symbol":"\u5fb7\u570b\u5206\u7b26\u865f","peso sign":"\u62ab\u7d22\u7b26\u865f","guarani sign":"\u5df4\u62c9\u572d\u5e63\u7b26\u865f","austral sign":"\u963f\u6839\u5ef7\u5e63\u7b26\u865f","hryvnia sign":"\u70cf\u514b\u862d\u5e63\u7b26\u865f","cedi sign":"\u8fe6\u7d0d\u5e63\u7b26\u865f","livre tournois sign":"\u91cc\u5f17\u723e\u7b26\u865f","spesmilo sign":"\u570b\u969b\u5e63\u7b26\u865f","tenge sign":"\u54c8\u85a9\u514b\u5e63\u7b26\u865f","indian rupee sign":"\u5370\u5ea6\u76e7\u6bd4\u7b26\u865f","turkish lira sign":"\u571f\u8033\u5176\u91cc\u62c9\u7b26\u865f","nordic mark sign":"\u5317\u6b50\u99ac\u514b\u7b26\u865f","manat sign":"\u4e9e\u585e\u62dc\u7136\u5e63\u7b26\u865f","ruble sign":"\u76e7\u5e03\u7b26\u865f","yen character":"\u65e5\u5713\u7b26\u865f","yuan character":"\u4eba\u6c11\u5e63\u7b26\u865f","yuan character, in hong kong and taiwan":"\u6e2f\u5143\u8207\u53f0\u5e63\u7b26\u865f","yen/yuan character variant one":"\u65e5\u5713/\u4eba\u6c11\u5e63\u7b26\u865f\u8b8a\u5316\u578b","Emojis":"\u8868\u60c5\u5716\u793a","Emojis...":"\u8868\u60c5\u5716\u793a...","Loading emojis...":"\u6b63\u5728\u8f09\u5165\u8868\u60c5\u5716\u793a...","Could not load emojis":"\u7121\u6cd5\u8f09\u5165\u8868\u60c5\u5716\u793a","People":"\u4eba","Animals and Nature":"\u52d5\u7269\u8207\u81ea\u7136","Food and Drink":"\u98f2\u98df","Activity":"\u6d3b\u52d5","Travel and Places":"\u65c5\u884c\u8207\u5730\u9ede","Objects":"\u7269\u4ef6","Flags":"\u65d7\u6a19","Characters":"\u5b57\u5143","Characters (no spaces)":"\u5b57\u5143\uff08\u7121\u7a7a\u683c\uff09","{0} characters":"{0} \u500b\u5b57\u5143","Error: Form submit field collision.":"\u932f\u8aa4\uff1a\u8868\u683c\u905e\u4ea4\u6b04\u4f4d\u885d\u7a81\u3002","Error: No form element found.":"\u932f\u8aa4\uff1a\u627e\u4e0d\u5230\u8868\u683c\u5143\u7d20\u3002","Color swatch":"\u8272\u5f69\u6a23\u672c","Color Picker":"\u9078\u8272\u5668","Invalid hex color code: {0}":"\u7121\u6548\u7684\u5341\u516d\u9032\u5236\u984f\u8272\u4ee3\u78bc\uff1a{0}","Invalid input":"\u7121\u6548\u8f38\u5165","R":"R","Red component":"\u7d05\u8272\u90e8\u5206","G":"G","Green component":"\u7da0\u8272\u90e8\u5206","B":"B","Blue component":"\u85cd\u8272\u90e8\u5206","#":"#","Hex color code":"\u5341\u516d\u9032\u4f4d\u8272\u5f69\u4ee3\u78bc","Range 0 to 255":"\u7bc4\u570d\u70ba 0 \u81f3 255","Turquoise":"\u571f\u8033\u5176\u85cd","Green":"\u7da0\u8272","Blue":"\u85cd\u8272","Purple":"\u7d2b\u8272","Navy Blue":"\u6df1\u85cd\u8272","Dark Turquoise":"\u6df1\u571f\u8033\u5176\u85cd","Dark Green":"\u6df1\u7da0\u8272","Medium Blue":"\u4e2d\u85cd\u8272","Medium Purple":"\u4e2d\u7d2b\u8272","Midnight Blue":"\u9ed1\u85cd\u8272","Yellow":"\u9ec3\u8272","Orange":"\u6a59\u8272","Red":"\u7d05\u8272","Light Gray":"\u6dfa\u7070\u8272","Gray":"\u7070\u8272","Dark Yellow":"\u6df1\u9ec3\u8272","Dark Orange":"\u6df1\u6a59\u8272","Dark Red":"\u6697\u7d05\u8272","Medium Gray":"\u4e2d\u7070\u8272","Dark Gray":"\u6df1\u7070\u8272","Light Green":"\u6de1\u7da0\u8272","Light Yellow":"\u6dfa\u9ec3\u8272","Light Red":"\u6dfa\u7d05\u8272","Light Purple":"\u6dfa\u7d2b\u8272","Light Blue":"\u6dfa\u85cd\u8272","Dark Purple":"\u6df1\u7d2b\u8272","Dark Blue":"\u6df1\u85cd\u8272","Black":"\u9ed1\u8272","White":"\u767d\u8272","Switch to or from fullscreen mode":"\u8f49\u63db\u81ea/\u81f3\u5168\u87a2\u5e55\u6a21\u5f0f","Open help dialog":"\u958b\u555f\u5354\u52a9\u5c0d\u8a71","history":"\u6b77\u53f2","styles":"\u6a23\u5f0f","formatting":"\u683c\u5f0f","alignment":"\u5c0d\u9f4a","indentation":"\u7e2e\u6392","Font":"\u5b57\u578b","Size":"\u5b57\u5f62\u5927\u5c0f","More...":"\u66f4\u591a\u8cc7\u8a0a......","Select...":"\u9078\u64c7......","Preferences":"\u9996\u9078\u9805","Yes":"\u662f","No":"\u5426","Keyboard Navigation":"\u9375\u76e4\u5c0e\u822a","Version":"\u7248\u672c","Code view":"\u4ee3\u78bc\u8996\u5716","Open popup menu for split buttons":"\u70ba\u62c6\u5206\u6309\u9215\u6253\u958b\u5f48\u51fa\u529f\u80fd\u8868","List Properties":"\u6e05\u55ae\u5c6c\u6027","List properties...":"\u6e05\u55ae\u5c6c\u6027...","Start list at number":"\u6e05\u55ae\u8d77\u59cb\u7de8\u865f","Line height":"\u884c\u9ad8","Dropped file type is not supported":"\u4e0d\u652f\u63f4\u5df2\u62d6\u653e\u7684\u6a94\u6848\u985e\u578b","Loading...":"\u4e0a\u50b3\u4e2d......","ImageProxy HTTP error: Rejected request":"ImageProxy HTTP \u932f\u8aa4\uff1a\u62d2\u7d55\u8acb\u6c42","ImageProxy HTTP error: Could not find Image Proxy":"ImageProxy HTTP \u932f\u8aa4\uff1a\u627e\u4e0d\u5230\u5716\u50cf\u4ee3\u7406","ImageProxy HTTP error: Incorrect Image Proxy URL":"ImageProxy HTTP \u932f\u8aa4\uff1a\u932f\u8aa4\u7684\u5716\u50cf\u4ee3\u7406 URL","ImageProxy HTTP error: Unknown ImageProxy error":"ImageProxy HTTP \u932f\u8aa4\uff1a\u672a\u77e5\u7684\u5716\u50cf\u4ee3\u7406\u932f\u8aa4","comments":"\u8a3b\u89e3","Format painter":"\u8907\u88fd\u683c\u5f0f","Capitalization":"\u5927\u5beb","lowercase":"\u5c0f\u5beb","UPPERCASE":"\u5927\u5beb","Title Case":"\u5b57\u9996\u5927\u5beb","Permanent pen":"\u6c38\u4e45\u6027\u7b46","Permanent Pen Properties":"\u6c38\u4e45\u6a19\u8a18\u5c6c\u6027","Permanent pen properties...":"\u6c38\u4e45\u6a19\u8a18\u5c6c\u6027......","Case Change":"\u8b8a\u683c","Checklist":"\u6aa2\u67e5\u6e05\u55ae","Insert checklist":"\u63d2\u5165\u6aa2\u67e5\u6e05\u55ae","Autocorrect":"\u81ea\u52d5\u6821\u6b63","Auto correct {0}":"\u81ea\u52d5\u6821\u6b63 {0}"});
|
|
7
|
+
tinymce.addI18n("zh_TW",{"Redo":"\u91cd\u505a","Undo":"\u64a4\u92b7","Cut":"\u526a\u4e0b","Copy":"\u8907\u88fd","Paste":"\u7c98\u8cbc","Select all":"\u5168\u9078","New document":"\u65b0\u6587\u4ef6","Ok":"\u78ba\u5b9a","Cancel":"\u53d6\u6d88","Visual aids":"\u5c0f\u5e6b\u624b","Bold":"\u7c97\u9ad4","Italic":"\u659c\u9ad4","Underline":"\u4e0b\u5283\u7dda","Strikethrough":"\u522a\u9664\u7dda","Superscript":"\u4e0a\u6a19","Subscript":"\u4e0b\u6a19","Clear formatting":"\u6e05\u9664\u683c\u5f0f","Remove":"\u79fb\u9664","Align left":"\u5de6\u908a\u5c0d\u9f4a","Align center":"\u4e2d\u9593\u5c0d\u9f4a","Align right":"\u53f3\u908a\u5c0d\u9f4a","No alignment":"\u7121\u5c0d\u9f4a","Justify":"\u5de6\u53f3\u5c0d\u9f4a","Bullet list":"\u9805\u76ee\u6e05\u55ae","Numbered list":"\u6578\u5b57\u6e05\u55ae","Decrease indent":"\u6e1b\u5c11\u7e2e\u6392","Increase indent":"\u589e\u52a0\u7e2e\u6392","Close":"\u95dc\u9589","Formats":"\u683c\u5f0f","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"\u60a8\u7684\u700f\u89bd\u5668\u4e0d\u652f\u63f4\u76f4\u63a5\u9032\u5165\u526a\u8cbc\u7c3f\u3002 \u8acb\u6539\u7528Ctrl+X/C/V\u9375\u76e4\u5feb\u901f\u9375\u3002","Headings":"\u6a19\u984c","Heading 1":"\u6a19\u984c1","Heading 2":"\u6a19\u984c2","Heading 3":"\u6a19\u984c3","Heading 4":"\u6a19\u984c4","Heading 5":"\u6a19\u984c5","Heading 6":"\u6a19\u984c6","Preformatted":"\u9810\u5148\u683c\u5f0f\u5316\u7684","Div":"Div","Pre":"Pre","Code":"\u4ee3\u78bc","Paragraph":"\u6bb5\u843d","Blockquote":"Blockquote","Inline":"\u5167\u806f","Blocks":"\u57fa\u584a","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"\u8cbc\u4e0a\u73fe\u70ba\u7d14\u6587\u5b57\u6a21\u5f0f\u3002 \u5728\u60a8\u95dc\u9589\u6b64\u9078\u9805\u4e4b\u524d\uff0c\u5167\u5bb9\u5c07\u4ee5\u7d14\u6587\u5b57\u5f62\u5f0f\u8cbc\u4e0a\u3002","Fonts":"\u5b57\u578b","Font sizes":"\u5b57\u578b\u5927\u5c0f","Class":"\u985e\u578b","Browse for an image":"\u5f9e\u5716\u7247\u4e2d\u700f\u89bd","OR":"\u6216","Drop an image here":"\u62d6\u66f3\u5716\u7247\u81f3\u6b64","Upload":"\u4e0a\u50b3","Uploading image":"\u4e0a\u50b3\u5716\u7247","Block":"\u5340\u584a","Align":"\u5c0d\u9f4a","Default":"\u9810\u8a2d","Circle":"\u7a7a\u5fc3\u5713","Disc":"\u5be6\u5fc3\u5713","Square":"\u6b63\u65b9\u5f62","Lower Alpha":"\u5c0f\u5beb\u82f1\u6587\u5b57\u6bcd","Lower Greek":"\u5e0c\u81d8\u5b57\u6bcd","Lower Roman":"\u5c0f\u5beb\u7f85\u99ac\u6578\u5b57","Upper Alpha":"\u5927\u5beb\u82f1\u6587\u5b57\u6bcd","Upper Roman":"\u5927\u5beb\u7f85\u99ac\u6578\u5b57","Anchor...":"\u9328\u9ede...","Anchor":"\u9328\u9ede","Name":"\u540d\u7a31","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID \u61c9\u4ee5\u82f1\u6587\u5b57\u6bcd\u958b\u59cb\uff0c\u4e4b\u5f8c\u53ef\u7528\u82f1\u6587\u5b57\u6bcd\u3001\u6578\u5b57\u3001\u865b\u7dda\u3001\u9ede\u3001\u5206\u865f\u6216\u5e95\u7dda\u3002","You have unsaved changes are you sure you want to navigate away?":"\u7de8\u8f2f\u5c1a\u672a\u88ab\u5132\u5b58\uff0c\u4f60\u78ba\u5b9a\u8981\u96e2\u958b\uff1f","Restore last draft":"\u8f09\u5165\u4e0a\u4e00\u6b21\u7de8\u8f2f\u7684\u8349\u7a3f","Special character...":"\u7279\u6b8a\u5b57\u5143......","Special Character":"\u7279\u6b8a\u5b57\u5143","Source code":"\u539f\u59cb\u78bc","Insert/Edit code sample":"\u63d2\u5165/\u7de8\u8f2f \u7a0b\u5f0f\u78bc\u7bc4\u4f8b","Language":"\u8a9e\u8a00","Code sample...":"\u7a0b\u5f0f\u78bc\u7bc4\u4f8b...","Left to right":"\u7531\u5de6\u5230\u53f3","Right to left":"\u7531\u53f3\u5230\u5de6","Title":"\u6a19\u984c","Fullscreen":"\u5168\u87a2\u5e55","Action":"\u52d5\u4f5c","Shortcut":"\u6377\u5f91","Help":"\u5e6b\u52a9","Address":"\u5730\u5740","Focus to menubar":"\u8df3\u81f3\u9078\u55ae\u5217","Focus to toolbar":"\u8df3\u81f3\u5de5\u5177\u5217","Focus to element path":"\u8df3\u81f3\u5143\u7d20\u5217","Focus to contextual toolbar":"\u8df3\u81f3\u5feb\u6377\u9078\u55ae","Insert link (if link plugin activated)":"\u65b0\u589e\u6377\u5f91 (\u6377\u5f91\u5916\u639b\u555f\u7528\u6642)","Save (if save plugin activated)":"\u5132\u5b58 (\u5132\u5b58\u5916\u639b\u555f\u7528\u6642)","Find (if searchreplace plugin activated)":"\u5c0b\u627e (\u5c0b\u627e\u53d6\u4ee3\u5916\u639b\u555f\u7528\u6642)","Plugins installed ({0}):":"\u5916\u639b\u7a0b\u5f0f\uff08{0}\uff09\u5df2\u5b89\u88dd\uff1a","Premium plugins:":"\u52a0\u503c\u5916\u639b\uff1a","Learn more...":"\u4e86\u89e3\u66f4\u591a...","You are using {0}":"\u60a8\u6b63\u5728\u4f7f\u7528 {0}","Plugins":"\u5168\u90e8\u5916\u639b\u7a0b\u5f0f","Handy Shortcuts":"\u5feb\u901f\u9375","Horizontal line":"\u6c34\u5e73\u7dda","Insert/edit image":"\u63d2\u5165/\u7de8\u8f2f\u5716\u7247","Alternative description":"\u66ff\u4ee3\u8aaa\u660e","Accessibility":"\u53ef\u5b58\u53d6\u6027","Image is decorative":"\u6b64\u70ba\u88dd\u98fe\u6027\u5716\u7247","Source":"\u539f\u59cb\u78bc","Dimensions":"\u5c3a\u5bf8","Constrain proportions":"\u4fdd\u6301\u6bd4\u4f8b","General":"\u4e00\u822c","Advanced":"\u9ad8\u7d1a","Style":"\u6a23\u5f0f","Vertical space":"\u5782\u76f4\u9593\u8ddd","Horizontal space":"\u6c34\u6e96\u9593\u8ddd","Border":"\u6846\u7dda","Insert image":"\u63d2\u5165\u5716\u7247","Image...":"\u5716\u7247......","Image list":"\u5716\u7247\u6e05\u55ae","Resize":"\u8abf\u6574\u5927\u5c0f","Insert date/time":"\u63d2\u5165\u65e5\u671f/\u6642\u9593","Date/time":"\u65e5\u671f/\u6642\u9593","Insert/edit link":"\u63d2\u5165/\u7de8\u8f2f\u9023\u7d50","Text to display":"\u8981\u986f\u793a\u7684\u6587\u672c","Url":"\u7db2\u5740","Open link in...":"\u958b\u555f\u9023\u7d50\u65bc...","Current window":"\u76ee\u524d\u8996\u7a97","None":"\u7121","New window":"\u53e6\u958b\u8996\u7a97","Open link":"\u958b\u555f\u9023\u7d50","Remove link":"\u79fb\u9664\u9023\u7d50","Anchors":"\u9328\u9ede","Link...":"\u9023\u7d50...","Paste or type a link":"\u8cbc\u4e0a\u6216\u8f38\u5165\u9023\u7d50","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"\u60a8\u8f38\u5165\u7684URL\u4f3c\u4e4e\u662f\u4e00\u500b\u96fb\u5b50\u90f5\u5740\u3002 \u60a8\u5e0c\u671b\u6dfb\u52a0\u6240\u9700\u7684\u96fb\u90f5\u524d\u7db4\u55ce?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"\u60a8\u8f38\u5165\u7684URL\u61c9\u8a72\u662f\u4e00\u500b\u5916\u90e8\u9023\u7d50\u3002 \u60a8\u5e0c\u671b\u6dfb\u52a0\u6240\u9700\u7684\u7db2\u5740\u524d\u7db4\u55ce?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"\u60a8\u8f38\u5165\u7684URL\u61c9\u8a72\u662f\u4e00\u500b\u5916\u90e8\u9023\u7d50\u3002 \u60a8\u5e0c\u671b\u6dfb\u52a0\u6240\u9700\u7684\u7db2\u5740\u524d\u7db4\u55ce?","Link list":"\u9023\u7d50\u6e05\u55ae","Insert video":"\u63d2\u5165\u5f71\u97f3","Insert/edit video":"\u63d2\u4ef6/\u7de8\u8f2f\u5f71\u97f3","Insert/edit media":"\u63d2\u5165/\u7de8\u8f2f\u5a92\u9ad4","Alternative source":"\u66ff\u4ee3\u4f86\u6e90","Alternative source URL":"\u66ff\u4ee3\u4f86\u6e90URL","Media poster (Image URL)":"\u5a92\u9ad4\u6d77\u5831\uff08\u5f71\u50cfImage URL\uff09","Paste your embed code below:":"\u8acb\u5c07\u60a8\u7684\u5d4c\u5165\u5f0f\u7a0b\u5f0f\u78bc\u8cbc\u5728\u4e0b\u65b9\uff1a","Embed":"\u5d4c\u5165","Media...":"\u5a92\u9ad4...","Nonbreaking space":"\u4e0d\u5206\u884c\u7684\u7a7a\u683c","Page break":"\u5206\u9801","Paste as text":"\u4ee5\u7d14\u6587\u5b57\u8cbc\u4e0a","Preview":"\u9810\u89bd","Print":"\u5217\u5370","Print...":"\u5217\u5370...","Save":"\u4fdd\u5b58","Find":"\u5c0b\u627e","Replace with":"\u66ff\u63db\u70ba","Replace":"\u66ff\u63db","Replace all":"\u66ff\u63db\u5168\u90e8","Previous":"\u4e0a\u4e00\u500b","Next":"\u4e0b\u4e00\u500b","Find and Replace":"\u67e5\u627e\u548c\u66ff\u63db","Find and replace...":"\u5c0b\u627e\u53ca\u53d6\u4ee3...","Could not find the specified string.":"\u7121\u6cd5\u67e5\u8a62\u5230\u6b64\u7279\u5b9a\u5b57\u4e32\u3002","Match case":"\u5927\u5c0f\u5beb\u5339\u914d","Find whole words only":"\u50c5\u627e\u51fa\u5b8c\u6574\u5b57\u532f","Find in selection":"\u5728\u9078\u53d6\u7684\u5167\u5bb9\u4e2d\u5c0b\u627e","Insert table":"\u63d2\u5165\u8868\u683c","Table properties":"\u8868\u683c\u5c6c\u6027","Delete table":"\u522a\u9664\u8868\u683c","Cell":"\u5132\u5b58\u683c","Row":"\u884c","Column":"\u6b04\u76ee","Cell properties":"\u5132\u5b58\u683c\u5c6c\u6027","Merge cells":"\u5408\u4f75\u5132\u5b58\u683c","Split cell":"\u5206\u5272\u5132\u5b58\u683c","Insert row before":"\u63d2\u5165\u5217\u5728...\u4e4b\u524d","Insert row after":"\u63d2\u5165\u5217\u5728...\u4e4b\u5f8c","Delete row":"\u522a\u9664\u5217","Row properties":"\u5217\u5c6c\u6027","Cut row":"\u526a\u4e0b\u5217","Cut column":"\u526a\u4e0b\u6b04","Copy row":"\u8907\u88fd\u5217","Copy column":"\u8907\u88fd\u6b04","Paste row before":"\u8cbc\u4e0a\u5217\u5728...\u4e4b\u524d","Paste column before":"\u8cbc\u4e0a\u6b04\u5728...\u4e4b\u524d","Paste row after":"\u8cbc\u4e0a\u5217\u5728...\u4e4b\u5f8c","Paste column after":"\u8cbc\u4e0a\u6b04\u5728...\u4e4b\u5f8c","Insert column before":"\u63d2\u5165\u6b04\u4f4d\u5728...\u4e4b\u524d","Insert column after":"\u63d2\u5165\u6b04\u4f4d\u5728...\u4e4b\u5f8c","Delete column":"\u522a\u9664\u884c","Cols":"\u6b04\u4f4d\u6bb5","Rows":"\u884c\u6578","Width":"\u5bec\u5ea6","Height":"\u9ad8\u5ea6","Cell spacing":"\u5132\u5b58\u683c\u9593\u8ddd","Cell padding":"\u5132\u5b58\u683c\u908a\u8ddd","Row clipboard actions":"\u884c\u526a\u8cbc\u677f\u64cd\u4f5c","Column clipboard actions":"\u5217\u526a\u8cbc\u677f\u64cd\u4f5c","Table styles":"\u8868\u683c\u6a23\u5f0f","Cell styles":"\u55ae\u5143\u683c\u6a23\u5f0f","Column header":"\u5217\u6a19\u984c","Row header":"\u884c\u6a19\u984c","Table caption":"\u8868\u683c\u6a19\u984c","Caption":"\u6a19\u984c","Show caption":"\u986f\u793a\u6a19\u984c","Left":"\u5de6","Center":"\u5c45\u4e2d","Right":"\u53f3","Cell type":"\u5132\u5b58\u683c\u5225","Scope":"\u7bc4\u570d","Alignment":"\u5c0d\u9f4a","Horizontal align":"\u6c34\u5e73\u5c0d\u9f4a","Vertical align":"\u5782\u76f4\u5c0d\u9f4a","Top":"\u4e0a\u65b9\u5c0d\u9f4a","Middle":"\u5c45\u4e2d\u5c0d\u9f4a","Bottom":"\u4e0b\u65b9\u5c0d\u9f4a","Header cell":"\u8868\u982d\u5132\u5b58\u683c","Row group":"\u5217\u7fa4\u7d44","Column group":"\u6b04\u7fa4\u7d44","Row type":"\u884c\u7684\u985e\u578b","Header":"\u9801\u982d","Body":"\u4e3b\u9ad4","Footer":"Footer","Border color":"\u6846\u7dda\u984f\u8272","Solid":"\u5be6\u5fc3","Dotted":"\u9ede\u7dda","Dashed":"\u865b\u7dda","Double":"\u96d9\u7dda","Groove":"Groove","Ridge":"\u5c71\u810a","Inset":"\u5167\u51f9","Outset":"\u5916\u51f8","Hidden":"\u96b1\u85cf","Insert template...":"\u63d2\u5165\u6a23\u7248...","Templates":"\u6a23\u7248","Template":"\u6a23\u677f","Insert Template":"\u63d2\u5165\u7bc4\u672c","Text color":"\u6587\u672c\u9854\u8272","Background color":"\u80cc\u666f\u9854\u8272","Custom...":"\u81ea\u5b9a\u7fa9......","Custom color":"\u81ea\u8a02\u984f\u8272","No color":"\u7121\u8272","Remove color":"\u79fb\u9664\u984f\u8272","Show blocks":"\u986f\u793a\u57fa\u584a","Show invisible characters":"\u986f\u793a\u96b1\u85cf\u5b57\u5143","Word count":"\u8a08\u7b97\u5b57\u6578","Count":"\u8a08\u7b97","Document":"\u6587\u4ef6","Selection":"\u9078\u9805","Words":"\u5b57\u6578","Words: {0}":"\u6587\u5b57\uff1a{0}","{0} words":"{0} \u500b\u5b57","File":"\u6a94\u6848","Edit":"\u7de8\u8f2f","Insert":"\u63d2\u5165","View":"\u67e5\u770b","Format":"\u683c\u5f0f","Table":"\u8868\u683c","Tools":"\u5de5\u5177","Powered by {0}":"\u63d0\u4f9b\u8005{0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Rich Text \u5340\u57df\u3002 \u529f\u80fd\u8868\uff0c\u8acb\u6309 ALT F9\u3002 \u5de5\u5177\u5217\uff0c\u8acb\u6309 ALT F10\u3002 \u8aaa\u660e\uff0c\u8acb\u6309 ALT 0\u3002","Image title":"\u5716\u7247\u6a19\u984c","Border width":"\u6846\u7dda\u5bec\u5ea6","Border style":"\u6846\u7dda\u6a23\u5f0f","Error":"\u932f\u8aa4","Warn":"\u8b66\u544a","Valid":"\u6709\u6548","To open the popup, press Shift+Enter":"\u8981\u958b\u555f\u5f48\u51fa\u8996\u7a97\uff0c\u8acb\u6309Shift+Enter","Rich Text Area":"Rich Text \u5340","Rich Text Area. Press ALT-0 for help.":"Rich Text \u5340\u57df\u3002 \u8aaa\u660e\uff0c\u8acb\u6309 ALT 0\u3002","System Font":"\u7cfb\u7d71\u5b57\u578b","Failed to upload image: {0}":"\u7121\u6cd5\u4e0a\u50b3\u5716\u50cf\uff1a{0}","Failed to load plugin: {0} from url {1}":"\u7121\u6cd5\u8f09\u5165\u5916\u639b\uff1a\u4f86\u81ea{0} \u7684{1}","Failed to load plugin url: {0}":"\u7121\u6cd5\u8f09\u5165\u5916\u639b url\uff1a{0}","Failed to initialize plugin: {0}":"\u7121\u6cd5\u555f\u52d5\u5916\u639b\uff1a{0}","example":"\u7bc4\u4f8b","Search":"\u641c\u7d22","All":"\u5168\u90e8","Currency":"\u8ca8\u5e63","Text":"\u6587\u672c","Quotations":"\u5f15\u7528","Mathematical":"\u6578\u5b78","Extended Latin":"\u62c9\u4e01\u5b57\u6bcd\u64f4\u5145","Symbols":"\u7b26\u865f","Arrows":"\u7bad\u982d","User Defined":"\u4f7f\u7528\u8005\u5df2\u5b9a\u7fa9","dollar sign":"\u7f8e\u5143\u7b26\u865f","currency sign":"\u8ca8\u5e63\u7b26\u865f","euro-currency sign":"\u6b50\u5143\u7b26\u865f","colon sign":"\u79d1\u6717\u7b26\u865f","cruzeiro sign":"\u514b\u9b6f\u8cfd\u7f85\u7b26\u865f","french franc sign":"\u6cd5\u6717\u7b26\u865f","lira sign":"\u91cc\u62c9\u7b26\u865f","mill sign":"\u6587\u7b26\u865f","naira sign":"\u5948\u62c9\u7b26\u865f","peseta sign":"\u6bd4\u585e\u5854\u7b26\u865f","rupee sign":"\u76e7\u6bd4\u7b26\u865f","won sign":"\u97d3\u571c\u7b26\u865f","new sheqel sign":"\u65b0\u8b1d\u514b\u723e\u7b26\u865f","dong sign":"\u8d8a\u5357\u76fe\u7b26\u865f","kip sign":"\u8001\u64be\u5e63\u7b26\u865f","tugrik sign":"\u8499\u53e4\u5e63\u7b26\u865f","drachma sign":"\u5fb7\u514b\u62c9\u99ac\u7b26\u865f","german penny symbol":"\u5fb7\u570b\u5206\u7b26\u865f","peso sign":"\u62ab\u7d22\u7b26\u865f","guarani sign":"\u5df4\u62c9\u572d\u5e63\u7b26\u865f","austral sign":"\u963f\u6839\u5ef7\u5e63\u7b26\u865f","hryvnia sign":"\u70cf\u514b\u862d\u5e63\u7b26\u865f","cedi sign":"\u8fe6\u7d0d\u5e63\u7b26\u865f","livre tournois sign":"\u91cc\u5f17\u723e\u7b26\u865f","spesmilo sign":"\u570b\u969b\u5e63\u7b26\u865f","tenge sign":"\u54c8\u85a9\u514b\u5e63\u7b26\u865f","indian rupee sign":"\u5370\u5ea6\u76e7\u6bd4\u7b26\u865f","turkish lira sign":"\u571f\u8033\u5176\u91cc\u62c9\u7b26\u865f","nordic mark sign":"\u5317\u6b50\u99ac\u514b\u7b26\u865f","manat sign":"\u4e9e\u585e\u62dc\u7136\u5e63\u7b26\u865f","ruble sign":"\u76e7\u5e03\u7b26\u865f","yen character":"\u65e5\u5713\u7b26\u865f","yuan character":"\u4eba\u6c11\u5e63\u7b26\u865f","yuan character, in hong kong and taiwan":"\u6e2f\u5143\u8207\u53f0\u5e63\u7b26\u865f","yen/yuan character variant one":"\u65e5\u5713/\u4eba\u6c11\u5e63\u7b26\u865f\u8b8a\u5316\u578b","Emojis":"\u8868\u60c5\u5716\u793a","Emojis...":"\u8868\u60c5\u5716\u793a...","Loading emojis...":"\u6b63\u5728\u8f09\u5165\u8868\u60c5\u5716\u793a...","Could not load emojis":"\u7121\u6cd5\u8f09\u5165\u8868\u60c5\u5716\u793a","People":"\u4eba","Animals and Nature":"\u52d5\u7269\u8207\u81ea\u7136","Food and Drink":"\u98f2\u98df","Activity":"\u6d3b\u52d5","Travel and Places":"\u65c5\u884c\u8207\u5730\u9ede","Objects":"\u7269\u4ef6","Flags":"\u65d7\u6a19","Characters":"\u5b57\u5143","Characters (no spaces)":"\u5b57\u5143\uff08\u7121\u7a7a\u683c\uff09","{0} characters":"{0} \u500b\u5b57\u5143","Error: Form submit field collision.":"\u932f\u8aa4\uff1a\u8868\u683c\u905e\u4ea4\u6b04\u4f4d\u885d\u7a81\u3002","Error: No form element found.":"\u932f\u8aa4\uff1a\u627e\u4e0d\u5230\u8868\u683c\u5143\u7d20\u3002","Color swatch":"\u8272\u5f69\u6a23\u672c","Color Picker":"\u9078\u8272\u5668","Invalid hex color code: {0}":"\u7121\u6548\u7684\u5341\u516d\u9032\u5236\u984f\u8272\u4ee3\u78bc\uff1a{0}","Invalid input":"\u7121\u6548\u8f38\u5165","R":"R","Red component":"\u7d05\u8272\u90e8\u5206","G":"G","Green component":"\u7da0\u8272\u90e8\u5206","B":"B","Blue component":"\u85cd\u8272\u90e8\u5206","#":"#","Hex color code":"\u5341\u516d\u9032\u4f4d\u8272\u5f69\u4ee3\u78bc","Range 0 to 255":"\u7bc4\u570d\u70ba 0 \u81f3 255","Turquoise":"\u571f\u8033\u5176\u85cd","Green":"\u7da0\u8272","Blue":"\u85cd\u8272","Purple":"\u7d2b\u8272","Navy Blue":"\u6df1\u85cd\u8272","Dark Turquoise":"\u6df1\u571f\u8033\u5176\u85cd","Dark Green":"\u6df1\u7da0\u8272","Medium Blue":"\u4e2d\u85cd\u8272","Medium Purple":"\u4e2d\u7d2b\u8272","Midnight Blue":"\u9ed1\u85cd\u8272","Yellow":"\u9ec3\u8272","Orange":"\u6a59\u8272","Red":"\u7d05\u8272","Light Gray":"\u6dfa\u7070\u8272","Gray":"\u7070\u8272","Dark Yellow":"\u6df1\u9ec3\u8272","Dark Orange":"\u6df1\u6a59\u8272","Dark Red":"\u6697\u7d05\u8272","Medium Gray":"\u4e2d\u7070\u8272","Dark Gray":"\u6df1\u7070\u8272","Light Green":"\u6de1\u7da0\u8272","Light Yellow":"\u6dfa\u9ec3\u8272","Light Red":"\u6dfa\u7d05\u8272","Light Purple":"\u6dfa\u7d2b\u8272","Light Blue":"\u6dfa\u85cd\u8272","Dark Purple":"\u6df1\u7d2b\u8272","Dark Blue":"\u6df1\u85cd\u8272","Black":"\u9ed1\u8272","White":"\u767d\u8272","Switch to or from fullscreen mode":"\u8f49\u63db\u81ea/\u81f3\u5168\u87a2\u5e55\u6a21\u5f0f","Open help dialog":"\u958b\u555f\u5354\u52a9\u5c0d\u8a71","history":"\u6b77\u53f2","styles":"\u6a23\u5f0f","formatting":"\u683c\u5f0f","alignment":"\u5c0d\u9f4a","indentation":"\u7e2e\u6392","Font":"\u5b57\u578b","Size":"\u5b57\u5f62\u5927\u5c0f","More...":"\u66f4\u591a\u8cc7\u8a0a......","Select...":"\u9078\u64c7......","Preferences":"\u9996\u9078\u9805","Yes":"\u662f","No":"\u5426","Keyboard Navigation":"\u9375\u76e4\u5c0e\u822a","Version":"\u7248\u672c","Code view":"\u4ee3\u78bc\u8996\u5716","Open popup menu for split buttons":"\u70ba\u62c6\u5206\u6309\u9215\u6253\u958b\u5f48\u51fa\u529f\u80fd\u8868","List Properties":"\u6e05\u55ae\u5c6c\u6027","List properties...":"\u6e05\u55ae\u5c6c\u6027...","Start list at number":"\u6e05\u55ae\u8d77\u59cb\u7de8\u865f","Line height":"\u884c\u9ad8","Dropped file type is not supported":"\u4e0d\u652f\u63f4\u5df2\u62d6\u653e\u7684\u6a94\u6848\u985e\u578b","Loading...":"\u4e0a\u50b3\u4e2d......","ImageProxy HTTP error: Rejected request":"ImageProxy HTTP \u932f\u8aa4\uff1a\u62d2\u7d55\u8acb\u6c42","ImageProxy HTTP error: Could not find Image Proxy":"ImageProxy HTTP \u932f\u8aa4\uff1a\u627e\u4e0d\u5230\u5716\u50cf\u4ee3\u7406","ImageProxy HTTP error: Incorrect Image Proxy URL":"ImageProxy HTTP \u932f\u8aa4\uff1a\u932f\u8aa4\u7684\u5716\u50cf\u4ee3\u7406 URL","ImageProxy HTTP error: Unknown ImageProxy error":"ImageProxy HTTP \u932f\u8aa4\uff1a\u672a\u77e5\u7684\u5716\u50cf\u4ee3\u7406\u932f\u8aa4","comments":"\u8a3b\u89e3","Format painter":"\u8907\u88fd\u683c\u5f0f","Capitalization":"\u5927\u5beb","lowercase":"\u5c0f\u5beb","UPPERCASE":"\u5927\u5beb","Title Case":"\u5b57\u9996\u5927\u5beb","Permanent pen":"\u6c38\u4e45\u6027\u7b46","Permanent Pen Properties":"\u6c38\u4e45\u6a19\u8a18\u5c6c\u6027","Permanent pen properties...":"\u6c38\u4e45\u6a19\u8a18\u5c6c\u6027......","Case Change":"\u8b8a\u683c","Checklist":"\u6aa2\u67e5\u6e05\u55ae","Insert checklist":"\u63d2\u5165\u6aa2\u67e5\u6e05\u55ae"});
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright (c) 2022 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
5
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
6
|
*
|
|
7
|
-
* Version: 6.1
|
|
7
|
+
* Version: 6.3.1
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
(function () {
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
const isArray = isType$1('array');
|
|
41
41
|
const isNull = eq$2(null);
|
|
42
42
|
const isBoolean = isSimpleType('boolean');
|
|
43
|
+
const isUndefined = eq$2(undefined);
|
|
43
44
|
const isNullable = a => a === null || a === undefined;
|
|
44
45
|
const isNonNullable = a => !isNullable(a);
|
|
45
46
|
const isFunction = isSimpleType('function');
|
|
@@ -354,11 +355,9 @@
|
|
|
354
355
|
r[i] = x;
|
|
355
356
|
};
|
|
356
357
|
const internalFilter = (obj, pred, onTrue, onFalse) => {
|
|
357
|
-
const r = {};
|
|
358
358
|
each$1(obj, (x, i) => {
|
|
359
359
|
(pred(x, i) ? onTrue : onFalse)(x, i);
|
|
360
360
|
});
|
|
361
|
-
return r;
|
|
362
361
|
};
|
|
363
362
|
const filter$1 = (obj, pred) => {
|
|
364
363
|
const t = {};
|
|
@@ -853,8 +852,13 @@
|
|
|
853
852
|
const someIf = (b, a) => b ? Optional.some(a) : Optional.none();
|
|
854
853
|
|
|
855
854
|
const checkRange = (str, substr, start) => substr === '' || str.length >= substr.length && str.substr(start, start + substr.length) === substr;
|
|
856
|
-
const contains = (str, substr) => {
|
|
857
|
-
|
|
855
|
+
const contains = (str, substr, start = 0, end) => {
|
|
856
|
+
const idx = str.indexOf(substr, start);
|
|
857
|
+
if (idx !== -1) {
|
|
858
|
+
return isUndefined(end) ? true : idx + substr.length <= end;
|
|
859
|
+
} else {
|
|
860
|
+
return false;
|
|
861
|
+
}
|
|
858
862
|
};
|
|
859
863
|
const startsWith = (str, prefix) => {
|
|
860
864
|
return checkRange(str, prefix, 0);
|
|
@@ -4747,8 +4751,8 @@
|
|
|
4747
4751
|
|
|
4748
4752
|
const TableActions = (editor, resizeHandler, cellSelectionHandler) => {
|
|
4749
4753
|
const isTableBody = editor => name(getBody(editor)) === 'table';
|
|
4750
|
-
const lastRowGuard = table => isTableBody(editor)
|
|
4751
|
-
const lastColumnGuard = table => isTableBody(editor)
|
|
4754
|
+
const lastRowGuard = table => !isTableBody(editor) || getGridSize(table).rows > 1;
|
|
4755
|
+
const lastColumnGuard = table => !isTableBody(editor) || getGridSize(table).columns > 1;
|
|
4752
4756
|
const cloneFormats = getTableCloneElements(editor);
|
|
4753
4757
|
const colMutationOp = isResizeTableColumnResizing(editor) ? noop : halve;
|
|
4754
4758
|
const getTableSectionType = table => {
|
|
@@ -5247,7 +5251,7 @@
|
|
|
5247
5251
|
fireEvents(editor, table);
|
|
5248
5252
|
selectFirstCellInTable(editor, table);
|
|
5249
5253
|
return table.dom;
|
|
5250
|
-
}).
|
|
5254
|
+
}).getOrNull();
|
|
5251
5255
|
};
|
|
5252
5256
|
const insertTable = (editor, rows, columns, options = {}) => {
|
|
5253
5257
|
const checkInput = val => isNumber(val) && val > 0;
|
|
@@ -6944,7 +6948,7 @@
|
|
|
6944
6948
|
const bind = (element, event, handler) => bind$1(element, event, filter, handler);
|
|
6945
6949
|
const fromRawEvent = fromRawEvent$1;
|
|
6946
6950
|
|
|
6947
|
-
const hasInternalTarget = e => has(SugarElement.fromDom(e.target), 'ephox-snooker-resizer-bar')
|
|
6951
|
+
const hasInternalTarget = e => !has(SugarElement.fromDom(e.target), 'ephox-snooker-resizer-bar');
|
|
6948
6952
|
const TableCellSelectionHandler = (editor, resizeHandler) => {
|
|
6949
6953
|
const cellSelection = Selections(() => SugarElement.fromDom(editor.getBody()), () => getSelectionCell(getSelectionStart(editor), getIsRoot(editor)), ephemera.selectedSelector);
|
|
6950
6954
|
const onSelection = (cells, start, finish) => {
|
|
@@ -7816,7 +7820,7 @@
|
|
|
7816
7820
|
}
|
|
7817
7821
|
};
|
|
7818
7822
|
|
|
7819
|
-
const isTable = node => isNonNullable(node) && node.
|
|
7823
|
+
const isTable = node => isNonNullable(node) && node.nodeName === 'TABLE';
|
|
7820
7824
|
const barResizerPrefix = 'bar-';
|
|
7821
7825
|
const isResizable = elm => get$b(elm, 'data-mce-resize') !== 'false';
|
|
7822
7826
|
const syncPixels = table => {
|