aboutsummaryrefslogtreecommitdiff
path: root/i18n/ru.yaml
diff options
context:
space:
mode:
authorGNUxeava <bluenerd@protonmail.com>2022-03-11 10:32:10 +0530
committerGNUxeava <bluenerd@protonmail.com>2022-03-11 10:32:10 +0530
commitfecc9b268410c8fefcd1ca32bc4228bba9002178 (patch)
treeaa621093976dbbe8961f723ddb3569737e96932a /i18n/ru.yaml
parent2dfa39111cd76b102dbb3f58c1754b6c93b0265a (diff)
use theme
Diffstat (limited to 'i18n/ru.yaml')
-rw-r--r--i18n/ru.yaml105
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: "Нет категорий"