Skip to content

Commit

Permalink
Update russian translation (adityatelange#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYadro authored and dunklecat committed Oct 8, 2022
1 parent 0ad43dc commit 29a49cf
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion i18n/ru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,20 @@
translation: "Следующая"

- id: read_time
translation: "{{ .Count }} мин"
translation:
zero: "0 минут"
one: "1 минута"
few: "{{ .Count }} минуты"
many: "{{ .Count }} минут"
other: "{{ .Count }} минута"

- id: words
translation:
zero: "0 слов"
one: "1 слово"
few: "{{ .Count }} слова"
many: "{{ .Count }} слов"
other: "{{ .Count }} слово"

- id: toc
translation: "Оглавление"
Expand All @@ -16,6 +29,9 @@
- id: home
translation: "Главная"

- id: edit_post
translation: "Редактировать"

- id: code_copy
translation: "копировать"

Expand Down

0 comments on commit 29a49cf

Please sign in to comment.