Skip to content

Commit 640442f

Browse files
[po] auto sync
1 parent c59125a commit 640442f

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.stat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.19%", "updated_at": "2024-09-07T07:09:19Z"}
1+
{"translation": "93.20%", "updated_at": "2024-09-09T01:36:37Z"}

whatsnew/2.5.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.8\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2024-08-31 13:50+0000\n"
21+
"POT-Creation-Date: 2024-09-06 22:14+0000\n"
2222
"PO-Revision-Date: 2020-05-30 12:17+0000\n"
2323
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
2424
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1197,7 +1197,7 @@ msgstr "(由 Fredrik Lundh 在 Raymond Hettinger 的建议下实现。)"
11971197
msgid ""
11981198
"The :meth:`startswith` and :meth:`endswith` methods of string types now "
11991199
"accept tuples of strings to check for. ::"
1200-
msgstr ""
1200+
msgstr "现在字符串类型的 :meth:`startswith` 和 :meth:`endswith` 方法可接受字符串元组供检查。 ::"
12011201

12021202
#: ../../whatsnew/2.5.rst:1026
12031203
msgid "(Implemented by Georg Brandl following a suggestion by Tom Lynn.)"

whatsnew/3.0.po

+10-6
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
# ww song <sww4718168@gmail.com>, 2020
88
# ppcfish <ppcfish@gmail.com>, 2020
99
# Lu <lu2github@gmail.com>, 2022
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 ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.8\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-08-02 17:12+0000\n"
18+
"POT-Creation-Date: 2024-09-06 22:14+0000\n"
1919
"PO-Revision-Date: 2020-05-30 12:18+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"
@@ -570,28 +570,32 @@ msgid ""
570570
":pep:`3109` and :pep:`3134`: new :keyword:`raise` statement syntax: "
571571
":samp:`raise [{expr} [from {expr}]]`. See below."
572572
msgstr ""
573+
":pep:`3109` 和 :pep:`3134`: 新增 :keyword:`raise` 语句的语法: :samp:`raise [{expr} "
574+
"[from {expr}]]`。 见下文。"
573575

574576
#: ../../whatsnew/3.0.rst:411
575577
msgid ""
576578
":keyword:`!as` and :keyword:`with` are now reserved words. (Since 2.6, "
577579
"actually.)"
578-
msgstr ""
580+
msgstr "现在 :keyword:`!as` 和 :keyword:`with` 是保留关键字。 (实际是从 2.6 开始。)"
579581

580582
#: ../../whatsnew/3.0.rst:414
581583
msgid ""
582584
"``True``, ``False``, and ``None`` are reserved words. (2.6 partially "
583585
"enforced the restrictions on ``None`` already.)"
584-
msgstr ""
586+
msgstr "``True``, ``False`` 和 ``None`` 已成为保留关键字。 (2.6 已经对 ``None`` 部分强制应用限制。)"
585587

586588
#: ../../whatsnew/3.0.rst:417
587589
msgid ""
588590
"Change from :keyword:`except` *exc*, *var* to :keyword:`!except` *exc* "
589591
":keyword:`!as` *var*. See :pep:`3110`."
590592
msgstr ""
593+
"将 :keyword:`except` *exc*, *var* 改为 :keyword:`!except` *exc* :keyword:`!as` "
594+
"*var*。 参见 :pep:`3110`。"
591595

592596
#: ../../whatsnew/3.0.rst:420
593597
msgid ":pep:`3115`: New Metaclass Syntax. Instead of::"
594-
msgstr ""
598+
msgstr ":pep:`3115`: 新的元类语法。 替换::"
595599

596600
#: ../../whatsnew/3.0.rst:426
597601
msgid "you must now use::"

0 commit comments

Comments
 (0)