gawk.po 8.9 KB

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