UNPKG

@lobehub/chat

Version:

Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.

111 lines (110 loc) 4.41 kB
{ "proxy": { "auth": "需要認證", "authDesc": "如果代理伺服器需要使用者名稱和密碼", "authSettings": "認證設定", "basicSettings": "代理設定", "basicSettingsDesc": "配置代理伺服器的連線參數", "bypass": "不使用代理的地址", "connectionTest": "連線測試", "enable": "啟用代理", "enableDesc": "開啟後將透過代理伺服器存取網路", "password": "密碼", "password_placeholder": "請輸入密碼", "port": "埠號", "resetButton": "重設", "saveButton": "儲存", "saveFailed": "儲存失敗:{{error}}", "saveSuccess": "代理設定儲存成功", "server": "伺服器地址", "testButton": "測試連接", "testDescription": "使用目前代理設定測試連線,驗證設定是否正常運作", "testFailed": "連線失敗", "testSuccessWithTime": "測試連線成功,耗時 {{time}} 毫秒", "testUrl": "測試地址", "testUrlPlaceholder": "請輸入要測試的 URL", "testing": "正在測試連接...", "type": "代理類型", "unsavedChanges": "您有未儲存的變更", "username": "使用者名稱", "username_placeholder": "請輸入使用者名稱", "validation": { "passwordRequired": "啟用認證時密碼為必填項", "portInvalid": "連接埠必須是 1 到 65535 之間的數字", "portRequired": "啟用代理時連接埠為必填項", "serverInvalid": "請輸入有效的伺服器位址(IP 或網域名稱)", "serverRequired": "啟用代理時伺服器位址為必填項", "typeRequired": "啟用代理時代理類型為必填項", "usernameRequired": "啟用認證時使用者名稱為必填項" } }, "remoteServer": { "authError": "授權失敗: {{error}}", "authPending": "請在瀏覽器中完成授權", "configDesc": "連接到遠端LobeChat伺服器,啟用資料同步", "configError": "配置出錯", "configTitle": "配置雲端同步", "connect": "連接並授權", "connected": "已連接", "disconnect": "斷開連接", "disconnectError": "斷開連接失敗", "disconnected": "未連接", "fetchError": "獲取配置失敗", "invalidUrl": "請輸入有效的URL地址", "serverUrl": "伺服器地址", "statusConnected": "已連接", "statusDisconnected": "未連接", "urlRequired": "請輸入伺服器地址" }, "sync": { "continue": "繼續", "inCloud": "當前使用雲端同步", "inLocalStorage": "當前使用本地儲存", "isIniting": "正在初始化...", "lobehubCloud": { "description": "官方提供的雲版本", "title": "LobeHub Cloud" }, "local": { "description": "使用本地資料庫,完全離線可用", "title": "本地資料庫" }, "mode": { "cloudSync": "雲端同步", "localStorage": "本地儲存", "title": "選擇你的連接模式", "useSelfHosted": "使用自托管實例?" }, "selfHosted": { "description": "自行部署的社區版本", "title": "自托管實例" } }, "updater": { "checkingUpdate": "檢查新版本", "checkingUpdateDesc": "正在獲取版本資訊...", "downloadNewVersion": "下載新版本", "downloadingUpdate": "正在下載更新", "downloadingUpdateDesc": "更新正在下載中,請稍候...", "installLater": "下次啟動時更新", "isLatestVersion": "當前已是最新版本", "isLatestVersionDesc": "非常棒,使用的版本 {{version}} 已是最前沿的版本。", "later": "稍後更新", "newVersionAvailable": "新版本可用", "newVersionAvailableDesc": "發現新版本 {{version}},是否立即下載?", "restartAndInstall": "安裝更新並重啟", "updateError": "更新錯誤", "updateReady": "更新已就緒", "updateReadyDesc": "新版本 {{version}} 已下載完成,重啟應用後即可完成安裝。", "upgradeNow": "立即更新" }, "waitingOAuth": { "cancel": "取消", "description": "瀏覽器已打開授權頁面,請在瀏覽器中完成授權", "error": "授權失敗: {{error}}", "errorTitle": "授權連接失敗", "helpText": "如果瀏覽器沒有自動打開,請點擊取消後重新嘗試", "retry": "重試", "title": "等待授權連接" } }