Skip to content

Commit 7598dea

Browse files
[po] auto sync
1 parent 48dd56f commit 7598dea

File tree

6 files changed

+35
-27
lines changed

6 files changed

+35
-27
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "8.96%", "updated_at": "2025-07-30T15:18:30Z"}
1+
{"translation": "8.99%", "updated_at": "2025-08-13T14:18:23Z"}

library/datetime.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# Tangyuan, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.9\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 19:10+0000\n"
15+
"POT-Creation-Date: 2025-08-11 17:49+0000\n"
1516
"PO-Revision-Date: 2025-07-18 19:17+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: Tangyuan, 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"
@@ -432,12 +433,12 @@ msgstr ""
432433
#: ../../library/datetime.rst:288 ../../library/datetime.rst:582
433434
#: ../../library/datetime.rst:1127
434435
msgid "Operation"
435-
msgstr ""
436+
msgstr "操作"
436437

437438
#: ../../library/datetime.rst:288 ../../library/datetime.rst:582
438439
#: ../../library/datetime.rst:1127
439440
msgid "Result"
440-
msgstr ""
441+
msgstr "结果"
441442

442443
#: ../../library/datetime.rst:290
443444
msgid "``t1 = t2 + t3``"

library/operator.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# Tangyuan, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.9\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 19:10+0000\n"
15+
"POT-Creation-Date: 2025-08-11 17:49+0000\n"
1516
"PO-Revision-Date: 2025-07-18 19:17+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: Tangyuan, 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"
@@ -309,7 +310,7 @@ msgstr ""
309310

310311
#: ../../library/operator.rst:367
311312
msgid "Operation"
312-
msgstr ""
313+
msgstr "操作"
313314

314315
#: ../../library/operator.rst:367
315316
msgid "Syntax"

library/stdtypes.po

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# Tangyuan, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.9\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 19:10+0000\n"
15+
"POT-Creation-Date: 2025-08-11 17:49+0000\n"
1516
"PO-Revision-Date: 2025-07-18 19:17+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: Tangyuan, 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"
@@ -23,19 +24,19 @@ msgstr ""
2324

2425
#: ../../library/stdtypes.rst:8
2526
msgid "Built-in Types"
26-
msgstr ""
27+
msgstr "内置类型"
2728

2829
#: ../../library/stdtypes.rst:10
2930
msgid ""
3031
"The following sections describe the standard types that are built into the "
3132
"interpreter."
32-
msgstr ""
33+
msgstr "以下各节描述了解释器中内置的标准类型。"
3334

3435
#: ../../library/stdtypes.rst:15
3536
msgid ""
3637
"The principal built-in types are numerics, sequences, mappings, classes, "
3738
"instances and exceptions."
38-
msgstr ""
39+
msgstr "主要的内置类型包括数值型、序列、映射、类、实例和异常。"
3940

4041
#: ../../library/stdtypes.rst:18
4142
msgid ""
@@ -55,7 +56,7 @@ msgstr ""
5556

5657
#: ../../library/stdtypes.rst:32
5758
msgid "Truth Value Testing"
58-
msgstr ""
59+
msgstr "真值测试"
5960

6061
#: ../../library/stdtypes.rst:41
6162
msgid ""
@@ -73,19 +74,19 @@ msgstr ""
7374

7475
#: ../../library/stdtypes.rst:55
7576
msgid "constants defined to be false: ``None`` and ``False``."
76-
msgstr ""
77+
msgstr "定义为假的常量: ``None`` 和 ``False``。"
7778

7879
#: ../../library/stdtypes.rst:57
7980
msgid ""
8081
"zero of any numeric type: ``0``, ``0.0``, ``0j``, ``Decimal(0)``, "
8182
"``Fraction(0, 1)``"
82-
msgstr ""
83+
msgstr "任何数值类型的零:``0``,``0.0``,``0j``,``Decimal(0)`` 、``Fraction(0, 1)``"
8384

8485
#: ../../library/stdtypes.rst:60
8586
msgid ""
8687
"empty sequences and collections: ``''``, ``()``, ``[]``, ``{}``, ``set()``, "
8788
"``range(0)``"
88-
msgstr ""
89+
msgstr "空序列和多项集:``''``,``()``,``[]``,``{}``,``set()`` 、``range(0)``"
8990

9091
#: ../../library/stdtypes.rst:69
9192
msgid ""
@@ -98,24 +99,24 @@ msgstr ""
9899
#: ../../library/stdtypes.rst:78
99100
msgid ""
100101
"Boolean Operations --- :keyword:`!and`, :keyword:`!or`, :keyword:`!not`"
101-
msgstr ""
102+
msgstr "布尔运算符——:keyword:`!and`、:keyword:`!or`、:keyword:`!not`"
102103

103104
#: ../../library/stdtypes.rst:82
104105
msgid "These are the Boolean operations, ordered by ascending priority:"
105-
msgstr ""
106+
msgstr "以下是布尔运算,按优先级从低到高排序:"
106107

107108
#: ../../library/stdtypes.rst:85 ../../library/stdtypes.rst:143
108109
#: ../../library/stdtypes.rst:275 ../../library/stdtypes.rst:364
109110
#: ../../library/stdtypes.rst:414 ../../library/stdtypes.rst:862
110111
#: ../../library/stdtypes.rst:1057
111112
msgid "Operation"
112-
msgstr ""
113+
msgstr "操作"
113114

114115
#: ../../library/stdtypes.rst:85 ../../library/stdtypes.rst:275
115116
#: ../../library/stdtypes.rst:364 ../../library/stdtypes.rst:414
116117
#: ../../library/stdtypes.rst:862 ../../library/stdtypes.rst:1057
117118
msgid "Result"
118-
msgstr ""
119+
msgstr "结果"
119120

120121
#: ../../library/stdtypes.rst:85 ../../library/stdtypes.rst:275
121122
#: ../../library/stdtypes.rst:414 ../../library/stdtypes.rst:862

whatsnew/2.1.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# Tangyuan, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.9\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 19:10+0000\n"
15+
"POT-Creation-Date: 2025-08-11 17:49+0000\n"
1516
"PO-Revision-Date: 2025-07-18 19:18+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: Tangyuan, 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"
@@ -238,7 +239,7 @@ msgstr ""
238239

239240
#: ../../whatsnew/2.1.rst:179
240241
msgid "Operation"
241-
msgstr ""
242+
msgstr "操作"
242243

243244
#: ../../whatsnew/2.1.rst:179
244245
msgid "Method name"

whatsnew/2.5.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# Tangyuan, 2025
8+
#
69
#, fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version: Python 3.9\n"
1013
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-07-25 19:10+0000\n"
14+
"POT-Creation-Date: 2025-08-11 17:49+0000\n"
1215
"PO-Revision-Date: 2025-07-18 19:18+0000\n"
16+
"Last-Translator: Tangyuan, 2025\n"
1317
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1418
"MIME-Version: 1.0\n"
1519
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2123,11 +2127,11 @@ msgstr ""
21232127

21242128
#: ../../whatsnew/2.5.rst:1808
21252129
msgid "Operation"
2126-
msgstr ""
2130+
msgstr "操作"
21272131

21282132
#: ../../whatsnew/2.5.rst:1808
21292133
msgid "Result"
2130-
msgstr ""
2134+
msgstr "结果"
21312135

21322136
#: ../../whatsnew/2.5.rst:1810
21332137
msgid "``elem[n]``"

0 commit comments

Comments
 (0)