支持实时处理Git凭证

This commit is contained in:
itpkcn@gmail.com
2026-03-21 13:20:46 +08:00
parent 59327f6e02
commit aaad19adb5
20 changed files with 919 additions and 40 deletions

View File

@@ -57,6 +57,26 @@
"clone": "Clone"
}
},
"GitCredentialDialog": {
"title": "Authentication Required",
"description": "The remote server requires credentials. Enter your username and password (or personal access token).",
"username": "Username",
"usernamePlaceholder": "Username or email",
"password": "Password / Token",
"passwordPlaceholder": "Password or personal access token",
"passwordHint": "For non-GitHub servers, enter your username and password.",
"cancel": "Cancel",
"authenticate": "Authenticate",
"authenticating": "Authenticating...",
"invalidCredentials": "Invalid credentials. Please try again.",
"saveCredentials": "Save credentials for future operations",
"githubTitle": "GitHub Authentication",
"githubDescription": "Enter a personal access token to authenticate with GitHub. The token will be validated and saved to your accounts.",
"githubToken": "Personal Access Token",
"githubTokenPlaceholder": "ghp_xxxxxxxxxxxx",
"githubTokenHint": "Generate a token at GitHub → Settings → Developer settings → Personal access tokens.",
"githubAuthenticate": "Validate & Connect"
},
"SettingsShell": {
"title": "Settings",
"preferences": "Preferences",