|
3 | 3 | # This file is distributed under the same license as the Python package. |
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, 2017. |
5 | 5 | # |
6 | | -#, fuzzy |
7 | 6 | msgid "" |
8 | 7 | msgstr "" |
9 | 8 | "Project-Id-Version: Python 3.6\n" |
10 | 9 | "Report-Msgid-Bugs-To: \n" |
11 | 10 | "POT-Creation-Date: 2017-11-26 18:49+0900\n" |
12 | 11 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | | -"Language-Team: LANGUAGE <LL@li.org>\n" |
| 12 | +"Last-Translator: Dong-gweon Oh <flowdas@gmail.com>\n" |
| 13 | +"Language-Team: Korean (https://python.flowdas.com)\n" |
15 | 14 | "MIME-Version: 1.0\n" |
16 | 15 | "Content-Type: text/plain; charset=utf-8\n" |
17 | 16 | "Content-Transfer-Encoding: 8bit\n" |
18 | 17 | "Generated-By: Babel 2.5.1\n" |
19 | 18 |
|
20 | 19 | #: ../Doc/library/spwd.rst:2 |
21 | 20 | msgid ":mod:`spwd` --- The shadow password database" |
22 | | -msgstr "" |
| 21 | +msgstr ":mod:`spwd` --- 섀도 암호 데이터베이스" |
23 | 22 |
|
24 | 23 | #: ../Doc/library/spwd.rst:10 |
25 | 24 | msgid "" |
26 | 25 | "This module provides access to the Unix shadow password database. It is " |
27 | 26 | "available on various Unix versions." |
28 | | -msgstr "" |
| 27 | +msgstr "이 모듈은 유닉스 섀도 암호 데이터베이스에 대한 액세스를 제공합니다. 다양한 유닉스 버전에서 사용할 수 있습니다." |
29 | 28 |
|
30 | 29 | #: ../Doc/library/spwd.rst:13 |
31 | 30 | msgid "" |
32 | 31 | "You must have enough privileges to access the shadow password database " |
33 | 32 | "(this usually means you have to be root)." |
34 | | -msgstr "" |
| 33 | +msgstr "섀도 암호 데이터베이스에 액세스할 수 있는 충분한 권한이 있어야 합니다 (일반적으로 루트여야 함을 뜻합니다)." |
35 | 34 |
|
36 | 35 | #: ../Doc/library/spwd.rst:16 |
37 | 36 | msgid "" |
38 | 37 | "Shadow password database entries are reported as a tuple-like object, " |
39 | 38 | "whose attributes correspond to the members of the ``spwd`` structure " |
40 | 39 | "(Attribute field below, see ``<shadow.h>``):" |
41 | 40 | msgstr "" |
| 41 | +"섀도 암호 데이터베이스 항목은 튜플류 객체로 보고됩니다. 어트리뷰트는 ``spwd`` 구조체의 멤버에 해당합니다 (아래의 어트리뷰트 " |
| 42 | +"필드, ``<shadow.h>`` 참조):" |
42 | 43 |
|
43 | 44 | #: ../Doc/library/spwd.rst:21 |
44 | 45 | msgid "Index" |
45 | | -msgstr "" |
| 46 | +msgstr "인덱스" |
46 | 47 |
|
47 | 48 | #: ../Doc/library/spwd.rst:21 |
48 | 49 | msgid "Attribute" |
49 | | -msgstr "" |
| 50 | +msgstr "어트리뷰트" |
50 | 51 |
|
51 | 52 | #: ../Doc/library/spwd.rst:21 |
52 | 53 | msgid "Meaning" |
53 | | -msgstr "" |
| 54 | +msgstr "의미" |
54 | 55 |
|
55 | 56 | #: ../Doc/library/spwd.rst:23 |
56 | 57 | msgid "0" |
57 | | -msgstr "" |
| 58 | +msgstr "0" |
58 | 59 |
|
59 | 60 | #: ../Doc/library/spwd.rst:23 |
60 | 61 | msgid "``sp_namp``" |
61 | | -msgstr "" |
| 62 | +msgstr "``sp_namp``" |
62 | 63 |
|
63 | 64 | #: ../Doc/library/spwd.rst:23 |
64 | 65 | msgid "Login name" |
65 | | -msgstr "" |
| 66 | +msgstr "로그인 이름" |
66 | 67 |
|
67 | 68 | #: ../Doc/library/spwd.rst:25 |
68 | 69 | msgid "1" |
69 | | -msgstr "" |
| 70 | +msgstr "1" |
70 | 71 |
|
71 | 72 | #: ../Doc/library/spwd.rst:25 |
72 | 73 | msgid "``sp_pwdp``" |
73 | | -msgstr "" |
| 74 | +msgstr "``sp_pwdp``" |
74 | 75 |
|
75 | 76 | #: ../Doc/library/spwd.rst:25 |
76 | 77 | msgid "Encrypted password" |
77 | | -msgstr "" |
| 78 | +msgstr "암호화된 암호" |
78 | 79 |
|
79 | 80 | #: ../Doc/library/spwd.rst:27 |
80 | 81 | msgid "2" |
81 | | -msgstr "" |
| 82 | +msgstr "2" |
82 | 83 |
|
83 | 84 | #: ../Doc/library/spwd.rst:27 |
84 | 85 | msgid "``sp_lstchg``" |
85 | | -msgstr "" |
| 86 | +msgstr "``sp_lstchg``" |
86 | 87 |
|
87 | 88 | #: ../Doc/library/spwd.rst:27 |
88 | 89 | msgid "Date of last change" |
89 | | -msgstr "" |
| 90 | +msgstr "최종 변경 날짜" |
90 | 91 |
|
91 | 92 | #: ../Doc/library/spwd.rst:29 |
92 | 93 | msgid "3" |
93 | | -msgstr "" |
| 94 | +msgstr "3" |
94 | 95 |
|
95 | 96 | #: ../Doc/library/spwd.rst:29 |
96 | 97 | msgid "``sp_min``" |
97 | | -msgstr "" |
| 98 | +msgstr "``sp_min``" |
98 | 99 |
|
99 | 100 | #: ../Doc/library/spwd.rst:29 |
100 | 101 | msgid "Minimal number of days between changes" |
101 | | -msgstr "" |
| 102 | +msgstr "변경 간 최소 일수" |
102 | 103 |
|
103 | 104 | #: ../Doc/library/spwd.rst:32 |
104 | 105 | msgid "4" |
105 | | -msgstr "" |
| 106 | +msgstr "4" |
106 | 107 |
|
107 | 108 | #: ../Doc/library/spwd.rst:32 |
108 | 109 | msgid "``sp_max``" |
109 | | -msgstr "" |
| 110 | +msgstr "``sp_max``" |
110 | 111 |
|
111 | 112 | #: ../Doc/library/spwd.rst:32 |
112 | 113 | msgid "Maximum number of days between changes" |
113 | | -msgstr "" |
| 114 | +msgstr "변경 간 최대 일수" |
114 | 115 |
|
115 | 116 | #: ../Doc/library/spwd.rst:35 |
116 | 117 | msgid "5" |
117 | | -msgstr "" |
| 118 | +msgstr "5" |
118 | 119 |
|
119 | 120 | #: ../Doc/library/spwd.rst:35 |
120 | 121 | msgid "``sp_warn``" |
121 | | -msgstr "" |
| 122 | +msgstr "``sp_warn``" |
122 | 123 |
|
123 | 124 | #: ../Doc/library/spwd.rst:35 |
124 | 125 | msgid "Number of days before password expires to warn user about it" |
125 | | -msgstr "" |
| 126 | +msgstr "암호 만료 며칠 전에 사용자에게 경고할지, 날짜 수로 표현" |
126 | 127 |
|
127 | 128 | #: ../Doc/library/spwd.rst:38 |
128 | 129 | msgid "6" |
129 | | -msgstr "" |
| 130 | +msgstr "6" |
130 | 131 |
|
131 | 132 | #: ../Doc/library/spwd.rst:38 |
132 | 133 | msgid "``sp_inact``" |
133 | | -msgstr "" |
| 134 | +msgstr "``sp_inact``" |
134 | 135 |
|
135 | 136 | #: ../Doc/library/spwd.rst:38 |
136 | 137 | msgid "Number of days after password expires until account is disabled" |
137 | | -msgstr "" |
| 138 | +msgstr "암호 만료 후 며칠 후에 계정이 비활성화될지, 날짜 수로 표현" |
138 | 139 |
|
139 | 140 | #: ../Doc/library/spwd.rst:42 |
140 | 141 | msgid "7" |
141 | | -msgstr "" |
| 142 | +msgstr "7" |
142 | 143 |
|
143 | 144 | #: ../Doc/library/spwd.rst:42 |
144 | 145 | msgid "``sp_expire``" |
145 | | -msgstr "" |
| 146 | +msgstr "``sp_expire``" |
146 | 147 |
|
147 | 148 | #: ../Doc/library/spwd.rst:42 |
148 | 149 | msgid "Number of days since 1970-01-01 when account expires" |
149 | | -msgstr "" |
| 150 | +msgstr "계정 만료일, 1970-01-01 이후 일수로 표현" |
150 | 151 |
|
151 | 152 | #: ../Doc/library/spwd.rst:45 |
152 | 153 | msgid "8" |
153 | | -msgstr "" |
| 154 | +msgstr "8" |
154 | 155 |
|
155 | 156 | #: ../Doc/library/spwd.rst:45 |
156 | 157 | msgid "``sp_flag``" |
157 | | -msgstr "" |
| 158 | +msgstr "``sp_flag``" |
158 | 159 |
|
159 | 160 | #: ../Doc/library/spwd.rst:45 |
160 | 161 | msgid "Reserved" |
161 | | -msgstr "" |
| 162 | +msgstr "예약됨" |
162 | 163 |
|
163 | 164 | #: ../Doc/library/spwd.rst:48 |
164 | 165 | msgid "" |
165 | 166 | "The sp_namp and sp_pwdp items are strings, all others are integers. " |
166 | 167 | ":exc:`KeyError` is raised if the entry asked for cannot be found." |
167 | 168 | msgstr "" |
| 169 | +"sp_namp 및 sp_pwdp 항목은 문자열이며, 다른 모든 항목은 정수입니다. 요청된 항목을 찾을 수 없으면 " |
| 170 | +":exc:`KeyError`\\가 발생합니다." |
168 | 171 |
|
169 | 172 | #: ../Doc/library/spwd.rst:51 |
170 | 173 | msgid "The following functions are defined:" |
171 | | -msgstr "" |
| 174 | +msgstr "다음 함수가 정의됩니다:" |
172 | 175 |
|
173 | 176 | #: ../Doc/library/spwd.rst:56 |
174 | 177 | msgid "Return the shadow password database entry for the given user name." |
175 | | -msgstr "" |
| 178 | +msgstr "지정된 사용자 이름에 대한 섀도 암호 데이터베이스 항목을 반환합니다." |
176 | 179 |
|
177 | 180 | #: ../Doc/library/spwd.rst:58 |
178 | 181 | msgid "" |
179 | 182 | "Raises a :exc:`PermissionError` instead of :exc:`KeyError` if the user " |
180 | 183 | "doesn't have privileges." |
181 | | -msgstr "" |
| 184 | +msgstr "사용자에게 권한이 없으면 :exc:`KeyError` 대신 :exc:`PermissionError`\\를 발생시킵니다." |
182 | 185 |
|
183 | 186 | #: ../Doc/library/spwd.rst:64 |
184 | 187 | msgid "" |
185 | 188 | "Return a list of all available shadow password database entries, in " |
186 | 189 | "arbitrary order." |
187 | | -msgstr "" |
| 190 | +msgstr "사용 가능한 모든 섀도 암호 데이터베이스 항목의 리스트를 임의의 순서로 반환합니다." |
188 | 191 |
|
189 | 192 | #: ../Doc/library/spwd.rst:71 |
190 | 193 | msgid "Module :mod:`grp`" |
191 | | -msgstr "" |
| 194 | +msgstr "모듈 :mod:`grp`" |
192 | 195 |
|
193 | 196 | #: ../Doc/library/spwd.rst:71 |
194 | 197 | msgid "An interface to the group database, similar to this." |
195 | | -msgstr "" |
| 198 | +msgstr "그룹 데이터베이스에 대한 인터페이스, 이것과 유사합니다." |
196 | 199 |
|
197 | 200 | #: ../Doc/library/spwd.rst:73 |
198 | 201 | msgid "Module :mod:`pwd`" |
199 | | -msgstr "" |
| 202 | +msgstr "모듈 :mod:`pwd`" |
200 | 203 |
|
201 | 204 | #: ../Doc/library/spwd.rst:74 |
202 | 205 | msgid "An interface to the normal password database, similar to this." |
203 | | -msgstr "" |
204 | | - |
| 206 | +msgstr "일반적인 암호 데이터베이스와의 인터페이스, 이것과 유사합니다." |
0 commit comments