coreutils.po 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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/chapter06/coreutils.xml:14
  15. #, no-wrap
  16. msgid "&coreutils-url;"
  17. msgstr "&coreutils-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:12
  20. msgid ""
  21. "<productname>coreutils</productname> <productnumber>&coreutils-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>coreutils</productname> <productnumber>&coreutils-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:17
  28. msgid "Coreutils-&coreutils-version;"
  29. msgstr "Coreutils-&coreutils-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:20
  32. msgid "Coreutils"
  33. msgstr "Coreutils"
  34. #. type: Content of: <sect1><indexterm><secondary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:21
  36. msgid "tools"
  37. msgstr "工具"
  38. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:32
  40. msgid "&buildtime;"
  41. msgstr "&buildtime;"
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:33
  44. msgid "&diskspace;"
  45. msgstr "&diskspace;"
  46. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:36
  48. msgid "&coreutils-tmp-sbu;"
  49. msgstr "&coreutils-tmp-sbu;"
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:37
  52. msgid "&coreutils-tmp-du;"
  53. msgstr "&coreutils-tmp-du;"
  54. #. type: Content of: <sect1><sect2><title>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:44
  56. msgid "Installation of Coreutils"
  57. msgstr "安装 Coreutils"
  58. #. type: Content of: <sect1><sect2><para>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:46
  60. msgid "Prepare Coreutils for compilation:"
  61. msgstr "准备编译 Coreutils:"
  62. #. type: Content of: <sect1><sect2><screen>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:48
  64. #, no-wrap
  65. msgid ""
  66. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  67. " --host=$LFS_TGT \\\n"
  68. " --build=$(build-aux/config.guess) \\\n"
  69. " --enable-install-program=hostname \\\n"
  70. " --enable-no-install-program=kill,uptime</userinput>"
  71. msgstr ""
  72. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  73. " --host=$LFS_TGT \\\n"
  74. " --build=$(build-aux/config.guess) \\\n"
  75. " --enable-install-program=hostname \\\n"
  76. " --enable-no-install-program=kill,uptime</userinput>"
  77. #. type: Content of: <sect1><sect2><variablelist><title>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:55
  79. msgid "The meaning of the configure options:"
  80. msgstr "配置选项的含义:"
  81. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  82. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:58
  83. msgid "<envar>--enable-install-program=hostname</envar>"
  84. msgstr "<envar>--enable-install-program=hostname</envar>"
  85. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:60
  87. msgid ""
  88. "This enables the <command>hostname</command> binary to be built and "
  89. "installed &ndash; it is disabled by default but is required by the Perl test "
  90. "suite."
  91. msgstr ""
  92. "该选项表示构建 <command>hostname</command> 程序并安装它 —— 默认情况下它被禁"
  93. "用,但 Perl 测试套件需要它。"
  94. #. type: Content of: <sect1><sect2><para>
  95. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:67
  96. msgid "Compile the package:"
  97. msgstr "编译该软件包:"
  98. #. type: Content of: <sect1><sect2><screen>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:69
  100. #, no-wrap
  101. msgid "<userinput remap=\"make\">make</userinput>"
  102. msgstr "<userinput remap=\"make\">make</userinput>"
  103. #. type: Content of: <sect1><sect2><para>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:71
  105. msgid "Install the package:"
  106. msgstr "安装该软件包:"
  107. #. type: Content of: <sect1><sect2><screen>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:73
  109. #, no-wrap
  110. msgid "<userinput remap=\"install\">make DESTDIR=$LFS install</userinput>"
  111. msgstr "<userinput remap=\"install\">make DESTDIR=$LFS install</userinput>"
  112. #. type: Content of: <sect1><sect2><para>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:82
  114. msgid ""
  115. "Move programs to their final expected locations. Although this is not "
  116. "necessary in this temporary environment, we must do so because some programs "
  117. "harcode executable locations:"
  118. msgstr ""
  119. "将程序移动到它们最终安装时的正确位置。"
  120. "尽管在临时环境中这不必要,但我们必须这样做,"
  121. "因为一些程序会硬编码它们的位置:"
  122. #. type: Content of: <sect1><sect2><screen>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:86
  124. #, no-wrap
  125. msgid ""
  126. "<userinput remap=\"install\">mv -v $LFS/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} $LFS/bin\n"
  127. "mv -v $LFS/usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} $LFS/bin\n"
  128. "mv -v $LFS/usr/bin/{rmdir,stty,sync,true,uname} $LFS/bin\n"
  129. "mv -v $LFS/usr/bin/{head,nice,sleep,touch} $LFS/bin\n"
  130. "mv -v $LFS/usr/bin/chroot $LFS/usr/sbin\n"
  131. "mkdir -pv $LFS/usr/share/man/man8\n"
  132. "mv -v $LFS/usr/share/man/man1/chroot.1 $LFS/usr/share/man/man8/chroot.8\n"
  133. "sed -i 's/\"1\"/\"8\"/' $LFS/usr/share/man/man8/chroot.8</userinput>"
  134. msgstr ""
  135. "<userinput remap=\"install\">mv -v $LFS/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} $LFS/bin\n"
  136. "mv -v $LFS/usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} $LFS/bin\n"
  137. "mv -v $LFS/usr/bin/{rmdir,stty,sync,true,uname} $LFS/bin\n"
  138. "mv -v $LFS/usr/bin/{head,nice,sleep,touch} $LFS/bin\n"
  139. "mv -v $LFS/usr/bin/chroot $LFS/usr/sbin\n"
  140. "mkdir -pv $LFS/usr/share/man/man8\n"
  141. "mv -v $LFS/usr/share/man/man1/chroot.1 $LFS/usr/share/man/man8/chroot.8\n"
  142. "sed -i 's/\"1\"/\"8\"/' $LFS/usr/share/man/man8/chroot.8</userinput>"
  143. #. type: Content of: <sect1><sect2><para>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/coreutils.xml:100
  145. msgid ""
  146. "Details on this package are located in <xref linkend=\"contents-coreutils\" "
  147. "role=\".\"/>"
  148. msgstr ""
  149. "该软件包的详细信息可以在<xref linkend=\"contents-coreutils\"/>中找到。"