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

Skip to content

Commit 3923a46

Browse files
[po] auto sync
1 parent 6f80286 commit 3923a46

2 files changed

Lines changed: 14 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": "91.11%", "updated_at": "2023-09-21T08:56:41Z"}
1+
{"translation": "91.12%", "updated_at": "2023-09-22T01:19:35Z"}

library/dis.po

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# SKY H. <[email protected]>, 2021
88
# Alpha Du <[email protected]>, 2021
99
# ppcfish <[email protected]>, 2022
10-
# Freesand Leo <[email protected]>, 2023
1110
# 云line ., 2023
11+
# Freesand Leo <[email protected]>, 2023
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2023-09-15 14:13+0000\n"
1919
"PO-Revision-Date: 2021-06-28 01:04+0000\n"
20-
"Last-Translator: 云line ., 2023\n"
20+
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
2121
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1291,6 +1291,9 @@ msgid ""
12911291
"bodies (which previously used :opcode:`!LOAD_CLASSDEREF`) and in "
12921292
":ref:`annotation scopes <annotation-scopes>` within class bodies."
12931293
msgstr ""
1294+
"从栈中弹出一个映射并查找与该映射中的“快速本地”存储的槽位 ``i`` 相关联的名称。 如果未在其中找到此名称,则从槽位 ``i`` "
1295+
"中包含的单元中加载它,与 :opcode:`LOAD_DEREF` 类似。 这被用于加载类语句体中的自由变量 (在此之前使用是 "
1296+
":opcode:`!LOAD_CLASSDEREF`) 和类语句体中的 :ref:`标注作用域 <annotation-scopes>`。"
12941297

12951298
#: ../../library/dis.rst:1285
12961299
msgid ""
@@ -1411,6 +1414,8 @@ msgid ""
14111414
" internal variable for use by :opcode:`CALL`. ``co_consts[consti]`` must be "
14121415
"a tuple of strings."
14131416
msgstr ""
1417+
"向 :opcode:`CALL` 添加前缀。 将指向 ``co_consts[consti]`` 的引用存入一个内部变量供 :opcode:`CALL`"
1418+
" 使用。 ``co_consts[consti]`` 必须为一个字符串元组。"
14141419

14151420
#: ../../library/dis.rst:1387
14161421
msgid ""
@@ -1521,6 +1526,8 @@ msgid ""
15211526
"class being matched against, and ``STACK[-3]`` is the match subject. "
15221527
"*count* is the number of positional sub-patterns."
15231528
msgstr ""
1529+
"``STACK[-1]`` 是一个由关键字属性名称组成的元组,``STACK[-2]`` 是要匹配的类, 而 ``STACK[-3]`` "
1530+
"是匹配的目标主题。 *count* 是位置子模式的数量。"
15241531

15251532
#: ../../library/dis.rst:1460
15261533
msgid ""
@@ -1529,6 +1536,9 @@ msgid ""
15291536
"required by *count* and ``STACK[-1]``, push a tuple of extracted attributes."
15301537
" Otherwise, push ``None``."
15311538
msgstr ""
1539+
"弹出 ``STACK[-1]``、``STACK[-2]`` 和 ``STACK[-3]``。 如果 ``STACK[-3]`` 是 "
1540+
"``STACK[-2]`` 的实例并且具有 *count* 和 ``STACK[-1]`` 所要求的位置和关键字属性,则推入一个由已提取属性组成的元组。"
1541+
" 在其他情况下,则推入 ``None``。"
15321542

15331543
#: ../../library/dis.rst:1474
15341544
msgid "A no-op. Performs internal tracing, debugging and optimization checks."
@@ -1793,7 +1803,7 @@ msgid ""
17931803
"Set up an exception handler for the following code block. If an exception "
17941804
"occurs, the value stack level is restored to its current state and control "
17951805
"is transferred to the exception handler at ``target``."
1796-
msgstr ""
1806+
msgstr "为下面的代码块设置一个异常处理句柄。 如果发生异常,值栈的级别将恢复到当前状态并将控制权移交给位于 ``target`` 的异常处理句柄。"
17971807

17981808
#: ../../library/dis.rst:1622
17991809
msgid ""

0 commit comments

Comments
 (0)