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": {
+6 -3
View File
@@ -379,7 +379,8 @@
"rename": "名前を変更",
"save": "保存",
"upload": "アップロード",
"uploadFile": "ファイルをアップロード"
"uploadFile": "ファイルをアップロード",
"copyPath": "パスをコピー"
},
"contextMenu": {
"compress": "圧縮",
@@ -426,7 +427,8 @@
"decompressErrorDetailed": "解凍に失敗しました: {error}",
"commandNotFoundCompress": "サーバーにコマンド '{command}' が見つからないため、圧縮操作を完了できません。",
"commandNotFoundDecompress": "サーバーにコマンド '{command}' が見つからないため、解凍操作を完了できません。",
"genericCommandNotFound": "サーバーにコマンド '{command}' が見つからないため、'{operation}' 操作を完了できません。"
"genericCommandNotFound": "サーバーにコマンド '{command}' が見つからないため、'{operation}' 操作を完了できません。",
"copyPathFailed": "パスのコピーに失敗しました"
},
"headers": {
"modified": "変更日",
@@ -443,7 +445,8 @@
"copySuccess": "コピーに成功しました",
"moveSuccess": "移動に成功しました",
"compressSuccess": "{name} を正常に圧縮しました",
"decompressSuccess": "{name} を正常に解凍しました"
"decompressSuccess": "{name} を正常に解凍しました",
"pathCopied": "パスがクリップボードにコピーされました"
},
"prompts": {
"confirmDeleteFile": "ファイル \"{name}\" を削除しますか?この操作は元に戻せません。",
+10 -7
View File
@@ -441,7 +441,8 @@
"copy": "复制",
"cut": "剪切",
"paste": "粘贴",
"openEditor": "打开编辑器"
"openEditor": "打开编辑器",
"copyPath": "复制路径"
},
"contextMenu": {
"compress": "压缩",
@@ -495,14 +496,16 @@
"decompressErrorDetailed": "解压失败: {error}",
"commandNotFoundCompress": "服务器上缺少 '{command}' 命令,无法完成压缩操作。",
"commandNotFoundDecompress": "服务器上缺少 '{command}' 命令,无法完成解压操作。",
"genericCommandNotFound": "服务器上缺少 '{command}' 命令,无法完成 '{operation}' 操作。"
"genericCommandNotFound": "服务器上缺少 '{command}' 命令,无法完成 '{operation}' 操作。",
"copyPathFailed": "复制路径失败"
},
"notifications": {
"copySuccess": "复制成功",
"moveSuccess": "移动成功",
"cdCommandSent": "CD 命令已发送到终端",
"compressSuccess": "压缩 {name} 成功",
"decompressSuccess": "解压 {name} 成功"
"copySuccess": "复制成功",
"moveSuccess": "移动成功",
"cdCommandSent": "CD 命令已发送到终端",
"compressSuccess": "压缩 {name} 成功",
"decompressSuccess": "解压 {name} 成功",
"pathCopied": "路径已复制到剪贴板"
},
"warnings": {
"moveSameDirectory": "不能在同一目录下剪切和粘贴。"