zh-cn.toml 741 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. [categories]
  2. one = "分类"
  3. other = "分类"
  4. [tags]
  5. one = "标签"
  6. other = "标签"
  7. [series]
  8. one = "系列"
  9. other = "系列"
  10. [authors]
  11. one = "作者"
  12. other = "作者"
  13. [posts]
  14. other = "文章"
  15. [reading_time]
  16. one = "阅读时间:1 分钟"
  17. other = "阅读时间:{{ .Count }} 分钟"
  18. [page_not_found]
  19. other = "找不到页面"
  20. [page_does_not_exist]
  21. other = "此页面不存在"
  22. [head_back]
  23. other = "返回 <a href=\"{{ . }}\">首页</a>."
  24. [licensed_under]
  25. other = "Licensed under"
  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 = "错误"