ru.toml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. [categories]
  2. one = "категория"
  3. other = "categories"
  4. [tags]
  5. one = "тэг"
  6. other = "tags"
  7. [series]
  8. one = "серии"
  9. other = "series"
  10. [authors]
  11. one = "автор"
  12. other = "authors"
  13. [posts]
  14. other = "статьи"
  15. [reading_time]
  16. one = "Читать одну минуту"
  17. few = "Читать около {{ .Count }} минут"
  18. many = "Читать около {{ .Count }} минут"
  19. [page_not_found]
  20. other = "Страница не найдена"
  21. [page_does_not_exist]
  22. other = "Извините, но этой страницы не существует."
  23. [head_back]
  24. other = "Можете вернуться обратно на <a href=\"{{ . }}\">домашнюю страницу</a>."
  25. [licensed_under]
  26. other = "Licensed under"
  27. [powered_by]
  28. other = "Работает на"
  29. [see_also]
  30. other = "Также смотреть"
  31. [note]
  32. other = "note"
  33. [tip]
  34. other = "tip"
  35. [example]
  36. other = "example"
  37. [question]
  38. other = "question"
  39. [info]
  40. other = "info"
  41. [warning]
  42. other = "warning"
  43. [error]
  44. other = "error"
  45. [link_to_heading]
  46. other = "Link to heading"