Skip to content

Commit d630264

Browse files
committed
#934 - remove fuzzy flags
1 parent a5ee429 commit d630264

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

library/email.contentmanager.po

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ msgstr ""
1717
"Generated-By: Babel 2.17.0\n"
1818

1919
#: ../../library/email.contentmanager.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!email.contentmanager`: Managing MIME Content"
22-
msgstr ":mod:`email.contentmanager`: MIME 콘텐츠 관리"
21+
msgstr ":mod:`!email.contentmanager`: MIME 콘텐츠 관리"
2322

2423
#: ../../library/email.contentmanager.rst:10
2524
msgid "**Source code:** :source:`Lib/email/contentmanager.py`"
@@ -112,27 +111,24 @@ msgid ""
112111
msgstr "형의 완전히 정규화된 이름 (``typ.__module__ + '.' + typ.__qualname__``)."
113112

114113
#: ../../library/email.contentmanager.rst:61
115-
#, fuzzy
116114
msgid "the type's :attr:`qualname <type.__qualname__>` (``typ.__qualname__``)"
117-
msgstr "형의 qualname (``typ.__qualname__``)"
115+
msgstr "형의 :attr:`qualname <type.__qualname__>` (``typ.__qualname__``)"
118116

119117
#: ../../library/email.contentmanager.rst:62
120-
#, fuzzy
121118
msgid "the type's :attr:`name <type.__name__>` (``typ.__name__``)."
122-
msgstr "형의 이름 (``typ.__name__``)."
119+
msgstr "형의 :attr:`이름 <type.__name__>` (``typ.__name__``)."
123120

124121
#: ../../library/email.contentmanager.rst:64
125-
#, fuzzy
126122
msgid ""
127123
"If none of the above match, repeat all of the checks above for each of "
128124
"the types in the :term:`MRO` (:attr:`typ.__mro__ <type.__mro__>`). "
129125
"Finally, if no other key yields a handler, check for a handler for the "
130126
"key ``None``. If there is no handler for ``None``, raise a "
131127
":exc:`KeyError` for the fully qualified name of the type."
132128
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`\\를 발생시킵니다."
136132

137133
#: ../../library/email.contentmanager.rst:71
138134
msgid ""
@@ -282,6 +278,10 @@ msgid ""
282278
":data:`~email.policy.Policy.linesep` property (even if the original "
283279
"string did not end with one)."
284280
msgstr ""
281+
"``str`` 객체의 경우, *cte*\\가 설정되지 않으면 휴리스틱을 사용하여 가장 간결한 인코딩을 결정합니다. 인코딩하기 전에,"
282+
" 모든 줄 경계를 정규화하기 위해 :meth:`str.splitlines`\\를 사용하여, 페이 로드의 각 줄이 현재 정책의 "
283+
":data:`~email.policy.Policy.linesep` 프로퍼티로 끝나도록 합니다 (원래 문자열이 뭔가로 끝나지 않아도 "
284+
"마찬가지)."
285285

286286
#: ../../library/email.contentmanager.rst:165
287287
msgid ""
@@ -370,9 +370,3 @@ msgid ""
370370
"package>`"
371371
msgstr "원래 3.4에서 :term:`잠정적 모듈 <provisional package>`\\로 추가되었습니다."
372372

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

Comments
 (0)