1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2024 , Python Software Foundation
2
+ # Copyright (C) 2001-2025 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
11
11
# Alpha Du <alphanow@gmail.com>, 2019
12
12
# ppcfish <ppcfish@gmail.com>, 2019
13
13
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
14
- # Freesand Leo <yuqinju@163.com>,2024
14
+ # Freesand Leo <yuqinju@163.com>,2025
15
15
#
16
16
#, fuzzy
17
17
msgid ""
18
18
msgstr ""
19
19
"Project-Id-Version :Python 3.9\n "
20
20
"Report-Msgid-Bugs-To :\n "
21
- "POT-Creation-Date :2024-08-31 13:14 +0000\n "
21
+ "POT-Creation-Date :2025-04-25 16:43 +0000\n "
22
22
"PO-Revision-Date :2017-02-16 23:44+0000\n "
23
- "Last-Translator :Freesand Leo <yuqinju@163.com>,2024 \n "
23
+ "Last-Translator :Freesand Leo <yuqinju@163.com>,2025 \n "
24
24
"Language-Team :Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
25
25
"MIME-Version :1.0\n "
26
26
"Content-Type :text/plain; charset=UTF-8\n "
@@ -2304,7 +2304,7 @@ msgstr "site"
2304
2304
msgid ""
2305
2305
"The :mod:`site` module has three new functions useful for reporting on the "
2306
2306
"details of a given Python installation."
2307
- msgstr ""
2307
+ msgstr ":mod:`site` 模块新增了三个用于报告给定 Python 安装版详细信息的函数。 "
2308
2308
2309
2309
#: ../../whatsnew/3.2.rst:2011
2310
2310
msgid ""
@@ -2321,13 +2321,13 @@ msgstr ":func:`~site.getuserbase` 报告可用来存储数据的用户基准目
2321
2321
msgid ""
2322
2322
":func:`~site.getusersitepackages` reveals the user-specific site-packages "
2323
2323
"directory path."
2324
- msgstr ""
2324
+ msgstr ":func:`~site.getusersitepackages` 将揭示用户专属的 site-packages 目录路径。 "
2325
2325
2326
2326
#: ../../whatsnew/3.2.rst:2031
2327
2327
msgid ""
2328
2328
"Conveniently, some of site's functionality is accessible directly from the "
2329
2329
"command-line:"
2330
- msgstr ""
2330
+ msgstr "部分 site 功能可方便地直接通过命令行访问: "
2331
2331
2332
2332
#: ../../whatsnew/3.2.rst:2041
2333
2333
msgid "(Contributed by Tarek Ziadé in :issue:`6693`.)"
@@ -2342,25 +2342,26 @@ msgid ""
2342
2342
"The new :mod:`sysconfig` module makes it straightforward to discover "
2343
2343
"installation paths and configuration variables that vary across platforms "
2344
2344
"and installations."
2345
- msgstr ""
2345
+ msgstr "新增的 :mod:`sysconfig` 模块使得发现依赖于不同系统平台和安装版的安装路径和配置变量更为简单直观。 "
2346
2346
2347
2347
#: ../../whatsnew/3.2.rst:2050
2348
2348
msgid ""
2349
2349
"The module offers access simple access functions for platform and version "
2350
2350
"information:"
2351
- msgstr ""
2351
+ msgstr "该模块提供了对平台和版本信息获取函数的访问: "
2352
2352
2353
2353
#: ../../whatsnew/3.2.rst:2053
2354
2354
msgid ""
2355
2355
":func:`~sysconfig.get_platform` returning values like *linux-i586* or "
2356
2356
"*macosx-10.6-ppc*."
2357
2357
msgstr ""
2358
+ ":func:`~sysconfig.get_platform` 将返回 *linux-i586* 或 *macosx-10.6-ppc* 形式的值。"
2358
2359
2359
2360
#: ../../whatsnew/3.2.rst:2055
2360
2361
msgid ""
2361
2362
":func:`~sysconfig.get_python_version` returns a Python version string such "
2362
2363
"as\" 3.2\" ."
2363
- msgstr ""
2364
+ msgstr ":func:`~sysconfig.get_python_version` 将返回 Python 版本字符串如 \" 3.2 \" 。 "
2364
2365
2365
2366
#: ../../whatsnew/3.2.rst:2058
2366
2367
msgid ""