7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2023-07-17 17:39+0800 \n "
10
+ "POT-Creation-Date : 2024-04-12 00:03+0000 \n "
11
11
"PO-Revision-Date : 2023-01-24 01:21+0800\n "
12
12
"Last-Translator : Matt Wang <mattwang44@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -117,15 +117,15 @@ msgid ""
117
117
"directories."
118
118
msgstr "如果 *include_hidden* 為真,\" ``**``\" 模式將匹配被隱藏的目錄。"
119
119
120
- #: ../../library/glob.rst:73 ../../library/glob.rst:96
120
+ #: ../../library/glob.rst:73 ../../library/glob.rst:100
121
121
msgid ""
122
122
"Raises an :ref:`auditing event <auditing>` ``glob.glob`` with arguments "
123
123
"``pathname``, ``recursive``."
124
124
msgstr ""
125
125
"引發一個附帶引數 ``pathname``、``recursive`` 的\\ :ref:`稽核事件 <auditing>` "
126
126
"``glob.glob``。"
127
127
128
- #: ../../library/glob.rst:74 ../../library/glob.rst:97
128
+ #: ../../library/glob.rst:74 ../../library/glob.rst:101
129
129
msgid ""
130
130
"Raises an :ref:`auditing event <auditing>` ``glob.glob/2`` with arguments "
131
131
"``pathname``, ``recursive``, ``root_dir``, ``dir_fd``."
@@ -139,27 +139,33 @@ msgid ""
139
139
"inordinate amount of time."
140
140
msgstr "在大型目錄樹中使用 \" ``**``\" 模式可能會消耗過多的時間。"
141
141
142
- #: ../../library/glob.rst:80 ../../library/glob.rst:99
142
+ #: ../../library/glob.rst:81 ../../library/glob.rst:104
143
+ msgid ""
144
+ "This function may return duplicate path names if *pathname* contains "
145
+ "multiple \" ``**``\" patterns and *recursive* is true."
146
+ msgstr ""
147
+
148
+ #: ../../library/glob.rst:84 ../../library/glob.rst:107
143
149
msgid "Support for recursive globs using \" ``**``\" ."
144
150
msgstr "支援以 \" ``**``\" 使用遞迴 glob。"
145
151
146
- #: ../../library/glob.rst:83 ../../library/glob.rst:102
152
+ #: ../../library/glob.rst:87 ../../library/glob.rst:110
147
153
msgid "Added the *root_dir* and *dir_fd* parameters."
148
154
msgstr "新增 *root_dir* 與 *dir_fd* 參數。"
149
155
150
- #: ../../library/glob.rst:86 ../../library/glob.rst:105
156
+ #: ../../library/glob.rst:90 ../../library/glob.rst:113
151
157
msgid "Added the *include_hidden* parameter."
152
158
msgstr "新增 *include_hidden* 參數。"
153
159
154
- #: ../../library/glob.rst:93
160
+ #: ../../library/glob.rst:97
155
161
msgid ""
156
162
"Return an :term:`iterator` which yields the same values as :func:`glob` "
157
163
"without actually storing them all simultaneously."
158
164
msgstr ""
159
165
"回傳一個會產生與 :func:`glob` 相同的值的 :term:`iterator` ,而不是同時存儲全"
160
166
"部的值。"
161
167
162
- #: ../../library/glob.rst:111
168
+ #: ../../library/glob.rst:119
163
169
msgid ""
164
170
"Escape all special characters (``'?'``, ``'*'`` and ``'['``). This is useful "
165
171
"if you want to match an arbitrary literal string that may have special "
@@ -172,7 +178,7 @@ msgstr ""
172
178
"(sharepoints) 中的特殊字元不會被跳脫,例如在 Windows 上,``escape('//?/c:/"
173
179
"Quo vadis?.txt')`` 會回傳 ``'//?/c:/Quo vadis[?].txt'``。"
174
180
175
- #: ../../library/glob.rst:120
181
+ #: ../../library/glob.rst:128
176
182
msgid ""
177
183
"For example, consider a directory containing the following files: :file:`1."
178
184
"gif`, :file:`2.txt`, :file:`card.gif` and a subdirectory :file:`sub` which "
@@ -186,7 +192,7 @@ msgstr ""
186
192
"\n"
187
193
" ::"
188
194
189
- #: ../../library/glob.rst:138
195
+ #: ../../library/glob.rst:146
190
196
msgid ""
191
197
"If the directory contains files starting with ``.`` they won't be matched by "
192
198
"default. For example, consider a directory containing :file:`card.gif` and :"
@@ -197,11 +203,11 @@ msgstr ""
197
203
"\n"
198
204
"::"
199
205
200
- #: ../../library/glob.rst:150
206
+ #: ../../library/glob.rst:158
201
207
msgid "Module :mod:`fnmatch`"
202
208
msgstr ":mod:`fnmatch` 模組"
203
209
204
- #: ../../library/glob.rst:151
210
+ #: ../../library/glob.rst:159
205
211
msgid "Shell-style filename (not path) expansion"
206
212
msgstr "Shell 風格檔案名(不是路徑)的擴展"
207
213
0 commit comments