1
0

diffutils.po 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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/diffutils.xml:14
  15. #, no-wrap
  16. msgid "&diffutils-url;"
  17. msgstr "&diffutils-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:12
  20. msgid ""
  21. "<productname>diffutils</productname> <productnumber>&diffutils-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>diffutils</productname> <productnumber>&diffutils-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:17
  28. msgid "Diffutils-&diffutils-version;"
  29. msgstr "Diffutils-&diffutils-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:20
  32. msgid "Diffutils"
  33. msgstr "Diffutils"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:26
  36. msgid ""
  37. "The Diffutils package contains programs that show the differences between "
  38. "files or directories."
  39. msgstr "Diffutils 软件包包含显示文件或目录之间差异的程序。"
  40. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  41. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:30
  42. msgid "&buildtime;"
  43. msgstr "&buildtime;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:31
  46. msgid "&diskspace;"
  47. msgstr "&diskspace;"
  48. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:34
  50. msgid "&diffutils-fin-sbu;"
  51. msgstr "&diffutils-fin-sbu;"
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:35
  54. msgid "&diffutils-fin-du;"
  55. msgstr "&diffutils-fin-du;"
  56. #. type: Content of: <sect1><sect2><title>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:42
  58. msgid "Installation of Diffutils"
  59. msgstr "安装 Diffutils"
  60. #. type: Content of: <sect1><sect2><para>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:44
  62. msgid "Prepare Diffutils for compilation:"
  63. msgstr "准备编译 Diffutils:"
  64. #. type: Content of: <sect1><sect2><screen>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:46
  66. #, no-wrap
  67. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  68. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  69. #. type: Content of: <sect1><sect2><para>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:48
  71. msgid "Compile the package:"
  72. msgstr "编译该软件包:"
  73. #. type: Content of: <sect1><sect2><screen>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:50
  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/diffutils.xml:52
  80. msgid "To test the results, issue:"
  81. msgstr "运行以下命令以测试编译结果:"
  82. #. type: Content of: <sect1><sect2><screen>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:54
  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/diffutils.xml:56
  89. msgid "Install the package:"
  90. msgstr "安装该软件包:"
  91. #. type: Content of: <sect1><sect2><screen>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:58
  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/diffutils.xml:64
  98. msgid "Contents of Diffutils"
  99. msgstr "Diffutils 的内容"
  100. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:67
  102. msgid "Installed programs"
  103. msgstr "安装的程序"
  104. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:70
  106. msgid "cmp, diff, diff3, and sdiff"
  107. msgstr "cmp, diff, diff3, 以及 sdiff"
  108. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:75
  110. msgid "Short Descriptions"
  111. msgstr "简要描述"
  112. #. type: Content of: <sect1><sect2><variablelist>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:76
  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/diffutils.xml:80
  120. msgid "<command>cmp</command>"
  121. msgstr "<command>cmp</command>"
  122. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:82
  124. msgid "Compares two files and reports whether or in which bytes they differ"
  125. msgstr "比较两个文件并报告它们是否相同,或哪些字节不同"
  126. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:85
  128. msgid "cmp"
  129. msgstr "cmp"
  130. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:91
  132. msgid "<command>diff</command>"
  133. msgstr "<command>diff</command>"
  134. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:93
  136. msgid ""
  137. "Compares two files or directories and reports which lines in the files differ"
  138. msgstr "比较两个文件或目录,并报告文件中哪些行不同"
  139. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:96
  141. msgid "diff"
  142. msgstr "diff"
  143. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:102
  145. msgid "<command>diff3</command>"
  146. msgstr "<command>diff3</command>"
  147. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:104
  149. msgid "Compares three files line by line"
  150. msgstr "逐行比较三个文件"
  151. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:106
  153. msgid "diff3"
  154. msgstr "diff3"
  155. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:112
  157. msgid "<command>sdiff</command>"
  158. msgstr "<command>sdiff</command>"
  159. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:114
  161. msgid "Merges two files and interactively outputs the results"
  162. msgstr "合并两个文件,并交互地输出结果"
  163. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/diffutils.xml:116
  165. msgid "sdiff"
  166. msgstr "sdiff"