@sapui5/sap.ui.richtexteditor 1.121.0 → 1.121.2

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 (397) hide show
  1. package/package.json +1 -1
  2. package/src/sap/ui/richtexteditor/.library +3 -3
  3. package/src/sap/ui/richtexteditor/RTESplitButton.js +1 -1
  4. package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/default/icons.js +6 -0
  5. package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/default/icons.min.js +6 -0
  6. package/src/sap/ui/richtexteditor/js/tiny_mce5/jquery.tinymce.min.js +5 -2
  7. package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/he_IL.js +420 -1
  8. package/src/sap/ui/richtexteditor/js/tiny_mce5/license.txt +3 -3
  9. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/license.txt +3 -3
  10. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advlist/plugin.js +7 -2
  11. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advlist/plugin.min.js +7 -2
  12. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/anchor/plugin.js +7 -2
  13. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/anchor/plugin.min.js +7 -2
  14. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autolink/plugin.js +8 -3
  15. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autolink/plugin.min.js +8 -3
  16. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autoresize/plugin.js +7 -2
  17. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autoresize/plugin.min.js +7 -2
  18. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autosave/plugin.js +7 -2
  19. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autosave/plugin.min.js +7 -2
  20. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/bbcode/plugin.js +7 -2
  21. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/bbcode/plugin.min.js +7 -2
  22. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/charmap/plugin.js +7 -2
  23. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/charmap/plugin.min.js +7 -2
  24. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/code/plugin.js +7 -2
  25. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/code/plugin.min.js +7 -2
  26. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/codesample/plugin.js +274 -146
  27. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/codesample/plugin.min.js +8 -3
  28. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/colorpicker/plugin.js +7 -2
  29. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/colorpicker/plugin.min.js +7 -2
  30. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/contextmenu/plugin.js +7 -2
  31. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/contextmenu/plugin.min.js +7 -2
  32. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/directionality/plugin.js +7 -2
  33. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/directionality/plugin.min.js +7 -2
  34. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojiimages.js +6 -0
  35. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojiimages.min.js +6 -0
  36. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojis.js +6 -0
  37. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojis.min.js +6 -0
  38. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/plugin.js +7 -2
  39. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/plugin.min.js +7 -2
  40. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullpage/plugin.js +7 -2
  41. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullpage/plugin.min.js +7 -2
  42. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullscreen/plugin.js +9 -3
  43. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullscreen/plugin.min.js +8 -3
  44. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/help/plugin.js +7 -2
  45. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/help/plugin.min.js +7 -2
  46. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/hr/plugin.js +7 -2
  47. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/hr/plugin.min.js +7 -2
  48. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/image/plugin.js +7 -2
  49. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/image/plugin.min.js +7 -2
  50. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/imagetools/plugin.js +7 -2
  51. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/imagetools/plugin.min.js +7 -2
  52. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/importcss/plugin.js +7 -2
  53. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/importcss/plugin.min.js +7 -2
  54. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/insertdatetime/plugin.js +7 -2
  55. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/insertdatetime/plugin.min.js +7 -2
  56. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/legacyoutput/plugin.js +7 -2
  57. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/legacyoutput/plugin.min.js +7 -2
  58. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/link/plugin.js +7 -2
  59. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/link/plugin.min.js +7 -2
  60. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/lists/plugin.js +7 -2
  61. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/lists/plugin.min.js +7 -2
  62. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/media/plugin.js +7 -2
  63. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/media/plugin.min.js +7 -2
  64. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/nonbreaking/plugin.js +7 -2
  65. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/nonbreaking/plugin.min.js +7 -2
  66. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/noneditable/plugin.js +7 -2
  67. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/noneditable/plugin.min.js +7 -2
  68. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/pagebreak/plugin.js +7 -2
  69. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/pagebreak/plugin.min.js +7 -2
  70. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/paste/plugin.js +8 -3
  71. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/paste/plugin.min.js +8 -3
  72. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/CHANGELOG.md +5 -0
  73. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/license.txt +3 -3
  74. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/plugin.js +2 -2
  75. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/plugin.min.js +2 -2
  76. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/readme.txt +1 -1
  77. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/version.txt +1 -1
  78. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/preview/plugin.js +7 -2
  79. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/preview/plugin.min.js +7 -2
  80. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/print/plugin.js +7 -2
  81. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/print/plugin.min.js +7 -2
  82. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/quickbars/plugin.js +7 -2
  83. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/quickbars/plugin.min.js +7 -2
  84. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/save/plugin.js +7 -2
  85. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/save/plugin.min.js +7 -2
  86. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/searchreplace/plugin.js +7 -2
  87. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/searchreplace/plugin.min.js +7 -2
  88. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/spellchecker/plugin.js +7 -2
  89. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/spellchecker/plugin.min.js +7 -2
  90. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tabfocus/plugin.js +7 -2
  91. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tabfocus/plugin.min.js +7 -2
  92. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/table/plugin.js +7 -2
  93. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/table/plugin.min.js +7 -2
  94. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/template/plugin.js +7 -2
  95. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/template/plugin.min.js +7 -2
  96. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textcolor/plugin.js +7 -2
  97. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textcolor/plugin.min.js +7 -2
  98. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textpattern/plugin.js +8 -3
  99. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textpattern/plugin.min.js +8 -3
  100. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/toc/plugin.js +7 -2
  101. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/toc/plugin.min.js +7 -2
  102. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualblocks/plugin.js +7 -2
  103. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualblocks/plugin.min.js +7 -2
  104. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualchars/plugin.js +7 -2
  105. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualchars/plugin.min.js +7 -2
  106. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/wordcount/plugin.js +7 -2
  107. package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/wordcount/plugin.min.js +7 -2
  108. package/src/sap/ui/richtexteditor/js/tiny_mce5/readme.txt +1 -1
  109. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/dark/content.css +5 -5
  110. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/dark/content.min.css +5 -5
  111. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/default/content.css +5 -5
  112. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/default/content.min.css +5 -5
  113. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/document/content.css +5 -5
  114. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/document/content.min.css +5 -5
  115. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/writer/content.css +5 -5
  116. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/writer/content.min.css +5 -5
  117. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.css +5 -5
  118. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.css +5 -5
  119. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.min.css +5 -5
  120. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.min.css +5 -5
  121. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.mobile.css +5 -5
  122. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.mobile.min.css +5 -5
  123. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.css +5 -5
  124. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.min.css +5 -5
  125. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.mobile.css +5 -5
  126. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.mobile.min.css +5 -5
  127. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.css +5 -5
  128. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.min.css +5 -5
  129. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.css +5 -5
  130. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.css +5 -5
  131. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.min.css +5 -5
  132. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.min.css +5 -5
  133. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.mobile.css +5 -5
  134. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.mobile.min.css +5 -5
  135. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.css +5 -5
  136. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.min.css +5 -5
  137. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.mobile.css +5 -5
  138. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.mobile.min.css +5 -5
  139. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.css +5 -5
  140. package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.min.css +5 -5
  141. package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/mobile/theme.js +7 -2
  142. package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/mobile/theme.min.js +7 -2
  143. package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/silver/theme.js +1645 -84
  144. package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/silver/theme.min.js +8 -3
  145. package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.d.ts +3 -0
  146. package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.js +1458 -1360
  147. package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.min.js +8 -3
  148. package/src/sap/ui/richtexteditor/js/tiny_mce5/version.txt +1 -1
  149. package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.js +3 -0
  150. package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.min.js +1 -1
  151. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ar.js +1 -1
  152. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/bg_BG.js +1 -1
  153. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ca.js +1 -1
  154. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/cs.js +1 -1
  155. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/da.js +1 -1
  156. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/de.js +1 -1
  157. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/el.js +1 -1
  158. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/es.js +1 -1
  159. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/eu.js +1 -1
  160. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fa.js +1 -1
  161. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fi.js +1 -1
  162. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fr_FR.js +1 -1
  163. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/he_IL.js +1 -1
  164. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hi.js +1 -1
  165. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hr.js +1 -1
  166. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hu_HU.js +1 -1
  167. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/id.js +1 -1
  168. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/it.js +1 -1
  169. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ja.js +1 -1
  170. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/kk.js +1 -1
  171. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ko_KR.js +1 -1
  172. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ms.js +1 -1
  173. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nb_NO.js +1 -1
  174. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nl.js +1 -1
  175. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pl.js +1 -1
  176. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_BR.js +1 -1
  177. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_PT.js +1 -1
  178. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ro.js +1 -1
  179. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ru.js +1 -1
  180. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sk.js +1 -1
  181. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sl_SI.js +1 -1
  182. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sv_SE.js +1 -1
  183. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/th_TH.js +1 -1
  184. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/tr.js +1 -1
  185. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/uk.js +1 -1
  186. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/vi.js +1 -1
  187. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_CN.js +1 -1
  188. package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_TW.js +1 -1
  189. package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.js +1 -1
  190. package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.min.js +1 -1
  191. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/plugin.js +39 -18
  192. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/plugin.min.js +2 -2
  193. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/CHANGELOG.md +10 -0
  194. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.css +1 -1
  195. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.js +1 -1
  196. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror_css.js +13 -0
  197. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.js +2 -2
  198. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.min.js +2 -2
  199. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.js +2 -2
  200. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.min.js +2 -2
  201. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/readme.txt +1 -1
  202. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/version.txt +1 -1
  203. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.js +1 -1
  204. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.min.js +1 -1
  205. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.js +1 -1
  206. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.min.js +1 -1
  207. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.js +1 -1
  208. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.min.js +1 -1
  209. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.js +1 -1
  210. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.min.js +1 -1
  211. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.js +1 -1
  212. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.min.js +1 -1
  213. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.js +1 -1
  214. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.min.js +1 -1
  215. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.js +1 -1
  216. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.min.js +1 -1
  217. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.js +1 -1
  218. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.min.js +1 -1
  219. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.js +1 -1
  220. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.min.js +1 -1
  221. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.js +1 -1
  222. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.min.js +1 -1
  223. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.js +1 -1
  224. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.min.js +1 -1
  225. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ar.js +5 -5
  226. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/bg_BG.js +5 -5
  227. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ca.js +5 -5
  228. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/cs.js +5 -5
  229. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/da.js +5 -5
  230. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/de.js +5 -5
  231. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/el.js +5 -5
  232. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/en.js +5 -5
  233. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/es.js +5 -5
  234. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/eu.js +6 -6
  235. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fa.js +5 -5
  236. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fi.js +5 -5
  237. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fr_FR.js +5 -5
  238. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/he_IL.js +5 -5
  239. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hi.js +5 -5
  240. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hr.js +5 -5
  241. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hu_HU.js +5 -5
  242. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/id.js +5 -5
  243. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/it.js +5 -5
  244. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ja.js +5 -5
  245. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/kk.js +5 -5
  246. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ko_KR.js +5 -5
  247. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ms.js +5 -5
  248. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/nb_NO.js +5 -5
  249. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/nl.js +5 -5
  250. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pl.js +5 -5
  251. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pt_BR.js +5 -5
  252. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pt_PT.js +5 -5
  253. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ro.js +5 -5
  254. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ru.js +5 -5
  255. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sk.js +5 -5
  256. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sl_SI.js +5 -5
  257. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sv_SE.js +5 -5
  258. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/th_TH.js +5 -5
  259. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/tr.js +5 -5
  260. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/uk.js +5 -5
  261. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/vi.js +5 -5
  262. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/zh_CN.js +5 -5
  263. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/zh_TW.js +5 -5
  264. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.js +10 -5
  265. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.min.js +2 -2
  266. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.js +4 -3
  267. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.min.js +2 -2
  268. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.js +2 -2
  269. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.min.js +2 -2
  270. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.js +1 -1
  271. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.min.js +1 -1
  272. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.js +3 -2
  273. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.min.js +2 -2
  274. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.js +282 -58
  275. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.min.js +2 -2
  276. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.js +7 -25
  277. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.min.js +2 -2
  278. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.js +1 -1
  279. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.min.js +1 -1
  280. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.js +1 -1
  281. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.min.js +1 -1
  282. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/CHANGELOG.md +19 -0
  283. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/js/wordimport.js +1972 -1673
  284. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ar.js +0 -1
  285. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/bg_BG.js +0 -1
  286. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ca.js +0 -1
  287. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/cs.js +0 -1
  288. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/da.js +0 -1
  289. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/de.js +0 -1
  290. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/el.js +0 -1
  291. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/es.js +0 -1
  292. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/eu.js +0 -1
  293. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fa.js +0 -1
  294. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fi.js +0 -1
  295. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fr_FR.js +0 -1
  296. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/he_IL.js +0 -1
  297. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hi.js +0 -1
  298. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hr.js +0 -1
  299. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hu_HU.js +0 -1
  300. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/id.js +0 -1
  301. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/it.js +0 -1
  302. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ja.js +0 -1
  303. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/kk.js +0 -1
  304. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ko_KR.js +0 -1
  305. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ms.js +0 -1
  306. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/nb_NO.js +0 -1
  307. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/nl.js +0 -1
  308. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pl.js +0 -1
  309. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pt_BR.js +0 -1
  310. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pt_PT.js +0 -1
  311. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ro.js +0 -1
  312. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ru.js +0 -1
  313. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sk.js +0 -1
  314. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sl_SI.js +0 -1
  315. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sv_SE.js +0 -1
  316. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/th_TH.js +0 -1
  317. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/tr.js +0 -1
  318. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/uk.js +0 -1
  319. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/vi.js +0 -1
  320. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/zh_CN.js +0 -1
  321. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/zh_TW.js +0 -1
  322. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.js +2 -2
  323. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.min.js +2 -2
  324. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/readme.txt +1 -1
  325. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/version.txt +1 -1
  326. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.js +1 -1
  327. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.min.js +1 -1
  328. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.js +13 -4
  329. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.min.js +2 -2
  330. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.js +1 -1
  331. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.min.js +1 -1
  332. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.js +3 -3
  333. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.min.js +2 -2
  334. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.js +2 -2
  335. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.min.js +2 -2
  336. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.js +1 -1
  337. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.min.js +1 -1
  338. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.js +1 -1
  339. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.min.js +1 -1
  340. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.js +1 -1
  341. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.min.js +1 -1
  342. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.js +1 -1
  343. package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.min.js +1 -1
  344. package/src/sap/ui/richtexteditor/js/tiny_mce6/readme.txt +1 -1
  345. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/dark/content.js +8 -0
  346. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/default/content.js +8 -0
  347. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/document/content.js +8 -0
  348. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5/content.js +8 -0
  349. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5-dark/content.js +8 -0
  350. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/writer/content.js +8 -0
  351. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.css +1 -1
  352. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.css +1 -1
  353. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.js +8 -0
  354. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.min.css +1 -1
  355. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.js +8 -0
  356. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.min.css +1 -1
  357. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.css +86 -11
  358. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.js +8 -0
  359. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.min.css +1 -1
  360. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.shadowdom.js +8 -0
  361. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.css +1 -1
  362. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.css +1 -1
  363. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.js +8 -0
  364. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.min.css +1 -1
  365. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.js +8 -0
  366. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.min.css +1 -1
  367. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.css +89 -14
  368. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.js +8 -0
  369. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.min.css +1 -1
  370. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.shadowdom.js +8 -0
  371. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.css +1 -1
  372. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.css +1 -1
  373. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.js +8 -0
  374. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.min.css +1 -1
  375. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.js +8 -0
  376. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.min.css +1 -1
  377. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.css +86 -11
  378. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.js +8 -0
  379. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.min.css +1 -1
  380. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.shadowdom.js +8 -0
  381. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.css +1 -1
  382. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.css +1 -1
  383. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.js +8 -0
  384. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.min.css +1 -1
  385. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.js +8 -0
  386. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.min.css +1 -1
  387. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.css +86 -11
  388. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.js +8 -0
  389. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.min.css +1 -1
  390. package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.shadowdom.js +8 -0
  391. package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.js +20786 -20200
  392. package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.min.js +2 -2
  393. package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.d.ts +40 -8
  394. package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.js +2031 -1572
  395. package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.min.js +2 -2
  396. package/src/sap/ui/richtexteditor/js/tiny_mce6/version.txt +1 -1
  397. package/src/sap/ui/richtexteditor/library.js +1 -1
@@ -4,4 +4,4 @@
4
4
  * Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
5
5
  * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
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"});
7
+ tinymce.addI18n("vi",{"#":"#","A - acute":"A - s\u1eafc","A - circumflex":"A - m\u0169","A - diaeresis":"A - t\xe1ch \u0111\xf4i","A - grave":"A - huy\u1ec1n","A - macron":"A - tr\u01b0\u1eddng \xe2m","A - ring above":"A - d\u1ea5u tr\xf2n tr\xean \u0111\u1ea7u","A - tilde":"A - ng\xe3","Accessibility":"Tr\u1ee3 n\u0103ng","Accordion":"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...","Accordion summary...":"T\xf3m t\u1eaft m\xf4-\u0111un n\u1ed9i dung m\u1edf r\u1ed9ng/thu g\u1ecdn \u0111\u01b0\u1ee3c...","Action":"H\xe0nh \u0111\u1ed9ng","Activity":"Ho\u1ea1t \u0111\u1ed9ng","Address":"\u0110i\u0323a chi\u0309","Advanced":"N\xe2ng cao","Align":"C\u0103n ch\u1ec9nh","Align center":"C\u0103n gi\u1eefa","Align left":"C\u0103n tr\xe1i","Align right":"C\u0103n ph\u1ea3i","Alignment":"C\u0103n ch\u1ec9nh","Alignment {0}":"C\u0103n l\u1ec1 {0}","All":"T\u1ea5t c\u1ea3","Alpha":"Alpha","Alternative description":"M\xf4 ta\u0309 thay th\u1ebf","Alternative source":"Ngu\u1ed3n thay th\u1ebf","Alternative source URL":"URL ngu\u1ed3n thay th\u1ebf","Anchor":"\u0110i\u1ec3m neo","Anchor...":"\u0110i\u1ec3m neo...","Anchors":"\u0110i\u1ec3m neo","Animals and Nature":"\u0110\u1ed9ng v\u1eadt v\xe0 thi\xean nhi\xean","Arrows":"M\u0169i t\xean","B":"B","Background color":"M\xe0u n\u1ec1n","Background color {0}":"M\xe0u n\u1ec1n {0}","Beta":"Beta","Black":"M\xe0u \u0111en","Block":"Kh\u1ed1i","Block {0}":"Kh\u1ed1i {0}","Blockquote":"Th\u1ebb tr\xedch d\u1eabn Blockquote","Blocks":"Kh\xf4\u0301i","Blue":"Xanh lam","Blue component":"C\u1ea5u ph\u1ea7n m\xe0u xanh lam","Body":"N\u1ed9i dung","Bold":"\u0110\u1eadm","Border":"Vi\u1ec1n","Border color":"M\xe0u vi\u1ec1n","Border style":"Ki\u1ec3u \u0111\u01b0\u1eddng vi\u1ec1n","Border width":"\u0110\xf4\u0323 r\xf4\u0323ng vi\xea\u0300n","Bottom":"\u0110\xe1y","Browse files":"Duy\u1ec7t t\u1ec7p","Browse for an image":"Duy\u1ec7t t\xecm h\xecnh \u1ea3nh","Browse links":"Duy\u1ec7t li\xean k\u1ebft","Bullet list":"Danh s\xe1ch d\u1ea5u \u0111\u1ea7u d\xf2ng","C - cedilla":"C - m\xf3c d\u01b0\u1edbi","Cancel":"H\u1ee7y","Capitalization":"Vi\xea\u0301t hoa","Caption":"Ch\xfa th\xedch","Case Change":"Thay \u0111\u1ed5i c\xe1ch vi\u1ebft hoa","Cell":"\xd4","Cell padding":"Ph\u1ea7n \u0111\u1ec7m \xf4","Cell properties":"Thu\u1ed9c t\xednh \xf4","Cell spacing":"D\xe3n c\xe1ch \xf4","Cell styles":"Ki\u1ec3u \xf4","Cell type":"Lo\u1ea1i \xf4","Center":"Gi\u1eefa","Characters":"K\xfd t\u1ef1","Characters (no spaces)":"K\xfd t\u1ef1 (kh\xf4ng c\xf3 d\u1ea5u c\xe1ch)","Checklist":"Danh s\xe1ch ki\u1ec3m tra","Chi":"Chi","Circle":"Hi\u0300nh tro\u0300n","Class":"L\u1edbp","Clear formatting":"X\xf3a \u0111\u1ecbnh d\u1ea1ng","Close":"\u0110o\u0301ng","Code":"M\xe3","Code sample...":"M\xe3 m\u1eabu...","Code view":"Xem ma\u0303","Color Picker":"B\u1ed9 ch\u1ecdn m\xe0u","Color swatch":"M\u1eabu m\xe0u","Cols":"C\u1ed9t","Column":"C\xf4\u0323t","Column clipboard actions":"Thao t\xe1c trong b\u1ea3ng t\u1ea1m tr\xean c\u1ed9t","Column group":"Nh\xf3m c\u1ed9t","Column header":"Ti\xeau \u0111\u1ec1 c\u1ed9t","Constrain proportions":"Gi\u1eef c\u1ed1 \u0111\u1ecbnh t\u1ec9 l\u1ec7","Copy":"Sao ch\xe9p","Copy column":"Sao ch\xe9p c\u1ed9t","Copy row":"Sao ch\xe9p h\xe0ng","Could not find the specified string.":"Kh\xf4ng t\xecm th\u1ea5y chu\u1ed7i \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh.","Could not load emojis":"Kh\xf4ng t\u1ea3i \u0111\u01b0\u1ee3c c\xe1c emoji","Count":"S\u1ed1 l\u01b0\u1ee3ng","Currency":"\u0110\u01a1n v\u1ecb ti\u1ec1n","Current window":"C\u1eeda s\u1ed5 hi\u1ec7n t\u1ea1i","Custom color":"M\xe0u t\xf9y ch\u1ec9nh","Custom...":"T\xf9y ch\u1ec9nh...","Cut":"C\u1eaft","Cut column":"C\u1eaft c\u1ed9t","Cut row":"C\u1eaft h\xe0ng","Dark Blue":"Xanh lam \u0111\u1eadm","Dark Gray":"X\xe1m \u0111\u1eadm","Dark Green":"Xanh l\u1ee5c \u0111\u1eadm","Dark Orange":"Cam \u0111\u1eadm","Dark Purple":"T\xedm \u0111\u1eadm","Dark Red":"\u0110\u1ecf s\u1eabm","Dark Turquoise":"Ng\u1ecdc lam \u0111\u1eadm","Dark Yellow":"V\xe0ng \u0111\u1eadm","Dashed":"Ne\u0301t \u0111\u01b0\u0301t","Date/time":"Ng\xe0y/gi\u1edd","Decrease indent":"Gia\u0309m thu\u0323t l\xea\u0300","Default":"M\u0103\u0323c \u0111i\u0323nh","Delete accordion":"X\xf3a m\xf4-\u0111un n\u1ed9i dung m\u1edf r\u1ed9ng/thu g\u1ecdn \u0111\u01b0\u1ee3c","Delete column":"X\xf3a c\u1ed9t","Delete row":"X\xf3a h\xe0ng","Delete table":"X\xf3a b\u1ea3ng","Delta":"Delta","Dimensions":"K\xedch th\u01b0\u1edbc","Disc":"\u0110\u0129a","Div":"Ph\u1ea7n t\u1eed Div","Document":"T\xe0i li\u1ec7u","Dotted":"Ch\u1ea5m ch\u1ea5m","Double":"N\xe9t \u0111\xf4i","Drop an image here":"Th\u1ea3 m\u1ed9t h\xecnh \u1ea3nh v\xe0o \u0111\xe2y","Dropped file type is not supported":"Kh\xf4ng h\u1ed7 tr\u1ee3 lo\u1ea1i t\u1ec7p v\u1eeba th\u1ea3 v\xe0o","E - acute":"E - s\u1eafc","E - circumflex":"E - m\u0169","E - diaeresis":"E - t\xe1ch \u0111\xf4i","E - grave":"E - huy\u1ec1n","E - macron":"E - tr\u01b0\u1eddng \xe2m","ETH":"ETH","Edit":"S\u01b0\u0309a","Embed":"Nh\xfang","Emojis":"Emoji","Emojis...":"Emoji...","Epsilon":"Epsilon","Error":"L\u1ed7i","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.","Eta":"Eta","Extended Latin":"Ch\u1eef Latin m\u1edf r\u1ed9ng","Failed to initialize plugin: {0}":"Kh\xf4ng kh\u1edfi t\u1ea1o \u0111\u01b0\u01a1\u0323c ph\u1ea7n b\u1ed5 tr\u1ee3: {0}","Failed to load plugin url: {0}":"Kh\xf4ng t\u1ea3i \u0111\u01b0\u01a1\u0323c URL ph\u1ea7n b\u1ed5 tr\u1ee3: {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 upload image: {0}":"Kh\xf4ng t\u1ea3i h\xecnh \u1ea3nh l\xean \u0111\u01b0\u01a1\u0323c: {0}","File":"T\u1ec7p","Find":"T\xecm ki\u1ebfm","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)","Find and Replace":"Ti\u0300m va\u0300 Thay th\xea\u0301","Find and replace...":"Ti\u0300m va\u0300 thay th\xea\u0301...","Find in selection":"T\xecm trong ph\u1ea7n l\u1ef1a ch\u1ecdn","Find whole words only":"Ch\u1ec9 t\xecm nguy\xean c\u1ea3 t\u1eeb","Flags":"C\u1edd","Focus to contextual toolbar":"T\u1eadp trung v\xe0o thanh c\xf4ng c\u1ee5 ng\u1eef c\u1ea3nh","Focus to element path":"T\u1eadp trung v\xe0o \u0111\u01b0\u1eddng d\u1eabn ph\u1ea7n t\u1eed","Focus to menubar":"T\u1eadp trung v\xe0o thanh menu","Focus to toolbar":"T\u1eadp trung v\xe0o thanh c\xf4ng c\u1ee5","Font":"Ph\xf4ng ch\u1eef","Font size {0}":"C\u1ee1 ch\u1eef {0}","Font sizes":"K\xedch th\u01b0\u1edbc ph\xf4ng ch\u1eef","Font {0}":"Ph\xf4ng ch\u1eef {0}","Fonts":"Ph\xf4ng ch\u01b0\u0303","Food and Drink":"Th\u1ef1c ph\u1ea9m v\xe0 \u0111\u1ed3 u\u1ed1ng","Footer":"Ch\xe2n trang","Format":"\u0110\u1ecbnh d\u1ea1ng","Format painter":"B\xfat \u0111\u1ecbnh d\u1ea1ng","Format {0}":"\u0110\u1ecbnh d\u1ea1ng {0}","Formats":"\u0110\u1ecbnh d\u1ea1ng","Fullscreen":"To\xe0n m\xe0n h\xecnh","G":"G","Gamma":"Gamma","General":"T\u1ed5ng qu\xe1t","Gray":"M\xe0u x\xe1m","Green":"Xanh l\u1ee5c","Green component":"C\u1ea5u ph\u1ea7n m\xe0u xanh l\u1ee5c","Groove":"X\u1ebb r\xe3nh","Handy Shortcuts":"Ph\xedm t\u1eaft ti\u1ec7n d\u1ee5ng","Header":"\u0110\u1ea7u trang","Header cell":"\xd4 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","Headings":"Ti\xeau \u0111\u1ec1","Height":"Chi\u1ec1u cao","Help":"Tr\u1ee3 gi\xfap","Hex color code":"M\xe3 m\xe0u th\u1eadp l\u1ee5c ph\xe2n","Hidden":"\u0110\u01b0\u1eddng vi\u1ec1n \u1ea9n","Horizontal align":"C\u0103n ch\u1ec9nh ngang","Horizontal line":"\u0110\u01b0\u1eddng ngang","Horizontal space":"Kh\xf4ng gian chi\u1ec1u ngang","I - acute":"I - s\u1eafc","I - circumflex":"I - m\u0169","I - diaeresis":"I - t\xe1ch \u0111\xf4i","I - grave":"I - huy\u1ec1n","I - macron":"I - tr\u01b0\u1eddng \xe2m","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.","Image is decorative":"H\xecnh \u1ea3nh mang t\xednh ch\u1ea5t trang tr\xed","Image list":"Danh s\xe1ch h\xecnh \u1ea3nh","Image title":"Ti\xeau \u0111\u1ec1 h\xecnh \u1ea3nh","Image...":"H\xecnh \u1ea3nh...","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: Rejected request":"L\u1ed7i HTTP ImageProxy: Y\xeau c\u1ea7u b\u1ecb t\u1eeb ch\u1ed1i","ImageProxy HTTP error: Unknown ImageProxy error":"L\u1ed7i HTTP ImageProxy: L\u1ed7i ImageProxy kh\xf4ng x\xe1c \u0111\u1ecbnh","Increase indent":"T\u0103ng thu\u0323t l\xea\u0300","Inline":"N\u1ed9i tuy\u1ebfn","Insert":"Ch\xe8n","Insert Template":"Ch\xe8n m\u1eabu","Insert accordion":"Ch\xe8n m\xf4-\u0111un n\u1ed9i dung m\u1edf r\u1ed9ng/thu g\u1ecdn \u0111\u01b0\u1ee3c","Insert checklist":"Ch\xe8n danh s\xe1ch ki\u1ec3m tra","Insert column after":"Ch\xe8n c\u1ed9t ph\xeda sau","Insert column before":"Ch\xe8n c\u1ed9t ph\xeda tr\u01b0\u1edbc","Insert date/time":"Ch\xe8n ng\xe0y/gi\u1edd","Insert image":"Ch\xe8n h\xecnh \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)","Insert row after":"Ch\xe8n h\xe0ng ph\xeda sau","Insert row before":"Ch\xe8n h\xe0ng ph\xeda tr\u01b0\u1edbc","Insert table":"Ch\xe8n b\u1ea3ng","Insert template...":"Ch\xe8n m\u1eabu...","Insert video":"Ch\xe8n video","Insert/Edit code sample":"Ch\xe8n/ch\u1ec9nh s\u1eeda m\xe3 m\u1eabu","Insert/edit image":"Ch\xe8n/ch\u1ec9nh s\u1eeda h\xecnh \u1ea3nh","Insert/edit link":"Ch\xe8n/ch\u1ec9nh s\u1eeda li\xean k\u1ebft","Insert/edit media":"Ch\xe8n/ch\u1ec9nh s\u1eeda ph\u01b0\u01a1ng ti\u1ec7n","Insert/edit video":"Ch\xe8n/ch\u1ec9nh s\u1eeda video","Inset":"Khung ch\xecm","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","Iota":"Iota","Italic":"Nghi\xeang","Justify":"C\u0103n \u0111\u1ec1u","Kappa":"Kappa","Keyboard Navigation":"\u0110i\u1ec1u h\u01b0\u1edbng b\xe0n ph\xedm","Lambda":"Lambda","Language":"Ng\xf4n ng\u01b0\u0303","Learn more...":"T\xecm hi\u1ec3u th\xeam...","Left":"Tr\xe1i","Left to right":"Tr\xe1i sang ph\u1ea3i","Light Blue":"Xanh lam nha\u0323t","Light Gray":"Xa\u0301m nha\u0323t","Light Green":"Xanh lu\u0323c nha\u0323t","Light Purple":"T\xedm nh\u1ea1t","Light Red":"\u0110\u1ecf nh\u1ea1t","Light Yellow":"V\xe0ng nh\u1ea1t","Line height":"Chi\u1ec1u cao d\xf2ng","Link list":"Danh s\xe1ch li\xean k\u1ebft...","Link...":"Li\xean k\u1ebft...","List Properties":"Thu\u1ed9c t\xednh danh s\xe1ch","List properties...":"Thu\u1ed9c t\xednh danh s\xe1ch...","Loading emojis...":"\u0110ang t\u1ea3i c\xe1c emoji...","Loading...":"\u0110ang t\u1ea3i...","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","Match case":"Kh\u01a1\u0301p ch\u01b0\u0303 hoa/th\u01b0\u01a1\u0300ng","Mathematical":"To\xe1n h\u1ecdc","Media poster (Image URL)":"\xc1p ph\xedch ph\u01b0\u01a1ng ti\u1ec7n (URL h\xecnh \u1ea3nh)","Media...":"Ph\u01b0\u01a1ng ti\u1ec7n...","Medium Blue":"Xanh lam trung b\xecnh","Medium Gray":"X\xe1m trung b\xecnh","Medium Purple":"T\xedm trung b\xecnh","Merge cells":"Ph\u1ed1i \xf4","Middle":"Gi\u1eefa","Midnight Blue":"D\u1ea1 lam","More...":"Th\xeam...","Mu":"Mu","N - tilde":"N - ng\xe3","Name":"T\xean","Navy Blue":"Xanh ha\u0309i qu\xe2n","New document":"T\xe0i li\u1ec7u m\u1edbi","New window":"C\u1eeda s\u1ed5 m\u1edbi","Next":"Ti\u1ebfp theo","No":"Kh\xf4ng","No alignment":"Kh\xf4ng c\u0103n ch\u1ec9nh","No color":"Kh\xf4ng m\xe0u","Nonbreaking space":"D\u1ea5u c\xe1ch kh\xf4ng ng\u1eaft","None":"Kh\xf4ng c\xf3","Nu":"Nu","Numbered list":"Danh s\xe1ch \u0111\xe1nh s\u1ed1","O - acute":"O - s\u1eafc","O - circumflex":"O - m\u0169","O - diaeresis":"O - t\xe1ch \u0111\xf4i","O - grave":"O - huy\u1ec1n","O - macron":"O - tr\u01b0\u1eddng \xe2m","O - slash":"O - g\u1ea1ch ch\xe9o","O - tilde":"O - ng\xe3","OR":"HO\u1eb6C","Objects":"\u0110\u1ed1i t\u01b0\u1ee3ng","Ok":"OK","Omega":"Omega","Omicron":"Omicron","Open help dialog":"M\u1edf h\u1ed9p tho\u1ea1i tr\u1ee3 gi\xfap","Open link":"M\u1edf li\xean k\u1ebft","Open link in...":"M\u1edf li\xean k\u1ebft trong...","Open popup menu for split buttons":"M\u1edf menu b\u1eadt l\xean \u0111\u1ec3 d\xf9ng c\xe1c n\xfat chia t\xe1ch","Orange":"M\xe0u cam","Outset":"Khung n\u1ed5i","Page break":"Ng\u1eaft trang","Paragraph":"\u0110o\u1ea1n v\u0103n","Paste":"D\xe1n","Paste as text":"D\xe1n d\u01b0\u1edbi d\u1ea1ng v\u0103n b\u1ea3n","Paste column after":"D\xe1n c\u1ed9t ph\xeda sau","Paste column before":"D\xe1n c\u1ed9t ph\xeda tr\u01b0\u1edbc","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.","Paste or type a link":"D\xe1n ho\u1eb7c nh\u1eadp m\u1ed9t li\xean k\u1ebft","Paste row after":"D\xe1n h\xe0ng ph\xeda sau","Paste row before":"D\xe1n h\xe0ng ph\xeda tr\u01b0\u1edbc","Paste your embed code below:":"H\xe3y d\xe1n m\xe3 nh\xfang v\xe0o b\xean d\u01b0\u1edbi:","People":"Con ng\u01b0\u1eddi","Permanent Pen Properties":"Thu\u1ed9c t\xednh c\u1ee7a B\xfat kh\xf4ng xo\xe1 \u0111\u01b0\u1ee3c","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...","Phi":"Phi","Pi":"Pi","Plugins":"Ph\u1ea7n b\u1ed5 tr\u1ee3","Plugins installed ({0}):":"\u0110\xe3 c\xe0i \u0111\u1eb7t ph\u1ea7n b\u1ed5 tr\u1ee3 ({0}):","Powered by {0}":"Ho\u1ea1t \u0111\u1ed9ng tr\xean n\u1ec1n t\u1ea3ng {0}","Pre":"Ph\u1ea7n t\u1eed Pre","Preferences":"T\xf9y ch\u1ecdn","Preformatted":"\u0110i\u0323nh da\u0323ng tr\u01b0\u01a1\u0301c","Premium plugins:":"Ph\u1ea7n b\u1ed5 tr\u1ee3 cao c\u1ea5p:","Press the Up and Down arrow keys to resize the editor.":"Nh\u1ea5n ph\xedm m\u0169i t\xean H\u01b0\u1edbng l\xean v\xe0 H\u01b0\u1edbng xu\u1ed1ng \u0111\u1ec3 ch\u1ec9nh k\xedch c\u1ee1 tr\xecnh so\u1ea1n th\u1ea3o.","Press the arrow keys to resize the editor.":"Nh\u1ea5n ph\xedm m\u0169i t\xean \u0111\u1ec3 ch\u1ec9nh k\xedch c\u1ee1 tr\xecnh so\u1ea1n th\u1ea3o.","Press {0} for help":"Nh\u1ea5n {0} \u0111\u1ec3 \u0111\u01b0\u1ee3c tr\u1ee3 gi\xfap","Preview":"Xem tr\u01b0\u1edbc","Previous":"Tr\u01b0\u1edbc","Print":"In","Print...":"In...","Psi":"Psi","Purple":"T\xedm","Quotations":"Tr\xedch d\u1eabn","R":"R","Range 0 to 255":"Trong ph\u1ea1m vi t\u1eeb 0 \u0111\u1ebfn 255","Red":"M\xe0u \u0111\u1ecf","Red component":"C\u1ea5u ph\u1ea7n m\xe0u \u0111\u1ecf","Redo":"L\xe0m l\u1ea1i","Remove":"Lo\u1ea1i b\u1ecf","Remove color":"Lo\u1ea1i b\u1ecf m\xe0u","Remove link":"Lo\u1ea1i b\u1ecf li\xean k\u1ebft","Replace":"Thay th\u1ebf","Replace all":"Thay th\u1ebf to\xe0n b\u1ed9","Replace with":"Thay th\u1ebf b\u1eb1ng","Resize":"\u0110\u1ed5i k\xedch c\u1ee1","Restore last draft":"Kh\xf4i ph\u1ee5c b\u1ea3n nh\xe1p g\u1ea7n \u0111\xe2y nh\u1ea5t","Reveal or hide additional toolbar items":"Hi\u1ec7n ho\u1eb7c \u1ea9n c\xe1c m\u1ee5c trong thanh c\xf4ng c\u1ee5 b\u1ed5 sung","Rho":"Rho","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.","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","Ridge":"\u0110\u01b0\u1eddng n\u1ed5i","Right":"Ph\u1ea3i","Right to left":"Ph\u1ea3i sang tr\xe1i","Row":"H\xe0ng","Row clipboard actions":"Thao t\xe1c trong b\u1ea3ng t\u1ea1m tr\xean h\xe0ng","Row group":"Nh\xf3m h\xe0ng","Row header":"Ti\xeau \u0111\u1ec1 h\xe0ng","Row properties":"Thu\u1ed9c t\xednh h\xe0ng","Row type":"Lo\u1ea1i h\xe0ng","Rows":"H\xe0ng","S - caron":"S - m\xf3c","Save":"L\u01b0u","Save (if save plugin activated)":"L\u01b0u (n\u1ebfu \u0111\xe3 k\xedch ho\u1ea1t ph\u1ea7n b\u1ed5 tr\u1ee3 l\u01b0u)","Scope":"Ph\u1ea1m vi","Search":"T\xecm ki\u1ebfm","Select all":"Ch\u1ecdn t\u1ea5t c\u1ea3","Select...":"Ch\u1ecdn...","Selection":"L\u1ef1a ch\u1ecdn","Shortcut":"Ph\xedm t\u1eaft","Show blocks":"Hi\u1ec3n th\u1ecb kh\xf4\u0301i","Show caption":"Hi\u1ec3n th\u1ecb ch\xfa th\xedch","Show invisible characters":"Hi\u1ec3n th\u1ecb c\xe1c k\xfd t\u1ef1 \u1ea9n","Sigma":"Sigma","Size":"K\xedch th\u01b0\u1edbc","Solid":"\u0110\u01b0\u1eddng li\u1ec1n n\xe9t","Source":"Ngu\u1ed3n","Source code":"M\xe3 ngu\u1ed3n","Special Character":"K\xfd t\u1ef1 \u0111\u1eb7c bi\u1ec7t","Special character...":"K\xfd t\u1ef1 \u0111\u1eb7c bi\u1ec7t...","Split cell":"T\xe1ch \xf4","Square":"H\xecnh vu\xf4ng","Start list at number":"B\u1eaft \u0111\u1ea7u danh s\xe1ch t\u1eeb s\u1ed1","Strikethrough":"G\u1ea1ch ngang ch\u1eef","Style":"Ki\u1ec3u","Subscript":"Chi\u0309 s\xf4\u0301 d\u01b0\u01a1\u0301i","Superscript":"Chi\u0309 s\xf4\u0301 tr\xean","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","Symbols":"Bi\u1ec3u t\u01b0\u1ee3ng","System Font":"Ph\xf4ng ch\u1eef h\xea\u0323 th\xf4\u0301ng","THORN":"THORN","Table":"Ba\u0309ng","Table caption":"Ch\xfa th\xedch b\u1ea3ng","Table properties":"Thu\u1ed9c t\xednh b\u1ea3ng","Table styles":"Ki\u1ec3u b\u1ea3ng","Tau":"Tau","Template":"M\u1eabu","Templates":"M\u1eabu","Text":"Ch\u1eef c\xe1i","Text color":"M\xe0u v\u0103n b\u1ea3n","Text color {0}":"M\xe0u ch\u1eef {0}","Text to display":"V\u0103n b\u1ea3n hi\u1ec3n th\u1ecb","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?',"Theta":"Theta","Title":"Ti\xeau \u0111\xea\u0300","Title Case":"Vi\u1ebft Hoa Ch\u1eef C\xe1i \u0110\u1ea7u C\u1ee7a M\u1ed7i T\u1eeb","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","Toggle accordion":"Chuy\u1ec3n \u0111\u1ed5i m\xf4-\u0111un n\u1ed9i dung m\u1edf r\u1ed9ng/thu g\u1ecdn \u0111\u01b0\u1ee3c","Tools":"C\xf4ng c\u1ee5","Top":"\u0110\u1ec9nh","Travel and Places":"Du l\u1ecbch v\xe0 \u0110\u1ecba \u0111i\u1ec3m","Turquoise":"Ngo\u0323c lam","U - acute":"U - s\u1eafc","U - circumflex":"U - m\u0169","U - diaeresis":"U - t\xe1ch \u0111\xf4i","U - grave":"U - huy\u1ec1n","U - macron":"U - tr\u01b0\u1eddng \xe2m","UPPERCASE":"CH\u1eee HOA","Underline":"G\u1ea1ch d\u01b0\u1edbi","Undo":"Ho\xe0n t\xe1c","Upload":"T\u1ea3i l\xean","Uploading image":"\u0110ang t\u1ea3i h\xecnh \u1ea3nh l\xean","Upper Alpha":"Ch\u1eef c\xe1i in hoa","Upper Roman":"Ch\u1eef Roman in hoa","Upsilon":"Upsilon","Url":"URL","User Defined":"Do ng\u01b0\u1eddi d\xf9ng x\xe1c \u0111\u1ecbnh","Valid":"H\u1ee3p l\u1ec7","Version":"Phi\xean b\u1ea3n","Vertical align":"C\u0103n ch\u1ec9nh d\u1ecdc","Vertical space":"Kh\xf4ng gian chi\u1ec1u d\u1ecdc","View":"Xem","Visual aids":"Ph\u01b0\u01a1ng ti\u1ec7n tr\u1ef1c quan","Warn":"C\u1ea3nh b\xe1o","White":"M\xe0u tr\u1eafng","Width":"\u0110\u1ed9 r\u1ed9ng","Word count":"\u0110\xea\u0301m ch\u01b0\u0303","Words":"T\u1eeb","Words: {0}":"T\u1eeb: {0}","Xi":"Xi","Y - acute":"Y - s\u1eafc","Y - diaeresis":"Y - t\xe1ch \u0111\xf4i","Y - macron":"Y - tr\u01b0\u1eddng \xe2m","Yellow":"V\xe0ng","Yes":"Co\u0301","You are using {0}":"B\u1ea1n \u0111ang s\u1eed d\u1ee5ng {0}","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?","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.","Zeta":"Zeta","a - acute":"a - s\u1eafc","a - circumflex":"a - m\u0169","a - diaeresis":"a - t\xe1ch \u0111\xf4i","a - grave":"a - huy\u1ec1n","a - macron":"a - tr\u01b0\u1eddng \xe2m","a - ring above":"a - d\u1ea5u tr\xf2n tr\xean \u0111\u1ea7u","a - tilde":"a - ng\xe3","alignment":"c\u0103n ch\u1ec9nh","almost equal to":"g\u1ea7n b\u1eb1ng","alpha":"alpha","angle":"g\xf3c","approximately equal to":"x\u1ea5p x\u1ec9","asterisk operator":"to\xe1n t\u1eed hoa th\u1ecb","austral sign":"k\xfd hi\u1ec7u austral","backward difference":"sai ph\xe2n l\xf9i","beta":"beta","broken bar":"d\u1ea5u thanh \u0111\u1ee9t","bullet":"d\u1ea5u ch\u1ea5m \u0111\u1ea7u d\xf2ng","c - cedilla":"c - m\xf3c d\u01b0\u1edbi","cedi sign":"k\xfd hi\u1ec7u cedi","cent sign":"k\xfd hi\u1ec7u cent","chi":"chi","circumflex accent":"d\u1ea5u m\u0169","colon sign":"d\u1ea5u hai ch\u1ea5m","comments":"nh\u1eadn x\xe9t","contains as member":"ch\u1ee9a","copyright sign":"k\xfd hi\u1ec7u b\u1ea3n quy\u1ec1n","cruzeiro sign":"k\xfd hi\u1ec7u cruzeiro","currency sign":"k\xfd hi\u1ec7u ti\u1ec1n t\u1ec7","degree sign":"k\xfd hi\u1ec7u \u0111\u1ed9","delta":"delta","diaeresis":"d\u1ea5u t\xe1ch \u0111\xf4i","diameter":"\u0111\u01b0\u1eddng k\xednh","division sign":"d\u1ea5u chia","dollar sign":"k\xfd hi\u1ec7u dollar","dong sign":"k\xfd hi\u1ec7u \u0111\u1ed3ng","double low-9 quotation mark":"d\u1ea5u ngo\u1eb7c k\xe9p low-9","drachma sign":"k\xfd hi\u1ec7u drachma","e - acute":"e - s\u1eafc","e - circumflex":"e - m\u0169","e - diaeresis":"e - t\xe1ch \u0111\xf4i","e - grave":"e - huy\u1ec1n","e - macron":"e - tr\u01b0\u1eddng \xe2m","element of":"thu\u1ed9c","em dash":"d\u1ea5u g\u1ea1ch em dash","en dash":"d\u1ea5u g\u1ea1ch en dash","epsilon":"epsilon","eta":"eta","eth":"eth","euro sign":"k\xfd hi\u1ec7u euro","euro-currency sign":"k\xfd hi\u1ec7u \u0111\u1ed3ng euro","example":"v\xed d\u1ee5","final sigma":"sigma cu\u1ed1i t\u1eeb","for all":"v\u1edbi m\u1ecdi","formatting":"\u0111\u1ecbnh d\u1ea1ng","fraction one half":"ph\xe2n s\u1ed1 m\u1ed9t ph\u1ea7n hai","fraction one quarter":"ph\xe2n s\u1ed1 m\u1ed9t ph\u1ea7n t\u01b0","fraction slash":"d\u1ea5u g\u1ea1ch ch\xe9o ph\xe2n s\u1ed1","fraction three quarters":"ph\xe2n s\u1ed1 ba ph\u1ea7n t\u01b0","french franc sign":"k\xfd hi\u1ec7u franc ph\xe1p","function / florin":"h\xe0m / florin","gamma":"gamma","german penny symbol":"bi\u1ec3u t\u01b0\u1ee3ng pfennig \u0111\u1ee9c","greater-than or equal to":"l\u1edbn h\u01a1n ho\u1eb7c b\u1eb1ng","greater-than sign":"d\u1ea5u l\u1edbn h\u01a1n","guarani sign":"k\xfd hi\u1ec7u guarani","history":"l\u1ecbch s\u1eed","hryvnia sign":"k\xfd hi\u1ec7u hryvnia","i - acute":"i - s\u1eafc","i - circumflex":"i - m\u0169","i - diaeresis":"i - t\xe1ch \u0111\xf4i","i - grave":"i - huy\u1ec1n","i - macron":"i - tr\u01b0\u1eddng \xe2m","identical to":"gi\u1ed1ng","indentation":"thu\u0323t l\xea\u0300","indian rupee sign":"k\xfd hi\u1ec7u rupee \u1ea5n \u0111\u1ed9","infinity":"v\xf4 c\u1ef1c","integral":"t\xedch ph\xe2n","intersection":"giao","inverted exclamation mark":"d\u1ea5u ch\u1ea5m than \u0111\u1ea3o ng\u01b0\u1ee3c","iota":"iota","kappa":"kappa","kip sign":"k\xfd hi\u1ec7u kip","lambda":"lambda","left double quotation mark":"d\u1ea5u ngo\u1eb7c k\xe9p tr\xe1i","left pointing guillemet":"d\u1ea5u guillemet h\u01b0\u1edbng b\xean tr\xe1i","left single quotation mark":"d\u1ea5u ngo\u1eb7c \u0111\u01a1n tr\xe1i","less-than or equal to":"b\xe9 h\u01a1n ho\u1eb7c b\u1eb1ng","less-than sign":"d\u1ea5u b\xe9 h\u01a1n","ligature AE":"AE li\u1ec1n","ligature OE":"OE li\u1ec1n","ligature ae":"ae li\u1ec1n","ligature oe":"oe li\u1ec1n","lira sign":"k\xfd hi\u1ec7u lira","livre tournois sign":"k\xfd hi\u1ec7u livre tournois","logical and":"logical and","logical or":"logical or","lowercase":"ch\u1eef th\u01b0\u1eddng","macron":"d\u1ea5u tr\u01b0\u1eddng \xe2m","manat sign":"k\xfd hi\u1ec7u manat","micro sign":"k\xfd hi\u1ec7u micro","middle dot":"d\u1ea5u ch\u1ea5m gi\u1eefa","mill sign":"k\xfd hi\u1ec7u mill","minus sign":"d\u1ea5u tr\u1eeb","minutes / feet":"ph\xfat / foot","mu":"mu","multiplication sign":"d\u1ea5u nh\xe2n","n - tilde":"n - ng\xe3","n-ary product":"t\xedch s\u1ed1 n nguy\xean","n-ary sumation":"t\u1ed5ng n nguy\xean","naira sign":"k\xfd hi\u1ec7u naira","new sheqel sign":"k\xfd hi\u1ec7u sheqel m\u1edbi","nordic mark sign":"k\xfd hi\u1ec7u d\u1ea5u b\u1eafc \xe2u","not an element of":"kh\xf4ng thu\u1ed9c","not equal to":"kh\xf4ng b\u1eb1ng","not sign":"kh\xf4ng ph\u1ea3i","nu":"nu","o - acute":"o - s\u1eafc","o - circumflex":"o - m\u0169","o - diaeresis":"o - t\xe1ch \u0111\xf4i","o - grave":"o - huy\u1ec1n","o - tilde":"o - ng\xe3","o macron":"o - tr\u01b0\u1eddng \xe2m","o slash":"o g\u1ea1ch ch\xe9o","omega":"omega","omicron":"omicron","overline":"d\u1ea5u g\u1ea1ch tr\xean","paragraph sign":"d\u1ea5u \u0111o\u1ea1n v\u0103n","partial differential":"c\u1ee5c b\u1ed9 vi ph\xe2n","per mille sign":"k\xfd hi\u1ec7u ph\u1ea7n ngh\xecn","peseta sign":"k\xfd hi\u1ec7u peseta","peso sign":"k\xfd hi\u1ec7u peso","phi":"phi","pi":"pi","plus-minus sign":"d\u1ea5u c\u1ed9ng tr\u1eeb","pound sign":"k\xfd hi\u1ec7u b\u1ea3ng Anh","proportional to":"t\u1ef7 l\u1ec7 thu\u1eadn v\u1edbi","psi":"psi","registered sign":"k\xfd hi\u1ec7u \u0111\xe3 \u0111\u0103ng k\xfd","rho":"rho","right double quotation mark":"d\u1ea5u ngo\u1eb7c k\xe9p ph\u1ea3i","right pointing guillemet":"d\u1ea5u guillemet h\u01b0\u1edbng b\xean ph\u1ea3i","right single quotation mark":"d\u1ea5u ngo\u1eb7c \u0111\u01a1n ph\u1ea3i","ruble sign":"k\xfd hi\u1ec7u ruble","rupee sign":"k\xfd hi\u1ec7u rupee","s - caron":"s - m\xf3c","seconds / inches":"gi\xe2y / inch","section sign":"d\u1ea5u m\u1ee5c","sharp s / ess-zed":"sharp s / ess-zed","sigma":"sigma","similar to":"t\u01b0\u01a1ng \u0111\u01b0\u01a1ng","single left-pointing angle quotation mark":"d\u1ea5u ngo\u1eb7c \u0111\u01a1n g\xf3c nh\u1ecdn h\u01b0\u1edbng b\xean tr\xe1i","single low-9 quotation mark":"d\u1ea5u ngo\u1eb7c \u0111\u01a1n low-9","single right-pointing angle quotation mark":"d\u1ea5u ngo\u1eb7c \u0111\u01a1n g\xf3c nh\u1ecdn h\u01b0\u1edbng b\xean ph\u1ea3i","small tilde":"d\u1ea5u ng\xe3 nh\u1ecf","spesmilo sign":"k\xfd hi\u1ec7u spesmilo","square root":"c\u0103n b\u1eadc hai","styles":"ki\u1ec3u","superscript one":"ch\u1ec9 s\u1ed1 1 tr\xean","superscript three":"ch\u1ec9 s\u1ed1 3 tr\xean","superscript two":"ch\u1ec9 s\u1ed1 2 tr\xean","tau":"tau","tenge sign":"k\xfd hi\u1ec7u tenge","there exists":"t\u1ed3n t\u1ea1i","theta":"theta","thorn":"thorn","three dot leader":"d\u1ea5u ba ch\u1ea5m","trade mark sign":"k\xfd hi\u1ec7u nh\xe3n hi\u1ec7u","tugrik sign":"k\xfd hi\u1ec7u tugrik","turkish lira sign":"k\xfd hi\u1ec7u lira th\u1ed5 nh\u0129 k\u1ef3","turned question mark":"d\u1ea5u ch\u1ea5m h\u1ecfi \u0111\u1ea3o ng\u01b0\u1ee3c","u - acute":"u - s\u1eafc","u - circumflex":"u - m\u0169","u - diaeresis":"u - t\xe1ch \u0111\xf4i","u - grave":"u - huy\u1ec1n","u - macron":"u - tr\u01b0\u1eddng \xe2m","union":"h\u1ee3p","upsilon":"upsilon","won sign":"k\xfd hi\u1ec7u won","xi":"xi","y - acute":"y - s\u1eafc","y - diaeresis":"y - t\xe1ch \u0111\xf4i","y - macron":"y - tr\u01b0\u1eddng \xe2m","yen character":"k\xfd t\u1ef1 yen","yen sign":"k\xfd hi\u1ec7u yen","yen/yuan character variant one":"k\xfd t\u1ef1 yen/yuan bi\u1ebfn th\u1ec3 m\u1ed9t","yuan character":"k\xfd t\u1ef1 yuan","yuan character, in hong kong and taiwan":"k\xfd t\u1ef1 yuan, \u1edf hong kong v\xe0 \u0111\xe0i loan","zeta":"zeta","{0} characters":"{0} k\xfd t\u1ef1","{0} columns, {1} rows":"{0} c\u1ed9t, {1} h\xe0ng","{0} words":"{0} t\u1eeb"});
@@ -4,4 +4,4 @@
4
4
  * Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
5
5
  * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
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"});
7
+ tinymce.addI18n("zh_CN",{"#":"#","A - acute":"A - \u9ad8\u97f3","A - circumflex":"A - \u6298\u97f3","A - diaeresis":"A - \u4e24\u70b9\u97f3","A - grave":"A - \u91cd\u97f3","A - macron":"A - \u957f\u97f3","A - ring above":"A - \u73af\u4e0a\u97f3","A - tilde":"A - \u989a\u97f3","Accessibility":"\u8f85\u52a9\u529f\u80fd","Accordion":"\u6298\u53e0\u9762\u677f","Accordion body...":"\u6298\u53e0\u9762\u677f\u6b63\u6587...","Accordion summary...":"\u6298\u53e0\u9762\u677f\u6458\u8981...","Action":"\u52a8\u4f5c","Activity":"\u6d3b\u52a8","Address":"\u5730\u5740","Advanced":"\u9ad8\u7ea7","Align":"\u5bf9\u9f50","Align center":"\u4e2d\u95f4\u5bf9\u9f50","Align left":"\u5de6\u8fb9\u5bf9\u9f50","Align right":"\u53f3\u8fb9\u5bf9\u9f50","Alignment":"\u5bf9\u9f50","Alignment {0}":"\u5bf9\u9f50{0}","All":"\u6240\u6709","Alpha":"Alpha (\u0391)","Alternative description":"\u66ff\u4ee3\u8bf4\u660e","Alternative source":"\u955c\u50cf","Alternative source URL":"\u66ff\u4ee3\u6765\u6e90\u7f51\u5740","Anchor":"\u951a\u70b9","Anchor...":"\u951a\u70b9...","Anchors":"\u951a\u70b9","Animals and Nature":"\u52a8\u7269\u548c\u81ea\u7136","Arrows":"\u7bad\u5934","B":"B","Background color":"\u80cc\u666f\u989c\u8272","Background color {0}":"\u80cc\u666f\u989c\u8272 {0}","Beta":"Beta (\u0392)","Black":"\u9ed1\u8272","Block":"\u5757","Block {0}":"\u6587\u672c\u5757{0}","Blockquote":"\u5f15\u6587\u533a\u5757","Blocks":"\u57fa\u5757","Blue":"\u84dd\u8272","Blue component":"\u84dd\u8272\u6210\u5206","Body":"\u8868\u4f53","Bold":"\u7c97\u4f53","Border":"\u6846\u7ebf","Border color":"\u6846\u7ebf\u989c\u8272","Border style":"\u8fb9\u6846\u6837\u5f0f","Border width":"\u8fb9\u6846\u5bbd\u5ea6","Bottom":"\u4e0b\u65b9\u5bf9\u9f50","Browse files":"\u6d4f\u89c8\u6587\u4ef6","Browse for an image":"\u6d4f\u89c8\u56fe\u50cf","Browse links":"\u6d4f\u89c8\u94fe\u63a5","Bullet list":"\u9879\u76ee\u7b26\u53f7","C - cedilla":"C - \u8f6f\u97f3\u7b26","Cancel":"\u53d6\u6d88","Capitalization":"\u5927\u5199","Caption":"\u6807\u9898","Case Change":"\u53d8\u683c","Cell":"\u50a8\u5b58\u683c","Cell padding":"\u5355\u5143\u683c\u5185\u8fb9\u8ddd","Cell properties":"\u5355\u5143\u683c\u5c5e\u6027","Cell spacing":"\u5355\u5143\u683c\u5916\u95f4\u8ddd","Cell styles":"\u5355\u5143\u683c\u6837\u5f0f","Cell type":"\u50a8\u5b58\u683c\u522b","Center":"\u5c45\u4e2d","Characters":"\u5b57\u7b26","Characters (no spaces)":"\u5b57\u7b26(\u65e0\u7a7a\u683c)","Checklist":"\u68c0\u67e5\u8868","Chi":"Chi (\u03a7)","Circle":"\u7a7a\u5fc3\u5706","Class":"\u7c7b\u578b","Clear formatting":"\u6e05\u9664\u683c\u5f0f","Close":"\u5173\u95ed","Code":"\u4ee3\u7801","Code sample...":"\u793a\u4f8b\u4ee3\u7801...","Code view":"\u4ee3\u7801\u89c6\u56fe","Color Picker":"\u9009\u8272\u5668","Color swatch":"\u989c\u8272\u6837\u672c","Cols":"\u5217","Column":"\u680f\u76ee","Column clipboard actions":"\u5217\u526a\u8d34\u677f\u64cd\u4f5c","Column group":"\u5217\u7ec4","Column header":"\u5217\u6807\u9898","Constrain proportions":"\u4fdd\u6301\u6bd4\u4f8b","Copy":"\u590d\u5236","Copy column":"\u590d\u5236\u5217","Copy row":"\u590d\u5236\u884c","Could not find the specified string.":"\u672a\u627e\u5230\u641c\u7d22\u5185\u5bb9\u3002","Could not load emojis":"\u672a\u80fd\u52a0\u8f7d\u8868\u60c5\u7b26\u53f7","Count":"\u8ba1\u7b97","Currency":"\u8d27\u5e01","Current window":"\u5f53\u524d\u7a97\u53e3","Custom color":"\u81ea\u5b9a\u4e49\u989c\u8272","Custom...":"\u81ea\u5b9a\u4e49......","Cut":"\u526a\u5207","Cut column":"\u526a\u5207\u5217","Cut row":"\u526a\u5207\u884c","Dark Blue":"\u6df1\u84dd\u8272","Dark Gray":"\u6df1\u7070\u8272","Dark Green":"\u6df1\u7eff\u8272","Dark Orange":"\u6df1\u6a59\u8272","Dark Purple":"\u6df1\u7d2b\u8272","Dark Red":"\u6df1\u7ea2\u8272","Dark Turquoise":"\u6df1\u84dd\u7eff\u8272","Dark Yellow":"\u6697\u9ec4\u8272","Dashed":"\u865a\u7ebf","Date/time":"\u65e5\u671f/\u65f6\u95f4","Decrease indent":"\u51cf\u5c11\u7f29\u8fdb","Default":"\u9884\u8bbe","Delete accordion":"\u5220\u9664\u6298\u53e0\u9762\u677f","Delete column":"\u5220\u9664\u5217","Delete row":"\u5220\u9664\u884c","Delete table":"\u5220\u9664\u8868\u683c","Delta":"Delta (\u0394)","Dimensions":"\u5c3a\u5bf8","Disc":"\u5b9e\u5fc3\u5706","Div":"Div","Document":"\u6587\u4ef6","Dotted":"\u70b9\u7ebf","Double":"\u53cc\u7ebf","Drop an image here":"\u62d6\u653e\u4e00\u5f20\u56fe\u50cf\u81f3\u6b64","Dropped file type is not supported":"\u4e0d\u652f\u6301\u62d6\u653e\u6587\u4ef6\u7c7b\u578b","E - acute":"E - \u9ad8\u97f3","E - circumflex":"E - \u6298\u97f3","E - diaeresis":"E - \u4e24\u70b9\u97f3","E - grave":"E - \u91cd\u97f3","E - macron":"E - \u957f\u97f3","ETH":"ETH (\xd0)","Edit":"\u7f16\u8f91","Embed":"\u5d4c\u5165","Emojis":"\u8868\u60c5\u7b26\u53f7","Emojis...":"\u8868\u60c5\u7b26\u53f7...","Epsilon":"Epsilon (\u0395)","Error":"\u9519\u8bef","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","Eta":"Eta (\u0397)","Extended Latin":"\u6269\u5c55\u62c9\u4e01\u6587","Failed to initialize plugin: {0}":"\u63d2\u4ef6\u521d\u59cb\u5316\u5931\u8d25\uff1a{0}","Failed to load plugin url: {0}":"\u63d2\u4ef6url\u52a0\u8f7d\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 upload image: {0}":"\u56fe\u50cf\u4e0a\u4f20\u5931\u8d25\uff1a{0}","File":"\u6587\u4ef6","Find":"\u5bfb\u627e","Find (if searchreplace plugin activated)":"\u67e5\u627e(\u5982\u679c\u67e5\u627e\u66ff\u6362\u63d2\u4ef6\u5df2\u6fc0\u6d3b)","Find and Replace":"\u67e5\u627e\u548c\u66ff\u6362","Find and replace...":"\u67e5\u627e\u5e76\u66ff\u6362...","Find in selection":"\u5728\u9009\u4e2d\u8303\u56f4\u5185\u641c\u7d22","Find whole words only":"\u5168\u5b57\u5339\u914d","Flags":"\u65d7\u5e1c","Focus to contextual toolbar":"\u79fb\u52a8\u7126\u70b9\u5230\u4e0a\u4e0b\u6587\u83dc\u5355","Focus to element path":"\u79fb\u52a8\u7126\u70b9\u5230\u5143\u7d20\u8def\u5f84","Focus to menubar":"\u79fb\u52a8\u7126\u70b9\u5230\u83dc\u5355\u680f","Focus to toolbar":"\u79fb\u52a8\u7126\u70b9\u5230\u5de5\u5177\u680f","Font":"\u5b57\u4f53","Font size {0}":"\u5b57\u4f53\u5927\u5c0f{0}","Font sizes":"\u5b57\u53f7","Font {0}":"\u5b57\u4f53{0}","Fonts":"\u5b57\u4f53","Food and Drink":"\u98df\u7269\u548c\u996e\u54c1","Footer":"\u9875\u811a","Format":"\u683c\u5f0f","Format painter":"\u683c\u5f0f\u5237","Format {0}":"\u683c\u5f0f{0}","Formats":"\u683c\u5f0f","Fullscreen":"\u5168\u5c4f\u5e55","G":"G","Gamma":"Gamma (\u0393)","General":"\u4e00\u822c","Gray":"\u7070\u8272","Green":"\u7eff\u8272","Green component":"\u7eff\u8272\u6210\u5206","Groove":"\u51f9\u7ebf","Handy Shortcuts":"\u5feb\u6377\u952e","Header":"\u9875\u5934","Header cell":"\u8868\u5934\u5355\u5143\u683c","Heading 1":"\u6807\u98981","Heading 2":"\u6807\u98982","Heading 3":"\u6807\u98983","Heading 4":"\u6807\u98984","Heading 5":"\u6807\u98985","Heading 6":"\u6807\u98986","Headings":"\u6807\u9898","Height":"\u9ad8\u5ea6","Help":"\u5e2e\u52a9","Hex color code":"\u5341\u516d\u8fdb\u5236\u989c\u8272\u4ee3\u7801","Hidden":"\u5df2\u9690\u85cf","Horizontal align":"\u6c34\u5e73\u5bf9\u9f50","Horizontal line":"\u6c34\u5e73\u5206\u5272\u7ebf","Horizontal space":"\u6c34\u5e73\u95f4\u8ddd","I - acute":"I - \u9ad8\u97f3","I - circumflex":"I - \u6298\u97f3","I - diaeresis":"I - \u4e24\u70b9\u97f3","I - grave":"I - \u91cd\u97f3","I - macron":"I - \u957f\u97f3","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","Image is decorative":"\u56fe\u7247\u7528\u4e8e\u88c5\u9970\u76ee\u7684","Image list":"\u56fe\u7247\u6e05\u5355","Image title":"\u56fe\u7247\u6807\u9898","Image...":"\u56fe\u7247......","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: Rejected request":"ImageProxy HTTP\u9519\u8bef\uff1a\u62d2\u7edd\u7684\u8bf7\u6c42","ImageProxy HTTP error: Unknown ImageProxy error":"ImageProxy HTTP\u9519\u8bef\uff1a\u672a\u77e5\u7684ImageProxy\u9519\u8bef","Increase indent":"\u589e\u52a0\u7f29\u8fdb","Inline":"\u6587\u672c","Insert":"\u63d2\u5165","Insert Template":"\u63d2\u5165\u6a21\u677f","Insert accordion":"\u63d2\u5165\u6298\u53e0\u9762\u677f","Insert checklist":"\u63d2\u5165\u6e05\u5355","Insert column after":"\u5728\u53f3\u4fa7\u63d2\u5165\u5217","Insert column before":"\u5728\u5de6\u4fa7\u63d2\u5165\u5217","Insert date/time":"\u63d2\u5165\u65e5\u671f/\u65f6\u95f4","Insert image":"\u63d2\u5165\u56fe\u7247","Insert link (if link plugin activated)":"\u63d2\u5165\u94fe\u63a5 (\u5982\u679c\u94fe\u63a5\u63d2\u4ef6\u5df2\u6fc0\u6d3b)","Insert row after":"\u5728\u4e0b\u65b9\u63d2\u5165\u884c","Insert row before":"\u5728\u4e0a\u65b9\u63d2\u5165\u884c","Insert table":"\u63d2\u5165\u8868\u683c","Insert template...":"\u63d2\u5165\u6a21\u677f...","Insert video":"\u63d2\u5165\u89c6\u9891","Insert/Edit code sample":"\u63d2\u5165/\u7f16\u8f91\u4ee3\u7801\u793a\u4f8b","Insert/edit image":"\u63d2\u5165/\u7f16\u8f91\u56fe\u7247","Insert/edit link":"\u63d2\u5165/\u7f16\u8f91\u94fe\u63a5","Insert/edit media":"\u63d2\u5165/\u7f16\u8f91\u5a92\u4f53","Insert/edit video":"\u63d2\u5165/\u7f16\u8f91\u89c6\u9891","Inset":"\u5d4c\u5165","Invalid hex color code: {0}":"\u65e0\u6548\u7684\u5341\u516d\u8fdb\u5236\u989c\u8272\u4ee3\u7801\uff1a{0}","Invalid input":"\u8f93\u5165\u65e0\u6548","Iota":"Iota (\u0399)","Italic":"\u659c\u4f53","Justify":"\u4e24\u7aef\u5bf9\u9f50","Kappa":"Kappa (\u039a)","Keyboard Navigation":"\u952e\u76d8\u5bfc\u822a","Lambda":"Lambda (\u039b)","Language":"\u8bed\u8a00","Learn more...":"\u4e86\u89e3\u66f4\u591a...","Left":"\u5de6","Left to right":"\u7531\u5de6\u5230\u53f3","Light Blue":"\u6d45\u84dd\u8272","Light Gray":"\u6d45\u7070\u8272","Light Green":"\u6de1\u7eff\u8272","Light Purple":"\u6d45\u7d2b\u8272","Light Red":"\u6d45\u7ea2\u8272","Light Yellow":"\u6d45\u9ec4\u8272","Line height":"\u884c\u9ad8","Link list":"\u94fe\u63a5\u6e05\u5355","Link...":"\u94fe\u63a5...","List Properties":"\u5217\u8868\u5c5e\u6027","List properties...":"\u5217\u8868\u5c5e\u6027...","Loading emojis...":"\u6b63\u5728\u52a0\u8f7d\u8868\u60c5\u7b26\u53f7...","Loading...":"\u4e0a\u4f20\u4e2d......","Lower Alpha":"\u5c0f\u5199\u82f1\u6587\u5b57\u6bcd","Lower Greek":"\u5c0f\u5199\u5e0c\u814a\u5b57\u6bcd","Lower Roman":"\u5c0f\u5199\u7f57\u9a6c\u6570\u5b57","Match case":"\u5927\u5c0f\u5199\u5339\u914d","Mathematical":"\u6570\u5b66","Media poster (Image URL)":"\u5c01\u9762(\u56fe\u7247\u5730\u5740)","Media...":"\u591a\u5a92\u4f53...","Medium Blue":"\u4e2d\u84dd\u8272","Medium Gray":"\u4e2d\u7070\u8272","Medium Purple":"\u4e2d\u7d2b\u8272","Merge cells":"\u5408\u5e76\u5355\u5143\u683c","Middle":"\u5c45\u4e2d\u5bf9\u9f50","Midnight Blue":"\u6df1\u84dd\u8272","More...":"\u66f4\u591a\u4fe1\u606f......","Mu":"Mu (\u039c)","N - tilde":"N - \u989a\u97f3","Name":"\u540d\u79f0","Navy Blue":"\u6d77\u519b\u84dd","New document":"\u65b0\u6587\u4ef6","New window":"\u65b0\u7a97\u53e3","Next":"\u4e0b\u4e00\u4e2a","No":"\u5426","No alignment":"\u672a\u5bf9\u9f50","No color":"\u65e0","Nonbreaking space":"\u4e0d\u95f4\u65ad\u7a7a\u683c","None":"\u65e0","Nu":"Nu (\u039d)","Numbered list":"\u7f16\u53f7\u5217\u8868","O - acute":"O - \u9ad8\u97f3","O - circumflex":"O - \u6298\u97f3","O - diaeresis":"O - \u4e24\u70b9\u97f3","O - grave":"O - \u91cd\u97f3","O - macron":"O - \u957f\u97f3","O - slash":"O - \u659c\u7ebf\u97f3","O - tilde":"O - \u989a\u97f3","OR":"\u6216","Objects":"\u7269\u4ef6","Ok":"\u786e\u5b9a","Omega":"Omega (\u03a9)","Omicron":"Omicron (\u039f)","Open help dialog":"\u6253\u5f00\u5e2e\u52a9\u5bf9\u8bdd\u6846","Open link":"\u6253\u5f00\u94fe\u63a5","Open link in...":"\u94fe\u63a5\u6253\u5f00\u4f4d\u7f6e...","Open popup menu for split buttons":"\u4e3a\u62c6\u5206\u6309\u94ae\u6253\u5f00\u5f39\u51fa\u83dc\u5355","Orange":"\u6a59\u8272","Outset":"\u5916\u5d4c","Page break":"\u5206\u9875\u7b26","Paragraph":"\u6bb5\u843d","Paste":"\u7c98\u8d34","Paste as text":"\u7c98\u8d34\u4e3a\u6587\u672c","Paste column after":"\u7c98\u8d34\u5217\u5230\u4e0b\u65b9","Paste column before":"\u7c98\u8d34\u5217\u5230\u4e0a\u65b9","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","Paste or type a link":"\u7c98\u8d34\u6216\u8f93\u5165\u94fe\u63a5","Paste row after":"\u7c98\u8d34\u884c\u5230\u4e0b\u65b9","Paste row before":"\u7c98\u8d34\u884c\u5230\u4e0a\u65b9","Paste your embed code below:":"\u5c06\u5d4c\u5165\u4ee3\u7801\u7c98\u8d34\u5728\u4e0b\u9762:","People":"\u4eba\u7c7b","Permanent Pen Properties":"\u6c38\u4e45\u6807\u8bb0\u5c5e\u6027","Permanent pen":"\u8bb0\u53f7\u7b14","Permanent pen properties...":"\u6c38\u4e45\u6807\u8bb0\u5c5e\u6027......","Phi":"Phi (\u03a6)","Pi":"Pi (\u03a0)","Plugins":"\u5168\u90e8\u5916\u6302\u7a0b\u5e8f","Plugins installed ({0}):":"\u5df2\u5b89\u88c5\u63d2\u4ef6({0}):","Powered by {0}":"\u6280\u672f\u652f\u6301\uff1a{0}","Pre":"Pre","Preferences":"\u9996\u9009\u9879","Preformatted":"\u9884\u5148\u683c\u5f0f\u5316\u7684","Premium plugins:":"\u4f18\u79c0\u63d2\u4ef6\uff1a","Press the Up and Down arrow keys to resize the editor.":"\u6309\u4e0a\u4e0b\u7bad\u5934\u952e\u4ee5\u8c03\u6574\u7f16\u8f91\u5668\u5927\u5c0f\u3002","Press the arrow keys to resize the editor.":"\u6309\u7bad\u5934\u952e\u4ee5\u8c03\u6574\u7f16\u8f91\u5668\u5927\u5c0f\u3002","Press {0} for help":"\u6309 {0} \u83b7\u5f97\u5e2e\u52a9","Preview":"\u9884\u89c8","Previous":"\u4e0a\u4e00\u4e2a","Print":"\u6253\u5370","Print...":"\u6253\u5370...","Psi":"Psi (\u03a8)","Purple":"\u7d2b\u8272","Quotations":"\u5f15\u53f7","R":"R","Range 0 to 255":"0 \u81f3 255 \u7684\u8303\u56f4","Red":"\u7ea2\u8272","Red component":"\u7ea2\u8272\u6210\u5206","Redo":"\u91cd\u505a","Remove":"\u5220\u9664","Remove color":"\u79fb\u9664\u989c\u8272","Remove link":"\u79fb\u9664\u94fe\u63a5","Replace":"\u66ff\u6362","Replace all":"\u66ff\u6362\u5168\u90e8","Replace with":"\u66ff\u6362\u4e3a","Resize":"\u8c03\u6574\u5927\u5c0f","Restore last draft":"\u6062\u590d\u4e0a\u6b21\u7684\u8349\u7a3f","Reveal or hide additional toolbar items":"\u663e\u793a\u6216\u9690\u85cf\u5176\u4ed6\u5de5\u5177\u680f\u9879","Rho":"Rho (\u03a1)","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","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","Ridge":"\u51f8\u7ebf","Right":"\u53f3","Right to left":"\u7531\u53f3\u5230\u5de6","Row":"\u884c","Row clipboard actions":"\u884c\u526a\u8d34\u677f\u64cd\u4f5c","Row group":"\u884c\u7ec4","Row header":"\u884c\u6807\u9898","Row properties":"\u884c\u5c5e\u6027","Row type":"\u884c\u7c7b\u578b","Rows":"\u884c\u6570","S - caron":"S - \u8f66\u97f3","Save":"\u4fdd\u5b58","Save (if save plugin activated)":"\u4fdd\u5b58(\u5982\u679c\u4fdd\u5b58\u63d2\u4ef6\u5df2\u6fc0\u6d3b)","Scope":"\u8303\u56f4","Search":"\u641c\u7d22","Select all":"\u5168\u9009","Select...":"\u9009\u62e9......","Selection":"\u9009\u9879","Shortcut":"\u5feb\u6377\u65b9\u5f0f","Show blocks":"\u663e\u793a\u533a\u5757\u8fb9\u6846","Show caption":"\u663e\u793a\u6807\u9898","Show invisible characters":"\u663e\u793a\u4e0d\u53ef\u89c1\u5b57\u7b26","Sigma":"Sigma (\u03a3)","Size":"\u5b57\u53f7","Solid":"\u5b9e\u7ebf","Source":"\u539f\u59cb\u7801","Source code":"\u6e90\u4ee3\u7801","Special Character":"\u7279\u6b8a\u5b57\u7b26","Special character...":"\u7279\u6b8a\u5b57\u7b26......","Split cell":"\u62c6\u5206\u5355\u5143\u683c","Square":"\u5b9e\u5fc3\u65b9\u5757","Start list at number":"\u4ee5\u7f16\u53f7...\u5f00\u59cb\u5217\u8868","Strikethrough":"\u5220\u9664\u7ebf","Style":"\u6837\u5f0f","Subscript":"\u4e0b\u6807","Superscript":"\u4e0a\u6807","Switch to or from fullscreen mode":"\u5207\u6362\u5168\u5c4f\u6a21\u5f0f","Symbols":"\u7b26\u53f7","System Font":"\u7cfb\u7edf\u5b57\u4f53","THORN":"THORN (\xde)","Table":"\u8868\u683c","Table caption":"\u8868\u683c\u6807\u9898","Table properties":"\u8868\u683c\u5c5e\u6027","Table styles":"\u8868\u683c\u6837\u5f0f","Tau":"Tau (\u03a4)","Template":"\u6a21\u677f","Templates":"\u6a21\u677f","Text":"\u6587\u672c","Text color":"\u6587\u672c\u989c\u8272","Text color {0}":"\u6587\u672c\u989c\u8272 {0}","Text to display":"\u8981\u663e\u793a\u7684\u6587\u672c","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","Theta":"Theta (\u0398)","Title":"\u6807\u9898","Title Case":"\u5b57\u9996\u5927\u5199","To open the popup, press Shift+Enter":"\u6309Shitf+Enter\u952e\u6253\u5f00\u5bf9\u8bdd\u6846","Toggle accordion":"\u5207\u6362\u6298\u53e0\u9762\u677f","Tools":"\u5de5\u5177","Top":"\u4e0a\u65b9\u5bf9\u9f50","Travel and Places":"\u65c5\u6e38\u548c\u5730\u70b9","Turquoise":"\u9752\u7eff\u8272","U - acute":"U - \u9ad8\u97f3","U - circumflex":"U - \u6298\u97f3","U - diaeresis":"U - \u4e24\u70b9\u97f3","U - grave":"U - \u91cd\u97f3","U - macron":"U - \u957f\u97f3","UPPERCASE":"\u5927\u5199","Underline":"\u4e0b\u5212\u7ebf","Undo":"\u64a4\u9500","Upload":"\u4e0a\u4f20","Uploading image":"\u6b63\u5728\u4e0a\u4f20\u56fe\u50cf","Upper Alpha":"\u5927\u5199\u82f1\u6587\u5b57\u6bcd","Upper Roman":"\u5927\u5199\u7f57\u9a6c\u6570\u5b57","Upsilon":"Upsilon (\u03a5)","Url":"\u5730\u5740","User Defined":"\u81ea\u5b9a\u4e49","Valid":"\u6709\u6548","Version":"\u7248\u672c","Vertical align":"\u5782\u76f4\u5bf9\u9f50","Vertical space":"\u5782\u76f4\u95f4\u8ddd","View":"\u67e5\u770b","Visual aids":"\u7f51\u683c\u7ebf","Warn":"\u8b66\u544a","White":"\u767d\u8272","Width":"\u5bbd\u5ea6","Word count":"\u5b57\u6570","Words":"\u5b57\u6570","Words: {0}":"\u5b57\u6570\uff1a{0}","Xi":"Xi (\u039e)","Y - acute":"Y - \u9ad8\u97f3","Y - diaeresis":"Y - \u4e24\u70b9\u97f3","Y - macron":"Y - \u957f\u97f3","Yellow":"\u9ec4\u8272","Yes":"\u662f","You are using {0}":"\u60a8\u6b63\u5728\u4f7f\u7528{0}","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","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","Zeta":"Zeta (\u0396)","a - acute":"a - \u9ad8\u97f3","a - circumflex":"a - \u6298\u97f3","a - diaeresis":"a - \u4e24\u70b9\u97f3","a - grave":"a - \u91cd\u97f3","a - macron":"a - \u957f\u97f3","a - ring above":"a - \u73af\u4e0a\u97f3","a - tilde":"a - \u989a\u97f3","alignment":"\u5bf9\u9f50","almost equal to":"\u51e0\u4e4e\u7b49\u4e8e","alpha":"alpha (\u03b1)","angle":"\u89d2","approximately equal to":"\u5927\u7ea6\u7b49\u4e8e","asterisk operator":"\u661f\u53f7\u8fd0\u7b97\u7b26","austral sign":"\u5965\u65af\u7279\u62c9\u5c14\u7b26\u53f7","backward difference":"\u5411\u540e\u5dee\u5206","beta":"beta (\u03b2)","broken bar":"\u65ad\u6761\u7b26","bullet":"\u9879\u76ee\u7b26\u53f7","c - cedilla":"c - \u8f6f\u97f3\u7b26","cedi sign":"\u585e\u5730\u7b26\u53f7","cent sign":"\u5206\u7b26\u53f7","chi":"chi (\u03c7)","circumflex accent":"\u8131\u5b57\u7b26","colon sign":"\u5192\u53f7\u7b26\u53f7","comments":"\u5907\u6ce8","contains as member":"\u5305\u542b\u4e3a\u6210\u5458","copyright sign":"\u7248\u6743\u7b26\u53f7","cruzeiro sign":"\u514b\u9c81\u585e\u7f57\u7b26\u53f7","currency sign":"\u8d27\u5e01\u7b26\u53f7","degree sign":"\u5ea6\u7b26\u53f7","delta":"delta (\u03b4)","diaeresis":"\u5206\u97f3\u7b26","diameter":"\u76f4\u5f84","division sign":"\u9664\u53f7","dollar sign":"\u7f8e\u5143\u7b26\u53f7","dong sign":"\u8d8a\u5357\u76fe\u7b26\u53f7","double low-9 quotation mark":"\u53cc\u4f4e-9 \u5f15\u53f7","drachma sign":"\u5fb7\u62c9\u514b\u9a6c\u7b26\u53f7","e - acute":"e - \u9ad8\u97f3","e - circumflex":"e - \u6298\u97f3","e - diaeresis":"e - \u4e24\u70b9\u97f3","e - grave":"e - \u91cd\u97f3","e - macron":"e - \u957f\u97f3","element of":"\u5c5e\u4e8e","em dash":"\u957f\u7834\u6298\u53f7","en dash":"\u77ed\u7834\u6298\u53f7","epsilon":"epsilon (\u03b5)","eta":"eta (\u03b7)","eth":"eth (\xf0)","euro sign":"\u6b27\u5143\u7b26\u53f7","euro-currency sign":"\u6b27\u5143\u8d27\u5e01\u7b26\u53f7","example":"\u793a\u4f8b","final sigma":"final sigma (\u03c2)","for all":"\u5bf9\u4e8e\u6240\u6709","formatting":"\u683c\u5f0f\u5316","fraction one half":"\u4e8c\u5206\u4e4b\u4e00\u5206\u6570","fraction one quarter":"\u56db\u5206\u4e4b\u4e00\u5206\u6570","fraction slash":"\u5206\u6570\u659c\u6760","fraction three quarters":"\u56db\u5206\u4e4b\u4e09\u5206\u6570","french franc sign":"\u6cd5\u90ce\u7b26\u53f7","function / florin":"\u51fd\u6570 / \u5f17\u7f57\u6797","gamma":"gamma (\u03b3)","german penny symbol":"\u5fb7\u56fd\u4fbf\u58eb\u7b26\u53f7","greater-than or equal to":"\u5927\u4e8e\u6216\u7b49\u4e8e","greater-than sign":"\u5927\u4e8e\u53f7","guarani sign":"\u74dc\u62c9\u5c3c\u7b26\u53f7","history":"\u5386\u53f2","hryvnia sign":"\u683c\u91cc\u592b\u5c3c\u4e9a\u7b26\u53f7","i - acute":"i - \u9ad8\u97f3","i - circumflex":"i - \u6298\u97f3","i - diaeresis":"i - \u4e24\u70b9\u97f3","i - grave":"i - \u91cd\u97f3","i - macron":"i - \u957f\u97f3","identical to":"\u76f8\u540c\u4e8e","indentation":"\u7f29\u8fdb","indian rupee sign":"\u5370\u5ea6\u5362\u6bd4\u7b26\u53f7","infinity":"\u65e0\u7a77\u5927","integral":"\u79ef\u5206","intersection":"\u4ea4\u96c6","inverted exclamation mark":"\u5012\u611f\u53f9\u53f7","iota":"iota (\u03b9)","kappa":"kappa (\u03ba)","kip sign":"\u5409\u666e\u514b\u7b26\u53f7","lambda":"lambda (\u03bb)","left double quotation mark":"\u5de6\u53cc\u5f15\u53f7","left pointing guillemet":"\u5de6\u5c16\u62ec\u53f7","left single quotation mark":"\u5de6\u5355\u5f15\u53f7","less-than or equal to":"\u5c0f\u4e8e\u6216\u7b49\u4e8e","less-than sign":"\u5c0f\u4e8e\u53f7","ligature AE":"\u8fde\u5b57 AE","ligature OE":"\u8fde\u5b57OE","ligature ae":"\u8fde\u5b57ae","ligature oe":"\u8fde\u5b57oe","lira sign":"\u91cc\u62c9\u7b26\u53f7","livre tournois sign":"\u91cc\u5f17\u56fe\u74e6\u7b26\u53f7","logical and":"\u903b\u8f91\u4e0e","logical or":"\u903b\u8f91\u6216","lowercase":"\u5c0f\u5199","macron":"\u957f\u97f3\u7b26","manat sign":"\u9a6c\u7eb3\u7279\u7b26\u53f7","micro sign":"\u5fae\u7b26\u53f7","middle dot":"\u4e2d\u95f4\u70b9","mill sign":"\u6beb\u7b26\u53f7","minus sign":"\u51cf\u53f7","minutes / feet":"\u5206\u949f/\u82f1\u5c3a","mu":"mu (\u03bc)","multiplication sign":"\u4e58\u53f7","n - tilde":"n - \u989a\u97f3","n-ary product":"n\u5143\u79ef","n-ary sumation":"n \u5143\u6c42\u548c","naira sign":"\u5948\u62c9\u7b26\u53f7","new sheqel sign":"\u65b0\u8c22\u514b\u5c14\u7b26\u53f7","nordic mark sign":"\u5317\u6b27\u9a6c\u514b\u7b26\u53f7","not an element of":"\u4e0d\u5c5e\u4e8e","not equal to":"\u4e0d\u7b49\u4e8e","not sign":"\u975e\u7b26\u53f7","nu":"nu (\u03bd)","o - acute":"o - \u6298\u97f3","o - circumflex":"o - \u4e24\u70b9\u97f3","o - diaeresis":"o - \u4e24\u70b9\u97f3","o - grave":"o - \u9ad8\u97f3","o - tilde":"o - \u91cd\u97f3","o macron":"o - \u957f\u97f3","o slash":"o \u659c\u7ebf","omega":"omega (\u03c9)","omicron":"omicron (\u03bf)","overline":"\u4e0a\u5212\u7ebf","paragraph sign":"\u6bb5\u843d\u7b26\u53f7","partial differential":"\u504f\u5fae\u5206","per mille sign":"\u5343\u5206\u53f7","peseta sign":"\u6bd4\u585e\u5854\u7b26\u53f7","peso sign":"\u6bd4\u7d22\u7b26\u53f7","phi":"phi (\u03c6)","pi":"pi (\u03c0)","plus-minus sign":"\u6b63\u8d1f\u53f7","pound sign":"\u82f1\u9551\u7b26\u53f7","proportional to":"\u4e0e\u6bd4\u4f8b","psi":"psi (\u03c8)","registered sign":"\u6ce8\u518c\u5546\u6807\u7b26\u53f7","rho":"rho (\u03c1)","right double quotation mark":"\u53f3\u53cc\u5f15\u53f7","right pointing guillemet":"\u53f3\u5c16\u62ec\u53f7","right single quotation mark":"\u53f3\u5355\u5f15\u53f7","ruble sign":"\u5362\u5e03\u7b26\u53f7","rupee sign":"\u5362\u6bd4\u7b26\u53f7","s - caron":"s - \u8f66\u97f3","seconds / inches":"\u79d2/\u82f1\u5bf8","section sign":"\u7ae0\u8282\u7b26\u53f7","sharp s / ess-zed":"\xdf","sigma":"sigma (\u03c3)","similar to":"\u7c7b\u4f3c\u4e8e","single left-pointing angle quotation mark":"\u5355\u5de6\u5c16\u5f15\u53f7","single low-9 quotation mark":"\u5355\u4f4e-9 \u5f15\u53f7","single right-pointing angle quotation mark":"\u5355\u53f3\u5c16\u5f15\u53f7","small tilde":"\u5c0f\u6ce2\u5f62\u7b26","spesmilo sign":"\u65af\u4f69\u65af\u7c73\u6d1b\u7b26\u53f7","square root":"\u5e73\u65b9\u6839","styles":"\u6837\u5f0f","superscript one":"\u4e0a\u6807\u4e00","superscript three":"\u4e0a\u6807\u4e09","superscript two":"\u4e0a\u6807\u4e8c","tau":"tau (\u03c4)","tenge sign":"\u5766\u683c\u7b26\u53f7","there exists":"\u5b58\u5728","theta":"theta (\u03b8)","thorn":"thorn (\xfe)","three dot leader":"\u7701\u7565\u53f7","trade mark sign":"\u5546\u6807\u7b26\u53f7","tugrik sign":"\u56fe\u683c\u91cc\u514b\u7b26\u53f7","turkish lira sign":"\u571f\u8033\u5176\u91cc\u62c9\u7b26\u53f7","turned question mark":"\u7ffb\u8f6c\u95ee\u53f7","u - acute":"u - \u9ad8\u97f3","u - circumflex":"u - \u6298\u97f3","u - diaeresis":"u - \u4e24\u70b9\u97f3","u - grave":"u - \u91cd\u97f3","u - macron":"u - \u957f\u97f3","union":"\u5e76\u96c6","upsilon":"upsilon (\u03c5)","won sign":"\u97e9\u5143\u7b26\u53f7","xi":"xi (\u03be)","y - acute":"y - \u9ad8\u97f3","y - diaeresis":"y - \u4e24\u70b9\u97f3","y - macron":"y - \u957f\u97f3","yen character":"\u65e5\u5143\u5b57\u7b26","yen sign":"\u65e5\u5143\u7b26\u53f7","yen/yuan character variant one":"\u65e5\u5143/\u4eba\u6c11\u5e01\u5b57\u7b26\u53d8\u4f53\u4e00","yuan character":"\u4eba\u6c11\u5e01\u5b57\u7b26","yuan character, in hong kong and taiwan":"\u6e2f\u6f8e\u53f0\u5143\u5b57\u7b26","zeta":"zeta (\u03b6)","{0} characters":"{0}\u4e2a\u5b57\u7b26","{0} columns, {1} rows":"{0} \u5217\uff0c{1} \u884c","{0} words":"{0}\u5b57"});
@@ -4,4 +4,4 @@
4
4
  * Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
5
5
  * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
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"});
7
+ tinymce.addI18n("zh_TW",{"#":"#","A - acute":"A - \u5c16\u97f3\u7b26\u865f","A - circumflex":"A - \u6291\u63da\u7b26\u865f","A - diaeresis":"A - \u5206\u97f3\u7b26\u865f","A - grave":"A - \u91cd\u97f3\u7b26\u865f","A - macron":"A - \u9577\u97f3\u7b26\u865f","A - ring above":"A - \u4e0a\u74b0\u5f62\u7b26\u865f","A - tilde":"A - \u6ce2\u6d6a\u865f","Accessibility":"\u53ef\u5b58\u53d6\u6027","Accordion":"\u647a\u758a\u5f0f\u529f\u80fd\u8868","Accordion body...":"\u647a\u758a\u5f0f\u529f\u80fd\u8868\u4e3b\u9ad4...","Accordion summary...":"\u647a\u758a\u5f0f\u529f\u80fd\u8868\u6458\u8981...","Action":"\u52d5\u4f5c","Activity":"\u6d3b\u52d5","Address":"\u5730\u5740","Advanced":"\u9ad8\u7d1a","Align":"\u5c0d\u9f4a","Align center":"\u4e2d\u9593\u5c0d\u9f4a","Align left":"\u5de6\u908a\u5c0d\u9f4a","Align right":"\u53f3\u908a\u5c0d\u9f4a","Alignment":"\u5c0d\u9f4a","Alignment {0}":"\u5c0d\u9f4a {0}","All":"\u5168\u90e8","Alpha":"\u963f\u723e\u6cd5 (\u0391)","Alternative description":"\u66ff\u4ee3\u8aaa\u660e","Alternative source":"\u66ff\u4ee3\u4f86\u6e90","Alternative source URL":"\u66ff\u4ee3\u4f86\u6e90URL","Anchor":"\u9328\u9ede","Anchor...":"\u9328\u9ede...","Anchors":"\u9328\u9ede","Animals and Nature":"\u52d5\u7269\u8207\u81ea\u7136","Arrows":"\u7bad\u982d","B":"B","Background color":"\u80cc\u666f\u9854\u8272","Background color {0}":"\u80cc\u666f\u984f\u8272 {0}","Beta":"\u8c9d\u5854 (\u0392)","Black":"\u9ed1\u8272","Block":"\u5340\u584a","Block {0}":"\u5340\u584a {0}","Blockquote":"Blockquote","Blocks":"\u57fa\u584a","Blue":"\u85cd\u8272","Blue component":"\u85cd\u8272\u90e8\u5206","Body":"\u4e3b\u9ad4","Bold":"\u7c97\u9ad4","Border":"\u6846\u7dda","Border color":"\u6846\u7dda\u984f\u8272","Border style":"\u6846\u7dda\u6a23\u5f0f","Border width":"\u6846\u7dda\u5bec\u5ea6","Bottom":"\u4e0b\u65b9\u5c0d\u9f4a","Browse files":"\u700f\u89bd\u6a94\u6848","Browse for an image":"\u5f9e\u5716\u7247\u4e2d\u700f\u89bd","Browse links":"\u700f\u89bd\u9023\u7d50","Bullet list":"\u9805\u76ee\u6e05\u55ae","C - cedilla":"C - \u5c3e\u5f62\u7b26\u865f","Cancel":"\u53d6\u6d88","Capitalization":"\u5927\u5beb","Caption":"\u6a19\u984c","Case Change":"\u8b8a\u683c","Cell":"\u5132\u5b58\u683c","Cell padding":"\u5132\u5b58\u683c\u908a\u8ddd","Cell properties":"\u5132\u5b58\u683c\u5c6c\u6027","Cell spacing":"\u5132\u5b58\u683c\u9593\u8ddd","Cell styles":"\u55ae\u5143\u683c\u6a23\u5f0f","Cell type":"\u5132\u5b58\u683c\u5225","Center":"\u5c45\u4e2d","Characters":"\u5b57\u5143","Characters (no spaces)":"\u5b57\u5143\uff08\u7121\u7a7a\u683c\uff09","Checklist":"\u6aa2\u67e5\u6e05\u55ae","Chi":"\u5e0c (\u03a7)","Circle":"\u7a7a\u5fc3\u5713","Class":"\u985e\u578b","Clear formatting":"\u6e05\u9664\u683c\u5f0f","Close":"\u95dc\u9589","Code":"\u4ee3\u78bc","Code sample...":"\u7a0b\u5f0f\u78bc\u7bc4\u4f8b...","Code view":"\u4ee3\u78bc\u8996\u5716","Color Picker":"\u9078\u8272\u5668","Color swatch":"\u8272\u5f69\u6a23\u672c","Cols":"\u6b04\u4f4d\u6bb5","Column":"\u6b04\u76ee","Column clipboard actions":"\u5217\u526a\u8cbc\u677f\u64cd\u4f5c","Column group":"\u6b04\u7fa4\u7d44","Column header":"\u5217\u6a19\u984c","Constrain proportions":"\u4fdd\u6301\u6bd4\u4f8b","Copy":"\u8907\u88fd","Copy column":"\u8907\u88fd\u6b04","Copy row":"\u8907\u88fd\u5217","Could not find the specified string.":"\u7121\u6cd5\u67e5\u8a62\u5230\u6b64\u7279\u5b9a\u5b57\u4e32\u3002","Could not load emojis":"\u7121\u6cd5\u8f09\u5165\u8868\u60c5\u5716\u793a","Count":"\u8a08\u7b97","Currency":"\u8ca8\u5e63","Current window":"\u76ee\u524d\u8996\u7a97","Custom color":"\u81ea\u8a02\u984f\u8272","Custom...":"\u81ea\u5b9a\u7fa9......","Cut":"\u526a\u4e0b","Cut column":"\u526a\u4e0b\u6b04","Cut row":"\u526a\u4e0b\u5217","Dark Blue":"\u6df1\u85cd\u8272","Dark Gray":"\u6df1\u7070\u8272","Dark Green":"\u6df1\u7da0\u8272","Dark Orange":"\u6df1\u6a59\u8272","Dark Purple":"\u6df1\u7d2b\u8272","Dark Red":"\u6697\u7d05\u8272","Dark Turquoise":"\u6df1\u571f\u8033\u5176\u85cd","Dark Yellow":"\u6df1\u9ec3\u8272","Dashed":"\u865b\u7dda","Date/time":"\u65e5\u671f/\u6642\u9593","Decrease indent":"\u6e1b\u5c11\u7e2e\u6392","Default":"\u9810\u8a2d","Delete accordion":"\u522a\u9664\u647a\u758a\u5f0f\u529f\u80fd\u8868","Delete column":"\u522a\u9664\u884c","Delete row":"\u522a\u9664\u5217","Delete table":"\u522a\u9664\u8868\u683c","Delta":"\u5fb7\u723e\u5854 (\u0394)","Dimensions":"\u5c3a\u5bf8","Disc":"\u5be6\u5fc3\u5713","Div":"Div","Document":"\u6587\u4ef6","Dotted":"\u9ede\u7dda","Double":"\u96d9\u7dda","Drop an image here":"\u62d6\u66f3\u5716\u7247\u81f3\u6b64","Dropped file type is not supported":"\u4e0d\u652f\u63f4\u5df2\u62d6\u653e\u7684\u6a94\u6848\u985e\u578b","E - acute":"E - \u5c16\u97f3\u7b26\u865f","E - circumflex":"E - \u6291\u63da\u7b26\u865f","E - diaeresis":"E - \u5206\u97f3\u7b26\u865f","E - grave":"E - \u91cd\u97f3\u7b26\u865f","E - macron":"E - \u9577\u97f3\u7b26\u865f","ETH":"ETH (\xd0)","Edit":"\u7de8\u8f2f","Embed":"\u5d4c\u5165","Emojis":"\u8868\u60c5\u5716\u793a","Emojis...":"\u8868\u60c5\u5716\u793a...","Epsilon":"\u827e\u666e\u897f\u9686 (\u0395)","Error":"\u932f\u8aa4","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","Eta":"\u827e\u5854 (\u0397)","Extended Latin":"\u64f4\u5145\u62c9\u4e01\u5b57\u6bcd","Failed to initialize plugin: {0}":"\u7121\u6cd5\u555f\u52d5\u5916\u639b\uff1a{0}","Failed to load plugin url: {0}":"\u7121\u6cd5\u8f09\u5165\u5916\u639b url\uff1a{0}","Failed to load plugin: {0} from url {1}":"\u7121\u6cd5\u8f09\u5165\u5916\u639b\uff1a\u4f86\u81ea{0} \u7684{1}","Failed to upload image: {0}":"\u7121\u6cd5\u4e0a\u50b3\u5716\u50cf\uff1a{0}","File":"\u6a94\u6848","Find":"\u5c0b\u627e","Find (if searchreplace plugin activated)":"\u5c0b\u627e (\u5c0b\u627e\u53d6\u4ee3\u5916\u639b\u555f\u7528\u6642)","Find and Replace":"\u67e5\u627e\u548c\u66ff\u63db","Find and replace...":"\u5c0b\u627e\u53ca\u53d6\u4ee3...","Find in selection":"\u5728\u9078\u53d6\u7684\u5167\u5bb9\u4e2d\u5c0b\u627e","Find whole words only":"\u50c5\u627e\u51fa\u5b8c\u6574\u5b57\u532f","Flags":"\u65d7\u6a19","Focus to contextual toolbar":"\u8df3\u81f3\u5feb\u6377\u9078\u55ae","Focus to element path":"\u8df3\u81f3\u5143\u7d20\u5217","Focus to menubar":"\u8df3\u81f3\u9078\u55ae\u5217","Focus to toolbar":"\u8df3\u81f3\u5de5\u5177\u5217","Font":"\u5b57\u578b","Font size {0}":"\u5b57\u9ad4\u5927\u5c0f {0}","Font sizes":"\u5b57\u578b\u5927\u5c0f","Font {0}":"\u5b57\u9ad4 {0}","Fonts":"\u5b57\u578b","Food and Drink":"\u98f2\u98df","Footer":"Footer","Format":"\u683c\u5f0f","Format painter":"\u8907\u88fd\u683c\u5f0f","Format {0}":"\u683c\u5f0f {0}","Formats":"\u683c\u5f0f","Fullscreen":"\u5168\u87a2\u5e55","G":"G","Gamma":"\u4f3d\u99ac (\u0393)","General":"\u4e00\u822c","Gray":"\u7070\u8272","Green":"\u7da0\u8272","Green component":"\u7da0\u8272\u90e8\u5206","Groove":"Groove","Handy Shortcuts":"\u5feb\u901f\u9375","Header":"\u9801\u982d","Header cell":"\u8868\u982d\u5132\u5b58\u683c","Heading 1":"\u6a19\u984c1","Heading 2":"\u6a19\u984c2","Heading 3":"\u6a19\u984c3","Heading 4":"\u6a19\u984c4","Heading 5":"\u6a19\u984c5","Heading 6":"\u6a19\u984c6","Headings":"\u6a19\u984c","Height":"\u9ad8\u5ea6","Help":"\u5e6b\u52a9","Hex color code":"\u5341\u516d\u9032\u4f4d\u8272\u5f69\u4ee3\u78bc","Hidden":"\u96b1\u85cf","Horizontal align":"\u6c34\u5e73\u5c0d\u9f4a","Horizontal line":"\u6c34\u5e73\u7dda","Horizontal space":"\u6c34\u6e96\u9593\u8ddd","I - acute":"I - \u5c16\u97f3\u7b26\u865f","I - circumflex":"I - \u6291\u63da\u7b26\u865f","I - diaeresis":"I - \u5206\u97f3\u7b26\u865f","I - grave":"I - \u91cd\u97f3\u7b26\u865f","I - macron":"I - \u9577\u97f3\u7b26\u865f","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","Image is decorative":"\u6b64\u70ba\u88dd\u98fe\u6027\u5716\u7247","Image list":"\u5716\u7247\u6e05\u55ae","Image title":"\u5716\u7247\u6a19\u984c","Image...":"\u5716\u7247......","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: Rejected request":"ImageProxy HTTP \u932f\u8aa4\uff1a\u62d2\u7d55\u8acb\u6c42","ImageProxy HTTP error: Unknown ImageProxy error":"ImageProxy HTTP \u932f\u8aa4\uff1a\u672a\u77e5\u7684\u5716\u50cf\u4ee3\u7406\u932f\u8aa4","Increase indent":"\u589e\u52a0\u7e2e\u6392","Inline":"\u5167\u806f","Insert":"\u63d2\u5165","Insert Template":"\u63d2\u5165\u7bc4\u672c","Insert accordion":"\u63d2\u5165\u647a\u758a\u5f0f\u529f\u80fd\u8868","Insert checklist":"\u63d2\u5165\u6aa2\u67e5\u6e05\u55ae","Insert column after":"\u63d2\u5165\u6b04\u4f4d\u5728...\u4e4b\u5f8c","Insert column before":"\u63d2\u5165\u6b04\u4f4d\u5728...\u4e4b\u524d","Insert date/time":"\u63d2\u5165\u65e5\u671f/\u6642\u9593","Insert image":"\u63d2\u5165\u5716\u7247","Insert link (if link plugin activated)":"\u65b0\u589e\u6377\u5f91 (\u6377\u5f91\u5916\u639b\u555f\u7528\u6642)","Insert row after":"\u63d2\u5165\u5217\u5728...\u4e4b\u5f8c","Insert row before":"\u63d2\u5165\u5217\u5728...\u4e4b\u524d","Insert table":"\u63d2\u5165\u8868\u683c","Insert template...":"\u63d2\u5165\u6a23\u7248...","Insert video":"\u63d2\u5165\u5f71\u97f3","Insert/Edit code sample":"\u63d2\u5165/\u7de8\u8f2f \u7a0b\u5f0f\u78bc\u7bc4\u4f8b","Insert/edit image":"\u63d2\u5165/\u7de8\u8f2f\u5716\u7247","Insert/edit link":"\u63d2\u5165/\u7de8\u8f2f\u9023\u7d50","Insert/edit media":"\u63d2\u5165/\u7de8\u8f2f\u5a92\u9ad4","Insert/edit video":"\u63d2\u4ef6/\u7de8\u8f2f\u5f71\u97f3","Inset":"\u5167\u51f9","Invalid hex color code: {0}":"\u7121\u6548\u7684\u5341\u516d\u9032\u5236\u984f\u8272\u4ee3\u78bc\uff1a{0}","Invalid input":"\u7121\u6548\u8f38\u5165","Iota":"\u7d04\u5854 (\u0399)","Italic":"\u659c\u9ad4","Justify":"\u5de6\u53f3\u5c0d\u9f4a","Kappa":"\u5361\u5e15 (\u039a)","Keyboard Navigation":"\u9375\u76e4\u5c0e\u822a","Lambda":"\u62c9\u59c6\u9054 (\u039b)","Language":"\u8a9e\u8a00","Learn more...":"\u4e86\u89e3\u66f4\u591a...","Left":"\u5de6","Left to right":"\u7531\u5de6\u5230\u53f3","Light Blue":"\u6dfa\u85cd\u8272","Light Gray":"\u6dfa\u7070\u8272","Light Green":"\u6de1\u7da0\u8272","Light Purple":"\u6dfa\u7d2b\u8272","Light Red":"\u6dfa\u7d05\u8272","Light Yellow":"\u6dfa\u9ec3\u8272","Line height":"\u884c\u9ad8","Link list":"\u9023\u7d50\u6e05\u55ae","Link...":"\u9023\u7d50...","List Properties":"\u6e05\u55ae\u5c6c\u6027","List properties...":"\u6e05\u55ae\u5c6c\u6027...","Loading emojis...":"\u6b63\u5728\u8f09\u5165\u8868\u60c5\u5716\u793a...","Loading...":"\u4e0a\u50b3\u4e2d......","Lower Alpha":"\u5c0f\u5beb\u82f1\u6587\u5b57\u6bcd","Lower Greek":"\u5e0c\u81d8\u5b57\u6bcd","Lower Roman":"\u5c0f\u5beb\u7f85\u99ac\u6578\u5b57","Match case":"\u5927\u5c0f\u5beb\u5339\u914d","Mathematical":"\u6578\u5b78","Media poster (Image URL)":"\u5a92\u9ad4\u6d77\u5831\uff08\u5f71\u50cfImage URL\uff09","Media...":"\u5a92\u9ad4...","Medium Blue":"\u4e2d\u85cd\u8272","Medium Gray":"\u4e2d\u7070\u8272","Medium Purple":"\u4e2d\u7d2b\u8272","Merge cells":"\u5408\u4f75\u5132\u5b58\u683c","Middle":"\u5c45\u4e2d\u5c0d\u9f4a","Midnight Blue":"\u9ed1\u85cd\u8272","More...":"\u66f4\u591a\u8cc7\u8a0a......","Mu":"\u8b2c (\u039c)","N - tilde":"N - \u6ce2\u6d6a\u865f","Name":"\u540d\u7a31","Navy Blue":"\u6df1\u85cd\u8272","New document":"\u65b0\u6587\u4ef6","New window":"\u53e6\u958b\u8996\u7a97","Next":"\u4e0b\u4e00\u500b","No":"\u5426","No alignment":"\u7121\u5c0d\u9f4a","No color":"\u7121\u8272","Nonbreaking space":"\u4e0d\u5206\u884c\u7684\u7a7a\u683c","None":"\u7121","Nu":"\u7d10 (\u039d)","Numbered list":"\u6578\u5b57\u6e05\u55ae","O - acute":"O - \u5c16\u97f3\u7b26\u865f","O - circumflex":"O - \u6291\u63da\u7b26\u865f","O - diaeresis":"O - \u5206\u97f3\u7b26\u865f","O - grave":"O - \u91cd\u97f3\u7b26\u865f","O - macron":"O - \u9577\u97f3\u7b26\u865f","O - slash":"O - \u659c\u7dda","O - tilde":"O - \u6ce2\u6d6a\u865f","OR":"\u6216","Objects":"\u7269\u4ef6","Ok":"\u78ba\u5b9a","Omega":"\u5967\u7c73\u4f3d (\u03a9)","Omicron":"\u6b50\u7c73\u514b\u620e (\u039f)","Open help dialog":"\u958b\u555f\u5354\u52a9\u5c0d\u8a71","Open link":"\u958b\u555f\u9023\u7d50","Open link in...":"\u958b\u555f\u9023\u7d50\u65bc...","Open popup menu for split buttons":"\u70ba\u62c6\u5206\u6309\u9215\u6253\u958b\u5f48\u51fa\u529f\u80fd\u8868","Orange":"\u6a59\u8272","Outset":"\u5916\u51f8","Page break":"\u5206\u9801","Paragraph":"\u6bb5\u843d","Paste":"\u7c98\u8cbc","Paste as text":"\u4ee5\u7d14\u6587\u5b57\u8cbc\u4e0a","Paste column after":"\u8cbc\u4e0a\u6b04\u5728...\u4e4b\u5f8c","Paste column before":"\u8cbc\u4e0a\u6b04\u5728...\u4e4b\u524d","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","Paste or type a link":"\u8cbc\u4e0a\u6216\u8f38\u5165\u9023\u7d50","Paste row after":"\u8cbc\u4e0a\u5217\u5728...\u4e4b\u5f8c","Paste row before":"\u8cbc\u4e0a\u5217\u5728...\u4e4b\u524d","Paste your embed code below:":"\u8acb\u5c07\u60a8\u7684\u5d4c\u5165\u5f0f\u7a0b\u5f0f\u78bc\u8cbc\u5728\u4e0b\u65b9\uff1a","People":"\u4eba","Permanent Pen Properties":"\u6c38\u4e45\u6a19\u8a18\u5c6c\u6027","Permanent pen":"\u6c38\u4e45\u6027\u7b46","Permanent pen properties...":"\u6c38\u4e45\u6a19\u8a18\u5c6c\u6027......","Phi":"\u6590 (\u03a6)","Pi":"\u6d3e (\u03a0)","Plugins":"\u5168\u90e8\u5916\u639b\u7a0b\u5f0f","Plugins installed ({0}):":"\u5916\u639b\u7a0b\u5f0f\uff08{0}\uff09\u5df2\u5b89\u88dd\uff1a","Powered by {0}":"\u63d0\u4f9b\u8005{0}","Pre":"Pre","Preferences":"\u9996\u9078\u9805","Preformatted":"\u9810\u5148\u683c\u5f0f\u5316\u7684","Premium plugins:":"\u52a0\u503c\u5916\u639b\uff1a","Press the Up and Down arrow keys to resize the editor.":"\u6309\u5411\u4e0a\u548c\u5411\u4e0b\u65b9\u5411\u9375\u4ee5\u8abf\u6574\u7de8\u8f2f\u5668\u5927\u5c0f\u3002","Press the arrow keys to resize the editor.":"\u6309\u65b9\u5411\u9375\u4ee5\u8abf\u6574\u7de8\u8f2f\u5668\u5927\u5c0f\u3002","Press {0} for help":"\u6309 {0} \u53d6\u5f97\u8aaa\u660e","Preview":"\u9810\u89bd","Previous":"\u4e0a\u4e00\u500b","Print":"\u5217\u5370","Print...":"\u5217\u5370...","Psi":"\u666e\u897f (\u03a8)","Purple":"\u7d2b\u8272","Quotations":"\u5f15\u865f","R":"R","Range 0 to 255":"\u7bc4\u570d\u70ba 0 \u81f3 255","Red":"\u7d05\u8272","Red component":"\u7d05\u8272\u90e8\u5206","Redo":"\u91cd\u505a","Remove":"\u79fb\u9664","Remove color":"\u79fb\u9664\u984f\u8272","Remove link":"\u79fb\u9664\u9023\u7d50","Replace":"\u66ff\u63db","Replace all":"\u66ff\u63db\u5168\u90e8","Replace with":"\u66ff\u63db\u70ba","Resize":"\u8abf\u6574\u5927\u5c0f","Restore last draft":"\u8f09\u5165\u4e0a\u4e00\u6b21\u7de8\u8f2f\u7684\u8349\u7a3f","Reveal or hide additional toolbar items":"\u986f\u793a\u6216\u96b1\u85cf\u5176\u4ed6\u5de5\u5177\u5217\u9805\u76ee","Rho":"\u67d4 (\u03a1)","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","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","Ridge":"\u5c71\u810a","Right":"\u53f3","Right to left":"\u7531\u53f3\u5230\u5de6","Row":"\u884c","Row clipboard actions":"\u884c\u526a\u8cbc\u677f\u64cd\u4f5c","Row group":"\u5217\u7fa4\u7d44","Row header":"\u884c\u6a19\u984c","Row properties":"\u5217\u5c6c\u6027","Row type":"\u884c\u7684\u985e\u578b","Rows":"\u884c\u6578","S - caron":"S - \u97f3\u8abf\u7b26\u865f","Save":"\u4fdd\u5b58","Save (if save plugin activated)":"\u5132\u5b58 (\u5132\u5b58\u5916\u639b\u555f\u7528\u6642)","Scope":"\u7bc4\u570d","Search":"\u641c\u7d22","Select all":"\u5168\u9078","Select...":"\u9078\u64c7......","Selection":"\u9078\u9805","Shortcut":"\u6377\u5f91","Show blocks":"\u986f\u793a\u57fa\u584a","Show caption":"\u986f\u793a\u6a19\u984c","Show invisible characters":"\u986f\u793a\u96b1\u85cf\u5b57\u5143","Sigma":"\u897f\u683c\u99ac (\u03a3)","Size":"\u5b57\u5f62\u5927\u5c0f","Solid":"\u5be6\u5fc3","Source":"\u539f\u59cb\u78bc","Source code":"\u539f\u59cb\u78bc","Special Character":"\u7279\u6b8a\u5b57\u5143","Special character...":"\u7279\u6b8a\u5b57\u5143......","Split cell":"\u5206\u5272\u5132\u5b58\u683c","Square":"\u6b63\u65b9\u5f62","Start list at number":"\u6e05\u55ae\u8d77\u59cb\u7de8\u865f","Strikethrough":"\u522a\u9664\u7dda","Style":"\u6a23\u5f0f","Subscript":"\u4e0b\u6a19","Superscript":"\u4e0a\u6a19","Switch to or from fullscreen mode":"\u8f49\u63db\u81ea/\u81f3\u5168\u87a2\u5e55\u6a21\u5f0f","Symbols":"\u7b26\u865f","System Font":"\u7cfb\u7d71\u5b57\u578b","THORN":"THORN (\xde)","Table":"\u8868\u683c","Table caption":"\u8868\u683c\u6a19\u984c","Table properties":"\u8868\u683c\u5c6c\u6027","Table styles":"\u8868\u683c\u6a23\u5f0f","Tau":"\u9676 (\u03a4)","Template":"\u6a23\u677f","Templates":"\u6a23\u7248","Text":"\u6587\u5b57","Text color":"\u6587\u672c\u9854\u8272","Text color {0}":"\u6587\u5b57\u984f\u8272 {0}","Text to display":"\u8981\u986f\u793a\u7684\u6587\u672c","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?","Theta":"\u897f\u5854 (\u0398)","Title":"\u6a19\u984c","Title Case":"\u5b57\u9996\u5927\u5beb","To open the popup, press Shift+Enter":"\u8981\u958b\u555f\u5f48\u51fa\u8996\u7a97\uff0c\u8acb\u6309Shift+Enter","Toggle accordion":"\u5207\u63db\u647a\u758a\u5f0f\u529f\u80fd\u8868","Tools":"\u5de5\u5177","Top":"\u4e0a\u65b9\u5c0d\u9f4a","Travel and Places":"\u65c5\u884c\u8207\u5730\u9ede","Turquoise":"\u571f\u8033\u5176\u85cd","U - acute":"U - \u5c16\u97f3\u7b26\u865f","U - circumflex":"U - \u6291\u63da\u7b26\u865f","U - diaeresis":"U - \u5206\u97f3\u7b26\u865f","U - grave":"U - \u91cd\u97f3\u7b26\u865f","U - macron":"U - \u9577\u97f3\u7b26\u865f","UPPERCASE":"\u5927\u5beb","Underline":"\u4e0b\u5283\u7dda","Undo":"\u64a4\u92b7","Upload":"\u4e0a\u50b3","Uploading image":"\u4e0a\u50b3\u5716\u7247","Upper Alpha":"\u5927\u5beb\u82f1\u6587\u5b57\u6bcd","Upper Roman":"\u5927\u5beb\u7f85\u99ac\u6578\u5b57","Upsilon":"\u5b87\u666e\u897f\u9686 (\u03a5)","Url":"\u7db2\u5740","User Defined":"\u4f7f\u7528\u8005\u5df2\u5b9a\u7fa9","Valid":"\u6709\u6548","Version":"\u7248\u672c","Vertical align":"\u5782\u76f4\u5c0d\u9f4a","Vertical space":"\u5782\u76f4\u9593\u8ddd","View":"\u67e5\u770b","Visual aids":"\u5c0f\u5e6b\u624b","Warn":"\u8b66\u544a","White":"\u767d\u8272","Width":"\u5bec\u5ea6","Word count":"\u8a08\u7b97\u5b57\u6578","Words":"\u5b57\u6578","Words: {0}":"\u6587\u5b57\uff1a{0}","Xi":"\u514b\u897f (\u039e)","Y - acute":"Y - \u5c16\u97f3\u7b26\u865f","Y - diaeresis":"Y - \u5206\u97f3\u7b26\u865f","Y - macron":"Y - \u9577\u97f3\u7b26\u865f","Yellow":"\u9ec3\u8272","Yes":"\u662f","You are using {0}":"\u60a8\u6b63\u5728\u4f7f\u7528 {0}","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","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","Zeta":"\u622a\u5854 (\u0396)","a - acute":"a - \u5c16\u97f3\u7b26\u865f","a - circumflex":"a - \u6291\u63da\u7b26\u865f","a - diaeresis":"a - \u5206\u97f3\u7b26\u865f","a - grave":"a - \u91cd\u97f3\u7b26\u865f","a - macron":"a - \u9577\u97f3\u7b26\u865f","a - ring above":"a - \u4e0a\u74b0\u5f62\u7b26\u865f","a - tilde":"a - \u6ce2\u6d6a\u865f","alignment":"\u5c0d\u9f4a","almost equal to":"\u5e7e\u4e4e\u7b49\u65bc","alpha":"\u963f\u723e\u6cd5 (\u03b1)","angle":"\u89d2\u5ea6","approximately equal to":"\u7d04\u7b49\u65bc","asterisk operator":"\u661f\u865f\u904b\u7b97\u5b50","austral sign":"\u5967\u65af\u7279\u62c9\u723e\u7b26\u865f","backward difference":"\u5f8c\u5411\u5dee\u5206","beta":"\u8c9d\u5854 (\u03b2)","broken bar":"\u9593\u65b7\u7dda","bullet":"\u9805\u76ee\u7b26\u865f","c - cedilla":"c - \u5c3e\u5f62\u7b26\u865f","cedi sign":"\u8fe6\u7d0d\u585e\u5730\u7b26\u865f","cent sign":"\u5206\u5e63\u7b26\u865f","chi":"\u5e0c (\u03c7)","circumflex accent":"\u6291\u63da\u7b26\u865f","colon sign":"\u5192\u865f","comments":"\u8a3b\u89e3","contains as member":"\u5305\u542b\u70ba\u6210\u54e1","copyright sign":"\u7248\u6b0a\u7b26\u865f","cruzeiro sign":"\u514b\u9b6f\u585e\u7f85\u7b26\u865f","currency sign":"\u8ca8\u5e63\u7b26\u865f","degree sign":"\u5ea6\u6578\u7b26\u865f","delta":"\u5fb7\u723e\u5854 (\u03b4)","diaeresis":"\u5206\u97f3\u7b26\u865f","diameter":"\u76f4\u5f91","division sign":"\u9664\u865f","dollar sign":"\u7f8e\u5143\u7b26\u865f","dong sign":"\u8d8a\u5357\u76fe\u7b26\u865f","double low-9 quotation mark":"\u4f4e\u4f4d\u96d9\u5f15\u865f","drachma sign":"\u5fb7\u62c9\u514b\u99ac\u7b26\u865f","e - acute":"e - \u5c16\u97f3\u7b26\u865f","e - circumflex":"e - \u6291\u63da\u7b26\u865f","e - diaeresis":"e - \u5206\u97f3\u7b26\u865f","e - grave":"e - \u91cd\u97f3\u7b26\u865f","e - macron":"e - \u9577\u97f3\u7b26\u865f","element of":"\u662f\u5176\u4e2d\u7684\u5143\u7d20","em dash":"\u7834\u6298\u865f","en dash":"\u9023\u63a5\u865f","epsilon":"\u827e\u666e\u897f\u9686 (\u03b5)","eta":"\u827e\u5854 (\u03b7)","eth":"eth (\xf0)","euro sign":"\u6b50\u5143\u7b26\u865f","euro-currency sign":"\u6b50\u5143\u8ca8\u5e63\u7b26\u865f","example":"\u7bc4\u4f8b","final sigma":"\u5b57\u5c3e\u897f\u683c\u99ac (\u03c2)","for all":"\u5c0d\u6240\u6709","formatting":"\u683c\u5f0f","fraction one half":"\u4e8c\u5206\u4e4b\u4e00","fraction one quarter":"\u56db\u5206\u4e4b\u4e00","fraction slash":"\u5206\u6578\u659c\u7dda","fraction three quarters":"\u56db\u5206\u4e4b\u4e09","french franc sign":"\u6cd5\u570b\u6cd5\u90ce\u7b26\u865f","function / florin":"\u51fd\u6578\uff0f\u5f17\u7f85\u6797","gamma":"\u4f3d\u99ac (\u03b3)","german penny symbol":"\u5fb7\u570b\u4fbf\u58eb\u7b26\u865f","greater-than or equal to":"\u5927\u65bc\u7b49\u65bc","greater-than sign":"\u5927\u65bc\u7b26\u865f","guarani sign":"\u74dc\u62c9\u5c3c\u7b26\u865f","history":"\u6b77\u53f2","hryvnia sign":"\u8377\u6797\u592b\u7d0d\u7b26\u865f","i - acute":"i - \u5c16\u97f3\u7b26\u865f","i - circumflex":"i - \u6291\u63da\u7b26\u865f","i - diaeresis":"i - \u5206\u97f3\u7b26\u865f","i - grave":"i - \u91cd\u97f3\u7b26\u865f","i - macron":"i - \u9577\u97f3\u7b26\u865f","identical to":"\u6046\u7b49\u65bc","indentation":"\u7e2e\u6392","indian rupee sign":"\u5370\u5ea6\u76e7\u6bd4\u7b26\u865f","infinity":"\u7121\u7aae","integral":"\u7a4d\u5206","intersection":"\u4ea4\u96c6","inverted exclamation mark":"\u5012\u9a5a\u5606\u865f","iota":"\u7d04\u5854 (\u03b9)","kappa":"\u5361\u5e15 (\u03ba)","kip sign":"\u57fa\u666e\u7b26\u865f","lambda":"\u62c9\u59c6\u9054 (\u03bb)","left double quotation mark":"\u5de6\u96d9\u5f15\u865f","left pointing guillemet":"\u5de6\u6307\u89d2\u5f62\u5f15\u865f","left single quotation mark":"\u5de6\u55ae\u5f15\u865f","less-than or equal to":"\u5c0f\u65bc\u7b49\u65bc","less-than sign":"\u5c0f\u65bc\u7b26\u865f","ligature AE":"\u9023\u9ad4\u5b57 AE","ligature OE":"\u9023\u9ad4\u5b57 OE","ligature ae":"\u9023\u9ad4\u5b57 ae","ligature oe":"\u9023\u9ad4\u5b57 oe","lira sign":"\u91cc\u62c9\u7b26\u865f","livre tournois sign":"\u91cc\u5f17\u723e\u7b26\u865f","logical and":"\u908f\u8f2f\u8207","logical or":"\u908f\u8f2f\u6216","lowercase":"\u5c0f\u5beb","macron":"\u9577\u97f3\u7b26\u865f","manat sign":"\u99ac\u7d0d\u7279\u7b26\u865f","micro sign":"\u5fae\u7b26\u865f","middle dot":"\u9593\u9694\u865f","mill sign":"\u5bc6\u723e\u7b26\u865f","minus sign":"\u6e1b\u865f","minutes / feet":"\u5206\u9418\uff0f\u82f1\u5c3a","mu":"\u8b2c (\u03bc)","multiplication sign":"\u4e58\u865f","n - tilde":"n - \u6ce2\u6d6a\u865f","n-ary product":"n \u5143\u6c42\u7a4d","n-ary sumation":"n \u5143\u6c42\u548c","naira sign":"\u5948\u62c9\u7b26\u865f","new sheqel sign":"\u65b0\u8b1d\u514b\u723e\u7b26\u865f","nordic mark sign":"\u5317\u6b50\u99ac\u514b\u7b26\u865f","not an element of":"\u4e0d\u662f\u5176\u4e2d\u7684\u5143\u7d20","not equal to":"\u4e0d\u7b49\u65bc","not sign":"\u975e\u7b26\u865f","nu":"\u7d10 (\u03bd)","o - acute":"o - \u5c16\u97f3\u7b26\u865f","o - circumflex":"o - \u6291\u63da\u7b26\u865f","o - diaeresis":"o - \u5206\u97f3\u7b26\u865f","o - grave":"o - \u91cd\u97f3\u7b26\u865f","o - tilde":"o - \u6ce2\u6d6a\u865f","o macron":"o \u9577\u97f3\u7b26\u865f","o slash":"o \u659c\u7dda","omega":"\u5967\u7c73\u4f3d (\u03c9)","omicron":"\u6b50\u7c73\u514b\u620e (\u03bf)","overline":"\u4e0a\u6a6b\u7dda","paragraph sign":"\u6bb5\u843d\u7b26\u865f","partial differential":"\u504f\u5fae\u5206","per mille sign":"\u5343\u5206\u6bd4\u7b26\u865f","peseta sign":"\u966a\u58eb\u7279\u7b26\u865f","peso sign":"\u62ab\u7d22\u7b26\u865f","phi":"\u6590 (\u03c6)","pi":"\u6d3e (\u03c0)","plus-minus sign":"\u6b63\u8ca0\u865f","pound sign":"\u82f1\u938a\u7b26\u865f","proportional to":"\u6b63\u6bd4\u65bc","psi":"\u666e\u897f (\u03c8)","registered sign":"\u8a3b\u518a\u5546\u6a19\u7b26\u865f","rho":"\u67d4 (\u03c1)","right double quotation mark":"\u53f3\u96d9\u5f15\u865f","right pointing guillemet":"\u53f3\u6307\u89d2\u5f62\u5f15\u865f","right single quotation mark":"\u53f3\u55ae\u5f15\u865f","ruble sign":"\u76e7\u5e03\u7b26\u865f","rupee sign":"\u76e7\u6bd4\u7b26\u865f","s - caron":"s - \u97f3\u8abf\u7b26\u865f","seconds / inches":"\u79d2\uff0f\u82f1\u5bf8","section sign":"\u5206\u7bc0\u7b26\u865f","sharp s / ess-zed":"sharp s / ess-zed (\u1e9e)","sigma":"\u897f\u683c\u99ac (\u03c3)","similar to":"\u8fd1\u4f3c\u65bc","single left-pointing angle quotation mark":"\u5de6\u6307\u55ae\u5c16\u5f15\u865f","single low-9 quotation mark":"\u4f4e\u4f4d\u55ae\u5f15\u865f","single right-pointing angle quotation mark":"\u53f3\u6307\u55ae\u5c16\u5f15\u865f","small tilde":"\u5c0f\u6ce2\u6d6a\u865f","spesmilo sign":"\u65af\u4f69\u65af\u7c73\u6d1b\u7b26\u865f","square root":"\u5e73\u65b9\u6839","styles":"\u6a23\u5f0f","superscript one":"\u4e0a\u6a19\u4e00","superscript three":"\u4e0a\u6a19\u4e09","superscript two":"\u4e0a\u6a19\u4e8c","tau":"\u9676 (\u03c4)","tenge sign":"\u5766\u5409\u7b26\u865f","there exists":"\u5b58\u5728","theta":"\u897f\u5854 (\u03b8)","thorn":"thorn (\xfe)","three dot leader":"\u7701\u7565\u865f","trade mark sign":"\u5546\u6a19\u7b26\u865f","tugrik sign":"\u5716\u683c\u91cc\u514b\u7b26\u865f","turkish lira sign":"\u571f\u8033\u5176\u91cc\u62c9\u7b26\u865f","turned question mark":"\u5012\u554f\u865f","u - acute":"u - \u5c16\u97f3\u7b26\u865f","u - circumflex":"u - \u6291\u63da\u7b26\u865f","u - diaeresis":"u - \u5206\u97f3\u7b26\u865f","u - grave":"u - \u91cd\u97f3\u7b26\u865f","u - macron":"u - \u9577\u97f3\u7b26\u865f","union":"\u806f\u96c6","upsilon":"\u5b87\u666e\u897f\u9686 (\u03c5)","won sign":"\u97d3\u5713\u7b26\u865f","xi":"\u514b\u897f (\u03be)","y - acute":"y - \u5c16\u97f3\u7b26\u865f","y - diaeresis":"y - \u5206\u97f3\u7b26\u865f","y - macron":"y - \u9577\u97f3\u7b26\u865f","yen character":"\u65e5\u5713\u5b57\u5143","yen sign":"\u65e5\u5713\u7b26\u865f","yen/yuan character variant one":"\u5713\uff0f\u5143\u5b57\u5143\u8b8a\u9ad4\u4e00","yuan character":"\u4eba\u6c11\u5e63\u5b57\u5143","yuan character, in hong kong and taiwan":"\u6e2f\u53f0\u5e63\u5b57\u5143","zeta":"\u622a\u5854 (\u03b6)","{0} characters":"{0} \u500b\u5b57\u5143","{0} columns, {1} rows":"{0} \u6b04\uff0c{1} \u5217","{0} words":"{0} \u500b\u5b57"});
@@ -4,7 +4,7 @@
4
4
  * Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
5
5
  * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
6
  *
7
- * Version: 6.5.1
7
+ * Version: 6.8.2
8
8
  */
9
9
 
10
10
  (function () {