101011111212# Siyuan Xu <[email protected] >, 201913- # Freesand Leo <[email protected] >, 20191413# Jiu Hong Jiang <[email protected] >, 201914+ # Freesand Leo <[email protected] >, 20191515#
1616#, fuzzy
1717msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020"Report-Msgid-Bugs-To : \n "
2121"POT-Creation-Date : 2019-01-01 10:14+0900\n "
2222"PO-Revision-Date : 2017-02-16 23:16+0000\n "
23- "Last-Translator : Jiu Hong Jiang <julse@qq .com>, 2019\n "
23+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2019\n "
2424"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2525"MIME-Version : 1.0\n "
2626"Content-Type : text/plain; charset=UTF-8\n "
@@ -347,14 +347,15 @@ msgstr ""
347347msgid ""
348348"The other arguments have the same meaning as in :func:`load`, except "
349349"*encoding* which is ignored and deprecated."
350- msgstr "除了*encoding*被忽略和弃用,其他参数的含义与 :func: ' load '中相同 。"
350+ msgstr "其他参数与在 :func:`load` 中的含义相同,只有 *encoding* 被忽略和弃用 。"
351351
352352#: ../../library/json.rst:280
353353msgid ""
354354"*s* can now be of type :class:`bytes` or :class:`bytearray`. The input "
355355"encoding should be UTF-8, UTF-16 or UTF-32."
356356msgstr ""
357- "*s*现在的类型是:class: ' bytes '或:class: ' bytearray '。输入编码应该是UTF-8、UTF-16或UTF-32。"
357+ "*s* 现在可以为 :class:`bytes` 或 :class:`bytearray` 类型。 输入编码应为 UTF-8, UTF-16 或 "
358+ "UTF-32。"
358359
359360#: ../../library/json.rst:286
360361msgid "Encoders and Decoders"
@@ -479,21 +480,22 @@ msgstr ""
479480msgid ""
480481"Return the Python representation of *s* (a :class:`str` instance containing "
481482"a JSON document)."
482- msgstr "返回*s*的Python表达方式(a :class: ' str '包含一个JSON文档的实例) 。"
483+ msgstr "返回 *s* 的 Python 表示形式(包含一个 JSON 文档的 :class:` str` 实例) 。"
483484
484485#: ../../library/json.rst:364
485486msgid ""
486487":exc:`JSONDecodeError` will be raised if the given JSON document is not "
487488"valid."
488- msgstr "在给定JSON文档无效时将引发 :exc: ' JSONDecodeError ' 。"
489+ msgstr "如果给定的 JSON 文档无效则将引发 :exc:` JSONDecodeError` 。"
489490
490491#: ../../library/json.rst:369
491492msgid ""
492493"Decode a JSON document from *s* (a :class:`str` beginning with a JSON "
493494"document) and return a 2-tuple of the Python representation and the index in"
494495" *s* where the document ended."
495496msgstr ""
496- "从*s* (a:class: 以JSON文档开头的' str ')解码一个JSON文档,并返回一个Python表示的2元组和文档结束的*s*中的索引。"
497+ "从 *s* 中解码出 JSON 文档(以 JSON 文档开头的一个 :class:`str` 对象)并返回一个 Python 表示形式为 2 "
498+ "元组以及指明该文档在 *s* 中结束位置的序号。"
497499
498500#: ../../library/json.rst:373
499501msgid ""
0 commit comments