|
6 | 6 | # Translators: |
7 | 7 | # Menghua Xiao <[email protected]>, 2018 |
8 | 8 | # ppcfish <[email protected]>, 2019 |
9 | | -# Rafael Fontenelle <[email protected]>, 2024 |
10 | 9 | # Freesand Leo <[email protected]>, 2024 |
| 10 | +# Rafael Fontenelle <[email protected]>, 2024 |
11 | 11 | # |
12 | 12 | #, fuzzy |
13 | 13 | msgid "" |
14 | 14 | msgstr "" |
15 | 15 | "Project-Id-Version: Python 3.9\n" |
16 | 16 | "Report-Msgid-Bugs-To: \n" |
17 | | -"POT-Creation-Date: 2024-04-26 21:29+0000\n" |
| 17 | +"POT-Creation-Date: 2024-05-03 21:11+0000\n" |
18 | 18 | "PO-Revision-Date: 2017-02-16 23:23+0000\n" |
19 | | -"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n" |
| 19 | +"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n" |
20 | 20 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
21 | 21 | "MIME-Version: 1.0\n" |
22 | 22 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -115,9 +115,10 @@ msgid "" |
115 | 115 | msgstr "" |
116 | 116 | "可以选择让 Expat 为你做 XML 命名空间处理,这是通过提供 *namespace_separator* 值来启用的。 " |
117 | 117 | "该值必须是一个单字符的字符串;如果字符串的长度不合法则将引发 :exc:`ValueError` (``None`` 被视为等同于省略)。 " |
118 | | -"当命名空间处理被启用时,属于特定命名空间的元素类型名称和属性名称将被展开。 传递给元素处理器 :attr:`StartElementHandler` 和" |
119 | | -" :attr:`EndElementHandler` 的元素名称将为命名空间 URI,命名空间分隔符和名称的本地部分的拼接。 " |
120 | | -"如果命名空间分隔符是一个零字节 (``chr(0)``) 则命名空间 URI 和本地部分将被直接拼接而不带任何分隔符。" |
| 118 | +"当命名空间处理被启用时,属于特定命名空间的元素类型名称和属性名称将被展开。 传递给The element name passed to the " |
| 119 | +"元素处理器 :attr:`StartElementHandler` 和 :attr:`EndElementHandler` 的元素名称将为命名空间 " |
| 120 | +"URI,命名空间分隔符和名称的本地部分的拼接。 如果命名空间分隔符是一个零字节 (``chr(0)``) 则命名空间 URI " |
| 121 | +"和本地部分将被直接拼接而不带任何分隔符。" |
121 | 122 |
|
122 | 123 | #: ../../library/pyexpat.rst:88 |
123 | 124 | msgid "" |
|
0 commit comments