8000 [po] auto sync · python/python-docs-zh-cn@8dcf835 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8dcf835

Browse files
[po] auto sync
1 parent d04b443 commit 8dcf835

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.64%", "updated_at": "2024-02-16T07:09:15Z"}
1+
{"translation": "90.64%", "updated_at": "2024-02-16T15:15:02Z"}

whatsnew/3.2.po

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -10,16 +10,16 @@
1010
# Alpha Du <alphanow@gmail.com>, 2020
1111
# ppcfish <ppcfish@gmail.com>, 2020
1212
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
13-
# Freesand Leo <yuqinju@163.com>, 2023
13+
# Freesand Leo <yuqinju@163.com>, 2024
1414
#
1515
#, fuzzy
1616
msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.8\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2023-08-25 21:50+0000\n"
20+
"POT-Creation-Date: 2024-02-09 23:30+0000\n"
2121
"PO-Revision-Date: 2020-05-30 12:18+0000\n"
22-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2023\n"
22+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
2323
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -64,6 +64,8 @@ msgid ""
6464
"to use. This requirement was the result of the free access to Python "
6565
"interpreter internals that extension modules could use."
6666
msgstr ""
67+
"过去,为一个 Python 版本所构建的扩展模块通常无法用于其他 Python 版本。 特别是在 Windows 上,每一个 Python "
68+
"新特性发布版都必须重新构建想要使用的所有扩展模块。 之所以有这样的要求是因为扩展模块可以任意访问 Python 解释器的内部对象。"
6769

6870
#: ../../whatsnew/3.2.rst:71
6971
msgid ""
@@ -76,6 +78,9 @@ msgid ""
7678
"memory structures can still be built, but will need to be recompiled for "
7779
"every feature release."
7880
msgstr ""
81+
"在 Python 3.2 中,则有了一种替代方式:扩展模块将自己约束于一个受限 API(通过定义 "
82+
"Py_LIMITED_API)因而不能使用许多内部对象,仅限使用一组承诺会在多个发布版中保持稳定的 API 函数。 作为其结果,在这种模式下为 3.2 "
83+
"构建的扩展模块也将能在 3.3、3.4 等版本中运行。 使用了内存结构体细节数据的扩展模块仍然可以被构建,但将需要为每个新特性发布版重新编译。"
7984

8085
#: ../../whatsnew/3.2.rst:82
8186
msgid ":pep:`384` - Defining a Stable ABI"

0 commit comments

Comments
 (0)
0