优化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": "存取 Token",
"tokenHint": "Web 用戶端首次存取時需輸入此 Token"
},
"DirectoryBrowser": {
"title": "瀏覽目錄",
"pathPlaceholder": "輸入目錄路徑...",
"goHome": "回到主目錄",
"navigateUp": "返回上層目錄",
"select": "選擇",
"cancel": "取消",
"loading": "載入中...",
"emptyDirectory": "此目錄為空",
"errorLoadingDir": "載入目錄失敗",
"permissionDenied": "權限不足"
}
}