Skip to content

Commit 556edb4

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 17ce630 commit 556edb4

File tree

7 files changed

+3774
-3747
lines changed

7 files changed

+3774
-3747
lines changed

howto/functional.po

Lines changed: 159 additions & 158 deletions
Large diffs are not rendered by default.

howto/logging.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,9 @@ msgid ""
461461
"https://groups.google.com/forum/#!forum/comp.lang.python) and you should "
462462
"receive help before too long."
463463
msgstr ""
464+
"ロギングを簡潔に行いたいなら、上記の例を使って、ロギングをあなたのスクリプトに組み込んでください。問題があったり理解出来ないことがあったら、comp.lang.python"
465+
" Usenet group (https://groups.google.com/forum/#!forum/comp.lang.python "
466+
"から利用できます) に質問を投稿してくだされば、そう遠くないうちに助けが得られるでしょう。"
464467

465468
#: ../../howto/logging.rst:332
466469
msgid ""

library/ctypes.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,6 +1635,10 @@ msgid ""
16351635
"therefore accessing it repeatedly returns the same object each time. On the"
16361636
" other hand, accessing it through an index returns a new object each time::"
16371637
msgstr ""
1638+
"これらのクラスのインスタンスには公開メソッドはありません。\n"
1639+
"共有ライブラリからエクスポートされた関数は、属性として、もしくは添字でアクセスできます。\n"
1640+
"属性を通した関数へのアクセスは結果がキャッシュされ、従って繰り返しアクセスされると毎回同じオブジェクトを返すことに注意してください。\n"
1641+
"それとは反対に、添字を通したアクセスは毎回新しいオブジェクトを返します::"
16381642

16391643
#: ../../library/ctypes.rst:1414
16401644
msgid ""

library/functions.po

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
11+
"POT-Creation-Date: 2018-07-12 08:33+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: yudetamago <yudetamago.orz@gmail.com>, 2018\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -579,22 +579,16 @@ msgstr ""
579579

580580
#: ../../library/functions.rst:243
581581
msgid ""
582-
"The optional arguments *flags* and *dont_inherit* control which future "
583-
"statements (see :pep:`236`) affect the compilation of *source*. If neither "
584-
"is present (or both are zero) the code is compiled with those future "
585-
"statements that are in effect in the code that is calling :func:`compile`. "
586-
"If the *flags* argument is given and *dont_inherit* is not (or is zero) then"
587-
" the future statements specified by the *flags* argument are used in "
588-
"addition to those that would be used anyway. If *dont_inherit* is a non-zero"
589-
" integer then the *flags* argument is it -- the future statements in effect "
590-
"around the call to compile are ignored."
591-
msgstr ""
592-
"オプション引数 *flags* および *dont_inherit* は、 *source* のコンパイルにどの future 文 "
593-
"(:pep:`236` 参照) を作用させるかを制御します。どちらも与えらていない (または両方ともゼロ) ならば、 :func:`compile` "
594-
"を呼び出している側のコードで有効な future 文を有効にしてコードをコンパイルします。 *flags* "
595-
"が与えられていて、*dont_inherit* は与えられていない (またはゼロ) ならば、それに加えて *flags* に指定された future "
596-
"文が使われます。 *dont_inherit* がゼロでない整数ならば、 *flags* の値そのものが使われ、コンパイルの呼び出して周辺で有効な "
597-
"future 文は無視されます。"
582+
"The optional arguments *flags* and *dont_inherit* control which :ref:`future"
583+
" statements <future>` affect the compilation of *source*. If neither is "
584+
"present (or both are zero) the code is compiled with those future statements"
585+
" that are in effect in the code that is calling :func:`compile`. If the "
586+
"*flags* argument is given and *dont_inherit* is not (or is zero) then the "
587+
"future statements specified by the *flags* argument are used in addition to "
588+
"those that would be used anyway. If *dont_inherit* is a non-zero integer "
589+
"then the *flags* argument is it -- the future statements in effect around "
590+
"the call to compile are ignored."
591+
msgstr ""
598592

599593
#: ../../library/functions.rst:253
600594
msgid ""

library/mailbox.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,8 @@ msgid ""
886886
"`MH & nmh: Email for Users & Programmers <https://rand-"
887887
"mh.sourceforge.io/book/>`_"
888888
msgstr ""
889+
"`MH & nmh: Email for Users & Programmers <https://rand-"
890+
"mh.sourceforge.io/book/>`_"
889891

890892
#: ../../library/mailbox.rst:624
891893
msgid ""

library/optparse.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2490,6 +2490,9 @@ msgid ""
24902490
" fault. Otherwise, the user will have a hard time figuring out what they did"
24912491
" wrong."
24922492
msgstr ""
2493+
"オプション自体か、あるいはその引数に問題がある場合、コールバック関数は :exc:`OptionValueError` を送出しなければなりません。 "
2494+
":mod:`optparse` "
2495+
"はこの例外をとらえてプログラムを終了させ、ユーザが指定しておいたエラーメッセージを標準エラー出力に出力します。エラーメッセージは明確、簡潔かつ正確で、どのオプションに誤りがあるかを示さなければなりません。さもなければ、ユーザは自分の操作のどこに問題があるかを解決するのに苦労することになります。"
24932496

24942497
#: ../../library/optparse.rst:1686
24952498
msgid "Callback example 1: trivial callback"

0 commit comments

Comments
 (0)