Add Russian translation

This commit is contained in:
dukebarman 2020-07-20 19:38:55 +03:00
parent 257ecebbb3
commit e197fcc2ed
2 changed files with 41 additions and 2 deletions

View file

@ -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
View 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 }} слов"