m4.po 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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/m4.xml:14
  15. #, no-wrap
  16. msgid "&m4-url;"
  17. msgstr "&m4-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:12
  20. msgid ""
  21. "<productname>m4</productname> <productnumber>&m4-version;</productnumber> "
  22. "<placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>m4</productname> <productnumber>&m4-version;</productnumber> "
  25. "<placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:17
  28. msgid "M4-&m4-version;"
  29. msgstr "M4-&m4-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:20
  32. msgid "M4"
  33. msgstr "M4"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:26
  36. msgid "The M4 package contains a macro processor."
  37. msgstr "M4 软件包包含一个宏处理器。"
  38. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:29
  40. msgid "&buildtime;"
  41. msgstr "&buildtime;"
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:30
  44. msgid "&diskspace;"
  45. msgstr "&diskspace;"
  46. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:33
  48. msgid "&m4-fin-sbu;"
  49. msgstr "&m4-fin-sbu;"
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:34
  52. msgid "&m4-fin-du;"
  53. msgstr "&m4-fin-du;"
  54. #. type: Content of: <sect1><sect2><title>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:41
  56. msgid "Installation of M4"
  57. msgstr "安装 M4"
  58. #. type: Content of: <sect1><sect2><para>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:43
  60. msgid "First, make some fixes required by glibc-2.28 and later:"
  61. msgstr "首先,进行 Glibc-2.28 及更新版本要求的一些修补:"
  62. #. type: Content of: <sect1><sect2><screen>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:45
  64. #, no-wrap
  65. msgid ""
  66. "<userinput remap=\"pre\">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c\n"
  67. "echo \"#define _IO_IN_BACKUP 0x100\" >> lib/stdio-impl.h</userinput>"
  68. msgstr ""
  69. "<userinput remap=\"pre\">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c\n"
  70. "echo \"#define _IO_IN_BACKUP 0x100\" >> lib/stdio-impl.h</userinput>"
  71. #. type: Content of: <sect1><sect2><para>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:48
  73. msgid "Prepare M4 for compilation:"
  74. msgstr "准备编译 M4:"
  75. #. type: Content of: <sect1><sect2><screen>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:50
  77. #, no-wrap
  78. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  79. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  80. #. type: Content of: <sect1><sect2><para>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:52
  82. msgid "Compile the package:"
  83. msgstr "编译该软件包:"
  84. #. type: Content of: <sect1><sect2><screen>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:54
  86. #, no-wrap
  87. msgid "<userinput remap=\"make\">make</userinput>"
  88. msgstr "<userinput remap=\"make\">make</userinput>"
  89. #. type: Content of: <sect1><sect2><para>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:56
  91. msgid "To test the results, issue:"
  92. msgstr "运行以下命令以测试编译结果:"
  93. #. type: Content of: <sect1><sect2><screen>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:58
  95. #, no-wrap
  96. msgid "<userinput remap=\"test\">make check</userinput>"
  97. msgstr "<userinput remap=\"test\">make check</userinput>"
  98. #. type: Content of: <sect1><sect2><para>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:60
  100. msgid "Install the package:"
  101. msgstr "安装该软件包:"
  102. #. type: Content of: <sect1><sect2><screen>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:62
  104. #, no-wrap
  105. msgid "<userinput remap=\"install\">make install</userinput>"
  106. msgstr "<userinput remap=\"install\">make install</userinput>"
  107. #. type: Content of: <sect1><sect2><title>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:67
  109. msgid "Contents of M4"
  110. msgstr "M4 的内容"
  111. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:70
  113. msgid "Installed program"
  114. msgstr "安装的程序"
  115. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:73
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:95
  118. msgid "m4"
  119. msgstr "m4"
  120. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:78
  122. msgid "Short Descriptions"
  123. msgstr "简要描述"
  124. #. type: Content of: <sect1><sect2><variablelist>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:79
  126. msgid ""
  127. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  128. msgstr ""
  129. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  130. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:84
  132. msgid "<command>m4 </command>"
  133. msgstr "<command>m4 </command>"
  134. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/m4.xml:86
  136. msgid ""
  137. "Copies the given files while expanding the macros that they contain. These "
  138. "macros are either built-in or user-defined and can take any number of "
  139. "arguments. Besides performing macro expansion, <command>m4</command> has "
  140. "built-in functions for including named files, running Unix commands, "
  141. "performing integer arithmetic, manipulating text, recursion, etc. The "
  142. "<command>m4</command> program can be used either as a front-end to a "
  143. "compiler or as a macro processor in its own right."
  144. msgstr ""
  145. "复制给定文件,并展开它们包含的宏 这些宏可能是内置或用户定义的,可以接受任意"
  146. "个参数。除了展开宏外,<command>m4</command> 还包含用于包含指定文件、 运行 "
  147. "Unix 命令、进行整数运算、处理文本、 递归执行等功能的内建函数。<command>m4</"
  148. "command> 程序可以被用作编译器前端,也可以被单独用作宏处理器。"