msgid "" msgstr "" "X-Pootle-Revision: 9999999\n" "X-Pootle-Path: /zh_CN/lfs/chapter08/bzip2.po\n" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2020-08-08 19:28+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 2.2.5\n" #. type: Content of:
#, no-wrap msgid "&bzip2-url;" msgstr "&bzip2-url;" #. type: Content of: msgid "" "bzip2 &bzip2-version; " msgstr "" "bzip2 &bzip2-version; " #. type: Content of: msgid "Bzip2-&bzip2-version;" msgstr "Bzip2-&bzip2-version;" #. type: Content of: <sect1><indexterm><primary> msgid "Bzip2" msgstr "Bzip2" #. type: Content of: <sect1><sect2><para> msgid "" "The Bzip2 package contains programs for compressing and decompressing files. " "Compressing text files with <command>bzip2</command> yields a much better " "compression percentage than with the traditional <command>gzip</command>." msgstr "" "Bzip2 软件包包含用于压缩和解压缩文件的程序。使用 <command>bzip2</command> 压" "缩文本文件可以获得比传统的 <command>gzip</command> 优秀许多的压缩比。" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> msgid "&buildtime;" msgstr "&buildtime;" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> msgid "&diskspace;" msgstr "&diskspace;" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> msgid "&bzip2-fin-sbu;" msgstr "&bzip2-fin-sbu;" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> msgid "&bzip2-fin-du;" msgstr "&bzip2-fin-du;" #. type: Content of: <sect1><sect2><title> msgid "Installation of Bzip2" msgstr "安装 Bzip2" #. type: Content of: <sect1><sect2><para> msgid "Apply a patch that will install the documentation for this package:" msgstr "应用一个补丁,以安装该软件包的文档:" #. type: Content of: <sect1><sect2><screen> #, no-wrap msgid "<userinput remap=\"pre\">patch -Np1 -i ../&bzip2-docs-patch;</userinput>" msgstr "<userinput remap=\"pre\">patch -Np1 -i ../&bzip2-docs-patch;</userinput>" #. type: Content of: <sect1><sect2><para> msgid "" "The following command ensures installation of symbolic links are relative:" msgstr "以下命令保证安装的符号链接是相对的:" #. type: Content of: <sect1><sect2><screen> #, no-wrap msgid "<userinput remap=\"pre\">sed -i 's@\\(ln -s -f \\)$(PREFIX)/bin/@\\1@' Makefile</userinput>" msgstr "<userinput remap=\"pre\">sed -i 's@\\(ln -s -f \\)$(PREFIX)/bin/@\\1@' Makefile</userinput>" #. type: Content of: <sect1><sect2><para> msgid "Ensure the man pages are installed into the correct location:" msgstr "确保 man 页面被安装到正确位置:" #. type: Content of: <sect1><sect2><screen> #, no-wrap msgid "<userinput remap=\"pre\">sed -i \"s@(PREFIX)/man@(PREFIX)/share/man@g\" Makefile</userinput>" msgstr "<userinput remap=\"pre\">sed -i \"s@(PREFIX)/man@(PREFIX)/share/man@g\" Makefile</userinput>" #. type: Content of: <sect1><sect2><para> msgid "Prepare Bzip2 for compilation with:" msgstr "执行以下命令,准备编译 Bzip2:" #. type: Content of: <sect1><sect2><screen> #, no-wrap msgid "" "<userinput remap=\"make\">make -f Makefile-libbz2_so\n" "make clean</userinput>" msgstr "" "<userinput remap=\"make\">make -f Makefile-libbz2_so\n" "make clean</userinput>" #. type: Content of: <sect1><sect2><variablelist><title> msgid "The meaning of the make parameter:" msgstr "make 命令参数的含义:" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> msgid "<parameter>-f Makefile-libbz2_so</parameter>" msgstr "<parameter>-f Makefile-libbz2_so</parameter>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> msgid "" "This will cause Bzip2 to be built using a different <filename>Makefile</" "filename> file, in this case the <filename>Makefile-libbz2_so</filename> " "file, which creates a dynamic <filename class=\"libraryfile\">libbz2.so</" "filename> library and links the Bzip2 utilities against it." msgstr "" "该命令使用一个不同的 <filename>Makefile</filename> 文件构建 Bzip2,对于我们的" "例子来说就是使用 <filename>Makefile-libbz2_so</filename> 文件。它创建一个共享" "库 <filename class=\"libraryfile\">libbz2.so</filename>,并将 Bzip2 工具链接" "到这个库。" #. type: Content of: <sect1><sect2><para> msgid "Compile and test the package:" msgstr "编译并测试该软件包:" #. type: Content of: <sect1><sect2><screen> #, no-wrap msgid "<userinput remap=\"make\">make</userinput>" msgstr "<userinput remap=\"make\">make</userinput>" #. type: Content of: <sect1><sect2><para> msgid "Install the programs:" msgstr "安装软件包中的程序:" #. type: Content of: <sect1><sect2><screen> #, no-wrap msgid "<userinput remap=\"install\">make PREFIX=/usr install</userinput>" msgstr "<userinput remap=\"install\">make PREFIX=/usr install</userinput>" #. type: Content of: <sect1><sect2><para> msgid "" "Install the shared <command>bzip2</command> binary into the <filename class=" "\"directory\">/bin</filename> directory, make some necessary symbolic links, " "and clean up:" msgstr "" "安装链接到共享库的 <command>bzip2</command> 二进制程序到 <filename class=" "\"directory\">/bin</filename> 目录,创建必要的符号链接,并进行清理:" #. type: Content of: <sect1><sect2><screen> #, no-wrap msgid "" "<userinput remap=\"install\">cp -v bzip2-shared /bin/bzip2\n" "cp -av libbz2.so* /lib\n" "ln -sv ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so\n" "rm -v /usr/bin/{bunzip2,bzcat,bzip2}\n" "ln -sv bzip2 /bin/bunzip2\n" "ln -sv bzip2 /bin/bzcat</userinput>" msgstr "" "<userinput remap=\"install\">cp -v bzip2-shared /bin/bzip2\n" "cp -av libbz2.so* /lib\n" "ln -sv ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so\n" "rm -v /usr/bin/{bunzip2,bzcat,bzip2}\n" "ln -sv bzip2 /bin/bunzip2\n" "ln -sv bzip2 /bin/bzcat</userinput>" #. type: Content of: <sect1><sect2><title> msgid "Contents of Bzip2" msgstr "Bzip2 的内容" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> msgid "Installed programs" msgstr "安装的程序" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> msgid "Installed libraries" msgstr "安装的库" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> msgid "Installed directory" msgstr "安装的目录" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> msgid "" "bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp (link to bzdiff), " "bzdiff, bzegrep (link to bzgrep), bzfgrep (link to bzgrep), bzgrep, bzip2, " "bzip2recover, bzless (link to bzmore), and bzmore" msgstr "" "bunzip2 (链接到 bzip2), bzcat (链接到 bzip2), bzcmp (链接到 bzdiff), bzdiff, " "bzegrep (链接到 bzgrep), bzfgrep (链接到 bzgrep), bzgrep, bzip2, " "bzip2recover, bzless (链接到bzmore), 以及 bzmore" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> msgid "libbz2.{a,so}" msgstr "libbz2.{a,so}" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> msgid "/usr/share/doc/bzip2-&bzip2-version;" msgstr "/usr/share/doc/bzip2-&bzip2-version;" #. type: Content of: <sect1><sect2><variablelist><bridgehead> msgid "Short Descriptions" msgstr "简要描述" #. type: Content of: <sect1><sect2><variablelist> msgid "" "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>" msgstr "" "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> msgid "<command>bunzip2</command>" msgstr "<command>bunzip2</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> msgid "Decompresses bzipped files" msgstr "解压缩 bzip 压缩文件" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> msgid "bunzip2" msgstr "bunzip2" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> msgid "<command>bzcat</command>" msgstr "<command>bzcat</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> msgid "Decompresses to standard output" msgstr "解压缩到标准输出" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> msgid "bzcat" msgstr "bzcat" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> msgid "<command>bzcmp</command>" msgstr "<command>bzcmp</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> msgid "Runs <command>cmp</command> on bzipped files" msgstr "对 bzip 压缩过的文件运行 <command>cmp</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> msgid "bzcmp" msgstr "bzcmp" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> msgid "<command>bzdiff</command>" msgstr "<command>bzdiff</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> msgid "Runs <command>diff</command> on bzipped files" msgstr "对 bzip 压缩过的文件运行 <command>diff</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> msgid "bzdiff" msgstr "bzdiff" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> msgid "<command>bzegrep</command>" msgstr "<command>bzegrep</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> msgid "Runs <command>egrep</command> on bzipped files" msgstr "对 bzip 压缩过的文件运行 <command>egrep</command> 命令" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> msgid "bzegrep" msgstr "bzegrep" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> msgid "<command>bzfgrep</command>" msgstr "<command>bzfgrep</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> msgid "Runs <command>fgrep</command> on bzipped files" msgstr "对 bzip 压缩过的文件运行 <command>fgrep</command> 命令" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> msgid "bzfgrep" msgstr "bzfgrep" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> msgid "<command>bzgrep</command>" msgstr "<command>bzgrep</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> msgid "Runs <command>grep</command> on bzipped files" msgstr "对 bzip 压缩过的文件运行 <command>grep</command> 命令" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> msgid "bzgrep" msgstr "bzgrep" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> msgid "<command>bzip2</command>" msgstr "<command>bzip2</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> msgid "" "Compresses files using the Burrows-Wheeler block sorting text compression " "algorithm with Huffman coding; the compression rate is better than that " "achieved by more conventional compressors using <quote>Lempel-Ziv</quote> " "algorithms, like <command>gzip</command>" msgstr "" "使用 Burrows-Wheeler 块排序文本压缩算法和 Huffman 编码压缩文件;其压缩率优于" "更常见的使用 <quote>Lempel-Ziv</quote> 算法的压缩工具,如 <command>gzip</" "command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> msgid "bzip2" msgstr "bzip2" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> msgid "<command>bzip2recover</command>" msgstr "<command>bzip2recover</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> msgid "Tries to recover data from damaged bzipped files" msgstr "试图从损坏的 bzip2 压缩文件中恢复数据" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> msgid "bzip2recover" msgstr "bzip2recover" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> msgid "<command>bzless</command>" msgstr "<command>bzless</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> msgid "Runs <command>less</command> on bzipped files" msgstr "对 bzip 压缩过的文件运行 <command>less</command> 命令" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> msgid "bzless" msgstr "bzless" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> msgid "<command>bzmore</command>" msgstr "<command>bzmore</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> msgid "Runs <command>more</command> on bzipped files" msgstr "对 bzip 压缩过的文件运行 <command>more</command> 命令" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> msgid "bzmore" msgstr "bzmore" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> msgid "<filename class=\"libraryfile\">libbz2</filename>" msgstr "<filename class=\"libraryfile\">libbz2</filename>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> msgid "" "The library implementing lossless, block-sorting data compression, using the " "Burrows-Wheeler algorithm" msgstr "这个库实现基于 Burrows-Wheeler 算法的无损块排序数据压缩" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> msgid "libbz2" msgstr "libbz2"