Skip to content

Commit 9113419

Browse files
sync with cpython 1749b3c6
1 parent 5df3d65 commit 9113419

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

library/stdtypes.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 3.14\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2026-03-13 17:06+0000\n"
12+
"POT-Creation-Date: 2026-03-15 00:22+0000\n"
1313
"PO-Revision-Date: 2022-06-12 15:22+0800\n"
1414
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2098,10 +2098,11 @@ msgid "Mutable sequence types also support the following methods:"
20982098
msgstr "可變序列型別也支援以下方法:"
20992099

21002100
#: ../../library/stdtypes.rst:1289
2101+
#, fuzzy
21012102
msgid ""
2102-
"Append *value* to the end of the sequence This is equivalent to writing "
2103+
"Append *value* to the end of the sequence. This is equivalent to writing "
21032104
"``seq[len(seq):len(seq)] = [value]``."
2104-
msgstr ""
2105+
msgstr "移除 *sequence* 中的所有項目,這和 ``del sequence[:]`` 相同。"
21052106

21062107
#: ../../library/stdtypes.rst:1301
21072108
msgid ""

0 commit comments

Comments
 (0)