"description":"The title of the fallback page when the page crashed"
},
"theme.BackToTopButton.buttonAriaLabel":{
"message":"回到顶部",
"description":"The ARIA label for the back to top button"
"theme.NotFound.title":{
"message":"找不到页面",
"description":"The title of the 404 page"
},
"theme.NotFound.p1":{
"message":"我们找不到您要找的页面。",
"description":"The first paragraph of the 404 page"
},
"theme.NotFound.p2":{
"message":"请联系原始链接来源网站的所有者,并告知他们链接已损坏。",
"description":"The 2nd paragraph of the 404 page"
},
"theme.admonition.note":{
"message":"备注",
"description":"The default label used for the Note admonition (:::note)"
},
"theme.admonition.tip":{
"message":"提示",
"description":"The default label used for the Tip admonition (:::tip)"
},
"theme.admonition.danger":{
"message":"危险",
"description":"The default label used for the Danger admonition (:::danger)"
},
"theme.admonition.info":{
"message":"信息",
"description":"The default label used for the Info admonition (:::info)"
},
"theme.admonition.caution":{
"message":"警告",
"description":"The default label used for the Caution admonition (:::caution)"
},
"theme.blog.archive.title":{
"message":"历史博文",
@ -21,6 +49,10 @@
"message":"历史博文",
"description":"The page & hero description of the blog archive page"
},
"theme.BackToTopButton.buttonAriaLabel":{
"message":"回到顶部",
"description":"The ARIA label for the back to top button"
},
"theme.blog.paginator.navAriaLabel":{
"message":"博文列表分页导航",
"description":"The ARIA label for the blog pagination"
@ -45,6 +77,18 @@
"message":"较旧一篇",
"description":"The blog post button label to navigate to the older/next post"
},
"theme.colorToggle.ariaLabel":{
"message":"切换浅色/暗黑模式(当前为{mode})",
"description":"The ARIA label for the navbar color mode toggle"
},
"theme.colorToggle.ariaLabel.mode.dark":{
"message":"暗黑模式",
"description":"The name for the dark color mode"
},
"theme.colorToggle.ariaLabel.mode.light":{
"message":"浅色模式",
"description":"The name for the light color mode"
},
"theme.blog.post.plurals":{
"message":"{count} 篇博文",
"description":"Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
@ -57,26 +101,14 @@
"message":"查看所有标签",
"description":"The label of the link targeting the tag list page"
},
"theme.colorToggle.ariaLabel":{
"message":"切换浅色/暗黑模式(当前为{mode})",
"description":"The ARIA label for the navbar color mode toggle"
},
"theme.colorToggle.ariaLabel.mode.dark":{
"message":"暗黑模式",
"description":"The name for the dark color mode"
},
"theme.colorToggle.ariaLabel.mode.light":{
"message":"浅色模式",
"description":"The name for the light color mode"
"theme.docs.DocCard.categoryDescription":{
"message":"{count} 个项目",
"description":"The default description for a category card in the generated index about how many items this category includes"
},
"theme.docs.breadcrumbs.navAriaLabel":{
"message":"页面路径",
"description":"The ARIA label for the breadcrumbs"
"description":"The ARIA label to toggle the collapsible sidebar category"
},
"theme.NavBar.navAriaLabel":{
"message":"主导航",
"description":"The ARIA label for the main navigation"
},
"theme.NotFound.p1":{
"message":"我们找不到您要找的页面。",
"description":"The first paragraph of the 404 page"
},
"theme.NotFound.p2":{
"message":"请联系原始链接来源网站的所有者,并告知他们链接已损坏。",
"description":"The 2nd paragraph of the 404 page"
},
"theme.navbar.mobileLanguageDropdown.label":{
"message":"选择语言",
"description":"The label for the mobile language switcher dropdown"
},
"theme.TOCCollapsible.toggleButtonLabel":{
"message":"本页总览",
"description":"The label used by the button on the collapsible TOC component"
@ -228,6 +216,10 @@
"message":"阅读需 {readingTime} 分钟",
"description":"Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
},
"theme.navbar.mobileLanguageDropdown.label":{
"message":"选择语言",
"description":"The label for the mobile language switcher dropdown"
},
"theme.blog.post.readMore":{
"message":"阅读更多",
"description":"The label used in blog post item excerpts to link to full blog posts"
@ -260,10 +252,6 @@
"message":"← 回到主菜单",
"description":"The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"