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": "시맨틱 인사이트",
|
||||
"subtitle": "지식의 숨겨진 구조 발견",
|
||||
"resync": "네트워크 재동기화",
|
||||
"mapping": "매핑 중…",
|
||||
"loading": "노트 로딩 중…",
|
||||
"mappingTitle": "지식 매핑 중…",
|
||||
"mappingHint": "This can take one to three minutes. You can keep browsing; the page will update when it's done.",
|
||||
"analyzeNow": "시맨틱 분석 시작",
|
||||
"emptyNeedMoreNotes": "Add {count} more notes to unlock semantic clustering (minimum 10).",
|
||||
"embeddingsHint": "AI 인덱싱: {indexed}/{total}노트만.",
|
||||
"vsGraphHint": "This is not the same as “Link map” (network icon in the sidebar): here, AI groups your notes by theme.",
|
||||
"openGraphMap": "링크 맵 열기",
|
||||
"analysisFailed": "분석 실패. AI 설정을 확인하세요.",
|
||||
"analysisSuccess": "분석 완료: {count}개 테마 감지.",
|
||||
"analysisNoClusters": "아직 테마가 없습니다.",
|
||||
"staleResults": "마지막 분석 결과 표시 중.",
|
||||
"semanticGraphLegend": "테마 개요 (링크 맵 아님)",
|
||||
"fitGraphView": "화면에 맞춤",
|
||||
"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": "노트",
|
||||
"clusterFallback": "테마 {index}",
|
||||
"unclusteredNotes": "{count} notes not assigned to a theme (hidden from graph).",
|
||||
"emptyTitle": "지식 클러스터 발견",
|
||||
"emptyDescription": "Click \"Re-sync network\" to analyze your notes and find hidden connections",
|
||||
"stats": {
|
||||
"clusters": "클러스터",
|
||||
"bridgeNotes": "브리지 노트"
|
||||
},
|
||||
"clusters": {
|
||||
"title": "Semantic clusters",
|
||||
"notesCount": "{count} notes",
|
||||
"centralNotes": "Central notes",
|
||||
"emptyCluster": "No notes in this cluster"
|
||||
},
|
||||
"bridgeNotes": {
|
||||
"title": "Powerful bridge notes",
|
||||
"score": "점수: {score}%",
|
||||
"empty": "No significant bridge notes yet. Deepen your research to find new connections."
|
||||
},
|
||||
"suggestions": {
|
||||
"title": "Missing links (AI generated)",
|
||||
"bridging": "{clusterA}와 {clusterB} 연결",
|
||||
"emptyTitle": "제안 없음",
|
||||
"emptyDescription": "All your clusters may already be connected!",
|
||||
"createNote": "브리지 노트 만들기"
|
||||
},
|
||||
"unknownNote": "제목 없음",
|
||||
"viewSplit": "Split",
|
||||
"viewGraph": "그래프",
|
||||
"viewDashboard": "대시보드",
|
||||
"isolatedClusters": {
|
||||
"title": "Isolated clusters ({count})",
|
||||
"badge": "연결 안 됨",
|
||||
"empty": "모든 클러스터 연결됨!"
|
||||
},
|
||||
"focusCluster": {
|
||||
"title": "클러스터 포커스 활성",
|
||||
"description": "This thematic cluster gathers {count} complementary notes. Click on a note to access it directly:",
|
||||
"close": "닫기"
|
||||
},
|
||||
"badgeDominant": "Dominant",
|
||||
"bridgeCount": "브리지",
|
||||
"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": "재계산 시스템",
|
||||
"statusSynced": "동기화됨",
|
||||
"scheduledCron": "예약됨",
|
||||
"lastSync": "마지막 동기화"
|
||||
},
|
||||
"resetFocus": "포커스 해제"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user