| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "form": {
- "title": "登錄面板",
- "description": "使用您的 API Key 進入統一控制台",
- "apiKeyLabel": "API Key",
- "showPassword": "顯示密碼",
- "hidePassword": "隱藏密碼"
- },
- "login": {
- "title": "登錄",
- "description": "輸入管理員令牌以存取系統",
- "tokenLabel": "管理員令牌",
- "tokenPlaceholder": "請輸入管理員令牌",
- "submitButton": "登錄",
- "loggingIn": "登錄中...",
- "success": "登錄成功",
- "error": "登錄失敗,請檢查令牌是否正確"
- },
- "logout": {
- "confirm": "確定要登出嗎?",
- "success": "已登出"
- },
- "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 登入後台"
- },
- "errors": {
- "loginFailed": "登錄失敗",
- "networkError": "網路錯誤,請稍後重試",
- "invalidToken": "無效的認證令牌",
- "tokenRequired": "需要提供認證令牌",
- "sessionExpired": "會話已過期,請重新登錄",
- "unauthorized": "未授權,請先登錄",
- "apiKeyRequired": "請輸入 API Key",
- "apiKeyInvalidOrExpired": "API Key 無效或已過期",
- "serverError": "登錄失敗,請稍後重試"
- }
- }
|