diff --git a/docs/.vitepress/locales/ru.ts b/docs/.vitepress/locales/ru.ts index 348c379..d6c3eb4 100644 --- a/docs/.vitepress/locales/ru.ts +++ b/docs/.vitepress/locales/ru.ts @@ -64,5 +64,65 @@ export default defineConfig({ ], }, ], + + editLink: { + pattern: 'https://github.com/hywax/mafl/edit/main/docs/:path', + text: 'Редактировать страницу на GitHub', + }, + + docFooter: { + prev: 'Предыдущая страница', + next: 'Следующая страница', + }, + + outline: { + label: 'На странице', + }, + + lastUpdated: { + text: 'Последнее обновление', + formatOptions: { + dateStyle: 'short', + timeStyle: 'medium', + }, + }, + + search: { + provider: 'local', + options: { + locales: { + ru: { + translations: { + button: { + buttonText: 'Поиск', + buttonAriaLabel: 'Поиск', + }, + modal: { + displayDetails: 'Показать подробный список', + resetButtonTitle: 'Результаты поиска', + backButtonTitle: 'Закрыть поиск', + noResultsText: 'Ничего не найдено для', + footer: { + selectText: 'выбрать', + selectKeyAriaLabel: 'enter', + navigateText: 'навигация', + navigateUpKeyAriaLabel: 'стрелка вверх', + navigateDownKeyAriaLabel: 'стрелка вниз', + closeText: 'закрыть', + closeKeyAriaLabel: 'escape', + }, + }, + }, + }, + }, + }, + }, + + langMenuLabel: 'Язык', + returnToTopLabel: 'Вернуться к началу', + sidebarMenuLabel: 'Меню', + darkModeSwitchLabel: 'Тема', + lightModeSwitchTitle: 'Переключить на светлую тему', + darkModeSwitchTitle: 'Переключить на темную тему', }, })