binutils-pass2.po 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "Report-Msgid-Bugs-To: \n"
  5. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  6. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  7. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  8. "Language-Team: LANGUAGE <LL@li.org>\n"
  9. "Language: zh_CN\n"
  10. "MIME-Version: 1.0\n"
  11. "Content-Type: text/plain; charset=UTF-8\n"
  12. "Content-Transfer-Encoding: 8bit\n"
  13. "X-Generator: Translate Toolkit 2.2.5\n"
  14. "X-Pootle-Path: /zh_CN/lfs/chapter05/binutils-pass2.po\n"
  15. "X-Pootle-Revision: 1639957\n"
  16. #. type: Content of: <sect1><sect1info><address>
  17. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:14
  18. #, no-wrap
  19. msgid "&binutils-url;"
  20. msgstr "&binutils-url;"
  21. #. type: Content of: <sect1><sect1info>
  22. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:12
  23. msgid ""
  24. "<productname>binutils-pass2</productname> <productnumber>&binutils-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. msgstr ""
  27. "<productname>binutils-pass2</productname> <productnumber>&binutils-version;</"
  28. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  29. #. type: Content of: <sect1><title>
  30. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:17
  31. msgid "Binutils-&binutils-version; - Pass 2"
  32. msgstr "Binutils-&binutils-version; - 第二遍"
  33. #. type: Content of: <sect1><indexterm><primary>
  34. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:20
  35. msgid "Binutils"
  36. msgstr "Binutils"
  37. #. type: Content of: <sect1><indexterm><secondary>
  38. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:21
  39. msgid "tools, pass 2"
  40. msgstr "tools, pass 2"
  41. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  42. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:32
  43. msgid "&buildtime;"
  44. msgstr "&buildtime;"
  45. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  46. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:33
  47. msgid "&diskspace;"
  48. msgstr "&diskspace;"
  49. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  50. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:36
  51. msgid "&binutils-tmpp2-sbu;"
  52. msgstr "&binutils-tmpp2-sbu;"
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:37
  55. msgid "&binutils-tmpp2-du;"
  56. msgstr "&binutils-tmpp2-du;"
  57. #. type: Content of: <sect1><sect2><title>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:44
  59. msgid "Installation of Binutils"
  60. msgstr "安装 Binutils"
  61. #. type: Content of: <sect1><sect2><para>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:46
  63. msgid "Create a separate build directory again:"
  64. msgstr "再一次地,创建一个单独的构建目录:"
  65. #. type: Content of: <sect1><sect2><screen>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:48
  67. #, no-wrap
  68. msgid ""
  69. "<userinput remap=\"pre\">mkdir -v build\n"
  70. "cd build</userinput>"
  71. msgstr ""
  72. "<userinput remap=\"pre\">mkdir -v build\n"
  73. "cd build</userinput>"
  74. #. type: Content of: <sect1><sect2><para>
  75. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:51
  76. msgid "Prepare Binutils for compilation:"
  77. msgstr "准备编译 Binutils:"
  78. #. type: Content of: <sect1><sect2><screen>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:53
  80. #, no-wrap
  81. msgid ""
  82. "<userinput remap=\"configure\">../configure \\\n"
  83. " --prefix=/usr \\\n"
  84. " --build=$(../config.guess) \\\n"
  85. " --host=$LFS_TGT \\\n"
  86. " --disable-nls \\\n"
  87. " --enable-shared \\\n"
  88. " --disable-werror \\\n"
  89. " --enable-64-bit-bfd</userinput>"
  90. msgstr ""
  91. "<userinput remap=\"configure\">../configure \\\n"
  92. " --prefix=/usr \\\n"
  93. " --build=$(../config.guess) \\\n"
  94. " --host=$LFS_TGT \\\n"
  95. " --disable-nls \\\n"
  96. " --enable-shared \\\n"
  97. " --disable-werror \\\n"
  98. " --enable-64-bit-bfd</userinput>"
  99. #. type: Content of: <sect1><sect2><variablelist><title>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:63
  101. msgid "The meaning of the new configure options:"
  102. msgstr "配置选项的含义:"
  103. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:66
  105. msgid "<parameter>--enable-shared</parameter>"
  106. msgstr "<parameter>--enable-shared</parameter>"
  107. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:68
  109. msgid ""
  110. "Builds <filename class=\"libraryfile\">libbfd</filename> as a shared library."
  111. msgstr "将 <filename class=\"libraryfile\">libbfd</filename> 构建为共享库。"
  112. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:75
  114. msgid "<parameter>--enable-64-bit-bfd</parameter>"
  115. msgstr "<parameter>--enable-64-bit-bfd</parameter>"
  116. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:77
  118. msgid ""
  119. "Enables 64-bit support (on hosts with narrower word sizes). May not be "
  120. "needed on 64-bit systems, but does no harm."
  121. msgstr ""
  122. "启用 64 位支持 (在那些字长较短的平台上)。"
  123. "在 64 位系统上可能并不需要,但无害。"
  124. #. type: Content of: <sect1><sect2><para>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:84
  126. msgid "Compile the package:"
  127. msgstr "编译该软件包:"
  128. #. type: Content of: <sect1><sect2><screen>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:86
  130. #, no-wrap
  131. msgid "<userinput remap=\"make\">make</userinput>"
  132. msgstr "<userinput remap=\"make\">make</userinput>"
  133. #. type: Content of: <sect1><sect2><para>
  134. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:88
  135. msgid "Install the package:"
  136. msgstr "安装该软件包:"
  137. #. type: Content of: <sect1><sect2><screen>
  138. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:90
  139. #, no-wrap
  140. msgid "<userinput remap=\"install\">make DESTDIR=$LFS install</userinput>"
  141. msgstr "<userinput remap=\"install\">make DESTDIR=$LFS install</userinput>"
  142. #. type: Content of: <sect1><sect2><para>
  143. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:97
  144. msgid ""
  145. "Details on this package are located in <xref linkend=\"contents-binutils\" "
  146. "role=\".\"/>"
  147. msgstr ""
  148. "该软件包的更多信息可以在<xref linkend=\"contents-binutils\"/>中找到。"