gzip.po 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  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/gzip.xml:14
  15. #, no-wrap
  16. msgid "&gzip-url;"
  17. msgstr "&gzip-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:12
  20. msgid ""
  21. "<productname>gzip</productname> <productnumber>&gzip-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>gzip</productname> <productnumber>&gzip-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:17
  28. msgid "Gzip-&gzip-version;"
  29. msgstr "Gzip-&gzip-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:20
  32. msgid "Gzip"
  33. msgstr "Gzip"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:26
  36. msgid ""
  37. "The Gzip package contains programs for compressing and decompressing files."
  38. msgstr "Gzip 软件包包含压缩和解压缩文件的程序。"
  39. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  40. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:30
  41. msgid "&buildtime;"
  42. msgstr "&buildtime;"
  43. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  44. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:31
  45. msgid "&diskspace;"
  46. msgstr "&diskspace;"
  47. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  48. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:34
  49. #, fuzzy
  50. msgid "&gzip-fin-sbu;"
  51. msgstr "&gzip-ch6-sbu;"
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:35
  54. #, fuzzy
  55. msgid "&gzip-fin-du;"
  56. msgstr "&gzip-ch6-du;"
  57. #. type: Content of: <sect1><sect2><title>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:42
  59. msgid "Installation of Gzip"
  60. msgstr "安装 Gzip"
  61. #. type: Content of: <sect1><sect2><para>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:44
  63. msgid "Prepare Gzip for compilation:"
  64. msgstr "准备编译 Gzip:"
  65. #. type: Content of: <sect1><sect2><screen>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:46
  67. #, no-wrap
  68. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  69. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  70. #. type: Content of: <sect1><sect2><para>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:48
  72. msgid "Compile the package:"
  73. msgstr "编译该软件包:"
  74. #. type: Content of: <sect1><sect2><screen>
  75. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:50
  76. #, no-wrap
  77. msgid "<userinput remap=\"make\">make</userinput>"
  78. msgstr "<userinput remap=\"make\">make</userinput>"
  79. #. type: Content of: <sect1><sect2><para>
  80. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:52
  81. msgid "To test the results, issue:"
  82. msgstr "运行以下命令以测试编译结果:"
  83. #. type: Content of: <sect1><sect2><screen>
  84. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:54
  85. #, no-wrap
  86. msgid "<userinput remap=\"test\">make check</userinput>"
  87. msgstr "<userinput remap=\"test\">make check</userinput>"
  88. #. type: Content of: <sect1><sect2><para>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:56
  90. msgid "Install the package:"
  91. msgstr "安装该软件包:"
  92. #. type: Content of: <sect1><sect2><screen>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:58
  94. #, no-wrap
  95. msgid "<userinput remap=\"install\">make install</userinput>"
  96. msgstr "<userinput remap=\"install\">make install</userinput>"
  97. #. type: Content of: <sect1><sect2><para>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:60
  99. msgid "Move a program that needs to be on the root filesystem:"
  100. msgstr "移动一个必须放置在根文件系统的程序:"
  101. #. type: Content of: <sect1><sect2><screen>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:62
  103. #, no-wrap
  104. msgid "<userinput remap=\"install\">mv -v /usr/bin/gzip /bin</userinput>"
  105. msgstr "<userinput remap=\"install\">mv -v /usr/bin/gzip /bin</userinput>"
  106. #. type: Content of: <sect1><sect2><title>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:67
  108. msgid "Contents of Gzip"
  109. msgstr "Gzip 的内容"
  110. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:70
  112. msgid "Installed programs"
  113. msgstr "安装的程序"
  114. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:73
  116. msgid ""
  117. "gunzip, gzexe, gzip, uncompress (hard link with gunzip), zcat, zcmp, zdiff, "
  118. "zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew"
  119. msgstr ""
  120. "gunzip, gzexe, gzip, uncompress (与 gunzip 互为硬链接), zcat, zcmp, zdiff, "
  121. "zegrep, zfgrep, zforce, zgrep, zless, zmore, 以及 znew"
  122. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:79
  124. msgid "Short Descriptions"
  125. msgstr "简要描述"
  126. #. type: Content of: <sect1><sect2><variablelist>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:80
  128. msgid ""
  129. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  130. msgstr ""
  131. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:84
  133. msgid "<command>gunzip</command>"
  134. msgstr "<command>gunzip</command>"
  135. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:86
  137. msgid "Decompresses gzipped files"
  138. msgstr "解压缩 gzip 压缩的文件"
  139. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:88
  141. msgid "gunzip"
  142. msgstr "gunzip"
  143. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:94
  145. msgid "<command>gzexe</command>"
  146. msgstr "<command>gzexe</command>"
  147. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:96
  149. msgid "Creates self-decompressing executable files"
  150. msgstr "创建自解压可执行文件"
  151. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:98
  153. msgid "gzexe"
  154. msgstr "gzexe"
  155. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:104
  157. msgid "<command>gzip</command>"
  158. msgstr "<command>gzip</command>"
  159. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:106
  161. msgid "Compresses the given files using Lempel-Ziv (LZ77) coding"
  162. msgstr "使用 Lempel-Ziv (LZ77) 编码压缩文件"
  163. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:108
  165. msgid "gzip"
  166. msgstr "gzip"
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:114
  169. msgid "<command>uncompress</command>"
  170. msgstr "<command>uncompress</command>"
  171. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:116
  173. msgid "Decompresses compressed files"
  174. msgstr "解压压缩文件"
  175. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:118
  177. msgid "uncompress"
  178. msgstr "uncompress"
  179. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  180. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:124
  181. msgid "<command>zcat</command>"
  182. msgstr "<command>zcat</command>"
  183. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  184. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:126
  185. msgid "Decompresses the given gzipped files to standard output"
  186. msgstr "将给定 gzip 压缩文件解压到标准输出"
  187. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  188. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:128
  189. msgid "zcat"
  190. msgstr "zcat"
  191. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  192. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:134
  193. msgid "<command>zcmp</command>"
  194. msgstr "<command>zcmp</command>"
  195. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  196. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:136
  197. msgid "Runs <command>cmp</command> on gzipped files"
  198. msgstr "在 gzip 压缩文件上运行 <command>cmp</command>"
  199. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  200. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:138
  201. msgid "zcmp"
  202. msgstr "zcmp"
  203. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  204. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:144
  205. msgid "<command>zdiff</command>"
  206. msgstr "<command>zdiff</command>"
  207. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  208. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:146
  209. msgid "Runs <command>diff</command> on gzipped files"
  210. msgstr "在 gzip 压缩文件上运行 <command>diff</command>"
  211. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  212. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:148
  213. msgid "zdiff"
  214. msgstr "zdiff"
  215. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  216. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:154
  217. msgid "<command>zegrep</command>"
  218. msgstr "<command>zegrep</command>"
  219. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  220. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:156
  221. msgid "Runs <command>egrep</command> on gzipped files"
  222. msgstr "在 gzip 压缩文件上运行 <command>egrep</command>"
  223. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  224. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:158
  225. msgid "zegrep"
  226. msgstr "zegrep"
  227. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  228. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:164
  229. msgid "<command>zfgrep</command>"
  230. msgstr "<command>zfgrep</command>"
  231. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  232. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:166
  233. msgid "Runs <command>fgrep</command> on gzipped files"
  234. msgstr "在 gzip 压缩文件上运行 <command>fgrep</command>"
  235. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  236. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:168
  237. msgid "zfgrep"
  238. msgstr "zfgrep"
  239. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  240. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:174
  241. msgid "<command>zforce</command>"
  242. msgstr "<command>zforce</command>"
  243. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  244. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:176
  245. msgid ""
  246. "Forces a <filename class=\"extension\">.gz</filename> extension on all given "
  247. "files that are gzipped files, so that <command>gzip</command> will not "
  248. "compress them again; this can be useful when file names were truncated "
  249. "during a file transfer"
  250. msgstr ""
  251. "为给定所有文件中的 gzip 压缩文件确保 <filename class=\"extension\">.gz</"
  252. "filename> 扩展名,这样 <command>gzip</command> 就不会重复压缩它们; 在文件传"
  253. "输过程中文件名被截断时,这个命令很有用"
  254. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  255. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:181
  256. msgid "zforce"
  257. msgstr "zforce"
  258. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  259. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:187
  260. msgid "<command>zgrep</command>"
  261. msgstr "<command>zgrep</command>"
  262. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  263. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:189
  264. msgid "Runs <command>grep</command> on gzipped files"
  265. msgstr "在 gzip 压缩文件上运行 <command>grep</command>"
  266. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  267. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:191
  268. msgid "zgrep"
  269. msgstr "zgrep"
  270. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  271. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:197
  272. msgid "<command>zless</command>"
  273. msgstr "<command>zless</command>"
  274. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  275. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:199
  276. msgid "Runs <command>less</command> on gzipped files"
  277. msgstr "在 gzip 压缩文件上运行 <command>less</command>"
  278. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  279. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:201
  280. msgid "zless"
  281. msgstr "zless"
  282. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  283. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:207
  284. msgid "<command>zmore</command>"
  285. msgstr "<command>zmore</command>"
  286. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  287. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:209
  288. msgid "Runs <command>more</command> on gzipped files"
  289. msgstr "在 gzip 压缩文件上运行 <command>more</command>"
  290. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  291. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:211
  292. msgid "zmore"
  293. msgstr "zmore"
  294. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  295. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:217
  296. msgid "<command>znew</command>"
  297. msgstr "<command>znew</command>"
  298. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  299. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:219
  300. msgid ""
  301. "Re-compresses files from <command>compress</command> format to "
  302. "<command>gzip</command> format&mdash;<filename class=\"extension\">.Z</"
  303. "filename> to <filename class=\"extension\">.gz</filename>"
  304. msgstr ""
  305. "将 <command>compress</command> 格式压缩文件重新压缩为 <command>gzip</"
  306. "command> 格式 —— 转换 <filename class=\"extension\">.Z</filename> 文件为 "
  307. "<filename class=\"extension\">.gz</filename> 文件"
  308. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  309. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gzip.xml:224
  310. msgid "znew"
  311. msgstr "znew"
  312. #~ msgid ""
  313. #~ "Two tests are known to fail in the LFS environment: help-version and "
  314. #~ "zmore."
  315. #~ msgstr "已知两个测试可能在 LFS 环境中失败:help-version 和 zmore。"