Skip to content

Commit 7d0c042

Browse files
[po] auto sync
1 parent 7bd4c08 commit 7d0c042

File tree

6 files changed

+27
-7
lines changed

6 files changed

+27
-7
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "77.25%", "updated_at": "2025-05-09T08:57:19Z"}
1+
{"translation": "77.26%", "updated_at": "2025-05-09T10:55:46Z"}

deprecations/index.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# lqks, 2024
88
# Alpha Du <alphanow@gmail.com>, 2024
99
# Freesand Leo <yuqinju@163.com>, 2025
10+
# lian Wu (Wulian) <xiguawulian@gmail.com>, 2025
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2025-05-08 02:53-0300\n"
1718
"PO-Revision-Date: 2024-07-29 04:07+0000\n"
18-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
19+
"Last-Translator: lian Wu (Wulian) <xiguawulian@gmail.com>, 2025\n"
1920
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -232,6 +233,8 @@ msgid ""
232233
"3.10. Use :meth:`~zipimport.zipimporter.exec_module` instead. (Contributed "
233234
"by Jiahao Li in :gh:`125746`.)"
234235
msgstr ""
236+
":meth:`~zipimport.zipimporter.load_module` 自 3.10 起已被弃用。请改用:meth:`~zipimport.zipimporter.exec_module` 。\n"
237+
"(由李佳昊在 :gh:`125746` 中贡献。)"
235238

236239
#: ../../deprecations/pending-removal-in-3.16.rst:2
237240
msgid "Pending removal in Python 3.16"
@@ -271,6 +274,8 @@ msgid ""
271274
"Python 3.16; use :func:`inspect.iscoroutinefunction` instead. (Contributed "
272275
"by Jiahao Li and Kumar Aditya in :gh:`122875`.)"
273276
msgstr ""
277+
":func:`!asyncio.iscoroutinefunction` 已被弃用并将在 Python 3.16 中移除,请改用 :func:`inspect.iscoroutinefunction`。\n"
278+
"(由李佳昊和 Kumar Aditya 在 :gh:`122875` 中贡献。)"
274279

275280
#: ../../deprecations/pending-removal-in-3.16.rst:26
276281
msgid ""

deprecations/pending-removal-in-3.15.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Freesand Leo <yuqinju@163.com>, 2025
8+
# lian Wu (Wulian) <xiguawulian@gmail.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2025-05-08 02:53-0300\n"
1516
"PO-Revision-Date: 2024-07-20 00:54+0000\n"
16-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
17+
"Last-Translator: lian Wu (Wulian) <xiguawulian@gmail.com>, 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"
@@ -220,3 +221,5 @@ msgid ""
220221
"3.10. Use :meth:`~zipimport.zipimporter.exec_module` instead. (Contributed "
221222
"by Jiahao Li in :gh:`125746`.)"
222223
msgstr ""
224+
":meth:`~zipimport.zipimporter.load_module` 自 3.10 起已被弃用。请改用:meth:`~zipimport.zipimporter.exec_module` 。\n"
225+
"(由李佳昊在 :gh:`125746` 中贡献。)"

deprecations/pending-removal-in-3.16.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Freesand Leo <yuqinju@163.com>, 2025
8+
# lian Wu (Wulian) <xiguawulian@gmail.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2025-05-08 02:53-0300\n"
1516
"PO-Revision-Date: 2024-07-20 00:54+0000\n"
16-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
17+
"Last-Translator: lian Wu (Wulian) <xiguawulian@gmail.com>, 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"
@@ -63,6 +64,8 @@ msgid ""
6364
"Python 3.16; use :func:`inspect.iscoroutinefunction` instead. (Contributed "
6465
"by Jiahao Li and Kumar Aditya in :gh:`122875`.)"
6566
msgstr ""
67+
":func:`!asyncio.iscoroutinefunction` 已被弃用并将在 Python 3.16 中移除,请改用 :func:`inspect.iscoroutinefunction`。\n"
68+
"(由李佳昊和 Kumar Aditya 在 :gh:`122875` 中贡献。)"
6669

6770
#: ../../deprecations/pending-removal-in-3.16.rst:26
6871
msgid ""

whatsnew/3.12.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# Arisaka97 <solitaire2312@gmail.com>, 2025
2121
# 汇民 王 <whuim@qq.com>, 2025
2222
# Freesand Leo <yuqinju@163.com>, 2025
23+
# lian Wu (Wulian) <xiguawulian@gmail.com>, 2025
2324
#
2425
#, fuzzy
2526
msgid ""
@@ -28,7 +29,7 @@ msgstr ""
2829
"Report-Msgid-Bugs-To: \n"
2930
"POT-Creation-Date: 2025-05-08 02:53-0300\n"
3031
"PO-Revision-Date: 2023-05-24 13:08+0000\n"
31-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
32+
"Last-Translator: lian Wu (Wulian) <xiguawulian@gmail.com>, 2025\n"
3233
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3334
"MIME-Version: 1.0\n"
3435
"Content-Type: text/plain; charset=UTF-8\n"
@@ -3025,6 +3026,8 @@ msgid ""
30253026
"3.10. Use :meth:`~zipimport.zipimporter.exec_module` instead. (Contributed "
30263027
"by Jiahao Li in :gh:`125746`.)"
30273028
msgstr ""
3029+
":meth:`~zipimport.zipimporter.load_module` 自 3.10 起已被弃用。请改用:meth:`~zipimport.zipimporter.exec_module` 。\n"
3030+
"(由李佳昊在 :gh:`125746` 中贡献。)"
30283031

30293032
#: ../../deprecations/pending-removal-in-3.16.rst:2
30303033
msgid "Pending removal in Python 3.16"
@@ -3060,6 +3063,8 @@ msgid ""
30603063
"Python 3.16; use :func:`inspect.iscoroutinefunction` instead. (Contributed "
30613064
"by Jiahao Li and Kumar Aditya in :gh:`122875`.)"
30623065
msgstr ""
3066+
":func:`!asyncio.iscoroutinefunction` 已被弃用并将在 Python 3.16 中移除,请改用 :func:`inspect.iscoroutinefunction`。\n"
3067+
"(由李佳昊和 Kumar Aditya 在 :gh:`122875` 中贡献。)"
30633068

30643069
#: ../../deprecations/pending-removal-in-3.16.rst:26
30653070
msgid ""

whatsnew/3.13.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# Sefank <sefank@foxmail.com>, 2024
2020
# 赵天悦 <terrychao.me@gmail.com>, 2024
2121
# 汇民 王 <whuim@qq.com>, 2024
22-
# lian Wu (Wulian) <xiguawulian@gmail.com>, 2025
2322
# Freesand Leo <yuqinju@163.com>, 2025
23+
# lian Wu (Wulian) <xiguawulian@gmail.com>, 2025
2424
#
2525
#, fuzzy
2626
msgid ""
@@ -29,7 +29,7 @@ msgstr ""
2929
"Report-Msgid-Bugs-To: \n"
3030
"POT-Creation-Date: 2025-05-08 02:53-0300\n"
3131
"PO-Revision-Date: 2024-05-11 01:09+0000\n"
32-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
32+
"Last-Translator: lian Wu (Wulian) <xiguawulian@gmail.com>, 2025\n"
3333
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3434
"MIME-Version: 1.0\n"
3535
"Content-Type: text/plain; charset=UTF-8\n"
@@ -4008,6 +4008,8 @@ msgid ""
40084008
"3.10. Use :meth:`~zipimport.zipimporter.exec_module` instead. (Contributed "
40094009
"by Jiahao Li in :gh:`125746`.)"
40104010
msgstr ""
4011+
":meth:`~zipimport.zipimporter.load_module` 自 3.10 起已被弃用。请改用:meth:`~zipimport.zipimporter.exec_module` 。\n"
4012+
"(由李佳昊在 :gh:`125746` 中贡献。)"
40114013

40124014
#: ../../deprecations/pending-removal-in-3.16.rst:2
40134015
msgid "Pending removal in Python 3.16"
@@ -4039,6 +4041,8 @@ msgid ""
40394041
"Python 3.16; use :func:`inspect.iscoroutinefunction` instead. (Contributed "
40404042
"by Jiahao Li and Kumar Aditya in :gh:`122875`.)"
40414043
msgstr ""
4044+
":func:`!asyncio.iscoroutinefunction` 已被弃用并将在 Python 3.16 中移除,请改用 :func:`inspect.iscoroutinefunction`。\n"
4045+
"(由李佳昊和 Kumar Aditya 在 :gh:`122875` 中贡献。)"
40424046

40434047
#: ../../deprecations/pending-removal-in-3.16.rst:26
40444048
msgid ""

0 commit comments

Comments
 (0)