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

Skip to content

Commit 1e2eb86

Browse files
[po] auto sync
1 parent 7339e4c commit 1e2eb86

42 files changed

Lines changed: 1170 additions & 1076 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.68%", "updated_at": "2024-02-10T03:41:29Z"}
1+
{"translation": "91.68%", "updated_at": "2024-02-11T15:41:08Z"}

howto/logging-cookbook.po

Lines changed: 153 additions & 152 deletions
Large diffs are not rendered by default.

library/asyncio-eventloop.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <[email protected]>, 2024
8+
# Freesand Leo <[email protected]>, 2024
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.11\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-02-02 18:15+0000\n"
15+
"POT-Creation-Date: 2024-02-09 16:33+0000\n"
1516
"PO-Revision-Date: 2023-05-24 02:12+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\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"
@@ -1990,7 +1991,7 @@ msgstr "*stdin* 可以是以下对象之一:"
19901991
msgid ""
19911992
"a file-like object representing a pipe to be connected to the subprocess's "
19921993
"standard input stream using :meth:`~loop.connect_write_pipe`"
1993-
msgstr "一个文件类对象,表示要使用 :meth:`~loop.connect_write_pipe` 连接到子进程的标准输入流的管道"
1994+
msgstr "一个文件型对象,表示要使用 :meth:`~loop.connect_write_pipe` 连接到子进程的标准输入流的管道"
19941995

19951996
#: ../../library/asyncio-eventloop.rst:1437
19961997
#: ../../library/asyncio-eventloop.rst:1449
@@ -2024,7 +2025,7 @@ msgstr "*stdout* 可以是以下对象之一:"
20242025
msgid ""
20252026
"a file-like object representing a pipe to be connected to the subprocess's "
20262027
"standard output stream using :meth:`~loop.connect_write_pipe`"
2027-
msgstr "一个文件类对象,表示要使用 :meth:`~loop.connect_write_pipe` 连接到子进程的标准输出流的管道"
2028+
msgstr "一个文件型对象,表示要使用 :meth:`~loop.connect_write_pipe` 连接到子进程的标准输出流的管道"
20282029

20292030
#: ../../library/asyncio-eventloop.rst:1456
20302031
msgid "*stderr* can be any of these:"
@@ -2034,7 +2035,7 @@ msgstr "*stderr* 可以是以下对象之一:"
20342035
msgid ""
20352036
"a file-like object representing a pipe to be connected to the subprocess's "
20362037
"standard error stream using :meth:`~loop.connect_write_pipe`"
2037-
msgstr "一个文件类对象,表示要使用 :meth:`~loop.connect_write_pipe` 连接到子进程的标准错误流的管道"
2038+
msgstr "一个文件型对象,表示要使用 :meth:`~loop.connect_write_pipe` 连接到子进程的标准错误流的管道"
20382039

20392040
#: ../../library/asyncio-eventloop.rst:1467
20402041
msgid ""

library/chunk.po

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2022, 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-
# Yinuo Huang <[email protected]>, 2021
8-
# eric R <[email protected]>, 2021
9-
# Alpha Du <[email protected]>, 2021
10-
# walkinrain <[email protected]>, 2021
11-
# ppcfish <[email protected]>, 2021
12-
# Freesand Leo <[email protected]>, 2022
7+
# Rafael Fontenelle <[email protected]>, 2023
8+
# Freesand Leo <[email protected]>, 2024
139
#
1410
#, fuzzy
1511
msgid ""
1612
msgstr ""
17-
"Project-Id-Version: Python 3.10\n"
13+
"Project-Id-Version: Python 3.11\n"
1814
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2022-11-04 14:28+0000\n"
20-
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
21-
"Last-Translator: Freesand Leo <[email protected]>, 2022\n"
22-
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
15+
"POT-Creation-Date: 2024-02-09 16:33+0000\n"
16+
"PO-Revision-Date: 2023-05-24 02:13+0000\n"
17+
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
18+
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2319
"MIME-Version: 1.0\n"
2420
"Content-Type: text/plain; charset=UTF-8\n"
2521
"Content-Transfer-Encoding: 8bit\n"
@@ -34,7 +30,7 @@ msgstr ":mod:`chunk` --- 读取 IFF 分块数据"
3430
msgid "**Source code:** :source:`Lib/chunk.py`"
3531
msgstr "**源代码:** :source:`Lib/chunk.py`"
3632

37-
#: ../../library/chunk.rst:20
33+
#: ../../library/chunk.rst:23
3834
msgid ""
3935
"The :mod:`chunk` module is deprecated (see :pep:`PEP 594 <594#chunk>` for "
4036
"details)."
@@ -72,7 +68,6 @@ msgid "0"
7268
msgstr "0"
7369

7470
#: ../../library/chunk.rst:36 ../../library/chunk.rst:38
75-
#: ../../library/chunk.rst:38
7671
msgid "4"
7772
msgstr "4"
7873

@@ -146,7 +141,7 @@ msgid ""
146141
"*inclheader* is true, the size given in the chunk header includes the size "
147142
"of the header. The default value is false."
148143
msgstr ""
149-
"代表一个分块的类。 *file* 参数预期为一个文件类对象。 特别地也允许该类的实例。 唯一必需的方法是 "
144+
"代表一个分块的类。 *file* 参数预期为一个文件型对象。 特别地也允许该类的实例。 唯一必需的方法是 "
150145
":meth:`~io.IOBase.read`。 如果存在 :meth:`~io.IOBase.seek` 和 "
151146
":meth:`~io.IOBase.tell` 方法并且没有引发异常,它们也会被使用。 如果存在这些方法并且引发了异常,则它们不应改变目标对象。 "
152147
"如果可选参数 *align* 为真值,则分块应当以 2 字节边界对齐。 如果 *align* 为假值,则不使用对齐。 此参数默认为真值。 如果可选参数 "
@@ -230,3 +225,23 @@ msgid ""
230225
"\"EA IFF 85\" Standard for Interchange Format Files, Jerry Morrison, "
231226
"Electronic Arts, January 1985."
232227
msgstr "\"EA IFF 85\" 交换格式文件标准, Jerry Morrison, Electronic Arts, 1985 年 1 月。"
228+
229+
#: ../../library/chunk.rst:13
230+
msgid "Audio Interchange File Format"
231+
msgstr "Audio Interchange File Format"
232+
233+
#: ../../library/chunk.rst:13
234+
msgid "AIFF"
235+
msgstr "AIFF"
236+
237+
#: ../../library/chunk.rst:13
238+
msgid "AIFF-C"
239+
msgstr "AIFF-C"
240+
241+
#: ../../library/chunk.rst:13
242+
msgid "Real Media File Format"
243+
msgstr "Real Media File Format"
244+
245+
#: ../../library/chunk.rst:13
246+
msgid "RMFF"
247+
msgstr "RMFF"

library/codecs.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-01-12 16:53+0000\n"
15+
"POT-Creation-Date: 2024-02-09 16:33+0000\n"
1616
"PO-Revision-Date: 2023-05-24 03:55+0000\n"
1717
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -526,7 +526,7 @@ msgid ""
526526
"In addition, the following error handler is specific to the given codecs:"
527527
msgstr "此外,以下错误处理方案被专门用于指定的编解码器:"
528528

529-
#: ../../library/codecs.rst:393 ../../library/codecs.rst:13
529+
#: ../../library/codecs.rst:13 ../../library/codecs.rst:393
530530
msgid "Codecs"
531531
msgstr "编解码器"
532532

@@ -1026,7 +1026,7 @@ msgstr ""
10261026
msgid ""
10271027
"The *stream* argument must be a file-like object open for writing text or "
10281028
"binary data, as appropriate for the specific codec."
1029-
msgstr "*stream* 参数必须为一个基于特定编解码器打开用于写入文本或二进制数据的文件类对象。"
1029+
msgstr "*stream* 参数必须为一个基于特定编解码器打开用于写入文本或二进制数据的文件型对象。"
10301030

10311031
#: ../../library/codecs.rst:734
10321032
msgid ""
@@ -1106,7 +1106,7 @@ msgstr ""
11061106
msgid ""
11071107
"The *stream* argument must be a file-like object open for reading text or "
11081108
"binary data, as appropriate for the specific codec."
1109-
msgstr "*stream* 参数必须为一个基于特定编解码器打开用于读取文本或二进制数据的文件类对象。"
1109+
msgstr "*stream* 参数必须为一个基于特定编解码器打开用于读取文本或二进制数据的文件型对象。"
11101110

11111111
#: ../../library/codecs.rst:789
11121112
msgid ""
@@ -1242,7 +1242,7 @@ msgid ""
12421242
"resp. Error handling is done in the same way as defined for the stream "
12431243
"readers and writers."
12441244
msgstr ""
1245-
"创建一个 :class:`StreamReaderWriter` 实例。 *stream* 必须为一个文件类对象。 *Reader* 和 "
1245+
"创建一个 :class:`StreamReaderWriter` 实例。 *stream* 必须为一个文件型对象。 *Reader* 和 "
12461246
"*Writer* 必须为分别提供了 :class:`StreamReader` 和 :class:`StreamWriter` 接口的工厂函数或类。 "
12471247
"错误处理通过与流式读取器和写入器所定义的相同方式来完成。"
12481248

@@ -1284,7 +1284,7 @@ msgstr "你可以使用这些对象来进行透明转码,例如从 Latin-1 转
12841284

12851285
#: ../../library/codecs.rst:908
12861286
msgid "The *stream* argument must be a file-like object."
1287-
msgstr "*stream* 参数必须为一个文件类对象。"
1287+
msgstr "*stream* 参数必须为一个文件型对象。"
12881288

12891289
#: ../../library/codecs.rst:910
12901290
msgid ""

0 commit comments

Comments
 (0)