1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2021 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
8
8
# Woko <banbooliu@gmail.com>, 2020
9
9
# ppcfish <ppcfish@gmail.com>, 2020
10
10
# Naisen Xu <723648649@qq.com>, 2020
11
- # Freesand Leo <yuqinju@163.com>, 2022
11
+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2023
12
+ # Freesand Leo <yuqinju@163.com>, 2024
12
13
#
13
14
#, fuzzy
14
15
msgid ""
15
16
msgstr ""
16
17
"Project-Id-Version : Python 3.8\n "
17
18
"Report-Msgid-Bugs-To : \n "
18
- "POT-Creation-Date : 2021 -01-01 16:06 +0000\n "
19
+ "POT-Creation-Date : 2024 -01-26 23:21 +0000\n "
19
20
"PO-Revision-Date : 2020-05-30 12:17+0000\n "
20
- "Last-Translator : Freesand Leo <yuqinju@163.com>, 2022 \n "
21
- "Language-Team : Chinese (China) (https://www .transifex.com/python-doc/teams/5390/zh_CN/)\n "
21
+ "Last-Translator : Freesand Leo <yuqinju@163.com>, 2024 \n "
22
+ "Language-Team : Chinese (China) (https://app .transifex.com/python-doc/teams/5390/zh_CN/)\n "
22
23
"MIME-Version : 1.0\n "
23
24
"Content-Type : text/plain; charset=UTF-8\n "
24
25
"Content-Transfer-Encoding : 8bit\n "
@@ -48,6 +49,8 @@ msgid ""
48
49
"useful changes, and points out a few incompatible changes that may require "
49
50
"rewriting code."
50
51
msgstr ""
52
+ " 新的发行版 Python 2.0 发布于2000年10月16 日。本文介绍了 Python 2.0 "
53
+ "中令人兴奋的新功能,着重描述了一些其他有用的更改,并指出了一些可能需要重写代码的不兼容更改。"
51
54
52
55
#: ../../whatsnew/2.0.rst:20
53
56
msgid ""
@@ -64,7 +67,7 @@ msgstr ""
64
67
65
68
#: ../../whatsnew/2.0.rst:33
66
69
msgid "What About Python 1.6?"
67
- msgstr ""
70
+ msgstr "Python 1.6 将会怎样? "
68
71
69
72
#: ../../whatsnew/2.0.rst:35
70
73
msgid ""
@@ -534,7 +537,7 @@ msgstr ""
534
537
535
538
#: ../../whatsnew/2.0.rst:433
536
539
msgid "Garbage Collection of Cycles"
537
- msgstr ""
540
+ msgstr "循环的垃圾回收 "
538
541
539
542
#: ../../whatsnew/2.0.rst:435
540
543
msgid ""
@@ -740,6 +743,8 @@ msgid ""
740
743
"introduced. They're both subclasses of :exc:`SyntaxError`, and are raised "
741
744
"when Python code is found to be improperly indented."
742
745
msgstr ""
746
+ "新引入了两个异常 :exc:`TabError` 和 :exc:`IndentationError`。 它们均为 :exc:`SyntaxError` "
747
+ "的子类,并会在发现 Python 代码缩进不正确时被引发。"
743
748
744
749
#: ../../whatsnew/2.0.rst:601
745
750
msgid "Changes to Built-in Functions"
@@ -1057,18 +1062,20 @@ msgid ""
1057
1062
" For the simple case, when the software contains only .py files, a minimal "
1058
1063
":file:`setup.py` can be just a few lines long::"
1059
1064
msgstr ""
1065
+ "为了使用 Distutils,你需要编写一个 :file:`setup.py` 脚本。 在简单场景下,当软件仅包含 .py 文件时,最小化的 "
1066
+ ":file:`setup.py` 可以只有几行代码::"
1060
1067
1061
1068
#: ../../whatsnew/2.0.rst:841
1062
1069
msgid ""
1063
1070
"The :file:`setup.py` file isn't much more complicated if the software "
1064
1071
"consists of a few packages::"
1065
- msgstr ""
1072
+ msgstr "如果软件是由几个包组成的 :file:`setup.py` 文件也不会太过复杂:: "
1066
1073
1067
1074
#: ../../whatsnew/2.0.rst:848
1068
1075
msgid ""
1069
1076
"A C extension can be the most complicated case; here's an example taken from"
1070
1077
" the PyXML package::"
1071
- msgstr ""
1078
+ msgstr "最复杂的情况可能是 C 扩展;下面是一个来自 PyXML 包的示例:: "
1072
1079
1073
1080
#: ../../whatsnew/2.0.rst:864
1074
1081
msgid ""
@@ -1146,7 +1153,7 @@ msgstr ""
1146
1153
1147
1154
#: ../../whatsnew/2.0.rst:940
1148
1155
msgid "DOM Support"
1149
- msgstr ""
1156
+ msgstr "DOM 支持 "
1150
1157
1151
1158
#: ../../whatsnew/2.0.rst:942
1152
1159
msgid ""
@@ -1210,7 +1217,7 @@ msgstr ""
1210
1217
1211
1218
#: ../../whatsnew/2.0.rst:1002
1212
1219
msgid "Relationship to PyXML"
1213
- msgstr ""
1220
+ msgstr "与 PyXML 的关系 "
1214
1221
1215
1222
#: ../../whatsnew/2.0.rst:1004
1216
1223
msgid ""
@@ -1236,11 +1243,11 @@ msgstr ""
1236
1243
1237
1244
#: ../../whatsnew/2.0.rst:1019
1238
1245
msgid "4DOM, a full DOM implementation from FourThought, Inc."
1239
- msgstr ""
1246
+ msgstr "4DOM,一个来自 FourThought, Inc. 的完整 DOM 实现。 "
1240
1247
1241
1248
#: ../../whatsnew/2.0.rst:1021
1242
1249
msgid "The xmlproc validating parser, written by Lars Marius Garshol."
1243
- msgstr ""
1250
+ msgstr "xmlproc 验证解析器,由 Lars Marius Garshol 编写。 "
1244
1251
1245
1252
#: ../../whatsnew/2.0.rst:1023
1246
1253
msgid "The :mod:`sgmlop` parser accelerator module, written by Fredrik Lundh."
@@ -1469,19 +1476,19 @@ msgstr ""
1469
1476
msgid ""
1470
1477
"IDLE now has a command line, which is largely similar to the vanilla Python"
1471
1478
" interpreter."
1472
- msgstr ""
1479
+ msgstr "IDLE 现在有一个命令行,它与原版 Python 解释器大致相同。 "
1473
1480
1474
1481
#: ../../whatsnew/2.0.rst:1171
1475
1482
msgid "Call tips were added in many places."
1476
- msgstr ""
1483
+ msgstr "在许多地方添加了调用提示。 "
1477
1484
1478
1485
#: ../../whatsnew/2.0.rst:1173
1479
1486
msgid "IDLE can now be installed as a package."
1480
1487
msgstr "IDLE 现在可以作为一个包被安装。"
1481
1488
1482
1489
#: ../../whatsnew/2.0.rst:1175
1483
1490
msgid "In the editor window, there is now a line/column bar at the bottom."
1484
- msgstr ""
1491
+ msgstr "在编辑器窗口中,目前在底部位置增加了一个行/列显示栏。 "
1485
1492
1486
1493
#: ../../whatsnew/2.0.rst:1177
1487
1494
msgid ""
0 commit comments