common/w*: add Korean translation (#14523)

This commit is contained in:
코드싸이
2024-11-02 13:59:52 +09:00
committed by GitHub
parent 8a477df704
commit 8bcc0ead21
58 changed files with 1268 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# wondershaper
> 네트워크 어댑터의 대역폭을 제한할 수 있도록 합니다.
> 더 많은 정보: <https://github.com/magnific0/wondershaper#usage>.
- [h]elp 표시:
`wondershaper -h`
- 특정 [a]dapter의 현재 [s]tatus 보기:
`wondershaper -s -a {{어댑터_이름}}`
- 특정 [a]dapter의 제한 해제:
`wondershaper -c -a {{어댑터_이름}}`
- 특정 최대 [d]ownload 속도 설정 (Kbps 단위):
`wondershaper -a {{어댑터_이름}} -d {{1024}}`
- 특정 최대 [u]pload 속도 설정 (Kbps 단위):
`wondershaper -a {{어댑터_이름}} -u {{512}}`
- 특정 최대 [d]ownload 및 [u]pload 속도 설정 (Kbps 단위):
`wondershaper -a {{어댑터_이름}} -d {{1024}} -u {{512}}`