readline.po 11 KB

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