@@ -329,6 +329,13 @@
|
||||
"paste": "粘贴",
|
||||
"openEditor": "打开编辑器"
|
||||
},
|
||||
"contextMenu": {
|
||||
"compress": "压缩",
|
||||
"compressZip": "压缩为 zip",
|
||||
"compressTarGz": "压缩为 tar.gz",
|
||||
"compressTarBz2": "压缩为 ttar.bz2",
|
||||
"decompress": "解压"
|
||||
},
|
||||
"headers": {
|
||||
"type": "类型",
|
||||
"name": "名称",
|
||||
@@ -364,14 +371,25 @@
|
||||
"terminalManagerNotFound": "未找到终端管理器",
|
||||
"sendCommandFailed": "发送命令失败",
|
||||
"downloadDirectoryFailed": "下载文件夹失败",
|
||||
"downloadDirectoryNotImplemented": "服务器尚未实现文件夹下载功能。"
|
||||
},
|
||||
"notifications": {
|
||||
"copySuccess": "复制成功",
|
||||
"moveSuccess": "移动成功",
|
||||
"cdCommandSent": "CD 命令已发送到终端"
|
||||
},
|
||||
"warnings": {
|
||||
"downloadDirectoryNotImplemented": "服务器尚未实现文件夹下载功能。",
|
||||
"compressFailed": "压缩失败",
|
||||
"compressTimeout": "压缩超时",
|
||||
"compressErrorDetailed": "压缩失败: {error}",
|
||||
"decompressFailed": "解压失败",
|
||||
"decompressTimeout": "解压超时",
|
||||
"decompressErrorDetailed": "解压失败: {error}",
|
||||
"commandNotFoundCompress": "服务器上缺少 '{command}' 命令,无法完成压缩操作。",
|
||||
"commandNotFoundDecompress": "服务器上缺少 '{command}' 命令,无法完成解压操作。",
|
||||
"genericCommandNotFound": "服务器上缺少 '{command}' 命令,无法完成 '{operation}' 操作。"
|
||||
},
|
||||
"notifications": {
|
||||
"copySuccess": "复制成功",
|
||||
"moveSuccess": "移动成功",
|
||||
"cdCommandSent": "CD 命令已发送到终端",
|
||||
"compressSuccess": "压缩 {name} 成功",
|
||||
"decompressSuccess": "解压 {name} 成功"
|
||||
},
|
||||
"warnings": {
|
||||
"moveSameDirectory": "不能在同一目录下剪切和粘贴。"
|
||||
},
|
||||
"prompts": {
|
||||
|
||||
Reference in New Issue
Block a user