multiple pages: add Korean Translation (#3549)

This commit is contained in:
Proscream
2019-11-20 02:13:49 +09:00
committed by Starbeamrainbowlabs
parent f07d3ea376
commit 5dfacef130
11 changed files with 220 additions and 6 deletions

View File

@@ -5,11 +5,11 @@
- 파일 또는 디렉토리 압축하기:
`7z a {{archived.7z}} {{path/to/file_or_directory}}`
`7z a {{archived.7z}} {{경로/파일명_또는_디렉토리명}}`
- 존재하는 압축파일 암호화(헤더를 포함한):
`7z a {{encrypted.7z}} -p{{password}} -mhe=on {{archived.7z}}`
`7z a {{encrypted.7z}} -p{{비밀번호}} -mhe=on {{archived.7z}}`
- 기본 디렉토리 구조로 존재하는 7z 파일 추출:
@@ -17,7 +17,7 @@
- 사용자정의 출력 경로로 압축 출력 :
`7z x {{archived.7z}} -o{{path/to/output}}`
`7z x {{archived.7z}} -o{{경로/출력}}`
- 표준출력으로 압축 추출:
@@ -25,7 +25,7 @@
- 특정 압축 타입으로 추출:
`7z a -t{{zip|gzip|bzip2|tar}} {{archived.7z}} {{path/to/file_or_directory}}`
`7z a -t{{zip|gzip|bzip2|tar}} {{archived.7z}} {{경로/파일명_또는_디렉토리명}}`
- 사용가능한 압축 타입 리스트: