mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
* try to repro + initial fix * Use HTML button * extract useItemCollapsible() * Split DropdownNavbarItem into Mobile/Desktop subcomponents * Add aria labels to button * cleanup prop types * aria label * add translations * cleanup types * Split DefaultNavbarItem into Mobile/Desktop subcomponents * revert change * type fix
83 lines
6.8 KiB
JSON
83 lines
6.8 KiB
JSON
{
|
||
"theme.AnnouncementBar.closeButtonAriaLabel": "Закрыть",
|
||
"theme.BackToTopButton.buttonAriaLabel": "Прокрутка к началу",
|
||
"theme.CodeBlock.copied": "Скопировано",
|
||
"theme.CodeBlock.copy": "Скопировать",
|
||
"theme.CodeBlock.copyButtonAriaLabel": "Скопировать в буфер обмена",
|
||
"theme.CodeBlock.wordWrapToggle": "Переключить перенос по строкам",
|
||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||
"theme.ErrorPageContent.title": "На странице произошёл сбой.",
|
||
"theme.ErrorPageContent.tryAgain": "Попробуйте ещё раз",
|
||
"theme.NavBar.navAriaLabel": "Main",
|
||
"theme.NotFound.p1": "К сожалению, мы не смогли найти запрашиваемую вами страницу.",
|
||
"theme.NotFound.p2": "Пожалуйста, обратитесь к владельцу сайта, с которого вы перешли на эту ссылку, чтобы сообщить ему, что ссылка не работает.",
|
||
"theme.NotFound.title": "Страница не найдена",
|
||
"theme.TOCCollapsible.toggleButtonLabel": "Содержание этой страницы",
|
||
"theme.admonition.caution": "предупреждение",
|
||
"theme.admonition.danger": "осторожно",
|
||
"theme.admonition.info": "к сведению",
|
||
"theme.admonition.note": "примечание",
|
||
"theme.admonition.tip": "подсказка",
|
||
"theme.admonition.warning": "warning",
|
||
"theme.blog.archive.description": "Архив",
|
||
"theme.blog.archive.title": "Архив",
|
||
"theme.blog.author.noPosts": "This author has not written any posts yet.",
|
||
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
||
"theme.blog.authorsList.pageTitle": "Authors",
|
||
"theme.blog.authorsList.viewAll": "View All Authors",
|
||
"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.plurals": "{count} запись|{count} записи|{count} записей",
|
||
"theme.blog.post.readMore": "Читать дальше",
|
||
"theme.blog.post.readMoreLabel": "Подробнее о {title}",
|
||
"theme.blog.post.readingTime.plurals": "{readingTime} мин. чтения|{readingTime} мин. чтения|{readingTime} мин. чтения",
|
||
"theme.blog.sidebar.navAriaLabel": "Навигация по последним постам в блоге",
|
||
"theme.blog.tagTitle": "{nPosts} с тегом \"{tagName}\"",
|
||
"theme.colorToggle.ariaLabel": "Переключение между темным и светлым режимом (сейчас используется {mode})",
|
||
"theme.colorToggle.ariaLabel.mode.dark": "Тёмный режим",
|
||
"theme.colorToggle.ariaLabel.mode.light": "Светлый режим",
|
||
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
||
"theme.common.editThisPage": "Отредактировать эту страницу",
|
||
"theme.common.headingLinkTitle": "Прямая ссылка на {heading}",
|
||
"theme.common.skipToMainContent": "Перейти к основному содержимому",
|
||
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
||
"theme.contentVisibility.draftBanner.title": "Draft page",
|
||
"theme.contentVisibility.unlistedBanner.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
||
"theme.contentVisibility.unlistedBanner.title": "Unlisted page",
|
||
"theme.docs.DocCard.categoryDescription.plurals": "{count} элемент|{count} элемента|{count} элементов",
|
||
"theme.docs.breadcrumbs.home": "Главная страница",
|
||
"theme.docs.breadcrumbs.navAriaLabel": "Навигационная цепочка текущей страницы",
|
||
"theme.docs.paginator.navAriaLabel": "Страница документа",
|
||
"theme.docs.paginator.next": "Следующая страница",
|
||
"theme.docs.paginator.previous": "Предыдущая страница",
|
||
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Закрыть панель навигации",
|
||
"theme.docs.sidebar.collapseButtonAriaLabel": "Свернуть сайдбар",
|
||
"theme.docs.sidebar.collapseButtonTitle": "Свернуть сайдбар",
|
||
"theme.docs.sidebar.expandButtonAriaLabel": "Развернуть сайдбар",
|
||
"theme.docs.sidebar.expandButtonTitle": "Развернуть сайдбар",
|
||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Переключить навигационную панель",
|
||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} с тегом \"{tagName}\"",
|
||
"theme.docs.tagDocListPageTitle.nDocsTagged": "Одна страница|{count} страницы|{count} страниц",
|
||
"theme.docs.versionBadge.label": "Версия: {versionLabel}",
|
||
"theme.docs.versions.latestVersionLinkLabel": "последней версии",
|
||
"theme.docs.versions.latestVersionSuggestionLabel": "Актуальная документация находится на странице {latestVersionLink} ({versionLabel}).",
|
||
"theme.docs.versions.unmaintainedVersionLabel": "Это документация {siteTitle} для версии {versionLabel}, которая уже не поддерживается.",
|
||
"theme.docs.versions.unreleasedVersionLabel": "Это документация для будущей версии {siteTitle} {versionLabel}.",
|
||
"theme.lastUpdated.atDate": " {date}",
|
||
"theme.lastUpdated.byUser": " от {user}",
|
||
"theme.lastUpdated.lastUpdatedAtBy": "Последнее обновление{atDate}{byUser}",
|
||
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
||
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
||
"theme.navbar.mobileLanguageDropdown.label": "Языки",
|
||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Перейти к главному меню",
|
||
"theme.navbar.mobileVersionsDropdown.label": "Версии",
|
||
"theme.tags.tagsListLabel": "Теги:",
|
||
"theme.tags.tagsPageLink": "Посмотреть все теги",
|
||
"theme.tags.tagsPageTitle": "Теги"
|
||
}
|