ru.yaml 805 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. - id: prev_page
  2. translation: "Предыдущая"
  3. - id: next_page
  4. translation: "Следующая"
  5. - id: read_time
  6. translation:
  7. zero: "0 минут"
  8. one: "1 минута"
  9. few: "{{ .Count }} минуты"
  10. many: "{{ .Count }} минут"
  11. other: "{{ .Count }} минута"
  12. - id: words
  13. translation:
  14. zero: "0 слов"
  15. one: "1 слово"
  16. few: "{{ .Count }} слова"
  17. many: "{{ .Count }} слов"
  18. other: "{{ .Count }} слово"
  19. - id: toc
  20. translation: "Оглавление"
  21. - id: translations
  22. translation: "Переводы"
  23. - id: home
  24. translation: "Главная"
  25. - id: edit_post
  26. translation: "Редактировать"
  27. - id: code_copy
  28. translation: "копировать"
  29. - id: code_copied
  30. translation: "скопировано!"