55#
66# Translators:
77# tomo, 2020
8- # Shuuji Mihara <s.tk345@gmail.com>, 2021
98# Takanori Suzuki <takanori@takanory.net>, 2021
9+ # Shuuji Mihara <s.tk345@gmail.com>, 2021
1010#
1111#, fuzzy
1212msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515"Report-Msgid-Bugs-To : \n "
1616"POT-Creation-Date : 2021-01-01 16:06+0000\n "
1717"PO-Revision-Date : 2020-05-30 12:13+0000\n "
18- "Last-Translator : Takanori Suzuki <takanori@takanory.net >, 2021\n "
18+ "Last-Translator : Shuuji Mihara <s.tk345@gmail.com >, 2021\n "
1919"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2020"MIME-Version : 1.0\n "
2121"Content-Type : text/plain; charset=UTF-8\n "
@@ -113,7 +113,7 @@ msgstr "警告カテゴリ"
113113msgid ""
114114"There are a number of built-in exceptions that represent warning categories."
115115" This categorization is useful to be able to filter out groups of warnings."
116- msgstr ""
116+ msgstr "警告カテゴリを表現する組み込み例外は数多くあります。このカテゴリ化は警告をグループごとフィルタする上で便利です。 "
117117
118118#: ../../library/warnings.rst:56
119119msgid ""
@@ -135,7 +135,7 @@ msgstr ""
135135
136136#: ../../library/warnings.rst:64
137137msgid "The following warnings category classes are currently defined:"
138- msgstr ""
138+ msgstr "現在以下の警告カテゴリクラスが定義されています: "
139139
140140#: ../../library/warnings.rst:69
141141msgid "Class"
@@ -173,6 +173,8 @@ msgid ""
173173" intended for other Python developers (ignored by default, unless triggered "
174174"by code in ``__main__``)."
175175msgstr ""
176+ "他の Python 開発者へ向けて警告を発するときの、廃止予定の機能についての警告の基底カテゴリです。(``__main__`` "
177+ "によって引き起こされない限り通常は無視されます)"
176178
177179#: ../../library/warnings.rst:82
178180msgid ":exc:`SyntaxWarning`"
@@ -198,7 +200,7 @@ msgstr ":exc:`FutureWarning`"
198200msgid ""
199201"Base category for warnings about deprecated features when those warnings are"
200202" intended for end users of applications that are written in Python."
201- msgstr ""
203+ msgstr "Python で書かれたアプリケーションのエンドユーザーへ向けて警告を発するときの、非推奨の機能についての警告の基底カテゴリです。 "
202204
203205#: ../../library/warnings.rst:93
204206msgid ":exc:`PendingDeprecationWarning`"
@@ -271,6 +273,10 @@ msgid ""
271273"determines the disposition of the match. Each entry is a tuple of the form "
272274"(*action*, *message*, *category*, *module*, *lineno*), where:"
273275msgstr ""
276+ "概念的には、警告��ィルタは複数のフィルタ仕様からなる順番リストを維持しています; "
277+ "何らかの特定の警告が生じると、一致するものが見つかるまでリスト中の各フィルタとの照合が行われます; "
278+ "一致したフィルタ仕様がその警告の処理方法を決定します。フィルタの各エントリは (*action*, *message*, *category*, "
279+ "*module*, *lineno*) からなるタプルです。ここで:"
274280
275281#: ../../library/warnings.rst:133
276282msgid "*action* is one of the following strings:"
0 commit comments