Skip to content

Commit e57790c

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 36cbeb5 commit e57790c

File tree

4 files changed

+7568
-7542
lines changed

4 files changed

+7568
-7542
lines changed

c-api/code.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ msgstr "これは Python の :class:`code` 型を表現する :c:type:`PyTypeObj
5050
msgid ""
5151
"Return true if *co* is a :class:`code` object. This function always "
5252
"succeeds."
53-
msgstr ""
53+
msgstr "*co* が :class:`code` オブジェクトの場合に真を返します。この関数は常に成功します。"
5454

5555
#: ../../c-api/code.rst:34
5656
msgid "Return the number of free variables in *co*."

c-api/complex.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ msgstr "二つの複素数の差を C の :c:type:`Py_complex` 型で返しま
7575
msgid ""
7676
"Return the negation of the complex number *num*, using the C "
7777
":c:type:`Py_complex` representation."
78-
msgstr ""
78+
msgstr "複素数 *num* の符号反転 C の :c:type:`Py_complex` 型で返します。"
7979

8080
#: ../../c-api/complex.rst:57
8181
msgid ""
@@ -134,12 +134,16 @@ msgid ""
134134
"Return true if its argument is a :c:type:`PyComplexObject` or a subtype of "
135135
":c:type:`PyComplexObject`. This function always succeeds."
136136
msgstr ""
137+
"引数が :c:type:`PyComplexObject` か :c:type:`PyComplexObject` "
138+
"のサブタイプであるときに真を返します。この関数は常に成功します。"
137139

138140
#: ../../c-api/complex.rst:102
139141
msgid ""
140142
"Return true if its argument is a :c:type:`PyComplexObject`, but not a "
141143
"subtype of :c:type:`PyComplexObject`. This function always succeeds."
142144
msgstr ""
145+
"引数が :c:type:`PyComplexObject` であるが :c:type:`PyComplexObject` "
146+
"のサブタイプでないときに真を返します。この関数は常に成功します。"
143147

144148
#: ../../c-api/complex.rst:108
145149
msgid ""

c-api/function.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ msgid ""
4848
":c:data:`PyFunction_Type`). The parameter must not be ``NULL``. This "
4949
"function always succeeds."
5050
msgstr ""
51+
"*o* が関数オブジェクト (:c:data:`PyFunction_Type` 型である) 場合に真を返します。パラメータは ``NULL`` "
52+
"にできません。この関数は常に成功します。"
5153

5254
#: ../../c-api/function.rst:34
5355
msgid ""

0 commit comments

Comments
 (0)