diff --git a/apps/i18n/luna/en.json b/apps/i18n/luna/en.json index dc30b6416..cd3909673 100644 --- a/apps/i18n/luna/en.json +++ b/apps/i18n/luna/en.json @@ -237,5 +237,8 @@ "success": "Success", "system user": "System 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." } \ No newline at end of file diff --git a/apps/i18n/luna/zh.json b/apps/i18n/luna/zh.json index 6a6e12b57..00314fdb3 100644 --- a/apps/i18n/luna/zh.json +++ b/apps/i18n/luna/zh.json @@ -168,7 +168,7 @@ "Search": "搜索", "Select account": "选择账号", "Send command": "发送命令", - "Send text to all ssh terminals": "发送文本到所有ssh终端", + "Send text to all ssh terminals": "发送给所有会话", "Session": "会话", "SessionIsBeingMonitored": "会话正在被监控", "Set reusable": "开启复用", @@ -234,5 +234,9 @@ "success": "成功", "system user": "系统用户", "user": "用户", - "VerificationFailed": "校验失败" + "VerificationFailed": "校验失败", + "Send": "发送", + "BatchCommands": "批量命令", + "SendCommandPlaceholder": "输入命令,回车换行,Ctrl+Enter 执行命令", + "SelectCommand": "请选择要执行的命令" } \ No newline at end of file