mpc.po 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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/mpc.xml:14
  15. #, no-wrap
  16. msgid "&mpc-url;"
  17. msgstr "&mpc-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:12
  20. msgid ""
  21. "<productname>mpc</productname> <productnumber>&mpc-version;</productnumber> "
  22. "<placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>mpc</productname> <productnumber>&mpc-version;</productnumber> "
  25. "<placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:17
  28. msgid "MPC-&mpc-version;"
  29. msgstr "MPC-&mpc-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:20
  32. msgid "MPC"
  33. msgstr "MPC"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:26
  36. msgid ""
  37. "The MPC package contains a library for the arithmetic of complex numbers "
  38. "with arbitrarily high precision and correct rounding of the result."
  39. msgstr "MPC 软件包包含一个任意高精度,且舍入正确的复数算术库。"
  40. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  41. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:31
  42. msgid "&buildtime;"
  43. msgstr "&buildtime;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:32
  46. msgid "&diskspace;"
  47. msgstr "&diskspace;"
  48. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:35
  50. #, fuzzy
  51. msgid "&mpc-fin-sbu;"
  52. msgstr "&mpc-ch6-sbu;"
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:36
  55. #, fuzzy
  56. msgid "&mpc-fin-du;"
  57. msgstr "&mpc-ch6-du;"
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:43
  60. msgid "Installation of MPC"
  61. msgstr "安装 MPC"
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:45
  64. msgid "Prepare MPC for compilation:"
  65. msgstr "准备编译 MPC:"
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:47
  68. #, no-wrap
  69. msgid ""
  70. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  71. " --disable-static \\\n"
  72. " --docdir=/usr/share/doc/mpc-&mpc-version;</userinput>"
  73. msgstr ""
  74. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  75. " --disable-static \\\n"
  76. " --docdir=/usr/share/doc/mpc-&mpc-version;</userinput>"
  77. #. type: Content of: <sect1><sect2><para>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.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/mpc.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><para>
  91. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:56
  92. msgid "To test the results, issue:"
  93. msgstr "运行以下命令以测试编译结果:"
  94. #. type: Content of: <sect1><sect2><screen>
  95. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:58
  96. #, no-wrap
  97. msgid "<userinput remap=\"test\">make check</userinput>"
  98. msgstr "<userinput remap=\"test\">make check</userinput>"
  99. #. type: Content of: <sect1><sect2><para>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:60
  101. msgid "Install the package and its documentation:"
  102. msgstr "安装该软件包"
  103. #. type: Content of: <sect1><sect2><screen>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:62
  105. #, no-wrap
  106. msgid ""
  107. "<userinput remap=\"install\">make install\n"
  108. "make install-html</userinput>"
  109. msgstr ""
  110. "<userinput remap=\"install\">make install\n"
  111. "make install-html</userinput>"
  112. #. type: Content of: <sect1><sect2><title>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:69
  114. msgid "Contents of MPC"
  115. msgstr "MPC 的内容"
  116. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:72
  118. msgid "Installed Libraries"
  119. msgstr "安装的库"
  120. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:73
  122. msgid "Installed Directory"
  123. msgstr "安装的目录"
  124. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:76
  126. msgid "libmpc.so"
  127. msgstr "libmpc.so"
  128. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:77
  130. msgid "/usr/share/doc/mpc-&mpc-version;"
  131. msgstr "/usr/share/doc/mpc-&mpc-version;"
  132. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:82
  134. msgid "Short Descriptions"
  135. msgstr "简要描述"
  136. #. type: Content of: <sect1><sect2><variablelist>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:83
  138. msgid ""
  139. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  140. msgstr ""
  141. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  142. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:87
  143. msgid "<filename class=\"libraryfile\">libmpc</filename>"
  144. msgstr "<filename class=\"libraryfile\">libmpc</filename>"
  145. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  146. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:89
  147. msgid "Contains complex math functions"
  148. msgstr "包含复数数学运算函数"
  149. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  150. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:91
  151. msgid "libmpc"
  152. msgstr "libmpc"