Skip to content

Commit 032b055

Browse files
committed
#901 - remove fuzzy flags
1 parent 5cea3b3 commit 032b055

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

library/grp.po

Lines changed: 3 additions & 17 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/grp.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!grp` --- The group database"
22-
msgstr ":mod:`grp` --- 그룹 데이터베이스"
21+
msgstr ":mod:`!grp` --- 그룹 데이터베이스"
2322

2423
#: ../../library/grp.rst:10
2524
msgid ""
@@ -32,13 +31,12 @@ msgid "Availability"
3231
msgstr ""
3332

3433
#: ../../library/grp.rst:15
35-
#, fuzzy
3634
msgid ""
3735
"Group database entries are reported as a tuple-like object, whose "
3836
"attributes correspond to the members of the ``group`` structure "
3937
"(Attribute field below, see ``<grp.h>``):"
4038
msgstr ""
41-
"그룹 데이터베이스 항목은 ``group`` 구조체(아래의 어트리뷰트 필드, ``<pwd.h>``\\를 보세요)의 멤버에 해당하는 "
39+
"그룹 데이터베이스 항목은 ``group`` 구조체(아래의 어트리뷰트 필드, ``<grp.h>``\\를 보세요)의 멤버에 해당하는 "
4240
"어트리뷰트를 가진 튜플류 객체로 보고됩니다.:"
4341

4442
#: ../../library/grp.rst:20
@@ -132,7 +130,7 @@ msgstr ""
132130
msgid ""
133131
":exc:`TypeError` is raised for non-integer arguments like floats or "
134132
"strings."
135-
msgstr ""
133+
msgstr "float나 문자열과 같은 정수가 아닌 인자에 대해 :exc:`TypeError`\\를 일으킵니다."
136134

137135
#: ../../library/grp.rst:53
138136
msgid ""
@@ -154,15 +152,3 @@ msgstr "모듈 :mod:`pwd`"
154152
msgid "An interface to the user database, similar to this."
155153
msgstr "사용자 데이터베이스와의 인터페이스, 이것과 유사합니다."
156154

157-
#~ msgid ""
158-
#~ "Since Python 3.6 the support of "
159-
#~ "non-integer arguments like floats or "
160-
#~ "strings in :func:`getgrgid` is deprecated."
161-
#~ msgstr "파이썬 3.6부터 :func:`getgrgid`\\에서 float나 문자열과 같은 정수가 아닌 인자의 지원은 폐지되었습니다."
162-
163-
#~ msgid "Module :mod:`spwd`"
164-
#~ msgstr "모듈 :mod:`spwd`"
165-
166-
#~ msgid "An interface to the shadow password database, similar to this."
167-
#~ msgstr "섀도 암호 데이터베이스와의 인터페이스, 이것과 유사합니다."
168-

0 commit comments

Comments
 (0)