introduction.po 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: PACKAGE VERSION\n"
  9. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  10. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  11. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  12. "Language-Team: LANGUAGE <LL@li.org>\n"
  13. "Language: zh_CN\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. #. type: Content of: <sect1><title>
  18. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/introduction.xml:11
  19. msgid "Introduction"
  20. msgstr "概述"
  21. #. type: Content of: <sect1><para>
  22. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/introduction.xml:13
  23. msgid ""
  24. "This chapter shows how to cross-compile basic utilities using the just built "
  25. "cross-toolchain. Those utilities are installed into their final location, "
  26. "but cannot be used yet. Basic tasks still rely on the host's "
  27. "tools. Nevertheless, the installed libraries are used when linking."
  28. msgstr ""
  29. "本章展示如何使用刚刚构建的交叉工具链对基本工具进行交叉编译。"
  30. "这些工具会被安装到它们的最终位置,但现在还无法使用。"
  31. "基本操作仍然依赖宿主系统的工具。尽管如此,在链接时会使用刚刚安装的库。"
  32. #. type: Content of: <sect1><para>
  33. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/introduction.xml:19
  34. msgid ""
  35. "Using the utilities will be possible in next chapter after entering the "
  36. "<quote>chroot</quote> environment. But all the packages built in the present "
  37. "chapter need to be built before we do that. Therefore we cannot be "
  38. "independent of the host system yet."
  39. msgstr ""
  40. "在下一章,进入<quote>chroot</quote>环境后,就可以使用这些工具。"
  41. "但是在此之前,我们必须将本章中所有的软件包构建完毕。"
  42. "因此现在我们还不能脱离宿主系统。"
  43. #. type: Content of: <sect1><para>
  44. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/introduction.xml:24
  45. msgid ""
  46. "Once again, let us recall that improper setting of <envar>LFS</envar> "
  47. "together with building as root, may render your computer unusable. This "
  48. "whole chapter must be done as user <systemitem "
  49. "class=\"username\">lfs</systemitem>, with the enviroment as described in "
  50. "<xref linkend=\"ch-preps-settingenviron\"/>."
  51. msgstr ""
  52. "再一次地,请注意如果 <envar>LFS</envar> 环境变量设置错误,"
  53. "而且使用 root 用户身份构建,可能导致您的电脑完全无法使用。"
  54. "本章应该以用户 <systemitem class=\"username\">lfs</systemitem> 身份完成,"
  55. "且环境变量应该如同<xref linkend=\"ch-preps-settingenviron\"/>所述设置。"