jacobinwwey_obsidian-NotEMD/website/i18n/da/code.json
aliyun1121003339 eda64039cd docs(website): publish all README language docs routes
Add the README/UI locale matrix as the website documentation publishing source of truth, expand localized Docusaurus docs routes for every supported locale, and align GEO/Pages audits with the full multilingual route contract.
2026-07-08 02:39:26 +08:00

106 lines
3.5 KiB
JSON

{
"theme.colorToggle.ariaLabel": {
"message": "Switch between dark and light mode",
"description": "The ARIA label for the color mode toggle"
},
"theme.common.editThisPage": {
"message": "Edit this page",
"description": "The link label to edit the current page"
},
"theme.common.lastUpdatedAt": {
"message": "Last updated on"
},
"theme.docs.breadcrumbs.navAriaLabel": {
"message": "Breadcrumbs",
"description": "The ARIA label for the breadcrumbs"
},
"theme.docs.paginator.navAriaLabel": {
"message": "Docs sidebar",
"description": "The ARIA label for the docs pagination"
},
"theme.docs.paginator.next": {
"message": "Next page",
"description": "The label used to navigate to the next doc"
},
"theme.docs.paginator.previous": {
"message": "Previous page",
"description": "The label used to navigate to the previous doc"
},
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
"message": "Close",
"description": "The ARIA label for close button of mobile sidebar"
},
"theme.docs.sidebar.collapseButtonTitle": {
"message": "Collapse sidebar",
"description": "The title attribute for collapse button of doc sidebar"
},
"theme.docs.sidebar.expandButtonTitle": {
"message": "Expand sidebar",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
},
"theme.NotFound.p1": {
"message": "We could not find the page you were looking for.",
"description": "The first paragraph of the 404 page"
},
"theme.NotFound.title": {
"message": "Page not found",
"description": "The title of the 404 page"
},
"theme.SearchBar.label": {
"message": "Search"
},
"theme.SearchBar.noResultsText": {
"message": "No results found"
},
"theme.SearchBar.seeAll": {
"message": "See all results"
},
"theme.TOCCollapsible.toggleButtonLabel": {
"message": "On this page",
"description": "The label used by the button on the collapsible TOC component"
},
"theme.navbar.mobileLanguageDropdown.label": {
"message": "Language",
"description": "The label for the mobile language switcher dropdown"
},
"theme.BackToTopButton.buttonAriaLabel": {
"message": "Back to top",
"description": "The ARIA label for the back to top button"
},
"theme.IconExternalLink.ariaLabel": {
"message": "(opens in new tab)",
"description": "The ARIA label for the external link icon"
},
"theme.NavBar.navAriaLabel": {
"message": "Main navigation",
"description": "The ARIA label for the main navigation"
},
"theme.CodeBlock.copy": {
"message": "Copy",
"description": "The copy button label on code blocks"
},
"theme.CodeBlock.copied": {
"message": "Copied",
"description": "The copied button label on code blocks"
},
"theme.CodeBlock.copyButtonAriaLabel": {
"message": "Copy code to clipboard",
"description": "The ARIA label for copy code blocks button"
},
"theme.docs.breadcrumbs.home": {
"message": "Docs",
"description": "The ARIA label for the home page in the breadcrumbs"
},
"theme.docs.sidebar.navAriaLabel": {
"message": "Docs sidebar",
"description": "The ARIA label for the sidebar navigation"
},
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
"message": "Expand sidebar",
"description": "The ARIA label for hamburger menu button of mobile navigation"
},
"theme.common.skipToMainContent": {
"message": "Skip to main content",
"description": "The skip to content label used for accessibility"
}
}