Skip to content

Commit 68e3869

Browse files
[po] auto sync
1 parent 13aadff commit 68e3869

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.47%", "updated_at": "2023-11-25T03:31:22Z"}
1+
{"translation": "90.47%", "updated_at": "2023-11-27T07:31:32Z"}

reference/datamodel.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
8+
# LeeWendao <LeeWendao@outlook.com>, 2023
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.10\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-11-05 18:24+0000\n"
15+
"POT-Creation-Date: 2023-11-24 18:59+0000\n"
1516
"PO-Revision-Date: 2022-11-05 17:23+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
17+
"Last-Translator: LeeWendao <LeeWendao@outlook.com>, 2023\n"
1718
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2086,7 +2087,7 @@ msgstr ""
20862087
"如果一个类没有定义 :meth:`__eq__` 方法那么它也不应该定义 :meth:`__hash__` 操作;如果它定义了 "
20872088
":meth:`__eq__` 但没有定义 :meth:`__hash__`,则其实例将不可被用作可哈希多项集的条目。 如果一个类定义了可变对象并实现了 "
20882089
":meth:`__eq__` 方法,则它不应该实现 :meth:`__hash__`,因为 :term:`hashable` "
2089-
"多项集的实现要求键的哈希值是不可变的(如果对象的哈希值发生改变,它将位于错误的哈希桶中)。 hash bucket)."
2090+
"多项集的实现要求键的哈希值是不可变的(如果对象的哈希值发生改变,它将位于错误的哈希桶中)。"
20902091

20912092
#: ../../reference/datamodel.rst:1497
20922093
msgid ""

0 commit comments

Comments
 (0)