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

Skip to content

Commit 72f80d9

Browse files
[po] auto sync
1 parent a79c993 commit 72f80d9

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
@@ -8,8 +8,8 @@
88
# Tony Tong <[email protected]>, 2018
99
# ww song <[email protected]>, 2018
1010
# ppcfish <[email protected]>, 2019
11-
# Freesand Leo <[email protected]>, 2019
1211
# Jiuh-star <[email protected]>, 2021
12+
# Freesand Leo <[email protected]>, 2022
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2020
"PO-Revision-Date: 2017-02-16 17:36+0000\n"
21-
"Last-Translator: Jiuh-star <jiuh.star@gmail.com>, 2021\n"
21+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -569,6 +569,8 @@ msgid ""
569569
"of the items in a list of integers; once using :c:func:`PyList_GetItem`, "
570570
"and once using :c:func:`PySequence_GetItem`. ::"
571571
msgstr ""
572+
"下面是说明你要如何编写一个函数来计算一个整数列表中条目的示例;一个是使用 :c:func:`PyList_GetItem`,而另一个是使用 "
573+
":c:func:`PySequence_GetItem`。 ::"
572574

573575
#: ../../c-api/intro.rst:495
574576
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 <[email protected]>, 2018
88
# Kevin Deng <[email protected]>, 2022
9+
# Freesand Leo <[email protected]>, 2022
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
1617
"PO-Revision-Date: 2017-02-16 23:09+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)