newexpand-autopr
Version:
GitHub PR Automation CLI Tool with AI
35 lines (34 loc) • 1.75 kB
JSON
{
"device_flow": {
"initializing": "GitHub OAuth 디바이스 플로우를 초기화합니다...",
"client_id": "OAuth 클라이언트 ID 사용: {{clientId}}",
"request_data": "디바이스 코드 요청 데이터:",
"response_status": "디바이스 코드 응답 상태: {{status}}",
"response_headers": "디바이스 코드 응답 헤더:",
"response_data": "디바이스 코드 응답 데이터:",
"error_response": "디바이스 코드 요청 실패:",
"init_failed": "디바이스 플로우 초기화 실패 (상태: {{status}}): {{error}}"
},
"token": {
"request_failed": "액세스 토큰 요청 실패 (상태: {{status}})",
"expired": "OAuth 디바이스 코드가 만료되었습니다. 다시 시도해 주세요.",
"error": "OAuth 오류: {{error}}",
"missing": "GitHub에서 액세스 토큰을 받지 못했습니다."
},
"auth": {
"starting": "GitHub OAuth 인증을 시작합니다...",
"instructions": "아래 단계를 따라 인증을 진행해 주세요:",
"open_url": "브라우저에서 다음 URL을 여세요: {{url}}",
"enter_code": "다음 코드를 입력하세요: {{code}}",
"browser_open_failed": "브라우저를 자동으로 열지 못했습니다. URL을 직접 여세요.",
"waiting": "인증이 완료될 때까지 기다리는 중...",
"time_limit": "약 {{minutes}}분 이내에 인증을 완료해 주세요.",
"success": "GitHub OAuth 인증이 성공적으로 완료되었습니다!",
"failed": "GitHub OAuth 인증에 실패했습니다: {{error}}"
},
"ui": {
"auth_guide_title": "🔐 GitHub 인증 안내",
"auth_steps_title": "📋 인증 단계",
"auth_waiting_title": "⏳ 인증 대기 중"
}
}