Add debian contribution
This commit is contained in:
parent
deabcecf4b
commit
6c22d0811e
92 changed files with 7039 additions and 9 deletions
40
themes/hello-friend-ng-clone/i18n/ru.toml
Normal file
40
themes/hello-friend-ng-clone/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