mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-29 22:47:52 +02:00
refactor(v2): add Russian translation for classic theme (#4246)
This commit is contained in:
parent
2df5a3bd5d
commit
9bd65ddea3
1 changed files with 42 additions and 0 deletions
42
packages/docusaurus-theme-classic/codeTranslations/ru.json
Normal file
42
packages/docusaurus-theme-classic/codeTranslations/ru.json
Normal file
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"theme.NotFound.title": "Страница не найдена",
|
||||
"theme.NotFound.p1": "К сожалению, мы не смогли найти запрашиваемую вами страницу.",
|
||||
"theme.NotFound.p2": "Пожалуйста, обратитесь к владельцу сайта, с которого вы перешли на эту ссылку, чтобы сообщить ему ссылка не работает.",
|
||||
"theme.AnnouncementBar.closeButtonAriaLabel": "Закрыть",
|
||||
"theme.blog.paginator.navAriaLabel": "Навигация по странице списка блогов",
|
||||
"theme.blog.paginator.newerEntries": "Следующие записи",
|
||||
"theme.blog.paginator.olderEntries": "Предыдущие записи",
|
||||
"theme.blog.post.paginator.navAriaLabel": "Навигация по странице поста блога",
|
||||
"theme.blog.post.paginator.newerPost": "Следующий пост",
|
||||
"theme.blog.post.paginator.olderPost": "Предыдущий пост",
|
||||
"theme.blog.post.readMore": "Читать дальше",
|
||||
"theme.blog.tags": "Теги:",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Скопировать в буфер обмена",
|
||||
"theme.CodeBlock.copied": "Скопировано",
|
||||
"theme.CodeBlock.copy": "Скопировать",
|
||||
"theme.docs.paginator.navAriaLabel": "Навигация по странице документации",
|
||||
"theme.docs.paginator.previous": "Предыдущая страница",
|
||||
"theme.docs.paginator.next": "Следующая страница",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Развернуть сайдбар",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Развернуть сайдбар",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Закрыть меню",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Открыть меню",
|
||||
"theme.docs.sidebar.collapseButtonTitle": "Свернуть сайдбар",
|
||||
"theme.docs.sidebar.collapseButtonAriaLabel": "Свернуть сайдбар",
|
||||
"theme.common.editThisPage": "Отредактировать эту страницу",
|
||||
"theme.common.headingLinkTitle": "Прямая ссылка на этот заголовок",
|
||||
"theme.common.skipToMainContent": "Перейти к основному содержимому",
|
||||
"theme.SearchPage.existingResultsTitle": "Результаты поиска по запросу",
|
||||
"theme.SearchPage.emptyResultsTitle": "Поиск по сайту",
|
||||
"theme.SearchPage.inputPlaceholder": "Введите фразу для поиска",
|
||||
"theme.SearchPage.inputLabel": "Поиск",
|
||||
"theme.SearchPage.algoliaLabel": "Поиск предоставлен Algolia",
|
||||
"theme.SearchPage.noResultsText": "По запросу ничего не найдено",
|
||||
"theme.SearchPage.fetchingNewResults": "Загрузка новых результатов поиска...",
|
||||
"theme.SearchBar.label": "Поиск",
|
||||
"theme.PwaReloadPopup.info": "Доступна новая версия",
|
||||
"theme.PwaReloadPopup.refreshButtonText": "Обновить",
|
||||
"theme.PwaReloadPopup.closeButtonAriaLabel": "Закрыть",
|
||||
"theme.Playground.liveEditor": "Интерактивный редактор",
|
||||
"theme.Playground.result": "Результат"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue