bison.po 8.7 KB

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