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

Skip to content

Commit 2e59c73

Browse files
[po] auto sync
1 parent 4d6693e commit 2e59c73

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

library/mailbox.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ msgid ""
282282
" processed through :class:`email.message.Message` to convert it to a 7bit "
283283
"clean representation."
284284
msgstr ""
285+
"返回对应于 *key* 的消息的字符串表示形式,或者如果对应的消息不存在则会引发 :exc:`KeyError` 异常。 消息是通过 "
286+
":class:`email.message.Message` 处理来将其转换为纯 7bit 表示形式的。"
285287

286288
#: ../../library/mailbox.rst:201
287289
msgid ""
@@ -290,6 +292,8 @@ msgid ""
290292
"object behaves as if open in binary mode. This file should be closed once "
291293
"it is no longer needed."
292294
msgstr ""
295+
"返回对应于 *key* 的消息的文件类表示形式,或者如果对应的消息不存在则会引发 :exc:`KeyError` 异常。 "
296+
"文件类对象的行为相当于以二进制模式打开。 当不再需要此文件时应当将其关闭。"
293297

294298
#: ../../library/mailbox.rst:206
295299
msgid ""
@@ -298,6 +302,8 @@ msgid ""
298302
"management protocol: you can use a :keyword:`with` statement to "
299303
"automatically close it."
300304
msgstr ""
305+
"此文件对象实际上是二进制文件;之前它被不正确地以文本模式返回。 并且,此文件类对象现在还支持上下文管理协议:你可以使用 :keyword:`with` "
306+
"语句来自动关闭它。"
301307

302308
#: ../../library/mailbox.rst:214
303309
msgid ""

library/os.path.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Freesand Leo <[email protected]>, 2019
87
# Zombie110year <[email protected]>, 2019
98
# ppcfish <[email protected]>, 2019
109
# Arisaka97 <[email protected]>, 2020
10+
# Freesand Leo <[email protected]>, 2021
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2021-03-27 05:52+0000\n"
1818
"PO-Revision-Date: 2017-02-16 23:20+0000\n"
19-
"Last-Translator: Arisaka97 <solitaire2312@gmail.com>, 2020\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -368,6 +368,9 @@ msgid ""
368368
"a component is an absolute path, all previous components are thrown away and"
369369
" joining continues from the absolute path component."
370370
msgstr ""
371+
"智能地拼接一个或多个路径部分。 返回值是 *path* 和 *\\*paths* "
372+
"的所有成员的拼接,其中每个非空部分后面都紧跟一个目录分隔符,最后一个部分除外,这意味着如果最后一个部分为空,则结果将以分隔符结尾。 "
373+
"如果某个部分为绝对路径,则之前的所有部分会被丢弃并从绝对路径部分开始继续拼接。"
371374

372375
#: ../../library/os.path.rst:314
373376
msgid ""

0 commit comments

Comments
 (0)