commit
6fa58f635e
2 changed files with 42 additions and 1 deletions
|
@ -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
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