1
0

en.toml 729 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. [category]
  2. other = "category"
  3. [categories]
  4. other = "categories"
  5. [tag]
  6. other = "tag"
  7. [tags]
  8. other = "tags"
  9. [series]
  10. other = "series"
  11. [author]
  12. other = "author"
  13. [authors]
  14. other = "authors"
  15. [posts]
  16. other = "posts"
  17. [reading_time]
  18. one = "One-minute read"
  19. other = "{{ .Count }}-minute read"
  20. [page_not_found]
  21. other = "Page Not Found"
  22. [page_does_not_exist]
  23. other = "Sorry, this page does not exist."
  24. [head_back]
  25. other = "You can head back to <a href=\"{{ . }}\">homepage</a>."
  26. [powered_by]
  27. other = "Powered by"
  28. [see_also]
  29. other = "See also in"
  30. [note]
  31. other = "note"
  32. [tip]
  33. other = "tip"
  34. [example]
  35. other = "example"
  36. [question]
  37. other = "question"
  38. [info]
  39. other = "info"
  40. [warning]
  41. other = "warning"
  42. [error]
  43. other = "error"