findutils.po 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  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/findutils.xml:14
  15. #, no-wrap
  16. msgid "&findutils-url;"
  17. msgstr "&findutils-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:12
  20. msgid ""
  21. "<productname>findutils</productname> <productnumber>&findutils-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>findutils</productname> <productnumber>&findutils-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:17
  28. msgid "Findutils-&findutils-version;"
  29. msgstr "Findutils-&findutils-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:20
  32. msgid "Findutils"
  33. msgstr "Findutils"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:26
  36. #, fuzzy
  37. msgid ""
  38. "The Findutils package contains programs to find files. These programs are "
  39. "provided to recursively search through a directory tree and to create, "
  40. "maintain, and search a database (often faster than the recursive find, but "
  41. "is unreliable if the database has not been recently updated)."
  42. msgstr ""
  43. "Findutils 软件包包含用于查找文件的程序。这些程序能够递归地搜索目录树,以及创"
  44. "建、维护和搜索数据库 (一般比递归搜索快,但在数据库最近没有更新时不可靠)。"
  45. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  46. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:32
  47. msgid "&buildtime;"
  48. msgstr "&buildtime;"
  49. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  50. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:33
  51. msgid "&diskspace;"
  52. msgstr "&diskspace;"
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:36
  55. #, fuzzy
  56. msgid "&findutils-fin-sbu;"
  57. msgstr "&findutils-ch6-sbu;"
  58. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:37
  60. #, fuzzy
  61. msgid "&findutils-fin-du;"
  62. msgstr "&findutils-ch6-du;"
  63. #. type: Content of: <sect1><sect2><title>
  64. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:44
  65. msgid "Installation of Findutils"
  66. msgstr "安装 Findutils"
  67. #. type: Content of: <sect1><sect2><para>
  68. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:46
  69. msgid "Prepare Findutils for compilation:"
  70. msgstr "准备编译 Findutils:"
  71. #. type: Content of: <sect1><sect2><screen>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:48
  73. #, no-wrap
  74. msgid "<userinput remap=\"configure\">./configure --prefix=/usr --localstatedir=/var/lib/locate</userinput>"
  75. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr --localstatedir=/var/lib/locate</userinput>"
  76. #. type: Content of: <sect1><sect2><variablelist><title>
  77. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:51
  78. msgid "The meaning of the configure options:"
  79. msgstr "配置选项的含义:"
  80. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:54
  82. msgid "<parameter>--localstatedir</parameter>"
  83. msgstr "<parameter>--localstatedir</parameter>"
  84. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:56
  86. msgid ""
  87. "This option changes the location of the <command>locate</command> database "
  88. "to be in <filename class=\"directory\">/var/lib/locate</filename>, which is "
  89. "FHS-compliant."
  90. msgstr ""
  91. "该选项将 <command>locate</command> 数据库的位置改为 <filename class="
  92. "\"directory\">/var/lib/locate</filename>,以与 FHS 兼容。"
  93. #. type: Content of: <sect1><sect2><para>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:64
  95. msgid "Compile the package:"
  96. msgstr "编译该软件包:"
  97. #. type: Content of: <sect1><sect2><screen>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:66
  99. #, no-wrap
  100. msgid "<userinput remap=\"make\">make</userinput>"
  101. msgstr "<userinput remap=\"make\">make</userinput>"
  102. #. type: Content of: <sect1><sect2><para>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:68
  104. msgid "To test the results, issue:"
  105. msgstr "运行以下命令以测试编译结果:"
  106. #. type: Content of: <sect1><sect2><screen>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:70
  108. #, fuzzy, no-wrap
  109. msgid ""
  110. "<userinput remap=\"test\">chown -Rv tester .\n"
  111. "su tester -c \"PATH=$PATH make check\"</userinput>"
  112. msgstr "<userinput remap=\"test\">make check</userinput>"
  113. #. type: Content of: <sect1><sect2><para>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:73
  115. msgid "Install the package:"
  116. msgstr "安装该软件包:"
  117. #. type: Content of: <sect1><sect2><screen>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:75
  119. #, no-wrap
  120. msgid "<userinput remap=\"install\">make install</userinput>"
  121. msgstr "<userinput remap=\"install\">make install</userinput>"
  122. #. type: Content of: <sect1><sect2><para>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:77
  124. msgid ""
  125. "Some of the scripts in the LFS-Bootscripts package depend on <command>find</"
  126. "command>. As <filename class=\"directory\">/usr</filename> may not be "
  127. "available during the early stages of booting, this program needs to be on "
  128. "the root partition. The <command>updatedb</command> script also needs to be "
  129. "modified to correct an explicit path:"
  130. msgstr ""
  131. "LFS-Bootscripts 软件包中的一些引导脚本依赖于 <command>find</command>。由于 "
  132. "<filename class=\"directory\">/usr</filename> 文件系统在系统启动的早期阶段可"
  133. "能不可用,该程序必须被放置在根分区。还需要修正 <command>updatedb</command> "
  134. "脚本中硬编码的路径:"
  135. #. type: Content of: <sect1><sect2><para>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:84
  137. msgid ""
  138. "Some packages in BLFS and beyond expect the <command>find</command> program "
  139. "in <filename class=\"directory\">/bin</filename>, so make sure it's placed "
  140. "there:"
  141. msgstr ""
  142. "BLFS 及 BLFS 之外的一些软件包预期 <command>find</command> 程序在 <filename "
  143. "class=\"directory\">/bin</filename> 中,因此要保证它被放置在那里:"
  144. #. type: Content of: <sect1><sect2><screen>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:88
  146. #, no-wrap
  147. msgid ""
  148. "<userinput remap=\"install\">mv -v /usr/bin/find /bin\n"
  149. "sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput>"
  150. msgstr ""
  151. "<userinput remap=\"install\">mv -v /usr/bin/find /bin\n"
  152. "sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput>"
  153. #. type: Content of: <sect1><sect2><title>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:94
  155. msgid "Contents of Findutils"
  156. msgstr "Findutils 的内容"
  157. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  158. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:97
  159. msgid "Installed programs"
  160. msgstr "安装的程序"
  161. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  162. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:98
  163. msgid "Installed directory"
  164. msgstr "安装的目录"
  165. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  166. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:101
  167. msgid "find, locate, updatedb, and xargs"
  168. msgstr "find, locate, updatedb, 以及 xargs"
  169. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  170. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:102
  171. msgid "/var/lib/locate"
  172. msgstr "/var/lib/locate"
  173. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  174. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:108
  175. msgid "Short Descriptions"
  176. msgstr "简要描述"
  177. #. type: Content of: <sect1><sect2><variablelist>
  178. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:109
  179. msgid ""
  180. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  181. msgstr ""
  182. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  183. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:113
  184. msgid "<command>find</command>"
  185. msgstr "<command>find</command>"
  186. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  187. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:115
  188. msgid ""
  189. "Searches given directory trees for files matching the specified criteria"
  190. msgstr "在给定目录树中搜索满足给定条件的文件"
  191. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  192. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:118
  193. msgid "find"
  194. msgstr "find"
  195. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  196. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:124
  197. msgid "<command>locate</command>"
  198. msgstr "<command>locate</command>"
  199. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  200. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:126
  201. msgid ""
  202. "Searches through a database of file names and reports the names that contain "
  203. "a given string or match a given pattern"
  204. msgstr "在文件名数据库中进行搜索,报告包含特定字符串或匹配特定模式的文件名"
  205. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  206. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:129
  207. msgid "locate"
  208. msgstr "locate"
  209. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  210. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:135
  211. msgid "<command>updatedb</command>"
  212. msgstr "<command>updatedb</command>"
  213. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  214. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:137
  215. msgid ""
  216. "Updates the <command>locate</command> database; it scans the entire file "
  217. "system (including other file systems that are currently mounted, unless told "
  218. "not to) and puts every file name it finds into the database"
  219. msgstr ""
  220. "更新 <command>locate</command> 数据库;它扫描整个文件系统 (包括当前挂载的其他"
  221. "文件系统,除非被告知不这样做),并把找到的所有文件名加入数据库"
  222. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  223. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:142
  224. msgid "updatedb"
  225. msgstr "updatedb"
  226. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  227. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:148
  228. msgid "<command>xargs</command>"
  229. msgstr "<command>xargs</command>"
  230. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  231. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:150
  232. msgid "Can be used to apply a given command to a list of files"
  233. msgstr "可以将给定命令作用于一个列表中的所有文件"
  234. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  235. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:152
  236. msgid "xargs"
  237. msgstr "xargs"
  238. #~ msgid ""
  239. #~ "Two tests are known to fail in the chroot environment: sv-bug-54171.old-"
  240. #~ "O3 and sv-bug-54171.new-O3."
  241. #~ msgstr ""
  242. #~ "已知有两项测试在 chroot 环境中会失败:sv-bug-54171.old-O3 和 sv-"
  243. #~ "bug-54171.new-O3。"