Merge pull request #183 from dukebarman/master

Add Russian translation
This commit is contained in:
Djordje Atlialp 2020-07-22 18:25:16 +02:00 committed by GitHub
commit 6fa58f635e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 1 deletions

View file

@ -4,7 +4,8 @@ es: es
fr: fr
hi: in
it: it
ml: in
nl: nl
pt-br: br
ru: ru
tr: tr
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 }} слов"