messages_zh_cn.py 1.3 KB

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