mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
chore: move ccw-skill-hub to standalone repository
Migrated ccw-skill-hub to D:/ccw-skill-hub as independent git project. Removed nested git repos (ccw/frontend/ccw-skill-hub, skill-hub-repo, skill-hub-temp).
This commit is contained in:
@@ -177,6 +177,9 @@
|
||||
"helpQuotes": "Values with spaces should use quotes",
|
||||
"helpRestart": "Restart service after changes to take effect"
|
||||
},
|
||||
"downloadedModels": "Downloaded Models",
|
||||
"noConfiguredModels": "No models configured",
|
||||
"noLocalModels": "No models downloaded",
|
||||
"models": {
|
||||
"title": "Model Management",
|
||||
"searchPlaceholder": "Search models...",
|
||||
|
||||
@@ -1,42 +1,83 @@
|
||||
{
|
||||
"skillHub.title": "Skill Hub",
|
||||
"skillHub.description": "Discover and install shared skills from the community",
|
||||
"skillHub.source.remote": "Remote",
|
||||
"skillHub.source.local": "Local",
|
||||
"skillHub.status.installed": "Installed",
|
||||
"skillHub.status.updateAvailable": "Update Available",
|
||||
"skillHub.tabs.remote": "Remote",
|
||||
"skillHub.tabs.local": "Local",
|
||||
"skillHub.tabs.installed": "Installed",
|
||||
"skillHub.stats.remote": "Remote Skills",
|
||||
"skillHub.stats.remoteDesc": "Available from community",
|
||||
"skillHub.stats.local": "Local Skills",
|
||||
"skillHub.stats.localDesc": "Shared locally",
|
||||
"skillHub.stats.installed": "Installed",
|
||||
"skillHub.stats.installedDesc": "Skills in use",
|
||||
"skillHub.stats.updates": "Updates",
|
||||
"skillHub.stats.updatesDesc": "New versions available",
|
||||
"skillHub.search.placeholder": "Search skills...",
|
||||
"skillHub.filter.allCategories": "All Categories",
|
||||
"skillHub.actions.refresh": "Refresh",
|
||||
"skillHub.actions.install": "Install",
|
||||
"skillHub.actions.installing": "Installing...",
|
||||
"skillHub.actions.update": "Update",
|
||||
"skillHub.actions.uninstall": "Uninstall",
|
||||
"skillHub.actions.viewDetails": "View Details",
|
||||
"skillHub.card.tags": "Tags",
|
||||
"skillHub.card.updated": "Updated: {date}",
|
||||
"skillHub.install.success": "Skill '{name}' installed successfully",
|
||||
"skillHub.install.error": "Failed to install skill: {error}",
|
||||
"skillHub.uninstall.success": "Skill '{name}' uninstalled",
|
||||
"skillHub.uninstall.error": "Failed to uninstall skill: {error}",
|
||||
"skillHub.refresh.success": "Skill list refreshed",
|
||||
"skillHub.details.comingSoon": "Details view coming soon",
|
||||
"skillHub.error.loadFailed": "Failed to load skills. Check network connection.",
|
||||
"skillHub.empty.remote.title": "No Remote Skills",
|
||||
"skillHub.empty.remote.description": "Remote skill repository is empty or unreachable.",
|
||||
"skillHub.empty.local.title": "No Local Skills",
|
||||
"skillHub.empty.local.description": "Add skills to ~/.ccw/skill-hub/local/ to share them.",
|
||||
"skillHub.empty.installed.title": "No Installed Skills",
|
||||
"skillHub.empty.installed.description": "Install skills from Remote or Local tabs to use them."
|
||||
"title": "Skill Hub",
|
||||
"description": "Discover and install shared skills from the community",
|
||||
"links": "Links",
|
||||
"homepage": "Homepage",
|
||||
"license": "License",
|
||||
"source": {
|
||||
"remote": "Remote",
|
||||
"local": "Local"
|
||||
},
|
||||
"status": {
|
||||
"installed": "Installed",
|
||||
"updateAvailable": "Update Available"
|
||||
},
|
||||
"tabs": {
|
||||
"remote": "Remote",
|
||||
"local": "Local",
|
||||
"installed": "Installed"
|
||||
},
|
||||
"stats": {
|
||||
"remote": "Remote Skills",
|
||||
"remoteDesc": "Available from community",
|
||||
"local": "Local Skills",
|
||||
"localDesc": "Shared locally",
|
||||
"installed": "Installed",
|
||||
"installedDesc": "Skills in use",
|
||||
"updates": "Updates",
|
||||
"updatesDesc": "New versions available"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Search skills..."
|
||||
},
|
||||
"filter": {
|
||||
"allCategories": "All Categories"
|
||||
},
|
||||
"actions": {
|
||||
"refresh": "Refresh",
|
||||
"install": "Install",
|
||||
"installing": "Installing...",
|
||||
"update": "Update",
|
||||
"uninstall": "Uninstall",
|
||||
"viewDetails": "View Details"
|
||||
},
|
||||
"card": {
|
||||
"tags": "Tags",
|
||||
"updated": "Updated: {date}"
|
||||
},
|
||||
"install": {
|
||||
"success": "Skill '{name}' installed successfully",
|
||||
"error": "Failed to install skill: {error}"
|
||||
},
|
||||
"uninstall": {
|
||||
"success": "Skill '{name}' uninstalled",
|
||||
"error": "Failed to uninstall skill: {error}"
|
||||
},
|
||||
"refresh": {
|
||||
"success": "Skill list refreshed"
|
||||
},
|
||||
"details": {
|
||||
"comingSoon": "Details view coming soon"
|
||||
},
|
||||
"error": {
|
||||
"loadFailed": "Failed to load skills. Check network connection."
|
||||
},
|
||||
"empty": {
|
||||
"remote": {
|
||||
"title": "No Remote Skills",
|
||||
"description": "Remote skill repository is empty or unreachable."
|
||||
},
|
||||
"local": {
|
||||
"title": "No Local Skills",
|
||||
"description": "Add skills to ~/.ccw/skill-hub/local/ to share them."
|
||||
},
|
||||
"installed": {
|
||||
"title": "No Installed Skills",
|
||||
"description": "Install skills from Remote or Local tabs to use them."
|
||||
}
|
||||
},
|
||||
"installationInfo": "Installation Info",
|
||||
"installedTo": "Installed To",
|
||||
"installedAt": "Installed At",
|
||||
"latestVersion": "Latest Version"
|
||||
}
|
||||
|
||||
@@ -177,6 +177,9 @@
|
||||
"helpQuotes": "包含空格的值建议使用引号",
|
||||
"helpRestart": "修改后需要重启服务才能生效"
|
||||
},
|
||||
"downloadedModels": "已下载模型",
|
||||
"noConfiguredModels": "无已配置模型",
|
||||
"noLocalModels": "无已下载模型",
|
||||
"models": {
|
||||
"title": "模型管理",
|
||||
"searchPlaceholder": "搜索模型...",
|
||||
|
||||
@@ -1,42 +1,83 @@
|
||||
{
|
||||
"skillHub.title": "技能中心",
|
||||
"skillHub.description": "发现并安装社区共享的技能",
|
||||
"skillHub.source.remote": "远程",
|
||||
"skillHub.source.local": "本地",
|
||||
"skillHub.status.installed": "已安装",
|
||||
"skillHub.status.updateAvailable": "有更新",
|
||||
"skillHub.tabs.remote": "远程",
|
||||
"skillHub.tabs.local": "本地",
|
||||
"skillHub.tabs.installed": "已安装",
|
||||
"skillHub.stats.remote": "远程技能",
|
||||
"skillHub.stats.remoteDesc": "来自社区",
|
||||
"skillHub.stats.local": "本地技能",
|
||||
"skillHub.stats.localDesc": "本地共享",
|
||||
"skillHub.stats.installed": "已安装",
|
||||
"skillHub.stats.installedDesc": "使用中的技能",
|
||||
"skillHub.stats.updates": "更新",
|
||||
"skillHub.stats.updatesDesc": "有新版本可用",
|
||||
"skillHub.search.placeholder": "搜索技能...",
|
||||
"skillHub.filter.allCategories": "全部分类",
|
||||
"skillHub.actions.refresh": "刷新",
|
||||
"skillHub.actions.install": "安装",
|
||||
"skillHub.actions.installing": "安装中...",
|
||||
"skillHub.actions.update": "更新",
|
||||
"skillHub.actions.uninstall": "卸载",
|
||||
"skillHub.actions.viewDetails": "查看详情",
|
||||
"skillHub.card.tags": "标签",
|
||||
"skillHub.card.updated": "更新于: {date}",
|
||||
"skillHub.install.success": "技能 '{name}' 安装成功",
|
||||
"skillHub.install.error": "安装技能失败: {error}",
|
||||
"skillHub.uninstall.success": "技能 '{name}' 已卸载",
|
||||
"skillHub.uninstall.error": "卸载技能失败: {error}",
|
||||
"skillHub.refresh.success": "技能列表已刷新",
|
||||
"skillHub.details.comingSoon": "详情视图即将推出",
|
||||
"skillHub.error.loadFailed": "加载技能失败。请检查网络连接。",
|
||||
"skillHub.empty.remote.title": "暂无远程技能",
|
||||
"skillHub.empty.remote.description": "远程技能仓库为空或无法访问。",
|
||||
"skillHub.empty.local.title": "暂无本地技能",
|
||||
"skillHub.empty.local.description": "将技能添加到 ~/.ccw/skill-hub/local/ 即可共享。",
|
||||
"skillHub.empty.installed.title": "暂无已安装技能",
|
||||
"skillHub.empty.installed.description": "从远程或本地标签页安装技能以使用它们。"
|
||||
"title": "技能中心",
|
||||
"description": "发现并安装社区共享的技能",
|
||||
"links": "链接",
|
||||
"homepage": "主页",
|
||||
"license": "许可证",
|
||||
"source": {
|
||||
"remote": "远程",
|
||||
"local": "本地"
|
||||
},
|
||||
"status": {
|
||||
"installed": "已安装",
|
||||
"updateAvailable": "有更新"
|
||||
},
|
||||
"tabs": {
|
||||
"remote": "远程",
|
||||
"local": "本地",
|
||||
"installed": "已安装"
|
||||
},
|
||||
"stats": {
|
||||
"remote": "远程技能",
|
||||
"remoteDesc": "来自社区",
|
||||
"local": "本地技能",
|
||||
"localDesc": "本地共享",
|
||||
"installed": "已安装",
|
||||
"installedDesc": "使用中的技能",
|
||||
"updates": "更新",
|
||||
"updatesDesc": "有新版本可用"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "搜索技能..."
|
||||
},
|
||||
"filter": {
|
||||
"allCategories": "全部分类"
|
||||
},
|
||||
"actions": {
|
||||
"refresh": "刷新",
|
||||
"install": "安装",
|
||||
"installing": "安装中...",
|
||||
"update": "更新",
|
||||
"uninstall": "卸载",
|
||||
"viewDetails": "查看详情"
|
||||
},
|
||||
"card": {
|
||||
"tags": "标签",
|
||||
"updated": "更新于: {date}"
|
||||
},
|
||||
"install": {
|
||||
"success": "技能 '{name}' 安装成功",
|
||||
"error": "安装技能失败: {error}"
|
||||
},
|
||||
"uninstall": {
|
||||
"success": "技能 '{name}' 已卸载",
|
||||
"error": "卸载技能失败: {error}"
|
||||
},
|
||||
"refresh": {
|
||||
"success": "技能列表已刷新"
|
||||
},
|
||||
"details": {
|
||||
"comingSoon": "详情视图即将推出"
|
||||
},
|
||||
"error": {
|
||||
"loadFailed": "加载技能失败。请检查网络连接。"
|
||||
},
|
||||
"empty": {
|
||||
"remote": {
|
||||
"title": "暂无远程技能",
|
||||
"description": "远程技能仓库为空或无法访问。"
|
||||
},
|
||||
"local": {
|
||||
"title": "暂无本地技能",
|
||||
"description": "将技能添加到 ~/.ccw/skill-hub/local/ 即可共享。"
|
||||
},
|
||||
"installed": {
|
||||
"title": "暂无已安装技能",
|
||||
"description": "从远程或本地标签页安装技能以使用它们。"
|
||||
}
|
||||
},
|
||||
"installationInfo": "安装信息",
|
||||
"installedTo": "安装到",
|
||||
"installedAt": "安装时间",
|
||||
"latestVersion": "最新版本"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user