mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
* chore: update i18n * chore: update i18n * chore: update i18n * chore: update i18n * chore: update i18n * chore: update i18n * chore: update i18n * chore: update i18n translations and placeholders across multiple components Signed-off-by: Innei <tukon479@gmail.com> * chore: update i18n translations for consistency in terminology across chat, onboarding, and settings components Signed-off-by: Innei <tukon479@gmail.com> * chore: update i18n translations to replace 'assistant' with 'agent' and ensure consistency across all components Signed-off-by: Innei <tukon479@gmail.com> * chore: update model descriptions in locales for clarity and accuracy Signed-off-by: Innei <tukon479@gmail.com> * feat: extract hard code string Signed-off-by: Innei <tukon479@gmail.com> * feat: enhance Chinese localization with new proxy and sync settings, update dialog messages for version checks and OAuth authorization Signed-off-by: Innei <tukon479@gmail.com> * chore: flatten * chore: standardize localization keys by flattening nested structures across multiple languages Signed-off-by: Innei <tukon479@gmail.com> * chore: refine i18n documentation by consolidating key naming conventions and workflow guidelines for translation management Signed-off-by: Innei <tukon479@gmail.com> * chore: update i18n * feat: add chat title localization for improved user experience in Chinese Signed-off-by: Innei <tukon479@gmail.com> --------- Signed-off-by: Innei <tukon479@gmail.com> Co-authored-by: Innei <tukon479@gmail.com>
24 lines
1.9 KiB
JSON
24 lines
1.9 KiB
JSON
{
|
||
"dbV1.action.clearDB": "清空本地資料",
|
||
"dbV1.action.downloadBackup": "下載資料備份",
|
||
"dbV1.action.reUpgrade": "重新升級",
|
||
"dbV1.action.start": "開始使用",
|
||
"dbV1.action.upgrade": "一鍵升級",
|
||
"dbV1.clear.confirm": "即將清空本地資料(全域設定不受影響),請確認你已經下載了資料備份。",
|
||
"dbV1.description": "在新版本中,{{appName}} 的資料儲存有了巨大的飛躍。因此我們要對舊版資料進行升級,進而為你帶來更好的使用體驗。",
|
||
"dbV1.features.capability.desc": "基於 IndexedDB 技術,足以裝下你一生的會話消息",
|
||
"dbV1.features.capability.title": "大容量",
|
||
"dbV1.features.performance.desc": "百萬條消息自動索引,檢索查詢毫秒級響應",
|
||
"dbV1.features.performance.title": "高性能",
|
||
"dbV1.features.use.desc": "支持標題、描述、標籤、消息內容乃至翻譯文本檢索,日常搜索效率大大提升",
|
||
"dbV1.features.use.title": "更易用",
|
||
"dbV1.title": "{{appName}} 資料進化",
|
||
"dbV1.upgrade.error.subTitle": "非常抱歉,資料庫升級過程發生異常。請嘗試以下方案:A. 清空本地資料後,重新匯入備份資料; B. 點擊 「重新升級」按鈕。<br><br> 如仍然出錯,請 <1>提交問題</1> ,我們將會第一時間幫你排查",
|
||
"dbV1.upgrade.error.title": "資料庫升級失敗",
|
||
"dbV1.upgrade.success.subTitle": "{{appName}} 的資料庫已經升級到最新版本,立即開始體驗吧",
|
||
"dbV1.upgrade.success.title": "資料庫升級成功",
|
||
"dbV1.upgradeTip": "升級大致需要 10~20 秒,升級過程中請不要關閉 {{appName}}",
|
||
"migrateError.missVersion": "導入數據缺少版本號,請檢查文件後重試",
|
||
"migrateError.noMigration": "沒有找到當前版本對應的遷移方案,請檢查版本號後重試。如仍有問題請提交問題反饋"
|
||
}
|