en.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. toggleMenu:
  2. other: Toggle Menu
  3. darkMode:
  4. other: Dark Mode
  5. list:
  6. page:
  7. one: "{{ .Count }} page"
  8. other: "{{ .Count }} pages"
  9. section:
  10. other: Section
  11. subsection:
  12. one: Subsection
  13. other: Subsections
  14. article:
  15. back:
  16. other: Back
  17. tableOfContents:
  18. other: Table of contents
  19. relatedContents:
  20. other: Related contents
  21. lastUpdatedOn:
  22. other: Last updated on
  23. readingTime:
  24. one: "{{ .Count }} minute read"
  25. other: "{{ .Count }} minute read"
  26. notFound:
  27. title:
  28. other: Not Found
  29. subtitle:
  30. other: This page does not exist
  31. widget:
  32. archives:
  33. title:
  34. other: Archives
  35. more:
  36. other: More
  37. tagCloud:
  38. title:
  39. other: Tags
  40. categoriesCloud:
  41. title:
  42. other: Categories
  43. search:
  44. title:
  45. other: Search
  46. placeholder:
  47. other: Type something...
  48. resultTitle:
  49. other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
  50. footer:
  51. builtWith:
  52. other: Built with {{ .Generator }}
  53. designedBy:
  54. other: Theme {{ .Theme }} designed by {{ .DesignedBy }}