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

Skip to content

Commit 6d546fd

Browse files
[po] auto sync
1 parent 8808a97 commit 6d546fd

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "94.26%", "updated_at": "2024-09-27T20:29:44Z"}
1+
{"translation": "94.27%", "updated_at": "2024-10-04T19:26:38Z"}

whatsnew/2.6.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.10\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-09-27 16:06+0000\n"
16+
"POT-Creation-Date: 2024-10-04 15:57+0000\n"
1717
"PO-Revision-Date: 2022-11-05 17:23+0000\n"
1818
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1919
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1713,13 +1713,13 @@ msgstr "(由 Alexander Belopolsky 在 :issue:`1686487` 中贡献。)"
17131713
msgid ""
17141714
"It's also become legal to provide keyword arguments after a ``*args`` "
17151715
"argument to a function call. ::"
1716-
msgstr ""
1716+
msgstr "在函数调用的 ``*args`` 参数之后提供关键字参数也是合法的。 ::"
17171717

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

17241724
#: ../../whatsnew/2.6.rst:1531
17251725
msgid ""
@@ -2182,6 +2182,8 @@ msgid ""
21822182
"The :meth:`as_tuple` method of :class:`Decimal` objects now returns a named "
21832183
"tuple with :attr:`sign`, :attr:`digits`, and :attr:`exponent` fields."
21842184
msgstr ""
2185+
"现在 :class:`Decimal` 对象的 :meth:`as_tuple` 方法将返回一个由 :attr:`sign`, "
2186+
":attr:`digits` 和 :attr:`exponent` 字段组成的具名元组。"
21852187

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

22002204
#: ../../whatsnew/2.6.rst:1951
22012205
msgid ""

0 commit comments

Comments
 (0)