mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
40 lines
2.2 KiB
JSON
40 lines
2.2 KiB
JSON
{
|
|
"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": "归档版本:"
|
|
} |