@sapui5/sap.ui.richtexteditor 1.136.2 → 1.138.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 +1 -1
- package/src/sap/ui/richtexteditor/RTESplitButton.js +1 -1
- package/src/sap/ui/richtexteditor/RichTextEditor.js +43 -43
- package/src/sap/ui/richtexteditor/ToolbarWrapper.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce7/icons/default/icons.js +234 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/icons/default/icons.min.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/icons/default/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ar.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/bg_BG.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ca.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/cs.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/cy.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/da.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/de.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/el.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/en_GB.js +261 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/es.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/es_MX.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/eu.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/fa.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/fi.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/fr_FR.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/he_IL.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/hi.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/hr.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/hu_HU.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/id.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/it.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ja.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/kk.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ko_KR.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/lt.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/lv.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ms.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/nb_NO.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/nl.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/pl.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/pt_BR.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/pt_PT.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ro.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ru.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/sk.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/sl_SI.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/sr.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/sv_SE.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/th_TH.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/tr.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/uk.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/vi.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/zh_CN.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/zh_TW.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/license.txt +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/models/dom/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/models/dom/model.js +8147 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/models/dom/model.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/accordion/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/accordion/plugin.js +1062 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/accordion/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/CHANGELOG.md +45 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/codemirror.min.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/customeditor.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/customeditor.min.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/index.js +3 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ar.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/bg_BG.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ca.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/cs.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/da.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/de.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/el.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/es.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/eu.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/fa.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/fi.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/fr_FR.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/he_IL.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/hi.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/hr.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/hu_HU.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/id.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/it.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ja.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/kk.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ko_KR.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ms.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/nb_NO.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/nl.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/pl.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/pt_BR.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/pt_PT.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ro.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ru.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/sk.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/sl_SI.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/sv_SE.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/th_TH.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/tr.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/uk.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/vi.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/zh_CN.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/zh_TW.js +35 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/license.txt +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/plugin.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/plugin.min.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/readme.txt +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/version.txt +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advlist/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advlist/plugin.js +298 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advlist/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/anchor/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/anchor/plugin.js +219 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/anchor/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autolink/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autolink/plugin.js +233 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autolink/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autoresize/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autoresize/plugin.js +184 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autoresize/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autosave/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autosave/plugin.js +239 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autosave/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/charmap/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/charmap/plugin.js +1663 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/charmap/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/code/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/code/plugin.js +90 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/code/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/codesample/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/codesample/plugin.js +2468 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/codesample/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/directionality/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/directionality/plugin.js +395 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/directionality/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/js/emojiimages.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/js/emojiimages.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/js/emojis.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/js/emojis.min.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/plugin.js +601 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/fullscreen/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/fullscreen/plugin.js +1266 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/fullscreen/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ar.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/bg_BG.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ca.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/cs.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/da.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/de.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/el.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/en.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/es.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/eu.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/fa.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/fi.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/fr_FR.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/he_IL.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/hi.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/hr.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/hu_HU.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/id.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/it.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ja.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/kk.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ko_KR.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ms.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/nb_NO.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/nl.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/pl.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/pt_BR.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/pt_PT.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ro.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ru.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/sk.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/sl_SI.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/sv_SE.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/th_TH.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/tr.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/uk.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/vi.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/zh_CN.js +93 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/zh_TW.js +99 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/plugin.js +931 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/image/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/image/plugin.js +1513 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/image/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/importcss/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/importcss/plugin.js +350 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/importcss/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/insertdatetime/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/insertdatetime/plugin.js +192 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/insertdatetime/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/link/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/link/plugin.js +1337 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/link/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/lists/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/lists/plugin.js +2186 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/lists/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/media/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/media/plugin.js +1229 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/media/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/index.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ar.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/bg_BG.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ca.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/cs.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/da.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/de.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/el.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/es.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/eu.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/fa.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/fi.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/fr_FR.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/he_IL.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/hi.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/hr.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/hu_HU.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/id.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/it.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ja.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/kk.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ko_KR.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ms.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/nb_NO.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/nl.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/pl.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/pt_BR.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/pt_PT.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ro.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ru.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/sk.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/sl_SI.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/sv_SE.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/th_TH.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/tr.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/uk.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/vi.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/zh_CN.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/zh_TW.js +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/license.txt +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/plugin.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/plugin.min.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/readme.txt +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/version.txt +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/nonbreaking/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/nonbreaking/plugin.js +128 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/nonbreaking/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/pagebreak/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/pagebreak/plugin.js +122 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/pagebreak/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/CHANGELOG.md +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/index.js +2 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/js/wordimport.js +23102 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ar.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/bg_BG.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ca.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/cs.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/da.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/de.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/el.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/es.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/eu.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/fa.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/fi.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/fr_FR.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/he_IL.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/hi.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/hr.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/hu_HU.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/id.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/it.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ja.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/kk.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ko_KR.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ms.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/nb_NO.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/nl.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/pl.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/pt_BR.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/pt_PT.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ro.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ru.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/sk.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/sl_SI.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/sv_SE.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/th_TH.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/tr.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/uk.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/vi.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/zh_CN.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/zh_TW.js +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/license.txt +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/plugin.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/plugin.min.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/readme.txt +17 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/version.txt +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/preview/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/preview/plugin.js +598 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/preview/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/quickbars/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/quickbars/plugin.js +463 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/quickbars/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/save/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/save/plugin.js +124 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/save/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/searchreplace/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/searchreplace/plugin.js +1103 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/searchreplace/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/table/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/table/plugin.js +3466 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/table/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/CHANGELOG.md +56 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/css/tinycomments.css +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/css/tinycomments.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/index.js +3 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/js/tinycomments-sidebar.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/js/tinycomments-sidebar.min.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ar.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/bg_BG.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ca.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/cs.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/da.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/de.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/el.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/es.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/eu.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/fa.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/fi.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/fr_FR.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/he_IL.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/hi.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/hr.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/hu_HU.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/id.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/it.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ja.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/kk.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ko_KR.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ms.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/nb_NO.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/nl.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/pl.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/pt_BR.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/pt_PT.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ro.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ru.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/sk.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/sl_SI.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/sv_SE.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/th_TH.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/tr.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/uk.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/vi.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/zh_CN.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/zh_TW.js +58 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/license.txt +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/plugin.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/plugin.min.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/readme.txt +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/version.txt +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualblocks/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualblocks/plugin.js +105 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualblocks/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualchars/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualchars/plugin.js +567 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualchars/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/wordcount/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/wordcount/plugin.js +420 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/wordcount/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/readme.txt +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/dark/content.css +72 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/dark/content.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/dark/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/default/content.css +67 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/default/content.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/default/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/document/content.css +72 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/document/content.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/document/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5/content.css +67 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5/content.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5-dark/content.css +72 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5-dark/content.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5-dark/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/writer/content.css +68 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/writer/content.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/writer/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.css +890 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.inline.css +884 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.inline.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.inline.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.css +4766 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.shadowdom.css +36 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.shadowdom.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.shadowdom.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.css +878 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.inline.css +884 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.inline.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.inline.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.css +4769 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.shadowdom.css +36 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.shadowdom.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.shadowdom.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.css +890 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.inline.css +884 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.inline.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.inline.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.css +4880 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.shadowdom.css +36 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.shadowdom.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.shadowdom.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.css +878 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.inline.css +884 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.inline.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.inline.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.css +4880 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.shadowdom.css +36 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.shadowdom.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/themes/silver/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/themes/silver/theme.js +31928 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/themes/silver/theme.min.js +337 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/tinymce.d.ts +3313 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/tinymce.js +32267 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/tinymce.min.js +336 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce7/version.txt +1 -0
- package/src/sap/ui/richtexteditor/library.js +9 -3
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* TinyMCE Language Pack
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
|
+
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
|
+
*/
|
|
7
|
+
tinymce.addI18n("vi",{"#":"#","A - acute":"A - s\u1eafc","A - circumflex":"A - m\u0169","A - diaeresis":"A - t\xe1ch \u0111\xf4i","A - grave":"A - huy\u1ec1n","A - macron":"A - tr\u01b0\u1eddng \xe2m","A - ring above":"A - d\u1ea5u tr\xf2n tr\xean \u0111\u1ea7u","A - tilde":"A - ng\xe3","Accessibility":"Tr\u1ee3 n\u0103ng","Accordion":"M\xf4-\u0111un n\u1ed9i dung m\u1edf r\u1ed9ng/thu g\u1ecdn \u0111\u01b0\u1ee3c","Accordion body...":"N\u1ed9i dung m\xf4-\u0111un n\u1ed9i dung m\u1edf r\u1ed9ng/thu g\u1ecdn \u0111\u01b0\u1ee3c...","Accordion summary...":"T\xf3m t\u1eaft m\xf4-\u0111un n\u1ed9i dung m\u1edf r\u1ed9ng/thu g\u1ecdn \u0111\u01b0\u1ee3c...","Action":"H\xe0nh \u0111\u1ed9ng","Activity":"Ho\u1ea1t \u0111\u1ed9ng","Address":"\u0110i\u0323a chi\u0309","Advanced":"N\xe2ng cao","Align":"C\u0103n ch\u1ec9nh","Align center":"C\u0103n gi\u1eefa","Align left":"C\u0103n tr\xe1i","Align right":"C\u0103n ph\u1ea3i","Alignment":"C\u0103n ch\u1ec9nh","Alignment {0}":"C\u0103n l\u1ec1 {0}","All":"T\u1ea5t c\u1ea3","Alpha":"Alpha","Alternative description":"M\xf4 ta\u0309 thay th\u1ebf","Alternative source":"Ngu\u1ed3n thay th\u1ebf","Alternative source URL":"URL ngu\u1ed3n thay th\u1ebf","Anchor":"\u0110i\u1ec3m neo","Anchor...":"\u0110i\u1ec3m neo...","Anchors":"\u0110i\u1ec3m neo","Animals and Nature":"\u0110\u1ed9ng v\u1eadt v\xe0 thi\xean nhi\xean","Arrows":"M\u0169i t\xean","B":"B","Background color":"M\xe0u n\u1ec1n","Background color {0}":"M\xe0u n\u1ec1n {0}","Beta":"Beta","Black":"M\xe0u \u0111en","Block":"Kh\u1ed1i","Block {0}":"Kh\u1ed1i {0}","Blockquote":"Th\u1ebb tr\xedch d\u1eabn Blockquote","Blocks":"Kh\xf4\u0301i","Blue":"Xanh lam","Blue channel":"K\xeanh xanh d\u01b0\u01a1ng","Body":"N\u1ed9i dung","Bold":"\u0110\u1eadm","Border":"Vi\u1ec1n","Border color":"M\xe0u vi\u1ec1n","Border style":"Ki\u1ec3u \u0111\u01b0\u1eddng vi\u1ec1n","Border width":"\u0110\xf4\u0323 r\xf4\u0323ng vi\xea\u0300n","Bottom":"\u0110\xe1y","Browse files":"Duy\u1ec7t t\u1ec7p","Browse for an image":"Duy\u1ec7t t\xecm h\xecnh \u1ea3nh","Browse links":"Duy\u1ec7t li\xean k\u1ebft","Build with {0}":"X\xe2y d\u1ef1ng v\u1edbi {0}","Bullet list":"Danh s\xe1ch d\u1ea5u \u0111\u1ea7u d\xf2ng","C - cedilla":"C - m\xf3c d\u01b0\u1edbi","Cancel":"H\u1ee7y","Capitalization":"Vi\xea\u0301t hoa","Caption":"Ch\xfa th\xedch","Case Change":"Thay \u0111\u1ed5i c\xe1ch vi\u1ebft hoa","Cell":"\xd4","Cell padding":"Ph\u1ea7n \u0111\u1ec7m \xf4","Cell properties":"Thu\u1ed9c t\xednh \xf4","Cell spacing":"D\xe3n c\xe1ch \xf4","Cell styles":"Ki\u1ec3u \xf4","Cell type":"Lo\u1ea1i \xf4","Center":"Gi\u1eefa","Characters":"K\xfd t\u1ef1","Characters (no spaces)":"K\xfd t\u1ef1 (kh\xf4ng c\xf3 d\u1ea5u c\xe1ch)","Checklist":"Danh s\xe1ch ki\u1ec3m tra","Chi":"Chi","Circle":"Hi\u0300nh tro\u0300n","Class":"L\u1edbp","Clear formatting":"X\xf3a \u0111\u1ecbnh d\u1ea1ng","Close":"\u0110o\u0301ng","Code":"M\xe3","Code sample...":"M\xe3 m\u1eabu...","Code view":"Xem ma\u0303","Color Picker":"B\u1ed9 ch\u1ecdn m\xe0u","Color swatch":"M\u1eabu m\xe0u","Cols":"C\u1ed9t","Column":"C\xf4\u0323t","Column clipboard actions":"Thao t\xe1c trong b\u1ea3ng t\u1ea1m tr\xean c\u1ed9t","Column group":"Nh\xf3m c\u1ed9t","Column header":"Ti\xeau \u0111\u1ec1 c\u1ed9t","Constrain proportions":"Gi\u1eef c\u1ed1 \u0111\u1ecbnh t\u1ec9 l\u1ec7","Copy":"Sao ch\xe9p","Copy column":"Sao ch\xe9p c\u1ed9t","Copy row":"Sao ch\xe9p h\xe0ng","Could not find the specified string.":"Kh\xf4ng t\xecm th\u1ea5y chu\u1ed7i \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh.","Could not load emojis":"Kh\xf4ng t\u1ea3i \u0111\u01b0\u1ee3c c\xe1c emoji","Count":"S\u1ed1 l\u01b0\u1ee3ng","Currency":"\u0110\u01a1n v\u1ecb ti\u1ec1n","Current window":"C\u1eeda s\u1ed5 hi\u1ec7n t\u1ea1i","Custom color":"M\xe0u t\xf9y ch\u1ec9nh","Custom...":"T\xf9y ch\u1ec9nh...","Cut":"C\u1eaft","Cut column":"C\u1eaft c\u1ed9t","Cut row":"C\u1eaft h\xe0ng","Dark Blue":"Xanh lam \u0111\u1eadm","Dark Gray":"X\xe1m \u0111\u1eadm","Dark Green":"Xanh l\u1ee5c \u0111\u1eadm","Dark Orange":"Cam \u0111\u1eadm","Dark Purple":"T\xedm \u0111\u1eadm","Dark Red":"\u0110\u1ecf s\u1eabm","Dark Turquoise":"Ng\u1ecdc lam \u0111\u1eadm","Dark Yellow":"V\xe0ng \u0111\u1eadm","Dashed":"Ne\u0301t \u0111\u01b0\u0301t","Date/time":"Ng\xe0y/gi\u1edd","Decrease indent":"Gia\u0309m thu\u0323t l\xea\u0300","Default":"M\u0103\u0323c \u0111i\u0323nh","Delete accordion":"X\xf3a m\xf4-\u0111un n\u1ed9i dung m\u1edf r\u1ed9ng/thu g\u1ecdn \u0111\u01b0\u1ee3c","Delete column":"X\xf3a c\u1ed9t","Delete row":"X\xf3a h\xe0ng","Delete table":"X\xf3a b\u1ea3ng","Delta":"Delta","Dimensions":"K\xedch th\u01b0\u1edbc","Disc":"\u0110\u0129a","Div":"Ph\u1ea7n t\u1eed Div","Document":"T\xe0i li\u1ec7u","Dotted":"Ch\u1ea5m ch\u1ea5m","Double":"N\xe9t \u0111\xf4i","Drop an image here":"Th\u1ea3 m\u1ed9t h\xecnh \u1ea3nh v\xe0o \u0111\xe2y","Dropped file type is not supported":"Kh\xf4ng h\u1ed7 tr\u1ee3 lo\u1ea1i t\u1ec7p v\u1eeba th\u1ea3 v\xe0o","E - acute":"E - s\u1eafc","E - circumflex":"E - m\u0169","E - diaeresis":"E - t\xe1ch \u0111\xf4i","E - grave":"E - huy\u1ec1n","E - macron":"E - tr\u01b0\u1eddng \xe2m","ETH":"ETH","Edit":"S\u01b0\u0309a","Embed":"Nh\xfang","Emojis":"Emoji","Emojis...":"Emoji...","Epsilon":"Epsilon","Error":"L\u1ed7i","Error: Form submit field collision.":"L\u1ed7i: Xung \u0111\u1ed9t tr\u01b0\u1eddng khi g\u1eedi bi\u1ec3u m\u1eabu.","Error: No form element found.":"L\u1ed7i: Kh\xf4ng t\xecm th\u1ea5y ph\u1ea7n t\u1eed bi\u1ec3u m\u1eabu n\xe0o.","Eta":"Eta","Extended Latin":"Ch\u1eef Latin m\u1edf r\u1ed9ng","Failed to initialize plugin: {0}":"Kh\xf4ng kh\u1edfi t\u1ea1o \u0111\u01b0\u01a1\u0323c ph\u1ea7n b\u1ed5 tr\u1ee3: {0}","Failed to load plugin url: {0}":"Kh\xf4ng t\u1ea3i \u0111\u01b0\u01a1\u0323c URL ph\u1ea7n b\u1ed5 tr\u1ee3: {0}","Failed to load plugin: {0} from url {1}":"Kh\xf4ng t\u1ea3i \u0111\u01b0\u01a1\u0323c ph\u1ea7n b\u1ed5 tr\u1ee3: {0} t\u1eeb url {1}","Failed to upload image: {0}":"Kh\xf4ng t\u1ea3i h\xecnh \u1ea3nh l\xean \u0111\u01b0\u01a1\u0323c: {0}","File":"T\u1ec7p","Find":"T\xecm ki\u1ebfm","Find (if searchreplace plugin activated)":"T\xecm ki\u1ebfm (n\u1ebfu \u0111\xe3 k\xedch ho\u1ea1t ph\u1ea7n b\u1ed5 tr\u1ee3 t\xecm ki\u1ebfm \u2013 thay th\u1ebf)","Find and Replace":"Ti\u0300m va\u0300 Thay th\xea\u0301","Find and replace...":"Ti\u0300m va\u0300 thay th\xea\u0301...","Find in selection":"T\xecm trong ph\u1ea7n l\u1ef1a ch\u1ecdn","Find whole words only":"Ch\u1ec9 t\xecm nguy\xean c\u1ea3 t\u1eeb","Flags":"C\u1edd","Focus to contextual toolbar":"T\u1eadp trung v\xe0o thanh c\xf4ng c\u1ee5 ng\u1eef c\u1ea3nh","Focus to element path":"T\u1eadp trung v\xe0o \u0111\u01b0\u1eddng d\u1eabn ph\u1ea7n t\u1eed","Focus to menubar":"T\u1eadp trung v\xe0o thanh menu","Focus to notification":"T\u1eadp trung v\xe0o th\xf4ng b\xe1o","Focus to toolbar":"T\u1eadp trung v\xe0o thanh c\xf4ng c\u1ee5","Font":"Ph\xf4ng ch\u1eef","Font size {0}":"C\u1ee1 ch\u1eef {0}","Font sizes":"K\xedch th\u01b0\u1edbc ph\xf4ng ch\u1eef","Font {0}":"Ph\xf4ng ch\u1eef {0}","Fonts":"Ph\xf4ng ch\u01b0\u0303","Food and Drink":"Th\u1ef1c ph\u1ea9m v\xe0 \u0111\u1ed3 u\u1ed1ng","Footer":"Ch\xe2n trang","Format":"\u0110\u1ecbnh d\u1ea1ng","Format painter":"B\xfat \u0111\u1ecbnh d\u1ea1ng","Format {0}":"\u0110\u1ecbnh d\u1ea1ng {0}","Formats":"\u0110\u1ecbnh d\u1ea1ng","Fullscreen":"To\xe0n m\xe0n h\xecnh","G":"G","Gamma":"Gamma","General":"T\u1ed5ng qu\xe1t","Gray":"M\xe0u x\xe1m","Green":"Xanh l\u1ee5c","Green channel":"K\xeanh xanh l\u1ee5c","Groove":"X\u1ebb r\xe3nh","Handy Shortcuts":"Ph\xedm t\u1eaft ti\u1ec7n d\u1ee5ng","Header":"\u0110\u1ea7u trang","Header cell":"\xd4 ti\xeau \u0111\u1ec1","Heading 1":"Ti\xeau \u0111\u1ec1 1","Heading 2":"Ti\xeau \u0111\u1ec1 2","Heading 3":"Ti\xeau \u0111\u1ec1 3","Heading 4":"Ti\xeau \u0111\u1ec1 4","Heading 5":"Ti\xeau \u0111\u1ec1 5","Heading 6":"Ti\xeau \u0111\u1ec1 6","Headings":"Ti\xeau \u0111\u1ec1","Height":"Chi\u1ec1u cao","Help":"Tr\u1ee3 gi\xfap","Hex color code":"M\xe3 m\xe0u th\u1eadp l\u1ee5c ph\xe2n","Hexadecimal only, 000000 to FFFFFF":"Ch\u1ec9 s\u1ed1 th\u1eadp l\u1ee5c ph\xe2n, 000000 \u0111\u1ebfn FFFFFF","Hidden":"\u0110\u01b0\u1eddng vi\u1ec1n \u1ea9n","Horizontal align":"C\u0103n ch\u1ec9nh ngang","Horizontal line":"\u0110\u01b0\u1eddng ngang","Horizontal space":"Kh\xf4ng gian chi\u1ec1u ngang","I - acute":"I - s\u1eafc","I - circumflex":"I - m\u0169","I - diaeresis":"I - t\xe1ch \u0111\xf4i","I - grave":"I - huy\u1ec1n","I - macron":"I - tr\u01b0\u1eddng \xe2m","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID ph\u1ea3i b\u1eaft \u0111\u1ea7u b\u1eb1ng m\u1ed9t ch\u1eef c\xe1i. C\xe1c k\xfd t\u1ef1 c\xf2n l\u1ea1i ch\u1ec9 \u0111\u01b0\u1ee3c bao g\u1ed3m ch\u1eef c\xe1i, s\u1ed1, d\u1ea5u g\u1ea1ch ngang, d\u1ea5u ch\u1ea5m, d\u1ea5u hai ch\u1ea5m ho\u1eb7c d\u1ea5u g\u1ea1ch d\u01b0\u1edbi.","Image is decorative":"H\xecnh \u1ea3nh mang t\xednh ch\u1ea5t trang tr\xed","Image list":"Danh s\xe1ch h\xecnh \u1ea3nh","Image title":"Ti\xeau \u0111\u1ec1 h\xecnh \u1ea3nh","Image...":"H\xecnh \u1ea3nh...","ImageProxy HTTP error: Could not find Image Proxy":"L\u1ed7i HTTP ImageProxy: Kh\xf4ng t\xecm th\u1ea5y Proxy h\xecnh \u1ea3nh","ImageProxy HTTP error: Incorrect Image Proxy URL":"L\u1ed7i HTTP ImageProxy: URL Proxy h\xecnh \u1ea3nh kh\xf4ng ch\xednh x\xe1c","ImageProxy HTTP error: Rejected request":"L\u1ed7i HTTP ImageProxy: Y\xeau c\u1ea7u b\u1ecb t\u1eeb ch\u1ed1i","ImageProxy HTTP error: Unknown ImageProxy error":"L\u1ed7i HTTP ImageProxy: L\u1ed7i ImageProxy kh\xf4ng x\xe1c \u0111\u1ecbnh","Increase indent":"T\u0103ng thu\u0323t l\xea\u0300","Inline":"N\u1ed9i tuy\u1ebfn","Insert":"Ch\xe8n","Insert Template":"Ch\xe8n m\u1eabu","Insert accordion":"Ch\xe8n m\xf4-\u0111un n\u1ed9i dung m\u1edf r\u1ed9ng/thu g\u1ecdn \u0111\u01b0\u1ee3c","Insert checklist":"Ch\xe8n danh s\xe1ch ki\u1ec3m tra","Insert column after":"Ch\xe8n c\u1ed9t ph\xeda sau","Insert column before":"Ch\xe8n c\u1ed9t ph\xeda tr\u01b0\u1edbc","Insert date/time":"Ch\xe8n ng\xe0y/gi\u1edd","Insert image":"Ch\xe8n h\xecnh \u1ea3nh","Insert link (if link plugin activated)":"Ch\xe8n li\xean k\u1ebft (n\u1ebfu \u0111\xe3 k\xedch ho\u1ea1t ph\u1ea7n b\u1ed5 tr\u1ee3 li\xean k\u1ebft)","Insert row after":"Ch\xe8n h\xe0ng ph\xeda sau","Insert row before":"Ch\xe8n h\xe0ng ph\xeda tr\u01b0\u1edbc","Insert table":"Ch\xe8n b\u1ea3ng","Insert template...":"Ch\xe8n m\u1eabu...","Insert video":"Ch\xe8n video","Insert/Edit code sample":"Ch\xe8n/ch\u1ec9nh s\u1eeda m\xe3 m\u1eabu","Insert/edit image":"Ch\xe8n/ch\u1ec9nh s\u1eeda h\xecnh \u1ea3nh","Insert/edit link":"Ch\xe8n/ch\u1ec9nh s\u1eeda li\xean k\u1ebft","Insert/edit media":"Ch\xe8n/ch\u1ec9nh s\u1eeda ph\u01b0\u01a1ng ti\u1ec7n","Insert/edit video":"Ch\xe8n/ch\u1ec9nh s\u1eeda video","Inset":"Khung ch\xecm","Invalid hex color code: {0}":"M\xe3 m\xe0u th\u1eadp l\u1ee5c ph\xe2n kh\xf4ng h\u1ee3p l\u1ec7: {0}","Invalid input":"Th\xf4ng tin \u0111\u1ea7u v\xe0o kh\xf4ng h\u1ee3p l\u1ec7","Iota":"Iota","Italic":"Nghi\xeang","Justify":"C\u0103n \u0111\u1ec1u","Kappa":"Kappa","Keyboard Navigation":"\u0110i\u1ec1u h\u01b0\u1edbng b\xe0n ph\xedm","Lambda":"Lambda","Language":"Ng\xf4n ng\u01b0\u0303","Learn more...":"T\xecm hi\u1ec3u th\xeam...","Left":"Tr\xe1i","Left to right":"Tr\xe1i sang ph\u1ea3i","Light Blue":"Xanh lam nha\u0323t","Light Gray":"Xa\u0301m nha\u0323t","Light Green":"Xanh lu\u0323c nha\u0323t","Light Purple":"T\xedm nh\u1ea1t","Light Red":"\u0110\u1ecf nh\u1ea1t","Light Yellow":"V\xe0ng nh\u1ea1t","Line height":"Chi\u1ec1u cao d\xf2ng","Link":"Li\xean k\u1ebft","Link list":"Danh s\xe1ch li\xean k\u1ebft...","Link...":"Li\xean k\u1ebft...","List Properties":"Thu\u1ed9c t\xednh danh s\xe1ch","List properties...":"Thu\u1ed9c t\xednh danh s\xe1ch...","Loading emojis...":"\u0110ang t\u1ea3i c\xe1c emoji...","Loading...":"\u0110ang t\u1ea3i...","Lower Alpha":"Ch\u1eef c\xe1i in th\u01b0\u1eddng","Lower Greek":"Ch\u1eef Hy L\u1ea1p in th\u01b0\u1eddng","Lower Roman":"Ch\u1eef Roman in th\u01b0\u1eddng","Match case":"Kh\u01a1\u0301p ch\u01b0\u0303 hoa/th\u01b0\u01a1\u0300ng","Mathematical":"To\xe1n h\u1ecdc","Media poster (Image URL)":"\xc1p ph\xedch ph\u01b0\u01a1ng ti\u1ec7n (URL h\xecnh \u1ea3nh)","Media...":"Ph\u01b0\u01a1ng ti\u1ec7n...","Medium Blue":"Xanh lam trung b\xecnh","Medium Gray":"X\xe1m trung b\xecnh","Medium Purple":"T\xedm trung b\xecnh","Merge cells":"Ph\u1ed1i \xf4","Middle":"Gi\u1eefa","Midnight Blue":"D\u1ea1 lam","More...":"Th\xeam...","Mu":"Mu","N - tilde":"N - ng\xe3","Name":"T\xean","Navy Blue":"Xanh ha\u0309i qu\xe2n","New document":"T\xe0i li\u1ec7u m\u1edbi","New window":"C\u1eeda s\u1ed5 m\u1edbi","Next":"Ti\u1ebfp theo","No":"Kh\xf4ng","No alignment":"Kh\xf4ng c\u0103n ch\u1ec9nh","No color":"Kh\xf4ng m\xe0u","Nonbreaking space":"D\u1ea5u c\xe1ch kh\xf4ng ng\u1eaft","None":"Kh\xf4ng c\xf3","Nu":"Nu","Numbered list":"Danh s\xe1ch \u0111\xe1nh s\u1ed1","Numbers only, 0 to 255":"Ch\u1ec9 s\u1ed1, 0 \u0111\u1ebfn 255","O - acute":"O - s\u1eafc","O - circumflex":"O - m\u0169","O - diaeresis":"O - t\xe1ch \u0111\xf4i","O - grave":"O - huy\u1ec1n","O - macron":"O - tr\u01b0\u1eddng \xe2m","O - slash":"O - g\u1ea1ch ch\xe9o","O - tilde":"O - ng\xe3","OR":"HO\u1eb6C","Objects":"\u0110\u1ed1i t\u01b0\u1ee3ng","Ok":"OK","Omega":"Omega","Omicron":"Omicron","Open help dialog":"M\u1edf h\u1ed9p tho\u1ea1i tr\u1ee3 gi\xfap","Open link":"M\u1edf li\xean k\u1ebft","Open link in...":"M\u1edf li\xean k\u1ebft trong...","Open popup menu for split buttons":"M\u1edf menu b\u1eadt l\xean \u0111\u1ec3 d\xf9ng c\xe1c n\xfat chia t\xe1ch","Orange":"M\xe0u cam","Outset":"Khung n\u1ed5i","Page break":"Ng\u1eaft trang","Paragraph":"\u0110o\u1ea1n v\u0103n","Paste":"D\xe1n","Paste as text":"D\xe1n d\u01b0\u1edbi d\u1ea1ng v\u0103n b\u1ea3n","Paste column after":"D\xe1n c\u1ed9t ph\xeda sau","Paste column before":"D\xe1n c\u1ed9t ph\xeda tr\u01b0\u1edbc","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"Ch\u1ee9c n\u0103ng d\xe1n hi\u1ec7n \u0111ang \u1edf ch\u1ebf \u0111\u1ed9 v\u0103n b\u1ea3n thu\u1ea7n.Hi\u1ec7n gi\u1edd, n\u1ed9i dung s\u1ebd \u0111\u01b0\u1ee3c d\xe1n d\u01b0\u1edbi d\u1ea1ng v\u0103n b\u1ea3n thu\u1ea7n cho \u0111\u1ebfn khi b\u1ea1n t\u1eaft t\xf9y ch\u1ecdn n\xe0y.","Paste or type a link":"D\xe1n ho\u1eb7c nh\u1eadp m\u1ed9t li\xean k\u1ebft","Paste row after":"D\xe1n h\xe0ng ph\xeda sau","Paste row before":"D\xe1n h\xe0ng ph\xeda tr\u01b0\u1edbc","Paste your embed code below:":"H\xe3y d\xe1n m\xe3 nh\xfang v\xe0o b\xean d\u01b0\u1edbi:","People":"Con ng\u01b0\u1eddi","Permanent Pen Properties":"Thu\u1ed9c t\xednh c\u1ee7a B\xfat kh\xf4ng xo\xe1 \u0111\u01b0\u1ee3c","Permanent pen":"B\xfat kh\xf4ng xo\xe1 \u0111\u01b0\u1ee3c","Permanent pen properties...":"Thu\u1ed9c t\xednh c\u1ee7a b\xfat kh\xf4ng xo\xe1 \u0111\u01b0\u1ee3c...","Phi":"Phi","Pi":"Pi","Plugins":"Ph\u1ea7n b\u1ed5 tr\u1ee3","Plugins installed ({0}):":"\u0110\xe3 c\xe0i \u0111\u1eb7t ph\u1ea7n b\u1ed5 tr\u1ee3 ({0}):","Powered by {0}":"Ho\u1ea1t \u0111\u1ed9ng tr\xean n\u1ec1n t\u1ea3ng {0}","Pre":"Ph\u1ea7n t\u1eed Pre","Preferences":"T\xf9y ch\u1ecdn","Preformatted":"\u0110i\u0323nh da\u0323ng tr\u01b0\u01a1\u0301c","Premium plugins:":"Ph\u1ea7n b\u1ed5 tr\u1ee3 cao c\u1ea5p:","Press the Up and Down arrow keys to resize the editor.":"Nh\u1ea5n ph\xedm m\u0169i t\xean H\u01b0\u1edbng l\xean v\xe0 H\u01b0\u1edbng xu\u1ed1ng \u0111\u1ec3 ch\u1ec9nh k\xedch c\u1ee1 tr\xecnh so\u1ea1n th\u1ea3o.","Press the arrow keys to resize the editor.":"Nh\u1ea5n ph\xedm m\u0169i t\xean \u0111\u1ec3 ch\u1ec9nh k\xedch c\u1ee1 tr\xecnh so\u1ea1n th\u1ea3o.","Press {0} for help":"Nh\u1ea5n {0} \u0111\u1ec3 \u0111\u01b0\u1ee3c tr\u1ee3 gi\xfap","Preview":"Xem tr\u01b0\u1edbc","Previous":"Tr\u01b0\u1edbc","Print":"In","Print...":"In...","Psi":"Psi","Purple":"T\xedm","Quotations":"Tr\xedch d\u1eabn","R":"R","Range 0 to 255":"Trong ph\u1ea1m vi t\u1eeb 0 \u0111\u1ebfn 255","Red":"M\xe0u \u0111\u1ecf","Red channel":"K\xeanh \u0111\u1ecf","Redo":"L\xe0m l\u1ea1i","Remove":"Lo\u1ea1i b\u1ecf","Remove color":"Lo\u1ea1i b\u1ecf m\xe0u","Remove link":"Lo\u1ea1i b\u1ecf li\xean k\u1ebft","Replace":"Thay th\u1ebf","Replace all":"Thay th\u1ebf to\xe0n b\u1ed9","Replace with":"Thay th\u1ebf b\u1eb1ng","Resize":"\u0110\u1ed5i k\xedch c\u1ee1","Restore last draft":"Kh\xf4i ph\u1ee5c b\u1ea3n nh\xe1p g\u1ea7n \u0111\xe2y nh\u1ea5t","Reveal or hide additional toolbar items":"Hi\u1ec7n ho\u1eb7c \u1ea9n c\xe1c m\u1ee5c trong thanh c\xf4ng c\u1ee5 b\u1ed5 sung","Rho":"Rho","Rich Text Area":"V\xf9ng v\u0103n b\u1ea3n \u0111a da\u0323ng th\u01b0\u0301c","Rich Text Area. Press ALT-0 for help.":"V\xf9ng v\u0103n b\u1ea3n \u0111a d\u1ea1ng th\u01b0\u0301c.Nh\u1ea5n ALT-0 \u0111\u1ec3 \u0111\u01b0\u1ee3c tr\u1ee3 gi\xfap.","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"V\xf9ng v\u0103n b\u1ea3n \u0111a d\u1ea1ng th\u01b0\u0301c.Nh\u1ea5n ALT-F9 \u0111\u1ec3 m\u1edf menu.Nh\u1ea5n ALT-F10 \u0111\u1ec3 m\u1edf thanh c\xf4ng c\u1ee5.Nh\u1ea5n ALT-0 \u0111\u1ec3 \u0111\u01b0\u1ee3c tr\u1ee3 gi\xfap","Ridge":"\u0110\u01b0\u1eddng n\u1ed5i","Right":"Ph\u1ea3i","Right to left":"Ph\u1ea3i sang tr\xe1i","Row":"H\xe0ng","Row clipboard actions":"Thao t\xe1c trong b\u1ea3ng t\u1ea1m tr\xean h\xe0ng","Row group":"Nh\xf3m h\xe0ng","Row header":"Ti\xeau \u0111\u1ec1 h\xe0ng","Row properties":"Thu\u1ed9c t\xednh h\xe0ng","Row type":"Lo\u1ea1i h\xe0ng","Rows":"H\xe0ng","S - caron":"S - m\xf3c","Save":"L\u01b0u","Save (if save plugin activated)":"L\u01b0u (n\u1ebfu \u0111\xe3 k\xedch ho\u1ea1t ph\u1ea7n b\u1ed5 tr\u1ee3 l\u01b0u)","Scope":"Ph\u1ea1m vi","Search":"T\xecm ki\u1ebfm","Select all":"Ch\u1ecdn t\u1ea5t c\u1ea3","Select the {0} element":"Ch\u1ecdn y\u1ebfu t\u1ed1 {0}","Select...":"Ch\u1ecdn...","Selection":"L\u1ef1a ch\u1ecdn","Shortcut":"Ph\xedm t\u1eaft","Show blocks":"Hi\u1ec3n th\u1ecb kh\xf4\u0301i","Show caption":"Hi\u1ec3n th\u1ecb ch\xfa th\xedch","Show invisible characters":"Hi\u1ec3n th\u1ecb c\xe1c k\xfd t\u1ef1 \u1ea9n","Sigma":"Sigma","Size":"K\xedch th\u01b0\u1edbc","Solid":"\u0110\u01b0\u1eddng li\u1ec1n n\xe9t","Source":"Ngu\u1ed3n","Source code":"M\xe3 ngu\u1ed3n","Special Character":"K\xfd t\u1ef1 \u0111\u1eb7c bi\u1ec7t","Special character...":"K\xfd t\u1ef1 \u0111\u1eb7c bi\u1ec7t...","Split cell":"T\xe1ch \xf4","Square":"H\xecnh vu\xf4ng","Start list at number":"B\u1eaft \u0111\u1ea7u danh s\xe1ch t\u1eeb s\u1ed1","Strikethrough":"G\u1ea1ch ngang ch\u1eef","Style":"Ki\u1ec3u","Subscript":"Chi\u0309 s\xf4\u0301 d\u01b0\u01a1\u0301i","Superscript":"Chi\u0309 s\xf4\u0301 tr\xean","Switch to or from fullscreen mode":"Chuy\u1ec3n sang ho\u1eb7c chuy\u1ec3n t\u1eeb ch\u1ebf \u0111\u1ed9 to\xe0n m\xe0n h\xecnh","Symbols":"Bi\u1ec3u t\u01b0\u1ee3ng","System Font":"Ph\xf4ng ch\u1eef h\xea\u0323 th\xf4\u0301ng","THORN":"THORN","Table":"Ba\u0309ng","Table caption":"Ch\xfa th\xedch b\u1ea3ng","Table properties":"Thu\u1ed9c t\xednh b\u1ea3ng","Table styles":"Ki\u1ec3u b\u1ea3ng","Tau":"Tau","Template":"M\u1eabu","Templates":"M\u1eabu","Text":"Ch\u1eef c\xe1i","Text color":"M\xe0u v\u0103n b\u1ea3n","Text color {0}":"M\xe0u ch\u1eef {0}","Text to display":"V\u0103n b\u1ea3n hi\u1ec3n th\u1ecb","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":'URL b\u1ea1n \u0111\xe3 nh\u1eadp c\xf3 v\u1ebb l\xe0 m\u1ed9t \u0111\u1ecba ch\u1ec9 email.B\u1ea1n c\xf3 mu\u1ed1n th\xeam ti\u1ec1n t\u1ed1 b\u1eaft bu\u1ed9c l\xe0 "mailto:" v\xe0o kh\xf4ng?',"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":'URL b\u1ea1n \u0111\xe3 nh\u1eadp c\xf3 v\u1ebb l\xe0 m\u1ed9t li\xean k\u1ebft b\xean ngo\xe0i.B\u1ea1n c\xf3 mu\u1ed1n th\xeam ti\u1ec1n t\u1ed1 b\u1eaft bu\u1ed9c l\xe0 "http://" v\xe0o kh\xf4ng?',"The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":'URL b\u1ea1n \u0111\xe3 nh\u1eadp c\xf3 v\u1ebb l\xe0 m\u1ed9t li\xean k\u1ebft b\xean ngo\xe0i.B\u1ea1n c\xf3 mu\u1ed1n th\xeam ti\u1ec1n t\u1ed1 b\u1eaft bu\u1ed9c l\xe0 "https://" v\xe0o kh\xf4ng?',"Theta":"Theta","Title":"Ti\xeau \u0111\xea\u0300","Title Case":"Vi\u1ebft Hoa Ch\u1eef C\xe1i \u0110\u1ea7u C\u1ee7a M\u1ed7i T\u1eeb","To open the popup, press Shift+Enter":"\u0110\u1ec3 m\u1edf c\u01b0\u0309a s\xf4\u0309 b\xe2\u0323t l\xean, h\xe3y nh\u1ea5n Shift+Enter","Toggle accordion":"Chuy\u1ec3n \u0111\u1ed5i m\xf4-\u0111un n\u1ed9i dung m\u1edf r\u1ed9ng/thu g\u1ecdn \u0111\u01b0\u1ee3c","Tools":"C\xf4ng c\u1ee5","Top":"\u0110\u1ec9nh","Travel and Places":"Du l\u1ecbch v\xe0 \u0110\u1ecba \u0111i\u1ec3m","Turquoise":"Ngo\u0323c lam","U - acute":"U - s\u1eafc","U - circumflex":"U - m\u0169","U - diaeresis":"U - t\xe1ch \u0111\xf4i","U - grave":"U - huy\u1ec1n","U - macron":"U - tr\u01b0\u1eddng \xe2m","UPPERCASE":"CH\u1eee HOA","Underline":"G\u1ea1ch d\u01b0\u1edbi","Undo":"Ho\xe0n t\xe1c","Upload":"T\u1ea3i l\xean","Uploading image":"\u0110ang t\u1ea3i h\xecnh \u1ea3nh l\xean","Upper Alpha":"Ch\u1eef c\xe1i in hoa","Upper Roman":"Ch\u1eef Roman in hoa","Upsilon":"Upsilon","Url":"URL","User Defined":"Do ng\u01b0\u1eddi d\xf9ng x\xe1c \u0111\u1ecbnh","Valid":"H\u1ee3p l\u1ec7","Version":"Phi\xean b\u1ea3n","Vertical align":"C\u0103n ch\u1ec9nh d\u1ecdc","Vertical space":"Kh\xf4ng gian chi\u1ec1u d\u1ecdc","View":"Xem","Visual aids":"Ph\u01b0\u01a1ng ti\u1ec7n tr\u1ef1c quan","Warn":"C\u1ea3nh b\xe1o","White":"M\xe0u tr\u1eafng","Width":"\u0110\u1ed9 r\u1ed9ng","Word count":"\u0110\xea\u0301m ch\u01b0\u0303","Words":"T\u1eeb","Words: {0}":"T\u1eeb: {0}","Xi":"Xi","Y - acute":"Y - s\u1eafc","Y - diaeresis":"Y - t\xe1ch \u0111\xf4i","Y - macron":"Y - tr\u01b0\u1eddng \xe2m","Yellow":"V\xe0ng","Yes":"Co\u0301","You are using {0}":"B\u1ea1n \u0111ang s\u1eed d\u1ee5ng {0}","You have unsaved changes are you sure you want to navigate away?":"B\u1ea1n ch\u01b0a l\u01b0u thay \u0111\u1ed5i. B\u1ea1n c\xf3 ch\u1eafc ch\u0103\u0301n mu\u1ed1n r\u1eddi kh\u1ecfi \u0111\xe2y kh\xf4ng?","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"Tr\xecnh duy\u1ec7t c\u1ee7a b\u1ea1n kh\xf4ng h\u1ed7 tr\u1ee3 truy c\u1eadp tr\u1ef1c ti\u1ebfp v\xe0o b\u1ea3ng t\u1ea1m.Thay v\xe0o \u0111\xf3, vui l\xf2ng s\u1eed d\u1ee5ng ph\xedm t\u1eaft Ctrl+X/C/V.","Zeta":"Zeta","a - acute":"a - s\u1eafc","a - circumflex":"a - m\u0169","a - diaeresis":"a - t\xe1ch \u0111\xf4i","a - grave":"a - huy\u1ec1n","a - macron":"a - tr\u01b0\u1eddng \xe2m","a - ring above":"a - d\u1ea5u tr\xf2n tr\xean \u0111\u1ea7u","a - tilde":"a - ng\xe3","alignment":"c\u0103n ch\u1ec9nh","almost equal to":"g\u1ea7n b\u1eb1ng","alpha":"alpha","angle":"g\xf3c","approximately equal to":"x\u1ea5p x\u1ec9","asterisk operator":"to\xe1n t\u1eed hoa th\u1ecb","austral sign":"k\xfd hi\u1ec7u austral","backward difference":"sai ph\xe2n l\xf9i","beta":"beta","broken bar":"d\u1ea5u thanh \u0111\u1ee9t","bullet":"d\u1ea5u ch\u1ea5m \u0111\u1ea7u d\xf2ng","c - cedilla":"c - m\xf3c d\u01b0\u1edbi","cedi sign":"k\xfd hi\u1ec7u cedi","cent sign":"k\xfd hi\u1ec7u cent","chi":"chi","circumflex accent":"d\u1ea5u m\u0169","colon sign":"d\u1ea5u hai ch\u1ea5m","comments":"nh\u1eadn x\xe9t","contains as member":"ch\u1ee9a","copyright sign":"k\xfd hi\u1ec7u b\u1ea3n quy\u1ec1n","cruzeiro sign":"k\xfd hi\u1ec7u cruzeiro","currency sign":"k\xfd hi\u1ec7u ti\u1ec1n t\u1ec7","degree sign":"k\xfd hi\u1ec7u \u0111\u1ed9","delta":"delta","diaeresis":"d\u1ea5u t\xe1ch \u0111\xf4i","diameter":"\u0111\u01b0\u1eddng k\xednh","division sign":"d\u1ea5u chia","dollar sign":"k\xfd hi\u1ec7u dollar","dong sign":"k\xfd hi\u1ec7u \u0111\u1ed3ng","double low-9 quotation mark":"d\u1ea5u ngo\u1eb7c k\xe9p low-9","drachma sign":"k\xfd hi\u1ec7u drachma","e - acute":"e - s\u1eafc","e - circumflex":"e - m\u0169","e - diaeresis":"e - t\xe1ch \u0111\xf4i","e - grave":"e - huy\u1ec1n","e - macron":"e - tr\u01b0\u1eddng \xe2m","element of":"thu\u1ed9c","em dash":"d\u1ea5u g\u1ea1ch em dash","en dash":"d\u1ea5u g\u1ea1ch en dash","epsilon":"epsilon","eta":"eta","eth":"eth","euro sign":"k\xfd hi\u1ec7u euro","euro-currency sign":"k\xfd hi\u1ec7u \u0111\u1ed3ng euro","example":"v\xed d\u1ee5","final sigma":"sigma cu\u1ed1i t\u1eeb","for all":"v\u1edbi m\u1ecdi","formatting":"\u0111\u1ecbnh d\u1ea1ng","fraction one half":"ph\xe2n s\u1ed1 m\u1ed9t ph\u1ea7n hai","fraction one quarter":"ph\xe2n s\u1ed1 m\u1ed9t ph\u1ea7n t\u01b0","fraction slash":"d\u1ea5u g\u1ea1ch ch\xe9o ph\xe2n s\u1ed1","fraction three quarters":"ph\xe2n s\u1ed1 ba ph\u1ea7n t\u01b0","french franc sign":"k\xfd hi\u1ec7u franc ph\xe1p","function / florin":"h\xe0m / florin","gamma":"gamma","german penny symbol":"bi\u1ec3u t\u01b0\u1ee3ng pfennig \u0111\u1ee9c","greater-than or equal to":"l\u1edbn h\u01a1n ho\u1eb7c b\u1eb1ng","greater-than sign":"d\u1ea5u l\u1edbn h\u01a1n","guarani sign":"k\xfd hi\u1ec7u guarani","history":"l\u1ecbch s\u1eed","hryvnia sign":"k\xfd hi\u1ec7u hryvnia","i - acute":"i - s\u1eafc","i - circumflex":"i - m\u0169","i - diaeresis":"i - t\xe1ch \u0111\xf4i","i - grave":"i - huy\u1ec1n","i - macron":"i - tr\u01b0\u1eddng \xe2m","identical to":"gi\u1ed1ng","indentation":"thu\u0323t l\xea\u0300","indian rupee sign":"k\xfd hi\u1ec7u rupee \u1ea5n \u0111\u1ed9","infinity":"v\xf4 c\u1ef1c","integral":"t\xedch ph\xe2n","intersection":"giao","inverted exclamation mark":"d\u1ea5u ch\u1ea5m than \u0111\u1ea3o ng\u01b0\u1ee3c","iota":"iota","kappa":"kappa","kip sign":"k\xfd hi\u1ec7u kip","lambda":"lambda","left double quotation mark":"d\u1ea5u ngo\u1eb7c k\xe9p tr\xe1i","left pointing guillemet":"d\u1ea5u guillemet h\u01b0\u1edbng b\xean tr\xe1i","left single quotation mark":"d\u1ea5u ngo\u1eb7c \u0111\u01a1n tr\xe1i","less-than or equal to":"b\xe9 h\u01a1n ho\u1eb7c b\u1eb1ng","less-than sign":"d\u1ea5u b\xe9 h\u01a1n","ligature AE":"AE li\u1ec1n","ligature OE":"OE li\u1ec1n","ligature ae":"ae li\u1ec1n","ligature oe":"oe li\u1ec1n","lira sign":"k\xfd hi\u1ec7u lira","livre tournois sign":"k\xfd hi\u1ec7u livre tournois","logical and":"logical and","logical or":"logical or","lowercase":"ch\u1eef th\u01b0\u1eddng","macron":"d\u1ea5u tr\u01b0\u1eddng \xe2m","manat sign":"k\xfd hi\u1ec7u manat","micro sign":"k\xfd hi\u1ec7u micro","middle dot":"d\u1ea5u ch\u1ea5m gi\u1eefa","mill sign":"k\xfd hi\u1ec7u mill","minus sign":"d\u1ea5u tr\u1eeb","minutes / feet":"ph\xfat / foot","mu":"mu","multiplication sign":"d\u1ea5u nh\xe2n","n - tilde":"n - ng\xe3","n-ary product":"t\xedch s\u1ed1 n nguy\xean","n-ary sumation":"t\u1ed5ng n nguy\xean","naira sign":"k\xfd hi\u1ec7u naira","new sheqel sign":"k\xfd hi\u1ec7u sheqel m\u1edbi","nordic mark sign":"k\xfd hi\u1ec7u d\u1ea5u b\u1eafc \xe2u","not an element of":"kh\xf4ng thu\u1ed9c","not equal to":"kh\xf4ng b\u1eb1ng","not sign":"kh\xf4ng ph\u1ea3i","nu":"nu","o - acute":"o - s\u1eafc","o - circumflex":"o - m\u0169","o - diaeresis":"o - t\xe1ch \u0111\xf4i","o - grave":"o - huy\u1ec1n","o - tilde":"o - ng\xe3","o macron":"o - tr\u01b0\u1eddng \xe2m","o slash":"o g\u1ea1ch ch\xe9o","omega":"omega","omicron":"omicron","overline":"d\u1ea5u g\u1ea1ch tr\xean","paragraph sign":"d\u1ea5u \u0111o\u1ea1n v\u0103n","partial differential":"c\u1ee5c b\u1ed9 vi ph\xe2n","per mille sign":"k\xfd hi\u1ec7u ph\u1ea7n ngh\xecn","peseta sign":"k\xfd hi\u1ec7u peseta","peso sign":"k\xfd hi\u1ec7u peso","phi":"phi","pi":"pi","plus-minus sign":"d\u1ea5u c\u1ed9ng tr\u1eeb","pound sign":"k\xfd hi\u1ec7u b\u1ea3ng Anh","proportional to":"t\u1ef7 l\u1ec7 thu\u1eadn v\u1edbi","psi":"psi","registered sign":"k\xfd hi\u1ec7u \u0111\xe3 \u0111\u0103ng k\xfd","rho":"rho","right double quotation mark":"d\u1ea5u ngo\u1eb7c k\xe9p ph\u1ea3i","right pointing guillemet":"d\u1ea5u guillemet h\u01b0\u1edbng b\xean ph\u1ea3i","right single quotation mark":"d\u1ea5u ngo\u1eb7c \u0111\u01a1n ph\u1ea3i","ruble sign":"k\xfd hi\u1ec7u ruble","rupee sign":"k\xfd hi\u1ec7u rupee","s - caron":"s - m\xf3c","seconds / inches":"gi\xe2y / inch","section sign":"d\u1ea5u m\u1ee5c","sharp s / ess-zed":"sharp s / ess-zed","sigma":"sigma","similar to":"t\u01b0\u01a1ng \u0111\u01b0\u01a1ng","single left-pointing angle quotation mark":"d\u1ea5u ngo\u1eb7c \u0111\u01a1n g\xf3c nh\u1ecdn h\u01b0\u1edbng b\xean tr\xe1i","single low-9 quotation mark":"d\u1ea5u ngo\u1eb7c \u0111\u01a1n low-9","single right-pointing angle quotation mark":"d\u1ea5u ngo\u1eb7c \u0111\u01a1n g\xf3c nh\u1ecdn h\u01b0\u1edbng b\xean ph\u1ea3i","small tilde":"d\u1ea5u ng\xe3 nh\u1ecf","spesmilo sign":"k\xfd hi\u1ec7u spesmilo","square root":"c\u0103n b\u1eadc hai","styles":"ki\u1ec3u","superscript one":"ch\u1ec9 s\u1ed1 1 tr\xean","superscript three":"ch\u1ec9 s\u1ed1 3 tr\xean","superscript two":"ch\u1ec9 s\u1ed1 2 tr\xean","tau":"tau","tenge sign":"k\xfd hi\u1ec7u tenge","there exists":"t\u1ed3n t\u1ea1i","theta":"theta","thorn":"thorn","three dot leader":"d\u1ea5u ba ch\u1ea5m","trade mark sign":"k\xfd hi\u1ec7u nh\xe3n hi\u1ec7u","tugrik sign":"k\xfd hi\u1ec7u tugrik","turkish lira sign":"k\xfd hi\u1ec7u lira th\u1ed5 nh\u0129 k\u1ef3","turned question mark":"d\u1ea5u ch\u1ea5m h\u1ecfi \u0111\u1ea3o ng\u01b0\u1ee3c","u - acute":"u - s\u1eafc","u - circumflex":"u - m\u0169","u - diaeresis":"u - t\xe1ch \u0111\xf4i","u - grave":"u - huy\u1ec1n","u - macron":"u - tr\u01b0\u1eddng \xe2m","union":"h\u1ee3p","upsilon":"upsilon","won sign":"k\xfd hi\u1ec7u won","xi":"xi","y - acute":"y - s\u1eafc","y - diaeresis":"y - t\xe1ch \u0111\xf4i","y - macron":"y - tr\u01b0\u1eddng \xe2m","yen character":"k\xfd t\u1ef1 yen","yen sign":"k\xfd hi\u1ec7u yen","yen/yuan character variant one":"k\xfd t\u1ef1 yen/yuan bi\u1ebfn th\u1ec3 m\u1ed9t","yuan character":"k\xfd t\u1ef1 yuan","yuan character, in hong kong and taiwan":"k\xfd t\u1ef1 yuan, \u1edf hong kong v\xe0 \u0111\xe0i loan","zeta":"zeta","{0} characters":"{0} k\xfd t\u1ef1","{0} columns, {1} rows":"{0} c\u1ed9t, {1} h\xe0ng","{0} words":"{0} t\u1eeb"});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* TinyMCE Language Pack
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
|
+
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
|
+
*/
|
|
7
|
+
tinymce.addI18n("zh_CN",{"#":"#","A - acute":"A - \u9ad8\u97f3","A - circumflex":"A - \u6298\u97f3","A - diaeresis":"A - \u4e24\u70b9\u97f3","A - grave":"A - \u91cd\u97f3","A - macron":"A - \u957f\u97f3","A - ring above":"A - \u73af\u4e0a\u97f3","A - tilde":"A - \u989a\u97f3","Accessibility":"\u8f85\u52a9\u529f\u80fd","Accordion":"\u6298\u53e0\u9762\u677f","Accordion body...":"\u6298\u53e0\u9762\u677f\u6b63\u6587...","Accordion summary...":"\u6298\u53e0\u9762\u677f\u6458\u8981...","Action":"\u52a8\u4f5c","Activity":"\u6d3b\u52a8","Address":"\u5730\u5740","Advanced":"\u9ad8\u7ea7","Align":"\u5bf9\u9f50","Align center":"\u4e2d\u95f4\u5bf9\u9f50","Align left":"\u5de6\u8fb9\u5bf9\u9f50","Align right":"\u53f3\u8fb9\u5bf9\u9f50","Alignment":"\u5bf9\u9f50","Alignment {0}":"\u5bf9\u9f50{0}","All":"\u6240\u6709","Alpha":"Alpha (\u0391)","Alternative description":"\u66ff\u4ee3\u8bf4\u660e","Alternative source":"\u955c\u50cf","Alternative source URL":"\u66ff\u4ee3\u6765\u6e90\u7f51\u5740","Anchor":"\u951a\u70b9","Anchor...":"\u951a\u70b9...","Anchors":"\u951a\u70b9","Animals and Nature":"\u52a8\u7269\u548c\u81ea\u7136","Arrows":"\u7bad\u5934","B":"B","Background color":"\u80cc\u666f\u989c\u8272","Background color {0}":"\u80cc\u666f\u989c\u8272 {0}","Beta":"Beta (\u0392)","Black":"\u9ed1\u8272","Block":"\u5757","Block {0}":"\u6587\u672c\u5757{0}","Blockquote":"\u5f15\u6587\u533a\u5757","Blocks":"\u57fa\u5757","Blue":"\u84dd\u8272","Blue channel":"\u84dd\u8272\u901a\u9053","Body":"\u8868\u4f53","Bold":"\u7c97\u4f53","Border":"\u6846\u7ebf","Border color":"\u6846\u7ebf\u989c\u8272","Border style":"\u8fb9\u6846\u6837\u5f0f","Border width":"\u8fb9\u6846\u5bbd\u5ea6","Bottom":"\u4e0b\u65b9\u5bf9\u9f50","Browse files":"\u6d4f\u89c8\u6587\u4ef6","Browse for an image":"\u6d4f\u89c8\u56fe\u50cf","Browse links":"\u6d4f\u89c8\u94fe\u63a5","Build with {0}":"\u4f7f\u7528 {0} \u6784\u5efa","Bullet list":"\u9879\u76ee\u7b26\u53f7","C - cedilla":"C - \u8f6f\u97f3\u7b26","Cancel":"\u53d6\u6d88","Capitalization":"\u5927\u5199","Caption":"\u6807\u9898","Case Change":"\u53d8\u683c","Cell":"\u50a8\u5b58\u683c","Cell padding":"\u5355\u5143\u683c\u5185\u8fb9\u8ddd","Cell properties":"\u5355\u5143\u683c\u5c5e\u6027","Cell spacing":"\u5355\u5143\u683c\u5916\u95f4\u8ddd","Cell styles":"\u5355\u5143\u683c\u6837\u5f0f","Cell type":"\u50a8\u5b58\u683c\u522b","Center":"\u5c45\u4e2d","Characters":"\u5b57\u7b26","Characters (no spaces)":"\u5b57\u7b26(\u65e0\u7a7a\u683c)","Checklist":"\u68c0\u67e5\u8868","Chi":"Chi (\u03a7)","Circle":"\u7a7a\u5fc3\u5706","Class":"\u7c7b\u578b","Clear formatting":"\u6e05\u9664\u683c\u5f0f","Close":"\u5173\u95ed","Code":"\u4ee3\u7801","Code sample...":"\u793a\u4f8b\u4ee3\u7801...","Code view":"\u4ee3\u7801\u89c6\u56fe","Color Picker":"\u9009\u8272\u5668","Color swatch":"\u989c\u8272\u6837\u672c","Cols":"\u5217","Column":"\u680f\u76ee","Column clipboard actions":"\u5217\u526a\u8d34\u677f\u64cd\u4f5c","Column group":"\u5217\u7ec4","Column header":"\u5217\u6807\u9898","Constrain proportions":"\u4fdd\u6301\u6bd4\u4f8b","Copy":"\u590d\u5236","Copy column":"\u590d\u5236\u5217","Copy row":"\u590d\u5236\u884c","Could not find the specified string.":"\u672a\u627e\u5230\u641c\u7d22\u5185\u5bb9\u3002","Could not load emojis":"\u672a\u80fd\u52a0\u8f7d\u8868\u60c5\u7b26\u53f7","Count":"\u8ba1\u7b97","Currency":"\u8d27\u5e01","Current window":"\u5f53\u524d\u7a97\u53e3","Custom color":"\u81ea\u5b9a\u4e49\u989c\u8272","Custom...":"\u81ea\u5b9a\u4e49......","Cut":"\u526a\u5207","Cut column":"\u526a\u5207\u5217","Cut row":"\u526a\u5207\u884c","Dark Blue":"\u6df1\u84dd\u8272","Dark Gray":"\u6df1\u7070\u8272","Dark Green":"\u6df1\u7eff\u8272","Dark Orange":"\u6df1\u6a59\u8272","Dark Purple":"\u6df1\u7d2b\u8272","Dark Red":"\u6df1\u7ea2\u8272","Dark Turquoise":"\u6df1\u84dd\u7eff\u8272","Dark Yellow":"\u6697\u9ec4\u8272","Dashed":"\u865a\u7ebf","Date/time":"\u65e5\u671f/\u65f6\u95f4","Decrease indent":"\u51cf\u5c11\u7f29\u8fdb","Default":"\u9884\u8bbe","Delete accordion":"\u5220\u9664\u6298\u53e0\u9762\u677f","Delete column":"\u5220\u9664\u5217","Delete row":"\u5220\u9664\u884c","Delete table":"\u5220\u9664\u8868\u683c","Delta":"Delta (\u0394)","Dimensions":"\u5c3a\u5bf8","Disc":"\u5b9e\u5fc3\u5706","Div":"Div","Document":"\u6587\u4ef6","Dotted":"\u70b9\u7ebf","Double":"\u53cc\u7ebf","Drop an image here":"\u62d6\u653e\u4e00\u5f20\u56fe\u50cf\u81f3\u6b64","Dropped file type is not supported":"\u4e0d\u652f\u6301\u62d6\u653e\u6587\u4ef6\u7c7b\u578b","E - acute":"E - \u9ad8\u97f3","E - circumflex":"E - \u6298\u97f3","E - diaeresis":"E - \u4e24\u70b9\u97f3","E - grave":"E - \u91cd\u97f3","E - macron":"E - \u957f\u97f3","ETH":"ETH (\xd0)","Edit":"\u7f16\u8f91","Embed":"\u5d4c\u5165","Emojis":"\u8868\u60c5\u7b26\u53f7","Emojis...":"\u8868\u60c5\u7b26\u53f7...","Epsilon":"Epsilon (\u0395)","Error":"\u9519\u8bef","Error: Form submit field collision.":"\u9519\u8bef: \u8868\u683c\u63d0\u4ea4\u5b57\u6bb5\u51b2\u7a81\u3002","Error: No form element found.":"\u9519\u8bef: \u6ca1\u6709\u8868\u5355\u63a7\u4ef6\u3002","Eta":"Eta (\u0397)","Extended Latin":"\u6269\u5c55\u62c9\u4e01\u6587","Failed to initialize plugin: {0}":"\u63d2\u4ef6\u521d\u59cb\u5316\u5931\u8d25\uff1a{0}","Failed to load plugin url: {0}":"\u63d2\u4ef6url\u52a0\u8f7d\u5931\u8d25\uff1a{0}","Failed to load plugin: {0} from url {1}":"\u63d2\u4ef6\u52a0\u8f7d\u5931\u8d25\uff1a{1}\u6765\u81eaurl\u7684{0}","Failed to upload image: {0}":"\u56fe\u50cf\u4e0a\u4f20\u5931\u8d25\uff1a{0}","File":"\u6587\u4ef6","Find":"\u5bfb\u627e","Find (if searchreplace plugin activated)":"\u67e5\u627e(\u5982\u679c\u67e5\u627e\u66ff\u6362\u63d2\u4ef6\u5df2\u6fc0\u6d3b)","Find and Replace":"\u67e5\u627e\u548c\u66ff\u6362","Find and replace...":"\u67e5\u627e\u5e76\u66ff\u6362...","Find in selection":"\u5728\u9009\u4e2d\u8303\u56f4\u5185\u641c\u7d22","Find whole words only":"\u5168\u5b57\u5339\u914d","Flags":"\u65d7\u5e1c","Focus to contextual toolbar":"\u79fb\u52a8\u7126\u70b9\u5230\u4e0a\u4e0b\u6587\u83dc\u5355","Focus to element path":"\u79fb\u52a8\u7126\u70b9\u5230\u5143\u7d20\u8def\u5f84","Focus to menubar":"\u79fb\u52a8\u7126\u70b9\u5230\u83dc\u5355\u680f","Focus to notification":"\u4f7f\u901a\u77e5\u5904\u4e8e\u7126\u70b9","Focus to toolbar":"\u79fb\u52a8\u7126\u70b9\u5230\u5de5\u5177\u680f","Font":"\u5b57\u4f53","Font size {0}":"\u5b57\u4f53\u5927\u5c0f{0}","Font sizes":"\u5b57\u53f7","Font {0}":"\u5b57\u4f53{0}","Fonts":"\u5b57\u4f53","Food and Drink":"\u98df\u7269\u548c\u996e\u54c1","Footer":"\u9875\u811a","Format":"\u683c\u5f0f","Format painter":"\u683c\u5f0f\u5237","Format {0}":"\u683c\u5f0f{0}","Formats":"\u683c\u5f0f","Fullscreen":"\u5168\u5c4f\u5e55","G":"G","Gamma":"Gamma (\u0393)","General":"\u4e00\u822c","Gray":"\u7070\u8272","Green":"\u7eff\u8272","Green channel":"\u7eff\u8272\u901a\u9053","Groove":"\u51f9\u7ebf","Handy Shortcuts":"\u5feb\u6377\u952e","Header":"\u9875\u5934","Header cell":"\u8868\u5934\u5355\u5143\u683c","Heading 1":"\u6807\u98981","Heading 2":"\u6807\u98982","Heading 3":"\u6807\u98983","Heading 4":"\u6807\u98984","Heading 5":"\u6807\u98985","Heading 6":"\u6807\u98986","Headings":"\u6807\u9898","Height":"\u9ad8\u5ea6","Help":"\u5e2e\u52a9","Hex color code":"\u5341\u516d\u8fdb\u5236\u989c\u8272\u4ee3\u7801","Hexadecimal only, 000000 to FFFFFF":"\u4ec5\u9650\u5341\u516d\u8fdb\u5236\u6570\u5b57\uff0c000000-FFFFFF","Hidden":"\u5df2\u9690\u85cf","Horizontal align":"\u6c34\u5e73\u5bf9\u9f50","Horizontal line":"\u6c34\u5e73\u5206\u5272\u7ebf","Horizontal space":"\u6c34\u5e73\u95f4\u8ddd","I - acute":"I - \u9ad8\u97f3","I - circumflex":"I - \u6298\u97f3","I - diaeresis":"I - \u4e24\u70b9\u97f3","I - grave":"I - \u91cd\u97f3","I - macron":"I - \u957f\u97f3","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID \u5e94\u4ee5\u5b57\u6bcd\u5f00\u5934\uff0c\u540e\u63a5\u5b57\u6bcd\u3001\u6570\u5b57\u3001\u77ed\u5212\u7ebf\u3001\u70b9\u53f7\u3001\u5192\u53f7\u548c\u4e0b\u5212\u7ebf\u3002","Image is decorative":"\u56fe\u7247\u7528\u4e8e\u88c5\u9970\u76ee\u7684","Image list":"\u56fe\u7247\u6e05\u5355","Image title":"\u56fe\u7247\u6807\u9898","Image...":"\u56fe\u7247......","ImageProxy HTTP error: Could not find Image Proxy":"ImageProxy HTTP\u9519\u8bef\uff1a\u672a\u627e\u5230Image Proxy","ImageProxy HTTP error: Incorrect Image Proxy URL":"ImageProxy HTTP\u9519\u8bef\uff1aImage Proxy URL\u6709\u8bef","ImageProxy HTTP error: Rejected request":"ImageProxy HTTP\u9519\u8bef\uff1a\u62d2\u7edd\u7684\u8bf7\u6c42","ImageProxy HTTP error: Unknown ImageProxy error":"ImageProxy HTTP\u9519\u8bef\uff1a\u672a\u77e5\u7684ImageProxy\u9519\u8bef","Increase indent":"\u589e\u52a0\u7f29\u8fdb","Inline":"\u6587\u672c","Insert":"\u63d2\u5165","Insert Template":"\u63d2\u5165\u6a21\u677f","Insert accordion":"\u63d2\u5165\u6298\u53e0\u9762\u677f","Insert checklist":"\u63d2\u5165\u6e05\u5355","Insert column after":"\u5728\u53f3\u4fa7\u63d2\u5165\u5217","Insert column before":"\u5728\u5de6\u4fa7\u63d2\u5165\u5217","Insert date/time":"\u63d2\u5165\u65e5\u671f/\u65f6\u95f4","Insert image":"\u63d2\u5165\u56fe\u7247","Insert link (if link plugin activated)":"\u63d2\u5165\u94fe\u63a5 (\u5982\u679c\u94fe\u63a5\u63d2\u4ef6\u5df2\u6fc0\u6d3b)","Insert row after":"\u5728\u4e0b\u65b9\u63d2\u5165\u884c","Insert row before":"\u5728\u4e0a\u65b9\u63d2\u5165\u884c","Insert table":"\u63d2\u5165\u8868\u683c","Insert template...":"\u63d2\u5165\u6a21\u677f...","Insert video":"\u63d2\u5165\u89c6\u9891","Insert/Edit code sample":"\u63d2\u5165/\u7f16\u8f91\u4ee3\u7801\u793a\u4f8b","Insert/edit image":"\u63d2\u5165/\u7f16\u8f91\u56fe\u7247","Insert/edit link":"\u63d2\u5165/\u7f16\u8f91\u94fe\u63a5","Insert/edit media":"\u63d2\u5165/\u7f16\u8f91\u5a92\u4f53","Insert/edit video":"\u63d2\u5165/\u7f16\u8f91\u89c6\u9891","Inset":"\u5d4c\u5165","Invalid hex color code: {0}":"\u65e0\u6548\u7684\u5341\u516d\u8fdb\u5236\u989c\u8272\u4ee3\u7801\uff1a{0}","Invalid input":"\u8f93\u5165\u65e0\u6548","Iota":"Iota (\u0399)","Italic":"\u659c\u4f53","Justify":"\u4e24\u7aef\u5bf9\u9f50","Kappa":"Kappa (\u039a)","Keyboard Navigation":"\u952e\u76d8\u5bfc\u822a","Lambda":"Lambda (\u039b)","Language":"\u8bed\u8a00","Learn more...":"\u4e86\u89e3\u66f4\u591a...","Left":"\u5de6","Left to right":"\u7531\u5de6\u5230\u53f3","Light Blue":"\u6d45\u84dd\u8272","Light Gray":"\u6d45\u7070\u8272","Light Green":"\u6de1\u7eff\u8272","Light Purple":"\u6d45\u7d2b\u8272","Light Red":"\u6d45\u7ea2\u8272","Light Yellow":"\u6d45\u9ec4\u8272","Line height":"\u884c\u9ad8","Link":"\u94fe\u63a5","Link list":"\u94fe\u63a5\u6e05\u5355","Link...":"\u94fe\u63a5...","List Properties":"\u5217\u8868\u5c5e\u6027","List properties...":"\u5217\u8868\u5c5e\u6027...","Loading emojis...":"\u6b63\u5728\u52a0\u8f7d\u8868\u60c5\u7b26\u53f7...","Loading...":"\u4e0a\u4f20\u4e2d......","Lower Alpha":"\u5c0f\u5199\u82f1\u6587\u5b57\u6bcd","Lower Greek":"\u5c0f\u5199\u5e0c\u814a\u5b57\u6bcd","Lower Roman":"\u5c0f\u5199\u7f57\u9a6c\u6570\u5b57","Match case":"\u5927\u5c0f\u5199\u5339\u914d","Mathematical":"\u6570\u5b66","Media poster (Image URL)":"\u5c01\u9762(\u56fe\u7247\u5730\u5740)","Media...":"\u591a\u5a92\u4f53...","Medium Blue":"\u4e2d\u84dd\u8272","Medium Gray":"\u4e2d\u7070\u8272","Medium Purple":"\u4e2d\u7d2b\u8272","Merge cells":"\u5408\u5e76\u5355\u5143\u683c","Middle":"\u5c45\u4e2d\u5bf9\u9f50","Midnight Blue":"\u6df1\u84dd\u8272","More...":"\u66f4\u591a\u4fe1\u606f......","Mu":"Mu (\u039c)","N - tilde":"N - \u989a\u97f3","Name":"\u540d\u79f0","Navy Blue":"\u6d77\u519b\u84dd","New document":"\u65b0\u6587\u4ef6","New window":"\u65b0\u7a97\u53e3","Next":"\u4e0b\u4e00\u4e2a","No":"\u5426","No alignment":"\u672a\u5bf9\u9f50","No color":"\u65e0","Nonbreaking space":"\u4e0d\u95f4\u65ad\u7a7a\u683c","None":"\u65e0","Nu":"Nu (\u039d)","Numbered list":"\u7f16\u53f7\u5217\u8868","Numbers only, 0 to 255":"\u4ec5\u9650\u6570\u5b57\uff0c0-255","O - acute":"O - \u9ad8\u97f3","O - circumflex":"O - \u6298\u97f3","O - diaeresis":"O - \u4e24\u70b9\u97f3","O - grave":"O - \u91cd\u97f3","O - macron":"O - \u957f\u97f3","O - slash":"O - \u659c\u7ebf\u97f3","O - tilde":"O - \u989a\u97f3","OR":"\u6216","Objects":"\u7269\u4ef6","Ok":"\u786e\u5b9a","Omega":"Omega (\u03a9)","Omicron":"Omicron (\u039f)","Open help dialog":"\u6253\u5f00\u5e2e\u52a9\u5bf9\u8bdd\u6846","Open link":"\u6253\u5f00\u94fe\u63a5","Open link in...":"\u94fe\u63a5\u6253\u5f00\u4f4d\u7f6e...","Open popup menu for split buttons":"\u4e3a\u62c6\u5206\u6309\u94ae\u6253\u5f00\u5f39\u51fa\u83dc\u5355","Orange":"\u6a59\u8272","Outset":"\u5916\u5d4c","Page break":"\u5206\u9875\u7b26","Paragraph":"\u6bb5\u843d","Paste":"\u7c98\u8d34","Paste as text":"\u7c98\u8d34\u4e3a\u6587\u672c","Paste column after":"\u7c98\u8d34\u5217\u5230\u4e0b\u65b9","Paste column before":"\u7c98\u8d34\u5217\u5230\u4e0a\u65b9","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"\u7c98\u8d34\u76ee\u524d\u5904\u4e8e\u7eaf\u6587\u672c\u6a21\u5f0f\u3002 \u73b0\u5728\u5c06\u4ee5\u7eaf\u6587\u672c\u683c\u5f0f\u7c98\u8d34\u5185\u5bb9\uff0c\u76f4\u5230\u60a8\u5173\u95ed\u6b64\u9009\u9879\u3002","Paste or type a link":"\u7c98\u8d34\u6216\u8f93\u5165\u94fe\u63a5","Paste row after":"\u7c98\u8d34\u884c\u5230\u4e0b\u65b9","Paste row before":"\u7c98\u8d34\u884c\u5230\u4e0a\u65b9","Paste your embed code below:":"\u5c06\u5d4c\u5165\u4ee3\u7801\u7c98\u8d34\u5728\u4e0b\u9762:","People":"\u4eba\u7c7b","Permanent Pen Properties":"\u6c38\u4e45\u6807\u8bb0\u5c5e\u6027","Permanent pen":"\u8bb0\u53f7\u7b14","Permanent pen properties...":"\u6c38\u4e45\u6807\u8bb0\u5c5e\u6027......","Phi":"Phi (\u03a6)","Pi":"Pi (\u03a0)","Plugins":"\u5168\u90e8\u5916\u6302\u7a0b\u5e8f","Plugins installed ({0}):":"\u5df2\u5b89\u88c5\u63d2\u4ef6({0}):","Powered by {0}":"\u6280\u672f\u652f\u6301\uff1a{0}","Pre":"Pre","Preferences":"\u9996\u9009\u9879","Preformatted":"\u9884\u5148\u683c\u5f0f\u5316\u7684","Premium plugins:":"\u4f18\u79c0\u63d2\u4ef6\uff1a","Press the Up and Down arrow keys to resize the editor.":"\u6309\u4e0a\u4e0b\u7bad\u5934\u952e\u4ee5\u8c03\u6574\u7f16\u8f91\u5668\u5927\u5c0f\u3002","Press the arrow keys to resize the editor.":"\u6309\u7bad\u5934\u952e\u4ee5\u8c03\u6574\u7f16\u8f91\u5668\u5927\u5c0f\u3002","Press {0} for help":"\u6309 {0} \u83b7\u5f97\u5e2e\u52a9","Preview":"\u9884\u89c8","Previous":"\u4e0a\u4e00\u4e2a","Print":"\u6253\u5370","Print...":"\u6253\u5370...","Psi":"Psi (\u03a8)","Purple":"\u7d2b\u8272","Quotations":"\u5f15\u53f7","R":"R","Range 0 to 255":"0 \u81f3 255 \u7684\u8303\u56f4","Red":"\u7ea2\u8272","Red channel":"\u7ea2\u8272\u901a\u9053","Redo":"\u91cd\u505a","Remove":"\u5220\u9664","Remove color":"\u79fb\u9664\u989c\u8272","Remove link":"\u79fb\u9664\u94fe\u63a5","Replace":"\u66ff\u6362","Replace all":"\u66ff\u6362\u5168\u90e8","Replace with":"\u66ff\u6362\u4e3a","Resize":"\u8c03\u6574\u5927\u5c0f","Restore last draft":"\u6062\u590d\u4e0a\u6b21\u7684\u8349\u7a3f","Reveal or hide additional toolbar items":"\u663e\u793a\u6216\u9690\u85cf\u5176\u4ed6\u5de5\u5177\u680f\u9879","Rho":"Rho (\u03a1)","Rich Text Area":"RTF \u533a\u57df","Rich Text Area. Press ALT-0 for help.":"\u5bcc\u6587\u672c\u533a\u57df\u3002 \u6309ALT-0\u5bfb\u6c42\u5e2e\u52a9\u3002","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"\u5bcc\u6587\u672c\u533a\u57df\u3002 \u6309ALT-F9\u8c03\u51fa\u83dc\u5355\u3002 \u6309ALT-F10\u8c03\u51fa\u5de5\u5177\u680f\u3002 \u6309ALT-0\u5bfb\u6c42\u5e2e\u52a9","Ridge":"\u51f8\u7ebf","Right":"\u53f3","Right to left":"\u7531\u53f3\u5230\u5de6","Row":"\u884c","Row clipboard actions":"\u884c\u526a\u8d34\u677f\u64cd\u4f5c","Row group":"\u884c\u7ec4","Row header":"\u884c\u6807\u9898","Row properties":"\u884c\u5c5e\u6027","Row type":"\u884c\u7c7b\u578b","Rows":"\u884c\u6570","S - caron":"S - \u8f66\u97f3","Save":"\u4fdd\u5b58","Save (if save plugin activated)":"\u4fdd\u5b58(\u5982\u679c\u4fdd\u5b58\u63d2\u4ef6\u5df2\u6fc0\u6d3b)","Scope":"\u8303\u56f4","Search":"\u641c\u7d22","Select all":"\u5168\u9009","Select the {0} element":"\u9009\u62e9{0}\u5143\u7d20","Select...":"\u9009\u62e9......","Selection":"\u9009\u9879","Shortcut":"\u5feb\u6377\u65b9\u5f0f","Show blocks":"\u663e\u793a\u533a\u5757\u8fb9\u6846","Show caption":"\u663e\u793a\u6807\u9898","Show invisible characters":"\u663e\u793a\u4e0d\u53ef\u89c1\u5b57\u7b26","Sigma":"Sigma (\u03a3)","Size":"\u5b57\u53f7","Solid":"\u5b9e\u7ebf","Source":"\u539f\u59cb\u7801","Source code":"\u6e90\u4ee3\u7801","Special Character":"\u7279\u6b8a\u5b57\u7b26","Special character...":"\u7279\u6b8a\u5b57\u7b26......","Split cell":"\u62c6\u5206\u5355\u5143\u683c","Square":"\u5b9e\u5fc3\u65b9\u5757","Start list at number":"\u4ee5\u7f16\u53f7...\u5f00\u59cb\u5217\u8868","Strikethrough":"\u5220\u9664\u7ebf","Style":"\u6837\u5f0f","Subscript":"\u4e0b\u6807","Superscript":"\u4e0a\u6807","Switch to or from fullscreen mode":"\u5207\u6362\u5168\u5c4f\u6a21\u5f0f","Symbols":"\u7b26\u53f7","System Font":"\u7cfb\u7edf\u5b57\u4f53","THORN":"THORN (\xde)","Table":"\u8868\u683c","Table caption":"\u8868\u683c\u6807\u9898","Table properties":"\u8868\u683c\u5c5e\u6027","Table styles":"\u8868\u683c\u6837\u5f0f","Tau":"Tau (\u03a4)","Template":"\u6a21\u677f","Templates":"\u6a21\u677f","Text":"\u6587\u672c","Text color":"\u6587\u672c\u989c\u8272","Text color {0}":"\u6587\u672c\u989c\u8272 {0}","Text to display":"\u8981\u663e\u793a\u7684\u6587\u672c","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"\u60a8\u8f93\u5165\u7684URL\u4f3c\u4e4e\u662f\u4e00\u4e2a\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002 \u662f\u5426\u8981\u6dfb\u52a0\u6240\u9700\u7684mailto:\u524d\u7f00\uff1f","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"\u60a8\u8f93\u5165\u7684URL\u4f3c\u4e4e\u662f\u4e00\u4e2a\u5916\u90e8\u94fe\u63a5\u3002 \u662f\u5426\u8981\u6dfb\u52a0\u6240\u9700\u7684http://\u524d\u7f00\uff1f","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"\u60a8\u8f93\u5165\u7684URL\u4f3c\u4e4e\u662f\u4e00\u4e2a\u5916\u90e8\u94fe\u63a5\u3002 \u662f\u5426\u8981\u6dfb\u52a0\u6240\u9700\u7684https://\u524d\u7f00\uff1f","Theta":"Theta (\u0398)","Title":"\u6807\u9898","Title Case":"\u5b57\u9996\u5927\u5199","To open the popup, press Shift+Enter":"\u6309Shitf+Enter\u952e\u6253\u5f00\u5bf9\u8bdd\u6846","Toggle accordion":"\u5207\u6362\u6298\u53e0\u9762\u677f","Tools":"\u5de5\u5177","Top":"\u4e0a\u65b9\u5bf9\u9f50","Travel and Places":"\u65c5\u6e38\u548c\u5730\u70b9","Turquoise":"\u9752\u7eff\u8272","U - acute":"U - \u9ad8\u97f3","U - circumflex":"U - \u6298\u97f3","U - diaeresis":"U - \u4e24\u70b9\u97f3","U - grave":"U - \u91cd\u97f3","U - macron":"U - \u957f\u97f3","UPPERCASE":"\u5927\u5199","Underline":"\u4e0b\u5212\u7ebf","Undo":"\u64a4\u9500","Upload":"\u4e0a\u4f20","Uploading image":"\u6b63\u5728\u4e0a\u4f20\u56fe\u50cf","Upper Alpha":"\u5927\u5199\u82f1\u6587\u5b57\u6bcd","Upper Roman":"\u5927\u5199\u7f57\u9a6c\u6570\u5b57","Upsilon":"Upsilon (\u03a5)","Url":"\u5730\u5740","User Defined":"\u81ea\u5b9a\u4e49","Valid":"\u6709\u6548","Version":"\u7248\u672c","Vertical align":"\u5782\u76f4\u5bf9\u9f50","Vertical space":"\u5782\u76f4\u95f4\u8ddd","View":"\u67e5\u770b","Visual aids":"\u7f51\u683c\u7ebf","Warn":"\u8b66\u544a","White":"\u767d\u8272","Width":"\u5bbd\u5ea6","Word count":"\u5b57\u6570","Words":"\u5b57\u6570","Words: {0}":"\u5b57\u6570\uff1a{0}","Xi":"Xi (\u039e)","Y - acute":"Y - \u9ad8\u97f3","Y - diaeresis":"Y - \u4e24\u70b9\u97f3","Y - macron":"Y - \u957f\u97f3","Yellow":"\u9ec4\u8272","Yes":"\u662f","You are using {0}":"\u60a8\u6b63\u5728\u4f7f\u7528{0}","You have unsaved changes are you sure you want to navigate away?":"\u4f60\u8fd8\u6709\u6587\u6863\u5c1a\u672a\u4fdd\u5b58\uff0c\u786e\u5b9a\u8981\u79bb\u5f00\uff1f","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"\u60a8\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u76f4\u63a5\u8bbf\u95ee\u526a\u8d34\u677f\u3002 \u8bf7\u6539\u7528Ctrl+X/C/V\u952e\u76d8\u5feb\u6377\u952e\u3002","Zeta":"Zeta (\u0396)","a - acute":"a - \u9ad8\u97f3","a - circumflex":"a - \u6298\u97f3","a - diaeresis":"a - \u4e24\u70b9\u97f3","a - grave":"a - \u91cd\u97f3","a - macron":"a - \u957f\u97f3","a - ring above":"a - \u73af\u4e0a\u97f3","a - tilde":"a - \u989a\u97f3","alignment":"\u5bf9\u9f50","almost equal to":"\u51e0\u4e4e\u7b49\u4e8e","alpha":"alpha (\u03b1)","angle":"\u89d2","approximately equal to":"\u5927\u7ea6\u7b49\u4e8e","asterisk operator":"\u661f\u53f7\u8fd0\u7b97\u7b26","austral sign":"\u5965\u65af\u7279\u62c9\u5c14\u7b26\u53f7","backward difference":"\u5411\u540e\u5dee\u5206","beta":"beta (\u03b2)","broken bar":"\u65ad\u6761\u7b26","bullet":"\u9879\u76ee\u7b26\u53f7","c - cedilla":"c - \u8f6f\u97f3\u7b26","cedi sign":"\u585e\u5730\u7b26\u53f7","cent sign":"\u5206\u7b26\u53f7","chi":"chi (\u03c7)","circumflex accent":"\u8131\u5b57\u7b26","colon sign":"\u5192\u53f7\u7b26\u53f7","comments":"\u5907\u6ce8","contains as member":"\u5305\u542b\u4e3a\u6210\u5458","copyright sign":"\u7248\u6743\u7b26\u53f7","cruzeiro sign":"\u514b\u9c81\u585e\u7f57\u7b26\u53f7","currency sign":"\u8d27\u5e01\u7b26\u53f7","degree sign":"\u5ea6\u7b26\u53f7","delta":"delta (\u03b4)","diaeresis":"\u5206\u97f3\u7b26","diameter":"\u76f4\u5f84","division sign":"\u9664\u53f7","dollar sign":"\u7f8e\u5143\u7b26\u53f7","dong sign":"\u8d8a\u5357\u76fe\u7b26\u53f7","double low-9 quotation mark":"\u53cc\u4f4e-9 \u5f15\u53f7","drachma sign":"\u5fb7\u62c9\u514b\u9a6c\u7b26\u53f7","e - acute":"e - \u9ad8\u97f3","e - circumflex":"e - \u6298\u97f3","e - diaeresis":"e - \u4e24\u70b9\u97f3","e - grave":"e - \u91cd\u97f3","e - macron":"e - \u957f\u97f3","element of":"\u5c5e\u4e8e","em dash":"\u957f\u7834\u6298\u53f7","en dash":"\u77ed\u7834\u6298\u53f7","epsilon":"epsilon (\u03b5)","eta":"eta (\u03b7)","eth":"eth (\xf0)","euro sign":"\u6b27\u5143\u7b26\u53f7","euro-currency sign":"\u6b27\u5143\u8d27\u5e01\u7b26\u53f7","example":"\u793a\u4f8b","final sigma":"final sigma (\u03c2)","for all":"\u5bf9\u4e8e\u6240\u6709","formatting":"\u683c\u5f0f\u5316","fraction one half":"\u4e8c\u5206\u4e4b\u4e00\u5206\u6570","fraction one quarter":"\u56db\u5206\u4e4b\u4e00\u5206\u6570","fraction slash":"\u5206\u6570\u659c\u6760","fraction three quarters":"\u56db\u5206\u4e4b\u4e09\u5206\u6570","french franc sign":"\u6cd5\u90ce\u7b26\u53f7","function / florin":"\u51fd\u6570 / \u5f17\u7f57\u6797","gamma":"gamma (\u03b3)","german penny symbol":"\u5fb7\u56fd\u4fbf\u58eb\u7b26\u53f7","greater-than or equal to":"\u5927\u4e8e\u6216\u7b49\u4e8e","greater-than sign":"\u5927\u4e8e\u53f7","guarani sign":"\u74dc\u62c9\u5c3c\u7b26\u53f7","history":"\u5386\u53f2","hryvnia sign":"\u683c\u91cc\u592b\u5c3c\u4e9a\u7b26\u53f7","i - acute":"i - \u9ad8\u97f3","i - circumflex":"i - \u6298\u97f3","i - diaeresis":"i - \u4e24\u70b9\u97f3","i - grave":"i - \u91cd\u97f3","i - macron":"i - \u957f\u97f3","identical to":"\u76f8\u540c\u4e8e","indentation":"\u7f29\u8fdb","indian rupee sign":"\u5370\u5ea6\u5362\u6bd4\u7b26\u53f7","infinity":"\u65e0\u7a77\u5927","integral":"\u79ef\u5206","intersection":"\u4ea4\u96c6","inverted exclamation mark":"\u5012\u611f\u53f9\u53f7","iota":"iota (\u03b9)","kappa":"kappa (\u03ba)","kip sign":"\u5409\u666e\u514b\u7b26\u53f7","lambda":"lambda (\u03bb)","left double quotation mark":"\u5de6\u53cc\u5f15\u53f7","left pointing guillemet":"\u5de6\u5c16\u62ec\u53f7","left single quotation mark":"\u5de6\u5355\u5f15\u53f7","less-than or equal to":"\u5c0f\u4e8e\u6216\u7b49\u4e8e","less-than sign":"\u5c0f\u4e8e\u53f7","ligature AE":"\u8fde\u5b57 AE","ligature OE":"\u8fde\u5b57OE","ligature ae":"\u8fde\u5b57ae","ligature oe":"\u8fde\u5b57oe","lira sign":"\u91cc\u62c9\u7b26\u53f7","livre tournois sign":"\u91cc\u5f17\u56fe\u74e6\u7b26\u53f7","logical and":"\u903b\u8f91\u4e0e","logical or":"\u903b\u8f91\u6216","lowercase":"\u5c0f\u5199","macron":"\u957f\u97f3\u7b26","manat sign":"\u9a6c\u7eb3\u7279\u7b26\u53f7","micro sign":"\u5fae\u7b26\u53f7","middle dot":"\u4e2d\u95f4\u70b9","mill sign":"\u6beb\u7b26\u53f7","minus sign":"\u51cf\u53f7","minutes / feet":"\u5206\u949f/\u82f1\u5c3a","mu":"mu (\u03bc)","multiplication sign":"\u4e58\u53f7","n - tilde":"n - \u989a\u97f3","n-ary product":"n\u5143\u79ef","n-ary sumation":"n \u5143\u6c42\u548c","naira sign":"\u5948\u62c9\u7b26\u53f7","new sheqel sign":"\u65b0\u8c22\u514b\u5c14\u7b26\u53f7","nordic mark sign":"\u5317\u6b27\u9a6c\u514b\u7b26\u53f7","not an element of":"\u4e0d\u5c5e\u4e8e","not equal to":"\u4e0d\u7b49\u4e8e","not sign":"\u975e\u7b26\u53f7","nu":"nu (\u03bd)","o - acute":"o - \u6298\u97f3","o - circumflex":"o - \u4e24\u70b9\u97f3","o - diaeresis":"o - \u4e24\u70b9\u97f3","o - grave":"o - \u9ad8\u97f3","o - tilde":"o - \u91cd\u97f3","o macron":"o - \u957f\u97f3","o slash":"o \u659c\u7ebf","omega":"omega (\u03c9)","omicron":"omicron (\u03bf)","overline":"\u4e0a\u5212\u7ebf","paragraph sign":"\u6bb5\u843d\u7b26\u53f7","partial differential":"\u504f\u5fae\u5206","per mille sign":"\u5343\u5206\u53f7","peseta sign":"\u6bd4\u585e\u5854\u7b26\u53f7","peso sign":"\u6bd4\u7d22\u7b26\u53f7","phi":"phi (\u03c6)","pi":"pi (\u03c0)","plus-minus sign":"\u6b63\u8d1f\u53f7","pound sign":"\u82f1\u9551\u7b26\u53f7","proportional to":"\u4e0e\u6bd4\u4f8b","psi":"psi (\u03c8)","registered sign":"\u6ce8\u518c\u5546\u6807\u7b26\u53f7","rho":"rho (\u03c1)","right double quotation mark":"\u53f3\u53cc\u5f15\u53f7","right pointing guillemet":"\u53f3\u5c16\u62ec\u53f7","right single quotation mark":"\u53f3\u5355\u5f15\u53f7","ruble sign":"\u5362\u5e03\u7b26\u53f7","rupee sign":"\u5362\u6bd4\u7b26\u53f7","s - caron":"s - \u8f66\u97f3","seconds / inches":"\u79d2/\u82f1\u5bf8","section sign":"\u7ae0\u8282\u7b26\u53f7","sharp s / ess-zed":"\xdf","sigma":"sigma (\u03c3)","similar to":"\u7c7b\u4f3c\u4e8e","single left-pointing angle quotation mark":"\u5355\u5de6\u5c16\u5f15\u53f7","single low-9 quotation mark":"\u5355\u4f4e-9 \u5f15\u53f7","single right-pointing angle quotation mark":"\u5355\u53f3\u5c16\u5f15\u53f7","small tilde":"\u5c0f\u6ce2\u5f62\u7b26","spesmilo sign":"\u65af\u4f69\u65af\u7c73\u6d1b\u7b26\u53f7","square root":"\u5e73\u65b9\u6839","styles":"\u6837\u5f0f","superscript one":"\u4e0a\u6807\u4e00","superscript three":"\u4e0a\u6807\u4e09","superscript two":"\u4e0a\u6807\u4e8c","tau":"tau (\u03c4)","tenge sign":"\u5766\u683c\u7b26\u53f7","there exists":"\u5b58\u5728","theta":"theta (\u03b8)","thorn":"thorn (\xfe)","three dot leader":"\u7701\u7565\u53f7","trade mark sign":"\u5546\u6807\u7b26\u53f7","tugrik sign":"\u56fe\u683c\u91cc\u514b\u7b26\u53f7","turkish lira sign":"\u571f\u8033\u5176\u91cc\u62c9\u7b26\u53f7","turned question mark":"\u7ffb\u8f6c\u95ee\u53f7","u - acute":"u - \u9ad8\u97f3","u - circumflex":"u - \u6298\u97f3","u - diaeresis":"u - \u4e24\u70b9\u97f3","u - grave":"u - \u91cd\u97f3","u - macron":"u - \u957f\u97f3","union":"\u5e76\u96c6","upsilon":"upsilon (\u03c5)","won sign":"\u97e9\u5143\u7b26\u53f7","xi":"xi (\u03be)","y - acute":"y - \u9ad8\u97f3","y - diaeresis":"y - \u4e24\u70b9\u97f3","y - macron":"y - \u957f\u97f3","yen character":"\u65e5\u5143\u5b57\u7b26","yen sign":"\u65e5\u5143\u7b26\u53f7","yen/yuan character variant one":"\u65e5\u5143/\u4eba\u6c11\u5e01\u5b57\u7b26\u53d8\u4f53\u4e00","yuan character":"\u4eba\u6c11\u5e01\u5b57\u7b26","yuan character, in hong kong and taiwan":"\u6e2f\u6f8e\u53f0\u5143\u5b57\u7b26","zeta":"zeta (\u03b6)","{0} characters":"{0}\u4e2a\u5b57\u7b26","{0} columns, {1} rows":"{0} \u5217\uff0c{1} \u884c","{0} words":"{0}\u5b57"});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* TinyMCE Language Pack
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
|
+
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
|
+
*/
|
|
7
|
+
tinymce.addI18n("zh_TW",{"#":"#","A - acute":"A - \u5c16\u97f3\u7b26\u865f","A - circumflex":"A - \u6291\u63da\u7b26\u865f","A - diaeresis":"A - \u5206\u97f3\u7b26\u865f","A - grave":"A - \u91cd\u97f3\u7b26\u865f","A - macron":"A - \u9577\u97f3\u7b26\u865f","A - ring above":"A - \u4e0a\u74b0\u5f62\u7b26\u865f","A - tilde":"A - \u6ce2\u6d6a\u865f","Accessibility":"\u53ef\u5b58\u53d6\u6027","Accordion":"\u647a\u758a\u5f0f\u529f\u80fd\u8868","Accordion body...":"\u647a\u758a\u5f0f\u529f\u80fd\u8868\u4e3b\u9ad4...","Accordion summary...":"\u647a\u758a\u5f0f\u529f\u80fd\u8868\u6458\u8981...","Action":"\u52d5\u4f5c","Activity":"\u6d3b\u52d5","Address":"\u5730\u5740","Advanced":"\u9ad8\u7d1a","Align":"\u5c0d\u9f4a","Align center":"\u4e2d\u9593\u5c0d\u9f4a","Align left":"\u5de6\u908a\u5c0d\u9f4a","Align right":"\u53f3\u908a\u5c0d\u9f4a","Alignment":"\u5c0d\u9f4a","Alignment {0}":"\u5c0d\u9f4a {0}","All":"\u5168\u90e8","Alpha":"\u963f\u723e\u6cd5 (\u0391)","Alternative description":"\u66ff\u4ee3\u8aaa\u660e","Alternative source":"\u66ff\u4ee3\u4f86\u6e90","Alternative source URL":"\u66ff\u4ee3\u4f86\u6e90URL","Anchor":"\u9328\u9ede","Anchor...":"\u9328\u9ede...","Anchors":"\u9328\u9ede","Animals and Nature":"\u52d5\u7269\u8207\u81ea\u7136","Arrows":"\u7bad\u982d","B":"B","Background color":"\u80cc\u666f\u9854\u8272","Background color {0}":"\u80cc\u666f\u984f\u8272 {0}","Beta":"\u8c9d\u5854 (\u0392)","Black":"\u9ed1\u8272","Block":"\u5340\u584a","Block {0}":"\u5340\u584a {0}","Blockquote":"Blockquote","Blocks":"\u57fa\u584a","Blue":"\u85cd\u8272","Blue channel":"\u85cd\u8272\u901a\u9053","Body":"\u4e3b\u9ad4","Bold":"\u7c97\u9ad4","Border":"\u6846\u7dda","Border color":"\u6846\u7dda\u984f\u8272","Border style":"\u6846\u7dda\u6a23\u5f0f","Border width":"\u6846\u7dda\u5bec\u5ea6","Bottom":"\u4e0b\u65b9\u5c0d\u9f4a","Browse files":"\u700f\u89bd\u6a94\u6848","Browse for an image":"\u5f9e\u5716\u7247\u4e2d\u700f\u89bd","Browse links":"\u700f\u89bd\u9023\u7d50","Build with {0}":"\u4f7f\u7528 {0} \u5efa\u9020","Bullet list":"\u9805\u76ee\u6e05\u55ae","C - cedilla":"C - \u5c3e\u5f62\u7b26\u865f","Cancel":"\u53d6\u6d88","Capitalization":"\u5927\u5beb","Caption":"\u6a19\u984c","Case Change":"\u8b8a\u683c","Cell":"\u5132\u5b58\u683c","Cell padding":"\u5132\u5b58\u683c\u908a\u8ddd","Cell properties":"\u5132\u5b58\u683c\u5c6c\u6027","Cell spacing":"\u5132\u5b58\u683c\u9593\u8ddd","Cell styles":"\u55ae\u5143\u683c\u6a23\u5f0f","Cell type":"\u5132\u5b58\u683c\u5225","Center":"\u5c45\u4e2d","Characters":"\u5b57\u5143","Characters (no spaces)":"\u5b57\u5143\uff08\u7121\u7a7a\u683c\uff09","Checklist":"\u6aa2\u67e5\u6e05\u55ae","Chi":"\u5e0c (\u03a7)","Circle":"\u7a7a\u5fc3\u5713","Class":"\u985e\u578b","Clear formatting":"\u6e05\u9664\u683c\u5f0f","Close":"\u95dc\u9589","Code":"\u4ee3\u78bc","Code sample...":"\u7a0b\u5f0f\u78bc\u7bc4\u4f8b...","Code view":"\u4ee3\u78bc\u8996\u5716","Color Picker":"\u9078\u8272\u5668","Color swatch":"\u8272\u5f69\u6a23\u672c","Cols":"\u6b04\u4f4d\u6bb5","Column":"\u6b04\u76ee","Column clipboard actions":"\u5217\u526a\u8cbc\u677f\u64cd\u4f5c","Column group":"\u6b04\u7fa4\u7d44","Column header":"\u5217\u6a19\u984c","Constrain proportions":"\u4fdd\u6301\u6bd4\u4f8b","Copy":"\u8907\u88fd","Copy column":"\u8907\u88fd\u6b04","Copy row":"\u8907\u88fd\u5217","Could not find the specified string.":"\u7121\u6cd5\u67e5\u8a62\u5230\u6b64\u7279\u5b9a\u5b57\u4e32\u3002","Could not load emojis":"\u7121\u6cd5\u8f09\u5165\u8868\u60c5\u5716\u793a","Count":"\u8a08\u7b97","Currency":"\u8ca8\u5e63","Current window":"\u76ee\u524d\u8996\u7a97","Custom color":"\u81ea\u8a02\u984f\u8272","Custom...":"\u81ea\u5b9a\u7fa9......","Cut":"\u526a\u4e0b","Cut column":"\u526a\u4e0b\u6b04","Cut row":"\u526a\u4e0b\u5217","Dark Blue":"\u6df1\u85cd\u8272","Dark Gray":"\u6df1\u7070\u8272","Dark Green":"\u6df1\u7da0\u8272","Dark Orange":"\u6df1\u6a59\u8272","Dark Purple":"\u6df1\u7d2b\u8272","Dark Red":"\u6697\u7d05\u8272","Dark Turquoise":"\u6df1\u571f\u8033\u5176\u85cd","Dark Yellow":"\u6df1\u9ec3\u8272","Dashed":"\u865b\u7dda","Date/time":"\u65e5\u671f/\u6642\u9593","Decrease indent":"\u6e1b\u5c11\u7e2e\u6392","Default":"\u9810\u8a2d","Delete accordion":"\u522a\u9664\u647a\u758a\u5f0f\u529f\u80fd\u8868","Delete column":"\u522a\u9664\u884c","Delete row":"\u522a\u9664\u5217","Delete table":"\u522a\u9664\u8868\u683c","Delta":"\u5fb7\u723e\u5854 (\u0394)","Dimensions":"\u5c3a\u5bf8","Disc":"\u5be6\u5fc3\u5713","Div":"Div","Document":"\u6587\u4ef6","Dotted":"\u9ede\u7dda","Double":"\u96d9\u7dda","Drop an image here":"\u62d6\u66f3\u5716\u7247\u81f3\u6b64","Dropped file type is not supported":"\u4e0d\u652f\u63f4\u5df2\u62d6\u653e\u7684\u6a94\u6848\u985e\u578b","E - acute":"E - \u5c16\u97f3\u7b26\u865f","E - circumflex":"E - \u6291\u63da\u7b26\u865f","E - diaeresis":"E - \u5206\u97f3\u7b26\u865f","E - grave":"E - \u91cd\u97f3\u7b26\u865f","E - macron":"E - \u9577\u97f3\u7b26\u865f","ETH":"ETH (\xd0)","Edit":"\u7de8\u8f2f","Embed":"\u5d4c\u5165","Emojis":"\u8868\u60c5\u5716\u793a","Emojis...":"\u8868\u60c5\u5716\u793a...","Epsilon":"\u827e\u666e\u897f\u9686 (\u0395)","Error":"\u932f\u8aa4","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","Eta":"\u827e\u5854 (\u0397)","Extended Latin":"\u64f4\u5145\u62c9\u4e01\u5b57\u6bcd","Failed to initialize plugin: {0}":"\u7121\u6cd5\u555f\u52d5\u5916\u639b\uff1a{0}","Failed to load plugin url: {0}":"\u7121\u6cd5\u8f09\u5165\u5916\u639b url\uff1a{0}","Failed to load plugin: {0} from url {1}":"\u7121\u6cd5\u8f09\u5165\u5916\u639b\uff1a\u4f86\u81ea{0} \u7684{1}","Failed to upload image: {0}":"\u7121\u6cd5\u4e0a\u50b3\u5716\u50cf\uff1a{0}","File":"\u6a94\u6848","Find":"\u5c0b\u627e","Find (if searchreplace plugin activated)":"\u5c0b\u627e (\u5c0b\u627e\u53d6\u4ee3\u5916\u639b\u555f\u7528\u6642)","Find and Replace":"\u67e5\u627e\u548c\u66ff\u63db","Find and replace...":"\u5c0b\u627e\u53ca\u53d6\u4ee3...","Find in selection":"\u5728\u9078\u53d6\u7684\u5167\u5bb9\u4e2d\u5c0b\u627e","Find whole words only":"\u50c5\u627e\u51fa\u5b8c\u6574\u5b57\u532f","Flags":"\u65d7\u6a19","Focus to contextual toolbar":"\u8df3\u81f3\u5feb\u6377\u9078\u55ae","Focus to element path":"\u8df3\u81f3\u5143\u7d20\u5217","Focus to menubar":"\u8df3\u81f3\u9078\u55ae\u5217","Focus to notification":"\u8df3\u81f3\u901a\u77e5","Focus to toolbar":"\u8df3\u81f3\u5de5\u5177\u5217","Font":"\u5b57\u578b","Font size {0}":"\u5b57\u9ad4\u5927\u5c0f {0}","Font sizes":"\u5b57\u578b\u5927\u5c0f","Font {0}":"\u5b57\u9ad4 {0}","Fonts":"\u5b57\u578b","Food and Drink":"\u98f2\u98df","Footer":"Footer","Format":"\u683c\u5f0f","Format painter":"\u8907\u88fd\u683c\u5f0f","Format {0}":"\u683c\u5f0f {0}","Formats":"\u683c\u5f0f","Fullscreen":"\u5168\u87a2\u5e55","G":"G","Gamma":"\u4f3d\u99ac (\u0393)","General":"\u4e00\u822c","Gray":"\u7070\u8272","Green":"\u7da0\u8272","Green channel":"\u7da0\u8272\u901a\u9053","Groove":"\u51f9\u69fd","Handy Shortcuts":"\u5feb\u901f\u9375","Header":"\u9801\u982d","Header cell":"\u8868\u982d\u5132\u5b58\u683c","Heading 1":"\u6a19\u984c1","Heading 2":"\u6a19\u984c2","Heading 3":"\u6a19\u984c3","Heading 4":"\u6a19\u984c4","Heading 5":"\u6a19\u984c5","Heading 6":"\u6a19\u984c6","Headings":"\u6a19\u984c","Height":"\u9ad8\u5ea6","Help":"\u5e6b\u52a9","Hex color code":"\u5341\u516d\u9032\u4f4d\u8272\u5f69\u4ee3\u78bc","Hexadecimal only, 000000 to FFFFFF":"\u50c5\u9650\u5341\u516d\u9032\u4f4d\u6578\u5b57\uff0c000000-FFFFFF","Hidden":"\u96b1\u85cf","Horizontal align":"\u6c34\u5e73\u5c0d\u9f4a","Horizontal line":"\u6c34\u5e73\u7dda","Horizontal space":"\u6c34\u6e96\u9593\u8ddd","I - acute":"I - \u5c16\u97f3\u7b26\u865f","I - circumflex":"I - \u6291\u63da\u7b26\u865f","I - diaeresis":"I - \u5206\u97f3\u7b26\u865f","I - grave":"I - \u91cd\u97f3\u7b26\u865f","I - macron":"I - \u9577\u97f3\u7b26\u865f","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","Image is decorative":"\u6b64\u70ba\u88dd\u98fe\u6027\u5716\u7247","Image list":"\u5716\u7247\u6e05\u55ae","Image title":"\u5716\u7247\u6a19\u984c","Image...":"\u5716\u7247......","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: Rejected request":"ImageProxy HTTP \u932f\u8aa4\uff1a\u62d2\u7d55\u8acb\u6c42","ImageProxy HTTP error: Unknown ImageProxy error":"ImageProxy HTTP \u932f\u8aa4\uff1a\u672a\u77e5\u7684\u5716\u50cf\u4ee3\u7406\u932f\u8aa4","Increase indent":"\u589e\u52a0\u7e2e\u6392","Inline":"\u5167\u806f","Insert":"\u63d2\u5165","Insert Template":"\u63d2\u5165\u7bc4\u672c","Insert accordion":"\u63d2\u5165\u647a\u758a\u5f0f\u529f\u80fd\u8868","Insert checklist":"\u63d2\u5165\u6aa2\u67e5\u6e05\u55ae","Insert column after":"\u63d2\u5165\u6b04\u4f4d\u5728...\u4e4b\u5f8c","Insert column before":"\u63d2\u5165\u6b04\u4f4d\u5728...\u4e4b\u524d","Insert date/time":"\u63d2\u5165\u65e5\u671f/\u6642\u9593","Insert image":"\u63d2\u5165\u5716\u7247","Insert link (if link plugin activated)":"\u65b0\u589e\u6377\u5f91 (\u6377\u5f91\u5916\u639b\u555f\u7528\u6642)","Insert row after":"\u63d2\u5165\u5217\u5728...\u4e4b\u5f8c","Insert row before":"\u63d2\u5165\u5217\u5728...\u4e4b\u524d","Insert table":"\u63d2\u5165\u8868\u683c","Insert template...":"\u63d2\u5165\u6a23\u7248...","Insert video":"\u63d2\u5165\u5f71\u97f3","Insert/Edit code sample":"\u63d2\u5165/\u7de8\u8f2f \u7a0b\u5f0f\u78bc\u7bc4\u4f8b","Insert/edit image":"\u63d2\u5165/\u7de8\u8f2f\u5716\u7247","Insert/edit link":"\u63d2\u5165/\u7de8\u8f2f\u9023\u7d50","Insert/edit media":"\u63d2\u5165/\u7de8\u8f2f\u5a92\u9ad4","Insert/edit video":"\u63d2\u4ef6/\u7de8\u8f2f\u5f71\u97f3","Inset":"\u5167\u51f9","Invalid hex color code: {0}":"\u7121\u6548\u7684\u5341\u516d\u9032\u5236\u984f\u8272\u4ee3\u78bc\uff1a{0}","Invalid input":"\u7121\u6548\u8f38\u5165","Iota":"\u7d04\u5854 (\u0399)","Italic":"\u659c\u9ad4","Justify":"\u5de6\u53f3\u5c0d\u9f4a","Kappa":"\u5361\u5e15 (\u039a)","Keyboard Navigation":"\u9375\u76e4\u5c0e\u822a","Lambda":"\u62c9\u59c6\u9054 (\u039b)","Language":"\u8a9e\u8a00","Learn more...":"\u4e86\u89e3\u66f4\u591a...","Left":"\u5de6","Left to right":"\u7531\u5de6\u5230\u53f3","Light Blue":"\u6dfa\u85cd\u8272","Light Gray":"\u6dfa\u7070\u8272","Light Green":"\u6de1\u7da0\u8272","Light Purple":"\u6dfa\u7d2b\u8272","Light Red":"\u6dfa\u7d05\u8272","Light Yellow":"\u6dfa\u9ec3\u8272","Line height":"\u884c\u9ad8","Link":"\u9023\u7d50","Link list":"\u9023\u7d50\u6e05\u55ae","Link...":"\u9023\u7d50...","List Properties":"\u6e05\u55ae\u5c6c\u6027","List properties...":"\u6e05\u55ae\u5c6c\u6027...","Loading emojis...":"\u6b63\u5728\u8f09\u5165\u8868\u60c5\u5716\u793a...","Loading...":"\u4e0a\u50b3\u4e2d......","Lower Alpha":"\u5c0f\u5beb\u82f1\u6587\u5b57\u6bcd","Lower Greek":"\u5e0c\u81d8\u5b57\u6bcd","Lower Roman":"\u5c0f\u5beb\u7f85\u99ac\u6578\u5b57","Match case":"\u5927\u5c0f\u5beb\u5339\u914d","Mathematical":"\u6578\u5b78","Media poster (Image URL)":"\u5a92\u9ad4\u6d77\u5831\uff08\u5f71\u50cfImage URL\uff09","Media...":"\u5a92\u9ad4...","Medium Blue":"\u4e2d\u85cd\u8272","Medium Gray":"\u4e2d\u7070\u8272","Medium Purple":"\u4e2d\u7d2b\u8272","Merge cells":"\u5408\u4f75\u5132\u5b58\u683c","Middle":"\u5c45\u4e2d\u5c0d\u9f4a","Midnight Blue":"\u9ed1\u85cd\u8272","More...":"\u66f4\u591a\u8cc7\u8a0a......","Mu":"\u8b2c (\u039c)","N - tilde":"N - \u6ce2\u6d6a\u865f","Name":"\u540d\u7a31","Navy Blue":"\u6df1\u85cd\u8272","New document":"\u65b0\u6587\u4ef6","New window":"\u53e6\u958b\u8996\u7a97","Next":"\u4e0b\u4e00\u500b","No":"\u5426","No alignment":"\u7121\u5c0d\u9f4a","No color":"\u7121\u8272","Nonbreaking space":"\u4e0d\u5206\u884c\u7684\u7a7a\u683c","None":"\u7121","Nu":"\u7d10 (\u039d)","Numbered list":"\u6578\u5b57\u6e05\u55ae","Numbers only, 0 to 255":"\u50c5\u9650\u6578\u5b57\uff0c0-255","O - acute":"O - \u5c16\u97f3\u7b26\u865f","O - circumflex":"O - \u6291\u63da\u7b26\u865f","O - diaeresis":"O - \u5206\u97f3\u7b26\u865f","O - grave":"O - \u91cd\u97f3\u7b26\u865f","O - macron":"O - \u9577\u97f3\u7b26\u865f","O - slash":"O - \u659c\u7dda","O - tilde":"O - \u6ce2\u6d6a\u865f","OR":"\u6216","Objects":"\u7269\u4ef6","Ok":"\u78ba\u5b9a","Omega":"\u5967\u7c73\u4f3d (\u03a9)","Omicron":"\u6b50\u7c73\u514b\u620e (\u039f)","Open help dialog":"\u958b\u555f\u5354\u52a9\u5c0d\u8a71","Open link":"\u958b\u555f\u9023\u7d50","Open link in...":"\u958b\u555f\u9023\u7d50\u65bc...","Open popup menu for split buttons":"\u70ba\u62c6\u5206\u6309\u9215\u6253\u958b\u5f48\u51fa\u529f\u80fd\u8868","Orange":"\u6a59\u8272","Outset":"\u5916\u51f8","Page break":"\u5206\u9801","Paragraph":"\u6bb5\u843d","Paste":"\u7c98\u8cbc","Paste as text":"\u4ee5\u7d14\u6587\u5b57\u8cbc\u4e0a","Paste column after":"\u8cbc\u4e0a\u6b04\u5728...\u4e4b\u5f8c","Paste column before":"\u8cbc\u4e0a\u6b04\u5728...\u4e4b\u524d","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","Paste or type a link":"\u8cbc\u4e0a\u6216\u8f38\u5165\u9023\u7d50","Paste row after":"\u8cbc\u4e0a\u5217\u5728...\u4e4b\u5f8c","Paste row before":"\u8cbc\u4e0a\u5217\u5728...\u4e4b\u524d","Paste your embed code below:":"\u8acb\u5c07\u60a8\u7684\u5d4c\u5165\u5f0f\u7a0b\u5f0f\u78bc\u8cbc\u5728\u4e0b\u65b9\uff1a","People":"\u4eba","Permanent Pen Properties":"\u6c38\u4e45\u6a19\u8a18\u5c6c\u6027","Permanent pen":"\u6c38\u4e45\u6027\u7b46","Permanent pen properties...":"\u6c38\u4e45\u6a19\u8a18\u5c6c\u6027......","Phi":"\u6590 (\u03a6)","Pi":"\u6d3e (\u03a0)","Plugins":"\u5168\u90e8\u5916\u639b\u7a0b\u5f0f","Plugins installed ({0}):":"\u5916\u639b\u7a0b\u5f0f\uff08{0}\uff09\u5df2\u5b89\u88dd\uff1a","Powered by {0}":"\u63d0\u4f9b\u8005{0}","Pre":"Pre","Preferences":"\u9996\u9078\u9805","Preformatted":"\u9810\u5148\u683c\u5f0f\u5316\u7684","Premium plugins:":"\u52a0\u503c\u5916\u639b\uff1a","Press the Up and Down arrow keys to resize the editor.":"\u6309\u5411\u4e0a\u548c\u5411\u4e0b\u65b9\u5411\u9375\u4ee5\u8abf\u6574\u7de8\u8f2f\u5668\u5927\u5c0f\u3002","Press the arrow keys to resize the editor.":"\u6309\u65b9\u5411\u9375\u4ee5\u8abf\u6574\u7de8\u8f2f\u5668\u5927\u5c0f\u3002","Press {0} for help":"\u6309 {0} \u53d6\u5f97\u8aaa\u660e","Preview":"\u9810\u89bd","Previous":"\u4e0a\u4e00\u500b","Print":"\u5217\u5370","Print...":"\u5217\u5370...","Psi":"\u666e\u897f (\u03a8)","Purple":"\u7d2b\u8272","Quotations":"\u5f15\u865f","R":"R","Range 0 to 255":"\u7bc4\u570d\u70ba 0 \u81f3 255","Red":"\u7d05\u8272","Red channel":"\u7d05\u8272\u901a\u9053","Redo":"\u91cd\u505a","Remove":"\u79fb\u9664","Remove color":"\u79fb\u9664\u984f\u8272","Remove link":"\u79fb\u9664\u9023\u7d50","Replace":"\u66ff\u63db","Replace all":"\u66ff\u63db\u5168\u90e8","Replace with":"\u66ff\u63db\u70ba","Resize":"\u8abf\u6574\u5927\u5c0f","Restore last draft":"\u8f09\u5165\u4e0a\u4e00\u6b21\u7de8\u8f2f\u7684\u8349\u7a3f","Reveal or hide additional toolbar items":"\u986f\u793a\u6216\u96b1\u85cf\u5176\u4ed6\u5de5\u5177\u5217\u9805\u76ee","Rho":"\u67d4 (\u03a1)","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","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","Ridge":"\u5c71\u810a","Right":"\u53f3","Right to left":"\u7531\u53f3\u5230\u5de6","Row":"\u884c","Row clipboard actions":"\u884c\u526a\u8cbc\u677f\u64cd\u4f5c","Row group":"\u5217\u7fa4\u7d44","Row header":"\u884c\u6a19\u984c","Row properties":"\u5217\u5c6c\u6027","Row type":"\u884c\u7684\u985e\u578b","Rows":"\u884c\u6578","S - caron":"S - \u97f3\u8abf\u7b26\u865f","Save":"\u4fdd\u5b58","Save (if save plugin activated)":"\u5132\u5b58 (\u5132\u5b58\u5916\u639b\u555f\u7528\u6642)","Scope":"\u7bc4\u570d","Search":"\u641c\u7d22","Select all":"\u5168\u9078","Select the {0} element":"\u9078\u64c7 {0} \u5143\u7d20","Select...":"\u9078\u64c7......","Selection":"\u9078\u9805","Shortcut":"\u6377\u5f91","Show blocks":"\u986f\u793a\u57fa\u584a","Show caption":"\u986f\u793a\u6a19\u984c","Show invisible characters":"\u986f\u793a\u96b1\u85cf\u5b57\u5143","Sigma":"\u897f\u683c\u99ac (\u03a3)","Size":"\u5b57\u5f62\u5927\u5c0f","Solid":"\u5be6\u5fc3","Source":"\u539f\u59cb\u78bc","Source code":"\u539f\u59cb\u78bc","Special Character":"\u7279\u6b8a\u5b57\u5143","Special character...":"\u7279\u6b8a\u5b57\u5143......","Split cell":"\u5206\u5272\u5132\u5b58\u683c","Square":"\u6b63\u65b9\u5f62","Start list at number":"\u6e05\u55ae\u8d77\u59cb\u7de8\u865f","Strikethrough":"\u522a\u9664\u7dda","Style":"\u6a23\u5f0f","Subscript":"\u4e0b\u6a19","Superscript":"\u4e0a\u6a19","Switch to or from fullscreen mode":"\u8f49\u63db\u81ea/\u81f3\u5168\u87a2\u5e55\u6a21\u5f0f","Symbols":"\u7b26\u865f","System Font":"\u7cfb\u7d71\u5b57\u578b","THORN":"THORN (\xde)","Table":"\u8868\u683c","Table caption":"\u8868\u683c\u6a19\u984c","Table properties":"\u8868\u683c\u5c6c\u6027","Table styles":"\u8868\u683c\u6a23\u5f0f","Tau":"\u9676 (\u03a4)","Template":"\u6a23\u677f","Templates":"\u6a23\u7248","Text":"\u6587\u5b57","Text color":"\u6587\u672c\u9854\u8272","Text color {0}":"\u6587\u5b57\u984f\u8272 {0}","Text to display":"\u8981\u986f\u793a\u7684\u6587\u672c","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?","Theta":"\u897f\u5854 (\u0398)","Title":"\u6a19\u984c","Title Case":"\u5b57\u9996\u5927\u5beb","To open the popup, press Shift+Enter":"\u8981\u958b\u555f\u5f48\u51fa\u8996\u7a97\uff0c\u8acb\u6309Shift+Enter","Toggle accordion":"\u5207\u63db\u647a\u758a\u5f0f\u529f\u80fd\u8868","Tools":"\u5de5\u5177","Top":"\u4e0a\u65b9\u5c0d\u9f4a","Travel and Places":"\u65c5\u884c\u8207\u5730\u9ede","Turquoise":"\u571f\u8033\u5176\u85cd","U - acute":"U - \u5c16\u97f3\u7b26\u865f","U - circumflex":"U - \u6291\u63da\u7b26\u865f","U - diaeresis":"U - \u5206\u97f3\u7b26\u865f","U - grave":"U - \u91cd\u97f3\u7b26\u865f","U - macron":"U - \u9577\u97f3\u7b26\u865f","UPPERCASE":"\u5927\u5beb","Underline":"\u4e0b\u5283\u7dda","Undo":"\u64a4\u92b7","Upload":"\u4e0a\u50b3","Uploading image":"\u4e0a\u50b3\u5716\u7247","Upper Alpha":"\u5927\u5beb\u82f1\u6587\u5b57\u6bcd","Upper Roman":"\u5927\u5beb\u7f85\u99ac\u6578\u5b57","Upsilon":"\u5b87\u666e\u897f\u9686 (\u03a5)","Url":"\u7db2\u5740","User Defined":"\u4f7f\u7528\u8005\u5df2\u5b9a\u7fa9","Valid":"\u6709\u6548","Version":"\u7248\u672c","Vertical align":"\u5782\u76f4\u5c0d\u9f4a","Vertical space":"\u5782\u76f4\u9593\u8ddd","View":"\u67e5\u770b","Visual aids":"\u5c0f\u5e6b\u624b","Warn":"\u8b66\u544a","White":"\u767d\u8272","Width":"\u5bec\u5ea6","Word count":"\u8a08\u7b97\u5b57\u6578","Words":"\u5b57\u6578","Words: {0}":"\u6587\u5b57\uff1a{0}","Xi":"\u514b\u897f (\u039e)","Y - acute":"Y - \u5c16\u97f3\u7b26\u865f","Y - diaeresis":"Y - \u5206\u97f3\u7b26\u865f","Y - macron":"Y - \u9577\u97f3\u7b26\u865f","Yellow":"\u9ec3\u8272","Yes":"\u662f","You are using {0}":"\u60a8\u6b63\u5728\u4f7f\u7528 {0}","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","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","Zeta":"\u622a\u5854 (\u0396)","a - acute":"a - \u5c16\u97f3\u7b26\u865f","a - circumflex":"a - \u6291\u63da\u7b26\u865f","a - diaeresis":"a - \u5206\u97f3\u7b26\u865f","a - grave":"a - \u91cd\u97f3\u7b26\u865f","a - macron":"a - \u9577\u97f3\u7b26\u865f","a - ring above":"a - \u4e0a\u74b0\u5f62\u7b26\u865f","a - tilde":"a - \u6ce2\u6d6a\u865f","alignment":"\u5c0d\u9f4a","almost equal to":"\u5e7e\u4e4e\u7b49\u65bc","alpha":"\u963f\u723e\u6cd5 (\u03b1)","angle":"\u89d2\u5ea6","approximately equal to":"\u7d04\u7b49\u65bc","asterisk operator":"\u661f\u865f\u904b\u7b97\u5b50","austral sign":"\u5967\u65af\u7279\u62c9\u723e\u7b26\u865f","backward difference":"\u5f8c\u5411\u5dee\u5206","beta":"\u8c9d\u5854 (\u03b2)","broken bar":"\u9593\u65b7\u7dda","bullet":"\u9805\u76ee\u7b26\u865f","c - cedilla":"c - \u5c3e\u5f62\u7b26\u865f","cedi sign":"\u8fe6\u7d0d\u585e\u5730\u7b26\u865f","cent sign":"\u5206\u5e63\u7b26\u865f","chi":"\u5e0c (\u03c7)","circumflex accent":"\u6291\u63da\u7b26\u865f","colon sign":"\u5192\u865f","comments":"\u8a3b\u89e3","contains as member":"\u5305\u542b\u70ba\u6210\u54e1","copyright sign":"\u7248\u6b0a\u7b26\u865f","cruzeiro sign":"\u514b\u9b6f\u585e\u7f85\u7b26\u865f","currency sign":"\u8ca8\u5e63\u7b26\u865f","degree sign":"\u5ea6\u6578\u7b26\u865f","delta":"\u5fb7\u723e\u5854 (\u03b4)","diaeresis":"\u5206\u97f3\u7b26\u865f","diameter":"\u76f4\u5f91","division sign":"\u9664\u865f","dollar sign":"\u7f8e\u5143\u7b26\u865f","dong sign":"\u8d8a\u5357\u76fe\u7b26\u865f","double low-9 quotation mark":"\u4f4e\u4f4d\u96d9\u5f15\u865f","drachma sign":"\u5fb7\u62c9\u514b\u99ac\u7b26\u865f","e - acute":"e - \u5c16\u97f3\u7b26\u865f","e - circumflex":"e - \u6291\u63da\u7b26\u865f","e - diaeresis":"e - \u5206\u97f3\u7b26\u865f","e - grave":"e - \u91cd\u97f3\u7b26\u865f","e - macron":"e - \u9577\u97f3\u7b26\u865f","element of":"\u662f\u5176\u4e2d\u7684\u5143\u7d20","em dash":"\u7834\u6298\u865f","en dash":"\u9023\u63a5\u865f","epsilon":"\u827e\u666e\u897f\u9686 (\u03b5)","eta":"\u827e\u5854 (\u03b7)","eth":"eth (\xf0)","euro sign":"\u6b50\u5143\u7b26\u865f","euro-currency sign":"\u6b50\u5143\u8ca8\u5e63\u7b26\u865f","example":"\u7bc4\u4f8b","final sigma":"\u5b57\u5c3e\u897f\u683c\u99ac (\u03c2)","for all":"\u5c0d\u6240\u6709","formatting":"\u683c\u5f0f","fraction one half":"\u4e8c\u5206\u4e4b\u4e00","fraction one quarter":"\u56db\u5206\u4e4b\u4e00","fraction slash":"\u5206\u6578\u659c\u7dda","fraction three quarters":"\u56db\u5206\u4e4b\u4e09","french franc sign":"\u6cd5\u570b\u6cd5\u90ce\u7b26\u865f","function / florin":"\u51fd\u6578\uff0f\u5f17\u7f85\u6797","gamma":"\u4f3d\u99ac (\u03b3)","german penny symbol":"\u5fb7\u570b\u4fbf\u58eb\u7b26\u865f","greater-than or equal to":"\u5927\u65bc\u7b49\u65bc","greater-than sign":"\u5927\u65bc\u7b26\u865f","guarani sign":"\u74dc\u62c9\u5c3c\u7b26\u865f","history":"\u6b77\u53f2","hryvnia sign":"\u8377\u6797\u592b\u7d0d\u7b26\u865f","i - acute":"i - \u5c16\u97f3\u7b26\u865f","i - circumflex":"i - \u6291\u63da\u7b26\u865f","i - diaeresis":"i - \u5206\u97f3\u7b26\u865f","i - grave":"i - \u91cd\u97f3\u7b26\u865f","i - macron":"i - \u9577\u97f3\u7b26\u865f","identical to":"\u6046\u7b49\u65bc","indentation":"\u7e2e\u6392","indian rupee sign":"\u5370\u5ea6\u76e7\u6bd4\u7b26\u865f","infinity":"\u7121\u7aae","integral":"\u7a4d\u5206","intersection":"\u4ea4\u96c6","inverted exclamation mark":"\u5012\u9a5a\u5606\u865f","iota":"\u7d04\u5854 (\u03b9)","kappa":"\u5361\u5e15 (\u03ba)","kip sign":"\u57fa\u666e\u7b26\u865f","lambda":"\u62c9\u59c6\u9054 (\u03bb)","left double quotation mark":"\u5de6\u96d9\u5f15\u865f","left pointing guillemet":"\u5de6\u6307\u89d2\u5f62\u5f15\u865f","left single quotation mark":"\u5de6\u55ae\u5f15\u865f","less-than or equal to":"\u5c0f\u65bc\u7b49\u65bc","less-than sign":"\u5c0f\u65bc\u7b26\u865f","ligature AE":"\u9023\u9ad4\u5b57 AE","ligature OE":"\u9023\u9ad4\u5b57 OE","ligature ae":"\u9023\u9ad4\u5b57 ae","ligature oe":"\u9023\u9ad4\u5b57 oe","lira sign":"\u91cc\u62c9\u7b26\u865f","livre tournois sign":"\u91cc\u5f17\u723e\u7b26\u865f","logical and":"\u908f\u8f2f\u8207","logical or":"\u908f\u8f2f\u6216","lowercase":"\u5c0f\u5beb","macron":"\u9577\u97f3\u7b26\u865f","manat sign":"\u99ac\u7d0d\u7279\u7b26\u865f","micro sign":"\u5fae\u7b26\u865f","middle dot":"\u9593\u9694\u865f","mill sign":"\u5bc6\u723e\u7b26\u865f","minus sign":"\u6e1b\u865f","minutes / feet":"\u5206\u9418\uff0f\u82f1\u5c3a","mu":"\u8b2c (\u03bc)","multiplication sign":"\u4e58\u865f","n - tilde":"n - \u6ce2\u6d6a\u865f","n-ary product":"n \u5143\u6c42\u7a4d","n-ary sumation":"n \u5143\u6c42\u548c","naira sign":"\u5948\u62c9\u7b26\u865f","new sheqel sign":"\u65b0\u8b1d\u514b\u723e\u7b26\u865f","nordic mark sign":"\u5317\u6b50\u99ac\u514b\u7b26\u865f","not an element of":"\u4e0d\u662f\u5176\u4e2d\u7684\u5143\u7d20","not equal to":"\u4e0d\u7b49\u65bc","not sign":"\u975e\u7b26\u865f","nu":"\u7d10 (\u03bd)","o - acute":"o - \u5c16\u97f3\u7b26\u865f","o - circumflex":"o - \u6291\u63da\u7b26\u865f","o - diaeresis":"o - \u5206\u97f3\u7b26\u865f","o - grave":"o - \u91cd\u97f3\u7b26\u865f","o - tilde":"o - \u6ce2\u6d6a\u865f","o macron":"o \u9577\u97f3\u7b26\u865f","o slash":"o \u659c\u7dda","omega":"\u5967\u7c73\u4f3d (\u03c9)","omicron":"\u6b50\u7c73\u514b\u620e (\u03bf)","overline":"\u4e0a\u6a6b\u7dda","paragraph sign":"\u6bb5\u843d\u7b26\u865f","partial differential":"\u504f\u5fae\u5206","per mille sign":"\u5343\u5206\u6bd4\u7b26\u865f","peseta sign":"\u966a\u58eb\u7279\u7b26\u865f","peso sign":"\u62ab\u7d22\u7b26\u865f","phi":"\u6590 (\u03c6)","pi":"\u6d3e (\u03c0)","plus-minus sign":"\u6b63\u8ca0\u865f","pound sign":"\u82f1\u938a\u7b26\u865f","proportional to":"\u6b63\u6bd4\u65bc","psi":"\u666e\u897f (\u03c8)","registered sign":"\u8a3b\u518a\u5546\u6a19\u7b26\u865f","rho":"\u67d4 (\u03c1)","right double quotation mark":"\u53f3\u96d9\u5f15\u865f","right pointing guillemet":"\u53f3\u6307\u89d2\u5f62\u5f15\u865f","right single quotation mark":"\u53f3\u55ae\u5f15\u865f","ruble sign":"\u76e7\u5e03\u7b26\u865f","rupee sign":"\u76e7\u6bd4\u7b26\u865f","s - caron":"s - \u97f3\u8abf\u7b26\u865f","seconds / inches":"\u79d2\uff0f\u82f1\u5bf8","section sign":"\u5206\u7bc0\u7b26\u865f","sharp s / ess-zed":"sharp s / ess-zed (\u1e9e)","sigma":"\u897f\u683c\u99ac (\u03c3)","similar to":"\u8fd1\u4f3c\u65bc","single left-pointing angle quotation mark":"\u5de6\u6307\u55ae\u5c16\u5f15\u865f","single low-9 quotation mark":"\u4f4e\u4f4d\u55ae\u5f15\u865f","single right-pointing angle quotation mark":"\u53f3\u6307\u55ae\u5c16\u5f15\u865f","small tilde":"\u5c0f\u6ce2\u6d6a\u865f","spesmilo sign":"\u65af\u4f69\u65af\u7c73\u6d1b\u7b26\u865f","square root":"\u5e73\u65b9\u6839","styles":"\u6a23\u5f0f","superscript one":"\u4e0a\u6a19\u4e00","superscript three":"\u4e0a\u6a19\u4e09","superscript two":"\u4e0a\u6a19\u4e8c","tau":"\u9676 (\u03c4)","tenge sign":"\u5766\u5409\u7b26\u865f","there exists":"\u5b58\u5728","theta":"\u897f\u5854 (\u03b8)","thorn":"thorn (\xfe)","three dot leader":"\u7701\u7565\u865f","trade mark sign":"\u5546\u6a19\u7b26\u865f","tugrik sign":"\u5716\u683c\u91cc\u514b\u7b26\u865f","turkish lira sign":"\u571f\u8033\u5176\u91cc\u62c9\u7b26\u865f","turned question mark":"\u5012\u554f\u865f","u - acute":"u - \u5c16\u97f3\u7b26\u865f","u - circumflex":"u - \u6291\u63da\u7b26\u865f","u - diaeresis":"u - \u5206\u97f3\u7b26\u865f","u - grave":"u - \u91cd\u97f3\u7b26\u865f","u - macron":"u - \u9577\u97f3\u7b26\u865f","union":"\u806f\u96c6","upsilon":"\u5b87\u666e\u897f\u9686 (\u03c5)","won sign":"\u97d3\u5713\u7b26\u865f","xi":"\u514b\u897f (\u03be)","y - acute":"y - \u5c16\u97f3\u7b26\u865f","y - diaeresis":"y - \u5206\u97f3\u7b26\u865f","y - macron":"y - \u9577\u97f3\u7b26\u865f","yen character":"\u65e5\u5713\u5b57\u5143","yen sign":"\u65e5\u5713\u7b26\u865f","yen/yuan character variant one":"\u5713\uff0f\u5143\u5b57\u5143\u8b8a\u9ad4\u4e00","yuan character":"\u4eba\u6c11\u5e63\u5b57\u5143","yuan character, in hong kong and taiwan":"\u6e2f\u53f0\u5e63\u5b57\u5143","zeta":"\u622a\u5854 (\u03b6)","{0} characters":"{0} \u500b\u5b57\u5143","{0} columns, {1} rows":"{0} \u6b04\uff0c{1} \u5217","{0} words":"{0} \u500b\u5b57"});
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
2
|
+
|
|
3
|
+
SOFTWARE TERMS & CONDITIONS OF USE
|
|
4
|
+
|
|
5
|
+
Use of this software is covered by the Tiny Technologies, Inc Software Terms & Conditions of Use presented at https://about.tiny.cloud/legal/. By use of this Software you have agreed to the Tiny Technologies, Inc Software Terms & Conditions of Use.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* TinyMCE
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2025 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
|
+
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
|
+
*/
|
|
7
|
+
// Exports the "dom" model for usage with module loaders
|
|
8
|
+
// Usage:
|
|
9
|
+
// CommonJS:
|
|
10
|
+
// require('tinymce/models/dom')
|
|
11
|
+
// ES2015:
|
|
12
|
+
// import 'tinymce/models/dom'
|
|
13
|
+
require('./model.js');
|