refactor(ux): consolidate BMAD skills, update design system, and clean up Prisma generated client
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"about": {
|
||||
"appDescription": "AI 기능을 갖춘 강력한 메모 애플리케이션",
|
||||
"appName": "Keep Notes",
|
||||
"appName": "Memento",
|
||||
"buildDate": "빌드 날짜",
|
||||
"description": "애플리케이션 정보",
|
||||
"features": {
|
||||
@@ -66,10 +66,12 @@
|
||||
"updateSuccess": "AI 설정이 성공적으로 업데이트되었습니다",
|
||||
"bestValue": "최고 가성비",
|
||||
"bestQuality": "최고 품질",
|
||||
"providerOllamaOption": "🦙 Ollama (Local & Free)",
|
||||
"providerOllamaOption": "🦙 Ollama (로컬 및 무료)",
|
||||
"providerOpenAIOption": "🤖 OpenAI (GPT-5, GPT-4)",
|
||||
"providerCustomOption": "🔧 Custom OpenAI-Compatible",
|
||||
"saved": "(저장됨)"
|
||||
"providerCustomOption": "🔧 사용자 정의 OpenAI 호환",
|
||||
"saved": "(저장됨)",
|
||||
"chatProvider": "채팅 공급자",
|
||||
"chatDescription": "채팅 도우미를 위한 AI 공급자입니다. 구성되지 않은 경우 태그 공급자를 대신 사용합니다."
|
||||
},
|
||||
"aiTest": {
|
||||
"description": "태그 생성 및 의미 검색 임베딩을 위한 AI 공급자 테스트",
|
||||
@@ -93,7 +95,22 @@
|
||||
"tipDescription": "테스트 전에 AI 테스트 패널을 사용하여 구성 문제를 진단하세요.",
|
||||
"tipTitle": "팁:",
|
||||
"title": "AI 공급자 테스트",
|
||||
"vectorDimensions": "벡터 차원"
|
||||
"vectorDimensions": "벡터 차원",
|
||||
"tagsGenerationTest": "🏷️ 태그 생성 테스트:",
|
||||
"tagsStep1": "샘플 노트를 AI 공급자에게 전송합니다",
|
||||
"tagsStep2": "콘텐츠를 기반으로 3~5개의 관련 태그를 요청합니다",
|
||||
"tagsStep3": "생성된 태그와 신뢰도 점수를 표시합니다",
|
||||
"tagsStep4": "응답 시간을 측정합니다",
|
||||
"embeddingsTestLabel": "🔍 임베딩 테스트:",
|
||||
"embeddingsStep1": "샘플 텍스트를 임베딩 공급자에게 전송합니다",
|
||||
"embeddingsStep2": "벡터 표현(숫자 목록)을 생성합니다",
|
||||
"embeddingsStep3": "임베딩 차원과 샘플 값을 표시합니다",
|
||||
"embeddingsStep4": "벡터가 유효하고 올바르게 형식화되었는지 확인합니다",
|
||||
"tipContent": "태그와 임베딩에 다른 공급자를 사용할 수 있습니다! 예를 들어, 비용과 성능을 최적화하기 위해 태그에는 Ollama(무료)를, 임베딩에는 OpenAI(최고 품질)를 사용해 보세요.",
|
||||
"testSuccessToast": "{type} 테스트 성공!",
|
||||
"testFailedToast": "{type} 테스트 실패",
|
||||
"testingType": "{type} 테스트 중...",
|
||||
"technicalDetails": "기술 세부 정보"
|
||||
},
|
||||
"aiTesting": "AI 테스트",
|
||||
"security": {
|
||||
@@ -105,6 +122,22 @@
|
||||
"updateSuccess": "보안 설정이 업데이트되었습니다"
|
||||
},
|
||||
"settings": "관리자 설정",
|
||||
"resend": {
|
||||
"title": "Resend (권장)",
|
||||
"description": "Resend API로 이메일을 보냅니다. 구성된 경우 SMTP보다 우선합니다.",
|
||||
"apiKey": "Resend API 키",
|
||||
"apiKeyHint": "resend.com에서 API 키를 받으세요. 에이전트 알림 및 비밀번호 재설정에 사용됩니다.",
|
||||
"saveSettings": "Resend 설정 저장",
|
||||
"updateSuccess": "Resend 설정이 업데이트되었습니다",
|
||||
"updateFailed": "Resend 설정 업데이트 실패",
|
||||
"configured": "Resend이 구성되어 활성화되었습니다"
|
||||
},
|
||||
"email": {
|
||||
"title": "이메일 설정",
|
||||
"description": "에이전트 알림 및 비밀번호 재설정을 위한 이메일 발송을 설정합니다.",
|
||||
"provider": "이메일 제공자",
|
||||
"saveSettings": "이메일 설정 저장"
|
||||
},
|
||||
"smtp": {
|
||||
"description": "비밀번호 재설정을 위한 이메일 서버를 구성합니다.",
|
||||
"forceSSL": "SSL/TLS 강제 (일반적으로 포트 465)",
|
||||
@@ -127,7 +160,7 @@
|
||||
"userManagement": "사용자 관리",
|
||||
"users": {
|
||||
"addUser": "사용자 추가",
|
||||
"confirmDelete": "Are you sure? This action cannot be undone.",
|
||||
"confirmDelete": "확실합니까? 이 작업은 되돌릴 수 없습니다.",
|
||||
"createFailed": "사용자 생성 실패",
|
||||
"createSuccess": "사용자가 성공적으로 생성되었습니다",
|
||||
"createUser": "사용자 생성",
|
||||
@@ -153,6 +186,38 @@
|
||||
"name": "이름",
|
||||
"role": "역할"
|
||||
}
|
||||
},
|
||||
"chat": "AI 채팅",
|
||||
"lab": "랩",
|
||||
"agents": "에이전트",
|
||||
"workspace": "작업 공간",
|
||||
"sidebar": {
|
||||
"dashboard": "대시보드",
|
||||
"users": "사용자",
|
||||
"aiManagement": "AI 관리",
|
||||
"chat": "AI 채팅",
|
||||
"lab": "랩 (아이디어)",
|
||||
"agents": "에이전트",
|
||||
"settings": "설정"
|
||||
},
|
||||
"metrics": {
|
||||
"vsLastPeriod": "이전 기간 대비"
|
||||
},
|
||||
"tools": {
|
||||
"title": "에이전트 도구",
|
||||
"description": "에이전트 도구 사용을 위한 외부 도구를 구성합니다: 웹 검색, 웹 스크랩 및 API 액세스.",
|
||||
"searchProvider": "웹 검색 공급자",
|
||||
"searxng": "SearXNG (자체 호스팅)",
|
||||
"brave": "Brave Search API",
|
||||
"both": "둘 다 (SearXNG 기본, Brave 대체)",
|
||||
"searxngUrl": "SearXNG URL",
|
||||
"braveKey": "Brave Search API 키",
|
||||
"jinaKey": "Jina Reader API 키",
|
||||
"jinaKeyOptional": "선택 사항 — 키 없이도 작동하지만 속도 제한이 적용됩니다",
|
||||
"jinaKeyDescription": "웹 스크랩에 사용됩니다. 키 없이도 작동하지만 속도 제한이 적용됩니다.",
|
||||
"saveSettings": "도구 설정 저장",
|
||||
"updateSuccess": "도구 설정이 성공적으로 업데이트되었습니다",
|
||||
"updateFailed": "도구 설정 업데이트 실패"
|
||||
}
|
||||
},
|
||||
"ai": {
|
||||
@@ -201,7 +266,8 @@
|
||||
"languageDetected": "감지된 언어",
|
||||
"notebookSummary": {
|
||||
"regenerate": "요약 다시 생성",
|
||||
"regenerating": "요약 다시 생성 중..."
|
||||
"regenerating": "요약 다시 생성 중...",
|
||||
"exportPDF": "PDF로 내보내기"
|
||||
},
|
||||
"original": "원본",
|
||||
"poweredByAI": "AI 기반",
|
||||
@@ -229,7 +295,21 @@
|
||||
"transformError": "변환 중 오류",
|
||||
"transformMarkdown": "Markdown으로 변환",
|
||||
"transformSuccess": "텍스트가 Markdown으로 성공적으로 변환되었습니다!",
|
||||
"transforming": "변환 중..."
|
||||
"transforming": "변환 중...",
|
||||
"clarifyDesc": "텍스트를 더 명확하고 이해하기 쉽게 만듭니다",
|
||||
"shortenDesc": "텍스트를 요약하고 핵심만 전달합니다",
|
||||
"improve": "글쓰기 개선",
|
||||
"improveDesc": "문법을 수정하고 스타일을 향상시킵니다",
|
||||
"toMarkdown": "Markdown으로 서식 지정",
|
||||
"toMarkdownDesc": "제목, 글머리 기호를 추가하고 텍스트를 구조화합니다",
|
||||
"translate": "번역",
|
||||
"translateDesc": "텍스트 언어를 변경합니다",
|
||||
"translateBack": "뒤로",
|
||||
"translationApplied": "번역이 적용되었습니다",
|
||||
"translationFailed": "번역 실패",
|
||||
"undo": "AI 실행 취소",
|
||||
"undoAI": "AI 변환 실행 취소",
|
||||
"undoApplied": "원본 텍스트가 복원되었습니다"
|
||||
},
|
||||
"aiSettings": {
|
||||
"description": "AI 기반 기능 및 환경설정 구성",
|
||||
@@ -255,7 +335,11 @@
|
||||
},
|
||||
"appearance": {
|
||||
"description": "앱의 모양 사용자 지정",
|
||||
"title": "모양"
|
||||
"title": "모양",
|
||||
"notesViewDescription": "홈 및 노트북에서 메모가 표시되는 방식을 선택하세요.",
|
||||
"notesViewLabel": "메모 레이아웃",
|
||||
"notesViewTabs": "탭 (OneNote 스타일)",
|
||||
"notesViewMasonry": "카드 (그리드)"
|
||||
},
|
||||
"auth": {
|
||||
"backToLogin": "로그인으로 돌아가기",
|
||||
@@ -283,7 +367,7 @@
|
||||
"sending": "전송 중...",
|
||||
"signIn": "로그인",
|
||||
"signInToAccount": "계정에 로그인하세요",
|
||||
"signOut": "Sign out",
|
||||
"signOut": "로그아웃",
|
||||
"signUp": "회원가입"
|
||||
},
|
||||
"autoLabels": {
|
||||
@@ -324,34 +408,34 @@
|
||||
"unorganized": "{count}개 메모는 범주화되지 않아 일반 메모에 남게 됩니다."
|
||||
},
|
||||
"collaboration": {
|
||||
"accessRevoked": "Access has been revoked",
|
||||
"addCollaborator": "Add collaborator",
|
||||
"addCollaboratorDescription": "Add people to collaborate on this note by their email address.",
|
||||
"alreadyInList": "This email is already in the list",
|
||||
"canEdit": "Can edit",
|
||||
"canView": "Can view",
|
||||
"done": "Done",
|
||||
"emailAddress": "Email address",
|
||||
"emailPlaceholder": "Enter email address",
|
||||
"enterEmailAddress": "Enter email address",
|
||||
"errorLoading": "Error loading collaborators",
|
||||
"failedToAdd": "Failed to add collaborator",
|
||||
"failedToRemove": "Failed to remove collaborator",
|
||||
"invite": "Invite",
|
||||
"noCollaborators": "No collaborators yet. Add someone above!",
|
||||
"noCollaboratorsViewer": "No collaborators yet.",
|
||||
"nowHasAccess": "{name} now has access to this note",
|
||||
"owner": "Owner",
|
||||
"pending": "Pending",
|
||||
"pendingInvite": "Pending Invite",
|
||||
"peopleWithAccess": "People with access",
|
||||
"remove": "Remove",
|
||||
"removeCollaborator": "Remove collaborator",
|
||||
"shareNote": "Share note",
|
||||
"shareWithCollaborators": "Share with collaborators",
|
||||
"unnamedUser": "Unnamed User",
|
||||
"viewerDescription": "You have access to this note. Only the owner can manage collaborators.",
|
||||
"willBeAdded": "{email} will be added as collaborator when note is created"
|
||||
"accessRevoked": "접근 권한이 취소되었습니다",
|
||||
"addCollaborator": "공동 작업자 추가",
|
||||
"addCollaboratorDescription": "이메일 주소로 이 노트에 공동 작업할 사람을 추가하세요.",
|
||||
"alreadyInList": "이 이메일은 이미 목록에 있습니다",
|
||||
"canEdit": "편집 가능",
|
||||
"canView": "보기 가능",
|
||||
"done": "완료",
|
||||
"emailAddress": "이메일 주소",
|
||||
"emailPlaceholder": "이메일 주소를 입력하세요",
|
||||
"enterEmailAddress": "이메일 주소를 입력하세요",
|
||||
"errorLoading": "공동 작업자 로드 중 오류",
|
||||
"failedToAdd": "공동 작업자 추가 실패",
|
||||
"failedToRemove": "공동 작업자 제거 실패",
|
||||
"invite": "초대",
|
||||
"noCollaborators": "아직 공동 작업자가 없습니다. 위에서 추가하세요!",
|
||||
"noCollaboratorsViewer": "아직 공동 작업자가 없습니다.",
|
||||
"nowHasAccess": "{name}님이 이 노트에 접근할 수 있습니다",
|
||||
"owner": "소유자",
|
||||
"pending": "대기 중",
|
||||
"pendingInvite": "초대 대기 중",
|
||||
"peopleWithAccess": "접근 권한이 있는 사용자",
|
||||
"remove": "제거",
|
||||
"removeCollaborator": "공동 작업자 제거",
|
||||
"shareNote": "노트 공유",
|
||||
"shareWithCollaborators": "공동 작업자와 공유",
|
||||
"unnamedUser": "이름 없는 사용자",
|
||||
"viewerDescription": "이 노트에 접근 권한이 있습니다. 소유자만 공동 작업자를 관리할 수 있습니다.",
|
||||
"willBeAdded": "{email}님이 노트 생성 시 공동 작업자로 추가됩니다"
|
||||
},
|
||||
"colors": {
|
||||
"blue": "파란색",
|
||||
@@ -453,11 +537,11 @@
|
||||
},
|
||||
"diagnostics": {
|
||||
"apiStatus": "API 상태",
|
||||
"checking": "Checking...",
|
||||
"checking": "확인 중...",
|
||||
"configuredProvider": "구성된 공급자",
|
||||
"description": "Check your AI provider connection status",
|
||||
"errorStatus": "Error",
|
||||
"operational": "Operational",
|
||||
"description": "AI 공급자 연결 상태를 확인하세요",
|
||||
"errorStatus": "오류",
|
||||
"operational": "정상 작동",
|
||||
"testDetails": "테스트 세부 정보:",
|
||||
"tip1": "Ollama가 실행 중인지 확인 (ollama serve)",
|
||||
"tip2": "모델이 설치되어 있는지 확인 (ollama pull llama3)",
|
||||
@@ -482,13 +566,13 @@
|
||||
"apply": "적용",
|
||||
"back": "뒤로",
|
||||
"cancel": "취소",
|
||||
"clean": "Clean",
|
||||
"clean": "정리",
|
||||
"clear": "지우기",
|
||||
"close": "닫기",
|
||||
"confirm": "확인",
|
||||
"edit": "편집",
|
||||
"error": "오류가 발생했습니다",
|
||||
"indexAll": "Index All",
|
||||
"indexAll": "모두 인덱싱",
|
||||
"loading": "로딩 중...",
|
||||
"next": "다음",
|
||||
"operationFailed": "작업 실패",
|
||||
@@ -499,7 +583,7 @@
|
||||
"save": "저장",
|
||||
"select": "선택",
|
||||
"submit": "제출",
|
||||
"testConnection": "Test Connection",
|
||||
"testConnection": "연결 테스트",
|
||||
"tryAgain": "다시 시도하세요"
|
||||
},
|
||||
"generalSettings": {
|
||||
@@ -507,37 +591,16 @@
|
||||
"title": "일반 설정"
|
||||
},
|
||||
"labels": {
|
||||
"addLabel": "Add label",
|
||||
"allLabels": "All Labels",
|
||||
"changeColor": "Change Color",
|
||||
"changeColorTooltip": "Change color",
|
||||
"clearAll": "Clear all",
|
||||
"confirmDelete": "Are you sure you want to delete this label?",
|
||||
"count": "{count} labels",
|
||||
"createLabel": "Create label",
|
||||
"delete": "Delete",
|
||||
"deleteTooltip": "Delete label",
|
||||
"editLabels": "Edit Labels",
|
||||
"editLabelsDescription": "Create, edit colors, or delete labels.",
|
||||
"filter": "Filter by Label",
|
||||
"filterByLabel": "Filter by label",
|
||||
"labelColor": "Label color",
|
||||
"labelName": "Label name",
|
||||
"loading": "Loading...",
|
||||
"manage": "Manage Labels",
|
||||
"manageLabels": "Manage labels",
|
||||
"manageLabelsDescription": "Add or remove labels for this note. Click on a label to change its color.",
|
||||
"manageTooltip": "Manage Labels",
|
||||
"namePlaceholder": "Enter label name",
|
||||
"newLabelPlaceholder": "Create new label",
|
||||
"noLabels": "No labels",
|
||||
"noLabelsFound": "No labels found.",
|
||||
"notebookRequired": "⚠️ Labels are only available in notebooks. Move this note to a notebook first.",
|
||||
"selectedLabels": "Selected Labels",
|
||||
"showLess": "Show less",
|
||||
"showMore": "Show more",
|
||||
"tagAdded": "Tag \"{tag}\" added",
|
||||
"title": "Labels"
|
||||
"addLabel": "라벨 추가",
|
||||
"allLabels": "모든 라벨",
|
||||
"changeColor": "색상 변경",
|
||||
"changeColorTooltip": "색상 변경",
|
||||
"clearAll": "모두 지우기",
|
||||
"confirmDelete": "이 라벨을 삭제하시겠습니까?",
|
||||
"count": "{count}개 라벨",
|
||||
"noLabels": "라벨 없음",
|
||||
"confirmDeleteShort": "확인?",
|
||||
"labelRemoved": "라벨 \"{label}\" 제거됨"
|
||||
},
|
||||
"memoryEcho": {
|
||||
"clickToView": "클릭하여 메모 보기",
|
||||
@@ -576,13 +639,13 @@
|
||||
"edit": "편집",
|
||||
"error": "메모 병합 실패",
|
||||
"finishEditing": "편집 완료",
|
||||
"generateError": "Failed to generate fusion",
|
||||
"generateError": "병합 생성 실패",
|
||||
"generateFusion": "병합 생성",
|
||||
"generating": "생성 중...",
|
||||
"keepAllTags": "모든 태그 유지",
|
||||
"mergeNotes": "{count}개 메모 병합",
|
||||
"modify": "수정",
|
||||
"noContentReturned": "No fusion content returned from API",
|
||||
"noContentReturned": "API에서 병합 콘텐츠가 반환되지 않았습니다",
|
||||
"notesToMerge": "📝 병합할 메모",
|
||||
"optionalPrompt": "💬 병합 프롬프트 (선택 사항)",
|
||||
"optionsTitle": "병합 옵션",
|
||||
@@ -590,7 +653,7 @@
|
||||
"promptPlaceholder": "AI에 대한 선택적 지침 (예: '메모 1의 격식적인 스타일 유지')...",
|
||||
"success": "메모가 성공적으로 병합되었습니다!",
|
||||
"title": "🔗 지능형 병합",
|
||||
"unknownDate": "Unknown date",
|
||||
"unknownDate": "알 수 없는 날짜",
|
||||
"useLatestTitle": "최신 메모를 제목으로 사용"
|
||||
},
|
||||
"helpful": "도움이 됨",
|
||||
@@ -611,7 +674,8 @@
|
||||
"thanksFeedback": "피드백해 주셔서 감사합니다!",
|
||||
"thanksFeedbackImproving": "감사합니다! 개선하는 데 활용하겠습니다.",
|
||||
"title": "무언가를 발견했습니다...",
|
||||
"viewConnection": "연결 보기"
|
||||
"viewConnection": "연결 보기",
|
||||
"match": "{percentage}% 일치"
|
||||
},
|
||||
"nav": {
|
||||
"accountSettings": "계정 설정",
|
||||
@@ -646,7 +710,10 @@
|
||||
"supportDevelopment": "Memento 개발 지원하기 ☕",
|
||||
"trash": "휴지통",
|
||||
"userManagement": "사용자 관리",
|
||||
"workspace": "작업 공간"
|
||||
"workspace": "작업 공간",
|
||||
"chat": "AI 채팅",
|
||||
"lab": "랩",
|
||||
"agents": "에이전트"
|
||||
},
|
||||
"notebook": {
|
||||
"cancel": "취소",
|
||||
@@ -667,7 +734,16 @@
|
||||
"selectIcon": "아이콘",
|
||||
"summary": "노트북 요약",
|
||||
"summaryDescription": "이 노트북의 모든 메모에 대한 AI 요약을 생성합니다.",
|
||||
"summaryError": "요약 생성 오류"
|
||||
"summaryError": "요약 생성 오류",
|
||||
"namePlaceholder": "예: 4분기 마케팅 전략",
|
||||
"myNotebook": "내 노트북",
|
||||
"saving": "저장 중...",
|
||||
"pdfTitle": "요약 — {name}",
|
||||
"pdfNotesLabel": "노트:",
|
||||
"pdfGeneratedOn": "생성일:",
|
||||
"confidence": "신뢰도",
|
||||
"savingReminder": "알림 저장 실패",
|
||||
"removingReminder": "알림 제거 실패"
|
||||
},
|
||||
"notebookSuggestion": {
|
||||
"description": "이 메모는 이 노트북에 속하는 것 같습니다",
|
||||
@@ -676,7 +752,7 @@
|
||||
"generalNotes": "일반 메모",
|
||||
"move": "이동",
|
||||
"moveToNotebook": "노트북으로 이동",
|
||||
"title": "{icon} {name}(으)로 이동하시겠습니까?"
|
||||
"title": "{name}(으)로 이동하시겠습니까?"
|
||||
},
|
||||
"notebooks": {
|
||||
"allNotebooks": "모든 노트북",
|
||||
@@ -784,11 +860,20 @@
|
||||
"unpinned": "고정 해제됨",
|
||||
"untitled": "제목 없음",
|
||||
"uploadFailed": "{filename} 업로드 실패",
|
||||
"view": "메모 보기"
|
||||
"view": "메모 보기",
|
||||
"emptyStateTabs": "아직 노트가 없습니다. 사이드바의 \"새 노트\"를 사용하여 추가하세요 (AI 제목 제안이 작성기에 나타납니다).",
|
||||
"viewCards": "카드 보기",
|
||||
"viewCardsTooltip": "드래그 앤 드롭으로 재정렬 가능한 카드 그리드",
|
||||
"viewTabs": "리스트 보기",
|
||||
"viewTabsTooltip": "상단에 탭, 하단에 노트 — 탭을 드래그하여 재정렬",
|
||||
"viewModeGroup": "노트 표시 모드",
|
||||
"reorderTabs": "탭 재정렬",
|
||||
"modified": "수정됨",
|
||||
"created": "생성됨"
|
||||
},
|
||||
"pagination": {
|
||||
"next": "→",
|
||||
"pageInfo": "Page {currentPage} / {totalPages}",
|
||||
"pageInfo": "페이지 {currentPage} / {totalPages}",
|
||||
"previous": "←"
|
||||
},
|
||||
"paragraphRefactor": {
|
||||
@@ -833,12 +918,12 @@
|
||||
"preferredLanguage": "선호 언어",
|
||||
"profileError": "프로필 업데이트 오류",
|
||||
"profileUpdated": "프로필이 업데이트되었습니다",
|
||||
"recentNotesUpdateFailed": "Failed to update recent notes setting",
|
||||
"recentNotesUpdateSuccess": "Recent notes setting updated successfully",
|
||||
"recentNotesUpdateFailed": "최근 노트 설정 업데이트 실패",
|
||||
"recentNotesUpdateSuccess": "최근 노트 설정이 업데이트되었습니다",
|
||||
"selectFontSize": "글꼴 크기 선택",
|
||||
"selectLanguage": "언어 선택",
|
||||
"showRecentNotes": "Show Recent Notes Section",
|
||||
"showRecentNotesDescription": "Display recent notes (last 7 days) on the main page",
|
||||
"showRecentNotes": "최근 노트 섹션 표시",
|
||||
"showRecentNotesDescription": "메인 페이지에 최근 노트(지난 7일)를 표시합니다",
|
||||
"title": "프로필",
|
||||
"updateFailed": "프로필 업데이트 실패",
|
||||
"updatePassword": "비밀번호 업데이트",
|
||||
@@ -868,15 +953,15 @@
|
||||
"title": "비밀번호 재설정"
|
||||
},
|
||||
"search": {
|
||||
"exactMatch": "Exact match",
|
||||
"noResults": "No results found",
|
||||
"placeholder": "Search",
|
||||
"related": "Related",
|
||||
"resultsFound": "{count} notes found",
|
||||
"searchPlaceholder": "Search your notes...",
|
||||
"searching": "Searching...",
|
||||
"semanticInProgress": "AI search in progress...",
|
||||
"semanticTooltip": "AI semantic search"
|
||||
"exactMatch": "정확히 일치",
|
||||
"noResults": "검색 결과 없음",
|
||||
"placeholder": "검색",
|
||||
"related": "관련",
|
||||
"resultsFound": "{count}개의 노트를 찾았습니다",
|
||||
"searchPlaceholder": "노트 검색...",
|
||||
"searching": "검색 중...",
|
||||
"semanticInProgress": "AI 검색 진행 중...",
|
||||
"semanticTooltip": "AI 의미 검색"
|
||||
},
|
||||
"semanticSearch": {
|
||||
"exactMatch": "정확히 일치",
|
||||
@@ -887,21 +972,21 @@
|
||||
"about": "정보",
|
||||
"account": "계정",
|
||||
"appearance": "모양",
|
||||
"cleanTags": "Clean Orphan Tags",
|
||||
"cleanTagsDescription": "Remove tags that are no longer used by any notes",
|
||||
"cleanTags": "고아 태그 정리",
|
||||
"cleanTagsDescription": "더 이상 노트에서 사용되지 않는 태그를 제거합니다",
|
||||
"description": "설정 및 환경설정 관리",
|
||||
"language": "언어",
|
||||
"languageAuto": "자동 감지",
|
||||
"maintenance": "Maintenance",
|
||||
"maintenanceDescription": "Tools to maintain your database health",
|
||||
"maintenance": "유지 관리",
|
||||
"maintenanceDescription": "데이터베이스 상태를 유지하는 도구",
|
||||
"notifications": "알림",
|
||||
"privacy": "개인정보 보호",
|
||||
"profile": "프로필",
|
||||
"searchNoResults": "일치하는 설정을 찾을 수 없습니다",
|
||||
"security": "보안",
|
||||
"selectLanguage": "언어 선택",
|
||||
"semanticIndexing": "Semantic Indexing",
|
||||
"semanticIndexingDescription": "Generate vectors for all notes to enable intent-based search",
|
||||
"semanticIndexing": "의미 인덱싱",
|
||||
"semanticIndexingDescription": "의도 기반 검색을 활성화하기 위해 모든 노트의 벡터를 생성합니다",
|
||||
"settingsError": "설정 저장 오류",
|
||||
"settingsSaved": "설정이 저장되었습니다",
|
||||
"theme": "테마",
|
||||
@@ -909,15 +994,29 @@
|
||||
"themeLight": "밝게",
|
||||
"themeSystem": "시스템",
|
||||
"title": "설정",
|
||||
"version": "버전"
|
||||
"version": "버전",
|
||||
"cleanupDone": "{created}개의 라벨 레코드를 동기화하고 {deleted}개의 고아를 제거했습니다",
|
||||
"cleanupNothing": "할 일이 없습니다 — 라벨이 이미 노트와 일치합니다",
|
||||
"cleanupWithErrors": "일부 작업이 실패했습니다",
|
||||
"cleanupError": "라벨을 정리할 수 없습니다",
|
||||
"indexingComplete": "인덱싱 완료: {count}개의 노트 처리됨",
|
||||
"indexingError": "인덱싱 중 오류 발생",
|
||||
"emailNotifications": "이메일 알림",
|
||||
"emailNotificationsDesc": "이메일로 중요한 알림을 받습니다",
|
||||
"desktopNotifications": "데스크톱 알림",
|
||||
"desktopNotificationsDesc": "브라우저에서 알림을 받습니다",
|
||||
"notificationsDesc": "알림 환경설정을 관리합니다"
|
||||
},
|
||||
"sidebar": {
|
||||
"archive": "Archive",
|
||||
"editLabels": "Edit labels",
|
||||
"labels": "Labels",
|
||||
"notes": "Notes",
|
||||
"reminders": "Reminders",
|
||||
"trash": "Trash"
|
||||
"archive": "보관함",
|
||||
"editLabels": "라벨 편집",
|
||||
"labels": "라벨",
|
||||
"notes": "노트",
|
||||
"reminders": "알림",
|
||||
"trash": "휴지통",
|
||||
"newNoteTabs": "새 노트",
|
||||
"newNoteTabsHint": "이 노트북에 노트 만들기",
|
||||
"noLabelsInNotebook": "이 노트북에는 아직 라벨이 없습니다"
|
||||
},
|
||||
"support": {
|
||||
"aiApiCosts": "AI API 비용:",
|
||||
@@ -987,10 +1086,19 @@
|
||||
"thanksFeedbackImproving": "감사합니다! 개선에 활용하겠습니다."
|
||||
},
|
||||
"trash": {
|
||||
"deletePermanently": "영구 삭제",
|
||||
"title": "휴지통",
|
||||
"empty": "휴지통이 비어 있습니다",
|
||||
"emptyDescription": "삭제된 메모가 여기에 표시됩니다",
|
||||
"restore": "복원",
|
||||
"title": "휴지통"
|
||||
"deletePermanently": "영구 삭제",
|
||||
"noteTrashed": "메모가 휴지통으로 이동되었습니다",
|
||||
"noteRestored": "메모가 복원되었습니다",
|
||||
"notePermanentlyDeleted": "메모가 영구 삭제되었습니다",
|
||||
"emptyTrash": "휴지통 비우기",
|
||||
"emptyTrashConfirm": "휴지통의 모든 메모를 영구 삭제하시겠습니까?",
|
||||
"emptyTrashSuccess": "휴지통이 비워졌습니다",
|
||||
"permanentDelete": "영구 삭제",
|
||||
"permanentDeleteConfirm": "이 메모는 영구 삭제됩니다. 이 작업은 되돌릴 수 없습니다."
|
||||
},
|
||||
"ui": {
|
||||
"close": "닫기",
|
||||
@@ -1003,7 +1111,7 @@
|
||||
"description": "API 키 관리 및 외부 도구 구성",
|
||||
"whatIsMcp": {
|
||||
"title": "MCP란 무엇인가요?",
|
||||
"description": "Model Context Protocol(MCP)은 AI 모델이 외부 도구 및 데이터 소스와 안전하게 상호 작용할 수 있게 하는 오픈 프로토콜입니다. MCP를 사용하면 Claude Code, Cursor, N8N 등의 도구를 Keep Notes 인스턴스에 연결하여 프로그래밍 방식으로 노트를 읽고, 만들고, 정리할 수 있습니다.",
|
||||
"description": "Model Context Protocol(MCP)은 AI 모델이 외부 도구 및 데이터 소스와 안전하게 상호 작용할 수 있게 하는 오픈 프로토콜입니다. MCP를 사용하면 Claude Code, Cursor, N8N 등의 도구를 Memento 인스턴스에 연결하여 프로그래밍 방식으로 노트를 읽고, 만들고, 정리할 수 있습니다.",
|
||||
"learnMore": "MCP에 대해 자세히 알아보기"
|
||||
},
|
||||
"serverStatus": {
|
||||
@@ -1057,5 +1165,241 @@
|
||||
"description": "N8N MCP 노드에서 다음 자격 증명을 사용하세요:"
|
||||
}
|
||||
}
|
||||
},
|
||||
"agents": {
|
||||
"title": "에이전트",
|
||||
"subtitle": "모니터링 및 리서치 작업 자동화",
|
||||
"newAgent": "새 에이전트",
|
||||
"myAgents": "내 에이전트",
|
||||
"noAgents": "에이전트 없음",
|
||||
"noAgentsDescription": "첫 번째 에이전트를 만들거나 아래 템플릿을 설치하여 모니터링 작업을 자동화하세요.",
|
||||
"types": {
|
||||
"scraper": "모니터",
|
||||
"researcher": "리서처",
|
||||
"monitor": "관찰자",
|
||||
"custom": "사용자 정의"
|
||||
},
|
||||
"typeDescriptions": {
|
||||
"scraper": "여러 사이트를 스크랩하고 요약을 생성합니다",
|
||||
"researcher": "주제에 대한 정보를 검색합니다",
|
||||
"monitor": "노트북을 감시하고 노트를 분석합니다",
|
||||
"custom": "직접 프롬프트를 작성하는 자유 에이전트"
|
||||
},
|
||||
"form": {
|
||||
"agentType": "에이전트 유형",
|
||||
"name": "이름",
|
||||
"namePlaceholder": "예: 화요일 AI 와치",
|
||||
"description": "설명 (선택 사항)",
|
||||
"descriptionPlaceholder": "주간 AI 뉴스 요약",
|
||||
"urlsLabel": "스크랩할 URL",
|
||||
"urlsOptional": "(선택 사항)",
|
||||
"sourceNotebook": "감시할 노트북",
|
||||
"selectNotebook": "노트북을 선택하세요...",
|
||||
"targetNotebook": "대상 노트북",
|
||||
"inbox": "받은편지함",
|
||||
"instructions": "AI 지침",
|
||||
"instructionsPlaceholder": "에이전트의 동작을 설명하세요...",
|
||||
"frequency": "빈도",
|
||||
"cancel": "취소",
|
||||
"saving": "저장 중...",
|
||||
"save": "저장",
|
||||
"create": "에이전트 만들기",
|
||||
"editTitle": "에이전트 편집",
|
||||
"createTitle": "새 에이전트",
|
||||
"nameRequired": "이름은 필수입니다",
|
||||
"addUrl": "URL 추가",
|
||||
"advancedMode": "고급 모드",
|
||||
"instructionsHint": "자동 프롬프트 대체",
|
||||
"researchTopic": "조사 주제",
|
||||
"researchTopicPlaceholder": "예: AI 최신 동향",
|
||||
"notifyEmail": "이메일 알림",
|
||||
"notifyEmailHint": "각 실행 후 에이전트 결과가 포함된 이메일 받기"
|
||||
},
|
||||
"frequencies": {
|
||||
"manual": "수동",
|
||||
"hourly": "매시간",
|
||||
"daily": "매일",
|
||||
"weekly": "매주",
|
||||
"monthly": "매월"
|
||||
},
|
||||
"status": {
|
||||
"success": "성공",
|
||||
"failure": "실패",
|
||||
"running": "실행 중",
|
||||
"pending": "대기 중"
|
||||
},
|
||||
"actions": {
|
||||
"edit": "편집",
|
||||
"run": "실행",
|
||||
"delete": "삭제",
|
||||
"deleteConfirm": "에이전트 \"{name}\"을(를) 삭제하시겠습니까?",
|
||||
"toggleOn": "에이전트 활성화됨",
|
||||
"toggleOff": "에이전트 비활성화됨"
|
||||
},
|
||||
"toasts": {
|
||||
"created": "에이전트가 생성되었습니다",
|
||||
"updated": "에이전트가 업데이트되었습니다",
|
||||
"deleted": "\"{name}\"이(가) 삭제되었습니다",
|
||||
"deleteError": "삭제 중 오류 발생",
|
||||
"runSuccess": "\"{name}\"이(가) 성공적으로 실행되었습니다",
|
||||
"runError": "오류: {error}",
|
||||
"runFailed": "실행 실패",
|
||||
"runGenericError": "실행 중 오류 발생",
|
||||
"toggleError": "에이전트 전환 중 오류 발생",
|
||||
"installSuccess": "\"{name}\"이(가) 설치되었습니다",
|
||||
"installError": "설치 중 오류 발생",
|
||||
"saveError": "저장 중 오류 발생"
|
||||
},
|
||||
"templates": {
|
||||
"title": "템플릿",
|
||||
"install": "설치",
|
||||
"installing": "설치 중...",
|
||||
"veilleAI": {
|
||||
"name": "AI 와치",
|
||||
"description": "AI 전문 사이트 5곳을 스크랩하여 주간 요약을 생성합니다."
|
||||
},
|
||||
"veilleTech": {
|
||||
"name": "테크 와치",
|
||||
"description": "주요 기술 사이트를 스크랩하여 뉴스 요약을 만듭니다."
|
||||
},
|
||||
"veilleDev": {
|
||||
"name": "개발 와치",
|
||||
"description": "개발 사이트를 스크랩하여 새로운 기술과 프레임워크를 요약합니다."
|
||||
},
|
||||
"surveillant": {
|
||||
"name": "노트 관찰자",
|
||||
"description": "노트북의 최근 노트를 분석하고 보완 사항, 참조 및 링크를 제안합니다."
|
||||
},
|
||||
"chercheur": {
|
||||
"name": "주제 리서처",
|
||||
"description": "주제에 대한 심층 정보를 검색하고 참조가 포함된 구조화된 노트를 만듭니다."
|
||||
}
|
||||
},
|
||||
"runLog": {
|
||||
"title": "기록",
|
||||
"noHistory": "아직 실행 기록이 없습니다",
|
||||
"toolTrace": "{count}개 도구 호출",
|
||||
"step": "{num}단계"
|
||||
},
|
||||
"tools": {
|
||||
"title": "에이전트 도구",
|
||||
"webSearch": "웹 검색",
|
||||
"webScrape": "웹 스크랩",
|
||||
"noteSearch": "노트 검색",
|
||||
"noteRead": "노트 읽기",
|
||||
"noteCreate": "노트 만들기",
|
||||
"urlFetch": "URL 가져오기",
|
||||
"memorySearch": "메모리",
|
||||
"configNeeded": "구성",
|
||||
"selected": "{count}개 선택됨",
|
||||
"maxSteps": "최대 반복 횟수"
|
||||
},
|
||||
"metadata": {
|
||||
"executions": "{count}회 실행"
|
||||
},
|
||||
"defaultRoles": {
|
||||
"scraper": "당신은 모니터링 도우미입니다. 여러 웹사이트의 기사를 명확하고 구조화된 요약으로 종합하세요.",
|
||||
"researcher": "당신은 철저한 연구원입니다. 요청된 주제에 대해 맥락, 핵심 포인트, 논쟁, 참조가 포함된 연구 노트를 작성하세요.",
|
||||
"monitor": "당신은 분석 도우미입니다. 제공된 노트를 분석하고 단서, 참조 및 노트 간의 연결을 제안하세요.",
|
||||
"custom": "당신은 도움이 되는 도우미입니다."
|
||||
},
|
||||
"help": {
|
||||
"title": "에이전트 가이드",
|
||||
"btnLabel": "도움말",
|
||||
"close": "닫기",
|
||||
"whatIsAgent": "에이전트란?",
|
||||
"whatIsAgentContent": "An **agent** is an AI assistant that runs automatically to perform tasks for you. It has access to **tools** (web search, web scraping, note reading...) and produces a **note** with its results.\n\nThink of it as a small autonomous worker: you give it a mission, it researches or scrapes information, then writes a structured note you can read later.",
|
||||
"howToUse": "에이전트 사용 방법",
|
||||
"howToUseContent": "1. Click **\"New Agent\"** (or start from a **Template** at the bottom of the page)\n2. Choose an **agent type** (Researcher, Monitor, Observer, Custom)\n3. Give it a **name** and fill in the type-specific fields\n4. Optionally pick a **target notebook** where results will be saved\n5. Choose a **frequency** (Manual = you trigger it yourself)\n6. Click **Create**, then hit the **Run** button on the agent card\n7. Once finished, a new note appears in your target notebook",
|
||||
"types": "에이전트 유형",
|
||||
"typesContent": "### Researcher\nSearches the web on a **topic you define** and creates a structured note with sources and references.\n\n- **Fields:** name, research topic (e.g. \"Latest advances in quantum computing\")\n- **Default tools:** web search, web scraping, note search, note creation\n- **Requirements:** a web search provider must be configured (SearXNG or Brave Search)\n\n### Monitor (Scraper)\nScrapes a **list of URLs** you specify and produces a summary of their content.\n\n- **Fields:** name, list of URLs (e.g. tech news sites, blogs...)\n- **Default tools:** web scraping, note creation\n- **Use case:** weekly tech watch, competitor monitoring, blog roundups\n\n### Observer (Notebook Monitor)\nReads notes from a **notebook you select** and produces analysis, connections, and suggestions.\n\n- **Fields:** name, source notebook (the one to analyze)\n- **Default tools:** note search, note read, note creation\n- **Use case:** find connections between your notes, get reading suggestions, detect recurring themes\n\n### Custom\nA blank canvas: you write your own **prompt** and pick your own **tools**.\n\n- **Fields:** name, description, custom instructions (in Advanced mode)\n- **No default tools** — you choose exactly what the agent needs\n- **Use case:** anything creative or specific that doesn't fit the other types",
|
||||
"advanced": "고급 모드 (AI 지시어, 최대 반복)",
|
||||
"advancedContent": "Click **\"Advanced mode\"** at the bottom of the form to access additional settings.\n\n### AI Instructions\n\nThis field lets you **replace the default system prompt** for the agent. If left empty, the agent uses an automatic prompt adapted to its type.\n\n**Why use it?** You want to control exactly how the agent behaves. For example:\n- \"Write the summary in English, even if sources are in French\"\n- \"Structure the note with sections: Context, Key Points, Personal Opinion\"\n- \"Ignore articles older than 30 days and focus on recent news\"\n- \"For each detected theme, suggest 3 follow-up leads with links\"\n\n> **Note:** Your instructions replace the defaults, they don't add to them.\n\n### Max iterations\n\nThis is the **maximum number of cycles** the agent can perform. One cycle = the agent thinks, calls a tool, reads the result, then decides the next action.\n\n- **3-5 iterations:** for simple tasks (scraping a single page)\n- **10 iterations (default):** good balance for most cases\n- **15-25 iterations:** for deep research where the agent needs to explore multiple leads\n\n> **Warning:** More iterations = more time and potentially higher API costs.",
|
||||
"tools": "사용 가능한 도구 (상세)",
|
||||
"toolsContent": "When advanced mode is enabled, you can choose exactly which tools the agent can use.\n\n### Web Search\nAllows the agent to **search the internet** via SearXNG or Brave Search.\n\n- **What it does:** The agent formulates a query, gets search results, and can then scrape the most relevant pages.\n- **When to enable:** When the agent needs to find information on a topic (Researcher or Custom type).\n- **Configuration required:** SearXNG (with JSON format enabled) or a Brave Search API key. Configurable in **Admin > Agent Tools**.\n- **Example:** The agent searches \"React Server Components best practices 2025\", gets 10 results, then scrapes the top 3.\n\n### Web Scrape\nAllows the agent to **extract text content from a web page** given its URL.\n\n- **What it does:** The agent visits a URL and retrieves the structured text (headings, paragraphs, lists). Ads, menus and footers are typically filtered out.\n- **When to enable:** For the Monitor type (mandatory), or any agent that needs to read web pages.\n- **Configuration:** Works out of the box, but a **Jina Reader API key** improves quality and removes rate limits. Configurable in **Admin > Agent Tools**.\n- **Example:** The agent scrapes 5 tech blogs and produces a synthesized summary.\n\n### Note Search\nAllows the agent to **search your existing notes**.\n\n- **What it does:** The agent performs a text search across all your notes (or a specific notebook).\n- **When to enable:** For Observer-type agents, or any agent that needs to cross-reference information with your notes.\n- **Configuration:** None — works immediately.\n- **Example:** The agent searches all notes containing \"machine learning\" to see what you've already written on the topic.\n\n### Read Note\nAllows the agent to **read the full content of a specific note**.\n\n- **What it does:** After finding a note (via Note Search), the agent can read its entire content to analyze or use it.\n- **When to enable:** As a companion to Note Search. Enable both together so the agent can search AND read.\n- **Configuration:** None.\n- **Example:** The agent finds 5 notes about \"productivity\", reads them all, and writes a synthesis.\n\n### Create Note\nAllows the agent to **write a new note** in your target notebook.\n\n- **What it does:** The agent creates a note with a title and content. This is how results end up in your notebooks.\n- **When to enable:** Almost always — without this tool, the agent cannot save its results. **Leave it enabled by default.**\n- **Configuration:** None.\n- **Example:** The agent creates a note \"Tech Watch - Week 16\" with a summary of 5 articles.\n\n### Fetch URL\nAllows the agent to **download the raw content of a URL** (HTML, JSON, text...).\n\n- **What it does:** Unlike scraping which extracts clean text, Fetch URL retrieves raw content. Useful for APIs, JSON files, or non-standard pages.\n- **When to enable:** When the agent needs to query REST APIs, read RSS feeds, or access raw data.\n- **Configuration:** None.\n- **Example:** The agent queries the GitHub API to list the latest commits of a project.\n\n### Memory\nAllows the agent to **access its previous execution history**.\n\n- **What it does:** The agent can search through results from past runs. This lets it compare, track changes, or avoid repeating the same information.\n- **When to enable:** For agents that run regularly and need to maintain continuity between executions.\n- **Configuration:** None.\n- **Example:** The agent compares this week's news with last week's and highlights what's new.",
|
||||
"frequency": "빈도 및 예약",
|
||||
"frequencyContent": "| Frequency | Behavior\n|-----------|----------\n| **Manual** | You click \"Run\" yourself — no automatic scheduling\n| **Hourly** | Runs every hour\n| **Daily** | Runs once per day\n| **Weekly** | Runs once per week\n| **Monthly** | Runs once per month\n\n> **Tip:** Start with \"Manual\" to test your agent, then switch to an automatic frequency once you're satisfied with the results.",
|
||||
"targetNotebook": "대상 노트북",
|
||||
"targetNotebookContent": "When an agent finishes its task, it **creates a note**. The **target notebook** determines where that note goes:\n\n- **Inbox** (default) — the note goes to your general notes\n- **Specific notebook** — choose a notebook to keep agent results organized\n\n> **Tip:** Create a dedicated notebook like \"Agent Reports\" to keep all automated content in one place.",
|
||||
"templates": "템플릿",
|
||||
"templatesContent": "Templates are pre-configured agents ready to install in one click. You'll find them at the **bottom of the Agents page**.\n\nAvailable templates include:\n\n- **AI Watch** — weekly AI news roundup from 5 specialized sites\n- **Tech Watch** — general tech news summary\n- **Dev Watch** — developer news and new frameworks\n- **Note Observer** — analyzes a notebook and suggests connections\n- **Topic Researcher** — deep research on a specific topic\n\nOnce installed, you can edit the agent to customize it.",
|
||||
"tips": "팁과 문제 해결",
|
||||
"tipsContent": "- **Start with a template** and customize it — it's the fastest way to get a working agent\n- **Test with \"Manual\"** frequency before enabling automatic scheduling\n- **A \"Researcher\" agent requires a web search provider** — configure SearXNG (JSON format) or Brave Search in **Admin > Agent Tools**\n- **If an agent fails**, click on its card then **History** to see the execution log and tool traces\n- **The \"Enabled/Disabled\" toggle** lets you pause an agent without deleting it\n- **Web scraping quality** improves with a Jina Reader API key (optional, in Admin > Agent Tools)\n- **Combine \"Note Search\" + \"Read Note\"** so the agent can find AND analyze your notes' content\n- **Enable \"Memory\"** if your agent runs regularly — it will avoid repeating the same information across runs",
|
||||
"tooltips": {
|
||||
"agentType": "에이전트가 수행할 작업 유형을 선택하세요. 각 유형은 다른 기능과 필드를 가집니다.",
|
||||
"researchTopic": "에이전트가 웹에서 조사할 주제입니다. 더 나은 결과를 위해 구체적으로 작성하세요.",
|
||||
"description": "이 에이전트가 수행하는 작업에 대한 짧은 설명입니다. 용도를 기억하는 데 도움이 됩니다.",
|
||||
"urls": "스크랩할 웹사이트 목록입니다. 에이전트가 각 URL을 방문하여 콘텐츠를 추출합니다.",
|
||||
"sourceNotebook": "에이전트가 분석할 노트북입니다. 이 노트북의 노트를 읽어 연결 및 주제를 찾습니다.",
|
||||
"targetNotebook": "에이전트의 결과 노트가 저장될 위치입니다. 받은편지함 또는 특정 노트북을 선택하세요.",
|
||||
"frequency": "에이전트가 자동으로 실행되는 빈도입니다. 테스트하려면 수동으로 시작하세요.",
|
||||
"instructions": "기본 AI 프롬프트를 대체하는 사용자 지정 지침입니다. 자동 프롬프트를 사용하려면 비워두세요.",
|
||||
"tools": "에이전트가 사용할 수 있는 도구를 선택하세요. 각 도구는 에이전트에게 특정 기능을 제공합니다.",
|
||||
"maxSteps": "최대 추론 사이클 수입니다. 단계가 많을수록 분석이 깊어지지만 시간이 더 걸립니다."
|
||||
}
|
||||
}
|
||||
},
|
||||
"chat": {
|
||||
"title": "AI 채팅",
|
||||
"subtitle": "노트 및 AI 에이전트와 채팅",
|
||||
"newConversation": "새 대화",
|
||||
"noHistory": "기록 없음",
|
||||
"untitled": "제목 없는 대화",
|
||||
"deleteConfirm": "이 대화를 삭제하시겠습니까?",
|
||||
"yes": "예",
|
||||
"placeholder": "도우미에게 메시지를 보내세요...",
|
||||
"allNotebooks": "모든 노트북",
|
||||
"inAllNotebooks": "모든 노트북에서",
|
||||
"active": "활성",
|
||||
"disclaimer": "AI는 실수를 할 수 있습니다. 중요한 정보는 확인하세요.",
|
||||
"assistantError": "도우미 오류",
|
||||
"loadError": "대화 로드 중 오류",
|
||||
"createError": "대화 생성 중 오류",
|
||||
"deleteError": "삭제 중 오류",
|
||||
"renamed": "대화 이름이 변경되었습니다",
|
||||
"renameError": "이름 변경 중 오류",
|
||||
"welcome": "노트를 종합하고, 새로운 아이디어를 생성하거나, 노트북에 대해 논의하는 데 도움을 드릴 수 있습니다.",
|
||||
"searching": "검색 중...",
|
||||
"noNotesFoundForContext": "이 질문에 대한 관련 노트를 찾을 수 없습니다. 일반 지식으로 답변하세요."
|
||||
},
|
||||
"labHeader": {
|
||||
"title": "랩",
|
||||
"live": "라이브",
|
||||
"currentProject": "현재 프로젝트",
|
||||
"choose": "선택하세요...",
|
||||
"yourSpaces": "내 스페이스",
|
||||
"updated": "업데이트됨",
|
||||
"newSpace": "새 생각 공간",
|
||||
"new": "새로 만들기",
|
||||
"renamed": "스페이스 이름이 변경되었습니다",
|
||||
"renameError": "이름 변경 중 오류",
|
||||
"created": "새 스페이스가 생성되었습니다",
|
||||
"createFailed": "생성 실패",
|
||||
"deleteSpace": "스페이스 삭제",
|
||||
"deleted": "스페이스가 삭제되었습니다",
|
||||
"deleteError": "삭제 중 오류"
|
||||
},
|
||||
"notification": {
|
||||
"shared": "\"{title}\"을(를) 공유했습니다",
|
||||
"untitled": "제목 없음",
|
||||
"notifications": "알림",
|
||||
"accept": "Accept",
|
||||
"accepted": "Share accepted",
|
||||
"decline": "Decline",
|
||||
"declined": "공유가 거절되었습니다",
|
||||
"noNotifications": "No new notifications",
|
||||
"removed": "목록에서 노트가 제거되었습니다"
|
||||
},
|
||||
"reminders": {
|
||||
"title": "알림",
|
||||
"empty": "알림 없음",
|
||||
"emptyDescription": "노트에 알림을 추가하면 여기에서 확인할 수 있습니다.",
|
||||
"upcoming": "다가오는 알림",
|
||||
"overdue": "지난 알림",
|
||||
"done": "완료",
|
||||
"markDone": "완료로 표시",
|
||||
"markUndone": "미완료로 표시",
|
||||
"todayAt": "오늘 {time}",
|
||||
"tomorrowAt": "내일 {time}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user