mirror of
https://github.com/lobehub/lobe-chat.git
synced 2025-12-20 01:12:52 +08:00
* refactor the oauth
* refactor the oauth
* refactor the oauth
* improve oauth status
* fix desktop auth
* fix tests
* improve clean handoff
* try to fix handoff public issue
* fix route protection
* refactor anim
* refactor
* update to access token to jwt
* update to access token to jwt
* improve config
* refactor for JWKs token
* fix auto refresh issue
* ✨ feat: support webapi proxy
* wip: 完成新流式接口
* wip: 跑通流式框架
* fix webhooks
* fix network proxy
* try to fix workflow
* fix proxy in remote sync
* fix tests
* fix tests
* fix oauth bypass route
* fix webapi proxy
61 lines
2.0 KiB
JSON
61 lines
2.0 KiB
JSON
{
|
|
"consent": {
|
|
"buttons": {
|
|
"accept": "授權",
|
|
"deny": "拒絕"
|
|
},
|
|
"description": "應用 {{clientName}} 申請您的帳戶授權",
|
|
"error": {
|
|
"sessionInvalid": {
|
|
"message": "授權會話已過期或無效,請重新發起授權流程。",
|
|
"title": "授權會話無效"
|
|
},
|
|
"title": "發生錯誤",
|
|
"unsupportedInteraction": {
|
|
"message": "不支援的互動類型: {promptName}",
|
|
"title": "不支援的互動類型"
|
|
}
|
|
},
|
|
"permissionsTitle": "請求以下權限:",
|
|
"redirectUri": "授權成功後將重定向到",
|
|
"scope": {
|
|
"email": "訪問您的電子郵件地址",
|
|
"offline_access": "允許客戶端訪問您的資料",
|
|
"openid": "使用您的 LobeChat 帳戶進行身份驗證",
|
|
"profile": "訪問您的基本資料信息(名稱、頭像等)",
|
|
"sync-read": "讀取您的同步資料",
|
|
"sync-write": "寫入並更新您的同步資料"
|
|
},
|
|
"title": "授權 {{clientName}}"
|
|
},
|
|
"error": {
|
|
"backToHome": "返回首頁",
|
|
"desc": "OAuth 授權失敗,失敗原因:{{reason}}",
|
|
"reason": {
|
|
"internal_error": "服務端錯誤",
|
|
"invalid_request": "無效的請求參數"
|
|
},
|
|
"title": "授權失敗"
|
|
},
|
|
"handoff": {
|
|
"desc": {
|
|
"processing": "應用正在處理授權,即將跳轉到下一個頁面...",
|
|
"success": "已嘗試打開桌面應用。如果應用未自動打開,請手動切換。您可以稍後關閉此瀏覽器窗口。"
|
|
},
|
|
"title": {
|
|
"processing": "授權處理中...",
|
|
"success": "授權已完成"
|
|
}
|
|
},
|
|
"login": {
|
|
"button": "確認登入",
|
|
"description": "應用 {{clientName}} 申請使用您的帳戶進行登入",
|
|
"title": "登入 {{clientName}}",
|
|
"userWelcome": "歡迎回來,"
|
|
},
|
|
"success": {
|
|
"subTitle": "您已成功授權應用訪問您的帳戶,可以關閉該頁面了",
|
|
"title": "授權成功"
|
|
}
|
|
}
|