优化web/server模式下的目录选择,现在支持目录树选择,而不是硬文本写入

This commit is contained in:
xintaofei
2026-03-30 14:59:23 +08:00
parent 9b9169f61d
commit 8d393b3b4f
23 changed files with 1077 additions and 344 deletions

View File

@@ -56,7 +56,8 @@
"directoryPlaceholder": "保存先ディレクトリを選択...",
"browseDirectory": "ディレクトリを参照",
"cancel": "キャンセル",
"clone": "クローン"
"clone": "クローン",
"clonePath": "クローンパス: {path}"
}
},
"GitCredentialDialog": {
@@ -1657,5 +1658,17 @@
"addressLabel": "アクセスアドレス",
"tokenLabel": "アクセストークン",
"tokenHint": "Webクライアントの初回アクセス時にこのトークンを入力してください"
},
"DirectoryBrowser": {
"title": "ディレクトリを参照",
"pathPlaceholder": "ディレクトリパスを入力...",
"goHome": "ホームディレクトリへ",
"navigateUp": "親ディレクトリへ",
"select": "選択",
"cancel": "キャンセル",
"loading": "読み込み中...",
"emptyDirectory": "このディレクトリは空です",
"errorLoadingDir": "ディレクトリの読み込みに失敗しました",
"permissionDenied": "アクセス権がありません"
}
}