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

Skip to content

Commit ce105d6

Browse files
[po] auto sync
1 parent 57d5c18 commit ce105d6

6 files changed

Lines changed: 132 additions & 94 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "89.15%", "updated_at": "2023-09-26T01:30:10Z"}
1+
{"translation": "89.27%", "updated_at": "2023-10-06T17:09:33Z"}

c-api/sys.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.8\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-09-22 16:17+0000\n"
16+
"POT-Creation-Date: 2023-09-29 16:13+0000\n"
1717
"PO-Revision-Date: 2020-05-30 11:51+0000\n"
1818
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
1919
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"

c-api/typeobj.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgid ""
2020
msgstr ""
2121
"Project-Id-Version: Python 3.8\n"
2222
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2023-09-15 16:14+0000\n"
23+
"POT-Creation-Date: 2023-09-22 16:17+0000\n"
2424
"PO-Revision-Date: 2020-05-30 11:51+0000\n"
2525
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
2626
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1748,30 +1748,30 @@ msgid ""
17481748
"Pointer to an additional structure that contains fields relevant only to "
17491749
"objects which implement the mapping protocol. These fields are documented "
17501750
"in :ref:`mapping-structs`."
1751-
msgstr ""
1751+
msgstr "指向一个附加结构体的指针,其中包含只与执行映射协议的对象相关的字段。 这些字段的文档见 :ref:`mapping-structs`。"
17521752

17531753
#: ../../c-api/typeobj.rst:859
17541754
msgid ""
17551755
"The :c:member:`~PyTypeObject.tp_as_mapping` field is not inherited, but the "
17561756
"contained fields are inherited individually."
1757-
msgstr ""
1757+
msgstr ":c:member:`~PyTypeObject.tp_as_mapping` 字段不会继承,但所包含的字段会被单独继承。"
17581758

17591759
#: ../../c-api/typeobj.rst:867
17601760
msgid ""
17611761
"An optional pointer to a function that implements the built-in function "
17621762
":func:`hash`."
1763-
msgstr ""
1763+
msgstr "一个指向实现了内置函数 :func:`hash` 的函数的可选指针。"
17641764

17651765
#: ../../c-api/typeobj.rst:870
17661766
msgid "The signature is the same as for :c:func:`PyObject_Hash`::"
1767-
msgstr ""
1767+
msgstr "其签名与 :c:func:`PyObject_Hash` 的相同::"
17681768

17691769
#: ../../c-api/typeobj.rst:874
17701770
msgid ""
17711771
"The value ``-1`` should not be returned as a normal return value; when an "
17721772
"error occurs during the computation of the hash value, the function should "
17731773
"set an exception and return ``-1``."
1774-
msgstr ""
1774+
msgstr "``-1`` 不应作为正常返回值被返回;当计算哈希值过程中发生错误时,函数应设置一个异常并返回 ``-1``。"
17751775

17761776
#: ../../c-api/typeobj.rst:878
17771777
msgid ""

0 commit comments

Comments
 (0)