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": "Bestand succesvol toegevoegd",
|
|
"addToKnowledgeBase.alreadyExists": "Dit bestand bevindt zich al in de bibliotheek",
|
|
"addToKnowledgeBase.confirm": "Toevoegen",
|
|
"addToKnowledgeBase.error": "Toevoegen van bestand aan bibliotheek mislukt",
|
|
"addToKnowledgeBase.id.placeholder": "Selecteer een bibliotheek om toe te voegen",
|
|
"addToKnowledgeBase.id.required": "Selecteer een bibliotheek",
|
|
"addToKnowledgeBase.id.title": "Doelbibliotheek",
|
|
"addToKnowledgeBase.title": "Toevoegen aan bibliotheek",
|
|
"addToKnowledgeBase.totalFiles": "{{count}} bestanden geselecteerd",
|
|
"createNew.confirm": "Nieuw aanmaken",
|
|
"createNew.description.label": "Bibliotheekbeschrijving (optioneel)",
|
|
"createNew.description.placeholder": "Een beschrijving helpt het LLM je bibliotheek beter te begrijpen",
|
|
"createNew.edit.confirm": "Wijzigingen opslaan",
|
|
"createNew.edit.title": "Bibliotheek bewerken",
|
|
"createNew.formTitle": "Basisinformatie",
|
|
"createNew.name.placeholder": "Naam van de bibliotheek",
|
|
"createNew.name.required": "Voer een naam voor de bibliotheek in",
|
|
"createNew.title": "Nieuwe bibliotheek aanmaken",
|
|
"moveToKnowledgeBase.error": "Het is niet gelukt om het bestand naar de bibliotheek te verplaatsen",
|
|
"moveToKnowledgeBase.success": "Bestand succesvol verplaatst",
|
|
"tab.evals": "Evaluaties",
|
|
"tab.files": "Bestanden",
|
|
"tab.settings": "Instellingen",
|
|
"tab.testing": "Herinneringstest"
|
|
}
|