Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22551a5

Browse files
[po] auto sync
1 parent 84c24e8 commit 22551a5

File tree

11 files changed

+14700
-14691
lines changed

11 files changed

+14700
-14691
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.77%", "updated_at": "2025-06-14T15:55:47Z"}
1+
{"translation": "81.72%", "updated_at": "2025-06-20T15:56:51Z"}

c-api/refcounting.po

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# jaystone776 <[email protected]>, 2021
8-
# Freesand Leo <[email protected]>, 2025
7+
# Rafael Fontenelle <[email protected]>, 2025
98
#
109
#, fuzzy
1110
msgid ""
1211
msgstr ""
1312
"Project-Id-Version: Python 3.13\n"
1413
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-01-17 14:16+0000\n"
16-
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
17-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
14+
"POT-Creation-Date: 2025-06-20 14:58+0000\n"
15+
"PO-Revision-Date: 2025-05-08 05:08+0000\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1817
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=UTF-8\n"
@@ -306,12 +305,10 @@ msgstr "Py_SETREF(dst, src);"
306305

307306
#: ../../c-api/refcounting.rst:204
308307
msgid ""
309-
"That arranges to set *dst* to *src* _before_ releasing the reference to the "
308+
"That arranges to set *dst* to *src* *before* releasing the reference to the "
310309
"old value of *dst*, so that any code triggered as a side-effect of *dst* "
311310
"getting torn down no longer believes *dst* points to a valid object."
312311
msgstr ""
313-
"这样使得在释放对旧 *dst* 值的引用 _之前_ 将 *dst* 设为 *src*,从而让任何因 *dst* 被去除而触发的代码不再相信 *dst* "
314-
"指向一个有效的对象。"
315312

316313
#: ../../c-api/refcounting.rst:211 ../../c-api/refcounting.rst:223
317314
msgid ""

0 commit comments

Comments
 (0)