zh.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "Add new post": "发布新文章",
  3. "Follow in Newsfeed": "在新闻源中关注",
  4. "Posts": "文章",
  5. "Username mentions": "提到的用户名",
  6. "Comments": "评论",
  7. " Comments:": " 条评论:",
  8. " Comment:": " 条评论:",
  9. " comments": " 条评论",
  10. " comment": " 条评论",
  11. "Following": "已关注",
  12. "Like this post": "喜欢这篇文章",
  13. "Latest comments:": "最新评论:",
  14. "Reply": "回复",
  15. "Bold": "粗体",
  16. "Italic": "斜体",
  17. "Strikethrough": "删除线",
  18. "Code": "代码",
  19. "Link": "链接",
  20. "Heading 2": "2级标题",
  21. "Heading 3": "3级标题",
  22. "Block Quote": "区块引用",
  23. "Insert Horizontal Line": "插入水平线",
  24. "Insert Table": "插入表格",
  25. "Insert Image": "插入图片",
  26. "More comments": "更多评论",
  27. "Sign in as...": "登录为...",
  28. "Submit comment": "提交评论",
  29. "Please sign in": "请先登录",
  30. "new comment": "发表评论",
  31. "used: ": "已使用: ",
  32. " minutes ago": " 分钟以前",
  33. " hours ago": " 小时以前",
  34. " days ago": " 天以前",
  35. "on ": "于 ",
  36. "Just now": "刚刚",
  37. " min read": "分钟内阅读完",
  38. "less than 1 min read": "1分钟内阅读完",
  39. "Read more": "阅读更多",
  40. "Prev page": "上一页",
  41. "Next page": "下一页",
  42. "Content changed": "内容已改变",
  43. "Sign & Publish new content": "签名并发布新内容",
  44. " Editing: ": " 编辑: ",
  45. "# H1": "# 1级标题",
  46. "## H2": "## 2级标题",
  47. "### H3": "### 3级标题",
  48. "**bold**": "**粗体**",
  49. "_italic_": "_斜体_",
  50. "~~<s>strikethrough</s>~~": "~~<s>删除线</s>~~",
  51. "- Lists": "- 列表",
  52. "1. Numbered lists": "1. 编号列表",
  53. "[Links](http://www.zeronet.io)": "[链接](http://www.zeronet.io)",
  54. "[References][1]<br>[1]: Can be used": "[参考][1]<br>[1]: 这样使用",
  55. "![image alt](img/logo.png)": "![图片说明文字](img/logo.png)",
  56. "&gt; Quotes": "&gt; 引用",
  57. "--- Horizontal rule": "--- 水平规则",
  58. "Save": "保存",
  59. "Cancel": "取消",
  60. "Delete ": "删除"
  61. }