1
0

make.po 4.0 KB

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