zh_cn.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* ===========================================================
  2. * zh_cn.js
  3. * Simplified Chinese translation for Trumbowyg
  4. * http://alex-d.github.com/Trumbowyg
  5. * ===========================================================
  6. * Author : Liu Kai (akai)
  7. * Twitter : @akai404
  8. * Github : https://github.com/akai
  9. */
  10. // jshint camelcase:false
  11. jQuery.trumbowyg.langs.zh_cn = {
  12. viewHTML: '源代码',
  13. formatting: '格式',
  14. p: '段落',
  15. blockquote: '引用',
  16. code: '代码',
  17. header: '标题',
  18. bold: '加粗',
  19. italic: '斜体',
  20. strikethrough: '删除线',
  21. underline: '下划线',
  22. strong: '加粗',
  23. em: '斜体',
  24. del: '删除线',
  25. unorderedList: '无序列表',
  26. orderedList: '有序列表',
  27. insertImage: '插入图片',
  28. insertVideo: '插入视频',
  29. link: '超链接',
  30. createLink: '插入链接',
  31. unlink: '取消链接',
  32. justifyLeft: '居左对齐',
  33. justifyCenter: '居中对齐',
  34. justifyRight: '居右对齐',
  35. justifyFull: '两端对齐',
  36. horizontalRule: '插入分隔线',
  37. fullscreen: '全屏',
  38. close: '关闭',
  39. submit: '确定',
  40. reset: '取消',
  41. required: '必需的',
  42. description: '描述',
  43. title: '标题',
  44. text: '文字'
  45. };