windows/choco*: add Korean translation (#14193)

choco*: add Korean translation

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
코드싸이
2024-10-14 18:14:13 +09:00
committed by GitHub
parent 75d7e53411
commit 103a4f22fd
15 changed files with 350 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# choco feature
> Chocolatey를 통해 기능과 상호작용.
> 더 많은 정보: <https://chocolatey.org/docs/commands-feature>.
- 사용 가능한 기능 목록 표시:
`choco feature list`
- 기능 활성화:
`choco feature enable --name {{이름}}`
- 기능 비활성화:
`choco feature disable --name {{이름}}`