支持实时处理Git凭证
This commit is contained in:
@@ -57,6 +57,26 @@
|
||||
"clone": "클론"
|
||||
}
|
||||
},
|
||||
"GitCredentialDialog": {
|
||||
"title": "인증 필요",
|
||||
"description": "원격 서버에서 자격 증명을 요구합니다. 사용자 이름과 비밀번호(또는 개인 액세스 토큰)를 입력하세요.",
|
||||
"username": "사용자 이름",
|
||||
"usernamePlaceholder": "사용자 이름 또는 이메일",
|
||||
"password": "비밀번호 / 토큰",
|
||||
"passwordPlaceholder": "비밀번호 또는 개인 액세스 토큰",
|
||||
"passwordHint": "서버의 사용자 이름과 비밀번호를 입력하세요.",
|
||||
"cancel": "취소",
|
||||
"authenticate": "인증",
|
||||
"authenticating": "인증 중...",
|
||||
"invalidCredentials": "자격 증명이 유효하지 않습니다. 다시 시도하세요.",
|
||||
"saveCredentials": "향후 작업을 위해 자격 증명 저장",
|
||||
"githubTitle": "GitHub 인증",
|
||||
"githubDescription": "개인 액세스 토큰을 입력하여 GitHub에 연결합니다. 토큰 확인 후 계정에 자동으로 저장됩니다.",
|
||||
"githubToken": "개인 액세스 토큰",
|
||||
"githubTokenPlaceholder": "ghp_xxxxxxxxxxxx",
|
||||
"githubTokenHint": "GitHub → Settings → Developer settings → Personal access tokens에서 토큰을 생성하세요.",
|
||||
"githubAuthenticate": "확인 및 연결"
|
||||
},
|
||||
"SettingsShell": {
|
||||
"title": "설정",
|
||||
"preferences": "환경설정",
|
||||
|
||||
Reference in New Issue
Block a user