File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 81.74%" , "updated_at" : " 2025-05-28T07:55:50Z " }
1
+ {"translation" : " 81.74%" , "updated_at" : " 2025-05-28T14:56:58Z " }
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ msgstr ""
145
145
146
146
#: ../../library/json.rst:68
147
147
msgid "Customizing JSON object encoding::"
148
- msgstr ""
148
+ msgstr "定制 JSON 对象编码操作:: "
149
149
150
150
#: ../../library/json.rst:70
151
151
msgid ""
@@ -195,7 +195,7 @@ msgstr ""
195
195
196
196
#: ../../library/json.rst:91
197
197
msgid "Customizing JSON object decoding::"
198
- msgstr ""
198
+ msgstr "定制 JSON 对象解码操作:: "
199
199
200
200
#: ../../library/json.rst:93
201
201
msgid ""
@@ -492,6 +492,9 @@ msgid ""
492
492
"decoders, for example `JSON-RPC <https://www.jsonrpc.org>`_ class hinting. "
493
493
"Default ``None``."
494
494
msgstr ""
495
+ "如果设置,将是一个在调用时传入任意被解码的 set, a function that is called with the result of any "
496
+ "JSON 对象字面值 (即 :class:`dict`) 的函数。 该函数的返回值将代替该 :class:`dict` 被使用。 "
497
+ "此特性可被用于实现自定义解码器,例如 `JSON-RPC <https://www.jsonrpc.org>`_ 类提示。 默认值为 ``None``。"
495
498
496
499
#: ../../library/json.rst:295
497
500
msgid ""
You can’t perform that action at this time.
0 commit comments