Skip to content

Commit 4ce926e

Browse files
[po] auto sync
1 parent a7f6110 commit 4ce926e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.74%", "updated_at": "2025-05-28T07:55:50Z"}
1+
{"translation": "81.74%", "updated_at": "2025-05-28T14:56:58Z"}

library/json.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ msgstr ""
145145

146146
#: ../../library/json.rst:68
147147
msgid "Customizing JSON object encoding::"
148-
msgstr ""
148+
msgstr "定制 JSON 对象编码操作::"
149149

150150
#: ../../library/json.rst:70
151151
msgid ""
@@ -195,7 +195,7 @@ msgstr ""
195195

196196
#: ../../library/json.rst:91
197197
msgid "Customizing JSON object decoding::"
198-
msgstr ""
198+
msgstr "定制 JSON 对象解码操作::"
199199

200200
#: ../../library/json.rst:93
201201
msgid ""
@@ -492,6 +492,9 @@ msgid ""
492492
"decoders, for example `JSON-RPC <https://www.jsonrpc.org>`_ class hinting. "
493493
"Default ``None``."
494494
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``。"
495498

496499
#: ../../library/json.rst:295
497500
msgid ""

0 commit comments

Comments
 (0)