python.po 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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><sect1info><address>
  14. #, no-wrap
  15. msgid "&python-url;"
  16. msgstr "&python-url;"
  17. #. type: Content of: <sect1><sect1info>
  18. msgid ""
  19. "<productname>Python</productname> <productnumber>&python-version;</"
  20. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  21. msgstr ""
  22. "<productname>Python</productname> <productnumber>&python-version;</"
  23. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  24. #. type: Content of: <sect1><title>
  25. msgid "Python-&python-version;"
  26. msgstr "Python-&python-version;"
  27. #. type: Content of: <sect1><indexterm><primary>
  28. msgid "Python"
  29. msgstr "Python"
  30. #. type: Content of: <sect1><indexterm><secondary>
  31. msgid "temporary"
  32. msgstr "临时的"
  33. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  34. msgid "&buildtime;"
  35. msgstr "&buildtime;"
  36. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  37. msgid "&diskspace;"
  38. msgstr "&diskspace;"
  39. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  40. msgid "&python-tmp-sbu;"
  41. msgstr "&python-tmp-sbu;"
  42. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  43. msgid "&python-tmp-du;"
  44. msgstr "&python-tmp-du;"
  45. #. type: Content of: <sect1><sect2><title>
  46. msgid "Installation of Python"
  47. msgstr "安装 Python"
  48. #. type: Content of: <sect1><sect2><note><para>
  49. msgid ""
  50. "There are two package files whose name starts with <quote>python</quote>. "
  51. "The one to extract from is <filename>Python-&python-version;.tar.xz</"
  52. "filename> (notice the uppercase first letter)."
  53. msgstr ""
  54. "该软件包包含两个以 <quote>python</quote> 开头的压缩包。我们应该解压的包是 "
  55. "<filename>Python-&python-version;.tar.xz</filename> (注意首字母是大写的)。"
  56. #. type: Content of: <sect1><sect2><para>
  57. msgid "Prepare Python for compilation:"
  58. msgstr "准备编译 Python:"
  59. #. type: Content of: <sect1><sect2><screen>
  60. #, no-wrap
  61. msgid ""
  62. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  63. " --enable-shared \\\n"
  64. " --without-ensurepip</userinput>"
  65. msgstr ""
  66. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  67. " --enable-shared \\\n"
  68. " --without-ensurepip</userinput>"
  69. #. type: Content of: <sect1><sect2><variablelist><title>
  70. msgid "The meaning of the configure option:"
  71. msgstr "配置选项的含义:"
  72. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  73. msgid "<parameter>--enable-shared</parameter>"
  74. msgstr "<parameter>--enable-shared</parameter>"
  75. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  76. msgid "This switch prevents installation of static libraries."
  77. msgstr "该选项防止安装静态库。"
  78. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  79. msgid "<parameter>--without-ensurepip</parameter>"
  80. msgstr "<parameter>--without-ensurepip</parameter>"
  81. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  82. msgid ""
  83. "This switch disables the Python package installer, which is not needed at "
  84. "this stage."
  85. msgstr "该选项禁止构建 Python 软件包安装器,它在当前阶段没有必要。"
  86. #. type: Content of: <sect1><sect2><para>
  87. msgid "Compile the package:"
  88. msgstr "编译该软件包:"
  89. #. type: Content of: <sect1><sect2><screen>
  90. #, no-wrap
  91. msgid "<userinput remap=\"make\">make</userinput>"
  92. msgstr "<userinput remap=\"make\">make</userinput>"
  93. #. type: Content of: <sect1><sect2><para>
  94. msgid "Install the package:"
  95. msgstr "安装该软件包:"
  96. #. type: Content of: <sect1><sect2><screen>
  97. #, no-wrap
  98. msgid "<userinput remap=\"install\">make install</userinput>"
  99. msgstr "<userinput remap=\"install\">make install</userinput>"
  100. #. type: Content of: <sect1><sect2><para>
  101. msgid ""
  102. "Details on this package are located in <xref linkend=\"contents-python\" "
  103. "role=\".\"/>"
  104. msgstr ""
  105. "关于该软件包的详细信息可以在<xref linkend=\"contents-python\"/>中找到。"