mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
feat(theme-classic): add Serbian Cyrillic translation (#5791)
This commit is contained in:
parent
49020017fe
commit
77b277399e
1 changed files with 62 additions and 0 deletions
62
packages/docusaurus-theme-classic/codeTranslations/sr.json
Normal file
62
packages/docusaurus-theme-classic/codeTranslations/sr.json
Normal file
|
@ -0,0 +1,62 @@
|
||||||
|
{
|
||||||
|
"theme.AnnouncementBar.closeButtonAriaLabel": "Затвори",
|
||||||
|
"theme.BackToTopButton.buttonAriaLabel": "Иди горе",
|
||||||
|
"theme.CodeBlock.copied": "Копирано",
|
||||||
|
"theme.CodeBlock.copy": "Копирај",
|
||||||
|
"theme.CodeBlock.copyButtonAriaLabel": "Копирај код у меморију",
|
||||||
|
"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": "Ознаке"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue