make.po 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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/chapter08/make.xml:14
  15. #, no-wrap
  16. msgid "&make-url;"
  17. msgstr "&make-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:12
  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. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:17
  28. msgid "Make-&make-version;"
  29. msgstr "Make-&make-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:20
  32. msgid "Make"
  33. msgstr "Make"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:26
  36. msgid ""
  37. "The Make package contains a program for controlling the generation of "
  38. "executables and other non-source files of a package from source files."
  39. msgstr ""
  40. "Make 软件包包含一个程序,用于控制从软件包源代码生成可执行文件和其他非源代码文件"
  41. "的过程。"
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:30
  44. msgid "&buildtime;"
  45. msgstr "&buildtime;"
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:31
  48. msgid "&diskspace;"
  49. msgstr "&diskspace;"
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:34
  52. msgid "&make-fin-sbu;"
  53. msgstr "&make-fin-sbu;"
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:35
  56. msgid "&make-fin-du;"
  57. msgstr "&make-fin-du;"
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:42
  60. msgid "Installation of Make"
  61. msgstr "安装 Make"
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:48
  64. msgid "Prepare Make for compilation:"
  65. msgstr "准备编译 Make:"
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:50
  68. #, no-wrap
  69. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  70. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  71. #. type: Content of: <sect1><sect2><para>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:52
  73. msgid "Compile the package:"
  74. msgstr "编译该软件包:"
  75. #. type: Content of: <sect1><sect2><screen>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:54
  77. #, no-wrap
  78. msgid "<userinput remap=\"make\">make</userinput>"
  79. msgstr "<userinput remap=\"make\">make</userinput>"
  80. #. type: Content of: <sect1><sect2><para>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:56
  82. msgid "To test the results, issue:"
  83. msgstr "如果要测试编译结果,运行命令:"
  84. #. type: Content of: <sect1><sect2><screen>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:58
  86. msgid "<userinput remap=\"test\">make check</userinput>"
  87. msgstr "<userinput remap=\"make\">make check</userinput>"
  88. #. type: Content of: <sect1><sect2><para>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:60
  90. msgid "Install the package:"
  91. msgstr "安装该软件包:"
  92. #. type: Content of: <sect1><sect2><screen>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:62
  94. #, no-wrap
  95. msgid "<userinput remap=\"install\">make install</userinput>"
  96. msgstr "<userinput remap=\"install\">make install</userinput>"
  97. #. type: Content of: <sect1><sect2><title>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:68
  99. msgid "Contents of Make"
  100. msgstr "Make 的内容"
  101. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:71
  103. msgid "Installed program"
  104. msgstr "安装的程序"
  105. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:74
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:89
  108. msgid "make"
  109. msgstr "make"
  110. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:79
  112. msgid "Short Descriptions"
  113. msgstr "简要描述"
  114. #. type: Content of: <sect1><sect2><variablelist>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:80
  116. msgid ""
  117. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  118. msgstr ""
  119. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  120. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:84
  122. msgid "<command>make</command>"
  123. msgstr "<command>make</command>"
  124. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:86
  126. msgid ""
  127. "Automatically determines which pieces of a package need to be (re)compiled "
  128. "and then issues the relevant commands"
  129. msgstr "自动确定软件包中需要(重新)构建的部分,并执行对应命令"