Skip to content

Commit a8541a8

Browse files
[po] auto sync
1 parent d65c956 commit a8541a8

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

.stat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.50%", "updated_at": "2024-08-09T23:20:12Z"}
1+
{"translation": "93.51%", "updated_at": "2024-08-10T15:20:22Z"}

whatsnew/2.3.po

+7-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# Fei Yin <icebirds@163.com>, 2018
88
# ppcfish <ppcfish@gmail.com>, 2019
99
# Naisen Xu <723648649@qq.com>, 2020
10-
# Freesand Leo <yuqinju@163.com>, 2024
1110
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
11+
# Freesand Leo <yuqinju@163.com>, 2024
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2024-08-09 18:56+0000\n"
1919
"PO-Revision-Date: 2017-02-16 23:42+0000\n"
20-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
20+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
2121
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2307,26 +2307,28 @@ msgstr "移植到 Python 2.3"
23072307
msgid ""
23082308
"This section lists previously described changes that may require changes to "
23092309
"your code:"
2310-
msgstr ""
2310+
msgstr "本节列出了先前描述的可能需要修改你的代码的改变:"
23112311

23122312
#: ../../whatsnew/2.3.rst:2020
23132313
msgid ""
23142314
":keyword:`yield` is now always a keyword; if it's used as a variable name in"
23152315
" your code, a different name must be chosen."
2316-
msgstr ""
2316+
msgstr "现在 :keyword:`yield` 始终是一个关键字;如果它在你的代码中被用作变量名,则必须选择不同的名称。"
23172317

23182318
#: ../../whatsnew/2.3.rst:2023
23192319
msgid ""
23202320
"For strings *X* and *Y*, ``X in Y`` now works if *X* is more than one "
23212321
"character long."
2322-
msgstr ""
2322+
msgstr "对于字符串 *X* 和 *Y*,``X in Y`` 现在当 *X* 长度超过一个字符时也是有效的。"
23232323

23242324
#: ../../whatsnew/2.3.rst:2026
23252325
msgid ""
23262326
"The :func:`int` type constructor will now return a long integer instead of "
23272327
"raising an :exc:`OverflowError` when a string or floating-point number is "
23282328
"too large to fit into an integer."
23292329
msgstr ""
2330+
"现在 :func:`int` 类型构造器在字符串或浮点数因太大而无法以整数类型来容纳时将返回一个长整数而不是引发 "
2331+
":exc:`OverflowError`。"
23302332

23312333
#: ../../whatsnew/2.3.rst:2030
23322334
msgid ""

whatsnew/2.4.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.9\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-04-26 21:29+0000\n"
17+
"POT-Creation-Date: 2024-08-09 18:56+0000\n"
1818
"PO-Revision-Date: 2017-02-16 23:43+0000\n"
1919
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
2020
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1756,7 +1756,7 @@ msgstr "移植到 Python 2.4"
17561756
msgid ""
17571757
"This section lists previously described changes that may require changes to "
17581758
"your code:"
1759-
msgstr ""
1759+
msgstr "本节列出了先前描述的可能需要修改你的代码的改变:"
17601760

17611761
#: ../../whatsnew/2.4.rst:1515
17621762
msgid ""

whatsnew/2.5.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.9\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2024-07-20 02:59+0000\n"
20+
"POT-Creation-Date: 2024-08-09 18:56+0000\n"
2121
"PO-Revision-Date: 2017-02-16 23:43+0000\n"
2222
"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"
@@ -2690,7 +2690,7 @@ msgstr "移植到Python 2.5"
26902690
msgid ""
26912691
"This section lists previously described changes that may require changes to "
26922692
"your code:"
2693-
msgstr ""
2693+
msgstr "本节列出了先前描述的可能需要修改你的代码的改变:"
26942694

26952695
#: ../../whatsnew/2.5.rst:2233
26962696
msgid ""

0 commit comments

Comments
 (0)