mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
feat: initialize monorepo with package.json for CCW workflow platform
This commit is contained in:
85
ccw/docs-site/i18n/zh/code.json
Normal file
85
ccw/docs-site/i18n/zh/code.json
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"Common.copied": "已复制",
|
||||
"Common.copy": "复制",
|
||||
"Common.toC": "目录",
|
||||
"Common.onThisPage": "本页内容",
|
||||
"Common.search": "搜索",
|
||||
"Common.searchLabel": "搜索...",
|
||||
"Common.clearSearch": "清除搜索",
|
||||
"Common.noResults": "没有找到结果",
|
||||
"Common.results": "{count} 个结果",
|
||||
"Common.loading": "加载中...",
|
||||
"Common.menu": "菜单",
|
||||
"Common.openMenu": "打开菜单",
|
||||
"Common.closeMenu": "关闭菜单",
|
||||
"Common.back": "返回",
|
||||
"Common.next": "下一页",
|
||||
"Common.previous": "上一页",
|
||||
"Common.home": "首页",
|
||||
"Common.documentation": "文档",
|
||||
"Community": "社区",
|
||||
"Discussions": "讨论",
|
||||
"More": "更多",
|
||||
"theme.common.skipToMainContent": "跳转到主要内容",
|
||||
"theme.common.heading": "标题",
|
||||
"theme.docs.sidebar.closeSidebar": "关闭侧边栏",
|
||||
"theme.docs.sidebar.openSidebar": "打开侧边栏",
|
||||
"theme.docs.sidebar.navigateBetweenPages": "在页面间导航",
|
||||
"theme.docs.sidebar.onThisPage": "本页内容",
|
||||
"theme.docs.breadcrumbs.home": "首页",
|
||||
"theme.docs.breadcrumbs.docs": "文档",
|
||||
"theme.docs.editLink": "编辑此页",
|
||||
"theme.docs.lastUpdatedAt": "最后更新于 {at}",
|
||||
"theme.docs.lastUpdatedByUser": "由 {user} 最后更新于 {at}",
|
||||
"theme.docs.tag.title": "已标记「{name}」的页面",
|
||||
"theme.docs.versionBadge.label": "版本:{versionLabel}",
|
||||
"theme.tags.tagsListLabel": "标签列表",
|
||||
"theme.tags.tagsPageTitle": "标签",
|
||||
"theme.tags.tagPageTitle": "标签:{name}",
|
||||
"theme.admonition.note": "注意",
|
||||
"theme.admonition.tip": "提示",
|
||||
"theme.admonition.danger": "危险",
|
||||
"theme.admonition.info": "信息",
|
||||
"theme.admonition.caution": "警告",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← 返回主菜单",
|
||||
"theme.navbar.mobileLanguageDropdown.label": "语言",
|
||||
"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.versions.unreleasedVersionLabel": "未发布版本",
|
||||
"theme.versions.latestVersionSuggestion": "最新稳定版本为 {latestVersion},请访问「{latestVersion}」文档。",
|
||||
"theme.versions.latestVersionSuggestion.button": "访问最新版本",
|
||||
"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",
|
||||
"Error.Page.NotFound": "页面未找到",
|
||||
"Error.Page.NotFound.title": "页面未找到",
|
||||
"Error.Page.NotFound.description": "我们找不到您要查找的页面。",
|
||||
"Error.Page.NotFound.button": "返回首页",
|
||||
"Toggle": "切换",
|
||||
"Expand": "展开",
|
||||
"Collapse": "收起",
|
||||
"Filter": "筛选",
|
||||
"Sort": "排序",
|
||||
"View": "查看",
|
||||
"Download": "下载",
|
||||
"Print": "打印",
|
||||
"Share": "分享",
|
||||
"Feedback": "反馈",
|
||||
"Help": "帮助",
|
||||
"Support": "支持",
|
||||
"Contact": "联系",
|
||||
"About": "关于",
|
||||
"Privacy": "隐私",
|
||||
"Terms": "条款",
|
||||
"License": "许可",
|
||||
"Sitemap": "站点地图"
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"theme.admonition.note": "注意",
|
||||
"theme.admonition.tip": "提示",
|
||||
"theme.admonition.danger": "危险",
|
||||
"theme.admonition.info": "信息",
|
||||
"theme.admonition.caution": "警告",
|
||||
"theme.admonition.note.title": "注意",
|
||||
"theme.admonition.tip.title": "提示",
|
||||
"theme.admonition.danger.title": "危险",
|
||||
"theme.admonition.info.title": "信息",
|
||||
"theme.admonition.caution.title": "警告",
|
||||
"theme.docs.versionBadge.label": "版本:{versionLabel}",
|
||||
"theme.docs.tag.title": "已标记「{name}」的页面",
|
||||
"theme.tags.tagsListLabel": "标签列表",
|
||||
"theme.tags.tagsPageTitle": "标签",
|
||||
"theme.tags.tagPageTitle": "标签:{name}",
|
||||
"theme.editLink.pageTitle": "编辑此页",
|
||||
"theme.editLink.thisPage": "编辑此页",
|
||||
"theme.docs.breadcrumbs.home": "首页",
|
||||
"theme.docs.breadcrumbs.docs": "文档",
|
||||
"theme.docs.lastUpdatedAt": "最后更新于 {at}",
|
||||
"theme.docs.lastUpdatedByUser": "由 {user} 最后更新于 {at}",
|
||||
"theme.docs.aria.unlistedDocument.title": "未列出页面",
|
||||
"theme.docs.aria.unlistedDocument.description": "此页面未列出。只有拥有直接链接的用户才能访问它。",
|
||||
"theme.docs.aria.draftDocument.title": "草稿页面",
|
||||
"theme.docs.aria.draftDocument.description": "此页面是草稿。仅内容作者和具有特定权限的用户可以看到它。",
|
||||
"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.navbar.mobileLanguageDropdown.label": "语言",
|
||||
"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": "归档版本:"
|
||||
}
|
||||
67
ccw/docs-site/i18n/zh/docusaurus-theme-common.json
Normal file
67
ccw/docs-site/i18n/zh/docusaurus-theme-common.json
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"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} 个文档"
|
||||
}
|
||||
Reference in New Issue
Block a user