Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c6aa52

Browse files
[po] auto sync
1 parent a1c7724 commit 0c6aa52

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "94.32%", "updated_at": "2024-09-20T19:38:49Z"}
1+
{"translation": "94.33%", "updated_at": "2024-09-27T19:42:07Z"}

whatsnew/2.6.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-09-20 15:42+0000\n"
14+
"POT-Creation-Date: 2024-09-27 15:27+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:23+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1718,13 +1718,13 @@ msgstr "(由 Alexander Belopolsky 在 :issue:`1686487` 中贡献。)"
17181718
msgid ""
17191719
"It's also become legal to provide keyword arguments after a ``*args`` "
17201720
"argument to a function call. ::"
1721-
msgstr ""
1721+
msgstr "在函数调用的 ``*args`` 参数之后提供关键字参数也是合法的。 ::"
17221722

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

17291729
#: ../../whatsnew/2.6.rst:1525
17301730
msgid ""
@@ -2188,6 +2188,8 @@ msgid ""
21882188
"The :meth:`as_tuple` method of :class:`Decimal` objects now returns a named "
21892189
"tuple with :attr:`sign`, :attr:`digits`, and :attr:`exponent` fields."
21902190
msgstr ""
2191+
"现在 :class:`Decimal` 对象的 :meth:`as_tuple` 方法将返回一个由 :attr:`sign`, "
2192+
":attr:`digits` 和 :attr:`exponent` 字段组成的具名元组。"
21912193

21922194
#: ../../whatsnew/2.6.rst:1938
21932195
msgid ""
@@ -2202,6 +2204,8 @@ msgid ""
22022204
" tuples representing matches, with :attr:`a`, :attr:`b`, and :attr:`size` "
22032205
"attributes. (Contributed by Raymond Hettinger.)"
22042206
msgstr ""
2207+
"现在 :mod:`difflib` 模块的 :class:`SequenceMatcher` 类将返回代表匹配结果的具名元组,包含 :attr:`a`,"
2208+
" :attr:`b` 和 :attr:`size` 等属性。 (由 Raymond Hettinger 贡献。)"
22052209

22062210
#: ../../whatsnew/2.6.rst:1946
22072211
msgid ""

0 commit comments

Comments
 (0)