@@ -19,7 +19,7 @@ msgid ""
1919msgstr ""
2020"Project-Id-Version : Python 3.9\n "
2121"Report-Msgid-Bugs-To : \n "
22- "POT-Creation-Date : 2021-03-13 05:42 +0000\n "
22+ "POT-Creation-Date : 2021-03-16 05:43 +0000\n "
2323"PO-Revision-Date : 2017-02-16 23:17+0000\n "
2424"Last-Translator : tomo, 2020\n "
2525"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1935,23 +1935,25 @@ msgid "*format*"
19351935msgstr "*format*"
19361936
19371937#: ../../library/logging.rst:1178
1938- msgid "Use the specified format string for the handler."
1939- msgstr "指定された書式文字列をハンドラで使います。"
1938+ msgid ""
1939+ "Use the specified format string for the handler. Defaults to attributes "
1940+ "``levelname``, ``name`` and ``message`` separated by colons."
1941+ msgstr ""
19401942
1941- #: ../../library/logging.rst:1181
1943+ #: ../../library/logging.rst:1183
19421944msgid "*datefmt*"
19431945msgstr "*datefmt*"
19441946
1945- #: ../../library/logging.rst:1181
1947+ #: ../../library/logging.rst:1183
19461948msgid ""
19471949"Use the specified date/time format, as accepted by :func:`time.strftime`."
19481950msgstr "指定された日時の書式で :func:`time.strftime` が受け付けるものを使います。"
19491951
1950- #: ../../library/logging.rst:1184
1952+ #: ../../library/logging.rst:1186
19511953msgid "*style*"
19521954msgstr "*style*"
19531955
1954- #: ../../library/logging.rst:1184
1956+ #: ../../library/logging.rst:1186
19551957msgid ""
19561958"If *format* is specified, use this style for the format string. One of "
19571959"``'%'``, ``'{'`` or ``'$'`` for :ref:`printf-style <old-string-formatting>`,"
@@ -1962,19 +1964,19 @@ msgstr ""
19621964"``'%'``, ``'{'``, ``'$'`` のうち1つで、それぞれ :ref:`printf-style <old-string-formatting>`, :meth:`str.format`, :class:`string.Template` に対応します。\n"
19631965"デフォルトは ``'%'`` です。"
19641966
1965- #: ../../library/logging.rst:1192
1967+ #: ../../library/logging.rst:1194
19661968msgid "*level*"
19671969msgstr "*level*"
19681970
1969- #: ../../library/logging.rst:1192
1971+ #: ../../library/logging.rst:1194
19701972msgid "Set the root logger level to the specified :ref:`level <levels>`."
19711973msgstr "ルートロガーのレベルを指定された :ref:`レベル <levels>` に設定します。"
19721974
1973- #: ../../library/logging.rst:1195
1975+ #: ../../library/logging.rst:1197
19741976msgid "*stream*"
19751977msgstr "*stream*"
19761978
1977- #: ../../library/logging.rst:1195
1979+ #: ../../library/logging.rst:1197
19781980msgid ""
19791981"Use the specified stream to initialize the StreamHandler. Note that this "
19801982"argument is incompatible with *filename* - if both are present, a "
@@ -1984,11 +1986,11 @@ msgstr ""
19841986"この引数は *filename* と同時には使えないことに注意してください。\n"
19851987"両方が指定されたときには ``ValueError`` が送出されます。"
19861988
1987- #: ../../library/logging.rst:1200
1989+ #: ../../library/logging.rst:1202
19881990msgid "*handlers*"
19891991msgstr "*handlers*"
19901992
1991- #: ../../library/logging.rst:1200
1993+ #: ../../library/logging.rst:1202
19921994msgid ""
19931995"If specified, this should be an iterable of already created handlers to add "
19941996"to the root logger. Any handlers which don't already have a formatter set "
@@ -2000,33 +2002,33 @@ msgstr ""
20002002"ロガーに追加される既に作られたハンドラのイテラブルになります。まだフォーマッタがセットされていないすべてのハンドラは、この関数で作られたデフォルトフォーマッタが割り当てられることになります。この引数は"
20012003" *filename* や *stream* と互換性がないことに注意してください。両方が存在する場合 ``ValueError`` が上げられます。"
20022004
2003- #: ../../library/logging.rst:1209
2005+ #: ../../library/logging.rst:1211
20042006msgid "*force*"
20052007msgstr ""
20062008
2007- #: ../../library/logging.rst:1209
2009+ #: ../../library/logging.rst:1211
20082010msgid ""
20092011"If this keyword argument is specified as true, any existing handlers "
20102012"attached to the root logger are removed and closed, before carrying out the "
20112013"configuration as specified by the other arguments."
20122014msgstr ""
20132015
2014- #: ../../library/logging.rst:1215
2016+ #: ../../library/logging.rst:1217
20152017msgid "*encoding*"
20162018msgstr ""
20172019
2018- #: ../../library/logging.rst:1215
2020+ #: ../../library/logging.rst:1217
20192021msgid ""
20202022"If this keyword argument is specified along with *filename*, its value is "
20212023"used when the FileHandler is created, and thus used when opening the output "
20222024"file."
20232025msgstr ""
20242026
2025- #: ../../library/logging.rst:1220
2027+ #: ../../library/logging.rst:1222
20262028msgid "*errors*"
20272029msgstr ""
20282030
2029- #: ../../library/logging.rst:1220
2031+ #: ../../library/logging.rst:1222
20302032msgid ""
20312033"If this keyword argument is specified along with *filename*, its value is "
20322034"used when the FileHandler is created, and thus used when opening the output "
@@ -2035,11 +2037,11 @@ msgid ""
20352037" that it will be treated the same as passing 'errors'."
20362038msgstr ""
20372039
2038- #: ../../library/logging.rst:1231
2040+ #: ../../library/logging.rst:1233
20392041msgid "The *style* argument was added."
20402042msgstr "*style* 引数が追加されました。"
20412043
2042- #: ../../library/logging.rst:1234
2044+ #: ../../library/logging.rst:1236
20432045msgid ""
20442046"The *handlers* argument was added. Additional checks were added to catch "
20452047"situations where incompatible arguments are specified (e.g. *handlers* "
@@ -2048,30 +2050,30 @@ msgstr ""
20482050"互換性のない引数が指定された状況 (例えば *handlers* が *stream* や *filename* と一緒に指定されたり、*stream*"
20492051" が *filename* と一緒に指定された場合) を捕捉するために、追加のチェックが加えられました。"
20502052
2051- #: ../../library/logging.rst:1240
2053+ #: ../../library/logging.rst:1242
20522054msgid "The *force* argument was added."
20532055msgstr ""
20542056
2055- #: ../../library/logging.rst:1243
2057+ #: ../../library/logging.rst:1245
20562058msgid "The *encoding* and *errors* arguments were added."
20572059msgstr ""
20582060
2059- #: ../../library/logging.rst:1248
2061+ #: ../../library/logging.rst:1250
20602062msgid ""
20612063"Informs the logging system to perform an orderly shutdown by flushing and "
20622064"closing all handlers. This should be called at application exit and no "
20632065"further use of the logging system should be made after this call."
20642066msgstr ""
20652067"ロギングシステムに対して、バッファのフラッシュを行い、すべてのハンドラを閉じることで順次シャットダウンを行うように告知します。この関数はアプリケーションの終了時に呼ばれるべきであり、また呼び出し以降はそれ以上ロギングシステムを使ってはなりません。"
20662068
2067- #: ../../library/logging.rst:1252
2069+ #: ../../library/logging.rst:1254
20682070msgid ""
20692071"When the logging module is imported, it registers this function as an exit "
20702072"handler (see :mod:`atexit`), so normally there's no need to do that "
20712073"manually."
20722074msgstr ""
20732075
2074- #: ../../library/logging.rst:1259
2076+ #: ../../library/logging.rst:1261
20752077msgid ""
20762078"Tells the logging system to use the class *klass* when instantiating a "
20772079"logger. The class should define :meth:`__init__` such that only a name "
@@ -2087,15 +2089,15 @@ msgstr ""
20872089"この関数が呼び出されるのはたいてい、独自の振る舞いをするロガーを使う必要のあるアプリケーションでロガーがインスタンス化される前です。\n"
20882090"呼び出された後は、いつでもそのサブクラスを使ってロガーのインスタンス化をしてはいけません: 引き続き :func:`logging.getLogger` API を使用してロガーを取得してください。"
20892091
2090- #: ../../library/logging.rst:1270
2092+ #: ../../library/logging.rst:1272
20912093msgid "Set a callable which is used to create a :class:`LogRecord`."
20922094msgstr ":class:`LogRecord` を生成するのに使われる callable をセットします。"
20932095
2094- #: ../../library/logging.rst:1272
2096+ #: ../../library/logging.rst:1274
20952097msgid "The factory callable to be used to instantiate a log record."
20962098msgstr "ログレコードを生成するファクトリとして振舞う callable。"
20972099
2098- #: ../../library/logging.rst:1274
2100+ #: ../../library/logging.rst:1276
20992101msgid ""
21002102"This function has been provided, along with :func:`getLogRecordFactory`, to "
21012103"allow developers more control over how the :class:`LogRecord` representing a"
@@ -2104,71 +2106,71 @@ msgstr ""
21042106"この関数は、ログイベントを表現する :class:`LogRecord` の構築方法に関して開発者により多くのコントロールを与えるため、 "
21052107":func:`getLogRecordFactory` とともに提供されました。"
21062108
2107- #: ../../library/logging.rst:1279
2109+ #: ../../library/logging.rst:1281
21082110msgid "The factory has the following signature:"
21092111msgstr "ファクトリは以下のようなシグネチャを持っています:"
21102112
2111- #: ../../library/logging.rst:1281
2113+ #: ../../library/logging.rst:1283
21122114msgid ""
21132115"``factory(name, level, fn, lno, msg, args, exc_info, func=None, sinfo=None, "
21142116"**kwargs)``"
21152117msgstr ""
21162118"``factory(name, level, fn, lno, msg, args, exc_info, func=None, sinfo=None, "
21172119"**kwargs)``"
21182120
2119- #: ../../library/logging.rst:1283
2121+ #: ../../library/logging.rst:1285
21202122msgid "The logger name."
21212123msgstr "ロガーの名前。"
21222124
21232125#: ../../library/logging.rst:0
21242126msgid "level"
21252127msgstr "level"
21262128
2127- #: ../../library/logging.rst:1284
2129+ #: ../../library/logging.rst:1286
21282130msgid "The logging level (numeric)."
21292131msgstr "ログレベル (数値)。"
21302132
21312133#: ../../library/logging.rst:0
21322134msgid "fn"
21332135msgstr "fn"
21342136
2135- #: ../../library/logging.rst:1285
2137+ #: ../../library/logging.rst:1287
21362138msgid "The full pathname of the file where the logging call was made."
21372139msgstr "ログ呼び出しが行われたファイルのフルパス名。"
21382140
21392141#: ../../library/logging.rst:0
21402142msgid "lno"
21412143msgstr "lno"
21422144
2143- #: ../../library/logging.rst:1286
2145+ #: ../../library/logging.rst:1288
21442146msgid "The line number in the file where the logging call was made."
21452147msgstr "ログ呼び出しが行われたファイルの行数。"
21462148
2147- #: ../../library/logging.rst:1287
2149+ #: ../../library/logging.rst:1289
21482150msgid "The logging message."
21492151msgstr "ログメッセージ。"
21502152
2151- #: ../../library/logging.rst:1288
2153+ #: ../../library/logging.rst:1290
21522154msgid "The arguments for the logging message."
21532155msgstr "ログメッセージに対する引数。"
21542156
2155- #: ../../library/logging.rst:1289
2157+ #: ../../library/logging.rst:1291
21562158msgid "An exception tuple, or ``None``."
21572159msgstr "例外タプルまたは ``None``。"
21582160
21592161#: ../../library/logging.rst:0
21602162msgid "func"
21612163msgstr "func"
21622164
2163- #: ../../library/logging.rst:1290
2165+ #: ../../library/logging.rst:1292
21642166msgid "The name of the function or method which invoked the logging call."
21652167msgstr "ログ呼び出しを起動した関数またはメソッドの名前。"
21662168
21672169#: ../../library/logging.rst:0
21682170msgid "sinfo"
21692171msgstr "sinfo"
21702172
2171- #: ../../library/logging.rst:1292
2173+ #: ../../library/logging.rst:1294
21722174msgid ""
21732175"A stack traceback such as is provided by :func:`traceback.print_stack`, "
21742176"showing the call hierarchy."
@@ -2178,15 +2180,15 @@ msgstr ":func:`traceback.print_stack` で提供されるような、呼び出し
21782180msgid "kwargs"
21792181msgstr "``kwargs``"
21802182
2181- #: ../../library/logging.rst:1294
2183+ #: ../../library/logging.rst:1296
21822184msgid "Additional keyword arguments."
21832185msgstr "追加のキーワード引数。"
21842186
2185- #: ../../library/logging.rst:1298
2187+ #: ../../library/logging.rst:1300
21862188msgid "Module-Level Attributes"
21872189msgstr "モジュールレベル属性"
21882190
2189- #: ../../library/logging.rst:1302
2191+ #: ../../library/logging.rst:1304
21902192msgid ""
21912193"A \" handler of last resort\" is available through this attribute. This is a "
21922194":class:`StreamHandler` writing to ``sys.stderr`` with a level of "
@@ -2203,24 +2205,24 @@ msgstr ""
22032205"についてのハンドラが見つかりません」と言っていたエラーメッセージを置き換えています。もしも何らかの理由でその昔の振る舞いが必要な場合は、 "
22042206"``lastResort`` に ``None`` をセットすれば良いです。"
22052207
2206- #: ../../library/logging.rst:1313
2208+ #: ../../library/logging.rst:1315
22072209msgid "Integration with the warnings module"
22082210msgstr "warnings モジュールとの統合"
22092211
2210- #: ../../library/logging.rst:1315
2212+ #: ../../library/logging.rst:1317
22112213msgid ""
22122214"The :func:`captureWarnings` function can be used to integrate :mod:`logging`"
22132215" with the :mod:`warnings` module."
22142216msgstr ""
22152217":func:`captureWarnings` 関数を使って、 :mod:`logging` を :mod:`warnings` "
22162218"モジュールと統合できます。"
22172219
2218- #: ../../library/logging.rst:1320
2220+ #: ../../library/logging.rst:1322
22192221msgid ""
22202222"This function is used to turn the capture of warnings by logging on and off."
22212223msgstr "この関数は、logging による警告の補足を、有効にまたは無効にします。"
22222224
2223- #: ../../library/logging.rst:1323
2225+ #: ../../library/logging.rst:1325
22242226msgid ""
22252227"If *capture* is ``True``, warnings issued by the :mod:`warnings` module will"
22262228" be redirected to the logging system. Specifically, a warning will be "
@@ -2233,7 +2235,7 @@ msgstr ""
22332235":func:`warnings.formatwarning` でフォーマット化され、結果の文字列が ``'py.warnings'`` "
22342236"という名のロガーに、 :const:`WARNING` の重大度でロギングされるようになります。"
22352237
2236- #: ../../library/logging.rst:1328
2238+ #: ../../library/logging.rst:1330
22372239msgid ""
22382240"If *capture* is ``False``, the redirection of warnings to the logging system"
22392241" will stop, and warnings will be redirected to their original destinations "
@@ -2242,41 +2244,41 @@ msgstr ""
22422244"*capture* が ``False`` なら、警告のロギングシステムに対するリダイレクトは止められ、警告は元の "
22432245"(すなわち、``captureWarnings(True)`` が呼び出される前に有効だった) 送信先にリダイレクトされるようになります。"
22442246
2245- #: ../../library/logging.rst:1336
2247+ #: ../../library/logging.rst:1338
22462248msgid "Module :mod:`logging.config`"
22472249msgstr ":mod:`logging.config` モジュール"
22482250
2249- #: ../../library/logging.rst:1336
2251+ #: ../../library/logging.rst:1338
22502252msgid "Configuration API for the logging module."
22512253msgstr "logging モジュールの環境設定 API です。"
22522254
2253- #: ../../library/logging.rst:1339
2255+ #: ../../library/logging.rst:1341
22542256msgid "Module :mod:`logging.handlers`"
22552257msgstr ":mod:`logging.handlers` モジュール"
22562258
2257- #: ../../library/logging.rst:1339
2259+ #: ../../library/logging.rst:1341
22582260msgid "Useful handlers included with the logging module."
22592261msgstr "logging モジュールに含まれる、便利なハンドラです。"
22602262
2261- #: ../../library/logging.rst:1343
2263+ #: ../../library/logging.rst:1345
22622264msgid ":pep:`282` - A Logging System"
22632265msgstr ":pep:`282` - ログシステム"
22642266
2265- #: ../../library/logging.rst:1342
2267+ #: ../../library/logging.rst:1344
22662268msgid ""
22672269"The proposal which described this feature for inclusion in the Python "
22682270"standard library."
22692271msgstr "この機能を Python 標準ライブラリに含めることを述べた提案です。"
22702272
2271- #: ../../library/logging.rst:1348
2273+ #: ../../library/logging.rst:1350
22722274msgid ""
22732275"`Original Python logging package <https://www.red-"
22742276"dove.com/python_logging.html>`_"
22752277msgstr ""
22762278"`Original Python logging package <https://www.red-"
22772279"dove.com/python_logging.html>`_"
22782280
2279- #: ../../library/logging.rst:1346
2281+ #: ../../library/logging.rst:1348
22802282msgid ""
22812283"This is the original source for the :mod:`logging` package. The version of "
22822284"the package available from this site is suitable for use with Python 1.5.2, "
0 commit comments