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.2 KiB
JSON
27 lines
1.2 KiB
JSON
{
|
|
"addToKnowledgeBase.addSuccess": "File added successfully",
|
|
"addToKnowledgeBase.alreadyExists": "This file is already in the library",
|
|
"addToKnowledgeBase.confirm": "Add",
|
|
"addToKnowledgeBase.error": "Failed to add file to Library",
|
|
"addToKnowledgeBase.id.placeholder": "Please select a library to add to",
|
|
"addToKnowledgeBase.id.required": "Please select a library",
|
|
"addToKnowledgeBase.id.title": "Target Library",
|
|
"addToKnowledgeBase.title": "Add to Library",
|
|
"addToKnowledgeBase.totalFiles": "{{count}} files selected",
|
|
"createNew.confirm": "Create New",
|
|
"createNew.description.label": "Library Description (Optional)",
|
|
"createNew.description.placeholder": "Description helps LLM understand your library better",
|
|
"createNew.edit.confirm": "Save Changes",
|
|
"createNew.edit.title": "Edit Library",
|
|
"createNew.formTitle": "Basic Information",
|
|
"createNew.name.placeholder": "Library name",
|
|
"createNew.name.required": "Please enter a library name",
|
|
"createNew.title": "Create New Library",
|
|
"moveToKnowledgeBase.error": "Failed to move file to Library",
|
|
"moveToKnowledgeBase.success": "File moved successfully",
|
|
"tab.evals": "Evaluations",
|
|
"tab.files": "Files",
|
|
"tab.settings": "Settings",
|
|
"tab.testing": "Recall Testing"
|
|
}
|