@@ -802,6 +802,8 @@ msgid ""
802
802
"If ``port`` is specified as ``None``, a Unix domain socket is created using "
803
803
"the value in ``host`` - otherwise, a UDP socket is created."
804
804
msgstr ""
805
+ "``port`` に ``None`` を指定すると、Unix ドメインソケットが ``host`` 値を用いて作られます - そうでない場合は UDP"
806
+ " ソケットが作られます。"
805
807
806
808
#: ../../library/logging.handlers.rst:518
807
809
msgid ""
@@ -905,6 +907,11 @@ msgid ""
905
907
"more recent daemons (which adhere more closely to RFC 5424) pass the NUL "
906
908
"byte on as part of the message."
907
909
msgstr ""
910
+ "(参照: :issue:`12168`) 初期のバージョンでは、 syslog デーモンに送られるメッセージは常に NUL "
911
+ "バイトで終端していました。初期のバージョンの syslog デーモンが NUL 終端されたメッセージを期待していたからです - たとえ、それが適切な仕様"
912
+ " (:rfc:`5424`) にはなかったとしても。 syslog デーモンの新しいバージョンは NUL "
913
+ "バイトを期待せず、代わりにもしそれがある場合は削除します。さらに、より最近のデーモン (RFC 5424 により忠実なバージョン) "
914
+ "は、メッセージの一部として NUL バイトを通します。"
908
915
909
916
#: ../../library/logging.handlers.rst:591
910
917
msgid ""
@@ -1423,10 +1430,16 @@ msgid ""
1423
1430
"specified as ``True``, the previous behaviour of flushing the buffer will "
1424
1431
"occur when the handler is closed."
1425
1432
msgstr ""
1433
+ ":class:`MemoryHandler` クラスの新たなインスタンスを返します。\n"
1434
+ "インスタンスはサイズ *capacity* のバッファとともに初期化されます。\n"
1435
+ "*flushLevel* が指定されていない場合、 :const:`ERROR` が使われます。\n"
1436
+ "*target* が指定されていない場合、ハンドラが何らかの意味のある処理を行う前に :meth:`setTarget` でターゲットを指定する必要があります。\n"
1437
+ "*flushOnClose* が ``False`` に指定されていた場合、ハンドラが閉じられるときにバッファはフラッシュ *されません* 。\n"
1438
+ "*flushOnClose* が指定されていないか ``True`` に指定されていた場合、ハンドラが閉じられるときのバッファのフラッシュは以前の挙動になります。"
1426
1439
1427
1440
#: ../../library/logging.handlers.rst:851
1428
1441
msgid "The *flushOnClose* parameter was added."
1429
- msgstr ""
1442
+ msgstr "*flushOnClose* パラメータが追加されました。 "
1430
1443
1431
1444
#: ../../library/logging.handlers.rst:857
1432
1445
msgid ""
0 commit comments