make.po 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. msgid ""
  2. msgstr ""
  3. "X-Pootle-Revision: 9999999\n"
  4. "X-Pootle-Path: /zh_CN/lfs/chapter08/make.po\n"
  5. "Project-Id-Version: PACKAGE VERSION\n"
  6. "POT-Creation-Date: 2020-08-08 19:28+0800\n"
  7. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  8. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  9. "Language-Team: LANGUAGE <LL@li.org>\n"
  10. "Language: zh_CN\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "X-Generator: Translate Toolkit 2.2.5\n"
  15. #. type: Content of: <sect1><sect1info><address>
  16. #, no-wrap
  17. msgid "&make-url;"
  18. msgstr "&make-url;"
  19. #. type: Content of: <sect1><sect1info>
  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. msgid "Make-&make-version;"
  28. msgstr "Make-&make-version;"
  29. #. type: Content of: <sect1><indexterm><primary>
  30. msgid "Make"
  31. msgstr "Make"
  32. #. type: Content of: <sect1><sect2><para>
  33. msgid ""
  34. "The Make package contains a program for controlling the generation of "
  35. "executables and other non-source files of a package from source files."
  36. msgstr ""
  37. "Make 软件包包含一个程序,用于控制从软件包源代码生成可执行文件和其他非源代码文"
  38. "件的过程。"
  39. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  40. msgid "&buildtime;"
  41. msgstr "&buildtime;"
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. msgid "&diskspace;"
  44. msgstr "&diskspace;"
  45. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  46. msgid "&make-fin-sbu;"
  47. msgstr "&make-fin-sbu;"
  48. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  49. msgid "&make-fin-du;"
  50. msgstr "&make-fin-du;"
  51. #. type: Content of: <sect1><sect2><title>
  52. msgid "Installation of Make"
  53. msgstr "安装 Make"
  54. #. type: Content of: <sect1><sect2><para>
  55. msgid "Prepare Make for compilation:"
  56. msgstr "准备编译 Make:"
  57. #. type: Content of: <sect1><sect2><screen>
  58. #, no-wrap
  59. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  60. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  61. #. type: Content of: <sect1><sect2><para>
  62. msgid "Compile the package:"
  63. msgstr "编译该软件包:"
  64. #. type: Content of: <sect1><sect2><screen>
  65. #, no-wrap
  66. msgid "<userinput remap=\"make\">make</userinput>"
  67. msgstr "<userinput remap=\"make\">make</userinput>"
  68. #. type: Content of: <sect1><sect2><para>
  69. msgid "To test the results, issue:"
  70. msgstr "如果要测试编译结果,运行命令:"
  71. #. type: Content of: <sect1><sect2><screen>
  72. #, no-wrap
  73. msgid "<userinput remap=\"test\">make check</userinput>"
  74. msgstr "<userinput remap=\"make\">make check</userinput>"
  75. #. type: Content of: <sect1><sect2><para>
  76. msgid "Install the package:"
  77. msgstr "安装该软件包:"
  78. #. type: Content of: <sect1><sect2><screen>
  79. #, no-wrap
  80. msgid "<userinput remap=\"install\">make install</userinput>"
  81. msgstr "<userinput remap=\"install\">make install</userinput>"
  82. #. type: Content of: <sect1><sect2><title>
  83. msgid "Contents of Make"
  84. msgstr "Make 的内容"
  85. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  86. msgid "Installed program"
  87. msgstr "安装的程序"
  88. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  89. msgid "make"
  90. msgstr "make"
  91. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  92. msgid "Short Descriptions"
  93. msgstr "简要描述"
  94. #. type: Content of: <sect1><sect2><variablelist>
  95. msgid ""
  96. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  97. msgstr ""
  98. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  99. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  100. msgid "<command>make</command>"
  101. msgstr "<command>make</command>"
  102. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  103. msgid ""
  104. "Automatically determines which pieces of a package need to be (re)compiled "
  105. "and then issues the relevant commands"
  106. msgstr "自动确定软件包中需要 (重新) 构建的部分,并执行对应命令"