@@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/grp.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!grp` --- The group database"
22
- msgstr ":mod:`grp` --- 그룹 데이터베이스"
21
+ msgstr ":mod:`! grp` --- 그룹 데이터베이스"
23
22
24
23
#: ../../library/grp.rst:10
25
24
msgid ""
@@ -32,13 +31,12 @@ msgid "Availability"
32
31
msgstr ""
33
32
34
33
#: ../../library/grp.rst:15
35
- #, fuzzy
36
34
msgid ""
37
35
"Group database entries are reported as a tuple-like object, whose "
38
36
"attributes correspond to the members of the ``group`` structure "
39
37
"(Attribute field below, see ``<grp.h>``):"
40
38
msgstr ""
41
- "그룹 데이터베이스 항목은 ``group`` 구조체(아래의 어트리뷰트 필드, ``<pwd .h>``\\ 를 보세요)의 멤버에 해당하는 "
39
+ "그룹 데이터베이스 항목은 ``group`` 구조체(아래의 어트리뷰트 필드, ``<grp .h>``\\ 를 보세요)의 멤버에 해당하는 "
42
40
"어트리뷰트를 가진 튜플류 객체로 보고됩니다.:"
43
41
44
42
#: ../../library/grp.rst:20
@@ -132,7 +130,7 @@ msgstr ""
132
130
msgid ""
133
131
":exc:`TypeError` is raised for non-integer arguments like floats or "
134
132
"strings."
135
- msgstr ""
133
+ msgstr "float나 문자열과 같은 정수가 아닌 인자에 대해 :exc:`TypeError` \\ 를 일으킵니다. "
136
134
137
135
#: ../../library/grp.rst:53
138
136
msgid ""
@@ -154,15 +152,3 @@ msgstr "모듈 :mod:`pwd`"
154
152
msgid "An interface to the user database, similar to this."
155
153
msgstr "사용자 데이터베이스와의 인터페이스, 이것과 유사합니다."
156
154
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