From 0ca559f1e1d4d66063ada75624c5cc7d74cbaaba Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Tue, 18 Jul 2023 15:34:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BF=AB=E9=80=9F=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=20(#1710?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/modules/en.ts | 1 + frontend/src/lang/modules/tw.ts | 1 + frontend/src/lang/modules/zh.ts | 1 + frontend/src/views/host/terminal/command/index.vue | 3 +++ 4 files changed, 6 insertions(+) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 19d117586..6c0c11858 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -763,6 +763,7 @@ const message = { fold: 'All contract', batchInput: 'Batch input', quickCommand: 'Quick command', + quickCommandHelper: 'Frequently used command list for quick selection at the bottom of the terminal interface', groupDeleteHelper: 'After the group is removed, all connections in the group will be migrated to the default group. Confirm the information', command: 'Command', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 527ec7429..aac0541da 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -737,6 +737,7 @@ const message = { fold: '全部收縮', batchInput: '批量輸入', quickCommand: '快速命令', + quickCommandHelper: '常用命令列表,用於在終端界面底部快速選擇', groupDeleteHelper: '移除組後,組內所有連接將遷移到 default 組內,是否確認', command: '命令', addHost: '添加主機', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 764bbd576..35c66af32 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -737,6 +737,7 @@ const message = { fold: '全部收缩', batchInput: '批量输入', quickCommand: '快速命令', + quickCommandHelper: '常用命令列表,用于在终端界面底部快速选择', groupDeleteHelper: '移除组后,组内所有连接将迁移到 default 组内,是否确认', command: '命令', addHost: '添加主机', diff --git a/frontend/src/views/host/terminal/command/index.vue b/frontend/src/views/host/terminal/command/index.vue index cd588ed6b..60eae23d9 100644 --- a/frontend/src/views/host/terminal/command/index.vue +++ b/frontend/src/views/host/terminal/command/index.vue @@ -1,6 +1,9 @@