mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
feat: SFTP file exists and prompts to overwrite (#426)
This commit is contained in:
@@ -293,6 +293,19 @@ 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=操作
|
||||
|
||||
|
||||
|
||||
|
||||
# Permission
|
||||
termora.transport.permissions=更改权限
|
||||
termora.transport.permissions.file-folder-permissions=文件/文件夹权限
|
||||
|
||||
Reference in New Issue
Block a user