{
  "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.blog.paginator.navAriaLabel": {
    "message": "文档页面导航",
    "description": "The ARIA label for the blog pagination"
  },
  "theme.blog.paginator.newerEntries": {
    "message": "上一页",
    "description": "The label used to navigate to the newer blog posts page (previous page)"
  },
  "theme.blog.paginator.olderEntries": {
    "message": "下一页",
    "description": "The label used to navigate to the older blog posts page (next page)"
  },
  "theme.AnnouncementBar.closeButtonAriaLabel": {
    "message": "关闭",
    "description": "The ARIA label for close button of announcement bar"
  },
  "theme.blog.post.paginator.navAriaLabel": {
    "message": "博客文章页面导航",
    "description": "The ARIA label for the blog posts pagination"
  },
  "theme.blog.post.paginator.newerPost": {
    "message": "最近更新",
    "description": "The blog post button label to navigate to the newer/previous post"
  },
  "theme.blog.post.paginator.olderPost": {
    "message": "更早之前",
    "description": "The blog post button label to navigate to the older/next post"
  },
  "theme.blog.post.readingTime.plurals": {
    "message": "阅读需要 1 分钟 | 阅读需要 {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.tags.tagsListLabel": {
    "message": "标签列表：",
    "description": "The label alongside a tag list"
  },
  "theme.blog.post.readMore": {
    "message": "更多",
    "description": "The label used in blog post item excerpts to link to full blog posts"
  },
  "theme.tags.tagsPageTitle": {
    "message": "标签",
    "description": "The title of the tag list page"
  },
  "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)"
  },
  "theme.blog.tagTitle": {
    "message": "{nPosts} 文档包含 \"{tagName}\"",
    "description": "The title of the page for a blog tag"
  },
  "theme.tags.tagsPageLink": {
    "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.sidebar.expandButtonTitle": {
    "message": "放大导航",
    "description": "The ARIA label and title attribute for expand button of doc sidebar"
  },
  "theme.docs.sidebar.expandButtonAriaLabel": {
    "message": "缩小导航",
    "description": "The ARIA label and title attribute for expand button of doc sidebar"
  },
  "theme.docs.paginator.navAriaLabel": {
    "message": "页面导航",
    "description": "The ARIA label for the docs pagination"
  },
  "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.responsiveCloseButtonLabel": {
    "message": "关闭菜单",
    "description": "The ARIA label for close button of mobile doc sidebar"
  },
  "theme.docs.sidebar.responsiveOpenButtonLabel": {
    "message": "开启菜单",
    "description": "The ARIA label for open button of mobile doc sidebar"
  },
  "theme.docs.sidebar.collapseButtonTitle": {
    "message": "折叠导航",
    "description": "The title attribute for collapse button of doc sidebar"
  },
  "theme.docs.sidebar.collapseButtonAriaLabel": {
    "message": "折叠导航",
    "description": "The title attribute for collapse button of doc sidebar"
  },
  "theme.docs.versions.unreleasedVersionLabel": {
    "message": "这是未发布的 {siteTitle} {versionLabel} 版本文档。",
    "description": "The label used to tell the user that he's browsing an unreleased doc version"
  },
  "theme.docs.versions.unmaintainedVersionLabel": {
    "message": "这是 {siteTitle} {versionLabel} 的文档，该版本已不再得到积极维护。",
    "description": "The label used to tell the user that he's browsing an unmaintained doc version"
  },
  "theme.docs.versions.latestVersionSuggestionLabel": {
    "message": "查看当前最新版本文档，点击 {latestVersionLink} ({versionLabel}).",
    "description": "The label used to tell the user to check the latest version"
  },
  "theme.docs.versions.latestVersionLinkLabel": {
    "message": "最新稳定版本",
    "description": "The label used for the latest version suggestion link label"
  },
  "theme.common.editThisPage": {
    "message": "编辑本页",
    "description": "The link label to edit the current page"
  },
  "theme.common.headingLinkTitle": {
    "message": "跳转到头部",
    "description": "Title for link to heading"
  },
  "theme.lastUpdated.atDate": {
    "message": " 在 {date}",
    "description": "The words used to describe on which date a page has been last updated"
  },
  "theme.lastUpdated.byUser": {
    "message": " 由 {user}",
    "description": "The words used to describe by who the page has been last updated"
  },
  "theme.lastUpdated.lastUpdatedAtBy": {
    "message": "最近更新时间{atDate}{byUser}",
    "description": "The sentence used to display when a page has been last updated, and by who"
  },
  "theme.common.skipToMainContent": {
    "message": "跳转到文档内容",
    "description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
  },
  ".": {
    "message": "."
  },
  "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)"
  },
  "theme.SearchPage.existingResultsTitle": {
    "message": "查找到包含 \"{query}\" 的结果",
    "description": "The search page title for non-empty query"
  },
  "theme.SearchPage.emptyResultsTitle": {
    "message": "在文档中内查询",
    "description": "The search page title for empty query"
  },
  "theme.SearchPage.inputPlaceholder": {
    "message": "输入关键内容",
    "description": "The placeholder for search page input"
  },
  "theme.SearchPage.inputLabel": {
    "message": "查找",
    "description": "The ARIA label for search page input"
  },
  "theme.SearchPage.algoliaLabel": {
    "message": "Algolia 提供查询服务",
    "description": "The description label for Algolia mention"
  },
  "theme.SearchPage.noResultsText": {
    "message": "未找到任何结果",
    "description": "The paragraph for empty search result"
  },
  "theme.SearchPage.fetchingNewResults": {
    "message": "查询更多内容中...",
    "description": "The paragraph for fetching new search results"
  },
  "theme.SearchBar.label": {
    "message": "查询",
    "description": "The ARIA label and placeholder for search button"
  },
  "partners.huawei.description": {
    "message": "Ubiquitous Cloud Native Service（UCS）是业界首个分布式云原生产品，为企业构建云原生业务部署、管理、应用生态的全域一致性体验 ，实现客户在使用云原生应用时，感受不到地域、跨云、流量的限制，让云原生的能力进入企业的每一个业务场景，加速千行百业拥抱云原生。"
  },
  "partners.daocloud.description": {
    "message": "使用 Karmada 构建更具弹性的混合多云平台。"
  },
  "partners.unionbigdata.description": {
    "message": "使用 Karmada 构建多策略和多地域的智能分布式容器平台。"
  },
  "partners.cecloud.description": {
    "message": "使用 Karmada 构建多集群平台。"
  },
  "partners.neen.description": {
    "message": "使用 Karmada 管理多 region 集群中的故障切换。"
  },
  "partners.chinaunicom.description": {
    "message": "使用 Karmada 构建多策略和多地域的智能分布式容器平台。"
  },
  "What is Karmada?": {
    "message": "Karmada 是什么?"
  },
  "Karmada (Kubernetes Armada) is a Kubernetes management system that enables you to run your cloud-native applications across multiple Kubernetes clusters and clouds, with no changes to your applications. By speaking Kubernetes-native APIs and providing advanced scheduling capabilities, Karmada enables truly open, multi-cloud Kubernetes.": {
    "message": "Karmada（Kubernetes Armada）是一个 Kubernetes 管理系统，使您能够在多个 Kubernetes 集群和云中运行云原生应用程序，而无需更改应用程序。通过使用 Kubernetes 原生 API 并提供先进的调度功能，Karmada 实现了真正的开放式、多云 Kubernetes。"
  },
  "Karmada aims to provide turnkey automation for multi-cluster application management in multi-cloud and hybrid cloud scenarios, with key features such as centralized multi-cloud management, high availability, failure recovery, and traffic scheduling.": {
    "message": "Karmada 旨在为多云和混合云场景下的多集群应用程序管理提供即插即用的自动化，具有集中式多云管理、高可用性、故障恢复和流量调度等关键功能。"
  },
  "Kubernetes Native API Compatible": {
    "message": "兼容 K8s 原生 API"
  },
  "Zero change upgrade: from single-cluster to multi-cluster; Seamless integration of existing K8s tool chain": {
    "message": "从单集群到多集群的无侵入式升级；现有 K8s 工具链的无缝集成"
  },
  "Open and Neutral": {
    "message": "开放和中立"
  },
  "Jointly initiated by Internet, finance, manufacturing, telecommunications, cloud providers, etc. Target for open governance with CNCF": {
    "message": "由互联网、金融、制造业、电信、云提供商等联合发起。目标是与 CNCF 一起进行开放治理。"
  },
  "Avoid Vendor Lock-in": {
    "message": "避免供应商锁定"
  },
  "Integration with mainstream cloud providers; Automatic allocation, migration across clusters; Not tied to proprietary vendor orchestration": {
    "message": "与主流云提供商集成；在集群之间自动分配、迁移；未绑定专有供应商编排"
  },
  "Out of the Box": {
    "message": "开箱即用"
  },
  "Built-in policy sets for scenarios: Active-active, Remote DR, Geo Redundant": {
    "message": "针对场景内置策略集，包括：Active-active, Remote DR, Geo Redundant 等"
  },
  "Fruitful Scheduling Policies": {
    "message": "丰富多集群调度策略"
  },
  "Cluster Affinity; Multi Cluster Splitting/Rebalancing; Multi-Dimension HA: Region/AZ/Cluster/Provider": {
    "message": "集群亲和性、实例在多集群中的拆分调度/再平衡；多维 HA:区域/AZ/集群/提供商"
  },
  "Centralized Management": {
    "message": "集中式管理"
  },
  "Cluster location agnostic; Support clusters in public cloud, on-prem or edge": {
    "message": "位置无关的集群管理；支持公有云、本地或边缘上的集群。"
  },
  "Learn More": {
    "message": "了解更多"
  },
  "Why Karmada": {
    "message": "为什么选择 Karmada"
  },
  "How It Works": {
    "message": "工作原理"
  },
  "Supporters": {
    "message": "合作伙伴"
  },
  "Karmada is a": {
    "message": "Karmada 是"
  },
  "incubation project": {
    "message": "孵化项目"
  },
  "partners.title": {
    "message": "成为 Karmada 合作伙伴"
  },
  "partners.description": {
    "message": "欢迎您的加入，期待您的到来。如果需要了解更多信息，请在 Karmada 存储库中创建 Issue 跟进。"
  },
  "theme.ErrorPageContent.title": {
    "message": "页面已崩溃。",
    "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.blog.archive.title": {
    "message": "历史博文",
    "description": "The page & hero title of the blog archive page"
  },
  "theme.blog.archive.description": {
    "message": "历史博文",
    "description": "The page & hero description of the blog archive page"
  },
  "theme.colorToggle.ariaLabel.mode.system": {
    "message": "系统模式",
    "description": "The name for the system color mode"
  },
  "theme.colorToggle.ariaLabel.mode.light": {
    "message": "浅色模式",
    "description": "The name for the light color mode"
  },
  "theme.colorToggle.ariaLabel.mode.dark": {
    "message": "暗黑模式",
    "description": "The name for the dark color mode"
  },
  "theme.colorToggle.ariaLabel": {
    "message": "切换浅色/暗黑模式（当前为{mode}）",
    "description": "The ARIA label for the color mode toggle"
  },
  "theme.docs.breadcrumbs.navAriaLabel": {
    "message": "页面路径",
    "description": "The ARIA label for the breadcrumbs"
  },
  "theme.docs.DocCard.categoryDescription.plurals": {
    "message": "{count} 个项目",
    "description": "The default description for a category card in the generated index about how many items this category includes"
  },
  "theme.docs.tagDocListPageTitle.nDocsTagged": {
    "message": "{count} 篇文档带有标签",
    "description": "Pluralized label for \"{count} docs tagged\". 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.docs.tagDocListPageTitle": {
    "message": "{nDocsTagged}「{tagName}」",
    "description": "The title of the page for a docs tag"
  },
  "theme.docs.versionBadge.label": {
    "message": "版本：{versionLabel}"
  },
  "theme.navbar.mobileVersionsDropdown.label": {
    "message": "选择版本",
    "description": "The label for the navbar versions dropdown on mobile view"
  },
  "theme.admonition.caution": {
    "message": "警告",
    "description": "The default label used for the Caution admonition (:::caution)"
  },
  "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.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.warning": {
    "message": "注意",
    "description": "The default label used for the Warning admonition (:::warning)"
  },
  "theme.blog.sidebar.navAriaLabel": {
    "message": "最近博文导航",
    "description": "The ARIA label for recent posts in the blog sidebar"
  },
  "theme.DocSidebarItem.expandCategoryAriaLabel": {
    "message": "展开侧边栏分类 '{label}'",
    "description": "The ARIA label to expand the sidebar category"
  },
  "theme.DocSidebarItem.collapseCategoryAriaLabel": {
    "message": "折叠侧边栏分类 '{label}'",
    "description": "The ARIA label to collapse the sidebar category"
  },
  "theme.IconExternalLink.ariaLabel": {
    "message": "(opens in new tab)",
    "description": "The ARIA label for the external link icon"
  },
  "theme.NavBar.navAriaLabel": {
    "message": "主导航",
    "description": "The ARIA label for the main navigation"
  },
  "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"
  },
  "theme.blog.post.readMoreLabel": {
    "message": "阅读 {title} 的全文",
    "description": "The ARIA label for the link to full blog posts from excerpts"
  },
  "theme.CodeBlock.wordWrapToggle": {
    "message": "切换自动换行",
    "description": "The title attribute for toggle word wrapping button of code block lines"
  },
  "theme.docs.breadcrumbs.home": {
    "message": "主页面",
    "description": "The ARIA label for the home page in the breadcrumbs"
  },
  "theme.docs.sidebar.navAriaLabel": {
    "message": "文档侧边栏",
    "description": "The ARIA label for the sidebar navigation"
  },
  "theme.docs.sidebar.closeSidebarButtonAriaLabel": {
    "message": "关闭导航栏",
    "description": "The ARIA label for close button of mobile sidebar"
  },
  "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": {
    "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)"
  },
  "theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
    "message": "切换导航栏",
    "description": "The ARIA label for hamburger menu button of mobile navigation"
  },
  "theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": {
    "message": "折叠下拉菜单",
    "description": "The ARIA label of the button to expand the mobile dropdown navbar item"
  },
  "theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": {
    "message": "展开下拉菜单",
    "description": "The ARIA label of the button to collapse the mobile dropdown navbar item"
  },
  "theme.SearchBar.seeAll": {
    "message": "查看全部 {count} 个结果"
  },
  "theme.SearchModal.searchBox.resetButtonTitle": {
    "message": "清除查询",
    "description": "The label and ARIA label for search box reset button"
  },
  "theme.SearchModal.searchBox.cancelButtonText": {
    "message": "取消",
    "description": "The label and ARIA label for search box cancel button"
  },
  "theme.SearchModal.searchBox.placeholderText": {
    "message": "搜索文档",
    "description": "The placeholder text for the main search input field"
  },
  "theme.SearchModal.searchBox.placeholderTextAskAi": {
    "message": "问另一个问题...",
    "description": "The placeholder text when in AI question mode"
  },
  "theme.SearchModal.searchBox.placeholderTextAskAiStreaming": {
    "message": "正在回答...",
    "description": "The placeholder text for search box when AI is streaming an answer"
  },
  "theme.SearchModal.searchBox.enterKeyHint": {
    "message": "搜索",
    "description": "The hint for the search box enter key text"
  },
  "theme.SearchModal.searchBox.enterKeyHintAskAi": {
    "message": "进入",
    "description": "The hint for the Ask AI search box enter key text"
  },
  "theme.SearchModal.searchBox.searchInputLabel": {
    "message": "搜索",
    "description": "The ARIA label for search input"
  },
  "theme.SearchModal.searchBox.backToKeywordSearchButtonText": {
    "message": "返回关键词搜索",
    "description": "The text for back to keyword search button"
  },
  "theme.SearchModal.searchBox.backToKeywordSearchButtonAriaLabel": {
    "message": "返回关键词搜索",
    "description": "The ARIA label for back to keyword search button"
  },
  "theme.SearchModal.startScreen.recentSearchesTitle": {
    "message": "最近搜索",
    "description": "The title for recent searches"
  },
  "theme.SearchModal.startScreen.noRecentSearchesText": {
    "message": "没有最近搜索",
    "description": "The text when there are no recent searches"
  },
  "theme.SearchModal.startScreen.saveRecentSearchButtonTitle": {
    "message": "保存这个搜索",
    "description": "The title for save recent search button"
  },
  "theme.SearchModal.startScreen.removeRecentSearchButtonTitle": {
    "message": "从历史记录中删除这个搜索",
    "description": "The title for remove recent search button"
  },
  "theme.SearchModal.startScreen.favoriteSearchesTitle": {
    "message": "收藏",
    "description": "The title for favorite searches"
  },
  "theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": {
    "message": "从收藏列表中删除这个搜索",
    "description": "The title for remove favorite search button"
  },
  "theme.SearchModal.startScreen.recentConversationsTitle": {
    "message": "最近的对话",
    "description": "The title for recent conversations"
  },
  "theme.SearchModal.startScreen.removeRecentConversationButtonTitle": {
    "message": "从历史记录中删除此对话",
    "description": "The title for remove recent conversation button"
  },
  "theme.SearchModal.errorScreen.titleText": {
    "message": "无法获取结果",
    "description": "The title for error screen"
  },
  "theme.SearchModal.errorScreen.helpText": {
    "message": "你可能需要检查网络连接。",
    "description": "The help text for error screen"
  },
  "theme.SearchModal.resultsScreen.askAiPlaceholder": {
    "message": "问 AI：",
    "description": "The placeholder text for Ask AI input"
  },
  "theme.SearchModal.askAiScreen.disclaimerText": {
    "message": "答案由 AI 生成，可能会出错。请核实回复。",
    "description": "The disclaimer text for AI answers"
  },
  "theme.SearchModal.askAiScreen.relatedSourcesText": {
    "message": "相关来源",
    "description": "The text for related sources"
  },
  "theme.SearchModal.askAiScreen.thinkingText": {
    "message": "思考中...",
    "description": "The text when AI is thinking"
  },
  "theme.SearchModal.askAiScreen.copyButtonText": {
    "message": "复制",
    "description": "The text for copy button"
  },
  "theme.SearchModal.askAiScreen.copyButtonCopiedText": {
    "message": "已复制！",
    "description": "The text for copy button when copied"
  },
  "theme.SearchModal.askAiScreen.copyButtonTitle": {
    "message": "复制",
    "description": "The title for copy button"
  },
  "theme.SearchModal.askAiScreen.likeButtonTitle": {
    "message": "赞",
    "description": "The title for like button"
  },
  "theme.SearchModal.askAiScreen.dislikeButtonTitle": {
    "message": "踩",
    "description": "The title for dislike button"
  },
  "theme.SearchModal.askAiScreen.thanksForFeedbackText": {
    "message": "感谢您的反馈！",
    "description": "The text for thanks for feedback"
  },
  "theme.SearchModal.askAiScreen.preToolCallText": {
    "message": "搜索中...",
    "description": "The text before tool call"
  },
  "theme.SearchModal.askAiScreen.duringToolCallText": {
    "message": "正在搜索 ",
    "description": "The text during tool call"
  },
  "theme.SearchModal.askAiScreen.afterToolCallText": {
    "message": "搜索完成",
    "description": "The text after tool call"
  },
  "theme.SearchModal.footer.selectText": {
    "message": "选中",
    "description": "The select text for footer"
  },
  "theme.SearchModal.footer.submitQuestionText": {
    "message": "提交问题",
    "description": "The submit question text for footer"
  },
  "theme.SearchModal.footer.selectKeyAriaLabel": {
    "message": "Enter 键",
    "description": "The ARIA label for select key in footer"
  },
  "theme.SearchModal.footer.navigateText": {
    "message": "导航",
    "description": "The navigate text for footer"
  },
  "theme.SearchModal.footer.navigateUpKeyAriaLabel": {
    "message": "向上键",
    "description": "The ARIA label for navigate up key in footer"
  },
  "theme.SearchModal.footer.navigateDownKeyAriaLabel": {
    "message": "向下键",
    "description": "The ARIA label for navigate down key in footer"
  },
  "theme.SearchModal.footer.closeText": {
    "message": "关闭",
    "description": "The close text for footer"
  },
  "theme.SearchModal.footer.closeKeyAriaLabel": {
    "message": "Esc 键",
    "description": "The ARIA label for close key in footer"
  },
  "theme.SearchModal.footer.searchByText": {
    "message": "搜索提供",
    "description": "The 'Powered by' text for footer"
  },
  "theme.SearchModal.footer.backToSearchText": {
    "message": "返回搜索",
    "description": "The back to search text for footer"
  },
  "theme.SearchModal.noResultsScreen.noResultsText": {
    "message": "没有结果：",
    "description": "The text when there are no results"
  },
  "theme.SearchModal.noResultsScreen.suggestedQueryText": {
    "message": "试试搜索",
    "description": "The text for suggested query"
  },
  "theme.SearchModal.noResultsScreen.reportMissingResultsText": {
    "message": "认为这个查询应该有结果？",
    "description": "The text for reporting missing results"
  },
  "theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": {
    "message": "请告知我们。",
    "description": "The link text for reporting missing results"
  },
  "theme.SearchModal.placeholder": {
    "message": "搜索文档",
    "description": "The placeholder of the input of the DocSearch pop-up modal"
  },
  "theme.blog.author.pageTitle": {
    "message": "{authorName} - {nPosts}",
    "description": "The title of the page for a blog author"
  },
  "theme.blog.authorsList.pageTitle": {
    "message": "作者",
    "description": "The title of the authors page"
  },
  "theme.blog.authorsList.viewAll": {
    "message": "查看所有作者",
    "description": "The label of the link targeting the blog authors page"
  },
  "theme.blog.author.noPosts": {
    "message": "该作者尚未撰写任何文章。",
    "description": "The text for authors with 0 blog post"
  },
  "theme.contentVisibility.unlistedBanner.title": {
    "message": "未列出页",
    "description": "The unlisted content banner title"
  },
  "theme.contentVisibility.unlistedBanner.message": {
    "message": "此页面未列出。搜索引擎不会对其索引，只有拥有直接链接的用户才能访问。",
    "description": "The unlisted content banner message"
  },
  "theme.contentVisibility.draftBanner.title": {
    "message": "草稿页",
    "description": "The draft content banner title"
  },
  "theme.contentVisibility.draftBanner.message": {
    "message": "此页面是草稿，仅在开发环境中可见，不会包含在正式版本中。",
    "description": "The draft content banner message"
  },
  "theme.ErrorPageContent.tryAgain": {
    "message": "重试",
    "description": "The label of the button to try again rendering when the React error boundary captures an error"
  }
}
