openssl.po 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  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/openssl.xml:14
  15. #, no-wrap
  16. msgid "&openssl-url;"
  17. msgstr "&openssl-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:12
  20. msgid ""
  21. "<productname>openssl</productname> <productnumber>&openssl-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>openssl</productname> <productnumber>&openssl-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:17
  28. msgid "OpenSSL-&openssl-version;"
  29. msgstr "OpenSSL-&openssl-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:20
  32. msgid "OpenSSL"
  33. msgstr "OpenSSL"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:26
  36. #, fuzzy
  37. msgid ""
  38. "The OpenSSL package contains management tools and libraries relating to "
  39. "cryptography. These are useful for providing cryptographic functions to "
  40. "other packages, such as OpenSSH, email applications, and web browsers (for "
  41. "accessing HTTPS sites)."
  42. msgstr ""
  43. "OpenSSL 软件包包含密码学相关的管理工具和库。它们被用于向其他软件包提供密码学"
  44. "功能,例如 OpenSSH,电子邮件程序和 Web 浏览器 (以访问 HTTPS 站点)。"
  45. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  46. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:32
  47. msgid "&buildtime;"
  48. msgstr "&buildtime;"
  49. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  50. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:33
  51. msgid "&diskspace;"
  52. msgstr "&diskspace;"
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:36
  55. msgid "&openssl-fin-sbu;"
  56. msgstr "&openssl-fin-sbu;"
  57. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:37
  59. msgid "&openssl-fin-du;"
  60. msgstr "&openssl-fin-du;"
  61. #. type: Content of: <sect1><sect2><title>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:44
  63. msgid "Installation of OpenSSL"
  64. msgstr "安装 OpenSSL"
  65. #. type: Content of: <sect1><sect2><para>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:46
  67. msgid "Prepare OpenSSL for compilation:"
  68. msgstr "准备编译 OpenSSL:"
  69. #. type: Content of: <sect1><sect2><screen>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:48
  71. #, no-wrap
  72. msgid ""
  73. "<userinput remap=\"configure\">./config --prefix=/usr \\\n"
  74. " --openssldir=/etc/ssl \\\n"
  75. " --libdir=lib \\\n"
  76. " shared \\\n"
  77. " zlib-dynamic</userinput>"
  78. msgstr ""
  79. "<userinput remap=\"configure\">./config --prefix=/usr \\\n"
  80. " --openssldir=/etc/ssl \\\n"
  81. " --libdir=lib \\\n"
  82. " shared \\\n"
  83. " zlib-dynamic</userinput>"
  84. #. type: Content of: <sect1><sect2><para>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:54
  86. msgid "Compile the package:"
  87. msgstr "编译该软件包:"
  88. #. type: Content of: <sect1><sect2><screen>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:56
  90. #, no-wrap
  91. msgid "<userinput remap=\"make\">make</userinput>"
  92. msgstr "<userinput remap=\"make\">make</userinput>"
  93. #. type: Content of: <sect1><sect2><para>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:58
  95. msgid "To test the results, issue:"
  96. msgstr "运行以下命令以测试编译结果:"
  97. #. type: Content of: <sect1><sect2><screen>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:60
  99. #, no-wrap
  100. msgid "<userinput remap=\"test\">make test</userinput>"
  101. msgstr "<userinput remap=\"test\">make test</userinput>"
  102. #. type: Content of: <sect1><sect2><para>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:62
  104. msgid ""
  105. "One test 30-test_afalg.t is known to fail on some kernel configurations (it "
  106. "apparently assumes certain unspecified crypto options have been selected)."
  107. msgstr ""
  108. #. type: Content of: <sect1><sect2><para>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:66
  110. msgid "Install the package:"
  111. msgstr "安装该软件包:"
  112. #. type: Content of: <sect1><sect2><screen>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:68
  114. #, no-wrap
  115. msgid ""
  116. "<userinput remap=\"install\">sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' Makefile\n"
  117. "make MANSUFFIX=ssl install</userinput>"
  118. msgstr ""
  119. "<userinput remap=\"install\">sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' Makefile\n"
  120. "make MANSUFFIX=ssl install</userinput>"
  121. #. type: Content of: <sect1><sect2><para>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:71
  123. msgid "If desired, install the documentation:"
  124. msgstr "如果需要的话,安装文档:"
  125. #. type: Content of: <sect1><sect2><screen>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:73
  127. #, no-wrap
  128. msgid ""
  129. "<userinput remap=\"install\">mv -v /usr/share/doc/openssl /usr/share/doc/openssl-&openssl-version;\n"
  130. "cp -vfr doc/* /usr/share/doc/openssl-&openssl-version;</userinput>"
  131. msgstr ""
  132. "<userinput remap=\"install\">mv -v /usr/share/doc/openssl /usr/share/doc/openssl-&openssl-version;\n"
  133. "cp -vfr doc/* /usr/share/doc/openssl-&openssl-version;</userinput>"
  134. #. type: Content of: <sect1><sect2><title>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:79
  136. msgid "Contents of OpenSSL"
  137. msgstr "OpenSSL 的内容"
  138. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  139. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:82
  140. msgid "Installed programs"
  141. msgstr "安装的程序"
  142. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  143. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:83
  144. msgid "Installed libraries"
  145. msgstr "安装的库"
  146. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  147. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:84
  148. msgid "Installed directories"
  149. msgstr "安装的目录"
  150. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  151. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:88
  152. msgid "c_rehash and openssl"
  153. msgstr "c_rehash 和 openssl"
  154. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  155. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:91
  156. msgid "libcrypto.{so,a} and libssl.{so,a}"
  157. msgstr "libcrypto.{so,a} 和 libssl.{so,a}"
  158. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  159. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:94
  160. msgid ""
  161. "/etc/ssl, /usr/include/openssl, /usr/lib/engines and /usr/share/doc/openssl-"
  162. "&openssl-version;"
  163. msgstr ""
  164. "/etc/ssl, /usr/include/openssl, /usr/lib/engines 以及 /usr/share/doc/openssl-"
  165. "&openssl-version;"
  166. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  167. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:103
  168. msgid "Short Descriptions"
  169. msgstr "简要描述"
  170. #. type: Content of: <sect1><sect2><variablelist>
  171. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:104
  172. msgid ""
  173. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  174. msgstr ""
  175. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  176. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:108
  178. msgid "<command>c_rehash</command>"
  179. msgstr "<command>c_rehash</command>"
  180. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:111
  182. msgid ""
  183. "is a <application>Perl</application> script that scans all files in a "
  184. "directory and adds symbolic links to their hash values."
  185. msgstr ""
  186. "一个 <application>Perl</application> 脚本,扫描一个目录中的所有文件,并添加"
  187. "它们的符号链接,符号链接名为对应文件的散列值。"
  188. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  189. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:115
  190. msgid "c_rehash"
  191. msgstr "c_rehash"
  192. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  193. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:121
  194. msgid "<command>openssl</command>"
  195. msgstr "<command>openssl</command>"
  196. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  197. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:124
  198. msgid ""
  199. "is a command-line tool for using the various cryptography functions of "
  200. "<application>OpenSSL</application>'s crypto library from the shell. It can "
  201. "be used for various functions which are documented in <command>man 1 "
  202. "openssl</command>."
  203. msgstr ""
  204. "一个命令行工具,用于从 shell 使用 <application>OpenSSL</application>的密码学"
  205. "库的一些密码学函数。它可以被用于 <command>man 1 openssl</command>描述的许多功"
  206. "能。"
  207. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  208. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:130
  209. msgid "openssl"
  210. msgstr "openssl"
  211. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  212. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:136
  213. msgid "<filename class=\"libraryfile\">libcrypto.so</filename>"
  214. msgstr "<filename class=\"libraryfile\">libcrypto.so</filename>"
  215. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  216. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:139
  217. msgid ""
  218. "implements a wide range of cryptographic algorithms used in various Internet "
  219. "standards. The services provided by this library are used by the "
  220. "<application>OpenSSL</application> implementations of SSL, TLS and S/MIME, "
  221. "and they have also been used to implement <application>OpenSSH</"
  222. "application>, <application>OpenPGP</application>, and other cryptographic "
  223. "standards."
  224. msgstr ""
  225. "实现不同 Internet 标准使用的许多密码学算法。该库提供的服务被 "
  226. "<application>OpenSSL</application> 的 SSL、TLS 和 S/MIME 实现使用,也被用于实"
  227. "现 <application>OpenSSH</application>、<application>OpenPGP</application>,以"
  228. "及其他密码学标准。"
  229. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  230. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:148
  231. msgid "libcrypto.so"
  232. msgstr "libcrypto.so"
  233. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  234. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:154
  235. msgid "<filename class=\"libraryfile\">libssl.so</filename>"
  236. msgstr "<filename class=\"libraryfile\">libssl.so</filename>"
  237. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  238. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:157
  239. msgid ""
  240. "implements the Transport Layer Security (TLS v1) protocol. It provides a "
  241. "rich API, documentation on which can be found by running <command>man 3 ssl</"
  242. "command>."
  243. msgstr ""
  244. "实现传输层安全 (TLS v1) 协议。它提供了丰富的 API,这些 API 的文档可以通过执"
  245. "行 <command>man 3 ssl</command>查阅。"
  246. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  247. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:162
  248. msgid "libssl.so"
  249. msgstr "libssl.so"
  250. #~ msgid "One subtest in the test 20-test_enc.t is known to fail."
  251. #~ msgstr "已知测试 20-test_enc.t 的一项子测试可能失败。"