Skip to content

Commit 9ebbe29

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 8078f82 commit 9ebbe29

File tree

3 files changed

+6804
-6794
lines changed

3 files changed

+6804
-6794
lines changed

library/atexit.po

+6-8
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.9\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
16+
"POT-Creation-Date: 2021-06-23 06:41+0000\n"
1717
"PO-Revision-Date: 2017-02-16 17:50+0000\n"
1818
"Last-Translator: tomo, 2019\n"
1919
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -82,11 +82,9 @@ msgstr ""
8282
msgid ""
8383
"If an exception is raised during execution of the exit handlers, a traceback"
8484
" is printed (unless :exc:`SystemExit` is raised) and the exception "
85-
"information is saved. After all exit handlers have had a chance to run the "
86-
"last exception to be raised is re-raised."
85+
"information is saved. After all exit handlers have had a chance to run, the"
86+
" last exception to be raised is re-raised."
8787
msgstr ""
88-
"終了ハンドラの実行中に例外が発生すると、(:exc:`SystemExit` "
89-
"以外の場合は)トレースバックを表示して、例外の情報を保存します。全ての終了ハンドラに動作するチャンスを与えた後に、最後に送出された例外を再送出します。"
9088

9189
#: ../../library/atexit.rst:45
9290
msgid ""
@@ -131,16 +129,16 @@ msgstr ""
131129
"した時にカウンタを初期化しておき、プログラムが終了するときにアプリケーションがこのモジュールを明示的に呼び出さなくてもカウンタが更新されるようにする方法を示しています。"
132130
" ::"
133131

134-
#: ../../library/atexit.rst:92
132+
#: ../../library/atexit.rst:93
135133
msgid ""
136134
"Positional and keyword arguments may also be passed to :func:`register` to "
137135
"be passed along to the registered function when it is called::"
138136
msgstr ":func:`register` に指定した位置引数とキーワード引数は登録した関数を呼び出す際に渡されます::"
139137

140-
#: ../../library/atexit.rst:104
138+
#: ../../library/atexit.rst:105
141139
msgid "Usage as a :term:`decorator`::"
142140
msgstr ":term:`デコレータ <decorator>` として利用する例::"
143141

144-
#: ../../library/atexit.rst:112
142+
#: ../../library/atexit.rst:113
145143
msgid "This only works with functions that can be called without arguments."
146144
msgstr "デコレータとして利用できるのは、その関数が引数なしで呼び出された場合に限られます。"

library/collections.po

+3-6
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgid ""
2020
msgstr ""
2121
"Project-Id-Version: Python 3.9\n"
2222
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2021-03-14 05:42+0000\n"
23+
"POT-Creation-Date: 2021-06-23 06:41+0000\n"
2424
"PO-Revision-Date: 2017-02-16 23:03+0000\n"
2525
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2021\n"
2626
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -796,14 +796,11 @@ msgstr ":class:`defaultdict` オブジェクト"
796796

797797
#: ../../library/collections.rst:690
798798
msgid ""
799-
"Returns a new dictionary-like object. :class:`defaultdict` is a subclass of"
800-
" the built-in :class:`dict` class. It overrides one method and adds one "
799+
"Return a new dictionary-like object. :class:`defaultdict` is a subclass of "
800+
"the built-in :class:`dict` class. It overrides one method and adds one "
801801
"writable instance variable. The remaining functionality is the same as for "
802802
"the :class:`dict` class and is not documented here."
803803
msgstr ""
804-
"新しいディクショナリ様のオブジェクトを返します。 :class:`defaultdict` は組み込みの :class:`dict` "
805-
"のサブクラスです。メソッドをオーバーライドし、書き込み可能なインスタンス変数を1つ追加している以外は :class:`dict` "
806-
"クラスと同じです。同じ部分については以下では省略されています。"
807804

808805
#: ../../library/collections.rst:695
809806
msgid ""

0 commit comments

Comments
 (0)