mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
* 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
83 lines
5.4 KiB
JSON
83 lines
5.4 KiB
JSON
{
|
|
"theme.AnnouncementBar.closeButtonAriaLabel": "Sluiten",
|
|
"theme.BackToTopButton.buttonAriaLabel": "Scroll naar boven",
|
|
"theme.CodeBlock.copied": "Gekopieerd",
|
|
"theme.CodeBlock.copy": "Kopieer",
|
|
"theme.CodeBlock.copyButtonAriaLabel": "Kopieer code naar klembord",
|
|
"theme.CodeBlock.wordWrapToggle": "Tekstterugloop in-/uitschakelen",
|
|
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Categorie zijbalk inklappen '{label}'",
|
|
"theme.DocSidebarItem.expandCategoryAriaLabel": "Categorie zijbalk uitklappen '{label}'",
|
|
"theme.ErrorPageContent.title": "Deze pagina is gecrasht.",
|
|
"theme.ErrorPageContent.tryAgain": "Probeer opnieuw",
|
|
"theme.NavBar.navAriaLabel": "Main",
|
|
"theme.NotFound.p1": "We kunnen niet vinden waar je naar op zoek bent.",
|
|
"theme.NotFound.p2": "Neem contact op met de eigenaar van de website die naar de originele URL heeft geleid en laat weten dat de link niet meer werkt.",
|
|
"theme.NotFound.title": "Pagina niet gevonden",
|
|
"theme.TOCCollapsible.toggleButtonLabel": "Op deze pagina",
|
|
"theme.admonition.caution": "pas op",
|
|
"theme.admonition.danger": "gevaar",
|
|
"theme.admonition.info": "info",
|
|
"theme.admonition.note": "notitie",
|
|
"theme.admonition.tip": "tip",
|
|
"theme.admonition.warning": "waarschuwing",
|
|
"theme.blog.archive.description": "Archief",
|
|
"theme.blog.archive.title": "Archief",
|
|
"theme.blog.author.noPosts": "Deze auteur heeft nog geen berichten geschreven.",
|
|
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
"theme.blog.authorsList.pageTitle": "Auteurs",
|
|
"theme.blog.authorsList.viewAll": "Bekijk alle auteurs",
|
|
"theme.blog.paginator.navAriaLabel": "Paginanavigatie blog",
|
|
"theme.blog.paginator.newerEntries": "Nieuwere items",
|
|
"theme.blog.paginator.olderEntries": "Oudere items",
|
|
"theme.blog.post.paginator.navAriaLabel": "Paginanavigatie blog",
|
|
"theme.blog.post.paginator.newerPost": "Nieuwer bericht",
|
|
"theme.blog.post.paginator.olderPost": "Ouder bericht",
|
|
"theme.blog.post.plurals": "Een bericht|{count} berichten",
|
|
"theme.blog.post.readMore": "Lees meer",
|
|
"theme.blog.post.readMoreLabel": "Lees meer over {title}",
|
|
"theme.blog.post.readingTime.plurals": "Een minuut leestijd|{readingTime} minuten leestijd",
|
|
"theme.blog.sidebar.navAriaLabel": "Navigatie recente blogitems",
|
|
"theme.blog.tagTitle": "{nPosts} getagd met \"{tagName}\"",
|
|
"theme.colorToggle.ariaLabel": "Schakel tussen donkere en lichte modus (momenteel {mode})",
|
|
"theme.colorToggle.ariaLabel.mode.dark": "donkere modus",
|
|
"theme.colorToggle.ariaLabel.mode.light": "lichte modus",
|
|
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
"theme.common.editThisPage": "Bewerk deze pagina",
|
|
"theme.common.headingLinkTitle": "Direct link naar {heading}",
|
|
"theme.common.skipToMainContent": "Ga naar hoofdinhoud",
|
|
"theme.contentVisibility.draftBanner.message": "Deze pagina is een concept. Deze zal alleen zichtbaar zijn in de ontwikkelomgeving en uitgesloten worden van de productie build.",
|
|
"theme.contentVisibility.draftBanner.title": "Concept pagina",
|
|
"theme.contentVisibility.unlistedBanner.message": "Deze pagina is verborgen. Zoekmachines indexeren deze niet en alleen gebruikers met een directe link kunnen deze openen.",
|
|
"theme.contentVisibility.unlistedBanner.title": "Verborgen page",
|
|
"theme.docs.DocCard.categoryDescription.plurals": "1 artikel|{count} artikelen",
|
|
"theme.docs.breadcrumbs.home": "Homepagina",
|
|
"theme.docs.breadcrumbs.navAriaLabel": "Broodkruimels",
|
|
"theme.docs.paginator.navAriaLabel": "Documentatie pagina",
|
|
"theme.docs.paginator.next": "Volgende",
|
|
"theme.docs.paginator.previous": "Vorige",
|
|
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Sluit navigatiebalk",
|
|
"theme.docs.sidebar.collapseButtonAriaLabel": "Zijbalk inklappen",
|
|
"theme.docs.sidebar.collapseButtonTitle": "Zijbalk inklappen",
|
|
"theme.docs.sidebar.expandButtonAriaLabel": "Zijbalk uitklappen",
|
|
"theme.docs.sidebar.expandButtonTitle": "Zijbalk uitklappen",
|
|
"theme.docs.sidebar.navAriaLabel": "Docs zijbalk",
|
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Navigatiebalk schakelen",
|
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} met \"{tagName}\"",
|
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Een artikel getagd|{count} artikelen getagd",
|
|
"theme.docs.versionBadge.label": "Versie: {versionLabel}",
|
|
"theme.docs.versions.latestVersionLinkLabel": "laatste versie",
|
|
"theme.docs.versions.latestVersionSuggestionLabel": "Voor de huidige documentatie, zie de {latestVersionLink} ({versionLabel}).",
|
|
"theme.docs.versions.unmaintainedVersionLabel": "Dit is de documentatie voor {siteTitle} {versionLabel}, welke niet langer actief wordt onderhouden.",
|
|
"theme.docs.versions.unreleasedVersionLabel": "Dit is nog niet uitgegeven documentatie voor {siteTitle}, versie {versionLabel}",
|
|
"theme.lastUpdated.atDate": " op {date}",
|
|
"theme.lastUpdated.byUser": " door {user}",
|
|
"theme.lastUpdated.lastUpdatedAtBy": "Laatst bijgewerkt{atDate}{byUser}",
|
|
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
"theme.navbar.mobileLanguageDropdown.label": "Talen",
|
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Terug naar het hoofdmenu",
|
|
"theme.navbar.mobileVersionsDropdown.label": "Versies",
|
|
"theme.tags.tagsListLabel": "Tags:",
|
|
"theme.tags.tagsPageLink": "Laat alle tags zien",
|
|
"theme.tags.tagsPageTitle": "Tags"
|
|
}
|