@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.7\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2020-02-10 04:47+0000\n "
14+ "POT-Creation-Date : 2020-02-12 04:47+0000\n "
1515"PO-Revision-Date : 2019-09-01 03:39+0000\n "
1616"Last-Translator : tomo, 2020\n "
1717"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1032,16 +1032,16 @@ msgstr ""
10321032":c:type:`PyObject\\ *` を持ち、すべてクラスオブジェクトです。完璧を期するために、すべての変数を以下に列挙します:"
10331033
10341034#: ../../c-api/exceptions.rst:820 ../../c-api/exceptions.rst:953
1035- #: ../../c-api/exceptions.rst:1001
1035+ #: ../../c-api/exceptions.rst:998
10361036msgid "C Name"
10371037msgstr "C名"
10381038
1039- #: ../../c-api/exceptions.rst:820 ../../c-api/exceptions.rst:1001
1039+ #: ../../c-api/exceptions.rst:820 ../../c-api/exceptions.rst:998
10401040msgid "Python Name"
10411041msgstr "Python名"
10421042
10431043#: ../../c-api/exceptions.rst:820 ../../c-api/exceptions.rst:953
1044- #: ../../c-api/exceptions.rst:1001
1044+ #: ../../c-api/exceptions.rst:998
10451045msgid "Notes"
10461046msgstr "注釈"
10471047
@@ -1055,7 +1055,7 @@ msgstr ":exc:`BaseException`"
10551055
10561056#: ../../c-api/exceptions.rst:822 ../../c-api/exceptions.rst:824
10571057#: ../../c-api/exceptions.rst:826 ../../c-api/exceptions.rst:872
1058- #: ../../c-api/exceptions.rst:884 ../../c-api/exceptions.rst:1003
1058+ #: ../../c-api/exceptions.rst:884 ../../c-api/exceptions.rst:1000
10591059msgid "\\ (1)"
10601060msgstr "\\ (1)"
10611061
@@ -1534,7 +1534,7 @@ msgstr "\\(3)"
15341534msgid "These aliases used to be separate exception types."
15351535msgstr "これらのエイリアスは例外の種類を分けるために使われます。"
15361536
1537- #: ../../c-api/exceptions.rst:965 ../../c-api/exceptions.rst:1029
1537+ #: ../../c-api/exceptions.rst:965 ../../c-api/exceptions.rst:1026
15381538msgid "Notes:"
15391539msgstr "注釈:"
15401540
@@ -1543,22 +1543,18 @@ msgid "This is a base class for other standard exceptions."
15431543msgstr "これは別の標準例外のためのベースクラスです。"
15441544
15451545#: ../../c-api/exceptions.rst:971
1546- msgid "This is the same as :exc:`weakref.ReferenceError`."
1547- msgstr "これは :exc:`weakref.ReferenceError` と同じです。"
1548-
1549- #: ../../c-api/exceptions.rst:974
15501546msgid ""
15511547"Only defined on Windows; protect code that uses this by testing that the "
15521548"preprocessor macro ``MS_WINDOWS`` is defined."
15531549msgstr ""
15541550"Windowsでのみ定義されています。プリプロセッサマクロ ``MS_WINDOWS`` "
15551551"が定義されているかテストすることで、これを使うコードを保護してください。"
15561552
1557- #: ../../c-api/exceptions.rst:980
1553+ #: ../../c-api/exceptions.rst:977
15581554msgid "Standard Warning Categories"
15591555msgstr "標準警告カテゴリ"
15601556
1561- #: ../../c-api/exceptions.rst:982
1557+ #: ../../c-api/exceptions.rst:979
15621558msgid ""
15631559"All standard Python warning categories are available as global variables "
15641560"whose names are ``PyExc_`` followed by the Python exception name. These have"
@@ -1568,98 +1564,98 @@ msgstr ""
15681564"``PyExc_`` の後ろにPythonの例外名が続く名前をもつグローバル変数として、すべての標準Python警告カテゴリが利用可能です。これらは型 "
15691565":c:type:`PyObject\\ *` を持ち、すべてクラスオブジェクトです。完璧を期するために、すべての変数を以下に列挙します:"
15701566
1571- #: ../../c-api/exceptions.rst:1003
1567+ #: ../../c-api/exceptions.rst:1000
15721568msgid ":c:data:`PyExc_Warning`"
15731569msgstr ":c:data:`PyExc_Warning`"
15741570
1575- #: ../../c-api/exceptions.rst:1003
1571+ #: ../../c-api/exceptions.rst:1000
15761572msgid ":exc:`Warning`"
15771573msgstr ":exc:`Warning`"
15781574
1579- #: ../../c-api/exceptions.rst:1005
1575+ #: ../../c-api/exceptions.rst:1002
15801576msgid ":c:data:`PyExc_BytesWarning`"
15811577msgstr ":c:data:`PyExc_BytesWarning`"
15821578
1583- #: ../../c-api/exceptions.rst:1005
1579+ #: ../../c-api/exceptions.rst:1002
15841580msgid ":exc:`BytesWarning`"
15851581msgstr ":exc:`BytesWarning`"
15861582
1587- #: ../../c-api/exceptions.rst:1007
1583+ #: ../../c-api/exceptions.rst:1004
15881584msgid ":c:data:`PyExc_DeprecationWarning`"
15891585msgstr ":c:data:`PyExc_DeprecationWarning`"
15901586
1591- #: ../../c-api/exceptions.rst:1007
1587+ #: ../../c-api/exceptions.rst:1004
15921588msgid ":exc:`DeprecationWarning`"
15931589msgstr ":exc:`DeprecationWarning`"
15941590
1595- #: ../../c-api/exceptions.rst:1009
1591+ #: ../../c-api/exceptions.rst:1006
15961592msgid ":c:data:`PyExc_FutureWarning`"
15971593msgstr ":c:data:`PyExc_FutureWarning`"
15981594
1599- #: ../../c-api/exceptions.rst:1009
1595+ #: ../../c-api/exceptions.rst:1006
16001596msgid ":exc:`FutureWarning`"
16011597msgstr ":exc:`FutureWarning`"
16021598
1603- #: ../../c-api/exceptions.rst:1011
1599+ #: ../../c-api/exceptions.rst:1008
16041600msgid ":c:data:`PyExc_ImportWarning`"
16051601msgstr ":c:data:`PyExc_ImportWarning`"
16061602
1607- #: ../../c-api/exceptions.rst:1011
1603+ #: ../../c-api/exceptions.rst:1008
16081604msgid ":exc:`ImportWarning`"
16091605msgstr ":exc:`ImportWarning`"
16101606
1611- #: ../../c-api/exceptions.rst:1013
1607+ #: ../../c-api/exceptions.rst:1010
16121608msgid ":c:data:`PyExc_PendingDeprecationWarning`"
16131609msgstr ":c:data:`PyExc_PendingDeprecationWarning`"
16141610
1615- #: ../../c-api/exceptions.rst:1013
1611+ #: ../../c-api/exceptions.rst:1010
16161612msgid ":exc:`PendingDeprecationWarning`"
16171613msgstr ":exc:`PendingDeprecationWarning`"
16181614
1619- #: ../../c-api/exceptions.rst:1015
1615+ #: ../../c-api/exceptions.rst:1012
16201616msgid ":c:data:`PyExc_ResourceWarning`"
16211617msgstr ":c:data:`PyExc_ResourceWarning`"
16221618
1623- #: ../../c-api/exceptions.rst:1015
1619+ #: ../../c-api/exceptions.rst:1012
16241620msgid ":exc:`ResourceWarning`"
16251621msgstr ":exc:`ResourceWarning`"
16261622
1627- #: ../../c-api/exceptions.rst:1017
1623+ #: ../../c-api/exceptions.rst:1014
16281624msgid ":c:data:`PyExc_RuntimeWarning`"
16291625msgstr ":c:data:`PyExc_RuntimeWarning`"
16301626
1631- #: ../../c-api/exceptions.rst:1017
1627+ #: ../../c-api/exceptions.rst:1014
16321628msgid ":exc:`RuntimeWarning`"
16331629msgstr ":exc:`RuntimeWarning`"
16341630
1635- #: ../../c-api/exceptions.rst:1019
1631+ #: ../../c-api/exceptions.rst:1016
16361632msgid ":c:data:`PyExc_SyntaxWarning`"
16371633msgstr ":c:data:`PyExc_SyntaxWarning`"
16381634
1639- #: ../../c-api/exceptions.rst:1019
1635+ #: ../../c-api/exceptions.rst:1016
16401636msgid ":exc:`SyntaxWarning`"
16411637msgstr ":exc:`SyntaxWarning`"
16421638
1643- #: ../../c-api/exceptions.rst:1021
1639+ #: ../../c-api/exceptions.rst:1018
16441640msgid ":c:data:`PyExc_UnicodeWarning`"
16451641msgstr ":c:data:`PyExc_UnicodeWarning`"
16461642
1647- #: ../../c-api/exceptions.rst:1021
1643+ #: ../../c-api/exceptions.rst:1018
16481644msgid ":exc:`UnicodeWarning`"
16491645msgstr ":exc:`UnicodeWarning`"
16501646
1651- #: ../../c-api/exceptions.rst:1023
1647+ #: ../../c-api/exceptions.rst:1020
16521648msgid ":c:data:`PyExc_UserWarning`"
16531649msgstr ":c:data:`PyExc_UserWarning`"
16541650
1655- #: ../../c-api/exceptions.rst:1023
1651+ #: ../../c-api/exceptions.rst:1020
16561652msgid ":exc:`UserWarning`"
16571653msgstr ":exc:`UserWarning`"
16581654
1659- #: ../../c-api/exceptions.rst:1026
1655+ #: ../../c-api/exceptions.rst:1023
16601656msgid ":c:data:`PyExc_ResourceWarning`."
16611657msgstr ":c:data:`PyExc_ResourceWarning`."
16621658
1663- #: ../../c-api/exceptions.rst:1032
1659+ #: ../../c-api/exceptions.rst:1029
16641660msgid "This is a base class for other standard warning categories."
16651661msgstr "これは別の標準警告カテゴリのためのベースクラスです。"
0 commit comments