en.toml 470 B

123456789101112131415161718192021222324252627282930313233343536
  1. [not_found]
  2. other = "NOT FOUND"
  3. [not_found_desc]
  4. other = "You just hit a route that doesn't exist..."
  5. [home]
  6. other = "Home"
  7. [published]
  8. other = "published"
  9. [reading_time]
  10. other = "reading time"
  11. [reading_time_desc]
  12. one = "1 minute"
  13. other = "{{ .Count }} minutes"
  14. [authors]
  15. other = "authors"
  16. [tags]
  17. other = "tags"
  18. [categories]
  19. other = "categories"
  20. [and]
  21. other = "and"
  22. [powered_by]
  23. other = "Built with"
  24. [theme]
  25. other = "theme"