@@ -74,58 +74,80 @@ msgid ""
74
74
"Return true if *ob* is of type :c:data:`PyDateTime_DateType`. *ob* must not "
75
75
"be ``NULL``. This function always succeeds."
76
76
msgstr ""
77
+ "*ob* が :c:data:`PyDateTime_DateType` の場合に真を返します。\n"
78
+ "*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
77
79
78
80
#: ../../c-api/datetime.rst:43
79
81
msgid ""
80
82
"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType` or a "
81
83
"subtype of :c:data:`PyDateTime_DateTimeType`. *ob* must not be ``NULL``. "
82
84
"This function always succeeds."
83
85
msgstr ""
86
+ "*ob* が :c:data:`PyDateTime_DateTimeType` 型か :c:data:"
87
+ "`PyDateTime_DateTimeType` 型のサブタイプのオブジェクトの場合に真を返します; "
88
+ "*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
84
89
85
90
#: ../../c-api/datetime.rst:50
86
91
msgid ""
87
92
"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType`. *ob* must "
88
93
"not be ``NULL``. This function always succeeds."
89
94
msgstr ""
95
+ "*ob* が :c:data:`PyDateTime_DateTimeType` の場合に真を返します。\n"
96
+ "*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
90
97
91
98
#: ../../c-api/datetime.rst:56
92
99
msgid ""
93
100
"Return true if *ob* is of type :c:data:`PyDateTime_TimeType` or a subtype "
94
101
"of :c:data:`PyDateTime_TimeType`. *ob* must not be ``NULL``. This function "
95
102
"always succeeds."
96
103
msgstr ""
104
+ "*ob* が :c:data:`PyDateTime_TimeType` 型か :c:data:`PyDateTime_TimeType` 型の"
105
+ "サブタイプのオブジェクトの場合に真を返します; *ob* は ``NULL`` であってはなり"
106
+ "ません。この関数は常に成功します。"
97
107
98
108
#: ../../c-api/datetime.rst:63
99
109
msgid ""
100
110
"Return true if *ob* is of type :c:data:`PyDateTime_TimeType`. *ob* must not "
101
111
"be ``NULL``. This function always succeeds."
102
112
msgstr ""
113
+ "*ob* が :c:data:`PyDateTime_TimeType` の場合に真を返します。\n"
114
+ "*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
103
115
104
116
#: ../../c-api/datetime.rst:69
105
117
msgid ""
106
118
"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype "
107
119
"of :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``. This "
108
120
"function always succeeds."
109
121
msgstr ""
122
+ "*ob* が :c:data:`PyDateTime_DeltaType` 型か :c:data:`PyDateTime_DeltaType` 型"
123
+ "のサブタイプのオブジェクトの場合に真を返します; *ob* は ``NULL`` であってはな"
124
+ "りません。この関数は常に成功します。"
110
125
111
126
#: ../../c-api/datetime.rst:76
112
127
msgid ""
113
128
"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not "
114
129
"be ``NULL``. This function always succeeds."
115
130
msgstr ""
131
+ "*ob* が :c:data:`PyDateTime_DeltaType` の場合に真を返します。\n"
132
+ "*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
116
133
117
134
#: ../../c-api/datetime.rst:82
118
135
msgid ""
119
136
"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType` or a subtype "
120
137
"of :c:data:`PyDateTime_TZInfoType`. *ob* must not be ``NULL``. This "
121
138
"function always succeeds."
122
139
msgstr ""
140
+ "*ob* が :c:data:`PyDateTime_TZInfoType` 型か :c:data:`PyDateTime_TZInfoType` "
141
+ "型のサブタイプのオブジェクトの場合に真を返します; *ob* は ``NULL`` であっては"
142
+ "なりません。この関数は常に成功します。"
123
143
124
144
#: ../../c-api/datetime.rst:89
125
145
msgid ""
126
146
"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType`. *ob* must "
127
147
"not be ``NULL``. This function always succeeds."
128
148
msgstr ""
149
+ "*ob* が :c:data:`PyDateTime_TZInfoType` の場合に真を返します。\n"
150
+ "*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
129
151
130
152
#: ../../c-api/datetime.rst:93
131
153
msgid "Macros to create objects:"
0 commit comments