Skip to content

Commit 61f769e

Browse files
authored
feat(theme-translations): Swedish translation (#7715)
1 parent ee376d1 commit 61f769e

File tree

5 files changed

+94
-0
lines changed

5 files changed

+94
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"theme.IdealImageMessage.404error": "404. Bilden laddades inte",
3+
"theme.IdealImageMessage.error": "Något gick fel. Klicka för att ladda om",
4+
"theme.IdealImageMessage.load": "Klicka för att ladda om{sizeMessage}",
5+
"theme.IdealImageMessage.loading": "Laddar...",
6+
"theme.IdealImageMessage.offline": "Din webbläsare är offline. Bilden laddades inte."
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"theme.PwaReloadPopup.closeButtonAriaLabel": "Stäng",
3+
"theme.PwaReloadPopup.info": "Ny version tillgänglig",
4+
"theme.PwaReloadPopup.refreshButtonText": "Ladda om"
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"theme.AnnouncementBar.closeButtonAriaLabel": "Stäng",
3+
"theme.BackToTopButton.buttonAriaLabel": "Scrolla till toppen",
4+
"theme.CodeBlock.copied": "Kopierad",
5+
"theme.CodeBlock.copy": "Kopiera",
6+
"theme.CodeBlock.copyButtonAriaLabel": "Kopiera kod till urklipp",
7+
"theme.CodeBlock.wordWrapToggle": "Växla radbrytning",
8+
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Växla den hopfällbara sidomenyn för kategori '{label}'",
9+
"theme.ErrorPageContent.title": "Denna sida har kraschat.",
10+
"theme.ErrorPageContent.tryAgain": "Försök igen",
11+
"theme.NotFound.p1": "Vi kunde inte hitta det du letade efter.",
12+
"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.",
13+
"theme.NotFound.title": "Sidan Hittades Inte",
14+
"theme.TOCCollapsible.toggleButtonLabel": "Under denna sida",
15+
"theme.admonition.caution": "varning",
16+
"theme.admonition.danger": "risk",
17+
"theme.admonition.info": "info",
18+
"theme.admonition.note": "anteckning",
19+
"theme.admonition.tip": "tips",
20+
"theme.blog.archive.description": "Arkiv",
21+
"theme.blog.archive.title": "Arkiv",
22+
"theme.blog.paginator.navAriaLabel": "Navigation av Blogglista",
23+
"theme.blog.paginator.newerEntries": "Nyare Inlägg",
24+
"theme.blog.paginator.olderEntries": "Äldre Inlägg",
25+
"theme.blog.post.paginator.navAriaLabel": "Navigation av Blogginlägg",
26+
"theme.blog.post.paginator.newerPost": "Nyare Inlägg",
27+
"theme.blog.post.paginator.olderPost": "Äldre Inlägg",
28+
"theme.blog.post.plurals": "Ett inlägg|{count} inlägg",
29+
"theme.blog.post.readMore": "Läs Mer",
30+
"theme.blog.post.readMoreLabel": "Läs mer om {title}",
31+
"theme.blog.post.readingTime.plurals": "En minut att läsa|{readingTime} min att läsa",
32+
"theme.blog.sidebar.navAriaLabel": "Navigation av senaste blogginläggen",
33+
"theme.blog.tagTitle": "{nPosts} taggade me \"{tagName}\"",
34+
"theme.colorToggle.ariaLabel": "Växla mellan mörkt och ljust utseende (currently {mode})",
35+
"theme.colorToggle.ariaLabel.mode.dark": "mörkt utseende",
36+
"theme.colorToggle.ariaLabel.mode.light": "ljust utseende",
37+
"theme.common.editThisPage": "Redigera denna sida",
38+
"theme.common.headingLinkTitle": "Direktlänk till huvudtitel",
39+
"theme.common.skipToMainContent": "Hoppa till huvudinnehåll",
40+
"theme.docs.DocCard.categoryDescription": "{count} artiklar",
41+
"theme.docs.breadcrumbs.home": "Hemsida",
42+
"theme.docs.breadcrumbs.navAriaLabel": "Sökväg",
43+
"theme.docs.paginator.navAriaLabel": "Navigation av dokument",
44+
"theme.docs.paginator.next": "Nästa",
45+
"theme.docs.paginator.previous": "Föregående",
46+
"theme.docs.sidebar.collapseButtonAriaLabel": "Stäng sidofältet",
47+
"theme.docs.sidebar.collapseButtonTitle": "Stäng sidofältet",
48+
"theme.docs.sidebar.expandButtonAriaLabel": "Expandera sidofältet",
49+
"theme.docs.sidebar.expandButtonTitle": "Expandera sidofältet",
50+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} med \"{tagName}\"",
51+
"theme.docs.tagDocListPageTitle.nDocsTagged": "Ett dokument taggat|{count} dokument taggade",
52+
"theme.docs.versionBadge.label": "Version: {versionLabel}",
53+
"theme.docs.versions.latestVersionLinkLabel": "senaste versionen",
54+
"theme.docs.versions.latestVersionSuggestionLabel": "För senaste dokumentationen, se {latestVersionLink} ({versionLabel}).",
55+
"theme.docs.versions.unmaintainedVersionLabel": "Detta är dokumentationen för {siteTitle} {versionLabel}, som inte längre aktivt underhålls.",
56+
"theme.docs.versions.unreleasedVersionLabel": "Detta är ej utgiven dokumentation för {siteTitle} {versionLabel} version.",
57+
"theme.lastUpdated.atDate": " den {date}",
58+
"theme.lastUpdated.byUser": " av {user}",
59+
"theme.lastUpdated.lastUpdatedAtBy": "Senast updatera{atDate}{byUser}",
60+
"theme.navbar.mobileLanguageDropdown.label": "Språk",
61+
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Tillbaka till huvudmeny",
62+
"theme.navbar.mobileVersionsDropdown.label": "Versioner",
63+
"theme.tags.tagsListLabel": "Taggar:",
64+
"theme.tags.tagsPageLink": "Visa Alla Taggar",
65+
"theme.tags.tagsPageTitle": "Taggar"
66+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"theme.Playground.liveEditor": "Live Editor",
3+
"theme.Playground.result": "Resultat"
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"theme.SearchBar.label": "Sök",
3+
"theme.SearchBar.seeAll": "Se alla {count} resultat",
4+
"theme.SearchPage.algoliaLabel": "Search by Algolia",
5+
"theme.SearchPage.documentsFound.plurals": "Ett dokument hittades|{count} dokument hittades",
6+
"theme.SearchPage.emptyResultsTitle": "Sök genom dokumentationen",
7+
"theme.SearchPage.existingResultsTitle": "Sökresultat för \"{query}\"",
8+
"theme.SearchPage.fetchingNewResults": "Hämtar nya resultat...",
9+
"theme.SearchPage.inputLabel": "Sök",
10+
"theme.SearchPage.inputPlaceholder": "Skriv din sökning här",
11+
"theme.SearchPage.noResultsText": "Inget resultat hittades"
12+
}

0 commit comments

Comments
 (0)