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

Skip to content

Commit 9c9df29

Browse files
[po] auto sync
1 parent 423d808 commit 9c9df29

6 files changed

Lines changed: 24 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.44%", "updated_at": "2023-08-07T11:57:17Z"}
1+
{"translation": "89.45%", "updated_at": "2023-08-07T15:57:16Z"}

library/code.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
#
66
# Translators:
77
# Shengjing Zhu <[email protected]>, 2021
8-
# Freesand Leo <[email protected]>, 2021
98
# jacky <[email protected]>, 2021
109
# nick <[email protected]>, 2021
10+
# Freesand Leo <[email protected]>, 2023
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
19-
"Last-Translator: nick <2330458484@qq.com>, 2021\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2023\n"
2020
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -268,6 +268,10 @@ msgid ""
268268
" is required, ``False`` if the line was dealt with in some way (this is the "
269269
"same as :meth:`!runsource`)."
270270
msgstr ""
271+
"将一行源代码文本推入解释器。 行内容不应带有末尾换行符;它可以有内部换行符。 行内容会被添加到一缓冲区然后调用解释器的 "
272+
":meth:`~InteractiveInterpreter.runsource` 方法并附带缓冲区内容的拼接结果作为源文本。 "
273+
"如果提示命令已执行或不合法,缓冲区将被重置;在其他情况下,则命令结束,缓冲区将在添加行后保持原样。 如果需要更多的输入则返回值为 "
274+
"``True``,如果行已按某种方式被处理则返回值为 ``False`` (这与 :meth:`!runsource` 相同)。"
271275

272276
#: ../../library/code.rst:176
273277
msgid "Remove any unhandled source text from the input buffer."

library/importlib.resources.abc.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ msgid ""
208208
":class:`!ResourceReader`'s abstract methods. Therefore, any loader supplying"
209209
" :class:`!TraversableResources` also supplies :class:`!ResourceReader`."
210210
msgstr ""
211+
"针对能够为 :meth:`importlib.resources.files` 接口提供服务的资源读取器的抽象基类。 子类化 "
212+
":class:`ResourceReader` 并为 :class:`!ResourceReader` 的抽象方法提供具体实现。 因此 ,任何提供了 "
213+
":class:`!TraversableResources` 的加载器也会提供 :class:`!ResourceReader`。"
211214

212215
#: ../../library/importlib.resources.abc.rst:153
213216
msgid ""

library/xml.sax.handler.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# ppcfish <[email protected]>, 2021
8-
# Freesand Leo <[email protected]>, 2022
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:18+0000\n"
17-
"Last-Translator: Freesand Leo <[email protected]>, 2022\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"
@@ -583,6 +583,11 @@ msgid ""
583583
"parameter. Errors and warnings may be converted to an exception by raising "
584584
"the passed-in exception object."
585585
msgstr ""
586+
"带有这个接口的对象被用于接收来自 :class:`~xml.sax.xmlreader.XMLReader` 的错误和警告信息。 "
587+
"如果你创建了一个实现此接口的对象,然后用你的 :class:`~xml.sax.xmlreader.XMLReader` "
588+
"注册这个对象,则解析器将调用你的对象中的这个方法来报告所有的警告和错误。 有三个可用的错误级别:警告、(或许)可恢复的错误和不可恢复的错误。 "
589+
"所有方法都接受 :exc:`~xml.sax.SAXParseException` 作为唯一的形参。 "
590+
"错误和警告可以通过引发所传入的异常对象来转换为异常。"
586591

587592
#: ../../library/xml.sax.handler.rst:403
588593
msgid ""

library/xml.sax.utils.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,7 @@ msgid ""
138138
"function to implement the polymorphic *source* argument to their "
139139
":meth:`~xml.sax.xmlreader.XMLReader.parse` method."
140140
msgstr ""
141+
"此函数接受一个输入源和一个可选的基准 URL 并返回一个经过完整解析可供读取的 "
142+
":class:`~xml.sax.xmlreader.InputSource` 对象。 输入源的给出形式可以是字节串、文件类对象或 "
143+
":class:`~xml.sax.xmlreader.InputSource` 对象;解析器将使用此函数来针对它们的 "
144+
":meth:`~xml.sax.xmlreader.XMLReader.parse` 方法实现多态 *source* 参数。"

library/xmlrpc.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Freesand Leo <[email protected]>, 2021
7+
# Freesand Leo <[email protected]>, 2023
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:18+0000\n"
16-
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
16+
"Last-Translator: Freesand Leo <[email protected]>, 2023\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"
@@ -23,7 +23,7 @@ msgstr ""
2323

2424
#: ../../library/xmlrpc.rst:2
2525
msgid ":mod:`!xmlrpc` --- XMLRPC server and client modules"
26-
msgstr ""
26+
msgstr ":mod:`!xmlrpc` --- XMLRPC 服务端与客户端模块"
2727

2828
#: ../../library/xmlrpc.rst:4
2929
msgid ""

0 commit comments

Comments
 (0)