zstd.po 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  5. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  6. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  7. "Language-Team: LANGUAGE <LL@li.org>\n"
  8. "Language: zh_CN\n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. "X-Generator: Translate Toolkit 2.2.5\n"
  13. #. type: Content of: <sect1><sect1info><address>
  14. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:14
  15. #, no-wrap
  16. msgid "&zstd-url;"
  17. msgstr "&zstd-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:12
  20. msgid ""
  21. "<productname>zstd</productname> <productnumber>&zstd-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>zstd</productname> <productnumber>&zstd-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:17
  28. msgid "Zstd-&zstd-version;"
  29. msgstr "Zstd-&zstd-version;"
  30. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:20
  32. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:96
  33. msgid "zstd"
  34. msgstr "zstd"
  35. #. type: Content of: <sect1><sect2><para>
  36. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:26
  37. msgid ""
  38. "Zstandard is a real-time compression algorithm, providing high compression "
  39. "ratios. It offers a very wide range of compression / speed trade-offs, while "
  40. "being backed by a very fast decoder."
  41. msgstr ""
  42. "Zstandard 是一种实时压缩算法,提供了较高的压缩比。它具有很宽的压缩比/速度权衡"
  43. "范围,同时支持具有非常快速的解压缩。"
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:31
  46. msgid "&buildtime;"
  47. msgstr "&buildtime;"
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:32
  50. msgid "&diskspace;"
  51. msgstr "&diskspace;"
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:35
  54. #, fuzzy
  55. msgid "&zstd-fin-sbu;"
  56. msgstr "&zstd-ch6-sbu;"
  57. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:36
  59. #, fuzzy
  60. msgid "&zstd-fin-du;"
  61. msgstr "&zstd-ch6-du;"
  62. #. type: Content of: <sect1><sect2><title>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:43
  64. msgid "Installation of Zstd"
  65. msgstr "安装 Zstd"
  66. #. type: Content of: <sect1><sect2><para>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:45
  68. msgid "Compile the package:"
  69. msgstr "编译该软件包"
  70. #. type: Content of: <sect1><sect2><screen>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:47
  72. #, no-wrap
  73. msgid "<userinput remap=\"make\">make</userinput>"
  74. msgstr "<userinput remap=\"make\">make</userinput>"
  75. #. type: Content of: <sect1><sect2><para>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:49
  77. msgid "This package does not come with a test suite."
  78. msgstr "该软件包没有测试套件。"
  79. #. type: Content of: <sect1><sect2><para>
  80. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:51
  81. msgid "Install the package:"
  82. msgstr "安装该软件包:"
  83. #. type: Content of: <sect1><sect2><screen>
  84. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:53
  85. #, no-wrap
  86. msgid "<userinput remap=\"install\">make prefix=/usr install</userinput>"
  87. msgstr "<userinput remap=\"install\">make prefix=/usr install</userinput>"
  88. #. type: Content of: <sect1><sect2><para>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:55
  90. msgid ""
  91. "Remove the static library and move the shared library to <filename class="
  92. "\"directory\">/lib</filename>. Also, the <filename class=\"extension\">.so</"
  93. "filename> file in <filename class=\"directory\">/usr/lib</filename> will "
  94. "need to be recreated:"
  95. msgstr ""
  96. "删除静态库,并将共享库移动到<filename class=\"directory\">/lib</filename>。另"
  97. "外,<filename class=\"extension\">.so</filename> 符号链接也要在<filename "
  98. "class=\"directory\">/usr/lib</filename> 中重建:"
  99. #. type: Content of: <sect1><sect2><screen>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:60
  101. #, no-wrap
  102. msgid ""
  103. "<userinput remap=\"install\">rm -v /usr/lib/libzstd.a\n"
  104. "mv -v /usr/lib/libzstd.so.* /lib\n"
  105. "ln -sfv ../../lib/$(readlink /usr/lib/libzstd.so) /usr/lib/libzstd.so</userinput>"
  106. msgstr ""
  107. "<userinput remap=\"install\">rm -v /usr/lib/libzstd.a\n"
  108. "mv -v /usr/lib/libzstd.so.* /lib\n"
  109. "ln -sfv ../../lib/$(readlink /usr/lib/libzstd.so) /usr/lib/libzstd.so</userinput>"
  110. #. type: Content of: <sect1><sect2><title>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:67
  112. msgid "Contents of Zstd"
  113. msgstr "Zstd 的内容"
  114. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:70
  116. msgid "Installed programs"
  117. msgstr "安装的程序"
  118. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  119. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:71
  120. msgid "Installed library"
  121. msgstr "安装的库"
  122. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:74
  124. msgid ""
  125. "zstd, zstdcat (link to zstd), zstdgrep, zstdless, zstdmt (link to zstd), and "
  126. "unzstd (link to zstd)"
  127. msgstr ""
  128. "zstd, zstdcat (到 zstd 的链接), zstdgrep, zstdless, zstdmt (到 zstd 的链接), "
  129. "以及 unzstd (到 zstd 的链接)"
  130. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:82
  132. msgid "libzstd.so"
  133. msgstr "libzstd.so"
  134. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:87
  136. msgid "Short Descriptions"
  137. msgstr "简要描述"
  138. #. type: Content of: <sect1><sect2><variablelist>
  139. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:88
  140. msgid ""
  141. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  142. msgstr ""
  143. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:92
  145. msgid "<command>zstd</command>"
  146. msgstr "<command>zstd</command>"
  147. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:94
  149. msgid "Compresses or decompresses files using the ZSTD format"
  150. msgstr "使用 ZSTD 格式压缩或解压缩文件"
  151. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:102
  153. msgid "<command>zstdgrep</command>"
  154. msgstr "<command>zstdgrep</command>"
  155. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:104
  157. msgid "Runs <command>grep</command> on ZSTD compressed files"
  158. msgstr "在 ZSTD 压缩文件上运行 <command>grep</command>"
  159. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:106
  161. msgid "zstdgrep"
  162. msgstr "zstdgrep"
  163. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:112
  165. msgid "<command>zstdless</command>"
  166. msgstr "<command>zstdless</command>"
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:114
  169. msgid "Runs <command>less</command> on ZSTD compressed files"
  170. msgstr "在 ZSTD 压缩文件上运行 <command>less</command>"
  171. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:116
  173. msgid "zstdless"
  174. msgstr "zstdless"
  175. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:122
  177. msgid "<filename class=\"libraryfile\">libzstd</filename>"
  178. msgstr "<filename class=\"libraryfile\">libzstd</filename>"
  179. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  180. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:124
  181. msgid ""
  182. "The library implementing lossless data compression, using the ZSTD algorithm"
  183. msgstr "基于 ZSTD 算法实现无损数据压缩的库"
  184. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  185. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:127
  186. msgid "libzstd"
  187. msgstr "libzstd"