patch.po 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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/patch.xml:14
  15. #, no-wrap
  16. msgid "&patch-url;"
  17. msgstr "&patch-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:12
  20. msgid ""
  21. "<productname>patch</productname> <productnumber>&patch-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>patch</productname> <productnumber>&patch-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:17
  28. msgid "Patch-&patch-version;"
  29. msgstr "Patch-&patch-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:20
  32. msgid "Patch"
  33. msgstr "Patch"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:26
  36. msgid ""
  37. "The Patch package contains a program for modifying or creating files by "
  38. "applying a <quote>patch</quote> file typically created by the <command>diff</"
  39. "command> program."
  40. msgstr ""
  41. "Patch 软件包包含通过应用 <quote>补丁</quote> 文件,修改或创建文件的程序,补丁"
  42. "文件通常是 <command>diff</command> 程序创建的。"
  43. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  44. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:31
  45. msgid "&buildtime;"
  46. msgstr "&buildtime;"
  47. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  48. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:32
  49. msgid "&diskspace;"
  50. msgstr "&diskspace;"
  51. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  52. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:35
  53. msgid "&patch-fin-sbu;"
  54. msgstr "&patch-fin-sbu;"
  55. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  56. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:36
  57. msgid "&patch-fin-du;"
  58. msgstr "&patch-fin-du;"
  59. #. type: Content of: <sect1><sect2><title>
  60. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:43
  61. msgid "Installation of Patch"
  62. msgstr "安装 Patch"
  63. #. type: Content of: <sect1><sect2><para>
  64. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:45
  65. msgid "Prepare Patch for compilation:"
  66. msgstr "准备编译 Patch:"
  67. #. type: Content of: <sect1><sect2><screen>
  68. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:47
  69. #, no-wrap
  70. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  71. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  72. #. type: Content of: <sect1><sect2><para>
  73. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:49
  74. msgid "Compile the package:"
  75. msgstr "编译该软件包:"
  76. #. type: Content of: <sect1><sect2><screen>
  77. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:51
  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/patch.xml:53
  83. msgid "To test the results, issue:"
  84. msgstr "运行以下命令以测试编译结果:"
  85. #. type: Content of: <sect1><sect2><screen>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:55
  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/patch.xml:57
  92. msgid "Install the package:"
  93. msgstr "安装该软件包:"
  94. #. type: Content of: <sect1><sect2><screen>
  95. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:59
  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/patch.xml:64
  101. msgid "Contents of Patch"
  102. msgstr "Patch 的内容"
  103. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:67
  105. msgid "Installed program"
  106. msgstr "安装的程序"
  107. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:70
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:87
  110. msgid "patch"
  111. msgstr "patch"
  112. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:75
  114. msgid "Short Descriptions"
  115. msgstr "简要描述"
  116. #. type: Content of: <sect1><sect2><variablelist>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:76
  118. msgid ""
  119. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  120. msgstr ""
  121. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  122. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:80
  124. msgid "<command>patch</command>"
  125. msgstr "<command>patch</command>"
  126. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/patch.xml:82
  128. msgid ""
  129. "Modifies files according to a patch file (A patch file is normally a "
  130. "difference listing created with the <command>diff</command> program. By "
  131. "applying these differences to the original files, <command>patch</command> "
  132. "creates the patched versions.)"
  133. msgstr ""
  134. "根据补丁文件修改文件 (补丁文件一般是使用 <command>diff</command> 程序创建的差"
  135. "异清单。通过将这些差异应用到原始文件,<command>patch</command> 即可创建应用"
  136. "补丁的文件版本。)"