Skip to content

Commit 0c1dd9c

Browse files
[po] auto sync
1 parent b06e8a2 commit 0c1dd9c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.stat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.74%", "updated_at": "2024-09-13T20:21:00Z"}
1+
{"translation": "93.75%", "updated_at": "2024-09-15T09:20:29Z"}

whatsnew/2.6.po

+7-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.9\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2024-09-06 19:48+0000\n"
21+
"POT-Creation-Date: 2024-09-13 16:48+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:43+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"
@@ -1715,13 +1715,13 @@ msgstr "(由 Alexander Belopolsky 在 :issue:`1686487` 中贡献。)"
17151715
msgid ""
17161716
"It's also become legal to provide keyword arguments after a ``*args`` "
17171717
"argument to a function call. ::"
1718-
msgstr ""
1718+
msgstr "在函数调用的 ``*args`` 参数之后提供关键字参数也是合法的。 ::"
17191719

17201720
#: ../../whatsnew/2.6.rst:1528
17211721
msgid ""
17221722
"Previously this would have been a syntax error. (Contributed by Amaury "
17231723
"Forgeot d'Arc; :issue:`3473`.)"
1724-
msgstr ""
1724+
msgstr "在之前版本中这会导致语法错误。 (由 Amaury Forgeot d'Arc 贡献;:issue:`3473`。)"
17251725

17261726
#: ../../whatsnew/2.6.rst:1531
17271727
msgid ""
@@ -2184,6 +2184,8 @@ msgid ""
21842184
"The :meth:`as_tuple` method of :class:`Decimal` objects now returns a named "
21852185
"tuple with :attr:`sign`, :attr:`digits`, and :attr:`exponent` fields."
21862186
msgstr ""
2187+
"现在 :class:`Decimal` 对象的 :meth:`as_tuple` 方法将返回一个由 :attr:`sign`, "
2188+
":attr:`digits` 和 :attr:`exponent` 字段组成的具名元组。"
21872189

21882190
#: ../../whatsnew/2.6.rst:1943
21892191
msgid ""
@@ -2198,6 +2200,8 @@ msgid ""
21982200
" tuples representing matches, with :attr:`a`, :attr:`b`, and :attr:`size` "
21992201
"attributes. (Contributed by Raymond Hettinger.)"
22002202
msgstr ""
2203+
"现在 :mod:`difflib` 模块的 :class:`SequenceMatcher` 类将返回代表匹配结果的具名元组,包含 :attr:`a`,"
2204+
" :attr:`b` 和 :attr:`size` 等属性。 (由 Raymond Hettinger 贡献。)"
22012205

22022206
#: ../../whatsnew/2.6.rst:1951
22032207
msgid ""

0 commit comments

Comments
 (0)