theend.po 5.5 KB

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