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

Skip to content

Commit 7117690

Browse files
[po] auto sync
1 parent 16199aa commit 7117690

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

c-api/dict.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ msgid ""
121121
"Return the object from dictionary *p* which has a key *key*. Return "
122122
"``NULL`` if the key *key* is not present, but *without* setting an "
123123
"exception."
124-
msgstr ""
124+
msgstr "从字典 *p* 中返回以 *key* 为键的对象。 如果键名 *key* 不存在但 *没有* 设置一个异常则返回 ``NULL``。"
125125

126126
#: ../../c-api/dict.rst:98
127127
msgid ""
@@ -138,6 +138,8 @@ msgid ""
138138
"Return ``NULL`` **with** an exception set if an exception occurred. Return "
139139
"``NULL`` **without** an exception set if the key wasn't present."
140140
msgstr ""
141+
":c:func:`PyDict_GetItem` 的变种,它不会屏蔽异常。 当异常发生时将返回 ``NULL`` **并且** 设置一个异常。 "
142+
"如果键不存在则返回 ``NULL`` **并且不会** 设置一个异常。"
141143

142144
#: ../../c-api/dict.rst:113
143145
msgid ""

0 commit comments

Comments
 (0)