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

Commit3adcf5d

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

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

‎library/faulthandler.po

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version:Python 3.8\n"
1717
"Report-Msgid-Bugs-To:\n"
18-
"POT-Creation-Date:2019-09-01 14:24+0000\n"
18+
"POT-Creation-Date:2019-09-19 11:29+0000\n"
1919
"PO-Revision-Date:2017-02-16 23:10+0000\n"
2020
"Last-Translator:E. Kawashima, 2017\n"
2121
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -119,7 +119,7 @@ msgstr ""
119119
"であれば、現在のスレッドのみダンプします。"
120120

121121
#:../../library/faulthandler.rst:52../../library/faulthandler.rst:70
122-
#:../../library/faulthandler.rst:106../../library/faulthandler.rst:128
122+
#:../../library/faulthandler.rst:108../../library/faulthandler.rst:130
123123
msgid"Added support for passing file descriptor to this function."
124124
msgstr""
125125

@@ -187,21 +187,22 @@ msgid ""
187187
msgstr""
188188

189189
#:../../library/faulthandler.rst:103
190-
msgid""
191-
"This function is implemented using a watchdog thread and therefore is not "
192-
"available if Python is compiled with threads disabled."
190+
msgid"This function is implemented using a watchdog thread."
191+
msgstr""
192+
193+
#:../../library/faulthandler.rst:105
194+
msgid"This function is now always available."
193195
msgstr""
194-
"この関数は番犬(watchdog)スレッドを使って実装されているため、Pythonがスレッド無効でコンパイルされている場合は利用できません。"
195196

196-
#:../../library/faulthandler.rst:111
197+
#:../../library/faulthandler.rst:113
197198
msgid"Cancel the last call to :func:`dump_traceback_later`."
198199
msgstr":func:`dump_traceback_later` の最新の呼び出しをキャンセルします。"
199200

200-
#:../../library/faulthandler.rst:115
201+
#:../../library/faulthandler.rst:117
201202
msgid"Dumping the traceback on a user signal"
202203
msgstr"ユーザシグナルに対してtracebackをダンプする"
203204

204-
#:../../library/faulthandler.rst:119
205+
#:../../library/faulthandler.rst:121
205206
msgid""
206207
"Register a user signal: install a handler for the *signum* signal to dump "
207208
"the traceback of all threads, or of the current thread if *all_threads* is "
@@ -211,18 +212,18 @@ msgstr ""
211212
"*all_threads* が ``False`` であれば現在のスレッドのみ *file* にダンプします。もし chain が ``True`` "
212213
"であれば以前のハンドラも呼び出します。"
213214

214-
#:../../library/faulthandler.rst:123
215+
#:../../library/faulthandler.rst:125
215216
msgid""
216217
"The *file* must be kept open until the signal is unregistered by "
217218
":func:`unregister`: see :ref:`issue with file descriptors <faulthandler-"
218219
"fd>`."
219220
msgstr""
220221

221-
#:../../library/faulthandler.rst:126../../library/faulthandler.rst:137
222+
#:../../library/faulthandler.rst:128../../library/faulthandler.rst:139
222223
msgid"Not available on Windows."
223224
msgstr"Windowsでは利用不可です。"
224225

225-
#:../../library/faulthandler.rst:133
226+
#:../../library/faulthandler.rst:135
226227
msgid""
227228
"Unregister a user signal: uninstall the handler of the *signum* signal "
228229
"installed by :func:`register`. Return ``True`` if the signal was registered,"
@@ -231,11 +232,11 @@ msgstr ""
231232
"ユーザシグナルを登録解除します: :func:`register` でインストールした *signum* "
232233
"シグナルハンドラをアンインストールします。シグナルが登録された場合は ``True`` を返し、そうでなければ ``False`` を返します。"
233234

234-
#:../../library/faulthandler.rst:143
235+
#:../../library/faulthandler.rst:145
235236
msgid"Issue with file descriptors"
236237
msgstr"ファイル記述子の問題"
237238

238-
#:../../library/faulthandler.rst:145
239+
#:../../library/faulthandler.rst:147
239240
msgid""
240241
":func:`enable`, :func:`dump_traceback_later` and :func:`register` keep the "
241242
"file descriptor of their *file* argument. If the file is closed and its file"
@@ -248,11 +249,11 @@ msgstr ""
248249
"の使用でファイル記述子が置き換えた場合、 traceback "
249250
"の結果は別のファイルへ書き込まれます。ファイルが置き換えられた場合は、毎回これらの関数を呼び出しなおしてください。"
250251

251-
#:../../library/faulthandler.rst:153
252+
#:../../library/faulthandler.rst:155
252253
msgid"Example"
253254
msgstr"使用例"
254255

255-
#:../../library/faulthandler.rst:155
256+
#:../../library/faulthandler.rst:157
256257
msgid""
257258
"Example of a segmentation fault on Linux with and without enabling the fault"
258259
" handler:"

‎library/stdtypes.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ msgid ""
2222
msgstr ""
2323
"Project-Id-Version:Python 3.8\n"
2424
"Report-Msgid-Bugs-To:\n"
25-
"POT-Creation-Date:2019-09-17 11:28+0000\n"
25+
"POT-Creation-Date:2019-09-19 11:29+0000\n"
2626
"PO-Revision-Date:2017-02-16 23:27+0000\n"
2727
"Last-Translator:tomo, 2019\n"
2828
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -5433,11 +5433,9 @@ msgstr ""
54335433
#:../../library/stdtypes.rst:4358
54345434
msgid""
54355435
"Dictionaries compare equal if and only if they have the same ``(key, "
5436-
"value)`` pairs. Order comparisons ('<', '<=', '>=', '>') raise"
5437-
":exc:`TypeError`."
5436+
"value)`` pairs (regardless of ordering). Order comparisons ('<', '<=', '>=',"
5437+
" '>') raise:exc:`TypeError`."
54385438
msgstr""
5439-
"複数の辞書は、同じ ``(key, value)`` の対を持つ場合に、そしてその場合にのみ等しくなります。順序比較 ('<', '<=', '>=',"
5440-
" '>') は :exc:`TypeError` を送出します。"
54415439

54425440
#:../../library/stdtypes.rst:4362
54435441
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp