bc.po 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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/bc.xml:14
  15. #, no-wrap
  16. msgid "&bc-url;"
  17. msgstr "&bc-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:12
  20. msgid ""
  21. "<productname>bc</productname> <productnumber>&bc-version;</productnumber> "
  22. "<placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>bc</productname> <productnumber>&bc-version;</productnumber> "
  25. "<placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:17
  28. msgid "Bc-&bc-version;"
  29. msgstr "Bc-&bc-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:20
  32. msgid "Bc"
  33. msgstr "Bc"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:26
  36. msgid ""
  37. "The Bc package contains an arbitrary precision numeric processing language."
  38. msgstr "Bc 软件包包含一个任意精度数值处理语言。"
  39. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  40. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:30
  41. msgid "&buildtime;"
  42. msgstr "&buildtime;"
  43. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  44. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:31
  45. msgid "&diskspace;"
  46. msgstr "&diskspace;"
  47. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  48. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:34
  49. #, fuzzy
  50. msgid "&bc-fin-sbu;"
  51. msgstr "&bc-ch6-sbu;"
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:35
  54. #, fuzzy
  55. msgid "&bc-fin-du;"
  56. msgstr "&bc-ch6-du;"
  57. #. type: Content of: <sect1><sect2><title>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:42
  59. msgid "Installation of Bc"
  60. msgstr "安装 Bc"
  61. #. type: Content of: <sect1><sect2><para>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:44
  63. msgid "Prepare Bc for compilation:"
  64. msgstr "准备编译 Bc:"
  65. #. type: Content of: <sect1><sect2><screen>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:46
  67. #, no-wrap
  68. msgid "<userinput remap=\"configure\">PREFIX=/usr CC=gcc CFLAGS=\"-std=c99\" ./configure.sh -G -O3</userinput>"
  69. msgstr "<userinput remap=\"configure\">PREFIX=/usr CC=gcc CFLAGS=\"-std=c99\" ./configure.sh -G -O3</userinput>"
  70. #. type: Content of: <sect1><sect2><variablelist><title>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:49
  72. msgid "The meaning of the configure options:"
  73. msgstr "配置选项的含义:"
  74. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  75. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:52
  76. msgid "<parameter>CC=gcc CFLAGS=\"-std=c99\"</parameter>"
  77. msgstr "<parameter>CC=gcc CFLAGS=\"-std=c99\"</parameter>"
  78. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:54
  80. #, fuzzy
  81. msgid "These parameters specify the compiler and the C standard to use."
  82. msgstr "该选项指定编译时使用的 C 编译器和标准。"
  83. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  84. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:59
  85. msgid "<parameter>-O3</parameter>"
  86. msgstr "<parameter>-O3</parameter>"
  87. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  88. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:61
  89. msgid "Specify the optimization to use."
  90. msgstr "该选项指定编译时使用的优化等级。"
  91. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:66
  93. msgid "<parameter>-G</parameter>"
  94. msgstr "<parameter>-G</parameter>"
  95. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:68
  97. msgid "Omit parts of the test suite that won't work without a GNU bc present."
  98. msgstr "忽略在没有 GNU bc 存在时无法工作的测试。"
  99. #. type: Content of: <sect1><sect2><para>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:74
  101. msgid "Compile the package:"
  102. msgstr "编译该软件包:"
  103. #. type: Content of: <sect1><sect2><screen>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:76
  105. #, no-wrap
  106. msgid "<userinput remap=\"make\">make</userinput>"
  107. msgstr "<userinput remap=\"make\">make</userinput>"
  108. #. type: Content of: <sect1><sect2><para>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:78
  110. msgid "To test bc, run:"
  111. msgstr "为了测试 bc,运行:"
  112. #. type: Content of: <sect1><sect2><screen>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:80
  114. #, no-wrap
  115. msgid "<userinput remap=\"test\">make test</userinput>"
  116. msgstr "<userinput remap=\"test\">make test</userinput>"
  117. #. type: Content of: <sect1><sect2><para>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:83
  119. msgid "Install the package:"
  120. msgstr "安装该软件包:"
  121. #. type: Content of: <sect1><sect2><screen>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:85
  123. #, no-wrap
  124. msgid "<userinput remap=\"install\">make install</userinput>"
  125. msgstr "<userinput remap=\"install\">make install</userinput>"
  126. #. type: Content of: <sect1><sect2><title>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:90
  128. msgid "Contents of Bc"
  129. msgstr "Bc 的内容"
  130. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:93
  132. msgid "Installed programs"
  133. msgstr "安装的程序"
  134. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:96
  136. msgid "bc and dc"
  137. msgstr "bc 和 dc"
  138. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  139. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:101
  140. msgid "Short Descriptions"
  141. msgstr "简要描述"
  142. #. type: Content of: <sect1><sect2><variablelist>
  143. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:102
  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/bc.xml:106
  149. msgid "<command>bc</command>"
  150. msgstr "<command>bc</command>"
  151. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:108
  153. msgid "A command line calculator"
  154. msgstr "一个命令行计算器"
  155. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:110
  157. msgid "bc"
  158. msgstr "bc"
  159. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:116
  161. msgid "<command>dc</command>"
  162. msgstr "<command>dc</command>"
  163. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:118
  165. msgid "A reverse-polish command line calculator"
  166. msgstr "一个逆波兰式命令行计算器"
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:120
  169. msgid "dc"
  170. msgstr "dc"