@@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/email.utils.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!email.utils`: Miscellaneous utilities"
22
- msgstr ":mod:`email.utils`: 기타 유틸리티"
21
+ msgstr ":mod:`! email.utils`: 기타 유틸리티"
23
22
24
23
#: ../../library/email.utils.rst:7
25
24
msgid "**Source code:** :source:`Lib/email/utils.py`"
@@ -32,7 +31,6 @@ msgid ""
32
31
msgstr ":mod:`email.utils` 모듈에서 제공되는 몇 가지 유용한 유틸리티가 있습니다:"
33
32
34
33
#: ../../library/email.utils.rst:16
35
- #, fuzzy
36
34
msgid ""
37
35
"Return local time as an aware datetime object. If called without "
38
36
"arguments, return current time. Otherwise *dt* argument should be a "
@@ -43,14 +41,12 @@ msgid ""
43
41
msgstr ""
44
42
"지역 시간을 어웨어 datetime 객체로 반환합니다. 인자 없이 호출되면, 현재 시각을 반환합니다. 그렇지 않으면 *dt* 인자가"
45
43
" :class:`~datetime.datetime` 인스턴스여야 하며, 시스템 시간대 데이터베이스에 따라 지역 시간대로 변환됩니다."
46
- " *dt*\\ 가 나이브하면 (즉, ``dt.tzinfo``\\ 가 ``None``\\ 이면), 지역 시간으로 간주합니다. 이 경우, "
47
- "*isdst*\\ 에 대한 양수나 0 값은 ``localtime`` 이 지정된 시간에 서머 타임(예를 들어, 일광 절약 시간)이 "
48
- "유효한지 그렇지 않은지를 처음에 가정하게 합니다. *isdst*\\ 에 대한 음수 값은 ``localtime`` 이 서머 타임이 "
49
- "지정된 시간에 유효한지를 결정하게 합니다."
44
+ " *dt*\\ 가 나이브하면 (즉, ``dt.tzinfo``\\ 가 ``None``\\ 이면), 지역 시간으로 간주합니다. *isdst*"
45
+ " 매개 변수는 무시합니다."
50
46
51
47
#: ../../library/email.utils.rst:25
52
48
msgid "The *isdst* parameter."
53
- msgstr ""
49
+ msgstr "*isdst* 매개 변수. "
54
50
55
51
#: ../../library/email.utils.rst:30
56
52
msgid ""
@@ -143,7 +139,6 @@ msgid "Added the *charset* option."
143
139
msgstr "*charset* 옵션이 추가되었습니다."
144
140
145
141
#: ../../library/email.utils.rst:92
146
- #, fuzzy
147
142
msgid ""
148
143
"This method returns a list of 2-tuples of the form returned by "
149
144
"``parseaddr()``. *fieldvalues* is a sequence of header field values as "
@@ -152,7 +147,7 @@ msgid ""
152
147
msgstr ""
153
148
"이 메서드는 ``parseaddr()``\\ 에 의해 반환된 형식의 2-튜플 리스트를 반환합니다. *fieldvalues*\\ 는 "
154
149
":meth:`Message.get_all <email.message.Message.get_all>`\\ 에 의해 반환될 수 있는 헤더"
155
- " 필드 값의 시퀀스입니다. 다음은 메시지의 모든 수신자를 얻는 간단한 예입니다:: "
150
+ " 필드 값의 시퀀스입니다."
156
151
157
152
#: ../../library/email.utils.rst:98
158
153
msgid "Here's a simple example that gets all the recipients of a message::"
@@ -168,6 +163,13 @@ msgid ""
168
163
"resent_ccs = msg.get_all('resent-cc', [])\n"
169
164
"all_recipients = getaddresses(tos + ccs + resent_tos + resent_ccs)"
170
165
msgstr ""
166
+ "from email.utils import getaddresses\n"
167
+ "\n"
168
+ "tos = msg.get_all('to', [])\n"
169
+ "ccs = msg.get_all('cc', [])\n"
170
+ "resent_tos = msg.get_all('resent-to', [])\n"
171
+ "resent_ccs = msg.get_all('resent-cc', [])\n"
172
+ "all_recipients = getaddresses(tos + ccs + resent_tos + resent_ccs)"
171
173
172
174
#: ../../library/email.utils.rst:114
173
175
msgid ""
@@ -202,7 +204,6 @@ msgstr ""
202
204
"``0``\\ 입니다, UTC를 나타냅니다. 결과 튜플의 인덱스 6, 7 및 8은 사용할 수 없음에 유의하십시오."
203
205
204
206
#: ../../library/email.utils.rst:135
205
- #, fuzzy
206
207
msgid ""
207
208
"The inverse of :func:`format_datetime`. Performs the same function as "
208
209
":func:`parsedate`, but on success returns a :mod:`~datetime.datetime`; "
@@ -217,10 +218,11 @@ msgid ""
217
218
":class:`~datetime.tzinfo`."
218
219
msgstr ""
219
220
":func:`format_datetime`\\ 의 역. :func:`parsedate`\\ 와 같은 기능을 수행하지만, 성공 시에 "
220
- ":mod:`~datetime.datetime`\\ 을 반환합니다. 입력 date의 시간대가 ``-0000``\\ 이면, "
221
- "``datetime``\\ 은 나이브 ``datetime``\\ 이 되고, date가 RFC를 준수하면 UTC로 시간이 표시되지만, "
222
- "date가 온 메시지의 실제 소스 시간대는 표시되지 않습니다. 입력 date에 다른 유효한 시간대 오프셋이 있으면, "
223
- "``datetime``\\ 은 해당 :class:`~datetime.timezone` "
221
+ ":mod:`~datetime.datetime`\\ 을 반환합니다; 그렇지 않으면, 23보다 큰 시간이나 -24 와 24 시간 사이에 "
222
+ "있지 않은 시간대와 같이 *date* 가 잘못된 값을 가질 때 ``ValueError``\\ 가 발생합니다. 입력 date의 시간대가"
223
+ " ``-0000``\\ 이면, ``datetime``\\ 은 나이브 ``datetime``\\ 이 되고, date가 RFC를 준수하면 "
224
+ "UTC로 시간이 표시되지만, date가 온 메시지의 실제 소스 시간대는 표시되지 않습니다. 입력 date에 다른 유효한 시간대 "
225
+ "오프셋이 있으면, ``datetime``\\ 은 해당 :class:`~datetime.timezone` "
224
226
":class:`~datetime.tzinfo`\\ 가 있는 어웨어 ``datetime``\\ 이 됩니다."
225
227
226
228
#: ../../library/email.utils.rst:151
@@ -238,10 +240,9 @@ msgstr ":rfc:`2822`\\에 따르는 날짜 문자열을 반환합니다, 예를
238
240
239
241
#: ../../library/email.utils.rst:160
240
242
msgid "Fri, 09 Nov 2001 01:08:47 -0000"
241
- msgstr ""
243
+ msgstr "Fri, 09 Nov 2001 01:08:47 -0000 "
242
244
243
245
#: ../../library/email.utils.rst:162
244
- #, fuzzy
245
246
msgid ""
246
247
"Optional *timeval* if given is a floating-point time value as accepted by"
247
248
" :func:`time.gmtime` and :func:`time.localtime`, otherwise the current "
0 commit comments