automake.po 10 KB

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