Add Russian translation
This commit is contained in:
parent
257ecebbb3
commit
e197fcc2ed
2 changed files with 41 additions and 2 deletions
|
@ -6,5 +6,4 @@ hi: in
|
||||||
it: it
|
it: it
|
||||||
nl: nl
|
nl: nl
|
||||||
pt-br: br
|
pt-br: br
|
||||||
tr: tr
|
ru: ru
|
||||||
ml: in
|
|
||||||
|
|
40
i18n/ru.toml
Normal file
40
i18n/ru.toml
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
# Translations for Russian
|
||||||
|
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||||
|
|
||||||
|
# Generic
|
||||||
|
#
|
||||||
|
[translations]
|
||||||
|
other = "Переводы"
|
||||||
|
|
||||||
|
[postAvailable]
|
||||||
|
other = "Доступно на "
|
||||||
|
|
||||||
|
|
||||||
|
# 404.html
|
||||||
|
#
|
||||||
|
[archives]
|
||||||
|
other = "Архивы"
|
||||||
|
|
||||||
|
[home]
|
||||||
|
other = "Главная"
|
||||||
|
|
||||||
|
[notFound]
|
||||||
|
other = "Упс, страница не найдена…"
|
||||||
|
|
||||||
|
|
||||||
|
# posts/single.html
|
||||||
|
#
|
||||||
|
[readingTime]
|
||||||
|
one = "{{ .Count }} минута"
|
||||||
|
few = "{{ .Count }} минуты"
|
||||||
|
many = "{{ .Count }} минут"
|
||||||
|
other = "{{ .Count }} минут"
|
||||||
|
|
||||||
|
[tableOfContents]
|
||||||
|
other = "Содержимое"
|
||||||
|
|
||||||
|
[wordCount]
|
||||||
|
one = "{{ .Count }} слово"
|
||||||
|
few = "{{ .Count }} слова"
|
||||||
|
many = "{{ .Count }} слов"
|
||||||
|
other = "{{ .Count }} слов"
|
Loading…
Add table
Add a link
Reference in a new issue