common/z*: add Korean translation (#14520)

This commit is contained in:
코드싸이
2024-11-02 02:58:11 +09:00
committed by GitHub
parent 68b644059f
commit f0c85945c8
47 changed files with 932 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# zipnote
> Zip 압축 파일의 주석을 보고, 추가하거나 편집.
> Zip 압축 파일에서 파일 이름도 변경 가능.
> 더 많은 정보: <https://manned.org/zipnote>.
- Zip 압축 파일의 주석 보기:
`zipnote {{경로/대상/파일.zip}}`
- Zip 압축 파일의 주석을 파일로 추출:
`zipnote {{경로/대상/파일.zip}} > {{경로/대상/파일.txt}}`
- 파일에서 주석을 추가/업데이트하여 Zip 압축 파일에 반영:
`zipnote -w {{경로/대상/파일.zip}} < {{경로/대상/파일.txt}}`