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

Skip to content

Commit d40c052

Browse files
[po] auto sync
1 parent 6b33578 commit d40c052

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

library/stdtypes.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# CommonZ <[email protected]>, 2021
1111
# Jiuh-star <[email protected]>, 2021
1212
# Zombie110year <[email protected]>, 2021
13+
# ww song <[email protected]>, 2021
1314
# Woko <[email protected]>, 2021
1415
# Alpha Du <[email protected]>, 2021
1516
# emrich <[email protected]>, 2021
@@ -25,7 +26,6 @@
2526
# laazy <[email protected]>, 2021
2627
# WH-2099 <[email protected]>, 2022
2728
# Freesand Leo <[email protected]>, 2022
28-
# ww song <[email protected]>, 2022
2929
#
3030
#, fuzzy
3131
msgid ""
@@ -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 ""
26872687
msgid ""
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
26932693
msgid ""
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::"
26972697
msgstr ""
2698-
"如果字符串以 *suffix* 字符串结尾,并且 *suffix* 非空,返回 ``string[:-len(suffix)]`` "
2699-
"否则,返回原始字符串的副本"
2698+
"如果字符串以 *suffix* 字符串结尾,并且 *suffix* 非空,返回 ``string[:-len(suffix)]`` "
2699+
"否则,返回原始字符串的副本::"
27002700

27012701
#: ../../library/stdtypes.rst:1929
27022702
msgid ""
@@ -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
38133813
msgid "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::"
38353835
msgstr ""
3836-
"如果二进制数据以 *suffix* 字符串结尾,并且 *suffix* 非空,返回 ``bytes[:-len(suffix)]`` "
3837-
"否则,返回原始二进制数据的副本"
3836+
"如果二进制数据以 *suffix* 字符串结尾,并且 *suffix* 非空,返回 ``bytes[:-len(suffix)]`` "
3837+
"否则,返回原始二进制数据的副本::"
38383838

38393839
#: ../../library/stdtypes.rst:2698
38403840
msgid "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
38443844
msgid ""

0 commit comments

Comments
 (0)