Files
zn-ai/src/i18n/locales/zh/skills.json
DEV_DSW 655e7c51d2 feat: add GitHub skill installation support
- Implemented functionality to install skills from GitHub URLs.
- Updated API to handle new installation requests from GitHub.
- Enhanced UI to allow users to input GitHub skill URLs for installation.
- Added translations for new GitHub installation features in English, Thai, and Chinese.
- Created tests for the new skill installation service and API routes to ensure proper functionality.
2026-04-23 11:41:52 +08:00

107 lines
4.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "技能",
"subtitle": "浏览和管理 AI 能力",
"gatewayWarning": "网关未运行。没有活跃的网关,无法加载技能。",
"refresh": "刷新",
"openFolder": "打开技能文件夹",
"filter": {
"all": "全部 ({{count}})",
"builtIn": "内置 ({{count}})",
"marketplace": "市场 ({{count}})"
},
"search": "搜索技能...",
"searchMarketplace": "搜索市场...",
"actions": {
"enableVisible": "启用可见项",
"disableVisible": "禁用可见项",
"installSkill": "安装技能"
},
"noSkillsSearch": "试试别的搜索词",
"noSkillsAvailable": "暂无可用技能",
"detail": {
"source": "来源",
"coreSystem": "核心系统",
"bundled": "内置",
"userInstalled": "用户安装",
"enabled": "已启用",
"disabled": "已禁用",
"apiKey": "API 密钥",
"apiKeyPlaceholder": "输入 API 密钥(可选)",
"apiKeyDesc": "这个技能的主要 API 密钥。",
"envVars": "环境变量",
"addVariable": "添加变量",
"noEnvVars": "还没有配置环境变量。",
"keyPlaceholder": "键名(如 BASE_URL",
"valuePlaceholder": "值",
"envNote": "提示:空键名会在保存时自动移除。",
"saving": "保存中...",
"saveConfig": "保存配置",
"configSaved": "配置已保存",
"openManual": "打开说明",
"openActualFolder": "打开实际目录",
"copyPath": "复制路径",
"pathUnavailable": "路径不可用",
"uninstall": "卸载",
"enable": "启用",
"disable": "禁用"
},
"source": {
"badge": {
"bundled": "内置",
"managed": "托管目录",
"workspace": "工作区",
"extra": "额外目录",
"agentsPersonal": "个人 .agents",
"agentsProject": "项目 .agents",
"unknown": "未知来源"
}
},
"toast": {
"enabled": "技能已启用",
"disabled": "技能已禁用",
"installed": "技能已安装并启用",
"uninstalled": "技能已成功卸载",
"openedEditor": "已在编辑器中打开",
"failedEditor": "无法打开编辑器",
"failedSave": "保存配置失败",
"failedOpenFolder": "无法打开技能文件夹",
"failedInstall": "安装失败",
"failedUninstall": "卸载失败",
"failedFolderNotFound": "技能文件夹尚不存在,请先安装一个技能。",
"copiedPath": "路径已复制",
"failedCopyPath": "复制路径失败",
"failedOpenActualFolder": "打开技能实际目录失败",
"searchTimeoutError": "搜索超时,请检查网络。您也可访问 ClawHub.ai 搜索并下载压缩包,解压到 \"{{path}}\"",
"installTimeoutError": "安装超时,请检查网络。您也可在 ClawHub.ai 下载该技能压缩包,解压到 \"{{path}}\"",
"searchRateLimitError": "搜索请求过于频繁。您也可访问 ClawHub.ai 搜索并下载压缩包,解压到 \"{{path}}\"",
"installRateLimitError": "安装请求过于频繁。您也可在 ClawHub.ai 下载该技能压缩包,解压到 \"{{path}}\"",
"fetchTimeoutError": "获取技能列表超时,请检查网络。",
"fetchRateLimitError": "获取技能列表请求过于频繁,请稍后再试。",
"timeoutError": "请求超时,请稍后再试。",
"rateLimitError": "请求过于频繁,请稍后再试。",
"noBatchEnableTargets": "当前可见技能都已启用。",
"noBatchDisableTargets": "当前可见技能都已禁用。",
"batchEnabled": "已启用 {{count}} 个技能。",
"batchDisabled": "已禁用 {{count}} 个技能。",
"batchPartial": "已更新 {{success}} / {{total}} 个技能,部分操作失败。"
},
"marketplace": {
"installDialogTitle": "安装技能",
"installDialogSubtitle": "默认展示 Explore也可以输入关键词搜索。",
"sourceLabel": "来源",
"sourceClawHub": "ClawHub",
"githubInstallLabel": "从 GitHub 安装",
"githubUrlPlaceholder": "粘贴 GitHub /blob/.../SKILL.md 或 /tree/... 技能链接",
"githubInstallAction": "安装链接",
"githubInstallHint": "支持 public github.com 的技能目录,并安装到 \"{{path}}\"。",
"githubUrlRequired": "请先输入 GitHub 技能链接。",
"securityNote": "安装前请点击技能卡片,在 ClawHub 上查看其文档和安全信息。",
"manualInstallHint": "遇到网络问题?您可以随时从 ClawHub.ai 下载技能压缩包,并将其解压至 \"{{path}}\" 目录来完成手动安装。",
"searching": "正在搜索 ClawHub...",
"noResults": "没有找到匹配的技能。",
"emptyPrompt": "搜索新技能来扩展你的能力。",
"searchError": "ClawHub 搜索失败,请检查连接或安装。",
"install": "安装"
}
}