grep.po 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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/grep.xml:14
  15. #, no-wrap
  16. msgid "&grep-url;"
  17. msgstr "&grep-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:12
  20. msgid ""
  21. "<productname>grep</productname> <productnumber>&grep-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>grep</productname> <productnumber>&grep-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:17
  28. msgid "Grep-&grep-version;"
  29. msgstr "Grep-&grep-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:20
  32. msgid "Grep"
  33. msgstr "Grep"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:26
  36. #, fuzzy
  37. msgid ""
  38. "The Grep package contains programs for searching through the contents of "
  39. "files."
  40. msgstr "Grep 软件包包含在文件中进行搜索的程序。"
  41. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  42. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:29
  43. msgid "&buildtime;"
  44. msgstr "&buildtime;"
  45. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  46. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:30
  47. msgid "&diskspace;"
  48. msgstr "&diskspace;"
  49. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  50. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:33
  51. #, fuzzy
  52. msgid "&grep-fin-sbu;"
  53. msgstr "&grep-ch6-sbu;"
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:34
  56. #, fuzzy
  57. msgid "&grep-fin-du;"
  58. msgstr "&grep-ch6-du;"
  59. #. type: Content of: <sect1><sect2><title>
  60. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:41
  61. msgid "Installation of Grep"
  62. msgstr "安装 Grep"
  63. #. type: Content of: <sect1><sect2><para>
  64. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:43
  65. msgid "Prepare Grep for compilation:"
  66. msgstr "准备编译 Grep:"
  67. #. type: Content of: <sect1><sect2><screen>
  68. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:45
  69. #, no-wrap
  70. msgid "<userinput remap=\"configure\">./configure --prefix=/usr --bindir=/bin</userinput>"
  71. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr --bindir=/bin</userinput>"
  72. #. type: Content of: <sect1><sect2><para>
  73. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:47
  74. msgid "Compile the package:"
  75. msgstr "编译该软件包:"
  76. #. type: Content of: <sect1><sect2><screen>
  77. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:49
  78. #, no-wrap
  79. msgid "<userinput remap=\"make\">make</userinput>"
  80. msgstr "<userinput remap=\"make\">make</userinput>"
  81. #. type: Content of: <sect1><sect2><para>
  82. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:51
  83. msgid "To test the results, issue:"
  84. msgstr "运行以下命令以测试编译结果:"
  85. #. type: Content of: <sect1><sect2><screen>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:53
  87. #, no-wrap
  88. msgid "<userinput remap=\"test\">make check</userinput>"
  89. msgstr "<userinput remap=\"test\">make check</userinput>"
  90. #. type: Content of: <sect1><sect2><para>
  91. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:55
  92. msgid "Install the package:"
  93. msgstr "安装该软件包:"
  94. #. type: Content of: <sect1><sect2><screen>
  95. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:57
  96. #, no-wrap
  97. msgid "<userinput remap=\"install\">make install</userinput>"
  98. msgstr "<userinput remap=\"install\">make install</userinput>"
  99. #. type: Content of: <sect1><sect2><title>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:62
  101. msgid "Contents of Grep"
  102. msgstr "Grep 的内容"
  103. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:65
  105. msgid "Installed programs"
  106. msgstr "安装的程序"
  107. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:68
  109. msgid "egrep, fgrep, and grep"
  110. msgstr "egrep, fgrep, 以及 grep"
  111. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:73
  113. msgid "Short Descriptions"
  114. msgstr "简要描述"
  115. #. type: Content of: <sect1><sect2><variablelist>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:74
  117. msgid ""
  118. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  119. msgstr ""
  120. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:78
  122. msgid "<command>egrep</command>"
  123. msgstr "<command>egrep</command>"
  124. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:80
  126. msgid "Prints lines matching an extended regular expression"
  127. msgstr "打印与扩展正则表达式匹配的行"
  128. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:82
  130. msgid "egrep"
  131. msgstr "egrep"
  132. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:88
  134. msgid "<command>fgrep</command>"
  135. msgstr "<command>fgrep</command>"
  136. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:90
  138. msgid "Prints lines matching a list of fixed strings"
  139. msgstr "打印与固定字符串匹配的行"
  140. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:92
  142. msgid "fgrep"
  143. msgstr "fgrep"
  144. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:98
  146. msgid "<command>grep</command>"
  147. msgstr "<command>grep</command>"
  148. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:100
  150. msgid "Prints lines matching a basic regular expression"
  151. msgstr "打印与基本正则表达式匹配的行"
  152. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:102
  154. msgid "grep"
  155. msgstr "grep"