File tree 4 files changed +7568
-7542
lines changed
4 files changed +7568
-7542
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ msgstr "これは Python の :class:`code` 型を表現する :c:type:`PyTypeObj
50
50
msgid ""
51
51
"Return true if *co* is a :class:`code` object. This function always "
52
52
"succeeds."
53
- msgstr ""
53
+ msgstr "*co* が :class:`code` オブジェクトの場合に真を返します。この関数は常に成功します。 "
54
54
55
55
#: ../../c-api/code.rst:34
56
56
msgid "Return the number of free variables in *co*."
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ msgstr "二つの複素数の差を C の :c:type:`Py_complex` 型で返しま
75
75
msgid ""
76
76
"Return the negation of the complex number *num*, using the C "
77
77
":c:type:`Py_complex` representation."
78
- msgstr ""
78
+ msgstr "複素数 *num* の符号反転 C の :c:type:`Py_complex` 型で返します。 "
79
79
80
80
#: ../../c-api/complex.rst:57
81
81
msgid ""
@@ -134,12 +134,16 @@ msgid ""
134
134
"Return true if its argument is a :c:type:`PyComplexObject` or a subtype of "
135
135
":c:type:`PyComplexObject`. This function always succeeds."
136
136
msgstr ""
137
+ "引数が :c:type:`PyComplexObject` か :c:type:`PyComplexObject` "
138
+ "のサブタイプであるときに真を返します。この関数は常に成功します。"
137
139
138
140
#: ../../c-api/complex.rst:102
139
141
msgid ""
140
142
"Return true if its argument is a :c:type:`PyComplexObject`, but not a "
141
143
"subtype of :c:type:`PyComplexObject`. This function always succeeds."
142
144
msgstr ""
145
+ "引数が :c:type:`PyComplexObject` であるが :c:type:`PyComplexObject` "
146
+ "のサブタイプでないときに真を返します。この関数は常に成功します。"
143
147
144
148
#: ../../c-api/complex.rst:108
145
149
msgid ""
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ msgid ""
48
48
":c:data:`PyFunction_Type`). The parameter must not be ``NULL``. This "
49
49
"function always succeeds."
50
50
msgstr ""
51
+ "*o* が関数オブジェクト (:c:data:`PyFunction_Type` 型である) 場合に真を返します。パラメータは ``NULL`` "
52
+ "にできません。この関数は常に成功します。"
51
53
52
54
#: ../../c-api/function.rst:34
53
55
msgid ""
You can’t perform that action at this time.
0 commit comments