The version of vichan running on lainchan.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 line
2.5KB

  1. /**
  2. * @author <Your Name> <Your e-mail/Website if you would like>
  3. * @license [MIT](http://www.opensource.org/licenses/mit-license.php)
  4. */
  5. (function ($) {
  6. 'use strict';
  7. $.sceditor.locale['cn'] = {
  8. 'Bold': '粗体',
  9. 'Italic': '斜体',
  10. 'Underline': '下划线',
  11. 'Strikethrough': '删除线',
  12. 'Subscript': '下标',
  13. 'Superscript': '上标',
  14. 'Align left': '靠左对齐',
  15. 'Center': '置中',
  16. 'Align right': '靠右对齐',
  17. 'Justify': '两端对齐',
  18. 'Font Name': '字体',
  19. 'Font Size': '字号',
  20. 'Font Color': '字色',
  21. 'Remove Formatting': '格式清除',
  22. 'Cut': '剪切',
  23. 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': '您的浏览器不支持剪切命令,请使用快捷键 Ctrl/Cmd-X',
  24. 'Copy': '拷贝',
  25. 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': '您的浏览器不支持拷贝命令,请使用快捷键 Ctrl/Cmd-C',
  26. 'Paste': '粘贴',
  27. 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': '您的浏览器不支持粘贴命令,请使用快捷键 Ctrl/Cmd-V',
  28. 'Paste your text inside the following box:': '请在下面贴入您的文本',
  29. 'Paste Text': '粘贴纯文本',
  30. 'Bullet list': '符号列表',
  31. 'Numbered list': '编号列表',
  32. 'Undo': '恢复',
  33. 'Redo': '撤消',
  34. 'Rows:': '行数',
  35. 'Cols:': '列数',
  36. 'Insert a table': '插入表格',
  37. 'Insert a horizontal rule': '插入分隔符',
  38. 'Code': '代码',
  39. 'Width (optional):': '宽度(选填)',
  40. 'Height (optional):': '高度(选填)',
  41. 'Insert an image': '插入图片',
  42. 'E-mail:': 'Email地址',
  43. 'Insert an email': '插入Email地址',
  44. 'URL:': '网址',
  45. 'Insert a link': '插入链接',
  46. 'Unlink': '取消链接',
  47. 'More': '更多',
  48. 'Insert an emoticon': '插入表情符号',
  49. 'Video URL:': '视频地址',
  50. 'Insert': '插入',
  51. 'Insert a YouTube video': '插入YouTube视频',
  52. 'Insert current date': '插入当前日期',
  53. 'Insert current time': '插入当前时间',
  54. 'Print': '打印',
  55. 'View source': '查看代码',
  56. 'Description (optional):': '描述(选填)',
  57. 'Enter the image URL:': '输入图片地址',
  58. 'Enter the e-mail address:': '输入email地址',
  59. 'Enter the displayed text:': '输入显示文字',
  60. 'Enter URL:': '输入网址',
  61. 'Enter the YouTube video URL or ID:': '输入YouTube地址或编号',
  62. 'Insert a Quote': '插入引用',
  63. 'Invalid YouTube video': '无效的YouTube视频',
  64. dateFormat: 'year-month-day'
  65. };
  66. })(jQuery);