1
0

flex.po 7.4 KB

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