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β€Ž

Lines changed: 4 additions & 11 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/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)