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 KiB
JSON
83 lines
6 KiB
JSON
{
|
||
"theme.AnnouncementBar.closeButtonAriaLabel": "Затвори",
|
||
"theme.BackToTopButton.buttonAriaLabel": "Иди горе",
|
||
"theme.CodeBlock.copied": "Копирано",
|
||
"theme.CodeBlock.copy": "Копирај",
|
||
"theme.CodeBlock.copyButtonAriaLabel": "Копирај код у меморију",
|
||
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||
"theme.ErrorPageContent.title": "This page crashed.",
|
||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||
"theme.NavBar.navAriaLabel": "Main",
|
||
"theme.NotFound.p1": "Тражени резултат не постоји.",
|
||
"theme.NotFound.p2": "Молимо вас да контактирате власника сајта који вас је упутио овде и обавестите га да је њихова веза нетачна.",
|
||
"theme.NotFound.title": "Страница није пронађена",
|
||
"theme.TOCCollapsible.toggleButtonLabel": "На овој страници",
|
||
"theme.admonition.caution": "caution",
|
||
"theme.admonition.danger": "danger",
|
||
"theme.admonition.info": "info",
|
||
"theme.admonition.note": "note",
|
||
"theme.admonition.tip": "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} постова",
|
||
"theme.blog.post.readMore": "Прочитајте више",
|
||
"theme.blog.post.readMoreLabel": "Read more about {title}",
|
||
"theme.blog.post.readingTime.plurals": "Једноминутно читање|{readingTime} минута читања",
|
||
"theme.blog.sidebar.navAriaLabel": "Недавни постови на блогу",
|
||
"theme.blog.tagTitle": "{nPosts} означени са \"{tagName}\"",
|
||
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
||
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
||
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
||
"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": "1 item|{count} items",
|
||
"theme.docs.breadcrumbs.home": "Home page",
|
||
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
|
||
"theme.docs.paginator.navAriaLabel": "странице докумената",
|
||
"theme.docs.paginator.next": "Даље",
|
||
"theme.docs.paginator.previous": "Назад",
|
||
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
|
||
"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": "Toggle navigation bar",
|
||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} означени са \"{tagName}\"",
|
||
"theme.docs.tagDocListPageTitle.nDocsTagged": "Један документ означен|{count} означених докумената",
|
||
"theme.docs.versionBadge.label": "Version: {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": "Languages",
|
||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Назад на главни мени",
|
||
"theme.navbar.mobileVersionsDropdown.label": "Верзије",
|
||
"theme.tags.tagsListLabel": "Ознаке:",
|
||
"theme.tags.tagsPageLink": "Погледај све ознаке",
|
||
"theme.tags.tagsPageTitle": "Ознаке"
|
||
}
|