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

Skip to content

Commit 893a2a9

Browse files
[po] auto sync
1 parent 164bc9a commit 893a2a9

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "94.28%", "updated_at": "2024-12-04T00:39:23Z"}
1+
{"translation": "94.29%", "updated_at": "2024-12-13T19:27:02Z"}

library/argparse.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-07-12 15:50+0000\n"
14+
"POT-Creation-Date: 2024-12-13 16:04+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -299,7 +299,7 @@ msgstr ""
299299

300300
#: ../../library/argparse.rst:260
301301
msgid "usage"
302-
msgstr "usage"
302+
msgstr "usage(用法)"
303303

304304
#: ../../library/argparse.rst:262
305305
msgid ""

library/email.generator.po

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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:
7-
# Rafael Fontenelle <[email protected]>, 2023
7+
# Rafael Fontenelle <[email protected]>, 2024
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-07-29 03:05+0000\n"
14+
"POT-Creation-Date: 2024-12-13 16:04+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
16-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2023\n"
16+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -38,9 +38,8 @@ msgid ""
3838
"message on the console. Taking a message object structure and producing a "
3939
"serialized representation is the job of the generator classes."
4040
msgstr ""
41-
"最普通的一种任务是生成由消息对象结构体表示的电子邮件消息的扁平(序列化)版本。 如果你想通过 :meth:`smtplib.SMTP.sendmail`"
42-
" 或 :mod:`nntplib` 模块来发送你的消息或是将消息打印到控制台就将需要这样做。 "
43-
"接受一个消息对象结构体并生成其序列化表示就是这些生成器类的工作。"
41+
"最常见的任务之一是生成由消息对象结构表示的电子邮件消息的扁平(序列化)版本。 如果您想通过 :meth:`smtplib.SMTP.sendmail` "
42+
"或 :mod:`nntplib` 模块发送消息,或在控制台上打印消息, 则需要执行此操作。 将消息对象结构转换为序列化表示的工作由生成器类完成。"
4443

4544
#: ../../library/email.generator.rst:18
4645
msgid ""

whatsnew/2.3.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-22 16:07+0000\n"
14+
"POT-Creation-Date: 2024-12-13 16:04+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:23+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -388,6 +388,9 @@ msgid ""
388388
":pep:`302`. See section :ref:`section-pep302` for a description of the new "
389389
"import hooks."
390390
msgstr ""
391+
"由James C. Ahlstrom撰写,并提供了一个实现。Python 2.3遵循 :pep:`273` 中的规范,但使用了Just van "
392+
"Rossum编写的实现,该实现利用了 :pep:`302` 中描述的导入钩子。有关新导入钩子的描述,请参见 :ref:`section-pep302` "
393+
"的相关部分。"
391394

392395
#: ../../whatsnew/2.3.rst:338
393396
msgid "PEP 277: Unicode file name support for Windows NT"
@@ -399,6 +402,8 @@ msgid ""
399402
"strings. Traditionally, Python has represented file names as byte strings, "
400403
"which is inadequate because it renders some file names inaccessible."
401404
msgstr ""
405+
"在Windows "
406+
"NT、2000和XP上,系统将文件名存储为Unicode字符串。传统上,Python将文件名表示为字节字符串,这种方式不够完善,因为它会导致某些文件名无法访问。"
402407

403408
#: ../../whatsnew/2.3.rst:344
404409
msgid ""

0 commit comments

Comments
 (0)