zh-cn.toml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # UI strings. Buttons and similar.
  2. [ui_pager_prev]
  3. other = "上一页"
  4. [ui_pager_next]
  5. other = "下一页"
  6. [ui_read_more]
  7. other = "更多"
  8. [ui_search]
  9. other = "站内搜索…"
  10. # Used in sentences such as "Posted in News"
  11. [ui_in]
  12. other = "在"
  13. # Used in sentences such as "All Tags"
  14. [ui_all]
  15. other = "所有"
  16. # Footer text
  17. [footer_all_rights_reserved]
  18. other = "保留所有权利"
  19. [footer_privacy_policy]
  20. other = "隐私政策"
  21. # Post (blog, articles etc.)
  22. [post_byline_by]
  23. other = "借由"
  24. [post_created]
  25. other = "创建"
  26. [post_last_mod]
  27. other = "最后修改"
  28. [post_edit_this]
  29. other = "编辑此页"
  30. [post_view_this]
  31. other = "查看页面源码"
  32. [post_create_child_page]
  33. other = "添加子页面"
  34. [post_create_issue]
  35. other = "提交文档问题"
  36. [post_create_project_issue]
  37. other = "提交项目问题"
  38. [post_posts_in]
  39. other = "撰写于"
  40. [post_reading_time]
  41. other = "分钟阅读"
  42. [post_less_than_a_minute_read]
  43. other = "少于1分钟"
  44. # Print support
  45. [print_printable_section]
  46. other = "这是本节的多页打印视图。"
  47. [print_click_to_print]
  48. other = "点击此处打印"
  49. [print_show_regular]
  50. other = "返回本页常规视图"
  51. [print_entire_section]
  52. other = "整节打印"
  53. # Community
  54. [community_join]
  55. other = "加入 {{ .Site.Title }} 社区"
  56. [community_introduce]
  57. other = "{{ .Site.Title }} 是一个开源项目,社区中的任何人都可以使用、改善和尽情使用它。我们很期待你能加入我们!下面是如何查看最近更新以及参与我们的一些方式。"
  58. [community_learn]
  59. other = "学习和沟通"
  60. [community_using]
  61. other = "正在或打算使用 {{ .Site.Title }} ?获取更多信息:"
  62. [community_develop]
  63. other = "开发和贡献"
  64. [community_contribute]
  65. other = "如果你想通过为 {{ .Site.Title }} 贡献更多参与,请在此处加入我们:"
  66. [community_how_to]
  67. other = "你可以了解如何为 {{ .Site.Title }} 做出贡献,请参考我们的"
  68. [community_guideline]
  69. other = "贡献指南"