diff options
| author | Egor Lynko <flexoid@gmail.com> | 2020-09-10 18:12:54 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-10 23:12:54 +0800 | 
| commit | b4aac078ceb68bb2d444a0340084df406cc9fcd6 (patch) | |
| tree | fa66205faa839eaeaa4f143854408942671fe856 /i18n | |
| parent | 4be12348f7ab6a34f082f241b2c13dd28d66df4b (diff) | |
i18n(ru): Add russian translation (#296)
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/ru.yaml | 105 | 
1 files changed, 105 insertions, 0 deletions
| diff --git a/i18n/ru.yaml b/i18n/ru.yaml new file mode 100644 index 0000000..f1c8677 --- /dev/null +++ b/i18n/ru.yaml @@ -0,0 +1,105 @@ +# ===== title ===== +archive: +  other: "Архив" + +tags: +  other: "Теги" + +categories: +  other: "Категории" + +# ===== footer ===== +powered: +  other: "Создано с помощью %s" + +theme: +  other: "Тема" + +siteUV: +  other: "Просмотров страниц: %s" + +sitePV: +  other: "Уникальных посетителей: %s" + +pagePV: +  other: "Прочитано раз: %s" + +# ===== post ===== +prevPage: +  other: "Назад" + +nextPage: +  other: "Вперёд" + +prevPost: +  other: "Предыдущий" + +nextPost: +  other: "Следующий" + +toc: +  other: "Содержание" + +readMore: +  other: "Читать дальше..." + +reward: +  other: "Наградить" + +rewardAlipay: +  other: "alipay" + +rewardWechat: +  other: "wechat" + +wordCount: +  one: "{{ .Count }} слово" +  few: "{{ .Count }} слова" +  many: "{{ .Count }} слов" + +readingTime: +  other: "{{ .Count }} мин. на прочтение" + +outdatedInfoWarningBefore: +  other: "[ВНИМАНИЕ] Обновлено " + +outdatedInfoWarningAfter: +  other: ". Содержание этой статьи может быть устаревшим." + +# ===== content license ===== +author: +  other: "Автор" + +lastMod: +  other: "Последнее изменение" + +markdown: +  other: "Markdown" + +seeMarkDown: +  other: "Версия Markdown »" + +license: +  other: "Лицензия" + +# ===== counter ===== +archiveCounter: +  one: "{{ .Count }} публикация" +  few: "{{ .Count }} публикации" +  many: "{{ .Count }} пибликаций" + +tagCounter: +  one: "{{ .Count }} тег" +  few: "{{ .Count }} тега" +  many: "{{ .Count }} тегов" + +zeroTagCounter: +  other: "Нет тегов" + +categoryCounter: +  one: "{{ .Count }} категория" +  few: "{{ .Count }} категории" +  many: "{{ .Count }} категорий" + +zeroCategoryCounter: +  other: "Нет категорий" | 
