123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453 |
- msgid ""
- msgstr ""
- "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 <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\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: <sect1><sect1info><address>
- #, no-wrap
- msgid "&xz-url;"
- msgstr "&xz-url;"
- #. type: Content of: <sect1><sect1info>
- msgid ""
- "<productname>xz</productname> <productnumber>&xz-version;</productnumber> "
- "<placeholder type=\"address\" id=\"0\"/>"
- msgstr ""
- "<productname>xz</productname> <productnumber>&xz-version;</productnumber> "
- "<placeholder type=\"address\" id=\"0\"/>"
- #. type: Content of: <sect1><title>
- msgid "Xz-&xz-version;"
- msgstr "Xz-&xz-version;"
- #. type: Content of: <sect1><indexterm><primary>
- msgid "Xz"
- msgstr "Xz"
- #. type: Content of: <sect1><sect2><para>
- msgid ""
- "The Xz package contains programs for compressing and decompressing files. It "
- "provides capabilities for the lzma and the newer xz compression formats. "
- "Compressing text files with <command>xz</command> yields a better "
- "compression percentage than with the traditional <command>gzip</command> or "
- "<command>bzip2</command> commands."
- msgstr ""
- "Xz 软件包包含文件压缩和解压缩工具,它能够处理 lzma 和新的 xz 压缩文件格式。使"
- "用 <command>xz</command> 压缩文本文件,可以得到比传统的 <command>gzip</"
- "command> 或 <command>bzip2</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 "&xz-fin-sbu;"
- msgstr "&xz-fin-sbu;"
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- msgid "&xz-fin-du;"
- msgstr "&xz-fin-du;"
- #. type: Content of: <sect1><sect2><title>
- msgid "Installation of Xz"
- msgstr "安装 Xz"
- #. type: Content of: <sect1><sect2><para>
- msgid "Prepare Xz for compilation with:"
- msgstr "准备编译 Xz:"
- #. type: Content of: <sect1><sect2><screen>
- #, no-wrap
- msgid ""
- "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
- " --disable-static \\\n"
- " --docdir=/usr/share/doc/xz-&xz-version;</userinput>"
- msgstr ""
- "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
- " --disable-static \\\n"
- " --docdir=/usr/share/doc/xz-&xz-version;</userinput>"
- #. type: Content of: <sect1><sect2><para>
- msgid "Compile 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 "To test the results, issue:"
- msgstr "运行以下命令以测试编译结果:"
- #. type: Content of: <sect1><sect2><screen>
- #, no-wrap
- msgid "<userinput remap=\"test\">make check</userinput>"
- msgstr "<userinput remap=\"test\">make check</userinput>"
- #. type: Content of: <sect1><sect2><para>
- msgid ""
- "Install the package and make sure that all essential files are in the "
- "correct directory:"
- msgstr "安装该软件包,并保证所有重要文件都位于正确的目录中:"
- #. type: Content of: <sect1><sect2><screen>
- #, no-wrap
- msgid ""
- "<userinput remap=\"install\">make install\n"
- "mv -v /usr/bin/{lzma,unlzma,lzcat,xz,unxz,xzcat} /bin\n"
- "mv -v /usr/lib/liblzma.so.* /lib\n"
- "ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) /usr/lib/liblzma.so</userinput>"
- msgstr ""
- "<userinput remap=\"install\">make install\n"
- "mv -v /usr/bin/{lzma,unlzma,lzcat,xz,unxz,xzcat} /bin\n"
- "mv -v /usr/lib/liblzma.so.* /lib\n"
- "ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) /usr/lib/liblzma.so</userinput>"
- #. type: Content of: <sect1><sect2><title>
- msgid "Contents of Xz"
- msgstr "Xz 的内容"
- #. 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 directories"
- msgstr "安装的目录"
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- msgid ""
- "lzcat (link to xz), lzcmp (link to xzdiff), lzdiff (link to xzdiff), lzegrep "
- "(link to xzgrep), lzfgrep (link to xzgrep), lzgrep (link to xzgrep), lzless "
- "(link to xzless), lzma (link to xz), lzmadec, lzmainfo, lzmore (link to "
- "xzmore), unlzma (link to xz), unxz (link to xz), xz, xzcat (link to xz), "
- "xzcmp (link to xzdiff), xzdec, xzdiff, xzegrep (link to xzgrep), xzfgrep "
- "(link to xzgrep), xzgrep, xzless, and xzmore"
- msgstr ""
- "lzcat (到 xz 的链接), lzcmp (到 xzdiff 的链接), lzdiff (到 xzdiff 的链接), "
- "lzegrep (到 xzgrep 的链接), lzfgrep (到 xzgrep 的链接), lzgrep (到 xzgrep 的"
- "链接), lzless (到 xzless 的链接), lzma (到 xz 的链接), lzmadec, lzmainfo, "
- "lzmore (到 xzmore 的链接), unlzma (到 xz 的链接), unxz (到 xz 的链接), xz, "
- "xzcat (到 xz 的链接), xzcmp (到 xzdiff 的链接), xzdec, xzdiff, xzegrep (到 "
- "xzgrep 的链接), xzfgrep (到 xzgrep 的链接), xzgrep, xzless, 以及 xzmore"
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- msgid "liblzma.so"
- msgstr "liblzma.so"
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- msgid "/usr/include/lzma and /usr/share/doc/xz-&xz-version;"
- msgstr "/usr/include/lzma 和 /usr/share/doc/xz-&xz-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>lzcat</command>"
- msgstr "<command>lzcat</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 "lzcat"
- msgstr "lzcat"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>lzcmp</command>"
- msgstr "<command>lzcmp</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Runs <command>cmp</command> on LZMA compressed files"
- msgstr "在 LZMA 压缩文件上执行 <command>cmp</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "lzcmp"
- msgstr "lzcmp"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>lzdiff</command>"
- msgstr "<command>lzdiff</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Runs <command>diff</command> on LZMA compressed files"
- msgstr "在 LZMA 压缩文件上执行 <command>diff</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "lzdiff"
- msgstr "lzdiff"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>lzegrep</command>"
- msgstr "<command>lzegrep</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Runs <command>egrep</command> on LZMA compressed files"
- msgstr "在 LZMA 压缩文件上执行 <command>egrep</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "lzegrep"
- msgstr "lzegrep"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>lzfgrep</command>"
- msgstr "<command>lzfgrep</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Runs <command>fgrep</command> on LZMA compressed files"
- msgstr "在 LZMA 压缩文件上执行 <command>fgrep</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "lzfgrep"
- msgstr "lzfgrep"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>lzgrep</command>"
- msgstr "<command>lzgrep</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Runs <command>grep</command> on LZMA compressed files"
- msgstr "在 LZMA 压缩文件上执行 <command>grep</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "lzgrep"
- msgstr "lzgrep"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>lzless</command>"
- msgstr "<command>lzless</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Runs <command>less</command> on LZMA compressed files"
- msgstr "在 LZMA 压缩文件上执行 <command>less</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "lzless"
- msgstr "lzless"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>lzma</command>"
- msgstr "<command>lzma</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Compresses or decompresses files using the LZMA format"
- msgstr "使用 LZMA 格式压缩或解压缩文件"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "lzma"
- msgstr "lzma"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>lzmadec</command>"
- msgstr "<command>lzmadec</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "A small and fast decoder for LZMA compressed files"
- msgstr "一个轻量、快速的 LZMA 压缩文件解码器"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "lzmadec"
- msgstr "lzmadec"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>lzmainfo</command>"
- msgstr "<command>lzmainfo</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Shows information stored in the LZMA compressed file header"
- msgstr "显示 LZMA 压缩文件头中存储的信息"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "lzmainfo"
- msgstr "lzmainfo"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>lzmore</command>"
- msgstr "<command>lzmore</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Runs <command>more</command> on LZMA compressed files"
- msgstr "在 LZMA 压缩文件上执行 <command>more</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "lzmore"
- msgstr "lzmore"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>unlzma</command>"
- msgstr "<command>unlzma</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Decompresses files using the LZMA format"
- msgstr "使用 LZMA 格式解压缩文件"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "unlzma"
- msgstr "unlzma"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>unxz</command>"
- msgstr "<command>unxz</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Decompresses files using the XZ format"
- msgstr "使用 XZ 格式解压缩文件"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "unxz"
- msgstr "unxz"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>xz</command>"
- msgstr "<command>xz</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Compresses or decompresses files using the XZ format"
- msgstr "使用 XZ 格式压缩或解压缩文件"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "xz"
- msgstr "xz"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>xzcat</command>"
- msgstr "<command>xzcat</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "xzcat"
- msgstr "xzcat"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>xzcmp</command>"
- msgstr "<command>xzcmp</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Runs <command>cmp</command> on XZ compressed files"
- msgstr "在 XZ 压缩文件上执行 <command>cmp</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "xzcmp"
- msgstr "xzcmp"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>xzdec</command>"
- msgstr "<command>xzdec</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "A small and fast decoder for XZ compressed files"
- msgstr "一个轻量、快速的 XZ 压缩文件解码器"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "xzdec"
- msgstr "xzdec"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>xzdiff</command>"
- msgstr "<command>xzdiff</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Runs <command>diff</command> on XZ compressed files"
- msgstr "在 XZ 压缩文件上执行 <command>diff</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "xzdiff"
- msgstr "xzdiff"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>xzegrep</command>"
- msgstr "<command>xzegrep</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Runs <command>egrep</command> on XZ compressed files"
- msgstr "在 XZ 压缩文件上执行 <command>egrep</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "xzegrep"
- msgstr "xzegrep"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>xzfgrep</command>"
- msgstr "<command>xzfgrep</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Runs <command>fgrep</command> on XZ compressed files"
- msgstr "在 XZ 压缩文件上执行 <command>fgrep</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "xzfgrep"
- msgstr "xzfgrep"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>xzgrep</command>"
- msgstr "<command>xzgrep</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Runs <command>grep</command> on XZ compressed files"
- msgstr "在 XZ 压缩文件上执行 <command>grep</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "xzgrep"
- msgstr "xzgrep"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>xzless</command>"
- msgstr "<command>xzless</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Runs <command>less</command> on XZ compressed files"
- msgstr "在 XZ 压缩文件上执行 <command>less</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "xzless"
- msgstr "xzless"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<command>xzmore</command>"
- msgstr "<command>xzmore</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid "Runs <command>more</command> on XZ compressed files"
- msgstr "在 XZ 压缩文件上执行 <command>more</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "xzmore"
- msgstr "xzmore"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- msgid "<filename class=\"libraryfile\">liblzma</filename>"
- msgstr "<filename class=\"libraryfile\">liblzma</filename>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- msgid ""
- "The library implementing lossless, block-sorting data compression, using the "
- "Lempel-Ziv-Markov chain algorithm"
- msgstr "实现基于 Lempel-Zip-Markov 链的无损块排序数据压缩算法的库"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- msgid "liblzma"
- msgstr "liblzma"
|