1010# CommonZ <[email protected] >, 20211111# Jiuh-star <[email protected] >, 20211212# Zombie110year <[email protected] >, 202113+ # ww song <[email protected] >, 202113141415# Alpha Du <[email protected] >, 20211516# emrich <[email protected] >, 202125262627# WH-2099 <[email protected] >, 20222728# Freesand Leo <[email protected] >, 202228- # ww song <[email protected] >, 20222929#
3030#, fuzzy
3131msgid ""
@@ -34,7 +34,7 @@ msgstr ""
3434"Report-Msgid-Bugs-To : \n "
3535"POT-Creation-Date : 2022-06-16 06:28+0000\n "
3636"PO-Revision-Date : 2021-06-28 01:13+0000\n "
37- "Last-Translator : ww song <sww4718168@gmail .com>, 2022\n "
37+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2022\n "
3838"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
3939"MIME-Version : 1.0\n "
4040"Content-Type : text/plain; charset=UTF-8\n "
@@ -2687,16 +2687,16 @@ msgstr ""
26872687msgid ""
26882688"If the string starts with the *prefix* string, return "
26892689"``string[len(prefix):]``. Otherwise, return a copy of the original string::"
2690- msgstr "如果字符串以 *prefix* 字符串开头,返回 ``string[len(prefix):]`` 。 否则,返回原始字符串的副本:"
2690+ msgstr "如果字符串以 *prefix* 字符串开头,返回 ``string[len(prefix):]``。 否则,返回原始字符串的副本:"
26912691
26922692#: ../../library/stdtypes.rst:1915
26932693msgid ""
26942694"If the string ends with the *suffix* string and that *suffix* is not empty, "
26952695"return ``string[:-len(suffix)]``. Otherwise, return a copy of the original "
26962696"string::"
26972697msgstr ""
2698- "如果字符串以 *suffix* 字符串结尾,并且 *suffix* 非空,返回 ``string[:-len(suffix)]`` "
2699- "。 否则,返回原始字符串的副本: "
2698+ "如果字符串以 *suffix* 字符串结尾,并且 *suffix* 非空,返回 ``string[:-len(suffix)]``。 "
2699+ "否则,返回原始字符串的副本:: "
27002700
27012701#: ../../library/stdtypes.rst:1929
27022702msgid ""
@@ -3807,11 +3807,11 @@ msgid ""
38073807"If the binary data starts with the *prefix* string, return "
38083808"``bytes[len(prefix):]``. Otherwise, return a copy of the original binary "
38093809"data::"
3810- msgstr "如果二进制数据以 *prefix* 字符串开头,返回 ``bytes[len(prefix):]`` 。 否则,返回原始二进制数据的副本:"
3810+ msgstr "如果二进制数据以 *prefix* 字符串开头,返回 ``bytes[len(prefix):]``。 否则,返回原始二进制数据的副本:"
38113811
38123812#: ../../library/stdtypes.rst:2676
38133813msgid "The *prefix* may be any :term:`bytes-like object`."
3814- msgstr "前缀可以是任意 :term:`bytes-like object`。"
3814+ msgstr "*prefix* 可以是任意 :term:`bytes-like object`。"
38153815
38163816#: ../../library/stdtypes.rst:2680 ../../library/stdtypes.rst:2702
38173817#: ../../library/stdtypes.rst:2832 ../../library/stdtypes.rst:2925
@@ -3833,12 +3833,12 @@ msgid ""
38333833"empty, return ``bytes[:-len(suffix)]``. Otherwise, return a copy of the "
38343834"original binary data::"
38353835msgstr ""
3836- "如果二进制数据以 *suffix* 字符串结尾,并且 *suffix* 非空,返回 ``bytes[:-len(suffix)]`` "
3837- "。 否则,返回原始二进制数据的副本: "
3836+ "如果二进制数据以 *suffix* 字符串结尾,并且 *suffix* 非空,返回 ``bytes[:-len(suffix)]``。 "
3837+ "否则,返回原始二进制数据的副本:: "
38383838
38393839#: ../../library/stdtypes.rst:2698
38403840msgid "The *suffix* may be any :term:`bytes-like object`."
3841- msgstr "后缀可以是任意 :term:`bytes-like object`。"
3841+ msgstr "*suffix* 可以是任意 :term:`bytes-like object`。"
38423842
38433843#: ../../library/stdtypes.rst:2711
38443844msgid ""
0 commit comments