theend.po 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. msgid ""
  2. msgstr ""
  3. "X-Pootle-Revision: 9999999\n"
  4. "X-Pootle-Path: /zh_CN/lfs/chapter11/theend.po\n"
  5. "Project-Id-Version: PACKAGE VERSION\n"
  6. "POT-Creation-Date: 2020-08-08 19:28+0800\n"
  7. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  8. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  9. "Language-Team: LANGUAGE <LL@li.org>\n"
  10. "Language: zh_CN\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "X-Generator: Translate Toolkit 2.2.5\n"
  15. #. type: Content of: <sect1><title>
  16. msgid "The End"
  17. msgstr "收尾工作"
  18. #. type: Content of: <sect1><indexterm><primary>
  19. msgid "/etc/lfs-release"
  20. msgstr "/etc/lfs-release"
  21. #. type: Content of: <sect1><indexterm><primary>
  22. msgid "/etc/lsb-release"
  23. msgstr "/etc/lsb-release"
  24. #. type: Content of: <sect1><indexterm><primary>
  25. msgid "/etc/os-release"
  26. msgstr "/etc/os-release"
  27. #. type: Content of: <sect1><para>
  28. msgid ""
  29. "Well done! The new LFS system is installed! We wish you much success with "
  30. "your shiny new custom-built Linux system."
  31. msgstr ""
  32. "很好!现在新的 LFS 系统已经安装好了!我们祝愿您的全新的,自定义的 Linux 系统"
  33. "能够成功启动!"
  34. #. type: Content of: <sect1><para>
  35. msgid ""
  36. "It may be a good idea to create an <filename>/etc/lfs-release</filename> "
  37. "file. By having this file, it is very easy for you (and for us if you need "
  38. "to ask for help at some point) to find out which LFS version is installed on "
  39. "the system. Create this file by running:"
  40. msgstr ""
  41. "创建一个 <filename>/etc/lfs-release</filename> 文件似乎是一个好主意。通过使用"
  42. "它,您 (或者我们,如果您向我们寻求帮助的话) 能够容易地找出当前安装的 LFS 系统"
  43. "版本。运行以下命令创建该文件:"
  44. #. type: Content of: <sect1><screen>
  45. #, no-wrap
  46. msgid "<userinput>echo &version; &gt; /etc/lfs-release</userinput>"
  47. msgstr "<userinput>echo &version; &gt; /etc/lfs-release</userinput>"
  48. #. type: Content of: <sect1><screen>
  49. #, no-wrap
  50. msgid "<userinput>echo &versiond; &gt; /etc/lfs-release</userinput>"
  51. msgstr "<userinput>echo &versiond; &gt; /etc/lfs-release</userinput>"
  52. #. type: Content of: <sect1><para>
  53. msgid ""
  54. "Two files describing the installed system may be used by packages that can "
  55. "be installed on the system later, either in binary form or by building them."
  56. msgstr ""
  57. "后续安装在系统上的软件包可能需要两个描述当前安装的系统的文件,这些软件包可能"
  58. "是二进制包,也可能是需要构建的源代码包。"
  59. #. type: Content of: <sect1><para>
  60. msgid ""
  61. "The first one shows the status of your new system with respect to the Linux "
  62. "Standards Base (LSB). To create this file, run:"
  63. msgstr ""
  64. "另外,最好创建一个文件,根据 Linux Standards Base (LSB) 的规则显示系统状态。"
  65. "运行命令创建该文件:"
  66. #. type: Content of: <sect1><screen>
  67. #, no-wrap
  68. msgid ""
  69. "<userinput>cat &gt; /etc/lsb-release &lt;&lt; \"EOF\"\n"
  70. "DISTRIB_ID=\"Linux From Scratch\"\n"
  71. "DISTRIB_RELEASE=\"&version;\"\n"
  72. "DISTRIB_CODENAME=\"&lt;your name here&gt;\"\n"
  73. "DISTRIB_DESCRIPTION=\"Linux From Scratch\"\n"
  74. "EOF</userinput>"
  75. msgstr ""
  76. "<userinput>cat &gt; /etc/lsb-release &lt;&lt; \"EOF\"\n"
  77. "DISTRIB_ID=\"Linux From Scratch\"\n"
  78. "DISTRIB_RELEASE=\"&version;\"\n"
  79. "DISTRIB_CODENAME=\"&lt;your name here&gt;\"\n"
  80. "DISTRIB_DESCRIPTION=\"Linux From Scratch\"\n"
  81. "EOF</userinput>"
  82. #. type: Content of: <sect1><screen>
  83. #, no-wrap
  84. msgid ""
  85. "<userinput>cat &gt; /etc/lsb-release &lt;&lt; \"EOF\"\n"
  86. "DISTRIB_ID=\"Linux From Scratch\"\n"
  87. "DISTRIB_RELEASE=\"&versiond;\"\n"
  88. "DISTRIB_CODENAME=\"&lt;your name here&gt;\"\n"
  89. "DISTRIB_DESCRIPTION=\"Linux From Scratch\"\n"
  90. "EOF</userinput>"
  91. msgstr ""
  92. "<userinput>cat &gt; /etc/lsb-release &lt;&lt; \"EOF\"\n"
  93. "DISTRIB_ID=\"Linux From Scratch\"\n"
  94. "DISTRIB_RELEASE=\"&versiond;\"\n"
  95. "DISTRIB_CODENAME=\"&lt;your name here&gt;\"\n"
  96. "DISTRIB_DESCRIPTION=\"Linux From Scratch\"\n"
  97. "EOF</userinput>"
  98. #. type: Content of: <sect1><para>
  99. msgid ""
  100. "The second one contains roughly the same information, and is used by systemd "
  101. "and some graphical desktop environments. To create this file, run:"
  102. msgstr ""
  103. "第二个文件基本上包含相同的信息,systemd 和一些图形桌面环境会使用它。运行命令"
  104. "创建该文件:"
  105. #. type: Content of: <sect1><screen>
  106. #, no-wrap
  107. msgid ""
  108. "<userinput>cat &gt; /etc/os-release &lt;&lt; \"EOF\"\n"
  109. "NAME=\"Linux From Scratch\"\n"
  110. "VERSION=\"&version;\"\n"
  111. "ID=lfs\n"
  112. "PRETTY_NAME=\"Linux From Scratch &version;\"\n"
  113. "VERSION_CODENAME=\"&lt;your name here&gt;\"\n"
  114. "EOF</userinput>"
  115. msgstr ""
  116. "<userinput>cat &gt; /etc/os-release &lt;&lt; \"EOF\"\n"
  117. "NAME=\"Linux From Scratch\"\n"
  118. "VERSION=\"&version;\"\n"
  119. "ID=lfs\n"
  120. "PRETTY_NAME=\"Linux From Scratch &version;\"\n"
  121. "VERSION_CODENAME=\"&lt;your name here&gt;\"\n"
  122. "EOF</userinput>"
  123. #. type: Content of: <sect1><screen>
  124. #, no-wrap
  125. msgid ""
  126. "<userinput>cat &gt; /etc/os-release &lt;&lt; \"EOF\"\n"
  127. "NAME=\"Linux From Scratch\"\n"
  128. "VERSION=\"&versiond;\"\n"
  129. "ID=lfs\n"
  130. "PRETTY_NAME=\"Linux From Scratch &versiond;\"\n"
  131. "VERSION_CODENAME=\"&lt;your name here&gt;\"\n"
  132. "EOF</userinput>"
  133. msgstr ""
  134. "<userinput>cat &gt; /etc/os-release &lt;&lt; \"EOF\"\n"
  135. "NAME=\"Linux From Scratch\"\n"
  136. "VERSION=\"&versiond;\"\n"
  137. "ID=lfs\n"
  138. "PRETTY_NAME=\"Linux From Scratch &versiond;\"\n"
  139. "VERSION_CODENAME=\"&lt;your name here&gt;\"\n"
  140. "EOF</userinput>"
  141. #. type: Content of: <sect1><para>
  142. msgid ""
  143. "Be sure to put some sort of customization for the fields 'DISTRIB_CODENAME' "
  144. "and 'VERSION_CODENAME' to make the system uniquely yours."
  145. msgstr "您可以修改 'DISTRIB_CODENAME' 域,体现您的系统的独特性。"