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} aktiv, {stoppedCount} container gestoppt.",
"dockerStatusRunningFmt": "{count} Container aktiv",
"download": "Download",
"downloadStatus": "{percent}% von {size}",
"edit": "Bearbeiten",
"editVirtKeys": "Virtuelle Tasten bearbeiten",
"editor": "Editor",
@@ -137,6 +136,7 @@
"open": "Öffnen",
"paste": "Einfügen",
"path": "Pfad",
"percentOfSize": "{percent}% von {size}",
"pickFile": "Datei wählen",
"pingAvg": "Avg:",
"pingInputIP": "Bitte gib eine Ziel-IP/Domain ein.",
@@ -176,6 +176,7 @@
"serverTabUnkown": "Unbekannter Status",
"setting": "Einstellungen",
"sftpDlPrepare": "Verbindung vorbereiten...",
"sftpRmrfDir": "Verwenden Sie `rm -rf`, um das Verzeichnis auf SFTP zu löschen",
"sftpSSHConnected": "SFTP Verbunden",
"showDistLogo": "Distributionslogo anzeigen",
"snippet": "Snippet",

View File

@@ -53,7 +53,6 @@
"dockerStatusRunningAndStoppedFmt": "{runningCount} running, {stoppedCount} container stopped.",
"dockerStatusRunningFmt": "{count} container running.",
"download": "Download",
"downloadStatus": "{percent}% of {size}",
"edit": "Edit",
"editVirtKeys": "Edit virtual keys",
"editor": "Editor",
@@ -137,6 +136,7 @@
"open": "Open",
"paste": "Paste",
"path": "Path",
"percentOfSize": "{percent}% of {size}",
"pickFile": "Pick file",
"pingAvg": "Avg:",
"pingInputIP": "Please input a target IP / domain.",
@@ -176,6 +176,7 @@
"serverTabUnkown": "Unknown state",
"setting": "Settings",
"sftpDlPrepare": "Preparing to connect...",
"sftpRmrfDir": "Use `rm -rf` to delete dir on SFTP",
"sftpSSHConnected": "SFTP Connected",
"showDistLogo": "Show distribution logo",
"snippet": "Snippet",

View File

@@ -53,7 +53,6 @@
"dockerStatusRunningAndStoppedFmt": "{runningCount} running, {stoppedCount} container stopped.",
"dockerStatusRunningFmt": "{count} wadah berjalan.",
"download": "Unduh",
"downloadStatus": "{percent}% dari {size}",
"edit": "Edit",
"editVirtKeys": "Edit kunci virtual",
"editor": "Editor",
@@ -137,6 +136,7 @@
"open": "Membuka",
"paste": "Tempel",
"path": "Jalur",
"percentOfSize": "{percent}% dari {size}",
"pickFile": "Pilih file",
"pingAvg": "Rata -rata:",
"pingInputIP": "Harap masukkan IP / domain target.",
@@ -176,6 +176,7 @@
"serverTabUnkown": "Negara yang tidak diketahui",
"setting": "Pengaturan",
"sftpDlPrepare": "Bersiap untuk terhubung ...",
"sftpRmrfDir": "Gunakan `rm -rf` untuk menghapus direktori di SFTP",
"sftpSSHConnected": "Sftp terhubung",
"showDistLogo": "Tampilkan logo distribusi",
"snippet": "Snippet",

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": "代码片段",

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": "程式片段",