cn.toml 702 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # More documentation here: https://github.com/nicksnyder/go-i18n
  2. [home]
  3. other = "主页"
  4. [posts]
  5. other = "博文"
  6. [toc_heading]
  7. other = "目录"
  8. [at]
  9. other = "at"
  10. [resume]
  11. other = "我的简历"
  12. [navigation]
  13. other = "导航"
  14. [contact_me]
  15. other = "联系方式:"
  16. [email]
  17. other = "邮箱"
  18. [phone]
  19. other = "电话"
  20. [newsletter_text]
  21. other = "通过电子邮件接收最新信息"
  22. [newsletter_input_placeholder]
  23. other = "填入 E-mail"
  24. [newsletter_warning]
  25. other = "我们绝不会与任何人共享您的电子邮件。"
  26. [submit]
  27. other = "提交"
  28. [hugoAttributionText]
  29. other = "Powered by"
  30. [prev]
  31. other = "上一篇"
  32. [next]
  33. other = "下一篇"
  34. [improve_this_page]
  35. other = "改善此页面"