|
5 | 5 | "theme.CodeBlock.copy": "Kopieer",
|
6 | 6 | "theme.CodeBlock.copyButtonAriaLabel": "Kopieer code naar klembord",
|
7 | 7 | "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}'", |
10 | 10 | "theme.ErrorPageContent.title": "Deze pagina is gecrasht.",
|
11 | 11 | "theme.ErrorPageContent.tryAgain": "Probeer opnieuw",
|
12 | 12 | "theme.NavBar.navAriaLabel": "Main",
|
|
19 | 19 | "theme.admonition.info": "info",
|
20 | 20 | "theme.admonition.note": "notitie",
|
21 | 21 | "theme.admonition.tip": "tip",
|
22 |
| - "theme.admonition.warning": "warning", |
| 22 | + "theme.admonition.warning": "waarschuwing", |
23 | 23 | "theme.blog.archive.description": "Archief",
|
24 | 24 | "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.", |
26 | 26 | "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", |
29 | 29 | "theme.blog.paginator.navAriaLabel": "Paginanavigatie blog",
|
30 | 30 | "theme.blog.paginator.newerEntries": "Nieuwere items",
|
31 | 31 | "theme.blog.paginator.olderEntries": "Oudere items",
|
|
44 | 44 | "theme.common.editThisPage": "Bewerk deze pagina",
|
45 | 45 | "theme.common.headingLinkTitle": "Direct link naar {heading}",
|
46 | 46 | "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", |
51 | 51 | "theme.docs.DocCard.categoryDescription.plurals": "1 artikel|{count} artikelen",
|
52 | 52 | "theme.docs.breadcrumbs.home": "Homepagina",
|
53 | 53 | "theme.docs.breadcrumbs.navAriaLabel": "Broodkruimels",
|
54 | 54 | "theme.docs.paginator.navAriaLabel": "Documentatie pagina",
|
55 | 55 | "theme.docs.paginator.next": "Volgende",
|
56 | 56 | "theme.docs.paginator.previous": "Vorige",
|
57 |
| - "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", |
| 57 | + "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Sluit navigatiebalk", |
58 | 58 | "theme.docs.sidebar.collapseButtonAriaLabel": "Zijbalk inklappen",
|
59 | 59 | "theme.docs.sidebar.collapseButtonTitle": "Zijbalk inklappen",
|
60 | 60 | "theme.docs.sidebar.expandButtonAriaLabel": "Zijbalk uitklappen",
|
61 | 61 | "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", |
64 | 64 | "theme.docs.tagDocListPageTitle": "{nDocsTagged} met \"{tagName}\"",
|
65 | 65 | "theme.docs.tagDocListPageTitle.nDocsTagged": "Een artikel getagd|{count} artikelen getagd",
|
66 | 66 | "theme.docs.versionBadge.label": "Versie: {versionLabel}",
|
|
0 commit comments