Skip to content

Commit 6eb1b60

Browse files
[po] auto sync
1 parent 0de969d commit 6eb1b60

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.stat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.95%", "updated_at": "2024-05-10T21:23:28Z"}
1+
{"translation": "92.95%", "updated_at": "2024-05-11T01:38:48Z"}

whatsnew/2.6.po

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.9\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2024-04-15 06:01+0000\n"
21+
"POT-Creation-Date: 2024-05-10 15:50+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:43+0000\n"
2323
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
2424
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -143,6 +143,9 @@ msgid ""
143143
"new 3.0 semantics. Code written to be compatible with 3.0 can do ``from "
144144
"future_builtins import hex, map`` as necessary."
145145
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``。"
146149

147150
#: ../../whatsnew/2.6.rst:119
148151
msgid ""

0 commit comments

Comments
 (0)