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

Skip to content

Commit 75e607e

Browse files
committed
[po] auto sync bot
1 parent 72fb3c2 commit 75e607e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

library/stdtypes.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3671,39 +3671,41 @@ msgid ""
36713671
"binary formats, and hence should be avoided when working with arbitrary "
36723672
"binary data. These restrictions are covered below."
36733673
msgstr ""
3674+
"某些 bytes 和 bytearray 操作假定使用兼容 ASCII 的二进制格式,因此在处理任意二进数数据时应当避免使用。 这些限制会在下文中说明。"
36743675

36753676
#: ../../library/stdtypes.rst:2505
36763677
msgid ""
36773678
"Using these ASCII based operations to manipulate binary data that is not "
36783679
"stored in an ASCII based format may lead to data corruption."
3679-
msgstr ""
3680+
msgstr "使用这些基于 ASCII 的操作来处理未以基于 ASCII 的格式存储的二进制数据可能会导致数据损坏。"
36803681

36813682
#: ../../library/stdtypes.rst:2508
36823683
msgid ""
36833684
"The following methods on bytes and bytearray objects can be used with "
36843685
"arbitrary binary data."
3685-
msgstr ""
3686+
msgstr "bytes 和 bytearray 对象的下列方法可以用于任意二进制数据。"
36863687

36873688
#: ../../library/stdtypes.rst:2514
36883689
msgid ""
36893690
"Return the number of non-overlapping occurrences of subsequence *sub* in the"
36903691
" range [*start*, *end*]. Optional arguments *start* and *end* are "
36913692
"interpreted as in slice notation."
36923693
msgstr ""
3694+
"返回子序列 *sub* 在 [*start*, *end*] 范围内非重叠出现的次数。 可选参数 *start* 与 *end* 会被解读为切片表示法。"
36933695

36943696
#: ../../library/stdtypes.rst:2518 ../../library/stdtypes.rst:2565
36953697
#: ../../library/stdtypes.rst:2587 ../../library/stdtypes.rst:2653
36963698
#: ../../library/stdtypes.rst:2666
36973699
msgid ""
36983700
"The subsequence to search for may be any :term:`bytes-like object` or an "
36993701
"integer in the range 0 to 255."
3700-
msgstr ""
3702+
msgstr "要搜索的子序列可以是任意 :term:`bytes-like object` 或是 0 至 255 范围内的整数。"
37013703

37023704
#: ../../library/stdtypes.rst:2521 ../../library/stdtypes.rst:2577
37033705
#: ../../library/stdtypes.rst:2590 ../../library/stdtypes.rst:2656
37043706
#: ../../library/stdtypes.rst:2669
37053707
msgid "Also accept an integer in the range 0 to 255 as the subsequence."
3706-
msgstr ""
3708+
msgstr "也接受 0 至 255 范围内的整数作为子序列。"
37073709

37083710
#: ../../library/stdtypes.rst:2528
37093711
msgid ""

0 commit comments

Comments
 (0)