@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.12\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2023-07-14 14:14 +0000\n "
15
+ "POT-Creation-Date : 2023-08-04 14:13 +0000\n "
16
16
"PO-Revision-Date : 2021-06-28 00:47+0000\n "
17
17
"Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com>, 2021\n "
18
18
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -37,41 +37,47 @@ msgstr ""
37
37
38
38
#: ../../c-api/bool.rst:16
39
39
msgid ""
40
+ "This instance of :c:type:`PyTypeObject` represents the Python boolean type; "
41
+ "it is the same object as :class:`bool` in the Python layer."
42
+ msgstr ""
43
+
44
+ #: ../../c-api/bool.rst:22
45
+ msgid ""
40
46
"Return true if *o* is of type :c:data:`PyBool_Type`. This function always "
41
47
"succeeds."
42
48
msgstr ""
43
49
"*o* が :c:data:`PyBool_Type` 型の場合に真を返します。この関数は常に成功しま"
44
50
"す。"
45
51
46
- #: ../../c-api/bool.rst:22
52
+ #: ../../c-api/bool.rst:28
47
53
msgid ""
48
54
"The Python ``False`` object. This object has no methods and is `immortal "
49
55
"<https://peps.python.org/pep-0683/>`_."
50
56
msgstr ""
51
57
52
- #: ../../c-api/bool.rst:25
58
+ #: ../../c-api/bool.rst:31
53
59
msgid ":c:data:`Py_False` is immortal."
54
60
msgstr ""
55
61
56
- #: ../../c-api/bool.rst:31
62
+ #: ../../c-api/bool.rst:37
57
63
msgid ""
58
64
"The Python ``True`` object. This object has no methods and is `immortal "
59
65
"<https://peps.python.org/pep-0683/>`_."
60
66
msgstr ""
61
67
62
- #: ../../c-api/bool.rst:34
68
+ #: ../../c-api/bool.rst:40
63
69
msgid ":c:data:`Py_True` is immortal."
64
70
msgstr ""
65
71
66
- #: ../../c-api/bool.rst:40
72
+ #: ../../c-api/bool.rst:46
67
73
msgid "Return :c:data:`Py_False` from a function."
68
74
msgstr ""
69
75
70
- #: ../../c-api/bool.rst:45
76
+ #: ../../c-api/bool.rst:51
71
77
msgid "Return :c:data:`Py_True` from a function."
72
78
msgstr ""
73
79
74
- #: ../../c-api/bool.rst:50
80
+ #: ../../c-api/bool.rst:56
75
81
msgid ""
76
82
"Return :c:data:`Py_True` or :c:data:`Py_False`, depending on the truth value "
77
83
"of *v*."
0 commit comments