readline.po 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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 "&readline-url;"
  16. msgstr "&readline-url;"
  17. #. type: Content of: <sect1><sect1info>
  18. msgid ""
  19. "<productname>readline</productname> <productnumber>&readline-version;</"
  20. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  21. msgstr ""
  22. "<productname>readline</productname> <productnumber>&readline-version;</"
  23. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  24. #. type: Content of: <sect1><title>
  25. msgid "Readline-&readline-version;"
  26. msgstr "Readline-&readline-version;"
  27. #. type: Content of: <sect1><indexterm><primary>
  28. msgid "Readline"
  29. msgstr "Readline"
  30. #. type: Content of: <sect1><sect2><para>
  31. msgid ""
  32. "The Readline package is a set of libraries that offers command-line editing "
  33. "and history capabilities."
  34. msgstr "Readline 软件包包含一些提供命令行编辑和历史记录功能的库。"
  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 "&readline-fin-sbu;"
  43. msgstr "&readline-fin-sbu;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  45. msgid "&readline-fin-du;"
  46. msgstr "&readline-fin-du;"
  47. #. type: Content of: <sect1><sect2><title>
  48. msgid "Installation of Readline"
  49. msgstr "安装 Readline"
  50. #. type: Content of: <sect1><sect2><para>
  51. msgid ""
  52. "Reinstalling Readline will cause the old libraries to be moved to &lt;"
  53. "libraryname&gt;.old. While this is normally not a problem, in some cases it "
  54. "can trigger a linking bug in <command>ldconfig</command>. This can be "
  55. "avoided by issuing the following two seds:"
  56. msgstr ""
  57. "重新安装 Readline 会导致旧版本的库被重命名为 &lt;库名称&gt;.old。这一般不是问"
  58. "题,但某些情况下会触发 <command>ldconfig</command>的一个链接 bug。运行下面的"
  59. "两条 sed 命令防止这种情况:"
  60. #. type: Content of: <sect1><sect2><screen>
  61. #, no-wrap
  62. msgid ""
  63. "<userinput remap=\"pre\">sed -i '/MV.*old/d' Makefile.in\n"
  64. "sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput>"
  65. msgstr ""
  66. "<userinput remap=\"pre\">sed -i '/MV.*old/d' Makefile.in\n"
  67. "sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput>"
  68. #. type: Content of: <sect1><sect2><para>
  69. msgid "Prepare Readline for compilation:"
  70. msgstr "准备编译 Readline:"
  71. #. type: Content of: <sect1><sect2><screen>
  72. #, no-wrap
  73. msgid ""
  74. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  75. " --disable-static \\\n"
  76. " --with-curses \\\n"
  77. " --docdir=/usr/share/doc/readline-&readline-version;</userinput>"
  78. msgstr ""
  79. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  80. " --disable-static \\\n"
  81. " --with-curses \\\n"
  82. " --docdir=/usr/share/doc/readline-&readline-version;</userinput>"
  83. #. type: Content of: <sect1><sect2><variablelist><title>
  84. msgid "The meaning of the configure option:"
  85. msgstr "配置选项的含义"
  86. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  87. msgid "<parameter>--with-curses</parameter>"
  88. msgstr "<parameter>--with-curses</parameter>"
  89. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  90. msgid ""
  91. "This option tells Readline that it can find the termcap library functions in "
  92. "the curses library, rather than a separate termcap library. It allows "
  93. "generating a correct <filename>readline.pc</filename> file."
  94. msgstr ""
  95. "该选项告诉 Readline 它可以在 curses 库中查找 termcap 库函数,而不是单独的"
  96. "termcap 库。这样就能生成正确的 <filename>readline.pc</filename> 文件。"
  97. #. type: Content of: <sect1><sect2><para>
  98. msgid "Compile the package:"
  99. msgstr "编译该软件包:"
  100. #. type: Content of: <sect1><sect2><screen>
  101. #, no-wrap
  102. msgid "<userinput remap=\"make\">make SHLIB_LIBS=\"-lncursesw\"</userinput>"
  103. msgstr "<userinput remap=\"make\">make SHLIB_LIBS=\"-lncursesw\"</userinput>"
  104. #. type: Content of: <sect1><sect2><variablelist><title>
  105. msgid "The meaning of the make option:"
  106. msgstr "make 命令选项的含义"
  107. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  108. msgid "<parameter>SHLIB_LIBS=\"-lncursesw\"</parameter>"
  109. msgstr "<parameter>SHLIB_LIBS=\"-lncursesw\"</parameter>"
  110. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  111. msgid ""
  112. "This option forces Readline to link against the <filename class=\"libraryfile"
  113. "\">libncursesw</filename> library."
  114. msgstr ""
  115. "该选项强制 Readline 链接到 <filename class=\"libraryfile\">libncursesw</"
  116. "filename> 库。"
  117. #. type: Content of: <sect1><sect2><para>
  118. msgid "This package does not come with a test suite."
  119. msgstr "该软件包不包含测试套件。"
  120. #. type: Content of: <sect1><sect2><para>
  121. msgid "Install the package:"
  122. msgstr "安装该软件包:"
  123. #. type: Content of: <sect1><sect2><screen>
  124. #, no-wrap
  125. msgid "<userinput remap=\"install\">make SHLIB_LIBS=\"-lncursesw\" install</userinput>"
  126. msgstr "<userinput remap=\"install\">make SHLIB_LIBS=\"-lncursesw\" install</userinput>"
  127. #. type: Content of: <sect1><sect2><para>
  128. msgid ""
  129. "Now move the dynamic libraries to a more appropriate location and fix up "
  130. "some permissions and symbolic links:"
  131. msgstr "下面将动态库移动到更合适的位置,并修正访问权限和符号链接:"
  132. #. type: Content of: <sect1><sect2><screen>
  133. #, no-wrap
  134. msgid ""
  135. "<userinput remap=\"install\">mv -v /usr/lib/lib{readline,history}.so.* /lib\n"
  136. "chmod -v u+w /lib/lib{readline,history}.so.*\n"
  137. "ln -sfv ../../lib/$(readlink /usr/lib/libreadline.so) /usr/lib/libreadline.so\n"
  138. "ln -sfv ../../lib/$(readlink /usr/lib/libhistory.so ) /usr/lib/libhistory.so</userinput>"
  139. msgstr ""
  140. "<userinput remap=\"install\">mv -v /usr/lib/lib{readline,history}.so.* /lib\n"
  141. "chmod -v u+w /lib/lib{readline,history}.so.*\n"
  142. "ln -sfv ../../lib/$(readlink /usr/lib/libreadline.so) /usr/lib/libreadline.so\n"
  143. "ln -sfv ../../lib/$(readlink /usr/lib/libhistory.so ) /usr/lib/libhistory.so</userinput>"
  144. #. type: Content of: <sect1><sect2><para>
  145. msgid "If desired, install the documentation:"
  146. msgstr "如果您希望的话,可以安装文档:"
  147. #. type: Content of: <sect1><sect2><screen>
  148. #, no-wrap
  149. msgid "<userinput remap=\"install\">install -v -m644 doc/*.{ps,pdf,html,dvi} /usr/share/doc/readline-&readline-version;</userinput>"
  150. msgstr "<userinput remap=\"install\">install -v -m644 doc/*.{ps,pdf,html,dvi} /usr/share/doc/readline-&readline-version;</userinput>"
  151. #. type: Content of: <sect1><sect2><title>
  152. msgid "Contents of Readline"
  153. msgstr "Readline 的内容"
  154. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  155. msgid "Installed libraries"
  156. msgstr "安装的库"
  157. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  158. msgid "Installed directories"
  159. msgstr "安装的目录"
  160. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  161. msgid "libhistory.so and libreadline.so"
  162. msgstr "libhistory.so 和 libreadline.so"
  163. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  164. msgid "/usr/include/readline and /usr/share/doc/readline-&readline-version;"
  165. msgstr "/usr/include/readline 和 /usr/share/doc/readline-&readline-version;"
  166. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  167. msgid "Short Descriptions"
  168. msgstr "简要描述"
  169. #. type: Content of: <sect1><sect2><variablelist>
  170. msgid ""
  171. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  172. msgstr ""
  173. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  174. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  175. msgid "<filename class=\"libraryfile\">libhistory</filename>"
  176. msgstr "<filename class=\"libraryfile\">libhistory</filename>"
  177. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  178. msgid "Provides a consistent user interface for recalling lines of history"
  179. msgstr "提供一个查询之前输入行的一致用户接口"
  180. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  181. msgid "libhistory"
  182. msgstr "libhistory"
  183. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  184. msgid "<filename class=\"libraryfile\">libreadline</filename>"
  185. msgstr "<filename class=\"libraryfile\">libreadline</filename>"
  186. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  187. msgid ""
  188. "Provides a set of commands for manipulating text entered in an interactive "
  189. "session of a program."
  190. msgstr "提供一组在程序的交互会话中操纵输入的文本的命令。"
  191. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  192. msgid "libreadline"
  193. msgstr "libreadline"