make.po 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. msgid ""
  2. msgstr ""
  3. "X-Pootle-Revision: 9999999\n"
  4. "X-Pootle-Path: /zh_CN/lfs/chapter06/make.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 "&make-url;"
  18. msgstr "&make-url;"
  19. #. type: Content of: <sect1><sect1info>
  20. msgid ""
  21. "<productname>make</productname> <productnumber>&make-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>make</productname> <productnumber>&make-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. msgid "Make-&make-version;"
  28. msgstr "Make-&make-version;"
  29. #. type: Content of: <sect1><indexterm><primary>
  30. msgid "Make"
  31. msgstr "Make"
  32. #. type: Content of: <sect1><indexterm><secondary>
  33. msgid "tools"
  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 "&make-tmp-sbu;"
  43. msgstr "&make-tmp-sbu;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  45. msgid "&make-tmp-du;"
  46. msgstr "&make-tmp-du;"
  47. #. type: Content of: <sect1><sect2><title>
  48. msgid "Installation of Make"
  49. msgstr "安装 Make"
  50. #. type: Content of: <sect1><sect2><para>
  51. msgid "Prepare Make for compilation:"
  52. msgstr "准备编译 Make:"
  53. #. type: Content of: <sect1><sect2><screen>
  54. #, no-wrap
  55. msgid ""
  56. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  57. " --without-guile \\\n"
  58. " --host=$LFS_TGT \\\n"
  59. " --build=$(build-aux/config.guess)</userinput>"
  60. msgstr ""
  61. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  62. " --without-guile \\\n"
  63. " --host=$LFS_TGT \\\n"
  64. " --build=$(build-aux/config.guess)</userinput>"
  65. #. type: Content of: <sect1><sect2><variablelist><title>
  66. msgid "The meaning of the new configure option:"
  67. msgstr "新出现的配置选项的含义:"
  68. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  69. msgid "<parameter>--without-guile</parameter>"
  70. msgstr "<parameter>--without-guile</parameter>"
  71. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  72. msgid ""
  73. "Although we are cross-compiling, configure tries to use guile from the build "
  74. "host if it finds it. This makes compilation fail, so this switch prevents "
  75. "using it."
  76. msgstr ""
  77. "尽管我们在进行交叉编译,配置脚本如果找到宿主系统的 guile,仍然会试图使用它。"
  78. "这导致编译失败,因此使用该选项防止使用 guile。"
  79. #. type: Content of: <sect1><sect2><para>
  80. msgid "Compile the package:"
  81. msgstr "编译该软件包:"
  82. #. type: Content of: <sect1><sect2><screen>
  83. #, no-wrap
  84. msgid "<userinput remap=\"make\">make</userinput>"
  85. msgstr "<userinput remap=\"make\">make</userinput>"
  86. #. type: Content of: <sect1><sect2><para>
  87. msgid "Install the package:"
  88. msgstr "安装该软件包:"
  89. #. type: Content of: <sect1><sect2><screen>
  90. #, no-wrap
  91. msgid "<userinput remap=\"install\">make DESTDIR=$LFS install</userinput>"
  92. msgstr "<userinput remap=\"install\">make DESTDIR=$LFS install</userinput>"
  93. #. type: Content of: <sect1><sect2><para>
  94. msgid ""
  95. "Details on this package are located in <xref linkend=\"contents-make\" role="
  96. "\".\"/>"
  97. msgstr "该软件包的详细信息可以在<xref linkend=\"contents-make\"/>中找到。"