flex.po 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  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/flex.xml:14
  15. #, no-wrap
  16. msgid "&flex-url;"
  17. msgstr "&flex-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:12
  20. msgid ""
  21. "<productname>flex</productname> <productnumber>&flex-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>flex</productname> <productnumber>&flex-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:17
  28. msgid "Flex-&flex-version;"
  29. msgstr "Flex-&flex-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:20
  32. msgid "Flex"
  33. msgstr "Flex"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:26
  36. msgid ""
  37. "The Flex package contains a utility for generating programs that recognize "
  38. "patterns in text."
  39. msgstr "Flex 软件包包含一个工具,用于生成在文本中识别模式的程序。"
  40. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  41. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:30
  42. msgid "&buildtime;"
  43. msgstr "&buildtime;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:31
  46. msgid "&diskspace;"
  47. msgstr "&diskspace;"
  48. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:34
  50. msgid "&flex-fin-sbu;"
  51. msgstr "&flex-fin-sbu;"
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:35
  54. msgid "&flex-fin-du;"
  55. msgstr "&flex-fin-du;"
  56. #. type: Content of: <sect1><sect2><title>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:42
  58. msgid "Installation of Flex"
  59. msgstr "安装 Flex"
  60. #. type: Content of: <sect1><sect2><para>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:54
  62. msgid "Prepare Flex for compilation:"
  63. msgstr "准备编译 Flex:"
  64. #. <screen>
  65. #. <userinput remap="configure">HELP2MAN=/tools/bin/true \
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:57
  68. #, no-wrap
  69. msgid "<userinput remap=\"configure\">./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version;</userinput>"
  70. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version;</userinput>"
  71. #. type: Content of: <sect1><sect2><para>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:59
  73. msgid "Compile the package:"
  74. msgstr "编译该软件包:"
  75. #. type: Content of: <sect1><sect2><screen>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:61
  77. #, no-wrap
  78. msgid "<userinput remap=\"make\">make</userinput>"
  79. msgstr "<userinput remap=\"make\">make</userinput>"
  80. #. type: Content of: <sect1><sect2><para>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:63
  82. msgid "To test the results (about 0.5 SBU), issue:"
  83. msgstr "如果要测试编译结果 (需要约 0.5 SBU), 执行:"
  84. #. type: Content of: <sect1><sect2><screen>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:65
  86. #, no-wrap
  87. msgid "<userinput remap=\"test\">make check</userinput>"
  88. msgstr "<userinput remap=\"test\">make check</userinput>"
  89. #. type: Content of: <sect1><sect2><para>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:67
  91. msgid "Install the package:"
  92. msgstr "安装该软件包:"
  93. #. type: Content of: <sect1><sect2><screen>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:69
  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><para>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:71
  100. msgid ""
  101. "A few programs do not know about <command>flex</command> yet and try to run "
  102. "its predecessor, <command>lex</command>. To support those programs, create a "
  103. "symbolic link named <filename>lex</filename> that runs <filename>flex</"
  104. "filename> in <command>lex</command> emulation mode:"
  105. msgstr ""
  106. "个别程序还不知道 <command>flex</command>,并试图去运行它的前身 <command>lex</"
  107. "command>。为了支持这些程序,创建一个名为 <filename>lex</filename> 的符号链"
  108. "接,它运行 <filename>flex</filename> 并启动其模拟 <command>lex</command> 的模"
  109. "式:"
  110. #. type: Content of: <sect1><sect2><screen>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:77
  112. #, no-wrap
  113. msgid "<userinput remap=\"install\">ln -sv flex /usr/bin/lex</userinput>"
  114. msgstr "<userinput remap=\"install\">ln -sv flex /usr/bin/lex</userinput>"
  115. #. type: Content of: <sect1><sect2><title>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:82
  117. msgid "Contents of Flex"
  118. msgstr "Flex 的内容"
  119. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:85
  121. msgid "Installed programs"
  122. msgstr "安装的程序"
  123. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:86
  125. msgid "Installed libraries"
  126. msgstr "安装的库"
  127. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:87
  129. msgid "Installed directory"
  130. msgstr "安装的目录"
  131. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:90
  133. msgid "flex, flex++ (link to flex), and lex (link to flex)"
  134. msgstr "flex, flex++ (到 flex 的链接), 以及 lex (到 flex 的链接)"
  135. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:91
  137. msgid "libfl.so"
  138. msgstr "libfl.so"
  139. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:92
  141. msgid "/usr/share/doc/flex-&flex-version;"
  142. msgstr "/usr/share/doc/flex-&flex-version;"
  143. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:97
  145. msgid "Short Descriptions"
  146. msgstr "简要描述"
  147. #. type: Content of: <sect1><sect2><variablelist>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:98
  149. msgid ""
  150. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  151. msgstr ""
  152. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  153. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:102
  155. msgid "<command>flex</command>"
  156. msgstr "<command>flex</command>"
  157. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  158. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:104
  159. msgid ""
  160. "A tool for generating programs that recognize patterns in text; it allows "
  161. "for the versatility to specify the rules for pattern-finding, eradicating "
  162. "the need to develop a specialized program"
  163. msgstr ""
  164. "一个用于生成在文本文件中识别模式的程序的工具,它允许灵活地指定查找模式的规"
  165. "则,消除了开发专用程序的需要。"
  166. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  167. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:108
  168. msgid "flex"
  169. msgstr "flex"
  170. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  171. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:114
  172. msgid "<command>flex++</command>"
  173. msgstr "<command>flex++</command>"
  174. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  175. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:116
  176. msgid ""
  177. "An extension of flex, is used for generating C++ code and classes. It is a "
  178. "symbolic link to <command>flex</command>"
  179. msgstr ""
  180. "flex 的扩展,用于生成 C++ 代码和类。它是一个指向 <command>flex</command> 的符"
  181. "号链接"
  182. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  183. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:119
  184. msgid "flex++"
  185. msgstr "flex++"
  186. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  187. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:125
  188. msgid "<command>lex</command>"
  189. msgstr "<command>lex</command>"
  190. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  191. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:127
  192. msgid ""
  193. "A symbolic link that runs <command>flex</command> in <command>lex</command> "
  194. "emulation mode"
  195. msgstr ""
  196. "一个以 <command>lex</command> 仿真模式运行 <command>flex</command> 的符号链接"
  197. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  198. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:130
  199. msgid "lex"
  200. msgstr "lex"
  201. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  202. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:136
  203. msgid "<filename class=\"libraryfile\">libfl</filename>"
  204. msgstr "<filename class=\"libraryfile\">libfl</filename>"
  205. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  206. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:138
  207. msgid "The <filename class=\"libraryfile\">flex</filename> library"
  208. msgstr "<filename class=\"libraryfile\">flex</filename> 库"
  209. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  210. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:140
  211. msgid "libfl"
  212. msgstr "libfl"