make.po 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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. msgid "&make-fin-sbu;"
  51. msgstr "&make-fin-sbu;"
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:35
  54. msgid "&make-fin-du;"
  55. msgstr "&make-fin-du;"
  56. #. type: Content of: <sect1><sect2><title>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:42
  58. msgid "Installation of Make"
  59. msgstr "安装 Make"
  60. #. type: Content of: <sect1><sect2><para>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:48
  62. msgid "Prepare Make for compilation:"
  63. msgstr "准备编译 Make:"
  64. #. type: Content of: <sect1><sect2><screen>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:50
  66. #, no-wrap
  67. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  68. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  69. #. type: Content of: <sect1><sect2><para>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:52
  71. msgid "Compile the package:"
  72. msgstr "编译该软件包:"
  73. #. type: Content of: <sect1><sect2><screen>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:54
  75. #, no-wrap
  76. msgid "<userinput remap=\"make\">make</userinput>"
  77. msgstr "<userinput remap=\"make\">make</userinput>"
  78. #. type: Content of: <sect1><sect2><para>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:56
  80. msgid "To test the results, issue:"
  81. msgstr ""
  82. #. type: Content of: <sect1><sect2><screen>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:58
  84. #, fuzzy, no-wrap
  85. msgid "<userinput remap=\"test\">make check</userinput>"
  86. msgstr "<userinput remap=\"make\">make</userinput>"
  87. #. type: Content of: <sect1><sect2><para>
  88. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:60
  89. msgid "Install the package:"
  90. msgstr "安装该软件包:"
  91. #. type: Content of: <sect1><sect2><screen>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:62
  93. #, no-wrap
  94. msgid "<userinput remap=\"install\">make install</userinput>"
  95. msgstr "<userinput remap=\"install\">make install</userinput>"
  96. #. type: Content of: <sect1><sect2><title>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:68
  98. msgid "Contents of Make"
  99. msgstr "Make 的内容"
  100. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:71
  102. msgid "Installed program"
  103. msgstr "安装的程序"
  104. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:74
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:89
  107. msgid "make"
  108. msgstr "make"
  109. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:79
  111. msgid "Short Descriptions"
  112. msgstr "简要描述"
  113. #. type: Content of: <sect1><sect2><variablelist>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:80
  115. msgid ""
  116. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  117. msgstr ""
  118. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  119. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:84
  121. msgid "<command>make</command>"
  122. msgstr "<command>make</command>"
  123. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:86
  125. msgid ""
  126. "Automatically determines which pieces of a package need to be (re)compiled "
  127. "and then issues the relevant commands"
  128. msgstr "自动确定软件包中需要(重新)构建的部分,并执行对应命令"
  129. #~ msgid "The Make package contains a program for compiling packages."
  130. #~ msgstr "Make 软件包包含用于编译软件包的程序。"
  131. #~ msgid ""
  132. #~ "The test suite needs to know where supporting perl files are located. We "
  133. #~ "use an environment variable to accomplish this. To test the results, "
  134. #~ "issue:"
  135. #~ msgstr ""
  136. #~ "测试套件需要知道 perl 支持文件的位置。为此我们使用一个环境变量。运行以"
  137. #~ "下命令测试编译结果:"
  138. #~ msgid ""
  139. #~ "<userinput remap=\"test\">make PERL5LIB=$PWD/tests/ check</userinput>"
  140. #~ msgstr ""
  141. #~ "<userinput remap=\"test\">make PERL5LIB=$PWD/tests/ check</userinput>"