zh-cn.toml 718 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. [category]
  2. other = "分类"
  3. [categories]
  4. other = "分类"
  5. [tag]
  6. other = "标签"
  7. [tags]
  8. other = "标签"
  9. [series]
  10. other = "系列"
  11. [author]
  12. other = "作者"
  13. [authors]
  14. other = "作者"
  15. [posts]
  16. other = "文章"
  17. [reading_time]
  18. one = "阅读时间:1 分钟"
  19. other = "阅读时间:{{ .Count }} 分钟"
  20. [page_not_found]
  21. other = "找不到页面"
  22. [page_does_not_exist]
  23. other = "此页面不存在"
  24. [head_back]
  25. other = "返回 <a href=\"{{ . }}\">首页</a>."
  26. [powered_by]
  27. other = "技术支持"
  28. [see_also]
  29. other = "参见"
  30. [note]
  31. other = "注释"
  32. [tip]
  33. other = "提示"
  34. [example]
  35. other = "例子"
  36. [question]
  37. other = "问题"
  38. [info]
  39. other = "信息"
  40. [warning]
  41. other = "警告"
  42. [error]
  43. other = "错误"