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

Skip to content

Commit 4c8c37f

Browse files
[po] auto sync
1 parent 3b34eb7 commit 4c8c37f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

c-api/mapping.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,23 +109,25 @@ msgid ""
109109
"method and creating a temporary string object will get suppressed. To get "
110110
"error reporting use :c:func:`PyMapping_GetItemString()` instead."
111111
msgstr ""
112+
"请注意在调用 :meth:`__getitem__` 方法期间发生的异常将会被屏蔽。 要获取错误报告请改用 "
113+
":c:func:`PyMapping_GetItemString()`。"
112114

113115
#: ../../c-api/mapping.rst:81
114116
msgid ""
115117
"On success, return a list of the keys in object *o*. On failure, return "
116118
"``NULL``."
117-
msgstr ""
119+
msgstr "成功时,返回对象 *o* 中的键的列表。 失败时,返回 ``NULL``。"
118120

119121
#: ../../c-api/mapping.rst:84 ../../c-api/mapping.rst:93
120122
#: ../../c-api/mapping.rst:102
121123
msgid "Previously, the function returned a list or a tuple."
122-
msgstr ""
124+
msgstr "在之前版本中,此函数返回一个列表或元组。"
123125

124126
#: ../../c-api/mapping.rst:90
125127
msgid ""
126128
"On success, return a list of the values in object *o*. On failure, return "
127129
"``NULL``."
128-
msgstr ""
130+
msgstr "成功时,返回对象 *o* 中的值的列表。 失败时,返回 ``NULL``。"
129131

130132
#: ../../c-api/mapping.rst:99
131133
msgid ""

0 commit comments

Comments
 (0)