|
| 1 | +{ |
| 2 | + "login": { |
| 3 | + "title": "NodePassDash", |
| 4 | + "subtitle": "Please enter your credentials", |
| 5 | + "username": "Username", |
| 6 | + "password": "Password", |
| 7 | + "usernamePlaceholder": "Enter your username", |
| 8 | + "passwordPlaceholder": "Enter your password", |
| 9 | + "submit": "Sign In", |
| 10 | + "submitting": "Signing in...", |
| 11 | + "divider": "Or sign in with", |
| 12 | + "dividerLoginDisabled": "Please sign in with", |
| 13 | + "githubLogin": "Sign in with GitHub", |
| 14 | + "cloudflareLogin": "Sign in with Cloudflare", |
| 15 | + "systemError": "System Configuration Error", |
| 16 | + "systemErrorMessage": "System configuration error: Password login is disabled but OAuth2 is not configured. Please contact the administrator" |
| 17 | + }, |
| 18 | + "error": { |
| 19 | + "loginFailed": "Login failed", |
| 20 | + "networkError": "Network error, please try again later", |
| 21 | + "invalidCredentials": "Invalid username or password", |
| 22 | + "unauthorized": "Unauthorized", |
| 23 | + "sessionExpired": "Session expired, please sign in again" |
| 24 | + }, |
| 25 | + "oauth": { |
| 26 | + "error": "OAuth login failed", |
| 27 | + "cancelled": "Authorization cancelled by user", |
| 28 | + "stateMismatch": "State verification failed", |
| 29 | + "configError": "OAuth configuration error" |
| 30 | + }, |
| 31 | + "logout": { |
| 32 | + "title": "Sign Out", |
| 33 | + "confirm": "Are you sure you want to sign out?", |
| 34 | + "success": "Signed out successfully" |
| 35 | + } |
| 36 | +} |
0 commit comments