feat(insights): UX gap closure — i18n, network graph, recalc panel, toasts
Bugs fixes: - network-graph.tsx: 2 strings hardcoded FR → props i18n (untitledLabel, resetFocusLabel) - Panneau recalcul: clés i18n réutilisées avec mauvais sens → nouvelles clés recalcSystem.* - 13 locales: section insightsView.* complète (67 clés × 13 = 871 traductions) UX features: - Hint /insights ≠ /graph (semanticGraphLegend + lien vers /graph) - Toasts succès/échec/zéro-clusters après analyse (analysisSuccess/Failed/NoClusters) - État vide différencié: emptyNeedMoreNotes si < 10 notes - Tips contextuels sections Bridge Notes et Suggestions Sprint: - 4 epics marqués done (3,4,5,6 — toutes stories terminées) - sprint-status.yaml last_updated corrigé
This commit is contained in:
@@ -2920,5 +2920,88 @@
|
||||
"copyRefFailed": "Could not copy block reference",
|
||||
"copyRefNoNote": "Save the note before copying a block reference",
|
||||
"copyRefUnsupported": "This block type cannot be referenced yet"
|
||||
},
|
||||
"insightsView": {
|
||||
"title": "Semantische Einblicke",
|
||||
"subtitle": "Entdecke die verborgene Architektur deines Wissens",
|
||||
"resync": "Netzwerk neu syncen",
|
||||
"mapping": "Kartierung…",
|
||||
"loading": "Deine Notizen werden geladen…",
|
||||
"mappingTitle": "Dein Wissen wird kartiert…",
|
||||
"mappingHint": "This can take one to three minutes. You can keep browsing; the page will update when it's done.",
|
||||
"analyzeNow": "Semantische Analyse starten",
|
||||
"emptyNeedMoreNotes": "Add {count} more notes to unlock semantic clustering (minimum 10).",
|
||||
"embeddingsHint": "Nur {indexed} von {total} Notizen sind für KI indiziert.",
|
||||
"vsGraphHint": "This is not the same as “Link map” (network icon in the sidebar): here, AI groups your notes by theme.",
|
||||
"openGraphMap": "Link-Map öffnen",
|
||||
"analysisFailed": "Analyse fehlgeschlagen. Überprüfe deine KI-Einstellungen.",
|
||||
"analysisSuccess": "Analyse abgeschlossen: {count} Themen erkannt.",
|
||||
"analysisNoClusters": "Noch keine Themen erkannt.",
|
||||
"staleResults": "Zeigt Ergebnisse der letzten Analyse.",
|
||||
"semanticGraphLegend": "Themenüberblick (nicht die Link-Map)",
|
||||
"fitGraphView": "Ansicht anpassen",
|
||||
"graphPreviewHint": "Theme overview: the number is how many notes belong here. Hover a dot for the title, click to open. Full list on the right.",
|
||||
"graphMoreNotes": "+{count} more in this theme",
|
||||
"graphNotesLabel": "Notizen",
|
||||
"clusterFallback": "Thema {index}",
|
||||
"unclusteredNotes": "{count} notes not assigned to a theme (hidden from graph).",
|
||||
"emptyTitle": "Entdecke deine Wissenscluster",
|
||||
"emptyDescription": "Click \"Re-sync network\" to analyze your notes and find hidden connections",
|
||||
"stats": {
|
||||
"clusters": "Cluster",
|
||||
"bridgeNotes": "Brücken-Notizen"
|
||||
},
|
||||
"clusters": {
|
||||
"title": "Semantic clusters",
|
||||
"notesCount": "{count} notes",
|
||||
"centralNotes": "Central notes",
|
||||
"emptyCluster": "No notes in this cluster"
|
||||
},
|
||||
"bridgeNotes": {
|
||||
"title": "Powerful bridge notes",
|
||||
"score": "Score: {score}%",
|
||||
"empty": "No significant bridge notes yet. Deepen your research to find new connections."
|
||||
},
|
||||
"suggestions": {
|
||||
"title": "Missing links (AI generated)",
|
||||
"bridging": "Verbindet {clusterA} & {clusterB}",
|
||||
"emptyTitle": "Keine Verbindungsvorschläge",
|
||||
"emptyDescription": "All your clusters may already be connected!",
|
||||
"createNote": "Brücken-Notiz erstellen"
|
||||
},
|
||||
"unknownNote": "Ohne Titel",
|
||||
"viewSplit": "Split",
|
||||
"viewGraph": "Graph",
|
||||
"viewDashboard": "Dashboard",
|
||||
"isolatedClusters": {
|
||||
"title": "Isolated clusters ({count})",
|
||||
"badge": "Nicht verbunden",
|
||||
"empty": "Alle Cluster sind verbunden!"
|
||||
},
|
||||
"focusCluster": {
|
||||
"title": "Cluster-Fokus aktiv",
|
||||
"description": "This thematic cluster gathers {count} complementary notes. Click on a note to access it directly:",
|
||||
"close": "Schließen"
|
||||
},
|
||||
"badgeDominant": "Dominant",
|
||||
"bridgeCount": "Brücke(n)",
|
||||
"echoTitle": "You keep returning to this idea",
|
||||
"tipClusters": "AI grouped your notes by semantic affinity — regardless of which notebook they're in. Each theme represents a subject your mind keeps returning to.",
|
||||
"tipClustersAction": "Click a theme to see its notes. Click a note to open it.",
|
||||
"tipBridgeNotes": "These notes speak to two different themes at once. They reveal where your thinking crosses boundaries — often where the most original ideas hide.",
|
||||
"tipBridgeNotesAction": "Click a note to open it and understand the connection.",
|
||||
"tipEcho": "Memory Echo detects two notes written at very different times that cover the same idea. Your mind revisited a thought without realising it.",
|
||||
"tipEchoAction": "Two notes, same idea, different moments. Click to explore.",
|
||||
"tipSuggestions": "These themes have no note linking them yet. AI proposes a starting idea. Click 'Create bridge note' to write it and open it in the editor.",
|
||||
"tipSuggestionsAction": "Click 'Create bridge note' to write the note and open it immediately.",
|
||||
"tipIsolated": "These themes are isolated: no note connects them to the others. Maybe you're exploring a fragile idea? One synthesis note would be enough to create the link.",
|
||||
"tipIsolatedAction": "These themes have no note connecting them to the rest of your thinking.",
|
||||
"recalcSystem": {
|
||||
"title": "Neuberechnungssystem",
|
||||
"statusSynced": "Synchronisiert",
|
||||
"scheduledCron": "Geplant",
|
||||
"lastSync": "Letzte Sync"
|
||||
},
|
||||
"resetFocus": "Fokus zurücksetzen"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user