@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version :Python 2.7\n "
10
10
"Report-Msgid-Bugs-To :\n "
11
11
"POT-Creation-Date :2019-02-28 15:50+0900\n "
12
- "PO-Revision-Date :2019-05-25 16:08 +0000\n "
12
+ "PO-Revision-Date :2019-05-27 15:15 +0000\n "
13
13
"Last-Translator :tomo\n "
14
14
"Language-Team :Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
15
15
"MIME-Version :1.0\n "
@@ -936,15 +936,15 @@ msgstr ""
936
936
937
937
#: ../../c-api/exceptions.rst:675
938
938
msgid "Standard Warning Categories"
939
- msgstr ""
939
+ msgstr "標準警告カテゴリ "
940
940
941
941
#: ../../c-api/exceptions.rst:677
942
942
msgid ""
943
943
"All standard Python warning categories are available as global variables "
944
944
"whose names are ``PyExc_`` followed by the Python exception name. These have"
945
945
" the type :c:type:`PyObject\\ *`; they are all class objects. For "
946
946
"completeness, here are all the variables:"
947
- msgstr ""
947
+ msgstr "``PyExc_`` の後ろにPythonの例外名が続く名前をもつグローバル変数として、すべての標準Python警告カテゴリが利用可能です。これらは型 :c:type:`PyObject \\ *` を持ち、すべてクラスオブジェクトです。完璧を期するために、すべての変数を以下に列挙します: "
948
948
949
949
#: ../../c-api/exceptions.rst:697
950
950
msgid ":c:data:`PyExc_Warning`"
@@ -1028,7 +1028,7 @@ msgstr ":exc:`UserWarning`"
1028
1028
1029
1029
#: ../../c-api/exceptions.rst:721
1030
1030
msgid "This is a base class for other standard warning categories."
1031
- msgstr ""
1031
+ msgstr "これは別の標準警告カテゴリのためのベースクラスです。 "
1032
1032
1033
1033
#: ../../c-api/exceptions.rst:724
1034
1034
msgid "String Exceptions"