-
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathglob.po
More file actions
304 lines (268 loc) · 11.2 KB
/
Copy pathglob.po
File metadata and controls
304 lines (268 loc) · 11.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
# Python Documentation Turkish Translation
# Copyright (C) 2001-2024, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-01 00:21+0000\n"
"PO-Revision-Date: 2024-12-09 23:37+0300\n"
"Last-Translator: \n"
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.5\n"
#: library/glob.rst:2
msgid ":mod:`!glob` --- Unix style pathname pattern expansion"
msgstr ":mod:`!glob` --- Unix tarzı yol adı kalıp açılımı"
#: library/glob.rst:7
msgid "**Source code:** :source:`Lib/glob.py`"
msgstr "**Kaynak kod** :source:`Lib/glob.py`"
#: library/glob.rst:21
msgid ""
"The :mod:`glob` module finds all the pathnames matching a specified pattern "
"according to the rules used by the Unix shell, although results are returned "
"in arbitrary order. No tilde expansion is done, but ``*``, ``?``, and "
"character ranges expressed with ``[]`` will be correctly matched. This is "
"done by using the :func:`os.scandir` and :func:`fnmatch.fnmatch` functions "
"in concert, and not by actually invoking a subshell."
msgstr ""
":mod:`glob` modülü Unix kabuğu tarafından kullanılan kurallarına uyarak "
"spesifik desenlerle eşleşen tüm yol adlarını bulur ve sonucu gelişigüzel bir "
"sırada ile döndürür. Tilde açılımı yapılmaz fakat ``[]`` içinde ifade edilen "
"karakter aralığı ve ``*``, ``?`` karakterleri eşleştirilir. Bu işlem :func:"
"`os.scandir` ve :func:`fnmatch.fnmatch` fonksiyonlarının birlikte çalışması "
"ile olur ve bir altkabuk çağırılmaz."
#: library/glob.rst:28
msgid ""
"Note that files beginning with a dot (``.``) can only be matched by patterns "
"that also start with a dot, unlike :func:`fnmatch.fnmatch` or :func:`pathlib."
"Path.glob`. (For tilde and shell variable expansion, use :func:`os.path."
"expanduser` and :func:`os.path.expandvars`.)"
msgstr ""
"Dikkat edilmeli ki :func:`fnmatch.fnmatch` veya :func:`pathlib.Path.glob` "
"aksine, nokta (``.``) ile başlayan dosyalar sadece nokta ile başlayan "
"desenler ile eşleştirilebilir. (Tilde ve kabuk değişken açılımları için :"
"func:`os.path.expanduser` ve :func:`os.path.expandvars` kullanın.)"
#: library/glob.rst:34
msgid ""
"For a literal match, wrap the meta-characters in brackets. For example, "
"``'[?]'`` matches the character ``'?'``."
msgstr ""
"Harfi harfine eşleşme için meta-karakter'leri köşeli parantez içine koyun. "
"Örneğin, ``'[?]'`` deseni ``'?'`` karakteri ile eşleşir."
#: library/glob.rst:39
msgid "The :mod:`pathlib` module offers high-level path objects."
msgstr ":mod:`pathlib` modülü yüksek-seviye dizin yolu nesneleri döndürür."
#: library/glob.rst:45
msgid ""
"Return a possibly empty list of path names that match *pathname*, which must "
"be a string containing a path specification. *pathname* can be either "
"absolute (like :file:`/usr/src/Python-1.5/Makefile`) or relative (like :file:"
"`../../Tools/\\*/\\*.gif`), and can contain shell-style wildcards. Broken "
"symlinks are included in the results (as in the shell). Whether or not the "
"results are sorted depends on the file system. If a file that satisfies "
"conditions is removed or added during the call of this function, whether a "
"path name for that file will be included is unspecified."
msgstr ""
"*pathname* ile eşleşen bir liste döndürür ve bu boş liste de olabilir. "
"*pathname*, dizin yolu belirtimi içeren bir string olmalıdır. *pathname* hem "
"mutlak (örneğin :file:`/usr/src/Python-1.5/Makefile`) hem de göreceli "
"(örneğin :file:`../../Tools/\\*/\\*.gif`) olabilir ve kabuk-tarzı joker "
"karakterler de içerebilir. Bozuk sembolik bağlantılar de sonuçlara dahil "
"edilir (kabukta olduğu gibi). Sonucun sıralanmış olup olmaması dosya "
"sistemine bağlıdır. Eğer eşleşmeye uyan bir dosya bu fonksiyonun çağrılması "
"sırasında kaldırılırsa veya eklenirse dönüş değerinde dosyanın bulunup "
"bulunmayacağı belirsizdir."
#: library/glob.rst:54
msgid ""
"If *root_dir* is not ``None``, it should be a :term:`path-like object` "
"specifying the root directory for searching. It has the same effect on :"
"func:`glob` as changing the current directory before calling it. If "
"*pathname* is relative, the result will contain paths relative to *root_dir*."
msgstr ""
"Eğer *root_dir* ``None`` değilse, arama için kök dizini belirten bir :term:"
"`yol benzeri nesne <path-like object>` olmalıdır. Bu, :func:`glob` "
"fonksiyonu üzerinde, fonksiyonu çağırmadan önce geçerli dizini değiştirmekle "
"aynı etkiyi yaratır. Eğer *pathname* göreceli bir yol ise, sonuç "
"*root_dir*'den itibaren oluşturulmuş göreceli yolları içerir."
#: library/glob.rst:60
msgid ""
"This function can support :ref:`paths relative to directory descriptors "
"<dir_fd>` with the *dir_fd* parameter."
msgstr ""
"Bu fonksiyon *dir_fd* parametresi ile :ref:`dizin tanımlayıcılarına göre "
"dosya yolları <dir_fd>` destekler ."
#: library/glob.rst:66
msgid ""
"If *recursive* is true, the pattern \"``**``\" will match any files and zero "
"or more directories, subdirectories and symbolic links to directories. If "
"the pattern is followed by an :data:`os.sep` or :data:`os.altsep` then files "
"will not match."
msgstr ""
"Eğer *recursive* True ise \"``**``\" deseni tüm dosyaları ve sıfır veya daha "
"fazla dizin, alt dizin ve dizinlere işaret eden sembolik bağlantılarla "
"eşleşir. Eğer desen ardından :data:`os.sep` veya :data:`os.altsep` gelirse "
"dosyalar eşlenmez."
#: library/glob.rst:71
msgid ""
"If *include_hidden* is true, \"``**``\" pattern will match hidden "
"directories."
msgstr ""
"Eğer *include_hidden* True ise, \"``**``\" deseni gizli dizinleri de eşler."
#: library/glob.rst:100
msgid ""
"Raises an :ref:`auditing event <auditing>` ``glob.glob`` with arguments "
"``pathname``, ``recursive``."
msgstr ""
"``pathname``, ``recursive`` argümanları ile ``glob.glob`` fonksiyonu için "
"bir :ref:`denetim olayı <auditing>` tetikler."
#: library/glob.rst:101
msgid ""
"Raises an :ref:`auditing event <auditing>` ``glob.glob/2`` with arguments "
"``pathname``, ``recursive``, ``root_dir``, ``dir_fd``."
msgstr ""
"``pathname``, ``recursive`` , ``root_dir``, ``dir_fd`` argümanları ile "
"``glob.glob/2`` fonksiyonu için bir :ref:`denetim olayı <auditing>` tetikler."
#: library/glob.rst:77
msgid ""
"Using the \"``**``\" pattern in large directory trees may consume an "
"inordinate amount of time."
msgstr ""
"\"``**``\" deseninin geniş dizin ağaçlarıyla kullanımı aşırı derecede zaman "
"harcar."
#: library/glob.rst:104
msgid ""
"This function may return duplicate path names if *pathname* contains "
"multiple \"``**``\" patterns and *recursive* is true."
msgstr ""
"Eğer *pathname* birden fazla \"``**``\" deseni içerirse ve *recursive* True "
"ise fonksiyon tekrar eden yol adları döndürebilir."
#: library/glob.rst:107
msgid "Support for recursive globs using \"``**``\"."
msgstr "\"``**``\" kullanarak yinelemeli glob'lar için destek eklendi."
#: library/glob.rst:110
msgid "Added the *root_dir* and *dir_fd* parameters."
msgstr "*root_dir* ve *dir_fd* parametreleri eklendi."
#: library/glob.rst:113
msgid "Added the *include_hidden* parameter."
msgstr "*include_hidden* parametresi eklendi."
#: library/glob.rst:97
msgid ""
"Return an :term:`iterator` which yields the same values as :func:`glob` "
"without actually storing them all simultaneously."
msgstr ""
":func:`glob` fonksiyonuyla aynı değerleri döndüren fakat eş zamanlı olarak "
"saklamayan bir :term:`yineleyici` döndürür."
#: library/glob.rst:119
msgid ""
"Escape all special characters (``'?'``, ``'*'`` and ``'['``). This is useful "
"if you want to match an arbitrary literal string that may have special "
"characters in it. Special characters in drive/UNC sharepoints are not "
"escaped, e.g. on Windows ``escape('//?/c:/Quo vadis?.txt')`` returns ``'//?/"
"c:/Quo vadis[?].txt'``."
msgstr ""
"Tüm özel karakterlerden (``'?'``, ``'*'`` and ``'['``) kaçar. Eğer özel "
"karakterler içerme ihtimali olan belirsiz bir dizini harfi harfine "
"eşleştirmek istiyorsanız faydalıdır. Sürücü/UNC paylaşım noktalarındaki özel "
"karakterler kaçırılamaz; örneğin Windows'ta ``escape('//?/c:/Quo vadis?."
"txt')`` ``'//?/c:/Quo vadis[?].txt'`` döndürür."
#: library/glob.rst:128
msgid ""
"For example, consider a directory containing the following files: :file:`1."
"gif`, :file:`2.txt`, :file:`card.gif` and a subdirectory :file:`sub` which "
"contains only the file :file:`3.txt`. :func:`glob` will produce the "
"following results. Notice how any leading components of the path are "
"preserved. ::"
msgstr ""
"Örneğin, :file:`1.gif`, :file:`2.txt`, :file:`card.gif` dosyalarını içeren "
"bir dizin ve :file:`sub` adında sadece :file:`3.txt` dosyasını içeren bir "
"alt dizin düşünün. :func:`glob` aşağıdaki sonuçları üretir. Yolun başlangıç "
"bileşenlerinin nasıl korunduğuna dikkat edin."
#: library/glob.rst:134
msgid ""
">>> import glob\n"
">>> glob.glob('./[0-9].*')\n"
"['./1.gif', './2.txt']\n"
">>> glob.glob('*.gif')\n"
"['1.gif', 'card.gif']\n"
">>> glob.glob('?.gif')\n"
"['1.gif']\n"
">>> glob.glob('**/*.txt', recursive=True)\n"
"['2.txt', 'sub/3.txt']\n"
">>> glob.glob('./**/', recursive=True)\n"
"['./', './sub/']"
msgstr ""
">>> import glob\n"
">>> glob.glob('./[0-9].*')\n"
"['./1.gif', './2.txt']\n"
">>> glob.glob('*.gif')\n"
"['1.gif', 'card.gif']\n"
">>> glob.glob('?.gif')\n"
"['1.gif']\n"
">>> glob.glob('**/*.txt', recursive=True)\n"
"['2.txt', 'sub/3.txt']\n"
">>> glob.glob('./**/', recursive=True)\n"
"['./', './sub/']"
#: library/glob.rst:146
msgid ""
"If the directory contains files starting with ``.`` they won't be matched by "
"default. For example, consider a directory containing :file:`card.gif` and :"
"file:`.card.gif`::"
msgstr ""
"Eğer dizin ``.`` ile başlayan dosyalar içeriyorsa varsayılan olarak "
"eşleştirilmezler. Örneğin, :file:`card.gif` and :file:`.card.gif`:: "
"dosyalarını içeren bir dizin düşünün."
#: library/glob.rst:150
msgid ""
">>> import glob\n"
">>> glob.glob('*.gif')\n"
"['card.gif']\n"
">>> glob.glob('.c*')\n"
"['.card.gif']"
msgstr ""
">>> import glob\n"
">>> glob.glob('*.gif')\n"
"['card.gif']\n"
">>> glob.glob('.c*')\n"
"['.card.gif']"
#: library/glob.rst:158
msgid "Module :mod:`fnmatch`"
msgstr "Modül :mod:`fnmatch`"
#: library/glob.rst:159
msgid "Shell-style filename (not path) expansion"
msgstr "Kabuk-tarzı dosya ismi (yol adı değil) açılımı"
#: library/glob.rst:9
msgid "filenames"
msgstr "dosya adları"
#: library/glob.rst:9
msgid "pathname expansion"
msgstr "yol adı açılımı"
#: library/glob.rst:13
msgid "* (asterisk)"
msgstr ""
#: library/glob.rst:63
msgid "in glob-style wildcards"
msgstr "in glob-tarzı joker karakterleri"
#: library/glob.rst:13
msgid "? (question mark)"
msgstr ""
#: library/glob.rst:13
msgid "[] (square brackets)"
msgstr ""
#: library/glob.rst:13
msgid "! (exclamation)"
msgstr ""
#: library/glob.rst:13
msgid "- (minus)"
msgstr ""
#: library/glob.rst:13
msgid ". (dot)"
msgstr ""
#: library/glob.rst:63
msgid "**"
msgstr ""