1
0

bc.po 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-06-21 23:42+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. msgid "&bc-fin-sbu;"
  50. msgstr "&bc-fin-sbu;"
  51. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  52. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:35
  53. msgid "&bc-fin-du;"
  54. msgstr "&bc-fin-du;"
  55. #. type: Content of: <sect1><sect2><title>
  56. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:42
  57. msgid "Installation of Bc"
  58. msgstr "安装 Bc"
  59. #. type: Content of: <sect1><sect2><para>
  60. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:44
  61. msgid "Prepare Bc for compilation:"
  62. msgstr "准备编译 Bc:"
  63. #. type: Content of: <sect1><sect2><screen>
  64. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:46
  65. #, no-wrap
  66. msgid "<userinput remap=\"configure\">PREFIX=/usr CC=gcc CFLAGS=\"-std=c99\" ./configure.sh -G -O3</userinput>"
  67. msgstr "<userinput remap=\"configure\">PREFIX=/usr CC=gcc CFLAGS=\"-std=c99\" ./configure.sh -G -O3</userinput>"
  68. #. type: Content of: <sect1><sect2><variablelist><title>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:49
  70. msgid "The meaning of the configure options:"
  71. msgstr "配置选项的含义:"
  72. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  73. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:52
  74. msgid "<parameter>CC=gcc CFLAGS=\"-std=c99\"</parameter>"
  75. msgstr "<parameter>CC=gcc CFLAGS=\"-std=c99\"</parameter>"
  76. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  77. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:54
  78. msgid "These parameters specify the compiler and the C standard to use."
  79. msgstr "该选项指定编译时使用的 C 编译器和标准。"
  80. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:59
  82. msgid "<parameter>-O3</parameter>"
  83. msgstr "<parameter>-O3</parameter>"
  84. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:61
  86. msgid "Specify the optimization to use."
  87. msgstr "该选项指定编译时使用的优化等级。"
  88. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:66
  90. msgid "<parameter>-G</parameter>"
  91. msgstr "<parameter>-G</parameter>"
  92. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:68
  94. msgid "Omit parts of the test suite that won't work without a GNU bc present."
  95. msgstr "忽略在没有 GNU bc 存在时无法工作的测试。"
  96. #. type: Content of: <sect1><sect2><para>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:74
  98. msgid "Compile the package:"
  99. msgstr "编译该软件包:"
  100. #. type: Content of: <sect1><sect2><screen>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:76
  102. #, no-wrap
  103. msgid "<userinput remap=\"make\">make</userinput>"
  104. msgstr "<userinput remap=\"make\">make</userinput>"
  105. #. type: Content of: <sect1><sect2><para>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:78
  107. msgid "To test bc, run:"
  108. msgstr "为了测试 bc,运行:"
  109. #. type: Content of: <sect1><sect2><screen>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:80
  111. #, no-wrap
  112. msgid "<userinput remap=\"test\">make test</userinput>"
  113. msgstr "<userinput remap=\"test\">make test</userinput>"
  114. #. type: Content of: <sect1><sect2><para>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:83
  116. msgid "Install the package:"
  117. msgstr "安装该软件包:"
  118. #. type: Content of: <sect1><sect2><screen>
  119. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:85
  120. #, no-wrap
  121. msgid "<userinput remap=\"install\">make install</userinput>"
  122. msgstr "<userinput remap=\"install\">make install</userinput>"
  123. #. type: Content of: <sect1><sect2><title>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:90
  125. msgid "Contents of Bc"
  126. msgstr "Bc 的内容"
  127. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:93
  129. msgid "Installed programs"
  130. msgstr "安装的程序"
  131. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:96
  133. msgid "bc and dc"
  134. msgstr "bc 和 dc"
  135. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:101
  137. msgid "Short Descriptions"
  138. msgstr "简要描述"
  139. #. type: Content of: <sect1><sect2><variablelist>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:102
  141. msgid ""
  142. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  143. msgstr ""
  144. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?><?"
  145. "dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  146. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  147. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:106
  148. msgid "<command>bc</command>"
  149. msgstr "<command>bc</command>"
  150. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  151. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:108
  152. msgid "A command line calculator"
  153. msgstr "一个命令行计算器"
  154. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  155. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:110
  156. msgid "bc"
  157. msgstr "bc"
  158. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  159. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:116
  160. msgid "<command>dc</command>"
  161. msgstr "<command>dc</command>"
  162. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  163. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:118
  164. msgid "A reverse-polish command line calculator"
  165. msgstr "一个逆波兰式命令行计算器"
  166. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  167. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:120
  168. msgid "dc"
  169. msgstr "dc"