"description":"The ARIA label for the back to top button"
"theme.AnnouncementBar.closeButtonAriaLabel":{
"message":"关闭",
"description":"The ARIA label for close button of announcement bar"
},
"theme.blog.archive.title":{
"message":"历史博文",
@ -31,9 +31,9 @@
"message":"历史博文",
"description":"The page & hero description of the blog archive page"
},
"theme.AnnouncementBar.closeButtonAriaLabel":{
"message":"关闭",
"description":"The ARIA label for close button of announcement bar"
"theme.BackToTopButton.buttonAriaLabel":{
"message":"回到顶部",
"description":"The ARIA label for the back to top button"
},
"theme.blog.paginator.navAriaLabel":{
"message":"博文列表分页导航",
@ -51,6 +51,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.blog.post.readMoreLabel":{
"message":"阅读 {title} 的全文",
"description":"The ARIA label for the link to full blog posts from excerpts"
},
"theme.blog.post.readMore":{
"message":"阅读更多",
"description":"The label used in blog post item excerpts to link to full blog posts"
@ -71,6 +75,18 @@
"message":"最近博文导航",
"description":"The ARIA label for recent posts in the blog sidebar"
},
"theme.CodeBlock.copyButtonAriaLabel":{
"message":"复制代码到剪贴板",
"description":"The ARIA label for copy code blocks button"
},
"theme.CodeBlock.copied":{
"message":"复制成功",
"description":"The copied button label on code blocks"
},
"theme.CodeBlock.copy":{
"message":"复制",
"description":"The copy button label on code blocks"
},
"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)"
@ -83,17 +99,9 @@
"message":"查看所有标签",
"description":"The label of the link targeting the tag list page"
},
"theme.CodeBlock.copyButtonAriaLabel":{
"message":"复制代码到剪贴板",
"description":"The ARIA label for copy code blocks button"
},
"theme.CodeBlock.copied":{
"message":"复制成功",
"description":"The copied button label on code blocks"
},
"theme.CodeBlock.copy":{
"message":"复制",
"description":"The copy button label on code blocks"
"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.sidebar.expandButtonTitle":{
"message":"展开侧边栏",
@ -107,14 +115,14 @@
"message":"文档分页导航",
"description":"The ARIA label for the docs pagination"
},
"theme.docs.paginator.next":{
"message":"下一页",
"description":"The label used to navigate to the next doc"
},
"theme.docs.paginator.previous":{
"message":"上一页",
"description":"The label used to navigate to the previous doc"
},
"theme.docs.paginator.next":{
"message":"下一页",
"description":"The label used to navigate to the next doc"
},
"theme.docs.sidebar.collapseButtonTitle":{
"message":"收起侧边栏",
"description":"The title attribute for collapse button of doc sidebar"
@ -135,6 +143,13 @@
"message":"{nDocsTagged} 篇带有标签「{tagName}」",
"description":"The title of the page for a docs tag"
},
"theme.docs.versionBadge.label":{
"message":"版本:{versionLabel}"
},
"theme.common.editThisPage":{
"message":"编辑此页",
"description":"The link label to edit the current page"
"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)"
},
"theme.navbar.mobileVersionsDropdown.label":{
"message":"选择版本",
"description":"The label for the navbar versions dropdown on mobile view"
@ -179,10 +194,6 @@
"message":"跳到主要内容",
"description":"The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
"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)"
},
"theme.TOCCollapsible.toggleButtonLabel":{
"message":"本页总览",
"description":"The label used by the button on the collapsible TOC component"
@ -191,6 +202,22 @@
"message":"标签:",
"description":"The label alongside a tag list"
},
"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.navbar.mobileLanguageDropdown.label":{
"message":"选择语言",
"description":"The label for the mobile language switcher dropdown"
},
"theme.SearchPage.documentsFound.plurals":{
"message":"找到 {count} 份文件",
"description":"Pluralized label for \"{count} documents found\". 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)"
@ -223,6 +250,9 @@
"message":"正在获取新的搜索结果...",
"description":"The paragraph for fetching new search results"
},
"theme.SearchBar.seeAll":{
"message":"查看全部 {count} 个结果"
},
"theme.SearchBar.label":{
"message":"搜索",
"description":"The ARIA label and placeholder for search button"