Skip to content

Commit 4823643

Browse files
committed
refactor: Optimize data source timeout text
1 parent 0dd6536 commit 4823643

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frontend/src/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
"success": "Connect success",
388388
"failed": "Connect failed"
389389
},
390-
"timeout": "Timeout(second)",
390+
"timeout": "Connection Timeout(second)",
391391
"address": "Address",
392392
"low_version": "Compatible with lower versions"
393393
},

frontend/src/i18n/ko-KR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
"success": "연결 성공",
388388
"failed": "연결 실패"
389389
},
390-
"timeout": "쿼리 시간 초과(초)",
390+
"timeout": "연결 시간 초과(초)",
391391
"address": "주소",
392392
"low_version": "낮은 버전 호환"
393393
},

frontend/src/i18n/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
"success": "连接成功",
388388
"failed": "连接失败"
389389
},
390-
"timeout": "查询超时(秒)",
390+
"timeout": "连接超时(秒)",
391391
"address": "地址",
392392
"low_version": "兼容低版本"
393393
},

0 commit comments

Comments
 (0)