new & fix

- new: switch of sftp `rm -rf` dir
- fix: sftp upload
- fix: sftp uploading progress
- opt.: editor will save content if is editing file
This commit is contained in:
lollipopkit
2023-08-27 00:10:01 +08:00
parent 65de4a8ca5
commit 7abadfb5a6
18 changed files with 129 additions and 74 deletions

View File

@@ -53,7 +53,6 @@
"dockerStatusRunningAndStoppedFmt": "{runningCount}個正在運行, {stoppedCount}個已停止",
"dockerStatusRunningFmt": "{count}個容器正在運行",
"download": "下載",
"downloadStatus": "{size} 的 {percent}%",
"edit": "編輯",
"editVirtKeys": "編輯虛擬按鍵",
"editor": "編輯器",
@@ -137,6 +136,7 @@
"open": "打開",
"paste": "貼上",
"path": "路徑",
"percentOfSize": "{size} 的 {percent}%",
"pickFile": "選擇文件",
"pingAvg": "平均:",
"pingInputIP": "請輸入目標IP或域名",
@@ -176,6 +176,7 @@
"serverTabUnkown": "未知狀態",
"setting": "設置",
"sftpDlPrepare": "準備連接至服務器...",
"sftpRmrfDir": "在 SFTP 中使用 `rm -rf` 刪除文件夾",
"sftpSSHConnected": "SFTP 已連接...",
"showDistLogo": "顯示發行版 Logo",
"snippet": "程式片段",