@@ -50,104 +50,94 @@ msgid "Type-check macros:"
5050msgstr "형 검사 매크로:"
5151
5252#: ../Doc/c-api/datetime.rst:30
53- #, fuzzy
5453msgid ""
5554"Return true if *ob* is of type :c:data:`PyDateTime_DateType` or a subtype"
5655" of :c:data:`PyDateTime_DateType`. *ob* must not be ``NULL``. This "
5756"function always succeeds."
5857msgstr ""
5958"*ob*\\ 가 :c:data:`PyDateTime_DateType` 형이거나 "
6059":c:data:`PyDateTime_DateType`\\ 의 서브 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이 "
61- "아니어야 합니다."
60+ "아니어야 합니다. 이 함수는 항상 성공합니다. "
6261
6362#: ../Doc/c-api/datetime.rst:37
64- #, fuzzy
6563msgid ""
6664"Return true if *ob* is of type :c:data:`PyDateTime_DateType`. *ob* must "
6765"not be ``NULL``. This function always succeeds."
6866msgstr ""
6967"*ob*\\ 가 :c:data:`PyDateTime_DateType` 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이 "
70- "아니어야 합니다."
68+ "아니어야 합니다. 이 함수는 항상 성공합니다. "
7169
7270#: ../Doc/c-api/datetime.rst:43
73- #, fuzzy
7471msgid ""
7572"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType` or a "
7673"subtype of :c:data:`PyDateTime_DateTimeType`. *ob* must not be ``NULL``."
7774" This function always succeeds."
7875msgstr ""
7976"*ob*\\ 가 :c:data:`PyDateTime_DateTimeType` 형이거나 "
8077":c:data:`PyDateTime_DateTimeType`\\ 의 서브 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이"
81- " 아니어야 합니다."
78+ " 아니어야 합니다. 이 함수는 항상 성공합니다. "
8279
8380#: ../Doc/c-api/datetime.rst:50
84- #, fuzzy
8581msgid ""
8682"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType`. *ob* "
8783"must not be ``NULL``. This function always succeeds."
8884msgstr ""
8985"*ob*\\ 가 :c:data:`PyDateTime_DateTimeType` 형이면 참을 돌려줍니다. *ob*\\ 는 "
90- "``NULL``\\ 이 아니어야 합니다."
86+ "``NULL``\\ 이 아니어야 합니다. 이 함수는 항상 성공합니다. "
9187
9288#: ../Doc/c-api/datetime.rst:56
93- #, fuzzy
9489msgid ""
9590"Return true if *ob* is of type :c:data:`PyDateTime_TimeType` or a subtype"
9691" of :c:data:`PyDateTime_TimeType`. *ob* must not be ``NULL``. This "
9792"function always succeeds."
9893msgstr ""
9994"*ob*\\ 가 :c:data:`PyDateTime_TimeType` 형이거나 "
10095":c:data:`PyDateTime_TimeType`\\ 의 서브 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이 "
101- "아니어야 합니다."
96+ "아니어야 합니다. 이 함수는 항상 성공합니다. "
10297
10398#: ../Doc/c-api/datetime.rst:63
104- #, fuzzy
10599msgid ""
106100"Return true if *ob* is of type :c:data:`PyDateTime_TimeType`. *ob* must "
107101"not be ``NULL``. This function always succeeds."
108102msgstr ""
109103"*ob*\\ 가 :c:data:`PyDateTime_TimeType` 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이 "
110- "아니어야 합니다."
104+ "아니어야 합니다. 이 함수는 항상 성공합니다. "
111105
112106#: ../Doc/c-api/datetime.rst:69
113- #, fuzzy
114107msgid ""
115108"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a "
116109"subtype of :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``. "
117110"This function always succeeds."
118111msgstr ""
119112"*ob*\\ 가 :c:data:`PyDateTime_DeltaType` 형이거나 "
120113":c:data:`PyDateTime_DeltaType`\\ 의 서브 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이 "
121- "아니어야 합니다."
114+ "아니어야 합니다. 이 함수는 항상 성공합니다. "
122115
123116#: ../Doc/c-api/datetime.rst:76
124- #, fuzzy
125117msgid ""
126118"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must "
127119"not be ``NULL``. This function always succeeds."
128120msgstr ""
129121"*ob*\\ 가 :c:data:`PyDateTime_DeltaType` 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이 "
130- "아니어야 합니다."
122+ "아니어야 합니다. 이 함수는 항상 성공합니다. "
131123
132124#: ../Doc/c-api/datetime.rst:82
133- #, fuzzy
134125msgid ""
135126"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType` or a "
136127"subtype of :c:data:`PyDateTime_TZInfoType`. *ob* must not be ``NULL``. "
137128"This function always succeeds."
138129msgstr ""
139130"*ob*\\ 가 :c:data:`PyDateTime_TZInfoType` 형이거나 "
140131":c:data:`PyDateTime_TZInfoType`\\ 의 서브 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이 "
141- "아니어야 합니다."
132+ "아니어야 합니다. 이 함수는 항상 성공합니다. "
142133
143134#: ../Doc/c-api/datetime.rst:89
144- #, fuzzy
145135msgid ""
146136"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType`. *ob* must"
147137" not be ``NULL``. This function always succeeds."
148138msgstr ""
149139"*ob*\\ 가 :c:data:`PyDateTime_TZInfoType` 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이"
150- " 아니어야 합니다."
140+ " 아니어야 합니다. 이 함수는 항상 성공합니다. "
151141
152142#: ../Doc/c-api/datetime.rst:93
153143msgid "Macros to create objects:"
0 commit comments