make.po 3.7 KB

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