feat: SFTP file exists and prompts to overwrite (#426)

This commit is contained in:
hstyi
2025-03-29 13:41:02 +08:00
committed by GitHub
parent 614514c87e
commit 09b3655c4e
10 changed files with 252 additions and 34 deletions

View File

@@ -287,6 +287,16 @@ termora.transport.sftp.status.waiting=等待中
termora.transport.sftp.status.done=已完成
termora.transport.sftp.status.failed=已失敗
termora.transport.sftp.already-exists.message1=此資料夾已包含一下名稱的對象
termora.transport.sftp.already-exists.message2=請選擇要執行的操作
termora.transport.sftp.already-exists.overwrite=覆蓋
termora.transport.sftp.already-exists.skip=跳過
termora.transport.sftp.already-exists.apply-all=應用全部
termora.transport.sftp.already-exists.name=名稱
termora.transport.sftp.already-exists.destination=目標文件
termora.transport.sftp.already-exists.source=原始檔
termora.transport.sftp.already-exists.actions=操作
# transport job
termora.transport.jobs.table.name=名稱
termora.transport.jobs.table.status=狀態