feat: 添加复制路径菜单项

This commit is contained in:
Baobhan Sith
2025-06-05 09:34:38 +08:00
parent 91992e694e
commit 44eafe730a
5 changed files with 65 additions and 76 deletions
+11 -8
View File
@@ -441,7 +441,8 @@
"copy": "Copy",
"cut": "Cut",
"paste": "Paste",
"openEditor": "Open Editor"
"openEditor": "Open Editor",
"copyPath": "Copy Path"
},
"contextMenu": {
"compress": "Compress",
@@ -495,16 +496,18 @@
"decompressErrorDetailed": "Decompression failed: {error}",
"commandNotFoundCompress": "Command '{command}' not found on server, cannot complete compression.",
"commandNotFoundDecompress": "Command '{command}' not found on server, cannot complete decompression.",
"genericCommandNotFound": "Command '{command}' not found on server, cannot complete '{operation}' operation."
"genericCommandNotFound": "Command '{command}' not found on server, cannot complete '{operation}' operation.",
"copyPathFailed": "Failed to copy path"
},
"notifications": {
"copySuccess": "Copy successful",
"moveSuccess": "Move successful",
"cdCommandSent": "CD command sent to terminal",
"compressSuccess": "Compressed {name} successfully",
"decompressSuccess": "Decompressed {name} successfully"
"copySuccess": "Copy successful",
"moveSuccess": "Move successful",
"cdCommandSent": "CD command sent to terminal",
"compressSuccess": "Compressed {name} successfully",
"decompressSuccess": "Decompressed {name} successfully",
"pathCopied": "Path copied to clipboard"
},
"warnings": {
"warnings": {
"moveSameDirectory": "Cannot cut and paste in the same directory."
},
"prompts": {