flex.po 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. msgid ""
  2. msgstr ""
  3. "X-Pootle-Revision: 9999999\n"
  4. "X-Pootle-Path: /zh_CN/lfs/chapter08/flex.po\n"
  5. "Project-Id-Version: PACKAGE VERSION\n"
  6. "POT-Creation-Date: 2020-08-08 19:28+0800\n"
  7. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  8. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  9. "Language-Team: LANGUAGE <LL@li.org>\n"
  10. "Language: zh_CN\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "X-Generator: Translate Toolkit 2.2.5\n"
  15. #. type: Content of: <sect1><sect1info><address>
  16. #, no-wrap
  17. msgid "&flex-url;"
  18. msgstr "&flex-url;"
  19. #. type: Content of: <sect1><sect1info>
  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. msgid "Flex-&flex-version;"
  28. msgstr "Flex-&flex-version;"
  29. #. type: Content of: <sect1><indexterm><primary>
  30. msgid "Flex"
  31. msgstr "Flex"
  32. #. type: Content of: <sect1><sect2><para>
  33. msgid ""
  34. "The Flex package contains a utility for generating programs that recognize "
  35. "patterns in text."
  36. msgstr "Flex 软件包包含一个工具,用于生成在文本中识别模式的程序。"
  37. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  38. msgid "&buildtime;"
  39. msgstr "&buildtime;"
  40. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  41. msgid "&diskspace;"
  42. msgstr "&diskspace;"
  43. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  44. msgid "&flex-fin-sbu;"
  45. msgstr "&flex-fin-sbu;"
  46. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  47. msgid "&flex-fin-du;"
  48. msgstr "&flex-fin-du;"
  49. #. type: Content of: <sect1><sect2><title>
  50. msgid "Installation of Flex"
  51. msgstr "安装 Flex"
  52. #. type: Content of: <sect1><sect2><para>
  53. msgid "Prepare Flex for compilation:"
  54. msgstr "准备编译 Flex:"
  55. #. <screen>
  56. #. <userinput remap="configure">HELP2MAN=/tools/bin/true \
  57. #. type: Content of: <sect1><sect2><screen>
  58. #, no-wrap
  59. msgid "<userinput remap=\"configure\">./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version;</userinput>"
  60. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version;</userinput>"
  61. #. type: Content of: <sect1><sect2><para>
  62. msgid "Compile the package:"
  63. msgstr "编译该软件包:"
  64. #. type: Content of: <sect1><sect2><screen>
  65. #, no-wrap
  66. msgid "<userinput remap=\"make\">make</userinput>"
  67. msgstr "<userinput remap=\"make\">make</userinput>"
  68. #. type: Content of: <sect1><sect2><para>
  69. msgid "To test the results (about 0.5 SBU), issue:"
  70. msgstr "如果要测试编译结果 (需要约 0.5 SBU), 执行:"
  71. #. type: Content of: <sect1><sect2><screen>
  72. #, no-wrap
  73. msgid "<userinput remap=\"test\">make check</userinput>"
  74. msgstr "<userinput remap=\"test\">make check</userinput>"
  75. #. type: Content of: <sect1><sect2><para>
  76. msgid "Install the package:"
  77. msgstr "安装该软件包:"
  78. #. type: Content of: <sect1><sect2><screen>
  79. #, no-wrap
  80. msgid "<userinput remap=\"install\">make install</userinput>"
  81. msgstr "<userinput remap=\"install\">make install</userinput>"
  82. #. type: Content of: <sect1><sect2><para>
  83. msgid ""
  84. "A few programs do not know about <command>flex</command> yet and try to run "
  85. "its predecessor, <command>lex</command>. To support those programs, create a "
  86. "symbolic link named <filename>lex</filename> that runs <filename>flex</"
  87. "filename> in <command>lex</command> emulation mode:"
  88. msgstr ""
  89. "个别程序还不知道 <command>flex</command>,并试图去运行它的前身 <command>lex</"
  90. "command>。为了支持这些程序,创建一个名为 <filename>lex</filename> 的符号链"
  91. "接,它运行 <filename>flex</filename> 并启动其模拟 <command>lex</command> 的模"
  92. "式:"
  93. #. type: Content of: <sect1><sect2><screen>
  94. #, no-wrap
  95. msgid "<userinput remap=\"install\">ln -sv flex /usr/bin/lex</userinput>"
  96. msgstr "<userinput remap=\"install\">ln -sv flex /usr/bin/lex</userinput>"
  97. #. type: Content of: <sect1><sect2><title>
  98. msgid "Contents of Flex"
  99. msgstr "Flex 的内容"
  100. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  101. msgid "Installed programs"
  102. msgstr "安装的程序"
  103. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  104. msgid "Installed libraries"
  105. msgstr "安装的库"
  106. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  107. msgid "Installed directory"
  108. msgstr "安装的目录"
  109. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  110. msgid "flex, flex++ (link to flex), and lex (link to flex)"
  111. msgstr "flex, flex++ (到 flex 的链接), 以及 lex (到 flex 的链接)"
  112. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  113. msgid "libfl.so"
  114. msgstr "libfl.so"
  115. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  116. msgid "/usr/share/doc/flex-&flex-version;"
  117. msgstr "/usr/share/doc/flex-&flex-version;"
  118. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  119. msgid "Short Descriptions"
  120. msgstr "简要描述"
  121. #. type: Content of: <sect1><sect2><variablelist>
  122. msgid ""
  123. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  124. msgstr ""
  125. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  126. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  127. msgid "<command>flex</command>"
  128. msgstr "<command>flex</command>"
  129. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  130. msgid ""
  131. "A tool for generating programs that recognize patterns in text; it allows "
  132. "for the versatility to specify the rules for pattern-finding, eradicating "
  133. "the need to develop a specialized program"
  134. msgstr ""
  135. "一个用于生成在文本文件中识别模式的程序的工具,它允许灵活地指定查找模式的规"
  136. "则,消除了开发专用程序的需要。"
  137. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  138. msgid "flex"
  139. msgstr "flex"
  140. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  141. msgid "<command>flex++</command>"
  142. msgstr "<command>flex++</command>"
  143. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  144. msgid ""
  145. "An extension of flex, is used for generating C++ code and classes. It is a "
  146. "symbolic link to <command>flex</command>"
  147. msgstr ""
  148. "flex 的扩展,用于生成 C++ 代码和类。它是一个指向 <command>flex</command> 的符"
  149. "号链接"
  150. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  151. msgid "flex++"
  152. msgstr "flex++"
  153. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  154. msgid "<command>lex</command>"
  155. msgstr "<command>lex</command>"
  156. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  157. msgid ""
  158. "A symbolic link that runs <command>flex</command> in <command>lex</command> "
  159. "emulation mode"
  160. msgstr ""
  161. "一个以 <command>lex</command> 仿真模式运行 <command>flex</command> 的符号链接"
  162. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  163. msgid "lex"
  164. msgstr "lex"
  165. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  166. msgid "<filename class=\"libraryfile\">libfl</filename>"
  167. msgstr "<filename class=\"libraryfile\">libfl</filename>"
  168. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  169. msgid "The <filename class=\"libraryfile\">flex</filename> library"
  170. msgstr "<filename class=\"libraryfile\">flex</filename> 库"
  171. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  172. msgid "libfl"
  173. msgstr "libfl"