binutils-pass2.po 6.3 KB

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