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
@@ -307,6 +307,12 @@ const zhHant = {
connectionSuccess: '連接成功',
connectionFailed: '連接失敗',
toolsFound: '個工具',
unknownError: '未知錯誤',
noToolsFound: '未找到任何工具',
parseResultFailed: '解析測試結果失敗',
noResultReturned: '測試未返回結果',
getTaskFailed: '獲取任務狀態失敗',
noTaskId: '未獲取到任務ID',
deleteSuccess: '刪除成功',
deleteError: '刪除失敗:',
saveSuccess: '儲存成功',