From b4aac078ceb68bb2d444a0340084df406cc9fcd6 Mon Sep 17 00:00:00 2001 From: Egor Lynko Date: Thu, 10 Sep 2020 18:12:54 +0300 Subject: i18n(ru): Add russian translation (#296) --- i18n/ru.yaml | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 i18n/ru.yaml (limited to 'i18n/ru.yaml') 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: "Нет категорий" -- cgit v1.2.3