hugo-theme-stack/i18n/ru.yaml
Sergey Blazhko a0ecfa685d Fix i18n-ru warnings after hugo v0.83:
`Failed to get translated string for language "ru" and ID "...": message "article.back" has no plural form "many"`
Add i18n for `Back` button (vertical view)
2021-05-02 18:01:03 +03:00

78 lines
2.2 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

toggleMenu:
many: Показать/скрыть меню
other: Показать/скрыть меню
darkMode:
many: Тёмный режим
other: Тёмный режим
list:
page:
one: "{{ .Count }} страница"
few: "{{ .Count }} страницы"
many: "{{ .Count }} страниц"
other: "{{ .Count }} страниц"
section:
many: Раздел
other: Раздел
subsection:
one: Подраздел
few: Подразделы
many: Подразделы
other: Подразделы
article:
back:
many: Назад
other: Назад
relatedContents:
many: Также рекомендуем
other: Также рекомендуем
lastUpdatedOn:
many: Обновлено
other: Обновлено
notFound:
title:
many: Не найдено
other: Не найдено
subtitle:
many: Запрашиваемая страница не существует
other: Запрашиваемая страница не существует
widget:
archives:
title:
many: Архивы
other: Архивы
more:
many: Ещё
other: Ещё
tagCloud:
title:
many: Теги
other: Теги
search:
title:
many: Поиск
other: Поиск
placeholder:
many: Введите что-нибудь...
other: Введите что-нибудь...
resultTitle:
one: "Найдено #PAGES_COUNT страница (за #TIME_SECONDS с.)"
few: "Найдено #PAGES_COUNT страницы (за #TIME_SECONDS с.)"
many: "Найдено #PAGES_COUNT страниц (за #TIME_SECONDS с.)"
other: "Найдено #PAGES_COUNT страниц (за #TIME_SECONDS с.)"
footer:
builtWith:
many: Создано при помощи {{ .Generator }}
other: Создано при помощи {{ .Generator }}
designedBy:
many: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}
other: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}