mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-05-09 14:08:19 +00:00
* refactor(ui): replace in-repo Command primitive with cmdk wrapper * feat(command-palette): add global Cmd+K palette with v1 actions * feat(command-palette): add session, file, and commit search sources * refactor: add provider names to model constants * feat(command-palette): add settings, navigation, message search, and ⌘K hints * feat(command-palette): add git fetch/pull/push and branch switch actions * refactor(command-palette): consolidate fetch source hooks behind useApiSource * refactor(command-palette): extract useCommandKey and SETTINGS_MAIN_TABS metadata * refactor(command-palette): extract groups into declarative registry * refactor(command-palette): wire openFile through PaletteOpsContext * refactor: migrate openSettings and refreshProjects from window.* to PaletteOpsContext * refactor(command-palette): inline groups and delete registry indirection * refactor(command-palette): return items array directly from source hooks * refactor(palette-ops): flatten Handle wrapper into ref-based registry * refactor: inline useCommandKey as MOD_KEY constant in two call sites * feat: introduce pages and fix bug on branch switching * fix: small labels * fix: coderabbit issues * fix: coderabbit comments * Update src/components/chat/view/subcomponents/ProviderSelectionEmptyState.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
123 lines
4.9 KiB
JSON
123 lines
4.9 KiB
JSON
{
|
|
"projects": {
|
|
"title": "프로젝트",
|
|
"newProject": "새 프로젝트",
|
|
"deleteProject": "프로젝트 제거",
|
|
"renameProject": "프로젝트 이름 변경",
|
|
"noProjects": "프로젝트가 없습니다",
|
|
"loadingProjects": "프로젝트 로딩 중...",
|
|
"searchPlaceholder": "프로젝트 검색...",
|
|
"projectNamePlaceholder": "프로젝트 이름",
|
|
"starred": "즐겨찾기",
|
|
"all": "전체",
|
|
"untitledSession": "제목 없는 세션",
|
|
"newSession": "새 세션",
|
|
"codexSession": "Codex 세션",
|
|
"fetchingProjects": "Claude 프로젝트와 세션을 가져오는 중",
|
|
"projects": "프로젝트",
|
|
"noMatchingProjects": "일치하는 프로젝트 없음",
|
|
"tryDifferentSearch": "검색어를 변경해보세요",
|
|
"runClaudeCli": "프로젝트 디렉토리에서 Claude CLI를 실행하여 시작하세요"
|
|
},
|
|
"app": {
|
|
"title": "CloudCLI",
|
|
"subtitle": "AI 코딩 어시스턴트 UI"
|
|
},
|
|
"sessions": {
|
|
"title": "세션",
|
|
"newSession": "새 세션",
|
|
"deleteSession": "세션 삭제",
|
|
"renameSession": "세션 이름 변경",
|
|
"noSessions": "세션이 없습니다",
|
|
"loadingSessions": "세션 로딩 중...",
|
|
"unnamed": "이름 없음",
|
|
"loading": "로딩 중...",
|
|
"showMore": "더 많은 세션 보기"
|
|
},
|
|
"tooltips": {
|
|
"viewEnvironments": "환경 보기",
|
|
"hideSidebar": "사이드바 숨기기",
|
|
"createProject": "새 프로젝트 생성",
|
|
"refresh": "프로젝트 및 세션 새로고침 (Ctrl+R)",
|
|
"renameProject": "프로젝트 이름 변경 (F2)",
|
|
"deleteProject": "사이드바에서 프로젝트 제거 (Delete)",
|
|
"addToFavorites": "즐겨찾기에 추가",
|
|
"removeFromFavorites": "즐겨찾기에서 제거",
|
|
"editSessionName": "세션 이름 직접 편집",
|
|
"deleteSession": "이 세션 영구 삭제",
|
|
"save": "저장",
|
|
"cancel": "취소",
|
|
"openCommandPalette": "명령 팔레트 열기"
|
|
},
|
|
"navigation": {
|
|
"chat": "채팅",
|
|
"files": "파일",
|
|
"git": "Git",
|
|
"terminal": "터미널",
|
|
"tasks": "작업"
|
|
},
|
|
"actions": {
|
|
"refresh": "새로고침",
|
|
"settings": "설정",
|
|
"collapseAll": "모두 접기",
|
|
"expandAll": "모두 펼치기",
|
|
"cancel": "취소",
|
|
"save": "저장",
|
|
"delete": "삭제",
|
|
"rename": "이름 변경",
|
|
"joinCommunity": "커뮤니티 참여",
|
|
"reportIssue": "문제 신고",
|
|
"starOnGithub": "GitHub에서 스타"
|
|
},
|
|
"branding": {
|
|
"openSource": "오픈 소스"
|
|
},
|
|
"status": {
|
|
"active": "활성",
|
|
"inactive": "비활성",
|
|
"thinking": "생각 중...",
|
|
"error": "오류",
|
|
"aborted": "중단됨",
|
|
"unknown": "알 수 없음"
|
|
},
|
|
"time": {
|
|
"justNow": "방금 전",
|
|
"oneMinuteAgo": "1분 전",
|
|
"minutesAgo": "{{count}}분 전",
|
|
"oneHourAgo": "1시간 전",
|
|
"hoursAgo": "{{count}}시간 전",
|
|
"oneDayAgo": "1일 전",
|
|
"daysAgo": "{{count}}일 전"
|
|
},
|
|
"messages": {
|
|
"deleteConfirm": "정말 삭제하시겠습니까?",
|
|
"renameSuccess": "이름이 변경되었습니다",
|
|
"deleteSuccess": "삭제되었습니다",
|
|
"errorOccurred": "오류가 발생했습니다",
|
|
"deleteSessionConfirm": "이 세션을 삭제하시겠습니까? 이 작업은 취소할 수 없습니다.",
|
|
"deleteProjectConfirm": "사이드바에서 이 프로젝트를 제거하시겠습니까? 프로젝트 파일, 메모리 및 세션 데이터는 삭제되지 않습니다.",
|
|
"enterProjectPath": "프로젝트 경로를 입력해주세요",
|
|
"deleteSessionFailed": "세션 삭제 실패. 다시 시도해주세요.",
|
|
"deleteSessionError": "세션 삭제 오류. 다시 시도해주세요.",
|
|
"renameSessionFailed": "세션 이름 변경 실패. 다시 시도해주세요.",
|
|
"renameSessionError": "세션 이름 변경 오류. 다시 시도해주세요.",
|
|
"deleteProjectFailed": "프로젝트 제거 실패. 다시 시도해주세요.",
|
|
"deleteProjectError": "프로젝트 제거 오류. 다시 시도해주세요.",
|
|
"createProjectFailed": "프로젝트 생성 실패. 다시 시도해주세요.",
|
|
"createProjectError": "프로젝트 생성 오류. 다시 시도해주세요."
|
|
},
|
|
"version": {
|
|
"updateAvailable": "업데이트 가능"
|
|
},
|
|
"deleteConfirmation": {
|
|
"deleteProject": "프로젝트 제거",
|
|
"deleteSession": "세션 삭제",
|
|
"confirmDelete": "이 프로젝트를 어떻게 하시겠습니까:",
|
|
"sessionCount_one": "이 프로젝트에는 {{count}}개의 대화가 있습니다.",
|
|
"sessionCount_other": "이 프로젝트에는 {{count}}개의 대화가 있습니다.",
|
|
"removeFromSidebar": "사이드바에서만 제거",
|
|
"deleteAllData": "모든 데이터 영구 삭제",
|
|
"allConversationsDeleted": "프로젝트가 사이드바에서 제거됩니다. 파일, 메모리 및 세션 데이터는 보존됩니다.",
|
|
"cannotUndo": "나중에 프로젝트를 다시 추가할 수 있습니다."
|
|
}
|
|
} |