1
0

sed.po 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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/sed.xml:14
  15. #, no-wrap
  16. msgid "&sed-url;"
  17. msgstr "&sed-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:12
  20. msgid ""
  21. "<productname>sed</productname> <productnumber>&sed-version;</productnumber> "
  22. "<placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>sed</productname> <productnumber>&sed-version;</productnumber> "
  25. "<placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:17
  28. msgid "Sed-&sed-version;"
  29. msgstr "Sed-&sed-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:20
  32. msgid "Sed"
  33. msgstr "Sed"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:26
  36. msgid "The Sed package contains a stream editor."
  37. msgstr "Sed 软件包包含一个流编辑器。"
  38. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:29
  40. msgid "&buildtime;"
  41. msgstr "&buildtime;"
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.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/sed.xml:33
  48. msgid "&sed-fin-sbu;"
  49. msgstr "&sed-fin-sbu;"
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:34
  52. msgid "&sed-fin-du;"
  53. msgstr "&sed-fin-du;"
  54. #. type: Content of: <sect1><sect2><title>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:41
  56. msgid "Installation of Sed"
  57. msgstr "安装 Sed"
  58. #. type: Content of: <sect1><sect2><para>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:43
  60. msgid "Prepare Sed for compilation:"
  61. msgstr "准备编译 Sed:"
  62. #. type: Content of: <sect1><sect2><screen>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:45
  64. #, no-wrap
  65. msgid "<userinput remap=\"configure\">./configure --prefix=/usr --bindir=/bin</userinput>"
  66. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr --bindir=/bin</userinput>"
  67. #. type: Content of: <sect1><sect2><para>
  68. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:47
  69. msgid "Compile the package and generate the HTML documentation:"
  70. msgstr "编译该软件包,并生成 HTML 文档:"
  71. #. type: Content of: <sect1><sect2><screen>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:49
  73. #, no-wrap
  74. msgid ""
  75. "<userinput remap=\"make\">make\n"
  76. "make html</userinput>"
  77. msgstr ""
  78. "<userinput remap=\"make\">make\n"
  79. "make html</userinput>"
  80. #. type: Content of: <sect1><sect2><para>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:52
  82. msgid "To test the results, issue:"
  83. msgstr "运行以下命令以测试编译结果:"
  84. #. type: Content of: <sect1><sect2><screen>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:54
  86. #, no-wrap
  87. msgid ""
  88. "<userinput remap=\"test\">chown -Rv tester .\n"
  89. "su tester -c \"PATH=$PATH make check\"</userinput>"
  90. msgstr ""
  91. "<userinput remap=\"test\">chown -Rv tester .\n"
  92. "su tester -c \"PATH=$PATH make check\"</userinput>"
  93. #. type: Content of: <sect1><sect2><para>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:57
  95. msgid "Install the package and its documentation:"
  96. msgstr "安装该软件包及其文档:"
  97. #. type: Content of: <sect1><sect2><screen>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:59
  99. #, no-wrap
  100. msgid ""
  101. "<userinput remap=\"install\">make install\n"
  102. "install -d -m755 /usr/share/doc/sed-&sed-version;\n"
  103. "install -m644 doc/sed.html /usr/share/doc/sed-&sed-version;</userinput>"
  104. msgstr ""
  105. "<userinput remap=\"install\">make install\n"
  106. "install -d -m755 /usr/share/doc/sed-&sed-version;\n"
  107. "install -m644 doc/sed.html /usr/share/doc/sed-&sed-version;</userinput>"
  108. #. type: Content of: <sect1><sect2><title>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:66
  110. msgid "Contents of Sed"
  111. msgstr "Sed 的内容"
  112. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:69
  114. msgid "Installed program"
  115. msgstr "安装的程序"
  116. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:70
  118. msgid "Installed directory"
  119. msgstr "安装的目录"
  120. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:73
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:88
  123. msgid "sed"
  124. msgstr "sed"
  125. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:74
  127. msgid "/usr/share/doc/sed-&sed-version;"
  128. msgstr "/usr/share/doc/sed-&sed-version;"
  129. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  130. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:79
  131. msgid "Short Descriptions"
  132. msgstr "简要描述"
  133. #. type: Content of: <sect1><sect2><variablelist>
  134. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:80
  135. msgid ""
  136. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  137. msgstr ""
  138. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  139. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:84
  141. msgid "<command>sed</command>"
  142. msgstr "<command>sed</command>"
  143. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sed.xml:86
  145. msgid "Filters and transforms text files in a single pass"
  146. msgstr "一次性过滤和转换文本文件"