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

Skip to content

Commit 305b61c

Browse files
[po] auto sync
1 parent c7a7ffa commit 305b61c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.39%", "updated_at": "2024-05-10T23:10:23Z"}
1+
{"translation": "92.39%", "updated_at": "2024-05-11T02:16:06Z"}

whatsnew/2.6.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.8\n"
2020
"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"
2222
"PO-Revision-Date: 2020-05-30 12:17+0000\n"
2323
"Last-Translator: Freesand Leo <[email protected]>, 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 ""

whatsnew/3.4.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.8\n"
1919
"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"
2121
"PO-Revision-Date: 2020-05-30 12:18+0000\n"
2222
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
2323
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -3109,7 +3109,7 @@ msgstr ""
31093109

31103110
#: ../../whatsnew/3.4.rst:1860
31113111
msgid "PEP 436: Argument Clinic"
3112-
msgstr ""
3112+
msgstr "PEP 436: Argument Clinic"
31133113

31143114
#: ../../whatsnew/3.4.rst:1862
31153115
msgid ""

0 commit comments

Comments
 (0)