fix: i18n and mcp test

This commit is contained in:
wangcham
2025-10-30 15:17:06 +00:00
parent f2647316a5
commit e17b0cf5c5
5 changed files with 96 additions and 5 deletions
+6
View File
@@ -310,6 +310,12 @@ const zhHans = {
connectionSuccess: '连接成功',
connectionFailed: '连接失败',
toolsFound: '个工具',
unknownError: '未知错误',
noToolsFound: '未找到任何工具',
parseResultFailed: '解析测试结果失败',
noResultReturned: '测试未返回结果',
getTaskFailed: '获取任务状态失败',
noTaskId: '未获取到任务ID',
deleteSuccess: '删除成功',
deleteError: '删除失败:',
saveSuccess: '保存成功',