make.po 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  41. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:30
  42. msgid "&buildtime;"
  43. msgstr "&buildtime;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:31
  46. msgid "&diskspace;"
  47. msgstr "&diskspace;"
  48. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:34
  50. #, fuzzy
  51. msgid "&make-fin-sbu;"
  52. msgstr "&make-ch6-sbu;"
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:35
  55. #, fuzzy
  56. msgid "&make-fin-du;"
  57. msgstr "&make-ch6-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. #, fuzzy, no-wrap
  87. msgid "<userinput remap=\"test\">make check</userinput>"
  88. msgstr "<userinput remap=\"make\">make</userinput>"
  89. #. type: Content of: <sect1><sect2><para>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:60
  91. msgid "Install the package:"
  92. msgstr "安装该软件包:"
  93. #. type: Content of: <sect1><sect2><screen>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:62
  95. #, no-wrap
  96. msgid "<userinput remap=\"install\">make install</userinput>"
  97. msgstr "<userinput remap=\"install\">make install</userinput>"
  98. #. type: Content of: <sect1><sect2><title>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:68
  100. msgid "Contents of Make"
  101. msgstr "Make 的内容"
  102. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:71
  104. msgid "Installed program"
  105. msgstr "安装的程序"
  106. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:74
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:89
  109. msgid "make"
  110. msgstr "make"
  111. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:79
  113. msgid "Short Descriptions"
  114. msgstr "简要描述"
  115. #. type: Content of: <sect1><sect2><variablelist>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:80
  117. msgid ""
  118. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  119. msgstr ""
  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 "自动确定软件包中需要(重新)构建的部分,并执行对应命令"
  130. #~ msgid "The Make package contains a program for compiling packages."
  131. #~ msgstr "Make 软件包包含用于编译软件包的程序。"
  132. #~ msgid ""
  133. #~ "The test suite needs to know where supporting perl files are located. We "
  134. #~ "use an environment variable to accomplish this. To test the results, "
  135. #~ "issue:"
  136. #~ msgstr ""
  137. #~ "测试套件需要知道 perl 支持文件的位置。为此我们使用一个环境变量。运行以"
  138. #~ "下命令测试编译结果:"
  139. #~ msgid ""
  140. #~ "<userinput remap=\"test\">make PERL5LIB=$PWD/tests/ check</userinput>"
  141. #~ msgstr ""
  142. #~ "<userinput remap=\"test\">make PERL5LIB=$PWD/tests/ check</userinput>"