feat: RTL/i18n, AI translate+undo, no-refresh saves, settings perf
- RTL: force dir=rtl on LabelFilter, NotesViewToggle, LabelManagementDialog - i18n: add missing keys (notifications, privacy, edit/preview, AI translate/undo) - Settings pages: convert to Server Components (general, appearance) + loading skeleton - AI menu: add Translate option (10 languages) + Undo AI button in toolbar - Fix: saveInline uses REST API instead of Server Action → eliminates all implicit refreshes in list mode - Fix: NotesTabsView notes sync effect preserves selected note on content changes - Fix: auto-tag suggestions now filter already-assigned labels - Fix: color change in card view uses local state (no refresh) - Fix: nav links use <Link> for prefetching (Settings, Admin) - Fix: suppress duplicate label suggestions already on note - Route: add /api/ai/translate endpoint
This commit is contained in:
@@ -997,5 +997,65 @@
|
||||
"collapse": "접기",
|
||||
"expand": "펼치기",
|
||||
"open": "열기"
|
||||
},
|
||||
"mcpSettings": {
|
||||
"title": "MCP 설정",
|
||||
"description": "API 키 관리 및 외부 도구 구성",
|
||||
"whatIsMcp": {
|
||||
"title": "MCP란 무엇인가요?",
|
||||
"description": "Model Context Protocol(MCP)은 AI 모델이 외부 도구 및 데이터 소스와 안전하게 상호 작용할 수 있게 하는 오픈 프로토콜입니다. MCP를 사용하면 Claude Code, Cursor, N8N 등의 도구를 Keep Notes 인스턴스에 연결하여 프로그래밍 방식으로 노트를 읽고, 만들고, 정리할 수 있습니다.",
|
||||
"learnMore": "MCP에 대해 자세히 알아보기"
|
||||
},
|
||||
"serverStatus": {
|
||||
"title": "서버 상태",
|
||||
"running": "실행 중",
|
||||
"stopped": "중지됨",
|
||||
"mode": "모드",
|
||||
"url": "URL"
|
||||
},
|
||||
"apiKeys": {
|
||||
"title": "API 키",
|
||||
"description": "API 키를 통해 외부 도구가 MCP를 통해 노트에 접근할 수 있습니다. 키를 비밀로 유지하세요.",
|
||||
"generate": "새 키 생성",
|
||||
"empty": "API 키가 없습니다. 하나를 생성하여 시작하세요.",
|
||||
"active": "활성",
|
||||
"revoked": "취소됨",
|
||||
"revoke": "취소",
|
||||
"delete": "삭제",
|
||||
"createdAt": "생성일",
|
||||
"lastUsed": "마지막 사용",
|
||||
"never": "없음",
|
||||
"confirmRevoke": "이 키를 취소하시겠습니까? 이 키를 사용하는 도구의 접근이 차단됩니다.",
|
||||
"confirmDelete": "이 키를 영구적으로 삭제하시겠습니까?"
|
||||
},
|
||||
"createDialog": {
|
||||
"title": "API 키 생성",
|
||||
"description": "외부 도구를 노트에 연결할 새 API 키를 만듭니다.",
|
||||
"nameLabel": "키 이름",
|
||||
"namePlaceholder": "예: Claude Code, Cursor, N8N",
|
||||
"generating": "생성 중...",
|
||||
"generate": "생성",
|
||||
"successTitle": "API 키가 생성되었습니다",
|
||||
"successDescription": "지금 API 키를 복사하세요. 나중에 다시 볼 수 없습니다.",
|
||||
"copy": "복사",
|
||||
"copied": "복사됨!",
|
||||
"done": "완료"
|
||||
},
|
||||
"configInstructions": {
|
||||
"title": "구성 안내",
|
||||
"description": "API 키를 사용하여 이 도구들을 구성하세요.",
|
||||
"claudeCode": {
|
||||
"title": "Claude Code",
|
||||
"description": "Claude Code MCP 구성 파일에 다음을 추가하세요:"
|
||||
},
|
||||
"cursor": {
|
||||
"title": "Cursor",
|
||||
"description": "Cursor MCP 설정에 다음을 추가하세요:"
|
||||
},
|
||||
"n8n": {
|
||||
"title": "N8N",
|
||||
"description": "N8N MCP 노드에서 다음 자격 증명을 사용하세요:"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user