claude-code-kr 0.1.27 → 0.1.31
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.
- package/lib/patcher.js +29 -3
- package/package.json +1 -1
package/lib/patcher.js
CHANGED
|
@@ -137,11 +137,14 @@ function apply(cliJs) {
|
|
|
137
137
|
['O.length===0?"Listing":"listing":O.length===0?"Listed":"listed"', 'O.length===0?"목록":"목록":O.length===0?"목록 완료":"목록 완료"'],
|
|
138
138
|
// directory 단독 사용 (다른 컨텍스트)
|
|
139
139
|
['g===1?"directory":"directories"', 'g===1?"폴더":"폴더"'],
|
|
140
|
-
// 도구 요약 메시지 — JSX 코드경로 (
|
|
140
|
+
// 도구 요약 메시지 — JSX 코드경로 (어순 + 번역)
|
|
141
141
|
['z6?"Searching for":"searching for":z6?"Searched for":"searched for"', 'z6?"검색":"검색":z6?"검색 완료":"검색 완료"'],
|
|
142
|
-
['U===1?"pattern":"patterns"', 'U===1?"패턴":"패턴"'],
|
|
143
142
|
['z6?"Reading":"reading":z6?"Read":"read"', 'z6?"읽는 중":"읽는 중":z6?"읽기 완료":"읽기 완료"'],
|
|
144
143
|
['z6?"Listing":"listing":z6?"Listed":"listed"', 'z6?"목록":"목록":z6?"목록 완료":"목록 완료"'],
|
|
144
|
+
// JSX 어순 변경: "verb count noun" → "count개 noun verb"
|
|
145
|
+
['key:"search"},r," ",pq.default.createElement(V,{bold:!0},U)," ",U===1?"pattern":"patterns"', 'key:"search"},pq.default.createElement(V,{bold:!0},U),"개 패턴 ",r'],
|
|
146
|
+
['key:"read"},r," ",pq.default.createElement(V,{bold:!0},p)," ",p===1?"file":"files"', 'key:"read"},pq.default.createElement(V,{bold:!0},p),"개 파일 ",r'],
|
|
147
|
+
['key:"list"},r," ",pq.default.createElement(V,{bold:!0},g)," ",g===1?"폴더":"폴더"', 'key:"list"},pq.default.createElement(V,{bold:!0},g),"개 폴더 ",r'],
|
|
145
148
|
// 권한 모드
|
|
146
149
|
['title:"Bypass Permissions",shortTitle:"Bypass"', 'title:"확인 생략",shortTitle:"생략"'],
|
|
147
150
|
['title:"Accept edits",shortTitle:"Accept"', 'title:"수정 허용",shortTitle:"허용"'],
|
|
@@ -165,7 +168,11 @@ function apply(cliJs) {
|
|
|
165
168
|
// 상태바 — tokens, thinking
|
|
166
169
|
[' · /effort`', ' · /노력`'],
|
|
167
170
|
['`${Z6} tokens`:`${s6.arrowDown} ${Z6} tokens`', '`${Z6} 토큰`:`${s6.arrowDown} ${Z6} 토큰`'],
|
|
168
|
-
['
|
|
171
|
+
['UK(H)+" tokens"', 'UK(H)+" 토큰"'],
|
|
172
|
+
['`thinking${G}`:typeof f==="number"?`thought for ${Math.max(1,Math.round(f/1000))}s`', '`생각중${G}`:typeof f==="number"?`${Math.max(1,Math.round(f/1000))}초간 생각함`'],
|
|
173
|
+
// 턴 완료 메시지 — "Crunched for 2분 27초" → "2분 27초에 걸쳐 처리 완료"
|
|
174
|
+
['`${A} for ${X}`', '`${X}에 걸쳐 ${A}`'],
|
|
175
|
+
['"Baked","Brewed","Churned","Cogitated","Cooked","Crunched","Sautéed","Worked"', '"처리 완료","처리 완료","처리 완료","처리 완료","처리 완료","처리 완료","처리 완료","처리 완료"'],
|
|
169
176
|
// formatDuration — 시간 표시 한글화
|
|
170
177
|
['return`${_}d ${z}h`;return`${_}d ${z}h ${Y}m`}if(z>0){if(O&&Y===0&&A===0)return`${z}h`;if(O&&A===0)return`${z}h ${Y}m`;return`${z}h ${Y}m ${A}s`}if(Y>0){if(O&&A===0)return`${Y}m`;return`${Y}m ${A}s`}return`${A}s`',
|
|
171
178
|
'return`${_}일 ${z}시간`;return`${_}일 ${z}시간 ${Y}분`}if(z>0){if(O&&Y===0&&A===0)return`${z}시간`;if(O&&A===0)return`${z}시간 ${Y}분`;return`${z}시간 ${Y}분 ${A}초`}if(Y>0){if(O&&A===0)return`${Y}분`;return`${Y}분 ${A}초`}return`${A}초`'],
|
|
@@ -212,6 +219,25 @@ function apply(cliJs) {
|
|
|
212
219
|
['"Initializing…"', '"초기화 중…"'],
|
|
213
220
|
['"Shortcuts"', '"단축키"'],
|
|
214
221
|
// 권한 대화상자
|
|
222
|
+
['"Do you want to proceed?"', '"실행할까요?"'],
|
|
223
|
+
['label:"Yes",value:"yes"', 'label:"네",value:"yes"'],
|
|
224
|
+
['label:"No",value:"no"', 'label:"아니요",value:"no"'],
|
|
225
|
+
['"Yes, and don\'t ask again for "', '"네, 다시 묻지 않기: "'],
|
|
226
|
+
['" commands in"', '" 명령어"'],
|
|
227
|
+
['"commands in "', '"명령어 "'],
|
|
228
|
+
['label:"Yes, and bypass permissions"', 'label:"네, 확인 생략"'],
|
|
229
|
+
['label:"Yes, and use auto mode"', 'label:"네, 자동 모드 사용"'],
|
|
230
|
+
['label:"Yes, auto-accept edits"', 'label:"네, 수정 자동 허용"'],
|
|
231
|
+
['label:"Yes, enable auto mode"', 'label:"네, 자동 모드 활성화"'],
|
|
232
|
+
['label:"Yes, enter plan mode"', 'label:"네, 계획 모드 진입"'],
|
|
233
|
+
['label:"Yes, and make it my default mode"', 'label:"네, 기본 모드로 설정"'],
|
|
234
|
+
['label:"Yes, for this session"', 'label:"네, 이 세션에서"'],
|
|
235
|
+
['label:"Yes, delete"', 'label:"네, 삭제"'],
|
|
236
|
+
['label:"No, cancel"', 'label:"아니요, 취소"'],
|
|
237
|
+
['label:"No, exit"', 'label:"아니요, 종료"'],
|
|
238
|
+
['label:"No, exit Claude Code"', 'label:"아니요, Claude Code 종료"'],
|
|
239
|
+
['label:"Not now"', 'label:"나중에"'],
|
|
240
|
+
['label:"No, not now"', 'label:"아니요, 나중에"'],
|
|
215
241
|
['"tell Claude what to do next"', '"다음에 할 일을 알려주세요"'],
|
|
216
242
|
['"tell Claude what to do differently"', '"다르게 할 일을 알려주세요"'],
|
|
217
243
|
['"What would you like to do?"', '"무엇을 할까요?"'],
|