mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
58fa4f869d
* ✨ Improve intervention fallback UI; add GTD to default tools; defer unknown-tool guard - Fallback intervention: show tool/action titles, collapsible parameters with i18n - Register GTD manifest in defaultToolIds for shared tool list - Run unknown-tool intervention only after per-tool resolver (auto-run skips early) - TodoProgress: horizontal margin and top corner radii Made-with: Cursor * 🌐 chore(i18n): sync default keys and locale JSON across namespaces Align knowledgeBase, labs, memory, notification, portal, thread, models, and chat bundles with default sources. Made-with: Cursor
27 lines
1.4 KiB
JSON
27 lines
1.4 KiB
JSON
{
|
|
"addToKnowledgeBase.addSuccess": "Tệp đã được thêm thành công",
|
|
"addToKnowledgeBase.alreadyExists": "Tệp này đã có trong thư viện",
|
|
"addToKnowledgeBase.confirm": "Thêm",
|
|
"addToKnowledgeBase.error": "Không thể thêm tệp vào Thư viện",
|
|
"addToKnowledgeBase.id.placeholder": "Vui lòng chọn thư viện để thêm vào",
|
|
"addToKnowledgeBase.id.required": "Vui lòng chọn một thư viện",
|
|
"addToKnowledgeBase.id.title": "Thư viện đích",
|
|
"addToKnowledgeBase.title": "Thêm vào Thư viện",
|
|
"addToKnowledgeBase.totalFiles": "{{count}} tệp đã được chọn",
|
|
"createNew.confirm": "Tạo mới",
|
|
"createNew.description.label": "Mô tả Thư viện (Không bắt buộc)",
|
|
"createNew.description.placeholder": "Mô tả giúp Mô hình Ngôn ngữ Lớn (LLM) hiểu rõ hơn về thư viện của bạn",
|
|
"createNew.edit.confirm": "Lưu Thay đổi",
|
|
"createNew.edit.title": "Chỉnh sửa Thư viện",
|
|
"createNew.formTitle": "Thông tin cơ bản",
|
|
"createNew.name.placeholder": "Tên thư viện",
|
|
"createNew.name.required": "Vui lòng nhập tên thư viện",
|
|
"createNew.title": "Tạo Thư viện Mới",
|
|
"moveToKnowledgeBase.error": "Không thể di chuyển tệp vào Thư viện",
|
|
"moveToKnowledgeBase.success": "Đã di chuyển tệp thành công",
|
|
"tab.evals": "Đánh giá",
|
|
"tab.files": "Tệp",
|
|
"tab.settings": "Cài đặt",
|
|
"tab.testing": "Kiểm tra ghi nhớ"
|
|
}
|