{ "form": { "title": "Login Panel", "description": "Access the unified admin console with your API Key", "apiKeyLabel": "API Key", "showPassword": "Show password", "hidePassword": "Hide password" }, "login": { "title": "Login", "description": "Enter your admin token to access the system", "tokenLabel": "Admin Token", "tokenPlaceholder": "Enter your admin token", "submitButton": "Login", "loggingIn": "Logging in...", "success": "Login successful", "error": "Login failed, please verify your token" }, "logout": { "confirm": "Are you sure you want to log out?", "success": "Logged out successfully" }, "placeholders": { "apiKeyExample": "e.g. sk-xxxxxxxx" }, "brand": { "tagline": "Unified API management console" }, "actions": { "enterConsole": "Enter Console", "viewUsageDoc": "View Usage Documentation" }, "security": { "cookieWarningTitle": "Cookie Security Warning", "cookieWarningDescription": "You are accessing the system via HTTP. Browser security policies may prevent Cookie from being set, causing login to fail.", "solutionTitle": "Solutions:", "useHttps": "Use HTTPS to access the system (recommended)", "disableSecureCookies": "Set ENABLE_SECURE_COOKIES=false in .env (reduces security)", "privacyNote": "Please use your API Key to log in to the admin panel" }, "errors": { "loginFailed": "Login failed", "networkError": "Network error, please try again later", "invalidToken": "Invalid authentication token", "tokenRequired": "Authentication token is required", "sessionExpired": "Your session has expired, please log in again", "unauthorized": "Unauthorized, please log in first", "apiKeyRequired": "Please enter API Key", "apiKeyInvalidOrExpired": "API Key is invalid or expired", "serverError": "Login failed, please try again later" } }