common/r*: add Korean translation (#14644)

* common/r*: add Korean translation

* Update rtv.md

* Update pages.ko/common/rtv.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
코드싸이
2024-11-07 10:35:14 +09:00
committed by GitHub
parent ef281bb658
commit fd7d9f925b
89 changed files with 2133 additions and 1 deletions

24
pages.ko/common/reflac.md Normal file
View File

@@ -0,0 +1,24 @@
# reflac
> FLAC 파일을 메타데이터를 유지하며 제자리에서 재압축.
> 더 많은 정보: <https://github.com/chungy/reflac>.
- FLAC 파일이 있는 디렉토리 재압축:
`reflac {{경로/대상/폴더}}`
- 최대 압축 사용 (매우 느림):
`reflac --best {{경로/대상/폴더}}`
- 처리 중인 파일 이름 표시:
`reflac --verbose {{경로/대상/폴더}}`
- 하위 디렉토리까지 재귀적으로 처리:
`reflac --recursive {{경로/대상/폴더}}`
- 파일 수정 시간 보존:
`reflac --preserve {{경로/대상/폴더}}`