grep.po 6.6 KB

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