Skip to content

Commit

Permalink
docs: translate site ru
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 4, 2024
1 parent 97d4c0d commit 848d58e
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions docs/.vitepress/locales/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: 'Переключить на темную тему',
},
})

0 comments on commit 848d58e

Please sign in to comment.