mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
* [v2] tags to doc, same as tags to blog - [IN PROGRESS] - Addition of plugin-content-docs - Addition of DocTagsListPage in `docusaurus-theme-classic` ! Error exists for this commit towards the theme aspect and help required. Commit towards #3434 * docs: make tags list page work * temp: disable onBrokenLinks * theme bootstrap: create DocTagsListPage * DocTagsPage added and functionality too - individual doc tag page added to show docs for that specific tag * Added all Docs Tags Link * add some shared tag utils * move tag tests to _dogfooding * fix type * fix some tests * fix blog test * refactor blog post tags handling * better yaml tag examples * better dogfood md files * refactor and factorize theme tag components * finish DocTagDocListPage * Extract DocItemFooter + add inline tag list * minor fix * better typings * fix versions.test.ts tests * add tests for doc tags * fix tests * test toTagDocListProp * move shared theme code to tagUtils * Add new theme translation keys * move common theme code to tagUtils + add tests * update-code-translations should handle theme-common * update french translation * revert add translation * fix pluralization problem in theme.docs.tagDocListPageTitle * add theme component configuration options * add more tags tests * add documentation for docs tagging Co-authored-by: slorber <lorber.sebastien@gmail.com>
59 lines
3.6 KiB
JSON
59 lines
3.6 KiB
JSON
{
|
|
"theme.AnnouncementBar.closeButtonAriaLabel": "Luk",
|
|
"theme.CodeBlock.copied": "Kopieret",
|
|
"theme.CodeBlock.copy": "Kopier",
|
|
"theme.CodeBlock.copyButtonAriaLabel": "Kopier kode til udklipsholder",
|
|
"theme.NotFound.p1": "Vi kunne ikke finde det, du søgte.",
|
|
"theme.NotFound.p2": "Venligst kontakt ejeren til webstedet, som førte dig frem denne URL, og informer dem om at linket ikke virker.",
|
|
"theme.NotFound.title": "Siden blev ikke fundet",
|
|
"theme.Playground.liveEditor": "Live editor",
|
|
"theme.Playground.result": "Resultat",
|
|
"theme.PwaReloadPopup.closeButtonAriaLabel": "Luk",
|
|
"theme.PwaReloadPopup.info": "Ny version er tilgængelig",
|
|
"theme.PwaReloadPopup.refreshButtonText": "Genopfrisk",
|
|
"theme.SearchBar.label": "Søg",
|
|
"theme.SearchPage.algoliaLabel": "Søg med Algolia",
|
|
"theme.SearchPage.documentsFound.plurals": "Et dokument fundet|{count} dokumenter fundet",
|
|
"theme.SearchPage.emptyResultsTitle": "Søg i dokumentationen",
|
|
"theme.SearchPage.existingResultsTitle": "Søgeresultater for \"{query}\"",
|
|
"theme.SearchPage.fetchingNewResults": "Henter nye resultater...",
|
|
"theme.SearchPage.inputLabel": "Søg",
|
|
"theme.SearchPage.inputPlaceholder": "Indtast din søgning her",
|
|
"theme.SearchPage.noResultsText": "Ingen resultater fundet",
|
|
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
|
|
"theme.blog.paginator.navAriaLabel": "Blogoversigt navigation",
|
|
"theme.blog.paginator.newerEntries": "Nyere indslag",
|
|
"theme.blog.paginator.olderEntries": "Tidligere indslag",
|
|
"theme.blog.post.paginator.navAriaLabel": "Blogpost navigation",
|
|
"theme.blog.post.paginator.newerPost": "Næste indslag",
|
|
"theme.blog.post.paginator.olderPost": "Tidligere indslag",
|
|
"theme.blog.post.plurals": "Et indslag|{count} indslag",
|
|
"theme.blog.post.readMore": "Læs mere",
|
|
"theme.blog.post.readingTime.plurals": "Et minuts læsetid|{readingTime} minutters læsetid",
|
|
"theme.blog.sidebar.navAriaLabel": "Blog recent posts navigation",
|
|
"theme.blog.tagTitle": "{nPosts} med følgende tag \"{tagName}\"",
|
|
"theme.common.editThisPage": "Rediger denne side",
|
|
"theme.common.headingLinkTitle": "Direkte link til overskrift",
|
|
"theme.common.skipToMainContent": "Hop til hovedindhold",
|
|
"theme.docs.paginator.navAriaLabel": "Dokumentside navigation",
|
|
"theme.docs.paginator.next": "Næste",
|
|
"theme.docs.paginator.previous": "Tidligere",
|
|
"theme.docs.sidebar.collapseButtonAriaLabel": "Sammenlæg sidenavigation",
|
|
"theme.docs.sidebar.collapseButtonTitle": "Sammenlæg sidenavigation",
|
|
"theme.docs.sidebar.expandButtonAriaLabel": "Udvid sidenavigation",
|
|
"theme.docs.sidebar.expandButtonTitle": "Udvid sidenavigation",
|
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
|
"theme.docs.versions.latestVersionLinkLabel": "seneste version",
|
|
"theme.docs.versions.latestVersionSuggestionLabel": "For seneste dokumentation, se {latestVersionLink} ({versionLabel}).",
|
|
"theme.docs.versions.unmaintainedVersionLabel": "Dette er dokumentationen for {siteTitle} {versionLabel}, som ikke længere bliver aktivt vedligeholdt.",
|
|
"theme.docs.versions.unreleasedVersionLabel": "Dette er den ikke publicerede dokumentation for {siteTitle} {versionLabel} versionen.",
|
|
"theme.lastUpdated.atDate": " den {date}",
|
|
"theme.lastUpdated.byUser": " af {user}",
|
|
"theme.lastUpdated.lastUpdatedAtBy": "Senest opdateret{atDate}{byUser}",
|
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
|
"theme.tags.tagsListLabel": "Tags:",
|
|
"theme.tags.tagsPageLink": "Se alle Tags",
|
|
"theme.tags.tagsPageTitle": "Tags"
|
|
}
|