Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions crates/agent-gateway/web/src/i18n/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,20 @@ export const translations: Record<Locale, Record<string, string>> = {
"chat.workspaceResourcesSearch": "搜索名称或描述",
"chat.workspaceResourcesSelected": "已选择 {skills} 个 Skills、{mcp} 个 MCP",
"chat.workspaceResourcesMissingSkill": "此 Skill 尚未安装在当前设备上。",
"chat.workspaceResourcesInheritNotice":
"这里展示的是全局启用状态,仅供查看。切换到“自定义”后可为当前工作空间单独调整。",
"chat.workspaceResourcesSwitchToCustom": "切换到自定义",
"chat.workspaceResourcesOffStateTitle": "此工作空间已关闭 Skills 与 MCP",
"chat.workspaceResourcesOffStateDescription":
"Agent 不会加载这些扩展资源,但仍可使用文件、终端等基础工具。",
"chat.workspaceResourcesEnabled": "已启用",
"chat.workspaceResourcesDisabled": "未启用",
"chat.workspaceResourcesAlwaysEnabled": "始终启用",
"chat.workspaceResourcesBuiltIn": "内置",
"chat.workspaceResourcesMissing": "未安装",
"chat.workspaceResourcesGloballyDisabled": "全局未启用",
"chat.workspaceResourcesEmptySkills": "没有找到匹配的 Skills",
"chat.workspaceResourcesEmptyMcp": "没有找到匹配的 MCP 服务",
"chat.workspacePin": "置顶工作空间",
"chat.workspaceUnpin": "取消置顶",
"chat.workspaceRename": "修改标题",
Expand Down Expand Up @@ -2094,6 +2108,21 @@ export const translations: Record<Locale, Record<string, string>> = {
"settings.skillsInstalledSortNewest": "安装时间 新→旧",
"settings.skillsNoMatch": "没有匹配「{filter}」的技能",
"settings.skillsStoreSearch": "搜索 ClawHub 技能",
"settings.skillsStoreCategoryAll": "全部",
"settings.skillsStoreCategoryIntegrations": "集成",
"settings.skillsStoreCategoryAutomation": "自动化",
"settings.skillsStoreCategoryResearch": "研究",
"settings.skillsStoreCategoryDevelopment": "开发",
"settings.skillsStoreCategoryProductivity": "效率",
"settings.skillsStoreCategoryCommunication": "沟通",
"settings.skillsStoreCategoryCreative": "创意",
"settings.skillsStoreCategoryKnowledge": "知识",
"settings.skillsStoreCategoryAgents": "智能体",
"settings.skillsStoreCategoryOperations": "运维",
"settings.skillsStoreCategorySecurity": "安全",
"settings.skillsStoreCategoryFinance": "金融",
"settings.skillsStoreCategoryLifestyle": "生活",
"settings.skillsStoreCategoryOther": "其他",
"settings.skillsStoreSortMostDownloaded": "下载最多",
"settings.skillsStoreSortMostStarred": "星标最多",
"settings.skillsStoreSortMostInstalled": "安装最多",
Expand Down Expand Up @@ -2273,6 +2302,20 @@ export const translations: Record<Locale, Record<string, string>> = {
"chat.workspaceResourcesSearch": "Search names or descriptions",
"chat.workspaceResourcesSelected": "{skills} Skills and {mcp} MCP servers selected",
"chat.workspaceResourcesMissingSkill": "This Skill is not installed on this device.",
"chat.workspaceResourcesInheritNotice":
"These global states are shown for reference. Switch to Custom to configure this workspace separately.",
"chat.workspaceResourcesSwitchToCustom": "Switch to Custom",
"chat.workspaceResourcesOffStateTitle": "Skills and MCP are disabled for this workspace",
"chat.workspaceResourcesOffStateDescription":
"Agents will not load these extensions, but core tools such as files and terminal remain available.",
"chat.workspaceResourcesEnabled": "Enabled",
"chat.workspaceResourcesDisabled": "Disabled",
"chat.workspaceResourcesAlwaysEnabled": "Always enabled",
"chat.workspaceResourcesBuiltIn": "Built-in",
"chat.workspaceResourcesMissing": "Not installed",
"chat.workspaceResourcesGloballyDisabled": "Disabled globally",
"chat.workspaceResourcesEmptySkills": "No matching Skills found",
"chat.workspaceResourcesEmptyMcp": "No matching MCP servers found",
"chat.workspacePin": "Pin workspace",
"chat.workspaceUnpin": "Unpin",
"chat.workspaceRename": "Rename",
Expand Down Expand Up @@ -4381,6 +4424,21 @@ export const translations: Record<Locale, Record<string, string>> = {
"settings.skillsInstalledSortNewest": "Installation time: newest first",
"settings.skillsNoMatch": 'No skills matching "{filter}"',
"settings.skillsStoreSearch": "Search ClawHub Skills",
"settings.skillsStoreCategoryAll": "All",
"settings.skillsStoreCategoryIntegrations": "Integrations",
"settings.skillsStoreCategoryAutomation": "Automation",
"settings.skillsStoreCategoryResearch": "Research",
"settings.skillsStoreCategoryDevelopment": "Development",
"settings.skillsStoreCategoryProductivity": "Productivity",
"settings.skillsStoreCategoryCommunication": "Communication",
"settings.skillsStoreCategoryCreative": "Creative",
"settings.skillsStoreCategoryKnowledge": "Knowledge",
"settings.skillsStoreCategoryAgents": "Agents",
"settings.skillsStoreCategoryOperations": "Operations",
"settings.skillsStoreCategorySecurity": "Security",
"settings.skillsStoreCategoryFinance": "Finance",
"settings.skillsStoreCategoryLifestyle": "Lifestyle",
"settings.skillsStoreCategoryOther": "Other",
"settings.skillsStoreSortMostDownloaded": "Most Downloaded",
"settings.skillsStoreSortMostStarred": "Most Starred",
"settings.skillsStoreSortMostInstalled": "Most Installed",
Expand Down
28 changes: 28 additions & 0 deletions crates/agent-gui/src/i18n/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,20 @@ export const translations: Record<Locale, Record<string, string>> = {
"chat.workspaceResourcesSearch": "搜索名称或描述",
"chat.workspaceResourcesSelected": "已选择 {skills} 个 Skills、{mcp} 个 MCP",
"chat.workspaceResourcesMissingSkill": "此 Skill 尚未安装在当前设备上。",
"chat.workspaceResourcesInheritNotice":
"这里展示的是全局启用状态,仅供查看。切换到“自定义”后可为当前工作空间单独调整。",
"chat.workspaceResourcesSwitchToCustom": "切换到自定义",
"chat.workspaceResourcesOffStateTitle": "此工作空间已关闭 Skills 与 MCP",
"chat.workspaceResourcesOffStateDescription":
"Agent 不会加载这些扩展资源,但仍可使用文件、终端等基础工具。",
"chat.workspaceResourcesEnabled": "已启用",
"chat.workspaceResourcesDisabled": "未启用",
"chat.workspaceResourcesAlwaysEnabled": "始终启用",
"chat.workspaceResourcesBuiltIn": "内置",
"chat.workspaceResourcesMissing": "未安装",
"chat.workspaceResourcesGloballyDisabled": "全局未启用",
"chat.workspaceResourcesEmptySkills": "没有找到匹配的 Skills",
"chat.workspaceResourcesEmptyMcp": "没有找到匹配的 MCP 服务",
"chat.workspacePin": "置顶工作空间",
"chat.workspaceUnpin": "取消置顶",
"chat.workspaceRename": "修改标题",
Expand Down Expand Up @@ -2376,6 +2390,20 @@ export const translations: Record<Locale, Record<string, string>> = {
"chat.workspaceResourcesSearch": "Search names or descriptions",
"chat.workspaceResourcesSelected": "{skills} Skills and {mcp} MCP servers selected",
"chat.workspaceResourcesMissingSkill": "This Skill is not installed on this device.",
"chat.workspaceResourcesInheritNotice":
"These global states are shown for reference. Switch to Custom to configure this workspace separately.",
"chat.workspaceResourcesSwitchToCustom": "Switch to Custom",
"chat.workspaceResourcesOffStateTitle": "Skills and MCP are disabled for this workspace",
"chat.workspaceResourcesOffStateDescription":
"Agents will not load these extensions, but core tools such as files and terminal remain available.",
"chat.workspaceResourcesEnabled": "Enabled",
"chat.workspaceResourcesDisabled": "Disabled",
"chat.workspaceResourcesAlwaysEnabled": "Always enabled",
"chat.workspaceResourcesBuiltIn": "Built-in",
"chat.workspaceResourcesMissing": "Not installed",
"chat.workspaceResourcesGloballyDisabled": "Disabled globally",
"chat.workspaceResourcesEmptySkills": "No matching Skills found",
"chat.workspaceResourcesEmptyMcp": "No matching MCP servers found",
"chat.workspacePin": "Pin workspace",
"chat.workspaceUnpin": "Unpin",
"chat.workspaceRename": "Rename",
Expand Down
Loading