aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-theme-stack/i18n/ru.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-theme-stack/i18n/ru.yaml')
-rw-r--r--themes/hugo-theme-stack/i18n/ru.yaml63
1 files changed, 63 insertions, 0 deletions
diff --git a/themes/hugo-theme-stack/i18n/ru.yaml b/themes/hugo-theme-stack/i18n/ru.yaml
new file mode 100644
index 0000000..b1f1e51
--- /dev/null
+++ b/themes/hugo-theme-stack/i18n/ru.yaml
@@ -0,0 +1,63 @@
+toggleMenu:
+ other: Показать/скрыть меню
+
+darkMode:
+ other: Тёмный режим
+
+list:
+ page:
+ one: "{{ .Count }} страница"
+ few: "{{ .Count }} страницы"
+ many: "{{ .Count }} страниц"
+ other: "{{ .Count }} страниц"
+
+ section:
+ other: Раздел
+
+ subsection:
+ one: Подраздел
+ few: Подразделы
+ many: Подразделы
+ other: Подразделы
+
+article:
+ back:
+ other: Назад
+ relatedContent:
+ other: Также рекомендуем
+ lastUpdatedOn:
+ other: Обновлено
+ tableOfContents:
+ other: Содержание
+ readingTime:
+ other: "Время чтения: {{ .Count }} мин."
+
+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 }}