| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "login": {
- "title": "登录",
- "description": "输入管理员令牌以访问系统",
- "tokenLabel": "管理员令牌",
- "tokenPlaceholder": "请输入管理员令牌",
- "submitButton": "登录",
- "loggingIn": "登录中...",
- "success": "登录成功",
- "error": "登录失败,请检查令牌是否正确"
- },
- "logout": {
- "confirm": "确定要退出登录吗?",
- "success": "已退出登录"
- },
- "errors": {
- "loginFailed": "登录失败",
- "networkError": "网络错误,请稍后重试",
- "invalidToken": "无效的认证令牌",
- "tokenRequired": "需要提供认证令牌",
- "sessionExpired": "会话已过期,请重新登录",
- "unauthorized": "未授权,请先登录",
- "apiKeyRequired": "请输入 API Key",
- "apiKeyInvalidOrExpired": "API Key 无效或已过期",
- "serverError": "登录失败,请稍后重试"
- },
- "placeholders": {
- "apiKeyExample": "例如 sk-xxxxxxxx"
- },
- "brand": {
- "tagline": "统一 API 管理控制台"
- },
- "actions": {
- "enterConsole": "进入控制台",
- "viewUsageDoc": "查看使用文档"
- },
- "security": {
- "cookieWarningTitle": "Cookie 安全警告",
- "cookieWarningDescription": "您正在使用 HTTP 访问系统,浏览器安全策略可能阻止 Cookie 设置导致登录失败。",
- "solutionTitle": "解决方案:",
- "useHttps": "使用 HTTPS 访问(推荐)",
- "disableSecureCookies": "在 .env 中设置 ENABLE_SECURE_COOKIES=false(会降低安全性)",
- "privacyNote": "请使用您的 API Key 登录后台"
- },
- "form": {
- "title": "登录面板",
- "description": "使用您的 API Key 进入统一控制台",
- "apiKeyLabel": "API Key",
- "showPassword": "显示密码",
- "hidePassword": "隐藏密码"
- }
- }
|