8000 [skip ci] Update .po files · python/python-docs-ja@e5f5c4d · GitHub
[go: up one dir, main page]

Skip to content

Commit e5f5c4d

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 83e998b commit e5f5c4d

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

library/xml.dom.pulldom.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2018
7+
# tomo, 2019
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2019-01-01 15:22+0900\n"
1515
"PO-Revision-Date: 2018-06-29 17:32+0000\n"
16-
"Last-Translator: tomo, 2018\n"
16+
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -181,6 +181,10 @@ msgid ""
181181
":data:`CHARACTERS`. The current node does not contain information about its "
182182
"children, unless :func:`expandNode` is called."
183183
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` が呼ばれない限り、現在のノードは子ノードの情報を持ちません。 "
184188

185189
#: ../../library/xml.dom.pulldom.rst:130
186190
msgid "Expands all children of *node* into *node*. Example::"

library/xml.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-
# tomo, 2018
7+
# tomo, 2019
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2019-01-01 15:22+0900\n"
1515
"PO-Revision-Date: 2018-06-29 17:33+0000\n"
16-
"Last-Translator: tomo, 2018\n"
16+
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -158,7 +158,7 @@ msgstr "external entity expansion"
158158
#: ../../library/xml.rst:68 ../../library/xml.rst:68 ../../library/xml.rst:69
159159
#: ../../library/xml.rst:69
160160
msgid "Safe (4)"
161-
msgstr ""
161+
msgstr "安全 (4)"
162162

163163
#: ../../library/xml.rst:68
164164
msgid "Safe (1)"

library/xml.sax.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2018
7+
# tomo, 2019
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2019-01-01 15:22+0900\n"
1515
"PO-Revision-Date: 2018-06-29 17:27+0000\n"
16-
"Last-Translator: tomo, 2018\n"
16+
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -72,6 +72,8 @@ msgid ""
7272
":func:`create_parser`. Modules listed in *parser_list* will be used before "
7373
"modules in the default list of parsers."
7474
msgstr ""
75+
"SAX :class:`~xml.sax.xmlreader.XMLReader` オブジェクトを生成し、返します。最初に見つかったパーサが使用されます。*parser_list* を与える場合、それは :func:`create_parser` という名前の関数をもつモジュール名のリストでなければなりません。\n"
76+
"*parser_list* に列挙されているモジュールは、パーサのデフォルトリストにあるモジュールよりも先に使われます。"
7577

7678
#: ../../library/xml.sax.rst:50
7779
msgid ""

0 commit comments

Comments
 (0)
0