@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,19 @@
|
|
|
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("ar", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "\u0627\u062e\u062a\u0631 \u0644\u0644\u0625\u0628\u0642\u0627\u0621 \u0639\u0644\u0649 \u0623\u0648 \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062a\u0646\u0633\u064a\u0642 \u0641\u064a \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0630\u064a \u062a\u0645 \u0644\u0635\u0642\u0647.",
|
|
10
|
+
"Image failed to upload: (": "\u0641\u0634\u0644 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0648\u0631\u0629: (",
|
|
11
|
+
"Image is invalid.": "\u0627\u0644\u0635\u0648\u0631\u0629 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.",
|
|
12
|
+
"Keep formatting": "\u0627\u0644\u0625\u0628\u0642\u0627\u0621 \u0639\u0644\u0649 \u0627\u0644\u062a\u0646\u0633\u064a\u0642",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u062a\u0645 \u062a\u0639\u0637\u064a\u0644 \u0644\u0635\u0642 \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u062d\u0644\u064a\u0629. \u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u062d\u0644\u064a\u0629 \u0645\u0646 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0645\u0644\u0635\u0642.",
|
|
14
|
+
"Paste Formatting Options": "\u062e\u064a\u0627\u0631\u0627\u062a \u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u0644\u0635\u0642",
|
|
15
|
+
"Remove formatting": "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062a\u0646\u0633\u064a\u0642",
|
|
16
|
+
"Some images failed to import.": "\u0641\u0634\u0644 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0628\u0639\u0636 \u0627\u0644\u0635\u0648\u0631.",
|
|
17
|
+
"The images service was not found: (": "\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u062e\u062f\u0645\u0629 \u0627\u0644\u0635\u0648\u0631: (",
|
|
18
|
+
"Unsupported image type.": "\u0646\u0648\u0639 \u0627\u0644\u0635\u0648\u0631\u0629 \u063a\u064a\u0631 \u0645\u0639\u062a\u0645\u062f."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("bg_BG", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0430\u043b\u0438 \u0434\u0430 \u0437\u0430\u043f\u0430\u0437\u0438\u0442\u0435, \u0438\u043b\u0438 \u0434\u0430 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0435\u0442\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u0435\u043d\u043e\u0442\u043e \u0441\u044a\u0434\u044a\u0440\u0436\u0430\u043d\u0438\u0435.",
|
|
10
|
+
"Image failed to upload: (": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435: (",
|
|
11
|
+
"Image is invalid.": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0442\u043e \u0435 \u043d\u0435\u0432\u0430\u043b\u0438\u0434\u043d\u043e.",
|
|
12
|
+
"Keep formatting": "\u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u041f\u043e\u0441\u0442\u0430\u0432\u044f\u043d\u0435\u0442\u043e \u043d\u0430 \u043b\u043e\u043a\u0430\u043b\u043d\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0435 \u0434\u0435\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u043e. \u041b\u043e\u043a\u0430\u043b\u043d\u0438\u0442\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0441\u0430 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442\u0438 \u043e\u0442 \u043f\u043e\u0441\u0442\u0430\u0432\u0435\u043d\u043e\u0442\u043e \u0441\u044a\u0434\u044a\u0440\u0436\u0430\u043d\u0438\u0435.",
|
|
14
|
+
"Paste Formatting Options": "\u041e\u043f\u0446\u0438\u0438 \u0437\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u044f\u043d\u0435",
|
|
15
|
+
"Remove formatting": "\u041f\u0440\u0435\u043c\u0430\u0445\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e",
|
|
16
|
+
"Some images failed to import.": "\u041d\u044f\u043a\u043e\u0438 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u043d\u0435 \u0443\u0441\u043f\u044f\u0445\u0430 \u0434\u0430 \u0441\u0435 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u0442.",
|
|
17
|
+
"The images service was not found: (": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0442\u043e \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0431\u044a\u0434\u0435 \u043e\u0442\u043a\u0440\u0438\u0442\u043e: (",
|
|
18
|
+
"Unsupported image type.": "\u041d\u0435\u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430\u043d \u0442\u0438\u043f \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("ca", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "Trieu si voleu conservar o eliminar el format al contingut enganxat",
|
|
10
|
+
"Image failed to upload: (": "La imatge no s'ha pogut carregar: (",
|
|
11
|
+
"Image is invalid.": "La imatge no \xe9s v\xe0lida.",
|
|
12
|
+
"Keep formatting": "Conservar el format",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "L'opci\xf3 d'enganxar imatges locals s'ha desactivat. Les imatges locals s'han eliminat del contingut enganxat.",
|
|
14
|
+
"Paste Formatting Options": "Opcions per enganxar el format",
|
|
15
|
+
"Remove formatting": "Eliminar el format",
|
|
16
|
+
"Some images failed to import.": "Algunes imatges no s'han importat correctament.",
|
|
17
|
+
"The images service was not found: (": "No s'ha trobat el servei d'imatges: (",
|
|
18
|
+
"Unsupported image type.": "Format d'imatge incompatible."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("cs", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "Rozhodn\u011bte se, zda chcete zachovat nebo odebrat form\xe1tov\xe1n\xed vkl\xe1dan\xe9ho obsahu.",
|
|
10
|
+
"Image failed to upload: (": "Obr\xe1zek se nepoda\u0159ilo odeslat: (",
|
|
11
|
+
"Image is invalid.": "Obr\xe1zek je neplatn\xfd.",
|
|
12
|
+
"Keep formatting": "Zachovat form\xe1tov\xe1n\xed",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Vkl\xe1d\xe1n\xed m\xedstn\xedch obr\xe1zk\u016f je zak\xe1z\xe1no. M\xedstn\xed obr\xe1zky byly z vlo\u017een\xe9ho obsahu odstran\u011bny.",
|
|
14
|
+
"Paste Formatting Options": "Mo\u017enosti form\xe1tov\xe1n\xed p\u0159i vkl\xe1d\xe1n\xed",
|
|
15
|
+
"Remove formatting": "Odstranit form\xe1tov\xe1n\xed",
|
|
16
|
+
"Some images failed to import.": "N\u011bkter\xe9 obr\xe1zky se nepoda\u0159ilo importovat.",
|
|
17
|
+
"The images service was not found: (": "Obr\xe1zkov\xe1 slu\u017eba nebyla nalezena: (",
|
|
18
|
+
"Unsupported image type.": "Nepodporovan\xfd typ obr\xe1zku."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("da", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "V\xe6lg, om du vil bevare eller fjerne formatering i det indsatte indhold.",
|
|
10
|
+
"Image failed to upload: (": "Billedet blev ikke uploadet: (",
|
|
11
|
+
"Image is invalid.": "Billedet er ugyldigt.",
|
|
12
|
+
"Keep formatting": "Bevar formatering",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Lokal inds\xe6ttelse af billeder er deaktiveret. Lokale billeder kan v\xe6re blevet fjernet fra indsat indhold.",
|
|
14
|
+
"Paste Formatting Options": "Inds\xe6t formateringsindstillinger",
|
|
15
|
+
"Remove formatting": "Fjern formatering",
|
|
16
|
+
"Some images failed to import.": "Nogle billeder blev ikke importeret.",
|
|
17
|
+
"The images service was not found: (": "Billedtjenesten blev ikke fundet: (",
|
|
18
|
+
"Unsupported image type.": "Ikke-underst\xf8ttet billedtype."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("de", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "W\xe4hlen Sie aus, ob die Formatierung in eingef\xfcgten Inhalten beibehalten werden soll.",
|
|
10
|
+
"Image failed to upload: (": "Fehler beim Hochladen des Bildes: (",
|
|
11
|
+
"Image is invalid.": "Bild ist ung\xfcltig.",
|
|
12
|
+
"Keep formatting": "Formatierung beibehalten",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Einf\xfcgen lokaler Bilder wurde deaktiviert. Lokale Bilder wurden aus dem eingef\xfcgten Inhalt entfernt.",
|
|
14
|
+
"Paste Formatting Options": "Formatierung einf\xfcgen",
|
|
15
|
+
"Remove formatting": "Formatierung entfernen",
|
|
16
|
+
"Some images failed to import.": "Einige Bilder wurden nicht importiert.",
|
|
17
|
+
"The images service was not found: (": "Der Bilddienst wurde nicht gefunden: (",
|
|
18
|
+
"Unsupported image type.": "Nicht unterst\xfctzter Bildtyp."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("el", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03b1\u03bd \u03b8\u03b1 \u03b4\u03b9\u03b1\u03c4\u03b7\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ae \u03b8\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03c4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b5\u03c0\u03b9\u03ba\u03bf\u03bb\u03bb\u03b7\u03b8\u03b5\u03af.",
|
|
10
|
+
"Image failed to upload: (": "\u0397 \u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1\u03c2 \u03b4\u03b5\u03bd \u03ae\u03c4\u03b1\u03bd \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae: (",
|
|
11
|
+
"Image is invalid.": "\u0397 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1 \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7.",
|
|
12
|
+
"Keep formatting": "\u0394\u03b9\u03b1\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u0397 \u03b5\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c0\u03b9\u03ba\u03ae\u03c2 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1\u03c2 \u03ad\u03c7\u03b5\u03b9 \u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af. \u039f\u03b9 \u03c4\u03bf\u03c0\u03b9\u03ba\u03ad\u03c2 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b5\u03c2 \u03ad\u03c7\u03bf\u03c5\u03bd \u03b1\u03c6\u03b1\u03b9\u03c1\u03b5\u03b8\u03b5\u03af \u03b1\u03c0\u03cc \u03c4\u03bf \u03b5\u03c0\u03b9\u03ba\u03bf\u03bb\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf.",
|
|
14
|
+
"Paste Formatting Options": "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2 \u03b5\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7\u03c2",
|
|
15
|
+
"Remove formatting": "\u039a\u03b1\u03c4\u03ac\u03c1\u03b3\u03b7\u03c3\u03b7 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2",
|
|
16
|
+
"Some images failed to import.": "\u039f \u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03c9\u03bd \u03b5\u03b9\u03ba\u03cc\u03bd\u03c9\u03bd \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5.",
|
|
17
|
+
"The images service was not found: (": "\u0397 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 \u03b5\u03b9\u03ba\u03cc\u03bd\u03c9\u03bd \u03b4\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b5: (",
|
|
18
|
+
"Unsupported image type.": "\u039c\u03b7 \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c4\u03cd\u03c0\u03bf\u03c2 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1\u03c2."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("es", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "Escoja entre conservar o quitar el formato del contenido pegado.",
|
|
10
|
+
"Image failed to upload: (": "No se ha podido cargar la imagen: (",
|
|
11
|
+
"Image is invalid.": "La imagen no es v\xe1lida.",
|
|
12
|
+
"Keep formatting": "Conservar formato",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "La acci\xf3n de pegado de im\xe1genes locales ha sido desactivada. Se han eliminado im\xe1genes locales del contenido pegado.",
|
|
14
|
+
"Paste Formatting Options": "Opciones para pegar formato",
|
|
15
|
+
"Remove formatting": "Quitar formato",
|
|
16
|
+
"Some images failed to import.": "No se han importado algunas im\xe1genes.",
|
|
17
|
+
"The images service was not found: (": "No se encuentra el servicio de im\xe1genes: (",
|
|
18
|
+
"Unsupported image type.": "Tipo de imagen incompatible."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("eu", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "Hautatu itsatsitako edukiaren formatua mantentzea edo kentzea.",
|
|
10
|
+
"Image failed to upload: (": "Errorea gertatu da irudia igotzean: (",
|
|
11
|
+
"Image is invalid.": "Irudia ez da baliozkoa.",
|
|
12
|
+
"Keep formatting": "Mantendu formatua",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Tokiko irudiaren itsastea desgaitu da. Tokiko irudiak itsatsitako edukitik kendu dira.",
|
|
14
|
+
"Paste Formatting Options": "Itsatsitako edukiaren formatu-aukerak",
|
|
15
|
+
"Remove formatting": "Kendu formatua",
|
|
16
|
+
"Some images failed to import.": "Errorea gertatu da irudi batzuk igotzean.",
|
|
17
|
+
"The images service was not found: (": "Ezin izan da irudi-zerbitzua aurkitu: (",
|
|
18
|
+
"Unsupported image type.": "Ez da irudi mota hau onartzen."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("fa", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "\u0627\u0646\u062a\u062e\u0627\u0628 \u0646\u0645\u0627\u06cc\u06cc\u062f \u06a9\u0647 \u0642\u0627\u0644\u0628\u200c\u0628\u0646\u062f\u06cc \u0645\u062d\u062a\u0648\u06cc\u0627\u062a \u0686\u0633\u0628\u0627\u0646\u062f\u0647 \u0634\u062f\u0647 \u0631\u0627 \u0646\u06af\u0647 \u062f\u0627\u0631\u06cc\u062f \u06cc\u0627 \u067e\u0627\u06a9 \u06a9\u0646\u06cc\u062f.",
|
|
10
|
+
"Image failed to upload: (": "\u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc \u062a\u0635\u0648\u06cc\u0631 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062f: (",
|
|
11
|
+
"Image is invalid.": "\u062a\u0635\u0648\u06cc\u0631 \u0646\u0627\u0645\u0639\u062a\u0628\u0631 \u0627\u0633\u062a.",
|
|
12
|
+
"Keep formatting": "\u0646\u06af\u0647 \u062f\u0627\u0634\u062a\u0646 \u0642\u0627\u0644\u0628\u200c\u0628\u0646\u062f\u06cc",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u0686\u0633\u0628\u0627\u0646\u062f\u0646 \u062a\u0635\u0648\u06cc\u0631 \u0645\u062d\u0644\u06cc \u063a\u06cc\u0631\u0641\u0639\u0627\u0644 \u0634\u062f\u0647 \u0627\u0633\u062a. \u062a\u0635\u0627\u0648\u06cc\u0631 \u0645\u062d\u0644\u06cc \u0627\u0632 \u0645\u062d\u062a\u0648\u06cc\u0627\u062a \u0686\u0633\u0628\u0627\u0646\u062f\u0647 \u0634\u062f\u0647 \u062d\u0630\u0641 \u0634\u062f\u0647\u200c\u0627\u0646\u062f.",
|
|
14
|
+
"Paste Formatting Options": "\u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u0642\u0627\u0644\u0628\u200c\u0628\u0646\u062f\u06cc \u0686\u0633\u0628\u0627\u0646\u062f\u0646",
|
|
15
|
+
"Remove formatting": "\u067e\u0627\u06a9 \u06a9\u0631\u062f\u0646 \u0642\u0627\u0644\u0628\u200c\u0628\u0646\u062f\u06cc",
|
|
16
|
+
"Some images failed to import.": "\u0648\u0627\u0631\u062f \u06a9\u0631\u062f\u0646 \u0628\u0639\u0636\u06cc \u062a\u0635\u0627\u0648\u06cc\u0631 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062f.",
|
|
17
|
+
"The images service was not found: (": "\u062e\u062f\u0645\u0627\u062a \u062a\u0635\u0627\u0648\u06cc\u0631 \u06cc\u0627\u0641\u062a \u0646\u0634\u062f: (",
|
|
18
|
+
"Unsupported image type.": "\u0646\u0648\u0639 \u062a\u0635\u0648\u06cc\u0631 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0646\u0634\u062f\u0647."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("fi", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "Valitse, pidet\xe4\xe4nk\xf6 vai poistetaanko liitetyn sis\xe4ll\xf6n muotoilu.",
|
|
10
|
+
"Image failed to upload: (": "Kuvan lataaminen ep\xe4onnistui: (",
|
|
11
|
+
"Image is invalid.": "Kuva ei kelpaa.",
|
|
12
|
+
"Keep formatting": "Pid\xe4 muotoilu",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Paikallisen kuvan liitt\xe4minen on pois k\xe4yt\xf6st\xe4. Paikalliset kuvat on poistettu liitetyst\xe4 sis\xe4ll\xf6st\xe4.",
|
|
14
|
+
"Paste Formatting Options": "Liitt\xe4misen muotoiluvalinnat",
|
|
15
|
+
"Remove formatting": "Poista muotoilu",
|
|
16
|
+
"Some images failed to import.": "Joiden kuvien tuonti ep\xe4onnistui.",
|
|
17
|
+
"The images service was not found: (": "Kuvapalvelua ei l\xf6ytynyt: (",
|
|
18
|
+
"Unsupported image type.": "Kuvatyyppi ei ole tuettu."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("fr_FR", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "Choisir de conserver ou de supprimer la mise en forme du contenu coll\xe9.",
|
|
10
|
+
"Image failed to upload: (": "\xc9chec du chargement de l'image : (",
|
|
11
|
+
"Image is invalid.": "L'image n'est pas valide.",
|
|
12
|
+
"Keep formatting": "Conserver la mise en forme",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Le collage de l'image locale a \xe9t\xe9 d\xe9sactiv\xe9. Les images locales ont \xe9t\xe9 supprim\xe9es du contenu coll\xe9.",
|
|
14
|
+
"Paste Formatting Options": "Options de mise en forme du collage",
|
|
15
|
+
"Remove formatting": "Supprimer la mise en forme",
|
|
16
|
+
"Some images failed to import.": "Certaines images n'ont pas pu \xeatre import\xe9es.",
|
|
17
|
+
"The images service was not found: (": "Le service d'images n'a pas \xe9t\xe9 trouv\xe9 : (",
|
|
18
|
+
"Unsupported image type.": "Type d'image non pris en charge."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("he_IL", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "\u05d1\u05d7\u05e8 \u05d0\u05dd \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05d5 \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d0\u05ea \u05d4\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d1\u05ea\u05d5\u05db\u05df \u05d4\u05de\u05d5\u05d3\u05d1\u05e7.",
|
|
10
|
+
"Image failed to upload: (": "\u05d4\u05e2\u05dc\u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e0\u05db\u05e9\u05dc\u05d4: (",
|
|
11
|
+
"Image is invalid.": "\u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9\u05ea.",
|
|
12
|
+
"Keep formatting": "\u05e9\u05de\u05d5\u05e8 \u05e2\u05d9\u05e6\u05d5\u05d1",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u05d4\u05d3\u05d1\u05e7\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d4\u05de\u05e7\u05d5\u05de\u05d9\u05ea \u05d4\u05d5\u05e9\u05d1\u05ea\u05d4. \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05d4\u05de\u05e7\u05d5\u05de\u05d9\u05d5\u05ea \u05d4\u05d5\u05e1\u05e8\u05d5 \u05de\u05d4\u05ea\u05d5\u05db\u05df \u05d4\u05de\u05d5\u05d3\u05d1\u05e7.",
|
|
14
|
+
"Paste Formatting Options": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05e2\u05d9\u05e6\u05d5\u05d1 \u05d4\u05d3\u05d1\u05e7\u05d4",
|
|
15
|
+
"Remove formatting": "\u05d4\u05e1\u05e8 \u05e2\u05d9\u05e6\u05d5\u05d1",
|
|
16
|
+
"Some images failed to import.": "\u05d4\u05d9\u05d9\u05d1\u05d5\u05d0 \u05e9\u05dc \u05d7\u05dc\u05e7 \u05de\u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e0\u05db\u05e9\u05dc.",
|
|
17
|
+
"The images service was not found: (": "\u05e9\u05d9\u05e8\u05d5\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0: (",
|
|
18
|
+
"Unsupported image type.": "\u05e1\u05d5\u05d2 \u05ea\u05de\u05d5\u05e0\u05d4 \u05dc\u05d0 \u05e0\u05ea\u05de\u05da."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("hi", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "\u092a\u0947\u0938\u094d\u091f \u0915\u0940 \u0917\u0908 \u0938\u093e\u092e\u0917\u094d\u0930\u0940 \u092e\u0947\u0902 \u0938\u094d\u0935\u0930\u0942\u092a\u0923 \u0930\u0916\u0928\u093e \u092f\u093e \u0939\u091f\u093e\u0928\u093e \u091a\u0941\u0928\u0947\u0902\u0964",
|
|
10
|
+
"Image failed to upload: (": "\u091b\u0935\u093f \u0905\u092a\u0932\u094b\u0921 \u0915\u0930\u0928\u0947 \u092e\u0947\u0902 \u0935\u093f\u092b\u0932: (",
|
|
11
|
+
"Image is invalid.": "\u091b\u0935\u093f \u0905\u092e\u093e\u0928\u094d\u092f \u0939\u0948\u0964",
|
|
12
|
+
"Keep formatting": "\u0938\u094d\u0935\u0930\u0942\u092a\u0923 \u0930\u0916\u0947\u0902",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u0938\u094d\u0925\u093e\u0928\u0940\u092f \u091b\u0935\u093f \u092a\u0947\u0938\u094d\u091f \u0905\u0915\u094d\u0937\u092e \u0915\u0930 \u0926\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948\u0964\u0938\u094d\u0925\u093e\u0928\u0940\u092f \u091b\u0935\u093f\u092f\u094b\u0902 \u0915\u094b \u092a\u0947\u0938\u094d\u091f \u0915\u0940 \u0917\u0908 \u0938\u093e\u092e\u0917\u094d\u0930\u0940 \u0938\u0947 \u0928\u093f\u0915\u093e\u0932 \u0926\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948\u0964",
|
|
14
|
+
"Paste Formatting Options": "\u092a\u0947\u0938\u094d\u091f \u0938\u094d\u0935\u0930\u0942\u092a\u0923 \u0935\u093f\u0915\u0932\u094d\u092a",
|
|
15
|
+
"Remove formatting": "\u0938\u094d\u0935\u0930\u0942\u092a\u0923 \u0928\u093f\u0915\u093e\u0932\u0947\u0902",
|
|
16
|
+
"Some images failed to import.": "\u0915\u0941\u091b \u091b\u0935\u093f\u092f\u094b\u0902 \u0915\u094b \u0906\u092f\u093e\u0924 \u0915\u0930\u0928\u0947 \u092e\u0947\u0902 \u0935\u093f\u092b\u0932\u0964",
|
|
17
|
+
"The images service was not found: (": "\u091b\u0935\u093f\u092f\u094b\u0902 \u0915\u0940 \u0938\u0947\u0935\u093e \u0928\u0939\u0940\u0902 \u092e\u093f\u0932\u0940: (",
|
|
18
|
+
"Unsupported image type.": "\u0905\u0938\u092e\u0930\u094d\u0925\u093f\u0924 \u091b\u0935\u093f \u092a\u094d\u0930\u0915\u093e\u0930\u0964"
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("hr", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "Izaberite ho\u0107ete li zadr\u017eati ili ukloniti oblikovanje u zalijepljenom sadr\u017eaju.",
|
|
10
|
+
"Image failed to upload: (": "Slika nije u\u010ditana: (",
|
|
11
|
+
"Image is invalid.": "Slika je neispravna.",
|
|
12
|
+
"Keep formatting": "Zadr\u017ei oblikovanje",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Lijepljenje lokalne slike isklju\u010deno je. Lokalne su slike uklonjene iz zalijepljenog sadr\u017eaja.",
|
|
14
|
+
"Paste Formatting Options": "Zalijepi mogu\u0107nosti oblikovanja",
|
|
15
|
+
"Remove formatting": "Ukloni oblikovanje",
|
|
16
|
+
"Some images failed to import.": "Neke se slike nisu mogle uvesti.",
|
|
17
|
+
"The images service was not found: (": "Usluga za slike nije prona\u0111ena: (",
|
|
18
|
+
"Unsupported image type.": "Nepodr\u017eana vrsta slike."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("hu_HU", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "V\xe1lasszon, hogy meg szeretn\xe9-e \u0151rizni vagy el szeretn\xe9-e t\xe1vol\xedtani a beillesztett tartalom form\xe1z\xe1s\xe1t.",
|
|
10
|
+
"Image failed to upload: (": "A k\xe9p felt\xf6lt\xe9se sikertelen: (",
|
|
11
|
+
"Image is invalid.": "A k\xe9p \xe9rv\xe9nytelen.",
|
|
12
|
+
"Keep formatting": "Form\xe1z\xe1s meg\u0151rz\xe9se",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "A helyi k\xe9pek beilleszt\xe9se le van tiltva. A helyi k\xe9pek el lettek t\xe1vol\xedtva a beillesztett tartalomb\xf3l.",
|
|
14
|
+
"Paste Formatting Options": "Beilleszt\xe9s form\xe1z\xe1si be\xe1ll\xedt\xe1sai",
|
|
15
|
+
"Remove formatting": "Form\xe1z\xe1s elt\xe1vol\xedt\xe1sa",
|
|
16
|
+
"Some images failed to import.": "N\xe9h\xe1ny k\xe9pet nem siker\xfclt import\xe1lni.",
|
|
17
|
+
"The images service was not found: (": "A k\xe9pek szolg\xe1ltat\xe1s nem tal\xe1lhat\xf3: (",
|
|
18
|
+
"Unsupported image type.": "Nem t\xe1mogatott k\xe9pt\xedpus."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("id", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "Pilih untuk menyimpan atau menghapus pemformatan di konten yang direkatkan.",
|
|
10
|
+
"Image failed to upload: (": "Gagal mengunggah gambar: (",
|
|
11
|
+
"Image is invalid.": "Gambar tidak valid.",
|
|
12
|
+
"Keep formatting": "Simpan Pemformatan",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Rekat gambar lokal telah dinonaktifkan. Gambar lokal telah dihapus dari konten yang direkatkan.",
|
|
14
|
+
"Paste Formatting Options": "Opsi Pemformatan Rekat",
|
|
15
|
+
"Remove formatting": "Hapus Format",
|
|
16
|
+
"Some images failed to import.": "Gagal mengimpor beberapa gambar.",
|
|
17
|
+
"The images service was not found: (": "Layanan gambar tidak ditemukan: (",
|
|
18
|
+
"Unsupported image type.": "Tipe gambar tidak didukung."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("it", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "Scegli se mantenere o rimuovere la formattazione nel contenuto incollato.",
|
|
10
|
+
"Image failed to upload: (": "Impossibile caricare l'immagine: (",
|
|
11
|
+
"Image is invalid.": "L'immagine non \xe8 valida.",
|
|
12
|
+
"Keep formatting": "Mantieni formattazione",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "L'opzione 'incolla direttamente le immagini' \xe8 stata disabilitata. Le immagini locali sono state rimosse dal contenuto incollato.",
|
|
14
|
+
"Paste Formatting Options": "Opzioni incolla formattazione",
|
|
15
|
+
"Remove formatting": "Rimuovi formattazione",
|
|
16
|
+
"Some images failed to import.": "Impossibile importare alcune immagini.",
|
|
17
|
+
"The images service was not found: (": "Il servizio immagini non \xe8 stato trovato: (",
|
|
18
|
+
"Unsupported image type.": "Tipo di immagine non supportato."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("ja", {
|
|
8
|
+
").": ")\u3002",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "\u8cbc\u308a\u4ed8\u3051\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u66f8\u5f0f\u3092\u4fdd\u5b58\u3059\u308b\u304b\u524a\u9664\u3059\u308b\u304b\u3092\u9078\u629e\u3057\u307e\u3059\u3002",
|
|
10
|
+
"Image failed to upload: (": "\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\uff1a(",
|
|
11
|
+
"Image is invalid.": "\u753b\u50cf\u304c\u7121\u52b9\u3067\u3059\u3002",
|
|
12
|
+
"Keep formatting": "\u66f8\u5f0f\u3092\u4fdd\u5b58",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u30ed\u30fc\u30ab\u30eb\u753b\u50cf\u306e\u8cbc\u308a\u4ed8\u3051\u306f\u7121\u52b9\u5316\u3055\u308c\u3066\u3044\u307e\u3059\u3002 \u30ed\u30fc\u30ab\u30eb\u753b\u50cf\u304c\u8cbc\u308a\u4ed8\u3051\u3089\u308c\u305f\u30b3\u30f3\u30c6\u30f3\u30c4\u304b\u3089\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002",
|
|
14
|
+
"Paste Formatting Options": "\u66f8\u5f0f\u8cbc\u308a\u4ed8\u3051\u30aa\u30d7\u30b7\u30e7\u30f3",
|
|
15
|
+
"Remove formatting": "\u66f8\u5f0f\u3092\u524a\u9664",
|
|
16
|
+
"Some images failed to import.": "\u4e00\u90e8\u306e\u753b\u50cf\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002",
|
|
17
|
+
"The images service was not found: (": "\u753b\u50cf\u30b5\u30fc\u30d3\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\uff1a(",
|
|
18
|
+
"Unsupported image type.": "\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u306a\u3044\u753b\u50cf\u306e\u7a2e\u985e\u3067\u3059\u3002"
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("kk", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "\u049a\u043e\u0439\u044b\u043b\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u0430\u0493\u044b \u0444\u043e\u0440\u043c\u0430\u0442\u0442\u044b \u0441\u0430\u049b\u0442\u0430\u0443 \u043d\u0435\u043c\u0435\u0441\u0435 \u0436\u043e\u044e \u04af\u0448\u0456\u043d \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437.",
|
|
10
|
+
"Image failed to upload: (": "\u041a\u0435\u0441\u043a\u0456\u043d\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0441\u0430\u043b\u0443 \u0441\u04d9\u0442\u0441\u0456\u0437 \u0431\u043e\u043b\u0434\u044b: (",
|
|
11
|
+
"Image is invalid.": "\u041a\u0435\u0441\u043a\u0456\u043d \u0436\u0430\u0440\u0430\u043c\u0441\u044b\u0437.",
|
|
12
|
+
"Keep formatting": "\u0424\u043e\u0440\u043c\u0430\u0442\u0442\u044b \u0441\u0430\u049b\u0442\u0430\u0443",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u043a\u0435\u0441\u043a\u0456\u043d\u0434\u0456 \u0435\u043d\u0433\u0456\u0437\u0443 \u04e9\u0448\u0456\u0440\u0443\u043b\u0456. \u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u043a\u0435\u0441\u043a\u0456\u043d\u0434\u0435\u0440 \u0435\u043d\u0433\u0456\u0437\u0456\u043b\u0433\u0435\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u043d\u0430\u043d \u0436\u043e\u0439\u044b\u043b\u0434\u044b.",
|
|
14
|
+
"Paste Formatting Options": "\u0424\u043e\u0440\u043c\u0430\u0442 \u043e\u043f\u0446\u0438\u044f\u043b\u0430\u0440\u044b\u043d \u049b\u043e\u044e",
|
|
15
|
+
"Remove formatting": "\u041f\u0456\u0448\u0456\u043c\u0434\u0435\u0443\u0434\u0456 \u0436\u043e\u044e",
|
|
16
|
+
"Some images failed to import.": "\u041a\u0435\u0439\u0431\u0456\u0440 \u043a\u0435\u0441\u043a\u0456\u043d\u0434\u0435\u0440\u0434\u0456 \u0438\u043c\u043f\u043e\u0440\u0442\u0442\u0430\u0443 \u0441\u04d9\u0442\u0441\u0456\u0437 \u0431\u043e\u043b\u0434\u044b.",
|
|
17
|
+
"The images service was not found: (": "\u041a\u0435\u0441\u043a\u0456\u043d\u0434\u0435\u0440 \u049b\u044b\u0437\u043c\u0435\u0442\u0456 \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b: (",
|
|
18
|
+
"Unsupported image type.": "\u049a\u043e\u043b\u0434\u0430\u0443 \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u043c\u0435\u0439\u0442\u0456\u043d \u043a\u0435\u0441\u043a\u0456\u043d \u0442\u04af\u0440\u0456."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("ko_KR", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "\ubd99\uc5ec \ub123\uc740 \ucf58\ud150\uce20\uc758 \uc11c\uc2dd\uc744 \uc720\uc9c0 \ub610\ub294 \uc81c\uac70\ud558\uae30 \uc704\ud574 \uc120\ud0dd\ud569\ub2c8\ub2e4.",
|
|
10
|
+
"Image failed to upload: (": "\uc774\ubbf8\uc9c0\ub97c \uc5c5\ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: (",
|
|
11
|
+
"Image is invalid.": "\uc774\ubbf8\uc9c0\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",
|
|
12
|
+
"Keep formatting": "\uc11c\uc2dd \uc720\uc9c0",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "\ub85c\uceec \uc774\ubbf8\uc9c0 \ubd99\uc5ec \ub123\uae30 \uc0ac\uc6a9\uc774 \uc911\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ub85c\uceec \uc774\ubbf8\uc9c0\uac00 \ubd99\uc5ec \ub123\uc740 \ub0b4\uc6a9\uc5d0\uc11c \uc0ad\uc81c \ub418\uc5c8\uc2b5\ub2c8\ub2e4.",
|
|
14
|
+
"Paste Formatting Options": "\ubd99\uc5ec\ub123\uae30 \uc11c\uc2dd \uc635\uc158",
|
|
15
|
+
"Remove formatting": "\uc11c\uc2dd \uc81c\uac70",
|
|
16
|
+
"Some images failed to import.": "\uc77c\ubd80 \uc774\ubbf8\uc9c0\ub97c \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",
|
|
17
|
+
"The images service was not found: (": "\ud574\ub2f9 \uc774\ubbf8\uc9c0 \uc11c\ube44\uc2a4\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: (",
|
|
18
|
+
"Unsupported image type.": "\uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \uc774\ubbf8\uc9c0 \uc720\ud615\uc785\ub2c8\ub2e4."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("ms", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "Pilih untuk menyimpan atau mengalih keluar pemformatan dalam kandungan yang ditampal.",
|
|
10
|
+
"Image failed to upload: (": "Imej gagal dimuat naik: (",
|
|
11
|
+
"Image is invalid.": "Imej tidak sah.",
|
|
12
|
+
"Keep formatting": "Simpan pemformatan",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Tampal imej setempat telah dinyahdayakan.Imej setempat telah dialih keluar daripada kandungan yang ditampal.",
|
|
14
|
+
"Paste Formatting Options": "Tampal Pilihan Pemformatan",
|
|
15
|
+
"Remove formatting": "Alih keluar pemformatan",
|
|
16
|
+
"Some images failed to import.": "Sesetengah imej gagal diimport.",
|
|
17
|
+
"The images service was not found: (": "Perkhidmatan imej tidak ditemukan: (",
|
|
18
|
+
"Unsupported image type.": "Jenis imej tidak disokong."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("nb_NO", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "Velges for \xe5 beholde formateringsvalgene i det limte innholdet.",
|
|
10
|
+
"Image failed to upload: (": "Bildet ble ikke lastet opp: (",
|
|
11
|
+
"Image is invalid.": "Bildet er ugyldig.",
|
|
12
|
+
"Keep formatting": "Behold formatering",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Liming av lokal bilder er deaktivert. Lokale bilder er fjernet fra limt innhold.",
|
|
14
|
+
"Paste Formatting Options": "Lim formateringsvalg",
|
|
15
|
+
"Remove formatting": "Fjern formatering",
|
|
16
|
+
"Some images failed to import.": "Noen bilder ble ikke importert.",
|
|
17
|
+
"The images service was not found: (": "Fant ikke bildetjenesten: (",
|
|
18
|
+
"Unsupported image type.": "Bildetype uten st\xf8tte."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("nl", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "Kies of u de opmaak van de geplakte inhoud wilt behouden of verwijderen.",
|
|
10
|
+
"Image failed to upload: (": "Uploaden van afbeelding mislukt: (",
|
|
11
|
+
"Image is invalid.": "Afbeelding is ongeldig.",
|
|
12
|
+
"Keep formatting": "Opmaak behouden",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Lokale afbeelding plakken is gedeactiveerd. Lokale afbeeldingen zijn uit geplakte inhoud verwijderd.",
|
|
14
|
+
"Paste Formatting Options": "Opties voor opmaak plakken",
|
|
15
|
+
"Remove formatting": "Opmaak verwijderen",
|
|
16
|
+
"Some images failed to import.": "Importeren van sommige afbeeldingen mislukt.",
|
|
17
|
+
"The images service was not found: (": "De service Afbeeldingen is niet gevonden: (",
|
|
18
|
+
"Unsupported image type.": "Niet-ondersteund afbeeldingstype."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("pl", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "Wybierz opcj\u0119 zachowywania lub usuwania formatowania we wklejanej tre\u015bci.",
|
|
10
|
+
"Image failed to upload: (": "Nie powiod\u0142o si\u0119 przekazanie obrazu: (",
|
|
11
|
+
"Image is invalid.": "Obraz jest niepoprawny.",
|
|
12
|
+
"Keep formatting": "Zachowaj formatowanie",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Wklejanie obraz\xf3w lokalnych zosta\u0142o wy\u0142\u0105czone. Obrazy lokalne zosta\u0142y usuni\u0119te z wklejonej tre\u015bci.",
|
|
14
|
+
"Paste Formatting Options": "Wklej opcje formatowania",
|
|
15
|
+
"Remove formatting": "Usu\u0144 formatowanie",
|
|
16
|
+
"Some images failed to import.": "Import niekt\xf3rych obraz\xf3w nie powi\xf3d\u0142 si\u0119.",
|
|
17
|
+
"The images service was not found: (": "Nie znaleziono us\u0142ugi obs\u0142ugi obraz\xf3w: (",
|
|
18
|
+
"Unsupported image type.": "Nieobs\u0142ugiwany typ obrazu."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("pt_BR", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "Optar por manter ou remover a formata\xe7\xe3o do conte\xfado colado.",
|
|
10
|
+
"Image failed to upload: (": "Falha ao carregar a imagem: (",
|
|
11
|
+
"Image is invalid.": "A imagem \xe9 inv\xe1lida.",
|
|
12
|
+
"Keep formatting": "Manter Formata\xe7\xe3o",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "A colagem da imagem local foi desabilitada. Imagens locais foram removidas do conte\xfado colado.",
|
|
14
|
+
"Paste Formatting Options": "Op\xe7\xf5es de Formata\xe7\xe3o de Colagem",
|
|
15
|
+
"Remove formatting": "Remover Formata\xe7\xe3o",
|
|
16
|
+
"Some images failed to import.": "N\xe3o foi poss\xedvel importar algumas imagens.",
|
|
17
|
+
"The images service was not found: (": "Servi\xe7o de imagens n\xe3o encontrado: (",
|
|
18
|
+
"Unsupported image type.": "Tipo de imagem sem suporte."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("pt_PT", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "Optar por manter ou remover a formata\xe7\xe3o do conte\xfado colado.",
|
|
10
|
+
"Image failed to upload: (": "Falha ao carregar a imagem: (",
|
|
11
|
+
"Image is invalid.": "A imagem \xe9 inv\xe1lida.",
|
|
12
|
+
"Keep formatting": "Manter formata\xe7\xe3o",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "A colagem da imagem local foi desativada. As imagens locais foram removidas do conte\xfado colado.",
|
|
14
|
+
"Paste Formatting Options": "Op\xe7\xf5es de formata\xe7\xe3o de colagem",
|
|
15
|
+
"Remove formatting": "Remover formata\xe7\xe3o",
|
|
16
|
+
"Some images failed to import.": "N\xe3o foi poss\xedvel importar algumas imagens.",
|
|
17
|
+
"The images service was not found: (": "O servi\xe7o de imagens n\xe3o foi encontrado: (",
|
|
18
|
+
"Unsupported image type.": "Tipo de imagem n\xe3o suportado."
|
|
19
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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("ro", {
|
|
8
|
+
").": ").",
|
|
9
|
+
"Choose to keep or remove formatting in the pasted content.": "Alege\u021bi s\u0103 p\u0103stra\u021bi sau s\u0103 elimina\u021bi formatarea con\u021binutului lipit.",
|
|
10
|
+
"Image failed to upload: (": "Imaginea nu s-a \xeenc\u0103rcat: (",
|
|
11
|
+
"Image is invalid.": "Imaginea nu este valid\u0103.",
|
|
12
|
+
"Keep formatting": "P\u0103strare formatare",
|
|
13
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Lipirea local\u0103 a imaginilor a fost dezactivat\u0103. Imaginile locale au fost eliminate din con\u021binutul lipit.",
|
|
14
|
+
"Paste Formatting Options": "Op\u021biuni de formatare la lipire",
|
|
15
|
+
"Remove formatting": "Eliminare formatare",
|
|
16
|
+
"Some images failed to import.": "C\xe2teva imagini nu au fost importate.",
|
|
17
|
+
"The images service was not found: (": "Aceast\u0103 func\u021bie pentru de imagini nu a fost g\u0103sit\u0103: (",
|
|
18
|
+
"Unsupported image type.": "Tip de imagine incompatibil."
|
|
19
|
+
});
|