@@ -21,7 +21,6 @@ msgid "DateTime Objects"
21
21
msgstr "DateTime 객체"
22
22
23
23
#: ../../c-api/datetime.rst:8
24
- #, fuzzy
25
24
msgid ""
26
25
"Various date and time objects are supplied by the :mod:`datetime` module."
27
26
" Before using any of these functions, the header file :file:`datetime.h` "
@@ -33,8 +32,8 @@ msgid ""
33
32
msgstr ""
34
33
"다양한 날짜와 시간 객체가 :mod:`datetime` 모듈에서 제공됩니다. 이 함수를 사용하기 전에, 헤더 파일 "
35
34
":file:`datetime.h`\\ 가 소스에 포함되어야 하고 (:file:`Python.h`\\ 가 포함하지 않음에 유의하십시오),"
36
- " 일반적으로 모듈 초기화 함수의 일부로 :c:macro:`PyDateTime_IMPORT` 매크로를 호출해야 합니다. 매크로는 C "
37
- "구조체에 대한 포인터를 다음 매크로에서 사용되는 static 변수 :c:data:`PyDateTimeAPI`\\ 에 넣습니다."
35
+ " 일반적으로 모듈 초기화 함수의 일부로 :c:macro:`! PyDateTime_IMPORT` 매크로를 호출해야 합니다. 매크로는 C"
36
+ " 구조체에 대한 포인터를 다음 매크로에서 사용되는 static 변수 :c:data:`! PyDateTimeAPI`\\ 에 넣습니다."
38
37
39
38
#: ../../c-api/datetime.rst:18
40
39
msgid "This subtype of :c:type:`PyObject` represents a Python date object."
@@ -102,14 +101,13 @@ msgid "Type-check macros:"
102
101
msgstr "형 검사 매크로:"
103
102
104
103
#: ../../c-api/datetime.rst:73
105
- #, fuzzy
106
104
msgid ""
107
105
"Return true if *ob* is of type :c:data:`PyDateTime_DateType` or a subtype"
108
106
" of :c:data:`!PyDateTime_DateType`. *ob* must not be ``NULL``. This "
109
107
"function always succeeds."
110
108
msgstr ""
111
109
"*ob*\\ 가 :c:data:`PyDateTime_DateType` 형이거나 "
112
- ":c:data:`PyDateTime_DateType`\\ 의 서브 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이 "
110
+ ":c:data:`! PyDateTime_DateType`\\ 의 서브 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이 "
113
111
"아니어야 합니다. 이 함수는 항상 성공합니다."
114
112
115
113
#: ../../c-api/datetime.rst:80
@@ -121,15 +119,14 @@ msgstr ""
121
119
"아니어야 합니다. 이 함수는 항상 성공합니다."
122
120
123
121
#: ../../c-api/datetime.rst:86
124
- #, fuzzy
125
122
msgid ""
126
123
"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType` or a "
127
124
"subtype of :c:data:`!PyDateTime_DateTimeType`. *ob* must not be "
128
125
"``NULL``. This function always succeeds."
129
126
msgstr ""
130
127
"*ob*\\ 가 :c:data:`PyDateTime_DateTimeType` 형이거나 "
131
- ":c:data:`PyDateTime_DateTimeType`\\ 의 서브 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL`` \\ 이 "
132
- " 아니어야 합니다. 이 함수는 항상 성공합니다."
128
+ ":c:data:`! PyDateTime_DateTimeType`\\ 의 서브 형이면 참을 돌려줍니다. *ob*\\ 는 "
129
+ "``NULL`` \\ 이 아니어야 합니다. 이 함수는 항상 성공합니다."
133
130
134
131
#: ../../c-api/datetime.rst:93
135
132
msgid ""
@@ -140,14 +137,13 @@ msgstr ""
140
137
"``NULL``\\ 이 아니어야 합니다. 이 함수는 항상 성공합니다."
141
138
142
139
#: ../../c-api/datetime.rst:99
143
- #, fuzzy
144
140
msgid ""
145
141
"Return true if *ob* is of type :c:data:`PyDateTime_TimeType` or a subtype"
146
142
" of :c:data:`!PyDateTime_TimeType`. *ob* must not be ``NULL``. This "
147
143
"function always succeeds."
148
144
msgstr ""
149
145
"*ob*\\ 가 :c:data:`PyDateTime_TimeType` 형이거나 "
150
- ":c:data:`PyDateTime_TimeType`\\ 의 서브 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이 "
146
+ ":c:data:`! PyDateTime_TimeType`\\ 의 서브 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이 "
151
147
"아니어야 합니다. 이 함수는 항상 성공합니다."
152
148
153
149
#: ../../c-api/datetime.rst:106
@@ -159,14 +155,13 @@ msgstr ""
159
155
"아니어야 합니다. 이 함수는 항상 성공합니다."
160
156
161
157
#: ../../c-api/datetime.rst:112
162
- #, fuzzy
163
158
msgid ""
164
159
"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a "
165
160
"subtype of :c:data:`!PyDateTime_DeltaType`. *ob* must not be ``NULL``. "
166
161
"This function always succeeds."
167
162
msgstr ""
168
163
"*ob*\\ 가 :c:data:`PyDateTime_DeltaType` 형이거나 "
169
- ":c:data:`PyDateTime_DeltaType`\\ 의 서브 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이 "
164
+ ":c:data:`! PyDateTime_DeltaType`\\ 의 서브 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이 "
170
165
"아니어야 합니다. 이 함수는 항상 성공합니다."
171
166
172
167
#: ../../c-api/datetime.rst:119
@@ -178,14 +173,13 @@ msgstr ""
178
173
"아니어야 합니다. 이 함수는 항상 성공합니다."
179
174
180
175
#: ../../c-api/datetime.rst:125
181
- #, fuzzy
182
176
msgid ""
183
177
"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType` or a "
184
178
"subtype of :c:data:`!PyDateTime_TZInfoType`. *ob* must not be ``NULL``."
185
179
" This function always succeeds."
186
180
msgstr ""
187
181
"*ob*\\ 가 :c:data:`PyDateTime_TZInfoType` 형이거나 "
188
- ":c:data:`PyDateTime_TZInfoType`\\ 의 서브 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이 "
182
+ ":c:data:`! PyDateTime_TZInfoType`\\ 의 서브 형이면 참을 돌려줍니다. *ob*\\ 는 ``NULL``\\ 이 "
189
183
"아니어야 합니다. 이 함수는 항상 성공합니다."
190
184
191
185
#: ../../c-api/datetime.rst:132
@@ -255,15 +249,14 @@ msgstr ""
255
249
"객체를 돌려줍니다."
256
250
257
251
#: ../../c-api/datetime.rst:195
258
- #, fuzzy
259
252
msgid ""
260
253
"Macros to extract fields from date objects. The argument must be an "
261
254
"instance of :c:type:`PyDateTime_Date`, including subclasses (such as "
262
255
":c:type:`PyDateTime_DateTime`). The argument must not be ``NULL``, and "
263
256
"the type is not checked:"
264
257
msgstr ""
265
- "날짜 객체에서 필드를 추출하는 매크로. 인자는 서브 클래스(가령 :c:data :`PyDateTime_DateTime`)를 포함하여 "
266
- ":c:data :`PyDateTime_Date`\\ 의 인스턴스여야 합니다. 인자는 ``NULL``\\ 이 아니어야 하며, 형은 검사하지"
258
+ "날짜 객체에서 필드를 추출하는 매크로. 인자는 서브 클래스(가령 :c:type :`PyDateTime_DateTime`)를 포함하여 "
259
+ ":c:type :`PyDateTime_Date`\\ 의 인스턴스여야 합니다. 인자는 ``NULL``\\ 이 아니어야 하며, 형은 검사하지"
267
260
" 않습니다:"
268
261
269
262
#: ../../c-api/datetime.rst:202
@@ -279,14 +272,13 @@ msgid "Return the day, as an int from 1 through 31."
279
272
msgstr "1에서 31까지의 int로, 일을 반환합니다."
280
273
281
274
#: ../../c-api/datetime.rst:215
282
- #, fuzzy
283
275
msgid ""
284
276
"Macros to extract fields from datetime objects. The argument must be an "
285
277
"instance of :c:type:`PyDateTime_DateTime`, including subclasses. The "
286
278
"argument must not be ``NULL``, and the type is not checked:"
287
279
msgstr ""
288
280
"날짜 시간 객체에서 필드를 추출하는 매크로. 인자는 서브 클래스를 포함하여 "
289
- ":c:data :`PyDateTime_DateTime`\\ 의 인스턴스여야 합니다. 인자는 ``NULL``\\ 이 아니어야 하며, 형은 "
281
+ ":c:type :`PyDateTime_DateTime`\\ 의 인스턴스여야 합니다. 인자는 ``NULL``\\ 이 아니어야 하며, 형은 "
290
282
"검사하지 않습니다.:"
291
283
292
284
#: ../../c-api/datetime.rst:221 ../../c-api/datetime.rst:259
@@ -306,32 +298,29 @@ msgid "Return the microsecond, as an int from 0 through 999999."
306
298
msgstr "0부터 999999까지의 int로, 마이크로초를 반환합니다."
307
299
308
300
#: ../../c-api/datetime.rst:241 ../../c-api/datetime.rst:279
309
- #, fuzzy
310
301
msgid "Return the fold, as an int from 0 through 1."
311
- msgstr "1에서 31까지의 int로, 일을 반환합니다."
302
+ msgstr "0에서 1까지의 int로, 폴드를 반환합니다."
312
303
313
304
#: ../../c-api/datetime.rst:248 ../../c-api/datetime.rst:286
314
305
msgid "Return the tzinfo (which may be ``None``)."
315
306
msgstr ""
316
307
317
308
#: ../../c-api/datetime.rst:253
318
- #, fuzzy
319
309
msgid ""
320
310
"Macros to extract fields from time objects. The argument must be an "
321
311
"instance of :c:type:`PyDateTime_Time`, including subclasses. The argument"
322
312
" must not be ``NULL``, and the type is not checked:"
323
313
msgstr ""
324
- "시간 객체에서 필드를 추출하는 매크로. 인자는 서브 클래스를 포함하여 :c:data :`PyDateTime_Time`\\ 의 "
314
+ "시간 객체에서 필드를 추출하는 매크로. 인자는 서브 클래스를 포함하여 :c:type :`PyDateTime_Time`\\ 의 "
325
315
"인스턴스여야 합니다. 인자는 ``NULL``\\ 이 아니어야 하며 형은 검사하지 않습니다:"
326
316
327
317
#: ../../c-api/datetime.rst:291
328
- #, fuzzy
329
318
msgid ""
330
319
"Macros to extract fields from time delta objects. The argument must be "
331
320
"an instance of :c:type:`PyDateTime_Delta`, including subclasses. The "
332
321
"argument must not be ``NULL``, and the type is not checked:"
333
322
msgstr ""
334
- "시간 델타 객체에서 필드를 추출하는 매크로. 인자는 서브 클래스를 포함하여 :c:data :`PyDateTime_Delta`\\ 의 "
323
+ "시간 델타 객체에서 필드를 추출하는 매크로. 인자는 서브 클래스를 포함하여 :c:type :`PyDateTime_Delta`\\ 의 "
335
324
"인스턴스여야 합니다. 인자는 ``NULL``\\ 이 아니어야 하며 형은 검사하지 않습니다.:"
336
325
337
326
#: ../../c-api/datetime.rst:297
@@ -351,21 +340,19 @@ msgid "Macros for the convenience of modules implementing the DB API:"
351
340
msgstr "DB API를 구현하는 모듈의 편의를 위한 매크로:"
352
341
353
342
#: ../../c-api/datetime.rst:320
354
- #, fuzzy
355
343
msgid ""
356
344
"Create and return a new :class:`datetime.datetime` object given an "
357
345
"argument tuple suitable for passing to "
358
346
":meth:`datetime.datetime.fromtimestamp`."
359
347
msgstr ""
360
- ":meth:`datetime.datetime.fromtimestamp() `\\ 에 전달하는 데 적합한 인자 튜플로 새 "
348
+ ":meth:`datetime.datetime.fromtimestamp`\\ 에 전달하는 데 적합한 인자 튜플로 새 "
361
349
":class:`datetime.datetime` 객체를 만들고 반환합니다."
362
350
363
351
#: ../../c-api/datetime.rst:326
364
- #, fuzzy
365
352
msgid ""
366
353
"Create and return a new :class:`datetime.date` object given an argument "
367
354
"tuple suitable for passing to :meth:`datetime.date.fromtimestamp`."
368
355
msgstr ""
369
- ":meth:`datetime.date.fromtimestamp() `\\ 에 전달하는 데 적합한 인자 튜플로 새 "
356
+ ":meth:`datetime.date.fromtimestamp`\\ 에 전달하는 데 적합한 인자 튜플로 새 "
370
357
":class:`datetime.date` 객체를 만들고 반환합니다."
371
358
0 commit comments