Skip to content

Commit 019b2b3

Browse files
[po] auto sync
1 parent 6dc3eab commit 019b2b3

3 files changed

Lines changed: 15 additions & 7 deletions

File tree

c-api/intro.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# Translators:
77
# ww song <sww4718168@gmail.com>, 2020
88
# Tony Tong <firfly.net@qq.com>, 2020
9-
# Freesand Leo <yuqinju@163.com>, 2020
109
# ppcfish <ppcfish@gmail.com>, 2020
1110
# Jiuh-star <jiuh.star@gmail.com>, 2021
11+
# Freesand Leo <yuqinju@163.com>, 2022
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
1919
"PO-Revision-Date: 2020-05-30 11:49+0000\n"
20-
"Last-Translator: Jiuh-star <jiuh.star@gmail.com>, 2021\n"
20+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -540,6 +540,8 @@ msgid ""
540540
"of the items in a list of integers; once using :c:func:`PyList_GetItem`, "
541541
"and once using :c:func:`PySequence_GetItem`. ::"
542542
msgstr ""
543+
"下面是说明你要如何编写一个函数来计算一个整数列表中条目的示例;一个是使用 :c:func:`PyList_GetItem`,而另一个是使用 "
544+
":c:func:`PySequence_GetItem`。 ::"
543545

544546
#: ../../c-api/intro.rst:482
545547
msgid "Types"

library/ensurepip.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# ww song <sww4718168@gmail.com>, 2020
88
# Kevin Deng <kevindeng55+transifex@gmail.com>, 2022
9+
# Freesand Leo <yuqinju@163.com>, 2022
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
1617
"PO-Revision-Date: 2020-05-30 12:01+0000\n"
17-
"Last-Translator: Kevin Deng <kevindeng55+transifex@gmail.com>, 2022\n"
18+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
1819
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -141,11 +142,11 @@ msgstr ""
141142

142143
#: ../../library/ensurepip.rst:83
143144
msgid "Module API"
144-
msgstr ""
145+
msgstr "模块 API"
145146

146147
#: ../../library/ensurepip.rst:85
147148
msgid ":mod:`ensurepip` exposes two functions for programmatic use:"
148-
msgstr ""
149+
msgstr ":mod:`ensurepip` 暴露了两个函数用于编程:"
149150

150151
#: ../../library/ensurepip.rst:89
151152
msgid ""

library/token.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,11 @@ msgstr "``\"->\"`` 的形符值。"
253253

254254
#: ../../library/token-list.inc:198
255255
msgid "Token value for ``\"...\"``."
256-
msgstr ""
256+
msgstr "``\"...\"`` 的形符值。"
257257

258258
#: ../../library/token-list.inc:202
259259
msgid "Token value for ``\":=\"``."
260-
msgstr ""
260+
msgstr "``\":=\"`` 的形符值。"
261261

262262
#: ../../library/token.rst:49
263263
msgid ""
@@ -294,6 +294,8 @@ msgid ""
294294
"only produced when :func:`ast.parse()` is invoked with "
295295
"``type_comments=True``."
296296
msgstr ""
297+
"表示类型注释被识别的形符值。 此种形符仅在 :func:`ast.parse()` 附带 ``type_comments=True`` "
298+
"被发起调用时才会产生。"
297299

298300
#: ../../library/token.rst:80
299301
msgid "Added :data:`AWAIT` and :data:`ASYNC` tokens."
@@ -318,3 +320,6 @@ msgid ""
318320
"parsing older Python versions for :func:`ast.parse` with ``feature_version``"
319321
" set to 6 or lower)."
320322
msgstr ""
323+
"增加了 :data:`TYPE_COMMENT`, :data:`TYPE_IGNORE`, :data:`COLONEQUAL`. Added "
324+
":data:`AWAIT` 和 :data:`ASYNC` 形符(它们对于支持解析对于 :func:`ast.parse` 的 "
325+
"``feature_version`` 设为 6 或更低的较老的 Python 版本是必须的)。"

0 commit comments

Comments
 (0)