stages.po 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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 "Building LFS in Stages"
  15. msgstr "分阶段构建 LFS"
  16. #. type: Content of: <sect1><para>
  17. msgid ""
  18. "LFS is designed to be built in one session. That is, the instructions "
  19. "assume that the system will not be shut down during the process. That does "
  20. "not mean that the system has to be done in one sitting. The issue is that "
  21. "certain procedures have to be re-accomplished after a reboot if resuming LFS "
  22. "at different points."
  23. msgstr ""
  24. "LFS 被设计为在一次会话中构建完成。换句话说,本书的指令假设,在整个编译过程"
  25. "中,系统不会关闭或重启。当然,构建过程不需要严格地一气呵成,只要注意在重新启"
  26. "动后,继续编译 LFS 时,根据构建进度的不同,可能需要再次进行某些操作。"
  27. #. type: Content of: <sect1><sect2><title>
  28. msgid "Chapters&nbsp;1&ndash;4"
  29. msgstr "第 1&ndash;4 章"
  30. #. type: Content of: <sect1><sect2><para>
  31. msgid ""
  32. "These chapters are accomplished on the host system. When restarting, be "
  33. "careful of the following:"
  34. msgstr "这些章节是在宿主系统完成的。在重启后,注意下列事项:"
  35. #. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
  36. msgid ""
  37. "Procedures done as the root user after Section 2.4 need to have the LFS "
  38. "environment variable set <emphasis>FOR THE ROOT USER</emphasis>."
  39. msgstr ""
  40. "在第 2.4 节之后,以 root 用户身份执行的步骤要求 LFS 环境变量已经 <emphasis>"
  41. "为 root 用户</emphasis>设置好。"
  42. #. type: Content of: <sect1><sect2><title>
  43. msgid "Chapter&nbsp;5&ndash;6"
  44. msgstr "第 5&ndash;6 章"
  45. #. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
  46. msgid "The /mnt/lfs partition must be mounted."
  47. msgstr "/mnt/lfs 分区需要重新挂载。"
  48. #. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
  49. msgid ""
  50. "Threse two chapters must be done as user <emphasis>lfs</emphasis>. A "
  51. "<command>su - lfs</command> needs to be done before any task in these "
  52. "chapters. Failing to do that, you are at risk of installing packages to the "
  53. "host, and potentially rendering it unusable."
  54. msgstr ""
  55. "第 5 章的<emphasis>所有</emphasis>步骤必须由用户 <emphasis>lfs</emphasis> 完"
  56. "成。在执行第 5 章的任务时,必须先执行 <command>su - lfs</command> 命令。"
  57. #. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
  58. msgid ""
  59. "The procedures in <xref linkend='ch-tools-generalinstructions'/> are "
  60. "critical. If there is any doubt about installing a package, ensure any "
  61. "previously expanded tarballs are removed, then re-extract the package files, "
  62. "and complete all instructions in that section."
  63. msgstr ""
  64. "<xref linkend='ch-tools-generalinstructions'/>中的过程是关键的。如果在安装软"
  65. "件包时感觉不对劲,确认之前解压的源码包已经被删除,然后重新解压源码包的文件,"
  66. "重新执行该软件包对应章节的所有命令。"
  67. #. type: Content of: <sect1><sect2><title>
  68. msgid "Chapter&nbsp;7&ndash;10"
  69. msgstr "第 7&ndash;10 章"
  70. #. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
  71. msgid ""
  72. "A few operations, from <quote>Changing Ownership</quote> to <quote>Entering "
  73. "the Chroot Environment</quote> must be done as the root user, with the LFS "
  74. "envirnment variable set for the root user."
  75. msgstr ""
  76. "从 <quote>改变所有权</quote> 到 <quote>进入 Chroot 环境</quote> 的一些操作必"
  77. "须以 root 身份完成,且 LFS 环境变量必须为 root 用户设定。"
  78. #. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
  79. msgid ""
  80. "When entering chroot, the LFS environment variable must be set for root. The "
  81. "LFS variable is not used afterwards."
  82. msgstr ""
  83. "在进入 chroot 环境时,LFS 环境变量必须为 root 设置好。之后就不需要 LFS 变量。"
  84. #. type: Content of: <sect1><sect2><itemizedlist><listitem><para>
  85. msgid ""
  86. "The virtual file systems must be mounted. This can be done before or after "
  87. "entering chroot by changing to a host virtual terminal and, as root, running "
  88. "the commands in <xref linkend='ch-tools-bindmount'/> and <xref linkend='ch-"
  89. "tools-kernfsmount'/>."
  90. msgstr ""
  91. "虚拟文件系统必须挂载好。在进入 chroot 环境之前,请切换到一个宿主系统的虚拟终"
  92. "端,以 root 身份执行<xref linkend='ch-tools-bindmount'/>和<xref linkend='ch-"
  93. "tools-kernfsmount'/>中的命令。"