Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorSOT-TECH <41361221+sot-tech@users.noreply.github.com>2020-12-30 13:25:13 +0300
committerGitHub <noreply@github.com>2020-12-30 13:25:13 +0300
commit3572fff280b6a5b85f7b48768e329d60b6763241 (patch)
tree797191efd5e11b6b36fb78222cb19728ea0a75d4 /i18n
parent400b0a9283f84c97a432a62b5c86148d1c0f8134 (diff)
feat(i18n): add Russian translation (#101)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/ru.yaml61
1 files changed, 61 insertions, 0 deletions
diff --git a/i18n/ru.yaml b/i18n/ru.yaml
new file mode 100644
index 0000000..f606ffa
--- /dev/null
+++ b/i18n/ru.yaml
@@ -0,0 +1,61 @@
+toggleMenu:
+ other: Показать/скрыть меню
+
+darkMode:
+ other: Тёмный режим
+
+list:
+ page:
+ one: "{{ .Count }} страница"
+ few: "{{ .Count }} страницы"
+ many: "{{ .Count }} страниц"
+ other: "{{ .Count }} страниц"
+
+ section:
+ other: Разделы
+
+ subsection:
+ one: Подраздел
+ few: Подраздела
+ many: Подразделов
+ other: Подразделов
+
+archives:
+ categories:
+ other: Категории
+
+article:
+ relatedContents:
+ other: Также рекомендуем
+ lastUpdatedOn:
+ other: Обновлено
+
+notFound:
+ title:
+ other: Не найшено
+ subtitle:
+ other: Запрашиваемая страница не существует
+
+widget:
+ archives:
+ title:
+ other: Архивы
+ more:
+ other: Ещё
+ tagCloud:
+ title:
+ other: Теги
+
+search:
+ title:
+ other: Поиск
+ placeholder:
+ other: Введите что-нибудь...
+ resultTitle:
+ other: "Найдено #PAGES_COUNT страниц (за #TIME_SECONDS с.)"
+
+footer:
+ builtWith:
+ other: Создано при помощи {{ .Generator }}
+ designedBy:
+ other: Тема {{ .Theme }} дизайн {{ .DesignedBy }}