mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

View File

@@ -0,0 +1,24 @@
# mktorrent
> BitTorrent 메타정보 파일 생성.
> 더 많은 정보: <https://github.com/Rudde/mktorrent>.
- 조각 크기를 2^21 KB로 설정하여 토렌트 생성:
`mktorrent -a {{트래커_발표_URL}} -l {{21}} -o {{경로/대상/예시.torrent}} {{경로/대상/파일_또는_폴더}}`
- 조각 크기를 2^21 KB로 설정하여 개인 토렌트 생성:
`mktorrent -p -a {{트래커_발표_URL}} -l {{21}} -o {{경로/대상/예시.torrent}} {{경로/대상/파일_또는_폴더}}`
- 주석이 포함된 토렌트 생성:
`mktorrent -c "{{주석}}" -a {{트래커_발표_URL}} -l {{21}} -o {{경로/대상/예시.torrent}} {{경로/대상/파일_또는_폴더}}`
- 여러 트래커가 포함된 토렌트 생성:
`mktorrent -a {{트래커_발표_URL,트래커_발표_URL_2}} -l {{21}} -o {{경로/대상/예시.torrent}} {{경로/대상/파일_또는_폴더}}`
- 웹 시드 URL이 포함된 토렌트 생성:
`mktorrent -a {{트래커_발표_URL}} -w {{웹_시드_URL}} -l {{21}} -o {{경로/대상/예시.torrent}} {{경로/대상/파일_또는_폴더}}`