@@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/email.contentmanager.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!email.contentmanager`: Managing MIME Content"
22
- msgstr ":mod:`email.contentmanager`: MIME 콘텐츠 관리"
21
+ msgstr ":mod:`! email.contentmanager`: MIME 콘텐츠 관리"
23
22
24
23
#: ../../library/email.contentmanager.rst:10
25
24
msgid "**Source code:** :source:`Lib/email/contentmanager.py`"
@@ -112,27 +111,24 @@ msgid ""
112
111
msgstr "형의 완전히 정규화된 이름 (``typ.__module__ + '.' + typ.__qualname__``)."
113
112
114
113
#: ../../library/email.contentmanager.rst:61
115
- #, fuzzy
116
114
msgid "the type's :attr:`qualname <type.__qualname__>` (``typ.__qualname__``)"
117
- msgstr "형의 qualname (``typ.__qualname__``)"
115
+ msgstr "형의 :attr:` qualname <type.__qualname__>` (``typ.__qualname__``)"
118
116
119
117
#: ../../library/email.contentmanager.rst:62
120
- #, fuzzy
121
118
msgid "the type's :attr:`name <type.__name__>` (``typ.__name__``)."
122
- msgstr "형의 이름 (``typ.__name__``)."
119
+ msgstr "형의 :attr:`이름 <type.__name__>` (``typ.__name__``)."
123
120
124
121
#: ../../library/email.contentmanager.rst:64
125
- #, fuzzy
126
122
msgid ""
127
123
"If none of the above match, repeat all of the checks above for each of "
128
124
"the types in the :term:`MRO` (:attr:`typ.__mro__ <type.__mro__>`). "
129
125
"Finally, if no other key yields a handler, check for a handler for the "
130
126
"key ``None``. If there is no handler for ``None``, raise a "
131
127
":exc:`KeyError` for the fully qualified name of the type."
132
128
msgstr ""
133
- "이 중 아무것도 일치하지 않으면, :term:`MRO`\\ (`` typ.__mro__`` )의 각 형에 대해 위의 모든 검사를 "
134
- "반복합니다. 마지막으로, 다른 키가 처리기를 생성하지 않으면, ``None`` 키의 처리기를 확인합니다. ``None`` \\ 에 대한 "
135
- " 처리기가 없으면, 형의 완전히 정규화된 이름으로 :exc:`KeyError`\\ 를 발생시킵니다."
129
+ "이 중 아무것도 일치하지 않으면, :term:`MRO` (:attr:` typ.__mro__ <type.__mro__>` )의 각 형에"
130
+ " 대해 위의 모든 검사를 반복합니다. 마지막으로, 다른 키가 처리기를 생성하지 않으면, ``None`` 키의 처리기를 확인합니다. "
131
+ "``None`` \\ 에 대한 처리기가 없으면, 형의 완전히 정규화된 이름으로 :exc:`KeyError`\\ 를 발생시킵니다."
136
132
137
133
#: ../../library/email.contentmanager.rst:71
138
134
msgid ""
@@ -282,6 +278,10 @@ msgid ""
282
278
":data:`~email.policy.Policy.linesep` property (even if the original "
283
279
"string did not end with one)."
284
280
msgstr ""
281
+ "``str`` 객체의 경우, *cte*\\ 가 설정되지 않으면 휴리스틱을 사용하여 가장 간결한 인코딩을 결정합니다. 인코딩하기 전에,"
282
+ " 모든 줄 경계를 정규화하기 위해 :meth:`str.splitlines`\\ 를 사용하여, 페이 로드의 각 줄이 현재 정책의 "
283
+ ":data:`~email.policy.Policy.linesep` 프로퍼티로 끝나도록 합니다 (원래 문자열이 뭔가로 끝나지 않아도 "
284
+ "마찬가지)."
285
285
286
286
#: ../../library/email.contentmanager.rst:165
287
287
msgid ""
@@ -370,9 +370,3 @@ msgid ""
370
370
"package>`"
371
371
msgstr "원래 3.4에서 :term:`잠정적 모듈 <provisional package>`\\ 로 추가되었습니다."
372
372
373
- #~ msgid ""
374
- #~ "For ``str`` objects, if *cte* is "
375
- #~ "not set use heuristics to determine "
376
- #~ "the most compact encoding."
377
- #~ msgstr "``str`` 객체의 경우, *cte*\\가 설정되지 않으면 휴리스틱을 사용하여 가장 간결한 인코딩을 결정합니다."
378
-
0 commit comments