@sapui5/sap.ui.richtexteditor 1.96.25 → 1.96.26

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.
Files changed (628) hide show
  1. package/package.json +1 -1
  2. package/src/sap/ui/richtexteditor/.library +15 -6
  3. package/src/sap/ui/richtexteditor/RTESplitButton.js +1 -1
  4. package/src/sap/ui/richtexteditor/RichTextEditor.js +365 -229
  5. package/src/sap/ui/richtexteditor/RichTextEditorRenderer.js +14 -5
  6. package/src/sap/ui/richtexteditor/ToolbarWrapper.js +563 -316
  7. package/src/sap/ui/richtexteditor/ToolbarWrapperRenderer.js +3 -4
  8. package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/default/icons.js +11 -1
  9. package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/default/icons.min.js +1 -1
  10. package/src/sap/ui/richtexteditor/js/tiny_mce5/jquery.tinymce.min.js +88 -0
  11. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ar.js +1 -420
  12. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/bg_BG.js +1 -419
  13. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/bn_BD.js +21 -179
  14. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ca.js +1 -419
  15. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/cs.js +1 -419
  16. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/cs_CZ.js +221 -19
  17. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/cy.js +61 -18
  18. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/da.js +1 -419
  19. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/de.js +1 -419
  20. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/el.js +1 -261
  21. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/es.js +1 -419
  22. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/es_419.js +462 -0
  23. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/es_MX.js +1 -419
  24. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/et.js +21 -179
  25. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/eu.js +1 -419
  26. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fa.js +1 -419
  27. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fa_IR.js +69 -197
  28. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fi.js +1 -419
  29. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fr_FR.js +1 -419
  30. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/gl.js +20 -155
  31. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/he_IL.js +1 -420
  32. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/hr.js +1 -418
  33. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/hu_HU.js +1 -419
  34. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/id.js +1 -419
  35. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/it.js +1 -419
  36. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ja.js +1 -419
  37. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/kk.js +1 -418
  38. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ko_KR.js +1 -419
  39. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/lt.js +21 -179
  40. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/nb_NO.js +1 -419
  41. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/nl.js +1 -419
  42. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/nl_BE.js +445 -0
  43. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/pl.js +1 -419
  44. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/pt_BR.js +1 -419
  45. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/pt_PT.js +1 -419
  46. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ro.js +1 -418
  47. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ru.js +1 -419
  48. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ru_RU.js +445 -0
  49. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sk.js +1 -418
  50. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sl.js +59 -14
  51. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sl_SI.js +1 -388
  52. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sq.js +219 -0
  53. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sv_SE.js +1 -419
  54. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ta.js +60 -17
  55. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ta_IN.js +60 -17
  56. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/th_TH.js +1 -419
  57. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/tr.js +1 -419
  58. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/tr_TR.js +81 -8
  59. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ug.js +221 -19
  60. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/uk.js +1 -419
  61. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/zh_CN.js +1 -419
  62. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/zh_TW.js +1 -419
  63. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/changelog.txt +8 -0
  64. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/codemirror.min.css +1 -1
  65. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/codemirror.min.js +4023 -4246
  66. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/customeditor.js +5 -5
  67. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/customeditor.min.js +5 -5
  68. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/plugin.js +5 -5
  69. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/plugin.min.js +5 -5
  70. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/readme.txt +1 -1
  71. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/version.txt +1 -1
  72. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advlist/plugin.js +33 -48
  73. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advlist/plugin.min.js +4 -2
  74. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/anchor/plugin.js +10 -8
  75. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/anchor/plugin.min.js +4 -2
  76. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autolink/plugin.js +60 -30
  77. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autolink/plugin.min.js +4 -2
  78. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autoresize/plugin.js +27 -12
  79. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autoresize/plugin.min.js +4 -2
  80. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autosave/plugin.js +12 -12
  81. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autosave/plugin.min.js +4 -2
  82. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/bbcode/plugin.js +8 -6
  83. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/bbcode/plugin.min.js +4 -2
  84. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/charmap/plugin.js +59 -67
  85. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/charmap/plugin.min.js +4 -2
  86. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/code/plugin.js +11 -10
  87. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/code/plugin.min.js +4 -2
  88. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/codesample/plugin.js +1934 -1310
  89. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/codesample/plugin.min.js +4 -2
  90. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/colorpicker/plugin.js +3 -2
  91. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/colorpicker/plugin.min.js +4 -2
  92. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/contextmenu/plugin.js +3 -2
  93. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/contextmenu/plugin.min.js +4 -2
  94. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/directionality/plugin.js +200 -59
  95. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/directionality/plugin.min.js +4 -2
  96. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojiimages.js +9424 -0
  97. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojiimages.min.js +3 -0
  98. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojis.js +1914 -1506
  99. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojis.min.js +2 -2
  100. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/plugin.js +255 -181
  101. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/plugin.min.js +4 -2
  102. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullpage/plugin.js +51 -49
  103. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullpage/plugin.min.js +4 -2
  104. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullscreen/plugin.js +542 -163
  105. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullscreen/plugin.min.js +4 -2
  106. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/help/plugin.js +113 -105
  107. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/help/plugin.min.js +4 -2
  108. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/hr/plugin.js +11 -10
  109. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/hr/plugin.min.js +4 -2
  110. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/image/plugin.js +187 -170
  111. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/image/plugin.min.js +4 -2
  112. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/imagetools/plugin.js +625 -433
  113. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/imagetools/plugin.min.js +4 -2
  114. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/importcss/plugin.js +54 -53
  115. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/importcss/plugin.min.js +4 -2
  116. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/insertdatetime/plugin.js +24 -17
  117. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/insertdatetime/plugin.min.js +4 -2
  118. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/legacyoutput/plugin.js +10 -8
  119. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/legacyoutput/plugin.min.js +4 -2
  120. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/link/plugin.js +145 -131
  121. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/link/plugin.min.js +4 -2
  122. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/lists/plugin.js +440 -270
  123. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/lists/plugin.min.js +4 -2
  124. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/media/plugin.js +232 -186
  125. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/media/plugin.min.js +4 -2
  126. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/nonbreaking/plugin.js +15 -14
  127. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/nonbreaking/plugin.min.js +4 -2
  128. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/noneditable/plugin.js +8 -6
  129. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/noneditable/plugin.min.js +4 -2
  130. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/pagebreak/plugin.js +29 -30
  131. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/pagebreak/plugin.min.js +4 -2
  132. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/paste/plugin.js +388 -290
  133. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/paste/plugin.min.js +4 -2
  134. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/CHANGELOG.md +345 -0
  135. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/js/wordimport.js +1826 -1696
  136. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ar.js +12 -9
  137. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/bg_BG.js +4 -4
  138. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ca.js +10 -7
  139. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/cs.js +12 -9
  140. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/da.js +11 -8
  141. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/de.js +10 -7
  142. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/el.js +12 -9
  143. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/es.js +10 -7
  144. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/eu.js +4 -4
  145. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/fa.js +12 -9
  146. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/fi.js +12 -9
  147. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/fr_FR.js +11 -8
  148. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/he_IL.js +12 -9
  149. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/hr.js +11 -8
  150. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/hu_HU.js +12 -9
  151. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/id.js +4 -4
  152. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/it.js +10 -7
  153. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ja.js +12 -9
  154. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/kk.js +12 -9
  155. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ko_KR.js +12 -9
  156. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/nb_NO.js +11 -8
  157. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/nl.js +8 -5
  158. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/pl.js +10 -7
  159. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/pt_BR.js +11 -8
  160. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/pt_PT.js +11 -8
  161. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ro.js +12 -9
  162. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ru.js +12 -9
  163. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/sk.js +12 -9
  164. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/sl_SI.js +11 -8
  165. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/sv_SE.js +10 -7
  166. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/th_TH.js +12 -9
  167. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/tr.js +11 -8
  168. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/uk.js +12 -9
  169. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/zh_CN.js +13 -10
  170. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/zh_TW.js +13 -10
  171. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/plugin.js +5 -5
  172. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/plugin.min.js +5 -5
  173. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/readme.txt +1 -1
  174. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/version.txt +1 -1
  175. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/preview/plugin.js +18 -17
  176. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/preview/plugin.min.js +4 -2
  177. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/print/plugin.js +15 -14
  178. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/print/plugin.min.js +4 -2
  179. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/quickbars/plugin.js +76 -85
  180. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/quickbars/plugin.min.js +4 -2
  181. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/save/plugin.js +11 -8
  182. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/save/plugin.min.js +4 -2
  183. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/searchreplace/plugin.js +108 -103
  184. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/searchreplace/plugin.min.js +4 -2
  185. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/spellchecker/plugin.js +54 -59
  186. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/spellchecker/plugin.min.js +4 -2
  187. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tabfocus/plugin.js +31 -28
  188. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tabfocus/plugin.min.js +4 -2
  189. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/table/plugin.js +4394 -3142
  190. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/table/plugin.min.js +4 -2
  191. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/template/plugin.js +89 -73
  192. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/template/plugin.min.js +4 -2
  193. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textcolor/plugin.js +3 -2
  194. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textcolor/plugin.min.js +4 -2
  195. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textpattern/plugin.js +111 -122
  196. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textpattern/plugin.min.js +4 -2
  197. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/toc/plugin.js +33 -29
  198. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/toc/plugin.min.js +4 -2
  199. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualblocks/plugin.js +12 -11
  200. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualblocks/plugin.min.js +4 -2
  201. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualchars/plugin.js +89 -101
  202. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualchars/plugin.min.js +4 -2
  203. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/wordcount/plugin.js +69 -58
  204. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/wordcount/plugin.min.js +4 -2
  205. package/src/sap/ui/richtexteditor/js/tiny_mce5/readme.txt +1 -1
  206. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.css +10 -6
  207. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.css +10 -6
  208. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.min.css +1 -1
  209. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.min.css.map +1 -1
  210. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.min.css +1 -1
  211. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.min.css.map +1 -1
  212. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.css +104 -29
  213. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.min.css +1 -1
  214. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.min.css.map +1 -1
  215. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.css +37 -0
  216. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.min.css +8 -0
  217. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.min.css.map +1 -0
  218. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.css +9 -5
  219. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.css +10 -6
  220. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.min.css +1 -1
  221. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.min.css.map +1 -1
  222. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.min.css +1 -1
  223. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.min.css.map +1 -1
  224. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.css +104 -29
  225. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.min.css +1 -1
  226. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.min.css.map +1 -1
  227. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.css +37 -0
  228. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.min.css +8 -0
  229. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.min.css.map +1 -0
  230. package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/mobile/theme.js +2890 -3335
  231. package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/mobile/theme.min.js +4 -2
  232. package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/silver/theme.js +15720 -15353
  233. package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/silver/theme.min.js +4 -2
  234. package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.d.ts +768 -552
  235. package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.js +6762 -6159
  236. package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.min.js +4 -2
  237. package/src/sap/ui/richtexteditor/js/tiny_mce5/version.txt +1 -1
  238. package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.js +197 -0
  239. package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.min.js +7 -0
  240. package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/index.js +13 -0
  241. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ar.js +7 -0
  242. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/bg_BG.js +7 -0
  243. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ca.js +7 -0
  244. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/cs.js +7 -0
  245. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/cy.js +1 -0
  246. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/da.js +7 -0
  247. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/de.js +7 -0
  248. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/dv.js +1 -0
  249. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/el.js +7 -0
  250. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/en_GB.js +261 -0
  251. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/es.js +7 -0
  252. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/es_MX.js +1 -0
  253. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/et.js +1 -0
  254. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/eu.js +7 -0
  255. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fa.js +7 -0
  256. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fi.js +7 -0
  257. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fr_FR.js +7 -0
  258. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/he_IL.js +7 -0
  259. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hi.js +7 -0
  260. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hr.js +7 -0
  261. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hu_HU.js +7 -0
  262. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/id.js +7 -0
  263. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/it.js +7 -0
  264. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ja.js +7 -0
  265. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/kk.js +7 -0
  266. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ko_KR.js +7 -0
  267. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/lt.js +1 -0
  268. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/lv.js +1 -0
  269. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ms.js +7 -0
  270. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nb_NO.js +7 -0
  271. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nl.js +7 -0
  272. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pl.js +7 -0
  273. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_BR.js +7 -0
  274. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_PT.js +7 -0
  275. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ro.js +7 -0
  276. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ru.js +7 -0
  277. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sk.js +7 -0
  278. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sl_SI.js +7 -0
  279. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sr.js +1 -0
  280. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sv_SE.js +7 -0
  281. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/th_TH.js +7 -0
  282. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/tr.js +7 -0
  283. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/uk.js +7 -0
  284. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/vi.js +7 -0
  285. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_CN.js +7 -0
  286. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_TW.js +7 -0
  287. package/src/sap/ui/richtexteditor/js/tiny_mce6/license.txt +5 -0
  288. package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/index.js +13 -0
  289. package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.js +8045 -0
  290. package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.min.js +9 -0
  291. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/index.js +13 -0
  292. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/plugin.js +1038 -0
  293. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/plugin.min.js +9 -0
  294. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/CHANGELOG.md +110 -0
  295. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.css +13 -0
  296. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.js +13 -0
  297. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.js +10 -0
  298. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.min.js +10 -0
  299. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ar.js +15 -0
  300. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/bg_BG.js +15 -0
  301. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ca.js +15 -0
  302. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/cs.js +15 -0
  303. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/da.js +15 -0
  304. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/de.js +15 -0
  305. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/el.js +15 -0
  306. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/es.js +15 -0
  307. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/eu.js +15 -0
  308. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fa.js +15 -0
  309. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fi.js +15 -0
  310. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fr_FR.js +15 -0
  311. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/he_IL.js +15 -0
  312. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hi.js +15 -0
  313. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hr.js +15 -0
  314. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hu_HU.js +15 -0
  315. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/id.js +15 -0
  316. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/it.js +15 -0
  317. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ja.js +15 -0
  318. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/kk.js +15 -0
  319. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ko_KR.js +15 -0
  320. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ms.js +15 -0
  321. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/nb_NO.js +15 -0
  322. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/nl.js +15 -0
  323. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pl.js +15 -0
  324. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pt_BR.js +15 -0
  325. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pt_PT.js +15 -0
  326. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ro.js +15 -0
  327. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ru.js +15 -0
  328. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sk.js +15 -0
  329. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sl_SI.js +15 -0
  330. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sv_SE.js +15 -0
  331. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/th_TH.js +15 -0
  332. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/tr.js +15 -0
  333. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/uk.js +15 -0
  334. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/vi.js +15 -0
  335. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/zh_CN.js +15 -0
  336. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/zh_TW.js +15 -0
  337. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/license.txt +5 -0
  338. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.js +10 -0
  339. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.min.js +10 -0
  340. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/readme.txt +10 -0
  341. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/version.txt +1 -0
  342. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/index.js +13 -0
  343. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.js +264 -0
  344. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.min.js +9 -0
  345. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/index.js +13 -0
  346. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.js +219 -0
  347. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.min.js +9 -0
  348. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/index.js +13 -0
  349. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.js +233 -0
  350. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.min.js +9 -0
  351. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/index.js +13 -0
  352. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.js +197 -0
  353. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.min.js +9 -0
  354. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/index.js +13 -0
  355. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.js +238 -0
  356. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.min.js +9 -0
  357. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/index.js +13 -0
  358. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.js +1663 -0
  359. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.min.js +9 -0
  360. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/index.js +13 -0
  361. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.js +90 -0
  362. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.min.js +9 -0
  363. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/index.js +13 -0
  364. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.js +2468 -0
  365. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.min.js +9 -0
  366. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/index.js +13 -0
  367. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.js +400 -0
  368. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.min.js +9 -0
  369. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/index.js +13 -0
  370. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/js/emojiimages.js +7 -0
  371. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/js/emojiimages.min.js +9 -0
  372. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/js/emojis.js +7 -0
  373. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/js/emojis.min.js +8 -0
  374. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.js +600 -0
  375. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.min.js +9 -0
  376. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/index.js +13 -0
  377. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.js +1201 -0
  378. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.min.js +9 -0
  379. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/index.js +13 -0
  380. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ar.js +96 -0
  381. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/bg_BG.js +96 -0
  382. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ca.js +96 -0
  383. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/cs.js +96 -0
  384. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/da.js +96 -0
  385. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/de.js +96 -0
  386. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/el.js +96 -0
  387. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/en.js +96 -0
  388. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/es.js +96 -0
  389. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/eu.js +96 -0
  390. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fa.js +96 -0
  391. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fi.js +96 -0
  392. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fr_FR.js +96 -0
  393. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/he_IL.js +96 -0
  394. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hi.js +96 -0
  395. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hr.js +96 -0
  396. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hu_HU.js +96 -0
  397. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/id.js +96 -0
  398. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/it.js +96 -0
  399. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ja.js +96 -0
  400. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/kk.js +96 -0
  401. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ko_KR.js +96 -0
  402. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ms.js +96 -0
  403. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/nb_NO.js +96 -0
  404. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/nl.js +96 -0
  405. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pl.js +96 -0
  406. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pt_BR.js +96 -0
  407. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pt_PT.js +96 -0
  408. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ro.js +96 -0
  409. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ru.js +96 -0
  410. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sk.js +96 -0
  411. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sl_SI.js +96 -0
  412. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sv_SE.js +96 -0
  413. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/th_TH.js +96 -0
  414. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/tr.js +96 -0
  415. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/uk.js +96 -0
  416. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/vi.js +96 -0
  417. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/zh_CN.js +90 -0
  418. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/zh_TW.js +96 -0
  419. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.js +898 -0
  420. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.min.js +9 -0
  421. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/index.js +13 -0
  422. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.js +1509 -0
  423. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.min.js +9 -0
  424. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/index.js +13 -0
  425. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.js +349 -0
  426. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.min.js +9 -0
  427. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/index.js +13 -0
  428. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.js +192 -0
  429. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.min.js +9 -0
  430. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/index.js +13 -0
  431. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.js +1246 -0
  432. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.min.js +9 -0
  433. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/index.js +13 -0
  434. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.js +1953 -0
  435. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.min.js +9 -0
  436. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/index.js +13 -0
  437. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.js +1240 -0
  438. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.min.js +9 -0
  439. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/index.js +13 -0
  440. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.js +128 -0
  441. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.min.js +9 -0
  442. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/index.js +13 -0
  443. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.js +122 -0
  444. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.min.js +9 -0
  445. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/CHANGELOG.md +402 -0
  446. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/js/wordimport.js +3498 -0
  447. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ar.js +20 -0
  448. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/bg_BG.js +20 -0
  449. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ca.js +20 -0
  450. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/cs.js +20 -0
  451. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/da.js +20 -0
  452. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/de.js +20 -0
  453. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/el.js +20 -0
  454. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/es.js +20 -0
  455. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/eu.js +20 -0
  456. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fa.js +20 -0
  457. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fi.js +20 -0
  458. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fr_FR.js +20 -0
  459. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/he_IL.js +20 -0
  460. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hi.js +20 -0
  461. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hr.js +20 -0
  462. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hu_HU.js +20 -0
  463. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/id.js +20 -0
  464. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/it.js +20 -0
  465. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ja.js +20 -0
  466. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/kk.js +20 -0
  467. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ko_KR.js +20 -0
  468. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ms.js +20 -0
  469. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/nb_NO.js +20 -0
  470. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/nl.js +20 -0
  471. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pl.js +20 -0
  472. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pt_BR.js +20 -0
  473. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pt_PT.js +20 -0
  474. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ro.js +20 -0
  475. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ru.js +20 -0
  476. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sk.js +20 -0
  477. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sl_SI.js +20 -0
  478. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sv_SE.js +20 -0
  479. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/th_TH.js +20 -0
  480. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/tr.js +20 -0
  481. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/uk.js +20 -0
  482. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/vi.js +20 -0
  483. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/zh_CN.js +20 -0
  484. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/zh_TW.js +20 -0
  485. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/license.txt +5 -0
  486. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.js +10 -0
  487. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.min.js +10 -0
  488. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/readme.txt +10 -0
  489. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/version.txt +1 -0
  490. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/index.js +13 -0
  491. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.js +102 -0
  492. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.min.js +9 -0
  493. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/index.js +13 -0
  494. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.js +443 -0
  495. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.min.js +9 -0
  496. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/index.js +13 -0
  497. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.js +123 -0
  498. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.min.js +9 -0
  499. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/index.js +13 -0
  500. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.js +1098 -0
  501. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.min.js +9 -0
  502. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/index.js +13 -0
  503. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.js +3467 -0
  504. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.min.js +9 -0
  505. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/index.js +13 -0
  506. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.js +572 -0
  507. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.min.js +9 -0
  508. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/index.js +13 -0
  509. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.js +103 -0
  510. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.min.js +9 -0
  511. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/index.js +13 -0
  512. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.js +565 -0
  513. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.min.js +9 -0
  514. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/index.js +13 -0
  515. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.js +410 -0
  516. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.min.js +9 -0
  517. package/src/sap/ui/richtexteditor/js/tiny_mce6/readme.txt +12 -0
  518. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/dark/content.css +72 -0
  519. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/dark/content.min.css +7 -0
  520. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/default/content.css +67 -0
  521. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/default/content.min.css +7 -0
  522. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/document/content.css +72 -0
  523. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/document/content.min.css +7 -0
  524. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5/content.css +67 -0
  525. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5/content.min.css +7 -0
  526. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5-dark/content.css +72 -0
  527. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5-dark/content.min.css +7 -0
  528. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/writer/content.css +68 -0
  529. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/writer/content.min.css +7 -0
  530. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.css +791 -0
  531. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.css +785 -0
  532. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.min.css +7 -0
  533. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.min.css +7 -0
  534. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.css +3694 -0
  535. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.min.css +7 -0
  536. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.shadowdom.css +36 -0
  537. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.shadowdom.min.css +7 -0
  538. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.css +772 -0
  539. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.css +785 -0
  540. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.min.css +7 -0
  541. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.min.css +7 -0
  542. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.css +3697 -0
  543. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.min.css +7 -0
  544. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.shadowdom.css +36 -0
  545. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.shadowdom.min.css +7 -0
  546. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.css +791 -0
  547. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.css +785 -0
  548. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.min.css +7 -0
  549. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.min.css +7 -0
  550. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.css +3788 -0
  551. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.min.css +7 -0
  552. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.shadowdom.css +36 -0
  553. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.shadowdom.min.css +7 -0
  554. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.css +772 -0
  555. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.css +785 -0
  556. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.min.css +7 -0
  557. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.min.css +7 -0
  558. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.css +3788 -0
  559. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.min.css +7 -0
  560. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.shadowdom.css +36 -0
  561. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +7 -0
  562. package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/index.js +13 -0
  563. package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.js +30172 -0
  564. package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.min.js +9 -0
  565. package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.d.ts +3206 -0
  566. package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.js +31303 -0
  567. package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.min.js +9 -0
  568. package/src/sap/ui/richtexteditor/js/tiny_mce6/version.txt +1 -0
  569. package/src/sap/ui/richtexteditor/library.js +64 -27
  570. package/src/sap/ui/richtexteditor/messagebundle_ar.properties +54 -0
  571. package/src/sap/ui/richtexteditor/messagebundle_bg.properties +54 -0
  572. package/src/sap/ui/richtexteditor/messagebundle_ca.properties +54 -0
  573. package/src/sap/ui/richtexteditor/messagebundle_cnr.properties +105 -0
  574. package/src/sap/ui/richtexteditor/messagebundle_cs.properties +54 -0
  575. package/src/sap/ui/richtexteditor/messagebundle_cy.properties +54 -0
  576. package/src/sap/ui/richtexteditor/messagebundle_da.properties +54 -0
  577. package/src/sap/ui/richtexteditor/messagebundle_de.properties +54 -0
  578. package/src/sap/ui/richtexteditor/messagebundle_el.properties +54 -0
  579. package/src/sap/ui/richtexteditor/messagebundle_en_GB.properties +54 -0
  580. package/src/sap/ui/richtexteditor/messagebundle_en_US_saprigi.properties +106 -52
  581. package/src/sap/ui/richtexteditor/messagebundle_es.properties +54 -0
  582. package/src/sap/ui/richtexteditor/messagebundle_es_MX.properties +54 -0
  583. package/src/sap/ui/richtexteditor/messagebundle_et.properties +54 -0
  584. package/src/sap/ui/richtexteditor/messagebundle_fi.properties +54 -0
  585. package/src/sap/ui/richtexteditor/messagebundle_fr.properties +54 -0
  586. package/src/sap/ui/richtexteditor/messagebundle_fr_CA.properties +54 -0
  587. package/src/sap/ui/richtexteditor/messagebundle_hi.properties +54 -0
  588. package/src/sap/ui/richtexteditor/messagebundle_hr.properties +54 -0
  589. package/src/sap/ui/richtexteditor/messagebundle_hu.properties +54 -0
  590. package/src/sap/ui/richtexteditor/messagebundle_id.properties +54 -0
  591. package/src/sap/ui/richtexteditor/messagebundle_it.properties +54 -0
  592. package/src/sap/ui/richtexteditor/messagebundle_iw.properties +54 -0
  593. package/src/sap/ui/richtexteditor/messagebundle_ja.properties +54 -0
  594. package/src/sap/ui/richtexteditor/messagebundle_kk.properties +54 -0
  595. package/src/sap/ui/richtexteditor/messagebundle_ko.properties +54 -0
  596. package/src/sap/ui/richtexteditor/messagebundle_lt.properties +54 -0
  597. package/src/sap/ui/richtexteditor/messagebundle_lv.properties +54 -0
  598. package/src/sap/ui/richtexteditor/messagebundle_ms.properties +54 -0
  599. package/src/sap/ui/richtexteditor/messagebundle_nl.properties +54 -0
  600. package/src/sap/ui/richtexteditor/messagebundle_no.properties +54 -0
  601. package/src/sap/ui/richtexteditor/messagebundle_pl.properties +54 -0
  602. package/src/sap/ui/richtexteditor/messagebundle_pt.properties +54 -0
  603. package/src/sap/ui/richtexteditor/messagebundle_pt_PT.properties +54 -0
  604. package/src/sap/ui/richtexteditor/messagebundle_ro.properties +54 -0
  605. package/src/sap/ui/richtexteditor/messagebundle_ru.properties +54 -0
  606. package/src/sap/ui/richtexteditor/messagebundle_sh.properties +54 -0
  607. package/src/sap/ui/richtexteditor/messagebundle_sk.properties +54 -0
  608. package/src/sap/ui/richtexteditor/messagebundle_sl.properties +54 -0
  609. package/src/sap/ui/richtexteditor/messagebundle_sr.properties +54 -0
  610. package/src/sap/ui/richtexteditor/messagebundle_sv.properties +54 -0
  611. package/src/sap/ui/richtexteditor/messagebundle_th.properties +54 -0
  612. package/src/sap/ui/richtexteditor/messagebundle_tr.properties +54 -0
  613. package/src/sap/ui/richtexteditor/messagebundle_uk.properties +54 -0
  614. package/src/sap/ui/richtexteditor/messagebundle_vi.properties +54 -0
  615. package/src/sap/ui/richtexteditor/messagebundle_zh_CN.properties +54 -0
  616. package/src/sap/ui/richtexteditor/messagebundle_zh_TW.properties +54 -0
  617. package/src/sap/ui/richtexteditor/themes/base/RichTextEditor.less +25 -84
  618. package/src/sap/ui/richtexteditor/themes/sap_belize/RichTextEditor.less +33 -0
  619. package/src/sap/ui/richtexteditor/themes/sap_belize/library.source.less +3 -1
  620. package/src/sap/ui/richtexteditor/themes/sap_belize_hcb/RichTextEditor.less +29 -0
  621. package/src/sap/ui/richtexteditor/themes/sap_belize_hcb/library.source.less +2 -0
  622. package/src/sap/ui/richtexteditor/themes/sap_belize_hcw/RichTextEditor.less +30 -0
  623. package/src/sap/ui/richtexteditor/themes/sap_belize_hcw/library.source.less +2 -0
  624. package/src/sap/ui/richtexteditor/themes/sap_fiori_3/RichTextEditor.less +4 -5
  625. package/src/sap/ui/richtexteditor/themes/sap_fiori_3_dark/RichTextEditor.less +4 -5
  626. package/src/sap/ui/richtexteditor/themes/sap_fiori_3_hcb/RichTextEditor.less +4 -5
  627. package/src/sap/ui/richtexteditor/themes/sap_fiori_3_hcw/RichTextEditor.less +4 -5
  628. package/src/sap/ui/richtexteditor/themes/sap_horizon/RichTextEditor.less +15 -30
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * TinyMCE Language Pack
3
+ *
4
+ * Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ */
7
+ tinymce.addI18n("uk",{"Redo":"\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0438","Undo":"\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438","Cut":"\u0412\u0438\u0440\u0456\u0437\u0430\u0442\u0438","Copy":"\u041a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438","Paste":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438","Select all":"\u0412\u0438\u0434\u0456\u043b\u0438\u0442\u0438 \u0432\u0441\u0435","New document":"\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442","Ok":"\u0413\u0430\u0440\u0430\u0437\u0434","Cancel":"\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438","Visual aids":"\u041d\u0430\u043e\u0447\u043d\u0456 \u043f\u0440\u0438\u043b\u0430\u0434\u0434\u044f","Bold":"\u0416\u0438\u0440\u043d\u0438\u0439","Italic":"\u041a\u0443\u0440\u0441\u0438\u0432","Underline":"\u041f\u0456\u0434\u043a\u0440\u0435\u0441\u043b\u0435\u043d\u043d\u044f","Strikethrough":"\u041f\u0435\u0440\u0435\u043a\u0440\u0435\u0441\u043b\u0435\u043d\u043d\u044f","Superscript":"\u041d\u0430\u0434\u0440\u044f\u0434\u043a\u043e\u0432\u0438\u0439 \u0441\u0438\u043c\u0432\u043e\u043b","Subscript":"\u041f\u0456\u0434\u0440\u044f\u0434\u043a\u043e\u0432\u0438\u0439 \u0441\u0438\u043c\u0432\u043e\u043b","Clear formatting":"\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f","Remove":"\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438","Align left":"\u0412\u0438\u0440\u0456\u0432\u043d\u044f\u0442\u0438 \u0437\u043b\u0456\u0432\u0430","Align center":"\u0412\u0438\u0440\u0456\u0432\u043d\u044f\u0442\u0438 \u043f\u043e \u0446\u0435\u043d\u0442\u0440\u0443","Align right":"\u0412\u0438\u0440\u0456\u0432\u043d\u044f\u0442\u0438 \u0437\u0430 \u043f\u0440\u0430\u0432\u0438\u043c \u043a\u0440\u0430\u0454\u043c","No alignment":"\u0411\u0435\u0437 \u0432\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f","Justify":"\u0412\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f","Bullet list":"\u041d\u0435\u043d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a","Numbered list":"\u041d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a","Decrease indent":"\u0417\u043c\u0435\u043d\u0448\u0438\u0442\u0438 \u0432\u0456\u0434\u0441\u0442\u0443\u043f","Increase indent":"\u0417\u0431\u0456\u043b\u044c\u0448\u0438\u0442\u0438 \u0432\u0456\u0434\u0441\u0442\u0443\u043f","Close":"\u0417\u0430\u043a\u0440\u0438\u0442\u0438","Formats":"\u0424\u043e\u0440\u043c\u0430\u0442\u0438","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"\u0412\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454 \u043f\u0440\u044f\u043c\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u0431\u0443\u0444\u0435\u0440\u0430 \u043e\u0431\u043c\u0456\u043d\u0443. \u041d\u0430\u0442\u043e\u043c\u0456\u0441\u0442\u044c \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u0441\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044f \u043a\u043b\u0430\u0432\u0456\u0448 Ctrl + X/C/V.","Headings":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438","Heading 1":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1","Heading 2":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2","Heading 3":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3","Heading 4":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4","Heading 5":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5","Heading 6":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6","Preformatted":"\u0424\u043e\u0440\u043c\u0430\u0442\u043e\u0432\u0430\u043d\u0438\u0439","Div":"Div","Pre":"Pre","Code":"\u041a\u043e\u0434","Paragraph":"\u0410\u0431\u0437\u0430\u0446","Blockquote":"\u0411\u043b\u043e\u043a \u0446\u0438\u0442\u0443\u0432\u0430\u043d\u043d\u044f","Inline":"\u0420\u044f\u0434\u043a\u043e\u0432\u0438\u0439","Blocks":"\u0411\u043b\u043e\u043a\u0438","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"\u0412\u0441\u0442\u0430\u0432\u043a\u0430 \u0437\u0434\u0456\u0439\u0441\u043d\u044e\u0454\u0442\u044c\u0441\u044f \u0443 \u0432\u0438\u0433\u043b\u044f\u0434\u0456 \u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0443, \u043f\u043e\u043a\u0438 \u0434\u0430\u043d\u0443 \u043e\u043f\u0446\u0456\u044e \u043d\u0435 \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e.","Fonts":"\u0428\u0440\u0438\u0444\u0442\u0438","Font sizes":"\u0420\u043e\u0437\u043c\u0456\u0440\u0438 \u0448\u0440\u0438\u0444\u0442\u0456\u0432","Class":"\u041a\u043b\u0430\u0441","Browse for an image":"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f","OR":"\u0410\u0411\u041e","Drop an image here":"\u041f\u0435\u0440\u0435\u043c\u0456\u0441\u0442\u0456\u0442\u044c \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0441\u044e\u0434\u0438","Upload":"\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438","Uploading image":"\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f","Block":"\u0411\u043b\u043e\u043a","Align":"\u0412\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f","Default":"\u0417\u0430 \u043f\u0440\u043e\u043c\u043e\u0432\u0447\u0430\u043d\u043d\u044f\u043c","Circle":"\u041a\u043e\u043b\u043e","Disc":"\u0414\u0438\u0441\u043a","Square":"\u041a\u0432\u0430\u0434\u0440\u0430\u0442","Lower Alpha":"\u041c\u0430\u043b\u0456 \u0431\u0443\u043a\u0432\u0438","Lower Greek":"\u041c\u0430\u043b\u0456 \u0433\u0440\u0435\u0446\u044c\u043a\u0456 \u043b\u0456\u0442\u0435\u0440\u0438","Lower Roman":"\u041c\u0430\u043b\u0456 \u0440\u0438\u043c\u0441\u044c\u043a\u0456","Upper Alpha":"\u0412\u0435\u043b\u0438\u043a\u0456 \u0431\u0443\u043a\u0432\u0438","Upper Roman":"\u0412\u0435\u043b\u0438\u043a\u0456 \u0440\u0438\u043c\u0441\u044c\u043a\u0456 \u043b\u0456\u0442\u0435\u0440\u0438","Anchor...":"\u042f\u043a\u0456\u0440\u2026","Anchor":"\u042f\u043a\u0456\u0440","Name":"Name","ID":"\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u043c\u0430\u0454 \u043f\u043e\u0447\u0438\u043d\u0430\u0442\u0438\u0441\u044f \u0437 \u0431\u0443\u043a\u0432\u0438, \u0437\u0430 \u044f\u043a\u043e\u044e \u0439\u0434\u0443\u0442\u044c \u043b\u0438\u0448\u0435 \u0431\u0443\u043a\u0432\u0438, \u0446\u0438\u0444\u0440\u0438, \u0434\u0435\u0444\u0456\u0441\u0438, \u043a\u0440\u0430\u043f\u043a\u0438, \u0434\u0432\u043e\u043a\u0440\u0430\u043f\u043a\u0438 \u0430\u0431\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u0438 \u043f\u0456\u0434\u043a\u0440\u0435\u0441\u043b\u0435\u043d\u043d\u044f.","You have unsaved changes are you sure you want to navigate away?":"\u0423 \u0432\u0430\u0441 \u0454 \u043d\u0435\u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456 \u0437\u043c\u0456\u043d\u0438. \u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u0456\u0442\u0438?","Restore last draft":"\u0412\u0456\u0434\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u043e\u0441\u0442\u0430\u043d\u043d\u044c\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0443","Special character...":"\u0421\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0439 \u0441\u0438\u043c\u0432\u043e\u043b\u2026","Special Character":"\u0421\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0439 \u0441\u0438\u043c\u0432\u043e\u043b","Source code":"\u0412\u0438\u0445\u0456\u0434\u043d\u0438\u0439 \u043a\u043e\u0434","Insert/Edit code sample":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/\u0437\u043c\u0456\u043d\u0438\u0442\u0438 \u043f\u0440\u0438\u043a\u043b\u0430\u0434 \u043a\u043e\u0434\u0443","Language":"Language","Code sample...":"\u041f\u0440\u0438\u043a\u043b\u0430\u0434 \u043a\u043e\u0434\u0443\u2026","Left to right":"\u0417\u043b\u0456\u0432\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043e","Right to left":"\u0421\u043f\u0440\u0430\u0432\u0430 \u043d\u0430\u043b\u0456\u0432\u043e","Title":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a","Fullscreen":"\u041d\u0430 \u0432\u0435\u0441\u044c \u0435\u043a\u0440\u0430\u043d","Action":"\u0414\u0456\u044f","Shortcut":"\u042f\u0440\u043b\u0438\u043a","Help":"\u0414\u043e\u0432\u0456\u0434\u043a\u0430","Address":"\u0410\u0434\u0440\u0435\u0441\u0430","Focus to menubar":"\u0424\u043e\u043a\u0443\u0441 \u043d\u0430 \u043f\u0430\u043d\u0435\u043b\u044c \u043c\u0435\u043d\u044e","Focus to toolbar":"\u0424\u043e\u043a\u0443\u0441 \u043d\u0430 \u043f\u0430\u043d\u0435\u043b\u0456 \u0456\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0456\u0432","Focus to element path":"\u0424\u043e\u043a\u0443\u0441 \u043d\u0430 \u0448\u043b\u044f\u0445\u0443 \u0434\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430","Focus to contextual toolbar":"\u0424\u043e\u043a\u0443\u0441 \u043d\u0430 \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u043d\u0456\u0439 \u043f\u0430\u043d\u0435\u043b\u0456","Insert link (if link plugin activated)":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f (\u044f\u043a\u0449\u043e \u043f\u043b\u0430\u0491\u0456\u043d \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u044c \u0430\u043a\u0442\u0438\u0432\u043e\u0432\u0430\u043d\u043e)","Save (if save plugin activated)":"\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 (\u044f\u043a\u0449\u043e \u043f\u043b\u0430\u0491\u0456\u043d \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0430\u043a\u0442\u0438\u0432\u043e\u0432\u0430\u043d\u043e)","Find (if searchreplace plugin activated)":"\u0417\u043d\u0430\u0439\u0442\u0438 (\u044f\u043a\u0449\u043e \u043f\u043b\u0430\u0491\u0456\u043d \u043f\u043e\u0448\u0443\u043a\u0443 \u0430\u043a\u0442\u0438\u0432\u043e\u0432\u0430\u043d\u043e)","Plugins installed ({0}):":"\u0412\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0456 \u043f\u043b\u0430\u0491\u0456\u043d\u0438 ({0}):","Premium plugins:":"\u041f\u0440\u0435\u043c\u0456\u0443\u043c \u043f\u043b\u0430\u0491\u0456\u043d\u0438:","Learn more...":"\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u043e\u2026","You are using {0}":"\u0423 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u0456 {0}","Plugins":"\u041f\u043b\u0430\u0491\u0456\u043d\u0438","Handy Shortcuts":"\u0421\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044f \u043a\u043b\u0430\u0432\u0456\u0448","Horizontal line":"\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430 \u043b\u0456\u043d\u0456\u044f","Insert/edit image":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/ \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f","Alternative description":"\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u0438\u0439 \u043e\u043f\u0438\u0441","Accessibility":"\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0456\u0441\u0442\u044c","Image is decorative":"\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0434\u0435\u043a\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u0435","Source":"\u0414\u0436\u0435\u0440\u0435\u043b\u043e","Dimensions":"\u0420\u043e\u0437\u043c\u0456\u0440\u0438","Constrain proportions":"\u0417\u0431\u0435\u0440\u0456\u0433\u0430\u0442\u0438 \u043f\u0440\u043e\u043f\u043e\u0440\u0446\u0456\u0457","General":"\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0456","Advanced":"\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u043e","Style":"\u0421\u0442\u0438\u043b\u044c","Vertical space":"\u0412\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u043d\u0442\u0435\u0440\u0432\u0430\u043b","Horizontal space":"\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u043d\u0442\u0435\u0440\u0432\u0430\u043b","Border":"\u041c\u0435\u0436\u0456","Insert image":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f","Image...":"\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f\u2026","Image list":"\u0421\u043f\u0438\u0441\u043e\u043a \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044c","Resize":"\u0417\u043c\u0456\u043d\u0438\u0442\u0438 \u0440\u043e\u0437\u043c\u0456\u0440","Insert date/time":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0434\u0430\u0442\u0443/\u0447\u0430\u0441","Date/time":"\u0414\u0430\u0442\u0430/\u0447\u0430\u0441","Insert/edit link":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/ \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f","Text to display":"\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0443\u0432\u0430\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442","Url":"\u0410\u0434\u0440\u0435\u0441\u0430 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f","Open link in...":"\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0432\u2026","Current window":"\u0423 \u043f\u043e\u0442\u043e\u0447\u043d\u043e\u043c\u0443 \u0432\u0456\u043a\u043d\u0456","None":"\u041d\u0435\u043c\u0430\u0454","New window":"\u0423 \u043d\u043e\u0432\u043e\u043c\u0443 \u0432\u0456\u043a\u043d\u0456","Open link":"\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f","Remove link":"\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f","Anchors":"\u042f\u043a\u043e\u0440\u0456","Link...":"\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f\u2026","Paste or type a link":"\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0430\u0431\u043e \u0432\u0441\u0442\u0430\u0432\u0442\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"\u0423\u0432\u0435\u0434\u0435\u043d\u0430 URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0454 \u0430\u0434\u0440\u0435\u0441\u043e\u044e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438. \u0414\u043e\u0434\u0430\u0442\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0438\u0439 \u043f\u0440\u0435\u0444\u0456\u043a\u0441 \u043f\u043e\u0448\u0442\u043e\u0432\u043e\u0457 \u0430\u0434\u0440\u0435\u0441\u0438?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"\u0423\u0432\u0435\u0434\u0435\u043d\u0430 URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0454 \u0437\u043e\u0432\u043d\u0456\u0448\u043d\u0456\u043c \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f\u043c. \u0414\u043e\u0434\u0430\u0442\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0438\u0439 \u043f\u0440\u0435\u0444\u0456\u043a\u0441 \u0432\u0435\u0431-\u0430\u0434\u0440\u0435\u0441\u0438?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"\u0423\u0432\u0435\u0434\u0435\u043d\u0430 URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0454 \u0437\u043e\u0432\u043d\u0456\u0448\u043d\u0456\u043c \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f\u043c. \u0414\u043e\u0434\u0430\u0442\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0438\u0439 \u043f\u0440\u0435\u0444\u0456\u043a\u0441 \u0432\u0435\u0431-\u0430\u0434\u0440\u0435\u0441\u0438?","Link list":"\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u044c","Insert video":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0432\u0456\u0434\u0435\u043e","Insert/edit video":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0432\u0456\u0434\u0435\u043e","Insert/edit media":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043c\u0435\u0434\u0456\u0430","Alternative source":"\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u0435 \u0434\u0436\u0435\u0440\u0435\u043b\u043e","Alternative source URL":"\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u0435 \u0434\u0436\u0435\u0440\u0435\u043b\u043e","Media poster (Image URL)":"\u0421\u0432\u0456\u0442\u043b\u0438\u043d\u0430 \u043c\u0435\u0434\u0456\u0430 (\u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f)","Paste your embed code below:":"\u0412\u0441\u0442\u0430\u0432\u0442\u0435 \u0432\u0430\u0448 \u043a\u043e\u0434 \u043d\u0438\u0436\u0447\u0435:","Embed":"\u041a\u043e\u0434 \u0434\u043b\u044f \u0432\u0441\u0442\u0430\u0432\u043a\u0438","Media...":"\u041c\u0435\u0434\u0456\u0430\u2026","Nonbreaking space":"\u041d\u0435\u0440\u043e\u0437\u0440\u0438\u0432\u043d\u0438\u0439 \u043f\u0440\u043e\u0431\u0456\u043b","Page break":"\u0420\u043e\u0437\u0440\u0438\u0432 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438","Paste as text":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u044f\u043a \u0442\u0435\u043a\u0441\u0442","Preview":"\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434","Print":"\u0414\u0440\u0443\u043a","Print...":"\u0414\u0440\u0443\u043a\u0443\u0432\u0430\u0442\u0438\u2026","Save":"\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438","Find":"\u0417\u043d\u0430\u0439\u0442\u0438","Replace with":"\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u043d\u0430","Replace":"\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438","Replace all":"\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0432\u0441\u0435","Previous":"\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439","Next":"\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0439","Find and Replace":"\u041f\u043e\u0448\u0443\u043a \u0442\u0430 \u0437\u0430\u043c\u0456\u043d\u0430","Find and replace...":"\u041f\u043e\u0448\u0443\u043a \u0456 \u0437\u0430\u043c\u0456\u043d\u0430\u2026","Could not find the specified string.":"\u0412\u043a\u0430\u0437\u0430\u043d\u0438\u0439 \u0440\u044f\u0434\u043e\u043a \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e.","Match case":"\u0412\u0440\u0430\u0445\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0440\u0435\u0433\u0456\u0441\u0442\u0440","Find whole words only":"\u0428\u0443\u043a\u0430\u0442\u0438 \u0442\u0456\u043b\u044c\u043a\u0438 \u0446\u0456\u043b\u0456 \u0441\u043b\u043e\u0432\u0430","Find in selection":"\u0428\u0443\u043a\u0430\u0442\u0438 \u0443 \u0432\u0438\u0434\u0456\u043b\u0435\u043d\u043d\u0456","Insert table":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u044e","Table properties":"\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u0442\u0430\u0431\u043b\u0438\u0446\u0456","Delete table":"\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u044e","Cell":"\u041a\u043e\u043c\u0456\u0440\u043a\u0430","Row":"\u0420\u044f\u0434\u043e\u043a","Column":"\u0421\u0442\u043e\u0432\u043f\u0435\u0446\u044c","Cell properties":"\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 \u043a\u043e\u043c\u0456\u0440\u043a\u0438","Merge cells":"\u041e\u0431'\u0454\u0434\u043d\u0430\u0442\u0438 \u043a\u043e\u043c\u0456\u0440\u043a\u0438","Split cell":"\u0420\u043e\u0437\u0434\u0456\u043b\u0438\u0442\u0438 \u043a\u043e\u043c\u0456\u0440\u043a\u0443","Insert row before":"\u0414\u043e\u0434\u0430\u0442\u0438 \u043f\u043e\u0440\u043e\u0436\u043d\u0456\u0439 \u0440\u044f\u0434\u043e\u043a \u0437\u0432\u0435\u0440\u0445\u0443","Insert row after":"\u0414\u043e\u0434\u0430\u0442\u0438 \u043f\u043e\u0440\u043e\u0436\u043d\u0456\u0439 \u0440\u044f\u0434\u043e\u043a \u0437\u043d\u0438\u0437\u0443","Delete row":"\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a","Row properties":"\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 \u0440\u044f\u0434\u043a\u0430","Cut row":"\u0412\u0438\u0440\u0456\u0437\u0430\u0442\u0438 \u0440\u044f\u0434\u043e\u043a","Cut column":"\u0412\u0438\u0440\u0456\u0437\u0430\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0435\u0446\u044c","Copy row":"\u041a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438 \u0440\u044f\u0434\u043e\u043a","Copy column":"\u041a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0435\u0446\u044c","Paste row before":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a \u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u0437\u0432\u0435\u0440\u0445\u0443","Paste column before":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0435\u0446\u044c \u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u0437\u043b\u0456\u0432\u0430","Paste row after":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a \u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u0437\u043d\u0438\u0437\u0443","Paste column after":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0435\u0446\u044c \u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u0441\u043f\u0440\u0430\u0432\u0430","Insert column before":"\u0414\u043e\u0434\u0430\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0435\u0446\u044c \u043b\u0456\u0432\u043e\u0440\u0443\u0447","Insert column after":"\u0414\u043e\u0434\u0430\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0435\u0446\u044c \u043f\u0440\u0430\u0432\u043e\u0440\u0443\u0447","Delete column":"\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0435\u0446\u044c","Cols":"\u0421\u0442\u043e\u0432\u043f\u0446\u0456","Rows":"\u0420\u044f\u0434\u043a\u0438","Width":"\u0428\u0438\u0440\u0438\u043d\u0430","Height":"\u0412\u0438\u0441\u043e\u0442\u0430","Cell spacing":"\u0412\u0456\u0434\u0441\u0442\u0430\u043d\u044c \u043c\u0456\u0436 \u043a\u043e\u043c\u0456\u0440\u043a\u0430\u043c\u0438","Cell padding":"\u041f\u043e\u043b\u044f \u043a\u043e\u043c\u0456\u0440\u043e\u043a","Row clipboard actions":"\u0414\u0456\u0457 \u0437 \u0431\u0443\u0444\u0435\u0440\u043e\u043c \u043e\u0431\u043c\u0456\u043d\u0443 \u0434\u043b\u044f \u0440\u044f\u0434\u043a\u0430","Column clipboard actions":"\u0414\u0456\u0457 \u0437 \u0431\u0443\u0444\u0435\u0440\u043e\u043c \u043e\u0431\u043c\u0456\u043d\u0443 \u0434\u043b\u044f \u0441\u0442\u043e\u0432\u043f\u0446\u044f","Table styles":"\u0421\u0442\u0438\u043b\u0456 \u0442\u0430\u0431\u043b\u0438\u0446\u044c","Cell styles":"\u0421\u0442\u0438\u043b\u0456 \u043a\u043e\u043c\u0456\u0440\u043e\u043a","Column header":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0441\u0442\u043e\u0432\u043f\u0446\u044f","Row header":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0440\u044f\u0434\u043a\u0430","Table caption":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0442\u0430\u0431\u043b\u0438\u0446\u0456","Caption":"\u041f\u0456\u0434\u043f\u0438\u0441","Show caption":"\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a","Left":"\u041b\u0456\u0432\u043e\u0440\u0443\u0447","Center":"\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443","Right":"\u041f\u0440\u0430\u0432\u043e\u0440\u0443\u0447","Cell type":"\u0422\u0438\u043f \u043a\u043b\u0456\u0442\u0438\u043d\u043a\u0438","Scope":"\u041e\u0431\u043b\u0430\u0441\u0442\u044c","Alignment":"\u0412\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f","Horizontal align":"\u0412\u0438\u0440\u0456\u0432\u043d\u044f\u0442\u0438 \u043f\u043e \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u0456","Vertical align":"\u0412\u0438\u0440\u0456\u0432\u043d\u044f\u0442\u0438 \u043f\u043e \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u0456","Top":"\u0417\u0432\u0435\u0440\u0445\u0443","Middle":"\u0421\u0435\u0440\u0435\u0434\u0438\u043d\u0430","Bottom":"\u0417\u043d\u0438\u0437\u0443","Header cell":"\u041a\u043b\u0456\u0442\u0438\u043d\u043a\u0430 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430","Row group":"\u0413\u0440\u0443\u043f\u0430 \u0440\u044f\u0434\u043a\u0456\u0432","Column group":"\u0413\u0440\u0443\u043f\u0430 \u0441\u0442\u043e\u0432\u043f\u0446\u0456\u0432","Row type":"\u0422\u0438\u043f \u0440\u044f\u0434\u043a\u0430","Header":"Header","Body":"\u0422\u0456\u043b\u043e","Footer":"\u041d\u0438\u0436\u043d\u0456\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b","Border color":"\u041a\u043e\u043b\u0456\u0440 \u043c\u0435\u0436\u0456","Solid":"\u0421\u0443\u0446\u0456\u043b\u044c\u043d\u0430 \u0433\u0440\u0430\u043d\u0438\u0446\u044f","Dotted":"\u0413\u0440\u0430\u043d\u0438\u0446\u044f \u0437 \u043a\u0440\u0430\u043f\u043e\u043a","Dashed":"\u041f\u0443\u043d\u043a\u0442\u0438\u0440\u043d\u0430 \u0433\u0440\u0430\u043d\u0438\u0446\u044f","Double":"\u041f\u043e\u0434\u0432\u0456\u0439\u043d\u0430 \u0433\u0440\u0430\u043d\u0438\u0446\u044f","Groove":"\u041e\u0431'\u0454\u043c\u043d\u0430 \u0433\u0440\u0430\u043d\u0438\u0446\u044f \u0437 \u0436\u043e\u043b\u043e\u0431\u043e\u043c","Ridge":"\u041e\u0431'\u0454\u043c\u043d\u0430 \u0433\u0440\u0430\u043d\u0438\u0446\u044f \u0437 \u0432\u0438\u0441\u0442\u0443\u043f\u043e\u043c","Inset":"\u0412\u0434\u0430\u0432\u043b\u0435\u043d\u0430 \u0433\u0440\u0430\u043d\u0438\u0446\u044f","Outset":"\u0412\u0438\u0434\u0430\u0432\u043b\u0435\u043d\u0430 \u0433\u0440\u0430\u043d\u0438\u0446\u044f","Hidden":"Hidden","Insert template...":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u2026","Templates":"\u0428\u0430\u0431\u043b\u043e\u043d\u0438","Template":"\u0428\u0430\u0431\u043b\u043e\u043d","Insert Template":"\u0414\u043e\u0434\u0430\u0442\u0438 \u0448\u0430\u0431\u043b\u043e\u043d","Text color":"\u041a\u043e\u043b\u0456\u0440 \u0442\u0435\u043a\u0441\u0442\u0443","Background color":"\u041a\u043e\u043b\u0456\u0440 \u0442\u043b\u0430","Custom...":"\u041d\u0430\u0441\u0442\u0440\u043e\u044e\u0432\u0430\u043d\u0438\u0439...","Custom color":"\u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044c\u043a\u0438\u0439 \u043a\u043e\u043b\u0456\u0440","No color":"\u0411\u0435\u0437 \u043a\u043e\u043b\u044c\u043e\u0440\u0443","Remove color":"\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u043a\u043e\u043b\u0456\u0440","Show blocks":"\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0431\u043b\u043e\u043a\u0438","Show invisible characters":"\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043d\u0435\u0432\u0438\u0434\u0438\u043c\u0456 \u0441\u0438\u043c\u0432\u043e\u043b\u0438","Word count":"\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0441\u043b\u0456\u0432","Count":"\u041b\u0456\u0447\u0438\u043b\u044c\u043d\u0438\u043a","Document":"\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442","Selection":"\u0412\u0438\u0434\u0456\u043b\u0435\u043d\u043d\u044f","Words":"\u0421\u043b\u043e\u0432\u0430","Words: {0}":"\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0441\u043b\u0456\u0432: {0}","{0} words":"{0} \u0441\u043b\u0456\u0432","File":"\u0424\u0430\u0439\u043b","Edit":"\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438","Insert":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438","View":"\u0412\u0438\u0433\u043b\u044f\u0434","Format":"\u0424\u043e\u0440\u043c\u0430\u0442","Table":"\u0422\u0430\u0431\u043b\u0438\u0446\u044f","Tools":"\u0406\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0438","Powered by {0}":"\u041f\u0440\u0430\u0446\u044e\u0454 \u043d\u0430 {0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u0443 \u043e\u0431\u043b\u0430\u0441\u0442\u044c. \u0429\u043e\u0431 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043c\u0435\u043d\u044e, \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043e\u043c\u0431\u0456\u043d\u0430\u0446\u0456\u044e \u043a\u043b\u0430\u0432\u0456\u0448 ALT-F9. \u0429\u043e\u0431 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u043f\u0430\u043d\u0435\u043b\u044c \u0456\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0456\u0432, \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043e\u043c\u0431\u0456\u043d\u0430\u0446\u0456\u044e \u043a\u043b\u0430\u0432\u0456\u0448 ALT-F10. \u0429\u043e\u0431 \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0434\u043e\u0432\u0456\u0434\u043a\u0443, \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043e\u043c\u0431\u0456\u043d\u0430\u0446\u0456\u044e \u043a\u043b\u0430\u0432\u0456\u0448 ALT-0.","Image title":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f","Border width":"\u0428\u0438\u0440\u0438\u043d\u0430 \u043c\u0435\u0436\u0456","Border style":"\u0421\u0442\u0438\u043b\u044c \u043c\u0435\u0436\u0456","Error":"\u041f\u043e\u043c\u0438\u043b\u043a\u0430","Warn":"\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u043d\u044f","Valid":"\u0414\u0456\u0439\u0441\u043d\u0456","To open the popup, press Shift+Enter":"\u0429\u043e\u0431 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u0441\u043f\u043b\u0438\u0432\u043d\u0435 \u0432\u0456\u043a\u043d\u043e, \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c Shift\xa0+\xa0Enter","Rich Text Area":"\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u043e\u0432\u0430\u043d\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0443","Rich Text Area. Press ALT-0 for help.":"\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u0443 \u043e\u0431\u043b\u0430\u0441\u0442\u044c. \u0429\u043e\u0431 \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0434\u043e\u0432\u0456\u0434\u043a\u0443, \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043e\u043c\u0431\u0456\u043d\u0430\u0446\u0456\u044e \u043a\u043b\u0430\u0432\u0456\u0448 ALT-0.","System Font":"\u0421\u0438\u0441\u0442\u0435\u043c\u043d\u0438\u0439 \u0448\u0440\u0438\u0444\u0442","Failed to upload image: {0}":"\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: {0}","Failed to load plugin: {0} from url {1}":"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u043f\u043b\u0430\u0491\u0456\u043d: {0} \u0437\u0430 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f\u043c {1}","Failed to load plugin url: {0}":"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u043f\u043b\u0430\u0491\u0456\u043d \u0437\u0430 URL-\u0430\u0434\u0440\u0435\u0441\u043e\u044e: {0}","Failed to initialize plugin: {0}":"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0456\u043d\u0456\u0446\u0456\u0430\u043b\u0456\u0437\u0443\u0432\u0430\u0442\u0438 \u043f\u043b\u0430\u0491\u0456\u043d: {0}","example":"\u043f\u0440\u0438\u043a\u043b\u0430\u0434","Search":"\u041f\u043e\u0448\u0443\u043a","All":"\u0412\u0441\u0435","Currency":"\u0412\u0430\u043b\u044e\u0442\u0430","Text":"\u0422\u0435\u043a\u0441\u0442","Quotations":"\u0426\u0438\u0442\u0443\u0432\u0430\u043d\u043d\u044f","Mathematical":"\u041c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u0447\u043d\u0456 \u0441\u0438\u043c\u0432\u043e\u043b\u0438","Extended Latin":"\u0420\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0430 \u043b\u0430\u0442\u0438\u043d\u0438\u0446\u044f","Symbols":"\u0421\u0438\u043c\u0432\u043e\u043b\u0438","Arrows":"\u0421\u0442\u0440\u0456\u043b\u043a\u0438","User Defined":"\u0412\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0435\u043c","dollar sign":"\u0437\u043d\u0430\u043a \u0434\u043e\u043b\u0430\u0440\u0430","currency sign":"\u0437\u043d\u0430\u043a \u0432\u0430\u043b\u044e\u0442\u0438","euro-currency sign":"\u0437\u043d\u0430\u043a \u0454\u0432\u0440\u043e","colon sign":"\u0437\u043d\u0430\u043a \u0434\u0432\u043e\u043a\u0440\u0430\u043f\u043a\u0438","cruzeiro sign":"\u0437\u043d\u0430\u043a \u043a\u0440\u0443\u0437\u0435\u0439\u0440\u043e","french franc sign":"\u0437\u043d\u0430\u043a \u0444\u0440\u0430\u043d\u0446\u0443\u0437\u044c\u043a\u043e\u0433\u043e \u0444\u0440\u0430\u043d\u043a\u0443","lira sign":"\u0437\u043d\u0430\u043a \u043b\u0456\u0440\u0438","mill sign":"\u0437\u043d\u0430\u043a \u043c\u0456\u043b\u044e","naira sign":"\u0437\u043d\u0430\u043a \u043d\u0430\u0439\u0440\u0438","peseta sign":"\u0437\u043d\u0430\u043a \u043f\u0435\u0441\u0435\u0442\u0438","rupee sign":"\u0437\u043d\u0430\u043a \u0440\u0443\u043f\u0456\u0457","won sign":"\u0437\u043d\u0430\u043a \u0432\u043e\u043d\u0438","new sheqel sign":"\u0437\u043d\u0430\u043a \u043d\u043e\u0432\u043e\u0433\u043e \u0448\u0435\u043a\u0435\u043b\u044f","dong sign":"\u0437\u043d\u0430\u043a \u0434\u043e\u043d\u0433\u0443","kip sign":"\u0437\u043d\u0430\u043a \u043a\u0456\u043f\u0443","tugrik sign":"\u0437\u043d\u0430\u043a \u0442\u0443\u0433\u0440\u0438\u043a\u0430","drachma sign":"\u0437\u043d\u0430\u043a \u0434\u0440\u0430\u0445\u043c\u0438","german penny symbol":"\u0437\u043d\u0430\u043a \u043f\u0444\u0435\u043d\u0456\u0433\u0430","peso sign":"\u0437\u043d\u0430\u043a \u043f\u0435\u0441\u043e","guarani sign":"\u0437\u043d\u0430\u043a \u0433\u0443\u0430\u0440\u0430\u043d\u0456","austral sign":"\u0437\u043d\u0430\u043a \u0430\u0443\u0441\u0442\u0440\u0430\u043b\u044e","hryvnia sign":"\u0437\u043d\u0430\u043a \u0433\u0440\u0438\u0432\u043d\u0456","cedi sign":"\u0437\u043d\u0430\u043a \u0441\u0435\u0434\u0456","livre tournois sign":"\u0437\u043d\u0430\u043a \u0442\u0443\u0440\u0441\u044c\u043a\u043e\u0433\u043e \u043b\u0456\u0432\u0440\u0443","spesmilo sign":"\u0437\u043d\u0430\u043a \u0441\u043f\u0435\u0441\u043c\u0456\u043b\u043e","tenge sign":"\u0437\u043d\u0430\u043a \u0442\u0435\u043d\u0433\u0435","indian rupee sign":"\u0437\u043d\u0430\u043a \u0456\u043d\u0434\u0456\u0439\u0441\u044c\u043a\u043e\u0457 \u0440\u0443\u043f\u0456\u0457","turkish lira sign":"\u0437\u043d\u0430\u043a \u0442\u0443\u0440\u0435\u0446\u044c\u043a\u043e\u0457 \u043b\u0456\u0440\u0438","nordic mark sign":"\u0437\u043d\u0430\u043a \u043f\u0456\u0432\u043d\u0456\u0447\u043d\u043e\u0457 \u043c\u0430\u0440\u043a\u0438","manat sign":"\u0437\u043d\u0430\u043a \u043c\u0430\u043d\u0430\u0442\u0443","ruble sign":"\u0437\u043d\u0430\u043a \u0440\u0443\u0431\u043b\u044f","yen character":"\u0441\u0438\u043c\u0432\u043e\u043b \u0454\u043d\u0438","yuan character":"\u0441\u0438\u043c\u0432\u043e\u043b \u044e\u0430\u043d\u044e","yuan character, in hong kong and taiwan":"\u0441\u0438\u043c\u0432\u043e\u043b \u044e\u0430\u043d\u044e \u0432 \u0413\u043e\u043d\u043a\u043e\u043d\u0437\u0456 \u0456 \u0422\u0430\u0439\u0432\u0430\u043d\u0456","yen/yuan character variant one":"\u0441\u0438\u043c\u0432\u043e\u043b \u0454\u043d\u0438/\u044e\u0430\u043d\u044e, \u043f\u0435\u0440\u0448\u0438\u0439 \u0432\u0430\u0440\u0456\u0430\u043d\u0442","Emojis":"\u0415\u043c\u043e\u0434\u0437\u0456","Emojis...":"\u0415\u043c\u043e\u0434\u0437\u0456\u2026","Loading emojis...":"\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0435\u043c\u043e\u0434\u0437\u0456\u2026","Could not load emojis":"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0435\u043c\u043e\u0434\u0437\u0456","People":"\u041b\u044e\u0434\u0438","Animals and Nature":"\u0422\u0432\u0430\u0440\u0438\u043d\u0438 \u0442\u0430 \u043f\u0440\u0438\u0440\u043e\u0434\u0430","Food and Drink":"\u0407\u0436\u0430 \u0442\u0430 \u043d\u0430\u043f\u043e\u0457","Activity":"\u0410\u043a\u0442\u0438\u0432\u043d\u0456\u0441\u0442\u044c","Travel and Places":"\u041f\u043e\u0434\u043e\u0440\u043e\u0436\u0456 \u0456 \u043c\u0456\u0441\u0446\u044f","Objects":"\u041e\u0431'\u0454\u043a\u0442\u0438","Flags":"\u041f\u0440\u0430\u043f\u043e\u0440\u0438","Characters":"\u0421\u0438\u043c\u0432\u043e\u043b\u0438","Characters (no spaces)":"\u0421\u0438\u043c\u0432\u043e\u043b\u0438 (\u0431\u0435\u0437 \u043f\u0440\u043e\u0431\u0456\u043b\u0456\u0432)","{0} characters":"{0} \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432","Error: Form submit field collision.":"\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u043a\u043e\u043b\u0456\u0437\u0456\u044f \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u0444\u043e\u0440\u043c\u0438.","Error: No form element found.":"\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0444\u043e\u0440\u043c\u0438.","Color swatch":"\u0417\u0440\u0430\u0437\u043e\u043a \u043a\u043e\u043b\u044c\u043e\u0440\u0443","Color Picker":"\u041f\u0456\u043f\u0435\u0442\u043a\u0430 \u043a\u043e\u043b\u044c\u043e\u0440\u0443","Invalid hex color code: {0}":"\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439 \u0448\u0456\u0441\u0442\u043d\u0430\u0434\u0446\u044f\u0442\u043a\u043e\u0432\u0438\u0439 \u043a\u043e\u0434 \u043a\u043e\u043b\u044c\u043e\u0440\u0443: {0}","Invalid input":"\u0412\u0432\u0435\u0434\u0435\u043d\u043e \u043d\u0435\u043f\u0440\u0438\u043f\u0443\u0441\u0442\u0438\u043c\u0456 \u0434\u0430\u043d\u0456","R":"R","Red component":"\u0427\u0435\u0440\u0432\u043e\u043d\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","G":"G","Green component":"\u0417\u0435\u043b\u0435\u043d\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","B":"B","Blue component":"\u0421\u0438\u043d\u0456\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442","#":"#","Hex color code":"\u0428\u0456\u0441\u0442\u043d\u0430\u0434\u0446\u044f\u0442\u043a\u043e\u0432\u0438\u0439 \u043a\u043e\u0434 \u043a\u043e\u043b\u044c\u043e\u0440\u0443","Range 0 to 255":"\u0412\u0456\u0434 0 \u0434\u043e 255","Turquoise":"\u0411\u0456\u0440\u044e\u0437\u043e\u0432\u0438\u0439","Green":"\u0417\u0435\u043b\u0435\u043d\u0438\u0439","Blue":"\u0421\u0438\u043d\u0456\u0439","Purple":"\u0424\u0456\u043e\u043b\u0435\u0442\u043e\u0432\u0438\u0439","Navy Blue":"\u0422\u0435\u043c\u043d\u043e-\u0441\u0438\u043d\u0456\u0439","Dark Turquoise":"\u0422\u0435\u043c\u043d\u043e-\u0431\u0456\u0440\u044e\u0437\u043e\u0432\u0438\u0439","Dark Green":"\u0422\u0435\u043c\u043d\u043e-\u0437\u0435\u043b\u0435\u043d\u0438\u0439","Medium Blue":"\u0421\u0435\u0440\u0435\u0434\u043d\u044c\u043e-\u0441\u0438\u043d\u0456\u0439","Medium Purple":"\u0421\u0435\u0440\u0435\u0434\u043d\u044c\u043e-\u0444\u0456\u043e\u043b\u0435\u0442\u043e\u0432\u0438\u0439","Midnight Blue":"\u041e\u043f\u0456\u0432\u043d\u0456\u0447\u043d\u0430 \u0431\u043b\u0430\u043a\u0438\u0442\u044c","Yellow":"\u0416\u043e\u0432\u0442\u0438\u0439","Orange":"\u041f\u043e\u043c\u0430\u0440\u0430\u043d\u0447\u0435\u0432\u0438\u0439","Red":"\u0427\u0435\u0440\u0432\u043e\u043d\u0438\u0439","Light Gray":"\u0421\u0432\u0456\u0442\u043b\u043e-\u0441\u0456\u0440\u0438\u0439","Gray":"\u0421\u0456\u0440\u0438\u0439","Dark Yellow":"\u0422\u0435\u043c\u043d\u043e-\u0436\u043e\u0432\u0442\u0438\u0439","Dark Orange":"\u0422\u0435\u043c\u043d\u043e-\u043f\u043e\u043c\u0430\u0440\u0430\u043d\u0447\u0435\u0432\u0438\u0439","Dark Red":"\u0422\u0435\u043c\u043d\u043e-\u0447\u0435\u0440\u0432\u043e\u043d\u0438\u0439","Medium Gray":"\u0421\u0435\u0440\u0435\u0434\u043d\u044c\u043e-\u0441\u0456\u0440\u0438\u0439","Dark Gray":"\u0422\u0435\u043c\u043d\u043e-\u0441\u0456\u0440\u0438\u0439","Light Green":"\u0421\u0432\u0456\u0442\u043b\u043e-\u0437\u0435\u043b\u0435\u043d\u0438\u0439","Light Yellow":"\u0421\u0432\u0456\u0442\u043b\u043e-\u0436\u043e\u0432\u0442\u0438\u0439","Light Red":"\u0421\u0432\u0456\u0442\u043b\u043e-\u0447\u0435\u0440\u0432\u043e\u043d\u0438\u0439","Light Purple":"\u0421\u0432\u0456\u0442\u043b\u043e-\u0444\u0456\u043e\u043b\u0435\u0442\u043e\u0432\u0438\u0439","Light Blue":"\u0421\u0432\u0456\u0442\u043b\u043e-\u0441\u0438\u043d\u0456\u0439","Dark Purple":"\u0422\u0435\u043c\u043d\u043e-\u0444\u0456\u043e\u043b\u0435\u0442\u043e\u0432\u0438\u0439","Dark Blue":"\u0422\u0435\u043c\u043d\u043e-\u0433\u043e\u043b\u0443\u0431\u0438\u0439","Black":"\u0427\u043e\u0440\u043d\u0438\u0439","White":"\u0411\u0456\u043b\u0438\u0439","Switch to or from fullscreen mode":"\u041f\u0435\u0440\u0435\u043c\u0438\u043a\u0430\u043d\u043d\u044f \u043f\u043e\u0432\u043d\u043e\u0435\u043a\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0440\u0435\u0436\u0438\u043c\u0443","Open help dialog":"\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u0432\u0456\u043a\u043d\u043e \u0434\u043e\u0432\u0456\u0434\u043a\u0438","history":"\u0456\u0441\u0442\u043e\u0440\u0456\u044f","styles":"\u0441\u0442\u0438\u043b\u0456","formatting":"\u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f","alignment":"\u0432\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f","indentation":"\u0432\u0456\u0434\u0441\u0442\u0443\u043f","Font":"\u0428\u0440\u0438\u0444\u0442","Size":"\u0420\u043e\u0437\u043c\u0456\u0440","More...":"\u0411\u0456\u043b\u044c\u0448\u0435\u2026","Select...":"\u0412\u0438\u0431\u0440\u0430\u0442\u0438\u2026","Preferences":"\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438","Yes":"\u0422\u0430\u043a","No":"\u041d\u0456","Keyboard Navigation":"\u041a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u043a\u043b\u0430\u0432\u0456\u0430\u0442\u0443\u0440\u0438","Version":"\u0412\u0435\u0440\u0441\u0456\u044f","Code view":"\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u043a\u043e\u0434\u0443","Open popup menu for split buttons":"\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u0441\u043f\u043b\u0438\u0432\u043d\u0435 \u043c\u0435\u043d\u044e \u0434\u043b\u044f \u043a\u043d\u043e\u043f\u043e\u043a \u0440\u043e\u0437\u0434\u0456\u043b\u0435\u043d\u043d\u044f","List Properties":"\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u0441\u043f\u0438\u0441\u043a\u0443","List properties...":"\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u0441\u043f\u0438\u0441\u043a\u0443...","Start list at number":"\u041f\u043e\u0447\u0430\u0442\u0438 \u0441\u043f\u0438\u0441\u043e\u043a \u0437 \u043d\u043e\u043c\u0435\u0440\u0430","Line height":"\u0412\u0438\u0441\u043e\u0442\u0430 \u0440\u044f\u0434\u043a\u0430","Dropped file type is not supported":"\u0422\u0438\u043f \u0444\u0430\u0439\u043b\u0443, \u0449\u043e \u043f\u0435\u0440\u0435\u0442\u044f\u0433\u0443\u0454\u0442\u044c\u0441\u044f, \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f","Loading...":"\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f...","ImageProxy HTTP error: Rejected request":"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 HTTP ImageProxy: \u0437\u0430\u043f\u0438\u0442 \u0432\u0456\u0434\u0445\u0438\u043b\u0435\u043d\u043e","ImageProxy HTTP error: Could not find Image Proxy":"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 HTTP ImageProxy: ImageProxy \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e","ImageProxy HTTP error: Incorrect Image Proxy URL":"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 HTTP ImageProxy: \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430 URL-\u0430\u0434\u0440\u0435\u0441\u0430 ImageProxy","ImageProxy HTTP error: Unknown ImageProxy error":"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 HTTP ImageProxy: \u043d\u0435\u0432\u0456\u0434\u043e\u043c\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 ImageProxy","Accordion summary...":'\u0417\u0432\u0435\u0434\u0435\u043d\u043d\u044f \u043c\u0435\u043d\u044e "\u0410\u043a\u043e\u0440\u0434\u0435\u043e\u043d"...',"Accordion body...":'\u0422\u0435\u043a\u0441\u0442 \u043c\u0435\u043d\u044e "\u0410\u043a\u043e\u0440\u0434\u0435\u043e\u043d"...',"Insert accordion":'\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u043c\u0435\u043d\u044e "\u0410\u043a\u043e\u0440\u0434\u0435\u043e\u043d"',"Accordion":'\u041c\u0435\u043d\u044e "\u0410\u043a\u043e\u0440\u0434\u0435\u043e\u043d"',"Toggle accordion":'\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0430\u0431\u043e \u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0435\u043d\u044e "\u0410\u043a\u043e\u0440\u0434\u0435\u043e\u043d"',"Delete accordion":'\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u043c\u0435\u043d\u044e "\u0410\u043a\u043e\u0440\u0434\u0435\u043e\u043d"',"comments":"\u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456","Format painter":"\u0424\u043e\u0440\u043c\u0430\u0442 \u0437\u0430 \u0437\u0440\u0430\u0437\u043a\u043e\u043c","Capitalization":"\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f \u0432\u0435\u043b\u0438\u043a\u0438\u0445 \u043b\u0456\u0442\u0435\u0440","lowercase":"\u043d\u0438\u0436\u043d\u0456\u0439 \u0440\u0435\u0433\u0456\u0441\u0442\u0440","UPPERCASE":"\u0412\u0415\u0420\u0425\u041d\u0406\u0419 \u0420\u0415\u0413\u0406\u0421\u0422\u0420","Title Case":"\u0420\u0435\u0433\u0456\u0441\u0442\u0440 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430","Permanent pen":"\u043c\u0430\u0440\u043a\u0435\u0440","Permanent Pen Properties":"\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u043c\u0430\u0440\u043a\u0435\u0440\u0430","Permanent pen properties...":"\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u043c\u0430\u0440\u043a\u0435\u0440\u0430\u2026","Case Change":"\u0437\u043c\u0456\u043d\u0435\u043d\u043d\u044f \u0440\u0435\u0433\u0456\u0441\u0442\u0440\u0443","Checklist":"\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a","Insert checklist":"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a"});
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * TinyMCE Language Pack
3
+ *
4
+ * Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ */
7
+ tinymce.addI18n("vi",{"Redo":"L\xe0m l\u1ea1i","Undo":"Ho\xe0n t\xe1c","Cut":"C\u1eaft","Copy":"Sao ch\xe9p","Paste":"D\xe1n","Select all":"Ch\u1ecdn t\u1ea5t c\u1ea3","New document":"T\xe0i li\u1ec7u m\u1edbi","Ok":"OK","Cancel":"H\u1ee7y","Visual aids":"Ph\u01b0\u01a1ng ti\u1ec7n tr\u1ef1c quan","Bold":"\u0110\u1eadm","Italic":"Nghi\xeang","Underline":"G\u1ea1ch d\u01b0\u1edbi","Strikethrough":"G\u1ea1ch ngang ch\u1eef","Superscript":"Chi\u0309 s\xf4\u0301 tr\xean","Subscript":"Chi\u0309 s\xf4\u0301 d\u01b0\u01a1\u0301i","Clear formatting":"X\xf3a \u0111\u1ecbnh d\u1ea1ng","Remove":"Lo\u1ea1i b\u1ecf","Align left":"C\u0103n tr\xe1i","Align center":"C\u0103n gi\u1eefa","Align right":"C\u0103n ph\u1ea3i","No alignment":"Kh\xf4ng c\u0103n ch\u1ec9nh","Justify":"C\u0103n \u0111\u1ec1u","Bullet list":"Danh s\xe1ch d\u1ea5u \u0111\u1ea7u d\xf2ng","Numbered list":"Danh s\xe1ch \u0111\xe1nh s\u1ed1","Decrease indent":"Gia\u0309m thu\u0323t l\xea\u0300","Increase indent":"T\u0103ng thu\u0323t l\xea\u0300","Close":"\u0110o\u0301ng","Formats":"\u0110\u1ecbnh d\u1ea1ng","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"Tr\xecnh duy\u1ec7t c\u1ee7a b\u1ea1n kh\xf4ng h\u1ed7 tr\u1ee3 truy c\u1eadp tr\u1ef1c ti\u1ebfp v\xe0o b\u1ea3ng t\u1ea1m.Thay v\xe0o \u0111\xf3, vui l\xf2ng s\u1eed d\u1ee5ng ph\xedm t\u1eaft Ctrl+X/C/V.","Headings":"Ti\xeau \u0111\u1ec1","Heading 1":"Ti\xeau \u0111\u1ec1 1","Heading 2":"Ti\xeau \u0111\u1ec1 2","Heading 3":"Ti\xeau \u0111\u1ec1 3","Heading 4":"Ti\xeau \u0111\u1ec1 4","Heading 5":"Ti\xeau \u0111\u1ec1 5","Heading 6":"Ti\xeau \u0111\u1ec1 6","Preformatted":"\u0110i\u0323nh da\u0323ng tr\u01b0\u01a1\u0301c","Div":"Ph\u1ea7n t\u1eed Div","Pre":"Ph\u1ea7n t\u1eed Pre","Code":"M\xe3","Paragraph":"\u0110o\u1ea1n v\u0103n","Blockquote":"Th\u1ebb tr\xedch d\u1eabn Blockquote","Inline":"N\u1ed9i tuy\u1ebfn","Blocks":"Kh\xf4\u0301i","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"Ch\u1ee9c n\u0103ng d\xe1n hi\u1ec7n \u0111ang \u1edf ch\u1ebf \u0111\u1ed9 v\u0103n b\u1ea3n thu\u1ea7n.Hi\u1ec7n gi\u1edd, n\u1ed9i dung s\u1ebd \u0111\u01b0\u1ee3c d\xe1n d\u01b0\u1edbi d\u1ea1ng v\u0103n b\u1ea3n thu\u1ea7n cho \u0111\u1ebfn khi b\u1ea1n t\u1eaft t\xf9y ch\u1ecdn n\xe0y.","Fonts":"Ph\xf4ng ch\u01b0\u0303","Font sizes":"K\xedch th\u01b0\u1edbc ph\xf4ng ch\u1eef","Class":"L\u1edbp","Browse for an image":"Duy\u1ec7t t\xecm h\xecnh \u1ea3nh","OR":"HO\u1eb6C","Drop an image here":"Th\u1ea3 m\u1ed9t h\xecnh \u1ea3nh v\xe0o \u0111\xe2y","Upload":"T\u1ea3i l\xean","Uploading image":"\u0110ang t\u1ea3i h\xecnh \u1ea3nh l\xean","Block":"Kh\u1ed1i","Align":"C\u0103n ch\u1ec9nh","Default":"M\u0103\u0323c \u0111i\u0323nh","Circle":"Hi\u0300nh tro\u0300n","Disc":"\u0110\u0129a","Square":"H\xecnh vu\xf4ng","Lower Alpha":"Ch\u1eef c\xe1i in th\u01b0\u1eddng","Lower Greek":"Ch\u1eef Hy L\u1ea1p in th\u01b0\u1eddng","Lower Roman":"Ch\u1eef Roman in th\u01b0\u1eddng","Upper Alpha":"Ch\u1eef c\xe1i in hoa","Upper Roman":"Ch\u1eef Roman in hoa","Anchor...":"\u0110i\u1ec3m neo...","Anchor":"\u0110i\u1ec3m neo","Name":"T\xean","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID ph\u1ea3i b\u1eaft \u0111\u1ea7u b\u1eb1ng m\u1ed9t ch\u1eef c\xe1i. C\xe1c k\xfd t\u1ef1 c\xf2n l\u1ea1i ch\u1ec9 \u0111\u01b0\u1ee3c bao g\u1ed3m ch\u1eef c\xe1i, s\u1ed1, d\u1ea5u g\u1ea1ch ngang, d\u1ea5u ch\u1ea5m, d\u1ea5u hai ch\u1ea5m ho\u1eb7c d\u1ea5u g\u1ea1ch d\u01b0\u1edbi.","You have unsaved changes are you sure you want to navigate away?":"B\u1ea1n ch\u01b0a l\u01b0u thay \u0111\u1ed5i. B\u1ea1n c\xf3 ch\u1eafc ch\u0103\u0301n mu\u1ed1n r\u1eddi kh\u1ecfi \u0111\xe2y kh\xf4ng?","Restore last draft":"Kh\xf4i ph\u1ee5c b\u1ea3n nh\xe1p g\u1ea7n \u0111\xe2y nh\u1ea5t","Special character...":"K\xfd t\u1ef1 \u0111\u1eb7c bi\u1ec7t...","Special Character":"K\xfd t\u1ef1 \u0111\u1eb7c bi\u1ec7t","Source code":"M\xe3 ngu\u1ed3n","Insert/Edit code sample":"Ch\xe8n/ch\u1ec9nh s\u1eeda m\xe3 m\u1eabu","Language":"Ng\xf4n ng\u01b0\u0303","Code sample...":"M\xe3 m\u1eabu...","Left to right":"Tr\xe1i sang ph\u1ea3i","Right to left":"Ph\u1ea3i sang tr\xe1i","Emoticons":"Bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\xfac","Emoticons...":"Bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\xfac...","Title":"Ti\xeau \u0111\xea\u0300","Fullscreen":"To\xe0n m\xe0n h\xecnh","Action":"H\xe0nh \u0111\u1ed9ng","Shortcut":"Ph\xedm t\u1eaft","Help":"Tr\u1ee3 gi\xfap","Address":"\u0110i\u0323a chi\u0309","Focus to menubar":"T\u1eadp trung v\xe0o thanh menu","Focus to toolbar":"T\u1eadp trung v\xe0o thanh c\xf4ng c\u1ee5","Focus to element path":"T\u1eadp trung v\xe0o \u0111\u01b0\u1eddng d\u1eabn ph\u1ea7n t\u1eed","Focus to contextual toolbar":"T\u1eadp trung v\xe0o thanh c\xf4ng c\u1ee5 ng\u1eef c\u1ea3nh","Insert link (if link plugin activated)":"Ch\xe8n li\xean k\u1ebft (n\u1ebfu \u0111\xe3 k\xedch ho\u1ea1t ph\u1ea7n b\u1ed5 tr\u1ee3 li\xean k\u1ebft)","Save (if save plugin activated)":"L\u01b0u (n\u1ebfu \u0111\xe3 k\xedch ho\u1ea1t ph\u1ea7n b\u1ed5 tr\u1ee3 l\u01b0u)","Find (if searchreplace plugin activated)":"T\xecm ki\u1ebfm (n\u1ebfu \u0111\xe3 k\xedch ho\u1ea1t ph\u1ea7n b\u1ed5 tr\u1ee3 t\xecm ki\u1ebfm \u2013 thay th\u1ebf)","Plugins installed ({0}):":"\u0110\xe3 c\xe0i \u0111\u1eb7t ph\u1ea7n b\u1ed5 tr\u1ee3 ({0}):","Premium plugins:":"Ph\u1ea7n b\u1ed5 tr\u1ee3 cao c\u1ea5p:","Learn more...":"T\xecm hi\u1ec3u th\xeam...","You are using {0}":"B\u1ea1n \u0111ang s\u1eed d\u1ee5ng {0}","Plugins":"Ph\u1ea7n b\u1ed5 tr\u1ee3","Handy Shortcuts":"Ph\xedm t\u1eaft ti\u1ec7n d\u1ee5ng","Horizontal line":"\u0110\u01b0\u1eddng ngang","Insert/edit image":"Ch\xe8n/ch\u1ec9nh s\u1eeda h\xecnh \u1ea3nh","Alternative description":"M\xf4 ta\u0309 thay th\u1ebf","Accessibility":"Tr\u1ee3 n\u0103ng","Image is decorative":"H\xecnh \u1ea3nh mang t\xednh ch\u1ea5t trang tr\xed","Source":"Ngu\u1ed3n","Dimensions":"K\xedch th\u01b0\u1edbc","Constrain proportions":"Gi\u1eef c\u1ed1 \u0111\u1ecbnh t\u1ec9 l\u1ec7","General":"T\u1ed5ng qu\xe1t","Advanced":"N\xe2ng cao","Style":"Ki\u1ec3u","Vertical space":"Kh\xf4ng gian chi\u1ec1u d\u1ecdc","Horizontal space":"Kh\xf4ng gian chi\u1ec1u ngang","Border":"Vi\u1ec1n","Insert image":"Ch\xe8n h\xecnh \u1ea3nh","Image...":"H\xecnh \u1ea3nh...","Image list":"Danh s\xe1ch h\xecnh \u1ea3nh","Resize":"\u0110\u1ed5i k\xedch c\u1ee1","Insert date/time":"Ch\xe8n ng\xe0y/gi\u1edd","Date/time":"Ng\xe0y/gi\u1edd","Insert/edit link":"Ch\xe8n/ch\u1ec9nh s\u1eeda li\xean k\u1ebft","Text to display":"V\u0103n b\u1ea3n hi\u1ec3n th\u1ecb","Url":"URL","Open link in...":"M\u1edf li\xean k\u1ebft trong...","Current window":"C\u1eeda s\u1ed5 hi\u1ec7n t\u1ea1i","None":"Kh\xf4ng c\xf3","New window":"C\u1eeda s\u1ed5 m\u1edbi","Open link":"M\u1edf li\xean k\u1ebft","Remove link":"Lo\u1ea1i b\u1ecf li\xean k\u1ebft","Anchors":"\u0110i\u1ec3m neo","Link...":"Li\xean k\u1ebft...","Paste or type a link":"D\xe1n ho\u1eb7c nh\u1eadp m\u1ed9t li\xean k\u1ebft","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":'URL b\u1ea1n \u0111\xe3 nh\u1eadp c\xf3 v\u1ebb l\xe0 m\u1ed9t \u0111\u1ecba ch\u1ec9 email.B\u1ea1n c\xf3 mu\u1ed1n th\xeam ti\u1ec1n t\u1ed1 b\u1eaft bu\u1ed9c l\xe0 "mailto:" v\xe0o kh\xf4ng?',"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":'URL b\u1ea1n \u0111\xe3 nh\u1eadp c\xf3 v\u1ebb l\xe0 m\u1ed9t li\xean k\u1ebft b\xean ngo\xe0i.B\u1ea1n c\xf3 mu\u1ed1n th\xeam ti\u1ec1n t\u1ed1 b\u1eaft bu\u1ed9c l\xe0 "http://" v\xe0o kh\xf4ng?',"The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":'URL b\u1ea1n \u0111\xe3 nh\u1eadp c\xf3 v\u1ebb l\xe0 m\u1ed9t li\xean k\u1ebft b\xean ngo\xe0i.B\u1ea1n c\xf3 mu\u1ed1n th\xeam ti\u1ec1n t\u1ed1 b\u1eaft bu\u1ed9c l\xe0 "https://" v\xe0o kh\xf4ng?',"Link list":"Danh s\xe1ch li\xean k\u1ebft...","Insert video":"Ch\xe8n video","Insert/edit video":"Ch\xe8n/ch\u1ec9nh s\u1eeda video","Insert/edit media":"Ch\xe8n/ch\u1ec9nh s\u1eeda ph\u01b0\u01a1ng ti\u1ec7n","Alternative source":"Ngu\u1ed3n thay th\u1ebf","Alternative source URL":"URL ngu\u1ed3n thay th\u1ebf","Media poster (Image URL)":"\xc1p ph\xedch ph\u01b0\u01a1ng ti\u1ec7n (URL h\xecnh \u1ea3nh)","Paste your embed code below:":"H\xe3y d\xe1n m\xe3 nh\xfang v\xe0o b\xean d\u01b0\u1edbi:","Embed":"Nh\xfang","Media...":"Ph\u01b0\u01a1ng ti\u1ec7n...","Nonbreaking space":"D\u1ea5u c\xe1ch kh\xf4ng ng\u1eaft","Page break":"Ng\u1eaft trang","Paste as text":"D\xe1n d\u01b0\u1edbi d\u1ea1ng v\u0103n b\u1ea3n","Preview":"Xem tr\u01b0\u1edbc","Print":"In","Print...":"In...","Save":"L\u01b0u","Find":"T\xecm ki\u1ebfm","Replace with":"Thay th\u1ebf b\u1eb1ng","Replace":"Thay th\u1ebf","Replace all":"Thay th\u1ebf to\xe0n b\u1ed9","Previous":"Tr\u01b0\u1edbc","Next":"Ti\u1ebfp theo","Find and Replace":"Ti\u0300m va\u0300 Thay th\xea\u0301","Find and replace...":"Ti\u0300m va\u0300 thay th\xea\u0301...","Could not find the specified string.":"Kh\xf4ng t\xecm th\u1ea5y chu\u1ed7i \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh.","Match case":"Kh\u01a1\u0301p ch\u01b0\u0303 hoa/th\u01b0\u01a1\u0300ng","Find whole words only":"Ch\u1ec9 t\xecm nguy\xean c\u1ea3 t\u1eeb","Find in selection":"T\xecm trong ph\u1ea7n l\u1ef1a ch\u1ecdn","Insert table":"Ch\xe8n b\u1ea3ng","Table properties":"Thu\u1ed9c t\xednh b\u1ea3ng","Delete table":"X\xf3a b\u1ea3ng","Cell":"\xd4","Row":"H\xe0ng","Column":"C\xf4\u0323t","Cell properties":"Thu\u1ed9c t\xednh \xf4","Merge cells":"Ph\u1ed1i \xf4","Split cell":"T\xe1ch \xf4","Insert row before":"Ch\xe8n h\xe0ng ph\xeda tr\u01b0\u1edbc","Insert row after":"Ch\xe8n h\xe0ng ph\xeda sau","Delete row":"X\xf3a h\xe0ng","Row properties":"Thu\u1ed9c t\xednh h\xe0ng","Cut row":"C\u1eaft h\xe0ng","Cut column":"C\u1eaft c\u1ed9t","Copy row":"Sao ch\xe9p h\xe0ng","Copy column":"Sao ch\xe9p c\u1ed9t","Paste row before":"D\xe1n h\xe0ng ph\xeda tr\u01b0\u1edbc","Paste column before":"D\xe1n c\u1ed9t ph\xeda tr\u01b0\u1edbc","Paste row after":"D\xe1n h\xe0ng ph\xeda sau","Paste column after":"D\xe1n c\u1ed9t ph\xeda sau","Insert column before":"Ch\xe8n c\u1ed9t ph\xeda tr\u01b0\u1edbc","Insert column after":"Ch\xe8n c\u1ed9t ph\xeda sau","Delete column":"X\xf3a c\u1ed9t","Cols":"C\u1ed9t","Rows":"H\xe0ng","Width":"\u0110\u1ed9 r\u1ed9ng","Height":"Chi\u1ec1u cao","Cell spacing":"D\xe3n c\xe1ch \xf4","Cell padding":"Ph\u1ea7n \u0111\u1ec7m \xf4","Row clipboard actions":"Thao t\xe1c trong b\u1ea3ng t\u1ea1m tr\xean h\xe0ng","Column clipboard actions":"Thao t\xe1c trong b\u1ea3ng t\u1ea1m tr\xean c\u1ed9t","Table styles":"Ki\u1ec3u b\u1ea3ng","Cell styles":"Ki\u1ec3u \xf4","Column header":"Ti\xeau \u0111\u1ec1 c\u1ed9t","Row header":"Ti\xeau \u0111\u1ec1 h\xe0ng","Table caption":"Ch\xfa th\xedch b\u1ea3ng","Caption":"Ch\xfa th\xedch","Show caption":"Hi\u1ec3n th\u1ecb ch\xfa th\xedch","Left":"Tr\xe1i","Center":"Gi\u1eefa","Right":"Ph\u1ea3i","Cell type":"Lo\u1ea1i \xf4","Scope":"Ph\u1ea1m vi","Alignment":"C\u0103n ch\u1ec9nh","Horizontal align":"C\u0103n ch\u1ec9nh ngang","Vertical align":"C\u0103n ch\u1ec9nh d\u1ecdc","Top":"\u0110\u1ec9nh","Middle":"Gi\u1eefa","Bottom":"\u0110\xe1y","Header cell":"\xd4 ti\xeau \u0111\u1ec1","Row group":"Nh\xf3m h\xe0ng","Column group":"Nh\xf3m c\u1ed9t","Row type":"Lo\u1ea1i h\xe0ng","Header":"\u0110\u1ea7u trang","Body":"N\u1ed9i dung","Footer":"Ch\xe2n trang","Border color":"M\xe0u vi\u1ec1n","Solid":"\u0110\u01b0\u1eddng li\u1ec1n n\xe9t","Dotted":"Ch\u1ea5m ch\u1ea5m","Dashed":"Ne\u0301t \u0111\u01b0\u0301t","Double":"N\xe9t \u0111\xf4i","Groove":"X\u1ebb r\xe3nh","Ridge":"\u0110\u01b0\u1eddng n\u1ed5i","Inset":"Khung ch\xecm","Outset":"Khung n\u1ed5i","Hidden":"\u0110\u01b0\u1eddng vi\u1ec1n \u1ea9n","Insert template...":"Ch\xe8n m\u1eabu...","Templates":"M\u1eabu","Template":"M\u1eabu","Insert Template":"Ch\xe8n m\u1eabu","Text color":"M\xe0u v\u0103n b\u1ea3n","Background color":"M\xe0u n\u1ec1n","Custom...":"T\xf9y ch\u1ec9nh...","Custom color":"M\xe0u t\xf9y ch\u1ec9nh","No color":"Kh\xf4ng m\xe0u","Remove color":"Lo\u1ea1i b\u1ecf m\xe0u","Show blocks":"Hi\u1ec3n th\u1ecb kh\xf4\u0301i","Show invisible characters":"Hi\u1ec3n th\u1ecb c\xe1c k\xfd t\u1ef1 \u1ea9n","Word count":"\u0110\xea\u0301m ch\u01b0\u0303","Count":"S\u1ed1 l\u01b0\u1ee3ng","Document":"T\xe0i li\u1ec7u","Selection":"L\u1ef1a ch\u1ecdn","Words":"T\u1eeb","Words: {0}":"T\u1eeb: {0}","{0} words":"{0} t\u1eeb","File":"T\u1ec7p","Edit":"S\u01b0\u0309a","Insert":"Ch\xe8n","View":"Xem","Format":"\u0110\u1ecbnh d\u1ea1ng","Table":"Ba\u0309ng","Tools":"C\xf4ng c\u1ee5","Powered by {0}":"Ho\u1ea1t \u0111\u1ed9ng tr\xean n\u1ec1n t\u1ea3ng {0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"V\xf9ng v\u0103n b\u1ea3n \u0111a d\u1ea1ng th\u01b0\u0301c.Nh\u1ea5n ALT-F9 \u0111\u1ec3 m\u1edf menu.Nh\u1ea5n ALT-F10 \u0111\u1ec3 m\u1edf thanh c\xf4ng c\u1ee5.Nh\u1ea5n ALT-0 \u0111\u1ec3 \u0111\u01b0\u1ee3c tr\u1ee3 gi\xfap","Image title":"Ti\xeau \u0111\u1ec1 h\xecnh \u1ea3nh","Border width":"\u0110\xf4\u0323 r\xf4\u0323ng vi\xea\u0300n","Border style":"Ki\u1ec3u \u0111\u01b0\u1eddng vi\u1ec1n","Error":"L\u1ed7i","Warn":"C\u1ea3nh b\xe1o","Valid":"H\u1ee3p l\u1ec7","To open the popup, press Shift+Enter":"\u0110\u1ec3 m\u1edf c\u01b0\u0309a s\xf4\u0309 b\xe2\u0323t l\xean, h\xe3y nh\u1ea5n Shift+Enter","Rich Text Area":"V\xf9ng v\u0103n b\u1ea3n \u0111a da\u0323ng th\u01b0\u0301c","Rich Text Area. Press ALT-0 for help.":"V\xf9ng v\u0103n b\u1ea3n \u0111a d\u1ea1ng th\u01b0\u0301c.Nh\u1ea5n ALT-0 \u0111\u1ec3 \u0111\u01b0\u1ee3c tr\u1ee3 gi\xfap.","System Font":"Ph\xf4ng ch\u1eef h\xea\u0323 th\xf4\u0301ng","Failed to upload image: {0}":"Kh\xf4ng t\u1ea3i h\xecnh \u1ea3nh l\xean \u0111\u01b0\u01a1\u0323c: {0}","Failed to load plugin: {0} from url {1}":"Kh\xf4ng t\u1ea3i \u0111\u01b0\u01a1\u0323c ph\u1ea7n b\u1ed5 tr\u1ee3: {0} t\u1eeb url {1}","Failed to load plugin url: {0}":"Kh\xf4ng t\u1ea3i \u0111\u01b0\u01a1\u0323c URL ph\u1ea7n b\u1ed5 tr\u1ee3: {0}","Failed to initialize plugin: {0}":"Kh\xf4ng kh\u1edfi t\u1ea1o \u0111\u01b0\u01a1\u0323c ph\u1ea7n b\u1ed5 tr\u1ee3: {0}","example":"v\xed d\u1ee5","Search":"T\xecm ki\u1ebfm","All":"T\xe2\u0301t ca\u0309","Currency":"Ti\xea\u0300n t\xea\u0323","Text":"V\u0103n b\u1ea3n","Quotations":"Tr\xedch d\u1eabn","Mathematical":"To\xe1n h\u1ecdc","Extended Latin":"Ch\u1eef Latinh m\u1edf r\u1ed9ng","Symbols":"K\xfd hi\u1ec7u","Arrows":"M\u0169i t\xean","User Defined":"Do ng\u01b0\u1eddi d\xf9ng x\xe1c \u0111\u1ecbnh","dollar sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng \u0111\xf4 la","currency sign":"ky\u0301 hi\xea\u0323u ti\u1ec1n t\u1ec7","euro-currency sign":"k\xfd hi\u1ec7u \u0111\u1ed3ng Euro","colon sign":"ky\u0301 hi\xea\u0323u d\u1ea5u hai ch\u1ea5m","cruzeiro sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Cruzeiro","french franc sign":"k\xfd hi\u1ec7u \u0111\u1ed3ng Franc Ph\xe1p","lira sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Lira","mill sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Mill","naira sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Naira","peseta sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Peseta","rupee sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Rupee","won sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Won","new sheqel sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Sheqel m\u1edbi","dong sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Vi\u1ec7t Nam","kip sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Kip","tugrik sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Tugrik","drachma sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Drachma","german penny symbol":"k\xfd hi\u1ec7u \u0111\u1ed3ng Penny \u0110\u1ee9c","peso sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Peso","guarani sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Guarani","austral sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Austral","hryvnia sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Hryvnia","cedi sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Cedi","livre tournois sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Livre tournois","spesmilo sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Spesmilo","tenge sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Tenge","indian rupee sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Rupee \u1ea4n \u0110\u1ed9","turkish lira sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Lira Th\u1ed5 Nh\u0129 K\u1ef3","nordic mark sign":"ky\u0301 hi\xea\u0323u d\u1ea5u Nordic","manat sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Manat","ruble sign":"ky\u0301 hi\xea\u0323u \u0111\u1ed3ng Ruble","yen character":"k\xfd t\u1ef1 Y\xean","yuan character":"k\xfd t\u1ef1 nh\xe2n d\xe2n t\u1ec7","yuan character, in hong kong and taiwan":"k\xfd t\u1ef1 nh\xe2n d\xe2n t\u1ec7, t\u1ea1i H\u1ed3ng K\xf4ng v\xe0 \u0110\xe0i Loan","yen/yuan character variant one":"bi\u1ebfn th\u1ec3 k\xfd t\u1ef1 y\xean/nh\xe2n d\xe2n t\u1ec7","Loading emoticons...":"\u0110ang t\u1ea3i bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\xfac...","Could not load emoticons":"Kh\xf4ng t\u1ea3i \u0111\u01b0\u1ee3c bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\xfac","Emojis":"Emoji","Emojis...":"Emoji...","Loading emojis...":"\u0110ang t\u1ea3i c\xe1c emoji...","Could not load emojis":"Kh\xf4ng t\u1ea3i \u0111\u01b0\u1ee3c c\xe1c emoji","People":"Con ng\u01b0\u1eddi","Animals and Nature":"\u0110\u1ed9ng v\u1eadt v\xe0 thi\xean nhi\xean","Food and Drink":"Th\u1ef1c ph\u1ea9m v\xe0 \u0111\u1ed3 u\u1ed1ng","Activity":"Ho\u1ea1t \u0111\u1ed9ng","Travel and Places":"Du l\u1ecbch v\xe0 \u0110\u1ecba \u0111i\u1ec3m","Objects":"\u0110\u1ed1i t\u01b0\u1ee3ng","Flags":"C\u1edd","Characters":"K\xfd t\u1ef1","Characters (no spaces)":"K\xfd t\u1ef1 (kh\xf4ng c\xf3 d\u1ea5u c\xe1ch)","{0} characters":"{0} k\xfd t\u1ef1","Error: Form submit field collision.":"L\u1ed7i: Xung \u0111\u1ed9t tr\u01b0\u1eddng khi g\u1eedi bi\u1ec3u m\u1eabu.","Error: No form element found.":"L\u1ed7i: Kh\xf4ng t\xecm th\u1ea5y ph\u1ea7n t\u1eed bi\u1ec3u m\u1eabu n\xe0o.","Color swatch":"M\u1eabu m\xe0u","Color Picker":"B\u1ed9 ch\u1ecdn m\xe0u","Invalid hex color code: {0}":"M\xe3 m\xe0u th\u1eadp l\u1ee5c ph\xe2n kh\xf4ng h\u1ee3p l\u1ec7: {0}","Invalid input":"Th\xf4ng tin \u0111\u1ea7u v\xe0o kh\xf4ng h\u1ee3p l\u1ec7","R":"R","Red component":"C\u1ea5u ph\u1ea7n m\xe0u \u0111\u1ecf","G":"G","Green component":"C\u1ea5u ph\u1ea7n m\xe0u xanh l\u1ee5c","B":"B","Blue component":"C\u1ea5u ph\u1ea7n m\xe0u xanh lam","#":"#","Hex color code":"M\xe3 m\xe0u th\u1eadp l\u1ee5c ph\xe2n","Range 0 to 255":"Trong ph\u1ea1m vi t\u1eeb 0 \u0111\u1ebfn 255","Turquoise":"Ngo\u0323c lam","Green":"Xanh l\u1ee5c","Blue":"Xanh lam","Purple":"T\xedm","Navy Blue":"Xanh ha\u0309i qu\xe2n","Dark Turquoise":"Ng\u1ecdc lam \u0111\u1eadm","Dark Green":"Xanh l\u1ee5c \u0111\u1eadm","Medium Blue":"Xanh lam trung b\xecnh","Medium Purple":"T\xedm trung b\xecnh","Midnight Blue":"D\u1ea1 lam","Yellow":"V\xe0ng","Orange":"M\xe0u cam","Red":"M\xe0u \u0111\u1ecf","Light Gray":"Xa\u0301m nha\u0323t","Gray":"M\xe0u x\xe1m","Dark Yellow":"V\xe0ng \u0111\u1eadm","Dark Orange":"Cam \u0111\u1eadm","Dark Red":"\u0110\u1ecf s\u1eabm","Medium Gray":"X\xe1m trung b\xecnh","Dark Gray":"X\xe1m \u0111\u1eadm","Light Green":"Xanh lu\u0323c nha\u0323t","Light Yellow":"V\xe0ng nh\u1ea1t","Light Red":"\u0110\u1ecf nh\u1ea1t","Light Purple":"T\xedm nh\u1ea1t","Light Blue":"Xanh lam nha\u0323t","Dark Purple":"T\xedm \u0111\u1eadm","Dark Blue":"Xanh lam \u0111\u1eadm","Black":"M\xe0u \u0111en","White":"M\xe0u tr\u1eafng","Switch to or from fullscreen mode":"Chuy\u1ec3n sang ho\u1eb7c chuy\u1ec3n t\u1eeb ch\u1ebf \u0111\u1ed9 to\xe0n m\xe0n h\xecnh","Open help dialog":"M\u1edf h\u1ed9p tho\u1ea1i tr\u1ee3 gi\xfap","history":"l\u1ecbch s\u1eed","styles":"ki\u1ec3u","formatting":"\u0111\u1ecbnh d\u1ea1ng","alignment":"c\u0103n ch\u1ec9nh","indentation":"thu\u0323t l\xea\u0300","Font":"Ph\xf4ng ch\u1eef","Size":"K\xedch th\u01b0\u1edbc","More...":"Th\xeam...","Select...":"Ch\u1ecdn...","Preferences":"T\xf9y ch\u1ecdn","Yes":"Co\u0301","No":"Kh\xf4ng","Keyboard Navigation":"\u0110i\u1ec1u h\u01b0\u1edbng b\xe0n ph\xedm","Version":"Phi\xean b\u1ea3n","Code view":"Xem ma\u0303","Open popup menu for split buttons":"M\u1edf menu b\u1eadt l\xean \u0111\u1ec3 d\xf9ng c\xe1c n\xfat chia t\xe1ch","List Properties":"Thu\u1ed9c t\xednh danh s\xe1ch","List properties...":"Thu\u1ed9c t\xednh danh s\xe1ch...","Start list at number":"B\u1eaft \u0111\u1ea7u danh s\xe1ch t\u1eeb s\u1ed1","Line height":"Chi\u1ec1u cao d\xf2ng","Dropped file type is not supported":"Kh\xf4ng h\u1ed7 tr\u1ee3 lo\u1ea1i t\u1ec7p v\u1eeba th\u1ea3 v\xe0o","Loading...":"\u0110ang t\u1ea3i...","ImageProxy HTTP error: Rejected request":"L\u1ed7i HTTP ImageProxy: Y\xeau c\u1ea7u b\u1ecb t\u1eeb ch\u1ed1i","ImageProxy HTTP error: Could not find Image Proxy":"L\u1ed7i HTTP ImageProxy: Kh\xf4ng t\xecm th\u1ea5y Proxy h\xecnh \u1ea3nh","ImageProxy HTTP error: Incorrect Image Proxy URL":"L\u1ed7i HTTP ImageProxy: URL Proxy h\xecnh \u1ea3nh kh\xf4ng ch\xednh x\xe1c","ImageProxy HTTP error: Unknown ImageProxy error":"L\u1ed7i HTTP ImageProxy: L\u1ed7i ImageProxy kh\xf4ng x\xe1c \u0111\u1ecbnh","Accordion summary...":"T\xf3m t\u1eaft m\xf4-\u0111un n\u1ed9i dung m\u1edf r\u1ed9ng/thu g\u1ecdn \u0111\u01b0\u1ee3c...","Accordion body...":"N\u1ed9i dung m\xf4-\u0111un n\u1ed9i dung m\u1edf r\u1ed9ng/thu g\u1ecdn \u0111\u01b0\u1ee3c...","Insert accordion":"Ch\xe8n m\xf4-\u0111un n\u1ed9i dung m\u1edf r\u1ed9ng/thu g\u1ecdn \u0111\u01b0\u1ee3c","Accordion":"M\xf4-\u0111un n\u1ed9i dung m\u1edf r\u1ed9ng/thu g\u1ecdn \u0111\u01b0\u1ee3c","Toggle accordion":"Chuy\u1ec3n \u0111\u1ed5i m\xf4-\u0111un n\u1ed9i dung m\u1edf r\u1ed9ng/thu g\u1ecdn \u0111\u01b0\u1ee3c","Delete accordion":"X\xf3a m\xf4-\u0111un n\u1ed9i dung m\u1edf r\u1ed9ng/thu g\u1ecdn \u0111\u01b0\u1ee3c","comments":"nh\u1eadn x\xe9t","Format painter":"B\xfat \u0111\u1ecbnh d\u1ea1ng","Capitalization":"Vi\xea\u0301t hoa","lowercase":"ch\u1eef th\u01b0\u1eddng","UPPERCASE":"CH\u1eee HOA","Title Case":"Vi\u1ebft Hoa Ch\u1eef C\xe1i \u0110\u1ea7u C\u1ee7a M\u1ed7i T\u1eeb","Permanent pen":"B\xfat kh\xf4ng xo\xe1 \u0111\u01b0\u1ee3c","Permanent Pen Properties":"Thu\u1ed9c t\xednh c\u1ee7a B\xfat kh\xf4ng xo\xe1 \u0111\u01b0\u1ee3c","Permanent pen properties...":"Thu\u1ed9c t\xednh c\u1ee7a b\xfat kh\xf4ng xo\xe1 \u0111\u01b0\u1ee3c...","Case Change":"Thay \u0111\u1ed5i c\xe1ch vi\u1ebft hoa","Checklist":"Danh s\xe1ch ki\u1ec3m tra","Insert checklist":"Ch\xe8n danh s\xe1ch ki\u1ec3m tra"});
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * TinyMCE Language Pack
3
+ *
4
+ * Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ */
7
+ tinymce.addI18n("zh_CN",{"Redo":"\u91cd\u505a","Undo":"\u64a4\u9500","Cut":"\u526a\u5207","Copy":"\u590d\u5236","Paste":"\u7c98\u8d34","Select all":"\u5168\u9009","New document":"\u65b0\u6587\u4ef6","Ok":"\u786e\u5b9a","Cancel":"\u53d6\u6d88","Visual aids":"\u7f51\u683c\u7ebf","Bold":"\u7c97\u4f53","Italic":"\u659c\u4f53","Underline":"\u4e0b\u5212\u7ebf","Strikethrough":"\u5220\u9664\u7ebf","Superscript":"\u4e0a\u6807","Subscript":"\u4e0b\u6807","Clear formatting":"\u6e05\u9664\u683c\u5f0f","Remove":"\u5220\u9664","Align left":"\u5de6\u8fb9\u5bf9\u9f50","Align center":"\u4e2d\u95f4\u5bf9\u9f50","Align right":"\u53f3\u8fb9\u5bf9\u9f50","No alignment":"\u672a\u5bf9\u9f50","Justify":"\u4e24\u7aef\u5bf9\u9f50","Bullet list":"\u9879\u76ee\u7b26\u53f7","Numbered list":"\u7f16\u53f7\u5217\u8868","Decrease indent":"\u51cf\u5c11\u7f29\u8fdb","Increase indent":"\u589e\u52a0\u7f29\u8fdb","Close":"\u5173\u95ed","Formats":"\u683c\u5f0f","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"\u60a8\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u76f4\u63a5\u8bbf\u95ee\u526a\u8d34\u677f\u3002 \u8bf7\u6539\u7528Ctrl+X/C/V\u952e\u76d8\u5feb\u6377\u952e\u3002","Headings":"\u6807\u9898","Heading 1":"\u6807\u98981","Heading 2":"\u6807\u98982","Heading 3":"\u6807\u98983","Heading 4":"\u6807\u98984","Heading 5":"\u6807\u98985","Heading 6":"\u6807\u98986","Preformatted":"\u9884\u5148\u683c\u5f0f\u5316\u7684","Div":"Div","Pre":"Pre","Code":"\u4ee3\u7801","Paragraph":"\u6bb5\u843d","Blockquote":"\u5f15\u6587\u533a\u5757","Inline":"\u6587\u672c","Blocks":"\u57fa\u5757","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"\u7c98\u8d34\u76ee\u524d\u5904\u4e8e\u7eaf\u6587\u672c\u6a21\u5f0f\u3002 \u73b0\u5728\u5c06\u4ee5\u7eaf\u6587\u672c\u683c\u5f0f\u7c98\u8d34\u5185\u5bb9\uff0c\u76f4\u5230\u60a8\u5173\u95ed\u6b64\u9009\u9879\u3002","Fonts":"\u5b57\u4f53","Font sizes":"\u5b57\u53f7","Class":"\u7c7b\u578b","Browse for an image":"\u6d4f\u89c8\u56fe\u50cf","OR":"\u6216","Drop an image here":"\u62d6\u653e\u4e00\u5f20\u56fe\u50cf\u81f3\u6b64","Upload":"\u4e0a\u4f20","Uploading image":"\u6b63\u5728\u4e0a\u4f20\u56fe\u50cf","Block":"\u5757","Align":"\u5bf9\u9f50","Default":"\u9884\u8bbe","Circle":"\u7a7a\u5fc3\u5706","Disc":"\u5b9e\u5fc3\u5706","Square":"\u5b9e\u5fc3\u65b9\u5757","Lower Alpha":"\u5c0f\u5199\u82f1\u6587\u5b57\u6bcd","Lower Greek":"\u5c0f\u5199\u5e0c\u814a\u5b57\u6bcd","Lower Roman":"\u5c0f\u5199\u7f57\u9a6c\u6570\u5b57","Upper Alpha":"\u5927\u5199\u82f1\u6587\u5b57\u6bcd","Upper Roman":"\u5927\u5199\u7f57\u9a6c\u6570\u5b57","Anchor...":"\u951a\u70b9...","Anchor":"\u951a\u70b9","Name":"\u540d\u79f0","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID \u5e94\u4ee5\u5b57\u6bcd\u5f00\u5934\uff0c\u540e\u63a5\u5b57\u6bcd\u3001\u6570\u5b57\u3001\u77ed\u5212\u7ebf\u3001\u70b9\u53f7\u3001\u5192\u53f7\u548c\u4e0b\u5212\u7ebf\u3002","You have unsaved changes are you sure you want to navigate away?":"\u4f60\u8fd8\u6709\u6587\u6863\u5c1a\u672a\u4fdd\u5b58\uff0c\u786e\u5b9a\u8981\u79bb\u5f00\uff1f","Restore last draft":"\u6062\u590d\u4e0a\u6b21\u7684\u8349\u7a3f","Special character...":"\u7279\u6b8a\u5b57\u7b26......","Special Character":"\u7279\u6b8a\u5b57\u7b26","Source code":"\u6e90\u4ee3\u7801","Insert/Edit code sample":"\u63d2\u5165/\u7f16\u8f91\u4ee3\u7801\u793a\u4f8b","Language":"\u8bed\u8a00","Code sample...":"\u793a\u4f8b\u4ee3\u7801...","Left to right":"\u7531\u5de6\u5230\u53f3","Right to left":"\u7531\u53f3\u5230\u5de6","Title":"\u6807\u9898","Fullscreen":"\u5168\u5c4f\u5e55","Action":"\u52a8\u4f5c","Shortcut":"\u5feb\u6377\u65b9\u5f0f","Help":"\u5e2e\u52a9","Address":"\u5730\u5740","Focus to menubar":"\u79fb\u52a8\u7126\u70b9\u5230\u83dc\u5355\u680f","Focus to toolbar":"\u79fb\u52a8\u7126\u70b9\u5230\u5de5\u5177\u680f","Focus to element path":"\u79fb\u52a8\u7126\u70b9\u5230\u5143\u7d20\u8def\u5f84","Focus to contextual toolbar":"\u79fb\u52a8\u7126\u70b9\u5230\u4e0a\u4e0b\u6587\u83dc\u5355","Insert link (if link plugin activated)":"\u63d2\u5165\u94fe\u63a5 (\u5982\u679c\u94fe\u63a5\u63d2\u4ef6\u5df2\u6fc0\u6d3b)","Save (if save plugin activated)":"\u4fdd\u5b58(\u5982\u679c\u4fdd\u5b58\u63d2\u4ef6\u5df2\u6fc0\u6d3b)","Find (if searchreplace plugin activated)":"\u67e5\u627e(\u5982\u679c\u67e5\u627e\u66ff\u6362\u63d2\u4ef6\u5df2\u6fc0\u6d3b)","Plugins installed ({0}):":"\u5df2\u5b89\u88c5\u63d2\u4ef6({0}):","Premium plugins:":"\u4f18\u79c0\u63d2\u4ef6\uff1a","Learn more...":"\u4e86\u89e3\u66f4\u591a...","You are using {0}":"\u60a8\u6b63\u5728\u4f7f\u7528{0}","Plugins":"\u5168\u90e8\u5916\u6302\u7a0b\u5e8f","Handy Shortcuts":"\u5feb\u6377\u952e","Horizontal line":"\u6c34\u5e73\u5206\u5272\u7ebf","Insert/edit image":"\u63d2\u5165/\u7f16\u8f91\u56fe\u7247","Alternative description":"\u66ff\u4ee3\u8bf4\u660e","Accessibility":"\u8f85\u52a9\u529f\u80fd","Image is decorative":"\u56fe\u7247\u7528\u4e8e\u88c5\u9970\u76ee\u7684","Source":"\u539f\u59cb\u7801","Dimensions":"\u5c3a\u5bf8","Constrain proportions":"\u4fdd\u6301\u6bd4\u4f8b","General":"\u4e00\u822c","Advanced":"\u9ad8\u7ea7","Style":"\u6837\u5f0f","Vertical space":"\u5782\u76f4\u95f4\u8ddd","Horizontal space":"\u6c34\u5e73\u95f4\u8ddd","Border":"\u6846\u7ebf","Insert image":"\u63d2\u5165\u56fe\u7247","Image...":"\u56fe\u7247......","Image list":"\u56fe\u7247\u6e05\u5355","Resize":"\u8c03\u6574\u5927\u5c0f","Insert date/time":"\u63d2\u5165\u65e5\u671f/\u65f6\u95f4","Date/time":"\u65e5\u671f/\u65f6\u95f4","Insert/edit link":"\u63d2\u5165/\u7f16\u8f91\u94fe\u63a5","Text to display":"\u8981\u663e\u793a\u7684\u6587\u672c","Url":"\u5730\u5740","Open link in...":"\u94fe\u63a5\u6253\u5f00\u4f4d\u7f6e...","Current window":"\u5f53\u524d\u7a97\u53e3","None":"\u65e0","New window":"\u65b0\u7a97\u53e3","Open link":"\u6253\u5f00\u94fe\u63a5","Remove link":"\u79fb\u9664\u94fe\u63a5","Anchors":"\u951a\u70b9","Link...":"\u94fe\u63a5...","Paste or type a link":"\u7c98\u8d34\u6216\u8f93\u5165\u94fe\u63a5","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"\u60a8\u8f93\u5165\u7684URL\u4f3c\u4e4e\u662f\u4e00\u4e2a\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002 \u662f\u5426\u8981\u6dfb\u52a0\u6240\u9700\u7684mailto:\u524d\u7f00\uff1f","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"\u60a8\u8f93\u5165\u7684URL\u4f3c\u4e4e\u662f\u4e00\u4e2a\u5916\u90e8\u94fe\u63a5\u3002 \u662f\u5426\u8981\u6dfb\u52a0\u6240\u9700\u7684http://\u524d\u7f00\uff1f","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"\u60a8\u8f93\u5165\u7684URL\u4f3c\u4e4e\u662f\u4e00\u4e2a\u5916\u90e8\u94fe\u63a5\u3002 \u662f\u5426\u8981\u6dfb\u52a0\u6240\u9700\u7684https://\u524d\u7f00\uff1f","Link list":"\u94fe\u63a5\u6e05\u5355","Insert video":"\u63d2\u5165\u89c6\u9891","Insert/edit video":"\u63d2\u5165/\u7f16\u8f91\u89c6\u9891","Insert/edit media":"\u63d2\u5165/\u7f16\u8f91\u5a92\u4f53","Alternative source":"\u955c\u50cf","Alternative source URL":"\u66ff\u4ee3\u6765\u6e90\u7f51\u5740","Media poster (Image URL)":"\u5c01\u9762(\u56fe\u7247\u5730\u5740)","Paste your embed code below:":"\u5c06\u5d4c\u5165\u4ee3\u7801\u7c98\u8d34\u5728\u4e0b\u9762:","Embed":"\u5d4c\u5165","Media...":"\u591a\u5a92\u4f53...","Nonbreaking space":"\u4e0d\u95f4\u65ad\u7a7a\u683c","Page break":"\u5206\u9875\u7b26","Paste as text":"\u7c98\u8d34\u4e3a\u6587\u672c","Preview":"\u9884\u89c8","Print":"\u6253\u5370","Print...":"\u6253\u5370...","Save":"\u4fdd\u5b58","Find":"\u5bfb\u627e","Replace with":"\u66ff\u6362\u4e3a","Replace":"\u66ff\u6362","Replace all":"\u66ff\u6362\u5168\u90e8","Previous":"\u4e0a\u4e00\u4e2a","Next":"\u4e0b\u4e00\u4e2a","Find and Replace":"\u67e5\u627e\u548c\u66ff\u6362","Find and replace...":"\u67e5\u627e\u5e76\u66ff\u6362...","Could not find the specified string.":"\u672a\u627e\u5230\u641c\u7d22\u5185\u5bb9\u3002","Match case":"\u5927\u5c0f\u5199\u5339\u914d","Find whole words only":"\u5168\u5b57\u5339\u914d","Find in selection":"\u5728\u9009\u4e2d\u8303\u56f4\u5185\u641c\u7d22","Insert table":"\u63d2\u5165\u8868\u683c","Table properties":"\u8868\u683c\u5c5e\u6027","Delete table":"\u5220\u9664\u8868\u683c","Cell":"\u50a8\u5b58\u683c","Row":"\u884c","Column":"\u680f\u76ee","Cell properties":"\u5355\u5143\u683c\u5c5e\u6027","Merge cells":"\u5408\u5e76\u5355\u5143\u683c","Split cell":"\u62c6\u5206\u5355\u5143\u683c","Insert row before":"\u5728\u4e0a\u65b9\u63d2\u5165\u884c","Insert row after":"\u5728\u4e0b\u65b9\u63d2\u5165\u884c","Delete row":"\u5220\u9664\u884c","Row properties":"\u884c\u5c5e\u6027","Cut row":"\u526a\u5207\u884c","Cut column":"\u526a\u5207\u5217","Copy row":"\u590d\u5236\u884c","Copy column":"\u590d\u5236\u5217","Paste row before":"\u7c98\u8d34\u884c\u5230\u4e0a\u65b9","Paste column before":"\u7c98\u8d34\u5217\u5230\u4e0a\u65b9","Paste row after":"\u7c98\u8d34\u884c\u5230\u4e0b\u65b9","Paste column after":"\u7c98\u8d34\u5217\u5230\u4e0b\u65b9","Insert column before":"\u5728\u5de6\u4fa7\u63d2\u5165\u5217","Insert column after":"\u5728\u53f3\u4fa7\u63d2\u5165\u5217","Delete column":"\u5220\u9664\u5217","Cols":"\u5217","Rows":"\u884c\u6570","Width":"\u5bbd\u5ea6","Height":"\u9ad8\u5ea6","Cell spacing":"\u5355\u5143\u683c\u5916\u95f4\u8ddd","Cell padding":"\u5355\u5143\u683c\u5185\u8fb9\u8ddd","Row clipboard actions":"\u884c\u526a\u8d34\u677f\u64cd\u4f5c","Column clipboard actions":"\u5217\u526a\u8d34\u677f\u64cd\u4f5c","Table styles":"\u8868\u683c\u6837\u5f0f","Cell styles":"\u5355\u5143\u683c\u6837\u5f0f","Column header":"\u5217\u6807\u9898","Row header":"\u884c\u6807\u9898","Table caption":"\u8868\u683c\u6807\u9898","Caption":"\u6807\u9898","Show caption":"\u663e\u793a\u6807\u9898","Left":"\u5de6","Center":"\u5c45\u4e2d","Right":"\u53f3","Cell type":"\u50a8\u5b58\u683c\u522b","Scope":"\u8303\u56f4","Alignment":"\u5bf9\u9f50","Horizontal align":"\u6c34\u5e73\u5bf9\u9f50","Vertical align":"\u5782\u76f4\u5bf9\u9f50","Top":"\u4e0a\u65b9\u5bf9\u9f50","Middle":"\u5c45\u4e2d\u5bf9\u9f50","Bottom":"\u4e0b\u65b9\u5bf9\u9f50","Header cell":"\u8868\u5934\u5355\u5143\u683c","Row group":"\u884c\u7ec4","Column group":"\u5217\u7ec4","Row type":"\u884c\u7c7b\u578b","Header":"\u9875\u5934","Body":"\u8868\u4f53","Footer":"\u9875\u811a","Border color":"\u6846\u7ebf\u989c\u8272","Solid":"\u5b9e\u7ebf","Dotted":"\u70b9\u7ebf","Dashed":"\u865a\u7ebf","Double":"\u53cc\u7ebf","Groove":"\u51f9\u7ebf","Ridge":"\u51f8\u7ebf","Inset":"\u5d4c\u5165","Outset":"\u5916\u5d4c","Hidden":"\u5df2\u9690\u85cf","Insert template...":"\u63d2\u5165\u6a21\u677f...","Templates":"\u6a21\u677f","Template":"\u6a21\u677f","Insert Template":"\u63d2\u5165\u6a21\u677f","Text color":"\u6587\u672c\u989c\u8272","Background color":"\u80cc\u666f\u989c\u8272","Custom...":"\u81ea\u5b9a\u4e49......","Custom color":"\u81ea\u5b9a\u4e49\u989c\u8272","No color":"\u65e0","Remove color":"\u79fb\u9664\u989c\u8272","Show blocks":"\u663e\u793a\u533a\u5757\u8fb9\u6846","Show invisible characters":"\u663e\u793a\u4e0d\u53ef\u89c1\u5b57\u7b26","Word count":"\u5b57\u6570","Count":"\u8ba1\u7b97","Document":"\u6587\u4ef6","Selection":"\u9009\u9879","Words":"\u5b57\u6570","Words: {0}":"\u5b57\u6570\uff1a{0}","{0} words":"{0}\u5b57","File":"\u6587\u4ef6","Edit":"\u7f16\u8f91","Insert":"\u63d2\u5165","View":"\u67e5\u770b","Format":"\u683c\u5f0f","Table":"\u8868\u683c","Tools":"\u5de5\u5177","Powered by {0}":"\u6280\u672f\u652f\u6301\uff1a{0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"\u5bcc\u6587\u672c\u533a\u57df\u3002 \u6309ALT-F9\u8c03\u51fa\u83dc\u5355\u3002 \u6309ALT-F10\u8c03\u51fa\u5de5\u5177\u680f\u3002 \u6309ALT-0\u5bfb\u6c42\u5e2e\u52a9","Image title":"\u56fe\u7247\u6807\u9898","Border width":"\u8fb9\u6846\u5bbd\u5ea6","Border style":"\u8fb9\u6846\u6837\u5f0f","Error":"\u9519\u8bef","Warn":"\u8b66\u544a","Valid":"\u6709\u6548","To open the popup, press Shift+Enter":"\u6309Shitf+Enter\u952e\u6253\u5f00\u5bf9\u8bdd\u6846","Rich Text Area":"RTF \u533a\u57df","Rich Text Area. Press ALT-0 for help.":"\u5bcc\u6587\u672c\u533a\u57df\u3002 \u6309ALT-0\u5bfb\u6c42\u5e2e\u52a9\u3002","System Font":"\u7cfb\u7edf\u5b57\u4f53","Failed to upload image: {0}":"\u56fe\u50cf\u4e0a\u4f20\u5931\u8d25\uff1a{0}","Failed to load plugin: {0} from url {1}":"\u63d2\u4ef6\u52a0\u8f7d\u5931\u8d25\uff1a{1}\u6765\u81eaurl\u7684{0}","Failed to load plugin url: {0}":"\u63d2\u4ef6url\u52a0\u8f7d\u5931\u8d25\uff1a{0}","Failed to initialize plugin: {0}":"\u63d2\u4ef6\u521d\u59cb\u5316\u5931\u8d25\uff1a{0}","example":"\u793a\u4f8b","Search":"\u641c\u7d22","All":"\u5168\u90e8","Currency":"\u8d27\u5e01","Text":"\u6587\u5b57","Quotations":"\u5f15\u7528","Mathematical":"\u6570\u5b66","Extended Latin":"\u62c9\u4e01\u8bed\u6269\u5145","Symbols":"\u7b26\u53f7","Arrows":"\u7bad\u5934","User Defined":"\u81ea\u5b9a\u4e49","dollar sign":"\u7f8e\u5143\u7b26\u53f7","currency sign":"\u8d27\u5e01\u7b26\u53f7","euro-currency sign":"\u6b27\u5143\u7b26\u53f7","colon sign":"\u5192\u53f7","cruzeiro sign":"\u514b\u9c81\u8d5b\u7f57\u5e01\u7b26\u53f7","french franc sign":"\u6cd5\u90ce\u7b26\u53f7","lira sign":"\u91cc\u62c9\u7b26\u53f7","mill sign":"\u5bc6\u5c14\u7b26\u53f7","naira sign":"\u5948\u62c9\u7b26\u53f7","peseta sign":"\u6bd4\u585e\u5854\u7b26\u53f7","rupee sign":"\u5362\u6bd4\u7b26\u53f7","won sign":"\u97e9\u5143\u7b26\u53f7","new sheqel sign":"\u65b0\u8c22\u514b\u5c14\u7b26\u53f7","dong sign":"\u8d8a\u5357\u76fe\u7b26\u53f7","kip sign":"\u8001\u631d\u57fa\u666e\u7b26\u53f7","tugrik sign":"\u56fe\u683c\u91cc\u514b\u7b26\u53f7","drachma sign":"\u5fb7\u62c9\u514b\u9a6c\u7b26\u53f7","german penny symbol":"\u5fb7\u56fd\u4fbf\u58eb\u7b26\u53f7","peso sign":"\u6bd4\u7d22\u7b26\u53f7","guarani sign":"\u74dc\u62c9\u5c3c\u7b26\u53f7","austral sign":"\u6fb3\u5143\u7b26\u53f7","hryvnia sign":"\u683c\u91cc\u592b\u5c3c\u4e9a\u7b26\u53f7","cedi sign":"\u585e\u5730\u7b26\u53f7","livre tournois sign":"\u91cc\u5f17\u5f17\u5c14\u7b26\u53f7","spesmilo sign":"spesmilo\u7b26\u53f7","tenge sign":"\u575a\u6208\u7b26\u53f7","indian rupee sign":"\u5370\u5ea6\u5362\u6bd4","turkish lira sign":"\u571f\u8033\u5176\u91cc\u62c9","nordic mark sign":"\u5317\u6b27\u9a6c\u514b","manat sign":"\u9a6c\u7eb3\u7279\u7b26\u53f7","ruble sign":"\u5362\u5e03\u7b26\u53f7","yen character":"\u65e5\u5143\u5b57\u6837","yuan character":"\u4eba\u6c11\u5e01\u5143\u5b57\u6837","yuan character, in hong kong and taiwan":"\u5143\u5b57\u6837\uff08\u6e2f\u53f0\u5730\u533a\uff09","yen/yuan character variant one":"\u5143\u5b57\u6837\uff08\u5927\u5199\uff09","Emojis":"\u8868\u60c5\u7b26\u53f7","Emojis...":"\u8868\u60c5\u7b26\u53f7...","Loading emojis...":"\u6b63\u5728\u52a0\u8f7d\u8868\u60c5\u7b26\u53f7...","Could not load emojis":"\u672a\u80fd\u52a0\u8f7d\u8868\u60c5\u7b26\u53f7","People":"\u4eba\u7c7b","Animals and Nature":"\u52a8\u7269\u548c\u81ea\u7136","Food and Drink":"\u98df\u7269\u548c\u996e\u54c1","Activity":"\u6d3b\u52a8","Travel and Places":"\u65c5\u6e38\u548c\u5730\u70b9","Objects":"\u7269\u4ef6","Flags":"\u65d7\u5e1c","Characters":"\u5b57\u7b26","Characters (no spaces)":"\u5b57\u7b26(\u65e0\u7a7a\u683c)","{0} characters":"{0}\u4e2a\u5b57\u7b26","Error: Form submit field collision.":"\u9519\u8bef: \u8868\u683c\u63d0\u4ea4\u5b57\u6bb5\u51b2\u7a81\u3002","Error: No form element found.":"\u9519\u8bef: \u6ca1\u6709\u8868\u5355\u63a7\u4ef6\u3002","Color swatch":"\u989c\u8272\u6837\u672c","Color Picker":"\u9009\u8272\u5668","Invalid hex color code: {0}":"\u65e0\u6548\u7684\u5341\u516d\u8fdb\u5236\u989c\u8272\u4ee3\u7801\uff1a{0}","Invalid input":"\u8f93\u5165\u65e0\u6548","R":"R","Red component":"\u7ea2\u8272\u6210\u5206","G":"G","Green component":"\u7eff\u8272\u6210\u5206","B":"B","Blue component":"\u84dd\u8272\u6210\u5206","#":"#","Hex color code":"\u5341\u516d\u8fdb\u5236\u989c\u8272\u4ee3\u7801","Range 0 to 255":"0 \u81f3 255 \u7684\u8303\u56f4","Turquoise":"\u9752\u7eff\u8272","Green":"\u7eff\u8272","Blue":"\u84dd\u8272","Purple":"\u7d2b\u8272","Navy Blue":"\u6d77\u519b\u84dd","Dark Turquoise":"\u6df1\u84dd\u7eff\u8272","Dark Green":"\u6df1\u7eff\u8272","Medium Blue":"\u4e2d\u84dd\u8272","Medium Purple":"\u4e2d\u7d2b\u8272","Midnight Blue":"\u6df1\u84dd\u8272","Yellow":"\u9ec4\u8272","Orange":"\u6a59\u8272","Red":"\u7ea2\u8272","Light Gray":"\u6d45\u7070\u8272","Gray":"\u7070\u8272","Dark Yellow":"\u6697\u9ec4\u8272","Dark Orange":"\u6df1\u6a59\u8272","Dark Red":"\u6df1\u7ea2\u8272","Medium Gray":"\u4e2d\u7070\u8272","Dark Gray":"\u6df1\u7070\u8272","Light Green":"\u6de1\u7eff\u8272","Light Yellow":"\u6d45\u9ec4\u8272","Light Red":"\u6d45\u7ea2\u8272","Light Purple":"\u6d45\u7d2b\u8272","Light Blue":"\u6d45\u84dd\u8272","Dark Purple":"\u6df1\u7d2b\u8272","Dark Blue":"\u6df1\u84dd\u8272","Black":"\u9ed1\u8272","White":"\u767d\u8272","Switch to or from fullscreen mode":"\u5207\u6362\u5168\u5c4f\u6a21\u5f0f","Open help dialog":"\u6253\u5f00\u5e2e\u52a9\u5bf9\u8bdd\u6846","history":"\u5386\u53f2","styles":"\u6837\u5f0f","formatting":"\u683c\u5f0f\u5316","alignment":"\u5bf9\u9f50","indentation":"\u7f29\u8fdb","Font":"\u5b57\u4f53","Size":"\u5b57\u53f7","More...":"\u66f4\u591a\u4fe1\u606f......","Select...":"\u9009\u62e9......","Preferences":"\u9996\u9009\u9879","Yes":"\u662f","No":"\u5426","Keyboard Navigation":"\u952e\u76d8\u5bfc\u822a","Version":"\u7248\u672c","Code view":"\u4ee3\u7801\u89c6\u56fe","Open popup menu for split buttons":"\u4e3a\u62c6\u5206\u6309\u94ae\u6253\u5f00\u5f39\u51fa\u83dc\u5355","List Properties":"\u5217\u8868\u5c5e\u6027","List properties...":"\u5217\u8868\u5c5e\u6027...","Start list at number":"\u4ee5\u7f16\u53f7...\u5f00\u59cb\u5217\u8868","Line height":"\u884c\u9ad8","Dropped file type is not supported":"\u4e0d\u652f\u6301\u62d6\u653e\u6587\u4ef6\u7c7b\u578b","Loading...":"\u4e0a\u4f20\u4e2d......","ImageProxy HTTP error: Rejected request":"ImageProxy HTTP\u9519\u8bef\uff1a\u62d2\u7edd\u7684\u8bf7\u6c42","ImageProxy HTTP error: Could not find Image Proxy":"ImageProxy HTTP\u9519\u8bef\uff1a\u672a\u627e\u5230Image Proxy","ImageProxy HTTP error: Incorrect Image Proxy URL":"ImageProxy HTTP\u9519\u8bef\uff1aImage Proxy URL\u6709\u8bef","ImageProxy HTTP error: Unknown ImageProxy error":"ImageProxy HTTP\u9519\u8bef\uff1a\u672a\u77e5\u7684ImageProxy\u9519\u8bef","Accordion summary...":"\u6298\u53e0\u9762\u677f\u6458\u8981...","Accordion body...":"\u6298\u53e0\u9762\u677f\u6b63\u6587...","Insert accordion":"\u63d2\u5165\u6298\u53e0\u9762\u677f","Accordion":"\u6298\u53e0\u9762\u677f","Toggle accordion":"\u5207\u6362\u6298\u53e0\u9762\u677f","Delete accordion":"\u5220\u9664\u6298\u53e0\u9762\u677f","comments":"\u5907\u6ce8","Format painter":"\u683c\u5f0f\u5237","Capitalization":"\u5927\u5199","lowercase":"\u5c0f\u5199","UPPERCASE":"\u5927\u5199","Title Case":"\u5b57\u9996\u5927\u5199","Permanent pen":"\u8bb0\u53f7\u7b14","Permanent Pen Properties":"\u6c38\u4e45\u6807\u8bb0\u5c5e\u6027","Permanent pen properties...":"\u6c38\u4e45\u6807\u8bb0\u5c5e\u6027......","Case Change":"\u53d8\u683c","Checklist":"\u68c0\u67e5\u8868","Insert checklist":"\u63d2\u5165\u6e05\u5355"});
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * TinyMCE Language Pack
3
+ *
4
+ * Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ */
7
+ tinymce.addI18n("zh_TW",{"Redo":"\u91cd\u505a","Undo":"\u64a4\u92b7","Cut":"\u526a\u4e0b","Copy":"\u8907\u88fd","Paste":"\u7c98\u8cbc","Select all":"\u5168\u9078","New document":"\u65b0\u6587\u4ef6","Ok":"\u78ba\u5b9a","Cancel":"\u53d6\u6d88","Visual aids":"\u5c0f\u5e6b\u624b","Bold":"\u7c97\u9ad4","Italic":"\u659c\u9ad4","Underline":"\u4e0b\u5283\u7dda","Strikethrough":"\u522a\u9664\u7dda","Superscript":"\u4e0a\u6a19","Subscript":"\u4e0b\u6a19","Clear formatting":"\u6e05\u9664\u683c\u5f0f","Remove":"\u79fb\u9664","Align left":"\u5de6\u908a\u5c0d\u9f4a","Align center":"\u4e2d\u9593\u5c0d\u9f4a","Align right":"\u53f3\u908a\u5c0d\u9f4a","No alignment":"\u7121\u5c0d\u9f4a","Justify":"\u5de6\u53f3\u5c0d\u9f4a","Bullet list":"\u9805\u76ee\u6e05\u55ae","Numbered list":"\u6578\u5b57\u6e05\u55ae","Decrease indent":"\u6e1b\u5c11\u7e2e\u6392","Increase indent":"\u589e\u52a0\u7e2e\u6392","Close":"\u95dc\u9589","Formats":"\u683c\u5f0f","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"\u60a8\u7684\u700f\u89bd\u5668\u4e0d\u652f\u63f4\u76f4\u63a5\u9032\u5165\u526a\u8cbc\u7c3f\u3002 \u8acb\u6539\u7528Ctrl+X/C/V\u9375\u76e4\u5feb\u901f\u9375\u3002","Headings":"\u6a19\u984c","Heading 1":"\u6a19\u984c1","Heading 2":"\u6a19\u984c2","Heading 3":"\u6a19\u984c3","Heading 4":"\u6a19\u984c4","Heading 5":"\u6a19\u984c5","Heading 6":"\u6a19\u984c6","Preformatted":"\u9810\u5148\u683c\u5f0f\u5316\u7684","Div":"Div","Pre":"Pre","Code":"\u4ee3\u78bc","Paragraph":"\u6bb5\u843d","Blockquote":"Blockquote","Inline":"\u5167\u806f","Blocks":"\u57fa\u584a","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"\u8cbc\u4e0a\u73fe\u70ba\u7d14\u6587\u5b57\u6a21\u5f0f\u3002 \u5728\u60a8\u95dc\u9589\u6b64\u9078\u9805\u4e4b\u524d\uff0c\u5167\u5bb9\u5c07\u4ee5\u7d14\u6587\u5b57\u5f62\u5f0f\u8cbc\u4e0a\u3002","Fonts":"\u5b57\u578b","Font sizes":"\u5b57\u578b\u5927\u5c0f","Class":"\u985e\u578b","Browse for an image":"\u5f9e\u5716\u7247\u4e2d\u700f\u89bd","OR":"\u6216","Drop an image here":"\u62d6\u66f3\u5716\u7247\u81f3\u6b64","Upload":"\u4e0a\u50b3","Uploading image":"\u4e0a\u50b3\u5716\u7247","Block":"\u5340\u584a","Align":"\u5c0d\u9f4a","Default":"\u9810\u8a2d","Circle":"\u7a7a\u5fc3\u5713","Disc":"\u5be6\u5fc3\u5713","Square":"\u6b63\u65b9\u5f62","Lower Alpha":"\u5c0f\u5beb\u82f1\u6587\u5b57\u6bcd","Lower Greek":"\u5e0c\u81d8\u5b57\u6bcd","Lower Roman":"\u5c0f\u5beb\u7f85\u99ac\u6578\u5b57","Upper Alpha":"\u5927\u5beb\u82f1\u6587\u5b57\u6bcd","Upper Roman":"\u5927\u5beb\u7f85\u99ac\u6578\u5b57","Anchor...":"\u9328\u9ede...","Anchor":"\u9328\u9ede","Name":"\u540d\u7a31","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID \u61c9\u4ee5\u82f1\u6587\u5b57\u6bcd\u958b\u59cb\uff0c\u4e4b\u5f8c\u53ef\u7528\u82f1\u6587\u5b57\u6bcd\u3001\u6578\u5b57\u3001\u865b\u7dda\u3001\u9ede\u3001\u5206\u865f\u6216\u5e95\u7dda\u3002","You have unsaved changes are you sure you want to navigate away?":"\u7de8\u8f2f\u5c1a\u672a\u88ab\u5132\u5b58\uff0c\u4f60\u78ba\u5b9a\u8981\u96e2\u958b\uff1f","Restore last draft":"\u8f09\u5165\u4e0a\u4e00\u6b21\u7de8\u8f2f\u7684\u8349\u7a3f","Special character...":"\u7279\u6b8a\u5b57\u5143......","Special Character":"\u7279\u6b8a\u5b57\u5143","Source code":"\u539f\u59cb\u78bc","Insert/Edit code sample":"\u63d2\u5165/\u7de8\u8f2f \u7a0b\u5f0f\u78bc\u7bc4\u4f8b","Language":"\u8a9e\u8a00","Code sample...":"\u7a0b\u5f0f\u78bc\u7bc4\u4f8b...","Left to right":"\u7531\u5de6\u5230\u53f3","Right to left":"\u7531\u53f3\u5230\u5de6","Title":"\u6a19\u984c","Fullscreen":"\u5168\u87a2\u5e55","Action":"\u52d5\u4f5c","Shortcut":"\u6377\u5f91","Help":"\u5e6b\u52a9","Address":"\u5730\u5740","Focus to menubar":"\u8df3\u81f3\u9078\u55ae\u5217","Focus to toolbar":"\u8df3\u81f3\u5de5\u5177\u5217","Focus to element path":"\u8df3\u81f3\u5143\u7d20\u5217","Focus to contextual toolbar":"\u8df3\u81f3\u5feb\u6377\u9078\u55ae","Insert link (if link plugin activated)":"\u65b0\u589e\u6377\u5f91 (\u6377\u5f91\u5916\u639b\u555f\u7528\u6642)","Save (if save plugin activated)":"\u5132\u5b58 (\u5132\u5b58\u5916\u639b\u555f\u7528\u6642)","Find (if searchreplace plugin activated)":"\u5c0b\u627e (\u5c0b\u627e\u53d6\u4ee3\u5916\u639b\u555f\u7528\u6642)","Plugins installed ({0}):":"\u5916\u639b\u7a0b\u5f0f\uff08{0}\uff09\u5df2\u5b89\u88dd\uff1a","Premium plugins:":"\u52a0\u503c\u5916\u639b\uff1a","Learn more...":"\u4e86\u89e3\u66f4\u591a...","You are using {0}":"\u60a8\u6b63\u5728\u4f7f\u7528 {0}","Plugins":"\u5168\u90e8\u5916\u639b\u7a0b\u5f0f","Handy Shortcuts":"\u5feb\u901f\u9375","Horizontal line":"\u6c34\u5e73\u7dda","Insert/edit image":"\u63d2\u5165/\u7de8\u8f2f\u5716\u7247","Alternative description":"\u66ff\u4ee3\u8aaa\u660e","Accessibility":"\u53ef\u5b58\u53d6\u6027","Image is decorative":"\u6b64\u70ba\u88dd\u98fe\u6027\u5716\u7247","Source":"\u539f\u59cb\u78bc","Dimensions":"\u5c3a\u5bf8","Constrain proportions":"\u4fdd\u6301\u6bd4\u4f8b","General":"\u4e00\u822c","Advanced":"\u9ad8\u7d1a","Style":"\u6a23\u5f0f","Vertical space":"\u5782\u76f4\u9593\u8ddd","Horizontal space":"\u6c34\u6e96\u9593\u8ddd","Border":"\u6846\u7dda","Insert image":"\u63d2\u5165\u5716\u7247","Image...":"\u5716\u7247......","Image list":"\u5716\u7247\u6e05\u55ae","Resize":"\u8abf\u6574\u5927\u5c0f","Insert date/time":"\u63d2\u5165\u65e5\u671f/\u6642\u9593","Date/time":"\u65e5\u671f/\u6642\u9593","Insert/edit link":"\u63d2\u5165/\u7de8\u8f2f\u9023\u7d50","Text to display":"\u8981\u986f\u793a\u7684\u6587\u672c","Url":"\u7db2\u5740","Open link in...":"\u958b\u555f\u9023\u7d50\u65bc...","Current window":"\u76ee\u524d\u8996\u7a97","None":"\u7121","New window":"\u53e6\u958b\u8996\u7a97","Open link":"\u958b\u555f\u9023\u7d50","Remove link":"\u79fb\u9664\u9023\u7d50","Anchors":"\u9328\u9ede","Link...":"\u9023\u7d50...","Paste or type a link":"\u8cbc\u4e0a\u6216\u8f38\u5165\u9023\u7d50","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"\u60a8\u8f38\u5165\u7684URL\u4f3c\u4e4e\u662f\u4e00\u500b\u96fb\u5b50\u90f5\u5740\u3002 \u60a8\u5e0c\u671b\u6dfb\u52a0\u6240\u9700\u7684\u96fb\u90f5\u524d\u7db4\u55ce?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"\u60a8\u8f38\u5165\u7684URL\u61c9\u8a72\u662f\u4e00\u500b\u5916\u90e8\u9023\u7d50\u3002 \u60a8\u5e0c\u671b\u6dfb\u52a0\u6240\u9700\u7684\u7db2\u5740\u524d\u7db4\u55ce?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"\u60a8\u8f38\u5165\u7684URL\u61c9\u8a72\u662f\u4e00\u500b\u5916\u90e8\u9023\u7d50\u3002 \u60a8\u5e0c\u671b\u6dfb\u52a0\u6240\u9700\u7684\u7db2\u5740\u524d\u7db4\u55ce?","Link list":"\u9023\u7d50\u6e05\u55ae","Insert video":"\u63d2\u5165\u5f71\u97f3","Insert/edit video":"\u63d2\u4ef6/\u7de8\u8f2f\u5f71\u97f3","Insert/edit media":"\u63d2\u5165/\u7de8\u8f2f\u5a92\u9ad4","Alternative source":"\u66ff\u4ee3\u4f86\u6e90","Alternative source URL":"\u66ff\u4ee3\u4f86\u6e90URL","Media poster (Image URL)":"\u5a92\u9ad4\u6d77\u5831\uff08\u5f71\u50cfImage URL\uff09","Paste your embed code below:":"\u8acb\u5c07\u60a8\u7684\u5d4c\u5165\u5f0f\u7a0b\u5f0f\u78bc\u8cbc\u5728\u4e0b\u65b9\uff1a","Embed":"\u5d4c\u5165","Media...":"\u5a92\u9ad4...","Nonbreaking space":"\u4e0d\u5206\u884c\u7684\u7a7a\u683c","Page break":"\u5206\u9801","Paste as text":"\u4ee5\u7d14\u6587\u5b57\u8cbc\u4e0a","Preview":"\u9810\u89bd","Print":"\u5217\u5370","Print...":"\u5217\u5370...","Save":"\u4fdd\u5b58","Find":"\u5c0b\u627e","Replace with":"\u66ff\u63db\u70ba","Replace":"\u66ff\u63db","Replace all":"\u66ff\u63db\u5168\u90e8","Previous":"\u4e0a\u4e00\u500b","Next":"\u4e0b\u4e00\u500b","Find and Replace":"\u67e5\u627e\u548c\u66ff\u63db","Find and replace...":"\u5c0b\u627e\u53ca\u53d6\u4ee3...","Could not find the specified string.":"\u7121\u6cd5\u67e5\u8a62\u5230\u6b64\u7279\u5b9a\u5b57\u4e32\u3002","Match case":"\u5927\u5c0f\u5beb\u5339\u914d","Find whole words only":"\u50c5\u627e\u51fa\u5b8c\u6574\u5b57\u532f","Find in selection":"\u5728\u9078\u53d6\u7684\u5167\u5bb9\u4e2d\u5c0b\u627e","Insert table":"\u63d2\u5165\u8868\u683c","Table properties":"\u8868\u683c\u5c6c\u6027","Delete table":"\u522a\u9664\u8868\u683c","Cell":"\u5132\u5b58\u683c","Row":"\u884c","Column":"\u6b04\u76ee","Cell properties":"\u5132\u5b58\u683c\u5c6c\u6027","Merge cells":"\u5408\u4f75\u5132\u5b58\u683c","Split cell":"\u5206\u5272\u5132\u5b58\u683c","Insert row before":"\u63d2\u5165\u5217\u5728...\u4e4b\u524d","Insert row after":"\u63d2\u5165\u5217\u5728...\u4e4b\u5f8c","Delete row":"\u522a\u9664\u5217","Row properties":"\u5217\u5c6c\u6027","Cut row":"\u526a\u4e0b\u5217","Cut column":"\u526a\u4e0b\u6b04","Copy row":"\u8907\u88fd\u5217","Copy column":"\u8907\u88fd\u6b04","Paste row before":"\u8cbc\u4e0a\u5217\u5728...\u4e4b\u524d","Paste column before":"\u8cbc\u4e0a\u6b04\u5728...\u4e4b\u524d","Paste row after":"\u8cbc\u4e0a\u5217\u5728...\u4e4b\u5f8c","Paste column after":"\u8cbc\u4e0a\u6b04\u5728...\u4e4b\u5f8c","Insert column before":"\u63d2\u5165\u6b04\u4f4d\u5728...\u4e4b\u524d","Insert column after":"\u63d2\u5165\u6b04\u4f4d\u5728...\u4e4b\u5f8c","Delete column":"\u522a\u9664\u884c","Cols":"\u6b04\u4f4d\u6bb5","Rows":"\u884c\u6578","Width":"\u5bec\u5ea6","Height":"\u9ad8\u5ea6","Cell spacing":"\u5132\u5b58\u683c\u9593\u8ddd","Cell padding":"\u5132\u5b58\u683c\u908a\u8ddd","Row clipboard actions":"\u884c\u526a\u8cbc\u677f\u64cd\u4f5c","Column clipboard actions":"\u5217\u526a\u8cbc\u677f\u64cd\u4f5c","Table styles":"\u8868\u683c\u6a23\u5f0f","Cell styles":"\u55ae\u5143\u683c\u6a23\u5f0f","Column header":"\u5217\u6a19\u984c","Row header":"\u884c\u6a19\u984c","Table caption":"\u8868\u683c\u6a19\u984c","Caption":"\u6a19\u984c","Show caption":"\u986f\u793a\u6a19\u984c","Left":"\u5de6","Center":"\u5c45\u4e2d","Right":"\u53f3","Cell type":"\u5132\u5b58\u683c\u5225","Scope":"\u7bc4\u570d","Alignment":"\u5c0d\u9f4a","Horizontal align":"\u6c34\u5e73\u5c0d\u9f4a","Vertical align":"\u5782\u76f4\u5c0d\u9f4a","Top":"\u4e0a\u65b9\u5c0d\u9f4a","Middle":"\u5c45\u4e2d\u5c0d\u9f4a","Bottom":"\u4e0b\u65b9\u5c0d\u9f4a","Header cell":"\u8868\u982d\u5132\u5b58\u683c","Row group":"\u5217\u7fa4\u7d44","Column group":"\u6b04\u7fa4\u7d44","Row type":"\u884c\u7684\u985e\u578b","Header":"\u9801\u982d","Body":"\u4e3b\u9ad4","Footer":"Footer","Border color":"\u6846\u7dda\u984f\u8272","Solid":"\u5be6\u5fc3","Dotted":"\u9ede\u7dda","Dashed":"\u865b\u7dda","Double":"\u96d9\u7dda","Groove":"Groove","Ridge":"\u5c71\u810a","Inset":"\u5167\u51f9","Outset":"\u5916\u51f8","Hidden":"\u96b1\u85cf","Insert template...":"\u63d2\u5165\u6a23\u7248...","Templates":"\u6a23\u7248","Template":"\u6a23\u677f","Insert Template":"\u63d2\u5165\u7bc4\u672c","Text color":"\u6587\u672c\u9854\u8272","Background color":"\u80cc\u666f\u9854\u8272","Custom...":"\u81ea\u5b9a\u7fa9......","Custom color":"\u81ea\u8a02\u984f\u8272","No color":"\u7121\u8272","Remove color":"\u79fb\u9664\u984f\u8272","Show blocks":"\u986f\u793a\u57fa\u584a","Show invisible characters":"\u986f\u793a\u96b1\u85cf\u5b57\u5143","Word count":"\u8a08\u7b97\u5b57\u6578","Count":"\u8a08\u7b97","Document":"\u6587\u4ef6","Selection":"\u9078\u9805","Words":"\u5b57\u6578","Words: {0}":"\u6587\u5b57\uff1a{0}","{0} words":"{0} \u500b\u5b57","File":"\u6a94\u6848","Edit":"\u7de8\u8f2f","Insert":"\u63d2\u5165","View":"\u67e5\u770b","Format":"\u683c\u5f0f","Table":"\u8868\u683c","Tools":"\u5de5\u5177","Powered by {0}":"\u63d0\u4f9b\u8005{0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Rich Text \u5340\u57df\u3002 \u529f\u80fd\u8868\uff0c\u8acb\u6309 ALT F9\u3002 \u5de5\u5177\u5217\uff0c\u8acb\u6309 ALT F10\u3002 \u8aaa\u660e\uff0c\u8acb\u6309 ALT 0\u3002","Image title":"\u5716\u7247\u6a19\u984c","Border width":"\u6846\u7dda\u5bec\u5ea6","Border style":"\u6846\u7dda\u6a23\u5f0f","Error":"\u932f\u8aa4","Warn":"\u8b66\u544a","Valid":"\u6709\u6548","To open the popup, press Shift+Enter":"\u8981\u958b\u555f\u5f48\u51fa\u8996\u7a97\uff0c\u8acb\u6309Shift+Enter","Rich Text Area":"Rich Text \u5340","Rich Text Area. Press ALT-0 for help.":"Rich Text \u5340\u57df\u3002 \u8aaa\u660e\uff0c\u8acb\u6309 ALT 0\u3002","System Font":"\u7cfb\u7d71\u5b57\u578b","Failed to upload image: {0}":"\u7121\u6cd5\u4e0a\u50b3\u5716\u50cf\uff1a{0}","Failed to load plugin: {0} from url {1}":"\u7121\u6cd5\u8f09\u5165\u5916\u639b\uff1a\u4f86\u81ea{0} \u7684{1}","Failed to load plugin url: {0}":"\u7121\u6cd5\u8f09\u5165\u5916\u639b url\uff1a{0}","Failed to initialize plugin: {0}":"\u7121\u6cd5\u555f\u52d5\u5916\u639b\uff1a{0}","example":"\u7bc4\u4f8b","Search":"\u641c\u7d22","All":"\u5168\u90e8","Currency":"\u8ca8\u5e63","Text":"\u6587\u672c","Quotations":"\u5f15\u7528","Mathematical":"\u6578\u5b78","Extended Latin":"\u62c9\u4e01\u5b57\u6bcd\u64f4\u5145","Symbols":"\u7b26\u865f","Arrows":"\u7bad\u982d","User Defined":"\u4f7f\u7528\u8005\u5df2\u5b9a\u7fa9","dollar sign":"\u7f8e\u5143\u7b26\u865f","currency sign":"\u8ca8\u5e63\u7b26\u865f","euro-currency sign":"\u6b50\u5143\u7b26\u865f","colon sign":"\u79d1\u6717\u7b26\u865f","cruzeiro sign":"\u514b\u9b6f\u8cfd\u7f85\u7b26\u865f","french franc sign":"\u6cd5\u6717\u7b26\u865f","lira sign":"\u91cc\u62c9\u7b26\u865f","mill sign":"\u6587\u7b26\u865f","naira sign":"\u5948\u62c9\u7b26\u865f","peseta sign":"\u6bd4\u585e\u5854\u7b26\u865f","rupee sign":"\u76e7\u6bd4\u7b26\u865f","won sign":"\u97d3\u571c\u7b26\u865f","new sheqel sign":"\u65b0\u8b1d\u514b\u723e\u7b26\u865f","dong sign":"\u8d8a\u5357\u76fe\u7b26\u865f","kip sign":"\u8001\u64be\u5e63\u7b26\u865f","tugrik sign":"\u8499\u53e4\u5e63\u7b26\u865f","drachma sign":"\u5fb7\u514b\u62c9\u99ac\u7b26\u865f","german penny symbol":"\u5fb7\u570b\u5206\u7b26\u865f","peso sign":"\u62ab\u7d22\u7b26\u865f","guarani sign":"\u5df4\u62c9\u572d\u5e63\u7b26\u865f","austral sign":"\u963f\u6839\u5ef7\u5e63\u7b26\u865f","hryvnia sign":"\u70cf\u514b\u862d\u5e63\u7b26\u865f","cedi sign":"\u8fe6\u7d0d\u5e63\u7b26\u865f","livre tournois sign":"\u91cc\u5f17\u723e\u7b26\u865f","spesmilo sign":"\u570b\u969b\u5e63\u7b26\u865f","tenge sign":"\u54c8\u85a9\u514b\u5e63\u7b26\u865f","indian rupee sign":"\u5370\u5ea6\u76e7\u6bd4\u7b26\u865f","turkish lira sign":"\u571f\u8033\u5176\u91cc\u62c9\u7b26\u865f","nordic mark sign":"\u5317\u6b50\u99ac\u514b\u7b26\u865f","manat sign":"\u4e9e\u585e\u62dc\u7136\u5e63\u7b26\u865f","ruble sign":"\u76e7\u5e03\u7b26\u865f","yen character":"\u65e5\u5713\u7b26\u865f","yuan character":"\u4eba\u6c11\u5e63\u7b26\u865f","yuan character, in hong kong and taiwan":"\u6e2f\u5143\u8207\u53f0\u5e63\u7b26\u865f","yen/yuan character variant one":"\u65e5\u5713/\u4eba\u6c11\u5e63\u7b26\u865f\u8b8a\u5316\u578b","Emojis":"\u8868\u60c5\u5716\u793a","Emojis...":"\u8868\u60c5\u5716\u793a...","Loading emojis...":"\u6b63\u5728\u8f09\u5165\u8868\u60c5\u5716\u793a...","Could not load emojis":"\u7121\u6cd5\u8f09\u5165\u8868\u60c5\u5716\u793a","People":"\u4eba","Animals and Nature":"\u52d5\u7269\u8207\u81ea\u7136","Food and Drink":"\u98f2\u98df","Activity":"\u6d3b\u52d5","Travel and Places":"\u65c5\u884c\u8207\u5730\u9ede","Objects":"\u7269\u4ef6","Flags":"\u65d7\u6a19","Characters":"\u5b57\u5143","Characters (no spaces)":"\u5b57\u5143\uff08\u7121\u7a7a\u683c\uff09","{0} characters":"{0} \u500b\u5b57\u5143","Error: Form submit field collision.":"\u932f\u8aa4\uff1a\u8868\u683c\u905e\u4ea4\u6b04\u4f4d\u885d\u7a81\u3002","Error: No form element found.":"\u932f\u8aa4\uff1a\u627e\u4e0d\u5230\u8868\u683c\u5143\u7d20\u3002","Color swatch":"\u8272\u5f69\u6a23\u672c","Color Picker":"\u9078\u8272\u5668","Invalid hex color code: {0}":"\u7121\u6548\u7684\u5341\u516d\u9032\u5236\u984f\u8272\u4ee3\u78bc\uff1a{0}","Invalid input":"\u7121\u6548\u8f38\u5165","R":"R","Red component":"\u7d05\u8272\u90e8\u5206","G":"G","Green component":"\u7da0\u8272\u90e8\u5206","B":"B","Blue component":"\u85cd\u8272\u90e8\u5206","#":"#","Hex color code":"\u5341\u516d\u9032\u4f4d\u8272\u5f69\u4ee3\u78bc","Range 0 to 255":"\u7bc4\u570d\u70ba 0 \u81f3 255","Turquoise":"\u571f\u8033\u5176\u85cd","Green":"\u7da0\u8272","Blue":"\u85cd\u8272","Purple":"\u7d2b\u8272","Navy Blue":"\u6df1\u85cd\u8272","Dark Turquoise":"\u6df1\u571f\u8033\u5176\u85cd","Dark Green":"\u6df1\u7da0\u8272","Medium Blue":"\u4e2d\u85cd\u8272","Medium Purple":"\u4e2d\u7d2b\u8272","Midnight Blue":"\u9ed1\u85cd\u8272","Yellow":"\u9ec3\u8272","Orange":"\u6a59\u8272","Red":"\u7d05\u8272","Light Gray":"\u6dfa\u7070\u8272","Gray":"\u7070\u8272","Dark Yellow":"\u6df1\u9ec3\u8272","Dark Orange":"\u6df1\u6a59\u8272","Dark Red":"\u6697\u7d05\u8272","Medium Gray":"\u4e2d\u7070\u8272","Dark Gray":"\u6df1\u7070\u8272","Light Green":"\u6de1\u7da0\u8272","Light Yellow":"\u6dfa\u9ec3\u8272","Light Red":"\u6dfa\u7d05\u8272","Light Purple":"\u6dfa\u7d2b\u8272","Light Blue":"\u6dfa\u85cd\u8272","Dark Purple":"\u6df1\u7d2b\u8272","Dark Blue":"\u6df1\u85cd\u8272","Black":"\u9ed1\u8272","White":"\u767d\u8272","Switch to or from fullscreen mode":"\u8f49\u63db\u81ea/\u81f3\u5168\u87a2\u5e55\u6a21\u5f0f","Open help dialog":"\u958b\u555f\u5354\u52a9\u5c0d\u8a71","history":"\u6b77\u53f2","styles":"\u6a23\u5f0f","formatting":"\u683c\u5f0f","alignment":"\u5c0d\u9f4a","indentation":"\u7e2e\u6392","Font":"\u5b57\u578b","Size":"\u5b57\u5f62\u5927\u5c0f","More...":"\u66f4\u591a\u8cc7\u8a0a......","Select...":"\u9078\u64c7......","Preferences":"\u9996\u9078\u9805","Yes":"\u662f","No":"\u5426","Keyboard Navigation":"\u9375\u76e4\u5c0e\u822a","Version":"\u7248\u672c","Code view":"\u4ee3\u78bc\u8996\u5716","Open popup menu for split buttons":"\u70ba\u62c6\u5206\u6309\u9215\u6253\u958b\u5f48\u51fa\u529f\u80fd\u8868","List Properties":"\u6e05\u55ae\u5c6c\u6027","List properties...":"\u6e05\u55ae\u5c6c\u6027...","Start list at number":"\u6e05\u55ae\u8d77\u59cb\u7de8\u865f","Line height":"\u884c\u9ad8","Dropped file type is not supported":"\u4e0d\u652f\u63f4\u5df2\u62d6\u653e\u7684\u6a94\u6848\u985e\u578b","Loading...":"\u4e0a\u50b3\u4e2d......","ImageProxy HTTP error: Rejected request":"ImageProxy HTTP \u932f\u8aa4\uff1a\u62d2\u7d55\u8acb\u6c42","ImageProxy HTTP error: Could not find Image Proxy":"ImageProxy HTTP \u932f\u8aa4\uff1a\u627e\u4e0d\u5230\u5716\u50cf\u4ee3\u7406","ImageProxy HTTP error: Incorrect Image Proxy URL":"ImageProxy HTTP \u932f\u8aa4\uff1a\u932f\u8aa4\u7684\u5716\u50cf\u4ee3\u7406 URL","ImageProxy HTTP error: Unknown ImageProxy error":"ImageProxy HTTP \u932f\u8aa4\uff1a\u672a\u77e5\u7684\u5716\u50cf\u4ee3\u7406\u932f\u8aa4","Accordion summary...":"\u647a\u758a\u5f0f\u529f\u80fd\u8868\u6458\u8981...","Accordion body...":"\u647a\u758a\u5f0f\u529f\u80fd\u8868\u4e3b\u9ad4...","Insert accordion":"\u63d2\u5165\u647a\u758a\u5f0f\u529f\u80fd\u8868","Accordion":"\u647a\u758a\u5f0f\u529f\u80fd\u8868","Toggle accordion":"\u5207\u63db\u647a\u758a\u5f0f\u529f\u80fd\u8868","Delete accordion":"\u522a\u9664\u647a\u758a\u5f0f\u529f\u80fd\u8868","comments":"\u8a3b\u89e3","Format painter":"\u8907\u88fd\u683c\u5f0f","Capitalization":"\u5927\u5beb","lowercase":"\u5c0f\u5beb","UPPERCASE":"\u5927\u5beb","Title Case":"\u5b57\u9996\u5927\u5beb","Permanent pen":"\u6c38\u4e45\u6027\u7b46","Permanent Pen Properties":"\u6c38\u4e45\u6a19\u8a18\u5c6c\u6027","Permanent pen properties...":"\u6c38\u4e45\u6a19\u8a18\u5c6c\u6027......","Case Change":"\u8b8a\u683c","Checklist":"\u6aa2\u67e5\u6e05\u55ae","Insert checklist":"\u63d2\u5165\u6aa2\u67e5\u6e05\u55ae"});
@@ -0,0 +1,5 @@
1
+ Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
2
+
3
+ SOFTWARE TERMS & CONDITIONS OF USE
4
+
5
+ Use of this software is covered by the Tiny Technologies, Inc Software Terms & Conditions of Use presented at https://about.tiny.cloud/legal/. By use of this Software you have agreed to the Tiny Technologies, Inc Software Terms & Conditions of Use.
@@ -0,0 +1,13 @@
1
+ /*!
2
+ * TinyMCE
3
+ *
4
+ * Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ */
7
+ // Exports the "dom" model for usage with module loaders
8
+ // Usage:
9
+ // CommonJS:
10
+ // require('tinymce/models/dom')
11
+ // ES2015:
12
+ // import 'tinymce/models/dom'
13
+ require('./model.js');