@sapui5/sap.ui.richtexteditor 1.136.4 → 1.136.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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("fr_FR", {
|
|
8
|
+
" (edited)": "(modifi\xe9)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "1 commentaire sera supprim\xe9. Vous ne pouvez pas annuler cette action.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "1 commentaire sera r\xe9solu. Vous ne pouvez pas annuler cette action.",
|
|
11
|
+
"1 day ago": "il y a 1 jour",
|
|
12
|
+
"1 hour ago": "il y a 1 heure",
|
|
13
|
+
"1 minute ago": "il y a 1 minute",
|
|
14
|
+
"1 month ago": "il y a 1 mois",
|
|
15
|
+
"1 reply": "1 r\xe9ponse",
|
|
16
|
+
"1 week ago": "il y a 1 semaine",
|
|
17
|
+
"1 year ago": "il y a 1 an",
|
|
18
|
+
"Add comment": "Ajouter un commentaire",
|
|
19
|
+
"Add comment...": "Ajouter un commentaire...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "\xcates-vous s\xfbr de vouloir supprimer ce commentaire ?",
|
|
21
|
+
"Clear": "Effacer",
|
|
22
|
+
"Comment": "Commentaire",
|
|
23
|
+
"Comment Actions": "Actions de commentaire",
|
|
24
|
+
"Comment or mention with @": "Commentez ou mentionnez avec @",
|
|
25
|
+
"Comments": "Commentaires",
|
|
26
|
+
"Conversation Actions": "Actions de conversation",
|
|
27
|
+
"Delete": "Supprimer",
|
|
28
|
+
"Delete all conversations": "Supprimer toutes les conversations",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "Voulez-vous supprimer toutes les conversations dans le contenu\xa0? Vous ne pourrez pas revenir en arri\xe8re.",
|
|
30
|
+
"Delete comment": "Supprimer le commentaire",
|
|
31
|
+
"Delete conversation": "Supprimer la conversation",
|
|
32
|
+
"Delete this conversation?": "Supprimer cette conversation ?",
|
|
33
|
+
"Edit": "Modifier",
|
|
34
|
+
"No users found": "Aucun utilisateur n'a \xe9t\xe9 trouv\xe9",
|
|
35
|
+
"Resolve": "R\xe9soudre",
|
|
36
|
+
"Resolve conversation": "R\xe9soudre la conversation",
|
|
37
|
+
"Resolve this conversation?": "R\xe9soudre cette conversation ?",
|
|
38
|
+
"SHOW LESS": "AFFICHER MOINS",
|
|
39
|
+
"SHOW MORE": "AFFICHER PLUS",
|
|
40
|
+
"Save": "Enregistrer",
|
|
41
|
+
"Saving": "Enregistrement",
|
|
42
|
+
"Show comments": "Afficher les commentaires",
|
|
43
|
+
"You are not allowed to delete all the conversations": "Vous n'\xeates pas autoris\xe9 \xe0 supprimer toutes les conversations",
|
|
44
|
+
"You are not allowed to delete this comment": "Vous n'\xeates pas autoris\xe9 \xe0 supprimer ce commentaire",
|
|
45
|
+
"You are not allowed to delete this conversation": "Vous n'\xeates pas autoris\xe9 \xe0 supprimer cette conversation",
|
|
46
|
+
"You are not allowed to edit this comment": "Vous n'\xeates pas autoris\xe9 \xe0 modifier ce commentaire",
|
|
47
|
+
"You are not allowed to resolve this conversation": "Vous n'\xeates pas autoris\xe9 \xe0 r\xe9soudre cette conversation",
|
|
48
|
+
"a moment ago": "il y a un instant",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0} commentaires seront supprim\xe9s. Vous ne pouvez pas annuler cette action.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0} commentaires seront supprim\xe9s. Vous ne pouvez pas annuler cette action.",
|
|
51
|
+
"{0} days ago": "il y a {0} jours",
|
|
52
|
+
"{0} hours ago": "il y a {0} heures",
|
|
53
|
+
"{0} minutes ago": "il y a {0} minutes",
|
|
54
|
+
"{0} months ago": "il y a {0} mois",
|
|
55
|
+
"{0} replies": "{0} r\xe9ponses",
|
|
56
|
+
"{0} weeks ago": "il y a {0} semaines",
|
|
57
|
+
"{0} years ago": "il y a {0} ans"
|
|
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("he_IL", {
|
|
8
|
+
" (edited)": "(\u05e2\u05b8\u05e8\u05d5\u05bc\u05da)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "\u05ea\u05d2\u05d5\u05d1\u05d4 \u05d0\u05d7\u05ea \u05ea\u05d9\u05de\u05d7\u05e7. \u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05d1\u05d8\u05dc \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "\u05ea\u05d2\u05d5\u05d1\u05d4 \u05d0\u05d7\u05ea \u05ea\u05e1\u05ea\u05d9\u05d9\u05dd. \u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05d1\u05d8\u05dc \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5.",
|
|
11
|
+
"1 day ago": "\u05dc\u05e4\u05e0\u05d9 \u05d9\u05d5\u05dd \u05d0\u05d7\u05d3",
|
|
12
|
+
"1 hour ago": "\u05dc\u05e4\u05e0\u05d9 \u05e9\u05e2\u05d4",
|
|
13
|
+
"1 minute ago": "\u05dc\u05e4\u05e0\u05d9 1 \u05d3\u05e7\u05d4",
|
|
14
|
+
"1 month ago": "\u05dc\u05e4\u05e0\u05d9 \u05d7\u05d5\u05d3\u05e9",
|
|
15
|
+
"1 reply": "\u05ea\u05d2\u05d5\u05d1\u05d4 1",
|
|
16
|
+
"1 week ago": "\u05dc\u05e4\u05e0\u05d9 \u05e9\u05d1\u05d5\u05e2 1",
|
|
17
|
+
"1 year ago": "\u05dc\u05e4\u05e0\u05d9 \u05e9\u05e0\u05d4",
|
|
18
|
+
"Add comment": "\u05d4\u05d5\u05e1\u05e3 \u05d4\u05e2\u05e8\u05d4",
|
|
19
|
+
"Add comment...": "\u05d4\u05d5\u05e1\u05e3 \u05d4\u05e2\u05e8\u05d4...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05ea\u05d2\u05d5\u05d1\u05d4 \u05d4\u05d6\u05d5?",
|
|
21
|
+
"Clear": "\u05e0\u05e7\u05d4",
|
|
22
|
+
"Comment": "\u05d4\u05e2\u05e8\u05d4",
|
|
23
|
+
"Comment Actions": "\u05e4\u05e2\u05d5\u05dc\u05d5\u05ea \u05dc\u05ea\u05d2\u05d5\u05d1\u05d5\u05ea",
|
|
24
|
+
"Comment or mention with @": "\u05d4\u05d2\u05d9\u05d1\u05d5 \u05d0\u05d5 \u05d4\u05d6\u05db\u05d9\u05e8\u05d5 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea @",
|
|
25
|
+
"Comments": "\u05d4\u05e2\u05e8\u05d5\u05ea",
|
|
26
|
+
"Conversation Actions": "\u05e4\u05e2\u05d5\u05dc\u05d5\u05ea \u05e9\u05d9\u05d7\u05d4",
|
|
27
|
+
"Delete": "\u05de\u05d7\u05e7",
|
|
28
|
+
"Delete all conversations": "\u05de\u05d7\u05e7 \u05d0\u05ea \u05db\u05dc \u05d4\u05e9\u05d9\u05d7\u05d5\u05ea",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05db\u05dc \u05d4\u05e9\u05d9\u05d7\u05d5\u05ea \u05d1\u05ea\u05d5\u05db\u05df? \u05d6\u05d5\u05d4\u05d9 \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d1\u05dc\u05ea\u05d9 \u05d4\u05e4\u05d9\u05db\u05d4.",
|
|
30
|
+
"Delete comment": "\u05de\u05d7\u05e7 \u05d4\u05e2\u05e8\u05d4",
|
|
31
|
+
"Delete conversation": "\u05de\u05d7\u05e7 \u05e9\u05d9\u05d7\u05d4",
|
|
32
|
+
"Delete this conversation?": "\u05d4\u05d0\u05dd \u05dc\u05de\u05d7\u05d5\u05e7 \u05e9\u05d9\u05d7\u05d4 \u05d6\u05d5?",
|
|
33
|
+
"Edit": "\u05e2\u05e8\u05d5\u05da",
|
|
34
|
+
"No users found": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd",
|
|
35
|
+
"Resolve": "\u05d4\u05e1\u05ea\u05d9\u05d9\u05dd",
|
|
36
|
+
"Resolve conversation": "\u05e1\u05d9\u05d9\u05dd \u05e9\u05d9\u05d7\u05d4",
|
|
37
|
+
"Resolve this conversation?": "\u05d4\u05d0\u05dd \u05dc\u05e1\u05d9\u05d9\u05dd \u05e9\u05d9\u05d7\u05d4 \u05d6\u05d5?",
|
|
38
|
+
"SHOW LESS": "\u05d4\u05e8\u05d0\u05d4 \u05e4\u05d7\u05d5\u05ea",
|
|
39
|
+
"SHOW MORE": "\u05d4\u05e8\u05d0\u05d4 \u05d9\u05d5\u05ea\u05e8",
|
|
40
|
+
"Save": "\u05e9\u05de\u05d5\u05e8",
|
|
41
|
+
"Saving": "\u05de\u05ea\u05d1\u05e6\u05e2\u05ea \u05e9\u05de\u05d9\u05e8\u05d4",
|
|
42
|
+
"Show comments": "\u05d4\u05e8\u05d0\u05d4 \u05d4\u05e2\u05e8\u05d5\u05ea",
|
|
43
|
+
"You are not allowed to delete all the conversations": "\u05d0\u05d9\u05e0\u05da \u05e8\u05e9\u05d0\u05d9 \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05db\u05dc \u05d4\u05e9\u05d9\u05d7\u05d5\u05ea",
|
|
44
|
+
"You are not allowed to delete this comment": "\u05d0\u05d9\u05e0\u05da \u05e8\u05e9\u05d0\u05d9 \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05ea\u05d2\u05d5\u05d1\u05d4 \u05d4\u05d6\u05d5",
|
|
45
|
+
"You are not allowed to delete this conversation": "\u05d0\u05d9\u05e0\u05da \u05e8\u05e9\u05d0\u05d9 \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e9\u05d9\u05d7\u05d4 \u05d4\u05d6\u05d5",
|
|
46
|
+
"You are not allowed to edit this comment": "\u05d0\u05d9\u05e0\u05da \u05e8\u05e9\u05d0\u05d9 \u05dc\u05e2\u05e8\u05d5\u05da \u05ea\u05d2\u05d5\u05d1\u05d4 \u05d6\u05d5",
|
|
47
|
+
"You are not allowed to resolve this conversation": "\u05d0\u05d9\u05e0\u05da \u05e8\u05e9\u05d0\u05d9 \u05dc\u05e1\u05d9\u05d9\u05dd \u05e9\u05d9\u05d7\u05d4 \u05d6\u05d5",
|
|
48
|
+
"a moment ago": "\u05dc\u05e4\u05e0\u05d9 \u05e8\u05d2\u05e2",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0} \u05d4\u05e2\u05e8\u05d5\u05ea \u05d9\u05d9\u05de\u05d7\u05e7\u05d5. \u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05d1\u05d8\u05dc \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0} \u05d4\u05e2\u05e8\u05d5\u05ea \u05d9\u05e1\u05ea\u05d9\u05d9\u05de\u05d5. \u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05d1\u05d8\u05dc \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5.",
|
|
51
|
+
"{0} days ago": "\u05dc\u05e4\u05e0\u05d9 {0} \u05d9\u05de\u05d9\u05dd",
|
|
52
|
+
"{0} hours ago": "\u05dc\u05e4\u05e0\u05d9 {0} \u05e9\u05e2\u05d5\u05ea",
|
|
53
|
+
"{0} minutes ago": "\u05dc\u05e4\u05e0\u05d9 {0} \u05d3\u05e7\u05d5\u05ea",
|
|
54
|
+
"{0} months ago": "\u05dc\u05e4\u05e0\u05d9 {0} \u05d7\u05d5\u05d3\u05e9\u05d9\u05dd",
|
|
55
|
+
"{0} replies": "{0} \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea",
|
|
56
|
+
"{0} weeks ago": "\u05dc\u05e4\u05e0\u05d9 {0} \u05e9\u05d1\u05d5\u05e2\u05d5\u05ea",
|
|
57
|
+
"{0} years ago": "\u05dc\u05e4\u05e0\u05d9 {0} \u05e9\u05e0\u05d9\u05dd"
|
|
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("hi", {
|
|
8
|
+
" (edited)": " (\u0938\u0902\u092a\u093e\u0926\u093f\u0924 \u0915\u093f\u092f\u093e \u0917\u092f\u093e)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "1 \u091f\u093f\u092a\u094d\u092a\u0923\u0940 \u0939\u091f\u093e \u0926\u0940 \u091c\u093e\u090f\u0917\u0940\u0964\u0906\u092a \u0907\u0938 \u0915\u093e\u0930\u094d\u0930\u0935\u093e\u0908 \u0915\u094b \u092a\u0942\u0930\u094d\u0935\u0935\u0924\u094d \u0928\u0939\u0940\u0902 \u0915\u0930 \u0938\u0915\u0924\u0947.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "1 \u091f\u093f\u092a\u094d\u092a\u0923\u0940 \u0915\u093e \u0938\u092e\u093e\u0927\u093e\u0928 \u0915\u093f\u092f\u093e \u091c\u093e\u090f\u0917\u093e\u0964\u0906\u092a \u0907\u0938 \u0915\u093e\u0930\u094d\u0930\u0935\u093e\u0908 \u0915\u094b \u092a\u0942\u0930\u094d\u0935\u0935\u0924\u094d \u0928\u0939\u0940\u0902 \u0915\u0930 \u0938\u0915\u0924\u0947.",
|
|
11
|
+
"1 day ago": "1 \u0926\u093f\u0928 \u092a\u0939\u0932\u0947",
|
|
12
|
+
"1 hour ago": "1 \u0918\u0902\u091f\u093e \u092a\u0939\u0932\u0947",
|
|
13
|
+
"1 minute ago": "1 \u092e\u093f\u0928\u091f \u092a\u0939\u0932\u0947",
|
|
14
|
+
"1 month ago": "1 \u092e\u0939\u0940\u0928\u093e \u092a\u0939\u0932\u0947",
|
|
15
|
+
"1 reply": "1 \u091c\u0935\u093e\u092c",
|
|
16
|
+
"1 week ago": "1 \u0938\u092a\u094d\u0924\u093e\u0939 \u092a\u0939\u0932\u0947",
|
|
17
|
+
"1 year ago": "1 \u0938\u093e\u0932 \u092a\u0939\u0932\u0947",
|
|
18
|
+
"Add comment": "\u091f\u093f\u092a\u094d\u092a\u0923\u0940 \u091c\u094b\u095c\u0947\u0902",
|
|
19
|
+
"Add comment...": "\u091f\u093f\u092a\u094d\u092a\u0923\u0940 \u091c\u094b\u095c\u0947\u0902...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "\u0915\u094d\u092f\u093e \u0906\u092a \u0935\u093e\u0915\u0908 \u0907\u0938 \u091f\u093f\u092a\u094d\u092a\u0923\u0940 \u0915\u094b \u0939\u091f\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902?",
|
|
21
|
+
"Clear": "\u0938\u093e\u095e \u0915\u0930\u0947\u0902",
|
|
22
|
+
"Comment": "\u091f\u093f\u092a\u094d\u092a\u0923\u0940",
|
|
23
|
+
"Comment Actions": "\u091f\u093f\u092a\u094d\u092a\u0923\u0940 \u0915\u094d\u0930\u093f\u092f\u093e\u090f\u0902",
|
|
24
|
+
"Comment or mention with @": "@ \u0915\u0947 \u0938\u093e\u0925 \u091f\u093f\u092a\u094d\u092a\u0923\u0940 \u0915\u0930\u0947\u0902 \u092f\u093e \u0909\u0932\u094d\u0932\u0947\u0916 \u0915\u0930\u0947\u0902",
|
|
25
|
+
"Comments": "\u091f\u093f\u092a\u094d\u092a\u0923\u093f\u092f\u093e\u0902",
|
|
26
|
+
"Conversation Actions": "\u0935\u093e\u0930\u094d\u0924\u093e\u0932\u093e\u092a \u0915\u094d\u0930\u093f\u092f\u093e\u090f\u0902",
|
|
27
|
+
"Delete": "\u0939\u091f\u093e\u090f\u0902",
|
|
28
|
+
"Delete all conversations": "\u0938\u092d\u0940 \u092c\u093e\u0924\u091a\u0940\u0924 \u0939\u091f\u093e\u090f\u0902",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "\u0938\u093e\u092e\u0917\u094d\u0930\u0940 \u092e\u0947\u0902 \u0938\u092d\u0940 \u092c\u093e\u0924\u091a\u0940\u0924 \u0939\u091f\u093e\u090f\u0902? \u0907\u0938\u0947 \u092a\u0939\u0932\u0947 \u091c\u0948\u0938\u093e \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u0924\u093e\u0964",
|
|
30
|
+
"Delete comment": "\u091f\u093f\u092a\u094d\u092a\u0923\u0940 \u0921\u093f\u0932\u0940\u091f \u0915\u0930\u0947\u0902",
|
|
31
|
+
"Delete conversation": "\u092c\u093e\u0924\u091a\u0940\u0924 \u0939\u091f\u093e\u090f\u0902",
|
|
32
|
+
"Delete this conversation?": "\u0907\u0938 \u092c\u093e\u0924\u091a\u0940\u0924 \u0915\u094b \u0939\u091f\u093e\u090f\u0902?",
|
|
33
|
+
"Edit": "\u0938\u0902\u092a\u093e\u0926\u093f\u0924 \u0915\u0930\u0947\u0902",
|
|
34
|
+
"No users found": "\u0915\u094b\u0908 \u092f\u0942\u091c\u093c\u0930 \u0928\u0939\u0940\u0902 \u092e\u093f\u0932\u093e",
|
|
35
|
+
"Resolve": "\u0938\u092e\u093e\u0927\u093e\u0928 \u0915\u0930\u0947\u0902",
|
|
36
|
+
"Resolve conversation": "\u092c\u093e\u0924\u091a\u0940\u0924 \u0915\u093e \u0938\u092e\u093e\u0927\u093e\u0928 \u0915\u0930\u0947\u0902",
|
|
37
|
+
"Resolve this conversation?": "\u0907\u0938 \u092c\u093e\u0924\u091a\u0940\u0924 \u0915\u093e \u0938\u092e\u093e\u0927\u093e\u0928 \u0915\u0930\u0947\u0902?",
|
|
38
|
+
"SHOW LESS": "\u0915\u092e \u0926\u093f\u0916\u093e\u090f\u0902",
|
|
39
|
+
"SHOW MORE": "\u0905\u0927\u093f\u0915 \u0926\u093f\u0916\u093e\u090f\u0901",
|
|
40
|
+
"Save": "\u0938\u0939\u0947\u091c\u0947\u0902",
|
|
41
|
+
"Saving": "\u0938\u0947\u0935 \u0939\u094b \u0930\u0939\u093e \u0939\u0948",
|
|
42
|
+
"Show comments": "\u091f\u093f\u092a\u094d\u092a\u0923\u093f\u092f\u093e\u0902 \u0926\u093f\u0916\u093e\u090f\u0902",
|
|
43
|
+
"You are not allowed to delete all the conversations": "\u0906\u092a\u0915\u094b \u0938\u092d\u0940 \u092c\u093e\u0924\u091a\u0940\u0924 \u0915\u094b \u0939\u091f\u093e\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f \u0928\u0939\u0940\u0902 \u0939\u0948",
|
|
44
|
+
"You are not allowed to delete this comment": "\u0906\u092a\u0915\u094b \u0907\u0938 \u091f\u093f\u092a\u094d\u092a\u0923\u0940 \u0915\u094b \u0939\u091f\u093e\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f \u0928\u0939\u0940\u0902 \u0939\u0948",
|
|
45
|
+
"You are not allowed to delete this conversation": "\u0906\u092a\u0915\u094b \u0907\u0938 \u092c\u093e\u0924\u091a\u0940\u0924 \u0915\u094b \u0939\u091f\u093e\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f \u0928\u0939\u0940\u0902 \u0939\u0948",
|
|
46
|
+
"You are not allowed to edit this comment": "\u0906\u092a\u0915\u094b \u0907\u0938 \u091f\u093f\u092a\u094d\u092a\u0923\u0940 \u0915\u094b \u0938\u0902\u092a\u093e\u0926\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f \u0928\u0939\u0940\u0902 \u0939\u0948",
|
|
47
|
+
"You are not allowed to resolve this conversation": "\u0906\u092a\u0915\u094b \u0907\u0938 \u092c\u093e\u0924\u091a\u0940\u0924 \u0915\u093e \u0938\u092e\u093e\u0927\u093e\u0928 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f \u0928\u0939\u0940\u0902 \u0939\u0948",
|
|
48
|
+
"a moment ago": "\u0905\u092d\u0940 \u0905\u092d\u0940",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0} \u091f\u093f\u092a\u094d\u092a\u0923\u093f\u092f\u093e\u0902 \u0939\u091f\u093e \u0926\u0940 \u091c\u093e\u090f\u0902\u0917\u0940\u0964\u0906\u092a \u0907\u0938 \u0915\u093e\u0930\u094d\u0930\u0935\u093e\u0908 \u0915\u094b \u092a\u0942\u0930\u094d\u0935\u0935\u0924\u094d \u0928\u0939\u0940\u0902 \u0915\u0930 \u0938\u0915\u0924\u0947.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0} \u091f\u093f\u092a\u094d\u092a\u0923\u093f\u092f\u094b\u0902 \u0915\u093e \u0938\u092e\u093e\u0927\u093e\u0928 \u0915\u093f\u092f\u093e \u091c\u093e\u090f\u0917\u093e\u0964\u0906\u092a \u0907\u0938 \u0915\u093e\u0930\u094d\u0930\u0935\u093e\u0908 \u0915\u094b \u092a\u0942\u0930\u094d\u0935\u0935\u0924\u094d \u0928\u0939\u0940\u0902 \u0915\u0930 \u0938\u0915\u0924\u0947.",
|
|
51
|
+
"{0} days ago": "{0} \u0926\u093f\u0928 \u092a\u0939\u0932\u0947",
|
|
52
|
+
"{0} hours ago": "{0} \u0918\u0902\u091f\u0947 \u092a\u0939\u0932\u0947",
|
|
53
|
+
"{0} minutes ago": "{0} \u092e\u093f\u0928\u091f \u092a\u0939\u0932\u0947",
|
|
54
|
+
"{0} months ago": "{0} \u092e\u0939\u0940\u0928\u0947 \u092a\u0939\u0932\u0947",
|
|
55
|
+
"{0} replies": "{0} \u091c\u0935\u093e\u092c",
|
|
56
|
+
"{0} weeks ago": "{0} \u0938\u092a\u094d\u0924\u093e\u0939 \u092a\u0939\u0932\u0947",
|
|
57
|
+
"{0} years ago": "{0} \u0938\u093e\u0932 \u092a\u0939\u0932\u0947"
|
|
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("hr", {
|
|
8
|
+
" (edited)": "(ure\u0111eno)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "1 \u0107e komentar biti izbrisan. Ne mo\u017eete poni\u0161titi ovu radnju.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "1 \u0107e komentar biti rije\u0161en. Ne mo\u017eete poni\u0161titi ovu radnju.",
|
|
11
|
+
"1 day ago": "prije 1 dana",
|
|
12
|
+
"1 hour ago": "prije 1 sata",
|
|
13
|
+
"1 minute ago": "prije 1 minute",
|
|
14
|
+
"1 month ago": "prije 1 mjeseca",
|
|
15
|
+
"1 reply": "1 odgovor",
|
|
16
|
+
"1 week ago": "prije 1 tjedan",
|
|
17
|
+
"1 year ago": "prije 1 godine",
|
|
18
|
+
"Add comment": "Dodaj komentar",
|
|
19
|
+
"Add comment...": "Dodaj komentar...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "\u017delite li sigurno izbrisati ovaj komentar?",
|
|
21
|
+
"Clear": "O\u010disti",
|
|
22
|
+
"Comment": "Komentar",
|
|
23
|
+
"Comment Actions": "Radnje komentara",
|
|
24
|
+
"Comment or mention with @": "Komentirajte ili spomenite pomo\u0107u znaka @",
|
|
25
|
+
"Comments": "Komentari",
|
|
26
|
+
"Conversation Actions": "Radnje razgovora",
|
|
27
|
+
"Delete": "Izbri\u0161i",
|
|
28
|
+
"Delete all conversations": "Izbri\u0161i sve razgovore",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "Izbrisati sve razgovore sadr\u017eaja? To se ne mo\u017ee poni\u0161titi.",
|
|
30
|
+
"Delete comment": "Izbri\u0161i komentar",
|
|
31
|
+
"Delete conversation": "Izbri\u0161i razgovor",
|
|
32
|
+
"Delete this conversation?": "Izbrisati ovaj razgovor?",
|
|
33
|
+
"Edit": "Uredi",
|
|
34
|
+
"No users found": "Nisu prona\u0111eni korisnici",
|
|
35
|
+
"Resolve": "Rije\u0161i",
|
|
36
|
+
"Resolve conversation": "Rije\u0161i razgovor",
|
|
37
|
+
"Resolve this conversation?": "\u017delite rije\u0161iti ovaj razgovor?",
|
|
38
|
+
"SHOW LESS": "PRIKA\u017dI MANJE",
|
|
39
|
+
"SHOW MORE": "PRIKA\u017dI VI\u0160E",
|
|
40
|
+
"Save": "Spremi",
|
|
41
|
+
"Saving": "Spremanje",
|
|
42
|
+
"Show comments": "Prika\u017ei komentar",
|
|
43
|
+
"You are not allowed to delete all the conversations": "Nije dopu\u0161teno brisanje svih razgovora",
|
|
44
|
+
"You are not allowed to delete this comment": "Nije dopu\u0161teno brisanje ovog komentara",
|
|
45
|
+
"You are not allowed to delete this conversation": "Nije dopu\u0161teno brisanje ovog razgovora",
|
|
46
|
+
"You are not allowed to edit this comment": "Nije dopu\u0161teno ure\u0111ivanje ovog komentara",
|
|
47
|
+
"You are not allowed to resolve this conversation": "Nije dopu\u0161teno rje\u0161avanje ovog razgovora",
|
|
48
|
+
"a moment ago": "prije nekoliko trenutaka",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0} \u0107e komentara biti izbrisana. Ne mo\u017eete poni\u0161titi ovu radnju.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0} \u0107e se komentara rije\u0161iti. Ne mo\u017eete poni\u0161titi ovu radnju.",
|
|
51
|
+
"{0} days ago": "prije {0} dana",
|
|
52
|
+
"{0} hours ago": "prije {0} sata/sati",
|
|
53
|
+
"{0} minutes ago": "prije {0} minute/minuta",
|
|
54
|
+
"{0} months ago": "prije {0} mjeseca/mjeseci",
|
|
55
|
+
"{0} replies": "{0} odgovora",
|
|
56
|
+
"{0} weeks ago": "prije {0} tjedna/tjedana",
|
|
57
|
+
"{0} years ago": "prije {0} godine/godina"
|
|
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("hu_HU", {
|
|
8
|
+
" (edited)": "(szerkesztve)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "1 hozz\xe1sz\xf3l\xe1s t\xf6rl\xe9sre ker\xfcl. Ezt a m\u0171veletet nem vonhatja vissza.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "1 hozz\xe1sz\xf3l\xe1s felold\xe1sra ker\xfcl. Ezt a m\u0171veletet nem lehet visszavonni.",
|
|
11
|
+
"1 day ago": "1 nappal ezel\u0151tt",
|
|
12
|
+
"1 hour ago": "1 \xf3r\xe1val ezel\u0151tt",
|
|
13
|
+
"1 minute ago": "1 perccel ezel\u0151tt",
|
|
14
|
+
"1 month ago": "1 h\xf3nappal ezel\u0151tt",
|
|
15
|
+
"1 reply": "1 v\xe1lasz",
|
|
16
|
+
"1 week ago": "1 h\xe9ttel ezel\u0151tt",
|
|
17
|
+
"1 year ago": "1 \xe9vvel ezel\u0151tt",
|
|
18
|
+
"Add comment": "Hozz\xe1sz\xf3l\xe1s hozz\xe1ad\xe1sa",
|
|
19
|
+
"Add comment...": "Hozz\xe1sz\xf3l\xe1s \xedr\xe1sa...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "Biztosan t\xf6r\xf6lni szeretn\xe9d ezt a hozz\xe1sz\xf3l\xe1st?",
|
|
21
|
+
"Clear": "T\xf6rl\xe9s",
|
|
22
|
+
"Comment": "Hozz\xe1sz\xf3l\xe1s",
|
|
23
|
+
"Comment Actions": "M\u0171veletek hozz\xe1sz\xf3l\xe1sn\xe1l",
|
|
24
|
+
"Comment or mention with @": "Hozz\xe1sz\xf3l\xe1s vagy megeml\xedt\xe9s, @",
|
|
25
|
+
"Comments": "Hozz\xe1sz\xf3l\xe1sok",
|
|
26
|
+
"Conversation Actions": "M\u0171veletek besz\xe9lget\xe9sn\xe9l",
|
|
27
|
+
"Delete": "T\xf6rl\xe9s",
|
|
28
|
+
"Delete all conversations": "\xd6sszes besz\xe9lget\xe9s t\xf6rl\xe9se",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "T\xf6rl\xf6d a tartalom \xf6sszes besz\xe9lget\xe9s\xe9t? A m\u0171velet nem vonhat\xf3 vissza.",
|
|
30
|
+
"Delete comment": "Hozz\xe1sz\xf3l\xe1s t\xf6rl\xe9se",
|
|
31
|
+
"Delete conversation": "Besz\xe9lget\xe9s t\xf6rl\xe9se",
|
|
32
|
+
"Delete this conversation?": "T\xf6rl\xf6d a besz\xe9lget\xe9st?",
|
|
33
|
+
"Edit": "Szerkeszt\xe9s",
|
|
34
|
+
"No users found": "Nem tal\xe1lhat\xf3 felhaszn\xe1l\xf3",
|
|
35
|
+
"Resolve": "Felold\xe1s",
|
|
36
|
+
"Resolve conversation": "Besz\xe9lget\xe9s felold\xe1sa",
|
|
37
|
+
"Resolve this conversation?": "Feloldja a besz\xe9lget\xe9st?",
|
|
38
|
+
"SHOW LESS": "KEVESEBB MEGJELEN\xcdT\xc9SE",
|
|
39
|
+
"SHOW MORE": "T\xd6BB MEGJELEN\xcdT\xc9SE",
|
|
40
|
+
"Save": "Elment",
|
|
41
|
+
"Saving": "Ment\xe9s",
|
|
42
|
+
"Show comments": "Megjegyz\xe9sek megjelen\xedt\xe9se",
|
|
43
|
+
"You are not allowed to delete all the conversations": "Az \xf6sszes besz\xe9lget\xe9s t\xf6rl\xe9se nem enged\xe9lyezett",
|
|
44
|
+
"You are not allowed to delete this comment": "A hozz\xe1sz\xf3l\xe1s t\xf6rl\xe9se nem enged\xe9lyezett",
|
|
45
|
+
"You are not allowed to delete this conversation": "A besz\xe9lget\xe9s t\xf6rl\xe9se nem enged\xe9lyezett",
|
|
46
|
+
"You are not allowed to edit this comment": "A hozz\xe1sz\xf3l\xe1s szerkeszt\xe9se nem enged\xe9lyezett",
|
|
47
|
+
"You are not allowed to resolve this conversation": "A besz\xe9lget\xe9s felold\xe1sa nem enged\xe9lyezett",
|
|
48
|
+
"a moment ago": "az im\xe9nt",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0} hozz\xe1sz\xf3l\xe1s ker\xfcl t\xf6rl\xe9sre. Ezt a m\u0171veletet nem vonhatja vissza.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0} hozz\xe1sz\xf3l\xe1s ker\xfcl felold\xe1sra. Ezt a m\u0171veletet nem lehet visszavonni.",
|
|
51
|
+
"{0} days ago": "{0} nappal ezel\u0151tt",
|
|
52
|
+
"{0} hours ago": "{0} \xf3r\xe1val ezel\u0151tt",
|
|
53
|
+
"{0} minutes ago": "{0} perccel ezel\u0151tt",
|
|
54
|
+
"{0} months ago": "{0} h\xf3nappal ezel\u0151tt",
|
|
55
|
+
"{0} replies": "{0} v\xe1lasz",
|
|
56
|
+
"{0} weeks ago": "{0} h\xe9ttel ezel\u0151tt",
|
|
57
|
+
"{0} years ago": "{0} \xe9vvel ezel\u0151tt"
|
|
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("id", {
|
|
8
|
+
" (edited)": "(diedit)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "1 komentar akan dihapus. Anda tidak dapat membatalkan tindakan ini.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "1 komentar akan diselesaikan. Anda tidak dapat membatalkan tindakan ini.",
|
|
11
|
+
"1 day ago": "1 hari lalu",
|
|
12
|
+
"1 hour ago": "1 jam lalu",
|
|
13
|
+
"1 minute ago": "1 menit lalu",
|
|
14
|
+
"1 month ago": "1 bulan lalu",
|
|
15
|
+
"1 reply": "1 balasan",
|
|
16
|
+
"1 week ago": "1 minggu lalu",
|
|
17
|
+
"1 year ago": "1 tahun lalu",
|
|
18
|
+
"Add comment": "Tambakan komentar",
|
|
19
|
+
"Add comment...": "Tambakan komentar...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "Anda yakin ingin menghapus komentar ini?",
|
|
21
|
+
"Clear": "Kosongkan",
|
|
22
|
+
"Comment": "Komentar",
|
|
23
|
+
"Comment Actions": "Tindakan Komentar",
|
|
24
|
+
"Comment or mention with @": "Beri komentar atau sebut dengan @",
|
|
25
|
+
"Comments": "Komentar",
|
|
26
|
+
"Conversation Actions": "Tindakan Percakapan",
|
|
27
|
+
"Delete": "Hapus",
|
|
28
|
+
"Delete all conversations": "Hapus semua percakapan",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "Hapus semua percakapan di konten? Ini tidak dapat dibatalkan.",
|
|
30
|
+
"Delete comment": "Hapus komentar",
|
|
31
|
+
"Delete conversation": "Hapus percakapan",
|
|
32
|
+
"Delete this conversation?": "Hapus percakapan ini?",
|
|
33
|
+
"Edit": "Edit",
|
|
34
|
+
"No users found": "Tidak ada pengguna ditemukan",
|
|
35
|
+
"Resolve": "Selesaikan",
|
|
36
|
+
"Resolve conversation": "Selesaikan percakapan",
|
|
37
|
+
"Resolve this conversation?": "Selesaikan percakapan ini?",
|
|
38
|
+
"SHOW LESS": "LEBIH SEDIKIT",
|
|
39
|
+
"SHOW MORE": "LEBIH BANYAK",
|
|
40
|
+
"Save": "Simpan",
|
|
41
|
+
"Saving": "Menyimpan",
|
|
42
|
+
"Show comments": "Tampilkan komentar",
|
|
43
|
+
"You are not allowed to delete all the conversations": "Anda tidak diizinkan untuk menghapus semua percakapan",
|
|
44
|
+
"You are not allowed to delete this comment": "Anda tidak diizinkan untuk menghapus komentar ini",
|
|
45
|
+
"You are not allowed to delete this conversation": "Anda tidak diizinkan untuk menghapus percakapan ini",
|
|
46
|
+
"You are not allowed to edit this comment": "Anda tidak diizinkan mengedit komentar ini",
|
|
47
|
+
"You are not allowed to resolve this conversation": "Anda tidak diizinkan untuk menyelesaikan percakapan ini",
|
|
48
|
+
"a moment ago": "beberapa saat lalu",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0} komentar akan dihapus. Anda tidak dapat membatalkan tindakan ini.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0} komentar akan diselesaikan. Anda tidak dapat membatalkan tindakan ini.",
|
|
51
|
+
"{0} days ago": "{0} hari lalu",
|
|
52
|
+
"{0} hours ago": "{0} jam lalu",
|
|
53
|
+
"{0} minutes ago": "{0} menit lalu",
|
|
54
|
+
"{0} months ago": "{0} bulan lalu",
|
|
55
|
+
"{0} replies": "{0} balasan",
|
|
56
|
+
"{0} weeks ago": "{0} minggu lalu",
|
|
57
|
+
"{0} years ago": "{0} tahun lalu"
|
|
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("it", {
|
|
8
|
+
" (edited)": "(modificato)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "1 commento sar\xe0 cancellato. Non \xe8 possibile annullare questa azione.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "1 commento sar\xe0 risolto. Non \xe8 possibile annullare questa azione.",
|
|
11
|
+
"1 day ago": "1 giorno fa",
|
|
12
|
+
"1 hour ago": "1 ora fa",
|
|
13
|
+
"1 minute ago": "1 minuto fa",
|
|
14
|
+
"1 month ago": "1 mese fa",
|
|
15
|
+
"1 reply": "1 risposta",
|
|
16
|
+
"1 week ago": "1 settimana fa",
|
|
17
|
+
"1 year ago": "1 anno fa",
|
|
18
|
+
"Add comment": "Aggiungi commento",
|
|
19
|
+
"Add comment...": "Aggiungi commento...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "Sei sicuro di voler cancellare questo commento?",
|
|
21
|
+
"Clear": "Cancella",
|
|
22
|
+
"Comment": "Commento",
|
|
23
|
+
"Comment Actions": "Azioni sul commento",
|
|
24
|
+
"Comment or mention with @": "Commenta o menziona con @",
|
|
25
|
+
"Comments": "Commenti",
|
|
26
|
+
"Conversation Actions": "Azioni di conversazione",
|
|
27
|
+
"Delete": "Cancella",
|
|
28
|
+
"Delete all conversations": "Cancella tutte le conversazioni",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "Cancellare tutte le conversazioni nel contenuto? Questa azione non pu\xf2 essere annullata.",
|
|
30
|
+
"Delete comment": "Elimina commento",
|
|
31
|
+
"Delete conversation": "Cancella conversazione",
|
|
32
|
+
"Delete this conversation?": "Cancellare questa conversazione?",
|
|
33
|
+
"Edit": "Modifica",
|
|
34
|
+
"No users found": "Nessun utente trovato",
|
|
35
|
+
"Resolve": "Risolvi",
|
|
36
|
+
"Resolve conversation": "Risolvi conversazione",
|
|
37
|
+
"Resolve this conversation?": "Risolvere questa conversazione?",
|
|
38
|
+
"SHOW LESS": "MOSTRA DI MENO",
|
|
39
|
+
"SHOW MORE": "MOSTRA DI PI\xd9",
|
|
40
|
+
"Save": "Salva",
|
|
41
|
+
"Saving": "Salvataggio",
|
|
42
|
+
"Show comments": "Mostra commenti",
|
|
43
|
+
"You are not allowed to delete all the conversations": "Non ti \xe8 consentito cancellare tutte le conversazioni",
|
|
44
|
+
"You are not allowed to delete this comment": "Non ti \xe8 consentito cancellare questo commento",
|
|
45
|
+
"You are not allowed to delete this conversation": "Non ti \xe8 consentito cancellare questa conversazione",
|
|
46
|
+
"You are not allowed to edit this comment": "Non ti \xe8 consentito modificare questo commento",
|
|
47
|
+
"You are not allowed to resolve this conversation": "Non ti \xe8 consentito risolvere questa conversazione",
|
|
48
|
+
"a moment ago": "un attimo fa",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0} commenti saranno cancellati. Non \xe8 possibile annullare questa azione.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0} commenti saranno risolti. Non \xe8 possibile annullare questa azione.",
|
|
51
|
+
"{0} days ago": "{0} giorni fa",
|
|
52
|
+
"{0} hours ago": "{0} ore fa",
|
|
53
|
+
"{0} minutes ago": "{0} minuti fa",
|
|
54
|
+
"{0} months ago": "{0} mesi fa",
|
|
55
|
+
"{0} replies": "{0} risposte",
|
|
56
|
+
"{0} weeks ago": "{0} settimane fa",
|
|
57
|
+
"{0} years ago": "{0} anni fa"
|
|
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("ja", {
|
|
8
|
+
" (edited)": "(\u7de8\u96c6\u6e08)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "1\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u524a\u9664\u3055\u308c\u307e\u3059\u3002 \u3053\u306e\u64cd\u4f5c\u306f\u5143\u306b\u623b\u305b\u307e\u305b\u3093\u3002",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "1\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u89e3\u6c7a\u3055\u308c\u307e\u3059\u3002 \u3053\u306e\u64cd\u4f5c\u306f\u5143\u306b\u623b\u305b\u307e\u305b\u3093\u3002",
|
|
11
|
+
"1 day ago": "1\u65e5\u524d",
|
|
12
|
+
"1 hour ago": "1\u6642\u9593\u524d",
|
|
13
|
+
"1 minute ago": "1\u5206\u524d",
|
|
14
|
+
"1 month ago": "1\u304b\u6708\u524d",
|
|
15
|
+
"1 reply": "1\u4ef6\u306e\u8fd4\u4fe1",
|
|
16
|
+
"1 week ago": "1\u9031\u9593\u524d",
|
|
17
|
+
"1 year ago": "1\u5e74\u524d",
|
|
18
|
+
"Add comment": "\u30b3\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0",
|
|
19
|
+
"Add comment...": "\u30b3\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "\u3053\u306e\u30b3\u30e1\u30f3\u30c8\u3092\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f",
|
|
21
|
+
"Clear": "\u30af\u30ea\u30a2",
|
|
22
|
+
"Comment": "\u30b3\u30e1\u30f3\u30c8",
|
|
23
|
+
"Comment Actions": "\u30b3\u30e1\u30f3\u30c8\u306e\u64cd\u4f5c",
|
|
24
|
+
"Comment or mention with @": "\u30b3\u30e1\u30f3\u30c8\u3092\u5165\u529b\u3059\u308b\u304b @ \u3067\u30e1\u30f3\u30b7\u30e7\u30f3\u3057\u307e\u3059",
|
|
25
|
+
"Comments": "\u30b3\u30e1\u30f3\u30c8",
|
|
26
|
+
"Conversation Actions": "\u4f1a\u8a71\u306e\u64cd\u4f5c",
|
|
27
|
+
"Delete": "\u524a\u9664",
|
|
28
|
+
"Delete all conversations": "\u3059\u3079\u3066\u306e\u4f1a\u8a71\u3092\u524a\u9664",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "\u30b3\u30f3\u30c6\u30f3\u30c4\u5185\u306e\u3059\u3079\u3066\u306e\u4f1a\u8a71\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f \u3053\u308c\u306f\u5143\u306b\u623b\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002",
|
|
30
|
+
"Delete comment": "\u30b3\u30e1\u30f3\u30c8\u306e\u524a\u9664",
|
|
31
|
+
"Delete conversation": "\u4f1a\u8a71\u3092\u524a\u9664",
|
|
32
|
+
"Delete this conversation?": "\u3053\u306e\u4f1a\u8a71\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f",
|
|
33
|
+
"Edit": "\u7de8\u96c6",
|
|
34
|
+
"No users found": "\u30e6\u30fc\u30b6\u30fc\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093",
|
|
35
|
+
"Resolve": "\u89e3\u6c7a\u3059\u308b",
|
|
36
|
+
"Resolve conversation": "\u4f1a\u8a71\u3092\u89e3\u6c7a\u3059\u308b",
|
|
37
|
+
"Resolve this conversation?": "\u3053\u306e\u4f1a\u8a71\u3092\u89e3\u6c7a\u3057\u307e\u3059\u304b\uff1f",
|
|
38
|
+
"SHOW LESS": "\u8868\u793a\u3092\u6e1b\u3089\u3059",
|
|
39
|
+
"SHOW MORE": "\u3082\u3063\u3068\u8868\u793a",
|
|
40
|
+
"Save": "\u4fdd\u5b58",
|
|
41
|
+
"Saving": "\u4fdd\u5b58\u4e2d",
|
|
42
|
+
"Show comments": "\u30b3\u30e1\u30f3\u30c8\u3092\u8868\u793a",
|
|
43
|
+
"You are not allowed to delete all the conversations": "\u3059\u3079\u3066\u306e\u4f1a\u8a71\u3092\u524a\u9664\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093",
|
|
44
|
+
"You are not allowed to delete this comment": "\u3053\u306e\u30b3\u30e1\u30f3\u30c8\u3092\u524a\u9664\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093",
|
|
45
|
+
"You are not allowed to delete this conversation": "\u3053\u306e\u4f1a\u8a71\u3092\u524a\u9664\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093",
|
|
46
|
+
"You are not allowed to edit this comment": "\u3053\u306e\u30b3\u30e1\u30f3\u30c8\u3092\u7de8\u96c6\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093",
|
|
47
|
+
"You are not allowed to resolve this conversation": "\u3053\u306e\u4f1a\u8a71\u3092\u89e3\u6c7a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093",
|
|
48
|
+
"a moment ago": "\u307b\u3093\u306e\u5c11\u3057\u524d",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0}\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u524a\u9664\u3055\u308c\u307e\u3059\u3002 \u3053\u306e\u64cd\u4f5c\u306f\u5143\u306b\u623b\u305b\u307e\u305b\u3093\u3002",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0}\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u89e3\u6c7a\u3055\u308c\u307e\u3059\u3002 \u3053\u306e\u64cd\u4f5c\u306f\u5143\u306b\u623b\u305b\u307e\u305b\u3093\u3002",
|
|
51
|
+
"{0} days ago": "{0}\u65e5\u524d",
|
|
52
|
+
"{0} hours ago": "{0}\u6642\u9593\u524d",
|
|
53
|
+
"{0} minutes ago": "{0}\u5206\u524d",
|
|
54
|
+
"{0} months ago": "{0}\u304b\u6708\u524d",
|
|
55
|
+
"{0} replies": "{0}\u4ef6\u306e\u8fd4\u4fe1",
|
|
56
|
+
"{0} weeks ago": "{0}\u9031\u9593\u524d",
|
|
57
|
+
"{0} years ago": "{0}\u5e74\u524d"
|
|
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("kk", {
|
|
8
|
+
" (edited)": "(\u04e9\u04a3\u0434\u0435\u043b\u0433\u0435\u043d)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "1 \u043f\u0456\u043a\u0456\u0440 \u0436\u043e\u0439\u044b\u043b\u0430\u0434\u044b. \u0411\u04b1\u043b \u04d9\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u043d \u0431\u0430\u0441 \u0442\u0430\u0440\u0442\u0430 \u0430\u043b\u043c\u0430\u0439\u0441\u044b\u0437.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "1 \u043f\u0456\u043a\u0456\u0440 \u0448\u0435\u0448\u0456\u043b\u0435\u0434\u0456. \u0411\u04b1\u043b \u04d9\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u043d \u0431\u0430\u0441 \u0442\u0430\u0440\u0442\u0430 \u0430\u043b\u043c\u0430\u0439\u0441\u044b\u0437.",
|
|
11
|
+
"1 day ago": "1 \u043a\u04af\u043d \u0431\u04b1\u0440\u044b\u043d",
|
|
12
|
+
"1 hour ago": "1 \u0441\u0430\u0493\u0430\u0442 \u0431\u04b1\u0440\u044b\u043d",
|
|
13
|
+
"1 minute ago": "1 \u043c\u0438\u043d\u0443\u0442 \u0431\u04b1\u0440\u044b\u043d",
|
|
14
|
+
"1 month ago": "1 \u0430\u0439 \u0431\u04b1\u0440\u044b\u043d",
|
|
15
|
+
"1 reply": "1 \u0436\u0430\u0443\u0430\u043f",
|
|
16
|
+
"1 week ago": "1 \u0430\u043f\u0442\u0430 \u0431\u04b1\u0440\u044b\u043d",
|
|
17
|
+
"1 year ago": "1 \u0436\u044b\u043b \u0431\u04b1\u0440\u044b\u043d",
|
|
18
|
+
"Add comment": "\u041f\u0456\u043a\u0456\u0440 \u049b\u043e\u0441\u0443",
|
|
19
|
+
"Add comment...": "\u041f\u0456\u043a\u0456\u0440 \u049b\u043e\u0441\u0443...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "\u041e\u0441\u044b \u043f\u0456\u043a\u0456\u0440\u0434\u0456 \u0436\u043e\u044e \u043a\u0435\u0440\u0435\u043a \u043f\u0435?",
|
|
21
|
+
"Clear": "\u04e8\u0448\u0456\u0440\u0443",
|
|
22
|
+
"Comment": "\u041f\u0456\u043a\u0456\u0440",
|
|
23
|
+
"Comment Actions": "\u041f\u0456\u043a\u0456\u0440 \u04d9\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440\u0456",
|
|
24
|
+
"Comment or mention with @": "@ \u0430\u0440\u049b\u044b\u043b\u044b \u043f\u0456\u043a\u0456\u0440 \u0436\u0430\u0437\u0443 \u043d\u0435\u043c\u0435\u0441\u0435 \u0430\u0442\u044b\u043d\u0430 \u0441\u0456\u043b\u0442\u0435\u0443",
|
|
25
|
+
"Comments": "\u041f\u0456\u043a\u0456\u0440\u043b\u0435\u0440",
|
|
26
|
+
"Conversation Actions": "\u04d8\u04a3\u0433\u0456\u043c\u0435 \u04d9\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440\u0456",
|
|
27
|
+
"Delete": "\u0416\u043e\u044e",
|
|
28
|
+
"Delete all conversations": "\u0411\u0430\u0440\u043b\u044b\u049b \u0441\u04b1\u0445\u0431\u0430\u0442\u0442\u0430\u0440\u0434\u044b \u0436\u043e\u044e",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "\u041c\u0430\u0437\u043c\u04b1\u043d\u0434\u0430\u0493\u044b \u0431\u0430\u0440\u043b\u044b\u049b \u0441\u04b1\u0445\u0431\u0430\u0442\u0442\u0430\u0440\u0434\u044b \u0436\u043e\u044e \u043a\u0435\u0440\u0435\u043a \u043f\u0435? \u0411\u04b1\u0434\u0430\u043d \u0431\u0430\u0441 \u0442\u0430\u0440\u0442\u0443 \u043c\u04af\u043c\u043a\u0456\u043d \u0435\u043c\u0435\u0441.",
|
|
30
|
+
"Delete comment": "\u041f\u0456\u043a\u0456\u0440\u0434\u0456 \u0436\u043e\u044e",
|
|
31
|
+
"Delete conversation": "\u0421\u04b1\u0445\u0431\u0430\u0442\u0442\u044b \u0436\u043e\u044e",
|
|
32
|
+
"Delete this conversation?": "\u0411\u04b1\u043b \u0441\u04b1\u0445\u0431\u0430\u0442\u0442\u044b \u0436\u043e\u044e \u043a\u0435\u0440\u0435\u043a \u043f\u0435?",
|
|
33
|
+
"Edit": "\u04e8\u04a3\u0434\u0435\u0443",
|
|
34
|
+
"No users found": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b",
|
|
35
|
+
"Resolve": "\u0428\u0435\u0448\u0443",
|
|
36
|
+
"Resolve conversation": "\u0421\u04b1\u0445\u0431\u0430\u0442\u0442\u044b \u0448\u0435\u0448\u0443",
|
|
37
|
+
"Resolve this conversation?": "\u0411\u04b1\u043b \u0441\u04b1\u0445\u0431\u0430\u0442\u0442\u044b \u0448\u0435\u0448\u0443 \u043a\u0435\u0440\u0435\u043a \u043f\u0435?",
|
|
38
|
+
"SHOW LESS": "\u0410\u0417\u042b\u0420\u0410\u049a \u041a\u04e8\u0420\u0421\u0415\u0422\u0423",
|
|
39
|
+
"SHOW MORE": "\u041a\u04e8\u0411\u0406\u0420\u0415\u041a \u041a\u04e8\u0420\u0421\u0415\u0422\u0423",
|
|
40
|
+
"Save": "\u0421\u0430\u049b\u0442\u0430\u0443",
|
|
41
|
+
"Saving": "\u0421\u0430\u049b\u0442\u0430\u043b\u0443\u0434\u0430",
|
|
42
|
+
"Show comments": "\u041f\u0456\u043a\u0456\u0440\u043b\u0435\u0440\u0434\u0456 \u043a\u04e9\u0440\u0441\u0435\u0442\u0443",
|
|
43
|
+
"You are not allowed to delete all the conversations": "\u0411\u0430\u0440\u043b\u044b\u049b \u0441\u04b1\u0445\u0431\u0430\u0442\u0442\u0430\u0440\u0434\u044b \u0436\u043e\u044e\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442\u044b\u04a3\u044b\u0437 \u0436\u043e\u049b",
|
|
44
|
+
"You are not allowed to delete this comment": "\u0411\u04b1\u043b \u043f\u0456\u043a\u0456\u0440\u0434\u0456 \u0436\u043e\u044e\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442\u044b\u04a3\u044b\u0437 \u0436\u043e\u049b",
|
|
45
|
+
"You are not allowed to delete this conversation": "\u0411\u04b1\u043b \u0441\u04b1\u0445\u0431\u0430\u0442\u0442\u044b \u0436\u043e\u044e\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442\u044b\u04a3\u044b\u0437 \u0436\u043e\u049b",
|
|
46
|
+
"You are not allowed to edit this comment": "\u0411\u04b1\u043b \u043f\u0456\u043a\u0456\u0440\u0434\u0456 \u04e9\u04a3\u0434\u0435\u0443\u0433\u0435 \u0440\u04b1\u049b\u0441\u0430\u0442\u044b\u04a3\u044b\u0437 \u0436\u043e\u049b",
|
|
47
|
+
"You are not allowed to resolve this conversation": "\u0411\u04b1\u043b \u0441\u04b1\u0445\u0431\u0430\u0442\u0442\u044b \u0448\u0435\u0448\u0443\u0433\u0435 \u0440\u04b1\u049b\u0441\u0430\u0442\u044b\u04a3\u044b\u0437 \u0436\u043e\u049b",
|
|
48
|
+
"a moment ago": "\u0436\u0430\u04a3\u0430 \u0493\u0430\u043d\u0430",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0} \u043f\u0456\u043a\u0456\u0440 \u0436\u043e\u0439\u044b\u043b\u0430\u0434\u044b. \u0411\u04b1\u043b \u04d9\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u043d \u0431\u0430\u0441 \u0442\u0430\u0440\u0442\u0430 \u0430\u043b\u043c\u0430\u0439\u0441\u044b\u0437.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0} \u043f\u0456\u043a\u0456\u0440 \u0448\u0435\u0448\u0456\u043b\u0435\u0434\u0456. \u0411\u04b1\u043b \u04d9\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u043d \u0431\u0430\u0441 \u0442\u0430\u0440\u0442\u0430 \u0430\u043b\u043c\u0430\u0439\u0441\u044b\u0437.",
|
|
51
|
+
"{0} days ago": "{0} \u043a\u04af\u043d \u0431\u04b1\u0440\u044b\u043d",
|
|
52
|
+
"{0} hours ago": "{0} \u0441\u0430\u0493\u0430\u0442 \u0431\u04b1\u0440\u044b\u043d",
|
|
53
|
+
"{0} minutes ago": "{0} \u043c\u0438\u043d\u0443\u0442 \u0431\u04b1\u0440\u044b\u043d",
|
|
54
|
+
"{0} months ago": "{0} \u0430\u0439 \u0431\u04b1\u0440\u044b\u043d",
|
|
55
|
+
"{0} replies": "{0} \u0436\u0430\u0443\u0430\u043f",
|
|
56
|
+
"{0} weeks ago": "{0} \u0430\u043f\u0442\u0430 \u0431\u04b1\u0440\u044b\u043d",
|
|
57
|
+
"{0} years ago": "{0} \u0436\u044b\u043b \u0431\u04b1\u0440\u044b\u043d"
|
|
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("ko_KR", {
|
|
8
|
+
" (edited)": "(\ud3b8\uc9d1\ub428)",
|
|
9
|
+
"1 comment will be deleted. You can't undo this action.": "1\uac1c \uc8fc\uc11d\uc774 \uc0ad\uc81c\ub429\ub2c8\ub2e4. \uc774 \uc791\uc5c5\uc740 \ucde8\uc18c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",
|
|
10
|
+
"1 comment will be resolved. You can't undo this action.": "1\uac1c \uc8fc\uc11d\uc774 \ud574\uacb0\ub429\ub2c8\ub2e4. \uc774 \uc791\uc5c5\uc740 \ucde8\uc18c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",
|
|
11
|
+
"1 day ago": "1\uc77c \uc804",
|
|
12
|
+
"1 hour ago": "1\uc2dc\uac04 \uc804",
|
|
13
|
+
"1 minute ago": "1\ubd84 \uc804",
|
|
14
|
+
"1 month ago": "1\ub2ec \uc804",
|
|
15
|
+
"1 reply": "\ud68c\uc2e0 1\uac1c",
|
|
16
|
+
"1 week ago": "1\uc8fc \uc804",
|
|
17
|
+
"1 year ago": "1\ub144 \uc804",
|
|
18
|
+
"Add comment": "\uc8fc\uc11d \ucd94\uac00",
|
|
19
|
+
"Add comment...": "\uc8fc\uc11d \ucd94\uac00...",
|
|
20
|
+
"Are you sure you want to delete this comment?": "\uc774 \uc8fc\uc11d\uc744 \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",
|
|
21
|
+
"Clear": "\uc9c0\uc6b0\uae30",
|
|
22
|
+
"Comment": "\uc8fc\uc11d",
|
|
23
|
+
"Comment Actions": "\uc8fc\uc11d \uc791\uc5c5",
|
|
24
|
+
"Comment or mention with @": "@\ub85c \uba58\uc158\ud558\uac70\ub098 \ub313\uae00\uc744 \ub2e4\uc138\uc694",
|
|
25
|
+
"Comments": "\uc8fc\uc11d",
|
|
26
|
+
"Conversation Actions": "\ub300\ud654 \uc791\uc5c5",
|
|
27
|
+
"Delete": "\uc0ad\uc81c",
|
|
28
|
+
"Delete all conversations": "\ubaa8\ub4e0 \ub300\ud654 \uc0ad\uc81c",
|
|
29
|
+
"Delete all conversations in the content? This cannot be undone.": "\uc774 \ub0b4\uc6a9\uc758 \ubaa8\ub4e0 \ub300\ud654\ub97c \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? \uc774 \uc791\uc5c5\uc740 \ucde8\uc18c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",
|
|
30
|
+
"Delete comment": "\uc8fc\uc11d \uc0ad\uc81c",
|
|
31
|
+
"Delete conversation": "\ub300\ud654 \uc0ad\uc81c",
|
|
32
|
+
"Delete this conversation?": "\uc774 \ub300\ud654\ub97c \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",
|
|
33
|
+
"Edit": "\ud3b8\uc9d1",
|
|
34
|
+
"No users found": "\uc0ac\uc6a9\uc790\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc74c",
|
|
35
|
+
"Resolve": "\ud574\uacb0",
|
|
36
|
+
"Resolve conversation": "\ub300\ud654 \ud574\uacb0",
|
|
37
|
+
"Resolve this conversation?": "\uc774 \ub300\ud654\ub97c \ud574\uacb0\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",
|
|
38
|
+
"SHOW LESS": "\uac04\ub2e8\ud788 \ud45c\uc2dc",
|
|
39
|
+
"SHOW MORE": "\uc790\uc138\ud788 \ud45c\uc2dc",
|
|
40
|
+
"Save": "\uc800\uc7a5",
|
|
41
|
+
"Saving": "\uc800\uc7a5 \uc911",
|
|
42
|
+
"Show comments": "\uc8fc\uc11d \ud45c\uc2dc",
|
|
43
|
+
"You are not allowed to delete all the conversations": "\ubaa8\ub4e0 \ub300\ud654\ub97c \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",
|
|
44
|
+
"You are not allowed to delete this comment": "\uc774 \uc8fc\uc11d\uc744 \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",
|
|
45
|
+
"You are not allowed to delete this conversation": "\uc774 \ub300\ud654\ub97c \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",
|
|
46
|
+
"You are not allowed to edit this comment": "\uc774 \uc8fc\uc11d\uc744 \ud3b8\uc9d1\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",
|
|
47
|
+
"You are not allowed to resolve this conversation": "\uc774 \ub300\ud654\ub97c \ud574\uacb0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",
|
|
48
|
+
"a moment ago": "\ubc29\uae08 \uc804",
|
|
49
|
+
"{0} comments will be deleted. You can't undo this action.": "{0}\uac1c \uc8fc\uc11d\uc774 \uc0ad\uc81c\ub429\ub2c8\ub2e4. \uc774 \uc791\uc5c5\uc740 \ucde8\uc18c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",
|
|
50
|
+
"{0} comments will be resolved. You can't undo this action.": "{0}\uac1c \uc8fc\uc11d\uc774 \ud574\uacb0\ub429\ub2c8\ub2e4. \uc774 \uc791\uc5c5\uc740 \ucde8\uc18c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",
|
|
51
|
+
"{0} days ago": "{0}\uc77c \uc804",
|
|
52
|
+
"{0} hours ago": "{0}\uc2dc\uac04 \uc804",
|
|
53
|
+
"{0} minutes ago": "{0}\ubd84 \uc804",
|
|
54
|
+
"{0} months ago": "{0}\ub2ec \uc804",
|
|
55
|
+
"{0} replies": "\ud68c\uc2e0 {0}\uac1c",
|
|
56
|
+
"{0} weeks ago": "{0}\uc8fc \uc804",
|
|
57
|
+
"{0} years ago": "{0}\ub144 \uc804"
|
|
58
|
+
});
|