feat: 实现连接测试功能 API 及前端调用
This commit is contained in:
@@ -35,7 +35,9 @@
|
||||
"actions": {
|
||||
"connect": "Connect",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete"
|
||||
"delete": "Delete",
|
||||
"test": "Test",
|
||||
"testing": "Testing..."
|
||||
},
|
||||
"form": {
|
||||
"title": "Add New Connection",
|
||||
@@ -77,6 +79,13 @@
|
||||
},
|
||||
"status": {
|
||||
"never": "Never"
|
||||
},
|
||||
"filterAllTags": "All Tags",
|
||||
"untaggedGroup": "Untagged",
|
||||
"noUntaggedConnections": "No untagged connections found.",
|
||||
"test": {
|
||||
"success": "Connection test successful!",
|
||||
"failed": "Connection test failed: {error}"
|
||||
}
|
||||
},
|
||||
"proxies": {
|
||||
|
||||
@@ -35,7 +35,9 @@
|
||||
"actions": {
|
||||
"connect": "连接",
|
||||
"edit": "编辑",
|
||||
"delete": "删除"
|
||||
"delete": "删除",
|
||||
"test": "测试",
|
||||
"testing": "测试中..."
|
||||
},
|
||||
"form": {
|
||||
"title": "添加新连接",
|
||||
@@ -77,6 +79,13 @@
|
||||
},
|
||||
"status": {
|
||||
"never": "从未"
|
||||
},
|
||||
"filterAllTags": "所有标签",
|
||||
"untaggedGroup": "未标记",
|
||||
"noUntaggedConnections": "没有未标记的连接。",
|
||||
"test": {
|
||||
"success": "连接测试成功!",
|
||||
"failed": "连接测试失败: {error}"
|
||||
}
|
||||
},
|
||||
"proxies": {
|
||||
|
||||
Reference in New Issue
Block a user