automake.po 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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/automake.xml:14
  15. #, no-wrap
  16. msgid "&automake-url;"
  17. msgstr "&automake-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:12
  20. msgid ""
  21. "<productname>automake</productname> <productnumber>&automake-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>automake</productname> <productnumber>&automake-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:17
  28. msgid "Automake-&automake-version;"
  29. msgstr "Automake-&automake-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:20
  32. msgid "Automake"
  33. msgstr "Automake"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:26
  36. msgid ""
  37. "The Automake package contains programs for generating Makefiles for use with "
  38. "Autoconf."
  39. msgstr "Automake 软件包包含自动生成 Makefile,以便和 Autoconf 一同使用的程序。"
  40. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  41. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:30
  42. msgid "&buildtime;"
  43. msgstr "&buildtime;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:31
  46. msgid "&diskspace;"
  47. msgstr "&diskspace;"
  48. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:34
  50. #, fuzzy
  51. msgid "&automake-fin-sbu;"
  52. msgstr "&automake-ch6-sbu;"
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:35
  55. #, fuzzy
  56. msgid "&automake-fin-du;"
  57. msgstr "&automake-ch6-du;"
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:42
  60. msgid "Installation of Automake"
  61. msgstr "安装 Automake"
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:44
  64. msgid "Fix a failing test:"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:46
  68. #, fuzzy, no-wrap
  69. msgid "<userinput remap=\"pre\">sed -i \"s/''/etags/\" t/tags-lisp-space.sh</userinput>"
  70. msgstr "<userinput remap=\"test\">make -j4 check</userinput>"
  71. #. type: Content of: <sect1><sect2><para>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:48
  73. msgid "Prepare Automake for compilation:"
  74. msgstr "准备编译 Automake:"
  75. #. type: Content of: <sect1><sect2><screen>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:50
  77. #, no-wrap
  78. msgid "<userinput remap=\"configure\">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput>"
  79. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput>"
  80. #. type: Content of: <sect1><sect2><para>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:52
  82. msgid "Compile the package:"
  83. msgstr "编译该软件包:"
  84. #. type: Content of: <sect1><sect2><screen>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:54
  86. #, no-wrap
  87. msgid "<userinput remap=\"make\">make</userinput>"
  88. msgstr "<userinput remap=\"make\">make</userinput>"
  89. #. type: Content of: <sect1><sect2><para>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:56
  91. msgid ""
  92. "Using the -j4 make option speeds up the tests, even on systems with only one "
  93. "processor, due to internal delays in individual tests. To test the results, "
  94. "issue:"
  95. msgstr ""
  96. "由于单个测试点中存在的内部时延,即使仅有一个处理器,也应该使用 make 命令的 -"
  97. "j4 选项加速测试。输入以下命令测试编译结果:"
  98. #. type: Content of: <sect1><sect2><screen>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:60
  100. #, no-wrap
  101. msgid "<userinput remap=\"test\">make -j4 check</userinput>"
  102. msgstr "<userinput remap=\"test\">make -j4 check</userinput>"
  103. #. type: Content of: <sect1><sect2><para>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:62
  105. msgid "Install the package:"
  106. msgstr "安装该软件包:"
  107. #. type: Content of: <sect1><sect2><screen>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:64
  109. #, no-wrap
  110. msgid "<userinput remap=\"install\">make install</userinput>"
  111. msgstr "<userinput remap=\"install\">make install</userinput>"
  112. #. type: Content of: <sect1><sect2><title>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:70
  114. msgid "Contents of Automake"
  115. msgstr "Automake 的内容"
  116. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:73
  118. msgid "Installed programs"
  119. msgstr "安装的程序"
  120. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:74
  122. msgid "Installed directories"
  123. msgstr "安装的目录"
  124. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:77
  126. msgid ""
  127. "aclocal, aclocal-&am-minor-version; (hard linked with aclocal), automake, "
  128. "and automake-&am-minor-version; (hard linked with automake)"
  129. msgstr ""
  130. "aclocal, aclocal-&am-minor-version; (与 aclocal 互为硬链接), automake, 以及 "
  131. "automake-&am-minor-version; (与 automake 互为硬链接)"
  132. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:79
  134. msgid ""
  135. "/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-"
  136. "version;, and /usr/share/doc/automake-&automake-version;"
  137. msgstr ""
  138. "/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-"
  139. "version;, 以及 /usr/share/doc/automake-&automake-version;"
  140. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:85
  142. msgid "Short Descriptions"
  143. msgstr "简要描述"
  144. #. type: Content of: <sect1><sect2><variablelist>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:86
  146. msgid ""
  147. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  148. msgstr ""
  149. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  150. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:90
  151. msgid "<command>aclocal</command>"
  152. msgstr "<command>aclocal</command>"
  153. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:92
  155. msgid ""
  156. "Generates <filename>aclocal.m4</filename> files based on the contents of "
  157. "<filename>configure.in</filename> files"
  158. msgstr ""
  159. "根据 <filename>configure.in</filename> 文件内容生成 <filename>aclocal.m4</"
  160. "filename>。"
  161. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  162. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:95
  163. msgid "aclocal"
  164. msgstr "aclocal"
  165. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  166. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:101
  167. msgid "<command>aclocal-&am-minor-version;</command>"
  168. msgstr "<command>aclocal-&am-minor-version;</command>"
  169. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  170. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:103
  171. msgid "A hard link to <command>aclocal</command>"
  172. msgstr "指向 <command>aclocal</command> 的硬链接"
  173. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  174. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:105
  175. msgid "aclocal-&am-minor-version;"
  176. msgstr "aclocal-&am-minor-version;"
  177. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  178. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:111
  179. msgid "<command>automake</command>"
  180. msgstr "<command>automake</command>"
  181. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  182. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:113
  183. msgid ""
  184. "A tool for automatically generating <filename>Makefile.in</filename> files "
  185. "from <filename>Makefile.am</filename> files [To create all the "
  186. "<filename>Makefile.in</filename> files for a package, run this program in "
  187. "the top-level directory. By scanning the <filename>configure.in</filename> "
  188. "file, it automatically finds each appropriate <filename>Makefile.am</"
  189. "filename> file and generates the corresponding <filename>Makefile.in</"
  190. "filename> file.]"
  191. msgstr ""
  192. "一个根据 <filename>Makefile.am</filename> 文件,自动生成 <filename>Makefile."
  193. "in</filename> 文件的工具 [为了创建软件包中的所有 <filename>Makefile.in</"
  194. "filename> 文件,在顶层目录运行该程序。它通过扫描 <filename>configure.in</"
  195. "filename> 文件,找到每个适用的 <filename>Makefile.am</filename> 文件,并生成"
  196. "对应的 <filename>Makefile.in</filename> 文件。]"
  197. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  198. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:122
  199. msgid "automake"
  200. msgstr "automake"
  201. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  202. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:128
  203. msgid "<command>automake-&am-minor-version;</command>"
  204. msgstr "<command>automake-&am-minor-version;</command>"
  205. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  206. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:130
  207. msgid "A hard link to <command>automake</command>"
  208. msgstr "指向 <command>automake</command> 的硬链接"
  209. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  210. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:132
  211. msgid "automake-&am-minor-version;"
  212. msgstr "automake-&am-minor-version;"
  213. #~ msgid "One test is known to fail in the LFS environment: subobj.sh."
  214. #~ msgstr "已知在 LFS 环境中,一项名为 subobj.sh 的测试可能失败。"