hugo-PaperMod/i18n/ru.yaml.orig
2023-01-02 16:51:03 -05:00

45 lines
1.0 KiB
YAML

- id: prev_page
translation: "Предыдущая"
- id: next_page
translation: "Следующая"
- id: read_time
translation:
<<<<<<< HEAD
one: "Время чтения: 1 мин"
few: "Время чтения: {{ .Count }} мин"
other: "Время чтения: {{ .Count }} мин"
=======
zero: "0 минут"
one: "1 минута"
few: "{{ .Count }} минуты"
many: "{{ .Count }} минут"
other: "{{ .Count }} минута"
- id: words
translation:
zero: "0 слов"
one: "1 слово"
few: "{{ .Count }} слова"
many: "{{ .Count }} слов"
other: "{{ .Count }} слово"
>>>>>>> d3d90be8a4ea04433d95d02a1dc07b0014c5b8b8
- id: toc
translation: "Оглавление"
- id: translations
translation: "Переводы"
- id: home
translation: "Главная"
- id: edit_post
translation: "Редактировать"
- id: code_copy
translation: "копировать"
- id: code_copied
translation: "скопировано!"