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

Skip to content

Commit dceb0a5

Browse files
committed
[po] auto sync bot
1 parent e8306f2 commit dceb0a5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tutorial/introduction.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -437,33 +437,33 @@ msgstr "列表同样支持拼接操作::"
437437
msgid ""
438438
"Unlike strings, which are :term:`immutable`, lists are a :term:`mutable` "
439439
"type, i.e. it is possible to change their content::"
440-
msgstr ""
440+
msgstr "与 :term:`immutable` 的字符串不同, 列表是一个 :term:`mutable` 类型,就是说,它自己的内容可以改变::"
441441

442442
#: ../../tutorial/introduction.rst:409
443443
msgid ""
444444
"You can also add new items at the end of the list, by using the "
445445
":meth:`~list.append` *method* (we will see more about methods later)::"
446-
msgstr ""
446+
msgstr "你也可以在列表结尾,通过 :meth:`~list.append` *方法*添加新元素 (我们会在后面解释更多关于方法的内容)::"
447447

448448
#: ../../tutorial/introduction.rst:417
449449
msgid ""
450450
"Assignment to slices is also possible, and this can even change the size of "
451451
"the list or clear it entirely::"
452-
msgstr ""
452+
msgstr "给切片赋值也是可以的,这样甚至可以改变列表大小,或者把列表整个清空::"
453453

454454
#: ../../tutorial/introduction.rst:436
455455
msgid "The built-in function :func:`len` also applies to lists::"
456-
msgstr ""
456+
msgstr "内置函数 :func:`len` 也可以作用到列表上::"
457457

458458
#: ../../tutorial/introduction.rst:442
459459
msgid ""
460460
"It is possible to nest lists (create lists containing other lists), for "
461461
"example::"
462-
msgstr ""
462+
msgstr "也可以嵌套列表 (创建包含其他列表的列表), 比如说::"
463463

464464
#: ../../tutorial/introduction.rst:458
465465
msgid "First Steps Towards Programming"
466-
msgstr ""
466+
msgstr "走向编程的第一步"
467467

468468
#: ../../tutorial/introduction.rst:460
469469
msgid ""

0 commit comments

Comments
 (0)