diff --git a/packages/docusaurus-theme-translations/locales/sv/plugin-ideal-image.json b/packages/docusaurus-theme-translations/locales/sv/plugin-ideal-image.json new file mode 100644 index 0000000000..2c0de596a1 --- /dev/null +++ b/packages/docusaurus-theme-translations/locales/sv/plugin-ideal-image.json @@ -0,0 +1,7 @@ +{ + "theme.IdealImageMessage.404error": "404. Bilden laddades inte", + "theme.IdealImageMessage.error": "Något gick fel. Klicka för att ladda om", + "theme.IdealImageMessage.load": "Klicka för att ladda om{sizeMessage}", + "theme.IdealImageMessage.loading": "Laddar...", + "theme.IdealImageMessage.offline": "Din webbläsare är offline. Bilden laddades inte." +} diff --git a/packages/docusaurus-theme-translations/locales/sv/plugin-pwa.json b/packages/docusaurus-theme-translations/locales/sv/plugin-pwa.json new file mode 100644 index 0000000000..f3253fe7fc --- /dev/null +++ b/packages/docusaurus-theme-translations/locales/sv/plugin-pwa.json @@ -0,0 +1,5 @@ +{ + "theme.PwaReloadPopup.closeButtonAriaLabel": "Stäng", + "theme.PwaReloadPopup.info": "Ny version tillgänglig", + "theme.PwaReloadPopup.refreshButtonText": "Ladda om" +} diff --git a/packages/docusaurus-theme-translations/locales/sv/theme-common.json b/packages/docusaurus-theme-translations/locales/sv/theme-common.json new file mode 100644 index 0000000000..a18c99c7b1 --- /dev/null +++ b/packages/docusaurus-theme-translations/locales/sv/theme-common.json @@ -0,0 +1,66 @@ +{ + "theme.AnnouncementBar.closeButtonAriaLabel": "Stäng", + "theme.BackToTopButton.buttonAriaLabel": "Scrolla till toppen", + "theme.CodeBlock.copied": "Kopierad", + "theme.CodeBlock.copy": "Kopiera", + "theme.CodeBlock.copyButtonAriaLabel": "Kopiera kod till urklipp", + "theme.CodeBlock.wordWrapToggle": "Växla radbrytning", + "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Växla den hopfällbara sidomenyn för kategori '{label}'", + "theme.ErrorPageContent.title": "Denna sida har kraschat.", + "theme.ErrorPageContent.tryAgain": "Försök igen", + "theme.NotFound.p1": "Vi kunde inte hitta det du letade efter.", + "theme.NotFound.p2": "Vänligen kontakta ägaren av webbplatsen som länkade dig till den ursprungliga webbadressen och låt dem veta att denna länk är trasig.", + "theme.NotFound.title": "Sidan Hittades Inte", + "theme.TOCCollapsible.toggleButtonLabel": "Under denna sida", + "theme.admonition.caution": "varning", + "theme.admonition.danger": "risk", + "theme.admonition.info": "info", + "theme.admonition.note": "anteckning", + "theme.admonition.tip": "tips", + "theme.blog.archive.description": "Arkiv", + "theme.blog.archive.title": "Arkiv", + "theme.blog.paginator.navAriaLabel": "Navigation av Blogglista", + "theme.blog.paginator.newerEntries": "Nyare Inlägg", + "theme.blog.paginator.olderEntries": "Äldre Inlägg", + "theme.blog.post.paginator.navAriaLabel": "Navigation av Blogginlägg", + "theme.blog.post.paginator.newerPost": "Nyare Inlägg", + "theme.blog.post.paginator.olderPost": "Äldre Inlägg", + "theme.blog.post.plurals": "Ett inlägg|{count} inlägg", + "theme.blog.post.readMore": "Läs Mer", + "theme.blog.post.readMoreLabel": "Läs mer om {title}", + "theme.blog.post.readingTime.plurals": "En minut att läsa|{readingTime} min att läsa", + "theme.blog.sidebar.navAriaLabel": "Navigation av senaste blogginläggen", + "theme.blog.tagTitle": "{nPosts} taggade me \"{tagName}\"", + "theme.colorToggle.ariaLabel": "Växla mellan mörkt och ljust utseende (currently {mode})", + "theme.colorToggle.ariaLabel.mode.dark": "mörkt utseende", + "theme.colorToggle.ariaLabel.mode.light": "ljust utseende", + "theme.common.editThisPage": "Redigera denna sida", + "theme.common.headingLinkTitle": "Direktlänk till huvudtitel", + "theme.common.skipToMainContent": "Hoppa till huvudinnehåll", + "theme.docs.DocCard.categoryDescription": "{count} artiklar", + "theme.docs.breadcrumbs.home": "Hemsida", + "theme.docs.breadcrumbs.navAriaLabel": "Sökväg", + "theme.docs.paginator.navAriaLabel": "Navigation av dokument", + "theme.docs.paginator.next": "Nästa", + "theme.docs.paginator.previous": "Föregående", + "theme.docs.sidebar.collapseButtonAriaLabel": "Stäng sidofältet", + "theme.docs.sidebar.collapseButtonTitle": "Stäng sidofältet", + "theme.docs.sidebar.expandButtonAriaLabel": "Expandera sidofältet", + "theme.docs.sidebar.expandButtonTitle": "Expandera sidofältet", + "theme.docs.tagDocListPageTitle": "{nDocsTagged} med \"{tagName}\"", + "theme.docs.tagDocListPageTitle.nDocsTagged": "Ett dokument taggat|{count} dokument taggade", + "theme.docs.versionBadge.label": "Version: {versionLabel}", + "theme.docs.versions.latestVersionLinkLabel": "senaste versionen", + "theme.docs.versions.latestVersionSuggestionLabel": "För senaste dokumentationen, se {latestVersionLink} ({versionLabel}).", + "theme.docs.versions.unmaintainedVersionLabel": "Detta är dokumentationen för {siteTitle} {versionLabel}, som inte längre aktivt underhålls.", + "theme.docs.versions.unreleasedVersionLabel": "Detta är ej utgiven dokumentation för {siteTitle} {versionLabel} version.", + "theme.lastUpdated.atDate": " den {date}", + "theme.lastUpdated.byUser": " av {user}", + "theme.lastUpdated.lastUpdatedAtBy": "Senast updatera{atDate}{byUser}", + "theme.navbar.mobileLanguageDropdown.label": "Språk", + "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Tillbaka till huvudmeny", + "theme.navbar.mobileVersionsDropdown.label": "Versioner", + "theme.tags.tagsListLabel": "Taggar:", + "theme.tags.tagsPageLink": "Visa Alla Taggar", + "theme.tags.tagsPageTitle": "Taggar" +} diff --git a/packages/docusaurus-theme-translations/locales/sv/theme-live-codeblock.json b/packages/docusaurus-theme-translations/locales/sv/theme-live-codeblock.json new file mode 100644 index 0000000000..f8e1c70342 --- /dev/null +++ b/packages/docusaurus-theme-translations/locales/sv/theme-live-codeblock.json @@ -0,0 +1,4 @@ +{ + "theme.Playground.liveEditor": "Live Editor", + "theme.Playground.result": "Resultat" +} diff --git a/packages/docusaurus-theme-translations/locales/sv/theme-search-algolia.json b/packages/docusaurus-theme-translations/locales/sv/theme-search-algolia.json new file mode 100644 index 0000000000..16fd9f49d2 --- /dev/null +++ b/packages/docusaurus-theme-translations/locales/sv/theme-search-algolia.json @@ -0,0 +1,12 @@ +{ + "theme.SearchBar.label": "Sök", + "theme.SearchBar.seeAll": "Se alla {count} resultat", + "theme.SearchPage.algoliaLabel": "Search by Algolia", + "theme.SearchPage.documentsFound.plurals": "Ett dokument hittades|{count} dokument hittades", + "theme.SearchPage.emptyResultsTitle": "Sök genom dokumentationen", + "theme.SearchPage.existingResultsTitle": "Sökresultat för \"{query}\"", + "theme.SearchPage.fetchingNewResults": "Hämtar nya resultat...", + "theme.SearchPage.inputLabel": "Sök", + "theme.SearchPage.inputPlaceholder": "Skriv din sökning här", + "theme.SearchPage.noResultsText": "Inget resultat hittades" +}