bison.po 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-07-22 14:15+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 "To test the results (about 5.5 SBU), issue:"
  79. msgstr "如果要测试编译结果 (需要约 5.5 SBU),运行命令:"
  80. #. type: Content of: <sect1><sect2><screen>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:53
  82. msgid "<userinput remap=\"test\">make check</userinput>"
  83. msgstr "<userinput remap=\"make\">make check</userinput>"
  84. #. type: Content of: <sect1><sect2><para>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:55
  86. msgid "Install the package:"
  87. msgstr "安装该软件包:"
  88. #. type: Content of: <sect1><sect2><screen>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:57
  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. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:62
  95. msgid "Contents of Bison"
  96. msgstr "Bison 的内容"
  97. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:65
  99. msgid "Installed programs"
  100. msgstr "安装的程序"
  101. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:66
  103. msgid "Installed library"
  104. msgstr "安装的库"
  105. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:67
  107. msgid "Installed directory"
  108. msgstr "安装的目录"
  109. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:70
  111. msgid "bison and yacc"
  112. msgstr "bison 和 yacc"
  113. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:71
  115. msgid "liby.a"
  116. msgstr "liby.a"
  117. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:72
  119. msgid "/usr/share/bison"
  120. msgstr "/usr/share/bison"
  121. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:77
  123. msgid "Short Descriptions"
  124. msgstr "简要描述"
  125. #. type: Content of: <sect1><sect2><variablelist>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:78
  127. msgid ""
  128. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  129. msgstr ""
  130. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  131. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:82
  133. msgid "<command>bison</command>"
  134. msgstr "<command>bison</command>"
  135. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:84
  137. msgid ""
  138. "Generates, from a series of rules, a program for analyzing the structure of "
  139. "text files; Bison is a replacement for Yacc (Yet Another Compiler Compiler)"
  140. msgstr ""
  141. "根据一组规则,创建一个用于分析文本文件结构的程序;Bison 是 Yacc (Yet Another "
  142. "Compiler Compiler) 的替代品。"
  143. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:88
  145. msgid "bison"
  146. msgstr "bison"
  147. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:94
  149. msgid "<command>yacc</command>"
  150. msgstr "<command>yacc</command>"
  151. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:96
  153. msgid ""
  154. "A wrapper for <command>bison</command>, meant for programs that still call "
  155. "<command>yacc</command> instead of <command>bison</command>; it calls "
  156. "<command>bison</command> with the <parameter>-y</parameter> option"
  157. msgstr ""
  158. "<command>bison</command> 的一个封装器,被那些仍然调用 <command>yacc</"
  159. "command> 而非 <command>bison</command> 的程序使用,它调用 <command>bison</"
  160. "command> 时附加 <parameter>-y</parameter> 选项。"
  161. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  162. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:101
  163. msgid "yacc"
  164. msgstr "yacc"
  165. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  166. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:107
  167. msgid "<filename class=\"libraryfile\">liby</filename>"
  168. msgstr "<filename class=\"libraryfile\">liby</filename>"
  169. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  170. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:109
  171. msgid ""
  172. "The Yacc library containing implementations of Yacc-compatible "
  173. "<function>yyerror</function> and <function>main</function> functions; this "
  174. "library is normally not very useful, but POSIX requires it"
  175. msgstr ""
  176. "Yacc 库包含与 Yacc 兼容的 <function>yyerror</function> 和 <function>main</"
  177. "function> 函数实现;它并不是很有用,但 POSIX 需要它"
  178. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  179. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:113
  180. msgid "liby"
  181. msgstr "liby"