Files
multica/packages/views/locales/ko/auth.json
Jiayuan Zhang b1d5fa4ff7 fix(auth): remove OR divider from the sign-in card (MUL-5105) (#5722)
Co-authored-by: Lambda <lambda@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
2026-07-21 17:40:29 +08:00

48 lines
1.8 KiB
JSON

{
"signin": {
"title": "Multica에 로그인",
"description": "로그인 코드를 받을 이메일을 입력하세요",
"continue": "계속",
"sending": "코드 전송 중...",
"google": "Google로 계속"
},
"verify": {
"title": "이메일을 확인하세요",
"description": "{{email}}로 인증 코드를 보냈습니다",
"resend": "코드 다시 보내기",
"resend_cooldown": "{{seconds}}초 후 다시 보내기"
},
"cli": {
"title": "CLI 승인",
"description": "CLI가 {{email}} 계정으로 Multica에 접근하도록 허용합니다",
"authorize": "승인",
"authorizing": "승인 중...",
"different_account": "다른 계정 사용"
},
"common": {
"back": "뒤로",
"email": "이메일",
"email_placeholder": "you@example.com",
"email_required": "이메일은 필수입니다"
},
"errors": {
"server_unreachable": "서버가 실행 중인지 확인하세요.",
"send_failed": "코드 전송에 실패했습니다.",
"resend_failed": "코드를 다시 보내지 못했습니다",
"code_invalid": "코드가 잘못되었거나 만료되었습니다",
"cli_auth_failed": "CLI 승인에 실패했습니다. 다시 로그인하세요."
},
"web": {
"prefer_desktop": "데스크톱 앱을 선호하시나요?",
"download": "다운로드",
"desktop_handoff": {
"preparing": "데스크톱 로그인 준비 중...",
"opening_title": "Multica 여는 중",
"opening_description": "Multica 데스크톱 앱을 열라는 메시지가 표시됩니다. 아무 일도 일어나지 않으면 아래 버튼을 클릭하세요.",
"open_button": "Multica Desktop 열기",
"failed_title": "로그인 실패",
"prepare_failed": "데스크톱 로그인을 준비하지 못했습니다"
}
}
}