File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 92.39%" , "updated_at" : " 2024-05-10T23:10:23Z " }
1
+ {"translation" : " 92.39%" , "updated_at" : " 2024-05-11T02:16:06Z " }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ msgid ""
18
18
msgstr ""
19
19
"Project-Id-Version : Python 3.8\n "
20
20
"Report-Msgid-Bugs-To : \n "
21
- "POT-Creation-Date : 2024-04-15 08:14 +0000\n "
21
+ "POT-Creation-Date : 2024-05-10 16:27 +0000\n "
22
22
"PO-Revision-Date : 2020-05-30 12:17+0000\n "
23
23
"
Last-Translator :
Freesand Leo <[email protected] >, 2024\n "
24
24
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -143,6 +143,9 @@ msgid ""
143
143
"new 3.0 semantics. Code written to be compatible with 3.0 can do ``from "
144
144
"future_builtins import hex, map`` as necessary."
145
145
msgstr ""
146
+ "Python 3.0 新增了一些内置函数并对部分现有内置函数的语法进行了修改。 在 3.0 中新增的函数如 :func:`bin` 已直接添加到 "
147
+ "Python 2.6 中,但现有内置函数则未修改;替代做法是在 :mod:`future_builtins` 模块中包含具有 3.0 新语法的版本。 "
148
+ "要与 3.0 兼容的代码可以在必要时执行 ``from future_builtins import hex, map``。"
146
149
147
150
#: ../../whatsnew/2.6.rst:119
148
151
msgid ""
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.8\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2024-05-03 23:17 +0000\n "
20
+ "POT-Creation-Date : 2024-05-10 16:27 +0000\n "
21
21
"PO-Revision-Date : 2020-05-30 12:18+0000\n "
22
22
"
Last-Translator :
Freesand Leo <[email protected] >, 2024\n "
23
23
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -3109,7 +3109,7 @@ msgstr ""
3109
3109
3110
3110
#: ../../whatsnew/3.4.rst:1860
3111
3111
msgid "PEP 436: Argument Clinic"
3112
- msgstr ""
3112
+ msgstr "PEP 436: Argument Clinic "
3113
3113
3114
3114
#: ../../whatsnew/3.4.rst:1862
3115
3115
msgid ""
You can’t perform that action at this time.
0 commit comments