# SPDX-License-Identifier: 0BSD # Korean translation for the xz-man # This file is published under the BSD Zero Clause License.. # Seong-ho Cho , 2023, 2024. # msgid "" msgstr "" "Project-Id-Version: xz-man 5.6.0-pre2\n" "POT-Creation-Date: 2024-02-15 01:58+0800\n" "PO-Revision-Date: 2024-02-21 00:14+0900\n" "Last-Translator: Seong-ho Cho \n" "Language-Team: Korean \n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "X-Generator: Poedit 3.0.1\n" #. type: TH #: ../src/xz/xz.1:7 #, no-wrap msgid "XZ" msgstr "XZ" #. type: TH #: ../src/xz/xz.1:7 ../src/scripts/xzdiff.1:8 ../src/scripts/xzgrep.1:8 #, no-wrap msgid "2024-02-13" msgstr "2024-02-13" #. type: TH #: ../src/xz/xz.1:7 ../src/xzdec/xzdec.1:5 ../src/lzmainfo/lzmainfo.1:5 #: ../src/scripts/xzdiff.1:8 ../src/scripts/xzgrep.1:8 #: ../src/scripts/xzless.1:8 ../src/scripts/xzmore.1:8 #, no-wrap msgid "Tukaani" msgstr "Tukaani" #. type: TH #: ../src/xz/xz.1:7 ../src/xzdec/xzdec.1:5 ../src/lzmainfo/lzmainfo.1:5 #: ../src/scripts/xzdiff.1:8 ../src/scripts/xzgrep.1:8 #: ../src/scripts/xzless.1:8 ../src/scripts/xzmore.1:8 #, no-wrap msgid "XZ Utils" msgstr "XZ 유틸리티" #. type: SH #: ../src/xz/xz.1:9 ../src/xzdec/xzdec.1:6 ../src/lzmainfo/lzmainfo.1:6 #: ../src/scripts/xzdiff.1:9 ../src/scripts/xzgrep.1:9 #: ../src/scripts/xzless.1:9 ../src/scripts/xzmore.1:9 #, no-wrap msgid "NAME" msgstr "이름" #. type: Plain text #: ../src/xz/xz.1:11 msgid "xz, unxz, xzcat, lzma, unlzma, lzcat - Compress or decompress .xz and .lzma files" msgstr "xz, unxz, xzcat, lzma, unlzma, lzcat - .xz 파일과 .lzma 파일을 압축 또는 압축 해제합니다" #. type: SH #: ../src/xz/xz.1:12 ../src/xzdec/xzdec.1:8 ../src/lzmainfo/lzmainfo.1:8 #: ../src/scripts/xzdiff.1:12 ../src/scripts/xzgrep.1:12 #: ../src/scripts/xzless.1:11 ../src/scripts/xzmore.1:12 #, no-wrap msgid "SYNOPSIS" msgstr "요약" #. type: Plain text #: ../src/xz/xz.1:16 msgid "B [I] [I]" msgstr "B [I옵션E...>] [I파일E...>]" #. type: SH #: ../src/xz/xz.1:17 #, no-wrap msgid "COMMAND ALIASES" msgstr "명령 별칭" #. type: Plain text #: ../src/xz/xz.1:21 msgid "B is equivalent to B." msgstr "B 명령은 B 명령과 동일합니다." #. type: Plain text #: ../src/xz/xz.1:25 msgid "B is equivalent to B." msgstr "B 명령은 B 명령과 동일합니다." #. type: Plain text #: ../src/xz/xz.1:29 msgid "B is equivalent to B." msgstr "B 명령은 B 명령과 동일합니다." #. type: Plain text #: ../src/xz/xz.1:33 msgid "B is equivalent to B." msgstr "B 명령은 B 명령과 동일합니다." #. type: Plain text #: ../src/xz/xz.1:37 msgid "B is equivalent to B." msgstr "B 명령은 B 명령과 동일합니다." #. type: Plain text #: ../src/xz/xz.1:49 msgid "When writing scripts that need to decompress files, it is recommended to always use the name B with appropriate arguments (B or B) instead of the names B and B." msgstr "파일 압축을 해제해야 하는 셸 스크립트를 작성할 때, B 와 B 이름 대신 B 명령과 적절한 인자 값(B 또는 B)의 사용을 추천드립니다." #. type: SH #: ../src/xz/xz.1:50 ../src/xzdec/xzdec.1:16 ../src/lzmainfo/lzmainfo.1:13 #: ../src/scripts/xzdiff.1:27 ../src/scripts/xzgrep.1:33 #: ../src/scripts/xzless.1:17 ../src/scripts/xzmore.1:19 #, no-wrap msgid "DESCRIPTION" msgstr "설명" #. type: Plain text #: ../src/xz/xz.1:69 msgid "B is a general-purpose data compression tool with command line syntax similar to B(1) and B(1). The native file format is the B<.xz> format, but the legacy B<.lzma> format used by LZMA Utils and raw compressed streams with no container format headers are also supported. In addition, decompression of the B<.lz> format used by B is supported." msgstr "B는 B(1) 과 B(1) 과 비슷한 명령행 문법을 지닌 범용 데이터 압축 도구입니다. 자체 파일 형식은 B<.xz> 형식이나, LZMA 유틸리티에서 사용하는 예전 B<.lzma> 형식과 형식 헤더가 없는 RAW 압축 스트림도 지원합니다. 게다가, B에서 활용하는 B<.lz> 형식 압축 해제도 지원합니다." #. type: Plain text #: ../src/xz/xz.1:91 msgid "B compresses or decompresses each I according to the selected operation mode. If no I are given or I is B<->, B reads from standard input and writes the processed data to standard output. B will refuse (display an error and skip the I) to write compressed data to standard output if it is a terminal. Similarly, B will refuse to read compressed data from standard input if it is a terminal." msgstr "각 I<파일> 에 대한 B 압축 또는 압축 해제는 선택 동작 모드에 따릅니다. I파일E> 값이 주어졌거나 I파일E> 값이 B<->이면, B 명령에서 표준 입력을 읽고 처리한 데이터를 표준 출력에 기록합니다. B 에서는 터미널에서 활용할 경우 압축 데이터를 표준 압축으로 기록하는 동작을 거절(오류를 출력하고 I파일E>을 건너뜀)합니다. 이와 비슷하게, B 유틸리티를 터미널에서 실행하면 표준 입력의 압축 데이터 읽기를 거절합니다." #. type: Plain text #: ../src/xz/xz.1:101 msgid "Unless B<--stdout> is specified, I other than B<-> are written to a new file whose name is derived from the source I name:" msgstr "B<--stdout> 을 지정하지 않는 한, B<->가 아닌 I파일E>을 원본 I파일E> 이름에서 가져온 새 파일 이름으로 기록합니다:" #. type: IP #: ../src/xz/xz.1:101 ../src/xz/xz.1:107 ../src/xz/xz.1:132 ../src/xz/xz.1:137 #: ../src/xz/xz.1:140 ../src/xz/xz.1:143 ../src/xz/xz.1:159 ../src/xz/xz.1:420 #: ../src/xz/xz.1:423 ../src/xz/xz.1:430 ../src/xz/xz.1:675 ../src/xz/xz.1:677 #: ../src/xz/xz.1:776 ../src/xz/xz.1:787 ../src/xz/xz.1:796 ../src/xz/xz.1:802 #: ../src/xz/xz.1:965 ../src/xz/xz.1:969 ../src/xz/xz.1:973 ../src/xz/xz.1:977 #: ../src/xz/xz.1:981 ../src/xz/xz.1:983 ../src/xz/xz.1:1079 #: ../src/xz/xz.1:1088 ../src/xz/xz.1:1100 ../src/xz/xz.1:1837 #: ../src/xz/xz.1:1843 ../src/xz/xz.1:1884 ../src/xz/xz.1:1889 #: ../src/xz/xz.1:1904 ../src/xz/xz.1:1908 ../src/xz/xz.1:1986 #: ../src/xz/xz.1:1990 ../src/xz/xz.1:1993 ../src/xz/xz.1:1996 #: ../src/xz/xz.1:2000 ../src/xz/xz.1:2007 ../src/xz/xz.1:2009 #, no-wrap msgid "\\(bu" msgstr "\\(bu" #. type: Plain text #: ../src/xz/xz.1:107 msgid "When compressing, the suffix of the target file format (B<.xz> or B<.lzma>) is appended to the source filename to get the target filename." msgstr "압축할 때, 대상 파일 형식의 접미사(B<.xz> or B<.lzma>) 는 원본 파일 이름 뒤에 붙어 대상 파일이름이 됩니다." #. type: Plain text #: ../src/xz/xz.1:122 msgid "When decompressing, the B<.xz>, B<.lzma>, or B<.lz> suffix is removed from the filename to get the target filename. B also recognizes the suffixes B<.txz> and B<.tlz>, and replaces them with the B<.tar> suffix." msgstr "압축 해제할 때, B<.xz>, B<.lzma>, B<.lz> 접미사를 파일 이름에서 제거하고 대상 파일 이름을 알아냅니다. B에서는 B<.txz>, B<.tlz> 접미사도 인식하며, B<.tar> 접미사로 치환합니다." #. type: Plain text #: ../src/xz/xz.1:126 msgid "If the target file already exists, an error is displayed and the I is skipped." msgstr "대상 파일이 이미 있으면, 오류를 나타내고 I파일E>을 건너뜁니다." #. type: Plain text #: ../src/xz/xz.1:132 msgid "Unless writing to standard output, B will display a warning and skip the I if any of the following applies:" msgstr "표준 출력으로 기록하기 전에는, B는 경고를 나타내며, 다음 조건에 만족할 경우 I파일E>을 건너뜁니다:" #. type: Plain text #: ../src/xz/xz.1:137 msgid "I is not a regular file. Symbolic links are not followed, and thus they are not considered to be regular files." msgstr "I파일E>이 일반 파일이 아닐 때. 심볼릭 링크는 따라가지 않기에, 일반 파일로 간주하지 않습니다." #. type: Plain text #: ../src/xz/xz.1:140 msgid "I has more than one hard link." msgstr "I파일E>이 하나 이상의 하드 링크일 떄." #. type: Plain text #: ../src/xz/xz.1:143 msgid "I has setuid, setgid, or sticky bit set." msgstr "I파일E>에 setuid, setgid, 끈적이 비트 집합이 붙어있을 떄." #. type: Plain text #: ../src/xz/xz.1:159 msgid "The operation mode is set to compress and the I already has a suffix of the target file format (B<.xz> or B<.txz> when compressing to the B<.xz> format, and B<.lzma> or B<.tlz> when compressing to the B<.lzma> format)." msgstr "동작 모드를 압축으로 설정하고, I파일E>은 대상 파일 형식의 접미사를 이미 붙였을 때(B<.xz> 형식으로 압축하면 B<.xz> 또는 B<.txz>, B<.lzma> 형식으로 압축하면 B<.lzma> 또는 B<.tlz>)." #. type: Plain text #: ../src/xz/xz.1:169 msgid "The operation mode is set to decompress and the I doesn't have a suffix of any of the supported file formats (B<.xz>, B<.txz>, B<.lzma>, B<.tlz>, or B<.lz>)." msgstr "동작 모드를 압축 해제로 설정하고, I파일E>에 지원 파일 형식 접미사(B<.xz>, B<.txz>, B<.lzma>, B<.tlz>, B<.lz>)를 붙이지 않았을 때." #. type: Plain text #: ../src/xz/xz.1:184 msgid "After successfully compressing or decompressing the I, B copies the owner, group, permissions, access time, and modification time from the source I to the target file. If copying the group fails, the permissions are modified so that the target file doesn't become accessible to users who didn't have permission to access the source I. B doesn't support copying other metadata like access control lists or extended attributes yet." msgstr "I파일E> 의 압축 또는 압축 해제를 성공하고 나면, B는 소유자, 소유그룹, 권한, 접근 시각, 수정 시각 정보를 원본 I파일E>에서 대상 파일로 그대로 복사합니다. 그룹 정보 복사에 실패하면, 권한을 수정하여 원본 I파일E>에 접근 권한이 없는 사용자가 대상 파일로 접근하지 못하게 합니다. B는 아직 접근 제어 목록이나 확장 속성 등의 기타 메타데이터를 복사하는 기능은 지원하지 않습니다." #. type: Plain text #: ../src/xz/xz.1:194 msgid "Once the target file has been successfully closed, the source I is removed unless B<--keep> was specified. The source I is never removed if the output is written to standard output or if an error occurs." msgstr "대상 파일을 온전히 닫고 나면, B<--keep> 옵션을 지원하지 않았을 경우 원본 I파일E>을 제거합니다. 원본 I파일E>은 출력을 표준 출력으로 기록했거나 오류가 발생했을 경우 제거하지 않습니다." #. type: Plain text #: ../src/xz/xz.1:206 msgid "Sending B or B to the B process makes it print progress information to standard error. This has only limited use since when standard error is a terminal, using B<--verbose> will display an automatically updating progress indicator." msgstr "B 프로세스에 B 시그널 또는 B 시그널을 보내면 표준 출력으로 진행 정보를 출력합니다. 표준 오류가 터미널일 경우일 경우에만 제한하며 B<--verbose> 옵션을 지정하면 진행 표시줄을 자동으로 나타냅니다." #. type: SS #: ../src/xz/xz.1:207 #, no-wrap msgid "Memory usage" msgstr "메모리 사용" #. type: Plain text #: ../src/xz/xz.1:223 msgid "The memory usage of B varies from a few hundred kilobytes to several gigabytes depending on the compression settings. The settings used when compressing a file determine the memory requirements of the decompressor. Typically the decompressor needs 5\\ % to 20\\ % of the amount of memory that the compressor needed when creating the file. For example, decompressing a file created with B currently requires 65\\ MiB of memory. Still, it is possible to have B<.xz> files that require several gigabytes of memory to decompress." msgstr "B 메모리 사용은 수백 킬로바이트로 시작하여 수 기가바이트까지 압축 설정에 따라 다릅니다. 압축 해제 프로그램이 필요로 하는 메모리 공간을 결정하는 파일 압축시에 설정 값을 활용합니다. 보통 압축 해제 프로그램은 파일을 만들 때, 압축 프로그램 메모리 사용량의 5% 에서 20% 정도 필요합니다. 예를 들면, B로 압축한 파일 압축 해제시 현재 65MiB 메모리 용량이 필요합니다. 여전하게도, 압축 해제시 수 기가 바이트의 메모리가 필요한 B<.xz> 파일에도 가능한 이야기입니다." #. type: Plain text #: ../src/xz/xz.1:235 msgid "Especially users of older systems may find the possibility of very large memory usage annoying. To prevent uncomfortable surprises, B has a built-in memory usage limiter, which is disabled by default. While some operating systems provide ways to limit the memory usage of processes, relying on it wasn't deemed to be flexible enough (for example, using B(1) to limit virtual memory tends to cripple B(2))." msgstr "특히 이전 시스템 사용자의 경우 메모리 사용량이 엄청나게 늘어나는 점에 짜증이 날 수 있습니다. 이런 불편한 상황을 피하기 위해, B에 기본적으로 비활성 상태인 내장 메모리 사용 제한 기능을 넣었습니다. 일부 운영체제에서 처리 중 메모리 사용을 제한하는 수단을 제공하긴 하지만, 여기에 의지하기에는 충분히 유연하지 않습니다(예를 들면, B(1)을 사용하면 가상 메모리를 제한하여 B(2)을 먹통으로 만듭니다)." #. type: Plain text #: ../src/xz/xz.1:257 msgid "The memory usage limiter can be enabled with the command line option B<--memlimit=>I. Often it is more convenient to enable the limiter by default by setting the environment variable B, for example, B. It is possible to set the limits separately for compression and decompression by using B<--memlimit-compress=>I and B<--memlimit-decompress=>I. Using these two options outside B is rarely useful because a single run of B cannot do both compression and decompression and B<--memlimit=>I (or B<-M> I) is shorter to type on the command line." msgstr "메모리 사용 제한 기능은 B<--memlimit=>I제한용량E> 명령행 옵션으로 사용할 수 있습니다. 종종 B와 같이 B 환경 변수를 설정하여 제한 기능을 켜는게 더 편합니다. B<--memlimit-compress=>I제한용량E> 옵션과 B<--memlimit-decompress=>I제한용량E> 옵션을 활용하여 압축 및 압축 해제시 별도로 한계 값을 설정할 수 있습니다. 이 두 가지 옵션의 B 환경 변수 밖에서의 사용은, B를 단일 실행할 때 압축 및 압축 해제 동작을 동시에 수행하지 않으며, 앞서 언급한 두가지 옵션을 명령행에 입력하기에는 B<--memlimit=>I제한용량E>(또는 B<-M> I제한용량E>)이 더 짧기 때문에 별로 쓸모가 없습니다." #. type: Plain text #: ../src/xz/xz.1:276 msgid "If the specified memory usage limit is exceeded when decompressing, B will display an error and decompressing the file will fail. If the limit is exceeded when compressing, B will try to scale the settings down so that the limit is no longer exceeded (except when using B<--format=raw> or B<--no-adjust>). This way the operation won't fail unless the limit is very small. The scaling of the settings is done in steps that don't match the compression level presets, for example, if the limit is only slightly less than the amount required for B, the settings will be scaled down only a little, not all the way down to B." msgstr "압축 해제시 메모리 사용 제한 지정 한계를 초과하면, B 유틸리티에서 오류를 나타내며 파일 압축 해제는 실패합니다. 압축을 실행할 때 사용 제한 지정 한계를 넘어서면 B에서는 설정 값을 줄여서 어쨌든 한계를 넘지 못하게 합니다(B<--format=raw> 옵션 또는 B<--no-adjust> 옵션 사용시 제외). 설정 한계 값이 엄청 작지 않은 이상 이 방식대로 처리하면 어쨌든 실패하지 않습니다. 설정 값조정은 압축 래벨 사전 설정과 일치하지 않을 때 단계적으로 진행하는데, 이를테면, B 명령 수행에 필요한 양보다 한계 값이 약간 작으면, 설정 값을 B에 못미치게 약간 줄여서 진행합니다." #. type: SS #: ../src/xz/xz.1:277 #, no-wrap msgid "Concatenation and padding with .xz files" msgstr ".xz 파일 결합 및 패딩" #. type: Plain text #: ../src/xz/xz.1:285 msgid "It is possible to concatenate B<.xz> files as is. B will decompress such files as if they were a single B<.xz> file." msgstr "B<.xz> 파일을 있는 그대로 합칠 수 있습니다. B는 B<.xz> 파일을 단독 파일일 때 처럼 압축해제합니다." #. type: Plain text #: ../src/xz/xz.1:294 msgid "It is possible to insert padding between the concatenated parts or after the last part. The padding must consist of null bytes and the size of the padding must be a multiple of four bytes. This can be useful, for example, if the B<.xz> file is stored on a medium that measures file sizes in 512-byte blocks." msgstr "결합 부분과 마지막 부분 뒤에 패딩을 추가할 수 있습니다. 패딩은 널 바이트로 구성해야 하며 패딩 길이는 4바이트로 구성해야 합니다. 512 바이트 블록으로 파일 크기를 이루는 매체에 B<.xz> 파일을 저장했을 경우에 요긴할 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:298 msgid "Concatenation and padding are not allowed with B<.lzma> files or raw streams." msgstr "B<.lzma> 파일 또는 원시 스트림의 경우 결합과 패딩을 허용하지 않습니다." #. type: SH #: ../src/xz/xz.1:299 ../src/xzdec/xzdec.1:59 #, no-wrap msgid "OPTIONS" msgstr "옵션" #. type: SS #: ../src/xz/xz.1:301 #, no-wrap msgid "Integer suffixes and special values" msgstr "정수 접두사와 별도 값" #. type: Plain text #: ../src/xz/xz.1:305 msgid "In most places where an integer argument is expected, an optional suffix is supported to easily indicate large integers. There must be no space between the integer and the suffix." msgstr "정수 인자값이 필요한 대부분 위치에서는, 큰 정수값을 나타내기 쉽게 하도록 추가 접미사를 지원합니다. 정수와 접미사 사이에 어떤 공백이 있으면 안됩니다." #. type: TP #: ../src/xz/xz.1:305 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../src/xz/xz.1:316 msgid "Multiply the integer by 1,024 (2^10). B, B, B, B, and B are accepted as synonyms for B." msgstr "1,024 (2^10) 배수 정수값. B, B, B, B, B 단위를 B 동의어로 받아들입니다." #. type: TP #: ../src/xz/xz.1:316 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../src/xz/xz.1:326 msgid "Multiply the integer by 1,048,576 (2^20). B, B, B, and B are accepted as synonyms for B." msgstr "1,048,576 (2^20) 배수 정수값. B, B, B, B 단위를 B 동의어로 받아들입니다." #. type: TP #: ../src/xz/xz.1:326 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../src/xz/xz.1:336 msgid "Multiply the integer by 1,073,741,824 (2^30). B, B, B, and B are accepted as synonyms for B." msgstr "1,073,741,824 (2^30) 배수 정수값. B, B, B, B 단위를 B 동의어로 받아들입니다." #. type: Plain text #: ../src/xz/xz.1:341 msgid "The special value B can be used to indicate the maximum integer value supported by the option." msgstr "특수 값 B는 옵션에서 지원하는 정수 최대 값을 나타낼 때 사용할 수 있습니다." #. type: SS #: ../src/xz/xz.1:342 #, no-wrap msgid "Operation mode" msgstr "동작 모드" #. type: Plain text #: ../src/xz/xz.1:345 msgid "If multiple operation mode options are given, the last one takes effect." msgstr "여러 동작 모드를 보여드리겠습니다만, 마지막에 주어진 동작 모드로 동작합니다." #. type: TP #: ../src/xz/xz.1:345 #, no-wrap msgid "B<-z>, B<--compress>" msgstr "B<-z>, B<--compress>" #. type: Plain text #: ../src/xz/xz.1:354 msgid "Compress. This is the default operation mode when no operation mode option is specified and no other operation mode is implied from the command name (for example, B implies B<--decompress>)." msgstr "압축합니다. 어떤 동작 모드 옵션도 지정하지 않고 다른 동작 모드를 명령행에 따로 지정하지 않았다면 이 동작 모드는 기본입니다(예: B 는 B<--decompress>를 암시)." #. type: TP #: ../src/xz/xz.1:354 ../src/xzdec/xzdec.1:60 #, no-wrap msgid "B<-d>, B<--decompress>, B<--uncompress>" msgstr "B<-d>, B<--decompress>, B<--uncompress>" #. type: Plain text #: ../src/xz/xz.1:357 msgid "Decompress." msgstr "압축을 해제합니다." #. type: TP #: ../src/xz/xz.1:357 #, no-wrap msgid "B<-t>, B<--test>" msgstr "B<-t>, B<--test>" #. type: Plain text #: ../src/xz/xz.1:366 msgid "Test the integrity of compressed I. This option is equivalent to B<--decompress --stdout> except that the decompressed data is discarded instead of being written to standard output. No files are created or removed." msgstr "압축 I파일E>의 무결성을 시험해봅니다. 이 옵션은 압축 해제 데이터를 표준 출력으로 기록하는 대신 버린다는 점을 제외하고 B<--decompress --stdout>과 동일합니다. 어떤 파일도 만들거나 제거하지 않습니다." #. type: TP #: ../src/xz/xz.1:366 #, no-wrap msgid "B<-l>, B<--list>" msgstr "B<-l>, B<--list>" #. type: Plain text #: ../src/xz/xz.1:375 msgid "Print information about compressed I. No uncompressed output is produced, and no files are created or removed. In list mode, the program cannot read the compressed data from standard input or from other unseekable sources." msgstr "압축 I파일E> 정보를 출력합니다. 압축 해제 출력을 내보내지 않으며, 어떤 파일도 만들거나 제거하지 않습니다. 이 조회 모드에서, 프로그램은 표준 입력 또는 기타 탐색 불가능한 원본에서 압축 데이터를 읽을 수 없습니다." #. type: Plain text #: ../src/xz/xz.1:390 msgid "The default listing shows basic information about I, one file per line. To get more detailed information, use also the B<--verbose> option. For even more information, use B<--verbose> twice, but note that this may be slow, because getting all the extra information requires many seeks. The width of verbose output exceeds 80 characters, so piping the output to, for example, B may be convenient if the terminal isn't wide enough." msgstr "I파일E> 기본 정보를 파일 당 한 줄 씩 기본으로 보여줍니다. 더 자세한 정보를 보려면 B<--verbose> 옵션을 사용하십시오. 더 자세한 정보는 B<--verbose> 옵션을 두번 사용하면 되지만, 추가 정보를 더 많이 가져오면서 탐색 횟수가 늘어나는 문제로 인해 느려질 수 있습니다. 세부 출력 너비는 80 문자를 초과하며, 예를 들어 출력을 파이핑한다면, 터미널이 충분히 너비가 넓지 못할 경우 B 명령이 편리할 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:397 msgid "The exact output may vary between B versions and different locales. For machine-readable output, B<--robot --list> should be used." msgstr "정확한 출력은 B 버전과 다른 로캘에 따라 바뀔 수 있습니다. 기계 판독용 출력시 B<--robot --list> 옵션을 사용합니다." #. type: SS #: ../src/xz/xz.1:398 #, no-wrap msgid "Operation modifiers" msgstr "동작 수정자" #. type: TP #: ../src/xz/xz.1:399 ../src/xzdec/xzdec.1:67 #, no-wrap msgid "B<-k>, B<--keep>" msgstr "B<-k>, B<--keep>" #. type: Plain text #: ../src/xz/xz.1:402 msgid "Don't delete the input files." msgstr "입력 파일을 삭제하지 않습니다." #. type: Plain text #: ../src/xz/xz.1:416 msgid "Since B 5.2.6, this option also makes B compress or decompress even if the input is a symbolic link to a regular file, has more than one hard link, or has the setuid, setgid, or sticky bit set. The setuid, setgid, and sticky bits are not copied to the target file. In earlier versions this was only done with B<--force>." msgstr "B 5.2.6 부터는 이 옵션으로 입력 파일이 일반 파일을 참조하는 심볼릭 링크나 하나 이상의 하드 링크, 내지는 setuid, setgid, 끈적이 비트 세트를 설정한 상태라도 압축하거나 압축을 풀 수 있습니다. setuid, setgid, 끈적이 비트는 대상 파일에 복사하지 않습니다. 이전 버전에서는 B<--force> 옵션을 지정했을 때만 가능했습니다." #. type: TP #: ../src/xz/xz.1:416 #, no-wrap msgid "B<-f>, B<--force>" msgstr "B<-f>, B<--force>" #. type: Plain text #: ../src/xz/xz.1:419 msgid "This option has several effects:" msgstr "이 옵션은 몇가지 동작에 영향을 줍니다:" #. type: Plain text #: ../src/xz/xz.1:423 msgid "If the target file already exists, delete it before compressing or decompressing." msgstr "대상 파일이 이미 있으면, 압축 또는 압축 해제 전 삭제합니다." #. type: Plain text #: ../src/xz/xz.1:430 msgid "Compress or decompress even if the input is a symbolic link to a regular file, has more than one hard link, or has the setuid, setgid, or sticky bit set. The setuid, setgid, and sticky bits are not copied to the target file." msgstr "입력 파일이 일반 파일을 참조하는 심볼릭 링크나 하나 이상의 하드 링크, 내지는 setuid, setgid, 끈적이 비트 세트를 설정한 상태라도 압축 또는 압축 해제를 진행합니다. setuid, setgid, 끈적이 비트는 대상 파일에 복사하지 않습니다." #. type: Plain text #: ../src/xz/xz.1:455 msgid "When used with B<--decompress> B<--stdout> and B cannot recognize the type of the source file, copy the source file as is to standard output. This allows B B<--force> to be used like B(1) for files that have not been compressed with B. Note that in future, B might support new compressed file formats, which may make B decompress more types of files instead of copying them as is to standard output. B<--format=>I can be used to restrict B to decompress only a single file format." msgstr "B<--decompress> B<--stdout> 옵션을 같이 사용하는 상황에서 B 명령이 원본 파일의 형식을 알아내지 못할 때, 원본 파일의 사본을 표준 출력으로 보냅니다. 이렇게 하면 B B<--force> 명령을 B 명령으로 압축하지 않은 파일에 대해 B(1) 을 사용하는 것처럼 사용할 수 있습니다. 참고로 나중에, B에서 B로 하여금 여러 형식의 파일을 표준 출력으로 복사하는 대신 압축을 해제하도록 새 압축 파일 형식을 지원할 예정입니다. B<--format=>I형식E> 옵션은 B 명령에 단일 파일 형식만 압축 해제하도록 제한할 때 사용할 수 있습니다." #. type: TP #: ../src/xz/xz.1:456 ../src/xzdec/xzdec.1:74 #, no-wrap msgid "B<-c>, B<--stdout>, B<--to-stdout>" msgstr "B<-c>, B<--stdout>, B<--to-stdout>" #. type: Plain text #: ../src/xz/xz.1:462 msgid "Write the compressed or decompressed data to standard output instead of a file. This implies B<--keep>." msgstr "파일 대신 표준 출력으로 압축 또는 압축 해제한 데이터를 기록합니다. B<--keep>를 생략했습니다." #. type: TP #: ../src/xz/xz.1:462 #, no-wrap msgid "B<--single-stream>" msgstr "B<--single-stream>" #. type: Plain text #: ../src/xz/xz.1:471 msgid "Decompress only the first B<.xz> stream, and silently ignore possible remaining input data following the stream. Normally such trailing garbage makes B display an error." msgstr "처음 B<.xz> 스트림만 압축 해제하며, 스트림에 뒤따라오는 나머지 입력 데이터는 조용히 무시합니다. 보통 뒤따라오는 쓰레기 값에 대해서는 B 에서 오류를 나타냅니다." #. type: Plain text #: ../src/xz/xz.1:480 msgid "B never decompresses more than one stream from B<.lzma> files or raw streams, but this option still makes B ignore the possible trailing data after the B<.lzma> file or raw stream." msgstr "B는 B<.lzma> 파일 또는 원시 스트림에서 온 하나 이상의 스트림에 대해 압축 해제동작을 취하지 않지만, 이 옵션을 사용하면 B에서 B<.lzma> 파일 또는 원시 스트림을 처리한 다음에 뒤따라오는 데이터를 무시하도록 합니다." #. type: Plain text #: ../src/xz/xz.1:485 msgid "This option has no effect if the operation mode is not B<--decompress> or B<--test>." msgstr "이 옵션은 동작 모드가 B<--decompress> 또는 B<--test>가 아니면 동작에 아무런 영향을 주지 않습니다." #. type: TP #: ../src/xz/xz.1:485 #, no-wrap msgid "B<--no-sparse>" msgstr "B<--no-sparse>" #. type: Plain text #: ../src/xz/xz.1:497 msgid "Disable creation of sparse files. By default, if decompressing into a regular file, B tries to make the file sparse if the decompressed data contains long sequences of binary zeros. It also works when writing to standard output as long as standard output is connected to a regular file and certain additional conditions are met to make it safe. Creating sparse files may save disk space and speed up the decompression by reducing the amount of disk I/O." msgstr "희소 파일을 만들지 않습니다. 기본적으로 일반 파일로 압축 해제할 경우 B 에서는 압축 해제한 파일에 이진 0값이 길게 늘어질 경우 희소 배열 파일을 만들려고 합니다. 표준 출력의 내용 길이만큼 연결한 일반 파일로 기록할 때도 동작하며 희소 파일을 만드는 동안 아무런 문제가 나타나지 않게 각각의 추가 조건을 만족합니다. 희소 파일을 만들면 디스크 공간을 절약할 수 있으며 디스크 입출력을 줄여 압축 해제 속도를 올릴 수 있습니다." #. type: TP #: ../src/xz/xz.1:497 #, no-wrap msgid "B<-S> I<.suf>, B<--suffix=>I<.suf>" msgstr "B<-S> I<.suf>, B<--suffix=>I<.suf>" #. type: Plain text #: ../src/xz/xz.1:509 msgid "When compressing, use I<.suf> as the suffix for the target file instead of B<.xz> or B<.lzma>. If not writing to standard output and the source file already has the suffix I<.suf>, a warning is displayed and the file is skipped." msgstr "압축할 때, 대상 파일의 접두사를 B<.xz> 또는 B<.lzma> 대신 I<.suf>로 사용하십시오. 표준 출력으로 기록하지 않고 원본 파일에 I<.suf> 접두사가 붙어있으면, 경고를 나타내고 해당 파일을 건너뜁니다." #. type: Plain text #: ../src/xz/xz.1:523 msgid "When decompressing, recognize files with the suffix I<.suf> in addition to files with the B<.xz>, B<.txz>, B<.lzma>, B<.tlz>, or B<.lz> suffix. If the source file has the suffix I<.suf>, the suffix is removed to get the target filename." msgstr "압축 해제할 때, I<.suf> 접미사로 파일을 인식하기도 하고, B<.xz>, B<.txz>, B<.lzma>, B<.tlz>, B<.lz> 접미사가 붙은 파일도 인식합니다. 원본 파일에 I<.suf> 접미사가 붙어있으면, 해당 접미사를 제거하여 대상 파일 이름을 알아냅니다." #. type: Plain text #: ../src/xz/xz.1:529 msgid "When compressing or decompressing raw streams (B<--format=raw>), the suffix must always be specified unless writing to standard output, because there is no default suffix for raw streams." msgstr "원시 스트림 압축 및 압축 해제시(B<--format=raw>) 원시 스트림에 기본 접미사가 없기 때문에, 표준 출력으로 기록하지 않는 한 접미사를 반드시 지정해야 합니다." #. type: TP #: ../src/xz/xz.1:529 #, no-wrap msgid "B<--files>[B<=>I]" msgstr "B<--files>[B<=>I파일E>]" #. type: Plain text #: ../src/xz/xz.1:543 msgid "Read the filenames to process from I; if I is omitted, filenames are read from standard input. Filenames must be terminated with the newline character. A dash (B<->) is taken as a regular filename; it doesn't mean standard input. If filenames are given also as command line arguments, they are processed before the filenames read from I." msgstr "I파일E>에서 처리할 파일 이름을 읽습니다. I파일E>을 생략하면 파일 이름은 표준 입력에서 불러옵니다. 파일 이름은 개행 문자로 끝나야 합니다. 대시 문자(B<->)는 일반 파일 이름으로 취급하며 표준 입력을 의미하지 않습니다. 파일 이름을 명령행 인자로 지정하면, I파일E>에서 파일 이름을 읽어들이기 전 해당 명령행 인자를 먼저 처리합니다." #. type: TP #: ../src/xz/xz.1:543 #, no-wrap msgid "B<--files0>[B<=>I]" msgstr "B<--files0>[B<=>I파일E>]" #. type: Plain text #: ../src/xz/xz.1:547 msgid "This is identical to B<--files>[B<=>I] except that each filename must be terminated with the null character." msgstr "각 파일 이름이 널 문자로 끝나야 한다는 점만 제외하면 B<--files>[B<=>I파일E>] 옵션과 동일합니다." #. type: SS #: ../src/xz/xz.1:548 #, no-wrap msgid "Basic file format and compression options" msgstr "기본 파일 형식 및 압축 옵션" #. type: TP #: ../src/xz/xz.1:549 #, no-wrap msgid "B<-F> I, B<--format=>I" msgstr "B<-F> I, B<--format=>I형식E>" #. type: Plain text #: ../src/xz/xz.1:554 msgid "Specify the file I to compress or decompress:" msgstr "압축 또는 압축해제 파일 I형식E>을 지정합니다:" #. type: TP #: ../src/xz/xz.1:555 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../src/xz/xz.1:567 msgid "This is the default. When compressing, B is equivalent to B. When decompressing, the format of the input file is automatically detected. Note that raw streams (created with B<--format=raw>) cannot be auto-detected." msgstr "기본 값입니다. 압축할 때, B는 B의 기본 동작과 동일합니다. 압축을 해제할 때, 입력 파일 형식을 자동으로 찾습니다. 참고로 원시 스트림(B<--format=raw>)의 경우 자동으로 찾을 수 없습니다." #. type: TP #: ../src/xz/xz.1:567 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../src/xz/xz.1:574 msgid "Compress to the B<.xz> file format, or accept only B<.xz> files when decompressing." msgstr "B<.xz> 파일 형식으로 압축하거나, 압축 해제시 B<.xz> 파일만 받아들입니다." #. type: TP #: ../src/xz/xz.1:574 #, no-wrap msgid "B, B" msgstr "B, B" #. type: Plain text #: ../src/xz/xz.1:584 msgid "Compress to the legacy B<.lzma> file format, or accept only B<.lzma> files when decompressing. The alternative name B is provided for backwards compatibility with LZMA Utils." msgstr "이전 B<.lzma> 파일 형식으로 압축하거나, 압축 해제시 B<.lzma> 파일만 받아들입니다. B 대체 명령은 LZMA 유틸리티 하위 호환성을 목적으로 제공합니다." #. type: TP #: ../src/xz/xz.1:584 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../src/xz/xz.1:590 msgid "Accept only B<.lz> files when decompressing. Compression is not supported." msgstr "압축 해제시 B<.lz> 파일만 받아들입니다. 압축은 지원하지 않습니다." #. type: Plain text #: ../src/xz/xz.1:603 msgid "The B<.lz> format version 0 and the unextended version 1 are supported. Version 0 files were produced by B 1.3 and older. Such files aren't common but may be found from file archives as a few source packages were released in this format. People might have old personal files in this format too. Decompression support for the format version 0 was removed in B 1.18." msgstr "B<.lz> 형식 버전 0과 비확장 버전 1을 지원합니다. 버전 0파일은 B 1.3 이전에서만 만듭니다. 일반적이진 않지만 일부 파일의 경우 이 형식과 관련된 원본 패키지로 보관한 파일을 찾을 수도 있습니다. 개인적으로 이 형식으로 압축한 오래된 개인 파일을 가지고 있을 수도 있습니다. 형식 버전 0 압축 해제 지원은 B 1.18에서 제거했습니다." #. type: Plain text #: ../src/xz/xz.1:612 msgid "B 1.4 and later create files in the format version 1. The sync flush marker extension to the format version 1 was added in B 1.6. This extension is rarely used and isn't supported by B (diagnosed as corrupt input)." msgstr "B 1.4 이상에서는 버전 1형식의 파일을 만듭니다. 형식 버전 1로의 동기화 제거 마커 확장은 B 1.6에 추가했습니다. 이 확장은 거의 쓰지 않으며 B 에서 조차도 지원하지 않습니다(손상된 입력 파일로 진단함)." #. type: TP #: ../src/xz/xz.1:612 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../src/xz/xz.1:620 msgid "Compress or uncompress a raw stream (no headers). This is meant for advanced users only. To decode raw streams, you need use B<--format=raw> and explicitly specify the filter chain, which normally would have been stored in the container headers." msgstr "원시 스트림으로 압축하거나 압축을 해제합니다(헤더 없음). 고급 사용자 전용입니다. 원시 스트림을 디코딩하려면, B<--format=raw> 옵션을 사용하고 분명하게 필터 체인을 지정하여 컨테이너 헤더에 필요한 정보를 저장하게 끔 해야합니다." #. type: TP #: ../src/xz/xz.1:621 #, no-wrap msgid "B<-C> I, B<--check=>I" msgstr "B<-C> I검사방식E>, B<--check=>I검사방식E>" #. type: Plain text #: ../src/xz/xz.1:636 msgid "Specify the type of the integrity check. The check is calculated from the uncompressed data and stored in the B<.xz> file. This option has an effect only when compressing into the B<.xz> format; the B<.lzma> format doesn't support integrity checks. The integrity check (if any) is verified when the B<.xz> file is decompressed." msgstr "무결성 검사 방식을 지정합니다. 검사 방식은 B<.xz> 파일에 저장하며 압축 해제 데이터를 계산합니다. 이 옵션은 B<.xz> 형식으로 압축할 때만 효력이 있습니다: B<.lzma> 형식은 무결성 겁사를 지원하지 않습니다. 무결성 검사는 B<.xz> 파일 압축을 풀었을 때에 검사합니다." #. type: Plain text #: ../src/xz/xz.1:640 msgid "Supported I types:" msgstr "지원 I<검사> 형식:" #. type: TP #: ../src/xz/xz.1:641 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../src/xz/xz.1:647 msgid "Don't calculate an integrity check at all. This is usually a bad idea. This can be useful when integrity of the data is verified by other means anyway." msgstr "어떤 경우에도 무결성 검사 계산을 수행하지 않습니다. 보통 바람직하지 못한 생각입니다. 데이터 무결성을 다른 방식으로라도 검증해야 하는 상황이면 쓸만할 수 있습니다." #. type: TP #: ../src/xz/xz.1:647 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../src/xz/xz.1:650 msgid "Calculate CRC32 using the polynomial from IEEE-802.3 (Ethernet)." msgstr "IEEE-802.3 (이더넷)의 다항 연산으로 CRC32를 계산합니다." #. type: TP #: ../src/xz/xz.1:650 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../src/xz/xz.1:655 msgid "Calculate CRC64 using the polynomial from ECMA-182. This is the default, since it is slightly better than CRC32 at detecting damaged files and the speed difference is negligible." msgstr "ECMA-182의 다항식 연산으로 CRC64를 계산합니다. 이 동작이 기본 동작이기 때문에 CRC32가 깨진 파일을 찾을 때보다는 좀 낮은 편이며 속도 차이도 거의 없습니다." #. type: TP #: ../src/xz/xz.1:655 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../src/xz/xz.1:659 msgid "Calculate SHA-256. This is somewhat slower than CRC32 and CRC64." msgstr "SHA-256 해시를 계산합니다. CRC32와 CRC64 보다는 좀 느립니다." #. type: Plain text #: ../src/xz/xz.1:665 msgid "Integrity of the B<.xz> headers is always verified with CRC32. It is not possible to change or disable it." msgstr "B<.xz> 헤더 무결성은 항상 CRC32로 검증하빈다. 이를 바꾸거나 It is not possible to change or disable it." #. type: TP #: ../src/xz/xz.1:665 #, no-wrap msgid "B<--ignore-check>" msgstr "B<--ignore-check>" #. type: Plain text #: ../src/xz/xz.1:671 msgid "Don't verify the integrity check of the compressed data when decompressing. The CRC32 values in the B<.xz> headers will still be verified normally." msgstr "압축 데이터를 압축해제할 경우 압축 데이터의 무결성 검증을 진행하지 않습니다. B<.xz> 헤더의 CRC32 값은 그래도 여전히 보통 방식으로 검증합니다." #. type: Plain text #: ../src/xz/xz.1:674 msgid "B Possible reasons to use this option:" msgstr "B<이 옵션이 정확히 무슨 동작을 하는지 알기 전에는 사용하지 마십시오.> 이 옵션을 사용하는 타당한 이유로:" #. type: Plain text #: ../src/xz/xz.1:677 msgid "Trying to recover data from a corrupt .xz file." msgstr "깨진 .xz 파일에서 데이터 복구를 시도합니다." #. type: Plain text #: ../src/xz/xz.1:683 msgid "Speeding up decompression. This matters mostly with SHA-256 or with files that have compressed extremely well. It's recommended to not use this option for this purpose unless the file integrity is verified externally in some other way." msgstr "압축 해제 속도를 늘립니다. SHA-256 또는 압축 파일에 들어간 그 무언가를 엄청 빨리 처리합니다. 다른 방식으로 파일 무결성을 검증해야 하는 목적이 아니라면 이 옵션을 사용하지 않는게 좋습니다." #. type: TP #: ../src/xz/xz.1:684 #, no-wrap msgid "B<-0> ... B<-9>" msgstr "B<-0> ... B<-9>" #. type: Plain text #: ../src/xz/xz.1:693 msgid "Select a compression preset level. The default is B<-6>. If multiple preset levels are specified, the last one takes effect. If a custom filter chain was already specified, setting a compression preset level clears the custom filter chain." msgstr "압축 사전 설정 수준을 선택합니다. 기본값은 B<-6>입니다. 다중 수준을 지정하면 가장 마지막 수준 옵션을 적용합니다. 개별 필터 체인을 이미 지정했다면, 압축 사전 설정 수준 값을 설정할 때 개별 필터 체인을 정리합니다." #. type: Plain text #: ../src/xz/xz.1:708 msgid "The differences between the presets are more significant than with B(1) and B(1). The selected compression settings determine the memory requirements of the decompressor, thus using a too high preset level might make it painful to decompress the file on an old system with little RAM. Specifically, B like it often is with B(1) and B(1)." msgstr "사전 설정간 차이는 B(1)과 B(1)을 사용할 때보다 더 비중을 차지합니다. 선택한 압축 설정은 압축 해제시 필요한 메모리 사용량을 셜정하므로 사전 설정 수준 값을 너무 높게 지정하면 RAM 용량이 적은 오래된 시스템에서 파일 압축 해제시 실패할 수 있습니다. 게다가, B(1) 과 B(1)에서 처럼 종종 B<모든 동작에 -9를 몰래 활용하는건 바람직하지 않습니다>." #. type: TP #: ../src/xz/xz.1:709 #, no-wrap msgid "B<-0> ... B<-3>" msgstr "B<-0> ... B<-3>" #. type: Plain text #: ../src/xz/xz.1:721 msgid "These are somewhat fast presets. B<-0> is sometimes faster than B while compressing much better. The higher ones often have speed comparable to B(1) with comparable or better compression ratio, although the results depend a lot on the type of data being compressed." msgstr "동작이 빠른 사전 설정 부류입니다. B<-0>은 때로는 B 명령보다 압축율이 훨씬 우수하면서도 더 빠릅니다. 더 큰 값은 보통 B(1) 명령과 비교했을 떄 압축 결과가 압축 데이터에 따라 달라지더라도, 비교할 법한 속도 또는 더 나은 압축율을 보입니다." #. type: TP #: ../src/xz/xz.1:721 #, no-wrap msgid "B<-4> ... B<-6>" msgstr "B<-4> ... B<-6>" #. type: Plain text #: ../src/xz/xz.1:735 msgid "Good to very good compression while keeping decompressor memory usage reasonable even for old systems. B<-6> is the default, which is usually a good choice for distributing files that need to be decompressible even on systems with only 16\\ MiB RAM. (B<-5e> or B<-6e> may be worth considering too. See B<--extreme>.)" msgstr "오래된 시스템에서 조차도 압축 해제 프로그램의 적절한 메모리 사용량을 보이면서 양호하거나 최적의 압축율을 보여줍니다. B<-6> 옵션은 압축 해제시 메모리 사용량이 16MiB 밖에 안되기 때문에 파일을 배포할 때 최적의 선택인 기본 값입니다. (B<-5e> 또는 B<-6e>도 역시 고려할 만합니다. B<--extreme>을 참고하십시오.)" #. type: TP #: ../src/xz/xz.1:735 #, no-wrap msgid "B<-7 ... -9>" msgstr "B<-7 ... -9>" #. type: Plain text #: ../src/xz/xz.1:742 msgid "These are like B<-6> but with higher compressor and decompressor memory requirements. These are useful only when compressing files bigger than 8\\ MiB, 16\\ MiB, and 32\\ MiB, respectively." msgstr "B<-6>과 비슷하지만 압축 및 압축 해제시 요구 메모리 사용량이 더 높습니다. 압축 파일이 각각 8MiB, 16MiB, 32MiB 보다 클 경우에만 쓸만한 옵션입니다." #. type: Plain text #: ../src/xz/xz.1:750 msgid "On the same hardware, the decompression speed is approximately a constant number of bytes of compressed data per second. In other words, the better the compression, the faster the decompression will usually be. This also means that the amount of uncompressed output produced per second can vary a lot." msgstr "동일한 하드웨어에서, 압축 해제 속도는 압축한 데이터의 초당 정적 바이트 처리 수의 어림 평균입니다. 다시 말해, 압축율을 더 올리면, 압축 해제 속도도 역시 올라갑니다. 이는 곧 초당 비압축 데이터 출력 양이 달라질 수 있단 뜻입니다." #. type: Plain text #: ../src/xz/xz.1:752 msgid "The following table summarises the features of the presets:" msgstr "다음 표에 사전 설정 기능을 정리했습니다:" #. type: tbl table #: ../src/xz/xz.1:759 ../src/xz/xz.1:847 ../src/xz/xz.1:3000 #, no-wrap msgid "Preset" msgstr "Preset" #. type: tbl table #: ../src/xz/xz.1:759 ../src/xz/xz.1:847 #, no-wrap msgid "DictSize" msgstr "DictSize" #. type: tbl table #: ../src/xz/xz.1:759 ../src/xz/xz.1:847 ../src/xz/xz.1:3000 #, no-wrap msgid "CompCPU" msgstr "CompCPU" #. type: tbl table #: ../src/xz/xz.1:759 ../src/xz/xz.1:847 #, no-wrap msgid "CompMem" msgstr "CompMem" #. type: tbl table #: ../src/xz/xz.1:759 ../src/xz/xz.1:847 #, no-wrap msgid "DecMem" msgstr "DecMem" #. type: tbl table #: ../src/xz/xz.1:760 ../src/xz/xz.1:2611 ../src/xz/xz.1:2636 #: ../src/xz/xz.1:3001 #, no-wrap msgid "-0" msgstr "-0" #. type: tbl table #: ../src/xz/xz.1:760 ../src/xz/xz.1:848 ../src/xz/xz.1:2611 #, no-wrap msgid "256 KiB" msgstr "256 KiB" #. type: TP #: ../src/xz/xz.1:760 ../src/xz/xz.1:3001 ../src/scripts/xzgrep.1:111 #, no-wrap msgid "0" msgstr "0" #. type: tbl table #: ../src/xz/xz.1:760 ../src/xz/xz.1:762 ../src/xz/xz.1:850 ../src/xz/xz.1:2636 #, no-wrap msgid "3 MiB" msgstr "3 MiB" #. type: tbl table #: ../src/xz/xz.1:760 ../src/xz/xz.1:761 ../src/xz/xz.1:848 ../src/xz/xz.1:849 #: ../src/xz/xz.1:2612 ../src/xz/xz.1:2613 ../src/xz/xz.1:2615 #, no-wrap msgid "1 MiB" msgstr "1 MiB" #. type: tbl table #: ../src/xz/xz.1:761 ../src/xz/xz.1:2612 ../src/xz/xz.1:2637 #: ../src/xz/xz.1:3002 #, no-wrap msgid "-1" msgstr "-1" #. type: TP #: ../src/xz/xz.1:761 ../src/xz/xz.1:1866 ../src/xz/xz.1:3002 #: ../src/scripts/xzgrep.1:115 #, no-wrap msgid "1" msgstr "1" #. type: tbl table #: ../src/xz/xz.1:761 ../src/xz/xz.1:765 ../src/xz/xz.1:766 ../src/xz/xz.1:853 #: ../src/xz/xz.1:854 ../src/xz/xz.1:2637 #, no-wrap msgid "9 MiB" msgstr "9 MiB" #. type: tbl table #: ../src/xz/xz.1:761 ../src/xz/xz.1:762 ../src/xz/xz.1:849 ../src/xz/xz.1:850 #: ../src/xz/xz.1:2613 ../src/xz/xz.1:2616 ../src/xz/xz.1:2637 #, no-wrap msgid "2 MiB" msgstr "2 MiB" #. type: tbl table #: ../src/xz/xz.1:762 ../src/xz/xz.1:2613 ../src/xz/xz.1:2638 #: ../src/xz/xz.1:3003 #, no-wrap msgid "-2" msgstr "-2" #. type: tbl table #: ../src/xz/xz.1:762 ../src/xz/xz.1:1868 ../src/xz/xz.1:1873 #: ../src/xz/xz.1:3003 #, no-wrap msgid "2" msgstr "2" #. type: tbl table #: ../src/xz/xz.1:762 ../src/xz/xz.1:767 ../src/xz/xz.1:855 ../src/xz/xz.1:2638 #, no-wrap msgid "17 MiB" msgstr "17 MiB" #. type: tbl table #: ../src/xz/xz.1:763 ../src/xz/xz.1:2614 ../src/xz/xz.1:2639 #: ../src/xz/xz.1:3004 #, no-wrap msgid "-3" msgstr "-3" #. type: tbl table #: ../src/xz/xz.1:763 ../src/xz/xz.1:764 ../src/xz/xz.1:848 ../src/xz/xz.1:851 #: ../src/xz/xz.1:852 ../src/xz/xz.1:2614 ../src/xz/xz.1:2615 #: ../src/xz/xz.1:2617 #, no-wrap msgid "4 MiB" msgstr "4 MiB" #. type: tbl table #: ../src/xz/xz.1:763 ../src/xz/xz.1:3004 #, no-wrap msgid "3" msgstr "3" #. type: tbl table #: ../src/xz/xz.1:763 ../src/xz/xz.1:768 ../src/xz/xz.1:856 ../src/xz/xz.1:2619 #: ../src/xz/xz.1:2620 ../src/xz/xz.1:2639 #, no-wrap msgid "32 MiB" msgstr "32 MiB" #. type: tbl table #: ../src/xz/xz.1:763 ../src/xz/xz.1:764 ../src/xz/xz.1:851 ../src/xz/xz.1:852 #, no-wrap msgid "5 MiB" msgstr "5 MiB" #. type: tbl table #: ../src/xz/xz.1:764 ../src/xz/xz.1:2615 ../src/xz/xz.1:2640 #: ../src/xz/xz.1:3005 #, no-wrap msgid "-4" msgstr "-4" #. type: tbl table #: ../src/xz/xz.1:764 ../src/xz/xz.1:1867 ../src/xz/xz.1:1869 #: ../src/xz/xz.1:1870 ../src/xz/xz.1:1872 ../src/xz/xz.1:3005 #, no-wrap msgid "4" msgstr "4" #. type: tbl table #: ../src/xz/xz.1:764 ../src/xz/xz.1:851 ../src/xz/xz.1:852 ../src/xz/xz.1:2640 #, no-wrap msgid "48 MiB" msgstr "48 MiB" #. type: tbl table #: ../src/xz/xz.1:765 ../src/xz/xz.1:2616 ../src/xz/xz.1:2641 #: ../src/xz/xz.1:3006 #, no-wrap msgid "-5" msgstr "-5" #. type: tbl table #: ../src/xz/xz.1:765 ../src/xz/xz.1:766 ../src/xz/xz.1:853 ../src/xz/xz.1:854 #: ../src/xz/xz.1:2616 ../src/xz/xz.1:2617 ../src/xz/xz.1:2618 #, no-wrap msgid "8 MiB" msgstr "8 MiB" #. type: tbl table #: ../src/xz/xz.1:765 ../src/xz/xz.1:3006 #, no-wrap msgid "5" msgstr "5" #. type: tbl table #: ../src/xz/xz.1:765 ../src/xz/xz.1:766 ../src/xz/xz.1:853 ../src/xz/xz.1:854 #: ../src/xz/xz.1:2641 ../src/xz/xz.1:2642 #, no-wrap msgid "94 MiB" msgstr "94 MiB" #. type: tbl table #: ../src/xz/xz.1:766 ../src/xz/xz.1:2617 ../src/xz/xz.1:2642 #: ../src/xz/xz.1:3007 #, no-wrap msgid "-6" msgstr "-6" #. type: tbl table #: ../src/xz/xz.1:766 ../src/xz/xz.1:767 ../src/xz/xz.1:768 ../src/xz/xz.1:769 #: ../src/xz/xz.1:3007 #, no-wrap msgid "6" msgstr "6" #. type: tbl table #: ../src/xz/xz.1:767 ../src/xz/xz.1:2618 ../src/xz/xz.1:2643 #, no-wrap msgid "-7" msgstr "-7" #. type: tbl table #: ../src/xz/xz.1:767 ../src/xz/xz.1:855 ../src/xz/xz.1:2618 #: ../src/xz/xz.1:2619 ../src/xz/xz.1:2640 #, no-wrap msgid "16 MiB" msgstr "16 MiB" #. type: tbl table #: ../src/xz/xz.1:767 ../src/xz/xz.1:855 ../src/xz/xz.1:2643 #, no-wrap msgid "186 MiB" msgstr "186 MiB" #. type: tbl table #: ../src/xz/xz.1:768 ../src/xz/xz.1:2619 ../src/xz/xz.1:2644 #, no-wrap msgid "-8" msgstr "-8" #. type: tbl table #: ../src/xz/xz.1:768 ../src/xz/xz.1:856 ../src/xz/xz.1:2644 #, no-wrap msgid "370 MiB" msgstr "370 MiB" #. type: tbl table #: ../src/xz/xz.1:768 ../src/xz/xz.1:856 #, no-wrap msgid "33 MiB" msgstr "33 MiB" #. type: tbl table #: ../src/xz/xz.1:769 ../src/xz/xz.1:2620 ../src/xz/xz.1:2645 #, no-wrap msgid "-9" msgstr "-9" #. type: tbl table #: ../src/xz/xz.1:769 ../src/xz/xz.1:857 ../src/xz/xz.1:2620 #, no-wrap msgid "64 MiB" msgstr "64 MiB" #. type: tbl table #: ../src/xz/xz.1:769 ../src/xz/xz.1:857 ../src/xz/xz.1:2645 #, no-wrap msgid "674 MiB" msgstr "674 MiB" #. type: tbl table #: ../src/xz/xz.1:769 ../src/xz/xz.1:857 #, no-wrap msgid "65 MiB" msgstr "65 MiB" #. type: Plain text #: ../src/xz/xz.1:775 msgid "Column descriptions:" msgstr "컬럼 설명:" #. type: Plain text #: ../src/xz/xz.1:787 msgid "DictSize is the LZMA2 dictionary size. It is waste of memory to use a dictionary bigger than the size of the uncompressed file. This is why it is good to avoid using the presets B<-7> ... B<-9> when there's no real need for them. At B<-6> and lower, the amount of memory wasted is usually low enough to not matter." msgstr "DictSize는 LZMA2 딕셔너리 크기입니다. 압축 해제 파일의 크기보다 딕셔너리에서 사용하는 낭비 메모리 용량입니다. 실제로 필요하지 않은 B<-7> ... B<-9> 사전 설정값을 피해야 하는 적절한 이유이기도 합니다. B<-6> 이하에서는 소모 메모리 양이 충분히 적거나 따로 신경쓸 필요가 없습니다." #. type: Plain text #: ../src/xz/xz.1:796 msgid "CompCPU is a simplified representation of the LZMA2 settings that affect compression speed. The dictionary size affects speed too, so while CompCPU is the same for levels B<-6> ... B<-9>, higher levels still tend to be a little slower. To get even slower and thus possibly better compression, see B<--extreme>." msgstr "CompCPU는 압축 속도에 영향을 주는 LZMA2 설정의 단순화 표기 값입니다. 딕셔너리 크기는 속도에도 영향을 주기 때문에 CompCPU는 B<-6> ... B<-9> 수준값과 동일한데, 고수준 값은 여전히 조금 더 느려질 수 있습니다. 느려지는 만큼 압축율은 가능한 한 더 좋아집니다. B<--extreme>을 참고하십시오." #. type: Plain text #: ../src/xz/xz.1:802 msgid "CompMem contains the compressor memory requirements in the single-threaded mode. It may vary slightly between B versions." msgstr "CompMem은 단일-스레드 모드에서 필요한 압축 프로그램의 메모리 점유 용량입니다. B 버전에 따라 다를 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:809 msgid "DecMem contains the decompressor memory requirements. That is, the compression settings determine the memory requirements of the decompressor. The exact decompressor memory usage is slightly more than the LZMA2 dictionary size, but the values in the table have been rounded up to the next full MiB." msgstr "DecMem은 압축 해제 프로그램의 메모리 점유용량입니다. 이는 곧, 압축 해제 프로그램에서 필요한 메모리 사용량을 압축 설정에서 결정한다는 의미가 들어있습니다. 정확한 압축 해제 프로그램의 메모리 사용량은 LZMA2 딕셔너리 크기 보다는 조금 많지만 테이블의 값은 MiB 용량으로 완전히 반올림한 값입니다." #. type: Plain text #: ../src/xz/xz.1:819 msgid "Memory requirements of the multi-threaded mode are significantly higher than that of the single-threaded mode. With the default value of B<--block-size>, each thread needs 3*3*DictSize plus CompMem or DecMem. For example, four threads with preset B<-6> needs 660\\(en670\\ MiB of memory." msgstr "다중-스레드 모드에서 필요한 메모리 용량은 단일-스레드 모드보단 약간 더 많습니다. B<--block-size> 기본값에 따라, 각 스레드에서는 3*3*딕셔녀리_크기 + 압축시_메모리용량 또는 압축_해제시_메모리용량 정도가 필요합니다. 예를 들면, 스레드 넷에 사전 설정 옵션 B<-6>을 사용한다면, 660\\(en670 MiB 메모리 용량이 필요합니다." #. type: TP #: ../src/xz/xz.1:819 #, no-wrap msgid "B<-e>, B<--extreme>" msgstr "B<-e>, B<--extreme>" #. type: Plain text #: ../src/xz/xz.1:828 msgid "Use a slower variant of the selected compression preset level (B<-0> ... B<-9>) to hopefully get a little bit better compression ratio, but with bad luck this can also make it worse. Decompressor memory usage is not affected, but compressor memory usage increases a little at preset levels B<-0> ... B<-3>." msgstr "기대하는 만큼의 좀 더 나은 압축율을 확보하려 선택한 압축 사전 설정 수준의 느린 변형 옵션을 사용하지만, 재수 없는 와중에 골로 가는 경우가 생기기도 합니다. 압축 해제 프로그램의 메모리 사용에는 영향을 주지 않지만, 압축 프로그램의 메모리 사용량은 B<-0> ... B<-3> 사전 설정 수준에서 약간 더 올라갈 뿐입니다." #. type: Plain text #: ../src/xz/xz.1:840 msgid "Since there are two presets with dictionary sizes 4\\ MiB and 8\\ MiB, the presets B<-3e> and B<-5e> use slightly faster settings (lower CompCPU) than B<-4e> and B<-6e>, respectively. That way no two presets are identical." msgstr "4MiB와 8MiB 두 가지 딕셔너리 용량 설정이 있기 때문에 B<-3e> 와 B<-5e> 사전 설정을 (CompCPU 수치를 낮춰서) 각각 B<-4e> 와 B<-6e> 보다 약간 더 빠르게 설정할 수 있습니다. 이런 식으로 두 사전 설정이 동일하지 않습니다." #. type: tbl table #: ../src/xz/xz.1:848 #, no-wrap msgid "-0e" msgstr "-0e" #. type: tbl table #: ../src/xz/xz.1:848 ../src/xz/xz.1:849 ../src/xz/xz.1:850 ../src/xz/xz.1:852 #: ../src/xz/xz.1:854 ../src/xz/xz.1:855 ../src/xz/xz.1:856 ../src/xz/xz.1:857 #: ../src/xz/xz.1:3009 #, no-wrap msgid "8" msgstr "8" #. type: tbl table #: ../src/xz/xz.1:849 #, no-wrap msgid "-1e" msgstr "-1e" #. type: tbl table #: ../src/xz/xz.1:849 #, no-wrap msgid "13 MiB" msgstr "13 MiB" #. type: tbl table #: ../src/xz/xz.1:850 #, no-wrap msgid "-2e" msgstr "-2e" #. type: tbl table #: ../src/xz/xz.1:850 #, no-wrap msgid "25 MiB" msgstr "25 MiB" #. type: tbl table #: ../src/xz/xz.1:851 #, no-wrap msgid "-3e" msgstr "-3e" #. type: tbl table #: ../src/xz/xz.1:851 ../src/xz/xz.1:853 ../src/xz/xz.1:3008 #, no-wrap msgid "7" msgstr "7" #. type: tbl table #: ../src/xz/xz.1:852 #, no-wrap msgid "-4e" msgstr "-4e" #. type: tbl table #: ../src/xz/xz.1:853 ../src/xz/xz.1:3008 #, no-wrap msgid "-5e" msgstr "-5e" #. type: tbl table #: ../src/xz/xz.1:854 ../src/xz/xz.1:3009 #, no-wrap msgid "-6e" msgstr "-6e" #. type: tbl table #: ../src/xz/xz.1:855 #, no-wrap msgid "-7e" msgstr "-7e" #. type: tbl table #: ../src/xz/xz.1:856 #, no-wrap msgid "-8e" msgstr "-8e" #. type: tbl table #: ../src/xz/xz.1:857 #, no-wrap msgid "-9e" msgstr "-9e" #. type: Plain text #: ../src/xz/xz.1:869 msgid "For example, there are a total of four presets that use 8\\ MiB dictionary, whose order from the fastest to the slowest is B<-5>, B<-6>, B<-5e>, and B<-6e>." msgstr "예를 들면, 8MiB 딕셔너리를 활용하는 네가지 사전 설정이 있다고 할 때, 빠른 순으로 설정을 나열하자면, B<-5>, B<-6>, B<-5e>, B<-6e> 입니다." #. type: TP #: ../src/xz/xz.1:869 #, no-wrap msgid "B<--fast>" msgstr "B<--fast>" #. type: TP #: ../src/xz/xz.1:872 #, no-wrap msgid "B<--best>" msgstr "B<--best>" #. type: Plain text #: ../src/xz/xz.1:883 msgid "These are somewhat misleading aliases for B<-0> and B<-9>, respectively. These are provided only for backwards compatibility with LZMA Utils. Avoid using these options." msgstr "이 옵션은 B<-0> 과 B<-9>의 별칭으로 각각 오해할 수 있습니다. LZMA 유틸리티의 하위 호환성을 목적으로 제공합니다. 이 옵션 사용은 피하십시오." #. type: TP #: ../src/xz/xz.1:883 #, no-wrap msgid "B<--block-size=>I" msgstr "B<--block-size=>I크기E>" #. type: Plain text #: ../src/xz/xz.1:896 msgid "When compressing to the B<.xz> format, split the input data into blocks of I bytes. The blocks are compressed independently from each other, which helps with multi-threading and makes limited random-access decompression possible. This option is typically used to override the default block size in multi-threaded mode, but this option can be used in single-threaded mode too." msgstr "B<.xz> 형식으로 압축할 때, 입력 데이터를 I크기E> 바이트 블록으로 입력 데이터를 쪼갭니다. 각각의 블록은 다중-스레드 방식으로 처리할 수 있고 임의 접근 압축 해제 가능성을 제한할 수 있게 개별적으로 압축 처리합니다. 이 옵션은 보통 다중-스레드 모드에서 기본 블록 크기를 지정할 때 사용하지만, 단일-스레드 모드에서도 사용할 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:913 msgid "In multi-threaded mode about three times I bytes will be allocated in each thread for buffering input and output. The default I is three times the LZMA2 dictionary size or 1 MiB, whichever is more. Typically a good value is 2\\(en4 times the size of the LZMA2 dictionary or at least 1 MiB. Using I less than the LZMA2 dictionary size is waste of RAM because then the LZMA2 dictionary buffer will never get fully used. In multi-threaded mode, the sizes of the blocks are stored in the block headers. This size information is required for multi-threaded decompression." msgstr "다중-스레드 모드에서는 약 3배 용량의 I크기E> 바이트만큼 각 스레드 별로 입출력 버퍼링용 공간을 할당합니다. 기본 I크기E>는 LZMA2 딕셔너리 크기 또는 1MiB 중 가장 큰 쪽의 세 배입니다. 보통 적절한 값으로 LZMA2 딕셔너리 크기 또는 최소한 1MiB 용량의 2\\(en4배입니다. LZMA2 딕셔너리 크기보다 작은 I크기E>는 램의 소모적 사용 공간으로 할당하는데 LZMA2 딕셔너리 버퍼를 할당한 용량 크기 전체를 다 사용하지 않기 때문입니다. 다중-스레드 모드에서 블록 크기는 블록 헤더에 저장하며, 이 크기 정보는 다중-스레드 압축 해제시 필요합니다." #. type: Plain text #: ../src/xz/xz.1:922 msgid "In single-threaded mode no block splitting is done by default. Setting this option doesn't affect memory usage. No size information is stored in block headers, thus files created in single-threaded mode won't be identical to files created in multi-threaded mode. The lack of size information also means that B won't be able decompress the files in multi-threaded mode." msgstr "단일-스레드 모드에서는 기본적으로 블록 쪼개기를 하지 않습니다. 이 옵션을 설정한다고 해서 메모리 사용에 영향을 주지는 않습니다. 블록 헤더에 크기 정보를 저장하지 않기 때문에 단일-스레드 모드에서 만든 파일은 다중-스레드 모드에서 만든 파일과 동일하지 않습니다. 크기 정보의 누락은 또한 B에서 다중-스레드 모드로 압축 해제를 진행할 수 없음을 의미하기도 합니다." #. type: TP #: ../src/xz/xz.1:922 #, no-wrap msgid "B<--block-list=>I" msgstr "B<--block-list=>I항목E>" #. type: Plain text #: ../src/xz/xz.1:928 msgid "When compressing to the B<.xz> format, start a new block with an optional custom filter chain after the given intervals of uncompressed data." msgstr "B<.xz> 형식으로 압축할 때, 압축하지 않은 데이터로 부터 일정 간격 이후에 새 블록 처리를 시작합니다." #. type: Plain text #: ../src/xz/xz.1:938 msgid "The I are a comma-separated list. Each item consists of an optional filter chain number between 0 and 9 followed by a colon (B<:>) and a required size of uncompressed data. Omitting an item (two or more consecutive commas) is a shorthand to use the size and filters of the previous item." msgstr "I항목E>은 쉼표로 구분한 목록으로 지정합니다. 각 항목은 콜론 (B<:>)으로 구분한 0부터 9까지의 추가 필터 체인 번호 값으로 이루어져 있으며, 압축하지 않은 데이터의 크기 값이 필요합니다. 항목을 생략하면(둘 이상의 쉼표 연속 표기) 이전 항목의 크기와 필터를 활용하겠다는 함축 의미를 넣을 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:947 msgid "If the input file is bigger than the sum of the sizes in I, the last item is repeated until the end of the file. A special value of B<0> may be used as the last size to indicate that the rest of the file should be encoded as a single block." msgstr "입력 파일이 I항목E> 크기의 합보다 크면, 마지막 항목을 파일의 끝까지 반복합니다. 특별히 B<0> 값을 마지막 값으로 사용하여 파일 나머지 부분을 단일 블록으로 인코딩해야 한다는 의미를 나타낼 수도 있습니다." #. type: Plain text #: ../src/xz/xz.1:964 msgid "An alternative filter chain for each block can be specified in combination with the B<--filters1=>I \\&...\\& B<--filters9=>I options. These options define filter chains with an identifier between 1\\(en9. Filter chain 0 can be used to refer to the default filter chain, which is the same as not specifying a filter chain. The filter chain identifier can be used before the uncompressed size, followed by a colon (B<:>). For example, if one specifies B<--block-list=1:2MiB,3:2MiB,2:4MiB,,2MiB,0:4MiB> then blocks will be created using:" msgstr "B<--filters1=>I필터E> \\&...\\& B<--filters9=>I필터E> 옵션 조합으로 각 블록별 별도 필터 체인을 지정할 수 있습니다. 이 옵션은 1\\(en9번 필터 체인을 지정합니다. 필터 체인 0번은 필터 체인을 지정하지 않았을 때와 동일한 기본 필터 체인으로 참조할 수 있습니다. 필터 체인 식별 번호는 비 압축 크기 앞에 콜론(B<:>)을 붙여 사용할 수 있습니다. 예를 들면, B<--block-list=1:2MiB,3:2MiB,2:4MiB,,2MiB,0:4MiB> 옵션을 지정했을 경우 다음 규칙대로 블록을 만듭니다:" #. type: Plain text #: ../src/xz/xz.1:969 msgid "The filter chain specified by B<--filters1> and 2 MiB input" msgstr "B<--filters1> 필터 체인에서는 2MiB 입력을" #. type: Plain text #: ../src/xz/xz.1:973 msgid "The filter chain specified by B<--filters3> and 2 MiB input" msgstr "B<--filters3> 필터 체인에서는 2MiB 입력을" #. type: Plain text #: ../src/xz/xz.1:977 ../src/xz/xz.1:981 msgid "The filter chain specified by B<--filters2> and 4 MiB input" msgstr "B<--filters2> 필터 체인에서는 4MiB 입력을" #. type: Plain text #: ../src/xz/xz.1:983 msgid "The default filter chain and 2 MiB input" msgstr "기본 필터 체인에서는 2MiB 입력을" #. type: Plain text #: ../src/xz/xz.1:986 msgid "The default filter chain and 4 MiB input for every block until end of input." msgstr "입력이 끝나기 전의 모든 블록에는 기본 필터 체인과 4MiB 입력을 적용합니다." #. type: Plain text #: ../src/xz/xz.1:1000 msgid "If one specifies a size that exceeds the encoder's block size (either the default value in threaded mode or the value specified with B<--block-size=>I), the encoder will create additional blocks while keeping the boundaries specified in I. For example, if one specifies B<--block-size=10MiB> B<--block-list=5MiB,10MiB,8MiB,12MiB,24MiB> and the input file is 80 MiB, one will get 11 blocks: 5, 10, 8, 10, 2, 10, 10, 4, 10, 10, and 1 MiB." msgstr "인코더 블록 크기를 초과하는 크기 값을 지정하면(스레드 모드 기본값 또는 B<--block-size=>I크기E> 옵션으로 지정한 값), 인코더는 I크기E> 지정 용량 범위는 유지하면서 추가 블록을 만듭니다. 예를 들면 B<--block-size=10MiB> B<--block-list=5MiB,10MiB,8MiB,12MiB,24MiB> 옵션을 지정하고 입력 파일을 80MiB 용량으로 전달하면, 각각 5, 10, 8, 10, 2, 10, 10, 4, 10, 10, 1 MiB 용량을 차지하는 블록 11개를 결과물로 내줍니다." #. type: Plain text #: ../src/xz/xz.1:1006 msgid "In multi-threaded mode the sizes of the blocks are stored in the block headers. This isn't done in single-threaded mode, so the encoded output won't be identical to that of the multi-threaded mode." msgstr "다중-스레드 모드에서 블록 크기는 블록 헤더에 저장합니다. 단일-스레드 모드에서는 저장하지 않기 때문에 인코딩 처리한 출력은 다중-스레드 모드의 출력 결과물과는 다릅니다." #. type: TP #: ../src/xz/xz.1:1006 #, no-wrap msgid "B<--flush-timeout=>I" msgstr "B<--flush-timeout=>I제한시간E>" #. type: Plain text #: ../src/xz/xz.1:1023 msgid "When compressing, if more than I milliseconds (a positive integer) has passed since the previous flush and reading more input would block, all the pending input data is flushed from the encoder and made available in the output stream. This can be useful if B is used to compress data that is streamed over a network. Small I values make the data available at the receiving end with a small delay, but large I values give better compression ratio." msgstr "압축할 때, 이전 데이터를 소거하고 다음 입력을 블록 단위로 더 읽는데 I제한시간E> 밀리초(양의 정수값)가 지났을 경우, 대기중이던 모든 입력 데이터를 인코더에서 소거한 다음 출력 스트림에 전달합니다. 이런 동작은 네트워크로 스트리밍한 데이터를 B로 압축할 때 쓸만합니다. I제한시간E> 값을 적게 지정하면 적은 지연 시간에 데이터를 받아낼 수 있지만 I제한시간E> 값을 크게 하면 압축율을 높일 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:1031 msgid "This feature is disabled by default. If this option is specified more than once, the last one takes effect. The special I value of B<0> can be used to explicitly disable this feature." msgstr "이 기능은 기본적으로 꺼져있습니다. 이 옵션을 한번 이상 지정하면, 마지막 옵션의 값대로 동작합니다. 특별히 I제한시간E> 값을 B<0>으로 설정하면 이 설정을 완전히 끌 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:1033 msgid "This feature is not available on non-POSIX systems." msgstr "이 기능은 POSIX 시스템이 아닌 곳에서는 사용할 수 없습니다." #. FIXME #. type: Plain text #: ../src/xz/xz.1:1041 msgid "B Currently B is unsuitable for decompressing the stream in real time due to how B does buffering." msgstr "B<이 기능은 여전히 시험중입니다>. 현재로서는, B 버퍼링 처리 방식 때문에 B의 실시간 스트림 압축 해제 기능 활용은 적절하지 않습니다." #. type: TP #: ../src/xz/xz.1:1041 #, no-wrap msgid "B<--memlimit-compress=>I" msgstr "B<--memlimit-compress=>I제한용량E>" #. type: Plain text #: ../src/xz/xz.1:1046 msgid "Set a memory usage limit for compression. If this option is specified multiple times, the last one takes effect." msgstr "압축 수행시 메모리 사용 한계를 지정합니다. 이 옵션을 여러번 지정하면 마지막 값을 취합니다." #. type: Plain text #: ../src/xz/xz.1:1059 msgid "If the compression settings exceed the I, B will attempt to adjust the settings downwards so that the limit is no longer exceeded and display a notice that automatic adjustment was done. The adjustments are done in this order: reducing the number of threads, switching to single-threaded mode if even one thread in multi-threaded mode exceeds the I, and finally reducing the LZMA2 dictionary size." msgstr "압축 설정이 I제한용량E>을 초과하면, B는 설정 값의 하향 조정을 시도하여 한계 값을 더이상 넘치지 않게 하고 자동 조절을 끝냈다는 알림을 표시합니다. 조정은 다음 순서대로 진행합니다. 스레드 수를 줄입니다. 다중-스레드 모드에서 스레드 하나의 할당 한계치가 I제한용량E>을 넘으면 단일-스레드 모드로 전환합니다. 그 다음 마지막으로 LZMA2 딕셔너리 크기를 줄입니다." #. type: Plain text #: ../src/xz/xz.1:1067 msgid "When compressing with B<--format=raw> or if B<--no-adjust> has been specified, only the number of threads may be reduced since it can be done without affecting the compressed output." msgstr "B<--format=raw> 또는 B<--no-adjust> 미지정 상황에서 압축할 때, 압축 데이터 출력에 영향을 주지 않고 스레드 처리 수만 줄일 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:1074 msgid "If the I cannot be met even with the adjustments described above, an error is displayed and B will exit with exit status 1." msgstr "I제한용량E> 값이 아래 설명한 조건에 맞지 않으면, 오류가 나타나고 B 명령은 종료 상태 1번을 반환하며 빠져나갑니다." #. type: Plain text #: ../src/xz/xz.1:1078 msgid "The I can be specified in multiple ways:" msgstr "I제한용량E> 값은 여러 방식으로 지정할 수 있습니다:" #. type: Plain text #: ../src/xz/xz.1:1088 msgid "The I can be an absolute value in bytes. Using an integer suffix like B can be useful. Example: B<--memlimit-compress=80MiB>" msgstr "I제한용량E> 값은 바이트 용량 절대값입니다. 정수 값을 사용하되 B와 같은 접미사를 사용하는게 좋습니다. 예: B<--memlimit-compress=80MiB>" #. type: Plain text #: ../src/xz/xz.1:1100 msgid "The I can be specified as a percentage of total physical memory (RAM). This can be useful especially when setting the B environment variable in a shell initialization script that is shared between different computers. That way the limit is automatically bigger on systems with more memory. Example: B<--memlimit-compress=70%>" msgstr "I제한용량E> 값은 총 물리 메모리(RAM) 용량의 백분율로 지정할 수도 있습니다. 다른 컴퓨터끼리 공유하는 셸 초기화 스크립트의 B 환경 변수에 값을 설정할 때 특히 쓸만합니다. 이런 방식으로 설정하면 시스템의 메모리 설치 용량에 따라 자동으로 늘어납니다. 예: B<--memlimit-compress=70%>" #. type: Plain text #: ../src/xz/xz.1:1110 msgid "The I can be reset back to its default value by setting it to B<0>. This is currently equivalent to setting the I to B (no memory usage limit)." msgstr "I제한용량E> 값은 B<0> 기본값으로 설정하여 초기화할 수 있습니다. 현재로서는 I제한용량E> 값이 I(최대) (메모리 사용 한계 없음) 인 상태와 동일합니다." #. type: Plain text #: ../src/xz/xz.1:1134 msgid "For 32-bit B there is a special case: if the I would be over B<4020\\ MiB>, the I is set to B<4020\\ MiB>. On MIPS32 B<2000\\ MiB> is used instead. (The values B<0> and B aren't affected by this. A similar feature doesn't exist for decompression.) This can be helpful when a 32-bit executable has access to 4\\ GiB address space (2 GiB on MIPS32) while hopefully doing no harm in other situations." msgstr "B 32비트 버전에서는 몇가지 특별한 경우가 있습니다. I제한용량E> 값이 B<4020MiB>를 넘으면 I제한용량E>을 B<4020MiB>로 고정합니다. MIPS32에서는 B<2000MiB>로 대신 고정합니다. (B<0>과 B는 이 경우에 해당하지 않습니다. 압축 해제시 비슷한 기능은 없습니다.) 이 경우 32비트 실행 파일이 4GiB(MIPS32의 경우 2GiB) 주소 영역에 접근할 때 매우 용이하며, 다른 경우에는 원하는대로 문제를 일으키지 않습니다." #. type: Plain text #: ../src/xz/xz.1:1137 msgid "See also the section B." msgstr "B<메모리 활용> 섹션도 참고하십시오." #. type: TP #: ../src/xz/xz.1:1137 #, no-wrap msgid "B<--memlimit-decompress=>I" msgstr "B<--memlimit-decompress=>I제한용량E>" #. type: Plain text #: ../src/xz/xz.1:1151 msgid "Set a memory usage limit for decompression. This also affects the B<--list> mode. If the operation is not possible without exceeding the I, B will display an error and decompressing the file will fail. See B<--memlimit-compress=>I for possible ways to specify the I." msgstr "압축 해제시 메모리 사용 한계 용량을 설정합니다. B<--list> 모드에도 영향을 줍니다. I제한용량E>을 넘기지 않고서는 동작이 진행이 안될 경우, B 에서는 오류를 나타내고 파일 압축 해제를 실패로 간주합니다. I제한용량E>을 지정하는 가능한 방법에 대해서는 B<--memlimit-compress=>I제한용량E> 옵션을 참고하십시오." #. type: TP #: ../src/xz/xz.1:1151 #, no-wrap msgid "B<--memlimit-mt-decompress=>I" msgstr "B<--memlimit-mt-decompress=>I제한용량E>" #. type: Plain text #: ../src/xz/xz.1:1173 msgid "Set a memory usage limit for multi-threaded decompression. This can only affect the number of threads; this will never make B refuse to decompress a file. If I is too low to allow any multi-threading, the I is ignored and B will continue in single-threaded mode. Note that if also B<--memlimit-decompress> is used, it will always apply to both single-threaded and multi-threaded modes, and so the effective I for multi-threading will never be higher than the limit set with B<--memlimit-decompress>." msgstr "다중-스레드 모드 압축 해제시 메모리 사용 한계 용량을 설정합니다. 스레드 수에 영향을 줄 수도 있습니다. B에서 파일 압축 해제를 거부하게 하진 않습니다. I제한용량E> 수치가 다중-스레드로 처리하기에 너무 낮다면, I제한용량E> 값을 무시하고 B 동작을 단일-스레드 모드로 계속 진행합니다. 참고로 B<--memlimit-decompress> 옵션도 사용하면, 단일-스레드 모드와 다중-스레드 모드 두 경우에 모두 적용하기에, 다중-스레드 모드에 적용할 I제한용량E> 값은 B<--memlimit-decompress>에 설정하는 제한 값보다 더 크면 안됩니다." #. type: Plain text #: ../src/xz/xz.1:1180 msgid "In contrast to the other memory usage limit options, B<--memlimit-mt-decompress=>I has a system-specific default I. B can be used to see the current value." msgstr "다른 메모리 사용 용량 제한 옵션과는 달리, B<--memlimit-mt-decompress=>I제한용량E> 옵션은 시스템별 기본 I제한용량E> 값을 지닙니다. 현재 설정 값은 B 명령으로 확인해볼 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:1196 msgid "This option and its default value exist because without any limit the threaded decompressor could end up allocating an insane amount of memory with some input files. If the default I is too low on your system, feel free to increase the I but never set it to a value larger than the amount of usable RAM as with appropriate input files B will attempt to use that amount of memory even with a low number of threads. Running out of memory or swapping will not improve decompression performance." msgstr "이 옵션과 기본 값은 한계 값을 주지 않으면 스레드 기반 압축 해제 프로그램이 일부 입력 파일에 대해 정신나간 수준의 메모리 용량을 할당해서 동작이 끝나버릴 수 있습니다. 기본 I제한용량E>이 시스템의 사양에 비해 낮다면, I제한용량E> 값을 자유롭게 올리시되, B 에서 적은 스레드 수에도 메모리 공간 할당을 시도하는 만큼, 입력 파일에 적절한 수준으로 가용 RAM 용량을 넘는 큰 값을 설정하지 마십시오. 메모리나 스와핑 영역 공간이 줄어들면 압축해제 성능을 개선하지 못합니다." #. type: Plain text #: ../src/xz/xz.1:1208 msgid "See B<--memlimit-compress=>I for possible ways to specify the I. Setting I to B<0> resets the I to the default system-specific value." msgstr "I제한용량E> 값을 지정하는 가능한 방법을 보려면 B<--memlimit-compress=>I제한용량E> 옵션을 참고하십시오. I제한용량E> 값을 B<0>으로 설정하면 I제한용량E> 값이 시스템 지정 기본값으로 바뀝니다." #. type: TP #: ../src/xz/xz.1:1208 #, no-wrap msgid "B<-M> I, B<--memlimit=>I, B<--memory=>I" msgstr "B<-M> I제한용량E>, B<--memlimit=>I제한용량E>, B<--memory=>I제한용량E>" #. type: Plain text #: ../src/xz/xz.1:1214 msgid "This is equivalent to specifying B<--memlimit-compress=>I B<--memlimit-decompress=>I B<--memlimit-mt-decompress=>I." msgstr "B<--memlimit-compress=>I제한용량E> B<--memlimit-decompress=>I제한용량E> B<--memlimit-mt-decompress=>I제한용량E> 지정과 동일합니다." #. type: TP #: ../src/xz/xz.1:1214 #, no-wrap msgid "B<--no-adjust>" msgstr "B<--no-adjust>" #. type: Plain text #: ../src/xz/xz.1:1224 msgid "Display an error and exit if the memory usage limit cannot be met without adjusting settings that affect the compressed output. That is, this prevents B from switching the encoder from multi-threaded mode to single-threaded mode and from reducing the LZMA2 dictionary size. Even when this option is used the number of threads may be reduced to meet the memory usage limit as that won't affect the compressed output." msgstr "압축 출력 결과에 영향을 주는 설정을 조정하지 않고는 메모리 사용 용량 제한 조건이 맞지 않으면 오류를 표시하고 빠져나갑니다. 이 옵션은 B가 다중-스레드 모드에서 단일-스레드 모드로 전환하고 LZMA2 딕셔너리 크기를 줄이는 동작을 막아줍니다. 심지어 이 옵션을 사용하면 메모리 사용 한계를 만족하도록 스레드 수를 줄여 압축 결과물 출력에 영향이 가지 않게 합니다." #. type: Plain text #: ../src/xz/xz.1:1227 msgid "Automatic adjusting is always disabled when creating raw streams (B<--format=raw>)." msgstr "원시 스트림(B<--format=raw>)을 만들 떄 자동 조정은 항상 꺼집니다." #. type: TP #: ../src/xz/xz.1:1227 #, no-wrap msgid "B<-T> I, B<--threads=>I" msgstr "B<-T> I스레드수E>, B<--threads=>I스레드수E>" #. type: Plain text #: ../src/xz/xz.1:1242 msgid "Specify the number of worker threads to use. Setting I to a special value B<0> makes B use up to as many threads as the processor(s) on the system support. The actual number of threads can be fewer than I if the input file is not big enough for threading with the given settings or if using more threads would exceed the memory usage limit." msgstr "활용할 작업 스레드 수를 지정합니다. I스레드수E> 값을 B<0> 값으로 설정하면, B는 시스템에서 지원하는 최대 프로세서 스레드 수를 모두 확보합니다. 실제 스레드 수는 입력 파일이 주어진 설정대로 스레드 처리를 할 만큼 그렇게 크지 않을 경우, 내지는 더 많은 스레드를 사용했을 때 메모리 사용량 한계를 초과할 경우 I스레드수E> 보다 적을 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:1261 msgid "The single-threaded and multi-threaded compressors produce different output. Single-threaded compressor will give the smallest file size but only the output from the multi-threaded compressor can be decompressed using multiple threads. Setting I to B<1> will use the single-threaded mode. Setting I to any other value, including B<0>, will use the multi-threaded compressor even if the system supports only one hardware thread. (B 5.2.x used single-threaded mode in this situation.)" msgstr "단일-스레드와 다중-스레드 압축 프로그램은 다른 출력 결과물을 냅니다. 단일-스레드 압축 프로그램은 작은 파일 크기 결과물을 내놓지만, 다중-스레드 압축 프로그램의 경우 다중-스레드 압축 프로그램에서 내놓은 결과물은 다중-스레드로만 압축을 해제할 수 있습니다. I스레드수E>를 B<1>로 설정하면 단일-스레드 모드를 사용합니다. I스레드수E>를 B<0>과 다른 값으로 설정하면, 시스템에서 실제로 하드웨어 스레드가 1개만 지원한다 하더라도, 다중-스레드 압축 프로그램을 사용합니다. (B 5.2.x에서는 이 경우 단일-스레드 모드를 활용합니다.)" #. type: Plain text #: ../src/xz/xz.1:1280 msgid "To use multi-threaded mode with only one thread, set I to B<+1>. The B<+> prefix has no effect with values other than B<1>. A memory usage limit can still make B switch to single-threaded mode unless B<--no-adjust> is used. Support for the B<+> prefix was added in B 5.4.0." msgstr "단일-스레드로 다중-스레드 모드를 사용하려면, I스레드수E>를 B<+1>로 설정하십시오. B<+> 접두사는 B<1> 이외의 값에는 영향을 주지 않습니다. 메모리 사용량 한계 설정은 B을 B<--no-adjust> 옵션을 쓰기 전까지는 단일-스레드로 전환하게 합니다. B<+> 접두사 지원은 B 5.4.0에 추가했습니다." #. type: Plain text #: ../src/xz/xz.1:1295 msgid "If an automatic number of threads has been requested and no memory usage limit has been specified, then a system-specific default soft limit will be used to possibly limit the number of threads. It is a soft limit in sense that it is ignored if the number of threads becomes one, thus a soft limit will never stop B from compressing or decompressing. This default soft limit will not make B switch from multi-threaded mode to single-threaded mode. The active limits can be seen with B." msgstr "자동 스레드 수를 요청했고 메모리 사용 한계를 지정하지 않았다면, 시스템에 맞게끔 가능한 스레드 수를 제한하는 기본 소프트 제한 값을 사용합니다. 스레드 수가 한개가 되면 무시하는 이런 개념이 소프트 제한이기에, B로 하여금 압축 동작 및 압축 해제 동작 수행시 멈추지 않습니다. 이 가본 소프트 제한 값은 B 실행 도중 다중-스레드 모드에서 단일-스레드 모드로 바뀌게 하지는 않습니다. 활성 제한 값은 B 명령으로 볼 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:1302 msgid "Currently the only threading method is to split the input into blocks and compress them independently from each other. The default block size depends on the compression level and can be overridden with the B<--block-size=>I option." msgstr "현재 스레딩 처리 방식은 입력을 블록 단위로 쪼개고 각각의 블록을 독립적으로 압축하는 동작을 취합니다. 기본 블록 크기는 압축 수준에 따라 다르며 B<--block-size=>I크기E> 옵션으로 재지정할 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:1310 msgid "Threaded decompression only works on files that contain multiple blocks with size information in block headers. All large enough files compressed in multi-threaded mode meet this condition, but files compressed in single-threaded mode don't even if B<--block-size=>I has been used." msgstr "스레드 압축 해제 방식은 여러 블록이 블록 헤더에 넣은 크기 정보와 함께 들어간 파일에만 동작합니다. 다중-스레드 모드에서 압축한 충분히 큰 모든 파일은 이 조건에 만족하지만, 단일-스레드 모드에서 압축한 파일은 B<--block-size=>I크기E> 옵션을 지정하더라도 조건에 만족하지 않습니다." #. type: Plain text #: ../src/xz/xz.1:1319 msgid "The default value for I is B<0>. In B 5.4.x and older the default is B<1>." msgstr "I<스레드> 기본 값은 B<0>입니다. B 5.4.x 이전의 기본값은 B<1>입니다." #. type: SS #: ../src/xz/xz.1:1320 ../src/xz/xz.1:2980 #, no-wrap msgid "Custom compressor filter chains" msgstr "개별 압축 필터 체인 설정" #. type: Plain text #: ../src/xz/xz.1:1336 msgid "A custom filter chain allows specifying the compression settings in detail instead of relying on the settings associated to the presets. When a custom filter chain is specified, preset options (B<-0> \\&...\\& B<-9> and B<--extreme>) earlier on the command line are forgotten. If a preset option is specified after one or more custom filter chain options, the new preset takes effect and the custom filter chain options specified earlier are forgotten." msgstr "개별 필터 체인은 사전 설정에 엮인 설정에 의존하는 대신 압축 설정을 세부적으로 하나하나 설정할 수 있게 합니다. 개별 필터 체인을 지정하면, 명령행에 앞서 지정한 사전 설정 옵션(B<-0> \\&...\\& B<-9> 과 B<--extreme>)은 무시합니다. 사전 설정 옵션을 하나 이상의 필터 체인 옵션 다음에 지정하면, 새 사전 설정을 취하며, 앞서 지정한 개별 필터 체인 옵션은 무시합니다." #. type: Plain text #: ../src/xz/xz.1:1343 msgid "A filter chain is comparable to piping on the command line. When compressing, the uncompressed input goes to the first filter, whose output goes to the next filter (if any). The output of the last filter gets written to the compressed file. The maximum number of filters in the chain is four, but typically a filter chain has only one or two filters." msgstr "필터 체인은 명령행 파이핑에 비교할 수 있습니다. 압축할 때, 압축하지 않은 입력을 첫번째 필터로 놓고, 출력 대상(이 있으면)을 다음 필터로 지정합니다. 최종 필터의 출력은 압축 파일로 기옥합니다. 체인의 최대 필터 수는 4이지만, 필터 체인상 필터 갯수는 보통 1~2개입니다." #. type: Plain text #: ../src/xz/xz.1:1351 msgid "Many filters have limitations on where they can be in the filter chain: some filters can work only as the last filter in the chain, some only as a non-last filter, and some work in any position in the chain. Depending on the filter, this limitation is either inherent to the filter design or exists to prevent security issues." msgstr "수많은 필터가 필터 체인 상에서 제약점을 가지고 있습니다. 일부 필터는 체인의 마지막 필터로만 동작하며, 일부 다른 필터는 마지막이 아닌 필터로, 어떤 동작은 체인의 어떤 위치에든 둡니다. 필터에 따라, 이 제한은 필터 설계를 따르거나 보안 문제를 막기 위해 존재하기도 합니다." #. type: Plain text #: ../src/xz/xz.1:1374 msgid "A custom filter chain can be specified in two different ways. The options B<--filters=>I and B<--filters1=>I \\&...\\& B<--filters9=>I allow specifying an entire filter chain in one option using the liblzma filter string syntax. Alternatively, a filter chain can be specified by using one or more individual filter options in the order they are wanted in the filter chain. That is, the order of the individual filter options is significant! When decoding raw streams (B<--format=raw>), the filter chain must be specified in the same order as it was specified when compressing. Any individual filter or preset options specified before the full chain option (B<--filters=>I) will be forgotten. Individual filters specified after the full chain option will reset the filter chain." msgstr "개별 필터 체인은 두가지 방식으로 지정할 수 있습니다. B<--filters=>I필터E>와 B<--filters1=>I필터E> \\&...\\& B<--filters9=>I필터E> 옵션으로 liblzma 필터 문자열 문법에 따라 한가지 옵션을 필터 체인 전체를 지정할 수 있습니다. 대신, 하나 이상의 개별 필터 옵션을 원하는 필터 체인 순서대로 지정할 수도 있습니다. 이 말인 즉슨, 개별 필터 옵션의 순서가 중요하단 뜻입니다! 원시 스트림을 디코딩할 때(B<--format=raw>), 압축했을 때 지정했던 필터와 같은 순서로 필터 체인을 지정해야 합니다. 전체 체인 옵션(B<--filters=>I필터E>) 보다 우선 지정한 개별 필터 또는 사전 설정 옵션은 까먹을 수도 있습니다. 전체 체인 옵션 다음에 개별 필터를 지정할 경우 필터 체인의 동작을 무효로 합니다." #. type: Plain text #: ../src/xz/xz.1:1383 msgid "Both the full and individual filter options take filter-specific I as a comma-separated list. Extra commas in I are ignored. Every option has a default value, so specify those you want to change." msgstr "필터는 쉼표로 구분하는 필터별 I옵션E>이 있습니다. I옵션E>에 추가로 입력한 쉼표는 무시합니다. 모든 옵션 값에는 기본값이 있어, 값을 바꾸려면 지정해야합니다." #. type: Plain text #: ../src/xz/xz.1:1392 msgid "To see the whole filter chain and I, use B (that is, use B<--verbose> twice). This works also for viewing the filter chain options used by presets." msgstr "전체 필터 체인과 I옵션E>을 보려면 B (B<--verbose> 두 번)명령을 사용하십시오. 이 명령은 사전 설정이 사용하는 필터 체인 옵션도 볼 수 있습니다." #. type: TP #: ../src/xz/xz.1:1392 #, no-wrap msgid "B<--filters=>I" msgstr "B<--filters=>I필터E>" #. type: Plain text #: ../src/xz/xz.1:1413 msgid "Specify the full filter chain or a preset in a single option. Each filter can be separated by spaces or two dashes (B<-->). I may need to be quoted on the shell command line so it is parsed as a single option. To denote I, use B<:> or B<=>. A preset can be prefixed with a B<-> and followed with zero or more flags. The only supported flag is B to apply the same options as B<--extreme>." msgstr "전체 필터 체인 또는 사전 설정을 단일 옵션으로 지정합니다. 각 필터는 공백 문자 또는 대시 문자 두번 입력(B<-->)으로 구분합니다. 셸 명령행에서 I<필터>는 따옴표로 감싸서 단일 옵션으로 해석하도록 해야 합니다. I<옵션>을 표기하려면 B<:> 또는 B<=>을 활용하십시오. 사전 설정 앞에 B<->를 붙일 수 있고 0개 또는 하나 이상의 플래그를 붙일 수 있습니다. 유일하게 지원하는 플래그는 B<--extreme>과 동일한 B입니다." #. type: TP #: ../src/xz/xz.1:1413 #, no-wrap msgid "B<--filters1>=I ... B<--filters9>=I" msgstr "B<--filters1>=I필터E> ... B<--filters9>=I필터E>" #. type: Plain text #: ../src/xz/xz.1:1417 msgid "Specify up to nine additional filter chains that can be used with B<--block-list>." msgstr "B<--block-list>와 사용할 수 있는 추가 필터 체인을 최대 9개까지 지정합니다." #. type: Plain text #: ../src/xz/xz.1:1421 msgid "For example, when compressing an archive with executable files followed by text files, the executable part could use a filter chain with a BCJ filter and the text part only the LZMA2 filter." msgstr "예를 들어 텍스트 파일과 실행 파일의 아카이브를 압축할 때 실행 부분에 BCJ 필터 체인을 사용하고 텍스트 부분은 LZMA2 필터를 사용할 수 있습니다." #. type: TP #: ../src/xz/xz.1:1421 #, no-wrap msgid "B<--filters-help>" msgstr "B<--filters-help>" #. type: Plain text #: ../src/xz/xz.1:1431 msgid "Display a help message describing how to specify presets and custom filter chains in the B<--filters> and B<--filters1=>I \\&...\\& B<--filters9=>I options, and exit successfully." msgstr "B<--filters>와 B<--filters1=>I필터E> \\&...\\& B<--filters9=>I필터E> 옵션의 사전 설정 필터와 개별 설정 필터 체인을 지정하는 방법을 설명하는 도움말 메시지를 출력하고 완전히 빠져나갑니다." #. type: TP #: ../src/xz/xz.1:1431 #, no-wrap msgid "B<--lzma1>[B<=>I]" msgstr "B<--lzma1>[B<=>I옵션E>]" #. type: TP #: ../src/xz/xz.1:1434 #, no-wrap msgid "B<--lzma2>[B<=>I]" msgstr "B<--lzma2>[B<=>I옵션E>]" #. type: Plain text #: ../src/xz/xz.1:1439 msgid "Add LZMA1 or LZMA2 filter to the filter chain. These filters can be used only as the last filter in the chain." msgstr "LZMA1 또는 LZMA2 필터를 필터 체인에 추가합니다. 이 필터는 필터 체인의 마지막 요소로만 사용할 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:1451 msgid "LZMA1 is a legacy filter, which is supported almost solely due to the legacy B<.lzma> file format, which supports only LZMA1. LZMA2 is an updated version of LZMA1 to fix some practical issues of LZMA1. The B<.xz> format uses LZMA2 and doesn't support LZMA1 at all. Compression speed and ratios of LZMA1 and LZMA2 are practically the same." msgstr "LZMA1은 고전 필터로, LZMA1만 지원하는 고전 B<.lzma> 파일 형식에서만 지원합니다. LZMA2는 LZMA1의 업데이트 버전으로 LZMA1의 실질적 문제를 해결했습니다. B<.xz> 형식은 LZMA2 필터를 사용하며 LZMA1 필터는 전적으로 지원하지 않습니다. 압축 속도와 압축율은 LZMA1과 LZMA2가 실질적으로 동일합니다." #. type: Plain text #: ../src/xz/xz.1:1454 msgid "LZMA1 and LZMA2 share the same set of I:" msgstr "LZMA1과 LZMA2는 동일한 I옵션E> 집합을 공유합니다:" #. type: TP #: ../src/xz/xz.1:1455 #, no-wrap msgid "BI" msgstr "BI사전설정E>" #. type: Plain text #: ../src/xz/xz.1:1482 msgid "Reset all LZMA1 or LZMA2 I to I. I consist of an integer, which may be followed by single-letter preset modifiers. The integer can be from B<0> to B<9>, matching the command line options B<-0> \\&...\\& B<-9>. The only supported modifier is currently B, which matches B<--extreme>. If no B is specified, the default values of LZMA1 or LZMA2 I are taken from the preset B<6>." msgstr "LZMA1 또는 LZMA2의 모든 I옵션E>을 I사전설정E>으로 초기화합니다. I사전설정E> 값은 정수 값으로 이루어져 있으며, 사전 설정에 변형을 줄 떄 단일 문자가 따라올 수도 있습니다. 정수 값은 B<0>에서 B<9> 까지이며, 명령행 옵션에서 B<-0> \\&...\\& B<-9>로 대응합니다. 변형 옵션으로 지원하는 문자는 현재 B 뿐이며, B<--extreme>에 대응합니다. I사전설정E> 값을 지정하지 않으면, LZMA1 또는 LZMA2 기본값을 사전 설정 B<6>에서 가져온 I옵션E>으로 취합니다." #. type: TP #: ../src/xz/xz.1:1482 #, no-wrap msgid "BI" msgstr "BI크기E>" #. type: Plain text #: ../src/xz/xz.1:1497 msgid "Dictionary (history buffer) I indicates how many bytes of the recently processed uncompressed data is kept in memory. The algorithm tries to find repeating byte sequences (matches) in the uncompressed data, and replace them with references to the data currently in the dictionary. The bigger the dictionary, the higher is the chance to find a match. Thus, increasing dictionary I usually improves compression ratio, but a dictionary bigger than the uncompressed file is waste of memory." msgstr "딕셔너리(기록 버퍼) I크기E>는 최근 처리한 비압축 데이터를 바이트 단위로 메모리에 얼마나 유지하는지 나타냅니다. 알고리즘은 비압축 데이터상 바이트 시퀀스(일치 항목) 반복 탐색을 시도하며, 해당 부분을 딕셔너리의 현재 참조로 치환합니다. 딕셔너리가 크면 일치하는 항목을 찾을 기회가 더 많아집니다. 따라서, 딕셔너리 I크기E>를 더욱 크게 설정하면 압축율을 증가할 수는 있지만, 압축하지 않은 파일보다 딕셔너리가 크면 메모리 낭비율이 올라갑니다." #. type: Plain text #: ../src/xz/xz.1:1506 msgid "Typical dictionary I is from 64\\ KiB to 64\\ MiB. The minimum is 4\\ KiB. The maximum for compression is currently 1.5\\ GiB (1536\\ MiB). The decompressor already supports dictionaries up to one byte less than 4\\ GiB, which is the maximum for the LZMA1 and LZMA2 stream formats." msgstr "보통 딕셔너리 I크기E>는 64KiB 에서 64MiB 정도 됩니다. 최소 4KiB 입니다. 압축시 최대 용량은 현재 1.5GiB(1536MiB)로 나타납니다. 압축 해제 프로그램에도 4GiB 미만으로 딕셔너리 크기를 이미 지원하며 4GiB 라는 수치는 LZMA1과 LZMA2 스트림 형식의 최대값입니다." #. type: Plain text #: ../src/xz/xz.1:1533 msgid "Dictionary I and match finder (I) together determine the memory usage of the LZMA1 or LZMA2 encoder. The same (or bigger) dictionary I is required for decompressing that was used when compressing, thus the memory usage of the decoder is determined by the dictionary size used when compressing. The B<.xz> headers store the dictionary I either as 2^I or 2^I + 2^(I-1), so these I are somewhat preferred for compression. Other I will get rounded up when stored in the B<.xz> headers." msgstr "딕셔너리 I크기E>와 검색기(I)는 LZMA1 또는 LZMA 인코더의 메모리 사용량을 함께 결정합니다. 동일한(또는 더 큰) 딕셔너리 I크기E>가 데이터를 압축했을 때만큼 압축 해제할 떄 필요하기 때문에, 디코더의 메모리 사용량은 압축할 때의 딕셔너리 크기로 결정합니다. B<.xz> 헤더에는 딕셔너리 I크기E>를 2^I 또는 2^I + 2^(I-1) 으로 저장하기에, 이 I크기E> 값을 압축할 때 선호하는 편입니다. 다른 I크기E> 값은 B<.xz> 헤더에 저장할 때 반올림합니다." #. type: TP #: ../src/xz/xz.1:1533 #, no-wrap msgid "BI" msgstr "BI" #. type: Plain text #: ../src/xz/xz.1:1542 msgid "Specify the number of literal context bits. The minimum is 0 and the maximum is 4; the default is 3. In addition, the sum of I and I must not exceed 4." msgstr "리터럴 컨텍스트 비트 수를 지정합니다. 최소 값은 0이고 최대 값은 4입니다. 기본 값은 3입니다. 추가로, I 값과 I 값의 합은 4를 넘으면 안됩니다." #. type: Plain text #: ../src/xz/xz.1:1547 msgid "All bytes that cannot be encoded as matches are encoded as literals. That is, literals are simply 8-bit bytes that are encoded one at a time." msgstr "조건이 일치하지 않아 인코딩할 수 없는 모든 바이트는 리터럴로 인코딩합니다. 이 말인 즉슨, 간단히 8비트 바이트로서의 리터럴을 한번에 하나씩 인코딩합니다." #. type: Plain text #: ../src/xz/xz.1:1561 msgid "The literal coding makes an assumption that the highest I bits of the previous uncompressed byte correlate with the next byte. For example, in typical English text, an upper-case letter is often followed by a lower-case letter, and a lower-case letter is usually followed by another lower-case letter. In the US-ASCII character set, the highest three bits are 010 for upper-case letters and 011 for lower-case letters. When I is at least 3, the literal coding can take advantage of this property in the uncompressed data." msgstr "리터럴 코딩을 할 때 이전 비압축 바이트와 다음 바이트와의 관련성을 가진 가장 많은 I 비트 수를 가정합니다. 예를 들면, 보통 영문 문장의 경우 대문자 다음에 종종 소문자가 오고, 소문자 다음에 다른 소문자가 따라옵니다. US-ASCII 문자 세트에서는 가장 긴 비트 3개는 대문자에 대해 010, 소문자에 대해 011입니다. I 값이 최소한 3이면, 리터럴 코딩시 비압축 데이터에 대해 이런 속성의 장점을 취할 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:1570 msgid "The default value (3) is usually good. If you want maximum compression, test B. Sometimes it helps a little, and sometimes it makes compression worse. If it makes it worse, test B too." msgstr "(어쨌거나) 기본값 (3)은 보통 적절합니다. 최대 압축을 원한다면 B 값을 시험해보십시오. 때로는 약간 도움이 되기도 하겠지만, 오히려 결과가 안좋을 수도 있습니다. 결과가 엄한 방향으로 간다면, B 값도 시험해보십시오." #. type: TP #: ../src/xz/xz.1:1570 #, no-wrap msgid "BI" msgstr "BI" #. type: Plain text #: ../src/xz/xz.1:1574 msgid "Specify the number of literal position bits. The minimum is 0 and the maximum is 4; the default is 0." msgstr "리터럴 위치 비트 수를 지정하빈다. 최소 값은 0이고 최대 값은 4입니다. 기본 값은 0입니다." #. type: Plain text #: ../src/xz/xz.1:1581 msgid "I affects what kind of alignment in the uncompressed data is assumed when encoding literals. See I below for more information about alignment." msgstr "I 값은 리터럴 인코딩 진행시 비압축 데이터 정렬 방식 고려에 영향을 줍니다. 정렬 방식에 대한 자세한 정보는 하단 I를 참고하십시오." #. type: TP #: ../src/xz/xz.1:1581 #, no-wrap msgid "BI" msgstr "BI" #. type: Plain text #: ../src/xz/xz.1:1585 msgid "Specify the number of position bits. The minimum is 0 and the maximum is 4; the default is 2." msgstr "위치 비트 수를 지정합니다. 최소 값은 0이며 최대 값은 4입니다. 기본값은 2입니다." #. type: Plain text #: ../src/xz/xz.1:1592 msgid "I affects what kind of alignment in the uncompressed data is assumed in general. The default means four-byte alignment (2^I=2^2=4), which is often a good choice when there's no better guess." msgstr "I 값은 보통 압축하지 않은 데이터에 어떤 정렬 방식을 고려하느냐에 영향을 줍니다. 기본적으로 4바이트 정렬(2^I=2^2=4)을 의미하는데, 이보다 더 나은 추측 값이 없어서 종종 최적의 선택으로 간주합니다." #. type: Plain text #: ../src/xz/xz.1:1606 msgid "When the alignment is known, setting I accordingly may reduce the file size a little. For example, with text files having one-byte alignment (US-ASCII, ISO-8859-*, UTF-8), setting B can improve compression slightly. For UTF-16 text, B is a good choice. If the alignment is an odd number like 3 bytes, B might be the best choice." msgstr "정렬 상태를 알지 못할 경우, I 설정 값이 파일 크기를 조금 줄일 수 있습니다. 예를 들면, 텍스트 파일이 단일 바이트 단위로 정돈된 상태(US-ASCII, ISO-8859-*, UTF-8)라면, B 설정 값으로 압축율을 조금 개선할 수 있습니다. UTF-16 텍스트의 경우, B 설정 값이 좋은 선택입니다. 정렬 바이트가 3 바이트 같은 홀수 바이트일 경우, B 설정 값이 최적의 선택일지도 모릅니다." #. type: Plain text #: ../src/xz/xz.1:1614 msgid "Even though the assumed alignment can be adjusted with I and I, LZMA1 and LZMA2 still slightly favor 16-byte alignment. It might be worth taking into account when designing file formats that are likely to be often compressed with LZMA1 or LZMA2." msgstr "가정 정렬을 I 값과 I 값으로 조정하긴 하지만, LZMA1과 LZMA2는 여전히 16바이트 정렬 방식으로 선호합니다. LZMA1 또는 LZMA2로 종종 압축하는 파일 형식이라고 하면 고려해볼만 합니다." #. type: TP #: ../src/xz/xz.1:1614 #, no-wrap msgid "BI" msgstr "BI" #. type: Plain text #: ../src/xz/xz.1:1629 msgid "Match finder has a major effect on encoder speed, memory usage, and compression ratio. Usually Hash Chain match finders are faster than Binary Tree match finders. The default depends on the I: 0 uses B, 1\\(en3 use B, and the rest use B." msgstr "일치 검색기는 인코더 속도, 메모리 사용량, 압축율에 주된 영향을 줍니다. 보통 해시 체인 검색기는 이진 트리 검색기보다 빠르긴 합니다. 기본 값은 I사전설정E>에 따라 다릅니다. 0은 B을, 1\\(en3은 B를, 나머지는 B를 활용합니다." #. type: Plain text #: ../src/xz/xz.1:1635 msgid "The following match finders are supported. The memory usage formulas below are rough approximations, which are closest to the reality when I is a power of two." msgstr "다음 검색 필터를 지원합니다. 메모리 사용 공식은 I 값이 2의 승수일 경우 실제에 가까운 근사치입니다." #. type: TP #: ../src/xz/xz.1:1636 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../src/xz/xz.1:1639 msgid "Hash Chain with 2- and 3-byte hashing" msgstr "2바이트, 3바이트 해싱 체인" #. type: Plain text #: ../src/xz/xz.1:1643 ../src/xz/xz.1:1692 msgid "Minimum value for I: 3" msgstr "I 최소값: 3" #. type: Plain text #: ../src/xz/xz.1:1645 ../src/xz/xz.1:1664 ../src/xz/xz.1:1694 #: ../src/xz/xz.1:1713 msgid "Memory usage:" msgstr "메모리 사용:" #. type: Plain text #: ../src/xz/xz.1:1650 msgid "I * 7.5 (if I E= 16 MiB);" msgstr "I * 7.5 (조건: I E= 16 MiB);" #. type: Plain text #: ../src/xz/xz.1:1655 msgid "I * 5.5 + 64 MiB (if I E 16 MiB)" msgstr "I * 5.5 + 64 MiB (조건: I E 16 MiB)" #. type: TP #: ../src/xz/xz.1:1655 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../src/xz/xz.1:1658 msgid "Hash Chain with 2-, 3-, and 4-byte hashing" msgstr "2바이트, 3바이트, 4바이트 해싱 체인" #. type: Plain text #: ../src/xz/xz.1:1662 ../src/xz/xz.1:1711 msgid "Minimum value for I: 4" msgstr "I 최소값: 4" #. type: Plain text #: ../src/xz/xz.1:1669 msgid "I * 7.5 (if I E= 32 MiB);" msgstr "I * 7.5 (조건: I E= 32 MiB);" #. type: Plain text #: ../src/xz/xz.1:1674 msgid "I * 6.5 (if I E 32 MiB)" msgstr "I * 6.5 (조건: I E 32 MiB)" #. type: TP #: ../src/xz/xz.1:1674 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../src/xz/xz.1:1677 msgid "Binary Tree with 2-byte hashing" msgstr "2바이트 해싱 이진 트리" #. type: Plain text #: ../src/xz/xz.1:1681 msgid "Minimum value for I: 2" msgstr "I 최소값: 2" #. type: Plain text #: ../src/xz/xz.1:1685 msgid "Memory usage: I * 9.5" msgstr "메모리 사용: I * 9.5" #. type: TP #: ../src/xz/xz.1:1685 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../src/xz/xz.1:1688 msgid "Binary Tree with 2- and 3-byte hashing" msgstr "2바이트, 3바이트 해싱 이진트리" #. type: Plain text #: ../src/xz/xz.1:1699 msgid "I * 11.5 (if I E= 16 MiB);" msgstr "I * 11.5 (조건: I E= 16 MiB);" #. type: Plain text #: ../src/xz/xz.1:1704 msgid "I * 9.5 + 64 MiB (if I E 16 MiB)" msgstr "I * 9.5 + 64 MiB (조건: I E 16 MiB)" #. type: TP #: ../src/xz/xz.1:1704 #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: ../src/xz/xz.1:1707 msgid "Binary Tree with 2-, 3-, and 4-byte hashing" msgstr "2바이트, 3바이트, 4바이트 해싱 이진 트리" #. type: Plain text #: ../src/xz/xz.1:1718 msgid "I * 11.5 (if I E= 32 MiB);" msgstr "I * 11.5 (조건: I E= 32 MiB);" #. type: Plain text #: ../src/xz/xz.1:1723 msgid "I * 10.5 (if I E 32 MiB)" msgstr "I * 10.5 (조건: I E 32 MiB)" #. type: TP #: ../src/xz/xz.1:1724 #, no-wrap msgid "BI" msgstr "BI모드E>" #. type: Plain text #: ../src/xz/xz.1:1745 msgid "Compression I specifies the method to analyze the data produced by the match finder. Supported I are B and B. The default is B for I 0\\(en3 and B for I 4\\(en9." msgstr "압축 I모드E> 값은 일치 검색기에서 생산하는 데이터 분석 방식을 지정합니다. 지원하는 I모드E>는 B와 B 입니다. 기본값은 I사전설정E>값 0\\(en3에 대해 B, I사전설정E>값 4\\(en9에 대해 B입니다." #. type: Plain text #: ../src/xz/xz.1:1754 msgid "Usually B is used with Hash Chain match finders and B with Binary Tree match finders. This is also what the I do." msgstr "보통 B는 해시 체인 검색기에서 사용하며 B은 이진 트리 검색기에서 사용합니다. 이 동작은 또한 I사전설정E> 값이 할 일이기도 합니다." #. type: TP #: ../src/xz/xz.1:1754 #, no-wrap msgid "BI" msgstr "BI" #. type: Plain text #: ../src/xz/xz.1:1761 msgid "Specify what is considered to be a nice length for a match. Once a match of at least I bytes is found, the algorithm stops looking for possibly better matches." msgstr "일치하는 nice 길이를 지정합니다. 최소한 I 바이트 정도 일치하면, 알고리즘이 가능한 최선의 부분을 찾는 동작을 멈춥니다." #. type: Plain text #: ../src/xz/xz.1:1768 msgid "I can be 2\\(en273 bytes. Higher values tend to give better compression ratio at the expense of speed. The default depends on the I." msgstr "I 값은 2\\(en273 바이트입니다. 값이 클 수록 속도 면에서는 손해를 보겠지만 압축율은 더욱 올라갑니다. 기본 값은 I사전설정E>값에 따라 다릅니다." #. type: TP #: ../src/xz/xz.1:1768 #, no-wrap msgid "BI" msgstr "BI깊이E>" #. type: Plain text #: ../src/xz/xz.1:1778 msgid "Specify the maximum search depth in the match finder. The default is the special value of 0, which makes the compressor determine a reasonable I from I and I." msgstr "일치 검색기에서의 최대 검색 깊이를 지정합니다. 기본값은 특별한 값 0으로 지정하며, 이 값으로 압축 프로그램이 I 와 I간 적절한 I깊이E> 값을 결정합니다." #. type: Plain text #: ../src/xz/xz.1:1789 msgid "Reasonable I for Hash Chains is 4\\(en100 and 16\\(en1000 for Binary Trees. Using very high values for I can make the encoder extremely slow with some files. Avoid setting the I over 1000 unless you are prepared to interrupt the compression in case it is taking far too long." msgstr "적절한 해시 체인 I깊이E> 값은 이진 트리에서 4\\(en100 그리고 16\\(en1000 입니다. 상당히 큰 값을 I깊이E> 값으로 사용하면 일부 파일에 대해 인코더가 매우 느리게 동작할 수가 있습니다. 압축 시간이 너무 오래걸려서 동작을 중간에 끊을 준비가 되지 않은 이상 I깊이E> 설정 값은 1000을 넘지 않게하십시오." #. type: Plain text #: ../src/xz/xz.1:1800 msgid "When decoding raw streams (B<--format=raw>), LZMA2 needs only the dictionary I. LZMA1 needs also I, I, and I." msgstr "원시 스트림(B<--format=raw>)을 디코딩할 때, LZMA2는 딕셔너리 I크기E>만 필요합니다. LZMA1는 I, I, I 값이 모두 필요합니다." #. type: TP #: ../src/xz/xz.1:1800 #, no-wrap msgid "B<--x86>[B<=>I]" msgstr "B<--x86>[B<=>I옵션E>]" #. type: TP #: ../src/xz/xz.1:1803 #, no-wrap msgid "B<--arm>[B<=>I]" msgstr "B<--arm>[B<=>I옵션E>]" #. type: TP #: ../src/xz/xz.1:1805 #, no-wrap msgid "B<--armthumb>[B<=>I]" msgstr "B<--armthumb>[B<=>I옵션E>]" #. type: TP #: ../src/xz/xz.1:1807 #, no-wrap msgid "B<--arm64>[B<=>I]" msgstr "B<--arm64>[B<=>I옵션E>]" #. type: TP #: ../src/xz/xz.1:1809 #, no-wrap msgid "B<--powerpc>[B<=>I]" msgstr "B<--powerpc>[B<=>I옵션E>]" #. type: TP #: ../src/xz/xz.1:1811 #, no-wrap msgid "B<--ia64>[B<=>I]" msgstr "B<--ia64>[B<=>I옵션E>]" #. type: TP #: ../src/xz/xz.1:1813 #, no-wrap msgid "B<--sparc>[B<=>I]" msgstr "B<--sparc>[B<=>I옵션E>]" #. type: Plain text #: ../src/xz/xz.1:1819 msgid "Add a branch/call/jump (BCJ) filter to the filter chain. These filters can be used only as a non-last filter in the filter chain." msgstr "브랜치/호출/점프(BCJ) 필터를 필터 체인에 추가합니다. 이 필터는 필터 체인의 비종결 필터로만 사용할 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:1833 msgid "A BCJ filter converts relative addresses in the machine code to their absolute counterparts. This doesn't change the size of the data but it increases redundancy, which can help LZMA2 to produce 0\\(en15\\ % smaller B<.xz> file. The BCJ filters are always reversible, so using a BCJ filter for wrong type of data doesn't cause any data loss, although it may make the compression ratio slightly worse. The BCJ filters are very fast and use an insignificant amount of memory." msgstr "BCJ 필터는 머신 코드의 상대 주소를 절대 주소로 변환합니다. 데이터 크기를 바꾸지는 않지만 LZMA2에서 B<.xz> 파일을 0\\(en15% 정도 줄여주게 하는 중복성이 늘어납니다. BCJ 필터는 언제든 뒤집을 수 있어, 데이터에 적절하지 않은 BCJ 필터 형식을 활용하면, 그냥 가만히 두면 압축율이 약간 떨어지게 한다 하더라도, 데이터를 잃을 수가 있습니다. BCJ 필터는 굉장히 빠르며 메모리 공간을 적게 활용합니다." #. type: Plain text #: ../src/xz/xz.1:1836 msgid "These BCJ filters have known problems related to the compression ratio:" msgstr "이 BCJ 필터에는 압축율 관련 몇가지 문제가 있습니다:" #. type: Plain text #: ../src/xz/xz.1:1843 msgid "Some types of files containing executable code (for example, object files, static libraries, and Linux kernel modules) have the addresses in the instructions filled with filler values. These BCJ filters will still do the address conversion, which will make the compression worse with these files." msgstr "실행 코드가 들어있는 몇가지 파일 형식(예: 목적 파일, 정적 라이브러리, 리눅스 커널 모듈)의 경우 필터 값으로 채운 명령 주소가 있습니다. 여기 BCJ 필터의 경우 파일의 압축율을 떨어뜨리는 주소 변환을 수행합니다." #. type: Plain text #: ../src/xz/xz.1:1853 msgid "If a BCJ filter is applied on an archive, it is possible that it makes the compression ratio worse than not using a BCJ filter. For example, if there are similar or even identical executables then filtering will likely make the files less similar and thus compression is worse. The contents of non-executable files in the same archive can matter too. In practice one has to try with and without a BCJ filter to see which is better in each situation." msgstr "BCJ 필터를 아카이브에 적용하면, BCJ 필터를 사용하지 않았을 때보다 압축율이 떨어질 수가 있습니다. 예를 들면, 유사하거나 동일한 실행 파일 여럿이 있으면 필터를 사용하여 파일을 덜 비슷하게 만들어 압축율이 떨어지게 합니다. 동일한 아카이브 파일에서 비 실행 파일의 내용에 대해서도 비슷한 일이 벌어질 수 있습니다. 실제로 하나는 BCJ 필터를 걸고 하나는 제외하여 각 경우에 대해 어떤 경우가 결과가 우수한 지 살펴보겠습니다." #. type: Plain text #: ../src/xz/xz.1:1858 msgid "Different instruction sets have different alignment: the executable file must be aligned to a multiple of this value in the input data to make the filter work." msgstr "다른 명령 세트는 다른 정렬 상태에 놓여있습니다. 실행 파일은 필터가 제대로 동작하게 하려면 입력 데이터에 있는 이 값의 배수로 정돈해야합니다." #. type: tbl table #: ../src/xz/xz.1:1865 #, no-wrap msgid "Filter" msgstr "필터" #. type: tbl table #: ../src/xz/xz.1:1865 #, no-wrap msgid "Alignment" msgstr "정렬" #. type: tbl table #: ../src/xz/xz.1:1865 #, no-wrap msgid "Notes" msgstr "참고" #. type: tbl table #: ../src/xz/xz.1:1866 #, no-wrap msgid "x86" msgstr "x86" #. type: tbl table #: ../src/xz/xz.1:1866 #, no-wrap msgid "32-bit or 64-bit x86" msgstr "32-bit 또는 64-bit x86" #. type: tbl table #: ../src/xz/xz.1:1867 #, no-wrap msgid "ARM" msgstr "ARM" #. type: tbl table #: ../src/xz/xz.1:1868 #, no-wrap msgid "ARM-Thumb" msgstr "ARM-Thumb" #. type: tbl table #: ../src/xz/xz.1:1869 #, no-wrap msgid "ARM64" msgstr "ARM64" #. type: tbl table #: ../src/xz/xz.1:1869 #, no-wrap msgid "4096-byte alignment is best" msgstr "4096 바이트 정렬이 가장 좋습니다" #. type: tbl table #: ../src/xz/xz.1:1870 #, no-wrap msgid "PowerPC" msgstr "PowerPC" #. type: tbl table #: ../src/xz/xz.1:1870 #, no-wrap msgid "Big endian only" msgstr "빅엔디안 전용" #. type: tbl table #: ../src/xz/xz.1:1871 #, no-wrap msgid "IA-64" msgstr "IA-64" #. type: tbl table #: ../src/xz/xz.1:1871 #, no-wrap msgid "16" msgstr "16" #. type: tbl table #: ../src/xz/xz.1:1871 #, no-wrap msgid "Itanium" msgstr "Itanium" #. type: tbl table #: ../src/xz/xz.1:1872 #, no-wrap msgid "SPARC" msgstr "SPARC" #. type: tbl table #: ../src/xz/xz.1:1873 #, no-wrap msgid "RISC-V" msgstr "RISC-V" #. type: Plain text #: ../src/xz/xz.1:1883 msgid "Since the BCJ-filtered data is usually compressed with LZMA2, the compression ratio may be improved slightly if the LZMA2 options are set to match the alignment of the selected BCJ filter. Examples:" msgstr "BCJ 필터를 사용한 데이터는 LZMA2로 보통 압축하기 때문에 LZMA2 옵션을 선택한 BCJ 필터의 정렬기준에 맞추도록 설정하면 압축율을 좀 더 개선할 수 있습니다. 예를 들면:" #. type: Plain text #: ../src/xz/xz.1:1889 msgid "IA-64 filter has 16-byte alignment so B is good with LZMA2 (2^4=16)." msgstr "IA-64 필터는 16-바이트 정렬 방식으로 동작하기에 LZMA2 필터에 B 옵션(2^4=16)을 주는게 좋습니다." #. type: Plain text #: ../src/xz/xz.1:1904 msgid "RISC-V code has 2-byte or 4-byte alignment depending on whether the file contains 16-bit compressed instructions (the C extension). When 16-bit instructions are used, B or B is good. When 16-bit instructions aren't present, B is the best. B can be used to check if \"RVC\" appears on the \"Flags\" line." msgstr "RISC-V 코드에는 16-비트 압축 명령(C 확장) 적재 여부에 따라 2-바이트 또는 4-바이트 정렬 방식을 채택합니다. 16-비트 명령을 사용하면, B 또는 B 옵션 값 사용이 바람직합니다. 16-비트 명령이 없다면, B 옵션 값을 활용하는게 좋습니다. \"RVC\"가 \"Flags\"행에 나타나는지 확인할 때 B 명령을 사용할 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:1908 msgid "ARM64 is always 4-byte aligned so B is the best." msgstr "ARM64는 항상 4-바이트 정렬 방식을 택하기에 B 옵션 값을 활용하는게 좋습니다." #. type: Plain text #: ../src/xz/xz.1:1913 msgid "The x86 filter is an exception. It's usually good to stick to LZMA2's defaults (B) when compressing x86 executables." msgstr "x86 필터는 예외입니다. x86 실행 파일을 압축할 경우에는 보통 LZMA2 기본 옵션 값(B)을 그대로 사용하는게 좋습니다." #. type: Plain text #: ../src/xz/xz.1:1917 msgid "All BCJ filters support the same I:" msgstr "모든 BCJ 필터는 동일한 I<옵션>을 지원합니다:" #. type: TP #: ../src/xz/xz.1:1918 #, no-wrap msgid "BI" msgstr "BI오프셋E>" #. type: Plain text #: ../src/xz/xz.1:1932 msgid "Specify the start I that is used when converting between relative and absolute addresses. The I must be a multiple of the alignment of the filter (see the table above). The default is zero. In practice, the default is good; specifying a custom I is almost never useful." msgstr "상대 주소와 절대 주소를 변환할 때 사용할 시작 I오프셋E>을 지정합니다. I오프셋E>에는 필터 정렬 배수여야 합니다(상단 테이블 참조). 기본값은 0입니다. 실제로 기본값이 낫습니다. 개별 I오프셋E> 지정 값은 거의 쓸모가 없습니다." #. type: TP #: ../src/xz/xz.1:1933 #, no-wrap msgid "B<--delta>[B<=>I]" msgstr "B<--delta>[B<=>I옵션E>]" #. type: Plain text #: ../src/xz/xz.1:1938 msgid "Add the Delta filter to the filter chain. The Delta filter can be only used as a non-last filter in the filter chain." msgstr "필터 체인에 델타 필터를 추가합니다. 델타 필터는 필터 체인에서 마지막에 지정하지 않은 필터로만 사용할 수 있습니다." #. type: Plain text #: ../src/xz/xz.1:1947 msgid "Currently only simple byte-wise delta calculation is supported. It can be useful when compressing, for example, uncompressed bitmap images or uncompressed PCM audio. However, special purpose algorithms may give significantly better results than Delta + LZMA2. This is true especially with audio, which compresses faster and better, for example, with B(1)." msgstr "현재로서는 바이트 단위 단순 델타계산 결과만 보여줍니다. 예를 들면, 압축하지 않은 비트맵 그림 또는 압축하지 않은 PCM 오디오를 압축할 때 쓸만합니다. 그러나 특별한 목적으로 활용하는 알고리즘은 델타 + LZMA2 보다 더 나은 결과를 가져다 주기도 합니다. 이는 특히 오디오의 경우 맞는 이야기인데, B(1)의 경우 더 빠르고 우수한 압축율을 보여줍니다." #. type: Plain text #: ../src/xz/xz.1:1950 msgid "Supported I:" msgstr "지원 I<옵션>:" #. type: TP #: ../src/xz/xz.1:1951 #, no-wrap msgid "BI" msgstr "BI차이E>" #. type: Plain text #: ../src/xz/xz.1:1959 msgid "Specify the I of the delta calculation in bytes. I must be 1\\(en256. The default is 1." msgstr "바이트 단위 델터 계산 I차이E>를 지정합니다. I차이E>값은 1\\(en256 이어야합니다. 기본 값은 1입니다." #. type: Plain text #: ../src/xz/xz.1:1964 msgid "For example, with B and eight-byte input A1 B1 A2 B3 A3 B5 A4 B7, the output will be A1 B1 01 02 01 02 01 02." msgstr "예를 들어, B 옵션과 A1 B1 A2 B3 A3 B5 A4 B7 입력 값을 주면, 출력 값은 A1 B1 01 02 01 02 01 02 입니다." #. type: SS #: ../src/xz/xz.1:1966 #, no-wrap msgid "Other options" msgstr "기타 옵션" #. type: TP #: ../src/xz/xz.1:1967 ../src/xzdec/xzdec.1:81 #, no-wrap msgid "B<-q>, B<--quiet>" msgstr "B<-q>, B<--quiet>" #. type: Plain text #: ../src/xz/xz.1:1974 msgid "Suppress warnings and notices. Specify this twice to suppress errors too. This option has no effect on the exit status. That is, even if a warning was suppressed, the exit status to indicate a warning is still used." msgstr "경고 및 알림을 끕니다. 두 번 지정하면 오류 메시지 표시도 끕니다. 이 옵션은 종료 상태에 영향을 주지 않습니다. 경고 표시를 끄더라도, 종료 상태에서는 여전히 경고가 나타났음을 알려줍니다." #. type: TP #: ../src/xz/xz.1:1974 #, no-wrap msgid "B<-v>, B<--verbose>" msgstr "B<-v>, B<--verbose>" #. type: Plain text #: ../src/xz/xz.1:1983 msgid "Be verbose. If standard error is connected to a terminal, B will display a progress indicator. Specifying B<--verbose> twice will give even more verbose output." msgstr "출력 내용이 많아집니다. 표준 오류를 터미널에 연결했다면 B는 진행 표시를 나타냅니다. B<--verbose>를 두번 지정하면 더 많은 내용을 표시합니다." #. type: Plain text #: ../src/xz/xz.1:1985 msgid "The progress indicator shows the following information:" msgstr "진행 표시에서는 다음 정보를 나타냅니다:" #. type: Plain text #: ../src/xz/xz.1:1990 msgid "Completion percentage is shown if the size of the input file is known. That is, the percentage cannot be shown in pipes." msgstr "입력 파일의 크기를 알고 있을 경우 완료 백분율. 파이프 처리시에는 백분율을 나타낼 수 없습니다." #. type: Plain text #: ../src/xz/xz.1:1993 msgid "Amount of compressed data produced (compressing) or consumed (decompressing)." msgstr "산출 압축 데이터 용량 (압축) 또는 소모 공간 용량 (압축 해제)." #. type: Plain text #: ../src/xz/xz.1:1996 msgid "Amount of uncompressed data consumed (compressing) or produced (decompressing)." msgstr "비압축 데이터 소모 용량 (압축) 또는 산출 용량 (압축 해제)." #. type: Plain text #: ../src/xz/xz.1:2000 msgid "Compression ratio, which is calculated by dividing the amount of compressed data processed so far by the amount of uncompressed data processed so far." msgstr "압축 데이터 산출 용량을 비압축 데이터 처리 용량으로 나누어 계산한 압축율." #. type: Plain text #: ../src/xz/xz.1:2007 msgid "Compression or decompression speed. This is measured as the amount of uncompressed data consumed (compression) or produced (decompression) per second. It is shown after a few seconds have passed since B started processing the file." msgstr "압축 또는 압축 해제 속도. 초당 비압축 데이터 소모량(압축) 또는 산출 용량(압축 해제)를 측정한 값입니다. B에서 파일 처리를 시작한 몇 초 후 나타납니다." #. type: Plain text #: ../src/xz/xz.1:2009 msgid "Elapsed time in the format M:SS or H:MM:SS." msgstr "경과 시간 형식은 M:SS 또는 H:MM:SS 입니다." #. type: Plain text #: ../src/xz/xz.1:2017 msgid "Estimated remaining time is shown only when the size of the input file is known and a couple of seconds have already passed since B started processing the file. The time is shown in a less precise format which never has any colons, for example, 2 min 30 s." msgstr "추산 여분 시간은 B가 파일을 처리하기 시작한 이후 입력 파일의 크기를 알고 몇 초가 지난 후에야 보여줍니다. 시간은 콜론 문자를 사용하지 않고 덜 자세한 형식으로, 예를 들면, 2분 30초 와 같은 형식으로 보여줍니다." #. type: Plain text #: ../src/xz/xz.1:2032 msgid "When standard error is not a terminal, B<--verbose> will make B print the filename, compressed size, uncompressed size, compression ratio, and possibly also the speed and elapsed time on a single line to standard error after compressing or decompressing the file. The speed and elapsed time are included only when the operation took at least a few seconds. If the operation didn't finish, for example, due to user interruption, also the completion percentage is printed if the size of the input file is known." msgstr "표준 오류가 터미널이 아니라면 B<--verbose>는 B에서 파일 이름, 압축 크기, 압축 해제 용량, 압축율, 그리고 가능하다면 파일을 압축 또는 압축 해제한 후 표준 오류로 속도와 걸린 시간을 나타내도록 합니다. 속도와 걸린 시간 정보는 동작을 처리하는데 최소한 몇초 정도 소요했을 경우에만 들어갑니다. 동작이 끝나지 않았다면, 이를테면 사용자의 중단 요청이 있었을 경우 입력 파일의 크기를 알고 있을 때 압축 백분율 정보도 들어갑니다." #. type: TP #: ../src/xz/xz.1:2032 ../src/xzdec/xzdec.1:87 #, no-wrap msgid "B<-Q>, B<--no-warn>" msgstr "B<-Q>, B<--no-warn>" #. type: Plain text #: ../src/xz/xz.1:2042 msgid "Don't set the exit status to 2 even if a condition worth a warning was detected. This option doesn't affect the verbosity level, thus both B<--quiet> and B<--no-warn> have to be used to not display warnings and to not alter the exit status." msgstr "경고로 알릴 만한 상황을 만났다 하더라도 종료 상태 2번을 설정하지 않습니다. 이 옵션은 출력 수준에 영향을 주지 않기 때문에, B<--quiet> 옵션과 B<--no-warn> 옵션을 경고 표시를 막고 종료 상태를 바꾸지 않을 목적으로 사용합니다." #. type: TP #: ../src/xz/xz.1:2042 #, no-wrap msgid "B<--robot>" msgstr "B<--robot>" #. type: Plain text #: ../src/xz/xz.1:2054 msgid "Print messages in a machine-parsable format. This is intended to ease writing frontends that want to use B instead of liblzma, which may be the case with various scripts. The output with this option enabled is meant to be stable across B releases. See the section B for details." msgstr "머신에서 해석할 형식으로 메시지를 나타냅니다. liblzma 대신 B를 활용하려는 다양상 스크립트로서의 프론트엔드를 쉽게 작성하도록 하기 위함입니다. 이 옵션을 지정한 출력은 B 릴리스가 어떻게 되든 안정 버전이란 의미입니다. 자세한 내용은 B<로봇 모드> 섹션을 참고하십시오." #. type: TP #: ../src/xz/xz.1:2054 #, no-wrap msgid "B<--info-memory>" msgstr "B<--info-memory>" #. type: Plain text #: ../src/xz/xz.1:2061 msgid "Display, in human-readable format, how much physical memory (RAM) and how many processor threads B thinks the system has and the memory usage limits for compression and decompression, and exit successfully." msgstr "압축 및 압축 해제시 물리 메모리 용량 (RAM), B에서 파악하는 프로세서 스레드 갯수, 메모리 사용량 한계를 파악하기 쉬운 형식으로 나타내고 무사히 나갑니다." #. type: TP #: ../src/xz/xz.1:2061 ../src/xzdec/xzdec.1:94 #, no-wrap msgid "B<-h>, B<--help>" msgstr "B<-h>, B<--help>" #. type: Plain text #: ../src/xz/xz.1:2065 msgid "Display a help message describing the most commonly used options, and exit successfully." msgstr "보통 사용하는 옵션을 설명하는 도움말 메시지를 출력한 후, 완전히 빠져나갑니다." #. type: TP #: ../src/xz/xz.1:2065 #, no-wrap msgid "B<-H>, B<--long-help>" msgstr "B<-H>, B<--long-help>" #. type: Plain text #: ../src/xz/xz.1:2070 msgid "Display a help message describing all features of B, and exit successfully" msgstr "B의 모든 기능을 설명하는 도움말 메시지를 출력한 후, 완전히 빠져나갑니다" #. type: TP #: ../src/xz/xz.1:2070 ../src/xzdec/xzdec.1:97 #, no-wrap msgid "B<-V>, B<--version>" msgstr "B<-V>, B<--version>" #. type: Plain text #: ../src/xz/xz.1:2079 msgid "Display the version number of B and liblzma in human readable format. To get machine-parsable output, specify B<--robot> before B<--version>." msgstr "B와 liblzma 버전 번호를 가독 형식으로 출력합니다. 기계 해석 가능 형식을 가져오려면 B<--version> 앞에 B<--robot>을 지정하십시오." #. type: SH #: ../src/xz/xz.1:2080 #, no-wrap msgid "ROBOT MODE" msgstr "로봇 모드" #. type: Plain text #: ../src/xz/xz.1:2097 msgid "The robot mode is activated with the B<--robot> option. It makes the output of B easier to parse by other programs. Currently B<--robot> is supported only together with B<--list>, B<--filters-help>, B<--info-memory>, and B<--version>. It will be supported for compression and decompression in the future." msgstr "로봇 모드는 B<--robot> 옵션으로 동작합니다. B 출력을 다른 프로그램에서 해석하기 쉽게 해줍니다. 현재로서는 B<--robot> 옵션은 B<--list>, B<--filters-help>, B<--info-memory>, B<--version> 옵션하고만 사용할 수 있습니다. 앞으로는 압축 및 압축 해제 동작에 대해서도 지원합니다." #. type: SS #: ../src/xz/xz.1:2098 #, no-wrap msgid "List mode" msgstr "목록 모드" #. type: Plain text #: ../src/xz/xz.1:2103 msgid "B uses tab-separated output. The first column of every line has a string that indicates the type of the information found on that line:" msgstr "B 명령은 탭으로 구분한 출력 형태를 활용합니다. 모든 행의 첫번째 컬럼에는 해당 행에서 찾을 수 있는 정보의 형식을 나타냅니다:" #. type: TP #: ../src/xz/xz.1:2103 #, no-wrap msgid "B" msgstr "B<이름>" #. type: Plain text #: ../src/xz/xz.1:2107 msgid "This is always the first line when starting to list a file. The second column on the line is the filename." msgstr "이 행은 항상 파일 목록 시작 부분의 첫번째 줄에 있습니다. 이 행의 두번째 컬럼에 파일 이름이 들어있습니다." #. type: TP #: ../src/xz/xz.1:2107 #, no-wrap msgid "B" msgstr "B<파일>" #. type: Plain text #: ../src/xz/xz.1:2115 msgid "This line contains overall information about the B<.xz> file. This line is always printed after the B line." msgstr "이 행에는 B<.xz> 파일의 전반적인 정보가 들어있습니다. 이 행은 항상 B<이름> 행 다음에 있습니다." #. type: TP #: ../src/xz/xz.1:2115 #, no-wrap msgid "B" msgstr "B<스트림>" #. type: Plain text #: ../src/xz/xz.1:2125 msgid "This line type is used only when B<--verbose> was specified. There are as many B lines as there are streams in the B<.xz> file." msgstr "이 행 형식은 B<--verbose> 옵션을 지정했을 때만 사용합니다. B<.xz> 파일의 B<스트림> 행 수만큼 나타납니다." #. type: TP #: ../src/xz/xz.1:2125 #, no-wrap msgid "B" msgstr "B<블록>" #. type: Plain text #: ../src/xz/xz.1:2140 msgid "This line type is used only when B<--verbose> was specified. There are as many B lines as there are blocks in the B<.xz> file. The B lines are shown after all the B lines; different line types are not interleaved." msgstr "이 행 형식은 B<--verbose> 옵션을 지정했을 때만 사용합니다. B<.xz> 파일의 블록 수만큼 B<블록> 행이 나타납니다. B<블록> 행은 모든 B<스트림> 행 다음에 나타납니다. 다른 형식의 행이 끼어들지는 않습니다." #. type: TP #: ../src/xz/xz.1:2140 #, no-wrap msgid "B" msgstr "B<요약>" #. type: Plain text #: ../src/xz/xz.1:2155 msgid "This line type is used only when B<--verbose> was specified twice. This line is printed after all B lines. Like the B line, the B line contains overall information about the B<.xz> file." msgstr "이 행 형식은 B<--verbose> 옵션을 두번 지정했을 때만 사용합니다. 이 행은 모든 B<블록> 행 다음에 출력합니다. B<파일> 행과 비슷하게, B<요약> 행에는 B<.xz> 파일의 전반적인 정보가 담겨있습니다." #. type: TP #: ../src/xz/xz.1:2155 #, no-wrap msgid "B" msgstr "B<총계>" #. type: Plain text #: ../src/xz/xz.1:2159 msgid "This line is always the very last line of the list output. It shows the total counts and sizes." msgstr "이 행은 목록 출력의 가장 마지막에 항상 나타납니다. 총 갯수와 크기를 나타냅니다." #. type: Plain text #: ../src/xz/xz.1:2163 msgid "The columns of the B lines:" msgstr "B<파일> 행 컬럼:" #. type: IP #: ../src/xz/xz.1:2165 ../src/xz/xz.1:2202 ../src/xz/xz.1:2228 #: ../src/xz/xz.1:2298 ../src/xz/xz.1:2325 ../src/xz/xz.1:2414 #, no-wrap msgid "2." msgstr "2." #. type: Plain text #: ../src/xz/xz.1:2167 msgid "Number of streams in the file" msgstr "파일 스트림 갯수" #. type: IP #: ../src/xz/xz.1:2167 ../src/xz/xz.1:2204 ../src/xz/xz.1:2230 #: ../src/xz/xz.1:2303 ../src/xz/xz.1:2327 ../src/xz/xz.1:2421 #, no-wrap msgid "3." msgstr "3." #. type: Plain text #: ../src/xz/xz.1:2169 msgid "Total number of blocks in the stream(s)" msgstr "스트림의 블록 총 갯수" #. type: IP #: ../src/xz/xz.1:2169 ../src/xz/xz.1:2206 ../src/xz/xz.1:2233 #: ../src/xz/xz.1:2313 ../src/xz/xz.1:2329 ../src/xz/xz.1:2428 #, no-wrap msgid "4." msgstr "4." #. type: Plain text #: ../src/xz/xz.1:2171 msgid "Compressed size of the file" msgstr "파일 압축 크기" #. type: IP #: ../src/xz/xz.1:2171 ../src/xz/xz.1:2208 ../src/xz/xz.1:2235 #: ../src/xz/xz.1:2331 ../src/xz/xz.1:2440 #, no-wrap msgid "5." msgstr "5." #. type: Plain text #: ../src/xz/xz.1:2173 msgid "Uncompressed size of the file" msgstr "파일 압축 해제 크기" #. type: IP #: ../src/xz/xz.1:2173 ../src/xz/xz.1:2210 ../src/xz/xz.1:2237 #: ../src/xz/xz.1:2333 ../src/xz/xz.1:2452 #, no-wrap msgid "6." msgstr "6." #. type: Plain text #: ../src/xz/xz.1:2179 msgid "Compression ratio, for example, B<0.123>. If ratio is over 9.999, three dashes (B<--->) are displayed instead of the ratio." msgstr "예를 들면, B<0.123>과 같은 압축율 입니다. 비율이 9.999라면, 대시 문자 3개 (B<--->)를 비율 값 대신 나타냅니다." #. type: IP #: ../src/xz/xz.1:2179 ../src/xz/xz.1:2212 ../src/xz/xz.1:2239 #: ../src/xz/xz.1:2335 #, no-wrap msgid "7." msgstr "7." #. type: Plain text #: ../src/xz/xz.1:2192 msgid "Comma-separated list of integrity check names. The following strings are used for the known check types: B, B, B, and B. For unknown check types, BI is used, where I is the Check ID as a decimal number (one or two digits)." msgstr "쉼표로 구분한 무결성 검사 이름 목록입니다. B, B, B, B 문자열을 알려진 검사 형식으로 사용합니다. 알 수 없는 검사 형식에 대해서는 BI을 사용하며, 여기서 I은 (한 두자리) 정수형 숫자값으로 이루어진 검사 ID 입니다." #. type: IP #: ../src/xz/xz.1:2192 ../src/xz/xz.1:2214 ../src/xz/xz.1:2241 #: ../src/xz/xz.1:2338 #, no-wrap msgid "8." msgstr "8." #. type: Plain text #: ../src/xz/xz.1:2194 msgid "Total size of stream padding in the file" msgstr "파일의 스트림 패딩 총 길이" #. type: Plain text #: ../src/xz/xz.1:2200 msgid "The columns of the B lines:" msgstr "B<스트림> 행 컬럼:" #. type: Plain text #: ../src/xz/xz.1:2204 msgid "Stream number (the first stream is 1)" msgstr "스트림 번호 (첫 스트림은 1번)" #. type: Plain text #: ../src/xz/xz.1:2206 msgid "Number of blocks in the stream" msgstr "스트림의 블록 총 갯수" #. type: Plain text #: ../src/xz/xz.1:2208 msgid "Compressed start offset" msgstr "압축 시작 오프셋" #. type: Plain text #: ../src/xz/xz.1:2210 msgid "Uncompressed start offset" msgstr "비압축 시작 오프셋" #. type: Plain text #: ../src/xz/xz.1:2212 msgid "Compressed size (does not include stream padding)" msgstr "압축 크기 (스트림 패딩 미포함)" #. type: Plain text #: ../src/xz/xz.1:2214 ../src/xz/xz.1:2243 ../src/xz/xz.1:2333 msgid "Uncompressed size" msgstr "압축 해제 용량" #. type: Plain text #: ../src/xz/xz.1:2216 ../src/xz/xz.1:2245 msgid "Compression ratio" msgstr "압축율" #. type: IP #: ../src/xz/xz.1:2216 ../src/xz/xz.1:2243 ../src/xz/xz.1:2340 #, no-wrap msgid "9." msgstr "9." #. type: Plain text #: ../src/xz/xz.1:2218 ../src/xz/xz.1:2247 msgid "Name of the integrity check" msgstr "무결성 검사 이름" #. type: IP #: ../src/xz/xz.1:2218 ../src/xz/xz.1:2245 ../src/xz/xz.1:2356 #, no-wrap msgid "10." msgstr "10." #. type: Plain text #: ../src/xz/xz.1:2220 msgid "Size of stream padding" msgstr "스트림 패딩 길이" #. type: Plain text #: ../src/xz/xz.1:2226 msgid "The columns of the B lines:" msgstr "B<블록> 행 컬럼:" #. type: Plain text #: ../src/xz/xz.1:2230 msgid "Number of the stream containing this block" msgstr "이 블록이 들어간 스트림 갯수" #. type: Plain text #: ../src/xz/xz.1:2233 msgid "Block number relative to the beginning of the stream (the first block is 1)" msgstr "스트림 시작 부분의 블록 번호 (첫번째 블록은 1번)" #. type: Plain text #: ../src/xz/xz.1:2235 msgid "Block number relative to the beginning of the file" msgstr "파일 시작 부분의 블록 번호" #. type: Plain text #: ../src/xz/xz.1:2237 msgid "Compressed start offset relative to the beginning of the file" msgstr "파일 시작 부분의 압축 시작 오프셋" #. type: Plain text #: ../src/xz/xz.1:2239 msgid "Uncompressed start offset relative to the beginning of the file" msgstr "파일 시작 부분의 비압축 시작 오프셋" #. type: Plain text #: ../src/xz/xz.1:2241 msgid "Total compressed size of the block (includes headers)" msgstr "총 블록 압축 크기 (헤더 포함)" #. type: Plain text #: ../src/xz/xz.1:2259 msgid "If B<--verbose> was specified twice, additional columns are included on the B lines. These are not displayed with a single B<--verbose>, because getting this information requires many seeks and can thus be slow:" msgstr "B<--verbose>를 두 번 지정하면, 추가 컬럼을 B<블록> 행에 넣습니다. B<--verbose> 단일 지정시에는 이 정보를 볼 때 탐색을 여러번 수행해야 하기 때문에 실행 과정이 느려질 수 있어서 나타내지 않습니다:" #. type: IP #: ../src/xz/xz.1:2261 ../src/xz/xz.1:2361 #, no-wrap msgid "11." msgstr "11." #. type: Plain text #: ../src/xz/xz.1:2263 msgid "Value of the integrity check in hexadecimal" msgstr "16진수 무결성 검사값" #. type: IP #: ../src/xz/xz.1:2263 ../src/xz/xz.1:2371 #, no-wrap msgid "12." msgstr "12." #. type: Plain text #: ../src/xz/xz.1:2265 msgid "Block header size" msgstr "블록 헤더 크기" #. type: IP #: ../src/xz/xz.1:2265 #, no-wrap msgid "13." msgstr "13." #. type: Plain text #: ../src/xz/xz.1:2275 msgid "Block flags: B indicates that compressed size is present, and B indicates that uncompressed size is present. If the flag is not set, a dash (B<->) is shown instead to keep the string length fixed. New flags may be added to the end of the string in the future." msgstr "블록 플래그: B는 압축 크기가 현재 값임을 나타내고, B는 압축 전 원본 크기가 현재 값임을 나타냅니다. 플래그를 설정하지 않았다면, 문자열 길이를 유지할 목적으로 대시 B<-> 를 대신 나타냅니다. 새 플래그는 나중에 문자열 끝 부분에 추가할 예정입니다." #. type: IP #: ../src/xz/xz.1:2275 #, no-wrap msgid "14." msgstr "14." #. type: Plain text #: ../src/xz/xz.1:2278 msgid "Size of the actual compressed data in the block (this excludes the block header, block padding, and check fields)" msgstr "블록에 압축 해서 넣은 데이터의 실제 츠기 (블록 헤더, 블록 패딩, 검사 필드 제외)" #. type: IP #: ../src/xz/xz.1:2278 #, no-wrap msgid "15." msgstr "15." #. type: Plain text #: ../src/xz/xz.1:2283 msgid "Amount of memory (in bytes) required to decompress this block with this B version" msgstr "이 B 버전에서 이 블록의 압축을 해제할 때 필요한 (바이트 단위) 메모리 용량" #. type: IP #: ../src/xz/xz.1:2283 #, no-wrap msgid "16." msgstr "16." #. type: Plain text #: ../src/xz/xz.1:2290 msgid "Filter chain. Note that most of the options used at compression time cannot be known, because only the options that are needed for decompression are stored in the B<.xz> headers." msgstr "필터 체인. 대부분 사용하는 옵션은 압축 해제시 필요한 옵션만을 B<.xz> 헤더에 저장하기 때문에 압축 시간에 알 수 없습니다." #. type: Plain text #: ../src/xz/xz.1:2296 msgid "The columns of the B lines:" msgstr "B<요약> 행 컬럼:" #. type: Plain text #: ../src/xz/xz.1:2303 msgid "Amount of memory (in bytes) required to decompress this file with this B version" msgstr "이 B 버전에서 이 파일 압축을 해제할 때 필요한 (바이트 단위) 메모리 용량" #. type: Plain text #: ../src/xz/xz.1:2309 ../src/xz/xz.1:2367 msgid "B or B indicating if all block headers have both compressed size and uncompressed size stored in them" msgstr "모든 블록 헤더에 압축 크기와 압축 전 원본 크기 정보가 들어갔는지 여부를 나타내는 B 또는 B 값" #. type: Plain text #: ../src/xz/xz.1:2313 ../src/xz/xz.1:2371 msgid "I B I<5.1.2alpha:>" msgstr "B I<5.1.2alpha> I<부터:>" #. type: Plain text #: ../src/xz/xz.1:2317 ../src/xz/xz.1:2375 msgid "Minimum B version required to decompress the file" msgstr "파일 압축 해제시 필요한 최소 B 버전" #. type: Plain text #: ../src/xz/xz.1:2323 msgid "The columns of the B line:" msgstr "B<총계> 행 컬럼:" #. type: Plain text #: ../src/xz/xz.1:2327 msgid "Number of streams" msgstr "스트림 갯수" #. type: Plain text #: ../src/xz/xz.1:2329 msgid "Number of blocks" msgstr "블록 갯수" #. type: Plain text #: ../src/xz/xz.1:2331 msgid "Compressed size" msgstr "압축 크기" #. type: Plain text #: ../src/xz/xz.1:2335 msgid "Average compression ratio" msgstr "평균 압축율" #. type: Plain text #: ../src/xz/xz.1:2338 msgid "Comma-separated list of integrity check names that were present in the files" msgstr "파일에 들어 있어 쉼표로 구분한 무결성 검사 이름 목록" #. type: Plain text #: ../src/xz/xz.1:2340 msgid "Stream padding size" msgstr "스트림 패딩 길이" #. type: Plain text #: ../src/xz/xz.1:2346 msgid "Number of files. This is here to keep the order of the earlier columns the same as on B lines." msgstr "파일 갯수. B<파일> 행의 컬럼 순서를 따라갑니다." #. type: Plain text #: ../src/xz/xz.1:2354 msgid "If B<--verbose> was specified twice, additional columns are included on the B line:" msgstr "B<--verbose> 옵션을 두 번 지정하면, B<총계> 행에 추가 컬럼이 들어갑니다:" #. type: Plain text #: ../src/xz/xz.1:2361 msgid "Maximum amount of memory (in bytes) required to decompress the files with this B version" msgstr "이 B 버전에서 파일 압축을 해제할 떄 필요한 (바이트 단위) 최대 메모리 사용량" #. type: Plain text #: ../src/xz/xz.1:2381 msgid "Future versions may add new line types and new columns can be added to the existing line types, but the existing columns won't be changed." msgstr "차후 버전에서는 새 행 형식을 추가하고 기존 행 형식에 추가할 수 있는 새 컬럼을 넣기 까지는 알 수 있겠지만, 기존 컬럼은 바꾸지 않을 예정입니다." #. type: SS #: ../src/xz/xz.1:2382 #, no-wrap msgid "Filters help" msgstr "필터 도움말" #. type: Plain text #: ../src/xz/xz.1:2385 msgid "B prints the supported filters in the following format:" msgstr "B 는 다음 형식의 지원 필터 목록을 출력합니다:" #. type: Plain text #: ../src/xz/xz.1:2387 msgid "IB<:>I