en.toml 692 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # More documentation here: https://github.com/nicksnyder/go-i18n
  2. [home]
  3. other = "Home"
  4. [posts]
  5. other = "Posts"
  6. [toc_heading]
  7. other = "Table of Contents"
  8. [at]
  9. other = "at"
  10. [resume]
  11. other = "My resume"
  12. [navigation]
  13. other = "Navigation"
  14. [contact_me]
  15. other = "Contact me:"
  16. [email]
  17. other = "Email"
  18. [phone]
  19. other = "Phone"
  20. [newsletter_text]
  21. other = "Stay up to date with email notification"
  22. [newsletter_input_placeholder]
  23. other = "Enter email"
  24. [newsletter_warning]
  25. other = "We'll never share your email with anyone else."
  26. [submit]
  27. other = "Submit"
  28. [hugoAttributionText]
  29. other = "Powered by"
  30. [prev]
  31. other = "Prev"
  32. [next]
  33. other = "Next"
  34. [improve_this_page]
  35. other = "Improve this page"