mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
refactor: SFTP (#351)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user