X Tutup
Skip to content

Commit f9fd34a

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

File tree

9 files changed

+6806
-6787
lines changed

9 files changed

+6806
-6787
lines changed

c-api/contextvars.po

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
14+
"POT-Creation-Date: 2021-04-29 06:12+0000\n"
1515
"PO-Revision-Date: 2018-06-29 21:01+0000\n"
1616
"Last-Translator: tomo, 2020\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -154,14 +154,10 @@ msgstr "コンテキスト変数の関数:"
154154
#: ../../c-api/contextvars.rst:109
155155
msgid ""
156156
"Create a new ``ContextVar`` object. The *name* parameter is used for "
157-
"introspection and debug purposes. The *def* parameter may optionally "
158-
"specify the default value for the context variable. If an error has "
157+
"introspection and debug purposes. The *def* parameter specifies a default "
158+
"value for the context variable, or ``NULL`` for no default. If an error has "
159159
"occurred, this function returns ``NULL``."
160160
msgstr ""
161-
"新しい ``ContextVar`` オブジェクトを作成します。\n"
162-
"*name* 引数は内部走査とデバッグの目的で使われます。\n"
163-
"*def* 引数はコンテキスト変数の値を指定しますが、オプションです。\n"
164-
"エラーが起きた場合は、関数は ``NULL`` を返します。"
165161

166162
#: ../../c-api/contextvars.rst:116
167163
msgid ""
@@ -193,19 +189,16 @@ msgid "``NULL``"
193189
msgstr "``NULL``"
194190

195191
#: ../../c-api/contextvars.rst:127
196-
msgid ""
197-
"If the value was found, the function will create a new reference to it."
198-
msgstr "値が見付かった場合、この関数はその値への新しい参照を作成します。"
192+
msgid "Except for ``NULL``, the function returns a new reference."
193+
msgstr ""
199194

200195
#: ../../c-api/contextvars.rst:131
201196
msgid ""
202-
"Set the value of *var* to *value* in the current context. Returns a pointer"
203-
" to a :c:type:`PyObject` object, or ``NULL`` if an error has occurred."
197+
"Set the value of *var* to *value* in the current context. Returns a new "
198+
"token object for this change, or ``NULL`` if an error has occurred."
204199
msgstr ""
205-
"現在のコンテキストにおいて、 *var* の値に *value* を設定します。\n"
206-
":c:type:`PyObject` オブジェクトへのポインタ、もしくはエラーが起きた場合は ``NULL`` を返します。"
207200

208-
#: ../../c-api/contextvars.rst:137
201+
#: ../../c-api/contextvars.rst:136
209202
msgid ""
210203
"Reset the state of the *var* context variable to that it was in before "
211204
":c:func:`PyContextVar_Set` that returned the *token* was called. This "

faq/programming.po

Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
# Translators:
77
# ごはんですよ <uchida@turbare.net>, 2017
88
# Inada Naoki <songofacandy@gmail.com>, 2017
9+
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
910
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2017
1011
# E. Kawashima, 2017
1112
# 秘湯 <xwhhsprings@gmail.com>, 2017
1213
# Kazuma Okada <uhavetwocows@gmail.com>, 2017
13-
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
1414
# mnamihdk, 2017
1515
# Arihiro TAKASE, 2018
1616
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
@@ -22,7 +22,7 @@ msgid ""
2222
msgstr ""
2323
"Project-Id-Version: Python 3.9\n"
2424
"Report-Msgid-Bugs-To: \n"
25-
"POT-Creation-Date: 2021-04-26 06:10+0000\n"
25+
"POT-Creation-Date: 2021-04-29 06:12+0000\n"
2626
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
2727
"Last-Translator: mollinaca, 2020\n"
2828
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -84,17 +84,12 @@ msgstr ""
8484
#: ../../faq/programming.rst:31
8585
msgid ""
8686
"PythonWin is a Python IDE that includes a GUI debugger based on pdb. The "
87-
"Pythonwin debugger colors breakpoints and has quite a few cool features such"
88-
" as debugging non-Pythonwin programs. Pythonwin is available as part of the"
89-
" `Python for Windows Extensions "
90-
"<https://sourceforge.net/projects/pywin32/>`__ project and as a part of the "
91-
"ActivePython distribution (see https://www.activestate.com/activepython\\ )."
92-
msgstr ""
93-
"PythonWin は、pdb をベースとした GUI デバッガを含む Python IDE です。Pythonwin "
94-
"デバッガは、ブレークポイントの色付けや非 Pythonwin プログラムのデバッグなどのたくさんの素敵な機能を持っています。Pythonwin は "
95-
"`Python for Windows Extensions "
96-
"<https://sourceforge.net/projects/pywin32/>`__ プロジェクトの一部、あるいは ActivePython "
97-
"ディストリビューション (https://www.activestate.com/activepython を参照) の一部として利用可能です。"
87+
"PythonWin debugger colors breakpoints and has quite a few cool features such"
88+
" as debugging non-PythonWin programs. PythonWin is available as part of "
89+
"`pywin32 <https://github.com/mhammond/pywin32>`_ project and as a part of "
90+
"the `ActivePython <https://www.activestate.com/products/python/>`_ "
91+
"distribution."
92+
msgstr ""
9893

9994
#: ../../faq/programming.rst:38
10095
msgid ""
@@ -106,14 +101,15 @@ msgstr ""
106101

107102
#: ../../faq/programming.rst:41
108103
msgid ""
109-
"Pydb is a version of the standard Python debugger pdb, modified for use with"
110-
" DDD (Data Display Debugger), a popular graphical debugger front end. Pydb "
111-
"can be found at http://bashdb.sourceforge.net/pydb/ and DDD can be found at "
112-
"https://www.gnu.org/software/ddd."
104+
"`trepan3k <https://github.com/rocky/python3-trepan/>`_ is a gdb-like "
105+
"debugger."
106+
msgstr ""
107+
108+
#: ../../faq/programming.rst:43
109+
msgid ""
110+
"`Visual Studio Code <https://code.visualstudio.com/>`_ is an IDE with "
111+
"debugging tools that integrates with version-control software."
113112
msgstr ""
114-
"Pydb は標準のデバッガである pdb を人気のグラフィカルデバッガフロントエンドである DDD (Data Display Debugger) "
115-
"とともに使うために改変したものです。Pydb は http://bashdb.sourceforge.net/pydb/ に、 DDD は "
116-
"https://www.gnu.org/software/ddd にあります。 "
117113

118114
#: ../../faq/programming.rst:46
119115
msgid ""
@@ -122,16 +118,16 @@ msgid ""
122118
msgstr "商業のグラフィカルデバッガ付き Python IDE もあります。例えば:"
123119

124120
#: ../../faq/programming.rst:49
125-
msgid "Wing IDE (https://wingware.com/)"
126-
msgstr "Wing IDE (https://wingware.com/)"
121+
msgid "`Wing IDE <https://wingware.com/>`_"
122+
msgstr ""
127123

128124
#: ../../faq/programming.rst:50
129-
msgid "Komodo IDE (https://komodoide.com/)"
130-
msgstr "Komodo IDE (https://komodoide.com/)"
125+
msgid "`Komodo IDE <https://www.activestate.com/products/komodo-ide/>`_"
126+
msgstr ""
131127

132128
#: ../../faq/programming.rst:51
133-
msgid "PyCharm (https://www.jetbrains.com/pycharm/)"
134-
msgstr "PyCharm (https://www.jetbrains.com/pycharm/)"
129+
msgid "`PyCharm <https://www.jetbrains.com/pycharm/>`_"
130+
msgstr ""
135131

136132
#: ../../faq/programming.rst:55
137133
msgid "Are there tools to help find bugs or perform static analysis?"

glossary.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# mollinaca, 2020
1616
# tomo, 2020
1717
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020
18+
# Shin Saito, 2021
1819
#
1920
#, fuzzy
2021
msgid ""
@@ -23,7 +24,7 @@ msgstr ""
2324
"Report-Msgid-Bugs-To: \n"
2425
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2526
"PO-Revision-Date: 2017-02-16 17:32+0000\n"
26-
"Last-Translator: Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020\n"
27+
"Last-Translator: Shin Saito, 2021\n"
2728
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2829
"MIME-Version: 1.0\n"
2930
"Content-Type: text/plain; charset=UTF-8\n"
@@ -817,7 +818,7 @@ msgid ""
817818
"input/output, in-memory buffers, sockets, pipes, etc.). File objects are "
818819
"also called :dfn:`file-like objects` or :dfn:`streams`."
819820
msgstr ""
820-
"(ファイルオブジェクト) 下位のリソースへのファイル志向 API (:meth:`read()` や :meth:`write()` "
821+
"(ファイルオブジェクト) 下位のリソースへのファイル指向 API (:meth:`read()` や :meth:`write()` "
821822
"メソッドを持つもの) "
822823
"を公開しているオブジェクトです。ファイルオブジェクトは、作成された手段によって、実際のディスク上のファイルや、その他のタイプのストレージや通信デバイス "
823824
"(例えば、標準入出力、インメモリバッファ、ソケット、パイプ、等) へのアクセスを媒介できます。ファイルオブジェクトは :dfn:`file-like "

library/argparse.po

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# Naoki Nakamura <agent@sohzoh.com>, 2020
1616
# mollinaca, 2020
1717
# tomo, 2021
18+
# Shin Saito, 2021
1819
#
1920
#, fuzzy
2021
msgid ""
@@ -23,7 +24,7 @@ msgstr ""
2324
"Report-Msgid-Bugs-To: \n"
2425
"POT-Creation-Date: 2021-04-26 06:10+0000\n"
2526
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
26-
"Last-Translator: tomo, 2021\n"
27+
"Last-Translator: Shin Saito, 2021\n"
2728
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2829
"MIME-Version: 1.0\n"
2930
"Content-Type: text/plain; charset=UTF-8\n"
@@ -261,6 +262,8 @@ msgid ""
261262
"exit_on_error_ - Determines whether or not ArgumentParser exits with error "
262263
"info when an error occurs. (default: ``True``)"
263264
msgstr ""
265+
"exit_on_error_ - エラーが起きたときに、ArgumentParser がエラー情報を出力して (訳注: プログラムが) 終了する。 "
266+
"(デフォルト: ``True``)"
264267

265268
#: ../../library/argparse.rst:185
266269
msgid "*allow_abbrev* parameter was added."
@@ -672,12 +675,15 @@ msgid ""
672675
":meth:`~ArgumentParser.parse_args` method of an :class:`ArgumentParser`, it "
673676
"will exit with error info."
674677
msgstr ""
678+
"通常、不正な引数リストが :class:`ArgumentParser` の :meth:`~ArgumentParser.parse_args` "
679+
"メソッドに渡された場合、プログラムはエラー情報を出力して終了します。"
675680

676681
#: ../../library/argparse.rst:662
677682
msgid ""
678683
"If the user would like to catch errors manually, the feature can be enabled "
679684
"by setting ``exit_on_error`` to ``False``::"
680685
msgstr ""
686+
"もしエラーを例外としてプログラム内でキャッチしたい場合は、``exit_on_error`` を ``False`` に設定してください::"
681687

682688
#: ../../library/argparse.rst:679
683689
msgid "The add_argument() method"
@@ -715,7 +721,7 @@ msgstr "const_ - 一部の action_ と nargs_ の組み合わせで利用され
715721
msgid ""
716722
"default_ - The value produced if the argument is absent from the command "
717723
"line and if it is absent from the namespace object."
718-
msgstr ""
724+
msgstr "default_ - コマンドラインに対応する引数が存在せず、さらに namespace オブジェクトにも存在しない場合に利用される値。 "
719725

720726
#: ../../library/argparse.rst:701
721727
msgid ""
@@ -883,13 +889,18 @@ msgid ""
883889
"``BooleanOptionalAction`` is available in ``argparse`` and adds support for "
884890
"boolean actions such as ``--foo`` and ``--no-foo``::"
885891
msgstr ""
892+
"また、Action のサブクラス、またはそれと同じインタフェースを実装するオブジェクトを渡すことにより、任意のアクションを指定することができます。例えば"
893+
" ``argparse`` モジュールには ``BooleanOptionalAction`` があり、``--foo`` や ``--no-foo``"
894+
" のようなオプションに対して真偽値を設定するアクションをサポートしています::"
886895

887896
#: ../../library/argparse.rst:856
888897
msgid ""
889898
"The recommended way to create a custom action is to extend :class:`Action`, "
890899
"overriding the ``__call__`` method and optionally the ``__init__`` and "
891900
"``format_usage`` methods."
892901
msgstr ""
902+
"カスタムアクションを作成する推奨の方法は、:class:`Action` クラスを継承し、``__call__`` メソッド (および、任意で "
903+
"``__init__`` および ``format_usage`` メソッド) をオーバーライドすることです。"
893904

894905
#: ../../library/argparse.rst:860
895906
msgid "An example of a custom action::"

library/functions.po

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ msgid ""
2323
msgstr ""
2424
"Project-Id-Version: Python 3.9\n"
2525
"Report-Msgid-Bugs-To: \n"
26-
"POT-Creation-Date: 2021-04-01 05:55+0000\n"
26+
"POT-Creation-Date: 2021-04-29 06:12+0000\n"
2727
"PO-Revision-Date: 2017-02-16 23:11+0000\n"
2828
"Last-Translator: mollinaca, 2021\n"
2929
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -2608,15 +2608,11 @@ msgid ""
26082608
" found in statically compiled languages or languages that only support "
26092609
"single inheritance. This makes it possible to implement \"diamond "
26102610
"diagrams\" where multiple base classes implement the same method. Good "
2611-
"design dictates that this method have the same calling signature in every "
2612-
"case (because the order of calls is determined at runtime, because that "
2613-
"order adapts to changes in the class hierarchy, and because that order can "
2614-
"include sibling classes that are unknown prior to runtime)."
2615-
msgstr ""
2616-
"2 つ目の用途は、動的な実行環境下で協調的な多重継承をサポートすることです。この用途は Python "
2617-
"に特有で、静的にコンパイルされる言語や、単継承のみをサポートする言語では見られないものです。この機能により、複数の基底クラスが同じメソッドを実装する "
2618-
"\"diamond diagram\" を実装できます。このメソッドをあらゆる場合に同じ形式で呼び出せるようにするのが、良い設計です "
2619-
"(理由は、呼び出しの順序が実行時に決定されること、呼び出しの順序がクラス階層の変更に対応すること、呼び出しの順序に実行時まで未知の兄弟クラスが含まれる場合があることです)。"
2611+
"design dictates that such implementations have the same calling signature in"
2612+
" every case (because the order of calls is determined at runtime, because "
2613+
"that order adapts to changes in the class hierarchy, and because that order "
2614+
"can include sibling classes that are unknown prior to runtime)."
2615+
msgstr ""
26202616

26212617
#: ../../library/functions.rst:1639
26222618
msgid "For both use cases, a typical superclass call looks like this::"

library/sys.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgid ""
2020
msgstr ""
2121
"Project-Id-Version: Python 3.9\n"
2222
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2021-04-24 06:08+0000\n"
23+
"POT-Creation-Date: 2021-04-29 06:12+0000\n"
2424
"PO-Revision-Date: 2017-02-16 23:29+0000\n"
2525
"Last-Translator: mollinaca, 2021\n"
2626
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -59,16 +59,16 @@ msgstr "デフォルトのフラグは空文字列になりました。 (pymallo
5959
#: ../../library/sys.rst:28
6060
msgid ""
6161
"Append the callable *hook* to the list of active auditing hooks for the "
62-
"current interpreter."
63-
msgstr "呼び出し可能な *hook* を現在のインタープリタのアクティブな監査用フックのリストに加えます。"
62+
"current (sub)interpreter."
63+
msgstr ""
6464

6565
#: ../../library/sys.rst:31
6666
msgid ""
6767
"When an auditing event is raised through the :func:`sys.audit` function, "
6868
"each hook will be called in the order it was added with the event name and "
6969
"the tuple of arguments. Native hooks added by :c:func:`PySys_AddAuditHook` "
70-
"are called first, followed by hooks added in the current interpreter. Hooks"
71-
" can then log the event, raise an exception to abort the operation, or "
70+
"are called first, followed by hooks added in the current (sub)interpreter. "
71+
"Hooks can then log the event, raise an exception to abort the operation, or "
7272
"terminate the process entirely."
7373
msgstr ""
7474

tutorial/classes.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# Naoki Nakamura <agent@sohzoh.com>, 2020
1616
# tomo, 2020
1717
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2021
18+
# Shin Saito, 2021
1819
#
1920
#, fuzzy
2021
msgid ""
@@ -23,7 +24,7 @@ msgstr ""
2324
"Report-Msgid-Bugs-To: \n"
2425
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2526
"PO-Revision-Date: 2017-02-16 23:39+0000\n"
26-
"Last-Translator: Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2021\n"
27+
"Last-Translator: Shin Saito, 2021\n"
2728
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2829
"MIME-Version: 1.0\n"
2930
"Content-Type: text/plain; charset=UTF-8\n"
@@ -930,8 +931,8 @@ msgstr ""
930931
"多重継承の全ての場合に 1 つかそれ以上のダイヤモンド継承 (少なくとも 1 つの祖先クラスに対し最も下のクラスから到達する経路が複数ある状態) "
931932
"があるので、動的順序付けが必要です。例えば、全ての新形式のクラスは :class:`object` を継承しているので、どの多重継承でも "
932933
":class:`object` "
933-
"へ到達するための道は複数存在します。基底クラスが複数回アクセスされないようにするために、動的アルゴリズムで検索順序を直列化し、各クラスで指定されている祖先クラスどうしの左から右への順序は崩さず、各祖先クラスを一度だけ呼び出し、かつ一様になる"
934-
" (つまり祖先クラスの順序に影響を与えずにサブクラス化できる) "
934+
"へ到達するための道は複数存在します。基底クラスが複数回アクセスされないようにするために、動的アルゴリズムで検索順序を直列化し、各クラスで指定されている祖先クラスどうしの左から右への順序は崩さず、各祖先クラスを一度だけ呼び出し、かつ単調になる"
935+
" (つまり祖先クラスの検索順序に影響を与えずにクラスをサブクラス化できる) "
935936
"ようにします。まとめると、これらの特徴のおかげで信頼性と拡張性のある多重継承したクラスを設計することができるのです。さらに詳細を知りたければ、 "
936937
"https://www.python.org/download/releases/2.3/mro/ を見てください。"
937938

whatsnew/3.7.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# yuji takesue <taketakeyyy@gmail.com>, 2018
88
# tomo, 2019
99
# Naoki Nakamura <agent@sohzoh.com>, 2020
10+
# mollinaca, 2021
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2021-02-16 05:28+0000\n"
1718
"PO-Revision-Date: 2018-06-29 21:15+0000\n"
18-
"Last-Translator: Naoki Nakamura <agent@sohzoh.com>, 2020\n"
19+
"Last-Translator: mollinaca, 2021\n"
1920
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -294,9 +295,9 @@ msgid ""
294295
"assumption currently implied by the use of the default C or POSIX locale on "
295296
"non-Windows platforms."
296297
msgstr ""
297-
"Python 3 シリーズにおける継続中の課題は、\"7-bit ASCII\" "
298-
"テキストのエンコーディングが何であるかと仮定して、取り扱う賢明なデフォルトの方針です。現在は、非 Windows のプラットフォームではデフォルトの C"
299-
" ロケールつまり POSIX ロケールを使っていると暗黙的に判断されます。"
298+
"Python 3 シリーズにおける継続中の課題の一つは、非 Windows プラットフォームではデフォルトの C ロケールつまり POSIX "
299+
"ロケールの使用から現在のところ必然的に導かれてしまう \"7-bit ASCII\" "
300+
"テキストエンコーディングの仮定を取り扱う賢明なデフォルトの方針を決定することです。"
300301

301302
#: ../../whatsnew/3.7.rst:192
302303
msgid ""

0 commit comments

Comments
 (0)
X Tutup