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

Skip to content

Commit b844664

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

26 files changed

+258
-140
lines changed

c-api/type.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2019
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-01 04:28+0000\n"
1516
"PO-Revision-Date: 2019-09-01 03:41+0000\n"
16-
"Last-Translator: tomo, 2019\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"
@@ -113,6 +114,8 @@ msgid ""
113114
"object. Use Python's default memory allocation mechanism to allocate a new "
114115
"instance and initialize all its contents to ``NULL``."
115116
msgstr ""
117+
"型オブジェクトの :c:member:`~PyTypeObject.tp_alloc` に対するジェネリックハンドラです。 Python "
118+
"のデフォルトのメモリ割り当てメカニズムを使って新しいインスタンスを割り当てし、すべての内容を ``NULL`` で初期化します。"
116119

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

copyright.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2019
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 04:31+0000\n"
1516
"PO-Revision-Date: 2019-09-01 02:40+0000\n"
16-
"Last-Translator: tomo, 2019\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
@@ -6,6 +6,7 @@
66
# Translators:
77
# tomo, 2019
88
# 上野 雄二 <y-ueno@nalux.co.jp>, 2019
9+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2020-01-01 04:28+0000\n"
1617
"PO-Revision-Date: 2019-09-01 02:43+0000\n"
17-
"Last-Translator: 上野 雄二 <y-ueno@nalux.co.jp>, 2019\n"
18+
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
1819
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -148,12 +149,18 @@ msgid ""
148149
"GTK+ 3 applications. There is also a `Python GTK+ 3 Tutorial <https"
149150
"://python-gtk-3-tutorial.readthedocs.io>`_."
150151
msgstr ""
152+
"`GObject introspection bindings "
153+
"<https://wiki.gnome.org/Projects/PyGObject>`_ の Python へのバインディングで、GTK+ 3 "
154+
"アプリケーションが書き込めます。`Python GTK+ 3 Tutorial <https://python-"
155+
"gtk-3-tutorial.readthedocs.io>`_ もあります。"
151156

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

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

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

faq/programming.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# tomo, 2019
88
# Hiroyuki Kurosawa <kh99mail@gmail.com>, 2019
9+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2020-01-01 04:28+0000\n"
1617
"PO-Revision-Date: 2019-09-01 02:43+0000\n"
17-
"Last-Translator: Hiroyuki Kurosawa <kh99mail@gmail.com>, 2019\n"
18+
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
1819
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -902,6 +903,8 @@ msgid ""
902903
"``def`` and ``class`` statements, but in that case the value is a callable. "
903904
"Consider the following code::"
904905
msgstr ""
906+
"概して、オブジェクトは本当は名前を持たないので、見つけることはできません。本質的には、代入とはいつも値に名前を束縛することです。``def`` と "
907+
"``class`` 文も同じですが、この場合は値はコーラブルです。以下のコードを考えてみましょう::"
905908

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

13141317
#: /home/travis/build/python/cpython-doc-catalog/Doc/faq/programming.rst:1030
13151318
msgid ""

library/ast.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# tomo, 2019
88
# Osamu NAKAMURA, 2019
9+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2020-01-13 04:32+0000\n"
1617
"PO-Revision-Date: 2019-09-01 02:44+0000\n"
17-
"Last-Translator: Osamu NAKAMURA, 2019\n"
18+
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
1819
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -386,6 +387,9 @@ msgid ""
386387
< 6D4E span class="pl-s">":attr:`lineno`), :func:`fix_missing_locations` should be called with the new"
387388
" sub-tree to recalculate the location information::"
388389
msgstr ""
390+
":class:`NodeTransformer` が(たとえば、 :attr:`lineno` "
391+
"のような)位置情報を与えずに(元の木の一部ではなく)新しいノードを導入する場合、 :func:`fix_missing_locations` "
392+
"を新しいサブツリーで呼び出して、位置情報を再計算する必要があります。"
389393

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

405413
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/ast.rst:282
406414
msgid ""

library/code.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2019
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-15 04:33+0000\n"
1516
"PO-Revision-Date: 2019-09-01 03:33+0000\n"
16-
"Last-Translator: tomo, 2019\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"
@@ -128,6 +129,8 @@ msgid ""
128129
"for :func:`compile_command`; the default for *filename* is ``'<input>'``, "
129130
"and for *symbol* is ``'single'``. One of several things can happen:"
130131
msgstr ""
132+
"インタープリタ内のあるソースをコンパイルし実行します。引数は :func:`compile_command` のものと同じです。 *filename* "
133+
"のデフォルトは ``'<input>'`` で、 *symbol* は ``'single'`` です。あるいくつかのことが起きる可能性があります:"
131134

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

library/collections.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2019
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-01 04:28+0000\n"
1516
"PO-Revision-Date: 2019-09-01 03:13+0000\n"
16-
"Last-Translator: tomo, 2019\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"
@@ -116,6 +117,8 @@ msgid ""
116117
" module. For backwards compatibility, they continue to be visible in this "
117118
"module through Python 3.8."
118119
msgstr ""
120+
":ref:`collections-abstract-base-classes` が :mod:`collections.abc` "
121+
"モジュールに移動されました。後方互換性のため、それらは引き続きPython 3.8モジュールでも利用できます。"
119122

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

library/difflib.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2019
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-01 04:28+0000\n"
1516
"PO-Revision-Date: 2019-09-01 02:45+0000\n"
16-
"Last-Translator: tomo, 2019\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"
@@ -489,13 +490,18 @@ msgid ""
489490
" is blank or contains a single ``'#'``, otherwise it is not ignorable. Used"
490491
" as a default for parameter *linejunk* in :func:`ndiff` in older versions."
491492
msgstr ""
493+
"無視できる行のとき ``True`` を返します。行 *line* は空白、または ``'#'`` "
494+
"ひとつのときに無視できます。それ以外のときには無視できません。古いバージョンでは :func:`ndiff` の引数 *linejunk* "
495+
"にデフォルトで使用されました。"
492496

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

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

534544
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/difflib.rst:374
535545
msgid ""

library/email.encoders.po

10000 Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2019
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-01 04:28+0000\n"
1516
"PO-Revision-Date: 2019-09-01 03:13+0000\n"
16-
"Last-Translator: tomo, 2019\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"
@@ -35,6 +36,8 @@ msgid ""
3536
"the functionality is provided by the *cte* parameter of the "
3637
":meth:`~email.message.EmailMessage.set_content` method."
3738
msgstr ""
39+
"このモジュールは、レガシーな (``Compat32``) email APIの一部です。新しいAPIでは、この機能は "
40+
":meth:`~email.message.EmailMessage.set_content` メソッドの*cte*パラメータによって提供されます。"
3841

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

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

library/ensurepip.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2019
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-02 04:29+0000\n"
1516
"PO-Revision-Date: 2019-09-01 03:12+0000\n"
16-
"Last-Translator: tomo, 2019\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"
@@ -144,6 +145,8 @@ msgid ""
144145
"``--default-pip``: if a \"default pip\" installation is requested, the "
145146
"``pip`` script will be installed in addition to the two regular scripts."
146147
msgstr ""
148+
"``--default-pip``: \"default pip\" のインストールが要求されると、通常の二つのスクリプトに加えて ``pip`` "
149+
"スクリプトがインストールされます。"
147150

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

library/fileinput.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2019
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-01 04:28+0000\n"
1516
"PO-Revision-Date: 2019-09-01 03:18+0000\n"
16-
"Last-Translator: tomo, 2019\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"
@@ -187,13 +188,14 @@ msgstr ""
187188
msgid ""
188189
"Return ``True`` if the line just read is the first line of its file, "
189190
"otherwise return ``False``."
190-
msgstr ""
191+
msgstr "最後に読み込まれた行がファイルの1行目なら ``True`` 、そうでなければ ``False`` を返します。"
191192

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

198200
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/fileinput.rst:123
199201
msgid ""

0 commit comments

Comments
 (0)
0