@@ -16,7 +16,7 @@ msgid ""
16
16
msgstr ""
17
17
"Project-Id-Version :Python 3.8\n "
18
18
"Report-Msgid-Bugs-To :\n "
19
- "POT-Creation-Date :2020-02-09 12:40 +0000\n "
19
+ "POT-Creation-Date :2020-02-11 12:43 +0000\n "
20
20
"PO-Revision-Date :2017-02-16 17:35+0000\n "
21
21
"Last-Translator :tomo, 2020\n "
22
22
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1040,16 +1040,16 @@ msgstr ""
1040
1040
":c:type:`PyObject\\ *` を持ち、すべてクラスオブジェクトです。完璧を期するために、すべての変数を以下に列挙します:"
1041
1041
1042
1042
#: ../../c-api/exceptions.rst:823 ../../c-api/exceptions.rst:956
1043
- #: ../../c-api/exceptions.rst:1004
1043
+ #: ../../c-api/exceptions.rst:1001
1044
1044
msgid "C Name"
1045
1045
msgstr "C名"
1046
1046
1047
- #: ../../c-api/exceptions.rst:823 ../../c-api/exceptions.rst:1004
1047
+ #: ../../c-api/exceptions.rst:823 ../../c-api/exceptions.rst:1001
1048
1048
msgid "Python Name"
1049
1049
msgstr "Python名"
1050
1050
1051
1051
#: ../../c-api/exceptions.rst:823 ../../c-api/exceptions.rst:956
1052
- #: ../../c-api/exceptions.rst:1004
1052
+ #: ../../c-api/exceptions.rst:1001
1053
1053
msgid "Notes"
1054
1054
msgstr "注釈"
1055
1055
@@ -1063,7 +1063,7 @@ msgstr ":exc:`BaseException`"
1063
1063
1064
1064
#: ../../c-api/exceptions.rst:825 ../../c-api/exceptions.rst:827
1065
1065
#: ../../c-api/exceptions.rst:829 ../../c-api/exceptions.rst:875
1066
- #: ../../c-api/exceptions.rst:887 ../../c-api/exceptions.rst:1006
1066
+ #: ../../c-api/exceptions.rst:887 ../../c-api/exceptions.rst:1003
1067
1067
msgid "\\ (1)"
1068
1068
msgstr "\\ (1)"
1069
1069
@@ -1542,7 +1542,7 @@ msgstr "\\(3)"
1542
1542
msgid "These aliases used to be separate exception types."
1543
1543
msgstr "これらのエイリアスは例外の種類を分けるために使われます。"
1544
1544
1545
- #: ../../c-api/exceptions.rst:968 ../../c-api/exceptions.rst:1032
1545
+ #: ../../c-api/exceptions.rst:968 ../../c-api/exceptions.rst:1029
1546
1546
msgid "Notes:"
1547
1547
msgstr "注釈:"
1548
1548
@@ -1551,22 +1551,18 @@ msgid "This is a base class for other standard exceptions."
1551
1551
msgstr "これは別の標準例外のためのベースクラスです。"
1552
1552
1553
1553
#: ../../c-api/exceptions.rst:974
1554
- msgid "This is the same as :exc:`weakref.ReferenceError`."
1555
- msgstr "これは :exc:`weakref.ReferenceError` と同じです。"
1556
-
1557
- #: ../../c-api/exceptions.rst:977
1558
1554
msgid ""
1559
1555
"Only defined on Windows; protect code that uses this by testing that the "
1560
1556
"preprocessor macro ``MS_WINDOWS`` is defined."
1561
1557
msgstr ""
1562
1558
"Windowsでのみ定義されています。プリプロセッサマクロ ``MS_WINDOWS`` "
1563
1559
"が定義されているかテストすることで、これを使うコードを保護してください。"
1564
1560
1565
- #: ../../c-api/exceptions.rst:983
1561
+ #: ../../c-api/exceptions.rst:980
1566
1562
msgid "Standard Warning Categories"
1567
1563
msgstr "標準警告カテゴリ"
1568
1564
1569
- #: ../../c-api/exceptions.rst:985
1565
+ #: ../../c-api/exceptions.rst:982
1570
1566
msgid ""
1571
1567
"All standard Python warning categories are available as global variables "
1572
1568
"whose names are ``PyExc_`` followed by the Python exception name. These have"
@@ -1576,98 +1572,98 @@ msgstr ""
1576
1572
"``PyExc_`` の後ろにPythonの例外名が続く名前をもつグローバル変数として、すべての標準Python警告カテゴリが利用可能です。これらは型 "
1577
1573
":c:type:`PyObject\\ *` を持ち、すべてクラスオブジェクトです。完璧を期するために、すべての変数を以下に列挙します:"
1578
1574
1579
- #: ../../c-api/exceptions.rst:1006
1575
+ #: ../../c-api/exceptions.rst:1003
1580
1576
msgid ":c:data:`PyExc_Warning`"
1581
1577
msgstr ":c:data:`PyExc_Warning`"
1582
1578
1583
- #: ../../c-api/exceptions.rst:1006
1579
+ #: ../../c-api/exceptions.rst:1003
1584
1580
msgid ":exc:`Warning`"
1585
1581
msgstr ":exc:`Warning`"
1586
1582
1587
- #: ../../c-api/exceptions.rst:1008
1583
+ #: ../../c-api/exceptions.rst:1005
1588
1584
msgid ":c:data:`PyExc_BytesWarning`"
1589
1585
msgstr ":c:data:`PyExc_BytesWarning`"
1590
1586
1591
- #: ../../c-api/exceptions.rst:1008
1587
+ #: ../../c-api/exceptions.rst:1005
1592
1588
msgid ":exc:`BytesWarning`"
1593
1589
msgstr ":exc:`BytesWarning`"
1594
1590
1595
- #: ../../c-api/exceptions.rst:1010
1591
+ #: ../../c-api/exceptions.rst:1007
1596
1592
msgid ":c:data:`PyExc_DeprecationWarning`"
1597
1593
msgstr ":c:data:`PyExc_DeprecationWarning`"
1598
1594
1599
- #: ../../c-api/exceptions.rst:1010
1595
+ #: ../../c-api/exceptions.rst:1007
1600
1596
msgid ":exc:`DeprecationWarning`"
1601
1597
msgstr ":exc:`DeprecationWarning`"
1602
1598
1603
- #: ../../c-api/exceptions.rst:1012
1599
+ #: ../../c-api/exceptions.rst:1009
1604
1600
msgid ":c:data:`PyExc_FutureWarning`"
1605
1601
msgstr ":c:data:`PyExc_FutureWarning`"
1606
1602
1607
- #: ../../c-api/exceptions.rst:1012
1603
+ #: ../../c-api/exceptions.rst:1009
1608
1604
msgid ":exc:`FutureWarning`"
1609
1605
msgstr ":exc:`FutureWarning`"
1610
1606
1611
- #: ../../c-api/exceptions.rst:1014
1607
+ #: ../../c-api/exceptions.rst:1011
1612
1608
msgid ":c:data:`PyExc_ImportWarning`"
1613
1609
msgstr ":c:data:`PyExc_ImportWarning`"
1614
1610
1615
- #: ../../c-api/exceptions.rst:1014
1611
+ #: ../../c-api/exceptions.rst:1011
1616
1612
msgid ":exc:`ImportWarning`"
1617
1613
msgstr ":exc:`ImportWarning`"
1618
1614
1619
- #: ../../c-api/exceptions.rst:1016
1615
+ #: ../../c-api/exceptions.rst:1013
1620
1616
msgid ":c:data:`PyExc_PendingDeprecationWarning`"
1621
1617
msgstr ":c:data:`PyExc_PendingDeprecationWarning`"
1622
1618
1623
- #: ../../c-api/exceptions.rst:1016
1619
+ #: ../../c-api/exceptions.rst:1013
1624
1620
msgid ":exc:`PendingDeprecationWarning`"
1625
1621
msgstr ":exc:`PendingDeprecationWarning`"
1626
1622
1627
- #: ../../c-api/exceptions.rst:1018
1623
+ #: ../../c-api/exceptions.rst:1015
1628
1624
msgid ":c:data:`PyExc_ResourceWarning`"
1629
1625
msgstr ":c:data:`PyExc_ResourceWarning`"
1630
1626
1631
- #: ../../c-api/exceptions.rst:1018
1627
+ #: ../../c-api/exceptions.rst:1015
1632
1628
msgid ":exc:`ResourceWarning`"
1633
1629
msgstr ":exc:`ResourceWarning`"
1634
1630
1635
- #: ../../c-api/exceptions.rst:1020
1631
+ #: ../../c-api/exceptions.rst:1017
1636
1632
msgid ":c:data:`PyExc_RuntimeWarning`"
1637
1633
msgstr ":c:data:`PyExc_RuntimeWarning`"
1638
1634
1639
- #: ../../c-api/exceptions.rst:1020
1635
+ #: ../../c-api/exceptions.rst:1017
1640
1636
msgid ":exc:`RuntimeWarning`"
1641
1637
msgstr ":exc:`RuntimeWarning`"
1642
1638
1643
- #: ../../c-api/exceptions.rst:1022
1639
+ #: ../../c-api/exceptions.rst:1019
1644
1640
msgid ":c:data:`PyExc_SyntaxWarning`"
1645
1641
msgstr ":c:data:`PyExc_SyntaxWarning`"
1646
1642
1647
- #: ../../c-api/exceptions.rst:1022
1643
+ #: ../../c-api/exceptions.rst:1019
1648
1644
msgid ":exc:`SyntaxWarning`"
1649
1645
msgstr ":exc:`SyntaxWarning`"
1650
1646
1651
- #: ../../c-api/exceptions.rst:1024
1647
+ #: ../../c-api/exceptions.rst:1021
1652
1648
msgid ":c:data:`PyExc_UnicodeWarning`"
1653
1649
msgstr ":c:data:`PyExc_UnicodeWarning`"
1654
1650
1655
- #: ../../c-api/exceptions.rst:1024
1651
+ #: ../../c-api/exceptions.rst:1021
1656
1652
msgid ":exc:`UnicodeWarning`"
1657
1653
msgstr ":exc:`UnicodeWarning`"
1658
1654
1659
- #: ../../c-api/exceptions.rst:1026
1655
+ #: ../../c-api/exceptions.rst:1023
1660
1656
msgid ":c:data:`PyExc_UserWarning`"
1661
1657
msgstr ":c:data:`PyExc_UserWarning`"
1662
1658
1663
- #: ../../c-api/exceptions.rst:1026
1659
+ #: ../../c-api/exceptions.rst:1023
1664
1660
msgid ":exc:`UserWarning`"
1665
1661
msgstr ":exc:`UserWarning`"
1666
1662
1667
- #: ../../c-api/exceptions.rst:1029
1663
+ #: ../../c-api/exceptions.rst:1026
1668
1664
msgid ":c:data:`PyExc_ResourceWarning`."
1669
1665
msgstr ":c:data:`PyExc_ResourceWarning`."
1670
1666
1671
- #: ../../c-api/exceptions.rst:1035
1667
+ #: ../../c-api/exceptions.rst:1032
1672
1668
msgid "This is a base class for other standard warning categories."
1673
1669
msgstr "これは別の標準警告カテゴリのためのベースクラスです。"