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

Skip to content

Commit 538472b

Browse files
[po] auto sync
1 parent c92b4c9 commit 538472b

19 files changed

Lines changed: 1697 additions & 1461 deletions

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.86%", "updated_at": "2024-01-10T00:58:50Z"}
1+
{"translation": "90.64%", "updated_at": "2024-01-12T17:41:14Z"}

faq/design.po

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -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: 2023-09-01 14:43+0000\n"
14+
"POT-Creation-Date: 2024-01-12 16:53+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:10+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2023\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -678,13 +678,9 @@ msgid ""
678678
" bit, could hash to 1142331976. The hash code is then used to calculate a "
679679
"location in an internal array where the value will be stored. Assuming that"
680680
" you're storing keys that all have different hash values, this means that "
681-
"dictionaries take constant time -- O(1), in Big-O notation -- to retrieve a "
682-
"key."
681+
"dictionaries take constant time -- *O*\\ (1), in Big-O notation -- to "
682+
"retrieve a key."
683683
msgstr ""
684-
"字典的工作方式是使用 :func:`hash` "
685-
"内置函数计算字典中存储的每个键的hash代码。hash代码根据键和每个进程的种子而变化很大;例如,\"Python\" "
686-
"的hash值为-539294296,而\"python\"(一个按位不同的字符串)的hash值为1142331976。然后,hash代码用于计算内部数组中将存储该值的位置。假设您存储的键都具有不同的hash值,这意味着字典需要恒定的时间"
687-
" -- O(1),用Big-O表示法 -- 来检索一个键。"
688684

689685
#: ../../faq/design.rst:456
690686
msgid "Why must dictionary keys be immutable?"

glossary.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-12-15 16:34+0000\n"
15+
"POT-Creation-Date: 2024-01-12 16:53+0000\n"
1616
"PO-Revision-Date: 2023-05-24 02:11+0000\n"
1717
"Last-Translator: Rafael Fontenelle <[email protected]>, 2023\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1486,9 +1486,8 @@ msgstr "list"
14861486
msgid ""
14871487
"A built-in Python :term:`sequence`. Despite its name it is more akin to an "
14881488
"array in other languages than to a linked list since access to elements is "
1489-
"O(1)."
1489+
"*O*\\ (1)."
14901490
msgstr ""
1491-
"Python 内置的一种 :term:`sequence`。虽然名为列表,但更类似于其他语言中的数组而非链接列表,因为访问元素的时间复杂度为 O(1)。"
14921491

14931492
#: ../../glossary.rst:745
14941493
msgid "list comprehension"

0 commit comments

Comments
 (0)