automake.po 8.0 KB

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