设置界面支持版本控制和github账号管理
This commit is contained in:
@@ -66,6 +66,7 @@
|
||||
"mcp": "MCP",
|
||||
"skills": "Skills",
|
||||
"shortcuts": "단축키",
|
||||
"version_control": "버전 관리",
|
||||
"system": "시스템"
|
||||
}
|
||||
},
|
||||
@@ -128,6 +129,55 @@
|
||||
"unknown": "업데이트에 실패했습니다. 잠시 후 다시 시도하세요."
|
||||
}
|
||||
},
|
||||
"VersionControlSettings": {
|
||||
"loading": "로딩 중...",
|
||||
"sectionTitle": "버전 관리",
|
||||
"sectionDescription": "Git 실행 파일을 설정하고 GitHub 계정을 관리합니다.",
|
||||
"gitTitle": "Git 설정",
|
||||
"gitDescription": "애플리케이션에서 사용할 Git 실행 파일을 설정합니다.",
|
||||
"gitDetected": "Git이 감지되었습니다",
|
||||
"gitNotFound": "시스템에서 Git을 찾을 수 없습니다",
|
||||
"gitVersion": "버전",
|
||||
"gitPath": "경로",
|
||||
"customGitPath": "사용자 지정 Git 경로",
|
||||
"customGitPathPlaceholder": "/usr/bin/git",
|
||||
"customGitPathHint": "비워두면 자동 감지된 경로를 사용합니다.",
|
||||
"test": "테스트",
|
||||
"testing": "테스트 중...",
|
||||
"testSuccess": "Git 실행 파일이 유효합니다.",
|
||||
"testFailed": "Git 테스트 실패: {message}",
|
||||
"save": "저장",
|
||||
"saving": "저장 중...",
|
||||
"saveSuccess": "Git 설정이 저장되었습니다.",
|
||||
"saveFailed": "저장 실패: {message}",
|
||||
"githubTitle": "GitHub 계정",
|
||||
"githubDescription": "인증용 GitHub 계정을 관리합니다. 토큰은 로컬에 저장됩니다.",
|
||||
"noAccounts": "설정된 GitHub 계정이 없습니다.",
|
||||
"addAccount": "계정 추가",
|
||||
"serverUrl": "서버 URL",
|
||||
"serverUrlPlaceholder": "https://github.com",
|
||||
"token": "개인 액세스 토큰",
|
||||
"tokenPlaceholder": "ghp_xxxxxxxxxxxx",
|
||||
"tokenHint": "GitHub → Settings → Developer settings → Personal access tokens에서 토큰을 생성하세요.",
|
||||
"validateAndAdd": "검증 및 추가",
|
||||
"validating": "검증 중...",
|
||||
"addSuccess": "계정 {username}이(가) 추가되었습니다.",
|
||||
"addFailed": "계정 추가 실패: {message}",
|
||||
"testConnection": "테스트",
|
||||
"connectionSuccess": "연결 성공.",
|
||||
"connectionFailed": "연결 실패: {message}",
|
||||
"setDefault": "기본값으로 설정",
|
||||
"defaultLabel": "기본",
|
||||
"defaultSet": "기본 계정이 업데이트되었습니다.",
|
||||
"removeAccount": "삭제",
|
||||
"removeConfirmTitle": "계정 삭제",
|
||||
"removeConfirmMessage": "계정 \"{username}\"을(를) 삭제하시겠습니까?",
|
||||
"removeConfirm": "삭제",
|
||||
"removeCancel": "취소",
|
||||
"removeSuccess": "계정이 삭제되었습니다.",
|
||||
"scopes": "범위",
|
||||
"loadFailed": "설정 로드 실패: {message}"
|
||||
},
|
||||
"ShortcutSettings": {
|
||||
"sectionTitle": "단축키",
|
||||
"resetDefault": "기본값으로 재설정",
|
||||
|
||||
Reference in New Issue
Block a user