-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathchat.json
More file actions
233 lines (233 loc) · 8.77 KB
/
chat.json
File metadata and controls
233 lines (233 loc) · 8.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
{
"codeBlock": {
"copy": "복사",
"copied": "복사됨",
"copyCode": "코드 복사"
},
"copyMessage": {
"copy": "메시지 복사",
"copied": "메시지 복사됨"
},
"messageTypes": {
"user": "U",
"error": "오류",
"tool": "도구",
"claude": "Claude",
"cursor": "Cursor",
"codex": "Codex",
"gemini": "Gemini"
},
"tools": {
"settings": "도구 설정",
"error": "도구 오류",
"result": "도구 결과",
"viewParams": "입력 파라미터 보기",
"viewRawParams": "Raw 파라미터 보기",
"viewDiff": "편집 Diff 보기:",
"creatingFile": "새 파일 생성:",
"updatingTodo": "Todo 리스트 업데이트",
"read": "읽기",
"readFile": "파일 읽기",
"updateTodo": "Todo 리스트 업데이트",
"readTodo": "Todo 리스트 읽기",
"searchResults": "결과"
},
"search": {
"found": "{{count}}개의 {{type}} 발견",
"file": "파일",
"files": "파일",
"pattern": "패턴:",
"in": "위치:"
},
"fileOperations": {
"updated": "파일이 업데이트되었습니다",
"created": "파일이 생성되었습니다",
"written": "파일이 작성되었습니다",
"diff": "Diff",
"newFile": "새 파일",
"viewContent": "파일 내용 보기",
"viewFullOutput": "전체 출력 보기 ({{count}}자)",
"contentDisplayed": "파일 내용이 위의 Diff 보기에 표시됩니다"
},
"interactive": {
"title": "대화형 프롬프트",
"waiting": "CLI에서 응답을 기다리는 중",
"instruction": "Claude가 실행 중인 터미널에서 옵션을 선택해주세요.",
"selectedOption": "✓ Claude가 옵션 {{number}}을(를) 선택했습니다",
"instructionDetail": "CLI에서 화살표 키 또는 숫자를 입력하여 이 옵션을 대화형으로 선택합니다."
},
"thinking": {
"title": "생각 중...",
"emoji": "💭 생각 중..."
},
"json": {
"response": "JSON 응답"
},
"permissions": {
"grant": "{{tool}}에 대한 권한 부여",
"added": "권한이 추가되었습니다",
"addTo": "{{entry}}을(를) 허용된 도구에 추가합니다.",
"retry": "권한이 저장되었습니다. 도구를 사용하려면 요청을 재시도하세요.",
"error": "권한을 업데이트할 수 없습니다. 다시 시도해주세요.",
"openSettings": "설정 열기"
},
"todo": {
"updated": "Todo 리스트가 업데이트되었습니다",
"current": "현재 Todo 리스트"
},
"plan": {
"viewPlan": "📋 구현 계획 보기",
"title": "구현 계획"
},
"usageLimit": {
"resetAt": "Claude 사용량 한도에 도달했습니다. 한도는 **{{time}} {{timezone}}** - {{date}}에 초기화됩니다"
},
"codex": {
"permissionMode": "권한 모드",
"modes": {
"default": "기본 모드",
"acceptEdits": "편집 허용",
"bypassPermissions": "권한 우회",
"plan": "Plan 모드"
},
"descriptions": {
"default": "신뢰할 수 있는 명령어(ls, cat, grep, git status 등)만 자동 실행됩니다. 다른 명령어는 건너뜁니다. 워크스페이스에 쓰기 가능.",
"acceptEdits": "워크스페이스 내에서 모든 명령어가 자동 실행됩니다. 샌드박스 내 완전 자동 모드.",
"bypassPermissions": "제한 없는 전체 시스템 접근. 모든 명령어가 전체 디스크 및 네트워크 접근 권한으로 자동 실행됩니다. 주의해서 사용하세요.",
"plan": "계획 모드 - 명령어가 실행되지 않습니다"
},
"technicalDetails": "기술 상세"
},
"input": {
"placeholder": "/를 입력하여 명령어, @를 입력하여 파일, 또는 {{provider}}에게 무엇이든 물어보세요...",
"placeholderDefault": "메시지를 입력하세요...",
"disabled": "입력 비활성화",
"attachFiles": "파일 첨부",
"attachImages": "이미지 첨부",
"send": "전송",
"stop": "중지",
"hintText": {
"ctrlEnter": "Ctrl+Enter로 전송 • Shift+Enter로 줄바꿈 • Tab으로 모드 변경 • /로 슬래시 명령어",
"enter": "Enter로 전송 • Shift+Enter로 줄바꿈 • Tab으로 모드 변경 • /로 슬래시 명령어"
},
"clickToChangeMode": "클릭하여 권한 모드 변경 (또는 입력창에서 Tab)",
"showAllCommands": "모든 명령어 보기",
"clearInput": "입력 지우기",
"scrollToBottom": "맨 아래로 스크롤"
},
"thinkingMode": {
"selector": {
"title": "Thinking 모드",
"description": "확장된 thinking은 Claude에게 대안을 평가할 시간을 더 줍니다",
"active": "활성",
"tip": "높은 thinking 모드는 시간이 더 걸리지만 더 철저한 분석을 제공합니다"
},
"modes": {
"none": {
"name": "Standard",
"description": "일반 Claude 응답",
"prefix": ""
},
"think": {
"name": "Think",
"description": "기본 확장 thinking",
"prefix": "think"
},
"thinkHard": {
"name": "Think Hard",
"description": "더 철저한 평가",
"prefix": "think hard"
},
"thinkHarder": {
"name": "Think Harder",
"description": "대안을 포함한 심층 분석",
"prefix": "think harder"
},
"ultrathink": {
"name": "Ultrathink",
"description": "최대 thinking 예산",
"prefix": "ultrathink"
}
},
"buttonTitle": "Thinking 모드: {{mode}}"
},
"providerSelection": {
"title": "AI 어시스턴트 선택",
"description": "새 대화를 시작할 프로바이더를 선택하세요",
"selectModel": "모델 선택",
"providerInfo": {
"anthropic": "Anthropic 제공",
"openai": "OpenAI 제공",
"cursorEditor": "AI 코드 에디터",
"google": "Google 제공"
},
"readyPrompt": {
"claude": "{{model}} 모델로 Claude를 사용할 준비가 되었습니다. 아래에 메시지를 입력하세요.",
"cursor": "{{model}} 모델로 Cursor를 사용할 준비가 되었습니다. 아래에 메시지를 입력하세요.",
"codex": "{{model}} 모델로 Codex를 사용할 준비가 되었습니다. 아래에 메시지를 입력하세요.",
"gemini": "{{model}} 모델로 Gemini를 사용할 준비가 되었습니다. 아래에 메시지를 입력하세요.",
"default": "시작하려면 위에서 제공자를 선택하세요"
}
},
"session": {
"continue": {
"title": "대화 계속하기",
"description": "코드에 대해 질문하거나, 변경을 요청하거나, 개발 작업에 도움을 받으세요"
},
"loading": {
"olderMessages": "이전 메시지 로딩 중...",
"sessionMessages": "세션 메시지 로딩 중..."
},
"messages": {
"showingOf": "{{total}}개 중 {{shown}}개 표시",
"scrollToLoad": "위로 스크롤하여 더 로드",
"showingLast": "마지막 {{count}}개 메시지 표시 (총 {{total}}개)",
"loadEarlier": "이전 메시지 로드",
"loadAll": "모든 메시지 로드",
"loadingAll": "모든 메시지 로딩 중...",
"allLoaded": "모든 메시지 로드 완료",
"perfWarning": "모든 메시지가 로드됨 - 스크롤이 느려질 수 있습니다. \"맨 아래로 스크롤\"을 클릭하면 성능이 복구됩니다."
}
},
"shell": {
"selectProject": {
"title": "프로젝트 선택",
"description": "해당 디렉토리에서 대화형 Shell을 열 프로젝트를 선택하세요"
},
"status": {
"newSession": "새 세션",
"initializing": "초기화 중...",
"restarting": "재시작 중..."
},
"actions": {
"disconnect": "연결 끊기",
"disconnectTitle": "Shell 연결 끊기",
"restart": "재시작",
"restartTitle": "Shell 재시작 (먼저 연결 끊기)",
"connect": "Shell에서 계속",
"connectTitle": "Shell에 연결"
},
"loading": "터미널 로딩 중...",
"connecting": "Shell에 연결 중...",
"startSession": "새 Claude 세션 시작",
"resumeSession": "세션 재개: {{displayName}}...",
"runCommand": "{{projectName}}에서 {{command}} 실행",
"startCli": "{{projectName}}에서 Claude CLI 시작",
"defaultCommand": "명령어"
},
"projectSelection": {
"startChatWithProvider": "{{provider}}와 채팅을 시작하려면 프로젝트를 선택하세요"
},
"tasks": {
"nextTaskPrompt": "다음 작업 시작"
},
"systemInjected": {
"system-reminder": "시스템 알림",
"task-notification": "작업 알림",
"background-task-result": "백그라운드 작업 결과",
"hook": "Hook 출력",
"command": "명령어",
"continuation": "세션 정보",
"other": "시스템"
}
}