docusaurus/packages/docusaurus-theme-translations/locales/sv/theme-common.json
Sébastien Lorber 16e3002911
fix(theme): navbar mobile sidebar should allow clicking dropdown parent link (#11053)
* try to repro + initial fix

* Use HTML button

* extract useItemCollapsible()

* Split DropdownNavbarItem into Mobile/Desktop subcomponents

* Add aria labels to button

* cleanup prop types

* aria label

* add translations

* cleanup types

* Split DefaultNavbarItem into Mobile/Desktop subcomponents

* revert change

* type fix
2025-04-03 18:40:45 +02:00

83 lines
5.3 KiB
JSON

{
"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.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
"theme.ErrorPageContent.title": "Denna sida har kraschat.",
"theme.ErrorPageContent.tryAgain": "Försök igen",
"theme.NavBar.navAriaLabel": "Main",
"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.admonition.warning": "warning",
"theme.blog.archive.description": "Arkiv",
"theme.blog.archive.title": "Arkiv",
"theme.blog.author.noPosts": "This author has not written any posts yet.",
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
"theme.blog.authorsList.pageTitle": "Authors",
"theme.blog.authorsList.viewAll": "View All Authors",
"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.colorToggle.ariaLabel.mode.system": "system mode",
"theme.common.editThisPage": "Redigera denna sida",
"theme.common.headingLinkTitle": "Direktlänk till {heading}",
"theme.common.skipToMainContent": "Hoppa till huvudinnehåll",
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
"theme.contentVisibility.draftBanner.title": "Draft page",
"theme.contentVisibility.unlistedBanner.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
"theme.contentVisibility.unlistedBanner.title": "Unlisted page",
"theme.docs.DocCard.categoryDescription.plurals": "1 artikel|{count} artiklar",
"theme.docs.breadcrumbs.home": "Hemsida",
"theme.docs.breadcrumbs.navAriaLabel": "Sökväg",
"theme.docs.paginator.navAriaLabel": "Dokumentsidor",
"theme.docs.paginator.next": "Nästa",
"theme.docs.paginator.previous": "Föregående",
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
"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.sidebar.navAriaLabel": "Docs sidebar",
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Visa/göm navigationen",
"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 uppdaterad{atDate}{byUser}",
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
"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"
}