refactor: SFTP (#351)

This commit is contained in:
hstyi
2025-03-13 16:33:57 +08:00
committed by GitHub
parent 422e9aac84
commit 79d0a9a348
77 changed files with 4083 additions and 2819 deletions

View File

@@ -111,6 +111,8 @@ termora.settings.keymap.already-exists=The shortcut [{0}] is already in use by [
termora.settings.sftp.edit-command=Edit Command
termora.settings.sftp.fixed-tab=Fixed tab
termora.settings.sftp.default-directory=Default Directory
termora.settings.sftp.preserve-time=Preserve original file modification time
termora.settings.restart.title=Restart
@@ -306,15 +308,14 @@ termora.transport.permissions.others=Others
termora.transport.sftp.retry=Retry
termora.transport.sftp.select-another-host=Select another host
termora.transport.sftp.select-host=Select host
termora.transport.sftp.connect-a-host=Connect to a Host
termora.transport.sftp.connecting=Connecting...
termora.transport.sftp.closed=The connection has been closed
termora.transport.sftp.close-tab=Transfer is still in activated status. Are you sure you want to remove all jobs and close this session?
termora.transport.sftp.status.transporting=Transporting
termora.transport.sftp.close-tab-has-active-session=Session is still active. Do you want to close all sessions?
termora.transport.sftp.status.transporting=In progress
termora.transport.sftp.status.waiting=Waiting
termora.transport.sftp.status.done=Done
termora.transport.sftp.status.failed=Failed
termora.transport.sftp.status.cancelled=Cancelled
# transport job
@@ -326,6 +327,10 @@ termora.transport.jobs.table.source-path=Source Path
termora.transport.jobs.table.target-path=Target Path
termora.transport.jobs.table.speed=Speed
termora.transport.jobs.table.estimated-time=Estimated time
termora.transport.jobs.table.estimated-time-days-format={0}d {1}h {2}m {3}s
termora.transport.jobs.table.estimated-time-hours-format={0}h {1}m {2}s
termora.transport.jobs.table.estimated-time-minutes-format={0}m {1}s
termora.transport.jobs.table.estimated-time-seconds-format={0}s
termora.transport.jobs.contextmenu.delete=${termora.remove}
termora.transport.jobs.contextmenu.delete-all=Delete All

View File

@@ -114,7 +114,8 @@ termora.settings.keymap.already-exists=快捷键 [{0}] 已经被 [{1}] 占用
termora.settings.sftp.edit-command=编辑命令
termora.settings.sftp.fixed-tab=固定标签
termora.settings.sftp.default-directory=默认目录
termora.settings.sftp.preserve-time=保留原始文件修改时间
# Welcome
termora.welcome.my-hosts=我的主机
@@ -283,16 +284,15 @@ termora.transport.table.contextmenu.rm-warning=使用 rm -rf 命令删除文件
termora.transport.sftp.retry=重试
termora.transport.sftp.select-another-host=选择其他主机
termora.transport.sftp.select-host=选择主机
termora.transport.sftp.connect-a-host=连接一个主机
termora.transport.sftp.connecting=连接中...
termora.transport.sftp.closed=连接已经关闭
termora.transport.sftp.close-tab=传输还处于活动状态,是否删除所有传输任务并关闭此会话?
termora.transport.sftp.close-tab-has-active-session=会话还处于活动状态,是否关闭所有会话?
termora.transport.sftp.status.transporting=传输中
termora.transport.sftp.status.waiting=等待中
termora.transport.sftp.status.done=已完成
termora.transport.sftp.status.failed=已失败
termora.transport.sftp.status.cancelled=已取消
# Permission
@@ -314,6 +314,10 @@ termora.transport.jobs.table.source-path=源路径
termora.transport.jobs.table.target-path=目标路径
termora.transport.jobs.table.speed=速度
termora.transport.jobs.table.estimated-time=剩余时间
termora.transport.jobs.table.estimated-time-days-format={0}天{1}小时{2}分{3}秒
termora.transport.jobs.table.estimated-time-hours-format={0}小时{1}分{2}秒
termora.transport.jobs.table.estimated-time-minutes-format={0}分{1}秒
termora.transport.jobs.table.estimated-time-seconds-format={0}秒
termora.transport.jobs.contextmenu.delete-all=删除所有

View File

@@ -64,6 +64,8 @@ termora.settings.keymap.already-exists=快捷鍵 [{0}] 已經被 [{1}] 占用
termora.settings.sftp.edit-command=編輯命令
termora.settings.sftp.fixed-tab=固定標籤
termora.settings.sftp.default-directory=預設目錄
termora.settings.sftp.preserve-time=保留原始文件修改時間
# Find everywhere
@@ -278,15 +280,14 @@ termora.transport.table.contextmenu.rm-warning=使用 rm -rf 命令刪除資料
termora.transport.sftp.retry=重試
termora.transport.sftp.select-another-host=選擇其他主機
termora.transport.sftp.select-host=選擇主機
termora.transport.sftp.connect-a-host=連接一個主機
termora.transport.sftp.connecting=連接中...
termora.transport.sftp.closed=連線已經關閉
termora.transport.sftp.close-tab=傳輸仍處於活動狀態,是否刪除所有傳輸任務並關閉此會話?
termora.transport.sftp.close-tab-has-active-session=會話仍處於活動狀態,是否關閉所有會話?
termora.transport.sftp.status.transporting=傳輸中
termora.transport.sftp.status.waiting=等待中
termora.transport.sftp.status.done=已完成
termora.transport.sftp.status.failed=已失敗
termora.transport.sftp.status.cancelled=已取消
# transport job
termora.transport.jobs.table.name=名稱
@@ -297,6 +298,10 @@ termora.transport.jobs.table.source-path=來源路徑
termora.transport.jobs.table.target-path=目標路徑
termora.transport.jobs.table.speed=速度
termora.transport.jobs.table.estimated-time=剩餘時間
termora.transport.jobs.table.estimated-time-days-format={0}天{1}小時{2}分{3}秒
termora.transport.jobs.table.estimated-time-hours-format={0}小時{1}分{2}秒
termora.transport.jobs.table.estimated-time-minutes-format={0}分{1}秒
termora.transport.jobs.table.estimated-time-seconds-format={0}秒
termora.transport.jobs.contextmenu.delete-all=刪除所有