why.po 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077
  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><title>
  14. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:11
  15. msgid "Rationale for Packages in the Book"
  16. msgstr "本书选择软件包的逻辑"
  17. #. type: Content of: <sect1><para>
  18. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:13
  19. msgid ""
  20. "As stated earlier, the goal of LFS is to build a complete and usable "
  21. "foundation-level system. This includes all packages needed to replicate "
  22. "itself while providing a relatively minimal base from which to customize a "
  23. "more complete system based on the choices of the user. This does not mean "
  24. "that LFS is the smallest system possible. Several important packages are "
  25. "included that are not strictly required. The lists below document the "
  26. "rationale for each package in the book."
  27. msgstr ""
  28. "我们之前指出,LFS 的目标是构建一个完整且基本可用的系统。这包含所有重复构建 "
  29. "LFS 系统所需的软件包,以及在 LFS 提供的相对小的基础上根据用户需求,继续定制"
  30. "更完备的系统所必须的软件包。因此,LFS 并不是最小可用系统。LFS 中一些重要的"
  31. "软件包甚至不是必须安装的。下面列出了选择每个软件包的理由。"
  32. #. type: Content of: <sect1><itemizedlist><listitem><para>
  33. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:24
  34. msgid "Acl"
  35. msgstr "Acl"
  36. #. type: Content of: <sect1><itemizedlist><listitem><para>
  37. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:26
  38. msgid ""
  39. "This package contains utilities to administer Access Control Lists, which "
  40. "are used to define more fine-grained discretionary access rights for files "
  41. "and directories."
  42. msgstr ""
  43. "这个软件包包含管理访问控制列表 (ACL) 的工具,用来对文件和目录提供更细粒度的"
  44. "访问权限控制。"
  45. #. type: Content of: <sect1><itemizedlist><listitem><para>
  46. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:33
  47. msgid "Attr"
  48. msgstr "Attr"
  49. #. type: Content of: <sect1><itemizedlist><listitem><para>
  50. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:35
  51. msgid ""
  52. "This package contains programs for administering extended attributes on "
  53. "filesystem objects."
  54. msgstr "这个软件包包含管理文件系统对象的扩展属性的程序。"
  55. #. type: Content of: <sect1><itemizedlist><listitem><para>
  56. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:41
  57. msgid "Autoconf"
  58. msgstr "Autoconf"
  59. #. type: Content of: <sect1><itemizedlist><listitem><para>
  60. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:43
  61. msgid ""
  62. "This package contains programs for producing shell scripts that can "
  63. "automatically configure source code from a developer's template. It is often "
  64. "needed to rebuild a package after updates to the build procedures."
  65. msgstr ""
  66. "这个软件包包含能根据软件开发者提供的模板,自动生成配置源代码的 shell 脚本的程"
  67. "序。如果修改了软件包的构建过程,一般需要该软件包的支持才能重新构建被修改的软"
  68. "件包。"
  69. #. type: Content of: <sect1><itemizedlist><listitem><para>
  70. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:50
  71. msgid "Automake"
  72. msgstr "Automake"
  73. #. type: Content of: <sect1><itemizedlist><listitem><para>
  74. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:52
  75. msgid ""
  76. "This package contains programs for generating Make files from a template. It "
  77. "is often needed to rebuild a package after updates to the build procedures."
  78. msgstr ""
  79. "这个软件包包含能根据软件开发者提供的模板,自动生成 Makefile 的程序。如果修改"
  80. "了软件包的构建过程,一般需要该软件包的支持才能重新构建被修改的软件包。"
  81. #. type: Content of: <sect1><itemizedlist><listitem><para>
  82. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:58
  83. msgid "Bash"
  84. msgstr "Bash"
  85. #. type: Content of: <sect1><itemizedlist><listitem><para>
  86. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:60
  87. msgid ""
  88. "This package satisfies an LSB core requirement to provide a Bourne Shell "
  89. "interface to the system. It was chosen over other shell packages because of "
  90. "its common usage and extensive capabilities beyond basic shell functions."
  91. msgstr ""
  92. "这个软件包为系统提供一个 LSB core 要求的 Bourne Shell 接口。与其他 shell 软"
  93. "件包相比,它更加常用,且在基本 shell 功能的基础上有更好的扩展能力,因此在各"
  94. "种 shell 软件包中选择了它。"
  95. #. type: Content of: <sect1><itemizedlist><listitem><para>
  96. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:67
  97. msgid "Bc"
  98. msgstr "Bc"
  99. #. type: Content of: <sect1><itemizedlist><listitem><para>
  100. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:69
  101. msgid ""
  102. "This package provides an arbitrary precision numeric processing language. "
  103. "It satisfies a requirement needed when building the Linux kernel."
  104. msgstr ""
  105. "这个软件包提供了一个任意精度数值处理语言。在编译 Linux 内核时需要该软件包。"
  106. #. type: Content of: <sect1><itemizedlist><listitem><para>
  107. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:74
  108. msgid "Binutils"
  109. msgstr "Binutils"
  110. #. type: Content of: <sect1><itemizedlist><listitem><para>
  111. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:76
  112. msgid ""
  113. "This package contains a linker, an assembler, and other tools for handling "
  114. "object files. The programs in this package are needed to compile most of the "
  115. "packages in an LFS system and beyond."
  116. msgstr ""
  117. "该软件包包含链接器、汇编器,以及其他处理目标文件的工具。编译 LFS 系统以及运"
  118. "行在 LFS 之上的大多数软件包都需要该软件包中的程序。"
  119. #. type: Content of: <sect1><itemizedlist><listitem><para>
  120. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:82
  121. msgid "Bison"
  122. msgstr "Bison"
  123. #. type: Content of: <sect1><itemizedlist><listitem><para>
  124. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:84
  125. msgid ""
  126. "This package contains the GNU version of yacc (Yet Another Compiler "
  127. "Compiler) needed to build several other LFS programs."
  128. msgstr ""
  129. "这个软件包提供了 yacc (Yet Another Compiler Compiler) 的 GNU 版本。一些 LFS "
  130. "程序的编译过程需要该软件包。"
  131. #. type: Content of: <sect1><itemizedlist><listitem><para>
  132. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:89
  133. msgid "Bzip2"
  134. msgstr "Bzip2"
  135. #. type: Content of: <sect1><itemizedlist><listitem><para>
  136. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:91
  137. msgid ""
  138. "This package contains programs for compressing and decompressing files. It "
  139. "is required to decompress many LFS packages."
  140. msgstr ""
  141. "这个软件包包含用于压缩和解压缩文件的程序。许多 LFS 软件包的解压需要该软件"
  142. "包。"
  143. #. type: Content of: <sect1><itemizedlist><listitem><para>
  144. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:96
  145. msgid "Check"
  146. msgstr "Check"
  147. #. type: Content of: <sect1><itemizedlist><listitem><para>
  148. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:98
  149. msgid "This package contains a test harness for other programs."
  150. msgstr "这个软件包包含通用的文本宏处理器。它被其他程序用于构建工具。"
  151. #. type: Content of: <sect1><itemizedlist><listitem><para>
  152. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:102
  153. msgid "Coreutils"
  154. msgstr "Coreutils"
  155. #. type: Content of: <sect1><itemizedlist><listitem><para>
  156. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:104
  157. msgid ""
  158. "This package contains a number of essential programs for viewing and "
  159. "manipulating files and directories. These programs are needed for command "
  160. "line file management, and are necessary for the installation procedures of "
  161. "every package in LFS."
  162. msgstr ""
  163. "这个软件包包含一些用于查看和操作文件和目录的基本程序。这些程序被用于在命令行"
  164. "下管理文件,以及每个 LFS 软件包的安装过程。"
  165. #. type: Content of: <sect1><itemizedlist><listitem><para>
  166. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:111
  167. msgid "D-Bus"
  168. msgstr "D-Bus"
  169. #. type: Content of: <sect1><itemizedlist><listitem><para>
  170. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:113
  171. msgid ""
  172. "This package contains programs to implement a message bus system, which a "
  173. "simple way for applications to talk to one another."
  174. msgstr ""
  175. "这个软件包包含一些用于提供消息总线系统的程序,是一种应用程序之间通信的简单方"
  176. "式。"
  177. #. type: Content of: <sect1><itemizedlist><listitem><para>
  178. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:119
  179. msgid "DejaGNU"
  180. msgstr "DejaGNU"
  181. #. type: Content of: <sect1><itemizedlist><listitem><para>
  182. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:121
  183. msgid "This package contains a framework for testing other programs."
  184. msgstr "这个软件包包含用于测试其他程序的框架。"
  185. #. type: Content of: <sect1><itemizedlist><listitem><para>
  186. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:125
  187. msgid "Diffutils"
  188. msgstr "Diffutils"
  189. #. type: Content of: <sect1><itemizedlist><listitem><para>
  190. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:127
  191. msgid ""
  192. "This package contains programs that show the differences between files or "
  193. "directories. These programs can be used to create patches, and are also used "
  194. "in many packages' build procedures."
  195. msgstr ""
  196. "这个软件包包含用于显示文件或目录之间的差异的程序。这些程序可以被用于创建补"
  197. "丁,很多软件包的编译过程也需要该软件包。"
  198. #. type: Content of: <sect1><itemizedlist><listitem><para>
  199. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:133
  200. msgid "E2fsprogs"
  201. msgstr "E2fsprogs"
  202. #. type: Content of: <sect1><itemizedlist><listitem><para>
  203. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:135
  204. msgid ""
  205. "This package contains the utilities for handling the ext2, ext3 and ext4 "
  206. "file systems. These are the most common and thoroughly tested file systems "
  207. "that Linux supports."
  208. msgstr ""
  209. "这个软件包包含用于处理 ext2, ext3 和 ext4 文件系统的工具。它们是 Linux 支持"
  210. "的最常用且久经考验的文件系统。"
  211. #. type: Content of: <sect1><itemizedlist><listitem><para>
  212. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:141
  213. msgid "Eudev"
  214. msgstr "Eudev"
  215. #. type: Content of: <sect1><itemizedlist><listitem><para>
  216. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:143
  217. msgid ""
  218. "This package is a device manager. It dynamically controls the ownership, "
  219. "permissions, names, and symbolic links of devices in the /dev directory as "
  220. "devices are added or removed from the system."
  221. msgstr ""
  222. "这个软件包是一个设备管理器,它随着系统中硬件设备的增加或移除,动态地控制 /"
  223. "dev 目录中设备文件的所有权,访问权限,文件名,以及符号链接。"
  224. #. type: Content of: <sect1><itemizedlist><listitem><para>
  225. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:150
  226. msgid "Expat"
  227. msgstr "Expat"
  228. #. type: Content of: <sect1><itemizedlist><listitem><para>
  229. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:152
  230. msgid ""
  231. "This package contains a relatively small XML parsing library. It is "
  232. "required by the XML::Parser Perl module."
  233. msgstr ""
  234. "这个软件包包含一个相对轻量级的 XML 解析库。Perl 模块 XML::Parser 需要该软件"
  235. "包。"
  236. #. type: Content of: <sect1><itemizedlist><listitem><para>
  237. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:157
  238. msgid "Expect"
  239. msgstr "Expect"
  240. #. type: Content of: <sect1><itemizedlist><listitem><para>
  241. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:159
  242. msgid ""
  243. "This package contains a program for carrying out scripted dialogues with "
  244. "other interactive programs. It is commonly used for testing other "
  245. "packages. It is only installed in the temporary toolchain."
  246. msgstr ""
  247. "这个软件包包含一个自动和其他交互程序交互的脚本执行程序。一般用它测试其他程"
  248. "序。该软件包只被安装在临时工具链中。"
  249. #. type: Content of: <sect1><itemizedlist><listitem><para>
  250. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:166
  251. msgid "File"
  252. msgstr "File"
  253. #. type: Content of: <sect1><itemizedlist><listitem><para>
  254. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:168
  255. msgid ""
  256. "This package contains a utility for determining the type of a given file or "
  257. "files. A few packages need it in their build scripts."
  258. msgstr ""
  259. "这个软件包包含用于判定给定文件类型的工具。一些软件包的构建脚本需要它。"
  260. #. type: Content of: <sect1><itemizedlist><listitem><para>
  261. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:173
  262. msgid "Findutils"
  263. msgstr "Findutils"
  264. #. type: Content of: <sect1><itemizedlist><listitem><para>
  265. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:175
  266. msgid ""
  267. "This package contains programs to find files in a file system. It is used "
  268. "in many packages' build scripts."
  269. msgstr ""
  270. "这个软件包包含用于在文件系统中寻找文件的程序。它被许多软件包的编译脚本使用。"
  271. #. type: Content of: <sect1><itemizedlist><listitem><para>
  272. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:180
  273. msgid "Flex"
  274. msgstr "Flex"
  275. #. type: Content of: <sect1><itemizedlist><listitem><para>
  276. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:182
  277. msgid ""
  278. "This package contains a utility for generating programs that recognize "
  279. "patterns in text. It is the GNU version of the lex (lexical analyzer) "
  280. "program. It is required to build several LFS packages."
  281. msgstr ""
  282. "这个软件包包含用于生成词法分析器的程序。它是 lex (lexical analyzer) 程序的 "
  283. "GNU 版本。许多 LFS 软件包的编译过程需要该软件包。"
  284. #. type: Content of: <sect1><itemizedlist><listitem><para>
  285. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:189
  286. msgid "Gawk"
  287. msgstr "Gawk"
  288. #. type: Content of: <sect1><itemizedlist><listitem><para>
  289. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:191
  290. msgid ""
  291. "This package contains programs for manipulating text files. It is the GNU "
  292. "version of awk (Aho-Weinberg-Kernighan). It is used in many other packages' "
  293. "build scripts."
  294. msgstr ""
  295. "这个软件包包含用于操作文本文件的程序。它是 awk (Aho-Weinberg-Kernighan) 的 "
  296. "GNU 版本。它被许多其他软件包的编译脚本使用。"
  297. #. type: Content of: <sect1><itemizedlist><listitem><para>
  298. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:197
  299. msgid "GCC"
  300. msgstr "GCC"
  301. #. type: Content of: <sect1><itemizedlist><listitem><para>
  302. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:199
  303. msgid ""
  304. "This package is the Gnu Compiler Collection. It contains the C and C++ "
  305. "compilers as well as several others not built by LFS."
  306. msgstr ""
  307. "这个软件包是 GNU 编译器的集合。它包含 C 和 C++ 的编译器,以及其他一些在 LFS "
  308. "中不会涉及的编译器。"
  309. #. type: Content of: <sect1><itemizedlist><listitem><para>
  310. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:205
  311. msgid "GDBM"
  312. msgstr "GDBM"
  313. #. type: Content of: <sect1><itemizedlist><listitem><para>
  314. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:207
  315. msgid ""
  316. "This package contains the GNU Database Manager library. It is used by one "
  317. "other LFS package, Man-DB."
  318. msgstr ""
  319. "这个软件包包含 GNU 数据库管理库。LFS 的另一个软件包 Man-DB 需要该软件包。"
  320. #. type: Content of: <sect1><itemizedlist><listitem><para>
  321. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:212
  322. msgid "Gettext"
  323. msgstr "Gettext"
  324. #. type: Content of: <sect1><itemizedlist><listitem><para>
  325. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:214
  326. msgid ""
  327. "This package contains utilities and libraries for internationalization and "
  328. "localization of numerous packages."
  329. msgstr "这个软件包包含用于许多其他软件包的国际化和本地化的工具和库。"
  330. #. type: Content of: <sect1><itemizedlist><listitem><para>
  331. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:219
  332. msgid "Glibc"
  333. msgstr "Glibc"
  334. #. type: Content of: <sect1><itemizedlist><listitem><para>
  335. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:221
  336. msgid ""
  337. "This package contains the main C library. Linux programs will not run "
  338. "without it."
  339. msgstr ""
  340. "这个软件包包含主要的 C 语言库。Linux 程序没有该软件包的支持根本无法运行。"
  341. #. type: Content of: <sect1><itemizedlist><listitem><para>
  342. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:226
  343. msgid "GMP"
  344. msgstr "GMP"
  345. #. type: Content of: <sect1><itemizedlist><listitem><para>
  346. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:228
  347. msgid ""
  348. "This package contains math libraries that provide useful functions for "
  349. "arbitrary precision arithmetic. It is required to build GCC."
  350. msgstr ""
  351. "这个软件包包含一些数学库,提供了用于任意精度算术的函数。编译 GCC "
  352. "需要该软件包。"
  353. #. type: Content of: <sect1><itemizedlist><listitem><para>
  354. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:233
  355. msgid "Gperf"
  356. msgstr "Gperf"
  357. #. type: Content of: <sect1><itemizedlist><listitem><para>
  358. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:235
  359. msgid ""
  360. "This package contains a program that generates a perfect hash function from "
  361. "a key set. It is required for Eudev."
  362. msgstr ""
  363. "这个软件包包含一个能够根据键值集合生成完美散列函数的程序。Eudev 需要该软件"
  364. "包。"
  365. #. type: Content of: <sect1><itemizedlist><listitem><para>
  366. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:240
  367. msgid "Grep"
  368. msgstr "Grep"
  369. #. type: Content of: <sect1><itemizedlist><listitem><para>
  370. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:242
  371. msgid ""
  372. "This package contains programs for searching through files. These programs "
  373. "are used by most packages' build scripts."
  374. msgstr ""
  375. "这个软件包包含在文本中搜索指定模式的程序。它被多数软件包的编译脚本所使用。"
  376. #. type: Content of: <sect1><itemizedlist><listitem><para>
  377. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:247
  378. msgid "Groff"
  379. msgstr "Groff"
  380. #. type: Content of: <sect1><itemizedlist><listitem><para>
  381. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:249
  382. msgid ""
  383. "This package contains programs for processing and formatting text. One "
  384. "important function of these programs is to format man pages."
  385. msgstr ""
  386. "这个软件包包含用于处理和格式化文本的程序。它们的一项重要功能是生成 man 页面。"
  387. #. type: Content of: <sect1><itemizedlist><listitem><para>
  388. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:254
  389. msgid "GRUB"
  390. msgstr "GRUB"
  391. #. type: Content of: <sect1><itemizedlist><listitem><para>
  392. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:256
  393. msgid ""
  394. "This package is the Grand Unified Boot Loader. It is one of several boot "
  395. "loaders available, but is the most flexible."
  396. msgstr ""
  397. "这个软件包是 Grand Unified Boot Loader。Linux 可以使用其他引导加载器,但 "
  398. "GRUB 最灵活。"
  399. #. type: Content of: <sect1><itemizedlist><listitem><para>
  400. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:262
  401. msgid "Gzip"
  402. msgstr "Gzip"
  403. #. type: Content of: <sect1><itemizedlist><listitem><para>
  404. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:264
  405. msgid ""
  406. "This package contains programs for compressing and decompressing files. It "
  407. "is needed to decompress many packages in LFS and beyond."
  408. msgstr ""
  409. "这个软件包包含用于压缩和解压缩文件的程序。许多 LFS 软件包的解压需要该软件"
  410. "包。"
  411. #. type: Content of: <sect1><itemizedlist><listitem><para>
  412. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:270
  413. msgid "Iana-etc"
  414. msgstr "Iana-etc"
  415. #. type: Content of: <sect1><itemizedlist><listitem><para>
  416. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:272
  417. msgid ""
  418. "This package provides data for network services and protocols. It is needed "
  419. "to enable proper networking capabilities."
  420. msgstr ""
  421. "这个软件包包含网络服务和协议的描述数据。网络功能的正确运作需要该软件包。"
  422. #. type: Content of: <sect1><itemizedlist><listitem><para>
  423. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:277
  424. msgid "Inetutils"
  425. msgstr "Inetutils"
  426. #. type: Content of: <sect1><itemizedlist><listitem><para>
  427. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:279
  428. msgid "This package contains programs for basic network administration."
  429. msgstr "这个软件包包含基本网络管理程序。"
  430. #. type: Content of: <sect1><itemizedlist><listitem><para>
  431. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:284
  432. msgid "Intltool"
  433. msgstr "Intltool"
  434. #. type: Content of: <sect1><itemizedlist><listitem><para>
  435. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:286
  436. msgid ""
  437. "This package contains tools for extracting translatable strings from source "
  438. "files."
  439. msgstr "这个软件包包含能够从源代码中提取可翻译字符串的工具。"
  440. #. type: Content of: <sect1><itemizedlist><listitem><para>
  441. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:291
  442. msgid "IProute2"
  443. msgstr "IProute2"
  444. #. type: Content of: <sect1><itemizedlist><listitem><para>
  445. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:293
  446. msgid ""
  447. "This package contains programs for basic and advanced IPv4 and IPv6 "
  448. "networking. It was chosen over the other common network tools package (net-"
  449. "tools) for its IPv6 capabilities."
  450. msgstr ""
  451. "这个软件包提供了用于 IPv4 和 IPv6 网络的基础和高级管理程序。和另一个常见的网"
  452. "络工具包 net-tools 相比,它具有管理 IPv6 网络的能力。"
  453. #. type: Content of: <sect1><itemizedlist><listitem><para>
  454. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:299
  455. msgid "Kbd"
  456. msgstr "Kbd"
  457. #. type: Content of: <sect1><itemizedlist><listitem><para>
  458. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:301
  459. msgid ""
  460. "This package contains key-table files, keyboard utilities for non-US "
  461. "keyboards, and a number of console fonts."
  462. msgstr ""
  463. "这个软件包包含键盘映射文件,用于非美式键盘的键盘工具,以及一些控制台字体。"
  464. #. type: Content of: <sect1><itemizedlist><listitem><para>
  465. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:306
  466. msgid "Kmod"
  467. msgstr "Kmod"
  468. #. type: Content of: <sect1><itemizedlist><listitem><para>
  469. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:308
  470. msgid ""
  471. "This package contains programs needed to administer Linux kernel modules."
  472. msgstr "这个软件包包含用于管理 Linux 内核模块的程序。"
  473. #. type: Content of: <sect1><itemizedlist><listitem><para>
  474. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:313
  475. msgid "Less"
  476. msgstr "Less"
  477. #. type: Content of: <sect1><itemizedlist><listitem><para>
  478. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:315
  479. msgid ""
  480. "This package contains a very nice text file viewer that allows scrolling up "
  481. "or down when viewing a file. It is also used by Man-DB for viewing manpages."
  482. msgstr ""
  483. "这个软件包包含一个很好的文本文件查看器,它支持在查看文件时上下滚动。此外,"
  484. "Man-DB 使用该软件包来显示 man 页面。"
  485. #. type: Content of: <sect1><itemizedlist><listitem><para>
  486. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:321
  487. msgid "Libcap"
  488. msgstr "Libcap"
  489. #. type: Content of: <sect1><itemizedlist><listitem><para>
  490. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:323
  491. msgid ""
  492. "This package implements the user-space interfaces to the POSIX 1003.1e "
  493. "capabilities available in Linux kernels."
  494. msgstr ""
  495. "这个软件包实现了用于访问 Linux 内核中 POSIX 1003.1e 权能字功能的用户空间接"
  496. "口。"
  497. #. type: Content of: <sect1><itemizedlist><listitem><para>
  498. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:329
  499. msgid "Libelf"
  500. msgstr "Libelf"
  501. #. type: Content of: <sect1><itemizedlist><listitem><para>
  502. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:331
  503. msgid ""
  504. "The elfutils project provides libraries and tools for ELF files and DWARF "
  505. "data. Most utilities in this package are available in other packages, but "
  506. "the library is needed to build the Linux kernel using the default (and most "
  507. "efficient) configuration."
  508. msgstr ""
  509. "Elfutils 项目提供了用于 ELF 文件和 DWARF 数据的工具和库。该软件包的大多数工"
  510. "具已经由其他软件包提供,但使用默认 (也是最高效的) 配置构建 Linux 内核时,需"
  511. "要使用该软件包的库。"
  512. #. type: Content of: <sect1><itemizedlist><listitem><para>
  513. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:339
  514. msgid "Libffi"
  515. msgstr "Libffi"
  516. #. type: Content of: <sect1><itemizedlist><listitem><para>
  517. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:341
  518. msgid ""
  519. "This package implements a portable, high level programming interface to "
  520. "various calling conventions. Some programs may not know at the time of "
  521. "compilation what arguments are to be passed to a function. For instance, an "
  522. "interpreter may be told at run-time about the number and types of arguments "
  523. "used to call a given function. Libffi can be used in such programs to "
  524. "provide a bridge from the interpreter program to compiled code."
  525. msgstr ""
  526. "这个软件包实现了一个可移植的高级编程接口,用于处理不同的调用惯例。某些程序在"
  527. "编译时并不知道如何向函数传递参数,例如解释器在运行时才得到函数的参数个数和类"
  528. "型信息。它们可以使用 libffi 作为解释语言和编译语言之间的桥梁。"
  529. #. type: Content of: <sect1><itemizedlist><listitem><para>
  530. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:352
  531. msgid "Libpipeline"
  532. msgstr "Libpipeline"
  533. #. type: Content of: <sect1><itemizedlist><listitem><para>
  534. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:354
  535. msgid ""
  536. "The Libpipeline package contains a library for manipulating pipelines of "
  537. "subprocesses in a flexible and convenient way. It is required by the Man-DB "
  538. "package."
  539. msgstr ""
  540. "Libpipeline 包含一个能够灵活、方便地操作子进程流水线的库。Man-DB 软件包要求这"
  541. "个库。"
  542. #. type: Content of: <sect1><itemizedlist><listitem><para>
  543. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:360
  544. msgid "Libtool"
  545. msgstr "Libtool"
  546. #. type: Content of: <sect1><itemizedlist><listitem><para>
  547. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:362
  548. msgid ""
  549. "This package contains the GNU generic library support script. It wraps the "
  550. "complexity of using shared libraries in a consistent, portable interface. "
  551. "It is needed by the test suites in other LFS packages."
  552. msgstr ""
  553. "这个软件包包含 GNU 通用库支持脚本。它将共享库的使用封装成一个一致、 可移植的"
  554. "接口。在其他 LFS 软件包的测试套件中需要该软件包。"
  555. #. type: Content of: <sect1><itemizedlist><listitem><para>
  556. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:369
  557. msgid "Linux Kernel"
  558. msgstr "Linux Kernel"
  559. #. type: Content of: <sect1><itemizedlist><listitem><para>
  560. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:371
  561. msgid ""
  562. "This package is the Operating System. It is the Linux in the GNU/Linux "
  563. "environment."
  564. msgstr ""
  565. "这个软件包就是操作系统。我们平常说的 “GNU/Linux” 环境中的 “Linux” 就指的是"
  566. "它。"
  567. #. type: Content of: <sect1><itemizedlist><listitem><para>
  568. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:376
  569. msgid "M4"
  570. msgstr "M4"
  571. #. type: Content of: <sect1><itemizedlist><listitem><para>
  572. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:378
  573. msgid ""
  574. "This package contains a general text macro processor useful as a build tool "
  575. "for other programs."
  576. msgstr "这个软件包包含通用的文本宏处理器。它被其他程序用于构建工具。"
  577. #. type: Content of: <sect1><itemizedlist><listitem><para>
  578. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:383
  579. msgid "Make"
  580. msgstr "Make"
  581. #. type: Content of: <sect1><itemizedlist><listitem><para>
  582. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:385
  583. msgid ""
  584. "This package contains a program for directing the building of packages. It "
  585. "is required by almost every package in LFS."
  586. msgstr ""
  587. "这个软件包包含用于指导软件包编译过程的程序。LFS 中几乎每个软件包都需要它。"
  588. #. type: Content of: <sect1><itemizedlist><listitem><para>
  589. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:390
  590. msgid "Man-DB"
  591. msgstr "Man-DB"
  592. #. type: Content of: <sect1><itemizedlist><listitem><para>
  593. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:392
  594. msgid ""
  595. "This package contains programs for finding and viewing man pages. It was "
  596. "chosen instead of the <application>man</application> package due to superior "
  597. "internationalization capabilities. It supplies the man program."
  598. msgstr ""
  599. "这个软件包包含用于查找和浏览 man 页面的程序。与 <application>man</"
  600. "application> 软件包相比,该软件包的国际化功能更为强大。该软件包提供了 man 程"
  601. "序。"
  602. #. type: Content of: <sect1><itemizedlist><listitem><para>
  603. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:399
  604. msgid "Man-pages"
  605. msgstr "Man-pages"
  606. #. type: Content of: <sect1><itemizedlist><listitem><para>
  607. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:401
  608. msgid "This package contains the actual contents of the basic Linux man pages."
  609. msgstr "这个软件包包含基本的 Linux man 页面的实际内容。"
  610. #. type: Content of: <sect1><itemizedlist><listitem><para>
  611. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:406
  612. msgid "Meson"
  613. msgstr "Meson"
  614. #. type: Content of: <sect1><itemizedlist><listitem><para>
  615. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:408
  616. msgid ""
  617. "This package provides a software tool for automating the building of "
  618. "software. The main goal for Meson is to minimize the amount of time that "
  619. "software developers need to spend configuring their build system."
  620. msgstr ""
  621. "这个软件包提供一个自动编译软件的工具。它的设计目标是最小化软件开发者不得不用"
  622. "于配置构建系统的时间。"
  623. #. type: Content of: <sect1><itemizedlist><listitem><para>
  624. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:416
  625. msgid "MPC"
  626. msgstr "MPC"
  627. #. type: Content of: <sect1><itemizedlist><listitem><para>
  628. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:418
  629. msgid ""
  630. "This package contains functions for the arithmetic of complex numbers. It is "
  631. "required by GCC."
  632. msgstr "这个软件包包含用于复数算术的函数。GCC 需要该软件包。"
  633. #. type: Content of: <sect1><itemizedlist><listitem><para>
  634. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:423
  635. msgid "MPFR"
  636. msgstr "MPFR"
  637. #. type: Content of: <sect1><itemizedlist><listitem><para>
  638. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:425
  639. msgid ""
  640. "This package contains functions for multiple precision arithmetic. It is "
  641. "required by GCC."
  642. msgstr "这个软件包包含用于多精度算术的函数。GCC 需要该软件包。"
  643. #. type: Content of: <sect1><itemizedlist><listitem><para>
  644. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:430
  645. msgid "Ninja"
  646. msgstr "Ninja"
  647. #. type: Content of: <sect1><itemizedlist><listitem><para>
  648. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:432
  649. msgid ""
  650. "This package contains a small build system with a focus on speed. It is "
  651. "designed to have its input files generated by a higher-level build system, "
  652. "and to run builds as fast as possible."
  653. msgstr ""
  654. "这个软件包包含一个注重执行速度的小型构建系统。它被设计为读取高级构建系统输出"
  655. "的配置文件,并以尽量高的速度运行。"
  656. #. type: Content of: <sect1><itemizedlist><listitem><para>
  657. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:439
  658. msgid "Ncurses"
  659. msgstr "Ncurses"
  660. #. type: Content of: <sect1><itemizedlist><listitem><para>
  661. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:441
  662. msgid ""
  663. "This package contains libraries for terminal-independent handling of "
  664. "character screens. It is often used to provide cursor control for a menuing "
  665. "system. It is needed by a number of packages in LFS."
  666. msgstr ""
  667. "这个软件包包含用于处理字符界面的不依赖特定终端的库。它一般被用于为菜单系统提"
  668. "供光标控制。一些 LFS 软件包需要该软件包。"
  669. #. type: Content of: <sect1><itemizedlist><listitem><para>
  670. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:448
  671. msgid "Openssl"
  672. msgstr "Openssl"
  673. #. type: Content of: <sect1><itemizedlist><listitem><para>
  674. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:450
  675. msgid ""
  676. "This package provides management tools and libraries relating to "
  677. "cryptography. These are useful for providing cryptographic functions to "
  678. "other packages, including the Linux kernel."
  679. msgstr ""
  680. "这个软件包包含关于密码学的管理工具和库,它们被用于为 Linux 内核等其他软件包"
  681. "提供密码学功能。"
  682. #. type: Content of: <sect1><itemizedlist><listitem><para>
  683. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:456
  684. msgid "Patch"
  685. msgstr "Patch"
  686. #. type: Content of: <sect1><itemizedlist><listitem><para>
  687. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:458
  688. msgid ""
  689. "This package contains a program for modifying or creating files by applying "
  690. "a <emphasis>patch</emphasis> file typically created by the "
  691. "<application>diff</application> program. It is needed by the build "
  692. "procedure for several LFS packages."
  693. msgstr ""
  694. "这个软件包包含一个通过 <emphasis>补丁</emphasis> 文件修改或创建文件的程序。补"
  695. "丁文件通常由 <application>diff</application> 程序创建。一些 LFS 软件包的编译"
  696. "过程需要该软件包。"
  697. #. type: Content of: <sect1><itemizedlist><listitem><para>
  698. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:465
  699. msgid "Perl"
  700. msgstr "Perl"
  701. #. type: Content of: <sect1><itemizedlist><listitem><para>
  702. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:467
  703. msgid ""
  704. "This package is an interpreter for the runtime language PERL. It is needed "
  705. "for the installation and test suites of several LFS packages."
  706. msgstr ""
  707. "这个软件包是运行时语言 PERL 的解释器。几个 LFS 软件包的安装和测试过程需要该"
  708. "软件包。"
  709. #. type: Content of: <sect1><itemizedlist><listitem><para>
  710. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:473
  711. msgid "Pkg-config"
  712. msgstr "Pkg-config"
  713. #. type: Content of: <sect1><itemizedlist><listitem><para>
  714. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:475
  715. msgid ""
  716. "This package provides a program that returns meta-data about an installed "
  717. "library or package."
  718. msgstr "这个软件包提供一个查询已经安装的库和软件包的元数据信息的程序。"
  719. #. type: Content of: <sect1><itemizedlist><listitem><para>
  720. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:480
  721. msgid "Procps-NG"
  722. msgstr "Procps-NG"
  723. #. type: Content of: <sect1><itemizedlist><listitem><para>
  724. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:482
  725. msgid ""
  726. "This package contains programs for monitoring processes. These programs are "
  727. "useful for system administration, and are also used by the LFS Bootscripts."
  728. msgstr ""
  729. "这个软件包包含用于监控系统进程的程序,对系统管理非常有用。另外 LFS 引导脚本也"
  730. "需要该软件包。"
  731. #. type: Content of: <sect1><itemizedlist><listitem><para>
  732. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:488
  733. msgid "Psmisc"
  734. msgstr "Psmisc"
  735. #. type: Content of: <sect1><itemizedlist><listitem><para>
  736. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:490
  737. msgid ""
  738. "This package contains programs for displaying information about running "
  739. "processes. These programs are useful for system administration."
  740. msgstr ""
  741. "这个软件包包含一些显示当前运行的系统进程信息的程序,对系统管理非常有用。"
  742. #. type: Content of: <sect1><itemizedlist><listitem><para>
  743. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:496
  744. msgid "Python 3"
  745. msgstr "Python 3"
  746. #. type: Content of: <sect1><itemizedlist><listitem><para>
  747. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:498
  748. msgid ""
  749. "This package provides an interpreted language that has a design philosophy "
  750. "that emphasizes code readability."
  751. msgstr "这个软件包提供了一种解释性语言支持,它围绕代码可读性这一重点而设计。"
  752. #. type: Content of: <sect1><itemizedlist><listitem><para>
  753. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:504
  754. msgid "Readline"
  755. msgstr "Readline"
  756. #. type: Content of: <sect1><itemizedlist><listitem><para>
  757. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:506
  758. msgid ""
  759. "This package is a set of libraries that offers command-line editing and "
  760. "history capabilities. It is used by Bash."
  761. msgstr ""
  762. "这个软件包包含一组库,提供命令行编辑和历史记录支持。Bash 需要该软件包。"
  763. #. type: Content of: <sect1><itemizedlist><listitem><para>
  764. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:511
  765. msgid "Sed"
  766. msgstr "Sed"
  767. #. type: Content of: <sect1><itemizedlist><listitem><para>
  768. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:513
  769. msgid ""
  770. "This package allows editing of text without opening it in a text editor. It "
  771. "is also needed by most LFS packages' configure scripts."
  772. msgstr ""
  773. "这个软件包可以在没有文本编辑器的情况下编辑文本文件。另外,大多数 LFS 软件包的"
  774. "配置脚本需要该软件包。"
  775. #. type: Content of: <sect1><itemizedlist><listitem><para>
  776. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:519
  777. msgid "Shadow"
  778. msgstr "Shadow"
  779. #. type: Content of: <sect1><itemizedlist><listitem><para>
  780. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:521
  781. msgid "This package contains programs for handling passwords in a secure way."
  782. msgstr "这个软件包包含用于安全地处理密码的程序。"
  783. #. type: Content of: <sect1><itemizedlist><listitem><para>
  784. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:526
  785. msgid "Sysklogd"
  786. msgstr "Sysklogd"
  787. #. type: Content of: <sect1><itemizedlist><listitem><para>
  788. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:528
  789. msgid ""
  790. "This package contains programs for logging system messages, such as those "
  791. "given by the kernel or daemon processes when unusual events occur."
  792. msgstr ""
  793. "这个软件包包含用于记录系统消息的程序,这些消息包括内核或者守护进程在异常事件"
  794. "发生时的提示。"
  795. #. type: Content of: <sect1><itemizedlist><listitem><para>
  796. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:534
  797. msgid "Systemd"
  798. msgstr "Systemd"
  799. #. type: Content of: <sect1><itemizedlist><listitem><para>
  800. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:536
  801. msgid ""
  802. "This package provides an <application>init</application> program and several "
  803. "additional boot and system control capabilities as an alternative to "
  804. "Sysvinit. It is used by many commercial distributions."
  805. msgstr ""
  806. "这个软件包包含一个<application>init</application>程序,和一些附加的引导和系"
  807. "统控制支持。它能够替代 Sysvinit。许多商业发行版使用该软件包。"
  808. #. type: Content of: <sect1><itemizedlist><listitem><para>
  809. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:543
  810. msgid "Sysvinit"
  811. msgstr "Sysvinit"
  812. #. type: Content of: <sect1><itemizedlist><listitem><para>
  813. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:545
  814. msgid ""
  815. "This package provides the <application>init</application> program, which is "
  816. "the parent of all other processes on the Linux system."
  817. msgstr ""
  818. "这个软件包提供<application>init</application>程序,在 Linux 系统中它是其他所"
  819. "有进程的祖先。"
  820. #. type: Content of: <sect1><itemizedlist><listitem><para>
  821. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:551
  822. msgid "Tar"
  823. msgstr "Tar"
  824. #. type: Content of: <sect1><itemizedlist><listitem><para>
  825. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:553
  826. msgid ""
  827. "This package provides archiving and extraction capabilities of virtually all "
  828. "packages used in LFS."
  829. msgstr "这个软件包提供存档和提取功能,几乎每个 LFS 软件包都需要它才能被提取。"
  830. #. type: Content of: <sect1><itemizedlist><listitem><para>
  831. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:558
  832. msgid "Tcl"
  833. msgstr "Tcl"
  834. #. type: Content of: <sect1><itemizedlist><listitem><para>
  835. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:560
  836. msgid ""
  837. "This package contains the Tool Command Language used in many test suites in "
  838. "LFS packages."
  839. msgstr ""
  840. "这个软件包包含在 LFS 软件包的测试套件中广泛使用的工具控制语言 (Tool Command "
  841. "Language)。"
  842. #. type: Content of: <sect1><itemizedlist><listitem><para>
  843. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:565
  844. msgid "Texinfo"
  845. msgstr "Texinfo"
  846. #. type: Content of: <sect1><itemizedlist><listitem><para>
  847. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:567
  848. msgid ""
  849. "This package contains programs for reading, writing, and converting info "
  850. "pages. It is used in the installation procedures of many LFS packages."
  851. msgstr ""
  852. "这个软件包包含用于阅读、编写和转换 info 页面的程序。它被用于许多 LFS 软件包的"
  853. "安装过程中。"
  854. #. type: Content of: <sect1><itemizedlist><listitem><para>
  855. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:573
  856. msgid "Util-linux"
  857. msgstr "Util-linux"
  858. #. type: Content of: <sect1><itemizedlist><listitem><para>
  859. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:575
  860. msgid ""
  861. "This package contains miscellaneous utility programs. Among them are "
  862. "utilities for handling file systems, consoles, partitions, and messages."
  863. msgstr ""
  864. "这个软件包包含许多工具程序,其中有处理文件系统、终端、 分区和消息的工具。"
  865. #. type: Content of: <sect1><itemizedlist><listitem><para>
  866. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:581
  867. msgid "Vim"
  868. msgstr "Vim"
  869. #. type: Content of: <sect1><itemizedlist><listitem><para>
  870. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:583
  871. msgid ""
  872. "This package contains an editor. It was chosen because of its compatibility "
  873. "with the classic vi editor and its huge number of powerful capabilities. An "
  874. "editor is a very personal choice for many users and any other editor could "
  875. "be substituted if desired."
  876. msgstr ""
  877. "这个软件包包含一个编辑器,由于它与经典的 vi 编辑器相兼容,且拥有许多强大的功"
  878. "能,我们选择这个编辑器。编辑器的选择是非常主观的,如果希望的话,读者可以选择"
  879. "其他编辑器。"
  880. #. type: Content of: <sect1><itemizedlist><listitem><para>
  881. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:590
  882. msgid "XML::Parser"
  883. msgstr "XML::Parser"
  884. #. type: Content of: <sect1><itemizedlist><listitem><para>
  885. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:592
  886. msgid "This package is a Perl module that interfaces with Expat."
  887. msgstr "这个软件包是和 Expat 交互的 Perl 模块。"
  888. #. type: Content of: <sect1><itemizedlist><listitem><para>
  889. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:596
  890. msgid "XZ Utils"
  891. msgstr "XZ Utils"
  892. #. type: Content of: <sect1><itemizedlist><listitem><para>
  893. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:598
  894. msgid ""
  895. "This package contains programs for compressing and decompressing files. It "
  896. "provides the highest compression generally available and is useful for "
  897. "decompressing packages in XZ or LZMA format."
  898. msgstr ""
  899. "这个软件包包含用于压缩和解压缩文件的程序。在所有这类程序中,该软件包提供了最"
  900. "高的压缩率。该软件包被用于解压 XZ 或 LZMA 格式的压缩文件。"
  901. #. type: Content of: <sect1><itemizedlist><listitem><para>
  902. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:604
  903. msgid "Zlib"
  904. msgstr "Zlib"
  905. #. type: Content of: <sect1><itemizedlist><listitem><para>
  906. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:606
  907. msgid ""
  908. "This package contains compression and decompression routines used by some "
  909. "programs."
  910. msgstr "这个软件包包含一些程序使用的压缩和解压缩子程序。"
  911. #. type: Content of: <sect1><itemizedlist><listitem><para>
  912. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:611
  913. msgid "Zstd"
  914. msgstr "Zstd"
  915. #. type: Content of: <sect1><itemizedlist><listitem><para>
  916. #: /home/xry111/svn-repos/LFS-BOOK/prologue/why.xml:613
  917. msgid ""
  918. "This package contains compression and decompression routines used by some "
  919. "programs. It provide high compression ratios and a very wide range of "
  920. "compression / speed trade-offs."
  921. msgstr ""
  922. "这个软件包包含一些程序使用的压缩和解压缩子程序。它具有较高的压缩比,以及很宽"
  923. "的压缩比/速度折衷范围。"