@@ -7,56 +7,62 @@ msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version :Python 3.11\n "
9
9
"Report-Msgid-Bugs-To :\n "
10
- "POT-Creation-Date :2023-05-09 00:15 +0000\n "
11
- "PO-Revision-Date :2017-09-22 18:27+0000 \n "
12
- "Last-Translator :Liang-Bo Wang <me@liang2.tw >\n "
10
+ "POT-Creation-Date :2023-02-13 00:17 +0000\n "
11
+ "PO-Revision-Date :2023-05-20 16:08+0800 \n "
12
+ "Last-Translator :Matt Wang <mattwang44@gmail.com >\n "
13
13
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
14
"tw)\n "
15
15
"Language :zh_TW\n "
16
16
"MIME-Version :1.0\n "
17
17
"Content-Type :text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding :8bit\n "
19
19
"Plural-Forms :nplurals=1; plural=0;\n "
20
+ "X-Generator :Poedit 3.2.2\n "
20
21
21
22
#: ../../library/pwd.rst:2
22
23
msgid ":mod:`pwd` --- The password database"
23
- msgstr ""
24
+ msgstr ":mod:`pwd` --- 密碼資料庫 "
24
25
25
26
#: ../../library/pwd.rst:10
26
27
msgid ""
27
28
"This module provides access to the Unix user account and password database. "
28
29
"It is available on all Unix versions."
29
30
msgstr ""
31
+ "此模組提供對 Unix 使用者帳戶和密碼資料庫的存取介面。它適用於所有 Unix 版本。"
30
32
31
33
#: ../../includes/wasm-notavail.rst:3
32
34
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
33
- msgstr ""
35
+ msgstr ":ref:`Availability <availability>`:非 Emscripten、非 WASI。 "
34
36
35
37
#: ../../includes/wasm-notavail.rst:5
36
38
msgid ""
37
39
"This module does not work or is not available on WebAssembly platforms "
38
40
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
39
41
"more information."
40
42
msgstr ""
43
+ "此模組在 WebAssembly 平台 ``wasm32-emscripten`` 和 ``wasm32-wasi`` 上不起作用"
44
+ "或無法使用。更多資訊請參閱 :ref:`wasm-availability`。"
41
45
42
46
#: ../../library/pwd.rst:15
43
47
msgid ""
44
48
"Password database entries are reported as a tuple-like object, whose "
45
49
"attributes correspond to the members of the ``passwd`` structure (Attribute "
46
50
"field below, see ``<pwd.h>``):"
47
51
msgstr ""
52
+ "密碼資料庫條目被報告為類似元組的物件 (tuple-like object),其屬性會對應於 "
53
+ "``passwd`` 結構的成員(屬性欄位請見下面的 ``<pwd.h>``):"
48
54
49
55
#: ../../library/pwd.rst:20
50
56
msgid "Index"
51
- msgstr ""
57
+ msgstr "索引 "
52
58
53
59
#: ../../library/pwd.rst:20
54
60
msgid "Attribute"
55
61
msgstr "屬性"
56
62
57
63
#: ../../library/pwd.rst:20
58
64
msgid "Meaning"
59
- msgstr ""
65
+ msgstr "意義 "
60
66
61
67
#: ../../library/pwd.rst:22
62
68
msgid "0"
@@ -68,7 +74,7 @@ msgstr "``pw_name``"
68
74
69
75
#: ../../library/pwd.rst:22
70
76
msgid "Login name"
71
- msgstr ""
77
+ msgstr "登錄名 "
72
78
73
79
#: ../../library/pwd.rst:24
74
80
msgid "1"
@@ -80,7 +86,7 @@ msgstr "``pw_passwd``"
80
86
81
87
#: ../../library/pwd.rst:24
82
88
msgid "Optional encrypted password"
83
- msgstr ""
89
+ msgstr "可選的加密密碼 "
84
90
85
91
#: ../../library/pwd.rst:26
86
92
msgid "2"
@@ -92,7 +98,7 @@ msgstr "``pw_uid``"
92
98
93
99
#: ../../library/pwd.rst:26
94
100
msgid "Numerical user ID"
95
- msgstr ""
101
+ msgstr "數值的使用者 ID "
96
102
97
103
#: ../../library/pwd.rst:28
98
104
msgid "3"
@@ -104,7 +110,7 @@ msgstr "``pw_gid``"
104
110
105
111
#: ../../library/pwd.rst:28
106
112
msgid "Numerical group ID"
107
- msgstr ""
113
+ msgstr "數值的群組 ID "
108
114
109
115
#: ../../library/pwd.rst:30
110
116
msgid "4"
@@ -116,7 +122,7 @@ msgstr "``pw_gecos``"
116
122
117
123
#: ../../library/pwd.rst:30
118
124
msgid "User name or comment field"
119
- msgstr ""
125
+ msgstr "使用者名稱或註解欄位 "
120
126
121
127
#: ../../library/pwd.rst:32
122
128
msgid "5"
@@ -128,7 +134,7 @@ msgstr "``pw_dir``"
128
134
129
135
#: ../../library/pwd.rst:32
130
136
msgid "User home directory"
131
- msgstr ""
137
+ msgstr "使用者主目錄 (home directory) "
132
138
133
139
#: ../../library/pwd.rst:34
134
140
msgid "6"
@@ -140,13 +146,15 @@ msgstr "``pw_shell``"
140
146
141
147
#: ../../library/pwd.rst:34
142
148
msgid "User command interpreter"
143
- msgstr ""
149
+ msgstr "使用者命令直譯器 "
144
150
145
151
#: ../../library/pwd.rst:37
146
152
msgid ""
147
153
"The uid and gid items are integers, all others are strings. :exc:`KeyError` "
148
154
"is raised if the entry asked for cannot be found."
149
155
msgstr ""
156
+ "uid 和 gid 項目為整數,其他項目都是字串。如果找不到請求的條目,則會引發 :exc:"
157
+ "`KeyError`。"
150
158
151
159
#: ../../library/pwd.rst:44
152
160
msgid ""
@@ -159,39 +167,45 @@ msgid ""
159
167
"anything useful is system-dependent. If available, the :mod:`spwd` module "
160
168
"should be used where access to the encrypted password is required."
161
169
msgstr ""
170
+ "在傳統的 Unix 中,``pw_passwd`` 欄位通常包含一個使用 DES 衍生演算法加密的密碼"
171
+ "(參見模組 :mod:`crypt`)。然而,大多數現代 Unix 是使用所謂的 *shadow "
172
+ "password* 系統。在那些 Unix 上,*pw_passwd* 欄位僅包含一個星號 (``'*'``) 或字"
173
+ "母 ``'x'``,其中加密密碼存儲在非全域可讀的 (not world readable) :file:`/etc/"
174
+ "shadow` 文件中。 *pw_passwd* 欄位是否包含任何有用的內容取決於系統。如果可用,"
175
+ "應該要在需要存取加密密碼的地方使用 :mod:`spwd` 模組。"
162
176
163
177
#: ../../library/pwd.rst:53
164
178
msgid "It defines the following items:"
165
- msgstr ""
179
+ msgstr "它定義了以下項目: "
166
180
167
181
#: ../../library/pwd.rst:58
168
182
msgid "Return the password database entry for the given numeric user ID."
169
- msgstr ""
183
+ msgstr "回傳給定數值使用者 ID 的密碼資料庫條目。 "
170
184
171
185
#: ../../library/pwd.rst:63
172
186
msgid "Return the password database entry for the given user name."
173
- msgstr ""
187
+ msgstr "回傳給定使用者名稱的密碼資料庫條目。 "
174
188
175
189
#: ../../library/pwd.rst:68
176
190
msgid ""
177
191
"Return a list of all available password database entries, in arbitrary order."
178
- msgstr ""
192
+ msgstr "以任意順序回傳所有可用密碼資料庫條目的 list。 "
179
193
180
194
#: ../../library/pwd.rst:74
181
195
msgid "Module :mod:`grp`"
182
196
msgstr ":mod:`grp` 模組"
183
197
184
198
#: ../../library/pwd.rst:74
185
199
msgid "An interface to the group database, similar to this."
186
- msgstr ""
200
+ msgstr "群組資料庫的介面,與此模組類似。 "
187
201
188
202
#: ../../library/pwd.rst:76
189
203
msgid "Module :mod:`spwd`"
190
204
msgstr ":mod:`spwd` 模組"
191
205
192
206
#: ../../library/pwd.rst:77
193
207
msgid "An interface to the shadow password database, similar to this."
194
- msgstr ""
208
+ msgstr "Shadow 密碼資料庫的介面,與此模組類似。 "
195
209
196
210
#: ../../library/pwd.rst:42
197
211
msgid "module"