mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
67 lines
3.9 KiB
JSON
67 lines
3.9 KiB
JSON
{
|
|
"theme.common.skipToMainContent": "跳转到主要内容",
|
|
"theme.common.heading": "标题",
|
|
"theme.common.search": "搜索",
|
|
"theme.docs.sidebar.closeSidebar": "关闭侧边栏",
|
|
"theme.docs.sidebar.openSidebar": "打开侧边栏",
|
|
"theme.docs.sidebar.navigateBetweenPages": "在页面间导航",
|
|
"theme.docs.sidebar.onThisPage": "本页内容",
|
|
"theme.docs.sidebar.expandButton": "展开",
|
|
"theme.docs.sidebar.expandButtonTitle": "展开侧边栏",
|
|
"theme.docs.breadcrumbs.home": "首页",
|
|
"theme.docs.breadcrumbs.docs": "文档",
|
|
"theme.docs.editLink": "编辑此页",
|
|
"theme.docs.editLink.pageTitle": "编辑此页",
|
|
"theme.docs.lastUpdatedAt": "最后更新于 {at}",
|
|
"theme.docs.lastUpdatedByUser": "由 {user} 最后更新于 {at}",
|
|
"theme.docs.tags.tagsListLabel": "标签",
|
|
"theme.docs.tag.title": "已标记「{name}」的页面",
|
|
"theme.docs.versionBadge.label": "版本:{versionLabel}",
|
|
"theme.tags.tagsListLabel": "标签列表",
|
|
"theme.tags.tagsPageTitle": "标签",
|
|
"theme.tags.tagPageTitle": "标签:{name}",
|
|
"theme.versions.unreleasedVersionLabel": "未发布版本",
|
|
"theme.versions.unreleasedVersionLabel.tooltip": "这是 {siteTitle} {version} 版本的未发布版本",
|
|
"theme.versions.latestVersionSuggestion": "最新稳定版本为 {latestVersion},请访问「{latestVersion}」文档。",
|
|
"theme.versions.latestVersionSuggestion.button": "访问最新版本",
|
|
"theme.versions.maintainedVersionsLabel": "当前维护版本:",
|
|
"theme.versions.upcomingVersionLabel": "即将推出:",
|
|
"theme.versions.archivedVersionsLabel": "归档版本:",
|
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← 返回主菜单",
|
|
"theme.navbar.mobileLanguageDropdown.label": "语言",
|
|
"theme.blog.sidebar.title": "最近文章",
|
|
"theme.blog.post.readingTime": "{readingTime} 分钟阅读",
|
|
"theme.blog.post.readMore": "阅读更多",
|
|
"theme.blog.post.paginator.navAriaLabel": "文章列表导航",
|
|
"theme.blog.post.paginator.newer": "较新文章",
|
|
"theme.blog.post.paginator.older": "较旧文章",
|
|
"theme.blog.paginator.navAriaLabel": "博客列表导航",
|
|
"theme.blog.paginator.newer": "较新文章",
|
|
"theme.blog.paginator.older": "较旧文章",
|
|
"theme.blog.post.plurals": "一篇文章,{count} 篇文章",
|
|
"theme.blog.tagTitle": "标签:{name}",
|
|
"theme.blog.authors.list.title": "作者列表",
|
|
"theme.blog.authors.list.viewAll": "查看所有作者",
|
|
"theme.contentVisibility.unlistedBanner.title": "未列出页面",
|
|
"theme.contentVisibility.unlistedBanner.message": "此页面未列出。只有拥有直接链接的用户才能访问它。",
|
|
"theme.contentVisibility.draftBanner.title": "草稿页面",
|
|
"theme.contentVisibility.draftBanner.message": "此页面是草稿。仅内容作者和具有特定权限的用户可以看到它。",
|
|
"theme.searchModal.placeholder": "搜索文档",
|
|
"theme.searchModal.noResults": "没有找到结果",
|
|
"theme.searchModal.selectedDocuments": "{count} 个文档",
|
|
"theme.searchModal.allResults": "已显示全部 {count} 个结果",
|
|
"theme.searchModal.searching": "正在搜索...",
|
|
"theme.searchModal.hitCount": "找到 {count} 个结果",
|
|
"theme.searchModal.resetSearchTitle": "清除搜索",
|
|
"theme.searchModal.searchBox.cancelButtonText": "取消",
|
|
"theme.searchModal.searchBox.cancelButtonKeyLabel": "ESC",
|
|
"theme.searchModal.filterPanel.showAll": "全部",
|
|
"theme.searchModal.filterPanel.title": "筛选",
|
|
"theme.searchModal.filterPanel.noResultsSummary": "没有结果符合您的查询。",
|
|
"theme.searchModal.filterPanel.noResultsTitle": "没有找到结果",
|
|
"theme.searchModal.documents.emptyState": "没有可用文档。",
|
|
"theme.searchModal.documents.foundDocuments.title": "{count} 个文档",
|
|
"theme.searchModal.documents.foundDocuments.one": "1 个文档",
|
|
"theme.searchModal.documents.foundDocuments.many": "{count} 个文档",
|
|
"theme.searchModal.documents.foundDocuments.other": "{count} 个文档"
|
|
} |