claude-code-kr 0.1.18 → 0.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +37 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -153,7 +153,9 @@ Claude Code의 `cli.js` 번들을 패치합니다:
153
153
 
154
154
  ### UI 텍스트
155
155
 
156
- 도구 사용 표시되는 메시지와 키보드 힌트를 한글화합니다.
156
+ 도구 표시, 요약 메시지, 권한 모드, 도움말 화면 등을 한글화합니다.
157
+
158
+ **도구 동작**
157
159
 
158
160
  | 영어 | 한글 |
159
161
  |------|------|
@@ -162,12 +164,43 @@ Claude Code의 `cli.js` 번들을 패치합니다:
162
164
  | `Writing src/utils.ts` | `src/utils.ts 작성 중` |
163
165
  | `Searching for pattern` | `pattern 검색 중` |
164
166
  | `Running command` | `명령어 실행 중` |
165
- | `Running in the background` | `백그라운드 실행 중` |
167
+
168
+ **도구 요약**
169
+
170
+ | 영어 | 한글 |
171
+ |------|------|
172
+ | `Searching for 3 patterns, reading 1 file` | `검색 3 패턴, 읽는 중 1 파일` |
173
+ | `Listed 1 directory` | `목록 완료 1 폴더` |
174
+
175
+ **권한 모드**
176
+
177
+ | 영어 | 한글 |
178
+ |------|------|
179
+ | `accept edits on` | `수정 허용 모드` |
180
+ | `auto mode on` | `자동 모드` |
181
+ | `Bypass Permissions` | `권한 무시` |
182
+ | `Don't Ask` | `묻지 않기` |
183
+
184
+ **도움말 (/help)**
185
+
186
+ | 영어 | 한글 |
187
+ |------|------|
188
+ | `! for bash mode` | `! bash 모드` |
189
+ | `/ for commands` | `/ 커맨드` |
190
+ | `@ for file paths` | `@ 파일 경로` |
191
+ | `/btw for side question` | `/근데 사이드 질문` |
192
+ | `double tap esc to clear input` | `esc 두 번 입력 지우기` |
193
+
194
+ **기타**
195
+
196
+ | 영어 | 한글 |
197
+ |------|------|
166
198
  | `(ctrl+o to expand)` | `(ctrl+o 펼치기)` |
167
199
  | `Space, Enter, or Escape to dismiss` | `Space·Enter·Esc로 닫기` |
168
200
  | `Interrupted · What should Claude do instead?` | `중단됨 · 대신 무엇을 할까요?` |
169
- | `accept edits on` | `수정 허용 모드` |
170
- | `Bypass Permissions` | `권한 무시` |
201
+ | `◉ max · /effort` | `◉ max · /노력` |
202
+
203
+ > 전체 번역 현황은 [TRANSLATION-STATUS.md](TRANSLATION-STATUS.md) 참고
171
204
 
172
205
  ## 번역 원칙
173
206
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-kr",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "Claude Code 한글 패치 CLI — /btw → /근데, /help → /도움, /compact → /압축",
5
5
  "main": "./index.js",
6
6
  "bin": {