perl.po 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-07-01 03:56+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/chapter07/perl.xml:14
  15. #, no-wrap
  16. msgid "&perl-url;"
  17. msgstr "&perl-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:12
  20. msgid ""
  21. "<productname>perl</productname> <productnumber>&perl-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>perl</productname> <productnumber>&perl-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:17
  28. msgid "Perl-&perl-version;"
  29. msgstr "Perl-&perl-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:20
  32. msgid "Perl"
  33. msgstr "Perl"
  34. #. type: Content of: <sect1><indexterm><secondary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:21
  36. msgid "tools"
  37. msgstr "工具"
  38. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:32
  40. msgid "&buildtime;"
  41. msgstr "&buildtime;"
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:33
  44. msgid "&diskspace;"
  45. msgstr "&diskspace;"
  46. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:36
  48. msgid "&perl-tmp-sbu;"
  49. msgstr "&perl-tmp-sbu;"
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:37
  52. msgid "&perl-tmp-du;"
  53. msgstr "&perl-tmp-du;"
  54. #. type: Content of: <sect1><sect2><title>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:44
  56. msgid "Installation of Perl"
  57. msgstr "安装 Perl"
  58. #. type: Content of: <sect1><sect2><para>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:46
  60. msgid "Prepare Perl for compilation:"
  61. msgstr "准备编译 Perl:"
  62. #. type: Content of: <sect1><sect2><screen>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:48
  64. #, no-wrap
  65. msgid ""
  66. "<userinput remap=\"configure\">sh Configure -des \\\n"
  67. " -Dprefix=/usr \\\n"
  68. " -Dvendorprefix=/usr \\\n"
  69. " -Dprivlib=/usr/share/perl5/core_perl \\\n"
  70. " -Darchlib=/usr/lib/perl5/&perl-version-min;/core_perl \\\n"
  71. " -Dsitelib=/usr/share/perl5/site_perl \\\n"
  72. " -Dsitearch=/usr/lib/perl5/&perl-version-min;/site_perl \\\n"
  73. " -Dvendorlib=/usr/share/perl5/vendor_perl \\\n"
  74. " -Dvendorarch=/usr/lib/perl5/&perl-version-min;/vendor_perl</userinput>"
  75. msgstr ""
  76. "<userinput remap=\"configure\">sh Configure -des \\\n"
  77. " -Dprefix=/usr \\\n"
  78. " -Dvendorprefix=/usr \\\n"
  79. " -Dprivlib=/usr/share/perl5/core_perl \\\n"
  80. " -Darchlib=/usr/lib/perl5/&perl-version-min;/core_perl \\\n"
  81. " -Dsitelib=/usr/share/perl5/site_perl \\\n"
  82. " -Dsitearch=/usr/lib/perl5/&perl-version-min;/site_perl \\\n"
  83. " -Dvendorlib=/usr/share/perl5/vendor_perl \\\n"
  84. " -Dvendorarch=/usr/lib/perl5/&perl-version-min;/vendor_perl</userinput>"
  85. #. type: Content of: <sect1><sect2><variablelist><title>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:59
  87. msgid "The meaning of the new Configure options:"
  88. msgstr "新出现的配置选项的含义:"
  89. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:61
  91. msgid "<parameter>-des</parameter>"
  92. msgstr "<parameter>-des</parameter>"
  93. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:63
  95. msgid ""
  96. "This is a combination of three options: -d uses defaults for all items; -e "
  97. "ensures completion of all tasks; -s silences non-essential output."
  98. msgstr ""
  99. "这是三个选项的组合:-d 对于所有配置项目使用默认值;-e 确保所有配置任务完"
  100. "成;-s 使得配置脚本不输出不必要的信息。"
  101. #. type: Content of: <sect1><sect2><para>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:71
  103. msgid "Compile the package:"
  104. msgstr "编译该软件包:"
  105. #. type: Content of: <sect1><sect2><screen>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:73
  107. #, no-wrap
  108. msgid "<userinput remap=\"make\">make</userinput>"
  109. msgstr "<userinput remap=\"make\">make</userinput>"
  110. #. type: Content of: <sect1><sect2><para>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:75
  112. msgid "Install the package:"
  113. msgstr "安装该软件包:"
  114. #. type: Content of: <sect1><sect2><screen>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:77
  116. #, no-wrap
  117. msgid "<userinput remap=\"install\">make install</userinput>"
  118. msgstr "<userinput remap=\"make\">make install</userinput>"
  119. #. type: Content of: <sect1><sect2><para>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:84
  121. msgid ""
  122. "Details on this package are located in <xref linkend=\"contents-perl\" role="
  123. "\".\"/>"
  124. msgstr "该软件包的详细信息可以在<xref linkend=\"contents-perl\"/>中找到。"