@sapui5/sap.ui.richtexteditor 1.96.2 → 1.98.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/sap/ui/richtexteditor/.library +2 -2
- package/src/sap/ui/richtexteditor/RTESplitButton.js +2 -2
- package/src/sap/ui/richtexteditor/RTESplitButtonRenderer.js +1 -1
- package/src/sap/ui/richtexteditor/RichTextEditor.js +18 -67
- package/src/sap/ui/richtexteditor/RichTextEditorRenderer.js +3 -3
- package/src/sap/ui/richtexteditor/ToolbarWrapper.js +6 -4
- package/src/sap/ui/richtexteditor/ToolbarWrapperRenderer.js +3 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/default/icons.js +11 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/default/icons.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/jquery.tinymce.min.js +88 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ar.js +1 -420
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/bg_BG.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/bn_BD.js +21 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ca.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/cs.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/cs_CZ.js +221 -19
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/cy.js +61 -18
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/da.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/de.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/el.js +1 -261
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/es.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/es_419.js +462 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/es_MX.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/et.js +21 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/eu.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fa.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fa_IR.js +69 -197
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fi.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fr_FR.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/gl.js +20 -155
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/he_IL.js +1 -420
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/hr.js +1 -418
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/hu_HU.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/id.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/it.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ja.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/kk.js +1 -418
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ko_KR.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/lt.js +21 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/nb_NO.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/nl.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/nl_BE.js +445 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/pl.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/pt_BR.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/pt_PT.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ro.js +1 -418
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ru.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ru_RU.js +445 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sk.js +1 -418
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sl.js +59 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sl_SI.js +1 -388
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/{mn_MN.js → sq.js} +109 -69
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sv_SE.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ta.js +60 -17
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ta_IN.js +60 -17
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/th_TH.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/tr.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/tr_TR.js +81 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ug.js +221 -19
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/uk.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/zh_CN.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/zh_TW.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/changelog.txt +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/codemirror.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/codemirror.min.js +4023 -4246
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/customeditor.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/customeditor.min.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/plugin.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/plugin.min.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advlist/plugin.js +33 -48
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advlist/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/anchor/plugin.js +10 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/anchor/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autolink/plugin.js +60 -30
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autolink/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autoresize/plugin.js +27 -12
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autoresize/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autosave/plugin.js +12 -12
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autosave/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/bbcode/plugin.js +8 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/bbcode/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/charmap/plugin.js +59 -67
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/charmap/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/code/plugin.js +11 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/code/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/codesample/plugin.js +1934 -1310
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/codesample/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/colorpicker/plugin.js +3 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/colorpicker/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/contextmenu/plugin.js +3 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/contextmenu/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/directionality/plugin.js +200 -59
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/directionality/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojiimages.js +9424 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojiimages.min.js +3 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojis.js +1914 -1506
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojis.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/plugin.js +255 -181
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullpage/plugin.js +51 -49
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullpage/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullscreen/plugin.js +542 -163
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullscreen/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/help/plugin.js +113 -105
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/help/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/hr/plugin.js +11 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/hr/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/image/plugin.js +187 -170
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/image/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/imagetools/plugin.js +625 -433
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/imagetools/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/importcss/plugin.js +54 -53
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/importcss/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/insertdatetime/plugin.js +24 -17
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/insertdatetime/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/legacyoutput/plugin.js +10 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/legacyoutput/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/link/plugin.js +145 -131
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/link/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/lists/plugin.js +440 -270
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/lists/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/media/plugin.js +232 -186
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/media/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/nonbreaking/plugin.js +15 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/nonbreaking/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/noneditable/plugin.js +8 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/noneditable/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/pagebreak/plugin.js +29 -30
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/pagebreak/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/paste/plugin.js +388 -290
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/paste/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/CHANGELOG.md +345 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/js/wordimport.js +1826 -1696
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ar.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/bg_BG.js +4 -4
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ca.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/cs.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/da.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/de.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/el.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/es.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/eu.js +4 -4
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/fa.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/fi.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/fr_FR.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/he_IL.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/hr.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/hu_HU.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/id.js +4 -4
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/it.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ja.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/kk.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ko_KR.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/nb_NO.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/nl.js +8 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/pl.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/pt_BR.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/pt_PT.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ro.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ru.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/sk.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/sl_SI.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/sv_SE.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/th_TH.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/tr.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/uk.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/zh_CN.js +13 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/zh_TW.js +13 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/plugin.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/plugin.min.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/preview/plugin.js +18 -17
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/preview/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/print/plugin.js +15 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/print/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/quickbars/plugin.js +76 -85
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/quickbars/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/save/plugin.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/save/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/searchreplace/plugin.js +108 -103
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/searchreplace/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/spellchecker/plugin.js +54 -59
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/spellchecker/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tabfocus/plugin.js +31 -28
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tabfocus/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/table/plugin.js +4394 -3142
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/table/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/template/plugin.js +89 -73
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/template/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textcolor/plugin.js +3 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textcolor/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textpattern/plugin.js +111 -122
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textpattern/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/toc/plugin.js +33 -29
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/toc/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualblocks/plugin.js +12 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualblocks/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualchars/plugin.js +89 -101
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualchars/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/wordcount/plugin.js +69 -58
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/wordcount/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.css +10 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.css +10 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.css +104 -29
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.css +37 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.min.css +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.min.css.map +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.css +9 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.css +10 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.css +104 -29
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.css +37 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.min.css +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.min.css.map +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/mobile/theme.js +2890 -3335
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/mobile/theme.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/silver/theme.js +15719 -15353
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/silver/theme.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.d.ts +768 -552
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.js +6762 -6159
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/version.txt +1 -1
- package/src/sap/ui/richtexteditor/library.js +2 -2
- package/src/sap/ui/richtexteditor/messagebundle_fr.properties +3 -3
- package/src/sap/ui/richtexteditor/themes/base/RichTextEditor.less +0 -44
- package/src/sap/ui/richtexteditor/themes/base/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_bluecrystal/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_dark/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_hcb/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_hcw/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_horizon/library.source.less +1 -1
- package/ui5.yaml +4 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/jam/icons.js +0 -163
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/material/icons.js +0 -165
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/small/icons.js +0 -153
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/thin/icons.js +0 -147
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ar_SA.js +0 -194
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/bs.js +0 -197
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/eo.js +0 -219
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/es_ES.js +0 -370
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fo.js +0 -219
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/gd.js +0 -219
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/hy.js +0 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/is_IS.js +0 -200
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ku.js +0 -415
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ku_IQ.js +0 -200
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/lb.js +0 -200
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ml.js +0 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ml_IN.js +0 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ro_RO.js +0 -370
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/si_LK.js +0 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/tg.js +0 -197
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/tt.js +0 -200
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/vi.js +0 -261
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/changelog.txt +0 -46
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/css/annotations.css +0 -29
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ar.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/bg_BG.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ca.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/cs.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/da.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/de.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/el.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/es.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/eu.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/fa.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/fi.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/fr_FR.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/he_IL.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/hr.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/hu_HU.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/id.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/it.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ja.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/kk.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ko_KR.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/nb_NO.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/nl.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/pl.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/pt_BR.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/pt_PT.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ro.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ru.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/sk.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/sl_SI.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/sv_SE.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/th_TH.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/tr.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/uk.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/zh_CN.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/zh_TW.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/changelog.txt +0 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/changelog.txt +0 -25
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/content.min.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/changelog.txt +0 -26
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/content.min.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/changelog.txt +0 -22
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/changelog.txt +0 -141
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/changelog.txt +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/fonts/remark.eot +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/fonts/remark.svg +0 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/fonts/remark.ttf +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/fonts/remark.woff +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/tinycomments-tinymce4.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/tinycomments.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/tinymce4-content.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/tinymce4-icons.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/js/tinycomments-sidebar.js +0 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/js/tinycomments-sidebar.min.js +0 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ar.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/bg_BG.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ca.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/cs.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/da.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/de.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/el.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/es.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/eu.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/fa.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/fi.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/fr_FR.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/he_IL.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/hr.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/hu_HU.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/id.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/it.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ja.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/kk.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ko_KR.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/nb_NO.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/nl.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/pl.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/pt_BR.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/pt_PT.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ro.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ru.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/sk.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/sl_SI.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/sv_SE.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/th_TH.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/tr.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/uk.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/zh_CN.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/zh_TW.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/plugin.js +0 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/plugin.min.js +0 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/assetmanager.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/assetmanager.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/changelog.txt +0 -26
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/tinydrive.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/tinydrive.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/changelog.txt +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ar.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/bg_BG.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ca.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/cs.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/da.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/de.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/el.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/es.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/eu.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/fa.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/fi.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/fr_FR.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/he_IL.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/hr.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/hu_HU.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/id.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/it.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ja.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/kk.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ko_KR.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/nb_NO.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/nl.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/pl.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/pt_BR.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/pt_PT.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ro.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ru.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/sk.js +0 -13
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/sl_SI.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/sv_SE.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/th_TH.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/tr.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/uk.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/zh_CN.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/zh_TW.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/fabric/content.css +0 -771
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/fabric/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/fabric/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-classic/content.css +0 -819
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-classic/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-classic/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-outline/content.css +0 -818
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-outline/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-outline/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.css +0 -2959
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.css +0 -2954
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.css +0 -2983
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.css +0 -2983
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/themes/base/icons.gif +0 -0
- package/src/sap/ui/richtexteditor/themes/base/icons.png +0 -0
- package/src/sap/ui/richtexteditor/themes/sap_hcb/RichTextEditor.less +0 -108
- package/src/sap/ui/richtexteditor/themes/sap_hcb/library.source.less +0 -9
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
2
|
-
"Paste Formatting Options": "\u0424\
|
|
3
|
-
"Choose to keep or remove formatting in the pasted content.": "\
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
7
|
-
"The images service was not found: (": "\
|
|
8
|
-
"Image failed to upload: (": "\
|
|
1
|
+
tinymce.addI18n("kk", {
|
|
2
|
+
"Paste Formatting Options": "\u0424\u043e\u0440\u043c\u0430\u0442 \u043e\u043f\u0446\u0438\u044f\u043b\u0430\u0440\u044b\u043d \u049b\u043e\u044e",
|
|
3
|
+
"Choose to keep or remove formatting in the pasted content.": "\u049a\u043e\u0439\u044b\u043b\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u0430\u0493\u044b \u0444\u043e\u0440\u043c\u0430\u0442\u0442\u044b \u0441\u0430\u049b\u0442\u0430\u0443 \u043d\u0435\u043c\u0435\u0441\u0435 \u0436\u043e\u044e \u04af\u0448\u0456\u043d \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437.",
|
|
4
|
+
"Keep formatting": "\u0424\u043e\u0440\u043c\u0430\u0442\u0442\u044b \u0441\u0430\u049b\u0442\u0430\u0443",
|
|
5
|
+
"Remove formatting": "\u041f\u0456\u0448\u0456\u043c\u0434\u0435\u0443\u0434\u0456 \u0436\u043e\u044e",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b\u043d\u0434\u0430 \u043a\u0435\u0441\u043a\u0456\u043d\u0434\u0435\u0440\u0434\u0456 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u0435\u043d\u0433\u0456\u0437\u0443\u0433\u0435 \u049b\u043e\u043b\u0434\u0430\u0443 \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u043c\u0435\u0439\u0434\u0456. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Safari \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b\u043d\u0430 \u043a\u0435\u0441\u043a\u0456\u043d\u0434\u0456 \u0435\u043d\u0433\u0456\u0437\u0443 \u0442\u0443\u0440\u0430\u043b\u044b \u049b\u043e\u0441\u044b\u043c\u0448\u0430 \u0430\u049b\u043f\u0430\u0440\u0430\u0442</a>',
|
|
7
|
+
"The images service was not found: (": "\u041a\u0435\u0441\u043a\u0456\u043d\u0434\u0435\u0440 \u049b\u044b\u0437\u043c\u0435\u0442\u0456 \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b: (",
|
|
8
|
+
"Image failed to upload: (": "\u041a\u0435\u0441\u043a\u0456\u043d\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0441\u0430\u043b\u0443 \u0441\u04d9\u0442\u0441\u0456\u0437 \u0431\u043e\u043b\u0434\u044b: (",
|
|
9
9
|
").": ").",
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u0416\u0435\u0440\u0433\u0456\
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u043a\u0435\u0441\u043a\u0456\u043d\u0434\u0456 \u0435\u043d\u0433\u0456\u0437\u0443 \u04e9\u0448\u0456\u0440\u0443\u043b\u0456. \u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u043a\u0435\u0441\u043a\u0456\u043d\u0434\u0435\u0440 \u0435\u043d\u0433\u0456\u0437\u0456\u043b\u0433\u0435\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u043d\u0430\u043d \u0436\u043e\u0439\u044b\u043b\u0434\u044b.",
|
|
11
|
+
"Some images failed to import.": "\u041a\u0435\u0439\u0431\u0456\u0440 \u043a\u0435\u0441\u043a\u0456\u043d\u0434\u0435\u0440\u0434\u0456 \u0438\u043c\u043f\u043e\u0440\u0442\u0442\u0430\u0443 \u0441\u04d9\u0442\u0441\u0456\u0437 \u0431\u043e\u043b\u0434\u044b.",
|
|
12
|
+
"Unsupported image type.": "\u049a\u043e\u043b\u0434\u0430\u0443 \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u043c\u0435\u0439\u0442\u0456\u043d \u043a\u0435\u0441\u043a\u0456\u043d \u0442\u04af\u0440\u0456.",
|
|
13
|
+
"Image is invalid.": "\u041a\u0435\u0441\u043a\u0456\u043d \u0436\u0430\u0440\u0430\u043c\u0441\u044b\u0437."
|
|
11
14
|
});
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
2
|
-
"Paste Formatting Options": "\
|
|
3
|
-
"Choose to keep or remove formatting in the pasted content.": "\
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
7
|
-
"The images service was not found: (": "\
|
|
8
|
-
"Image failed to upload: (": "\
|
|
1
|
+
tinymce.addI18n("ko_KR", {
|
|
2
|
+
"Paste Formatting Options": "\ubd99\uc5ec\ub123\uae30 \uc11c\uc2dd \uc635\uc158",
|
|
3
|
+
"Choose to keep or remove formatting in the pasted content.": "\ubd99\uc5ec \ub123\uc740 \ucf58\ud150\uce20\uc758 \uc11c\uc2dd\uc744 \uc720\uc9c0 \ub610\ub294 \uc81c\uac70\ud558\uae30 \uc704\ud574 \uc120\ud0dd\ud569\ub2c8\ub2e4.",
|
|
4
|
+
"Keep formatting": "\uc11c\uc2dd \uc720\uc9c0",
|
|
5
|
+
"Remove formatting": "\uc11c\uc2dd \uc81c\uac70",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari\uc5d0\uc11c\ub294 \uc774\ubbf8\uc9c0 \uc9c1\uc811 \ubd99\uc5ec\ub123\uae30\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Safari\uc5d0\uc11c \uc774\ubbf8\uc9c0 \ubd99\uc5ec\ub123\uae30\uc5d0 \ub300\ud55c \uc790\uc138\ud55c \ub0b4\uc6a9</a>',
|
|
7
|
+
"The images service was not found: (": "\ud574\ub2f9 \uc774\ubbf8\uc9c0 \uc11c\ube44\uc2a4\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: (",
|
|
8
|
+
"Image failed to upload: (": "\uc774\ubbf8\uc9c0\ub97c \uc5c5\ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: (",
|
|
9
9
|
").": ").",
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "\
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "\ub85c\uceec \uc774\ubbf8\uc9c0 \ubd99\uc5ec \ub123\uae30 \uc0ac\uc6a9\uc774 \uc911\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ub85c\uceec \uc774\ubbf8\uc9c0\uac00 \ubd99\uc5ec \ub123\uc740 \ub0b4\uc6a9\uc5d0\uc11c \uc0ad\uc81c \ub418\uc5c8\uc2b5\ub2c8\ub2e4.",
|
|
11
|
+
"Some images failed to import.": "\uc77c\ubd80 \uc774\ubbf8\uc9c0\ub97c \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",
|
|
12
|
+
"Unsupported image type.": "\uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \uc774\ubbf8\uc9c0 \uc720\ud615\uc785\ub2c8\ub2e4.",
|
|
13
|
+
"Image is invalid.": "\uc774\ubbf8\uc9c0\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4."
|
|
11
14
|
});
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
1
|
+
tinymce.addI18n("nb_NO", {
|
|
2
2
|
"Paste Formatting Options": "Lim formateringsvalg",
|
|
3
|
-
"Choose to keep or remove formatting in the pasted content.": "Velges for \
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
7
|
-
"The images service was not found: (": "
|
|
8
|
-
"Image failed to upload: (": "Bildet ble ikke
|
|
3
|
+
"Choose to keep or remove formatting in the pasted content.": "Velges for \xe5 beholde formateringsvalgene i det limte innholdet.",
|
|
4
|
+
"Keep formatting": "Behold formatering",
|
|
5
|
+
"Remove formatting": "Fjern formatering",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari st\xf8tter ikke direkte liming av bilder. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Mer informasjon om \xe5 lime inn bilder for Safari</a>',
|
|
7
|
+
"The images service was not found: (": "Fant ikke bildetjenesten: (",
|
|
8
|
+
"Image failed to upload: (": "Bildet ble ikke lastet opp: (",
|
|
9
9
|
").": ").",
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "Liming av lokal bilder er deaktivert. Lokale bilder er fjernet fra limt innhold."
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Liming av lokal bilder er deaktivert. Lokale bilder er fjernet fra limt innhold.",
|
|
11
|
+
"Some images failed to import.": "Noen bilder ble ikke importert.",
|
|
12
|
+
"Unsupported image type.": "Bildetype uten st\xf8tte.",
|
|
13
|
+
"Image is invalid.": "Bildet er ugyldig."
|
|
11
14
|
});
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
1
|
+
tinymce.addI18n("nl", {
|
|
2
2
|
"Paste Formatting Options": "Opties voor opmaak plakken",
|
|
3
3
|
"Choose to keep or remove formatting in the pasted content.": "Kies of u de opmaak van de geplakte inhoud wilt behouden of verwijderen.",
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
4
|
+
"Keep formatting": "Opmaak behouden",
|
|
5
|
+
"Remove formatting": "Opmaak verwijderen",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Het rechtstreeks plakken van afbeeldingen wordt door Safari niet ondersteund. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Meer informatie over het plakken van afbeeldingen voor Safari</a>',
|
|
7
7
|
"The images service was not found: (": "De service Afbeeldingen is niet gevonden: (",
|
|
8
8
|
"Image failed to upload: (": "Uploaden van afbeelding mislukt: (",
|
|
9
9
|
").": ").",
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "Lokale afbeelding plakken is gedeactiveerd. Lokale afbeeldingen zijn uit geplakte inhoud verwijderd."
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Lokale afbeelding plakken is gedeactiveerd. Lokale afbeeldingen zijn uit geplakte inhoud verwijderd.",
|
|
11
|
+
"Some images failed to import.": "Importeren van sommige afbeeldingen mislukt.",
|
|
12
|
+
"Unsupported image type.": "Niet-ondersteund afbeeldingstype.",
|
|
13
|
+
"Image is invalid.": "Afbeelding is ongeldig."
|
|
11
14
|
});
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
1
|
+
tinymce.addI18n("pl", {
|
|
2
2
|
"Paste Formatting Options": "Wklej opcje formatowania",
|
|
3
|
-
"Choose to keep or remove formatting in the pasted content.": "Wybierz opcj\u0119 zachowywania lub usuwania formatowania we wklejanej tre\
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
7
|
-
"The images service was not found: (": "Nie znaleziono us\u0142ugi obraz\
|
|
3
|
+
"Choose to keep or remove formatting in the pasted content.": "Wybierz opcj\u0119 zachowywania lub usuwania formatowania we wklejanej tre\u015bci.",
|
|
4
|
+
"Keep formatting": "Zachowaj formatowanie",
|
|
5
|
+
"Remove formatting": "Usu\u0144 formatowanie",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Przegl\u0105darka Safari nie obs\u0142uguje bezpo\u015bredniego wklejania obraz\xf3w. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Wi\u0119cej informacji o wklejaniu obraz\xf3w do przegl\u0105darki Safari</a>',
|
|
7
|
+
"The images service was not found: (": "Nie znaleziono us\u0142ugi obs\u0142ugi obraz\xf3w: (",
|
|
8
8
|
"Image failed to upload: (": "Nie powiod\u0142o si\u0119 przekazanie obrazu: (",
|
|
9
9
|
").": ").",
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "Wklejanie obraz\
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Wklejanie obraz\xf3w lokalnych zosta\u0142o wy\u0142\u0105czone. Obrazy lokalne zosta\u0142y usuni\u0119te z wklejonej tre\u015bci.",
|
|
11
|
+
"Some images failed to import.": "Import niekt\xf3rych obraz\xf3w nie powi\xf3d\u0142 si\u0119.",
|
|
12
|
+
"Unsupported image type.": "Nieobs\u0142ugiwany typ obrazu.",
|
|
13
|
+
"Image is invalid.": "Obraz jest niepoprawny."
|
|
11
14
|
});
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
2
|
-
"Paste Formatting Options": "Op\
|
|
3
|
-
"Choose to keep or remove formatting in the pasted content.": "Optar por manter ou remover a formata\
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
7
|
-
"The images service was not found: (": "
|
|
1
|
+
tinymce.addI18n("pt_BR", {
|
|
2
|
+
"Paste Formatting Options": "Op\xe7\xf5es de Formata\xe7\xe3o de Colagem",
|
|
3
|
+
"Choose to keep or remove formatting in the pasted content.": "Optar por manter ou remover a formata\xe7\xe3o do conte\xfado colado.",
|
|
4
|
+
"Keep formatting": "Manter Formata\xe7\xe3o",
|
|
5
|
+
"Remove formatting": "Remover Formata\xe7\xe3o",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'O Safari n\xe3o oferece suporte para colagem direta de imagens. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Mais informa\xe7\xf5es sobre colagem de imagens no Safari</a>',
|
|
7
|
+
"The images service was not found: (": "Servi\xe7o de imagens n\xe3o encontrado: (",
|
|
8
8
|
"Image failed to upload: (": "Falha ao carregar a imagem: (",
|
|
9
9
|
").": ").",
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "A colagem da imagem local foi desabilitada. Imagens locais foram removidas do conte\
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "A colagem da imagem local foi desabilitada. Imagens locais foram removidas do conte\xfado colado.",
|
|
11
|
+
"Some images failed to import.": "N\xe3o foi poss\xedvel importar algumas imagens.",
|
|
12
|
+
"Unsupported image type.": "Tipo de imagem sem suporte.",
|
|
13
|
+
"Image is invalid.": "A imagem \xe9 inv\xe1lida."
|
|
11
14
|
});
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
2
|
-
"Paste Formatting Options": "Op\
|
|
3
|
-
"Choose to keep or remove formatting in the pasted content.": "Optar por manter ou remover a formata\
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
7
|
-
"The images service was not found: (": "O servi\
|
|
1
|
+
tinymce.addI18n("pt_PT", {
|
|
2
|
+
"Paste Formatting Options": "Op\xe7\xf5es de formata\xe7\xe3o de colagem",
|
|
3
|
+
"Choose to keep or remove formatting in the pasted content.": "Optar por manter ou remover a formata\xe7\xe3o do conte\xfado colado.",
|
|
4
|
+
"Keep formatting": "Manter formata\xe7\xe3o",
|
|
5
|
+
"Remove formatting": "Remover formata\xe7\xe3o",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'O Safari n\xe3o oferece suporte para a colagem direta de imagens. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Mais informa\xe7\xf5es sobre a colagem de imagens para o Safari</a>',
|
|
7
|
+
"The images service was not found: (": "O servi\xe7o de imagens n\xe3o foi encontrado: (",
|
|
8
8
|
"Image failed to upload: (": "Falha ao carregar a imagem: (",
|
|
9
9
|
").": ").",
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "A colagem da imagem local foi desativada. As imagens locais foram removidas do conte\
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "A colagem da imagem local foi desativada. As imagens locais foram removidas do conte\xfado colado.",
|
|
11
|
+
"Some images failed to import.": "N\xe3o foi poss\xedvel importar algumas imagens.",
|
|
12
|
+
"Unsupported image type.": "Tipo de imagem n\xe3o suportado.",
|
|
13
|
+
"Image is invalid.": "A imagem \xe9 inv\xe1lida."
|
|
11
14
|
});
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
2
|
-
"Paste Formatting Options": "Op\
|
|
3
|
-
"Choose to keep or remove formatting in the pasted content.": "Alege\
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
7
|
-
"The images service was not found: (": "
|
|
8
|
-
"Image failed to upload: (": "
|
|
1
|
+
tinymce.addI18n("ro", {
|
|
2
|
+
"Paste Formatting Options": "Op\u021biuni de formatare la lipire",
|
|
3
|
+
"Choose to keep or remove formatting in the pasted content.": "Alege\u021bi s\u0103 p\u0103stra\u021bi sau s\u0103 elimina\u021bi formatarea con\u021binutului lipit.",
|
|
4
|
+
"Keep formatting": "P\u0103strare formatare",
|
|
5
|
+
"Remove formatting": "Eliminare formatare",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari nu suport\u0103 lipirea direct\u0103 a imaginilor. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Mai multe informa\u021bii despre lipirea imaginilor pentru Safari</a>',
|
|
7
|
+
"The images service was not found: (": "Aceast\u0103 func\u021bie pentru de imagini nu a fost g\u0103sit\u0103: (",
|
|
8
|
+
"Image failed to upload: (": "Imaginea nu s-a \xeenc\u0103rcat: (",
|
|
9
9
|
").": ").",
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "Lipirea
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Lipirea local\u0103 a imaginilor a fost dezactivat\u0103. Imaginile locale au fost eliminate din con\u021binutul lipit.",
|
|
11
|
+
"Some images failed to import.": "C\xe2teva imagini nu au fost importate.",
|
|
12
|
+
"Unsupported image type.": "Tip de imagine incompatibil.",
|
|
13
|
+
"Image is invalid.": "Imaginea nu este valid\u0103."
|
|
11
14
|
});
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
2
|
-
"Paste Formatting Options": "\
|
|
3
|
-
"Choose to keep or remove formatting in the pasted content.": "\u0412\
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
7
|
-
"The images service was not found: (": "\u0421\
|
|
8
|
-
"Image failed to upload: (": "\
|
|
1
|
+
tinymce.addI18n("ru", {
|
|
2
|
+
"Paste Formatting Options": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043a\u0435",
|
|
3
|
+
"Choose to keep or remove formatting in the pasted content.": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043b\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043a\u0435 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430.",
|
|
4
|
+
"Keep formatting": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
|
|
5
|
+
"Remove formatting": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': '\u0411\u0440\u0430\u0443\u0437\u0435\u0440 Safari \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043f\u0440\u044f\u043c\u0443\u044e \u0432\u0441\u0442\u0430\u0432\u043a\u0443 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435 \u043e \u0432\u0441\u0442\u0430\u0432\u043a\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439 \u0432 Safari</a>',
|
|
7
|
+
"The images service was not found: (": "\u0421\u0435\u0440\u0432\u0438\u0441 \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d: (",
|
|
8
|
+
"Image failed to upload: (": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435: (",
|
|
9
9
|
").": ").",
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u0412\u0441\u0442\u0430\u0432\
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u0412\u0441\u0442\u0430\u0432\u043a\u0430 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0445 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0430. \u0418\u0437 \u0432\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u044b \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f.",
|
|
11
|
+
"Some images failed to import.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f.",
|
|
12
|
+
"Unsupported image type.": "\u041d\u0435\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0439 \u0442\u0438\u043f \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439.",
|
|
13
|
+
"Image is invalid.": "\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435."
|
|
11
14
|
});
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
2
|
-
"Paste Formatting Options": "Mo\
|
|
3
|
-
"Choose to keep or remove formatting in the pasted content.": "Vyberte, \
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
7
|
-
"The images service was not found: (": "
|
|
8
|
-
"Image failed to upload: (": "Obr\
|
|
1
|
+
tinymce.addI18n("sk", {
|
|
2
|
+
"Paste Formatting Options": "Mo\u017enosti form\xe1tovania prilepenia",
|
|
3
|
+
"Choose to keep or remove formatting in the pasted content.": "Vyberte, \u010di chcete ponecha\u0165 alebo odstr\xe1ni\u0165 form\xe1tovanie v\xa0prilepovanom obsahu.",
|
|
4
|
+
"Keep formatting": "Ponecha\u0165 form\xe1tovanie",
|
|
5
|
+
"Remove formatting": "Odstr\xe1ni\u0165 form\xe1tovanie",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Preh\u013ead\xe1va\u010d Safari nepodporuje priame priliepanie obr\xe1zkov. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u010eal\u0161ie inform\xe1cie o vkladan\xed obr\xe1zkov pre preh\u013ead\xe1va\u010d Safari</a>',
|
|
7
|
+
"The images service was not found: (": "'Slu\u017eba obr\xe1zkov sa nena\u0161la: (",
|
|
8
|
+
"Image failed to upload: (": "Obr\xe1zok sa nepodarilo nahra\u0165: (",
|
|
9
9
|
").": ").",
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "Funkcia vlo\
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Funkcia vlo\u017eenia lok\xe1lneho obr\xe1zka je vypnut\xe1. Lok\xe1lne obr\xe1zky boli odstr\xe1nen\xe9 z vlo\u017een\xe9ho obsahu.",
|
|
11
|
+
"Some images failed to import.": "Niektor\xe9 obr\xe1zky sa nepodarilo importova\u0165.",
|
|
12
|
+
"Unsupported image type.": "Nepodporovan\xfd typ obr\xe1zka.",
|
|
13
|
+
"Image is invalid.": "Obr\xe1zok je neplatn\xfd."
|
|
11
14
|
});
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
2
|
-
"Paste Formatting Options": "Prilepi mo\
|
|
1
|
+
tinymce.addI18n("sl_SI", {
|
|
2
|
+
"Paste Formatting Options": "Prilepi mo\u017enosti oblikovanja",
|
|
3
3
|
"Choose to keep or remove formatting in the pasted content.": "Izberi ohranitev ali odstranitev oblikovanja v prilepljeni vsebini.",
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
7
|
-
"The images service was not found: (": "
|
|
8
|
-
"Image failed to upload: (": "Slike ni bilo mogo\
|
|
4
|
+
"Keep formatting": "Nadaljuj z oblikovanjem",
|
|
5
|
+
"Remove formatting": "Odstrani oblikovanje",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari ne podpira neposrednega lepljenja slik. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Ve\u010d informacij o lepljenju slik za Safari</a>',
|
|
7
|
+
"The images service was not found: (": "'Storitev slike ni bila najdena: (",
|
|
8
|
+
"Image failed to upload: (": "Slike ni bilo mogo\u010de nalo\u017eiti: (",
|
|
9
9
|
").": ").",
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "Funkcija lepljenja lokalne slike je bila onemogo\
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Funkcija lepljenja lokalne slike je bila onemogo\u010dena. Lokalne slike so bile odstranjene iz lepljene vsebine.",
|
|
11
|
+
"Some images failed to import.": "Nekatere slike niso bile uvo\u017eene.",
|
|
12
|
+
"Unsupported image type.": "Nepodprta vrsta slike.",
|
|
13
|
+
"Image is invalid.": "Slika je neveljavna."
|
|
11
14
|
});
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
1
|
+
tinymce.addI18n("sv_SE", {
|
|
2
2
|
"Paste Formatting Options": "Alternativa inklistringsformateringar",
|
|
3
|
-
"Choose to keep or remove formatting in the pasted content.": "V\
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
7
|
-
"The images service was not found: (": "
|
|
3
|
+
"Choose to keep or remove formatting in the pasted content.": "V\xe4lj att beh\xe5lla eller ta bort formatering i det inklistrade inneh\xe5llet.",
|
|
4
|
+
"Keep formatting": "Beh\xe5ll formatering",
|
|
5
|
+
"Remove formatting": "Ta bort formatering",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari har inte st\xf6d f\xf6r direkt inklistring av bilder. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Mer information om inklistring av bilder f\xf6r Safari</a>',
|
|
7
|
+
"The images service was not found: (": "Bildtj\xe4nsten hittades inte: (",
|
|
8
8
|
"Image failed to upload: (": "Bilden kunde inte laddas upp: (",
|
|
9
9
|
").": ").",
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "Inklistring av lokala bilder har inaktiverats. Lokala bilder har tagits bort fr\
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Inklistring av lokala bilder har inaktiverats. Lokala bilder har tagits bort fr\xe5n inklistrat inneh\xe5ll.",
|
|
11
|
+
"Some images failed to import.": "Vissa bilder kunde inte importeras.",
|
|
12
|
+
"Unsupported image type.": "Bildtypen st\xf6ds inte.",
|
|
13
|
+
"Image is invalid.": "Bilden \xe4r ogiltig."
|
|
11
14
|
});
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
2
|
-
"Paste Formatting Options": "\
|
|
3
|
-
"Choose to keep or remove formatting in the pasted content.": "\
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
7
|
-
"The images service was not found: (": "\
|
|
8
|
-
"Image failed to upload: (": "\
|
|
1
|
+
tinymce.addI18n("th_TH", {
|
|
2
|
+
"Paste Formatting Options": "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e30",
|
|
3
|
+
"Choose to keep or remove formatting in the pasted content.": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e40\u0e01\u0e47\u0e1a\u0e23\u0e31\u0e01\u0e29\u0e32\u0e2b\u0e23\u0e37\u0e2d\u0e16\u0e2d\u0e14\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e1b\u0e30\u0e44\u0e27\u0e49",
|
|
4
|
+
"Keep formatting": "\u0e23\u0e31\u0e01\u0e29\u0e32\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e44\u0e27\u0e49",
|
|
5
|
+
"Remove formatting": "\u0e25\u0e1a\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e2d\u0e2d\u0e01",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari \u0e44\u0e21\u0e48\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e30\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e42\u0e14\u0e22\u0e15\u0e23\u0e07 <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e30\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a Safari</a>',
|
|
7
|
+
"The images service was not found: (": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e: (",
|
|
8
|
+
"Image failed to upload: (": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2d\u0e31\u0e1b\u0e42\u0e2b\u0e25\u0e14\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e: (",
|
|
9
9
|
").": ").",
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "\
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u0e01\u0e32\u0e23\u0e1b\u0e30\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e43\u0e19\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07 \u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e44\u0e27\u0e49 \u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e43\u0e19\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e16\u0e39\u0e01\u0e16\u0e2d\u0e14\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e1b\u0e30\u0e44\u0e27\u0e49",
|
|
11
|
+
"Some images failed to import.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e19\u0e33\u0e40\u0e02\u0e49\u0e32\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e1a\u0e32\u0e07\u0e23\u0e39\u0e1b",
|
|
12
|
+
"Unsupported image type.": "\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e02\u0e2d\u0e07\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a",
|
|
13
|
+
"Image is invalid.": "\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e01\u0e32\u0e23\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49"
|
|
11
14
|
});
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
2
|
-
"Paste Formatting Options": "Bi\
|
|
3
|
-
"Choose to keep or remove formatting in the pasted content.": "Yap\u0131\
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
1
|
+
tinymce.addI18n("tr", {
|
|
2
|
+
"Paste Formatting Options": "Bi\xe7imlendirme Se\xe7eneklerini Yap\u0131\u015ft\u0131r",
|
|
3
|
+
"Choose to keep or remove formatting in the pasted content.": "Yap\u0131\u015ft\u0131r\u0131lan i\xe7erikteki bi\xe7imlendirmeyi korumay\u0131 veya kald\u0131rmay\u0131 se\xe7in.",
|
|
4
|
+
"Keep formatting": "Bi\xe7imlendirmeyi Koru",
|
|
5
|
+
"Remove formatting": "Bi\xe7imlendirmeyi Kald\u0131r",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari resimlerin do\u011frudan yap\u0131\u015ft\u0131r\u0131lmas\u0131n\u0131 desteklemez. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">Safari i\xe7in resim yap\u0131\u015ft\u0131rma ile ilgili daha fazla bilgi</a>',
|
|
7
7
|
"The images service was not found: (": "Resim hizmeti bulunamad\u0131: (",
|
|
8
|
-
"Image failed to upload: (": "Resim y\
|
|
8
|
+
"Image failed to upload: (": "Resim y\xfckleme ba\u015far\u0131s\u0131z: (",
|
|
9
9
|
").": ").",
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "Yerel resim yap\u0131\
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "Yerel resim yap\u0131\u015ft\u0131rma devre d\u0131\u015f\u0131. Yerel resimler yap\u0131\u015ft\u0131r\u0131lan i\xe7erikten kald\u0131r\u0131ld\u0131.",
|
|
11
|
+
"Some images failed to import.": "Baz\u0131 resimler i\xe7e aktar\u0131lamad\u0131.",
|
|
12
|
+
"Unsupported image type.": "Desteklenmeyen resim t\xfcr\xfc.",
|
|
13
|
+
"Image is invalid.": "Resim ge\xe7ersiz."
|
|
11
14
|
});
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
2
|
-
"Paste Formatting Options": "\
|
|
3
|
-
"Choose to keep or remove formatting in the pasted content.": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
7
|
-
"The images service was not found: (": "\u0421\
|
|
8
|
-
"Image failed to upload: (": "\
|
|
1
|
+
tinymce.addI18n("uk", {
|
|
2
|
+
"Paste Formatting Options": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u0456",
|
|
3
|
+
"Choose to keep or remove formatting in the pasted content.": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0447\u0438 \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u0442\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u0456 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443",
|
|
4
|
+
"Keep formatting": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f",
|
|
5
|
+
"Remove formatting": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': '\u0411\u0440\u0430\u0443\u0437\u0435\u0440 Safari \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454 \u043f\u0440\u044f\u043c\u0435 \u0432\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044c. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u0411\u0456\u043b\u044c\u0448\u0435 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457 \u043f\u0440\u043e \u0432\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044c \u0443 Safari</a>',
|
|
7
|
+
"The images service was not found: (": "\u0421\u0435\u0440\u0432\u0456\u0441 \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044c \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e: (",
|
|
8
|
+
"Image failed to upload: (": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u0435\u0440\u0435\u0434\u0430\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f: (",
|
|
9
9
|
").": ").",
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u0412\u0441\u0442\u0430\u0432\
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u0412\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0438\u0445 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044c \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u0435. \u0417\u0456 \u0432\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043e\u0433\u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443 \u0432\u0438\u043b\u0443\u0447\u0435\u043d\u043e \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0456 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.",
|
|
11
|
+
"Some images failed to import.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0456\u043c\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0434\u0435\u044f\u043a\u0456 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.",
|
|
12
|
+
"Unsupported image type.": "\u041d\u0435\u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u043d\u0438\u0439 \u0442\u0438\u043f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.",
|
|
13
|
+
"Image is invalid.": "\u041d\u0435\u0434\u0456\u0439\u0441\u043d\u0435 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f."
|
|
11
14
|
});
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
2
|
-
"Paste Formatting Options": "\
|
|
3
|
-
"Choose to keep or remove formatting in the pasted content.": "\u9009\
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
7
|
-
"The images service was not found: (": "\
|
|
8
|
-
"Image failed to upload: (": "\
|
|
9
|
-
").": ")
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "\
|
|
1
|
+
tinymce.addI18n("zh_CN", {
|
|
2
|
+
"Paste Formatting Options": "\u7c98\u8d34\u683c\u5f0f\u5316\u9009\u9879",
|
|
3
|
+
"Choose to keep or remove formatting in the pasted content.": "\u9009\u62e9\u5728\u7c98\u8d34\u7684\u5185\u5bb9\u5185\u4fdd\u6301\u6216\u53bb\u9664\u683c\u5f0f\u5316\u3002",
|
|
4
|
+
"Keep formatting": "\u4fdd\u6301\u683c\u5f0f\u5316",
|
|
5
|
+
"Remove formatting": "\u5220\u9664\u683c\u5f0f\u5316",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u76f4\u63a5\u7c98\u8d34\u56fe\u50cf\u3002 <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u66f4\u591a\u5173\u4e8eSafari\u56fe\u50cf\u7c98\u8d34\u7684\u4fe1\u606f</a>',
|
|
7
|
+
"The images service was not found: (": "\u672a\u627e\u5230\u56fe\u50cf\u670d\u52a1: \uff08",
|
|
8
|
+
"Image failed to upload: (": "\u56fe\u50cf\u4e0a\u4f20\u5931\u8d25: \uff08",
|
|
9
|
+
").": ").",
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u5c40\u90e8\u56fe\u50cf\u7c98\u8d34\u5df2\u88ab\u7981\u7528\u3002 \u5c40\u90e8\u56fe\u50cf\u5df2\u4ece\u7c98\u8d34\u5185\u5bb9\u5904\u5220\u9664\u3002",
|
|
11
|
+
"Some images failed to import.": "\u4e00\u4e9b\u56fe\u50cf\u5bfc\u5165\u5931\u8d25\u3002",
|
|
12
|
+
"Unsupported image type.": "\u4e0d\u652f\u6301\u56fe\u50cf\u7c7b\u578b\u3002",
|
|
13
|
+
"Image is invalid.": "\u56fe\u50cf\u662f\u65e0\u6548\u7684\u3002"
|
|
11
14
|
});
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
tinymce.addI18n(
|
|
2
|
-
"Paste Formatting Options": "\
|
|
3
|
-
"Choose to keep or remove formatting in the pasted content.": "\u9078\
|
|
4
|
-
"Keep
|
|
5
|
-
"Remove
|
|
6
|
-
|
|
7
|
-
"The images service was not found: (": "\
|
|
8
|
-
"Image failed to upload: (": "\u5716\
|
|
9
|
-
").": ")
|
|
10
|
-
"Local image paste has been disabled. Local images have been removed from pasted content.": "\
|
|
1
|
+
tinymce.addI18n("zh_TW", {
|
|
2
|
+
"Paste Formatting Options": "\u7c98\u8cbc\u683c\u5f0f\u5316\u9078\u9805",
|
|
3
|
+
"Choose to keep or remove formatting in the pasted content.": "\u9078\u64c7\u5728\u7c98\u8cbc\u7684\u5167\u5bb9\u5167\u4fdd\u6301\u6216\u79fb\u9664\u683c\u5f0f\u5316\u3002",
|
|
4
|
+
"Keep formatting": "\u4fdd\u6301\u683c\u5f0f\u5316",
|
|
5
|
+
"Remove formatting": "\u79fb\u9664\u683c\u5f0f\u5316",
|
|
6
|
+
'Safari does not support direct paste of images. <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">More information on image pasting for Safari</a>': 'Safari\u700f\u89bd\u5668\u4e0d\u652f\u6301\u76f4\u63a5\u7c98\u8cbc\u5716\u50cf\u3002 <a href="https://support.ephox.com/entries/88543243-Safari-Direct-paste-of-images-does-not-work" style="text-decoration: underline">\u66f4\u591a\u95dc\u65bc Safari \u5716\u50cf\u7c98\u8cbc\u7684\u8cc7\u8a0a</a>',
|
|
7
|
+
"The images service was not found: (": "\u672a\u627e\u5230\u5716\u50cf\u670d\u52d9 : (",
|
|
8
|
+
"Image failed to upload: (": "\u5716\u50cf\u4e0a\u50b3\u5931\u6557 : (",
|
|
9
|
+
").": ").",
|
|
10
|
+
"Local image paste has been disabled. Local images have been removed from pasted content.": "\u5c40\u90e8\u5716\u50cf\u7c98\u8cbc\u5df2\u88ab\u7981\u7528\u3002 \u5c40\u90e8\u5716\u50cf\u5df2\u5f9e\u7c98\u8cbc\u5167\u5bb9\u8655\u522a\u9664\u3002",
|
|
11
|
+
"Some images failed to import.": "\u4e00\u4e9b\u5716\u50cf\u5c0e\u5165\u5931\u6557\u3002",
|
|
12
|
+
"Unsupported image type.": "\u4e0d\u652f\u63f4\u5716\u50cf\u985e\u578b\u3002",
|
|
13
|
+
"Image is invalid.": "\u5716\u50cf\u662f\u7121\u6548\u7684\u3002"
|
|
11
14
|
});
|