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

Skip to content

Commit 4e4a640

Browse files
[po] auto sync
1 parent 59c8624 commit 4e4a640

2 files changed

Lines changed: 17 additions & 11 deletions

File tree

library/json.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,11 +922,11 @@ msgstr "如果 *infile* 未指定,则从 :attr:`sys.stdin` 读取。"
922922
msgid ""
923923
"Write the output of the *infile* to the given *outfile*. Otherwise, write it"
924924
" to :attr:`sys.stdout`."
925-
msgstr ""
925+
msgstr "将 *infile* 输出写入到给定的 *outfile*。 在其他情况下写入到 :attr:`sys.stdout`。"
926926

927927
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/json.rst:716
928928
msgid "Sort the output of dictionaries alphabetically by key."
929-
msgstr ""
929+
msgstr "将字典输出按照键的字母顺序排序。"
930930

931931
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/json.rst:722
932932
msgid "Show the help message."
@@ -943,3 +943,6 @@ msgid ""
943943
"SEPARATOR) and U+2029 (PARAGRAPH SEPARATOR) characters in strings, whereas "
944944
"JavaScript (as of ECMAScript Edition 5.1) does not."
945945
msgstr ""
946+
"正如 `RFC 7159 的勘误表 <https://www.rfc-editor.org/errata_search.php?rfc=7159>`_ "
947+
"所说明的,JSON 允许以字符串表示字面值字符 U+2028 (LINE SEPARATOR) 和 U+2029 (PARAGRAPH "
948+
"SEPARATOR),而 JavaScript (在 ECMAScript 5.1 版中) 不允许。"

library/lzma.po

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -617,60 +617,63 @@ msgid ""
617617
" filter in the chain must be a compression filter, and any other filters "
618618
"must be delta or BCJ filters."
619619
msgstr ""
620+
"一个过滤器链最多可由 4 个过滤器组成,并且不能为空。 过滤器链中的最后一个过滤器必须为压缩过滤器,其他过滤器必须为 Delta 或 BCJ 过滤器。"
620621

621622
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:353
622623
msgid ""
623624
"Compression filters support the following options (specified as additional "
624625
"entries in the dictionary representing the filter):"
625-
msgstr ""
626+
msgstr "压缩过滤器支持下列选项(指定为表示过滤器的字典中的附加条目):"
626627

627628
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:356
628629
msgid ""
629630
"``preset``: A compression preset to use as a source of default values for "
630631
"options that are not specified explicitly."
631-
msgstr ""
632+
msgstr "``preset``: 压缩预设选项,用于作为未显式指定的选项的默认值的来源。"
632633

633634
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:358
634635
msgid ""
635636
"``dict_size``: Dictionary size in bytes. This should be between 4 KiB and "
636637
"1.5 GiB (inclusive)."
637-
msgstr ""
638+
msgstr "``dict_size``: 以字节表示的字典大小。 这应当在 4 KiB 和 1.5 GiB 之间(包含边界)。"
638639

639640
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:360
640641
msgid "``lc``: Number of literal context bits."
641-
msgstr ""
642+
msgstr "``lc``: 字面值上下文的位数。"
642643

643644
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:361
644645
msgid ""
645646
"``lp``: Number of literal position bits. The sum ``lc + lp`` must be at most"
646647
" 4."
647-
msgstr ""
648+
msgstr "``lp``: 字面值位置的比特数。 总计值 ``lc + lp`` 必须不大于 4。"
648649

649650
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:363
650651
msgid "``pb``: Number of position bits; must be at most 4."
651-
msgstr ""
652+
msgstr "``pb``: 位置的比特数;必须不大于 4。"
652653

653654
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:364
654655
msgid "``mode``: :const:`MODE_FAST` or :const:`MODE_NORMAL`."
655-
msgstr ""
656+
msgstr "``mode``: :const:`MODE_FAST` 或 :const:`MODE_NORMAL`。"
656657

657658
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:365
658659
msgid ""
659660
"``nice_len``: What should be considered a \"nice length\" for a match. This "
660661
"should be 273 or less."
661-
msgstr ""
662+
msgstr "``nice_len``: 对于一个匹配应当被视为“适宜长度”的值。 这应当小于或等于 273。"
662663

663664
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:367
664665
msgid ""
665666
"``mf``: What match finder to use -- :const:`MF_HC3`, :const:`MF_HC4`, "
666667
":const:`MF_BT2`, :const:`MF_BT3`, or :const:`MF_BT4`."
667668
msgstr ""
669+
"``mf``: 要使用的匹配查找器 -- :const:`MF_HC3`, :const:`MF_HC4`, :const:`MF_BT2`, "
670+
":const:`MF_BT3` 或 :const:`MF_BT4`。"
668671

669672
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:369
670673
msgid ""
671674
"``depth``: Maximum search depth used by match finder. 0 (default) means to "
672675
"select automatically based on other filter options."
673-
msgstr ""
676+
msgstr "``depth``: 匹配查找器使用的最大查找深度。 0 (默认值) 表示基于其他过滤器选项自动选择。"
674677

675678
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:372
676679
msgid ""

0 commit comments

Comments
 (0)