From 46fd00d8a6952c407c62afdec6a13b0855edf898 Mon Sep 17 00:00:00 2001 From: Sergey Blazhko Date: Wed, 30 Dec 2020 12:19:48 +0300 Subject: [PATCH] Add Russian translation --- i18n/ru.yaml | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 i18n/ru.yaml diff --git a/i18n/ru.yaml b/i18n/ru.yaml new file mode 100644 index 0000000..6bb47c0 --- /dev/null +++ b/i18n/ru.yaml @@ -0,0 +1,58 @@ +toggleMenu: + other: Показать/скрыть меню + +darkMode: + other: Тёмный режим + +list: + page: + one: "{{ .Count }} страница" + few: "{{ .Count }} страницы" + other: "{{ .Count }} страниц" + + section: + other: Разделы + + subsection: + one: Подраздел + 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 }}