@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version :Python 3.7\n "
13
13
"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 "
15
15
"PO-Revision-Date :2019-09-01 03:39+0000\n "
16
16
"Last-Translator :tomo, 2020\n "
17
17
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1032,16 +1032,16 @@ msgstr ""
1032
1032
":c:type:`PyObject\\ *` を持ち、すべてクラスオブジェクトです。完璧を期するために、すべての変数を以下に列挙します:"
1033
1033
1034
1034
#: ../../c-api/exceptions.rst:820 ../../c-api/exceptions.rst:953
1035
- #: ../../c-api/exceptions.rst:1001
1035
+ #: ../../c-api/exceptions.rst:998
1036
1036
msgid "C Name"
1037
1037
msgstr "C名"
1038
1038
1039
- #: ../../c-api/exceptions.rst:820 ../../c-api/exceptions.rst:1001
1039
+ #: ../../c-api/exceptions.rst:820 ../../c-api/exceptions.rst:998
1040
1040
msgid "Python Name"
1041
1041
msgstr "Python名"
1042
1042
1043
1043
#: ../../c-api/exceptions.rst:820 ../../c-api/exceptions.rst:953
1044
- #: ../../c-api/exceptions.rst:1001
1044
+ #: ../../c-api/exceptions.rst:998
1045
1045
msgid "Notes"
1046
1046
msgstr "注釈"
1047
1047
@@ -1055,7 +1055,7 @@ msgstr ":exc:`BaseException`"
1055
1055
1056
1056
#: ../../c-api/exceptions.rst:822 ../../c-api/exceptions.rst:824
1057
1057
#: ../../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
1059
1059
msgid "\\ (1)"
1060
1060
msgstr "\\ (1)"
1061
1061
@@ -1534,7 +1534,7 @@ msgstr "\\(3)"
1534
1534
msgid "These aliases used to be separate exception types."
1535
1535
msgstr "これらのエイリアスは例外の種類を分けるために使われます。"
1536
1536
1537
- #: ../../c-api/exceptions.rst:965 ../../c-api/exceptions.rst:1029
1537
+ #: ../../c-api/exceptions.rst:965 ../../c-api/exceptions.rst:1026
1538
1538
msgid "Notes:"
1539
1539
msgstr "注釈:"
1540
1540
@@ -1543,22 +1543,18 @@ msgid "This is a base class for other standard exceptions."
1543
1543
msgstr "これは別の標準例外のためのベースクラスです。"
1544
1544
1545
1545
#: ../../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
1550
1546
msgid ""
1551
1547
"Only defined on Windows; protect code that uses this by testing that the "
1552
1548
"preprocessor macro ``MS_WINDOWS`` is defined."
1553
1549
msgstr ""
1554
1550
"Windowsでのみ定義されています。プリプロセッサマクロ ``MS_WINDOWS`` "
1555
1551
"が定義されているかテストすることで、これを使うコードを保護してください。"
1556
1552
1557
- #: ../../c-api/exceptions.rst:980
1553
+ #: ../../c-api/exceptions.rst:977
1558
1554
msgid "Standard Warning Categories"
1559
1555
msgstr "標準警告カテゴリ"
1560
1556
1561
- #: ../../c-api/exceptions.rst:982
1557
+ #: ../../c-api/exceptions.rst:979
1562
1558
msgid ""
1563
1559
"All standard Python warning categories are available as global variables "
1564
1560
"whose names are ``PyExc_`` followed by the Python exception name. These have"
@@ -1568,98 +1564,98 @@ msgstr ""
1568
1564
"``PyExc_`` の後ろにPythonの例外名が続く名前をもつグローバル変数として、すべての標準Python警告カテゴリが利用可能です。これらは型 "
1569
1565
":c:type:`PyObject\\ *` を持ち、すべてクラスオブジェクトです。完璧を期するために、すべての変数を以下に列挙します:"
1570
1566
1571
- #: ../../c-api/exceptions.rst:1003
1567
+ #: ../../c-api/exceptions.rst:1000
1572
1568
msgid ":c:data:`PyExc_Warning`"
1573
1569
msgstr ":c:data:`PyExc_Warning`"
1574
1570
1575
- #: ../../c-api/exceptions.rst:1003
1571
+ #: ../../c-api/exceptions.rst:1000
1576
1572
msgid ":exc:`Warning`"
1577
1573
msgstr ":exc:`Warning`"
1578
1574
1579
- #: ../../c-api/exceptions.rst:1005
1575
+ #: ../../c-api/exceptions.rst:1002
1580
1576
msgid ":c:data:`PyExc_BytesWarning`"
1581
1577
msgstr ":c:data:`PyExc_BytesWarning`"
1582
1578
1583
- #: ../../c-api/exceptions.rst:1005
1579
+ #: ../../c-api/exceptions.rst:1002
1584
1580
msgid ":exc:`BytesWarning`"
1585
1581
msgstr ":exc:`BytesWarning`"
1586
1582
1587
- #: ../../c-api/exceptions.rst:1007
1583
+ #: ../../c-api/exceptions.rst:1004
1588
1584
msgid ":c:data:`PyExc_DeprecationWarning`"
1589
1585
msgstr ":c:data:`PyExc_DeprecationWarning`"
1590
1586
1591
- #: ../../c-api/exceptions.rst:1007
1587
+ #: ../../c-api/exceptions.rst:1004
1592
1588
msgid ":exc:`DeprecationWarning`"
1593
1589
msgstr ":exc:`DeprecationWarning`"
1594
1590
1595
- #: ../../c-api/exceptions.rst:1009
1591
+ #: ../../c-api/exceptions.rst:1006
1596
1592
msgid ":c:data:`PyExc_FutureWarning`"
1597
1593
msgstr ":c:data:`PyExc_FutureWarning`"
1598
1594
1599
- #: ../../c-api/exceptions.rst:1009
1595
+ #: ../../c-api/exceptions.rst:1006
1600
1596
msgid ":exc:`FutureWarning`"
1601
1597
msgstr ":exc:`FutureWarning`"
1602
1598
1603
- #: ../../c-api/exceptions.rst:1011
1599
+ #: ../../c-api/exceptions.rst:1008
1604
1600
msgid ":c:data:`PyExc_ImportWarning`"
1605
1601
msgstr ":c:data:`PyExc_ImportWarning`"
1606
1602
1607
- #: ../../c-api/exceptions.rst:1011
1603
+ #: ../../c-api/exceptions.rst:1008
1608
1604
msgid ":exc:`ImportWarning`"
1609
1605
msgstr ":exc:`ImportWarning`"
1610
1606
1611
- #: ../../c-api/exceptions.rst:1013
1607
+ #: ../../c-api/exceptions.rst:1010
1612
1608
msgid ":c:data:`PyExc_PendingDeprecationWarning`"
1613
1609
msgstr ":c:data:`PyExc_PendingDeprecationWarning`"
1614
1610
1615
- #: ../../c-api/exceptions.rst:1013
1611
+ #: ../../c-api/exceptions.rst:1010
1616
1612
msgid ":exc:`PendingDeprecationWarning`"
1617
1613
msgstr ":exc:`PendingDeprecationWarning`"
1618
1614
1619
- #: ../../c-api/exceptions.rst:1015
1615
+ #: ../../c-api/exceptions.rst:1012
1620
1616
msgid ":c:data:`PyExc_ResourceWarning`"
1621
1617
msgstr ":c:data:`PyExc_ResourceWarning`"
1622
1618
1623
- #: ../../c-api/exceptions.rst:1015
1619
+ #: ../../c-api/exceptions.rst:1012
1624
1620
msgid ":exc:`ResourceWarning`"
1625
1621
msgstr ":exc:`ResourceWarning`"
1626
1622
1627
- #: ../../c-api/exceptions.rst:1017
1623
+ #: ../../c-api/exceptions.rst:1014
1628
1624
msgid ":c:data:`PyExc_RuntimeWarning`"
1629
1625
msgstr ":c:data:`PyExc_RuntimeWarning`"
1630
1626
1631
- #: ../../c-api/exceptions.rst:1017
1627
+ #: ../../c-api/exceptions.rst:1014
1632
1628
msgid ":exc:`RuntimeWarning`"
1633
1629
msgstr ":exc:`RuntimeWarning`"
1634
1630
1635
- #: ../../c-api/exceptions.rst:1019
1631
+ #: ../../c-api/exceptions.rst:1016
1636
1632
msgid ":c:data:`PyExc_SyntaxWarning`"
1637
1633
msgstr ":c:data:`PyExc_SyntaxWarning`"
1638
1634
1639
- #: ../../c-api/exceptions.rst:1019
1635
+ #: ../../c-api/exceptions.rst:1016
1640
1636
msgid ":exc:`SyntaxWarning`"
1641
1637
msgstr ":exc:`SyntaxWarning`"
1642
1638
1643
- #: ../../c-api/exceptions.rst:1021
1639
+ #: ../../c-api/exceptions.rst:1018
1644
1640
msgid ":c:data:`PyExc_UnicodeWarning`"
1645
1641
msgstr ":c:data:`PyExc_UnicodeWarning`"
1646
1642
1647
- #: ../../c-api/exceptions.rst:1021
1643
+ #: ../../c-api/exceptions.rst:1018
1648
1644
msgid ":exc:`UnicodeWarning`"
1649
1645
msgstr ":exc:`UnicodeWarning`"
1650
1646
1651
- #: ../../c-api/exceptions.rst:1023
1647
+ #: ../../c-api/exceptions.rst:1020
1652
1648
msgid ":c:data:`PyExc_UserWarning`"
1653
1649
msgstr ":c:data:`PyExc_UserWarning`"
1654
1650
1655
- #: ../../c-api/exceptions.rst:1023
1651
+ #: ../../c-api/exceptions.rst:1020
1656
1652
msgid ":exc:`UserWarning`"
1657
1653
msgstr ":exc:`UserWarning`"
1658
1654
1659
- #: ../../c-api/exceptions.rst:1026
1655
+ #: ../../c-api/exceptions.rst:1023
1660
1656
msgid ":c:data:`PyExc_ResourceWarning`."
1661
1657
msgstr ":c:data:`PyExc_ResourceWarning`."
1662
1658
1663
- #: ../../c-api/exceptions.rst:1032
1659
+ #: ../../c-api/exceptions.rst:1029
1664
1660
msgid "This is a base class for other standard warning categories."
1665
1661
msgstr "これは別の標準警告カテゴリのためのベースクラスです。"