736dcf9c98b26056d3708f5ea2295bf1a24cbfff.svn-base 929 B

1234567891011121314151617181920212223242526272829303132
  1. /**
  2. * Chinese translation for bootstrap-markdown
  3. * benhaile <denghaier@163.com>
  4. */
  5. (function ($) {
  6. $.fn.markdown.messages.zh = {
  7. 'Bold': "粗体",
  8. 'Italic': "斜体",
  9. 'Heading': "标题",
  10. 'URL/Link': "链接",
  11. 'Image': "图片",
  12. 'List': "列表",
  13. 'Unordered List': "无序列表",
  14. 'Ordered List': "有序列表",
  15. 'Code': "代码",
  16. 'Quote': "引用",
  17. 'Preview': "预览",
  18. 'strong text': "粗体",
  19. 'emphasized text': "强调",
  20. 'heading text': "标题",
  21. 'enter link description here': "输入链接说明",
  22. 'Insert Hyperlink': "URL地址",
  23. 'enter image description here': "输入图片说明",
  24. 'Insert Image Hyperlink': "图片URL地址",
  25. 'enter image title here': "在这里输入图片标题",
  26. 'list text here': "这里是列表文本",
  27. 'code text here': "这里输入代码",
  28. 'quote here': "这里输入引用文本"
  29. };
  30. }(jQuery));