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

Skip to content

Commit efc8faf

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent aec05eb commit efc8faf

26 files changed

+167
-42
lines changed

c-api/type.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# DaYeah Kim <lucy777110@gmail.com>, 2017
99
# Arihiro TAKASE, 2017
1010
# tomo, 2019
11+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2020-01-01 12:19+0000\n"
1819
"PO-Revision-Date: 2017-02-16 17:39+0000\n"
19-
"Last-Translator: tomo, 2019\n"
20+
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\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"
@@ -116,6 +117,8 @@ msgid ""
116117
"object. Use Python's default memory allocation mechanism to allocate a new "
117118
"instance and initialize all its contents to ``NULL``."
118119
msgstr ""
120+
"型オブジェクトの :c:member:`~PyTypeObject.tp_alloc` に対するジェネリックハンドラです。 Python "
121+
"のデフォルトのメモリアロケートメカニズムを使って新しいインスタンスをアロケートし、すべての内容を ``NULL`` で初期化します。"
119122

120123
#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/type.rst:88
121124
msgid ""
@@ -143,6 +146,8 @@ msgid ""
143146
"function was called with invalid parameters. Callers will typically cast the"
144147
" result pointer into the appropriate function type."
145148
msgstr ""
149+
"与えられたスロットに格納されている関数ポインタを返します。返り値が ``NULL`` の場合は、スロットが ``NULL`` "
150+
"か、関数が不正な引数で呼ばれたことを示します。通常、呼び出し側は返り値のポインタを適切な関数型にキャストします。"
146151

147152
#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/type.rst:106
148153
msgid ""

copyright.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Arihiro TAKASE, 2017
8+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2020-01-03 12:19+0000\n"
1516
"PO-Revision-Date: 2017-02-16 17:32+0000\n"
16-
"Last-Translator: Arihiro TAKASE, 2017\n"
17+
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
1718
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -32,6 +33,7 @@ msgstr "Python and this documentation is:"
3233
#: /home/travis/build/python/cpython-doc-catalog/Doc/copyright.rst:7
3334
msgid "Copyright © 2001-2020 Python Software Foundation. All rights reserved."
3435
msgstr ""
36+
"Copyright © 2001-2020 Python Software Foundation. All rights reserved."
3537

3638
#: /home/travis/build/python/cpython-doc-catalog/Doc/copyright.rst:9
3739
msgid "Copyright © 2000 BeOpen.com. All rights reserved."

faq/gui.po

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# JUN OKAZAKI <okazakijun54392@gmail.com>, 2017
1010
# Arihiro TAKASE, 2018
1111
# 上野 雄二 <y-ueno@nalux.co.jp>, 2019
12+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2020-01-01 12:19+0000\n"
1920
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
20-
"Last-Translator: 上野 雄二 <y-ueno@nalux.co.jp>, 2019\n"
21+
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
2122
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -151,12 +152,18 @@ msgid ""
151152
"GTK+ 3 applications. There is also a `Python GTK+ 3 Tutorial <https"
152153
"://python-gtk-3-tutorial.readthedocs.io>`_."
153154
msgstr ""
155+
"`GObject introspection bindings "
156+
"<https://wiki.gnome.org/Projects/PyGObject>`_ の Python へのバインディングで、GTK+ 3 "
157+
"アプリケーションがかけます。`Python GTK+ 3 Tutorial <https://python-"
158+
"gtk-3-tutorial.readthedocs.io>`_ もあります。"
154159

155160
#: /home/travis/build/python/cpython-doc-catalog/Doc/faq/gui.rst:77
156161
msgid ""
157162
"The older PyGtk bindings for the `Gtk+ 2 toolkit <https://www.gtk.org>`_ "
158163
"have been implemented by James Henstridge; see <http://www.pygtk.org>."
159164
msgstr ""
165+
"`Gtk+ 2 toolkit <https://www.gtk.org>`_ 用の古い PyGtk バインディングが James Henstridge"
166+
" によって実装されています。<http://www.pygtk.org> を参照してください。"
160167

161168
#: /home/travis/build/python/cpython-doc-catalog/Doc/faq/gui.rst:81
162169
msgid "Kivy"
@@ -211,6 +218,8 @@ msgid ""
211218
"<https://pypi.org/project/pyobjc/>`_, Python programs can use Mac OS X's "
212219
"Cocoa libraries."
213220
msgstr ""
221+
"`PyObjc Objective-C bridge <https://pypi.org/project/pyobjc/>`_ "
222+
"をインストールすることによって、Python プログラマは MacOS X の Cocoa ライブラリを使うことができます。"
214223

215224
#: /home/travis/build/python/cpython-doc-catalog/Doc/faq/gui.rst:110
216225
msgid ""

faq/programming.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# mnamihdk, 2017
1515
# Arihiro TAKASE, 2018
1616
# tomo, 2019
17+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
1718
#
1819
#, fuzzy
1920
msgid ""
@@ -22,7 +23,7 @@ msgstr ""
2223
"Report-Msgid-Bugs-To: \n"
2324
"POT-Creation-Date: 2020-01-01 12:19+0000\n"
2425
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
25-
"Last-Translator: tomo, 2019\n"
26+
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
2627
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2728
"MIME-Version: 1.0\n"
2829
"Content-Type: text/plain; charset=UTF-8\n"
@@ -910,6 +911,8 @@ msgid ""
910911
"``def`` and ``class`` statements, but in that case the value is a callable. "
911912
"Consider the following code::"
912913
msgstr ""
914+
"概して、オブジェクトは本当は名前を持たないので、見つけることはできません。本質的には、代入とはいつも値に名前を束縛することです。``def`` と "
915+
"``class`` 文も同じですが、この場合は値はコーラブルです。以下のコードを考えてみましょう::"
913916

914917
#: /home/travis/build/python/cpython-doc-catalog/Doc/faq/programming.rst:677
915918
msgid ""
@@ -1301,7 +1304,7 @@ msgstr "これは、一般的に難しい問題です。まず、先に進む前
13011304
msgid ""
13021305
"Performance characteristics vary across Python implementations. This FAQ "
13031306
"focuses on :term:`CPython`."
1304-
msgstr ""
1307+
msgstr "性能の傾向は Python 実装によって変わります。この FAQ では :term:`CPython` に焦点を当てます。"
13051308

13061309
#: /home/travis/build/python/cpython-doc-catalog/Doc/faq/programming.rst:1023
13071310
msgid ""

library/ast.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Arihiro TAKASE, 2017
99
# tomo, 2018
1010
# Osamu NAKAMURA, 2019
11+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2020-01-13 12:25+0000\n"
1819
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
19-
"Last-Translator: Osamu NAKAMURA, 2019\n"
20+
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\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"
@@ -455,6 +456,9 @@ msgid ""
455456
":attr:`lineno`), :func:`fix_missing_locations` should be called with the new"
456457
" sub-tree to recalculate the location information::"
457458
msgstr ""
459+
":class:`NodeTransformer` が(たとえば、 :attr:`lineno` "
460+
"のような)位置情報を与えずに(元の木の一部ではなく)新しいノードを導入する場合、 :func:`fix_missing_locations` "
461+
"を新しいサブツリーで呼び出して、位置情報を再計算する必要があります。"
458462

459463
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/ast.rst:325
460464
msgid "Usually you use the transformer like this::"
@@ -470,6 +474,10 @@ msgid ""
470474
"dumped by default. If this is wanted, *include_attributes* can be set to "
471475
"true."
472476
msgstr ""
477+
"*node* 内のツリーのフォーマットされたダンプを返します。主な使い道はデバッグです。 *annotate_fields* "
478+
"が(デフォルトで)trueの場合、返される文字列はフィールドの名前と値を示します。 *annotate_fields* "
479+
"がfalseの場合、あいまいさのないフィールド名を省略することにより、結果文字列はよりコンパクトになります。行番号や列オフセットのような属性はデフォルトではダンプされません。これがほ欲しければ、"
480+
" *include_attributes* をtrueにセットすることができます。"
473481

474482
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/ast.rst:342
475483
msgid ""

library/code.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# 秘湯 <xwhhsprings@gmail.com>, 2017
1010
# Arihiro TAKASE, 2017
1111
# Osamu NAKAMURA, 2017
12+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2020-01-15 12:26+0000\n"
1920
"PO-Revision-Date: 2017-02-16 23:02+0000\n"
20-
"Last-Translator: Osamu NAKAMURA, 2017\n"
21+
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
2122
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -132,6 +133,8 @@ msgid ""
132133
"for :func:`compile_command`; the default for *filename* is ``'<input>'``, "
133134
"and for *symbol* is ``'single'``. One of several things can happen:"
134135
msgstr ""
136+
"インタプリタ内のあるソースをコンパイルし実行します。引数は :func:`compile_command` のものと同じです。 *filename* "
137+
"のデフォルトは ``'<input>'`` で、 *symbol* は ``'single'`` です。あるいくつかのことが起きる可能性があります:"
135138

136139
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/code.rst:81
137140
msgid ""

library/collections.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# Osamu NAKAMURA, 2017
1313
# 秘湯 <xwhhsprings@gmail.com>, 2017
1414
# tomo, 2019
15+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
1516
#
1617
#, fuzzy
1718
msgid ""
@@ -20,7 +21,7 @@ msgstr ""
2021
"Report-Msgid-Bugs-To: \n"
2122
"POT-Creation-Date: 2020-01-01 12:19+0000\n"
2223
"PO-Revision-Date: 2017-02-16 23:03+0000\n"
23-
"Last-Translator: tomo, 2019\n"
24+
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
2425
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2526
"MIME-Version: 1.0\n"
2627
"Content-Type: text/plain; charset=UTF-8\n"
@@ -123,6 +124,8 @@ msgid ""
123124
" module. For backwards compatibility, they continue to be visible in this "
124125
"module through Python 3.8."
125126
msgstr ""
127+
":ref:`collections-abstract-base-classes` が :mod:`collections.abc` "
128+
"モジュールに移動されました。後方互換性のため、それらは引き続きPython 3.8モジュールでも利用できます。"
126129

127130
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/collections.rst:43
128131
msgid ":class:`ChainMap` objects"

library/difflib.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Shun Sakurai, 2017
1111
# Arihiro TAKASE, 2017
1212
# tomo, 2019
13+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
1314
#
1415
#, fuzzy
1516
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819
"Report-Msgid-Bugs-To: \n"
1920
"POT-Creation-Date: 2020-01-01 12:19+0000\n"
2021
"PO-Revision-Date: 2017-02-16 23:06+0000\n"
21-
"Last-Translator: tomo, 2019\n"
22+
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
2223
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2324
"MIME-Version: 1.0\n"
2425
"Content-Type: text/plain; charset=UTF-8\n"
@@ -500,13 +501,18 @@ msgid ""
500501
" is blank or contains a single ``'#'``, otherwise it is not ignorable. Used"
501502
" as a default for parameter *linejunk* in :func:`ndiff` in older versions."
502503
msgstr ""
504+
"無視できる行のとき ``True`` を返します。行 *line* は空白、または ``'#'`` "
505+
"ひとつのときに無視できます。それ以外のときには無視できません。古いバージョンでは :func:`ndiff` の引数 *linejunk* "
506+
"にデフォルトで使用されました。"
503507

504508
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/difflib.rst:348
505509
msgid ""
506510
"Return ``True`` for ignorable characters. The character *ch* is ignorable "
507511
"if *ch* is a space or tab, otherwise it is not ignorable. Used as a default"
508512
" for parameter *charjunk* in :func:`ndiff`."
509513
msgstr ""
514+
"無視できる文字のとき ``True`` を返します。文字 *ch* が空白、またはタブ文字のときには無視できます。それ以外の時には無視できません。 "
515+
":func:`ndiff` の引数 *charjunk* としてデフォルトで使用されます。"
510516

511517
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/difflib.rst:356
512518
msgid ""
@@ -541,6 +547,10 @@ msgid ""
541547
"equivalent to passing ``lambda x: False``; in other words, no elements are "
542548
"ignored. For example, pass::"
543549
msgstr ""
550+
"オプションの引数 *isjunk* は、``None`` (デフォルトの値です) "
551+
"にするか、単一の引数をとる関数でなければなりません。後者の場合、関数はシーケンスの要素を受け取り、要素が junk "
552+
"であり、無視すべきである場合に限り真を返すようにしなければなりません。*isjunk* に ``None`` を渡すと、``lambda x: "
553+
"False`` を渡したのと同じになります; すなわち、いかなる要素も無視しなくなります。例えば以下のような引数を渡すと::"
544554

545555
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/difflib.rst:378
546556
msgid ""

library/email.encoders.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# 秘湯 <xwhhsprings@gmail.com>, 2017
99
# Arihiro TAKASE, 2017
1010
# tomo, 2019
11+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2020-01-01 12:19+0000\n"
1819
"PO-Revision-Date: 2017-02-16 23:08+0000\n"
19-
"Last-Translator: tomo, 2019\n"
20+
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\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"
@@ -38,6 +39,8 @@ msgid ""
3839
"the functionality is provided by the *cte* parameter of the "
3940
":meth:`~email.message.EmailMessage.set_content` method."
4041
msgstr ""
42+
"このモジュールは、レガシーな (``Compat32``) email APIの一部です。新しいAPIでは、この機能は "
43+
":meth:`~email.message.EmailMessage.set_content` メソッドの*cte*パラメータによって提供されます。"
4144

4245
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/email.encoders.rst:15
4346
msgid ""
@@ -46,6 +49,9 @@ msgid ""
4649
"sets the content type and CTE header using the *_subtype* and *_charset* "
4750
"values passed during the instaniation of that class."
4851
msgstr ""
52+
"このモジュールはPython3で非推奨になりました。 :class:`~email.mime.text.MIMEText` "
53+
"クラスはクラスのインスタンス化中に渡された *_subtype* と *_charset* の値を使ってcontent "
54+
"typeとCTEヘッダを設定するので、ここで提供されている関数は明示的に呼び出すべきではありません。"
4955

5056
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/email.encoders.rst:20
5157
msgid ""

library/ensurepip.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Yoshikazu KARASAWA <gymnopedien@gmail.com>, 2017
99
# 秘湯 <xwhhsprings@gmail.com>, 2017
1010
# tomo, 2019
11+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2020-01-02 12:19+0000\n"
1819
"PO-Revision-Date: 2017-02-16 23:09+0000\n"
19-
"Last-Translator: tomo, 2019\n"
20+
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\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"
@@ -147,6 +148,8 @@ msgid ""
147148
"``--default-pip``: if a \"default pip\" installation is requested, the "
148149
"``pip`` script will be installed in addition to the two regular scripts."
149150
msgstr ""
151+
"``--default-pip``: \"default pip\" のインストールが要求されると、通常の二つのスクリプトに加えて ``pip`` "
152+
"スクリプトがインストールされます。"
150153

151154
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/ensurepip.rst:79
152155
msgid ""

library/fileinput.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# 秘湯 <xwhhsprings@gmail.com>, 2017
1010
# Arihiro TAKASE, 2017
1111
# tomo, 2019
12+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2020-01-01 12:19+0000\n"
1920
"PO-Revision-Date: 2017-02-16 23:10+0000\n"
20-
"Last-Translator: tomo, 2019\n"
21+
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
2122
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -190,13 +191,14 @@ msgstr ""
190191
msgid ""
191192
"Return ``True`` if the line just read is the first line of its file, "
192193
"otherwise return ``False``."
193-
msgstr ""
194+
msgstr "最後に読み込まれた行がファイルの1行目なら ``True`` 、そうでなければ ``False`` を返します。"
194195

195196
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/fileinput.rst:118
196197
msgid ""
197198
"Return ``True`` if the last line was read from ``sys.stdin``, otherwise "
198199
"return ``False``."
199200
msgstr ""
201+
"最後に読み込まれた行が ``sys.stdin`` から読み込まれていれば ``True`` 、そうでなければ ``False`` を返します。"
200202

201203
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/fileinput.rst:124
202204
msgid ""

0 commit comments

Comments
 (0)
0