expect.po 7.4 KB

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