froala_editor_zh_cn.js 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. /*!
  2. * froala_editor v4.0.19 (https://www.froala.com/wysiwyg-editor)
  3. * License https://froala.com/wysiwyg-editor/terms/
  4. * Copyright 2014-2023 Froala Labs
  5. */
  6. (function (global, factory) {
  7. typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
  8. typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
  9. (factory(global.FroalaEditor));
  10. }(this, (function (FE) { 'use strict';
  11. FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
  12. /**
  13. * Simplified Chinese spoken in China.
  14. */
  15. FE.LANGUAGE['zh_cn'] = {
  16. translation: {
  17. // Place holder
  18. 'Type something': '输入内容',
  19. // Basic formatting
  20. 'Bold': '粗体',
  21. 'Italic': '斜体',
  22. 'Underline': '下划线',
  23. 'Strikethrough': '删除线',
  24. // Main buttons
  25. 'Insert': '插入',
  26. 'Delete': '删除',
  27. 'Cancel': '取消',
  28. 'OK': '确定',
  29. 'Back': '后退',
  30. 'Remove': '删除',
  31. 'More': '更多',
  32. 'Update': '更新',
  33. 'Style': '样式',
  34. // Font
  35. 'Font Family': '字体',
  36. 'Font Size': '字号',
  37. // Colors
  38. 'Colors': '颜色',
  39. 'Background': '背景',
  40. 'Text': '字体',
  41. 'HEX Color': '十六进制颜色',
  42. // Paragraphs
  43. 'Paragraph Format': '段落格式',
  44. 'Normal': '正文',
  45. 'Code': '代码',
  46. 'Heading 1': '标题1',
  47. 'Heading 2': '标题2',
  48. 'Heading 3': '标题3',
  49. 'Heading 4': '标题4',
  50. // Style
  51. 'Paragraph Style': '段落样式',
  52. 'Inline Style': '内联样式',
  53. // Alignment
  54. 'Align': '对齐方式',
  55. 'Align Left': '左对齐',
  56. 'Align Center': '居中',
  57. 'Align Right': '右对齐',
  58. 'Align Justify': '两端对齐',
  59. 'None': '无',
  60. // Lists
  61. 'Ordered List': '编号',
  62. 'Unordered List': '项目符号',
  63. // Indent
  64. 'Decrease Indent': '减少缩进量',
  65. 'Increase Indent': '增加缩进量',
  66. // Links
  67. 'Insert Link': '插入超链接',
  68. 'Open in new tab': '在新标签页中打开',
  69. 'Open Link': '打开超链接',
  70. 'Edit Link': '编辑超链接',
  71. 'Unlink': '删除超链接',
  72. 'Choose Link': '选择超链接',
  73. // Images
  74. 'Insert Image': '插入图片',
  75. 'Upload Image': '上传图片',
  76. 'By URL': '通过 URL',
  77. 'Browse': '浏览',
  78. 'Drop image': '拖入图片',
  79. 'or click': '或点击',
  80. 'Manage Images': '管理图片',
  81. 'Loading': '加载中',
  82. 'Deleting': '删除中',
  83. 'Tags': '标签',
  84. 'Are you sure? Image will be deleted.': '图片将会被删除,是否确认?',
  85. 'Replace': '替换',
  86. 'Uploading': '上传中',
  87. 'Loading image': '图片加载中',
  88. 'Display': '显示',
  89. 'Inline': '嵌入型',
  90. 'Break Text': '上下型环绕',
  91. 'Alternative Text': '替换文字',
  92. 'Change Size': '改变大小',
  93. 'Width': '宽度',
  94. 'Height': '高度',
  95. 'Something went wrong. Please try again.': '发生错误,请重试。',
  96. 'Image Caption': '图片标题',
  97. 'Advanced Edit': '高级编辑',
  98. // Video
  99. 'Insert Video': '插入视频',
  100. 'Embedded Code': '嵌入代码',
  101. 'Paste in a video URL': '粘贴视频网址',
  102. 'Drop video': '拖入视频',
  103. 'Your browser does not support HTML5 video.': '您的浏览器不支持 HTML5 视频。',
  104. 'Upload Video': '上传视频',
  105. // Tables
  106. 'Insert Table': '插入表格',
  107. 'Table Header': '表头',
  108. 'Remove Table': '删除表格',
  109. 'Table Style': '表格样式',
  110. 'Horizontal Align': '水平对齐方式',
  111. 'Row': '行',
  112. 'Insert row above': '在上方插入',
  113. 'Insert row below': '在下方插入',
  114. 'Delete row': '删除行',
  115. 'Column': '列',
  116. 'Insert column before': '在左侧插入',
  117. 'Insert column after': '在右侧插入',
  118. 'Delete column': '删除列',
  119. 'Cell': '单元格',
  120. 'Merge cells': '合并单元格',
  121. 'Horizontal split': '水平分割',
  122. 'Vertical split': '垂直分割',
  123. 'Cell Background': '单元格背景',
  124. 'Vertical Align': '垂直对齐方式',
  125. 'Top': '靠上',
  126. 'Middle': '居中',
  127. 'Bottom': '靠下',
  128. 'Align Top': '靠上对齐',
  129. 'Align Middle': '居中对齐',
  130. 'Align Bottom': '靠下对齐',
  131. 'Cell Style': '单元格样式',
  132. // Files
  133. 'Upload File': '上传文件',
  134. 'Drop file': '拖入文件',
  135. // Emoticons
  136. 'Emoticons': '表情符号',
  137. 'Grinning face': '露齿笑脸',
  138. 'Grinning face with smiling eyes': '露齿笑到眯起眼',
  139. 'Face with tears of joy': '笑哭',
  140. 'Smiling face with open mouth': '张嘴微笑',
  141. 'Smiling face with open mouth and smiling eyes': '眯眼张嘴微笑',
  142. 'Smiling face with open mouth and cold sweat': '带冷汗的张嘴微笑',
  143. 'Smiling face with open mouth and tightly-closed eyes': '紧闭双眼张嘴微笑',
  144. 'Smiling face with halo': '带光环微笑',
  145. 'Smiling face with horns': '带牛角的微笑',
  146. 'Winking face': '眨眼',
  147. 'Smiling face with smiling eyes': '眯眼微笑',
  148. 'Face savoring delicious food': '馋',
  149. 'Relieved face': '如释重负',
  150. 'Smiling face with heart-shaped eyes': '桃心眼微笑',
  151. 'Smiling face with sunglasses': '戴太阳镜微笑',
  152. 'Smirking face': '得意地笑',
  153. 'Neutral face': '中性脸',
  154. 'Expressionless face': '面无表情',
  155. 'Unamused face': '不高兴',
  156. 'Face with cold sweat': '冷汗',
  157. 'Pensive face': '沉思',
  158. 'Confused face': '迷惑',
  159. 'Confounded face': '困惑',
  160. 'Kissing face': '嘴巴嘟嘟',
  161. 'Face throwing a kiss': '飞吻',
  162. 'Kissing face with smiling eyes': '眯眼接吻',
  163. 'Kissing face with closed eyes': '闭眼接吻',
  164. 'Face with stuck out tongue': '吐舌',
  165. 'Face with stuck out tongue and winking eye': '眨眼吐舌',
  166. 'Face with stuck out tongue and tightly-closed eyes': '眯眼吐舌',
  167. 'Disappointed face': '失望',
  168. 'Worried face': '担心',
  169. 'Angry face': '生气',
  170. 'Pouting face': '撅嘴',
  171. 'Crying face': '大哭',
  172. 'Persevering face': '坚强',
  173. 'Face with look of triumph': '扬眉吐气',
  174. 'Disappointed but relieved face': '失望',
  175. 'Frowning face with open mouth': '皱眉',
  176. 'Anguished face': '痛苦',
  177. 'Fearful face': '害怕',
  178. 'Weary face': '疲惫',
  179. 'Sleepy face': '困了',
  180. 'Tired face': '累了',
  181. 'Grimacing face': '扭曲脸',
  182. 'Loudly crying face': '大哭',
  183. 'Face with open mouth': '张开嘴',
  184. 'Hushed face': '安静',
  185. 'Face with open mouth and cold sweat': '冷汗',
  186. 'Face screaming in fear': '害怕尖叫',
  187. 'Astonished face': '惊讶',
  188. 'Flushed face': '脸红',
  189. 'Sleeping face': '熟睡',
  190. 'Dizzy face': '眩晕',
  191. 'Face without mouth': '没有嘴的脸',
  192. 'Face with medical mask': '口罩脸',
  193. // Line breaker
  194. 'Break': '换行',
  195. // Math
  196. 'Subscript': '下标',
  197. 'Superscript': '上标',
  198. // Full screen
  199. 'Fullscreen': '全屏',
  200. // Horizontal line
  201. 'Insert Horizontal Line': '插入水平线',
  202. // Clear formatting
  203. 'Clear Formatting': '清除格式',
  204. // Save
  205. 'Save': '保存',
  206. // Undo, redo
  207. 'Undo': '撤消',
  208. 'Redo': '恢复',
  209. // Select all
  210. 'Select All': '全选',
  211. // Code view
  212. 'Code View': '代码视图',
  213. // Quote
  214. 'Quote': '引用',
  215. 'Increase': '增加引用级别',
  216. 'Decrease': '减少引用级别',
  217. // Quick Insert
  218. 'Quick Insert': '快速插入',
  219. // Spcial Characters
  220. 'Special Characters': '特殊字符',
  221. 'Latin': '拉丁字母',
  222. 'Greek': '希腊字母',
  223. 'Cyrillic': '西里尔字母',
  224. 'Punctuation': '标点',
  225. 'Currency': '货币',
  226. 'Arrows': '箭头',
  227. 'Math': '数学',
  228. 'Misc': '杂项',
  229. // Print.
  230. 'Print': '打印',
  231. // Spell Checker.
  232. 'Spell Checker': '拼写检查器',
  233. // Help
  234. 'Help': '帮助',
  235. 'Shortcuts': '快捷键',
  236. 'Inline Editor': '内联编辑器',
  237. 'Show the editor': '显示编辑器',
  238. 'Common actions': '常用操作',
  239. 'Copy': '复制',
  240. 'Cut': '剪切',
  241. 'Paste': '粘贴',
  242. 'Basic Formatting': '基本格式',
  243. 'Increase quote level': '增加引用级别',
  244. 'Decrease quote level': '减少引用级别',
  245. 'Image / Video': '图像/视频',
  246. 'Resize larger': '放大',
  247. 'Resize smaller': '缩小',
  248. 'Table': '表格',
  249. 'Select table cell': '选择单元格',
  250. 'Extend selection one cell': '增加选中的单元格',
  251. 'Extend selection one row': '增加选中的行',
  252. 'Navigation': '导航',
  253. 'Focus popup / toolbar': '焦点弹出/工具栏',
  254. 'Return focus to previous position': '将焦点返回到上一个位置',
  255. // Embed.ly
  256. 'Embed URL': '嵌入网址',
  257. 'Paste in a URL to embed': '粘贴要嵌入的网址',
  258. // Word Paste.
  259. 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': '粘贴的内容来自微软 Word 文档。你想保留还是清除格式?',
  260. 'Keep': '保留',
  261. 'Clean': '清除',
  262. 'Word Paste Detected': '检测到粘贴自 Word 的内容',
  263. // Character Counter
  264. 'Characters': '字数统计',
  265. // More Buttons
  266. 'More Text': ' 更多文字',
  267. 'More Paragraph': '更多段落',
  268. 'More Rich': '更多丰富',
  269. 'More Misc': '更多杂项',
  270. 'Rounded': '圆角',
  271. 'Bordered': '边框',
  272. 'Shadow': '阴影',
  273. 'Download PDF': '下载PDF',
  274. 'Text Color': '字体颜色',
  275. 'Background Color': '背景颜色',
  276. 'Inline Class': '内联类',
  277. 'Highlighted': '高亮',
  278. 'Transparent': '透明',
  279. 'Big Red': '大号红',
  280. 'Small Blue': '小号蓝',
  281. 'Default': '默认',
  282. 'Lower Alpha': 'a,b,c...',
  283. 'Lower Greek': 'α,β,γ...',
  284. 'Lower Roman': 'i,ii,iii...',
  285. 'Upper Alpha': 'A,B,C...',
  286. 'Upper Roman': 'Ⅰ,Ⅱ,Ⅲ...',
  287. 'Circle': '○ 空心圆',
  288. 'Disc': '● 实心圆',
  289. 'Square': '■ 实心方块',
  290. 'Gray': '灰色',
  291. 'Spaced': '字母间隙',
  292. 'Uppercase': '大写',
  293. 'Line Height': '行高',
  294. 'Single': '1',
  295. 'Double': '2'
  296. },
  297. direction: 'ltr'
  298. };
  299. })));
  300. //# sourceMappingURL=zh_cn.js.map