panhong d63bf0bda5
添加 react 编写的新版 WEBUI (#3417)
* feat:提交前端代码

* feat:提交logo样式切换

* feat:替换avatar、部分位置icon、chatchat相关说明、git链接、Wiki链接、关于、设置、反馈与建议等功能,关闭lobehub自检更新功能

* fix:移除多余代码

---------

Co-authored-by: liunux4odoo <41217877+liunux4odoo@users.noreply.github.com>
2024-03-19 14:30:26 +08:00

46 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"dbV1": {
"action": {
"clearDB": "清空本地資料",
"downloadBackup": "下載資料備份",
"reUpgrade": "重新升級",
"start": "開始使用",
"upgrade": "一鍵升級"
},
"clear": {
"confirm": "即將清空本地資料(全域設定不受影響),請確認你已經下載了資料備份。"
},
"description": "在新版本中LobeChat 的資料存儲有了巨大的飛躍。因此我們要對舊版資料進行升級,進而為你帶來更好的使用體驗。",
"features": {
"capability": {
"desc": "基於 IndexedDB 技術,足以裝下你一生的對話消息",
"title": "大容量"
},
"performance": {
"desc": "百萬條消息自動索引,檢索查詢毫秒級響應",
"title": "高性能"
},
"use": {
"desc": "支持標題、描述、標籤、消息內容乃至翻譯文本檢索,日常搜索效率大大提升",
"title": "更易用"
}
},
"title": "LobeChat 資料進化",
"upgrade": {
"error": {
"subTitle": "非常抱歉資料庫升級過程發生異常。請嘗試以下方案A. 清空本地數據後,重新導入備份數據; B.點擊「重新升級」按鈕。<br><br> 如仍然出錯,請 <1>提交問題</1> ,我們將會第一時間幫你排查",
"title": "資料庫升級失敗"
},
"success": {
"subTitle": "LobeChat 的資料庫已經升級到最新版本,立即開始體驗吧",
"title": "資料庫升級成功"
}
},
"upgradeTip": "升級大約需要 10~20 秒,升級過程中請不要關閉 LobeChat"
},
"migrateError": {
"missVersion": "導入數據缺少版本號,請檢查文件後重試",
"noMigration": "沒有找到當前版本對應的遷移方案,請檢查版本號後重試。如仍有問題請提交問題反饋"
}
}