File tree Expand file tree Collapse file tree 6 files changed +17
-6
lines changed
Expand file tree Collapse file tree 6 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 88# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
99# JUN OKAZAKI <okazakijun54392@gmail.com>, 2017
1010# Arihiro TAKASE, 2018
11+ # 上野 雄二 <y-ueno@nalux.co.jp>, 2019
1112#
1213#, fuzzy
1314msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617"Report-Msgid-Bugs-To : \n "
1718"POT-Creation-Date : 2019-05-29 11:32+0900\n "
1819"PO-Revision-Date : 2017-02-16 17:43+0000\n "
19- "Last-Translator : Arihiro TAKASE, 2018 \n "
20+ "Last-Translator : 上野 雄二 <y-ueno@nalux.co.jp>, 2019 \n "
2021"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2122"MIME-Version : 1.0\n "
2223"Content-Type : text/plain; charset=UTF-8\n "
@@ -94,6 +95,10 @@ msgid ""
9495"available in other language bindings. There is an active wxPython user and "
9596"developer community."
9697msgstr ""
98+ "`wxPython <https://www.wxpython.org>`_ は、wxWidgetsのためのPython束縛です。しばしば公式 "
99+ "wxWidgets "
100+ "のリリースよりわずかに遅れますが、それは他の言語バインディングでは利用できない純粋なPython拡張による多くの機能を提供します。活発な "
101+ "wxPython ユーザーと開発者コミュニティがあります。"
97102
98103#: ../../faq/gui.rst:52
99104msgid ""
Original file line number Diff line number Diff line change @@ -1882,6 +1882,9 @@ msgid ""
18821882"responsible for building consensus within the community and documenting "
18831883"dissenting opinions."
18841884msgstr ""
1885+ "PEP は、新機能の提案にかかる、コミュニティによる問題提起の集積と Python "
1886+ "になされる設計決断の文書化のための最上位の機構となることを意図しています。PEP "
1887+ "の著者にはコミュニティ内の合意形成を行うこと、反対意見を文書化することの責務があります。"
18851888
18861889#: ../../glossary.rst:892
18871890msgid "See :pep:`1`."
Original file line number Diff line number Diff line change 77# E. Kawashima, 2017
88# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
99# 秘湯 <xwhhsprings@gmail.com>, 2017
10- # tomo, 2017
1110# Arihiro TAKASE, 2018
11+ # tomo, 2019
1212#
1313#, fuzzy
1414msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717"Report-Msgid-Bugs-To : \n "
1818"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1919"PO-Revision-Date : 2017-02-16 17:44+0000\n "
20- "Last-Translator : Arihiro TAKASE, 2018 \n "
20+ "Last-Translator : tomo, 2019 \n "
2121"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2222"MIME-Version : 1.0\n "
2323"Content-Type : text/plain; charset=UTF-8\n "
@@ -39,7 +39,7 @@ msgstr "Raymond Hettinger"
3939
4040#: ../../howto/descriptor.rst:0
4141msgid "Contact"
42- msgstr ""
42+ msgstr "問い合わせ先 "
4343
4444#: ../../howto/descriptor.rst:6
4545msgid "<python at rcn dot com>"
Original file line number Diff line number Diff line change @@ -1383,6 +1383,8 @@ msgid ""
13831383":exc:`EOFError` if there is nothing left to receive and the other end was "
13841384"closed."
13851385msgstr ""
1386+ "コネクションの相手側から :meth:`send` を使用して送られたオブジェクトを返します。 "
1387+ "何か受け取るまでブロックします。何も受け取らずにコネクションの相手側でクローズされた場合 :exc:`EOFError` が発生します。"
13861388
13871389#: ../../library/multiprocessing.rst:1060
13881390msgid "Return the file descriptor or handle used by the connection."
Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ msgstr ""
406406
407407#: ../../library/test.rst:324
408408msgid "Set to the top level directory for the test package."
409- msgstr ""
409+ msgstr "テストパッケージのトップディレクトリを設定します。 "
410410
411411#: ../../library/test.rst:329
412412msgid "Set to the ``data`` directory within the test package."
Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ msgstr "``[.='text']``"
476476msgid ""
477477"Selects all elements whose complete text content, including descendants, "
478478"equals the given ``text``."
479- msgstr ""
479+ msgstr "子孫のうち、与えられた ``text`` とテキスト全体が等しい全ての要素を選択します。 "
480480
481481#: ../../library/xml.etree.elementtree.rst:445
482482msgid "``[tag='text']``"
@@ -487,6 +487,7 @@ msgid ""
487487"Selects all elements that have a child named ``tag`` whose complete text "
488488"content, including descendants, equals the given ``text``."
489489msgstr ""
490+ "子孫を含む完全なテキストコンテンツと与えられた ``text`` が一致する、 ``tag`` と名付けられた子要素を持つすべての要素を選択します。"
490491
491492#: ../../library/xml.etree.elementtree.rst:449
492493msgid "``[position]``"
You can’t perform that action at this time.
0 commit comments