1
0

bison.po 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  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. "已知测试在使用多个处理器时可能失败。如果要测试编译结果 (需要约 5.5 SBU),"
  83. "运行命令:"
  84. #. type: Content of: <sect1><sect2><screen>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:54
  86. #, no-wrap
  87. msgid "<userinput remap=\"test\">make -j1 check</userinput>"
  88. msgstr "<userinput remap=\"make\">make -j1 check</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. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  136. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:83
  138. msgid "<command>bison</command>"
  139. msgstr "<command>bison</command>"
  140. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:85
  142. msgid ""
  143. "Generates, from a series of rules, a program for analyzing the structure of "
  144. "text files; Bison is a replacement for Yacc (Yet Another Compiler Compiler)"
  145. msgstr ""
  146. "根据一组规则,创建一个用于分析文本文件结构的程序;Bison 是 Yacc (Yet "
  147. "Another Compiler Compiler) 的替代品。"
  148. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:89
  150. msgid "bison"
  151. msgstr "bison"
  152. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:95
  154. msgid "<command>yacc</command>"
  155. msgstr "<command>yacc</command>"
  156. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  157. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:97
  158. msgid ""
  159. "A wrapper for <command>bison</command>, meant for programs that still call "
  160. "<command>yacc</command> instead of <command>bison</command>; it calls "
  161. "<command>bison</command> with the <parameter>-y</parameter> option"
  162. msgstr ""
  163. "<command>bison</command> 的一个封装器,被那些仍然调用 <command>yacc</"
  164. "command> 而非 <command>bison</command> 的程序使用,它调用 <command>bison</"
  165. "command> 时附加 <parameter>-y</parameter> 选项。"
  166. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  167. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:102
  168. msgid "yacc"
  169. msgstr "yacc"
  170. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  171. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:108
  172. msgid "<filename class=\"libraryfile\">liby</filename>"
  173. msgstr "<filename class=\"libraryfile\">liby</filename>"
  174. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  175. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:110
  176. msgid ""
  177. "The Yacc library containing implementations of Yacc-compatible "
  178. "<function>yyerror</function> and <function>main</function> functions; this "
  179. "library is normally not very useful, but POSIX requires it"
  180. msgstr ""
  181. "Yacc 库包含与 Yacc 兼容的 <function>yyerror</function> 和 <function>main</"
  182. "function> 函数实现;它并不是很有用,但 POSIX 需要它"
  183. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  184. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:114
  185. msgid "liby"
  186. msgstr "liby"