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

Skip to content

Commit 99bf5ef

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 85f751f commit 99bf5ef

File tree

6 files17

-6
lines changed

6 files changed

+17
-6
lines changed

faq/gui.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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
1314
msgid ""
@@ -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."
9697
msgstr ""
98+
"`wxPython <https://www.wxpython.org>`_ は、wxWidgetsのためのPython束縛です。しばしば公式 "
99+
"wxWidgets "
100+
"のリリースよりわずかに遅れますが、それは他の言語バインディングでは利用できない純粋なPython拡張による多くの機能を提供します。活発な "
101+
"wxPython ユーザーと開発者コミュニティがあります。"
97102

98103
#: ../../faq/gui.rst:52
99104
msgid ""

glossary.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,6 +1882,9 @@ msgid ""
18821882
"responsible for building consensus within the community and documenting "
18831883
"dissenting opinions."
18841884
msgstr ""
1885+
"PEP は、新機能の提案にかかる、コミュニティによる問題提起の集積と Python "
1886+
"になされる設計決断の文書化のための最上位の機構となることを意図しています。PEP "
1887+
"の著者にはコミュニティ内の合意形成を行うこと、反対意見を文書化することの責務があります。"
18851888

18861889
#: ../../glossary.rst:892
18871890
msgid "See :pep:`1`."

howto/descriptor.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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
1414
msgid ""
@@ -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
4141
msgid "Contact"
42-
msgstr ""
42+
msgstr "問い合わせ先"
4343

4444
#: ../../howto/descriptor.rst:6
4545
msgid "<python at rcn dot com>"

library/multiprocessing.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,6 +1383,8 @@ msgid ""
13831383
":exc:`EOFError` if there is nothing left to receive and the other end was "
13841384
"closed."
13851385
msgstr ""
1386+
"コネクションの相手側から :meth:`send` を使用して送られたオブジェクトを返します。 "
1387+
"何か受け取るまでブロックします。何も受け取らずにコネクションの相手側でクローズされた場合 :exc:`EOFError` が発生します。"
13861388

13871389
#: ../../library/multiprocessing.rst:1060
13881390
msgid "Return the file descriptor or handle used by the connection."

library/test.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ msgstr ""
406406

407407
#: ../../library/test.rst:324
408408
msgid "Set to the top level directory for the test package."
409-
msgstr ""
409+
msgstr "テストパッケージのトップディレクトリを設定します。"
410410

411411
#: ../../library/test.rst:329
412412
msgid "Set to the ``data`` directory within the test package."

library/xml.etree.elementtree.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ msgstr "``[.='text']``"
476476
msgid ""
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
482482
msgid "``[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``."
489489
msgstr ""
490+
"子孫を含む完全なテキストコンテンツと与えられた ``text`` が一致する、 ``tag`` と名付けられた子要素を持つすべての要素を選択します。"
490491

491492
#: ../../library/xml.etree.elementtree.rst:449
492493
msgid "``[position]``"

0 commit comments

Comments
 (0)
0