1
0

mpfr.po 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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/mpfr.xml:14
  15. #, no-wrap
  16. msgid "&mpfr-url;"
  17. msgstr "&mpfr-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:12
  20. msgid ""
  21. "<productname>mpfr</productname> <productnumber>&mpfr-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>mpfr</productname> <productnumber>&mpfr-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:17
  28. msgid "MPFR-&mpfr-version;"
  29. msgstr "MPFR-&mpfr-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:20
  32. msgid "MPFR"
  33. msgstr "MPFR"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:26
  36. msgid "The MPFR package contains functions for multiple precision math."
  37. msgstr "MPFR 软件包包含多精度数学函数。"
  38. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:30
  40. msgid "&buildtime;"
  41. msgstr "&buildtime;"
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:31
  44. msgid "&diskspace;"
  45. msgstr "&diskspace;"
  46. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:34
  48. #, fuzzy
  49. msgid "&mpfr-fin-sbu;"
  50. msgstr "&mpfr-ch6-sbu;"
  51. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  52. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:35
  53. #, fuzzy
  54. msgid "&mpfr-fin-du;"
  55. msgstr "&mpfr-ch6-du;"
  56. #. type: Content of: <sect1><sect2><title>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:42
  58. msgid "Installation of MPFR"
  59. msgstr "安装 MPFR"
  60. #. type: Content of: <sect1><sect2><para>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:44
  62. msgid "Prepare MPFR for compilation:"
  63. msgstr "准备编译 MPFR:"
  64. #. type: Content of: <sect1><sect2><screen>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:46
  66. #, no-wrap
  67. msgid ""
  68. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  69. " --disable-static \\\n"
  70. " --enable-thread-safe \\\n"
  71. " --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput>"
  72. msgstr ""
  73. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  74. " --disable-static \\\n"
  75. " --enable-thread-safe \\\n"
  76. " --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput>"
  77. #. type: Content of: <sect1><sect2><para>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:51
  79. msgid "Compile the package and generate the HTML documentation:"
  80. msgstr "编译该软件包,并生成 HTML 文档:"
  81. #. type: Content of: <sect1><sect2><screen>
  82. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:53
  83. #, no-wrap
  84. msgid ""
  85. "<userinput remap=\"make\">make\n"
  86. "make html</userinput>"
  87. msgstr ""
  88. "<userinput remap=\"make\">make\n"
  89. "make html</userinput>"
  90. #. type: Content of: <sect1><sect2><important><para>
  91. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:57
  92. msgid ""
  93. "The test suite for MPFR in this section is considered critical. Do not skip "
  94. "it under any circumstances."
  95. msgstr "本节中 MPFR 的测试套件被认为是非常关键的,无论如何不能跳过。"
  96. #. type: Content of: <sect1><sect2><para>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:61
  98. msgid "Test the results and ensure that all tests passed:"
  99. msgstr "测试编译结果,并确认所有测试都能通过:"
  100. #. type: Content of: <sect1><sect2><screen>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:63
  102. #, no-wrap
  103. msgid "<userinput remap=\"test\">make check</userinput>"
  104. msgstr "<userinput remap=\"test\">make check</userinput>"
  105. #. type: Content of: <sect1><sect2><para>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:65
  107. msgid "Install the package and its documentation:"
  108. msgstr "安装该软件包及其文档:"
  109. #. type: Content of: <sect1><sect2><screen>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:67
  111. #, no-wrap
  112. msgid ""
  113. "<userinput remap=\"install\">make install\n"
  114. "make install-html</userinput>"
  115. msgstr ""
  116. "<userinput remap=\"install\">make install\n"
  117. "make install-html</userinput>"
  118. #. type: Content of: <sect1><sect2><title>
  119. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:74
  120. msgid "Contents of MPFR"
  121. msgstr "MPFR 的内容"
  122. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:77
  124. msgid "Installed Libraries"
  125. msgstr "安装的库"
  126. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:78
  128. msgid "Installed directory"
  129. msgstr "安装的目录"
  130. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:81
  132. msgid "libmpfr.so"
  133. msgstr "libmpfr.so"
  134. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:82
  136. msgid "/usr/share/doc/mpfr-&mpfr-version;"
  137. msgstr "/usr/share/doc/mpfr-&mpfr-version;"
  138. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  139. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:87
  140. msgid "Short Descriptions"
  141. msgstr "简要描述"
  142. #. type: Content of: <sect1><sect2><variablelist>
  143. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:88
  144. msgid ""
  145. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  146. msgstr ""
  147. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:92
  149. msgid "<filename class=\"libraryfile\">libmpfr</filename>"
  150. msgstr "<filename class=\"libraryfile\">libmpfr</filename>"
  151. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:94
  153. msgid "Contains multiple-precision math functions"
  154. msgstr "包含多精度数学函数"
  155. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:96
  157. msgid "libmpfr"
  158. msgstr "libmpfr"