File tree Expand file tree Collapse file tree 6 files changed +539
-526
lines changed Expand file tree Collapse file tree 6 files changed +539
-526
lines changed Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ msgstr "``format % val`` 形式のフォーマット指定子を、現在のロ
679
679
680
680
#: ../../library/locale.rst:383
681
681
msgid "The *monetary* keyword parameter was added."
682
- msgstr "*monetary* パラメータが追加されました 。"
682
+ msgstr "*monetary* キーワード引数が追加されました 。"
683
683
684
684
#: ../../library/locale.rst:389
685
685
msgid ""
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 10
10
# Inada Naoki <songofacandy@gmail.com>, 2017
11
11
# Arihiro TAKASE, 2017
12
12
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
13
+ # tomo, 2019
13
14
#
14
15
#, fuzzy
15
16
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
18
19
"Report-Msgid-Bugs-To : \n "
19
20
"POT-Creation-Date : 2019-01-01 10:14+0900\n "
20
21
"PO-Revision-Date : 2017-02-16 23:35+0000\n "
21
- "Last-Translator : Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017 \n "
22
+ "Last-Translator : tomo, 2019 \n "
22
23
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
23
24
"MIME-Version : 1.0\n "
24
25
"Content-Type : text/plain; charset=UTF-8\n "
@@ -169,10 +170,12 @@ msgid ""
169
170
":func:`get` with a nonempty argument matching the name of a handler you "
170
171
"declare."
171
172
msgstr ""
173
+ "*preferred* を ``True`` に設定すると、 :func:`get` の引数無しの呼び出しの結果が優先的にこのブラウザになります。\n"
174
+ "そうでない場合は、この関数は、変数 :envvar:`BROWSER` を設定するか、 :func:`get` を空文字列ではない、宣言したハンドラの名前と一致する引数とともに呼び出すときにだけ、役に立ちます。"
172
175
173
176
#: ../../library/webbrowser.rst:100
174
177
msgid "*preferred* keyword-only parameter was added."
175
- msgstr ""
178
+ msgstr "*preferred* キーワードのみ引数が追加されました。 "
176
179
177
180
#: ../../library/webbrowser.rst:103
178
181
msgid ""
Original file line number Diff line number Diff line change 9
9
# E. Kawashima, 2017
10
10
# Arihiro TAKASE, 2017
11
11
# Shun Sakurai, 2017
12
+ # tomo, 2019
12
13
#
13
14
#, fuzzy
14
15
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
17
18
"Report-Msgid-Bugs-To : \n "
18
19
"POT-Creation-Date : 2019-01-01 10:14+0900\n "
19
20
"PO-Revision-Date : 2017-02-16 23:36+0000\n "
20
- "Last-Translator : Shun Sakurai, 2017 \n "
21
+ "Last-Translator : tomo, 2019 \n "
21
22
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
22
23
"MIME-Version : 1.0\n "
23
24
"Content-Type : text/plain; charset=UTF-8\n "
@@ -185,6 +186,10 @@ msgid ""
185
186
":data:`CHARACTERS`. The current node does not contain information about its "
186
187
"children, unless :func:`expandNode` is called."
187
188
msgstr ""
189
+ "event が :data:`START_DOCUMENT` の場合は *event* と :class:`xml.dom.minidom.Document` としての現在の *node* からなるタプルを、\n"
190
+ ":data:`START_ELEMENT` か :data:`END_ELEMENT` の場合は :class:`xml.dom.minidom.Element` を、\n"
191
+ ":data:`CHARACTERS` の場合は :class:`xml.dom.minidom.Text` を返します。\n"
192
+ ":func:`expandNode` が呼ばれない限り、現在のノードは子ノードの情報を持ちません。 "
188
193
189
194
#: ../../library/xml.dom.pulldom.rst:130
190
195
msgid "Expands all children of *node* into *node*. Example::"
Original file line number Diff line number Diff line change 12
12
# Shun Sakurai, 2017
13
13
# Inada Naoki <songofacandy@gmail.com>, 2017
14
14
# E. Kawashima, 2017
15
+ # tomo, 2019
15
16
#
16
17
#, fuzzy
17
18
msgid ""
@@ -20,7 +21,7 @@ msgstr ""
20
21
"Report-Msgid-Bugs-To : \n "
21
22
"POT-Creation-Date : 2019-01-01 10:14+0900\n "
22
23
"PO-Revision-Date : 2017-02-16 23:36+0000\n "
23
- "Last-Translator : E. Kawashima, 2017 \n "
24
+ "Last-Translator : tomo, 2019 \n "
24
25
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
25
26
"MIME-Version : 1.0\n "
26
27
"Content-Type : text/plain; charset=UTF-8\n "
@@ -165,7 +166,7 @@ msgstr "external entity expansion"
165
166
#: ../../library/xml.rst:68 ../../library/xml.rst:68 ../../library/xml.rst:69
166
167
#: ../../library/xml.rst:69
167
168
msgid "Safe (4)"
168
- msgstr ""
169
+ msgstr "安全 (4) "
169
170
170
171
#: ../../library/xml.rst:68
171
172
msgid "Safe (1)"
@@ -215,7 +216,7 @@ msgstr ":mod:`xmlrpclib` は外部エンティティを展開せず、除外し
215
216
msgid ""
216
217
"Since Python 3.7.1, external general entities are no longer processed by "
217
218
"default."
218
- msgstr ""
219
+ msgstr "Python 3.7.1 からは、一般の外部エンティティはデフォルトで処理されなくなりました。 "
219
220
220
221
#: ../../library/xml.rst:87
221
222
msgid "billion laughs / exponential entity expansion"
Original file line number Diff line number Diff line change 9
9
# 秘湯 <xwhhsprings@gmail.com>, 2017
10
10
# E. Kawashima, 2017
11
11
# Shun Sakurai, 2017
12
+ # tomo, 2019
12
13
#
13
14
#, fuzzy
14
15
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
17
18
"Report-Msgid-Bugs-To : \n "
18
19
"POT-Creation-Date : 2019-01-01 10:14+0900\n "
19
20
"PO-Revision-Date : 2017-02-16 23:36+0000\n "
20
- "Last-Translator : Shun Sakurai, 2017 \n "
21
+ "Last-Translator : tomo, 2019 \n "
21
22
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
22
23
"MIME-Version : 1.0\n "
23
24
"Content-Type : text/plain; charset=UTF-8\n "
@@ -76,6 +77,8 @@ msgid ""
76
77
":func:`create_parser`. Modules listed in *parser_list* will be used before "
77
78
"modules in the default list of parsers."
78
79
msgstr ""
80
+ "SAX :class:`~xml.sax.xmlreader.XMLReader` オブジェクトを生成し、返します。最初に見つかったパーサーが使用されます。*parser_list* を与える場合、それは :func:`create_parser` という名前の関数をもつモジュール名のリストでなければなりません。\n"
81
+ "*parser_list* に列挙されているモジュールは、パーサーのデフォルトリストにあるモジュールよりも先に使われます。"
79
82
80
83
#: ../../library/xml.sax.rst:50
81
84
msgid ""
You can’t perform that action at this time.
0 commit comments