From 65fc2a130aa2eb38173a3dad4eee34e6600baa11 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Thu, 25 Jun 2026 19:52:09 +0800 Subject: [PATCH] Fix localized default category labels --- src/Apptag/Localization/ko.json | 78 +++++++++++++++++++------------------- 1 files changed, 39 insertions(+), 39 deletions(-) diff --git a/src/Apptag/Localization/ko.json b/src/Apptag/Localization/ko.json index 73be18b..f3f1c0b 100644 --- a/src/Apptag/Localization/ko.json +++ b/src/Apptag/Localization/ko.json @@ -98,28 +98,28 @@ "edit.feedbackAddFormat": "이번 작업으로 %appCount%개 앱(%appNames%)에 태그 %tagCount%개가 새로 추가되었습니다.", "edit.feedbackRemoveFormat": "이번 작업으로 %appCount%개 앱(%appNames%)에서 태그 %tagCount%개가 제거되었습니다. 제거된 태그: %tagNames%.", "edit.removeHint": "앱에서 태그를 일괄 제거합니다(체크 해제한 기존 태그가 선택한 모든 앱에서 제거됩니다).", - "smart.category.browser": "Browsers", - "smart.category.communication": "Communication", + "smart.category.browser": "브라우저", + "smart.category.communication": "커뮤니케이션", "smart.category.productivity": "생산성", - "smart.category.file-management": "File Management", - "smart.category.transfer": "Uploads & Downloads", - "smart.category.development": "프로그래밍", + "smart.category.file-management": "파일 관리", + "smart.category.transfer": "업로드 및 다운로드", + "smart.category.development": "개발", "smart.category.design": "디자인", - "smart.category.writing": "Writing", - "smart.category.media": "Media", - "smart.category.video": "Video", - "smart.category.audio": "Audio", - "smart.category.picture-photo": "Pictures & Photos", - "smart.category.utilities": "Utilities", - "smart.category.system": "System Apps", - "smart.category.system-enhancement": "시스템 강화", - "smart.category.entertainment": "Entertainment", - "smart.category.game": "Games", - "smart.category.finance": "Finance", - "smart.category.education": "Education", - "smart.category.ai-tools": "AI Tools", - "smart.category.security": "Security", - "smart.category.other": "Other", + "smart.category.writing": "글쓰기", + "smart.category.media": "미디어", + "smart.category.video": "비디오", + "smart.category.audio": "오디오", + "smart.category.picture-photo": "이미지와 사진", + "smart.category.utilities": "유틸리티", + "smart.category.system": "시스템 앱", + "smart.category.system-enhancement": "시스템 향상", + "smart.category.entertainment": "엔터테인먼트", + "smart.category.game": "게임", + "smart.category.finance": "금융", + "smart.category.education": "교육", + "smart.category.ai-tools": "AI 도구", + "smart.category.security": "보안", + "smart.category.other": "기타", "smartstart.auto.title": "Smart Start가 앱을 정리했습니다", "smartstart.auto.messageFormat": "%appCount%개 앱에 %tagCount%개 태그를 지정했습니다.", "smartstart.suggestion.title": "Smart Start 제안 준비 완료", @@ -185,27 +185,27 @@ "quickSearch.globalHotkey": "Quick Search (global)", "quickSearch.globalHotkeyDesc": "Open Quick Search globally when the TagLauncher app list is not visible.", "quickSearch.spaceDisplay": "Space", - "smart.category.GTD": "Tasks & GTD", - "smart.category.Notes": "Notes", - "smart.category.Meeting": "Meetings", - "smart.category.office": "Office", + "smart.category.GTD": "작업 및 GTD", + "smart.category.Notes": "메모", + "smart.category.Meeting": "회의", + "smart.category.office": "오피스", "smart.category.PDF": "PDF", - "smart.category.api-tools": "API Tools", - "smart.category.database-tools": "Databases", + "smart.category.api-tools": "API 도구", + "smart.category.database-tools": "데이터베이스", "smart.category.devops": "DevOps", - "smart.category.ide": "IDEs", - "smart.category.runtime-sdk": "Runtimes & SDKs", - "smart.category.terminal-tools": "Terminal Tools", - "smart.category.Font": "Fonts", - "smart.category.ui-prototyping": "UI Prototyping", - "smart.category.3d-cad": "3D & CAD", - "smart.category.diagramming": "Diagramming", - "smart.category.system-maintenance": "System Maintenance", - "smart.category.window-management": "Window Management", - "smart.category.device-management": "Device Management", - "smart.category.input-tools": "Input Tools", - "smart.category.Automation": "Automation", - "smart.category.network-tools": "Network Tools", + "smart.category.ide": "IDE", + "smart.category.runtime-sdk": "런타임 및 SDK", + "smart.category.terminal-tools": "터미널 도구", + "smart.category.Font": "글꼴", + "smart.category.ui-prototyping": "UI 프로토타이핑", + "smart.category.3d-cad": "3D 및 CAD", + "smart.category.diagramming": "다이어그램", + "smart.category.system-maintenance": "시스템 유지 관리", + "smart.category.window-management": "윈도우 관리", + "smart.category.device-management": "기기 관리", + "smart.category.input-tools": "입력 도구", + "smart.category.Automation": "자동화", + "smart.category.network-tools": "네트워크 도구", "help.openPDF": "도움말 PDF 열기", "help.copyLink": "도움말 PDF 링크 복사", "help.currentLanguage": "현재 앱 언어에 맞는 온라인 PDF를 엽니다.", -- Gitblit v1.9.3