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

Skip to content

Commit 3df4020

Browse files
[po] auto sync
1 parent 668685d commit 3df4020

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.98%", "updated_at": "2024-02-02T06:24:30Z"}
1+
{"translation": "90.99%", "updated_at": "2024-02-02T16:23:54Z"}

whatsnew/2.2.po

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
77
# Fei Yin <[email protected]>, 2018
88
# ppcfish <[email protected]>, 2019
9-
# Freesand Leo <[email protected]>, 2023
9+
# Freesand Leo <[email protected]>, 2024
1010
#
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.9\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-08-25 21:19+0000\n"
16+
"POT-Creation-Date: 2024-02-02 15:01+0000\n"
1717
"PO-Revision-Date: 2017-02-16 23:42+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
1919
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -68,6 +68,10 @@ msgid ""
6868
"you want to understand the complete implementation and design rationale for "
6969
"a change, refer to the PEP for a particular new feature."
7070
msgstr ""
71+
"本文并不试图提供对新特性的完整规范说明,而是提供一个便捷的概览。 要获取全部细节,你应该参阅 Python 2.2 的文档,比如 `Python 库参考"
72+
" <https://docs.python.org/2.2/lib/lib.html>`_ 和 `Python 参考指南 "
73+
"<https://docs.python.org/2.2/ref/ref.html>`_。 "
74+
"如果你想要了解某项更改的完整实现和设计理念,请参阅特定新特性的 PEP。"
7175

7276
#: ../../whatsnew/2.2.rst:43
7377
msgid "PEPs 252 and 253: Type and Class Changes"
@@ -82,6 +86,9 @@ msgid ""
8286
"and most complicated section of this article, I'll provide an overview of "
8387
"the changes and offer some comments."
8488
msgstr ""
89+
"Python 2.2 中最大且影响最深远的改变是针对 Python 的对象和类模型。 "
90+
"这些变化应该是向下兼容的,因此你的代码将能继续运行而无需修改,但这些变化提供了一些很棒的新功能。 "
91+
"在开始本文最长和最复杂的部分之前,我提供对这些变化的概览并附带一些注释。"
8592

8693
#: ../../whatsnew/2.2.rst:52
8794
msgid ""

0 commit comments

Comments
 (0)