grep.po 6.6 KB

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