@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,58 @@
|
|
|
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
|
+
" (edited)": "(\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u043e)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "1 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440 \u0449\u0435 \u0431\u044a\u0434\u0435 \u0438\u0437\u0442\u0440\u0438\u0442. \u041d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u0435 \u0442\u043e\u0432\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "1 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440 \u0449\u0435 \u0431\u044a\u0434\u0435 \u043e\u0442\u0441\u0442\u0440\u0430\u043d\u0435\u043d. \u041d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u0435 \u0442\u043e\u0432\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435.",
|
|
11
|
+
"1 day ago": "\u043f\u0440\u0435\u0434\u0438 1 \u0434\u0435\u043d",
|
|
12
|
+
"1 hour ago": "\u043f\u0440\u0435\u0434\u0438 1 \u0447\u0430\u0441",
|
|
13
|
+
"1 minute ago": "\u043f\u0440\u0435\u0434\u0438 1 \u043c\u0438\u043d\u0443\u0442\u0430",
|
|
14
|
+
"1 month ago": "\u043f\u0440\u0435\u0434\u0438 1 \u043c\u0435\u0441\u0435\u0446",
|
|
15
|
+
"1 reply": "1 \u043e\u0442\u0433\u043e\u0432\u043e\u0440",
|
|
16
|
+
"1 week ago": "\u043f\u0440\u0435\u0434\u0438 1 \u0441\u0435\u0434\u043c\u0438\u0446\u0430",
|
|
17
|
+
"1 year ago": "\u043f\u0440\u0435\u0434\u0438 1 \u0433\u043e\u0434\u0438\u043d\u0430",
|
|
18
|
+
"Add comment": "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440",
|
|
19
|
+
"Add comment...": "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "\u0421\u0438\u0433\u0443\u0440\u043d\u0438 \u043b\u0438 \u0441\u0442\u0435, \u0447\u0435 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0438\u0437\u0442\u0440\u0438\u0435\u0442\u0435 \u0442\u043e\u0437\u0438 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440?",
|
|
21
|
+
"Clear": "\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435",
|
|
22
|
+
"Comment": "\u041a\u043e\u043c\u0435\u043d\u0442\u0430\u0440",
|
|
23
|
+
"Comment Actions": "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0437\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0430",
|
|
24
|
+
"Comment or mention with @": "\u041e\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440 \u0438\u043b\u0438 \u0441\u043f\u043e\u043c\u0435\u043d\u0435\u0442\u0435 \u0441 @",
|
|
25
|
+
"Comments": "\u041a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0438",
|
|
26
|
+
"Conversation Actions": "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0437\u0430 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440\u0430",
|
|
27
|
+
"Delete": "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435",
|
|
28
|
+
"Delete all conversations": "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0432\u0441\u0438\u0447\u043a\u0438 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440\u0438",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0432\u0441\u0438\u0447\u043a\u0438 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440\u0438 \u0432 \u0441\u044a\u0434\u044a\u0440\u0436\u0430\u043d\u0438\u0435\u0442\u043e? \u0422\u043e\u0432\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0431\u044a\u0434\u0435 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u043e.",
|
|
30
|
+
"Delete comment": "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440",
|
|
31
|
+
"Delete conversation": "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440",
|
|
32
|
+
"Delete this conversation?": "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440\u0430?",
|
|
33
|
+
"Edit": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435",
|
|
34
|
+
"No users found": "\u041d\u0435 \u0441\u0430 \u043e\u0442\u043a\u0440\u0438\u0442\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438",
|
|
35
|
+
"Resolve": "\u041e\u0442\u0441\u0442\u0440\u0430\u043d\u044f\u0432\u0430\u043d\u0435",
|
|
36
|
+
"Resolve conversation": "\u041e\u0442\u0441\u0442\u0440\u0430\u043d\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440",
|
|
37
|
+
"Resolve this conversation?": "\u041e\u0442\u0441\u0442\u0440\u0430\u043d\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440\u0430?",
|
|
38
|
+
"SHOW LESS": "\u041f\u041e\u041a\u0410\u0417\u0412\u0410\u041d\u0415 \u041d\u0410 \u041f\u041e-\u041c\u0410\u041b\u041a\u041e",
|
|
39
|
+
"SHOW MORE": "\u041f\u041e\u041a\u0410\u0417\u0412\u0410\u041d\u0415 \u041d\u0410 \u041f\u041e\u0412\u0415\u0427\u0415",
|
|
40
|
+
"Save": "\u0421\u044a\u0445\u0440\u0430\u043d\u044f\u0432\u0430\u043d\u0435",
|
|
41
|
+
"Saving": "\u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435",
|
|
42
|
+
"Show comments": "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0438",
|
|
43
|
+
"You are not allowed to delete all the conversations": "\u041d\u0435 \u0432\u0438 \u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e \u0434\u0430 \u0438\u0437\u0442\u0440\u0438\u0435\u0442\u0435 \u0432\u0441\u0438\u0447\u043a\u0438 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440\u0438",
|
|
44
|
+
"You are not allowed to delete this comment": "\u041d\u0435 \u0432\u0438 \u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e \u0434\u0430 \u0438\u0437\u0442\u0440\u0438\u0435\u0442\u0435 \u0442\u043e\u0437\u0438 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440",
|
|
45
|
+
"You are not allowed to delete this conversation": "\u041d\u0435 \u0432\u0438 \u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e \u0434\u0430 \u0438\u0437\u0442\u0440\u0438\u0435\u0442\u0435 \u0442\u043e\u0437\u0438 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440",
|
|
46
|
+
"You are not allowed to edit this comment": "\u041d\u0435 \u0432\u0438 \u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e \u0434\u0430 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0442\u0435 \u0442\u043e\u0437\u0438 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440",
|
|
47
|
+
"You are not allowed to resolve this conversation": "\u041d\u0435 \u0432\u0438 \u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e \u0434\u0430 \u043e\u0442\u0441\u0442\u0440\u0430\u043d\u0438\u0442\u0435 \u0442\u043e\u0437\u0438 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440",
|
|
48
|
+
"a moment ago": "\u043f\u0440\u0435\u0434\u0438 \u043c\u0430\u043b\u043a\u043e",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0} \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0430 \u0449\u0435 \u0431\u044a\u0434\u0430\u0442 \u0438\u0437\u0442\u0440\u0438\u0442\u0438. \u041d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u0435 \u0442\u043e\u0432\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0} \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0430 \u0449\u0435 \u0431\u044a\u0434\u0430\u0442 \u043e\u0442\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438. \u041d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u0435 \u0442\u043e\u0432\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435.",
|
|
51
|
+
"{0} days ago": "\u043f\u0440\u0435\u0434\u0438 {0} \u0434\u043d\u0438",
|
|
52
|
+
"{0} hours ago": "\u043f\u0440\u0435\u0434\u0438 {0} \u0447\u0430\u0441\u0430",
|
|
53
|
+
"{0} minutes ago": "\u043f\u0440\u0435\u0434\u0438 {0} \u043c\u0438\u043d\u0443\u0442\u0438",
|
|
54
|
+
"{0} months ago": "\u043f\u0440\u0435\u0434\u0438 {0} \u043c\u0435\u0441\u0435\u0446\u0430",
|
|
55
|
+
"{0} replies": "{0} \u043e\u0442\u0433\u043e\u0432\u043e\u0440\u0430",
|
|
56
|
+
"{0} weeks ago": "\u043f\u0440\u0435\u0434\u0438 {0} \u0441\u0435\u0434\u043c\u0438\u0446\u0438",
|
|
57
|
+
"{0} years ago": "\u043f\u0440\u0435\u0434\u0438 {0} \u0433\u043e\u0434\u0438\u043d\u0438"
|
|
58
|
+
});
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
" (edited)": "(editat)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "Se suprimir\xe0 1 comentari. No podeu desfer aquesta acci\xf3.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "Es resoldr\xe0 1 comentari. No podeu desfer aquesta acci\xf3.",
|
|
11
|
+
"1 day ago": "fa 1 dia",
|
|
12
|
+
"1 hour ago": "fa 1 hora",
|
|
13
|
+
"1 minute ago": "fa 1 minut",
|
|
14
|
+
"1 month ago": "fa 1 mes",
|
|
15
|
+
"1 reply": "1 resposta",
|
|
16
|
+
"1 week ago": "fa 1 setmana",
|
|
17
|
+
"1 year ago": "fa 1 any",
|
|
18
|
+
"Add comment": "Afegir un comentari",
|
|
19
|
+
"Add comment...": "Afegir un comentari...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "Confirmeu que voleu suprimir aquest comentari?",
|
|
21
|
+
"Clear": "Esborrar",
|
|
22
|
+
"Comment": "Comentari",
|
|
23
|
+
"Comment Actions": "Accions de comentari",
|
|
24
|
+
"Comment or mention with @": "Comentari o menci\xf3 amb @",
|
|
25
|
+
"Comments": "Comentaris",
|
|
26
|
+
"Conversation Actions": "Accions de conversa",
|
|
27
|
+
"Delete": "Suprimir",
|
|
28
|
+
"Delete all conversations": "Suprimir totes les converses",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "Voleu suprimir totes les converses del contingut? Aquesta acci\xf3 no es pot desfer.",
|
|
30
|
+
"Delete comment": "Suprimeix el comentari",
|
|
31
|
+
"Delete conversation": "Suprimir la conversa",
|
|
32
|
+
"Delete this conversation?": "Voleu suprimir aquesta conversa?",
|
|
33
|
+
"Edit": "Editar",
|
|
34
|
+
"No users found": "No s'ha trobat cap usuari",
|
|
35
|
+
"Resolve": "Resoldre",
|
|
36
|
+
"Resolve conversation": "Resoldre la conversa",
|
|
37
|
+
"Resolve this conversation?": "Voleu resoldre aquesta conversa?",
|
|
38
|
+
"SHOW LESS": "MOSTRAR MENYS",
|
|
39
|
+
"SHOW MORE": "MOSTRA'N M\xc9S",
|
|
40
|
+
"Save": "Desar",
|
|
41
|
+
"Saving": "S'est\xe0 desant",
|
|
42
|
+
"Show comments": "Mostrar els comentaris",
|
|
43
|
+
"You are not allowed to delete all the conversations": "No podeu suprimir totes les converses",
|
|
44
|
+
"You are not allowed to delete this comment": "No podeu suprimir aquest comentari",
|
|
45
|
+
"You are not allowed to delete this conversation": "No podeu suprimir aquesta conversa",
|
|
46
|
+
"You are not allowed to edit this comment": "No podeu editar aquest comentari",
|
|
47
|
+
"You are not allowed to resolve this conversation": "No teniu perm\xeds per resoldre aquesta conversa",
|
|
48
|
+
"a moment ago": "fa un moment",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "Se suprimiran {0} comentaris. No podeu desfer aquesta acci\xf3.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "Es resoldran {0} comentaris. No podeu desfer aquesta acci\xf3.",
|
|
51
|
+
"{0} days ago": "fa {0} dies",
|
|
52
|
+
"{0} hours ago": "fa {0} hores",
|
|
53
|
+
"{0} minutes ago": "fa {0} minuts",
|
|
54
|
+
"{0} months ago": "fa {0} mesos",
|
|
55
|
+
"{0} replies": "{0} respostes",
|
|
56
|
+
"{0} weeks ago": "fa {0} setmanes",
|
|
57
|
+
"{0} years ago": "fa {0} anys"
|
|
58
|
+
});
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
" (edited)": "(upraveno)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "Bude odstran\u011bn jeden koment\xe1\u0159. Tuto akci nelze vr\xe1tit zp\u011bt.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "Vy\u0159e\u0161en bude 1 koment\xe1\u0159. Tuto akci nelze vr\xe1tit zp\u011bt.",
|
|
11
|
+
"1 day ago": "p\u0159ed 1 dnem",
|
|
12
|
+
"1 hour ago": "p\u0159ed 1 hodinou",
|
|
13
|
+
"1 minute ago": "p\u0159ed 1 minutou",
|
|
14
|
+
"1 month ago": "p\u0159ed 1 m\u011bs\xedcem",
|
|
15
|
+
"1 reply": "1\xa0odpov\u011b\u010f",
|
|
16
|
+
"1 week ago": "p\u0159ed 1 t\xfddnem",
|
|
17
|
+
"1 year ago": "p\u0159ed 1 rokem",
|
|
18
|
+
"Add comment": "P\u0159idat koment\xe1\u0159",
|
|
19
|
+
"Add comment...": "P\u0159idat koment\xe1\u0159...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "Opravdu chcete tento koment\xe1\u0159 odstranit?",
|
|
21
|
+
"Clear": "Vymazat",
|
|
22
|
+
"Comment": "Koment\xe1\u0159",
|
|
23
|
+
"Comment Actions": "Akce koment\xe1\u0159e",
|
|
24
|
+
"Comment or mention with @": "P\u0159idejte koment\xe1\u0159 nebo zm\xednku pomoc\xed @",
|
|
25
|
+
"Comments": "Koment\xe1\u0159e",
|
|
26
|
+
"Conversation Actions": "Akce konverzace",
|
|
27
|
+
"Delete": "Odstranit",
|
|
28
|
+
"Delete all conversations": "Odstranit v\u0161echny konverzace",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "Odstranit z\xa0obsahu v\u0161echny konverzace? Tuto akci nelze vr\xe1tit zp\u011bt.",
|
|
30
|
+
"Delete comment": "Smazat koment\xe1\u0159",
|
|
31
|
+
"Delete conversation": "Odstranit konverzaci",
|
|
32
|
+
"Delete this conversation?": "Odstranit tuto konverzaci?",
|
|
33
|
+
"Edit": "Upravit",
|
|
34
|
+
"No users found": "Nebyli nalezeni \u017e\xe1dn\xed u\u017eivatel\xe9",
|
|
35
|
+
"Resolve": "Vy\u0159e\u0161it",
|
|
36
|
+
"Resolve conversation": "Ozna\u010dit konverzaci za vy\u0159e\u0161enou",
|
|
37
|
+
"Resolve this conversation?": "Ozna\u010dit tuto konverzaci za vy\u0159e\u0161enou?",
|
|
38
|
+
"SHOW LESS": "ZOBRAZIT M\xc9N\u011a",
|
|
39
|
+
"SHOW MORE": "ZOBRAZIT V\xcdCE",
|
|
40
|
+
"Save": "Ulo\u017eit",
|
|
41
|
+
"Saving": "Uklad\xe1 se",
|
|
42
|
+
"Show comments": "Zobrazit koment\xe1\u0159e",
|
|
43
|
+
"You are not allowed to delete all the conversations": "Nem\xe1te opr\xe1vn\u011bn\xed odstranit v\u0161echny konverzace",
|
|
44
|
+
"You are not allowed to delete this comment": "Nem\xe1te opr\xe1vn\u011bn\xed odstranit tento koment\xe1\u0159",
|
|
45
|
+
"You are not allowed to delete this conversation": "Nem\xe1te opr\xe1vn\u011bn\xed odstranit tuto konverzaci",
|
|
46
|
+
"You are not allowed to edit this comment": "Nem\xe1te opr\xe1vn\u011bn\xed upravovat tento koment\xe1\u0159",
|
|
47
|
+
"You are not allowed to resolve this conversation": "Nem\xe1te opr\xe1vn\u011bn\xed ozna\u010dit tuto konverzaci za vy\u0159e\u0161enou",
|
|
48
|
+
"a moment ago": "p\u0159ed malou chv\xedl\xed",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "Bude odstran\u011bno {0} koment\xe1\u0159\u016f. Tuto akci nelze vr\xe1tit zp\u011bt.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "Vy\u0159e\u0161eno bude {0} koment\xe1\u0159\u016f. Tuto akci nelze vr\xe1tit zp\u011bt.",
|
|
51
|
+
"{0} days ago": "p\u0159ed {0} dny",
|
|
52
|
+
"{0} hours ago": "p\u0159ed {0} hodinami",
|
|
53
|
+
"{0} minutes ago": "p\u0159ed {0} minutami",
|
|
54
|
+
"{0} months ago": "p\u0159ed {0} m\u011bs\xedci",
|
|
55
|
+
"{0} replies": "{0} odpov\u011bd\xed",
|
|
56
|
+
"{0} weeks ago": "p\u0159ed {0} t\xfddny",
|
|
57
|
+
"{0} years ago": "p\u0159ed {0} roky"
|
|
58
|
+
});
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
" (edited)": "(redigeret)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "1 kommentar slettes. Du kan ikke fortryde denne handling.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "1 kommentar l\xf8ses. Du kan ikke fortryde denne handling.",
|
|
11
|
+
"1 day ago": "for 1 dag siden",
|
|
12
|
+
"1 hour ago": "for 1 time siden",
|
|
13
|
+
"1 minute ago": "for 1 minut siden",
|
|
14
|
+
"1 month ago": "for 1 m\xe5ned siden",
|
|
15
|
+
"1 reply": "1 svar",
|
|
16
|
+
"1 week ago": "for 1 uge siden",
|
|
17
|
+
"1 year ago": "for 1 \xe5r siden",
|
|
18
|
+
"Add comment": "Tilf\xf8j kommentar",
|
|
19
|
+
"Add comment...": "Tilf\xf8j kommentar...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "Er du sikker p\xe5, du vil slette denne kommentar?",
|
|
21
|
+
"Clear": "Ryd",
|
|
22
|
+
"Comment": "Kommentar",
|
|
23
|
+
"Comment Actions": "Kommenter handlinger",
|
|
24
|
+
"Comment or mention with @": "Kommenter eller n\xe6vn med @",
|
|
25
|
+
"Comments": "Kommentarer",
|
|
26
|
+
"Conversation Actions": "Samtalehandlinger",
|
|
27
|
+
"Delete": "Slet",
|
|
28
|
+
"Delete all conversations": "Slet alle samtaler",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "Vil du slette alle samtaler i indholdet? Denne handling kan ikke fortrydes.",
|
|
30
|
+
"Delete comment": "Slet kommentar",
|
|
31
|
+
"Delete conversation": "Slet samtale",
|
|
32
|
+
"Delete this conversation?": "Slet denne samtale?",
|
|
33
|
+
"Edit": "Rediger",
|
|
34
|
+
"No users found": "Ingen brugere fundet",
|
|
35
|
+
"Resolve": "L\xf8s",
|
|
36
|
+
"Resolve conversation": "L\xf8s samtale",
|
|
37
|
+
"Resolve this conversation?": "Slet denne l\xf8ses?",
|
|
38
|
+
"SHOW LESS": "VIS MINDRE",
|
|
39
|
+
"SHOW MORE": "VIS MERE",
|
|
40
|
+
"Save": "Gem",
|
|
41
|
+
"Saving": "Gemmer",
|
|
42
|
+
"Show comments": "Vis kommentarer",
|
|
43
|
+
"You are not allowed to delete all the conversations": "Du har ikke tilladelse til at slette alle samtalerne",
|
|
44
|
+
"You are not allowed to delete this comment": "Du har ikke tilladelse til at slette denne kommentar",
|
|
45
|
+
"You are not allowed to delete this conversation": "Du har ikke tilladelse til at slette denne samtale",
|
|
46
|
+
"You are not allowed to edit this comment": "Du har ikke tilladelse til at redigere denne kommentar",
|
|
47
|
+
"You are not allowed to resolve this conversation": "Du har ikke tilladelse til at l\xf8se denne samtale",
|
|
48
|
+
"a moment ago": "for et \xf8jeblik siden",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0} kommentarer slettes. Du kan ikke fortryde denne handling.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0} kommentarer l\xf8ses. Du kan ikke fortryde denne handling.",
|
|
51
|
+
"{0} days ago": "for {0} dage siden",
|
|
52
|
+
"{0} hours ago": "for {0} timer siden",
|
|
53
|
+
"{0} minutes ago": "for {0} minutter siden",
|
|
54
|
+
"{0} months ago": "for {0} m\xe5neder siden",
|
|
55
|
+
"{0} replies": "{0} svar",
|
|
56
|
+
"{0} weeks ago": "for {0} uger siden",
|
|
57
|
+
"{0} years ago": "for {0} \xe5r siden"
|
|
58
|
+
});
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
" (edited)": "(bearbeitet)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "1 Kommentar wird gel\xf6scht. Sie k\xf6nnen diese Aktion nicht r\xfcckg\xe4ngig machen.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "1 Kommentar wird gel\xf6scht. Sie k\xf6nnen diese Aktion nicht r\xfcckg\xe4ngig machen.",
|
|
11
|
+
"1 day ago": "Vor 1 Tag",
|
|
12
|
+
"1 hour ago": "Vor 1 Stunde",
|
|
13
|
+
"1 minute ago": "Vor 1 Minute",
|
|
14
|
+
"1 month ago": "Vor 1 Monat",
|
|
15
|
+
"1 reply": "1 Antwort",
|
|
16
|
+
"1 week ago": "Vor 1 Woche",
|
|
17
|
+
"1 year ago": "Vor 1 Jahr",
|
|
18
|
+
"Add comment": "Kommentar hinzuf\xfcgen",
|
|
19
|
+
"Add comment...": "Kommentar hinzuf\xfcgen\xa0...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "M\xf6chten Sie diesen Kommentar wirklich l\xf6schen?",
|
|
21
|
+
"Clear": "L\xf6schen",
|
|
22
|
+
"Comment": "Kommentar",
|
|
23
|
+
"Comment Actions": "Kommentaraktionen",
|
|
24
|
+
"Comment or mention with @": "Kommentieren oder mit @ erw\xe4hnen",
|
|
25
|
+
"Comments": "Kommentare",
|
|
26
|
+
"Conversation Actions": "Konversationsaktionen",
|
|
27
|
+
"Delete": "L\xf6schen",
|
|
28
|
+
"Delete all conversations": "Alle Konversationen l\xf6schen",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "Alle Konversationen im Inhalt l\xf6schen? Dies kann nicht r\xfcckg\xe4ngig gemacht werden.",
|
|
30
|
+
"Delete comment": "Kommentar l\xf6schen",
|
|
31
|
+
"Delete conversation": "Konversation l\xf6schen",
|
|
32
|
+
"Delete this conversation?": "M\xf6chten Sie diese Konversation wirklich l\xf6schen?",
|
|
33
|
+
"Edit": "Bearbeiten",
|
|
34
|
+
"No users found": "Keine Benutzer gefunden",
|
|
35
|
+
"Resolve": "Aufl\xf6sen",
|
|
36
|
+
"Resolve conversation": "Konversation aufl\xf6sen",
|
|
37
|
+
"Resolve this conversation?": "M\xf6chten Sie diese Konversation wirklich aufl\xf6sen?",
|
|
38
|
+
"SHOW LESS": "WENIGER ANZEIGEN",
|
|
39
|
+
"SHOW MORE": "MEHR ANZEIGEN",
|
|
40
|
+
"Save": "Speichern",
|
|
41
|
+
"Saving": "Speichern",
|
|
42
|
+
"Show comments": "Kommentare anzeigen",
|
|
43
|
+
"You are not allowed to delete all the conversations": "Sie haben keine Berechtigung, alle Konversationen zu l\xf6schen",
|
|
44
|
+
"You are not allowed to delete this comment": "Sie haben keine Berechtigung, diesen Kommentar zu l\xf6schen",
|
|
45
|
+
"You are not allowed to delete this conversation": "Sie haben keine Berechtigung, diese Konversation zu l\xf6schen",
|
|
46
|
+
"You are not allowed to edit this comment": "Sie haben keine Berechtigung, diesen Kommentar zu bearbeiten",
|
|
47
|
+
"You are not allowed to resolve this conversation": "Sie haben keine Berechtigung, diese Konversation zu aufzul\xf6sen",
|
|
48
|
+
"a moment ago": "Gerade eben",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0} Kommentare werden gel\xf6scht. Sie k\xf6nnen diese Aktion nicht r\xfcckg\xe4ngig machen.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0} Kommentare werden gel\xf6scht. Sie k\xf6nnen diese Aktion nicht r\xfcckg\xe4ngig machen.",
|
|
51
|
+
"{0} days ago": "Vor {0} Tagen",
|
|
52
|
+
"{0} hours ago": "Vor {0} Stunden",
|
|
53
|
+
"{0} minutes ago": "Vor {0} Minuten",
|
|
54
|
+
"{0} months ago": "Vor {0} Monaten",
|
|
55
|
+
"{0} replies": "{0} Antworten",
|
|
56
|
+
"{0} weeks ago": "Vor {0} Wochen",
|
|
57
|
+
"{0} years ago": "Vor {0} Jahren"
|
|
58
|
+
});
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
" (edited)": "(\u03ad\u03b3\u03b9\u03bd\u03b5 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "1 \u03c3\u03c7\u03cc\u03bb\u03b9\u03bf \u03b8\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af. \u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7\u03bd \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "1 \u03c3\u03c7\u03cc\u03bb\u03b9\u03bf \u03b8\u03b1 \u03b5\u03c0\u03b9\u03bb\u03c5\u03b8\u03b5\u03af. \u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1.",
|
|
11
|
+
"1 day ago": "\u03c0\u03c1\u03b9\u03bd \u03b1\u03c0\u03cc 1 \u03bc\u03ad\u03c1\u03b1",
|
|
12
|
+
"1 hour ago": "\u03c0\u03c1\u03b9\u03bd \u03b1\u03c0\u03cc 1 \u03ce\u03c1\u03b1",
|
|
13
|
+
"1 minute ago": "\u03c0\u03c1\u03b9\u03bd \u03b1\u03c0\u03cc 1 \u03bb\u03b5\u03c0\u03c4\u03cc",
|
|
14
|
+
"1 month ago": "\u03c0\u03c1\u03b9\u03bd \u03b1\u03c0\u03cc 1 \u03bc\u03ae\u03bd\u03b1",
|
|
15
|
+
"1 reply": "1 \u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7",
|
|
16
|
+
"1 week ago": "\u03c0\u03c1\u03b9\u03bd \u03b1\u03c0\u03cc 1 \u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1",
|
|
17
|
+
"1 year ago": "\u03c0\u03c1\u03b9\u03bd \u03b1\u03c0\u03cc 1 \u03c7\u03c1\u03cc\u03bd\u03bf",
|
|
18
|
+
"Add comment": "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5 \u03c3\u03c7\u03cc\u03bb\u03b9\u03bf",
|
|
19
|
+
"Add comment...": "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c7\u03bf\u03bb\u03af\u03bf\u03c5...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "\u0395\u03af\u03c3\u03c4\u03b5 \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c3\u03c7\u03cc\u03bb\u03b9\u03bf;",
|
|
21
|
+
"Clear": "\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2",
|
|
22
|
+
"Comment": "\u03a3\u03c7\u03cc\u03bb\u03b9\u03bf",
|
|
23
|
+
"Comment Actions": "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2 \u03c3\u03c7\u03bf\u03bb\u03af\u03bf\u03c5",
|
|
24
|
+
"Comment or mention with @": "\u03a3\u03c7\u03cc\u03bb\u03b9\u03bf \u03ae \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03bc\u03b5 @",
|
|
25
|
+
"Comments": "\u03a3\u03c7\u03cc\u03bb\u03b9\u03b1",
|
|
26
|
+
"Conversation Actions": "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2 \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2",
|
|
27
|
+
"Delete": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae",
|
|
28
|
+
"Delete all conversations": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u03c3\u03c5\u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u03c3\u03c5\u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd \u03c3\u03c4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf; \u0391\u03c5\u03c4\u03ae \u03b7 \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1 \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03bd\u03b1\u03b9\u03c1\u03b5\u03b8\u03b5\u03af.",
|
|
30
|
+
"Delete comment": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03c7\u03bf\u03bb\u03af\u03bf\u03c5",
|
|
31
|
+
"Delete conversation": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03c5\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2",
|
|
32
|
+
"Delete this conversation?": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b1\u03c5\u03c4\u03ae\u03c2 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2;",
|
|
33
|
+
"Edit": "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1",
|
|
34
|
+
"No users found": "\u0394\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2",
|
|
35
|
+
"Resolve": "\u0395\u03c0\u03af\u03bb\u03c5\u03c3\u03b7",
|
|
36
|
+
"Resolve conversation": "\u0395\u03c0\u03af\u03bb\u03c5\u03c3\u03b7 \u03c3\u03c5\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2",
|
|
37
|
+
"Resolve this conversation?": "\u0395\u03c0\u03af\u03bb\u03c5\u03c3\u03b7 \u03b1\u03c5\u03c4\u03ae\u03c2 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2;",
|
|
38
|
+
"SHOW LESS": "\u03a0\u03a1\u039f\u0392\u039f\u039b\u0397 \u039b\u0399\u0393\u039f\u03a4\u0395\u03a1\u03a9\u039d",
|
|
39
|
+
"SHOW MORE": "\u03a0\u03a1\u039f\u0392\u039f\u039b\u0397 \u03a0\u0395\u03a1\u0399\u03a3\u03a3\u039f\u03a4\u0395\u03a1\u03a9\u039d",
|
|
40
|
+
"Save": "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7",
|
|
41
|
+
"Saving": "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7",
|
|
42
|
+
"Show comments": "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03c3\u03c7\u03bf\u03bb\u03af\u03c9\u03bd",
|
|
43
|
+
"You are not allowed to delete all the conversations": "\u0394\u03b5\u03bd \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03c4\u03b1\u03b9 \u03b7 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u03c3\u03c5\u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd",
|
|
44
|
+
"You are not allowed to delete this comment": "\u0394\u03b5\u03bd \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03c4\u03b1\u03b9 \u03b7 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b1\u03c5\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03c3\u03c7\u03bf\u03bb\u03af\u03bf\u03c5",
|
|
45
|
+
"You are not allowed to delete this conversation": "\u0394\u03b5\u03bd \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03c4\u03b1\u03b9 \u03b7 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b1\u03c5\u03c4\u03ae\u03c2 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2",
|
|
46
|
+
"You are not allowed to edit this comment": "\u0394\u03b5\u03bd \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03c4\u03b1\u03b9 \u03b7 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03b1\u03c5\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03c3\u03c7\u03bf\u03bb\u03af\u03bf\u03c5",
|
|
47
|
+
"You are not allowed to resolve this conversation": "\u0394\u03b5\u03bd \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03c4\u03b1\u03b9 \u03b7 \u03b5\u03c0\u03af\u03bb\u03c5\u03c3\u03b7 \u03b1\u03c5\u03c4\u03ae\u03c2 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2",
|
|
48
|
+
"a moment ago": "\u03c0\u03c1\u03b9\u03bd \u03b1\u03c0\u03cc \u03bb\u03af\u03b3\u03bf",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0} \u03c4\u03b1 \u03c3\u03c7\u03cc\u03bb\u03b9\u03b1 \u03b8\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03bf\u03cd\u03bd. \u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7\u03bd \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0} \u03c3\u03c7\u03cc\u03bb\u03b9\u03b1 \u03b8\u03b1 \u03b5\u03c0\u03b9\u03bb\u03c5\u03b8\u03bf\u03cd\u03bd. \u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1.",
|
|
51
|
+
"{0} days ago": "\u03c0\u03c1\u03b9\u03bd \u03b1\u03c0\u03cc{0} \u03bc\u03ad\u03c1\u03b5\u03c2",
|
|
52
|
+
"{0} hours ago": "\u03c0\u03c1\u03b9\u03bd \u03b1\u03c0\u03cc {0} \u03ce\u03c1\u03b5\u03c2",
|
|
53
|
+
"{0} minutes ago": "\u03c0\u03c1\u03b9\u03bd \u03b1\u03c0\u03cc {0} \u03bb\u03b5\u03c0\u03c4\u03ac",
|
|
54
|
+
"{0} months ago": "\u03c0\u03c1\u03b9\u03bd \u03b1\u03c0\u03cc{0} \u03bc\u03ae\u03bd\u03b5\u03c2",
|
|
55
|
+
"{0} replies": "{0} \u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2",
|
|
56
|
+
"{0} weeks ago": "\u03c0\u03c1\u03b9\u03bd \u03b1\u03c0\u03cc{0} \u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2",
|
|
57
|
+
"{0} years ago": "\u03c0\u03c1\u03b9\u03bd \u03b1\u03c0\u03cc{0} \u03c7\u03c1\u03cc\u03bd\u03b9\u03b1"
|
|
58
|
+
});
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
" (edited)": "(editado)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "Se eliminar\xe1 1 comentario. No puede deshacer esta acci\xf3n.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "Se resolver\xe1 1 comentario. No puede deshacer esta acci\xf3n.",
|
|
11
|
+
"1 day ago": "hace 1 d\xeda",
|
|
12
|
+
"1 hour ago": "hace 1 hora",
|
|
13
|
+
"1 minute ago": "hace 1 minuto",
|
|
14
|
+
"1 month ago": "hace 1 mes",
|
|
15
|
+
"1 reply": "1 respuesta",
|
|
16
|
+
"1 week ago": "hace 1 semana",
|
|
17
|
+
"1 year ago": "hace 1 a\xf1o",
|
|
18
|
+
"Add comment": "Agregar comentario",
|
|
19
|
+
"Add comment...": "A\xf1adir comentario...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "\xbfEst\xe1 seguro de que quieres eliminar este comentario?",
|
|
21
|
+
"Clear": "Borrar",
|
|
22
|
+
"Comment": "Comentario",
|
|
23
|
+
"Comment Actions": "Acciones de comentario",
|
|
24
|
+
"Comment or mention with @": "Comentar o mencionar con @",
|
|
25
|
+
"Comments": "Comentarios",
|
|
26
|
+
"Conversation Actions": "Acciones de conversaci\xf3n",
|
|
27
|
+
"Delete": "Eliminar",
|
|
28
|
+
"Delete all conversations": "Eliminar todas las conversaciones",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "\xbfDesea eliminar todas las conversaciones del contenido? Esta acci\xf3n no se puede deshacer.",
|
|
30
|
+
"Delete comment": "Eliminar comentario",
|
|
31
|
+
"Delete conversation": "Eliminar la conversaci\xf3n",
|
|
32
|
+
"Delete this conversation?": "\xbfEliminar esta conversaci\xf3n?",
|
|
33
|
+
"Edit": "Editar",
|
|
34
|
+
"No users found": "No se han encontrado usuarios",
|
|
35
|
+
"Resolve": "Resolver",
|
|
36
|
+
"Resolve conversation": "Resolver conversaci\xf3n",
|
|
37
|
+
"Resolve this conversation?": "\xbfResolver esta conversaci\xf3n?",
|
|
38
|
+
"SHOW LESS": "MOSTRAR MENOS",
|
|
39
|
+
"SHOW MORE": "MOSTRAR M\xc1S",
|
|
40
|
+
"Save": "Guardar",
|
|
41
|
+
"Saving": "Guardando",
|
|
42
|
+
"Show comments": "Mostrar comentarios",
|
|
43
|
+
"You are not allowed to delete all the conversations": "No tiene permiso para eliminar todas las conversaciones",
|
|
44
|
+
"You are not allowed to delete this comment": "No tiene permiso para eliminar este comentario",
|
|
45
|
+
"You are not allowed to delete this conversation": "No tiene permiso para eliminar esta conversaci\xf3n",
|
|
46
|
+
"You are not allowed to edit this comment": "No tiene permiso para editar este comentario",
|
|
47
|
+
"You are not allowed to resolve this conversation": "No tiene permiso para resolver esta conversaci\xf3n",
|
|
48
|
+
"a moment ago": "hace un momento",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "Se eliminar\xe1n {0} comentarios. Esta acci\xf3n no puede deshacer.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "Se resolver\xe1n {0} comentarios. No puede deshacer esta acci\xf3n.",
|
|
51
|
+
"{0} days ago": "hace {0} d\xedas",
|
|
52
|
+
"{0} hours ago": "hace {0} horas",
|
|
53
|
+
"{0} minutes ago": "hace {0} minutos",
|
|
54
|
+
"{0} months ago": "hace {0} meses",
|
|
55
|
+
"{0} replies": "{0} respuestas",
|
|
56
|
+
"{0} weeks ago": "hace {0} semanas",
|
|
57
|
+
"{0} years ago": "hace {0} a\xf1os"
|
|
58
|
+
});
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
" (edited)": "(editatua)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "1 iruzkin ezabatuko da. Ezin izango duzu ekintza hau desegin.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "Iruzkin 1 ebatziko da. Ezin izango duzu ekintza hau atzera bota.",
|
|
11
|
+
"1 day ago": "duela 1 egun",
|
|
12
|
+
"1 hour ago": "duela 1 ordu",
|
|
13
|
+
"1 minute ago": "duela 1 minutu",
|
|
14
|
+
"1 month ago": "duela 1 hilabete",
|
|
15
|
+
"1 reply": "Erantzun 1",
|
|
16
|
+
"1 week ago": "duela 1 aste",
|
|
17
|
+
"1 year ago": "duela 1 urte",
|
|
18
|
+
"Add comment": "Gehitu iruzkina",
|
|
19
|
+
"Add comment...": "Gehitu iruzkina\u2026",
|
|
20
|
+
"Are you sure you want to delete this comment?": "Benetan ezabatu nahi duzu iruzkin hau?",
|
|
21
|
+
"Clear": "Ezabatu",
|
|
22
|
+
"Comment": "Iruzkina",
|
|
23
|
+
"Comment Actions": "Iruzkinerako ekintzak",
|
|
24
|
+
"Comment or mention with @": "Iruzkindu edo aipatu @ bidez",
|
|
25
|
+
"Comments": "Iruzkinak",
|
|
26
|
+
"Conversation Actions": "Elkarrizketarako ekintzak",
|
|
27
|
+
"Delete": "Ezabatu",
|
|
28
|
+
"Delete all conversations": "Ezabatu elkarrizketa guztiak",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "Edukiaren elkarrizketa guztiak ezabatu nahi dituzu? Ekintza ezin izango da desegin.",
|
|
30
|
+
"Delete comment": "Ezabatu iruzkina",
|
|
31
|
+
"Delete conversation": "Ezabatu elkarrizketa",
|
|
32
|
+
"Delete this conversation?": "Elkarrizketa hau ezabatu?",
|
|
33
|
+
"Edit": "Editatu",
|
|
34
|
+
"No users found": "Ez da erabiltzailerik aurkitu",
|
|
35
|
+
"Resolve": "Ebatzi",
|
|
36
|
+
"Resolve conversation": "Elkarrizketa ebatzi",
|
|
37
|
+
"Resolve this conversation?": "Elkarrizketa hau ebatzi?",
|
|
38
|
+
"SHOW LESS": "ERAKUTSI GUTXIAGO",
|
|
39
|
+
"SHOW MORE": "ERAKUTSI GEHIAGO",
|
|
40
|
+
"Save": "Gorde",
|
|
41
|
+
"Saving": "Gordetzen",
|
|
42
|
+
"Show comments": "Erakutsi iruzkinak",
|
|
43
|
+
"You are not allowed to delete all the conversations": "Ezin dituzu elkarrizketa guztiak ezabatu",
|
|
44
|
+
"You are not allowed to delete this comment": "Ezin duzu iruzkin hau ezabatu",
|
|
45
|
+
"You are not allowed to delete this conversation": "Ezin duzu elkarrizketa hau ezabatu",
|
|
46
|
+
"You are not allowed to edit this comment": "Ezin duzu iruzkin hau editatu",
|
|
47
|
+
"You are not allowed to resolve this conversation": "Ezin duzu elkarrizketa hau ebatzi",
|
|
48
|
+
"a moment ago": "duela une bat",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0} Iruzkin ezabatuko dira. Ezin izango duzu ekintza hau desegin.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0} iruzkin ebatziko dira. Ezin izango duzu ekintza hau atzera bota.",
|
|
51
|
+
"{0} days ago": "duela {0} egun",
|
|
52
|
+
"{0} hours ago": "duela {0} ordu",
|
|
53
|
+
"{0} minutes ago": "duela {0} minutu",
|
|
54
|
+
"{0} months ago": "duela {0} hilabete",
|
|
55
|
+
"{0} replies": "{0} erantzun",
|
|
56
|
+
"{0} weeks ago": "duela {0} aste",
|
|
57
|
+
"{0} years ago": "duela {0} urte"
|
|
58
|
+
});
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
" (edited)": "(\u0648\u06cc\u0631\u0627\u06cc\u0634 \u0634\u062f\u0647)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "1 \u0646\u0638\u0631 \u062d\u0630\u0641 \u062e\u0648\u0627\u0647\u062f \u0634\u062f. \u0627\u06cc\u0646 \u0627\u0642\u062f\u0627\u0645 \u063a\u06cc\u0631\u0642\u0627\u0628\u0644 \u0628\u0631\u06af\u0634\u062a \u062e\u0648\u0627\u0647\u062f \u0628\u0648\u062f.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "1 \u0646\u0638\u0631 \u062d\u0644 \u0648 \u0641\u0635\u0644 \u062e\u0648\u0627\u0647\u062f \u0634\u062f. \u0627\u06cc\u0646 \u0627\u0642\u062f\u0627\u0645 \u063a\u06cc\u0631\u0642\u0627\u0628\u0644 \u0628\u0631\u06af\u0634\u062a \u062e\u0648\u0627\u0647\u062f \u0628\u0648\u062f.",
|
|
11
|
+
"1 day ago": "1 \u0631\u0648\u0632 \u067e\u06cc\u0634",
|
|
12
|
+
"1 hour ago": "1 \u0633\u0627\u0639\u062a \u067e\u06cc\u0634",
|
|
13
|
+
"1 minute ago": "1 \u062f\u0642\u06cc\u0642\u0647 \u067e\u06cc\u0634",
|
|
14
|
+
"1 month ago": "1 \u0645\u0627\u0647 \u067e\u06cc\u0634",
|
|
15
|
+
"1 reply": "1 \u062c\u0648\u0627\u0628",
|
|
16
|
+
"1 week ago": "1 \u0647\u0641\u062a\u0647 \u067e\u06cc\u0634",
|
|
17
|
+
"1 year ago": "1 \u0633\u0627\u0644 \u067e\u06cc\u0634",
|
|
18
|
+
"Add comment": "\u0627\u0641\u0632\u0648\u062f\u0646 \u0646\u0638\u0631",
|
|
19
|
+
"Add comment...": "\u0627\u0641\u0632\u0648\u062f\u0646 \u0646\u0638\u0631...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "\u0645\u0637\u0645\u0626\u0646\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0627\u06cc\u0646 \u0646\u0638\u0631 \u0631\u0627 \u062d\u0630\u0641 \u06a9\u0646\u06cc\u062f\u061f",
|
|
21
|
+
"Clear": "\u067e\u0627\u06a9 \u06a9\u0631\u062f\u0646",
|
|
22
|
+
"Comment": "\u0646\u0638\u0631",
|
|
23
|
+
"Comment Actions": "\u0639\u0645\u0644\u06a9\u0631\u062f\u0647\u0627\u06cc \u06a9\u0627\u0645\u0646\u062a",
|
|
24
|
+
"Comment or mention with @": "\u06a9\u0627\u0645\u0646\u062a \u06cc\u0627 \u0627\u0634\u0627\u0631\u0647 \u06a9\u0631\u062f\u0646 \u0628\u0627 @",
|
|
25
|
+
"Comments": "\u0646\u0638\u0631\u0627\u062a",
|
|
26
|
+
"Conversation Actions": "\u0639\u0645\u0644\u06a9\u0631\u062f\u0647\u0627\u06cc \u0645\u06a9\u0627\u0644\u0645\u0647",
|
|
27
|
+
"Delete": "\u062d\u0630\u0641",
|
|
28
|
+
"Delete all conversations": "\u062d\u0630\u0641 \u0647\u0645\u0647 \u0645\u06a9\u0627\u0644\u0645\u0627\u062a",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "\u0647\u0645\u0647 \u0645\u06a9\u0627\u0644\u0645\u0627\u062a \u062f\u0631\u0648\u0646 \u0627\u06cc\u0646 \u0645\u062d\u062a\u0648\u0627 \u062d\u0630\u0641 \u0634\u0648\u0646\u062f\u061f \u0627\u06cc\u0646 \u0627\u0642\u062f\u0627\u0645 \u063a\u06cc\u0631\u0642\u0627\u0628\u0644 \u0628\u0631\u06af\u0634\u062a \u0627\u0633\u062a.",
|
|
30
|
+
"Delete comment": "\u062d\u0630\u0641 \u06a9\u0627\u0645\u0646\u062a",
|
|
31
|
+
"Delete conversation": "\u062d\u0630\u0641 \u0645\u06a9\u0627\u0644\u0645\u0647",
|
|
32
|
+
"Delete this conversation?": "\u0627\u06cc\u0646 \u0645\u06a9\u0627\u0644\u0645\u0647 \u062d\u0630\u0641 \u0634\u0648\u062f\u061f",
|
|
33
|
+
"Edit": "\u0648\u06cc\u0631\u0627\u06cc\u0634",
|
|
34
|
+
"No users found": "\u0647\u06cc\u0686 \u06a9\u0627\u0631\u0628\u0631\u06cc \u06cc\u0627\u0641\u062a \u0634\u062f",
|
|
35
|
+
"Resolve": "\u062d\u0644 \u0648 \u0641\u0635\u0644 \u06a9\u0631\u062f\u0646",
|
|
36
|
+
"Resolve conversation": "\u062d\u0644 \u0648 \u0641\u0635\u0644 \u0645\u06a9\u0627\u0644\u0645\u0647",
|
|
37
|
+
"Resolve this conversation?": "\u0627\u06cc\u0646 \u0645\u06a9\u0627\u0644\u0645\u0647 \u062d\u0644 \u0648 \u0641\u0635\u0644 \u0634\u0648\u062f\u061f",
|
|
38
|
+
"SHOW LESS": "\u0646\u0645\u0627\u06cc\u0634 \u06a9\u0645\u062a\u0631",
|
|
39
|
+
"SHOW MORE": "\u0646\u0645\u0627\u06cc\u0634 \u0628\u06cc\u0634\u062a\u0631",
|
|
40
|
+
"Save": "\u0630\u062e\u064a\u0631\u0647",
|
|
41
|
+
"Saving": "\u0630\u062e\u06cc\u0631\u0647 \u06a9\u0631\u062f\u0646",
|
|
42
|
+
"Show comments": "\u0646\u0645\u0627\u06cc\u0634 \u0646\u0638\u0631\u0627\u062a",
|
|
43
|
+
"You are not allowed to delete all the conversations": "\u0634\u0645\u0627 \u0645\u062c\u0627\u0632 \u0628\u0647 \u062d\u0630\u0641 \u0647\u0645\u0647 \u0645\u06a9\u0627\u0644\u0645\u0627\u062a \u0646\u06cc\u0633\u062a\u06cc\u062f",
|
|
44
|
+
"You are not allowed to delete this comment": "\u0634\u0645\u0627 \u0645\u062c\u0627\u0632 \u0628\u0647 \u062d\u0630\u0641 \u0627\u06cc\u0646 \u0646\u0638\u0631 \u0646\u06cc\u0633\u062a\u06cc\u062f",
|
|
45
|
+
"You are not allowed to delete this conversation": "\u0634\u0645\u0627 \u0645\u062c\u0627\u0632 \u0628\u0647 \u062d\u0630\u0641 \u0627\u06cc\u0646 \u0645\u06a9\u0627\u0644\u0645\u0647 \u0646\u06cc\u0633\u062a\u06cc\u062f",
|
|
46
|
+
"You are not allowed to edit this comment": "\u0634\u0645\u0627 \u0645\u062c\u0627\u0632 \u0628\u0647 \u0648\u06cc\u0631\u0627\u06cc\u0634 \u0627\u06cc\u0646 \u0646\u0638\u0631 \u0646\u06cc\u0633\u062a\u06cc\u062f",
|
|
47
|
+
"You are not allowed to resolve this conversation": "\u0634\u0645\u0627 \u0645\u062c\u0627\u0632 \u0628\u0647 \u062d\u0644 \u0648 \u0641\u0635\u0644 \u0627\u06cc\u0646 \u0645\u06a9\u0627\u0644\u0645\u0647 \u0646\u06cc\u0633\u062a\u06cc\u062f",
|
|
48
|
+
"a moment ago": "\u06cc\u06a9 \u0644\u062d\u0638\u0647 \u067e\u06cc\u0634",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0} \u0646\u0638\u0631 \u062d\u0630\u0641 \u062e\u0648\u0627\u0647\u062f \u0634\u062f. \u0627\u06cc\u0646 \u0627\u0642\u062f\u0627\u0645 \u063a\u06cc\u0631\u0642\u0627\u0628\u0644 \u0628\u0631\u06af\u0634\u062a \u062e\u0648\u0627\u0647\u062f \u0628\u0648\u062f.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0} \u0646\u0638\u0631 \u062d\u0644 \u0648 \u0641\u0635\u0644 \u062e\u0648\u0627\u0647\u062f \u0634\u062f. \u0627\u06cc\u0646 \u0627\u0642\u062f\u0627\u0645 \u063a\u06cc\u0631\u0642\u0627\u0628\u0644 \u0628\u0631\u06af\u0634\u062a \u062e\u0648\u0627\u0647\u062f \u0628\u0648\u062f.",
|
|
51
|
+
"{0} days ago": "{0} \u0631\u0648\u0632 \u067e\u06cc\u0634",
|
|
52
|
+
"{0} hours ago": "{0} \u0633\u0627\u0639\u062a \u067e\u06cc\u0634",
|
|
53
|
+
"{0} minutes ago": "{0} \u062f\u0642\u06cc\u0642\u0647 \u067e\u06cc\u0634",
|
|
54
|
+
"{0} months ago": "{0} \u0645\u0627\u0647 \u067e\u06cc\u0634",
|
|
55
|
+
"{0} replies": "{0} \u062c\u0648\u0627\u0628",
|
|
56
|
+
"{0} weeks ago": "{0} \u0647\u0641\u062a\u0647 \u067e\u06cc\u0634",
|
|
57
|
+
"{0} years ago": "{0} \u0633\u0627\u0644 \u067e\u06cc\u0634"
|
|
58
|
+
});
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
" (edited)": "(muokattu)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "Yksi kommentti poistetaan. Et voi perua t\xe4t\xe4 toimenpidett\xe4.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "Yksi kommentti poistetaan. Et voi perua t\xe4t\xe4 toimenpidett\xe4.",
|
|
11
|
+
"1 day ago": "1 p\xe4iv\xe4 sitten",
|
|
12
|
+
"1 hour ago": "1 tunti sitten",
|
|
13
|
+
"1 minute ago": "1 minuutti sitten",
|
|
14
|
+
"1 month ago": "1 kuukausi sitten",
|
|
15
|
+
"1 reply": "1 vastaus",
|
|
16
|
+
"1 week ago": "1 viikko sitten",
|
|
17
|
+
"1 year ago": "1 vuosi sitten",
|
|
18
|
+
"Add comment": "Lis\xe4\xe4 kommentti",
|
|
19
|
+
"Add comment...": "Lis\xe4\xe4 kommentti...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "Haluatko varmasti poistaa t\xe4m\xe4n kommentin?",
|
|
21
|
+
"Clear": "Tyhjenn\xe4",
|
|
22
|
+
"Comment": "Kommentti",
|
|
23
|
+
"Comment Actions": "Kommentointitoiminnot",
|
|
24
|
+
"Comment or mention with @": "Kommentoi. Voit mainita k\xe4ytt\xe4ji\xe4 @-symbolilla.",
|
|
25
|
+
"Comments": "Kommentit",
|
|
26
|
+
"Conversation Actions": "Keskustelutoiminnot",
|
|
27
|
+
"Delete": "Poista",
|
|
28
|
+
"Delete all conversations": "Poista kaikki keskustelut",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "Haluatko poistaa kaikki t\xe4m\xe4n sis\xe4ll\xf6n keskustelut? T\xe4t\xe4 ei voida perua.",
|
|
30
|
+
"Delete comment": "Poista kommentti",
|
|
31
|
+
"Delete conversation": "Poista keskustelu",
|
|
32
|
+
"Delete this conversation?": "Haluatko poistaa t\xe4m\xe4n keskustelun?",
|
|
33
|
+
"Edit": "Muokkaa",
|
|
34
|
+
"No users found": "K\xe4ytt\xe4ji\xe4 ei l\xf6ytynyt",
|
|
35
|
+
"Resolve": "Poista",
|
|
36
|
+
"Resolve conversation": "Poista keskustelu",
|
|
37
|
+
"Resolve this conversation?": "Haluatko poistaa t\xe4m\xe4n keskustelun?",
|
|
38
|
+
"SHOW LESS": "N\xc4YT\xc4 V\xc4HEMM\xc4N",
|
|
39
|
+
"SHOW MORE": "N\xc4YT\xc4 ENEMM\xc4N",
|
|
40
|
+
"Save": "Tallenna",
|
|
41
|
+
"Saving": "Tallennetaan",
|
|
42
|
+
"Show comments": "N\xe4yt\xe4 kommentit",
|
|
43
|
+
"You are not allowed to delete all the conversations": "Et voi poistaa kaikkia keskusteluja",
|
|
44
|
+
"You are not allowed to delete this comment": "Et voi poistaa t\xe4t\xe4 kommenttia",
|
|
45
|
+
"You are not allowed to delete this conversation": "Et voi poistaa t\xe4t\xe4 keskustelua",
|
|
46
|
+
"You are not allowed to edit this comment": "Et voi muokata t\xe4t\xe4 kommenttia",
|
|
47
|
+
"You are not allowed to resolve this conversation": "Et saa poistaa t\xe4t\xe4 keskustelua",
|
|
48
|
+
"a moment ago": "hetki sitten",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0} kommenttia poistetaan. Et voi perua t\xe4t\xe4 toimenpidett\xe4.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0} kommenttia poistetaan. Et voi perua t\xe4t\xe4 toimenpidett\xe4.",
|
|
51
|
+
"{0} days ago": "{0} p\xe4iv\xe4\xe4 sitten",
|
|
52
|
+
"{0} hours ago": "{0} tuntia sitten",
|
|
53
|
+
"{0} minutes ago": "{0} minuuttia sitten",
|
|
54
|
+
"{0} months ago": "{0} kuukautta sitten",
|
|
55
|
+
"{0} replies": "{0} vastausta",
|
|
56
|
+
"{0} weeks ago": "{0} viikkoa sitten",
|
|
57
|
+
"{0} years ago": "{0} vuotta sitten"
|
|
58
|
+
});
|