Files
multica/packages/views/locales/en/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.5 KiB
JSON

{
"signin": {
"title": "Sign in to Multica",
"description": "Enter your email to get a login code",
"continue": "Continue",
"sending": "Sending code...",
"google": "Continue with Google"
},
"verify": {
"title": "Check your email",
"description": "We sent a verification code to {{email}}",
"resend": "Resend code",
"resend_cooldown": "Resend in {{seconds}}s"
},
"cli": {
"title": "Authorize CLI",
"description": "Allow the CLI to access Multica as {{email}}",
"authorize": "Authorize",
"authorizing": "Authorizing...",
"different_account": "Use a different account"
},
"common": {
"back": "Back",
"email": "Email",
"email_placeholder": "you@example.com",
"email_required": "Email is required"
},
"errors": {
"server_unreachable": "Make sure the server is running.",
"send_failed": "Failed to send code.",
"resend_failed": "Failed to resend code",
"code_invalid": "Invalid or expired code",
"cli_auth_failed": "Failed to authorize CLI. Please log in again."
},
"web": {
"prefer_desktop": "Prefer the desktop app?",
"download": "Download",
"desktop_handoff": {
"preparing": "Preparing Desktop sign-in...",
"opening_title": "Opening Multica",
"opening_description": "You should see a prompt to open the Multica desktop app. If nothing happens, click the button below.",
"open_button": "Open Multica Desktop",
"failed_title": "Sign-in Failed",
"prepare_failed": "Failed to prepare Desktop sign-in"
}
}
}