Skip to content

Commit 36b4cb3

Browse files
authored
Update russian translation (#957)
1 parent 9af128a commit 36b4cb3

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

i18n/ru.yaml

+17-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,20 @@
55
translation: "Следующая"
66

77
- id: read_time
8-
translation: "{{ .Count }} мин"
8+
translation:
9+
zero: "0 минут"
10+
one: "1 минута"
11+
few: "{{ .Count }} минуты"
12+
many: "{{ .Count }} минут"
13+
other: "{{ .Count }} минута"
14+
15+
- id: words
16+
translation:
17+
zero: "0 слов"
18+
one: "1 слово"
19+
few: "{{ .Count }} слова"
20+
many: "{{ .Count }} слов"
21+
other: "{{ .Count }} слово"
922

1023
- id: toc
1124
translation: "Оглавление"
@@ -16,6 +29,9 @@
1629
- id: home
1730
translation: "Главная"
1831

32+
- id: edit_post
33+
translation: "Редактировать"
34+
1935
- id: code_copy
2036
translation: "копировать"
2137

0 commit comments

Comments
 (0)