Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,12 @@
"Import data": "导入数据",
"Currently, only importing from AIaW is supported.": "目前仅支持从 AIaW 导入。",
"Importing...": "导入中...",
"{0}% · {1}/{2} chats imported": "{0}% · 已导入 {1}/{2} 个对话",
"AIaW Import": "AIaW 导入",
"Import successful": "导入成功",
"Import completed with warnings": "导入完成,但有警告",
"Imported {0} chats and {1} messages": "已导入 {0} 个对话和 {1} 条消息",
"Imported {0} chats and {1} messages; skipped {2} binary attachments": "已导入 {0} 个对话和 {1} 条消息;跳过了 {2} 个二进制附件",
"Imported to the workspace root": "已导入到工作区根目录",
"Import failed": "导入失败",
"Search in Workspace": "搜索工作区",
Expand All @@ -706,4 +710,4 @@
"GitHub Repos": "GitHub 项目",
"Give AI access to the source code of all public GitHub repos. Powered by gread.dev.": "让 AI 能够访问所有 GitHub 开源项目的源代码。 由 gread.dev 提供支持。",
"Enable Thinking": "启用思考"
}
}
6 changes: 5 additions & 1 deletion i18n/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,12 @@
"Import data": "導入數據",
"Currently, only importing from AIaW is supported.": "目前僅支援從 AIaW 導入。",
"Importing...": "導入...",
"{0}% · {1}/{2} chats imported": "{0}% · 已導入 {1}/{2} 個對話",
"AIaW Import": "AIaW 導入",
"Import successful": "導入成功",
"Import completed with warnings": "導入完成,但有警告",
"Imported {0} chats and {1} messages": "已導入 {0} 個對話和 {1} 則訊息",
"Imported {0} chats and {1} messages; skipped {2} binary attachments": "已導入 {0} 個對話和 {1} 則訊息;略過了 {2} 個二進位附件",
"Imported to the workspace root": "已導入到工作區根目錄",
"Import failed": "導入失敗",
"Search in Workspace": "搜尋工作區",
Expand All @@ -706,4 +710,4 @@
"GitHub Repos": "GitHub 項目",
"Give AI access to the source code of all public GitHub repos. Powered by gread.dev.": "讓 AI 能夠存取所有 GitHub 開源專案的原始碼。 由 gread.dev 提供支援。",
"Enable Thinking": "啟用思考"
}
}
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,8 @@
"node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}
},
"trustedDependencies": [
"@rocicorp/zero-sqlite3"
]
}
Loading