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

Skip to content

Commit 8a302d2

Browse files
[po] auto sync
1 parent 668de15 commit 8a302d2

4 files changed

Lines changed: 15 additions & 8 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.49%", "updated_at": "2024-02-03T10:55:44Z"}
1+
{"translation": "93.50%", "updated_at": "2024-02-03T13:55:37Z"}

library/test.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
# Alpha Du <[email protected]>, 2021
1212
# Bryan不可思议, 2023
1313
# Dai Xu <[email protected]>, 2023
14-
# Freesand Leo <[email protected]>, 2023
14+
# Freesand Leo <[email protected]>, 2024
1515
#
1616
#, fuzzy
1717
msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.12\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2024-02-02 14:13+0000\n"
21+
"POT-Creation-Date: 2024-02-02 15:40+0000\n"
2222
"PO-Revision-Date: 2021-06-28 01:14+0000\n"
23-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
23+
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
2424
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -196,6 +196,9 @@ msgid ""
196196
"have any data and so can't be run by itself, thus it does not inherit from "
197197
":class:`unittest.TestCase`."
198198
msgstr ""
199+
"当使用这种模式时,请记住所有继承自 :class:`unittest.TestCase` 的类都会作为测试来运行。 上面例子中的 "
200+
":class:`!TestFuncAcceptsSequencesMixin` 类没有任何数据所以其本身是无法运行的,因此它不是继承自 "
201+
":class:`unittest.TestCase`。"
199202

200203
#: ../../library/test.rst:153
201204
msgid "Test Driven Development"

reference/expressions.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ msgid ""
2929
msgstr ""
3030
"Project-Id-Version: Python 3.12\n"
3131
"Report-Msgid-Bugs-To: \n"
32-
"POT-Creation-Date: 2024-02-02 14:13+0000\n"
32+
"POT-Creation-Date: 2024-02-02 15:40+0000\n"
3333
"PO-Revision-Date: 2021-06-28 01:49+0000\n"
3434
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
3535
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -2348,6 +2348,8 @@ msgid ""
23482348
"expression. (To create an empty tuple, use an empty pair of parentheses: "
23492349
"``()``.)"
23502350
msgstr ""
2351+
"末尾的逗号仅在创建单条目元组,比如 ``1,`` 时才是必需的;在所有其他情况下它都是可选项。 "
2352+
"没有末尾逗号的单独表达式不会创建一个元组,而是产生该表达式的值。 (要创建一个空元组,应使用一对内容为空的圆括号: ``()``。)"
23512353

23522354
#: ../../reference/expressions.rst:1897
23532355
msgid "Evaluation order"

tutorial/datastructures.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
# jaystone776 <[email protected]>, 2021
1111
# 乐成 王, 2023
1212
# Bryan不可思议, 2023
13-
# Freesand Leo <[email protected]>, 2023
13+
# Freesand Leo <[email protected]>, 2024
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: 2024-02-02 14:13+0000\n"
20+
"POT-Creation-Date: 2024-02-02 15:40+0000\n"
2121
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
22-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
22+
"Last-Translator: Freesand Leo <[email protected]>, 2024\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"
@@ -80,6 +80,8 @@ msgid ""
8080
"list. It raises an :exc:`IndexError` if the list is empty or the index is "
8181
"outside the list range."
8282
msgstr ""
83+
"移除列表中给定位置上的条目,并返回该条目。 如果未指定索引号,则 ``a.pop()`` 将移除并返回列表中的最后一个条目。 "
84+
"如果列表为空或索引号在列表索引范围之外则会引发 :exc:`IndexError`。"
8385

8486
#: ../../tutorial/datastructures.rst:59
8587
msgid "Remove all items from the list. Equivalent to ``del a[:]``."

0 commit comments

Comments
 (0)