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

16
pages.ko/common/mkfile.md Normal file
View File

@@ -0,0 +1,16 @@
# mkfile
> 원하는 크기의 빈 파일을 생성.
> 더 많은 정보: <https://manned.org/mkfile>.
- 15킬로바이트의 빈 파일 생성:
`mkfile -n {{15k}} {{경로/대상/파일}}`
- 주어진 크기와 단위(바이트, KB, MB, GB)의 파일 생성:
`mkfile -n {{크기}}{{b|k|m|g}} {{경로/대상/파일}}`
- 각각 4메가바이트의 두 파일 생성:
`mkfile -n {{4m}} {{첫번째_파일명}} {{두번째_파일명}}`