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 @@