Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb3c14ad

Browse files
[po] auto sync
1 parent401dd4a commitb3c14ad

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

‎.stat.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation":"99.77%","updated_at":"2025-11-07T01:21:31Z"}
1+
{"translation":"99.77%","updated_at":"2025-11-07T02:26:51Z"}

‎c-api/marshal.po‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2025-11-05 15:17+0000\n"
1516
"PO-Revision-Date:2025-09-15 01:03+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -130,6 +131,9 @@ msgid ""
130131
"file. Only use this variant if you are certain that you won't be reading "
131132
"anything else from the file."
132133
msgstr""
134+
"根据被打开用于读取的 :c:expr:`FILE*` 中的数据流返回一个 Python 对象。 不同于 "
135+
":c:func:`PyMarshal_ReadObjectFromFile`,此函数假定不会再从该文件读取更多的对象,允许其将文件数据积极地载入内存以便反序列化过程可以在内存中的数据上操作而不是每次从文件读取一个字节。"
136+
" 只有当你确定不会再从该文件读取任何内容时方可使用此变体形式。"
133137

134138
#:../../c-api/marshal.rst:93
135139
msgid""

‎c-api/monitoring.po‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2025-11-05 15:17+0000\n"
1516
"PO-Revision-Date:2025-09-15 01:03+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -181,7 +182,7 @@ msgstr "管理监控状态"
181182
msgid""
182183
"Monitoring states can be managed with the help of monitoring scopes. A scope"
183184
" would typically correspond to a Python function."
184-
msgstr""
185+
msgstr"监控状态可在监控作用域的协助下进行管理。 一个作用域通常对应一个 Python 函数。"
185186

186187
#:../../c-api/monitoring.rst:138
187188
msgid""

‎library/mailbox.po‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2025-11-05 15:17+0000\n"
1516
"PO-Revision-Date:2025-09-15 01:04+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -1226,6 +1227,10 @@ msgid ""
12261227
" open in binary mode, but text mode files are accepted for backward "
12271228
"compatibility."
12281229
msgstr""
1230+
"如果省略了 *message*,则新实例会以默认的空状态被创建。 如果 *message* 是一个 "
1231+
":class:`email.message.Message` 实例,其内容会被拷贝;此外,如果 *message* 是一个 "
1232+
":class:`!Message` 实例则任何格式专属信息会被尽可能地转换。 如果 *message* 是一个字符串、字节串或文件,则它应当包含符合 "
1233+
":rfc:`5322` 规范的消息,该消息会被读取和解析。 文件应当以二进制模式打开,但也接受文本模式以保持向下兼容。"
12291234

12301235
#:../../library/mailbox.rst:924
12311236
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp