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

Skip to content

Commit ae10c25

Browse files
[po] auto sync
1 parent e8b3cf6 commit ae10c25

6 files changed

Lines changed: 19 additions & 8 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "89.43%", "updated_at": "2023-08-07T06:56:45Z"}
1+
{"translation": "89.43%", "updated_at": "2023-08-07T07:57:08Z"}

library/asyncio-extending.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Freesand Leo <[email protected]>, 2023
87
# Bryan不可思议, 2023
8+
# Freesand Leo <[email protected]>, 2023
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1616
"PO-Revision-Date: 2022-11-05 19:48+0000\n"
17-
"Last-Translator: Bryan不可思议, 2023\n"
17+
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -128,6 +128,8 @@ msgid ""
128128
"keep a task visible by :func:`asyncio.all_tasks` and "
129129
":func:`asyncio.current_task`:"
130130
msgstr ""
131+
"第三方任务实现应当调用下列函数以使任务对 :func:`asyncio.all_tasks` 和 "
132+
":func:`asyncio.current_task` 可见:"
131133

132134
#: ../../library/asyncio-extending.rst:76
133135
msgid "Register a new *task* as managed by *asyncio*."

library/lzma.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# nick <[email protected]>, 2021
1010
# ppcfish <[email protected]>, 2021
1111
# 1lin24 <[email protected]>, 2021
12-
# Freesand Leo <[email protected]>, 2022
12+
# Freesand Leo <[email protected]>, 2023
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:09+0000\n"
21-
"Last-Translator: Freesand Leo <[email protected]>, 2022\n"
21+
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
2222
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -184,6 +184,9 @@ msgid ""
184184
" :meth:`~io.IOBase.truncate`. Iteration and the :keyword:`with` statement "
185185
"are supported."
186186
msgstr ""
187+
":class:`LZMAFile` 支持 :class:`io.BufferedIOBase` 所指定的所有成员,但 "
188+
":meth:`~io.BufferedIOBase.detach` 和 :meth:`~io.IOBase.truncate` 除外。 并支持迭代和 "
189+
":keyword:`with` 语句。"
187190

188191
#: ../../library/lzma.rst:107
189192
msgid "The following method is also provided:"

library/msvcrt.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Freesand Leo <[email protected]>, 2021
87
# Sean Chao <[email protected]>, 2021
8+
# Freesand Leo <[email protected]>, 2023
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:09+0000\n"
17-
"Last-Translator: Sean Chao <seanchao0804@gmail.com>, 2021\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2023\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -71,6 +71,9 @@ msgid ""
7171
" may not overlap. Adjacent regions are not merged; they must be unlocked "
7272
"individually."
7373
msgstr ""
74+
"基于文件描述符 *fd* 从 C 运行时锁定文件的某一部分。 失败时引发 :exc:`OSError`。 锁定的文件区域从当前文件位置扩展 "
75+
"*nbytes* 个字节,并可能持续到走出文件末尾。 *mode* 必须为下面列出的 :const:`!LK_\\*` 常量之一。 "
76+
"一个文件中的多个区域可以被同时锁定,但是不能重叠。 相邻的区域不会被合并;它们必须单独被解锁。"
7477

7578
#: ../../library/msvcrt.rst:45
7679
msgid ""

library/poplib.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ msgstr "发送 user 命令,返回的响应应该指示需要一个密码。"
232232
msgid ""
233233
"Send password, response includes message count and mailbox size. Note: the "
234234
"mailbox on the server is locked until :meth:`~POP3.quit` is called."
235-
msgstr ""
235+
msgstr "发送密码,响应包括邮件消息计数和邮箱大小。 注意:服务器上的邮箱将被锁定直到 :meth:`~POP3.quit` 被调用。"
236236

237237
#: ../../library/poplib.rst:156
238238
msgid "Use the more secure APOP authentication to log into the POP3 server."

library/pprint.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ msgid ""
8585
"*stream* and ``sys.stdout`` are ``None``, then :meth:`~PrettyPrinter.pprint`"
8686
" silently returns."
8787
msgstr ""
88+
"*stream* (默认为 ``sys.stdout``) 是一个 :term:`file-like object`,它是当调用其 "
89+
":meth:`!write` 方法时的输出将要写入的目标。 如果 *stream* 和 ``sys.stdout`` 均为 ``None``,则 "
90+
":meth:`~PrettyPrinter.pprint` 将静默地返回。"
8891

8992
#: ../../library/pprint.rst:52
9093
msgid ""

0 commit comments

Comments
 (0)