docusaurus/packages/docusaurus-theme-classic/codeTranslations/sr.json
Paden Clayton fa6d15b35f
feat(core): Add React ErrorBoundary component + theme default boundaries (#3104)
Co-authored-by: Paden Clayton <paden.clayton@monkedia.com>
Co-authored-by: Josh-Cena <sidachen2003@gmail.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2021-11-04 16:07:32 +01:00

65 lines
4.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"theme.AnnouncementBar.closeButtonAriaLabel": "Затвори",
"theme.BackToTopButton.buttonAriaLabel": "Иди горе",
"theme.CodeBlock.copied": "Копирано",
"theme.CodeBlock.copy": "Копирај",
"theme.CodeBlock.copyButtonAriaLabel": "Копирај код у меморију",
"theme.ErrorPageContent.title": "This page crashed.",
"theme.ErrorPageContent.tryAgain": "Try again",
"theme.NotFound.p1": "Тражени резултат не постоји.",
"theme.NotFound.p2": "Молимо вас да контактирате власника сајта који вас је упутио овде и обавестите га да је њихова веза нетачна.",
"theme.NotFound.title": "Страница није пронађена",
"theme.Playground.liveEditor": "Уређивач",
"theme.Playground.result": "Резултат",
"theme.PwaReloadPopup.closeButtonAriaLabel": "Затвори",
"theme.PwaReloadPopup.info": "Постоји нова верзија",
"theme.PwaReloadPopup.refreshButtonText": "Освежи",
"theme.SearchBar.label": "Тражи",
"theme.SearchPage.algoliaLabel": "Претрага из Algolia",
"theme.SearchPage.documentsFound.plurals": "Један пронађен документ|{count} пронађених докумената",
"theme.SearchPage.emptyResultsTitle": "Тражи документацију",
"theme.SearchPage.existingResultsTitle": "Резултати за \"{query}\"",
"theme.SearchPage.fetchingNewResults": "Траже се нови резултати...",
"theme.SearchPage.inputLabel": "Тражи",
"theme.SearchPage.inputPlaceholder": "Овде унесите термин",
"theme.SearchPage.noResultsText": "Резултати нису пронађени",
"theme.TOCCollapsible.toggleButtonLabel": "На овој страници",
"theme.blog.archive.description": "Архива",
"theme.blog.archive.title": "Архива",
"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.readingTime.plurals": "Једноминутно читање|{readingTime} минута читања",
"theme.blog.sidebar.navAriaLabel": "Недавни постови на блогу",
"theme.blog.tagTitle": "{nPosts} означени са \"{tagName}\"",
"theme.common.editThisPage": "Уреди ову страницу",
"theme.common.headingLinkTitle": "Веза до наслова",
"theme.common.skipToMainContent": "Пређи на главни садржај",
"theme.docs.paginator.navAriaLabel": "Навигација по документима",
"theme.docs.paginator.next": "Даље",
"theme.docs.paginator.previous": "Назад",
"theme.docs.sidebar.collapseButtonAriaLabel": "Сакриј бочну листу",
"theme.docs.sidebar.collapseButtonTitle": "Сакриј бочну листу",
"theme.docs.sidebar.expandButtonAriaLabel": "Прошири бочну листу",
"theme.docs.sidebar.expandButtonTitle": "Прошири бочну листу",
"theme.docs.tagDocListPageTitle": "{nDocsTagged} означени са \"{tagName}\"",
"theme.docs.tagDocListPageTitle.nDocsTagged": "Један документ означен|{count} означених докумената",
"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.mobileSidebarSecondaryMenu.backButtonLabel": "← Назад на главни мени",
"theme.navbar.mobileVersionsDropdown.label": "Верзије",
"theme.tags.tagsListLabel": "Ознаке:",
"theme.tags.tagsPageLink": "Погледај све ознаке",
"theme.tags.tagsPageTitle": "Ознаке"
}