perf: Translate adhoc

pull/15529/head^2
wangruidong 2025-06-05 14:24:29 +08:00 committed by 老广
parent ea59677b13
commit 56268433e0
2 changed files with 10 additions and 3 deletions

View File

@ -237,5 +237,8 @@
"success": "Success", "success": "Success",
"system user": "System user", "system user": "System user",
"user": "User", "user": "User",
"VerificationFailed": "Verification failed" "VerificationFailed": "Verification failed",
"BatchCommands": "Batch commands",
"SendCommandPlaceholder": "Input command here..., Enter for new line, Ctrl+Enter to send",
"SelectCommand": "Please select the command to execute."
} }

View File

@ -168,7 +168,7 @@
"Search": "搜索", "Search": "搜索",
"Select account": "选择账号", "Select account": "选择账号",
"Send command": "发送命令", "Send command": "发送命令",
"Send text to all ssh terminals": "发送文本到所有ssh终端", "Send text to all ssh terminals": "发送给所有会话",
"Session": "会话", "Session": "会话",
"SessionIsBeingMonitored": "会话正在被监控", "SessionIsBeingMonitored": "会话正在被监控",
"Set reusable": "开启复用", "Set reusable": "开启复用",
@ -234,5 +234,9 @@
"success": "成功", "success": "成功",
"system user": "系统用户", "system user": "系统用户",
"user": "用户", "user": "用户",
"VerificationFailed": "校验失败" "VerificationFailed": "校验失败",
"Send": "发送",
"BatchCommands": "批量命令",
"SendCommandPlaceholder": "输入命令回车换行Ctrl+Enter 执行命令",
"SelectCommand": "请选择要执行的命令"
} }