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

Skip to content

Commit db3dd30

Browse files
[po] auto sync
1 parent e694cee commit db3dd30

6 files changed

Lines changed: 132 additions & 95 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "89.77%", "updated_at": "2023-09-26T01:38:36Z"}
1+
{"translation": "89.89%", "updated_at": "2023-10-06T17:23:45Z"}

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.9\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-09-22 15:46+0000\n"
16+
"POT-Creation-Date: 2023-09-29 15:42+0000\n"
1717
"PO-Revision-Date: 2017-02-16 17:39+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
@@ -22,7 +22,7 @@ msgid ""
2222
msgstr ""
2323
"Project-Id-Version: Python 3.9\n"
2424
"Report-Msgid-Bugs-To: \n"
25-
"POT-Creation-Date: 2023-09-15 15:42+0000\n"
25+
"POT-Creation-Date: 2023-09-22 15:46+0000\n"
2626
"PO-Revision-Date: 2017-02-16 17:39+0000\n"
2727
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
2828
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1736,30 +1736,30 @@ msgid ""
17361736
"Pointer to an additional structure that contains fields relevant only to "
17371737
"objects which implement the mapping protocol. These fields are documented "
17381738
"in :ref:`mapping-structs`."
1739-
msgstr ""
1739+
msgstr "指向一个附加结构体的指针,其中包含只与执行映射协议的对象相关的字段。 这些字段的文档见 :ref:`mapping-structs`。"
17401740

17411741
#: ../../c-api/typeobj.rst:852
17421742
msgid ""
17431743
"The :c:member:`~PyTypeObject.tp_as_mapping` field is not inherited, but the "
17441744
"contained fields are inherited individually."
1745-
msgstr ""
1745+
msgstr ":c:member:`~PyTypeObject.tp_as_mapping` 字段不会继承,但所包含的字段会被单独继承。"
17461746

17471747
#: ../../c-api/typeobj.rst:860
17481748
msgid ""
17491749
"An optional pointer to a function that implements the built-in function "
17501750
":func:`hash`."
1751-
msgstr ""
1751+
msgstr "一个指向实现了内置函数 :func:`hash` 的函数的可选指针。"
17521752

17531753
#: ../../c-api/typeobj.rst:863
17541754
msgid "The signature is the same as for :c:func:`PyObject_Hash`::"
1755-
msgstr ""
1755+
msgstr "其签名与 :c:func:`PyObject_Hash` 的相同::"
17561756

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

17641764
#: ../../c-api/typeobj.rst:871
17651765
msgid ""

0 commit comments

Comments
 (0)