binutils-pass2.po 4.7 KB

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