File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2018
7
+ # tomo, 2019
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2019-01-01 15:22+0900\n "
15
15
"PO-Revision-Date : 2018-06-29 17:32+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
16
+ "Last-Translator : tomo, 2019 \n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -181,6 +181,10 @@ msgid ""
181
181
":data:`CHARACTERS`. The current node does not contain information about its "
182
182
"children, unless :func:`expandNode` is called."
183
183
msgstr ""
184
+ "event が :data:`START_DOCUMENT` の場合は *event* と :class:`xml.dom.minidom.Document` としての現在の *node* からなるタプルを、\n"
185
+ ":data:`START_ELEMENT` か :data:`END_ELEMENT` の場合は :class:`xml.dom.minidom.Element` を、\n"
186
+ ":data:`CHARACTERS` の場合は :class:`xml.dom.minidom.Text` を返します。\n"
187
+ ":func:`expandNode` が呼ばれない限り、現在のノードは子ノードの情報を持ちません。 "
184
188
185
189
#: ../../library/xml.dom.pulldom.rst:130
186
190
msgid "Expands all children of *node* into *node*. Example::"
Original file line number Diff line number Diff line change 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2018
7
+ # tomo, 2019
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2019-01-01 15:22+0900\n "
15
15
"PO-Revision-Date : 2018-06-29 17:33+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
16
+ "Last-Translator : tomo, 2019 \n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -158,7 +158,7 @@ msgstr "external entity expansion"
158
158
#: ../../library/xml.rst:68 ../../library/xml.rst:68 ../../library/xml.rst:69
159
159
#: ../../library/xml.rst:69
160
160
msgid "Safe (4)"
161
- msgstr ""
161
+ msgstr "安全 (4) "
162
162
163
163
#: ../../library/xml.rst:68
164
164
msgid "Safe (1)"
Original file line number Diff line number Diff line change 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2018
7
+ # tomo, 2019
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2019-01-01 15:22+0900\n "
15
15
"PO-Revision-Date : 2018-06-29 17:27+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
16
+ "Last-Translator : tomo, 2019 \n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -72,6 +72,8 @@ msgid ""
72
72
":func:`create_parser`. Modules listed in *parser_list* will be used before "
73
73
"modules in the default list of parsers."
74
74
msgstr ""
75
+ "SAX :class:`~xml.sax.xmlreader.XMLReader` オブジェクトを生成し、返します。最初に見つかったパーサが使用されます。*parser_list* を与える場合、それは :func:`create_parser` という名前の関数をもつモジュール名のリストでなければなりません。\n"
76
+ "*parser_list* に列挙されているモジュールは、パーサのデフォルトリストにあるモジュールよりも先に使われます。"
75
77
76
78
#: ../../library/xml.sax.rst:50
77
79
msgid ""
You can’t perform that action at this time.
0 commit comments