|
72 | 72 | "form": { |
73 | 73 | "or": "or", |
74 | 74 | "operator": "Action", |
75 | | - "exist_account": "Already have an account?", |
| 75 | + "exist_account": "Already have an account? ", |
76 | 76 | "invalid_request": "Invalid request parameters", |
77 | 77 | "username": "Username", |
78 | 78 | "username_min": "Username must be at least 2 characters", |
|
105 | 105 | "submit": "Save", |
106 | 106 | "button": "Send Invitation", |
107 | 107 | "success": "Invitation sent", |
108 | | - "add_namespace": "Add namespace" |
| 108 | + "add_namespace": "Add namespace", |
| 109 | + "please_login_first": "Please log in first to accept this invitation", |
| 110 | + "user_mismatch": "This invitation is for {{ username }}", |
| 111 | + "user_mismatch_generic": "This invitation is for another user" |
109 | 112 | }, |
110 | 113 | "namespace": { |
111 | 114 | "add": "Add Namespace", |
|
122 | 125 | "product_name": "OmniBox", |
123 | 126 | "logout": "Logout", |
124 | 127 | "submit": "Login", |
| 128 | + "continue": "Continue", |
| 129 | + "use_password": "Use password", |
| 130 | + "use_email": "Use email code", |
| 131 | + "sign_up": "Sign Up", |
| 132 | + "error_sending_otp": "Failed to send verification code", |
| 133 | + "email_not_exists": "This email doesn't exist. Please sign up to continue.", |
125 | 134 | "title": "Login to your account", |
126 | 135 | "description": "Enter your email below to login your account", |
127 | 136 | "authorizing": "Authorizing, please wait...", |
|
141 | 150 | "description": "Enter your information to create an account", |
142 | 151 | "submit": "Sign Up", |
143 | 152 | "success": "Registration successful, please check your email to activate your account", |
| 153 | + "error_sending_otp": "Failed to send verification code", |
| 154 | + "email_already_exists": "This email is already registered. Please login to continue.", |
144 | 155 | "conform_title": "Complete Account Creation", |
145 | 156 | "conform_description": "Enter your information to complete account creation" |
146 | 157 | }, |
| 158 | + "verify_otp": { |
| 159 | + "title": "Enter verification code", |
| 160 | + "description": "We sent a 6-digit code to", |
| 161 | + "didnt_receive": "Didn't receive the code?", |
| 162 | + "resend": "Resend code", |
| 163 | + "resending": "Sending...", |
| 164 | + "resend_countdown": "Resend in {{seconds}}s", |
| 165 | + "resend_success": "Code sent successfully", |
| 166 | + "error_resend": "Failed to resend code", |
| 167 | + "error_invalid_code": "Invalid verification code", |
| 168 | + "error_invalid_code_with_attempts": "Invalid verification code. {{remaining}} attempts remaining.", |
| 169 | + "error_expired_code": "Verification code has expired", |
| 170 | + "error_too_many_attempts": "Too many failed attempts. Please request a new code.", |
| 171 | + "error_too_many_otp_requests": "Too many OTP requests. Please try again in {{minutes}} minutes.", |
| 172 | + "error_magic_link": "Invalid or expired magic link", |
| 173 | + "open_email": "Open email app", |
| 174 | + "back_to_login": "Back to login", |
| 175 | + "verifying": "Verifying...", |
| 176 | + "verifying_description": "Please wait..." |
| 177 | + }, |
| 178 | + "accept_invite": { |
| 179 | + "accepting": "Accepting invitation...", |
| 180 | + "accepting_description": "Creating your account and joining the space", |
| 181 | + "error_accept": "Failed to accept invitation. The link may be expired or invalid.", |
| 182 | + "error_title": "Invitation Error", |
| 183 | + "back_to_login": "Back to login" |
| 184 | + }, |
147 | 185 | "password": { |
148 | 186 | "title": "Reset Password", |
149 | 187 | "description": "Enter your email address and we'll send you a link to reset your password", |
|
0 commit comments