binutils-pass2.po 4.8 KB

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