mpc.po 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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. msgid "&mpc-fin-sbu;"
  51. msgstr "&mpc-fin-sbu;"
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:36
  54. msgid "&mpc-fin-du;"
  55. msgstr "&mpc-fin-du;"
  56. #. type: Content of: <sect1><sect2><title>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:43
  58. msgid "Installation of MPC"
  59. msgstr "安装 MPC"
  60. #. type: Content of: <sect1><sect2><para>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:45
  62. msgid "Prepare MPC for compilation:"
  63. msgstr "准备编译 MPC:"
  64. #. type: Content of: <sect1><sect2><screen>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:47
  66. #, no-wrap
  67. msgid ""
  68. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  69. " --disable-static \\\n"
  70. " --docdir=/usr/share/doc/mpc-&mpc-version;</userinput>"
  71. msgstr ""
  72. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  73. " --disable-static \\\n"
  74. " --docdir=/usr/share/doc/mpc-&mpc-version;</userinput>"
  75. #. type: Content of: <sect1><sect2><para>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:51
  77. msgid "Compile the package and generate the HTML documentation:"
  78. msgstr "编译该软件包,并生成 HTML 文档:"
  79. #. type: Content of: <sect1><sect2><screen>
  80. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:53
  81. #, no-wrap
  82. msgid ""
  83. "<userinput remap=\"make\">make\n"
  84. "make html</userinput>"
  85. msgstr ""
  86. "<userinput remap=\"make\">make\n"
  87. "make html</userinput>"
  88. #. type: Content of: <sect1><sect2><para>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:56
  90. msgid "To test the results, issue:"
  91. msgstr "运行以下命令以测试编译结果:"
  92. #. type: Content of: <sect1><sect2><screen>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:58
  94. #, no-wrap
  95. msgid "<userinput remap=\"test\">make check</userinput>"
  96. msgstr "<userinput remap=\"test\">make check</userinput>"
  97. #. type: Content of: <sect1><sect2><para>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:60
  99. msgid "Install the package and its documentation:"
  100. msgstr "安装该软件包"
  101. #. type: Content of: <sect1><sect2><screen>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:62
  103. #, no-wrap
  104. msgid ""
  105. "<userinput remap=\"install\">make install\n"
  106. "make install-html</userinput>"
  107. msgstr ""
  108. "<userinput remap=\"install\">make install\n"
  109. "make install-html</userinput>"
  110. #. type: Content of: <sect1><sect2><title>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:69
  112. msgid "Contents of MPC"
  113. msgstr "MPC 的内容"
  114. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:72
  116. msgid "Installed Libraries"
  117. msgstr "安装的库"
  118. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  119. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:73
  120. msgid "Installed Directory"
  121. msgstr "安装的目录"
  122. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:76
  124. msgid "libmpc.so"
  125. msgstr "libmpc.so"
  126. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:77
  128. msgid "/usr/share/doc/mpc-&mpc-version;"
  129. msgstr "/usr/share/doc/mpc-&mpc-version;"
  130. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:82
  132. msgid "Short Descriptions"
  133. msgstr "简要描述"
  134. #. type: Content of: <sect1><sect2><variablelist>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:83
  136. msgid ""
  137. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  138. msgstr ""
  139. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  140. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:87
  142. msgid "<filename class=\"libraryfile\">libmpc</filename>"
  143. msgstr "<filename class=\"libraryfile\">libmpc</filename>"
  144. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:89
  146. msgid "Contains complex math functions"
  147. msgstr "包含复数数学运算函数"
  148. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpc.xml:91
  150. msgid "libmpc"
  151. msgstr "libmpc"