Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit882aa0e

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent25ccdb4 commit882aa0e

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

‎library/logging.handlers.po

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,8 @@ msgid ""
802802
"If ``port`` is specified as ``None``, a Unix domain socket is created using "
803803
"the value in ``host`` - otherwise, a UDP socket is created."
804804
msgstr""
805+
"``port`` に ``None`` を指定すると、Unix ドメインソケットが ``host`` 値を用いて作られます - そうでない場合は UDP"
806+
" ソケットが作られます。"
805807

806808
#:../../library/logging.handlers.rst:518
807809
msgid""
@@ -905,6 +907,11 @@ msgid ""
905907
"more recent daemons (which adhere more closely to RFC 5424) pass the NUL "
906908
"byte on as part of the message."
907909
msgstr""
910+
"(参照: :issue:`12168`) 初期のバージョンでは、 syslog デーモンに送られるメッセージは常に NUL "
911+
"バイトで終端していました。初期のバージョンの syslog デーモンが NUL 終端されたメッセージを期待していたからです - たとえ、それが適切な仕様"
912+
" (:rfc:`5424`) にはなかったとしても。 syslog デーモンの新しいバージョンは NUL "
913+
"バイトを期待せず、代わりにもしそれがある場合は削除します。さらに、より最近のデーモン (RFC 5424 により忠実なバージョン) "
914+
"は、メッセージの一部として NUL バイトを通します。"
908915

909916
#:../../library/logging.handlers.rst:591
910917
msgid""
@@ -1423,10 +1430,16 @@ msgid ""
14231430
"specified as ``True``, the previous behaviour of flushing the buffer will "
14241431
"occur when the handler is closed."
14251432
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`` に指定されていた場合、ハンドラが閉じられるときのバッファのフラッシュは以前の挙動になります。"
14261439

14271440
#:../../library/logging.handlers.rst:851
14281441
msgid"The *flushOnClose* parameter was added."
1429-
msgstr""
1442+
msgstr"*flushOnClose* パラメータが追加されました。"
14301443

14311444
#:../../library/logging.handlers.rst:857
14321445
msgid""

‎library/os.path.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo,2018
7+
# tomo,2019
88
#
99
#,fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To:\n"
1414
"POT-Creation-Date:2019-01-01 15:22+0900\n"
1515
"PO-Revision-Date:2018-06-29 17:39+0000\n"
16-
"Last-Translator:tomo,2018\n"
16+
"Last-Translator:tomo,2019\n"
1717
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1818
"MIME-Version:1.0\n"
1919
"Content-Type:text/plain; charset=UTF-8\n"
@@ -327,20 +327,26 @@ msgid ""
327327
" follows symbolic links, so both :func:`islink` and :func:`isfile` can be "
328328
"true for the same path."
329329
msgstr""
330+
"*path* が :func:`存在する <exists>` 一般ファイルなら ``True`` を返します。\n"
331+
"この関数はシンボリックリンクの先を辿るので、同じパスに対して :func:`islink` と :func:`isfile` の両方が真を返すことがあります。"
330332

331333
#:../../library/os.path.rst:264
332334
msgid""
333335
"Return ``True`` if *path* is an :func:`existing <exists>` directory. This "
334336
"follows symbolic links, so both :func:`islink` and :func:`isdir` can be true"
335337
" for the same path."
336338
msgstr""
339+
"*path* が :func:`存在する <exists>` ディレクトリなら ``True`` を返します。\n"
340+
"この関数はシンボリックリンクの先を辿るので、同じパスに対して :func:`islink` と :func:`isdir` の両方が真を返すことがあります。"
337341

338342
#:../../library/os.path.rst:274
339343
msgid""
340344
"Return ``True`` if *path* refers to an :func:`existing <exists>` directory "
341345
"entry that is a symbolic link. Always ``False`` if symbolic links are not "
342346
"supported by the Python runtime."
343347
msgstr""
348+
"*path* が :func:`存在する <exists>` ディレクトリを指すシンボリックリンクなら ``True`` を返します。\n"
349+
"Python ランタイムがシンボリックリンクをサポートしていないプラットフォームでは、常に ``False`` を返します。"
344350

345351
#:../../library/os.path.rst:284
346352
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp