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

Skip to content

Commit 9ec238a

Browse files
[po] auto sync
1 parent 7d3d610 commit 9ec238a

8 files changed

Lines changed: 17 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": "95.00%", "updated_at": "2024-04-20T05:56:07Z"}
1+
{"translation": "95.01%", "updated_at": "2024-04-20T10:57:12Z"}

c-api/typeobj.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2067,6 +2067,11 @@ msgid ""
20672067
":ref:`support garbage collection <supporting-cycle-detection>` as they can "
20682068
"form a reference cycle with their own module object."
20692069
msgstr ""
2070+
"当类型对象本身在堆上被分配时会设置这个比特位,例如,使用 :c:func:`PyType_FromSpec` 动态创建的类型。 在此情况下,其实例的 "
2071+
":c:member:`~PyObject.ob_type` 字段会被视为指向该类型的引用,而类型对象将在一个新实例被创建时执行 "
2072+
"INCREF,并在实例被销毁时执行 DECREF(这不会应用于子类型的实例;只有实例的 ob_type 所引用的类型会执行 INCREF 和 "
2073+
"DECREF)。 堆类型应当也 :ref:`支持垃圾回收 <supporting-cycle-detection>` "
2074+
"因为它们会形成对它们自己的模块对象的循环引用。"
20702075

20712076
#: ../../c-api/typeobj.rst:1060 ../../c-api/typeobj.rst:1071
20722077
#: ../../c-api/typeobj.rst:1081 ../../c-api/typeobj.rst:1091

library/itertools.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,8 @@ msgid ""
972972
"Substantially all of these recipes and many, many others can be installed "
973973
"from the :pypi:`more-itertools` project found on the Python Package Index::"
974974
msgstr ""
975+
"基本上所有这些配方和许许多多其他配方都可以通过 Python Package Index 上的 :pypi:`more-itertools` "
976+
"项目来安装::"
975977

976978
#: ../../library/itertools.rst:791
977979
msgid ""

library/re.po

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ msgid ""
107107
"standard library :mod:`re` module, but offers additional functionality and a"
108108
" more thorough Unicode support."
109109
msgstr ""
110+
"第三方模块 :pypi:`regex` 提供了与标准库 :mod:`re` 模块兼容的 API,还提供了附加功能和更全面的 Unicode 支持。"
110111

111112
#: ../../library/re.rst:59
112113
msgid "Regular Expression Syntax"

library/secrets.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Arisaka97 <[email protected]>, 2021
88
# ppcfish <[email protected]>, 2021
99
# jaystone776 <[email protected]>, 2021
10-
# Freesand Leo <[email protected]>, 2022
10+
# Freesand Leo <[email protected]>, 2024
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2024-04-19 14:13+0000\n"
1818
"PO-Revision-Date: 2021-06-28 01:12+0000\n"
19-
"Last-Translator: Freesand Leo <[email protected]>, 2022\n"
19+
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
2020
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -193,6 +193,8 @@ msgid ""
193193
"<257>`, whether plain text or encrypted. They should be salted and hashed "
194194
"using a cryptographically strong one-way (irreversible) hash function."
195195
msgstr ""
196+
"应用程序不应该 :cwe:`以可恢复的格式存储密码 <257>`,无论是纯文本的还是加密的。 "
197+
"它们应当使用高加密强度的单向(不可逆)哈希函数加盐并执行哈希运算。"
196198

197199
#: ../../library/secrets.rst:163
198200
msgid ""

library/unittest.mock.po

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ msgid ""
8080
"There is a backport of :mod:`unittest.mock` for earlier versions of Python, "
8181
"available as :pypi:`mock` on PyPI."
8282
msgstr ""
83+
"对于较早版本的 Python 有一个反向移植的 :mod:`unittest.mock`,即在 PyPI 上可用的 :pypi:`mock`。"
8384

8485
#: ../../library/unittest.mock.rst:42
8586
msgid "Quick Guide"

library/venv.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ msgid ""
5252
"When used from within a virtual environment, common installation tools such "
5353
"as :pypi:`pip` will install Python packages into a virtual environment "
5454
"without needing to be told to do so explicitly."
55-
msgstr ""
55+
msgstr "当在虚拟环境中使用时,常见安装工具如 :pypi:`pip` 将把 Python 软件包安装到虚拟环境而无需显式地指明这一点。"
5656

5757
#: ../../library/venv.rst:33
5858
msgid "A virtual environment is (amongst other things):"

library/zipfile.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,8 @@ msgid ""
868868
"functionality to older Pythons. Use ``zipp.Path`` in place of "
869869
"``zipfile.Path`` for early access to changes."
870870
msgstr ""
871+
":pypi:`zipp` 项目向较旧版本的 Python 提供了最新路径对象功能的向下移植。 为尽早应用这些改变请使用 ``zipp.Path`` "
872+
"来替代 ``zipfile.Path``。"
871873

872874
#: ../../library/zipfile.rst:637
873875
msgid "PyZipFile Objects"

0 commit comments

Comments
 (0)