Files
Domipoke 955801c666 noctalia
2026-06-25 19:58:23 +02:00

123 lines
5.3 KiB
JSON

{
"bar": {
"tooltip": "클립보드 기록"
},
"context": {
"toggle": "Clipper 전환",
"settings": "설정 열기"
},
"panel": {
"title": "클립보드 기록",
"pinned-title": "고정된 항목",
"no-pinned": "고정된 항목이 없습니다",
"settings": "설정",
"close": "Close",
"search-placeholder": "검색...",
"filter-all": "전체",
"filter-text": "텍스트",
"filter-images": "이미지",
"filter-colors": "색상",
"filter-links": "링크",
"filter-code": "코드",
"filter-emoji": "이모지",
"filter-files": "파일",
"clear-all": "모두 지우기",
"no-matches": "일치하는 항목이 없습니다",
"empty": "클립보드가 비어 있습니다"
},
"card": {
"add-todo": "할 일에 추가",
"pin": "고정",
"delete": "삭제"
},
"notecards": {
"empty-state": "No notes yet",
"empty-hint": "Click the button below to create your first note",
"create-note": "Create Note",
"change-color": "Change Color",
"export": "Export to .txt",
"delete": "Delete Note",
"untitled-placeholder": "Untitled"
},
"toast": {
"invalid-clipboard-item": "Invalid clipboard item",
"max-pinned-items": "Maximum {max} pinned items reached",
"item-not-found": "Item not found in clipboard",
"failed-to-pin": "Failed to pin item",
"failed-to-pin-image": "Failed to pin image",
"image-too-large": "Image too large to pin (max 5MB)",
"text-too-large": "Text too large to pin (max 1MB)",
"item-pinned": "Item pinned",
"item-unpinned": "Item unpinned",
"max-notes": "Maximum {max} notes reached",
"note-created": "Note created",
"note-deleted": "Note deleted",
"note-not-found": "Note not found",
"note-exported": "Note exported to ~/Documents/{fileName}",
"copied-to-clipboard": "Copied to clipboard",
"failed-to-copy-image": "Failed to copy image",
"failed-to-copy-text": "Failed to copy text",
"no-text-selected": "No text selected",
"failed-to-get-selection": "Failed to get selection",
"no-text-to-add": "No text to add",
"todo-not-available": "ToDo plugin not available",
"added-to-todo": "Added to ToDo",
"failed-to-copy": "Failed to copy to clipboard",
"todo-disabled": "ToDo integration is disabled",
"could-not-open-todo": "Could not open ToDo selector",
"could-not-open-note-selector": "Could not open note selector",
"text-added-to-note": "Text added to note",
"todo-page-created": "New ToDo page created",
"failed-to-get-cursor-position": "Failed to get cursor position",
"notes-cleared": "All notes cleared",
"pinned-cleared": "All pinned items cleared"
},
"settings": {
"tab-general": "General",
"tab-appearance": "Appearance",
"integrations": "통합",
"todo-integration": "ToDo 플러그인 통합",
"todo-description": "클립보드 항목을 할 일 목록에 직접 추가",
"todo-disabled": "ToDo 플러그인이 설치되지 않았거나 비활성화됨",
"features": "Features",
"pincards-enabled": "Enable Pin Cards",
"pincards-desc": "Show pinned items panel and allow pinning clipboard items",
"pincards-items-count": "Pinned Items",
"clear-all-pinned": "Clear All Pinned Items",
"notecards-enabled": "Enable NoteCards",
"notecards-desc": "Show notecards panel for quick notes",
"notecards-notes-count": "Current Notes",
"clear-all-notes": "Clear All Notes",
"show-close-button": "Show Close Button",
"show-close-button-desc": "Display an X button at the top-right corner to close the panel",
"fullscreen-mode": "Fullscreen Mode",
"fullscreen-mode-desc": "Expand the clipboard panel to fill the entire screen",
"hide-panel-background": "Hide Panel Background",
"hide-panel-background-desc": "Remove background from panel containers. Note: Pin Cards and Note Cards work best with background enabled.",
"auto-paste-section": "Auto-Paste",
"auto-paste": "Auto-Paste on Click",
"auto-paste-desc": "Automatically paste clipboard item into focused window after selecting",
"auto-paste-warning": "wtype is required for auto-paste. Install with: sudo pacman -S wtype",
"auto-paste-rmb": "Right-Click Only",
"auto-paste-rmb-desc": "Use right-click for auto-paste; left-click copies to clipboard without pasting",
"auto-paste-delay": "Paste Delay",
"auto-paste-delay-desc": "Delay before pasting (ms). Increase if focus follows cursor is enabled in your compositor.",
"appearance": "카드 모양",
"card-type": "카드 유형",
"card-type-desc": "사용자 지정할 카드 유형 선택",
"preview": "미리보기",
"sample-content": "샘플 콘텐츠 미리보기...",
"bg-color": "배경색",
"bg-color-desc": "카드 배경색",
"separator-color": "구분선 색상",
"separator-color-desc": "헤더와 콘텐츠 사이의 선",
"fg-color": "전경색",
"fg-color-desc": "제목, 아이콘 및 텍스트 콘텐츠 색상",
"reset-defaults": "기본값으로 재설정",
"panel-width": "패널 너비",
"panel-width-desc": "패널의 너비(픽셀 단위, 전체 화면 모드가 비활성화된 경우에만 적용)",
"panel-height": "패널 높이",
"panel-height-desc": "패널의 높이(픽셀 단위). 0으로 설정하면 자동 높이(전체 화면 모드가 비활성화된 경우에만 적용)"
}
}