Skip to content

Commit d9d9b9a

Browse files
[po] auto sync
1 parent 00a9a41 commit d9d9b9a

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.35%", "updated_at": "2024-12-04T00:54:10Z"}
1+
{"translation": "94.35%", "updated_at": "2024-12-06T18:43:39Z"}

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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-07-05 15:21+0000\n"
14+
"POT-Creation-Date: 2024-12-06 15:29+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:12+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -460,7 +460,7 @@ msgstr ""
460460

461461
#: ../../library/argparse.rst:309
462462
msgid "usage"
463-
msgstr "usage"
463+
msgstr "usage(用法)"
464464

465465
#: ../../library/argparse.rst:311
466466
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 <rffontenelle@gmail.com>, 2023
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-08-11 14:43+0000\n"
14+
"POT-Creation-Date: 2024-12-06 15:29+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:14+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-19 02:05+0000\n"
14+
"POT-Creation-Date: 2024-12-06 15:29+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:23+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -407,6 +407,9 @@ msgid ""
407407
":pep:`302`. See section :ref:`section-pep302` for a description of the new "
408408
"import hooks."
409409
msgstr ""
410+
"由James C. Ahlstrom撰写,并提供了一个实现。Python 2.3遵循 :pep:`273` 中的规范,但使用了Just van "
411+
"Rossum编写的实现,该实现利用了 :pep:`302` 中描述的导入钩子。有关新导入钩子的描述,请参见 :ref:`section-pep302` "
412+
"的相关部分。"
410413

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

422427
#: ../../whatsnew/2.3.rst:344
423428
msgid ""

0 commit comments

Comments
 (0)