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

Skip to content

Commit 2ed63e1

Browse files
[po] auto sync
1 parent 6f778e3 commit 2ed63e1

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.03%", "updated_at": "2023-08-28T05:56:29Z"}
1+
{"translation": "90.03%", "updated_at": "2023-08-28T06:57:18Z"}

tutorial/datastructures.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
# Woko <[email protected]>, 2021
99
# df2dc1c92e792f7ae8417c51df43db8f_594d92a <0f49be28017426edb1db1a2ab6e67088_717605>, 2021
1010
# jaystone776 <[email protected]>, 2021
11-
# Freesand Leo <[email protected]>, 2022
1211
# 乐成 王, 2023
1312
# Bryan不可思议, 2023
13+
# Freesand Leo <[email protected]>, 2023
1414
#
1515
#, fuzzy
1616
msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.12\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2023-08-25 14:13+0000\n"
20+
"POT-Creation-Date: 2023-08-25 22:29+0000\n"
2121
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
22-
"Last-Translator: Bryan不可思议, 2023\n"
22+
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
2323
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -160,6 +160,8 @@ msgid ""
160160
"an item from the top of the stack, use :meth:`~list.pop` without an explicit"
161161
" index. For example::"
162162
msgstr ""
163+
"通过列表方法可以非常容易地将列表作为栈来使用,最后添加的元素将最先被提取(“后进先出”)。 要向栈顶添加一个条目,请使用 "
164+
":meth:`~list.append`。 要从栈顶提取一个条目,请使用 :meth:`~list.pop`,无需显式指定索引。 例如::"
163165

164166
#: ../../tutorial/datastructures.rst:169
165167
msgid "Using Lists as Queues"

0 commit comments

Comments
 (0)