improved sftp

This commit is contained in:
lollipopkit
2022-12-20 15:11:22 +08:00
parent 6bda94bd7b
commit 599bd2cfd3
12 changed files with 170 additions and 89 deletions

View File

@@ -141,5 +141,7 @@
"preview": "Preview",
"isBusy": "Is busy now",
"imagesList": "Images list",
"dockerImagesFmt": "{count} images"
"dockerImagesFmt": "{count} images",
"path": "Path",
"goto": "Go to"
}

View File

@@ -141,5 +141,7 @@
"preview": "预览",
"isBusy": "当前正忙",
"imagesList": "镜像列表",
"dockerImagesFmt": "共 {count} 个镜像"
"dockerImagesFmt": "共 {count} 个镜像",
"path": "路径",
"goto": "前往"
}