Skip to content

Commit a99de76

Browse files
committed
#897 - remove fuzzy flags
1 parent 0dae612 commit a99de76

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

library/hmac.po

+4-11
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ msgstr ""
1717
"Generated-By: Babel 2.17.0\n"
1818

1919
#: ../../library/hmac.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!hmac` --- Keyed-Hashing for Message Authentication"
22-
msgstr ":mod:`hmac` --- 메시지 인증을 위한 키 해싱"
21+
msgstr ":mod:`!hmac` --- 메시지 인증을 위한 키 해싱"
2322

2423
#: ../../library/hmac.rst:10
2524
msgid "**Source code:** :source:`Lib/hmac.py`"
@@ -53,13 +52,10 @@ msgstr ""
5352
"될 수 있습니다."
5453

5554
#: ../../library/hmac.rst:30
56-
#, fuzzy
5755
msgid ""
5856
"The *digestmod* argument is now required. Pass it as a keyword argument "
5957
"to avoid awkwardness when you do not have an initial *msg*."
60-
msgstr ""
61-
"*digestmod*\\에 대한 묵시적 기본 다이제스트로서의 MD5는 폐지되었습니다. digestmod 매개 변수는 이제 "
62-
"필수입니다. 초기 메시지가 없을 때 어색함을 피하려면 키워드 인자로 전달하십시오."
58+
msgstr "*digestmod* 인자는 이제 필수입니다. 초기 *msg*\\가 없을 때 어색함을 피하려면 키워드 인자로 전달하십시오."
6359

6460
#: ../../library/hmac.rst:37
6561
msgid ""
@@ -110,7 +106,6 @@ msgstr ""
110106
"다이제스트의 *digest_size*\\와 길이가 같습니다. NUL 바이트를 포함하여 비 ASCII 바이트를 포함할 수 있습니다."
111107

112108
#: ../../library/hmac.rst:71
113-
#, fuzzy
114109
msgid ""
115110
"When comparing the output of :meth:`digest` to an externally supplied "
116111
"digest during a verification routine, it is recommended to use the "
@@ -130,7 +125,6 @@ msgstr ""
130125
"이것은 전자 메일이나 기타 비 바이너리 환경에서 값을 안전하게 교환하는 데 사용될 수 있습니다."
131126

132127
#: ../../library/hmac.rst:85
133-
#, fuzzy
134128
msgid ""
135129
"When comparing the output of :meth:`hexdigest` to an externally supplied "
136130
"digest during a verification routine, it is recommended to use the "
@@ -166,13 +160,12 @@ msgid "The canonical name of this HMAC, always lowercase, e.g. ``hmac-md5``."
166160
msgstr "이 HMAC의 규범적 이름, 항상 소문자, 예를 들어 ``hmac-md5``."
167161

168162
#: ../../library/hmac.rst:116
169-
#, fuzzy
170163
msgid ""
171164
"Removed the undocumented attributes ``HMAC.digest_cons``, ``HMAC.inner``,"
172165
" and ``HMAC.outer``."
173166
msgstr ""
174-
"설명되지 않은 어트리뷰트 ``HMAC.digest_cons``, ``HMAC.inner`` 및 ``HMAC.outer``\\는 내부"
175-
" 구현 세부 사항이며 파이썬 3.10에서 제거됩니다."
167+
"설명되지 않은 어트리뷰트 ``HMAC.digest_cons``, ``HMAC.inner`` 및 ``HMAC.outer``\\"
168+
"제거했습니다."
176169

177170
#: ../../library/hmac.rst:120
178171
msgid "This module also provides the following helper function:"

0 commit comments

Comments
 (0)