From 77b277399eb8fdf270bebd4feaa1e096b51fd955 Mon Sep 17 00:00:00 2001 From: Vladimir Tasic <8029868+utajum@users.noreply.github.com> Date: Wed, 27 Oct 2021 10:41:46 +0200 Subject: [PATCH] feat(theme-classic): add Serbian Cyrillic translation (#5791) --- .../codeTranslations/sr.json | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 packages/docusaurus-theme-classic/codeTranslations/sr.json diff --git a/packages/docusaurus-theme-classic/codeTranslations/sr.json b/packages/docusaurus-theme-classic/codeTranslations/sr.json new file mode 100644 index 0000000000..1b7befb76a --- /dev/null +++ b/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": "Ознаке" +}