55#
66# Translators:
77# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+ # python-doc bot, 2025
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version :Python 3.12\n "
1314"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2025-07-25 16:03 +0000\n "
15+ "POT-Creation-Date :2025-09-22 19:59 +0000\n "
1516"PO-Revision-Date :2025-07-18 19:59+0000\n "
16- "Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com> , 2025\n "
17+ "Last-Translator :python-doc bot , 2025\n "
1718"Language-Team :Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1819"MIME-Version :1.0\n "
1920"Content-Type :text/plain; charset=UTF-8\n "
@@ -990,6 +991,10 @@ msgid ""
990991" the 64-bit version and `www.nuget.org/packages/pythonx86 "
991992"<https://www.nuget.org/packages/pythonx86>`_ for the 32-bit version."
992993msgstr ""
994+ "nuget.org上的包信息页是 `www.nuget.org/packages/python "
995+ "<https://www.nuget.org/packages/python>`_ 对于64位版本和 "
996+ "`www.nuget.org/packages/pythonx86 "
997+ "<https://www.nuget.org/packages/pythonx86>`_ 表示32位版本。"
993998
994999#: ../../using/windows.rst:460
9951000msgid "The embeddable package"
@@ -1745,6 +1750,8 @@ msgid ""
17451750"script on Windows which you hope will be useful on Unix, you should use one "
17461751"of the shebang lines starting with ``/usr``."
17471752msgstr ""
1753+ "将找到并使用默认的Python。因为在Unix上编写的许多Python脚本已经有了这一行,你应该发现这些脚本可以由启动器使用而无需修改。如果您在Windows上编写一个新脚本,希望在Unix上有用,那么您应该使用以"
1754+ " ``/usr`` 开头的一个shebang行。"
17481755
17491756#: ../../using/windows.rst:876
17501757msgid ""
@@ -1754,6 +1761,8 @@ msgid ""
17541761"version. I.e. ``/usr/bin/python3.7-32`` will request usage of the 32-bit "
17551762"python 3.7."
17561763msgstr ""
1764+ "任何上述虚拟命令都可以显式指定版本(可以仅为主要版本,也可以为主要版本加次要版本)作为后缀。 此外,可以通过在次要版本之后添加 “-32” 来请求 32"
1765+ " 位版本。 例如 ``/usr/bin/python3.7-32`` 将请求使用 32 位 python 3.7。"
17571766
17581767#: ../../using/windows.rst:884
17591768msgid ""
@@ -2335,6 +2344,9 @@ msgid ""
23352344"executable, explicitly call :c:func:`Py_SetPath` or (at least) "
23362345":c:func:`Py_SetProgramName` before :c:func:`Py_Initialize`."
23372346msgstr ""
2347+ "如果你在自己的可执行文件中加载 :file:`python3.dll` 或 :file:`python37.dll` ,在 "
2348+ ":c:func:`Py_Initialize` 之前,要显式调用 :c:func:`Py_SetPath` 或(至少) "
2349+ ":c:func:`Py_SetProgramName`"
23382350
23392351#: ../../using/windows.rst:1175
23402352msgid ""