Skip to content

Commit c864421

Browse files
[po] auto sync
1 parent 25b6dad commit c864421

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "95.47%", "updated_at": "2024-07-15T13:47:07Z"}
1+
{"translation": "95.48%", "updated_at": "2024-07-15T14:47:36Z"}

whatsnew/3.0.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,17 @@ msgid ""
258258
"there is only one built-in integral type, named :class:`int`; but it behaves"
259259
" mostly like the old :class:`long` type."
260260
msgstr ""
261+
":pep:`237`: 在实质上,:class:`long` 已被重命名为 :class:`int`。 也就是说,现在只有一种内置整数类型,叫做 "
262+
":class:`int`;但其行为更像是旧的 :class:`long` 类型。"
261263

262264
#: ../../whatsnew/3.0.rst:213
263265
msgid ""
264266
":pep:`238`: An expression like ``1/2`` returns a float. Use ``1//2`` to get"
265267
" the truncating behavior. (The latter syntax has existed for years, at "
266268
"least since Python 2.2.)"
267269
msgstr ""
270+
":pep:`238`: 像 ``1/2`` 这样的表达式将返回一个浮点数。 请使用 ``1//2`` 来得到取整的行为。 "
271+
"(后面这种语法已存在多年,至少从 Python 2.2 起就有了。)"
268272

269273
#: ../../whatsnew/3.0.rst:217
270274
msgid ""
@@ -331,7 +335,7 @@ msgstr ""
331335
msgid ""
332336
"You can no longer use ``u\"...\"`` literals for Unicode text. However, you "
333337
"must use ``b\"...\"`` literals for binary data."
334-
msgstr "对于 Unicode 文本,您不能再使用``u\"...\"`` 字面量。但是,二进制数据必须使用``b\"...\"`` 字面量。"
338+
msgstr "你不能再使用 ``u\"...\"`` 字面值来表示 Unicode 文本。 不过,你必须使用 ``b\"...\"`` 字面值来表示二进制数据。"
335339

336340
#: ../../whatsnew/3.0.rst:261
337341
msgid ""

0 commit comments

Comments
 (0)