1
0

en.toml 585 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. [category]
  2. other = "category"
  3. [tag]
  4. other = "tag"
  5. [series]
  6. other = "series"
  7. [author]
  8. other = "author"
  9. [posts]
  10. other = "posts"
  11. [reading_time]
  12. one = "One-minute read"
  13. other = "{{ .Count }}-minute read"
  14. [page_not_found]
  15. other = "Page Not Found"
  16. [page_does_not_exist]
  17. other = "Sorry, this page does not exist."
  18. [head_back]
  19. other = "You can head back to <a href=\"{{ . }}\">homepage</a>."
  20. [powered_by]
  21. other = "Powered by"
  22. [see_also]
  23. other = "See also in"
  24. [notice_warning]
  25. other = "Warning"
  26. [notice_tip]
  27. other = "Tip"
  28. [notice_note]
  29. other = "Note"
  30. [notice_info]
  31. other = "Info"