claude-code-kr 0.4.5 → 0.4.6
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/locales/ko.json +2 -0
- package/package.json +1 -1
package/lib/locales/ko.json
CHANGED
|
@@ -362,6 +362,7 @@
|
|
|
362
362
|
"\"↓ stats\"": "\"↓ 통계\"",
|
|
363
363
|
"Claude Code has switched from npm to native installer. Run `claude install` or see https://docs.anthropic.com/en/docs/claude-code/getting-started for more options.": "Claude Code가 npm에서 네이티브 설치로 전환되었습니다. `claude install`을 실행하거나 https://docs.anthropic.com/en/docs/claude-code/getting-started 을 참고하세요.",
|
|
364
364
|
"Continue your session in Claude Code Desktop with ${": "Claude Code Desktop에서 세션 이어가기: ${",
|
|
365
|
+
"O.has(j1.contentBlock.id)||j6.has(j1.contentBlock.id)||m8.has(j1.contentBlock.id)": "O?.has(j1.contentBlock.id)||j6?.has(j1.contentBlock.id)||m8?.has(j1.contentBlock.id)",
|
|
365
366
|
"Use Plan Mode to prepare for a complex request before making changes. Press ${": "복잡한 요청 전 계획 모드로 준비하세요. ${",
|
|
366
367
|
"Your default model setting is Opus Plan Mode. Press ${": "기본 모델이 Opus 계획 모드입니다. ${",
|
|
367
368
|
"action:\"accept\"": "action:\"수락\"",
|
|
@@ -438,6 +439,7 @@
|
|
|
438
439
|
"action:\"write to file\"": "action:\"파일에 저장\"",
|
|
439
440
|
"description:\"expand history\"": "description:\"기록 펼치기\"",
|
|
440
441
|
"description:\"expand\"": "description:\"펼치기\"",
|
|
442
|
+
"hasActiveTools:lu.size>0": "hasActiveTools:(lu?.size??0)>0",
|
|
441
443
|
"label:\"Back\"": "label:\"뒤로\"",
|
|
442
444
|
"label:\"Continue\"": "label:\"계속\"",
|
|
443
445
|
"label:\"Copy to clipboard\"": "label:\"클립보드에 복사\"",
|