auth.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "form": {
  3. "title": "Login Panel",
  4. "description": "Access the unified admin console with your API Key",
  5. "apiKeyLabel": "API Key",
  6. "showPassword": "Show password",
  7. "hidePassword": "Hide password"
  8. },
  9. "login": {
  10. "title": "Login",
  11. "description": "Enter your admin token to access the system",
  12. "tokenLabel": "Admin Token",
  13. "tokenPlaceholder": "Enter your admin token",
  14. "submitButton": "Login",
  15. "loggingIn": "Logging in...",
  16. "success": "Login successful",
  17. "error": "Login failed, please verify your token"
  18. },
  19. "logout": {
  20. "confirm": "Are you sure you want to log out?",
  21. "success": "Logged out successfully"
  22. },
  23. "placeholders": {
  24. "apiKeyExample": "e.g. sk-xxxxxxxx"
  25. },
  26. "brand": {
  27. "tagline": "Unified API management console"
  28. },
  29. "actions": {
  30. "enterConsole": "Enter Console",
  31. "viewUsageDoc": "View Usage Documentation"
  32. },
  33. "security": {
  34. "cookieWarningTitle": "Cookie Security Warning",
  35. "cookieWarningDescription": "You are accessing the system via HTTP. Browser security policies may prevent Cookie from being set, causing login to fail.",
  36. "solutionTitle": "Solutions:",
  37. "useHttps": "Use HTTPS to access the system (recommended)",
  38. "disableSecureCookies": "Set ENABLE_SECURE_COOKIES=false in .env (reduces security)",
  39. "privacyNote": "Please use your API Key to log in to the admin panel"
  40. },
  41. "errors": {
  42. "loginFailed": "Login failed",
  43. "networkError": "Network error, please try again later",
  44. "invalidToken": "Invalid authentication token",
  45. "tokenRequired": "Authentication token is required",
  46. "sessionExpired": "Your session has expired, please log in again",
  47. "unauthorized": "Unauthorized, please log in first",
  48. "apiKeyRequired": "Please enter API Key",
  49. "apiKeyInvalidOrExpired": "API Key is invalid or expired",
  50. "serverError": "Login failed, please try again later"
  51. }
  52. }