@@ -76,58 +76,80 @@ msgid ""
7676"Return true if *ob* is of type :c:data:`PyDateTime_DateType`. *ob* must not "
7777"be ``NULL``. This function always succeeds."
7878msgstr ""
79+ "*ob* が :c:data:`PyDateTime_DateType` の場合に真を返します。\n"
80+ "*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
7981
8082#: ../../c-api/datetime.rst:43
8183msgid ""
8284"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType` or a "
8385"subtype of :c:data:`PyDateTime_DateTimeType`. *ob* must not be ``NULL``. "
8486"This function always succeeds."
8587msgstr ""
88+ "*ob* が :c:data:`PyDateTime_DateTimeType` 型か :c:data:"
89+ "`PyDateTime_DateTimeType` 型のサブタイプのオブジェ��トの場合に真を返します; "
90+ "*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
8691
8792#: ../../c-api/datetime.rst:50
8893msgid ""
8994"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType`. *ob* must "
9095"not be ``NULL``. This function always succeeds."
9196msgstr ""
97+ "*ob* が :c:data:`PyDateTime_DateTimeType` の場合に真を返します。\n"
98+ "*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
9299
93100#: ../../c-api/datetime.rst:56
94101msgid ""
95102"Return true if *ob* is of type :c:data:`PyDateTime_TimeType` or a subtype "
96103"of :c:data:`PyDateTime_TimeType`. *ob* must not be ``NULL``. This function "
97104"always succeeds."
98105msgstr ""
106+ "*ob* が :c:data:`PyDateTime_TimeType` 型か :c:data:`PyDateTime_TimeType` 型の"
107+ "サブタイプのオブジェクトの場合に真を返します; *ob* は ``NULL`` であってはなり"
108+ "ません。この関数は常に成功します。"
99109
100110#: ../../c-api/datetime.rst:63
101111msgid ""
102112"Return true if *ob* is of type :c:data:`PyDateTime_TimeType`. *ob* must not "
103113"be ``NULL``. This function always succeeds."
104114msgstr ""
115+ "*ob* が :c:data:`PyDateTime_TimeType` の場合に真を返します。\n"
116+ "*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
105117
106118#: ../../c-api/datetime.rst:69
107119msgid ""
108120"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype "
109121"of :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``. This "
110122"function always succeeds."
111123msgstr ""
124+ "*ob* が :c:data:`PyDateTime_DeltaType` 型か :c:data:`PyDateTime_DeltaType` 型"
125+ "のサブタイプのオブジェクトの場合に真を返します; *ob* は ``NULL`` であってはな"
126+ "りません。この関数は常に成功します。"
112127
113128#: ../../c-api/datetime.rst:76
114129msgid ""
115130"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not "
116131"be ``NULL``. This function always succeeds."
117132msgstr ""
133+ "*ob* が :c:data:`PyDateTime_DeltaType` の場合に真を返します。\n"
134+ "*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
118135
119136#: ../../c-api/datetime.rst:82
120137msgid ""
121138"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType` or a subtype "
122139"of :c:data:`PyDateTime_TZInfoType`. *ob* must not be ``NULL``. This "
123140"function always succeeds."
124141msgstr ""
142+ "*ob* が :c:data:`PyDateTime_TZInfoType` 型か :c:data:`PyDateTime_TZInfoType` "
143+ "型のサブタイプのオブジェクトの場合に真を返します; *ob* は ``NULL`` であっては"
144+ "なりません。この関数は常に成功します。"
125145
126146#: ../../c-api/datetime.rst:89
127147msgid ""
128148"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType`. *ob* must "
129149"not be ``NULL``. This function always succeeds."
130150msgstr ""
151+ "*ob* が :c:data:`PyDateTime_TZInfoType` の場合に真を返します。\n"
152+ "*ob* は ``NULL`` であってはなりません。この関数は常に成功します。"
131153
132154#: ../../c-api/datetime.rst:93
133155msgid "Macros to create objects:"
0 commit comments