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

28
pages.ko/common/mat2.md Normal file
View File

@@ -0,0 +1,28 @@
# mat2
> 다양한 파일 형식의 메타데이터를 제거하여 익명화.
> 더 많은 정보: <https://0xacab.org/jvoisin/mat2>.
- 지원되는 파일 형식 나열:
`mat2 --list`
- 파일에서 메타데이터 제거:
`mat2 {{경로/대상/파일}}`
- 파일에서 메타데이터를 제거하고 자세한 출력을 콘솔에 출력:
`mat2 --verbose {{경로/대상/파일}}`
- 파일에 있는 메타데이터를 제거하지 않고 표시:
`mat2 --show {{경로/대상/파일}}`
- 파일에서 메타데이터를 부분적으로 제거:
`mat2 --lightweight {{경로/대상/파일}}`
- 백업을 생성하지 않고 파일에서 메타데이터를 제거:
`mat2 --inplace {{경로/대상/파일}}`