Skip to content

Commit 81c01ea

Browse files
[po] auto sync
1 parent f3947b4 commit 81c01ea

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.stat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.46%", "updated_at": "2024-07-20T06:21:21Z"}
1+
{"translation": "93.46%", "updated_at": "2024-07-22T08:21:57Z"}

whatsnew/2.6.po

+4-2
Original file line numberDiff line numberDiff line change
@@ -1012,12 +1012,14 @@ msgid ""
10121012
"Making :func:`print` a function makes it possible to replace the function by"
10131013
" doing ``def print(...)`` or importing a new function from somewhere else."
10141014
msgstr ""
1015+
"在 Python 3.0 中 ``print`` 语句变成了 :func:`print` 函数。 将 :func:`print` 变成函数使得可以通过 "
1016+
"``def print(...)`` 或从其他地方导入一个新函数来替换该函数。"
10151017

10161018
#: ../../whatsnew/2.6.rst:865
10171019
msgid ""
10181020
"Python 2.6 has a ``__future__`` import that removes ``print`` as language "
10191021
"syntax, letting you use the functional form instead. For example::"
1020-
msgstr ""
1022+
msgstr "Python 2.6 提供了 ``__future__`` 导入语句来移除 ``print`` 语法,让你可以改用函数形式。 例如::"
10211023

10221024
#: ../../whatsnew/2.6.rst:871
10231025
msgid "The signature of the new function is::"
@@ -1061,7 +1063,7 @@ msgstr "PEP 3110: 异常处理的变更"
10611063
msgid ""
10621064
"One error that Python programmers occasionally make is writing the following"
10631065
" code::"
1064-
msgstr ""
1066+
msgstr "Python 程序员偶尔会犯的一个错误是编写这样的代码::"
10651067

10661068
#: ../../whatsnew/2.6.rst:904
10671069
msgid ""

0 commit comments

Comments
 (0)