expect.po 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-06-23 15:47+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/expect.xml:14
  15. #, no-wrap
  16. msgid "&expect-url;"
  17. msgstr "&expect-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:12
  20. msgid ""
  21. "<productname>expect</productname> <productnumber>&expect-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>expect</productname> <productnumber>&expect-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:17
  28. msgid "Expect-&expect-version;"
  29. msgstr "Expect-&expect-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:20
  32. msgid "Expect"
  33. msgstr "Expect"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:26
  36. msgid ""
  37. "The <application>Expect</application> package contains tools for automating, "
  38. "via scripted dialogues, interactive applications such as <command>telnet</"
  39. "command>, <command>ftp</command>, <command>passwd</command>, <command>fsck</"
  40. "command>, <command>rlogin</command>, and <command>tip</command>. "
  41. "<application>Expect</application> is also useful for testing these same "
  42. "applications as well as easing all sorts of tasks that are prohibitively "
  43. "difficult with anything else. The <application>DejaGnu</application> "
  44. "framework is written in <application>Expect</application>."
  45. msgstr ""
  46. "<application>Expect</application> 软件包包含通过脚本控制的对话,自动化 "
  47. "<command>telnet</command>,<command>ftp</command>,<command>passwd</"
  48. "command>,<command>fsck</command>,<command>rlogin</command>,以及 "
  49. "<command>tip</command> 等交互应用的工具。<application>Expect</application> 对"
  50. "于测试这类程序也很有用,它简化了这类通过其他方式很难完成的工作。"
  51. "<application>DejaGnu</application> 框架是使用 <application>Expect</"
  52. "application> 编写的。"
  53. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:37
  55. msgid "&buildtime;"
  56. msgstr "&buildtime;"
  57. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:38
  59. msgid "&diskspace;"
  60. msgstr "&diskspace;"
  61. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:41
  63. msgid "&expect-tmp-sbu;"
  64. msgstr "&expect-tmp-sbu;"
  65. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:42
  67. msgid "&expect-tmp-du;"
  68. msgstr "&expect-tmp-du;"
  69. #. type: Content of: <sect1><sect2><title>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:49
  71. msgid "Installation of Expect"
  72. msgstr "安装 Expect"
  73. #. type: Content of: <sect1><sect2><para>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:51
  75. msgid "Prepare Expect for compilation:"
  76. msgstr "准备编译 Expect:"
  77. #. type: Content of: <sect1><sect2><screen>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:53
  79. #, no-wrap
  80. msgid ""
  81. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  82. " --with-tcl=/usr/lib \\\n"
  83. " --enable-shared \\\n"
  84. " --mandir=/usr/share/man \\\n"
  85. " --with-tclinclude=/usr/include</userinput>"
  86. msgstr ""
  87. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  88. " --with-tcl=/usr/lib \\\n"
  89. " --enable-shared \\\n"
  90. " --mandir=/usr/share/man \\\n"
  91. " --with-tclinclude=/usr/include</userinput>"
  92. #. type: Content of: <sect1><sect2><variablelist><title>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:60
  94. msgid "The meaning of the configure options:"
  95. msgstr "配置选项的含义:"
  96. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:63
  98. msgid "<parameter>--with-tcl=/usr/lib</parameter>"
  99. msgstr "<parameter>--with-tcl=/usr/lib</parameter>"
  100. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:65
  102. msgid ""
  103. "This parameter is needed to tell <command>configure</command> where the "
  104. "<command>tclConfig.sh</command> script is located."
  105. msgstr ""
  106. "需要使用该选项告知 <command>configure</command> 配置脚本 <command>tclConfig."
  107. "sh</command> 的位置。"
  108. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:72
  110. msgid "<parameter>--with-tclinclude=/usr/include</parameter>"
  111. msgstr "<parameter>--with-tclinclude=/usr/include</parameter>"
  112. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:74
  114. msgid "This explicitly tells Expect where to find Tcl's internal headers."
  115. msgstr "该选项显式指定查找 Tcl 内部头文件的位置。"
  116. #. type: Content of: <sect1><sect2><para>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:81
  118. msgid "Build the package:"
  119. msgstr "构建该软件包:"
  120. #. type: Content of: <sect1><sect2><screen>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:83
  122. #, no-wrap
  123. msgid "<userinput remap=\"make\">make</userinput>"
  124. msgstr "<userinput remap=\"make\">make</userinput>"
  125. #. type: Content of: <sect1><sect2><para>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:85
  127. msgid "To test the results, issue:"
  128. msgstr "运行以下命令,以测试编译结果:"
  129. #. type: Content of: <sect1><sect2><screen>
  130. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:87
  131. #, no-wrap
  132. msgid "<userinput remap=\"test\">make test</userinput>"
  133. msgstr "<userinput remap=\"test\">make test</userinput>"
  134. #. type: Content of: <sect1><sect2><para>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:89
  136. msgid "Install the package:"
  137. msgstr "安装该软件包:"
  138. #. type: Content of: <sect1><sect2><screen>
  139. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:91
  140. #, no-wrap
  141. msgid ""
  142. "<userinput remap=\"install\">make install\n"
  143. "ln -svf expect&expect-version;/libexpect&expect-version;.so /usr/lib</userinput>"
  144. msgstr ""
  145. "<userinput remap=\"install\">make install\n"
  146. "ln -svf expect&expect-version;/libexpect&expect-version;.so /usr/lib</userinput>"
  147. #. type: Content of: <sect1><sect2><title>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:97
  149. msgid "Contents of Expect"
  150. msgstr "Expect 的内容"
  151. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:100
  153. msgid "Installed program"
  154. msgstr "安装的程序"
  155. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:101
  157. msgid "Installed library"
  158. msgstr "安装的库"
  159. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:104
  161. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:120
  162. msgid "expect"
  163. msgstr "expect"
  164. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  165. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:105
  166. msgid "libexpect-&expect-lib-version;.so"
  167. msgstr "libexpect-&expect-lib-version;.so"
  168. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  169. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:110
  170. msgid "Short Descriptions"
  171. msgstr "简要描述"
  172. #. type: Content of: <sect1><sect2><variablelist>
  173. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:111
  174. msgid ""
  175. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  176. msgstr ""
  177. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  178. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  179. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:115
  180. msgid "<command>expect</command>"
  181. msgstr "<command>expect</command>"
  182. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  183. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:117
  184. msgid "Communicates with other interactive programs according to a script"
  185. msgstr "根据一个脚本与其他交互程序交流"
  186. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  187. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:126
  188. msgid ""
  189. "<filename class=\"libraryfile\">libexpect-&expect-lib-version;.so</filename>"
  190. msgstr ""
  191. "<filename class=\"libraryfile\">libexpect-&expect-lib-version;.so</filename>"
  192. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  193. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:128
  194. msgid ""
  195. "Contains functions that allow Expect to be used as a Tcl extension or to be "
  196. "used directly from C or C++ (without Tcl)"
  197. msgstr ""
  198. "包含一些函数,使得 Expect 可以作为 Tcl 扩展使用,也可以直接在 C 或 C++ 中使"
  199. "用 (不使用 Tcl)"
  200. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  201. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expect.xml:131
  202. msgid "libexpect-&expect-lib-version;"
  203. msgstr "libexpect-&expect-lib-version;"