Skip to content

Commit 87a5ab9

Browse files
janaukemaJan Aukema
and
Jan Aukema
authored
fix(theme-translations): Add missing Dutch (nl) theme translations (#10783)
Co-authored-by: Jan Aukema <[email protected]>
1 parent b5359db commit 87a5ab9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

packages/docusaurus-theme-translations/locales/nl/theme-common.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"theme.CodeBlock.copy": "Kopieer",
66
"theme.CodeBlock.copyButtonAriaLabel": "Kopieer code naar klembord",
77
"theme.CodeBlock.wordWrapToggle": "Tekstterugloop in-/uitschakelen",
8-
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
9-
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
8+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Categorie zijbalk inklappen '{label}'",
9+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Categorie zijbalk uitklappen '{label}'",
1010
"theme.ErrorPageContent.title": "Deze pagina is gecrasht.",
1111
"theme.ErrorPageContent.tryAgain": "Probeer opnieuw",
1212
"theme.NavBar.navAriaLabel": "Main",
@@ -19,13 +19,13 @@
1919
"theme.admonition.info": "info",
2020
"theme.admonition.note": "notitie",
2121
"theme.admonition.tip": "tip",
22-
"theme.admonition.warning": "warning",
22+
"theme.admonition.warning": "waarschuwing",
2323
"theme.blog.archive.description": "Archief",
2424
"theme.blog.archive.title": "Archief",
25-
"theme.blog.author.noPosts": "This author has not written any posts yet.",
25+
"theme.blog.author.noPosts": "Deze auteur heeft nog geen berichten geschreven.",
2626
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
27-
"theme.blog.authorsList.pageTitle": "Authors",
28-
"theme.blog.authorsList.viewAll": "View All Authors",
27+
"theme.blog.authorsList.pageTitle": "Auteurs",
28+
"theme.blog.authorsList.viewAll": "Bekijk alle auteurs",
2929
"theme.blog.paginator.navAriaLabel": "Paginanavigatie blog",
3030
"theme.blog.paginator.newerEntries": "Nieuwere items",
3131
"theme.blog.paginator.olderEntries": "Oudere items",
@@ -44,23 +44,23 @@
4444
"theme.common.editThisPage": "Bewerk deze pagina",
4545
"theme.common.headingLinkTitle": "Direct link naar {heading}",
4646
"theme.common.skipToMainContent": "Ga naar hoofdinhoud",
47-
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
48-
"theme.contentVisibility.draftBanner.title": "Draft page",
49-
"theme.contentVisibility.unlistedBanner.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
50-
"theme.contentVisibility.unlistedBanner.title": "Unlisted page",
47+
"theme.contentVisibility.draftBanner.message": "Deze pagina is een concept. Deze zal alleen zichtbaar zijn in de ontwikkelomgeving en uitgesloten worden van de productie build.",
48+
"theme.contentVisibility.draftBanner.title": "Concept pagina",
49+
"theme.contentVisibility.unlistedBanner.message": "Deze pagina is verborgen. Zoekmachines indexeren deze niet en alleen gebruikers met een directe link kunnen deze openen.",
50+
"theme.contentVisibility.unlistedBanner.title": "Verborgen page",
5151
"theme.docs.DocCard.categoryDescription.plurals": "1 artikel|{count} artikelen",
5252
"theme.docs.breadcrumbs.home": "Homepagina",
5353
"theme.docs.breadcrumbs.navAriaLabel": "Broodkruimels",
5454
"theme.docs.paginator.navAriaLabel": "Documentatie pagina",
5555
"theme.docs.paginator.next": "Volgende",
5656
"theme.docs.paginator.previous": "Vorige",
57-
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
57+
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Sluit navigatiebalk",
5858
"theme.docs.sidebar.collapseButtonAriaLabel": "Zijbalk inklappen",
5959
"theme.docs.sidebar.collapseButtonTitle": "Zijbalk inklappen",
6060
"theme.docs.sidebar.expandButtonAriaLabel": "Zijbalk uitklappen",
6161
"theme.docs.sidebar.expandButtonTitle": "Zijbalk uitklappen",
62-
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
63-
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
62+
"theme.docs.sidebar.navAriaLabel": "Docs zijbalk",
63+
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Navigatiebalk schakelen",
6464
"theme.docs.tagDocListPageTitle": "{nDocsTagged} met \"{tagName}\"",
6565
"theme.docs.tagDocListPageTitle.nDocsTagged": "Een artikel getagd|{count} artikelen getagd",
6666
"theme.docs.versionBadge.label": "Versie: {versionLabel}",

0 commit comments

Comments
 (0)