gmp.po 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  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/gmp.xml:14
  15. #, no-wrap
  16. msgid "&gmp-url;"
  17. msgstr "&gmp-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:12
  20. msgid ""
  21. "<productname>gmp</productname> <productnumber>&gmp-version;</productnumber> "
  22. "<placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>gmp</productname> <productnumber>&gmp-version;</productnumber> "
  25. "<placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:17
  28. msgid "GMP-&gmp-version;"
  29. msgstr "GMP-&gmp-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:20
  32. msgid "GMP"
  33. msgstr "GMP"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:26
  36. msgid ""
  37. "The GMP package contains math libraries. These have useful functions for "
  38. "arbitrary precision arithmetic."
  39. msgstr "GMP 软件包包含提供任意精度算术函数的数学库。"
  40. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  41. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:30
  42. msgid "&buildtime;"
  43. msgstr "&buildtime;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.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/gmp.xml:34
  50. #, fuzzy
  51. msgid "&gmp-fin-sbu;"
  52. msgstr "&gmp-ch6-sbu;"
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:35
  55. #, fuzzy
  56. msgid "&gmp-fin-du;"
  57. msgstr "&gmp-ch6-du;"
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:42
  60. msgid "Installation of GMP"
  61. msgstr "安装 GMP"
  62. #. type: Content of: <sect1><sect2><note><para><screen>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:50
  64. #, no-wrap
  65. msgid "<userinput><parameter>ABI=32</parameter> ./configure ...</userinput>"
  66. msgstr "<userinput><parameter>ABI=32</parameter> ./configure ...</userinput>"
  67. #. type: Content of: <sect1><sect2><note><para>
  68. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:45
  69. msgid ""
  70. "If you are building for 32-bit x86, but you have a CPU which is capable of "
  71. "running 64-bit code <emphasis>and</emphasis> you have specified "
  72. "<envar>CFLAGS</envar> in the environment, the configure script will attempt "
  73. "to configure for 64-bits and fail. Avoid this by invoking the configure "
  74. "command below with <placeholder type=\"screen\" id=\"0\"/>"
  75. msgstr ""
  76. "如果您在为 32 位 x86 构建 LFS,但您的 CPU 能够运行 64 位代码,<emphasis>而"
  77. "且</emphasis> 您指定了 <envar>CFLAGS</envar> 环境变量,配置脚本会试图为 64 "
  78. "位 CPU 进行配置并且失败。为了避免这个问题,像下面这样执行 configure 命令:"
  79. "<placeholder type=\"screen\" id=\"0\"/>"
  80. #. type: Content of: <sect1><sect2><note><para><screen>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:59
  82. #, no-wrap
  83. msgid ""
  84. "<userinput>cp -v configfsf.guess config.guess\n"
  85. "cp -v configfsf.sub config.sub</userinput>"
  86. msgstr ""
  87. "<userinput>cp -v configfsf.guess config.guess\n"
  88. "cp -v configfsf.sub config.sub</userinput>"
  89. #. type: Content of: <sect1><sect2><note><para>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:54
  91. msgid ""
  92. "The default settings of GMP produce libraries optimized for the host "
  93. "processor. If libraries suitable for processors less capable than the "
  94. "host's CPU are desired, generic libraries can be created by running the "
  95. "following: <placeholder type=\"screen\" id=\"0\"/>"
  96. msgstr ""
  97. "GMP 的默认设定会生成为本机处理器优化的库。如果您希望获得适合功能没有本机强大"
  98. "的 CPU 的库,执行以下命令,以生成通用库:<placeholder type=\"screen\" id="
  99. "\"0\"/>"
  100. #. type: Content of: <sect1><sect2><para>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:63
  102. msgid "Prepare GMP for compilation:"
  103. msgstr "准备编译 GMP:"
  104. #. type: Content of: <sect1><sect2><screen>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:65
  106. #, no-wrap
  107. msgid ""
  108. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  109. " --enable-cxx \\\n"
  110. " --disable-static \\\n"
  111. " --docdir=/usr/share/doc/gmp-&gmp-version;</userinput>"
  112. msgstr ""
  113. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  114. " --enable-cxx \\\n"
  115. " --disable-static \\\n"
  116. " --docdir=/usr/share/doc/gmp-&gmp-version;</userinput>"
  117. #. type: Content of: <sect1><sect2><variablelist><title>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:71
  119. msgid "The meaning of the new configure options:"
  120. msgstr "新的配置选项的含义:"
  121. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:74
  123. msgid "<parameter>--enable-cxx</parameter>"
  124. msgstr "<parameter>--enable-cxx</parameter>"
  125. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:76
  127. msgid "This parameter enables C++ support"
  128. msgstr "该参数启用 C++ 支持"
  129. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  130. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:81
  131. msgid "<parameter>--docdir=/usr/share/doc/gmp-&gmp-version;</parameter>"
  132. msgstr "<parameter>--docdir=/usr/share/doc/gmp-&gmp-version;</parameter>"
  133. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  134. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:83
  135. msgid "This variable specifies the correct place for the documentation."
  136. msgstr "该变量指定文档的正确位置"
  137. #. type: Content of: <sect1><sect2><para>
  138. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:90
  139. msgid "Compile the package and generate the HTML documentation:"
  140. msgstr "编译该软件包,并生成 HTML 文档:"
  141. #. type: Content of: <sect1><sect2><screen>
  142. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:92
  143. #, no-wrap
  144. msgid ""
  145. "<userinput remap=\"make\">make\n"
  146. "make html</userinput>"
  147. msgstr ""
  148. "<userinput remap=\"make\">make\n"
  149. "make html</userinput>"
  150. #. type: Content of: <sect1><sect2><important><para>
  151. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:96
  152. msgid ""
  153. "The test suite for GMP in this section is considered critical. Do not skip "
  154. "it under any circumstances."
  155. msgstr ""
  156. "我们认为,本节中 GMP 的测试套件被认为是关键的。无论如何都不要跳过测试过程。"
  157. #. type: Content of: <sect1><sect2><para>
  158. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:100
  159. msgid "Test the results:"
  160. msgstr "测试编译结果:"
  161. #. type: Content of: <sect1><sect2><screen>
  162. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:102
  163. #, no-wrap
  164. msgid "<userinput remap=\"test\">make check 2>&amp;1 | tee gmp-check-log</userinput>"
  165. msgstr "<userinput remap=\"test\">make check 2>&amp;1 | tee gmp-check-log</userinput>"
  166. #. type: Content of: <sect1><sect2><caution><para>
  167. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:104
  168. msgid ""
  169. "The code in gmp is highly optimized for the processor where it is built. "
  170. "Occasionally, the code that detects the processor misidentifies the system "
  171. "capabilities and there will be errors in the tests or other applications "
  172. "using the gmp libraries with the message \"Illegal instruction\". In this "
  173. "case, gmp should be reconfigured with the option --build=x86_64-unknown-"
  174. "linux-gnu and rebuilt."
  175. msgstr ""
  176. "GMP 中的代码是针对本机处理器高度优化的。在偶然情况下,检测处理器的代码会错误"
  177. "识别 CPU 的功能,导致测试套件或使用 GMP 的其他程序输出消息 “Illegal "
  178. "instruction” (非法指令)。如果发生这种情况,需要加入选项 --build=x86_64-"
  179. "unknown-linux-gnu 并重新构建 GMP。"
  180. #. type: Content of: <sect1><sect2><para>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:111
  182. #, fuzzy
  183. msgid ""
  184. "Ensure that all 197 tests in the test suite passed. Check the results by "
  185. "issuing the following command:"
  186. msgstr "务必确认测试套件中的 190 个测试全部通过。运行以下命令检验结果:"
  187. #. type: Content of: <sect1><sect2><screen>
  188. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:114
  189. #, no-wrap
  190. msgid "<userinput remap=\"test\">awk '/# PASS:/{total+=$3} ; END{print total}' gmp-check-log</userinput>"
  191. msgstr "<userinput remap=\"test\">awk '/# PASS:/{total+=$3} ; END{print total}' gmp-check-log</userinput>"
  192. #. type: Content of: <sect1><sect2><para>
  193. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:116
  194. msgid "Install the package and its documentation:"
  195. msgstr "安装该软件包及其文档:"
  196. #. type: Content of: <sect1><sect2><screen>
  197. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:118
  198. #, no-wrap
  199. msgid ""
  200. "<userinput remap=\"install\">make install\n"
  201. "make install-html</userinput>"
  202. msgstr ""
  203. "<userinput remap=\"install\">make install\n"
  204. "make install-html</userinput>"
  205. #. type: Content of: <sect1><sect2><title>
  206. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:124
  207. msgid "Contents of GMP"
  208. msgstr "GMP 的内容"
  209. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  210. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:127
  211. msgid "Installed Libraries"
  212. msgstr "安装的库"
  213. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  214. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:128
  215. msgid "Installed directory"
  216. msgstr "安装的目录"
  217. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  218. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:131
  219. msgid "libgmp.so and libgmpxx.so"
  220. msgstr "libgmp.so 和 libgmpxx.so"
  221. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  222. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:132
  223. msgid "/usr/share/doc/gmp-&gmp-version;"
  224. msgstr "/usr/share/doc/gmp-&gmp-version;"
  225. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  226. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:137
  227. msgid "Short Descriptions"
  228. msgstr "简要描述"
  229. #. type: Content of: <sect1><sect2><variablelist>
  230. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:138
  231. msgid ""
  232. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  233. msgstr ""
  234. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  235. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:142
  236. msgid "<filename class=\"libraryfile\">libgmp</filename>"
  237. msgstr "<filename class=\"libraryfile\">libgmp</filename>"
  238. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  239. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:144
  240. msgid "Contains precision math functions"
  241. msgstr "包含任意精度数学函数"
  242. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  243. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:146
  244. msgid "libgmp"
  245. msgstr "libgmp"
  246. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  247. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:152
  248. msgid "<filename class=\"libraryfile\">libgmpxx</filename>"
  249. msgstr "<filename class=\"libraryfile\">libgmpxx</filename>"
  250. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  251. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:154
  252. msgid "Contains C++ precision math functions"
  253. msgstr "包含 C++ 任意精度数学函数"
  254. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  255. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gmp.xml:156
  256. msgid "libgmpxx"
  257. msgstr "libgmpxx"