Skip to content

Commit

Permalink
perf: 修改终端切换提示
Browse files Browse the repository at this point in the history
  • Loading branch information
w940853815 authored and BaiJiangJie committed Jan 12, 2024
1 parent f228627 commit aa3b5cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/elements/content/content.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
(keydown.enter)="sendBatchCommand()"
[(ngModel)]="batchCommand"
maxlength="2048"
placeholder=" {{'Send text to all ssh terminals'| translate }} ..."
placeholder="{{ sendCommandRange=='all' ? ('Send text to all ssh terminals' | translate) : ('Send text to current ssh terminals' | translate) }}..."
spellcheck="false" tabindex="2"
title="{{'Send text to all ssh terminals'| translate }} ..."
title="{{ sendCommandRange=='all' ? ('Send text to all ssh terminals' | translate) : ('Send text to current ssh terminals' | translate) }} ..."
type="text"
>
<i
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"RDP resolution": "RDP resolution",
"RDP smart size": "RDP smart size",
"Send text to all ssh terminals": "Send text to all ssh terminals",
"Send text to current ssh terminals": "Send text to current ssh terminals",
"Switch to quick command": "Switch to quick command",
"Switch to input command": "Switch to input command",
"Not quick command": "Not quick command",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"RDP smart size": "RDP スマート・サイズ",
"RDP color quality": "RDP 色品質",
"Send text to all ssh terminals": "すべてのssh端末にテキストを送信します",
"Send text to current ssh terminals": "現在の SSH 端末にテキストを送信する",
"Switch to quick command": "クイックコマンドに切り替え",
"Switch to input command": "入力コマンドに切り替え",
"Not quick command": "非高速コマンド",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"RDP smart size": "RDP 智能大小",
"RDP color quality": "RDP 颜色质量",
"Send text to all ssh terminals": "发送文本到所有ssh终端",
"Send text to current ssh terminals": "发送文本到当前ssh终端",
"Switch to quick command": "切换到快捷命令",
"Switch to input command": "切换到输入命令",
"Not quick command": "暂无快捷命令",
Expand Down

0 comments on commit aa3b5cd

Please sign in to comment.