bison.po 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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/bison.xml:14
  15. #, no-wrap
  16. msgid "&bison-url;"
  17. msgstr "&bison-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:12
  20. msgid ""
  21. "<productname>bison</productname> <productnumber>&bison-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>bison</productname> <productnumber>&bison-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:17
  28. msgid "Bison-&bison-version;"
  29. msgstr "Bison-&bison-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:20
  32. msgid "Bison"
  33. msgstr "Bison"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:26
  36. msgid "The Bison package contains a parser generator."
  37. msgstr "Bison 软件包包含语法分析器生成器。"
  38. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:29
  40. msgid "&buildtime;"
  41. msgstr "&buildtime;"
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:30
  44. msgid "&diskspace;"
  45. msgstr "&diskspace;"
  46. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:33
  48. #, fuzzy
  49. msgid "&bison-fin-sbu;"
  50. msgstr "&bison-ch6-sbu;"
  51. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  52. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:34
  53. #, fuzzy
  54. msgid "&bison-fin-du;"
  55. msgstr "&bison-ch6-du;"
  56. #. type: Content of: <sect1><sect2><title>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:41
  58. msgid "Installation of Bison"
  59. msgstr "安装 Bison"
  60. #. type: Content of: <sect1><sect2><para>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:43
  62. msgid "Prepare Bison for compilation:"
  63. msgstr "准备编译 Bison:"
  64. #. type: Content of: <sect1><sect2><screen>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:45
  66. #, no-wrap
  67. msgid "<userinput remap=\"configure\">./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;</userinput>"
  68. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;</userinput>"
  69. #. type: Content of: <sect1><sect2><para>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:47
  71. msgid "Compile the package:"
  72. msgstr "编译该软件包:"
  73. #. type: Content of: <sect1><sect2><screen>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:49
  75. #, no-wrap
  76. msgid "<userinput remap=\"make\">make</userinput>"
  77. msgstr "<userinput remap=\"make\">make</userinput>"
  78. #. type: Content of: <sect1><sect2><para>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:51
  80. msgid ""
  81. "The tests are known to fail using multiple processors. To test the results "
  82. "(about 5.5 SBU), issue:"
  83. msgstr ""
  84. #. type: Content of: <sect1><sect2><screen>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:54
  86. #, fuzzy, no-wrap
  87. msgid "<userinput remap=\"test\">make -j1 check</userinput>"
  88. msgstr "<userinput remap=\"make\">make</userinput>"
  89. #. type: Content of: <sect1><sect2><para>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:56
  91. msgid "Install the package:"
  92. msgstr "安装该软件包:"
  93. #. type: Content of: <sect1><sect2><screen>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:58
  95. #, no-wrap
  96. msgid "<userinput remap=\"install\">make install</userinput>"
  97. msgstr "<userinput remap=\"install\">make install</userinput>"
  98. #. type: Content of: <sect1><sect2><title>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:63
  100. msgid "Contents of Bison"
  101. msgstr "Bison 的内容"
  102. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:66
  104. msgid "Installed programs"
  105. msgstr "安装的程序"
  106. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:67
  108. msgid "Installed library"
  109. msgstr "安装的库"
  110. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:68
  112. msgid "Installed directory"
  113. msgstr "安装的目录"
  114. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:71
  116. msgid "bison and yacc"
  117. msgstr "bison 和 yacc"
  118. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  119. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:72
  120. msgid "liby.a"
  121. msgstr "liby.a"
  122. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:73
  124. msgid "/usr/share/bison"
  125. msgstr "/usr/share/bison"
  126. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:78
  128. msgid "Short Descriptions"
  129. msgstr "简要描述"
  130. #. type: Content of: <sect1><sect2><variablelist>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:79
  132. msgid ""
  133. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  134. msgstr ""
  135. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:83
  137. msgid "<command>bison</command>"
  138. msgstr "<command>bison</command>"
  139. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:85
  141. msgid ""
  142. "Generates, from a series of rules, a program for analyzing the structure of "
  143. "text files; Bison is a replacement for Yacc (Yet Another Compiler Compiler)"
  144. msgstr ""
  145. "根据一组规则,创建一个用于分析文本文件结构的程序; Bison 是 Yacc (Yet "
  146. "Another Compiler Compiler) 的替代品。"
  147. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:89
  149. msgid "bison"
  150. msgstr "bison"
  151. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:95
  153. msgid "<command>yacc</command>"
  154. msgstr "<command>yacc</command>"
  155. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:97
  157. msgid ""
  158. "A wrapper for <command>bison</command>, meant for programs that still call "
  159. "<command>yacc</command> instead of <command>bison</command>; it calls "
  160. "<command>bison</command> with the <parameter>-y</parameter> option"
  161. msgstr ""
  162. "<command>bison</command> 的一个封装器,被那些仍然调用 <command>yacc</"
  163. "command> 而非 <command>bison</command> 的程序使用,它调用 <command>bison</"
  164. "command> 时附加 <parameter>-y</parameter> 选项。"
  165. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  166. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:102
  167. msgid "yacc"
  168. msgstr "yacc"
  169. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  170. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:108
  171. msgid "<filename class=\"libraryfile\">liby</filename>"
  172. msgstr "<filename class=\"libraryfile\">liby</filename>"
  173. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  174. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:110
  175. msgid ""
  176. "The Yacc library containing implementations of Yacc-compatible "
  177. "<function>yyerror</function> and <function>main</function> functions; this "
  178. "library is normally not very useful, but POSIX requires it"
  179. msgstr ""
  180. "Yacc 库包含与 Yacc 兼容的 <function>yyerror</function> 和 <function>main</"
  181. "function> 函数实现;它并不是很有用,但 POSIX 需要它"
  182. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  183. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:114
  184. msgid "liby"
  185. msgstr "liby"
  186. #~ msgid ""
  187. #~ "There is a circular dependency between bison and flex with regard to the "
  188. #~ "checks. If desired, after installing flex in the next section, the bison "
  189. #~ "package can be rebuilt and the bison checks can be run with <command>make "
  190. #~ "check</command>."
  191. #~ msgstr ""
  192. #~ "在考虑测试的情况下,bison 和 flex 之间存在循环依赖。如果希望的话,可以在"
  193. #~ "下一节安装 flex 后,重新构建 bison 软件包,再执行 <command>make check</"
  194. #~ "command> 运行测试。"