Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(theme-classic): add Serbian Cyrillic translation #5791

Merged
merged 1 commit into from Oct 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
62 changes: 62 additions & 0 deletions packages/docusaurus-theme-classic/codeTranslations/sr.json
@@ -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": "Ознаке"
}