8000 [skip ci] Update .po files · python/python-docs-ja@4f3942a · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f3942a

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 38c2e23 commit 4f3942a

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

library/exceptions.po

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.7\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
21+
"POT-Creation-Date: 2019-04-06 11:05+0900\n"
2222
"PO-Revision-Date: 2017-02-16 23:10+0000\n"
2323
"Last-Translator: tomo, 2018\n"
2424
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -976,43 +976,52 @@ msgid ""
976976
"future."
977977
msgstr "将来廃止される予定の機能に対する警告の基底クラスです。"
978978

979-
#: ../../library/exceptions.rst:700
979+
#: ../../library/exceptions.rst:698
980+
msgid ""
981+
"PendingDeprecationWarning was introduced as an \"ignored by default\" "
982+
"version of DeprecationWarning. But :exc:`DeprecationWarning` is also "
983+
"ignored by default since Python 2.7 and 3.2. There is not much difference "
984+
"between PendingDeprecationWarning and DeprecationWarning nowadays. "
985+
"DeprecationWarning is recommended in general."
986+
msgstr ""
987+
988+
#: ../../library/exceptions.rst:708
980989
msgid "Base class for warnings about dubious syntax."
981990
msgstr "曖昧な構文に対する警告の基底クラスです。"
982991

983-
#: ../../library/exceptions.rst:705
992+
#: ../../library/exceptions.rst:713
984993
msgid "Base class for warnings about dubious runtime behavior."
985994
msgstr "あいまいなランタイム挙動に対する警告の基底クラスです。"
986995

987-
#: ../../library/exceptions.rst:710
996+
#: ../../library/exceptions.rst:718
988997
msgid ""
989998
"Base class for warnings about deprecated features when those warnings are "
990999
"intended for end users of applications that are written in Python."
9911000
msgstr ""
9921001

993-
#: ../../library/exceptions.rst:716
1002+
#: ../../library/exceptions.rst:724
9941003
msgid "Base class for warnings about probable mistakes in module imports."
9951004
msgstr "モジュールインポートの誤りと思われるものに対する警告の基底クラスです。"
9961005

997-
#: ../../library/exceptions.rst:721
1006+
#: ../../library/exceptions.rst:729
9981007
msgid "Base class for warnings related to Unicode."
9991008
msgstr "Unicode に関連した警告の基底クラスです。"
10001009

1001-
#: ../../library/exceptions.rst:726
1010+
#: ../../library/exceptions.rst:734
10021011
msgid ""
10031012
"Base class for warnings related to :class:`bytes` and :class:`bytearray`."
10041013
msgstr ":class:`bytes` や :class:`bytearray` に関連した警告の基底クラスです。"
10051014

1006-
#: ../../library/exceptions.rst:731
1015+
#: ../../library/exceptions.rst:739
10071016
msgid ""
10081017
"Base class for warnings related to resource usage. Ignored by the default "
10091018
"warning filters."
10101019
msgstr ""
10111020

1012-
#: ../../library/exceptions.rst:739
1021+
#: ../../library/exceptions.rst:747
10131022
msgid "Exception hierarchy"
10141023
msgstr "例外のクラス階層"
10151024

1016-
#: ../../library/exceptions.rst:741
1025+
#: ../../library/exceptions.rst:749
10171026
msgid "The class hierarchy for built-in exceptions is:"
10181027
msgstr "組み込み例外のクラス階層は以下のとおりです:"

0 commit comments

Comments
 (0)
0