mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-31 00:40:46 +02:00
Co-authored-by: Lambda <lambda@multica.ai> Co-authored-by: multica-agent <github@multica.ai>
48 lines
1.5 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|