gawk.po 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  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/gawk.xml:14
  15. #, no-wrap
  16. msgid "&gawk-url;"
  17. msgstr "&gawk-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:12
  20. msgid ""
  21. "<productname>gawk</productname> <productnumber>&gawk-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>gawk</productname> <productnumber>&gawk-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:17
  28. msgid "Gawk-&gawk-version;"
  29. msgstr "Gawk-&gawk-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:20
  32. msgid "Gawk"
  33. msgstr "Gawk"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:26
  36. msgid "The Gawk package contains programs for manipulating text files."
  37. msgstr "Gawk 软件包包含操作文本文件的程序。"
  38. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:29
  40. msgid "&buildtime;"
  41. msgstr "&buildtime;"
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.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/gawk.xml:33
  48. msgid "&gawk-fin-sbu;"
  49. msgstr "&gawk-fin-sbu;"
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:34
  52. msgid "&gawk-fin-du;"
  53. msgstr "&gawk-fin-du;"
  54. #. type: Content of: <sect1><sect2><title>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:41
  56. msgid "Installation of Gawk"
  57. msgstr "安装 Gawk"
  58. #. type: Content of: <sect1><sect2><para>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:43
  60. msgid "First, ensure some unneeded files are not installed:"
  61. msgstr "首先,确保不安装某些不需要的文件:"
  62. #. type: Content of: <sect1><sect2><screen>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:45
  64. #, no-wrap
  65. msgid "<userinput remap=\"pre\">sed -i 's/extras//' Makefile.in</userinput>"
  66. msgstr "<userinput remap=\"pre\">sed -i 's/extras//' Makefile.in</userinput>"
  67. #. type: Content of: <sect1><sect2><para>
  68. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:47
  69. msgid "Prepare Gawk for compilation:"
  70. msgstr "准备编译 Gawk:"
  71. #. type: Content of: <sect1><sect2><screen>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:49
  73. #, no-wrap
  74. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  75. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  76. #. type: Content of: <sect1><sect2><para>
  77. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:51
  78. msgid "Compile the package:"
  79. msgstr "编译该软件包:"
  80. #. type: Content of: <sect1><sect2><screen>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:53
  82. #, no-wrap
  83. msgid "<userinput remap=\"make\">make</userinput>"
  84. msgstr "<userinput remap=\"make\">make</userinput>"
  85. #. type: Content of: <sect1><sect2><para>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:55
  87. msgid "To test the results, issue:"
  88. msgstr "运行以下命令以测试编译结果:"
  89. #. type: Content of: <sect1><sect2><screen>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:57
  91. #, no-wrap
  92. msgid "<userinput remap=\"test\">make check</userinput>"
  93. msgstr "<userinput remap=\"test\">make check</userinput>"
  94. #. type: Content of: <sect1><sect2><para>
  95. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:59
  96. msgid "Install the package:"
  97. msgstr "安装该软件包:"
  98. #. type: Content of: <sect1><sect2><screen>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:61
  100. #, no-wrap
  101. msgid "<userinput remap=\"install\">make install</userinput>"
  102. msgstr "<userinput remap=\"install\">make install</userinput>"
  103. #. type: Content of: <sect1><sect2><para>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:63
  105. msgid "If desired, install the documentation:"
  106. msgstr "如果需要的话,安装文档:"
  107. #. type: Content of: <sect1><sect2><screen>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:65
  109. #, no-wrap
  110. msgid ""
  111. "<userinput remap=\"install\">mkdir -v /usr/share/doc/gawk-&gawk-version;\n"
  112. "cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version;</userinput>"
  113. msgstr ""
  114. "<userinput remap=\"install\">mkdir -v /usr/share/doc/gawk-&gawk-version;\n"
  115. "cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version;</userinput>"
  116. #. type: Content of: <sect1><sect2><title>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:71
  118. msgid "Contents of Gawk"
  119. msgstr "Gawk 的内容"
  120. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:74
  122. msgid "Installed programs"
  123. msgstr "安装的程序"
  124. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:75
  126. msgid "Installed libraries"
  127. msgstr "安装的库"
  128. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:76
  130. msgid "Installed directories"
  131. msgstr "安装的目录"
  132. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:79
  134. msgid "awk (link to gawk), gawk, and awk-&gawk-version;"
  135. msgstr "awk (link to gawk), gawk, 以及 awk-&gawk-version;"
  136. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:80
  138. msgid ""
  139. "filefuncs.so, fnmatch.so, fork.so, inplace.so, intdiv.so, ordchr.so, readdir."
  140. "so, readfile.so, revoutput.so, revtwoway.so, rwarray.so, and time.so (all "
  141. "in /usr/lib/gawk)"
  142. msgstr ""
  143. "filefuncs.so, fnmatch.so, fork.so, inplace.so, intdiv.so, ordchr.so, readdir."
  144. "so, readfile.so, revoutput.so, revtwoway.so, rwarray.so, 以及 time.so (均位"
  145. "于 /usr/lib/gawk 中)"
  146. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  147. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:83
  148. msgid ""
  149. "/usr/lib/gawk, /usr/libexec/awk, /usr/share/awk, and /usr/share/doc/gawk-"
  150. "&gawk-version;"
  151. msgstr ""
  152. "/usr/lib/gawk, /usr/libexec/awk, /usr/share/awk, 以及 /usr/share/doc/gawk-"
  153. "&gawk-version;"
  154. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  155. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:89
  156. msgid "Short Descriptions"
  157. msgstr "简要描述"
  158. #. type: Content of: <sect1><sect2><variablelist>
  159. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:90
  160. msgid ""
  161. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  162. msgstr ""
  163. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  164. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  165. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:94
  166. msgid "<command>awk</command>"
  167. msgstr "<command>awk</command>"
  168. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  169. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:96
  170. msgid "A link to <command>gawk</command>"
  171. msgstr "到 <command>gawk</command> 的链接"
  172. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  173. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:98
  174. msgid "awk"
  175. msgstr "awk"
  176. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:104
  178. msgid "<command>gawk</command>"
  179. msgstr "<command>gawk</command>"
  180. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:106
  182. msgid ""
  183. "A program for manipulating text files; it is the GNU implementation of "
  184. "<command>awk</command>"
  185. msgstr "一个操作文本文件的程序;是 <command>awk</command> 的 GNU 实现"
  186. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  187. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:109
  188. msgid "gawk"
  189. msgstr "gawk"
  190. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  191. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:115
  192. msgid "<command>gawk-&gawk-version;</command>"
  193. msgstr "<command>gawk-&gawk-version;</command>"
  194. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  195. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:117
  196. msgid "A hard link to <command>gawk</command>"
  197. msgstr "与 <command>gawk</command> 互为硬链接"
  198. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  199. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:119
  200. msgid "gawk-&gawk-version;"
  201. msgstr "gawk-&gawk-version;"