fix & opt
- sftp download unknown spent time - shareFiles return bool
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
"downloadStatus": "{percent}% of {size}",
|
||||
"sftpDlPrepare": "Preparing to connect...",
|
||||
"sftpSSHConnected": "SFTP Connected",
|
||||
"spentTime": "Spent time: {time} seconds",
|
||||
"spentTime": "Spent time: {time}",
|
||||
"backDir": "Back",
|
||||
"alreadyLastDir": "Already in last directory.",
|
||||
"open": "Open",
|
||||
@@ -104,5 +104,7 @@
|
||||
"createFile": "Create file",
|
||||
"rename": "Rename",
|
||||
"dl2Local": "Download [{fileName}] to local?",
|
||||
"error": "Error"
|
||||
"error": "Error",
|
||||
"disconnected": "Disconnected",
|
||||
"files": "Files"
|
||||
}
|
||||
@@ -84,7 +84,7 @@
|
||||
"downloadStatus": "{size} 的 {percent}%",
|
||||
"sftpDlPrepare": "准备连接至服务器...",
|
||||
"sftpSSHConnected": "SFTP 已连接,即将开始下载...",
|
||||
"spentTime": "耗时: {time} 秒",
|
||||
"spentTime": "耗时: {time}",
|
||||
"backDir": "返回上一级",
|
||||
"alreadyLastDir": "已经是最上层目录了",
|
||||
"open": "打开",
|
||||
@@ -104,5 +104,7 @@
|
||||
"createFile": "创建文件",
|
||||
"rename": "重命名",
|
||||
"dl2Local": "下载 [{fileName}] 到本地?",
|
||||
"error": "出错了"
|
||||
"error": "出错了",
|
||||
"disconnected": "连接断开",
|
||||
"files": "文件"
|
||||
}
|
||||
Reference in New Issue
Block a user