messages_zh_cn.py 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "",
  5. "Also available in:": "其他语言版本:",
  6. "Archive": "文章存档",
  7. "Categories": "分类",
  8. "Comments": "",
  9. "LANGUAGE": "简体中文",
  10. "Languages:": "",
  11. "More posts about %s": "更多相关文章: %s",
  12. "Newer posts": "新一篇",
  13. "Next post": "后一篇",
  14. "No posts found.": "",
  15. "Nothing found.": "",
  16. "Older posts": "旧一篇",
  17. "Original site": "原文地址",
  18. "Posted:": "发表于:",
  19. "Posts about %s": "文章分类:%s",
  20. "Posts for year %s": "%s年文章",
  21. "Posts for {month} {day}, {year}": "",
  22. "Posts for {month} {year}": "{year}年{month}月文章",
  23. "Previous post": "前一篇",
  24. "Publication date": "",
  25. "RSS feed": "",
  26. "Read in English": "中文版",
  27. "Read more": "更多",
  28. "Skip to main content": "",
  29. "Source": "源代码",
  30. "Tags and Categories": "标签和分类",
  31. "Tags": "标签",
  32. "old posts, page %d": "旧文章页 %d",
  33. "page %d": "",
  34. }