]> granicus.if.org Git - postgresql/blob - src/backend/po/tr.po
fb59da3beb68b667f6e5ca2ece1da6b712d68f8f
[postgresql] / src / backend / po / tr.po
1 # translation of postgres-tr.po to Turkish
2 # Nicolai Tufar <ntufar@tdmsoft.com>, 2002-2004.
3 # Devrim GÜNDÜZ <devrim@tdmsoft.com>, 2003.
4 # Devrim GUNDUZ <devrim@PostgreSQL.org>, 2004.
5 #
6 #
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: postgres-tr\n"
10 "POT-Creation-Date: 2004-10-25 18:59+0100\n"
11 "PO-Revision-Date: 2004-12-11 14:16+0200\n"
12 "Last-Translator: Nicolai Tufar <ntufar@tdmsoft.com>\n"
13 "Language-Team: Turkish <pgsql-tr-genel@PostgreSQL.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Generator: KBabel 1.3.1\n"
18 "X-Poedit-Language: Turkish\n"
19 "X-Poedit-Country: TURKEY\n"
20 "X-Poedit-Basepath: c:\\pgsql\\src\\backend\n"
21 "X-Poedit-SearchPath-0: /home/ntufar/pg/pgsql/src/backend\n"
22
23 #: access/common/indextuple.c:57
24 #, c-format
25 msgid "number of index columns (%d) exceeds limit (%d)"
26 msgstr "index kolonlarının sayısı (%d),  (%d) sınırını aşıyor"
27
28 #: access/common/indextuple.c:165
29 #, c-format
30 msgid "index row requires %lu bytes, maximum size is %lu"
31 msgstr "index satırının%lu byte'a gereksinmesi var, ancak en büyük byte büyüklüğü: %lu"
32
33 #: access/common/heaptuple.c:580
34 #, c-format
35 msgid "number of columns (%d) exceeds limit (%d)"
36 msgstr "kolonların sayısı (%d),  (%d) sınırını aşıyor"
37
38 #: access/common/printtup.c:296
39 #: tcop/fastpath.c:186
40 #: tcop/fastpath.c:511
41 #: tcop/postgres.c:1490
42 #, c-format
43 msgid "unsupported format code: %d"
44 msgstr "geçersiz biçim kodu: %d"
45
46 #: access/common/tupdesc.c:511
47 #, c-format
48 msgid "column \"%s\" cannot be declared SETOF"
49 msgstr "\"%s\" kolonu SETOF olarak bildirilemez"
50
51 #: access/common/tupdesc.c:630
52 #: access/common/tupdesc.c:661
53 msgid "number of aliases does not match number of columns"
54 msgstr "Takma adların sayısı ile kolon satısı eşleşmiyor"
55
56 #: access/common/tupdesc.c:655
57 msgid "no column alias was provided"
58 msgstr "kolon takma adı verilmedi"
59
60 #: access/common/tupdesc.c:679
61 msgid "could not determine row description for function returning record"
62 msgstr "veri satırı döndüren fonksiyon için satır açıklaması bulunamadı"
63
64 #: access/hash/hashinsert.c:90
65 #, c-format
66 msgid "index row size %lu exceeds hash maximum %lu"
67 msgstr "index satır boyutu %lu, %lu olan en yüksek hash boyutunu aşmaktadır"
68
69 #: access/hash/hashsearch.c:146
70 msgid "hash indexes do not support whole-index scans"
71 msgstr "hash indexler tüm index taramasını desteklememektedir"
72
73 #: access/hash/hashovfl.c:522
74 #, c-format
75 msgid "out of overflow pages in hash index \"%s\""
76 msgstr " \"%s\" hash indexi içinde sayfa taşması hatası"
77
78 #: access/hash/hashutil.c:46
79 msgid "hash indexes cannot contain null keys"
80 msgstr "hash indeskler null kayıtları içeremez"
81
82 #: access/hash/hashutil.c:127
83 #, c-format
84 msgid "index \"%s\" is not a hash index"
85 msgstr "\"%s\" indexi bir hash indexi değildir"
86
87 #: access/hash/hashutil.c:133
88 #, c-format
89 msgid "index \"%s\" has wrong hash version"
90 msgstr "\"%s\" indexi yanlış hash sürümüne sahiptir"
91
92 #: access/hash/hashutil.c:134
93 msgid "Please REINDEX it."
94 msgstr "Lütfen onu REINDEX'leyin."
95
96 #: access/heap/heapam.c:487
97 #, c-format
98 msgid "could not obtain lock on relation \"%s\""
99 msgstr "\"%s\" tablosu için lock alınamadı"
100
101 #: access/heap/heapam.c:610
102 #: access/heap/heapam.c:645
103 #: access/heap/heapam.c:680
104 #: catalog/aclchk.c:286
105 #, c-format
106 msgid "\"%s\" is an index"
107 msgstr "\"%s\" bir indextir"
108
109 #: access/heap/heapam.c:615
110 #: access/heap/heapam.c:650
111 #: access/heap/heapam.c:685
112 #, c-format
113 msgid "\"%s\" is a special relation"
114 msgstr "\"%s\" nesnesi özel bir nesnedir"
115
116 #: access/heap/heapam.c:620
117 #: access/heap/heapam.c:655
118 #: access/heap/heapam.c:690
119 #: catalog/aclchk.c:293
120 #, c-format
121 msgid "\"%s\" is a composite type"
122 msgstr "\"%s\" bir birleşik tiptir"
123
124 #: access/heap/hio.c:109
125 #, c-format
126 msgid "row is too big: size %lu, maximum size %lu"
127 msgstr "satır çok büyük: boyutu %lu, olabileceği en fazla boyut %lu"
128
129 #: access/index/indexam.c:139
130 #: access/index/indexam.c:164
131 #: access/index/indexam.c:189
132 #: commands/comment.c:327
133 #: commands/indexcmds.c:887
134 #: commands/indexcmds.c:917
135 #: tcop/utility.c:93
136 #, c-format
137 msgid "\"%s\" is not an index"
138 msgstr "\"%s\" bir index değildir"
139
140 #: access/nbtree/nbtinsert.c:254
141 #, c-format
142 msgid "duplicate key violates unique constraint \"%s\""
143 msgstr "mükerrer kayıt \"%s\" tekil kısıtlamasını ihlal etmektedir"
144
145 #: access/nbtree/nbtinsert.c:398
146 #: access/nbtree/nbtsort.c:499
147 #, c-format
148 msgid "index row size %lu exceeds btree maximum, %lu"
149 msgstr "%lu index satır boyutu, btree indexi için %lu olan en büyük satır büyüklüğünü aşmaktadır"
150
151 #: access/nbtree/nbtpage.c:169
152 #: access/nbtree/nbtpage.c:350
153 #, c-format
154 msgid "index \"%s\" is not a btree"
155 msgstr "\"%s\" indexi btree değildir."
156
157 #: access/nbtree/nbtpage.c:175
158 #: access/nbtree/nbtpage.c:356
159 #, c-format
160 msgid "version mismatch in index \"%s\": file version %d, code version %d"
161 msgstr "\"%s\" indexinde sürüm uyuşmazlığı: dosya sürümü %d, kod sürümü ise %d"
162
163 #: access/rtree/rtree.c:646
164 msgid "variable-length rtree keys are not supported"
165 msgstr "değişken uzunluklu rtree kayıtları desteklenmemektedir"
166
167 #: access/rtree/rtree.c:786
168 #, c-format
169 msgid "index row size %lu exceeds rtree maximum, %lu"
170 msgstr "%lu index satır boyutu, rtree indexi için %lu olan en büyük satır büyüklüğünü aşmaktadır"
171
172 #: access/transam/xlog.c:907
173 #, c-format
174 msgid "could not create archive status file \"%s\": %m"
175 msgstr "\"%s\" arşiv durum dosyası oluşturulamadı: %m"
176
177 #: access/transam/xlog.c:915
178 #, c-format
179 msgid "could not write archive status file \"%s\": %m"
180 msgstr "\"%s\" arşiv durum dosyası yazılamadı: %m"
181
182 #: access/transam/xlog.c:1180
183 #: access/transam/xlog.c:1304
184 #: access/transam/xlog.c:5192
185 #, c-format
186 msgid "could not close log file %u, segment %u: %m"
187 msgstr "log dosyası %u kapatılamadı, segment %u : %m"
188
189 #: access/transam/xlog.c:1238
190 #: access/transam/xlog.c:2416
191 #, c-format
192 msgid "could not seek in log file %u, segment %u to offset %u: %m"
193 msgstr "kayıt dosyası %u, segment %u, offset %u imleç ilerleme hatası: %m"
194
195 #: access/transam/xlog.c:1252
196 #, c-format
197 msgid "could not write to log file %u, segment %u at offset %u: %m"
198 msgstr "kayıt dosyası %u, segment %u, offset %u yazma hatası: %m"
199
200 #: access/transam/xlog.c:1504
201 #: access/transam/xlog.c:1595
202 #: access/transam/xlog.c:1808
203 #: access/transam/xlog.c:1862
204 #: access/transam/xlog.c:1871
205 #, c-format
206 msgid "could not open file \"%s\" (log file %u, segment %u): %m"
207 msgstr "\"%s\" dosyası (log dosyası %u, segment %u) açma hatası: %m"
208
209 #: access/transam/slru.c:645
210 #: access/transam/xlog.c:1527
211 #: access/transam/xlog.c:1647
212 #: access/transam/xlog.c:2922
213 #: access/transam/xlog.c:5340
214 #: access/transam/xlog.c:5458
215 #: postmaster/postmaster.c:2907
216 #, c-format
217 msgid "could not create file \"%s\": %m"
218 msgstr "\"%s\" dosyası oluşturulamıyor: %m"
219
220 #: access/transam/xlog.c:1556
221 #: access/transam/xlog.c:1680
222 #: access/transam/xlog.c:2975
223 #: access/transam/xlog.c:3013
224 #: commands/copy.c:1118
225 #: commands/tablespace.c:664
226 #: commands/tablespace.c:670
227 #: postmaster/postmaster.c:2917
228 #: postmaster/postmaster.c:2927
229 #: utils/init/miscinit.c:832
230 #: utils/init/miscinit.c:841
231 #: utils/misc/guc.c:4798
232 #: utils/misc/guc.c:4862
233 #, c-format
234 msgid "could not write to file \"%s\": %m"
235 msgstr "\"%s\" dosyası yazma hatası: %m"
236
237 #: access/transam/slru.c:673
238 #: access/transam/xlog.c:1563
239 #: access/transam/xlog.c:1687
240 #: access/transam/xlog.c:3019
241 #, c-format
242 msgid "could not fsync file \"%s\": %m"
243 msgstr "\"%s\" dosyası fsync hatası: %m"
244
245 #: access/transam/slru.c:680
246 #: access/transam/xlog.c:1568
247 #: access/transam/xlog.c:1692
248 #: access/transam/xlog.c:3024
249 #, c-format
250 msgid "could not close file \"%s\": %m"
251 msgstr "\"%s\" dosyası kapatılamıyor: %m"
252
253 #: access/transam/slru.c:638
254 #: access/transam/xlog.c:1632
255 #: access/transam/xlog.c:2753
256 #: access/transam/xlog.c:2843
257 #: access/transam/xlog.c:2941
258 #: libpq/hba.c:912
259 #: libpq/hba.c:936
260 #: utils/error/elog.c:1118
261 #: utils/init/miscinit.c:783
262 #: utils/init/miscinit.c:889
263 #: utils/misc/database.c:68
264 #, c-format
265 msgid "could not open file \"%s\": %m"
266 msgstr "\"%s\" dosyası açılamıyor: %m"
267
268 #: access/transam/xlog.c:1660
269 #: access/transam/xlog.c:2953
270 #: access/transam/xlog.c:5429
271 #: access/transam/xlog.c:5480
272 #: access/transam/xlog.c:5552
273 #: access/transam/xlog.c:5577
274 #: access/transam/xlog.c:5615
275 #, c-format
276 msgid "could not read file \"%s\": %m"
277 msgstr "\"%s\" dosyası okuma hatası: %m"
278
279 #: access/transam/xlog.c:1663
280 #, c-format
281 msgid "not enough data in file \"%s\""
282 msgstr "\"%s\" dosyasında yetersiz veri"
283
284 #: access/transam/xlog.c:1775
285 #, c-format
286 msgid "could not link file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m"
287 msgstr "\"%s\" dosyası \"%s\" dosyasına bağlanamıyor (log dosyası %u, segment %u sıfırlama işlemi): %m"
288
289 #: access/transam/xlog.c:1782
290 #, c-format
291 msgid "could not rename file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m"
292 msgstr "\"%s\" dosyası \"%s\" dosyasına taşınamıyor (log dosyası %u, segment %u iklendirme işlemi): %m"
293
294 #: access/transam/xlog.c:1937
295 #: access/transam/xlog.c:2039
296 #: access/transam/xlog.c:5323
297 #, c-format
298 msgid "could not stat file \"%s\": %m"
299 msgstr "\"%s\" dosyası stat hatası: %m"
300
301 #: access/transam/xlog.c:1945
302 #: access/transam/xlog.c:5485
303 #: access/transam/xlog.c:5639
304 #: commands/tablespace.c:589
305 #, c-format
306 msgid "could not remove file \"%s\": %m"
307 msgstr "\"%s\" dosyası silme hatası: %m"
308
309 #: access/transam/xlog.c:2020
310 #, c-format
311 msgid "archive file \"%s\" has wrong size: %lu instead of %lu"
312 msgstr "\"%s\" archive dosyası yanlış boyuta sahiptir: %lu yerine %lu olmalıydı."
313
314 #: access/transam/xlog.c:2027
315 #, c-format
316 msgid "restored log file \"%s\" from archive"
317 msgstr "\"%s\" log dosyası arşivden geri yüklendi"
318
319 #: access/transam/xlog.c:2052
320 #, c-format
321 msgid "could not restore file \"%s\" from archive: return code %d"
322 msgstr "\"%s\" dosyası arşivden geri yüklenemiyor: dönüş kodu %d"
323
324 #: access/transam/xlog.c:2120
325 #, c-format
326 msgid "could not open transaction log directory \"%s\": %m"
327 msgstr "\"%s\" transaction log dizini açılamıyor: %m"
328
329 #: access/transam/xlog.c:2165
330 #, c-format
331 msgid "recycled transaction log file \"%s\""
332 msgstr "\"%s\" transaction log dosyası yeniden kullanımda"
333
334 #: access/transam/xlog.c:2173
335 #, c-format
336 msgid "removing transaction log file \"%s\""
337 msgstr "\"%s\" transaction log dosyası kaldırılıyor"
338
339 #: access/transam/xlog.c:2196
340 #, c-format
341 msgid "could not read transaction log directory \"%s\": %m"
342 msgstr "\"%s\" transaction kayıt dizini okuma hatası: %m"
343
344 #: access/transam/xlog.c:2280
345 #, c-format
346 msgid "incorrect resource manager data checksum in record at %X/%X"
347 msgstr "resoource manager data checksum %X/%X kaydında geçersiz"
348
349 #: access/transam/xlog.c:2303
350 #, c-format
351 msgid "incorrect checksum of backup block %d in record at %X/%X"
352 msgstr "backup block %d checksum %X/%X kaydında geçersiz"
353
354 #: access/transam/xlog.c:2376
355 #: access/transam/xlog.c:2446
356 #, c-format
357 msgid "invalid record offset at %X/%X"
358 msgstr "%X/%X adresinde geçersiz kayıt offseti"
359
360 #: access/transam/xlog.c:2424
361 #, c-format
362 msgid "could not read from log file %u, segment %u at offset %u: %m"
363 msgstr "kayıt dosyası %u, segment %u, offset %u okuma başarısız: %m"
364
365 #: access/transam/xlog.c:2454
366 #, c-format
367 msgid "contrecord is requested by %X/%X"
368 msgstr "contrecord %X/%X tarafından talep edilmiştir"
369
370 #: access/transam/xlog.c:2469
371 #, c-format
372 msgid "record with zero length at %X/%X"
373 msgstr "%X/%X adresinde sıfır uzunluklu kayıt"
374
375 #: access/transam/xlog.c:2476
376 #, c-format
377 msgid "invalid resource manager ID %u at %X/%X"
378 msgstr "%2$X/%3$X adresinde geçersiz resource manager ID %1$u"
379
380 #: access/transam/xlog.c:2514
381 #, c-format
382 msgid "record length %u at %X/%X too long"
383 msgstr "%2$X/%3$X adresinde çok büyük kayıt uzunluğu: %1$u "
384
385 #: access/transam/xlog.c:2550
386 #, c-format
387 msgid "could not read from log file %u, segment %u, offset %u: %m"
388 msgstr "log dosyası %u, segment %u, offset %u okuma başarısız: %m"
389
390 #: access/transam/xlog.c:2559
391 #, c-format
392 msgid "there is no contrecord flag in log file %u, segment %u, offset %u"
393 msgstr "kayıt dosyası %u, segment %u, offset %u adresinde contrecord bulunamadı"
394
395 #: access/transam/xlog.c:2569
396 #, c-format
397 msgid "invalid contrecord length %u in log file %u, segment %u, offset %u"
398 msgstr "kayıt dosyası %2$u, segment %3$u, offset %4$u adresinde contrecord fazla uzun %1$u"
399
400 #: access/transam/xlog.c:2636
401 #, c-format
402 msgid "invalid magic number %04X in log file %u, segment %u, offset %u"
403 msgstr "kayıt dosyası %2$u, segment %3$u, offset %4$u adresinde geçersiz tanıtım kodu %1$04X"
404
405 #: access/transam/xlog.c:2643
406 #, c-format
407 msgid "invalid info bits %04X in log file %u, segment %u, offset %u"
408 msgstr "kayıt dosyası %2$u, segment %3$u, offset %4$u adresinde geçersiz info bits %1$04X"
409
410 #: access/transam/xlog.c:2665
411 #: access/transam/xlog.c:2673
412 msgid "WAL file is from different system"
413 msgstr "WAL dosyası farklı bir sistemden"
414
415 #: access/transam/xlog.c:2666
416 #, c-format
417 msgid "WAL file SYSID is %s, pg_control SYSID is %s"
418 msgstr "WAL dosyası SYSID %s, pg_control SYSID %s"
419
420 #: access/transam/xlog.c:2674
421 msgid "Incorrect XLOG_SEG_SIZE in page header."
422 msgstr "Sayfa başlığında geçersiz XLOG_SEG_SIZE."
423
424 #: access/transam/xlog.c:2683
425 #, c-format
426 msgid "unexpected pageaddr %X/%X in log file %u, segment %u, offset %u"
427 msgstr "beklenmeyen pageaddr %X/%X: kayıt dosyası: %u, segment %u, offset %u"
428
429 #: access/transam/xlog.c:2695
430 #, c-format
431 msgid "unexpected timeline ID %u in log file %u, segment %u, offset %u"
432 msgstr "beklenmeyen timeline ID %u: kayıt dosyası: %u, segment %u, offset %u"
433
434 #: access/transam/xlog.c:2713
435 #, c-format
436 msgid "out-of-sequence timeline ID %u (after %u) in log file %u, segment %u, offset %u"
437 msgstr "sıra dışı timeline ID %u (%u'dan sonra) log dosyası %u, segment %u, offset %u"
438
439 #: access/transam/xlog.c:2782
440 #, c-format
441 msgid "syntax error in history file: %s"
442 msgstr "%s geçmiş dosyasında sözdizimi hatası"
443
444 #: access/transam/xlog.c:2783
445 msgid "Expected a numeric timeline ID."
446 msgstr "Sayısal timeline ID bekleniyordu."
447
448 #: access/transam/xlog.c:2788
449 #, c-format
450 msgid "invalid data in history file: %s"
451 msgstr "geçmiş dosyasında geçersiz veri: %s"
452
453 #: access/transam/xlog.c:2789
454 msgid "Timeline IDs must be in increasing sequence."
455 msgstr "Timeline ID daima artan sırayla olmalıdır."
456
457 #: access/transam/xlog.c:2802
458 #, c-format
459 msgid "invalid data in history file \"%s\""
460 msgstr "\"%s\" geçmişdosyasında geçersiz veri"
461
462 #: access/transam/xlog.c:2803
463 msgid "Timeline IDs must be less than child timeline's ID."
464 msgstr "timeline ID, child timeline ID'sinden daha düşük olmalıdır."
465
466 #: access/transam/xlog.c:3041
467 #, c-format
468 msgid "could not link file \"%s\" to \"%s\": %m"
469 msgstr "\"%s\" dosyasından \"%s\" dosyasına link hatası: %m"
470
471 #: access/transam/xlog.c:3048
472 #: access/transam/xlog.c:3830
473 #: access/transam/xlog.c:3873
474 #: commands/user.c:282
475 #: commands/user.c:412
476 #: postmaster/pgarch.c:596
477 #, c-format
478 msgid "could not rename file \"%s\" to \"%s\": %m"
479 msgstr "\"%s\" -- \"%s\" ad değiştirme hatası: %m"
480
481 #: access/transam/xlog.c:3109
482 msgid "invalid LC_COLLATE setting"
483 msgstr "geçersiz LC_COLLATE ayarı"
484
485 #: access/transam/xlog.c:3114
486 msgid "invalid LC_CTYPE setting"
487 msgstr "geçersiz LC_TYPE ayarı"
488
489 #: access/transam/xlog.c:3133
490 msgid "sizeof(ControlFileData) is larger than BLCKSZ; fix either one"
491 msgstr "sizeof(ControlFileData) BLCKSZ'dan büyüktür; ikisinden birini düzeltin"
492
493 #: access/transam/xlog.c:3143
494 #, c-format
495 msgid "could not create control file \"%s\": %m"
496 msgstr "kontrol dosyası \"%s\" oluşturma hatası: %m"
497
498 #: access/transam/xlog.c:3154
499 #: access/transam/xlog.c:3341
500 #, c-format
501 msgid "could not write to control file: %m"
502 msgstr "kontrol dosyası yazma hatası: %m"
503
504 #: access/transam/xlog.c:3160
505 #: access/transam/xlog.c:3347
506 #, c-format
507 msgid "could not fsync control file: %m"
508 msgstr "kontrol dosyası fsync hatası: %m"
509
510 #: access/transam/xlog.c:3165
511 #: access/transam/xlog.c:3352
512 #, c-format
513 msgid "could not close control file: %m"
514 msgstr "kontrol dosyası kapatma hatası: %m"
515
516 #: access/transam/xlog.c:3181
517 #: access/transam/xlog.c:3330
518 #, c-format
519 msgid "could not open control file \"%s\": %m"
520 msgstr "kontrol dosyası \"%s\" açma hatası: %m"
521
522 #: access/transam/xlog.c:3187
523 #, c-format
524 msgid "could not read from control file: %m"
525 msgstr "kontrol dosyasından okuma hatası: %m"
526
527 #: access/transam/xlog.c:3199
528 #: access/transam/xlog.c:3229
529 #: access/transam/xlog.c:3236
530 #: access/transam/xlog.c:3243
531 #: access/transam/xlog.c:3250
532 #: access/transam/xlog.c:3257
533 #: access/transam/xlog.c:3264
534 #: access/transam/xlog.c:3273
535 #: access/transam/xlog.c:3280
536 #: access/transam/xlog.c:3288
537 #: utils/init/miscinit.c:907
538 msgid "database files are incompatible with server"
539 msgstr "veri dosyaları veritabanı sunucusu ile uyumlu değildir"
540
541 #: access/transam/xlog.c:3200
542 #, c-format
543 msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d."
544 msgstr "Veritabanı clusteri PG_CONTROL_VERSION %d ile ilklendirilmiştir, ancak sunucu  PG_CONTROL_VERSION %d ile derlenmiştir."
545
546 #: access/transam/xlog.c:3203
547 #: access/transam/xlog.c:3233
548 msgid "It looks like you need to initdb."
549 msgstr "Durumu düzeltmek için initdb çalıştırın."
550
551 #: access/transam/xlog.c:3213
552 msgid "incorrect checksum in control file"
553 msgstr "kontrol dosyasında geçersiz checksum"
554
555 #: access/transam/xlog.c:3230
556 #, c-format
557 msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d."
558 msgstr "Veritabanı clusteri CATALOG_VERSION_NO %d ile ilklendirilmiştir, ancak sunucu  CATALOG_VERSION_NO %d ile derlenmiştir."
559
560 #: access/transam/xlog.c:3237
561 #, c-format
562 msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d."
563 msgstr "Veritabanı clusteri BLCKSZ %d ile ilklendirilmiştir, ancak sunucu  BLCKSZ %d ile derlenmiştir."
564
565 #: access/transam/xlog.c:3240
566 #: access/transam/xlog.c:3247
567 #: access/transam/xlog.c:3254
568 #: access/transam/xlog.c:3261
569 #: access/transam/xlog.c:3268
570 #: access/transam/xlog.c:3276
571 #: access/transam/xlog.c:3283
572 #: access/transam/xlog.c:3292
573 msgid "It looks like you need to recompile or initdb."
574 msgstr "Sistemi yeniden derlemeniz veya initdb çalıştırmanız gerekmetedir."
575
576 #: access/transam/xlog.c:3244
577 #, c-format
578 msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d."
579 msgstr "Veritabanı clusteri RELSEG_SIZE %d ile ilklendirilmiştir, ancak sunucu  RELSEG_SIZE %d ile derlenmiştir."
580
581 #: access/transam/xlog.c:3251
582 #, c-format
583 msgid "The database cluster was initialized with XLOG_SEG_SIZE %d, but the server was compiled with XLOG_SEG_SIZE %d."
584 msgstr "Veritabanı clusteri XLOG_SEG_SIZE %d ile ilklendirilmiştir, ancak sunucu  XLOG_SEG_SIZE %d ile derlenmiştir."
585
586 #: access/transam/xlog.c:3258
587 #, c-format
588 msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d."
589 msgstr "Veritabanı clusteri NAMEDATALEN %d ile ilklendirilmiştir, ancak sunucu  NAMEDATALEN %d ile derlenmiştir."
590
591 #: access/transam/xlog.c:3265
592 #, c-format
593 msgid "The database cluster was initialized with FUNC_MAX_ARGS %d, but the server was compiled with FUNC_MAX_ARGS %d."
594 msgstr "Veritabanı clusteri FUNC_MAX_ARGS %d ile ilklendirilmiştir, ancak sunucu  FUNC_MAX_ARGS %d ile derlenmiştir."
595
596 #: access/transam/xlog.c:3274
597 msgid "The database cluster was initialized without HAVE_INT64_TIMESTAMP but the server was compiled with HAVE_INT64_TIMESTAMP."
598 msgstr "Veritabanı clusteri HAVE_INT64_TIMESTAMP olmadan ilklendirilmiştir, ancak sunucu HAVE_INT64_TIMESTAMP ile derlenmiştir."
599
600 #: access/transam/xlog.c:3281
601 msgid "The database cluster was initialized with HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP."
602 msgstr "Veritabanı clusteri HAVE_INT64_TIMESTAMP ile ilklendirilmiştir,  ancak sunucu HAVE_INT64_TIMESTAMP olmadan derlenmiştir."
603
604 #: access/transam/xlog.c:3289
605 #, c-format
606 msgid "The database cluster was initialized with LOCALE_NAME_BUFLEN %d, but the server was compiled with LOCALE_NAME_BUFLEN %d."
607 msgstr "Veritabanı clusteri LOCALE_NAME_BUFLEN %d ile ilklendirilmiştir, ancak sunucu  LOCALE_NAME_BUFLEN %d ile derlenmiştir."
608
609 #: access/transam/xlog.c:3295
610 #: access/transam/xlog.c:3302
611 msgid "database files are incompatible with operating system"
612 msgstr "veritabanı dosyaları işletim sistemi ile uyumlu değildir"
613
614 #: access/transam/xlog.c:3296
615 #, c-format
616 msgid "The database cluster was initialized with LC_COLLATE \"%s\", which is not recognized by setlocale()."
617 msgstr "Veritabanı LC_COLLATE \"%s\", ile ilklendirilmiştir, ancak setlocale() bun yereli tanımamaktadır.."
618
619 #: access/transam/xlog.c:3299
620 #: access/transam/xlog.c:3306
621 msgid "It looks like you need to initdb or install locale support."
622 msgstr "Yerel dil desteğini etkinleştirmek için initdb çalıştırmanız gerekir."
623
624 #: access/transam/xlog.c:3303
625 #, c-format
626 msgid "The database cluster was initialized with LC_CTYPE \"%s\", which is not recognized by setlocale()."
627 msgstr "Veritabanı LC_CTYPE \"%s\", ile ilklendirilmiştir, ancak setlocale() bunu tanımamaktadır.."
628
629 #: access/transam/xlog.c:3529
630 #, c-format
631 msgid "could not write bootstrap transaction log file: %m"
632 msgstr "bootstrap transaction log dosyası kapatma başarısız: %m"
633
634 #: access/transam/xlog.c:3535
635 #, c-format
636 msgid "could not fsync bootstrap transaction log file: %m"
637 msgstr "bootstrap transaction log dosyası fsyanc başarısız: %m"
638
639 #: access/transam/xlog.c:3540
640 #, c-format
641 msgid "could not close bootstrap transaction log file: %m"
642 msgstr "bootstrap transaction log dosyası kapatılamadı: %m"
643
644 #: access/transam/xlog.c:3602
645 #, c-format
646 msgid "could not open recovery command file \"%s\": %m"
647 msgstr "recovery command dosyası \"%s\" açılamıyor: %m"
648
649 #: access/transam/xlog.c:3607
650 msgid "starting archive recovery"
651 msgstr "arşivden geri getirme başlatılıyor"
652
653 #: access/transam/xlog.c:3652
654 #, c-format
655 msgid "restore_command = \"%s\""
656 msgstr "restore_command = \"%s\""
657
658 #: access/transam/xlog.c:3666
659 #, c-format
660 msgid "recovery_target_timeline is not a valid number: \"%s\""
661 msgstr "recovery_target_timeline geçerli sayısal bir değer değildir: \"%s\""
662
663 #: access/transam/xlog.c:3671
664 #, c-format
665 msgid "recovery_target_timeline = %u"
666 msgstr "recovery_target_timeline = %u"
667
668 #: access/transam/xlog.c:3674
669 msgid "recovery_target_timeline = latest"
670 msgstr "recovery_target_timeline = latest"
671
672 #: access/transam/xlog.c:3682
673 #, c-format
674 msgid "recovery_target_xid is not a valid number: \"%s\""
675 msgstr "recovery_target_xid geçerli sayısal bir değer değildir: \"%s\""
676
677 #: access/transam/xlog.c:3685
678 #, c-format
679 msgid "recovery_target_xid = %u"
680 msgstr "recovery_target_xid = %u"
681
682 #: access/transam/xlog.c:3710
683 #, c-format
684 msgid "recovery_target_time = %s"
685 msgstr "recovery_target_time = %s"
686
687 #: access/transam/xlog.c:3727
688 #, c-format
689 msgid "recovery_target_inclusive = %s"
690 msgstr "recovery_target_inclusive = %s"
691
692 #: access/transam/xlog.c:3731
693 #, c-format
694 msgid "unrecognized recovery parameter \"%s\""
695 msgstr "\"%s\" tanınmayan recovery parametresi"
696
697 #: access/transam/xlog.c:3739
698 #, c-format
699 msgid "syntax error in recovery command file: %s"
700 msgstr "%s recovery komut dosyasında söz dizim hatası"
701
702 #: access/transam/xlog.c:3741
703 msgid "Lines should have the format parameter = 'value'."
704 msgstr "Satırların biçimi şöyle olmalıdır: parametre = 'değer'."
705
706 #: access/transam/xlog.c:3746
707 #, c-format
708 msgid "recovery command file \"%s\" did not specify restore_command"
709 msgstr "\"%s\"recovery komut dosyasında restore_command değeri belirtilmemiştir"
710
711 #: access/transam/xlog.c:3765
712 #, c-format
713 msgid "recovery_target_timeline %u does not exist"
714 msgstr "recovery_target_timeline %u mevcut değil"
715
716 #: access/transam/xlog.c:3877
717 msgid "archive recovery complete"
718 msgstr "archive recovery tamamlandı"
719
720 #: access/transam/xlog.c:3961
721 #, c-format
722 msgid "recovery stopping after commit of transaction %u, time %s"
723 msgstr "recovery stopping after commit of transaction %u, time %s"
724
725 #: access/transam/xlog.c:3965
726 #, c-format
727 msgid "recovery stopping before commit of transaction %u, time %s"
728 msgstr "recovery stopping before commit of transaction %u, time %s"
729
730 #: access/transam/xlog.c:3972
731 #, c-format
732 msgid "recovery stopping after abort of transaction %u, time %s"
733 msgstr "recovery stopping after abort of transaction %u, time %s"
734
735 #: access/transam/xlog.c:3976
736 #, c-format
737 msgid "recovery stopping before abort of transaction %u, time %s"
738 msgstr "recovery stopping before abort of transaction %u, time %s"
739
740 #: access/transam/xlog.c:4018
741 msgid "control file contains invalid data"
742 msgstr "kontrol dosyasında veri geçersiz"
743
744 #: access/transam/xlog.c:4022
745 #, c-format
746 msgid "database system was shut down at %s"
747 msgstr "veritabanı sunucusu %s tarihinde kapatılmıştır"
748
749 #: access/transam/xlog.c:4026
750 #, c-format
751 msgid "database system shutdown was interrupted at %s"
752 msgstr "veritabanı kapatma işlemi %s tarihinde iptal edilmiştir"
753
754 #: access/transam/xlog.c:4030
755 #, c-format
756 msgid "database system was interrupted while in recovery at %s"
757 msgstr "%s'da recovery sırasında veritabanı sistemi durduruldu"
758
759 #: access/transam/xlog.c:4032
760 msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery."
761 msgstr "Büyük ihtimalle veri bozulmuştur, kurtarmak için en son yedeğinizi kullanın."
762
763 #: access/transam/xlog.c:4036
764 #, c-format
765 msgid "database system was interrupted at %s"
766 msgstr "veritabanı sunucusu %s tarihinde durdurulmuştur"
767
768 #: access/transam/xlog.c:4068
769 #, c-format
770 msgid "requested timeline %u is not a child of database system timeline %u"
771 msgstr "talep edilmiş timeline %u veritabanı sistem timeline %u için geçerli bir timeline değildir"
772
773 #: access/transam/xlog.c:4083
774 #: access/transam/xlog.c:4105
775 #, c-format
776 msgid "checkpoint record is at %X/%X"
777 msgstr "checkpoint kaydı %X/%X noktasındadır"
778
779 #: access/transam/xlog.c:4090
780 msgid "could not locate required checkpoint record"
781 msgstr "istenilen checkpoint kaydı bulunamadı"
782
783 #: access/transam/xlog.c:4091
784 #, c-format
785 msgid "If you are not restoring from a backup, try removing the file \"%s/backup_label\"."
786 msgstr "Yedekten geri almıyorsanız, \"%s/backup_label\" dosyasını silmeyi deneyin."
787
788 #: access/transam/xlog.c:4115
789 #, c-format
790 msgid "using previous checkpoint record at %X/%X"
791 msgstr "%X/%X adresindeki eski checkpoint kaydı kullanılıyor"
792
793 #: access/transam/xlog.c:4122
794 msgid "could not locate a valid checkpoint record"
795 msgstr "geçerli checkpoint kaydı bulunamıyor"
796
797 #: access/transam/xlog.c:4131
798 #, c-format
799 msgid "redo record is at %X/%X; undo record is at %X/%X; shutdown %s"
800 msgstr "redo kaydı %X/%X; undo kaydı %X/%X; kapatma %s"
801
802 #: access/transam/xlog.c:4136
803 #, c-format
804 msgid "next transaction ID: %u; next OID: %u"
805 msgstr "sıradaki transaction ID: %u; sıradaki OID: %u"
806
807 #: access/transam/xlog.c:4140
808 msgid "invalid next transaction ID"
809 msgstr "sıradaki transaction ID geçersiz"
810
811 #: access/transam/xlog.c:4157
812 msgid "invalid redo in checkpoint record"
813 msgstr "checkpoint kaydındaki redo geçersizdir"
814
815 #: access/transam/xlog.c:4171
816 msgid "invalid redo/undo record in shutdown checkpoint"
817 msgstr "shutdown checkpointteki redo/undo kaydı geçersizdir"
818
819 #: access/transam/xlog.c:4189
820 msgid "automatic recovery in progress"
821 msgstr "otomatik kurtarma sürüyor"
822
823 #: access/transam/xlog.c:4192
824 msgid "database system was not properly shut down; automatic recovery in progress"
825 msgstr "veritabanı düzgün kapatılmamış otomatik kurtarma işlemi sürüyor"
826
827 #: access/transam/xlog.c:4229
828 #, c-format
829 msgid "redo starts at %X/%X"
830 msgstr "redo başlangıcı %X/%X"
831
832 #: access/transam/xlog.c:4287
833 #, c-format
834 msgid "redo done at %X/%X"
835 msgstr "redo bitişi %X/%X"
836
837 #: access/transam/xlog.c:4295
838 msgid "redo is not required"
839 msgstr "redo işlemi gerekmiyor"
840
841 #: access/transam/xlog.c:4315
842 msgid "requested recovery stop point is before end time of backup dump"
843 msgstr "talep edilen kutarma durma noktası yedek dump'ının bitiş tarihinden öncedir"
844
845 #: access/transam/xlog.c:4319
846 msgid "WAL ends before end time of backup dump"
847 msgstr "WAL yedek dump'ının bitiş zamanından önce sona ermiştir"
848
849 #: access/transam/xlog.c:4334
850 #, c-format
851 msgid "selected new timeline ID: %u"
852 msgstr "seçili yeni timeline ID: %u"
853
854 #: access/transam/xlog.c:4416
855 #, c-format
856 msgid "undo starts at %X/%X"
857 msgstr "undo başlangıcı %X/%X"
858
859 #: access/transam/xlog.c:4427
860 #, c-format
861 msgid "undo done at %X/%X"
862 msgstr "undo bitişi %X/%X"
863
864 #: access/transam/xlog.c:4432
865 msgid "undo is not required"
866 msgstr "undo işlemi gerekmiyor"
867
868 #: access/transam/xlog.c:4500
869 msgid "database system is ready"
870 msgstr "veritabanı sunucusu hazır"
871
872 #: access/transam/xlog.c:4539
873 msgid "invalid primary checkpoint link in control file"
874 msgstr "kontrol dosyasındaki ana checkpoint link geçersiz"
875
876 #: access/transam/xlog.c:4543
877 msgid "invalid secondary checkpoint link in control file"
878 msgstr "kontrol dosyasındaki ikincil checkpoint link geçersiz"
879
880 #: access/transam/xlog.c:4547
881 msgid "invalid checkpoint link in backup_label file"
882 msgstr "backup_label dosyasındaki checkpoint linki geçersiz"
883
884 #: access/transam/xlog.c:4561
885 msgid "invalid primary checkpoint record"
886 msgstr "birincil checkpoint kaydı geçersiz"
887
888 #: access/transam/xlog.c:4565
889 msgid "invalid secondary checkpoint record"
890 msgstr "ikincil checkpoint kaydı geçersiz"
891
892 #: access/transam/xlog.c:4569
893 msgid "invalid checkpoint record"
894 msgstr "geçersiz checkpoint kaydı"
895
896 #: access/transam/xlog.c:4580
897 msgid "invalid resource manager ID in primary checkpoint record"
898 msgstr "birincil checkpoint kaydındaki resource manager ID geçersiz"
899
900 #: access/transam/xlog.c:4584
901 msgid "invalid resource manager ID in secondary checkpoint record"
902 msgstr "ikincil checkpoint kaydındaki resource manager ID geçersiz"
903
904 #: access/transam/xlog.c:4588
905 msgid "invalid resource manager ID in checkpoint record"
906 msgstr "checkpoint kaydındaki resource manager ID geçersiz"
907
908 #: access/transam/xlog.c:4600
909 msgid "invalid xl_info in primary checkpoint record"
910 msgstr "primary checkpoint kaydındaki xl_info geçersiz"
911
912 #: access/transam/xlog.c:4604
913 msgid "invalid xl_info in secondary checkpoint record"
914 msgstr "ikincil checkpoint kaydındaki xl_info geçersiz"
915
916 #: access/transam/xlog.c:4608
917 msgid "invalid xl_info in checkpoint record"
918 msgstr "checkpoint kaydındaki xl_info geçersiz"
919
920 #: access/transam/xlog.c:4619
921 msgid "invalid length of primary checkpoint record"
922 msgstr "birincil checkpoint kaydının uzunluğu geçersiz"
923
924 #: access/transam/xlog.c:4623
925 msgid "invalid length of secondary checkpoint record"
926 msgstr "ikincil checkpoint kaydının uzunluğu geçersiz"
927
928 #: access/transam/xlog.c:4627
929 msgid "invalid length of checkpoint record"
930 msgstr "checkpoint kaydın uzunluğu geçersiz"
931
932 #: access/transam/xlog.c:4680
933 msgid "shutting down"
934 msgstr "kapanıyor"
935
936 #: access/transam/xlog.c:4689
937 msgid "database system is shut down"
938 msgstr "veritabanı sistemi kapandı"
939
940 #: access/transam/xlog.c:4880
941 msgid "checkpoint starting"
942 msgstr "checkpoint başlıyor"
943
944 #: access/transam/xlog.c:4909
945 msgid "concurrent transaction log activity while database system is shutting down"
946 msgstr "veritabanının kapanması sırasında eşzamanlı transaction log hareketi"
947
948 #: access/transam/xlog.c:4981
949 #, c-format
950 msgid "checkpoint complete; %d transaction log file(s) added, %d removed, %d recycled"
951 msgstr "checkpoint tamamlanmıştır; %d tane transaction log dosyası eklenmiştir, %d tane kaldırılmıştır, %d tane yeniden kullanıma alınmıştır"
952
953 #: access/transam/xlog.c:5041
954 #, c-format
955 msgid "unexpected timeline ID %u (after %u) in checkpoint record"
956 msgstr "checkpoint kaydındaki beklenmeyen timeline ID %u (%u'dan sonra)"
957
958 #: access/transam/xlog.c:5064
959 #, c-format
960 msgid "unexpected timeline ID %u (should be %u) in checkpoint record"
961 msgstr "checkpoint kaydındaki beklenmeyen timeline ID %u (%u olmalıydı)"
962
963 #: access/transam/xlog.c:5185
964 #: access/transam/xlog.c:5217
965 #, c-format
966 msgid "could not fsync log file %u, segment %u: %m"
967 msgstr "kayıt dosyası %u, segment %u fsync yapılamıyor: %m"
968
969 #: access/transam/xlog.c:5225
970 #, c-format
971 msgid "could not fdatasync log file %u, segment %u: %m"
972 msgstr "kayıt dosyası %u, segment %u fdatasync yapılamıyor: %m"
973
974 #: access/transam/xlog.c:5268
975 #: access/transam/xlog.c:5395
976 msgid "must be superuser to run a backup"
977 msgstr "yedeklemeyi gerçekleştirmek için superuser haklarına sahip olmalısınız"
978
979 #: access/transam/xlog.c:5273
980 msgid "WAL archiving is not active"
981 msgstr "WAL arşivleme etkin değil"
982
983 #: access/transam/xlog.c:5274
984 msgid "archive_command must be defined before online backups can be made safely."
985 msgstr "online yedekleme güvenilir bir biçimde çalışması için, önce archive_command tanımlayın."
986
987 #: access/transam/xlog.c:5329
988 msgid "a backup is already in progress"
989 msgstr "bir backup işlemi zaten aktif"
990
991 #: access/transam/xlog.c:5330
992 #, c-format
993 msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again."
994 msgstr "Eğer bir backup sürecinin şu an çalışmadığından eminseniz, \"%s\" dosyasını kaldırın ve yeniden deneyin."
995
996 #: access/transam/xlog.c:5351
997 #: access/transam/xlog.c:5471
998 #, c-format
999 msgid "could not write file \"%s\": %m"
1000 msgstr "\"%s\" dosyasına yazma hatası: %m"
1001
1002 #: access/transam/xlog.c:5433
1003 msgid "a backup is not in progress"
1004 msgstr "şu an backup süreci çalışmıyor"
1005
1006 #: access/transam/xlog.c:5446
1007 #: access/transam/xlog.c:5567
1008 #: access/transam/xlog.c:5573
1009 #: access/transam/xlog.c:5604
1010 #: access/transam/xlog.c:5610
1011 #, c-format
1012 msgid "invalid data in file \"%s\""
1013 msgstr "\"%s\" dosyasında geçersiz veri"
1014
1015 #: access/transam/slru.c:452
1016 #, c-format
1017 msgid "file \"%s\" doesn't exist, reading as zeroes"
1018 msgstr "\"%s\" dosyası mevcut değildir, sıfırlarla dolu dosya olarak okunmaktadır"
1019
1020 #: access/transam/slru.c:637
1021 #: access/transam/slru.c:644
1022 #: access/transam/slru.c:651
1023 #: access/transam/slru.c:658
1024 #: access/transam/slru.c:665
1025 #: access/transam/slru.c:672
1026 #: access/transam/slru.c:679
1027 #, c-format
1028 msgid "could not access status of transaction %u"
1029 msgstr "%u transactionunun durumuna erişilemiyor."
1030
1031 #: access/transam/slru.c:652
1032 #, c-format
1033 msgid "could not seek in file \"%s\" to offset %u: %m"
1034 msgstr "\"%s\" dosyası, offset %u imleç değiştirme hatası: %m"
1035
1036 #: access/transam/slru.c:659
1037 #, c-format
1038 msgid "could not read from file \"%s\" at offset %u: %m"
1039 msgstr "\"%s\" dosyası, offset %u okuma hatası: %m"
1040
1041 #: access/transam/slru.c:666
1042 #, c-format
1043 msgid "could not write to file \"%s\" at offset %u: %m"
1044 msgstr "\"%s\" dosyası, offset %u yazma hatası: %m"
1045
1046 #: access/transam/slru.c:862
1047 #, c-format
1048 msgid "could not truncate directory \"%s\": apparent wraparound"
1049 msgstr "\"%s\" dizini küçültülemedi: başa sarma durumuna rastlandı"
1050
1051 #: ../port/copydir.c:55
1052 #: access/transam/slru.c:930
1053 #: commands/tablespace.c:525
1054 #: commands/tablespace.c:692
1055 #: utils/adt/misc.c:174
1056 #, c-format
1057 msgid "could not open directory \"%s\": %m"
1058 msgstr "\"%s\" dizini açılamıyor: %m"
1059
1060 #: access/transam/slru.c:948
1061 #, c-format
1062 msgid "removing file \"%s\""
1063 msgstr "\"%s\" dosyası siliniyor"
1064
1065 #: access/transam/slru.c:967
1066 #: commands/tablespace.c:573
1067 #: commands/tablespace.c:719
1068 #, c-format
1069 msgid "could not read directory \"%s\": %m"
1070 msgstr "\"%s\" dizini okunamıyor: %m"
1071
1072 #: access/transam/xact.c:510
1073 msgid "cannot have more than 2^32-1 commands in a transaction"
1074 msgstr "bir transaction içinde 2^32-1 komuttan fazla olamaz"
1075
1076 #. translator: %s represents an SQL statement name
1077 #: access/transam/xact.c:2178
1078 #, c-format
1079 msgid "%s cannot run inside a transaction block"
1080 msgstr "%s bir transaction block içinde çalışamaz"
1081
1082 #. translator: %s represents an SQL statement name
1083 #: access/transam/xact.c:2188
1084 #, c-format
1085 msgid "%s cannot run inside a subtransaction"
1086 msgstr "%s bir subtransaction içinde çalışamaz"
1087
1088 #. translator: %s represents an SQL statement name
1089 #: access/transam/xact.c:2200
1090 #, c-format
1091 msgid "%s cannot be executed from a function"
1092 msgstr "%s bir fonksiyonun içinde çalışamaz"
1093
1094 #. translator: %s represents an SQL statement name
1095 #: access/transam/xact.c:2251
1096 #, c-format
1097 msgid "%s may only be used in transaction blocks"
1098 msgstr "%s sadece transaction bloğu içinde çalıştırılabilir"
1099
1100 #: access/transam/xact.c:2434
1101 msgid "there is already a transaction in progress"
1102 msgstr "bir transaction zaten başlatılmıştır"
1103
1104 #: access/transam/xact.c:2549
1105 #: access/transam/xact.c:2640
1106 msgid "there is no transaction in progress"
1107 msgstr "yürüyen bir transaction yok"
1108
1109 #: access/transam/xact.c:2732
1110 #: access/transam/xact.c:2781
1111 #: access/transam/xact.c:2787
1112 #: access/transam/xact.c:2831
1113 #: access/transam/xact.c:2878
1114 #: access/transam/xact.c:2884
1115 msgid "no such savepoint"
1116 msgstr "böyle bir savepoint bulunamadı"
1117
1118 #: access/transam/xact.c:3522
1119 msgid "cannot have more than 2^32-1 subtransactions in a transaction"
1120 msgstr "bir transaction içinde 2^32-1 subtransactiondan fazla olamaz"
1121
1122 #: bootstrap/bootstrap.c:299
1123 #: postmaster/postmaster.c:549
1124 #: tcop/postgres.c:2533
1125 #, c-format
1126 msgid "--%s requires a value"
1127 msgstr "--%s bir değer gerektirir"
1128
1129 #: bootstrap/bootstrap.c:304
1130 #: postmaster/postmaster.c:554
1131 #: tcop/postgres.c:2538
1132 #, c-format
1133 msgid "-c %s requires a value"
1134 msgstr "-c %s bir değer gerektirir"
1135
1136 #: bootstrap/bootstrap.c:481
1137 msgid ""
1138 "Usage:\n"
1139 "  postgres -boot [OPTION]... DBNAME\n"
1140 "  -c NAME=VALUE    set run-time parameter\n"
1141 "  -d 1-5           debug level\n"
1142 "  -D datadir       data directory\n"
1143 "  -F               turn off fsync\n"
1144 "  -o file          send debug output to file\n"
1145 "  -x num           internal use\n"
1146 msgstr ""
1147 "Kullanımı:\n"
1148 "  postgres -boot [OPTION]... DBNAME\n"
1149 "  -c NAME=VALUE    çalışma zamanı parametresi ata\n"
1150 "  -d 1-5           debug düzeyi\n"
1151 "  -D datadir       veritabanı dizini\n"
1152 "  -F               fsync engelle\n"
1153 "  -o file          debug çıkışını bir dosyaya gönder\n"
1154 "  -x num           internal use\n"
1155
1156 #: catalog/dependency.c:152
1157 #, c-format
1158 msgid "cannot drop %s because other objects depend on it"
1159 msgstr "diğer nesnelerin ona bağlı olması nedeniyle %s kaldırılamıyor"
1160
1161 #: catalog/dependency.c:154
1162 msgid "Use DROP ... CASCADE to drop the dependent objects too."
1163 msgstr "Bağlı nesneleri de kaldırmak için DROP ... CASCADE kulanın."
1164
1165 #: catalog/dependency.c:212
1166 #, c-format
1167 msgid "failed to drop all objects depending on %s"
1168 msgstr "%s nesnesine bağlı nesnelerinin kaldırma işlemi başarısız oldu"
1169
1170 #: catalog/dependency.c:312
1171 #: catalog/dependency.c:717
1172 #, c-format
1173 msgid "cannot drop %s because it is required by the database system"
1174 msgstr "veritabanı sistemi tarafından kullanıldığı için %s kaldırılamıyor"
1175
1176 #: catalog/dependency.c:451
1177 #, c-format
1178 msgid "cannot drop %s because %s requires it"
1179 msgstr "%s tarafından kullanıldığı için %s kaldırılamıyor"
1180
1181 #: catalog/dependency.c:453
1182 #, c-format
1183 msgid "You may drop %s instead."
1184 msgstr "Onun yerine %s nesnesini kaldırabilirsiniz."
1185
1186 #: catalog/dependency.c:521
1187 #: catalog/dependency.c:674
1188 #: catalog/dependency.c:702
1189 #, c-format
1190 msgid "drop auto-cascades to %s"
1191 msgstr "drop, auto-cascade neticesinde %s nesnesine varıyor"
1192
1193 #: catalog/dependency.c:526
1194 #: catalog/dependency.c:679
1195 #, c-format
1196 msgid "%s depends on %s"
1197 msgstr "%s, %s nesnesine bağlıdır"
1198
1199 #: catalog/dependency.c:533
1200 #: catalog/dependency.c:686
1201 #, c-format
1202 msgid "drop cascades to %s"
1203 msgstr "kaldırma işlemi , cascade neticesinde %s' nesnesine varıyor"
1204
1205 #: catalog/dependency.c:1427
1206 #, c-format
1207 msgid " column %s"
1208 msgstr " %s sütunu"
1209
1210 #: catalog/dependency.c:1433
1211 #, c-format
1212 msgid "function %s"
1213 msgstr "%s fonksiyonu"
1214
1215 #: catalog/dependency.c:1438
1216 #, c-format
1217 msgid "type %s"
1218 msgstr "%s tipi"
1219
1220 #: catalog/dependency.c:1468
1221 #, c-format
1222 msgid "cast from %s to %s"
1223 msgstr "%s tipini %s tipine dönüştürme"
1224
1225 #: catalog/dependency.c:1505
1226 #, c-format
1227 msgid "constraint %s on "
1228 msgstr "%s constraint'i açık"
1229
1230 #: catalog/dependency.c:1511
1231 #, c-format
1232 msgid "constraint %s"
1233 msgstr "constraint %s"
1234
1235 #: catalog/dependency.c:1530
1236 #, c-format
1237 msgid "conversion %s"
1238 msgstr "dönüşüm %s"
1239
1240 #: catalog/dependency.c:1567
1241 #, c-format
1242 msgid "default for %s"
1243 msgstr "%s için varsayılan"
1244
1245 #: catalog/dependency.c:1585
1246 #, c-format
1247 msgid "language %s"
1248 msgstr "%s dili"
1249
1250 #: catalog/dependency.c:1592
1251 #, c-format
1252 msgid "operator %s"
1253 msgstr "operator %s"
1254
1255 #: catalog/dependency.c:1626
1256 #, c-format
1257 msgid "operator class %s for access method %s"
1258 msgstr "%s erişim metodu için %s operator sınıfı"
1259
1260 #: catalog/dependency.c:1662
1261 #, c-format
1262 msgid "rule %s on "
1263 msgstr "rule %s etkin"
1264
1265 #: catalog/dependency.c:1697
1266 #, c-format
1267 msgid "trigger %s on "
1268 msgstr "%s triggeri açık"
1269
1270 #: catalog/dependency.c:1714
1271 #, c-format
1272 msgid "schema %s"
1273 msgstr "%s şeması"
1274
1275 #: catalog/dependency.c:1758
1276 #, c-format
1277 msgid "table %s"
1278 msgstr "%s tablosu"
1279
1280 #: catalog/dependency.c:1762
1281 #, c-format
1282 msgid "index %s"
1283 msgstr "%s indexi"
1284
1285 #: catalog/dependency.c:1766
1286 #, c-format
1287 msgid "special system relation %s"
1288 msgstr "%s özel sistem nesnesi"
1289
1290 #: catalog/dependency.c:1770
1291 #, c-format
1292 msgid "sequence %s"
1293 msgstr "sequence %s"
1294
1295 #: catalog/dependency.c:1774
1296 #, c-format
1297 msgid "uncataloged table %s"
1298 msgstr "katalog edilmemiş tablo %s"
1299
1300 #: catalog/dependency.c:1778
1301 #, c-format
1302 msgid "toast table %s"
1303 msgstr "toast tablosu %s"
1304
1305 #: catalog/dependency.c:1782
1306 #, c-format
1307 msgid "view %s"
1308 msgstr "view %s"
1309
1310 #: catalog/dependency.c:1786
1311 #, c-format
1312 msgid "composite type %s"
1313 msgstr "composite type %s"
1314
1315 #: catalog/dependency.c:1791
1316 #, c-format
1317 msgid "relation %s"
1318 msgstr "%s nesnesi"
1319
1320 #: catalog/aclchk.c:158
1321 msgid "grant options can only be granted to individual users"
1322 msgstr "grant işlemiyle haklar, sadece tekil kullanıcılara atanabilir"
1323
1324 #: catalog/aclchk.c:246
1325 #, c-format
1326 msgid "invalid privilege type %s for table"
1327 msgstr "tablo için geçersiz hak tipi %s"
1328
1329 #: catalog/aclchk.c:334
1330 #: catalog/aclchk.c:492
1331 #: catalog/aclchk.c:646
1332 #: catalog/aclchk.c:809
1333 #: catalog/aclchk.c:962
1334 #: catalog/aclchk.c:1121
1335 msgid "no privileges were granted"
1336 msgstr "hiçbir hak verilmemiş"
1337
1338 #: catalog/aclchk.c:338
1339 #: catalog/aclchk.c:496
1340 #: catalog/aclchk.c:650
1341 #: catalog/aclchk.c:813
1342 #: catalog/aclchk.c:966
1343 #: catalog/aclchk.c:1125
1344 msgid "not all privileges were granted"
1345 msgstr "hakların tümü verilememiş"
1346
1347 #: catalog/aclchk.c:345
1348 #: catalog/aclchk.c:503
1349 #: catalog/aclchk.c:657
1350 #: catalog/aclchk.c:820
1351 #: catalog/aclchk.c:973
1352 #: catalog/aclchk.c:1132
1353 msgid "no privileges could be revoked"
1354 msgstr "hiçbir hak geri alınamadı"
1355
1356 #: catalog/aclchk.c:349
1357 #: catalog/aclchk.c:507
1358 #: catalog/aclchk.c:661
1359 #: catalog/aclchk.c:824
1360 #: catalog/aclchk.c:977
1361 #: catalog/aclchk.c:1136
1362 msgid "not all privileges could be revoked"
1363 msgstr "hakların tümü alınamadı"
1364
1365 #: catalog/aclchk.c:414
1366 #, c-format
1367 msgid "invalid privilege type %s for database"
1368 msgstr "veritabanı için geçersiz hak tipi %s"
1369
1370 #: catalog/aclchk.c:451
1371 #: commands/comment.c:458
1372 #: commands/dbcommands.c:550
1373 #: commands/dbcommands.c:679
1374 #: commands/dbcommands.c:779
1375 #: commands/dbcommands.c:866
1376 #: utils/adt/acl.c:1661
1377 #: utils/init/postinit.c:271
1378 #: utils/init/postinit.c:283
1379 #, c-format
1380 msgid "database \"%s\" does not exist"
1381 msgstr "\"%s\" veritabanı mevcut değil"
1382
1383 #: catalog/aclchk.c:572
1384 #, c-format
1385 msgid "invalid privilege type %s for function"
1386 msgstr "fonksiyon için geçersiz hak tipi %s"
1387
1388 #: catalog/aclchk.c:726
1389 #, c-format
1390 msgid "invalid privilege type %s for language"
1391 msgstr "dil için geçersiz hak tipi %s"
1392
1393 #: catalog/aclchk.c:758
1394 #: commands/comment.c:1001
1395 #: commands/functioncmds.c:451
1396 #: commands/proclang.c:202
1397 #: commands/proclang.c:257
1398 #: utils/adt/acl.c:2079
1399 #, c-format
1400 msgid "language \"%s\" does not exist"
1401 msgstr "\"%s\" dili mevcut değil"
1402
1403 #: catalog/aclchk.c:764
1404 #, c-format
1405 msgid "language \"%s\" is not trusted"
1406 msgstr "\"%s\" dili güvenilir bir dil değildir"
1407
1408 #: catalog/aclchk.c:765
1409 msgid "Only superusers may use untrusted languages."
1410 msgstr "Güvenilir olmayan dilleri sadece superuser kullanabilir."
1411
1412 #: catalog/aclchk.c:889
1413 #, c-format
1414 msgid "invalid privilege type %s for schema"
1415 msgstr "şema için geçersiz hak tipi %s"
1416
1417 #: catalog/aclchk.c:921
1418 #: catalog/namespace.c:255
1419 #: catalog/namespace.c:1229
1420 #: catalog/namespace.c:1267
1421 #: catalog/namespace.c:1866
1422 #: commands/comment.c:509
1423 #: commands/schemacmds.c:181
1424 #: commands/schemacmds.c:243
1425 #: commands/schemacmds.c:298
1426 #: utils/adt/acl.c:2283
1427 #, c-format
1428 msgid "schema \"%s\" does not exist"
1429 msgstr "\"%s\" şeması mevcut değil"
1430
1431 #: catalog/aclchk.c:1043
1432 #, c-format
1433 msgid "invalid privilege type %s for tablespace"
1434 msgstr "tablespace için geçersiz hak tipi %s"
1435
1436 #: catalog/aclchk.c:1080
1437 #: commands/dbcommands.c:277
1438 #: commands/indexcmds.c:171
1439 #: commands/tablecmds.c:324
1440 #: commands/tablecmds.c:5435
1441 #: commands/tablespace.c:425
1442 #: commands/tablespace.c:750
1443 #: commands/tablespace.c:817
1444 #: commands/tablespace.c:896
1445 #: utils/adt/acl.c:2489
1446 #, c-format
1447 msgid "tablespace \"%s\" does not exist"
1448 msgstr "\"%s\" tablespace'i mevcut değil"
1449
1450 #: catalog/aclchk.c:1229
1451 #: commands/user.c:1535
1452 #: commands/user.c:1772
1453 #: commands/user.c:1807
1454 #: libpq/pqcomm.c:499
1455 #, c-format
1456 msgid "group \"%s\" does not exist"
1457 msgstr "\"%s\" grubu mevcut değil"
1458
1459 #: catalog/aclchk.c:1264
1460 #, c-format
1461 msgid "permission denied for relation %s"
1462 msgstr "%s nesnesine erişim engellendi"
1463
1464 #: catalog/aclchk.c:1266
1465 #, c-format
1466 msgid "permission denied for database %s"
1467 msgstr "%s veritabanına erişim engellendi"
1468
1469 #: catalog/aclchk.c:1268
1470 #, c-format
1471 msgid "permission denied for function %s"
1472 msgstr "%s fonksiyonuna erişim engellendi"
1473
1474 #: catalog/aclchk.c:1270
1475 #, c-format
1476 msgid "permission denied for operator %s"
1477 msgstr "%s operatorüne erişim engellendi"
1478
1479 #: catalog/aclchk.c:1272
1480 #, c-format
1481 msgid "permission denied for type %s"
1482 msgstr "%s tipine erişim engellendi"
1483
1484 #: catalog/aclchk.c:1274
1485 #, c-format
1486 msgid "permission denied for language %s"
1487 msgstr "%s diline erişim engellendi"
1488
1489 #: catalog/aclchk.c:1276
1490 #, c-format
1491 msgid "permission denied for schema %s"
1492 msgstr "%s şemasına erişim engellendi"
1493
1494 #: catalog/aclchk.c:1278
1495 #, c-format
1496 msgid "permission denied for operator class %s"
1497 msgstr "%s operator sınıfına erişim engellendi"
1498
1499 #: catalog/aclchk.c:1280
1500 #, c-format
1501 msgid "permission denied for conversion %s"
1502 msgstr "%s dönüşümüne erişim engellendi"
1503
1504 #: catalog/aclchk.c:1282
1505 #, c-format
1506 msgid "permission denied for tablespace %s"
1507 msgstr "%s tablespace'ine erişim engellendi"
1508
1509 #: catalog/aclchk.c:1288
1510 #, c-format
1511 msgid "must be owner of relation %s"
1512 msgstr "%s nesnesinin sahibi olmalısınız"
1513
1514 #: catalog/aclchk.c:1290
1515 #, c-format
1516 msgid "must be owner of database %s"
1517 msgstr "%s veritabanının sahibi olmalısınız"
1518
1519 #: catalog/aclchk.c:1292
1520 #, c-format
1521 msgid "must be owner of function %s"
1522 msgstr "%s fonksiyonunun sahibi olmalısınız"
1523
1524 #: catalog/aclchk.c:1294
1525 #, c-format
1526 msgid "must be owner of operator %s"
1527 msgstr "%s operatörünün sahibi olmalısınız"
1528
1529 #: catalog/aclchk.c:1296
1530 #, c-format
1531 msgid "must be owner of type %s"
1532 msgstr "%s tipinin sahibi olmalısınız"
1533
1534 #: catalog/aclchk.c:1298
1535 #, c-format
1536 msgid "must be owner of language %s"
1537 msgstr "%s dilinin sahibi olmalısınız"
1538
1539 #: catalog/aclchk.c:1300
1540 #, c-format
1541 msgid "must be owner of schema %s"
1542 msgstr "%s şemasının sahibi olmalısınız"
1543
1544 #: catalog/aclchk.c:1302
1545 #, c-format
1546 msgid "must be owner of operator class %s"
1547 msgstr "%s operator sınıfının sahibi olmalısınız"
1548
1549 #: catalog/aclchk.c:1304
1550 #, c-format
1551 msgid "must be owner of conversion %s"
1552 msgstr "%s dönüşümünün sahibi olmalısınız"
1553
1554 #: catalog/aclchk.c:1306
1555 #, c-format
1556 msgid "must be owner of tablespace %s"
1557 msgstr "%s tablespace'inin sahibi olmalısınız"
1558
1559 #: catalog/aclchk.c:1369
1560 #, c-format
1561 msgid "user with ID %u does not exist"
1562 msgstr "ID'si %u olan kullanıcı mevcut değil"
1563
1564 #: catalog/aclchk.c:1386
1565 #: catalog/aclchk.c:1889
1566 #, c-format
1567 msgid "relation with OID %u does not exist"
1568 msgstr "%u OID'li nesne mevcut değil"
1569
1570 #: catalog/aclchk.c:1490
1571 #: catalog/aclchk.c:2107
1572 #, c-format
1573 msgid "database with OID %u does not exist"
1574 msgstr "%u OID'li veritabanı mevcut değil"
1575
1576 #: catalog/aclchk.c:1548
1577 #: catalog/aclchk.c:1973
1578 #: tcop/fastpath.c:230
1579 #, c-format
1580 msgid "function with OID %u does not exist"
1581 msgstr "%u OID'li fonksiyon mevcut değil"
1582
1583 #: catalog/aclchk.c:1604
1584 #, c-format
1585 msgid "language with OID %u does not exist"
1586 msgstr "%u OID'li dil mevcut değil"
1587
1588 #: catalog/aclchk.c:1689
1589 #: catalog/aclchk.c:2001
1590 #, c-format
1591 msgid "schema with OID %u does not exist"
1592 msgstr "%u OID'li şema mevcut değil"
1593
1594 #: catalog/aclchk.c:1761
1595 #: catalog/aclchk.c:2039
1596 #, c-format
1597 msgid "tablespace with OID %u does not exist"
1598 msgstr "%u OID'li tablespace mevcut değil"
1599
1600 #: catalog/aclchk.c:1917
1601 #, c-format
1602 msgid "type with OID %u does not exist"
1603 msgstr "%u OID'li tip mevcut değil"
1604
1605 #: catalog/aclchk.c:1945
1606 #, c-format
1607 msgid "operator with OID %u does not exist"
1608 msgstr "%u OID'li operatör mevcut değil"
1609
1610 #: catalog/aclchk.c:2068
1611 #, c-format
1612 msgid "operator class with OID %u does not exist"
1613 msgstr "%u OID'li operatör sınıfı mevcut değil"
1614
1615 #: catalog/aclchk.c:2136
1616 #, c-format
1617 msgid "conversion with OID %u does not exist"
1618 msgstr "%u OID'li dönüşüm mevcut değil"
1619
1620 #: catalog/pg_aggregate.c:80
1621 msgid "cannot determine transition data type"
1622 msgstr "geçiş veri tipi belirlenemedi"
1623
1624 #: catalog/pg_aggregate.c:81
1625 msgid "An aggregate using \"anyarray\" or \"anyelement\" as transition type must have one of them as its base type."
1626 msgstr "Transition tipi \"anyarray\" ya da \"anyelement\" olan aggregatın temel tipi onlardan biri olmalıdır."
1627
1628 #: catalog/pg_aggregate.c:110
1629 #, c-format
1630 msgid "return type of transition function %s is not %s"
1631 msgstr "%s geçiş fonksiyonunun tipi %s değildir"
1632
1633 #: catalog/pg_aggregate.c:132
1634 msgid "must not omit initial value when transition function is strict and transition type is not compatible with input type"
1635 msgstr "geçiş fonksiyonu strict olduğunda ve giriş parametresinin tipi uyumsuz olduğunda başlangıç değeri mutlaka verilmelidir"
1636
1637 #: catalog/pg_aggregate.c:165
1638 #: catalog/pg_proc.c:124
1639 #: executor/functions.c:1082
1640 msgid "cannot determine result data type"
1641 msgstr "sonuç veri tipi belirlenemiyor"
1642
1643 #: catalog/pg_aggregate.c:166
1644 msgid "An aggregate returning \"anyarray\" or \"anyelement\" must have one of them as its base type."
1645 msgstr "\"anyarray\" veya \"anyelement\" döndüren aggregatın temel tipi onlardan biri olmalıdır."
1646
1647 #: catalog/pg_aggregate.c:281
1648 #: commands/typecmds.c:919
1649 #: commands/typecmds.c:989
1650 #: commands/typecmds.c:1021
1651 #: commands/typecmds.c:1053
1652 #: commands/typecmds.c:1077
1653 #: parser/parse_func.c:203
1654 #: parser/parse_func.c:1364
1655 #, c-format
1656 msgid "function %s does not exist"
1657 msgstr "%s fonksiyonu mevcut değildir"
1658
1659 #: catalog/pg_aggregate.c:286
1660 #, c-format
1661 msgid "function %s returns a set"
1662 msgstr "%s fonksiyonu bir küme döndürüyor"
1663
1664 #: catalog/pg_aggregate.c:317
1665 #: catalog/pg_aggregate.c:326
1666 #, c-format
1667 msgid "function %s requires run-time type coercion"
1668 msgstr "%s fonksiyonu çalışma zamanı tip düzeltmesini gerektirir"
1669
1670 #: catalog/heap.c:221
1671 #, c-format
1672 msgid "permission denied to create \"%s.%s\""
1673 msgstr "\"%s.%s\" oluşturma izni yok"
1674
1675 #: catalog/heap.c:223
1676 msgid "System catalog modifications are currently disallowed."
1677 msgstr "System catalog değişikliklerine şu anda izin verilmez."
1678
1679 #: catalog/heap.c:382
1680 #: commands/tablecmds.c:697
1681 #: commands/tablecmds.c:1007
1682 #: commands/tablecmds.c:2927
1683 #, c-format
1684 msgid "tables can have at most %d columns"
1685 msgstr "bir tablo en fazla %d sütun içerebilir"
1686
1687 #: catalog/heap.c:399
1688 #, c-format
1689 msgid "column name \"%s\" conflicts with a system column name"
1690 msgstr "\"%s\" kolon adı sistem kolonu ile çakışmaktadır"
1691
1692 #: catalog/heap.c:415
1693 #, c-format
1694 msgid "column name \"%s\" is duplicated"
1695 msgstr "\"%s\" sütun adı mukerrerdir"
1696
1697 #: catalog/heap.c:452
1698 #, c-format
1699 msgid "column \"%s\" has type \"unknown\""
1700 msgstr "\"%s\" sütunu \"unknown\" tipine sahiptir"
1701
1702 #: catalog/heap.c:453
1703 msgid "Proceeding with relation creation anyway."
1704 msgstr "Nesne oluşturmasına yine de devam edilmektedir."
1705
1706 #: catalog/heap.c:460
1707 #, c-format
1708 msgid "column \"%s\" has pseudo-type %s"
1709 msgstr "\"%s\" sütunu %s pseudo-tipine sahip"
1710
1711 #: catalog/heap.c:732
1712 #: catalog/index.c:514
1713 #: commands/tablecmds.c:1501
1714 #, c-format
1715 msgid "relation \"%s\" already exists"
1716 msgstr "\"%s\" nesnesi zaten mevcut"
1717
1718 #: catalog/heap.c:1586
1719 #, c-format
1720 msgid "only table \"%s\" can be referenced in check constraint"
1721 msgstr "check constraint içerisinde sadece \"%s\" tablosu kullanılabilir"
1722
1723 #: catalog/heap.c:1595
1724 #: commands/typecmds.c:1872
1725 msgid "cannot use subquery in check constraint"
1726 msgstr "check constraint içinde subquery kullanılamaz"
1727
1728 #: catalog/heap.c:1599
1729 msgid "cannot use aggregate function in check constraint"
1730 msgstr "check constraint içinde aggregate function kullanılamaz"
1731
1732 #: catalog/heap.c:1616
1733 #: commands/tablecmds.c:3722
1734 #, c-format
1735 msgid "constraint \"%s\" for relation \"%s\" already exists"
1736 msgstr "\"%s\" constraint 'i \"%s\" nesnesi için zaten mevcut"
1737
1738 #: catalog/heap.c:1625
1739 #, c-format
1740 msgid "check constraint \"%s\" already exists"
1741 msgstr "\"%s\"check constraint'i zaten mevcut"
1742
1743 #: catalog/heap.c:1774
1744 msgid "cannot use column references in default expression"
1745 msgstr "defaul ifadesinde sütun referansı kullanılamaz"
1746
1747 #: catalog/heap.c:1782
1748 msgid "default expression must not return a set"
1749 msgstr "öntanımlı ifade küme döndürmelidir"
1750
1751 #: catalog/heap.c:1790
1752 msgid "cannot use subquery in default expression"
1753 msgstr "öntanımlı ifadede subquery kullanılamaz"
1754
1755 #: catalog/heap.c:1794
1756 msgid "cannot use aggregate function in default expression"
1757 msgstr "öntanımlı ifadede aggregate fonksiyonu kullanılamaz"
1758
1759 #: catalog/heap.c:1812
1760 #: rewrite/rewriteHandler.c:647
1761 #, c-format
1762 msgid "column \"%s\" is of type %s but default expression is of type %s"
1763 msgstr "\"%s\" kolonunun tipi %s'dır, ancak öntanımlı ifadenin tipi %s'dir."
1764
1765 #: catalog/heap.c:1817
1766 #: parser/analyze.c:2701
1767 #: parser/parse_node.c:247
1768 #: parser/parse_target.c:362
1769 #: parser/parse_target.c:572
1770 #: parser/parse_target.c:581
1771 #: rewrite/rewriteHandler.c:652
1772 msgid "You will need to rewrite or cast the expression."
1773 msgstr "Bu ifadeyi yinden yazmalı ya da sonucunu cast etmelisiniz."
1774
1775 #: catalog/heap.c:2078
1776 msgid "cannot truncate a table referenced in a foreign key constraint"
1777 msgstr "ikincil anahtar bütünlük kısıtlamasının refere ettiği tabloyu truncate edemezsiniz"
1778
1779 #: catalog/heap.c:2079
1780 #, c-format
1781 msgid "Table \"%s\" references \"%s\" via foreign key constraint \"%s\"."
1782 msgstr "\"%s\" tablosu \"%s\" tablosunu, \"%s\" bütünlük kısıtlayıcısı ile referans ediyor."
1783
1784 #: catalog/index.c:495
1785 msgid "user-defined indexes on system catalog tables are not supported"
1786 msgstr "sistem katalog tabloları üzerinde kullanıcı tanımlı index oluşturulamaz"
1787
1788 #: catalog/index.c:509
1789 msgid "shared indexes cannot be created after initdb"
1790 msgstr "initdb işleminden sonra shared indeks oluşturulamaz"
1791
1792 #: catalog/index.c:1638
1793 #, c-format
1794 msgid "shared index \"%s\" can only be reindexed in stand-alone mode"
1795 msgstr "\"%s\" shared indexe sadece stand-alone modunda reindex işlemi uygulanabilir"
1796
1797 #: catalog/namespace.c:173
1798 #: catalog/namespace.c:228
1799 #, c-format
1800 msgid "cross-database references are not implemented: \"%s.%s.%s\""
1801 msgstr "veritabanı-arası referanslar oluşturulamaz: \"%s.%s.%s\""
1802
1803 #: catalog/namespace.c:195
1804 #, c-format
1805 msgid "relation \"%s.%s\" does not exist"
1806 msgstr "\"%s.%s\" nesnesi mevcut değil"
1807
1808 #: catalog/namespace.c:200
1809 #: utils/adt/regproc.c:837
1810 #, c-format
1811 msgid "relation \"%s\" does not exist"
1812 msgstr "\"%s\" nesnesi mevcut değil"
1813
1814 #: catalog/namespace.c:239
1815 msgid "temporary tables may not specify a schema name"
1816 msgstr "geçici tablolarda şema adı belirtilemez"
1817
1818 #: catalog/namespace.c:267
1819 #: catalog/namespace.c:1278
1820 msgid "no schema has been selected to create in"
1821 msgstr "oluşturma işlemi için şema adı belirtimemiş"
1822
1823 #: catalog/namespace.c:1195
1824 #: parser/parse_expr.c:1157
1825 #: parser/parse_target.c:727
1826 #, c-format
1827 msgid "cross-database references are not implemented: %s"
1828 msgstr "veritabanı-arası referanslar oluşturulamaz: %s"
1829
1830 #: catalog/namespace.c:1201
1831 #: parser/parse_expr.c:1183
1832 #: parser/parse_target.c:736
1833 #: gram.y:2515
1834 #: gram.y:7425
1835 #, c-format
1836 msgid "improper qualified name (too many dotted names): %s"
1837 msgstr "geçersiz qualified adı (çok fazla noktalı isim): %s"
1838
1839 #: catalog/namespace.c:1313
1840 #, c-format
1841 msgid "improper relation name (too many dotted names): %s"
1842 msgstr "geçersiz nesne adı (çok fazla noktalı isim): %s"
1843
1844 #: catalog/namespace.c:1659
1845 #, c-format
1846 msgid "permission denied to create temporary tables in database \"%s\""
1847 msgstr "\"%s\" veritabanında geçici veritabanı oluşturma izni yok"
1848
1849 #: catalog/pg_largeobject.c:107
1850 #: commands/comment.c:1151
1851 #: storage/large_object/inv_api.c:197
1852 #: storage/large_object/inv_api.c:312
1853 #, c-format
1854 msgid "large object %u does not exist"
1855 msgstr "large object %u mevcut değil"
1856
1857 #: catalog/pg_conversion.c:66
1858 #, c-format
1859 msgid "conversion \"%s\" already exists"
1860 msgstr "conversion \"%s\" zaten mevcut"
1861
1862 #: catalog/pg_conversion.c:79
1863 #, c-format
1864 msgid "default conversion for %s to %s already exists"
1865 msgstr "%s'dan %s'a öntanımlı dönüşüm zaten mevcut"
1866
1867 #: catalog/pg_conversion.c:307
1868 #: commands/comment.c:958
1869 #: commands/conversioncmds.c:109
1870 #: commands/conversioncmds.c:133
1871 #: commands/conversioncmds.c:192
1872 #, c-format
1873 msgid "conversion \"%s\" does not exist"
1874 msgstr "\"%s\" dönüşümü mevcut değil"
1875
1876 #: catalog/pg_namespace.c:51
1877 #: commands/schemacmds.c:252
1878 #, c-format
1879 msgid "schema \"%s\" already exists"
1880 msgstr "\"%s\" şeması zaten mevcut"
1881
1882 #: catalog/pg_operator.c:217
1883 #: catalog/pg_operator.c:406
1884 #, c-format
1885 msgid "\"%s\" is not a valid operator name"
1886 msgstr "\"%s\" geçerli bir operatör adı değildir"
1887
1888 #: catalog/pg_operator.c:412
1889 msgid "at least one of leftarg or rightarg must be specified"
1890 msgstr "en az bir tane leftarg veya rightarg belirtilmelidir"
1891
1892 #: catalog/pg_operator.c:420
1893 msgid "only binary operators can have commutators"
1894 msgstr "sadece ikili işlemler bir commutator'a sahip olabilirler"
1895
1896 #: catalog/pg_operator.c:424
1897 msgid "only binary operators can have join selectivity"
1898 msgstr "sadece ikili operatörler join selectivity'sine sahip olabilirler"
1899
1900 #: catalog/pg_operator.c:428
1901 msgid "only binary operators can hash"
1902 msgstr "sadece ikili işlemler hash edebilirler"
1903
1904 #: catalog/pg_operator.c:432
1905 msgid "only binary operators can merge join"
1906 msgstr "sadece ikili işlemler merge join edebilirler"
1907
1908 #: catalog/pg_operator.c:444
1909 #, c-format
1910 msgid "operator %s already exists"
1911 msgstr "%s operatörü zaten mevcut"
1912
1913 #: catalog/pg_operator.c:726
1914 msgid "operator cannot be its own negator or sort operator"
1915 msgstr "bir işlem, kendisinin zıttı veya kendisinin sort operatörü olamaz"
1916
1917 #: catalog/pg_proc.c:100
1918 #: commands/functioncmds.c:154
1919 #: parser/parse_func.c:1388
1920 #, c-format
1921 msgid "functions cannot have more than %d arguments"
1922 msgstr "bir fonksiyonun arguman sayısı %d sayısından büyük olamaz"
1923
1924 #: catalog/pg_proc.c:125
1925 #: executor/functions.c:1083
1926 msgid "A function returning \"anyarray\" or \"anyelement\" must have at least one argument of either type."
1927 msgstr "\"anyarray\" veya \"anyelement\" döndüren fonksiyonlar bu tiplerden en az birer argümana sahip olmalıdır."
1928
1929 #: catalog/pg_proc.c:145
1930 #, c-format
1931 msgid "\"%s\" is already an attribute of type %s"
1932 msgstr "\"%s\" zanten %s tipinin özelliğidir"
1933
1934 #: catalog/pg_proc.c:200
1935 #, c-format
1936 msgid "function \"%s\" already exists with same argument types"
1937 msgstr "\"%s\" fonksiyonu aynı argüman veri tipleriyle zaten mevcut"
1938
1939 #: catalog/pg_proc.c:214
1940 msgid "cannot change return type of existing function"
1941 msgstr "var olan bir fonksiyonun döndürme tipi değiştirilemez"
1942
1943 #: catalog/pg_proc.c:215
1944 msgid "Use DROP FUNCTION first."
1945 msgstr "Önce DROP FUNCTION kullanın."
1946
1947 #: catalog/pg_proc.c:223
1948 #, c-format
1949 msgid "function \"%s\" is an aggregate"
1950 msgstr "\"%s\" fonksiyonu bir aggregate'tir"
1951
1952 #: catalog/pg_proc.c:228
1953 #, c-format
1954 msgid "function \"%s\" is not an aggregate"
1955 msgstr "\"%s\" fonksiyonu bir aggregate değildir"
1956
1957 #: catalog/pg_proc.c:387
1958 #, c-format
1959 msgid "there is no built-in function named \"%s\""
1960 msgstr "\"%s\" adlı gömülü bir fonksiyon yok"
1961
1962 #: catalog/pg_proc.c:487
1963 #, c-format
1964 msgid "SQL functions cannot return type %s"
1965 msgstr "SQL fonksiyonları %s tipini dündüremezler"
1966
1967 #: catalog/pg_proc.c:503
1968 #, c-format
1969 msgid "SQL functions cannot have arguments of type %s"
1970 msgstr "SQL fonksiyonları %s tipinde argümana sahip olamaz"
1971
1972 #: catalog/pg_proc.c:574
1973 #: executor/functions.c:803
1974 #, c-format
1975 msgid "SQL function \"%s\""
1976 msgstr " \"%s\" SQL fonksiyonu"
1977
1978 #: catalog/pg_type.c:198
1979 #, c-format
1980 msgid "invalid type internal size %d"
1981 msgstr "tip dahili boyutu geçersiz :%d"
1982
1983 #: catalog/pg_type.c:204
1984 #, c-format
1985 msgid "internal size %d is invalid for passed-by-value type"
1986 msgstr "passed-by-value tipler için %d dahili tip geçersizdir"
1987
1988 #: catalog/pg_type.c:211
1989 msgid "fixed-size types must have storage PLAIN"
1990 msgstr "sabit-boyutlu tipler PLAIN storage özelliği ile tanımlanmalıdır"
1991
1992 #: catalog/pg_type.c:293
1993 #: catalog/pg_type.c:525
1994 #, c-format
1995 msgid "type \"%s\" already exists"
1996 msgstr "\"%s\" tipi zaten mevcut"
1997
1998 #: catalog/pg_type.c:517
1999 #: commands/functioncmds.c:110
2000 #: commands/tablecmds.c:4632
2001 #: commands/typecmds.c:423
2002 #: commands/typecmds.c:809
2003 #: commands/typecmds.c:1167
2004 #: commands/typecmds.c:1288
2005 #: commands/typecmds.c:1400
2006 #: commands/typecmds.c:1487
2007 #: commands/typecmds.c:2072
2008 #: parser/parse_func.c:1401
2009 #: parser/parse_type.c:201
2010 #: parser/parse_type.c:227
2011 #: tcop/utility.c:97
2012 #: utils/adt/regproc.c:1003
2013 #, c-format
2014 msgid "type \"%s\" does not exist"
2015 msgstr "\"%s\" tipi mevcut değil"
2016
2017 #: commands/aggregatecmds.c:97
2018 #, c-format
2019 msgid "aggregate attribute \"%s\" not recognized"
2020 msgstr "aggregate parametresi \"%s\" tanınmıyor"
2021
2022 #: commands/aggregatecmds.c:107
2023 msgid "aggregate basetype must be specified"
2024 msgstr "aggregate basetype belirtilmelidir"
2025
2026 #: commands/aggregatecmds.c:111
2027 msgid "aggregate stype must be specified"
2028 msgstr "aggregate type belirtilmelidir"
2029
2030 #: commands/aggregatecmds.c:115
2031 msgid "aggregate sfunc must be specified"
2032 msgstr "aggregate sync belirtilmelidir"
2033
2034 #: commands/aggregatecmds.c:138
2035 #, c-format
2036 msgid "aggregate transition data type cannot be %s"
2037 msgstr "aggregate transaction veri tipi %s olamaz"
2038
2039 #: commands/aggregatecmds.c:258
2040 #, c-format
2041 msgid "function %s(*) already exists in schema \"%s\""
2042 msgstr "%s(*) fonksiyonu  \"%s\" şemasında zaten mevcut"
2043
2044 #: commands/aggregatecmds.c:264
2045 #: commands/functioncmds.c:699
2046 #, c-format
2047 msgid "function %s already exists in schema \"%s\""
2048 msgstr "%s fonksiyonu \"%s\" şemasında zaten mevcut"
2049
2050 #: commands/aggregatecmds.c:335
2051 #: commands/conversioncmds.c:213
2052 #: commands/dbcommands.c:890
2053 #: commands/functioncmds.c:773
2054 #: commands/opclasscmds.c:954
2055 #: commands/operatorcmds.c:303
2056 #: commands/schemacmds.c:319
2057 #: commands/tablecmds.c:5228
2058 #: commands/tablespace.c:839
2059 #: commands/typecmds.c:2103
2060 msgid "must be superuser to change owner"
2061 msgstr "Sahibini değiştirmek için superuser olmalısınız."
2062
2063 #: commands/analyze.c:153
2064 #, c-format
2065 msgid "skipping \"%s\" --- only table or database owner can analyze it"
2066 msgstr "\"%s\" atlanıyor --- sadece tablo ve veritabanı sahibi onu analiz edebilir"
2067
2068 #: commands/analyze.c:168
2069 #, c-format
2070 msgid "skipping \"%s\" --- cannot analyze indexes, views, or special system tables"
2071 msgstr "\"%s\" atlanıyor --- indexler, viewlar ya da özel sistem tabloları analiz edilemez"
2072
2073 #: commands/analyze.c:198
2074 #, c-format
2075 msgid "analyzing \"%s.%s\""
2076 msgstr "\"%s.%s\" analiz ediliyor"
2077
2078 #: commands/analyze.c:912
2079 #, c-format
2080 msgid "\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead rows; %d rows in sample, %.0f estimated total rows"
2081 msgstr "\"%1$s\": %4$.0f canlı ve %5$.0f ölü satırı olan; örneklemede %6$d satır olan, %7$.0f tahmini toplam satır içeren %3$u sayfadan %2$d sayfa taranmıştır"
2082
2083 #: commands/cluster.c:133
2084 #, c-format
2085 msgid "there is no previously clustered index for table \"%s\""
2086 msgstr "\"%s\" tablosunda daha önce cluster edilmiş index yoktur"
2087
2088 #: commands/cluster.c:147
2089 #: commands/tablecmds.c:5377
2090 #, c-format
2091 msgid "index \"%s\" for table \"%s\" does not exist"
2092 msgstr "\"%s\"indexi, \"%s\" tablosunda mevcut değil"
2093
2094 #: commands/cluster.c:326
2095 #, c-format
2096 msgid "\"%s\" is not an index for table \"%s\""
2097 msgstr "\"%s\", \"%s\" tablosunun indexi değildir"
2098
2099 #: commands/cluster.c:339
2100 msgid "cannot cluster on partial index"
2101 msgstr "partial index üzerinde cluster yapılamaz"
2102
2103 #: commands/cluster.c:357
2104 msgid "cannot cluster when index access method does not handle null values"
2105 msgstr "index erişim modu null değerlerini desteklemediği durumda cluster oluşturulamaz"
2106
2107 #: commands/cluster.c:358
2108 #, c-format
2109 msgid "You may be able to work around this by marking column \"%s\" NOT NULL."
2110 msgstr "\"%s\" sütununu NOT NULL olarak tanımlamakla bu sorunu çözebilirsiniz"
2111
2112 #: commands/cluster.c:370
2113 msgid "cannot cluster on expressional index when index access method does not handle null values"
2114 msgstr "ifade bazlı veya null değerleri alabilen index üzerinde cluster yapılamaz"
2115
2116 #: commands/cluster.c:384
2117 #, c-format
2118 msgid "\"%s\" is a system catalog"
2119 msgstr "\"%s\" bir sistem kataloğudur"
2120
2121 #: commands/cluster.c:394
2122 msgid "cannot cluster temporary tables of other sessions"
2123 msgstr "diğer oturumların geçici tabloları üzerinde cluster yapılamaz"
2124
2125 #: commands/conversioncmds.c:66
2126 #, c-format
2127 msgid "source encoding \"%s\" does not exist"
2128 msgstr "\"%s\" kaynak dil kodlaması mevcut değil"
2129
2130 #: commands/conversioncmds.c:73
2131 #, c-format
2132 msgid "destination encoding \"%s\" does not exist"
2133 msgstr "\"%s\" hedef dil kodlaması mevcut değil"
2134
2135 #: commands/conversioncmds.c:151
2136 #, c-format
2137 msgid "conversion \"%s\" already exists in schema \"%s\""
2138 msgstr "\"%s\" dönüşümü zaten \"%s\" şemasında mevcuttur"
2139
2140 #: commands/comment.c:334
2141 #: commands/sequence.c:767
2142 #: tcop/utility.c:83
2143 #, c-format
2144 msgid "\"%s\" is not a sequence"
2145 msgstr "\"%s\" bir sequence değildir"
2146
2147 #: commands/comment.c:341
2148 #: commands/indexcmds.c:137
2149 #: commands/indexcmds.c:951
2150 #: commands/lockcmds.c:68
2151 #: commands/tablecmds.c:544
2152 #: commands/tablecmds.c:2624
2153 #: commands/trigger.c:141
2154 #: commands/trigger.c:546
2155 #: tcop/utility.c:78
2156 #, c-format
2157 msgid "\"%s\" is not a table"
2158 msgstr "\"%s\" bir tablo değildir"
2159
2160 #: commands/comment.c:348
2161 #: commands/view.c:113
2162 #: tcop/utility.c:88
2163 #, c-format
2164 msgid "\"%s\" is not a view"
2165 msgstr "\"%s\" bir view değildir"
2166
2167 #: commands/comment.c:404
2168 #: commands/tablecmds.c:3100
2169 #: commands/tablecmds.c:3193
2170 #: commands/tablecmds.c:3245
2171 #: commands/tablecmds.c:3341
2172 #: commands/tablecmds.c:3402
2173 #: commands/tablecmds.c:3468
2174 #: commands/tablecmds.c:4608
2175 #: commands/tablecmds.c:4745
2176 #: parser/parse_relation.c:1641
2177 #: parser/parse_relation.c:1700
2178 #: parser/parse_relation.c:1913
2179 #: parser/parse_type.c:94
2180 #: utils/adt/ruleutils.c:1257
2181 #, c-format
2182 msgid "column \"%s\" of relation \"%s\" does not exist"
2183 msgstr "\"%s\" kolonu \"%s\" tablosunda mevcut değil"
2184
2185 #: commands/comment.c:435
2186 msgid "database name may not be qualified"
2187 msgstr "veritabanı ismi nitelikli olmayabilir"
2188
2189 #: commands/comment.c:468
2190 msgid "database comments may only be applied to the current database"
2191 msgstr "veritabanı açıklamaları sadece geçerli veritabanı üzerinde yapılabilir"
2192
2193 #: commands/comment.c:500
2194 #: commands/schemacmds.c:172
2195 msgid "schema name may not be qualified"
2196 msgstr "şema ismi sınıf nitelikli olmayabilir"
2197
2198 #: commands/comment.c:582
2199 #, c-format
2200 msgid "rule \"%s\" does not exist"
2201 msgstr "\"%s\" rule'u mevcut değil"
2202
2203 #: commands/comment.c:590
2204 #, c-format
2205 msgid "there are multiple rules named \"%s\""
2206 msgstr "\"%s\" adını taşıyan birden fazla rule mevcut"
2207
2208 #: commands/comment.c:591
2209 msgid "Specify a relation name as well as a rule name."
2210 msgstr "Rule adının yanında nesne adını da belirtin."
2211
2212 #: commands/comment.c:619
2213 #: rewrite/rewriteDefine.c:582
2214 #: rewrite/rewriteRemove.c:59
2215 #, c-format
2216 msgid "rule \"%s\" for relation \"%s\" does not exist"
2217 msgstr "\"%s\" rule'u \"%s\" tablosunda mevcut değil"
2218
2219 #: commands/comment.c:836
2220 #: commands/trigger.c:483
2221 #: commands/trigger.c:697
2222 #, c-format
2223 msgid "trigger \"%s\" for table \"%s\" does not exist"
2224 msgstr "\"%s\" triggeri \"%s\" tablosunda mevcut değil"
2225
2226 #: commands/comment.c:916
2227 #, c-format
2228 msgid "table \"%s\" has multiple constraints named \"%s\""
2229 msgstr "\"%s\" tablosu birden fazla \"%s\" adlı constrainte sahip"
2230
2231 #: commands/comment.c:928
2232 #, c-format
2233 msgid "constraint \"%s\" for table \"%s\" does not exist"
2234 msgstr "\"%2$s\" tablosu için \"%1$s\" bütünlük kısıtlaması mevcut değil"
2235
2236 #: commands/comment.c:992
2237 msgid "language name may not be qualified"
2238 msgstr "dil ismi nitelikli olmayabilir"
2239
2240 #: commands/comment.c:1007
2241 msgid "must be superuser to comment on procedural language"
2242 msgstr "bir yordamsal dile açıklama eklemek için superuser olmalısınız"
2243
2244 #: commands/comment.c:1048
2245 #: commands/indexcmds.c:230
2246 #: commands/opclasscmds.c:108
2247 #: commands/opclasscmds.c:648
2248 #: commands/opclasscmds.c:800
2249 #: commands/opclasscmds.c:900
2250 #, c-format
2251 msgid "access method \"%s\" does not exist"
2252 msgstr "\"%s\" erişim metodu mevcut değil"
2253
2254 #: commands/comment.c:1077
2255 #: commands/comment.c:1087
2256 #: commands/indexcmds.c:614
2257 #: commands/indexcmds.c:624
2258 #: commands/opclasscmds.c:677
2259 #: commands/opclasscmds.c:687
2260 #: commands/opclasscmds.c:822
2261 #: commands/opclasscmds.c:833
2262 #: commands/opclasscmds.c:922
2263 #: commands/opclasscmds.c:932
2264 #, c-format
2265 msgid "operator class \"%s\" does not exist for access method \"%s\""
2266 msgstr "\"%s\" erişim yöntemi için \"%s\" operatör sınıfı mevcut değil"
2267
2268 #: commands/comment.c:1192
2269 #: commands/functioncmds.c:908
2270 #: commands/functioncmds.c:1156
2271 #, c-format
2272 msgid "source data type %s does not exist"
2273 msgstr "%s kaynak veri tipi mevcut değil"
2274
2275 #: commands/comment.c:1199
2276 #: commands/functioncmds.c:915
2277 #: commands/functioncmds.c:1163
2278 #, c-format
2279 msgid "target data type %s does not exist"
2280 msgstr "%s hedef veri tipi mevcut değil"
2281
2282 #: commands/comment.c:1209
2283 #: commands/functioncmds.c:1173
2284 #, c-format
2285 msgid "cast from type %s to type %s does not exist"
2286 msgstr "%s tipinden %s tipine cast mevcut değildir"
2287
2288 #: commands/comment.c:1221
2289 #: commands/functioncmds.c:948
2290 #: commands/functioncmds.c:1182
2291 #, c-format
2292 msgid "must be owner of type %s or type %s"
2293 msgstr "%s veya %s tiplerinin sahibi olmalısınız"
2294
2295 #: commands/copy.c:721
2296 #: commands/copy.c:729
2297 #: commands/copy.c:737
2298 #: commands/copy.c:745
2299 #: commands/copy.c:753
2300 #: commands/copy.c:761
2301 #: commands/copy.c:769
2302 #: commands/copy.c:777
2303 #: commands/copy.c:785
2304 #: commands/dbcommands.c:108
2305 #: commands/dbcommands.c:116
2306 #: commands/dbcommands.c:124
2307 #: commands/dbcommands.c:132
2308 #: commands/functioncmds.c:228
2309 #: commands/functioncmds.c:236
2310 #: commands/functioncmds.c:244
2311 #: commands/functioncmds.c:252
2312 #: commands/functioncmds.c:260
2313 #: commands/sequence.c:896
2314 #: commands/sequence.c:909
2315 #: commands/sequence.c:917
2316 #: commands/sequence.c:925
2317 #: commands/sequence.c:933
2318 #: commands/sequence.c:941
2319 #: commands/user.c:576
2320 #: commands/user.c:588
2321 #: commands/user.c:596
2322 #: commands/user.c:604
2323 #: commands/user.c:612
2324 #: commands/user.c:620
2325 #: commands/user.c:826
2326 #: commands/user.c:838
2327 #: commands/user.c:846
2328 #: commands/user.c:854
2329 #: commands/user.c:1356
2330 #: commands/user.c:1364
2331 msgid "conflicting or redundant options"
2332 msgstr "çakışan veya artık opsiyon"
2333
2334 #: commands/dbcommands.c:139
2335 msgid "LOCATION is not supported anymore"
2336 msgstr "LOCATION artık desteklenmiyor"
2337
2338 #: commands/dbcommands.c:140
2339 msgid "Consider using tablespaces instead."
2340 msgstr "Onun yerine tablespace kullanabilirsiniz."
2341
2342 #: commands/dbcommands.c:163
2343 #, c-format
2344 msgid "%d is not a valid encoding code"
2345 msgstr "%d geçerli bir dil kodlaması değildir"
2346
2347 #: commands/dbcommands.c:172
2348 #, c-format
2349 msgid "%s is not a valid encoding name"
2350 msgstr "%s geçerli bir dil kodlaması adı değildir"
2351
2352 #: commands/dbcommands.c:193
2353 msgid "permission denied to create database"
2354 msgstr "veritabanı oluşturma izin verilmedi."
2355
2356 #: commands/dbcommands.c:202
2357 msgid "must be superuser to create database for another user"
2358 msgstr "başka bir kullanıcı adına veritabanı oluşturmak için superuser olmalısınız"
2359
2360 #: commands/dbcommands.c:216
2361 #: commands/dbcommands.c:458
2362 #: commands/dbcommands.c:712
2363 #, c-format
2364 msgid "database \"%s\" already exists"
2365 msgstr "\"%s\" veritabanı zaten mevcut"
2366
2367 #: commands/dbcommands.c:229
2368 #, c-format
2369 msgid "template database \"%s\" does not exist"
2370 msgstr "\"%s\" şablon veritabanı mevcut değil"
2371
2372 #: commands/dbcommands.c:240
2373 #, c-format
2374 msgid "permission denied to copy database \"%s\""
2375 msgstr "\"%s\" veritabanını kopyalama engellendi"
2376
2377 #: commands/dbcommands.c:253
2378 #, c-format
2379 msgid "source database \"%s\" is being accessed by other users"
2380 msgstr "\"%s\" kaynak veritabanı başka bir kullanıcı tarafından kullanılmaktadır"
2381
2382 #: commands/dbcommands.c:264
2383 #, c-format
2384 msgid "invalid server encoding %d"
2385 msgstr "%d sunucu dil kodlaması geçersiz"
2386
2387 #: commands/dbcommands.c:310
2388 #, c-format
2389 msgid "cannot assign new default tablespace \"%s\""
2390 msgstr "yeni varsayılan tablespace \"%s\"  atanamıyor"
2391
2392 #: commands/dbcommands.c:312
2393 #, c-format
2394 msgid "There is a conflict because database \"%s\" already has some tables in this tablespace."
2395 msgstr "Bir  çakışma var, çünkü \"%s\" veritabanının bulunduğu tablespace içinde başka tablolar var."
2396
2397 #: commands/dbcommands.c:382
2398 #: commands/dbcommands.c:404
2399 #: commands/dbcommands.c:414
2400 #: commands/dbcommands.c:1226
2401 #: commands/dbcommands.c:1234
2402 msgid "could not initialize database directory"
2403 msgstr "veritabanı dizini ilklendirilemiyor"
2404
2405 #: commands/dbcommands.c:383
2406 #, c-format
2407 msgid "Directory \"%s\" already exists."
2408 msgstr "\"%s\" dizini zaten mevcut."
2409
2410 #: commands/dbcommands.c:405
2411 #: commands/dbcommands.c:1227
2412 #, c-format
2413 msgid "Failing system command was: %s"
2414 msgstr "Başarısız sistem komutu: %s"
2415
2416 #: commands/dbcommands.c:406
2417 #: commands/dbcommands.c:1228
2418 msgid "Look in the postmaster's stderr log for more information."
2419 msgstr "Daha fazla birgi için postmaster'in stderr kayıt dosyasına bakın."
2420
2421 #: commands/dbcommands.c:533
2422 msgid "cannot drop the currently open database"
2423 msgstr "şu anda açık olan veritabanı kaldırılamaz"
2424
2425 #: commands/dbcommands.c:564
2426 msgid "cannot drop a template database"
2427 msgstr "template veritabanı kaldırılamaz"
2428
2429 #: commands/dbcommands.c:572
2430 #: commands/dbcommands.c:699
2431 #, c-format
2432 msgid "database \"%s\" is being accessed by other users"
2433 msgstr "\"%s\" veritabanına başka kullanıcılar tarafından erişilmektedir"
2434
2435 #: commands/dbcommands.c:690
2436 msgid "current database may not be renamed"
2437 msgstr "geçerli veritabanının adı değiştirilemez"
2438
2439 #: commands/dbcommands.c:724
2440 msgid "permission denied to rename database"
2441 msgstr "veritabanı adı değiştirilmesine izin verilmedi"
2442
2443 #: commands/dbcommands.c:1063
2444 #: commands/dbcommands.c:1200
2445 #: commands/dbcommands.c:1250
2446 #, c-format
2447 msgid "could not remove database directory \"%s\""
2448 msgstr "\"%s\" veritabanı dizini kaldırılamıyor"
2449
2450 #: commands/copy.c:205
2451 #: commands/copy.c:217
2452 #: commands/copy.c:250
2453 #: commands/copy.c:260
2454 msgid "COPY BINARY is not supported to stdout or from stdin"
2455 msgstr "stdin'den stdout'e COPY BINARY desteklenmemektedir"
2456
2457 #: commands/copy.c:313
2458 #, c-format
2459 msgid "could not write to COPY file: %m"
2460 msgstr "COPY dosyasına yazma hatası: %m"
2461
2462 #: commands/copy.c:321
2463 msgid "connection lost during COPY to stdout"
2464 msgstr "stdout akımına COPY işlemi sırasında bağlantı kesildi"
2465
2466 #: commands/copy.c:404
2467 #: commands/copy.c:422
2468 #: commands/copy.c:426
2469 #: commands/copy.c:487
2470 #: commands/copy.c:536
2471 #: tcop/fastpath.c:291
2472 #: tcop/postgres.c:287
2473 #: tcop/postgres.c:310
2474 msgid "unexpected EOF on client connection"
2475 msgstr "istemci bağlantısında beklenmeyen EOF"
2476
2477 #: commands/copy.c:438
2478 #, c-format
2479 msgid "COPY from stdin failed: %s"
2480 msgstr "stdin'den COPY başarısız: %s"
2481
2482 #: commands/copy.c:454
2483 #, c-format
2484 msgid "unexpected message type 0x%02X during COPY from stdin"
2485 msgstr "stdin akımından COPY işlemi sırasında beklenmeyen mesaj tipi 0x%02X"
2486
2487 #: commands/copy.c:796
2488 msgid "cannot specify DELIMITER in BINARY mode"
2489 msgstr "BINARY biçiminde DELIMITER belirtilemez"
2490
2491 #: commands/copy.c:801
2492 msgid "cannot specify CSV in BINARY mode"
2493 msgstr "BINARY biçiminde CSV belirtilemez"
2494
2495 #: commands/copy.c:806
2496 msgid "cannot specify NULL in BINARY mode"
2497 msgstr "BINARY biçiminde NULL belirtilemez"
2498
2499 #: commands/copy.c:829
2500 msgid "COPY delimiter must be a single character"
2501 msgstr "COPY ayıracı bir karakter uzunluğunda olmalıdır"
2502
2503 #: commands/copy.c:837
2504 msgid "COPY quote available only in CSV mode"
2505 msgstr "COPY quote sadece CSV modunda etkin"
2506
2507 #: commands/copy.c:842
2508 msgid "COPY quote must be a single character"
2509 msgstr "COPY quote bir karakter uzunluğunda olmalıdır"
2510
2511 #: commands/copy.c:850
2512 msgid "COPY escape available only in CSV mode"
2513 msgstr "COPY escape sadece CSV modunda etkin"
2514
2515 #: commands/copy.c:855
2516 msgid "COPY escape must be a single character"
2517 msgstr "COPY escape bir karakter uzunluğunda olmalıdır"
2518
2519 #: commands/copy.c:863
2520 msgid "COPY force quote available only in CSV mode"
2521 msgstr "COPY force quote sadece CSV modunda etkin"
2522
2523 #: commands/copy.c:867
2524 msgid "COPY force quote only available using COPY TO"
2525 msgstr "COPY force quote sadece COPY TO içerisinde kullanılabilir"
2526
2527 #: commands/copy.c:875
2528 msgid "COPY force not null available only in CSV mode"
2529 msgstr "COPY force not null sadece CSV modunda etkin"
2530
2531 #: commands/copy.c:879
2532 msgid "COPY force not null only available using COPY FROM"
2533 msgstr "COPY force quote sadece COPY FROM içerisinde kullanılabilir"
2534
2535 #: commands/copy.c:887
2536 msgid "COPY delimiter must not appear in the NULL specification"
2537 msgstr "NULL tanımında COPY ayracı belirtilmemelidir"
2538
2539 #: commands/copy.c:895
2540 msgid "CSV quote character must not appear in the NULL specification"
2541 msgstr "NULL tanımında CVS quote ayracı belirtilmemelidir"
2542
2543 #: commands/copy.c:906
2544 #: executor/execMain.c:443
2545 #: tcop/utility.c:323
2546 msgid "transaction is read-only"
2547 msgstr "transaction salt okunurdur"
2548
2549 #: commands/copy.c:917
2550 msgid "must be superuser to COPY to or from a file"
2551 msgstr "bir dosyadan veya bir dosyaya COPY işlemi yapmak için superuser haklarına sahip olmalısınız"
2552
2553 #: commands/copy.c:918
2554 msgid "Anyone can COPY to stdout or from stdin. psql's \\copy command also works for anyone."
2555 msgstr "Stdout'e ve stdin'e her kullanıcı COPY işlemi yapabilir. Ayrıca her kullanıcı psql'in \\copy komutunu kullanabilir."
2556
2557 #: commands/copy.c:927
2558 #, c-format
2559 msgid "table \"%s\" does not have OIDs"
2560 msgstr "\"%s\" tablosunda OID yoktur"
2561
2562 #: commands/copy.c:953
2563 #, c-format
2564 msgid "FORCE QUOTE column \"%s\" not referenced by COPY"
2565 msgstr "FORCE UNIQUE \"%s\" sütunu COPY tarafından referans edilmemiştir"
2566
2567 #: commands/copy.c:976
2568 #, c-format
2569 msgid "FORCE NOT NULL column \"%s\" not referenced by COPY"
2570 msgstr "FORCE NOT NULL \"%s\" sütunu COPY tarafından referans edilmemiştir"
2571
2572 #: commands/copy.c:1003
2573 #, c-format
2574 msgid "cannot copy to view \"%s\""
2575 msgstr "\"%s\" view'ina kopyalanamıyor"
2576
2577 #: commands/copy.c:1008
2578 #, c-format
2579 msgid "cannot copy to sequence \"%s\""
2580 msgstr "\"%s\" sequence'ine kopyalanamıyor"
2581
2582 #: commands/copy.c:1013
2583 #, c-format
2584 msgid "cannot copy to non-table relation \"%s\""
2585 msgstr "tablo olmayan \"%s\" nesnesi kopyalanamaz"
2586
2587 #: commands/copy.c:1032
2588 #, c-format
2589 msgid "could not open file \"%s\" for reading: %m"
2590 msgstr "\"%s\" dosyası, okunmak için açılamadı: %m"
2591
2592 #: commands/copy.c:1041
2593 #: commands/copy.c:1104
2594 #, c-format
2595 msgid "\"%s\" is a directory"
2596 msgstr "\"%s\" bir dizindir"
2597
2598 #: commands/copy.c:1054
2599 #, c-format
2600 msgid "cannot copy from view \"%s\""
2601 msgstr "\"%s\" view'undan kopyalanamıyor"
2602
2603 #: commands/copy.c:1059
2604 #, c-format
2605 msgid "cannot copy from sequence \"%s\""
2606 msgstr "\"%s\" sequence'inden kopyalanamıyor"
2607
2608 #: commands/copy.c:1064
2609 #, c-format
2610 msgid "cannot copy from non-table relation \"%s\""
2611 msgstr "\"%s\" tablo olmayan nesnesinden copy yapılamıyor"
2612
2613 #: commands/copy.c:1086
2614 msgid "relative path not allowed for COPY to file"
2615 msgstr "COPY işlemi ile dosyaya yazarken dosyanın tam yolunu belirtmelisiniz"
2616
2617 #: commands/copy.c:1095
2618 #, c-format
2619 msgid "could not open file \"%s\" for writing: %m"
2620 msgstr "\"%s\" dosyası, yazmak için açılamadı: %m"
2621
2622 #: commands/copy.c:1388
2623 #, c-format
2624 msgid "COPY %s, line %d, column %s"
2625 msgstr "COPY %s, satır %d, sütun %s"
2626
2627 #: commands/copy.c:1391
2628 #: commands/copy.c:1424
2629 #, c-format
2630 msgid "COPY %s, line %d"
2631 msgstr "COPY %s, satır %d"
2632
2633 #: commands/copy.c:1399
2634 #, c-format
2635 msgid "COPY %s, line %d, column %s: \"%s\""
2636 msgstr "COPY %s, satır %d, sütun %s: \"%s\""
2637
2638 #: commands/copy.c:1410
2639 #, c-format
2640 msgid "COPY %s, line %d: \"%s\""
2641 msgstr "COPY %s, satır %d: \"%s\""
2642
2643 #: commands/copy.c:1636
2644 msgid "COPY file signature not recognized"
2645 msgstr "COPY dosya imzası tanınmamaktadır"
2646
2647 #: commands/copy.c:1642
2648 msgid "invalid COPY file header (missing flags)"
2649 msgstr "COPY dosya başlığı geçersiz (flagler eksik)"
2650
2651 #: commands/copy.c:1648
2652 msgid "unrecognized critical flags in COPY file header"
2653 msgstr "COPY dosya başlığında tanınmayan flag"
2654
2655 #: commands/copy.c:1654
2656 msgid "invalid COPY file header (missing length)"
2657 msgstr "COPY dosya başlığı geçersiz (uzunluklar eksik)"
2658
2659 #: commands/copy.c:1662
2660 msgid "invalid COPY file header (wrong length)"
2661 msgstr "geçersiz COPY dosya başlığı (yanlış uzunluk)"
2662
2663 #: commands/copy.c:1741
2664 msgid "null OID in COPY data"
2665 msgstr "COPY verisinde null OID"
2666
2667 #: commands/copy.c:1750
2668 #: commands/copy.c:1847
2669 msgid "invalid OID in COPY data"
2670 msgstr "COPY verisinde geçersiz OID"
2671
2672 #: commands/copy.c:1770
2673 #, c-format
2674 msgid "missing data for column \"%s\""
2675 msgstr "\"%s\" sütunu için veri eksik"
2676
2677 #: commands/copy.c:1780
2678 msgid "unterminated CSV quoted field"
2679 msgstr "sonlandırılmamış CSV quoted alanı"
2680
2681 #: commands/copy.c:1815
2682 msgid "extra data after last expected column"
2683 msgstr "son beklenen sütundan sonra fazladan veri bulundu"
2684
2685 #: commands/copy.c:1833
2686 #, c-format
2687 msgid "row field count is %d, expected %d"
2688 msgstr "satır alanı sayısı %d, beklenen %d"
2689
2690 #: commands/copy.c:2055
2691 #: commands/copy.c:2073
2692 msgid "literal carriage return found in data"
2693 msgstr "veride satır sonu karakterine rastlanmıştır"
2694
2695 #: commands/copy.c:2056
2696 #: commands/copy.c:2074
2697 msgid "Use \"\\r\" to represent carriage return."
2698 msgstr "Satır sonu karakteri için \"\\r\" kullanın."
2699
2700 #: commands/copy.c:2091
2701 msgid "literal newline found in data"
2702 msgstr "veri içerisinde yeni satır karakteri bulundu"
2703
2704 #: commands/copy.c:2092
2705 msgid ""
2706 "Use \"\\n"
2707 "\" to represent newline."
2708 msgstr ""
2709 "Yeni satır karakteri için \"\\n"
2710 "\" kullanın."
2711
2712 #: commands/copy.c:2112
2713 #: commands/copy.c:2128
2714 msgid "end-of-copy marker does not match previous newline style"
2715 msgstr "end-of-copy göstergesi önceki yeni satır stiline uymuyor"
2716
2717 #: commands/copy.c:2116
2718 #: commands/copy.c:2122
2719 msgid "end-of-copy marker corrupt"
2720 msgstr "end-of-copy göstergesi zarar görmüş"
2721
2722 #: commands/copy.c:2487
2723 #: commands/copy.c:2509
2724 msgid "unexpected EOF in COPY data"
2725 msgstr "COPY verisinde beklenmeyen dosya sonu"
2726
2727 #: commands/copy.c:2496
2728 msgid "invalid field size"
2729 msgstr "geçersiz alan boyutu"
2730
2731 #: commands/copy.c:2523
2732 msgid "incorrect binary data format"
2733 msgstr "ikili veri biçimi hatası"
2734
2735 #: commands/copy.c:2728
2736 #: parser/parse_target.c:650
2737 #: parser/parse_target.c:660
2738 #, c-format
2739 msgid "column \"%s\" specified more than once"
2740 msgstr "\"%s\" sütunu birden fazla belirtilmiş"
2741
2742 #: commands/functioncmds.c:84
2743 #, c-format
2744 msgid "SQL function cannot return shell type %s"
2745 msgstr "SQL fonksiyonu %s shell tipini döndüremiyor"
2746
2747 #: commands/functioncmds.c:89
2748 #, c-format
2749 msgid "return type %s is only a shell"
2750 msgstr "return type %s is only a shell"
2751
2752 #: commands/functioncmds.c:115
2753 #, c-format
2754 msgid "type \"%s\" is not yet defined"
2755 msgstr "\"%s\" tipi henüz tanımlanmamış"
2756
2757 #: commands/functioncmds.c:116
2758 msgid "Creating a shell type definition."
2759 msgstr "Kabuk tip tanımı yaratılıyor."
2760
2761 #: commands/functioncmds.c:166
2762 #, c-format
2763 msgid "SQL function cannot accept shell type %s"
2764 msgstr "SQL fonksiyonu %s shell tipini alamaz"
2765
2766 #: commands/functioncmds.c:171
2767 #, c-format
2768 msgid "argument type %s is only a shell"
2769 msgstr "\"%s\" argümanı sadece bir kabuktur"
2770
2771 #: commands/functioncmds.c:179
2772 #: parser/parse_oper.c:113
2773 #: parser/parse_oper.c:124
2774 #, c-format
2775 msgid "type %s does not exist"
2776 msgstr "%s tipi mevcut değil"
2777
2778 #: commands/functioncmds.c:186
2779 msgid "functions cannot accept set arguments"
2780 msgstr "fonksiyonlar küme argümanlarını kabul etmez"
2781
2782 #: commands/functioncmds.c:273
2783 msgid "no function body specified"
2784 msgstr "fonksiyon gövdesi yok"
2785
2786 #: commands/functioncmds.c:280
2787 msgid "no language specified"
2788 msgstr "dil belirtilmemiş"
2789
2790 #: commands/functioncmds.c:342
2791 #, c-format
2792 msgid "unrecognized function attribute \"%s\" ignored"
2793 msgstr "tanınmayan fonksiyon yarametresi \"%s\" yoksayıldı"
2794
2795 #: commands/functioncmds.c:386
2796 #, c-format
2797 msgid "only one AS item needed for language \"%s\""
2798 msgstr "\"%s\" dili için sadece bir AS öğe lazım"
2799
2800 #: commands/functioncmds.c:458
2801 msgid "You need to use \"createlang\" to load the language into the database."
2802 msgstr "Veritabana yeni bir dil eklemek için \"createlang\" kullanın."
2803
2804 #: commands/functioncmds.c:578
2805 #: commands/functioncmds.c:684
2806 #: commands/functioncmds.c:751
2807 #, c-format
2808 msgid "\"%s\" is an aggregate function"
2809 msgstr "\"%s\" fonksiyonu bir aggregate fonksiyonudur"
2810
2811 #: commands/functioncmds.c:580
2812 msgid "Use DROP AGGREGATE to drop aggregate functions."
2813 msgstr "Aggregate fonksiyonunı kaldırmak içim DROP AGGREGATE kullanın."
2814
2815 #: commands/functioncmds.c:587
2816 #, c-format
2817 msgid "removing built-in function \"%s\""
2818 msgstr "gömülü \"%s\" fonksiyonu kaldırılıyor"
2819
2820 #: commands/functioncmds.c:686
2821 msgid "Use ALTER AGGREGATE to rename aggregate functions."
2822 msgstr "Aggregate fonksiyonunun adını değiştirmek içim ALTER AGGREGATE kullanın."
2823
2824 #: commands/functioncmds.c:753
2825 msgid "Use ALTER AGGREGATE to change owner of aggregate functions."
2826 msgstr "Aggregate fonksiyonunun sahibini değiştirmek içim ALTER AGGREGATE kullanın."
2827
2828 #: commands/functioncmds.c:922
2829 #, c-format
2830 msgid "source data type %s is only a shell"
2831 msgstr "kaynak veri tipi %s sadece bir shell'dir"
2832
2833 #: commands/functioncmds.c:928
2834 #, c-format
2835 msgid "target data type %s is only a shell"
2836 msgstr "hedef veri tipi %s sadece bir shell'dir"
2837
2838 #: commands/functioncmds.c:934
2839 #, c-format
2840 msgid "source data type %s is a pseudo-type"
2841 msgstr "kaynak veri tipi %s bir pseudo-type'dir"
2842
2843 #: commands/functioncmds.c:940
2844 #, c-format
2845 msgid "target data type %s is a pseudo-type"
2846 msgstr "hedef veri tipi %s bir pseudo-type'dir"
2847
2848 #: commands/functioncmds.c:971
2849 msgid "cast function must take one to three arguments"
2850 msgstr "cast fonksiyonu birden üçe kadar parametre alabilir"
2851
2852 #: commands/functioncmds.c:975
2853 msgid "argument of cast function must match source data type"
2854 msgstr "cast fonksiyonun argümanları kaynak veritipleri ile aynı olmalıdır"
2855
2856 #: commands/functioncmds.c:979
2857 msgid "second argument of cast function must be type integer"
2858 msgstr "cast fonksiyonunun ikinci parametresi tamsayı tipinde olmalıdır"
2859
2860 #: commands/functioncmds.c:983
2861 msgid "third argument of cast function must be type boolean"
2862 msgstr "cast fonksiyonunun üçüncü parametresi boolean tipinde olmalıdır"
2863
2864 #: commands/functioncmds.c:987
2865 msgid "return data type of cast function must match target data type"
2866 msgstr "cast fonksiyonun döndürme tipi hedef tipi ile uyuşmalıdır"
2867
2868 #: commands/functioncmds.c:998
2869 msgid "cast function must not be volatile"
2870 msgstr "cast fonksiyonu volatile olmamalıdır"
2871
2872 #: commands/functioncmds.c:1003
2873 msgid "cast function must not be an aggregate function"
2874 msgstr "cast fonksiyonu aggregate olmamalıdır"
2875
2876 #: commands/functioncmds.c:1007
2877 msgid "cast function must not return a set"
2878 msgstr "cast fonksiyonu bir set döndürmemelidir"
2879
2880 #: commands/functioncmds.c:1031
2881 msgid "must be superuser to create a cast WITHOUT FUNCTION"
2882 msgstr "cast WITHOUT FUNCTION oluşturmak için superuser olmalısınız"
2883
2884 #: commands/functioncmds.c:1046
2885 msgid "source and target data types are not physically compatible"
2886 msgstr "kaynak ve hedef veri tipleri fiziksel olarak uyumsuz"
2887
2888 #: commands/functioncmds.c:1056
2889 msgid "source data type and target data type are the same"
2890 msgstr "kaynak ve hedef veri tipleri aynı"
2891
2892 #: commands/functioncmds.c:1090
2893 #, c-format
2894 msgid "cast from type %s to type %s already exists"
2895 msgstr "%s tipinden %s tipini cast etme zaten mevcut"
2896
2897 #: commands/define.c:66
2898 #: commands/define.c:183
2899 #: commands/define.c:215
2900 #: commands/define.c:249
2901 #, c-format
2902 msgid "%s requires a parameter"
2903 msgstr "%s bir parametre gerektirir"
2904
2905 #: commands/define.c:105
2906 #: commands/define.c:116
2907 #: commands/define.c:150
2908 #: commands/define.c:168
2909 #, c-format
2910 msgid "%s requires a numeric value"
2911 msgstr "%s seçeneği sayısal değer gerektirir"
2912
2913 #: commands/define.c:136
2914 #, c-format
2915 msgid "%s does not take a parameter"
2916 msgstr "%s bir parametre almaz"
2917
2918 #: commands/define.c:197
2919 #, c-format
2920 msgid "argument of %s must be a name"
2921 msgstr "%s için argüman bir ad olmalıdır"
2922
2923 #: commands/define.c:233
2924 #, c-format
2925 msgid "argument of %s must be a type name"
2926 msgstr "%s argümanı tip adı olmalıdır"
2927
2928 #: commands/define.c:258
2929 #, c-format
2930 msgid "%s requires an integer value"
2931 msgstr "%s bir tamsayı gerektirir"
2932
2933 #: commands/define.c:279
2934 #, c-format
2935 msgid "invalid argument for %s: \"%s\""
2936 msgstr "%s için geçersiz argüman: \"%s\""
2937
2938 #: commands/opclasscmds.c:129
2939 msgid "must be superuser to create an operator class"
2940 msgstr "operator sınıfı yaratmak için superuser olmalısınız"
2941
2942 #: commands/opclasscmds.c:166
2943 #, c-format
2944 msgid "invalid operator number %d, must be between 1 and %d"
2945 msgstr "%d geçersiz operatör numarası, 0 ile %d arasında olmalıdır"
2946
2947 #: commands/opclasscmds.c:204
2948 #, c-format
2949 msgid "invalid procedure number %d, must be between 1 and %d"
2950 msgstr "%d geçersiz procedure numarası, 0 ile %d arasında olmalıdır"
2951
2952 #: commands/opclasscmds.c:226
2953 msgid "storage type specified more than once"
2954 msgstr "depolama tipi birden fazla kez belirtilmiştir"
2955
2956 #: commands/opclasscmds.c:253
2957 #, c-format
2958 msgid "storage type may not be different from data type for access method \"%s\""
2959 msgstr "depolama yönteminin veri tipi \"%s\", erişim metodu ile aynı olmalıdır"
2960
2961 #: commands/opclasscmds.c:271
2962 #, c-format
2963 msgid "operator class \"%s\" for access method \"%s\" already exists"
2964 msgstr "\"%2$s\" erişim metodu için \"%1$s\" operator sınıfı zaten mevcut"
2965
2966 #: commands/opclasscmds.c:300
2967 #, c-format
2968 msgid "could not make operator class \"%s\" be default for type %s"
2969 msgstr "%2$s veri tipinie \"%1$s\" operator sınıfı varsayılan olarak atanamıyor"
2970
2971 #: commands/opclasscmds.c:303
2972 #, c-format
2973 msgid "Operator class \"%s\" already is the default."
2974 msgstr "\"%s\" operatör sınıfı zaten varsayılandır."
2975
2976 #: commands/opclasscmds.c:430
2977 msgid "btree operators must be binary"
2978 msgstr "btree işlemleri ikili olmalıdır"
2979
2980 #: commands/opclasscmds.c:434
2981 msgid "btree operators must return boolean"
2982 msgstr "btree işlemleri boolean tipini döndürmelidir"
2983
2984 #: commands/opclasscmds.c:438
2985 msgid "btree operators must have index type as left input"
2986 msgstr "btree işlemleri sol girdi olarak index tipini kullanmalıdır"
2987
2988 #: commands/opclasscmds.c:484
2989 msgid "btree procedures must have two arguments"
2990 msgstr "btree kümesi iki argüman almalıdır"
2991
2992 #: commands/opclasscmds.c:488
2993 msgid "btree procedures must return integer"
2994 msgstr "btree yordamları tamsayı döndürmelidir"
2995
2996 #: commands/opclasscmds.c:492
2997 msgid "btree procedures must have index type as first input"
2998 msgstr "btree yordamları sol girdi olarak index tipini kullanmalıdır"
2999
3000 #: commands/opclasscmds.c:525
3001 #, c-format
3002 msgid "procedure number %d appears more than once"
3003 msgstr "%d yordam numarasına birden fazla kez rastlanıyor"
3004
3005 #: commands/opclasscmds.c:530
3006 #, c-format
3007 msgid "operator number %d appears more than once"
3008 msgstr "%d operator numarasına birden fazla kez rastlanıyor"
3009
3010 #: commands/opclasscmds.c:854
3011 #, c-format
3012 msgid "operator class \"%s\" for access method \"%s\" already exists in schema \"%s\""
3013 msgstr "\"%2$s\" erişim yöntemi için kullanılacak \"%1$s\" operator classı zaten \"%3$s\" şemasında mevcuttur"
3014
3015 #: commands/indexcmds.c:120
3016 msgid "must specify at least one column"
3017 msgstr "en az bir sütun belirtmelisiniz"
3018
3019 #: commands/indexcmds.c:124
3020 #, c-format
3021 msgid "cannot use more than %d columns in an index"
3022 msgstr "bir index içinde %d sayısından fazla sütun kullanılamaz"
3023
3024 #: commands/indexcmds.c:238
3025 #, c-format
3026 msgid "access method \"%s\" does not support unique indexes"
3027 msgstr "\"%s\" erişim yöntemi tekil indexleri desteklemiyor"
3028
3029 #: commands/indexcmds.c:243
3030 #, c-format
3031 msgid "access method \"%s\" does not support multicolumn indexes"
3032 msgstr "\"%s\" erişim yöntemi çoklu sütun indexleri desteklemiyor"
3033
3034 #: commands/indexcmds.c:257
3035 msgid "index expressions and predicates may refer only to the table being indexed"
3036 msgstr "index ifade ve yüklemler sadece indexlenen tabloya referans edebilirler"
3037
3038 #: commands/indexcmds.c:285
3039 #: parser/analyze.c:1197
3040 #, c-format
3041 msgid "multiple primary keys for table \"%s\" are not allowed"
3042 msgstr "\"%s\" tablosunda birden çok birincil anahtara izin verilmez"
3043
3044 #: commands/indexcmds.c:302
3045 msgid "primary keys cannot be expressions"
3046 msgstr "birincil anahtar bir ifade olamaz"
3047
3048 #: commands/indexcmds.c:332
3049 #: commands/indexcmds.c:470
3050 #: parser/analyze.c:1311
3051 #, c-format
3052 msgid "column \"%s\" named in key does not exist"
3053 msgstr "anahtar tanımında belirtilen \"%s\" sütunu mevcut değil"
3054
3055 #: commands/indexcmds.c:377
3056 #, c-format
3057 msgid "%s %s will create implicit index \"%s\" for table \"%s\""
3058 msgstr "%1$s %2$s \"%4$s\" tablosu için \"%3$s\" indexi oluşturulacaktır"
3059
3060 #: commands/indexcmds.c:420
3061 msgid "cannot use subquery in index predicate"
3062 msgstr "index tanımında subquery kullanılamaz"
3063
3064 #: commands/indexcmds.c:424
3065 msgid "cannot use aggregate in index predicate"
3066 msgstr "index tanımında aggregate kullanılamaz"
3067
3068 #: commands/indexcmds.c:433
3069 msgid "functions in index predicate must be marked IMMUTABLE"
3070 msgstr "index yüklemindeki kullanılacak fonksiyon IMMUTABLE olarak tanımlanmaıldır"
3071
3072 #: commands/indexcmds.c:475
3073 #: commands/tablecmds.c:1329
3074 #: parser/parse_expr.c:1084
3075 #, c-format
3076 msgid "column \"%s\" does not exist"
3077 msgstr "\"%s\" sütunu mevcut değil"
3078
3079 #: commands/indexcmds.c:508
3080 msgid "cannot use subquery in index expression"
3081 msgstr "index ifadesinde subquery kullanılamaz"
3082
3083 #: commands/indexcmds.c:512
3084 msgid "cannot use aggregate function in index expression"
3085 msgstr "index ifadesinde aggregate fonksiyonu kullanılamaz"
3086
3087 #: commands/indexcmds.c:523
3088 msgid "functions in index expression must be marked IMMUTABLE"
3089 msgstr "index ifadesinde kullanılacak fonksiyon IMMUTABLE olarak tanımlanmaıldır"
3090
3091 #: commands/indexcmds.c:582
3092 #, c-format
3093 msgid "data type %s has no default operator class for access method \"%s\""
3094 msgstr "%s veri tipinin \"%s\" erişim yöntemi için varsayılan operator sınıfı mevcut değil"
3095
3096 #: commands/indexcmds.c:584
3097 msgid "You must specify an operator class for the index or define a default operator class for the data type."
3098 msgstr "Bu index için operator class belirtmeli veya bu veri tipi için varsayılan operator class tanımlamalısınız."
3099
3100 #: commands/indexcmds.c:637
3101 #, c-format
3102 msgid "operator class \"%s\" does not accept data type %s"
3103 msgstr "\"%s\" operator sınıfı, %s veri tipini kabul etmiyor"
3104
3105 #: commands/indexcmds.c:694
3106 #: utils/cache/typcache.c:369
3107 #, c-format
3108 msgid "there are multiple default operator classes for data type %s"
3109 msgstr "%s veri tipi için birden fazla varsayılan operator sınıfı mevcuttur"
3110
3111 #: commands/indexcmds.c:963
3112 #, c-format
3113 msgid "shared table \"%s\" can only be reindexed in stand-alone mode"
3114 msgstr "\"%s\" ortak tablosuna sadece stand-alone modunda reindex işlemi uygulanabilir"
3115
3116 #: commands/indexcmds.c:970
3117 #, c-format
3118 msgid "table \"%s\" has no indexes"
3119 msgstr "\"%s\" tablosunda hiçbir index yok"
3120
3121 #: commands/indexcmds.c:998
3122 msgid "can only reindex the currently open database"
3123 msgstr "ancak açık olan veritabanı üzerinde reindex işlemi yapılabilir"
3124
3125 #: commands/indexcmds.c:1081
3126 #, c-format
3127 msgid "table \"%s\" was reindexed"
3128 msgstr "\"%s\" tablosu yeniden indexlenmiştir"
3129
3130 #: commands/prepare.c:61
3131 msgid "invalid statement name: must not be empty"
3132 msgstr "geçersiz deyim adı: boş olmamalıdır"
3133
3134 #: commands/prepare.c:80
3135 msgid "utility statements cannot be prepared"
3136 msgstr "yardımcı program statementları hazırlanamaz"
3137
3138 #: commands/prepare.c:168
3139 #: commands/prepare.c:173
3140 #: commands/prepare.c:533
3141 msgid "prepared statement is not a SELECT"
3142 msgstr "hazırlanmış (prepared) sorgu SELECT değildir"
3143
3144 #: commands/prepare.c:306
3145 #, c-format
3146 msgid "prepared statement \"%s\" already exists"
3147 msgstr "\"%s\" hazırlanmış sorgusu zaten mevcut"
3148
3149 #: commands/prepare.c:385
3150 #, c-format
3151 msgid "prepared statement \"%s\" does not exist"
3152 msgstr "hazırlanmış sorgu \"%s\" mevcut değil"
3153
3154 #: commands/operatorcmds.c:107
3155 #: commands/operatorcmds.c:115
3156 msgid "setof type not allowed for operator argument"
3157 msgstr "operator argümanı setof tipinde olamaz"
3158
3159 #: commands/operatorcmds.c:142
3160 #, c-format
3161 msgid "operator attribute \"%s\" not recognized"
3162 msgstr "\"%s\" operatör özniteliği tanınmamaktadır"
3163
3164 #: commands/operatorcmds.c:152
3165 msgid "operator procedure must be specified"
3166 msgstr "operatör yordamı belirtilmelidir"
3167
3168 #: commands/portalcmds.c:54
3169 #: commands/portalcmds.c:183
3170 #: commands/portalcmds.c:228
3171 msgid "invalid cursor name: must not be empty"
3172 msgstr "geçersiz imleç adı: boş olmamalıdır"
3173
3174 #: commands/portalcmds.c:89
3175 msgid "DECLARE CURSOR may not specify INTO"
3176 msgstr "DECLARE CURSOR tanımında INTO kullanılamaz"
3177
3178 #: commands/portalcmds.c:93
3179 msgid "DECLARE CURSOR ... FOR UPDATE is not supported"
3180 msgstr "DECLARE CURSOR ... FOR UPDATE desteklenmiyor"
3181
3182 #: commands/portalcmds.c:94
3183 msgid "Cursors must be READ ONLY."
3184 msgstr "Cursor READ ONLY olmalıdır."
3185
3186 #: commands/portalcmds.c:191
3187 #: commands/portalcmds.c:238
3188 #, c-format
3189 msgid "cursor \"%s\" does not exist"
3190 msgstr "\"%s\" imleci mevcut değil"
3191
3192 #: commands/portalcmds.c:346
3193 #: tcop/pquery.c:523
3194 #: tcop/pquery.c:1096
3195 #, c-format
3196 msgid "portal \"%s\" cannot be run"
3197 msgstr "\"%s\" portalı çalıştırılamıyor"
3198
3199 #: commands/portalcmds.c:404
3200 msgid "could not reposition held cursor"
3201 msgstr "tutulan cursorun yerini değiştirilemez"
3202
3203 #: commands/tablecmds.c:294
3204 msgid "ON COMMIT can only be used on temporary tables"
3205 msgstr "ON COMMIT sadece geçici tablolarda kullanılabilir"
3206
3207 #: commands/tablecmds.c:399
3208 #, c-format
3209 msgid "duplicate check constraint name \"%s\""
3210 msgstr "mukerrer check constraint adı: \"%s\""
3211
3212 #: commands/tablecmds.c:555
3213 #: commands/tablecmds.c:1274
3214 #: commands/tablecmds.c:1480
3215 #: commands/tablecmds.c:2636
3216 #: commands/tablecmds.c:3798
3217 #: commands/tablecmds.c:5427
3218 #: commands/trigger.c:147
3219 #: commands/trigger.c:552
3220 #: tcop/utility.c:182
3221 #: tcop/utility.c:217
3222 #, c-format
3223 msgid "permission denied: \"%s\" is a system catalog"
3224 msgstr "erişim engellendi: \"%s\" bir sistem kataloğudur"
3225
3226 #: commands/tablecmds.c:566
3227 #, c-format
3228 msgid "cannot truncate system relation \"%s\""
3229 msgstr "sistem tablosu \"%s\" truncate edilemez"
3230
3231 #: commands/tablecmds.c:576
3232 msgid "cannot truncate temporary tables of other sessions"
3233 msgstr "diğer oturumların geçici tablolarını truncate edemezsiniz"
3234
3235 #: commands/tablecmds.c:719
3236 #, c-format
3237 msgid "column \"%s\" duplicated"
3238 msgstr "\"%s\" sütunu mukerrerdir"
3239
3240 #: commands/tablecmds.c:744
3241 #: parser/analyze.c:1067
3242 #: parser/analyze.c:1273
3243 #, c-format
3244 msgid "inherited relation \"%s\" is not a table"
3245 msgstr "inherited relation \"%s\" bir tablo değildir"
3246
3247 #: commands/tablecmds.c:750
3248 #, c-format
3249 msgid "cannot inherit from temporary relation \"%s\""
3250 msgstr "\"%s\" geçici nesnesinden inherit yapılamaz"
3251
3252 #: commands/tablecmds.c:767
3253 #, c-format
3254 msgid "inherited relation \"%s\" duplicated"
3255 msgstr "inherited relation \"%s\" mukerrerdir"
3256
3257 #: commands/tablecmds.c:821
3258 #, c-format
3259 msgid "merging multiple inherited definitions of column \"%s\""
3260 msgstr "\"%s\" sütununun birden fazla inherited tanımını birleştiriliyor"
3261
3262 #: commands/tablecmds.c:828
3263 #, c-format
3264 msgid "inherited column \"%s\" has a type conflict"
3265 msgstr "\"%s\" inherited sütunu tip çakışması yaşıyor"
3266
3267 #: commands/tablecmds.c:830
3268 #: commands/tablecmds.c:975
3269 #: parser/parse_coerce.c:239
3270 #: parser/parse_coerce.c:1125
3271 #: parser/parse_coerce.c:1142
3272 #: parser/parse_coerce.c:1188
3273 #, c-format
3274 msgid "%s versus %s"
3275 msgstr "%s versus %s"
3276
3277 #: commands/tablecmds.c:966
3278 #, c-format
3279 msgid "merging column \"%s\" with inherited definition"
3280 msgstr "\"%s\" sütunu inherited tanımı ile birleştiriliyor"
3281
3282 #: commands/tablecmds.c:973
3283 #, c-format
3284 msgid "column \"%s\" has a type conflict"
3285 msgstr "\"%s\" sütununda tip çakışması"
3286
3287 #: commands/tablecmds.c:1024
3288 #, c-format
3289 msgid "column \"%s\" inherits conflicting default values"
3290 msgstr "\"%s\" sütunu çakışan değerleri inherit ediyor"
3291
3292 #: commands/tablecmds.c:1026
3293 msgid "To resolve the conflict, specify a default explicitly."
3294 msgstr "Çakışmayı çözmek için varsayılan değeri açıkca belirtin."
3295
3296 #: commands/tablecmds.c:1319
3297 #, c-format
3298 msgid "inherited column \"%s\" must be renamed in child tables too"
3299 msgstr "\"%s\" inherited sütununun adı alt tablolarda da değiştirilmelidir"
3300
3301 #: commands/tablecmds.c:1337
3302 #, c-format
3303 msgid "cannot rename system column \"%s\""
3304 msgstr "\"%s\" sistem sütununun adı değiştirilemez"
3305
3306 #: commands/tablecmds.c:1347
3307 #, c-format
3308 msgid "cannot rename inherited column \"%s\""
3309 msgstr "\"%s\" inherited sütununun adı değiştirilemez"
3310
3311 #: commands/tablecmds.c:1358
3312 #: commands/tablecmds.c:2919
3313 #, c-format
3314 msgid "column \"%s\" of relation \"%s\" already exists"
3315 msgstr "\"%2$s\" nesnesinin \"%1$s\" sütunu zaten mevcut"
3316
3317 #: commands/tablecmds.c:2219
3318 #, c-format
3319 msgid "cannot rewrite system relation \"%s\""
3320 msgstr "\"%s\" sistem tablosu yeniden yazılamaz"
3321
3322 #: commands/tablecmds.c:2229
3323 msgid "cannot rewrite temporary tables of other sessions"
3324 msgstr "diğer oturumların geçici tabloları yeniden yazılamaz"
3325
3326 #: commands/tablecmds.c:2520
3327 #, c-format
3328 msgid "check constraint \"%s\" is violated by some row"
3329 msgstr "\"%s\" bütünlük kısıtlaması bir(kaç) satır tarafından ihlal edilmiş"
3330
3331 #: commands/tablecmds.c:2533
3332 #, c-format
3333 msgid "column \"%s\" contains null values"
3334 msgstr "\"%s\" sütunu null değerleri içermektedir"
3335
3336 #: commands/tablecmds.c:2618
3337 #, c-format
3338 msgid "\"%s\" is not a table or view"
3339 msgstr "\"%s\" bir tablo veya view değildir"
3340
3341 #: commands/tablecmds.c:2771
3342 #, c-format
3343 msgid "cannot alter table \"%s\" because column \"%s\".\"%s\" uses its rowtype"
3344 msgstr "\"%2$s\".\"%3$s\" sütunu onun rowtype veri tipini kullandığı için \"%1$s\" tablosu değiştirilemez"
3345
3346 #: commands/tablecmds.c:2837
3347 msgid "column must be added to child tables too"
3348 msgstr "sütun, alt tablolarana da eklenmelidir"
3349
3350 #: commands/tablecmds.c:2880
3351 #, c-format
3352 msgid "child table \"%s\" has different type for column \"%s\""
3353 msgstr "\"%s\" alt tablosundaki  \"%s\" sütununun tipi farklıdır"
3354
3355 #: commands/tablecmds.c:2892
3356 #, c-format
3357 msgid "merging definition of column \"%s\" for child \"%s\""
3358 msgstr "\"%s\" sütunun tanımı \"%s\" alt tablo için birleştiriliyor"
3359
3360 #: commands/tablecmds.c:3109
3361 #: commands/tablecmds.c:3202
3362 #: commands/tablecmds.c:3252
3363 #: commands/tablecmds.c:3348
3364 #: commands/tablecmds.c:3409
3365 #: commands/tablecmds.c:4617
3366 #, c-format
3367 msgid "cannot alter system column \"%s\""
3368 msgstr "\"%s\" sistem sütunu değiştirilemez"
3369
3370 #: commands/tablecmds.c:3145
3371 #, c-format
3372 msgid "column \"%s\" is in a primary key"
3373 msgstr "\"%s\" sütunu bir birincil anahtardır"
3374
3375 #: commands/tablecmds.c:3295
3376 #: commands/tablecmds.c:5416
3377 #, c-format
3378 msgid "\"%s\" is not a table or index"
3379 msgstr "\"%s\" bir tablo veya index değil"
3380
3381 #: commands/tablecmds.c:3322
3382 #, c-format
3383 msgid "statistics target %d is too low"
3384 msgstr "statistics target %d çok düşüktür"
3385
3386 #: commands/tablecmds.c:3330
3387 #, c-format
3388 msgid "lowering statistics target to %d"
3389 msgstr "statistics target, %d değerine düşürülmektedir"
3390
3391 #: commands/tablecmds.c:3390
3392 #, c-format
3393 msgid "invalid storage type \"%s\""
3394 msgstr "geçersiz saklama tipi \"%s\""
3395
3396 #: commands/tablecmds.c:3421
3397 #, c-format
3398 msgid "column data type %s can only have storage PLAIN"
3399 msgstr "%s sütün veri tipleri sadece PLAIN depolama yöntemini kullanabilir"
3400
3401 #: commands/tablecmds.c:3478
3402 #, c-format
3403 msgid "cannot drop system column \"%s\""
3404 msgstr "\"%s\" sistem sütunu kaldırılamaz"
3405
3406 #: commands/tablecmds.c:3485
3407 #, c-format
3408 msgid "cannot drop inherited column \"%s\""
3409 msgstr "\"%s\" inherited sütunu kaldırılamaz"
3410
3411 #: commands/tablecmds.c:3786
3412 #, c-format
3413 msgid "referenced relation \"%s\" is not a table"
3414 msgstr " rerefans edilen \"%s\" nesnesi bir tablo değildir"
3415
3416 #: commands/tablecmds.c:3820
3417 msgid "cannot reference temporary table from permanent table constraint"
3418 msgstr "sürekli tablo kısıtlayıcısından geçici tablo referans edilemez"
3419
3420 #: commands/tablecmds.c:3827
3421 msgid "cannot reference permanent table from temporary table constraint"
3422 msgstr "geçeci tablo kısıtlayıcısından sürekli  tablo referans edilemez"
3423
3424 #: commands/tablecmds.c:3872
3425 #: commands/tablecmds.c:4362
3426 msgid "number of referencing and referenced columns for foreign key disagree"
3427 msgstr "foreign key'in referans eden ve referans edilen sütun sayısı uyuşmuyor"
3428
3429 #: commands/tablecmds.c:3893
3430 #, c-format
3431 msgid "foreign key constraint \"%s\" cannot be implemented"
3432 msgstr "\"%s\" foreign key constrain oluşturulamaz"
3433
3434 #: commands/tablecmds.c:3896
3435 #, c-format
3436 msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s."
3437 msgstr "\"%s\" ve \"%s\" anahtar sütunların tipi farklı: %s ve %s."
3438
3439 #: commands/tablecmds.c:3910
3440 #, c-format
3441 msgid "foreign key constraint \"%s\" will require costly sequential scans"
3442 msgstr "\"%s\" foreign key constraint, parfomans düşüren sequential scan'lara sebep olacak"
3443
3444 #: commands/tablecmds.c:3913
3445 #, c-format
3446 msgid "Key columns \"%s\" and \"%s\" are of different types: %s and %s."
3447 msgstr "\"%s\" ve \"%s\" anahtar sütunların tipleri farklı: %s ve %s."
3448
3449 #: commands/tablecmds.c:3998
3450 #, c-format
3451 msgid "column \"%s\" referenced in foreign key constraint does not exist"
3452 msgstr "foreign key kısıtlaması tarafından referans edilen sütun \"%s\" mevcut değil"
3453
3454 #: commands/tablecmds.c:4003
3455 #, c-format
3456 msgid "cannot have more than %d keys in a foreign key"
3457 msgstr "foreign key kısıtlamasında %d'dan fazla anahtar olamaz"
3458
3459 #: commands/tablecmds.c:4072
3460 #, c-format
3461 msgid "there is no primary key for referenced table \"%s\""
3462 msgstr "referans edilen \"%s\" tablosunda primary key mevcut değil"
3463
3464 #: commands/tablecmds.c:4190
3465 #, c-format
3466 msgid "there is no unique constraint matching given keys for referenced table \"%s\""
3467 msgstr "\"%s\" referans edilen tablosunda belirtilen anahtarlara uyan bir unique constraint yok"
3468
3469 #: commands/tablecmds.c:4574
3470 #: commands/trigger.c:2785
3471 #, c-format
3472 msgid "constraint \"%s\" does not exist"
3473 msgstr "constraint \"%s\" mevcut değil"
3474
3475 #: commands/tablecmds.c:4579
3476 #, c-format
3477 msgid "multiple constraints named \"%s\" were dropped"
3478 msgstr "\"%s\" adlı birden fazla constraint drop edilmiş"
3479
3480 #: commands/tablecmds.c:4624
3481 #, c-format
3482 msgid "cannot alter inherited column \"%s\""
3483 msgstr "\"%s\" inherited sütunu değiştirilemez"
3484
3485 #: commands/tablecmds.c:4664
3486 msgid "transform expression must not return a set"
3487 msgstr "transform ifadesi bir set döndürmemelidir"
3488
3489 #: commands/tablecmds.c:4670
3490 msgid "cannot use subquery in transform expression"
3491 msgstr "transform ifadesinde set kullanılamaz"
3492
3493 #: commands/tablecmds.c:4674
3494 msgid "cannot use aggregate function in transform expression"
3495 msgstr "transform ifadesinde aggregate function kullanılamaz"
3496
3497 #: commands/tablecmds.c:4691
3498 #, c-format
3499 msgid "column \"%s\" cannot be cast to type \"%s\""
3500 msgstr "\"%s\" sütunu \"%s\" tipine dönüştürülemez"
3501
3502 #: commands/tablecmds.c:4717
3503 #, c-format
3504 msgid "type of inherited column \"%s\" must be changed in child tables too"
3505 msgstr "\"%s\" inherinted sütununların tipi çocuk tablolarında da değiştirilmelidir"
3506
3507 #: commands/tablecmds.c:4755
3508 #, c-format
3509 msgid "cannot alter type of column \"%s\" twice"
3510 msgstr "\"%s\" sütununun tipini iki kez değiştirilemez"
3511
3512 #: commands/tablecmds.c:4789
3513 #, c-format
3514 msgid "default for column \"%s\" cannot be cast to type \"%s\""
3515 msgstr "\"%s\" sütunun varsayılan tipi \"%s\" tipine dönüştürülemez"
3516
3517 #: commands/tablecmds.c:4889
3518 msgid "cannot alter type of a column used by a view or rule"
3519 msgstr "view veya rule tarafından kullanılan sütunun tipini değiştirilemedi"
3520
3521 #: commands/tablecmds.c:4890
3522 #, c-format
3523 msgid "%s depends on column \"%s\""
3524 msgstr "%s sütunu \"%s\" sütununa bağlıdır"
3525
3526 #: commands/tablecmds.c:5206
3527 #, c-format
3528 msgid "\"%s\" is not a table, TOAST table, index, view, or sequence"
3529 msgstr "\"%s\" bir tablo, TOAST tablosu, index, view ya da sequence değildir"
3530
3531 #: commands/tablecmds.c:5446
3532 msgid "cannot have multiple SET TABLESPACE subcommands"
3533 msgstr "birden fazla SET TABLESPACE alt komutu veremezsiniz"
3534
3535 #: commands/tablecmds.c:5476
3536 #, c-format
3537 msgid "cannot move system relation \"%s\""
3538 msgstr "\"%s\" sistem nesnesi taşınamaz"
3539
3540 #: commands/tablecmds.c:5486
3541 msgid "cannot move temporary tables of other sessions"
3542 msgstr "diğer oturumların geçici tabloları taşınamaz"
3543
3544 #: commands/tablecmds.c:5696
3545 msgid "shared tables cannot be toasted after initdb"
3546 msgstr "initdb işleminden sonra paylaşılmış tablolar toast edilemez"
3547
3548 #: commands/tablecmds.c:5711
3549 #, c-format
3550 msgid "table \"%s\" already has a TOAST table"
3551 msgstr "\"%s\" tablosunun zaten bir TOAST tablosu vardır"
3552
3553 #: commands/tablecmds.c:5728
3554 #, c-format
3555 msgid "table \"%s\" does not need a TOAST table"
3556 msgstr "\"%s\" tablosunun TOAST tablosuna gereksinmesi yoktur"
3557
3558 #: commands/proclang.c:64
3559 msgid "must be superuser to create procedural language"
3560 msgstr "yordamsal dil yaratmak için superuser olmalısınız"
3561
3562 #: commands/proclang.c:77
3563 #: commands/proclang.c:265
3564 #, c-format
3565 msgid "language \"%s\" already exists"
3566 msgstr "\"%s\" dili zaten mevcut"
3567
3568 #: commands/proclang.c:97
3569 #, c-format
3570 msgid "changing return type of function %s from \"opaque\" to \"language_handler\""
3571 msgstr "%s fonksiyonunun döndürme tipi \"opaque\"'dan \"language_handler\"'e değiştiriliyor"
3572
3573 #: commands/proclang.c:104
3574 #, c-format
3575 msgid "function %s must return type \"language_handler\""
3576 msgstr "%s fonksiyonunun döndürme tipi \"language_handler\" olmalıdır"
3577
3578 #: commands/proclang.c:188
3579 msgid "must be superuser to drop procedural language"
3580 msgstr "yordamsal dili kaldırmak için superuser olmalısınız"
3581
3582 #: commands/proclang.c:271
3583 msgid "must be superuser to rename procedural language"
3584 msgstr "yordamsal dilin adını değiştirmek için superuser olmalısınız"
3585
3586 #: commands/schemacmds.c:84
3587 #: commands/user.c:883
3588 #: commands/user.c:1018
3589 msgid "permission denied"
3590 msgstr "erişim engellendi"
3591
3592 #: commands/schemacmds.c:85
3593 #, c-format
3594 msgid "\"%s\" is not a superuser, so cannot create a schema for \"%s\""
3595 msgstr "\"%s\" superuser değildir dolayısıyla \"%s\" için şema oluşturamaz"
3596
3597 #: commands/schemacmds.c:100
3598 #: commands/schemacmds.c:268
3599 #, c-format
3600 msgid "unacceptable schema name \"%s\""
3601 msgstr "\"%s\" kabul edilemez şema adı"
3602
3603 #: commands/schemacmds.c:101
3604 #: commands/schemacmds.c:269
3605 msgid "The prefix \"pg_\" is reserved for system schemas."
3606 msgstr "\"pg_\" ön eki, sistem şemaları için ayrılmıştır."
3607
3608 #: commands/sequence.c:399
3609 #: commands/sequence.c:591
3610 #: commands/sequence.c:634
3611 #, c-format
3612 msgid "permission denied for sequence %s"
3613 msgstr "%s sequence'ine erişim izni verilmedi"
3614
3615 #: commands/sequence.c:476
3616 #, c-format
3617 msgid "nextval: reached maximum value of sequence \"%s\" (%s)"
3618 msgstr "nextval: sequence en yüksek değerine ulaşmıştır \"%s\" (%s)"
3619
3620 #: commands/sequence.c:499
3621 #, c-format
3622 msgid "nextval: reached minimum value of sequence \"%s\" (%s)"
3623 msgstr "nextval: sequence en düşük değerine ulaşmıştır \"%s\" (%s)"
3624
3625 #: commands/sequence.c:597
3626 #, c-format
3627 msgid "currval of sequence \"%s\" is not yet defined in this session"
3628 msgstr "bu oturumda \"%s\" sequence'i için currval henüz tanımlanmamıştır"
3629
3630 #: commands/sequence.c:651
3631 #, c-format
3632 msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)"
3633 msgstr "setval: %s değeri kapsam dışıdır, sequence \"%s\" (%s..%s)"
3634
3635 #: commands/sequence.c:794
3636 #: executor/execGrouping.c:384
3637 #: lib/dllist.c:43
3638 #: lib/dllist.c:88
3639 #: libpq/auth.c:637
3640 #: postmaster/pgstat.c:2432
3641 #: postmaster/pgstat.c:2499
3642 #: postmaster/postmaster.c:809
3643 #: postmaster/postmaster.c:1679
3644 #: postmaster/postmaster.c:2398
3645 #: storage/buffer/localbuf.c:139
3646 #: storage/file/fd.c:587
3647 #: storage/file/fd.c:620
3648 #: storage/file/fd.c:766
3649 #: storage/ipc/sinval.c:789
3650 #: storage/lmgr/lock.c:494
3651 #: storage/smgr/md.c:844
3652 #: storage/smgr/smgr.c:213
3653 #: utils/adt/cash.c:297
3654 #: utils/adt/cash.c:312
3655 #: utils/adt/oracle_compat.c:73
3656 #: utils/adt/oracle_compat.c:125
3657 #: utils/adt/regexp.c:200
3658 #: utils/adt/ri_triggers.c:3472
3659 #: utils/cache/relcache.c:169
3660 #: utils/cache/relcache.c:183
3661 #: utils/cache/relcache.c:1135
3662 #: utils/cache/typcache.c:165
3663 #: utils/cache/typcache.c:487
3664 #: utils/fmgr/dfmgr.c:127
3665 #: utils/fmgr/fmgr.c:528
3666 #: utils/hash/dynahash.c:178
3667 #: utils/hash/dynahash.c:248
3668 #: utils/init/miscinit.c:213
3669 #: utils/init/miscinit.c:234
3670 #: utils/init/miscinit.c:244
3671 #: utils/misc/guc.c:1909
3672 #: utils/misc/guc.c:1922
3673 #: utils/misc/guc.c:1935
3674 #: utils/mmgr/aset.c:337
3675 #: utils/mmgr/aset.c:503
3676 #: utils/mmgr/aset.c:700
3677 #: utils/mmgr/aset.c:893
3678 #: utils/mmgr/portalmem.c:78
3679 msgid "out of memory"
3680 msgstr "yetersiz bellek"
3681
3682 #: commands/sequence.c:956
3683 msgid "INCREMENT must not be zero"
3684 msgstr "INCREMENT sıfır olamaz"
3685
3686 #: commands/sequence.c:1002
3687 #, c-format
3688 msgid "MINVALUE (%s) must be less than MAXVALUE (%s)"
3689 msgstr "MINVALUE (%s), MAXVALUE (%s) değerinden küçük olmalıdır"
3690
3691 #: commands/sequence.c:1033
3692 #, c-format
3693 msgid "START value (%s) can't be less than MINVALUE (%s)"
3694 msgstr "START değeri (%s) MINVALUE değerinden (%s) küçük olamaz"
3695
3696 #: commands/sequence.c:1045
3697 #, c-format
3698 msgid "START value (%s) can't be greater than MAXVALUE (%s)"
3699 msgstr "START değeri (%s) MAXVALUE değerinden (%s) büyük olamaz"
3700
3701 #: commands/sequence.c:1060
3702 #, c-format
3703 msgid "CACHE (%s) must be greater than zero"
3704 msgstr "CACHE (%s) sıfırdan büyük olmalıdır"
3705
3706 #: commands/trigger.c:134
3707 #, c-format
3708 msgid "could not determine referenced table for constraint \"%s\""
3709 msgstr "\"%s\" bütünlük kısıtlaması için referans tablosu bulunamıyor"
3710
3711 #: commands/trigger.c:219
3712 msgid "multiple INSERT events specified"
3713 msgstr "birden fazla INSERT olayı belirtilmiştir"
3714
3715 #: commands/trigger.c:226
3716 msgid "multiple DELETE events specified"
3717 msgstr "birden fazla DELETE olayı belirtilmiştir"
3718
3719 #: commands/trigger.c:233
3720 msgid "multiple UPDATE events specified"
3721 msgstr "birden fazla UPDATE olayı belirtilmiştir"
3722
3723 #: commands/trigger.c:266
3724 #: commands/trigger.c:654
3725 #, c-format
3726 msgid "trigger \"%s\" for relation \"%s\" already exists"
3727 msgstr "\"%2$s\" nesnesi için \"%1$s\" tetikleyicisi (trigger) zaten mevcut"
3728
3729 #: commands/trigger.c:287
3730 #, c-format
3731 msgid "changing return type of function %s from \"opaque\" to \"trigger\""
3732 msgstr "%s fonksiyonunun döndürme değeri \"opaque\"tan \"trigger\"e değiştiriliyor"
3733
3734 #: commands/trigger.c:294
3735 #, c-format
3736 msgid "function %s must return type \"trigger\""
3737 msgstr "%s fonksiyonu \"trigger\" tipini döndürmelidir"
3738
3739 #: commands/trigger.c:1160
3740 #, c-format
3741 msgid "trigger function %u returned null value"
3742 msgstr "%u trigger fonksiyonu null değerini döndürdü"
3743
3744 #: commands/trigger.c:1214
3745 #: commands/trigger.c:1331
3746 #: commands/trigger.c:1464
3747 msgid "BEFORE STATEMENT trigger cannot return a value"
3748 msgstr "BEFORE STATEMENT tetikleyicisi bir değer döndüremez"
3749
3750 #: commands/trigger.c:1593
3751 #: executor/execMain.c:1151
3752 #: executor/execMain.c:1457
3753 #: executor/execMain.c:1598
3754 msgid "could not serialize access due to concurrent update"
3755 msgstr "eşzamanlı update nedeniyle erişim sıralanamıyor"
3756
3757 #: commands/trigger.c:2731
3758 msgid "unnamed constraints cannot be set explicitly"
3759 msgstr "isimsiz bütünlük kısıtlayıcıları açık olarak belirtilemez"
3760
3761 #: commands/trigger.c:2770
3762 #, c-format
3763 msgid "constraint \"%s\" is not deferrable"
3764 msgstr "\"%s\" constrainti ertelenebilir constraint değildir"
3765
3766 #: ../port/copydir.c:47
3767 #: commands/tablespace.c:150
3768 #: commands/tablespace.c:158
3769 #: commands/tablespace.c:164
3770 #, c-format
3771 msgid "could not create directory \"%s\": %m"
3772 msgstr "\"%s\" dizini oluşturulamadı: %m"
3773
3774 #: commands/tablespace.c:177
3775 #, c-format
3776 msgid "could not stat directory \"%s\": %m"
3777 msgstr "\"%s\" dizinine erişilemedi: %m"
3778
3779 #: commands/tablespace.c:186
3780 #, c-format
3781 msgid "\"%s\" exists but is not a directory"
3782 msgstr "\"%s\" mevcuttur ancak bir dizin değildir"
3783
3784 #: commands/tablespace.c:223
3785 #, c-format
3786 msgid "permission denied to create tablespace \"%s\""
3787 msgstr "tablespace \"%s\" oluşturma hatası"
3788
3789 #: commands/tablespace.c:225
3790 msgid "Must be superuser to create a tablespace."
3791 msgstr "Tablespace oluşturmak için superuser haklarına sahip olmalısınız."
3792
3793 #: commands/tablespace.c:244
3794 msgid "tablespace location may not contain single quotes"
3795 msgstr "tablespace yeri adında tek tırnak bulunamaz"
3796
3797 #: commands/tablespace.c:254
3798 msgid "tablespace location must be an absolute path"
3799 msgstr "tablespace yeri gosteren ifade tam bir mutlak yol olmalıdır"
3800
3801 #: commands/tablespace.c:264
3802 #, c-format
3803 msgid "tablespace location \"%s\" is too long"
3804 msgstr "tablespace yeri \"%s\" çok uzun"
3805
3806 #: commands/tablespace.c:274
3807 #: commands/tablespace.c:766
3808 #, c-format
3809 msgid "unacceptable tablespace name \"%s\""
3810 msgstr "\"%s\" tablespace adı kabul edilemez"
3811
3812 #: commands/tablespace.c:276
3813 #: commands/tablespace.c:767
3814 msgid "The prefix \"pg_\" is reserved for system tablespaces."
3815 msgstr "\"pg_\" ön eki, sistem tablespaceler için ayrılmıştır."
3816
3817 #: commands/tablespace.c:286
3818 #: commands/tablespace.c:779
3819 #, c-format
3820 msgid "tablespace \"%s\" already exists"
3821 msgstr "tablespace \"%s\" zaten mevcut"
3822
3823 #: commands/tablespace.c:321
3824 #: commands/tablespace.c:1033
3825 #, c-format
3826 msgid "could not set permissions on directory \"%s\": %m"
3827 msgstr "dizin \"%s\" için erişim hakları ayarlanamadı: %m"
3828
3829 #: commands/tablespace.c:330
3830 #, c-format
3831 msgid "directory \"%s\" is not empty"
3832 msgstr "\"%s\"dizini boş değildir"
3833
3834 #: commands/tablespace.c:351
3835 #: commands/tablespace.c:1048
3836 #, c-format
3837 msgid "could not create symbolic link \"%s\": %m"
3838 msgstr "symbolic link \"%s\" oluşturma hatası: %m"
3839
3840 #: commands/tablespace.c:382
3841 #: commands/tablespace.c:479
3842 msgid "tablespaces are not supported on this platform"
3843 msgstr "bu platformda tablespace desteklenmiyor"
3844
3845 #: commands/tablespace.c:456
3846 #, c-format
3847 msgid "tablespace \"%s\" is not empty"
3848 msgstr "\"%s\" tablespace boş değil"
3849
3850 #: commands/tablespace.c:555
3851 #, c-format
3852 msgid "could not delete directory \"%s\": %m"
3853 msgstr "\"%s\" dizini silme hatası: %m"
3854
3855 #: commands/tablespace.c:606
3856 #, c-format
3857 msgid "could not remove directory \"%s\": %m"
3858 msgstr "\"%s\" dizini silme hatası: %m"
3859
3860 #: commands/tablespace.c:614
3861 #, c-format
3862 msgid "could not remove symbolic link \"%s\": %m"
3863 msgstr "symbolic link \"%s\" kaldırma hatası: %m"
3864
3865 #: commands/tablespace.c:1061
3866 #, c-format
3867 msgid "tablespace %u is not empty"
3868 msgstr "%u tablespace boş değil"
3869
3870 #: commands/vacuum.c:286
3871 msgid "VACUUM FULL FREEZE is not supported"
3872 msgstr "VACUUM FULL FREEZE desteklenmiyor"
3873
3874 #: commands/vacuum.c:287
3875 msgid "Use VACUUM FULL, then VACUUM FREEZE."
3876 msgstr "Önce VACUUM FULL, sonra VACUUM FREEZE kullanın."
3877
3878 #: commands/vacuum.c:607
3879 msgid "oldest xmin is far in the past"
3880 msgstr "en eski xmin uzun zaman önce yaratılmıştır"
3881
3882 #: commands/vacuum.c:608
3883 msgid "Close open transactions soon to avoid wraparound problems."
3884 msgstr "Başa dönme sorununu yaşamamak için aktif transactionları kapatın."
3885
3886 #: commands/vacuum.c:825
3887 msgid "some databases have not been vacuumed in over 2 billion transactions"
3888 msgstr "bazı veritabanlaı iki milyarı aşkın transaction vacuum işlemi yapılmadan işlemişler"
3889
3890 #: commands/vacuum.c:826
3891 msgid "You may have already suffered transaction-wraparound data loss."
3892 msgstr "Hatta transaction-wraparound veri kaybını yaşamış olabilirsiniz."
3893
3894 #: commands/vacuum.c:837
3895 msgid "some databases have not been vacuumed in over 1 billion transactions"
3896 msgstr "bazı veritabanlaı bir milyarı aşkın transaction vacuum işlemi yapılmadan işlemişler"
3897
3898 #: commands/vacuum.c:838
3899 msgid "Better vacuum them soon, or you may have a wraparound failure."
3900 msgstr "Wraparound sorunu yaşamadan kısa sürede vacuum işlemini yaptırmalısınız."
3901
3902 #: commands/vacuum.c:845
3903 #, c-format
3904 msgid "some databases have not been vacuumed in %d transactions"
3905 msgstr "bazı veritabanlaı %d aşkın transaction vacuum işlemi yapılmadan işlemişler"
3906
3907 #: commands/vacuum.c:847
3908 #, c-format
3909 msgid "Better vacuum them within %d transactions, or you may have a wraparound failure."
3910 msgstr "Wraparound sorunu yaşamadan %d transaction geçmeden vacuum işlemini yaptırmalısınız."
3911
3912 #: commands/vacuum.c:943
3913 #, c-format
3914 msgid "skipping \"%s\" --- only table or database owner can vacuum it"
3915 msgstr "\"%s\" atlanıyor --- sadece tablo veya veritabanı sahibi onu vacuum edebilir"
3916
3917 #: commands/vacuum.c:958
3918 #, c-format
3919 msgid "skipping \"%s\" --- cannot vacuum indexes, views, or special system tables"
3920 msgstr "\"%s\" atlanıyor --- indesk, view ve sistem tablolaları vacuum edilemez"
3921
3922 #: commands/vacuum.c:1181
3923 #: commands/vacuumlazy.c:221
3924 #, c-format
3925 msgid "vacuuming \"%s.%s\""
3926 msgstr "\"%s.%s\" veritabanına vacuum yapılıyor"
3927
3928 #: commands/vacuum.c:1229
3929 #: commands/vacuumlazy.c:293
3930 #, c-format
3931 msgid "relation \"%s\" page %u is uninitialized --- fixing"
3932 msgstr "\"%s\" nesnesi, %u, sayfası sıfırlanmamış --- düzeltiyorum"
3933
3934 #: commands/vacuum.c:1352
3935 #, c-format
3936 msgid "relation \"%s\" TID %u/%u: InsertTransactionInProgress %u --- can't shrink relation"
3937 msgstr "\"%s\" tablosu TID %u/%u: InsertTransactionInProgress %u --- nesne küçültülemiyor"
3938
3939 #: commands/vacuum.c:1365
3940 #, c-format
3941 msgid "relation \"%s\" TID %u/%u: DeleteTransactionInProgress %u --- can't shrink relation"
3942 msgstr "\"%s\" tablosu TID %u/%u: DeleteTransactionInProgress %u --- nesne küçültülemiyor"
3943
3944 #: commands/vacuum.c:1518
3945 #: commands/vacuumlazy.c:456
3946 #, c-format
3947 msgid "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u pages"
3948 msgstr "\"%s\": bulunan %.0f kaldırılabilen, %.0f sabit satır sürümleril, toplam %u sayfa"
3949
3950 #: commands/vacuum.c:1521
3951 #, c-format
3952 msgid ""
3953 "%.0f dead row versions cannot be removed yet.\n"
3954 "Nonremovable row versions range from %lu to %lu bytes long.\n"
3955 "There were %.0f unused item pointers.\n"
3956 "Total free space (including removable row versions) is %.0f bytes.\n"
3957 "%u pages are or will become empty, including %u at the end of the table.\n"
3958 "%u pages containing %.0f free bytes are potential move destinations.\n"
3959 "%s"
3960 msgstr ""
3961 "%.0f ölü satır şımdilik kaldırılamıyor.\n"
3962 "Kaldırılamayacak satır sürümleri %lu ile %lu bayt uzunukta.\n"
3963 "%.0f öğe göstergesi kullanılmadı.\n"
3964 "Topleam boş alan (kaldırılacak satır sürümleri dahil) %.0f bayttır.\n"
3965 "%u sayfa boş ya da boşaltılacak, tablonun sonunda %u tane buna dahildir.\n"
3966 "%u sayfa toplam %.0f boş bayt içeriği ile potansiyel taşıma hedefidir.\n"
3967 "%s"
3968
3969 #: commands/vacuum.c:2270
3970 #, c-format
3971 msgid "\"%s\": moved %u row versions, truncated %u to %u pages"
3972 msgstr "\"%s\": %u satır sürümü taşınmış, %u sayfa sayısından %u sayfaya düşürülmüştür"
3973
3974 #: commands/vacuum.c:2273
3975 #: commands/vacuumlazy.c:517
3976 #: commands/vacuumlazy.c:820
3977 #: nodes/print.c:86
3978 #: storage/lmgr/deadlock.c:888
3979 #: tcop/postgres.c:3341
3980 #, c-format
3981 msgid "%s"
3982 msgstr "%s"
3983
3984 #: commands/vacuum.c:2810
3985 #: commands/vacuumlazy.c:817
3986 #, c-format
3987 msgid "\"%s\": truncated %u to %u pages"
3988 msgstr "\"%s\":  %u sayfadan  %u sayfaya düşürülmüştür"
3989
3990 #: commands/vacuum.c:2900
3991 #: commands/vacuum.c:2967
3992 #: commands/vacuumlazy.c:630
3993 #: commands/vacuumlazy.c:705
3994 #, c-format
3995 msgid "index \"%s\" now contains %.0f row versions in %u pages"
3996 msgstr "\"%s\" indexi %.0f satır sürümü, %u sayfa"
3997
3998 #: commands/vacuum.c:2904
3999 #: commands/vacuumlazy.c:634
4000 #, c-format
4001 msgid ""
4002 "%u index pages have been deleted, %u are currently reusable.\n"
4003 "%s"
4004 msgstr ""
4005 "%u index sayfası silinmiş, %u kullanılabilir.\n"
4006 "%s"
4007
4008 #: commands/vacuum.c:2918
4009 #: commands/vacuum.c:2987
4010 #, c-format
4011 msgid "index \"%s\" contains %.0f row versions, but table contains %.0f row versions"
4012 msgstr "\"%s\" indexi %.0f satır sürümü içeriyor, ancak tablo %.0f satır versiyonu içeriyor"
4013
4014 #: commands/vacuum.c:2921
4015 #: commands/vacuum.c:2990
4016 msgid "Rebuild the index with REINDEX."
4017 msgstr "REINDEX işemiyle index yeniden oluşturuluyor."
4018
4019 #: commands/vacuum.c:2971
4020 #: commands/vacuumlazy.c:709
4021 #, c-format
4022 msgid ""
4023 "%.0f index row versions were removed.\n"
4024 "%u index pages have been deleted, %u are currently reusable.\n"
4025 "%s"
4026 msgstr ""
4027 "%.0f index sürüm satırı kaldırılmış.\n"
4028 "%u index sayfa silinmiştir, %u şu an kullanılabilir.\n"
4029 "%s"
4030
4031 #: commands/typecmds.c:138
4032 #, c-format
4033 msgid "type names must be %d characters or less"
4034 msgstr "tip adı %d veya daha az karakterden oluşmalıdır"
4035
4036 #: commands/typecmds.c:173
4037 #, c-format
4038 msgid "array element type cannot be %s"
4039 msgstr "array element veri tipi %s olamaz"
4040
4041 #: commands/typecmds.c:206
4042 #, c-format
4043 msgid "alignment \"%s\" not recognized"
4044 msgstr "alignment \"%s\" tanınmamaktadır"
4045
4046 #: commands/typecmds.c:223
4047 #, c-format
4048 msgid "storage \"%s\" not recognized"
4049 msgstr "storage \"%s\" tanınmamaktadır"
4050
4051 #: commands/typecmds.c:228
4052 #, c-format
4053 msgid "type attribute \"%s\" not recognized"
4054 msgstr "\"%s\" type attribute bulunamadı"
4055
4056 #: commands/typecmds.c:238
4057 msgid "type input function must be specified"
4058 msgstr "tipin giriş fonksiyonu belirtilmelidir"
4059
4060 #: commands/typecmds.c:242
4061 msgid "type output function must be specified"
4062 msgstr "tipin çıkış fonksiyonu belirtilmelidir"
4063
4064 #: commands/typecmds.c:281
4065 #, c-format
4066 msgid "changing return type of function %s from \"opaque\" to %s"
4067 msgstr "%s fonksiyonunun döndürme değeri \"opaque\"tan \"%s\"e değiştiriliyor"
4068
4069 #: commands/typecmds.c:288
4070 #, c-format
4071 msgid "type input function %s must return type %s"
4072 msgstr " %s type input function %s tipini döndürmelidir"
4073
4074 #: commands/typecmds.c:298
4075 #, c-format
4076 msgid "changing return type of function %s from \"opaque\" to \"cstring\""
4077 msgstr "%s fonksiyonunun döndürme değeri \"opaque\"tan \"cstring\"e değiştiriliyor"
4078
4079 #: commands/typecmds.c:305
4080 #, c-format
4081 msgid "type output function %s must return type \"cstring\""
4082 msgstr "%s type output fonksiyonu  \"cstring\" döndürmelidir"
4083
4084 #: commands/typecmds.c:314
4085 #, c-format
4086 msgid "type receive function %s must return type %s"
4087 msgstr " %s type receive function %s tipini döndürmelidir"
4088
4089 #: commands/typecmds.c:323
4090 #, c-format
4091 msgid "type send function %s must return type \"bytea\""
4092 msgstr "%s type send fonksiyonu  \"cstring\" döndürmelidir"
4093
4094 #: commands/typecmds.c:536
4095 #, c-format
4096 msgid "domain names must be %d characters or less"
4097 msgstr "domain adı %d veya daha az karakterden oluşmalıdır"
4098
4099 #: commands/typecmds.c:557
4100 #, c-format
4101 msgid "\"%s\" is not a valid base type for a domain"
4102 msgstr "\"%s\" tipi bir domain için geçerli bir tip değildir"
4103
4104 #: commands/typecmds.c:617
4105 #: commands/typecmds.c:1504
4106 msgid "foreign key constraints not possible for domains"
4107 msgstr "domainlerde için foreign key constraint kullanılamaz"
4108
4109 #: commands/typecmds.c:637
4110 msgid "multiple default expressions"
4111 msgstr "birden fazla varsayılan ifade"
4112
4113 #: commands/typecmds.c:667
4114 #: commands/typecmds.c:676
4115 msgid "conflicting NULL/NOT NULL constraints"
4116 msgstr "çakışan NULL/NOT NULL constraint"
4117
4118 #: commands/typecmds.c:695
4119 #: commands/typecmds.c:1522
4120 msgid "unique constraints not possible for domains"
4121 msgstr "domainlerde için unique constraint kullanılamaz"
4122
4123 #: commands/typecmds.c:701
4124 #: commands/typecmds.c:1528
4125 msgid "primary key constraints not possible for domains"
4126 msgstr "domainlerde için primary key constraint kullanılamaz"
4127
4128 #: commands/typecmds.c:710
4129 #: commands/typecmds.c:1537
4130 msgid "specifying constraint deferrability not supported for domains"
4131 msgstr "constraint srtelenebirliği domainlerde belirtilemez"
4132
4133 #: commands/typecmds.c:831
4134 #: commands/typecmds.c:1780
4135 #, c-format
4136 msgid "\"%s\" is not a domain"
4137 msgstr "\"%s\" bir domain değildir"
4138
4139 #: commands/typecmds.c:901
4140 #, c-format
4141 msgid "changing argument type of function %s from \"opaque\" to \"cstring\""
4142 msgstr "%s fonksiyonunun argümanı \"opaque\"tan \"cstring\"e değiştiriliyor"
4143
4144 #: commands/typecmds.c:971
4145 #, c-format
4146 msgid "changing argument type of function %s from \"opaque\" to %s"
4147 msgstr "%s fonksiyonunun argümanı \"opaque\"tan \"%s\"e değiştiriliyor"
4148
4149 #: commands/typecmds.c:1083
4150 #, c-format
4151 msgid "type analyze function %s must return type \"boolean\""
4152 msgstr "%s tipi analiz fonksiyonu \"boolean\" tipini döndürmelidir"
4153
4154 #: commands/typecmds.c:1112
4155 msgid "composite type must have at least one attribute"
4156 msgstr "compisite tipinde en az bir öğe olmalıdır"
4157
4158 #: commands/typecmds.c:1341
4159 #, c-format
4160 msgid "column \"%s\" of table \"%s\" contains null values"
4161 msgstr "\"%2$s\" tablosunun \"%1$s\" sütununda null değerler mevcut"
4162
4163 #: commands/typecmds.c:1608
4164 #, c-format
4165 msgid "column \"%s\" of table \"%s\" contains values that violate the new constraint"
4166 msgstr "\"%2$s\" tablosunun \"%1$s\" sütununda yeni constrainti ihlal eden değerler mevcut"
4167
4168 #: commands/typecmds.c:1814
4169 #, c-format
4170 msgid "constraint \"%s\" for domain \"%s\" already exists"
4171 msgstr "\"%2$s\" domain için \"%1$s\" constraint için zaten mevcut"
4172
4173 #: commands/typecmds.c:1855
4174 #: commands/typecmds.c:1864
4175 msgid "cannot use table references in domain check constraint"
4176 msgstr "domain check constraintte tablo referansları kullanılamaz"
4177
4178 #: commands/typecmds.c:1876
4179 msgid "cannot use aggregate in check constraint"
4180 msgstr "check constraint içinde aggregate kullanılamaz"
4181
4182 #: commands/typecmds.c:2090
4183 #, c-format
4184 msgid "\"%s\" is a table's row type"
4185 msgstr "\"%s\" bir tablo satrır tipidir"
4186
4187 #: commands/user.c:174
4188 #: commands/user.c:272
4189 #: commands/user.c:321
4190 #: commands/user.c:402
4191 #, c-format
4192 msgid "could not write to temporary file \"%s\": %m"
4193 msgstr "geçici dosyasına \"%s\" yazma başarısız: %m"
4194
4195 #: commands/user.c:209
4196 #, c-format
4197 msgid "invalid group name \"%s\""
4198 msgstr "geçirsiz grup adı \"%s\""
4199
4200 #: commands/user.c:240
4201 #: commands/user.c:371
4202 #, c-format
4203 msgid "invalid user name \"%s\""
4204 msgstr "geçersiz kullanıcı adı \"%s\""
4205
4206 #: commands/user.c:378
4207 #, c-format
4208 msgid "invalid user password \"%s\""
4209 msgstr "geçersiz kullanıcı şifresi \"%s\""
4210
4211 #: commands/user.c:638
4212 msgid "user ID must be positive"
4213 msgstr "kullanıcı ID sıfırdan büyük bir sayı olmalıdır"
4214
4215 #: commands/user.c:655
4216 msgid "must be superuser to create users"
4217 msgstr "kullanıcı oluşturmak için superuser olmalısınız"
4218
4219 #: commands/user.c:660
4220 #, c-format
4221 msgid "user name \"%s\" is reserved"
4222 msgstr "\"%s\" kullanıcı alındı"
4223
4224 #: commands/user.c:697
4225 #: commands/user.c:1252
4226 #, c-format
4227 msgid "user \"%s\" already exists"
4228 msgstr "kullanıcı \"%s\" zaten mevcut"
4229
4230 #: commands/user.c:702
4231 #, c-format
4232 msgid "user ID %d is already assigned"
4233 msgstr "kullanıcı ID %d zaten mevcut"
4234
4235 #: commands/user.c:899
4236 #: commands/user.c:1012
4237 #: commands/user.c:1104
4238 #: commands/user.c:1233
4239 #: commands/variable.c:664
4240 #: utils/cache/lsyscache.c:2044
4241 #: utils/init/miscinit.c:335
4242 #, c-format
4243 msgid "user \"%s\" does not exist"
4244 msgstr "\"%s\" kullanıcı mevcut değil"
4245
4246 #: commands/user.c:1077
4247 msgid "must be superuser to drop users"
4248 msgstr "kullanıcıları drop etmek için superuser olmalısınız"
4249
4250 #: commands/user.c:1111
4251 msgid "current user cannot be dropped"
4252 msgstr "geçerli kullanıcı kaldıramaz"
4253
4254 #: commands/user.c:1115
4255 msgid "session user cannot be dropped"
4256 msgstr "oturum kullanıcısı drop edilemez"
4257
4258 #: commands/user.c:1142
4259 #, c-format
4260 msgid "user \"%s\" cannot be dropped"
4261 msgstr "\"%s\" kullanıcısı kaldırılamaz"
4262
4263 #: commands/user.c:1143
4264 #, c-format
4265 msgid "The user owns database \"%s\"."
4266 msgstr "Kullanıcı \"%s\" veritabanının sahibidir."
4267
4268 #: commands/user.c:1244
4269 msgid "session user may not be renamed"
4270 msgstr "oturum kullanıcısının adını değiştirilemez"
4271
4272 #: commands/user.c:1258
4273 msgid "must be superuser to rename users"
4274 msgstr "kullanıcı adlarını değiştirmek için superuser olmalısınız"
4275
4276 #: commands/user.c:1277
4277 msgid "MD5 password cleared because of user rename"
4278 msgstr "kullanıcı adından dolayı MD5 şifresi silinmiştir"
4279
4280 #: commands/user.c:1311
4281 #, c-format
4282 msgid "before using passwords you must revoke privileges on %s"
4283 msgstr "şifreleri kullanmadan %s tablosu üzerinde haklarını geri almalısınız"
4284
4285 #: commands/user.c:1313
4286 msgid "This restriction is to prevent unprivileged users from reading the passwords."
4287 msgstr "Bu kısıtlama, hakkı olamayan kullanıcıların şifreleri okumamaları için konulmuştur."
4288
4289 #: commands/user.c:1314
4290 #, c-format
4291 msgid "Try REVOKE ALL ON \"%s\" FROM PUBLIC."
4292 msgstr "REVOKE ALL ON \"%s\" FROM PUBLIC komutuyla bunu yapabilirsiniz."
4293
4294 #: commands/user.c:1378
4295 msgid "group ID must be positive"
4296 msgstr "kullanıcı ID sıfırdan büyük bir sayı olmalıdır"
4297
4298 #: commands/user.c:1391
4299 msgid "must be superuser to create groups"
4300 msgstr "grupları oluşturmak için superuser olmalısınız"
4301
4302 #: commands/user.c:1396
4303 #, c-format
4304 msgid "group name \"%s\" is reserved"
4305 msgstr "\"%s\" grup adı sistem tarafından kullanılmaktadır"
4306
4307 #: commands/user.c:1433
4308 #: commands/user.c:1815
4309 #, c-format
4310 msgid "group \"%s\" already exists"
4311 msgstr "grup \"%s\" zaten mevcut"
4312
4313 #: commands/user.c:1438
4314 #, c-format
4315 msgid "group ID %d is already assigned"
4316 msgstr "group ID %d zaten atanmış"
4317
4318 #: commands/user.c:1518
4319 msgid "must be superuser to alter groups"
4320 msgstr "grupları değiştirmek için superuser olmalısınız"
4321
4322 #: commands/user.c:1597
4323 #, c-format
4324 msgid "group \"%s\" does not have any members"
4325 msgstr "\"%s\" grubu hiçbir öğe içermiyor"
4326
4327 #: commands/user.c:1625
4328 #, c-format
4329 msgid "user \"%s\" is not in group \"%s\""
4330 msgstr "\"%s\" kullanıcısı \"%s\" grubunda değildir"
4331
4332 #: commands/user.c:1757
4333 msgid "must be superuser to drop groups"
4334 msgstr "grupları drop etmek için superuser olmalısınız"
4335
4336 #: commands/user.c:1821
4337 msgid "must be superuser to rename groups"
4338 msgstr "grupların adlarını değiştirmekiçin superuser olmalısınız"
4339
4340 #: commands/vacuumlazy.c:459
4341 #, c-format
4342 msgid ""
4343 "%.0f dead row versions cannot be removed yet.\n"
4344 "There were %.0f unused item pointers.\n"
4345 "%u pages are entirely empty.\n"
4346 "%s"
4347 msgstr ""
4348 "%.0f kullanılmayan satır sürümü şun kaldırılamıyor.\n"
4349 "%.0f kullanılmayan öğe referans vardı.\n"
4350 "%u sayfa tamamen boş.\n"
4351 "%s"
4352
4353 #: commands/vacuumlazy.c:514
4354 #, c-format
4355 msgid "\"%s\": removed %d row versions in %d pages"
4356 msgstr "\"%1$s\": %3$d sayfada %2$d satır sürümü kaldırılmış"
4357
4358 #: commands/variable.c:65
4359 msgid "invalid list syntax for parameter \"datestyle\""
4360 msgstr "\"datestyle\" parametresi için list sözdizimi geçersiz"
4361
4362 #: commands/variable.c:151
4363 #, c-format
4364 msgid "unrecognized \"datestyle\" key word: \"%s\""
4365 msgstr "\"datestyle\" anahtar kelimesi bulunamadı: \"%s\""
4366
4367 #: commands/variable.c:169
4368 msgid "conflicting \"datestyle\" specifications"
4369 msgstr "çakışan \"datestyle\" tanımları"
4370
4371 #: commands/variable.c:280
4372 msgid "invalid interval value for time zone: month not allowed"
4373 msgstr "zaman dilimi için geçersiz aralık değeri: ay belirtilemez"
4374
4375 #: commands/variable.c:403
4376 #, c-format
4377 msgid "unrecognized time zone name: \"%s\""
4378 msgstr "bilinmeyen zaman dilimi adı: \"%s\""
4379
4380 #: commands/variable.c:411
4381 #, c-format
4382 msgid "time zone \"%s\" appears to use leap seconds"
4383 msgstr "\"%s\" zaman dilimi artış saniyeleri kullanmaktadır"
4384
4385 #: commands/variable.c:413
4386 msgid "PostgreSQL does not support leap seconds."
4387 msgstr "PostgreSQL, artış saniyeleri desteklememektedir."
4388
4389 #: commands/variable.c:483
4390 msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query"
4391 msgstr "bir sorgudan önce SET TRANSACTION ISOLATION LEVEL çağırılmalıdır"
4392
4393 #: commands/variable.c:493
4394 msgid "SET TRANSACTION ISOLATION LEVEL must not be called in a subtransaction"
4395 msgstr "subtransaction içinde SET TRANSACTION ISOLATION LEVEL çağırılmamalıdır"
4396
4397 #: commands/variable.c:593
4398 #: utils/mb/mbutils.c:188
4399 #, c-format
4400 msgid "conversion between %s and %s is not supported"
4401 msgstr "%s ile %s arasında conversion desteklenmemektedir"
4402
4403 #: commands/view.c:89
4404 msgid "view must have at least one column"
4405 msgstr "viewda en az bir sütun olmalıdır"
4406
4407 #: commands/view.c:170
4408 #: commands/view.c:182
4409 msgid "cannot change number of columns in view"
4410 msgstr "view içerisinde sütun sayısı değiştirilemez"
4411
4412 #: commands/view.c:187
4413 #, c-format
4414 msgid "cannot change name of view column \"%s\""
4415 msgstr "view sütunu \"%s\" ad değiştirme hatası"
4416
4417 #: commands/view.c:194
4418 #, c-format
4419 msgid "cannot change data type of view column \"%s\""
4420 msgstr "\"%s\" view sütununun tipi değiştirilemiyor"
4421
4422 #: executor/execMain.c:814
4423 #, c-format
4424 msgid "cannot change sequence \"%s\""
4425 msgstr "\"%s\" sequence değiştirilemez"
4426
4427 #: executor/execMain.c:820
4428 #, c-format
4429 msgid "cannot change TOAST relation \"%s\""
4430 msgstr "\"%s\" TOAST objesi değiştirilemez"
4431
4432 #: executor/execMain.c:826
4433 #, c-format
4434 msgid "cannot change view \"%s\""
4435 msgstr "\"%s\" view değiştirilemiyor"
4436
4437 #: executor/execMain.c:1731
4438 #, c-format
4439 msgid "null value in column \"%s\" violates not-null constraint"
4440 msgstr "\"%s\" sütununda null değeri not-null kısıtlamasını ihlal ediyor"
4441
4442 #: executor/execMain.c:1743
4443 #, c-format
4444 msgid "new row for relation \"%s\" violates check constraint \"%s\""
4445 msgstr "\"%s\" balosuna girilen yeni satır \"%s\" check kısıtlamasını ihlal ediyor"
4446
4447 #: executor/execQual.c:257
4448 #: executor/execQual.c:285
4449 #: executor/execQual.c:2065
4450 #: utils/adt/array_userfuncs.c:362
4451 #: utils/adt/arrayfuncs.c:216
4452 #: utils/adt/arrayfuncs.c:472
4453 #: utils/adt/arrayfuncs.c:1153
4454 #: utils/adt/arrayfuncs.c:2421
4455 #, c-format
4456 msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
4457 msgstr "dizin boyut sayısı (%d), izin verilern en yüksek değerini (%d) aşmaktadır"
4458
4459 #: executor/execQual.c:811
4460 msgid "functions and operators can take at most one set argument"
4461 msgstr "fonksiyon ve operator en çok bir tane set parametresi alabiliyorlar"
4462
4463 #: executor/execQual.c:866
4464 #: executor/execQual.c:910
4465 #: executor/execQual.c:1086
4466 #: executor/execQual.c:1211
4467 #: executor/execQual.c:3445
4468 #: executor/functions.c:666
4469 #: executor/functions.c:705
4470 #: utils/fmgr/funcapi.c:39
4471 msgid "set-valued function called in context that cannot accept a set"
4472 msgstr "set değerini kabul etmediği ortamda set değeri alan fonksiyon çağırılmış"
4473
4474 #: executor/execQual.c:1293
4475 msgid "function returning set of rows cannot return null value"
4476 msgstr "satır seti döndüren fonksiyon null değerini döndüremez"
4477
4478 #: executor/execQual.c:1377
4479 msgid "table-function protocol for materialize mode was not followed"
4480 msgstr "materialize biçimi için table-function protokolü izlenmemiş"
4481
4482 #: executor/execQual.c:1384
4483 #, c-format
4484 msgid "unrecognized table-function returnMode: %d"
4485 msgstr "belinmeyen table-function returnMode: %d"
4486
4487 #: executor/execQual.c:1530
4488 msgid "IS DISTINCT FROM does not support set arguments"
4489 msgstr "IS DISTINCT FROM ifadesi set parametreleri desteklememektedir"
4490
4491 #: executor/execQual.c:1604
4492 msgid "op ANY/ALL (array) does not support set arguments"
4493 msgstr "op ANY/ALL (array) set parametreleri desteklememektedir"
4494
4495 #: executor/execQual.c:2051
4496 msgid "cannot merge incompatible arrays"
4497 msgstr "uyumsuz dizinleri birleştirilemez"
4498
4499 #: executor/execQual.c:2052
4500 #, c-format
4501 msgid "Array with element type %s cannot be included in ARRAY construct with element type %s."
4502 msgstr "%s öğe tipi olan dizin, %s öğe tipi olan dizin ile aynı ARRAY içine eklenemez"
4503
4504 #: executor/execQual.c:2085
4505 #: utils/adt/arrayfuncs.c:507
4506 msgid "multidimensional arrays must have array expressions with matching dimensions"
4507 msgstr "çok boyutlu dizinler boyut sayısı kadar dizin ifade sayısına sahip olmalıdırlar"
4508
4509 #: executor/execQual.c:2251
4510 msgid "NULLIF does not support set arguments"
4511 msgstr "NULLIF, set argümanları desteklememektedir"
4512
4513 #: executor/execQual.c:2432
4514 #, c-format
4515 msgid "domain %s does not allow null values"
4516 msgstr "%s domaini null değerleri almamaktadır"
4517
4518 #: executor/execQual.c:2462
4519 #, c-format
4520 msgid "value for domain %s violates check constraint \"%s\""
4521 msgstr "%s domaine kaydedilecek değer \"%s\" check kısıtlamasını desteklememektedir"
4522
4523 #: executor/execQual.c:2804
4524 #: optimizer/util/clauses.c:428
4525 #: parser/parse_agg.c:74
4526 msgid "aggregate function calls may not be nested"
4527 msgstr "aggregate fonksiyon çağırmaları içiçe olamaz"
4528
4529 #: executor/execQual.c:3066
4530 #, c-format
4531 msgid "ROW() column has type %s instead of type %s"
4532 msgstr "ROW() sütünü %2$s yerine %1$s tipine sahip"
4533
4534 #. translator: %s is a SQL statement name
4535 #: executor/functions.c:117
4536 #, c-format
4537 msgid "%s is not allowed in a SQL function"
4538 msgstr "%s, bir SQL fonksiyonunda yer alamaz"
4539
4540 #. translator: %s is a SQL statement name
4541 #: executor/functions.c:124
4542 #: executor/spi.c:1404
4543 #, c-format
4544 msgid "%s is not allowed in a non-volatile function"
4545 msgstr "non-volatile fonksiyonda %s kullanılamaz"
4546
4547 #: executor/functions.c:190
4548 #, c-format
4549 msgid "could not determine actual result type for function declared to return type %s"
4550 msgstr "geri döndürme tipi %s olarak tanımlanmış fonksiyonun gerçek döndürme tipi belirlenememektedir"
4551
4552 #: executor/functions.c:244
4553 #, c-format
4554 msgid "could not determine actual type of argument declared %s"
4555 msgstr "tipi %s olarak tanımlanmış fonksiyonun parametresinin gerçek döndürme tipi belirlenememektedir"
4556
4557 #: executor/functions.c:790
4558 #, c-format
4559 msgid "SQL function \"%s\" statement %d"
4560 msgstr "\"%s\" SQL fonksiyonu, %d komutu"
4561
4562 #: executor/functions.c:809
4563 #, c-format
4564 msgid "SQL function \"%s\" during startup"
4565 msgstr "başlangıç sırasında \"%s\" SQL fonksiyonu"
4566
4567 #: executor/functions.c:889
4568 #: executor/functions.c:910
4569 #: executor/functions.c:920
4570 #: executor/functions.c:944
4571 #: executor/functions.c:952
4572 #: executor/functions.c:1004
4573 #: executor/functions.c:1016
4574 #: executor/functions.c:1036
4575 #, c-format
4576 msgid "return type mismatch in function declared to return %s"
4577 msgstr "%s dönüşlü bildirilmiş işlevde return deyimin tipi uyumsuz"
4578
4579 #: executor/functions.c:891
4580 #: executor/functions.c:922
4581 msgid "Function's final statement must be a SELECT."
4582 msgstr "Fonksiyonun son komutu SELECT olmalıdır."
4583
4584 #: executor/functions.c:912
4585 msgid "Function's final statement must not be a SELECT."
4586 msgstr "Fonksiyonun son komutu SELECT olmamalıdır."
4587
4588 #: executor/functions.c:946
4589 msgid "Final SELECT must return exactly one column."
4590 msgstr "Son SELECT tam bir satır döndürmelidir."
4591
4592 #: executor/functions.c:954
4593 #, c-format
4594 msgid "Actual return type is %s."
4595 msgstr "Asıl döndürme tipi %s."
4596
4597 #: executor/functions.c:1006
4598 msgid "Final SELECT returns too many columns."
4599 msgstr "Son SELECT fazla satır döndürüyor."
4600
4601 #: executor/functions.c:1018
4602 #, c-format
4603 msgid "Final SELECT returns %s instead of %s at column %d."
4604 msgstr "Son SELECT %3$d sütununda %2$s yerine %1$s döndürüyor."
4605
4606 #: executor/functions.c:1038
4607 msgid "Final SELECT returns too few columns."
4608 msgstr "Son SELECT az satır döndürüyor."
4609
4610 #: executor/functions.c:1088
4611 #, c-format
4612 msgid "return type %s is not supported for SQL functions"
4613 msgstr "SQL fonksiyonların içinde %s dönüş tipi desteklenmemektedir"
4614
4615 #: executor/nodeAgg.c:1330
4616 #, c-format
4617 msgid "aggregate %u needs to have compatible input type and transition type"
4618 msgstr "%u aggregate fonksiyonu uyumlu giriş ve geçiş tiplerine sahip olmalıdır"
4619
4620 #: executor/nodeFunctionscan.c:93
4621 msgid "query-specified return row and actual function return row do not match"
4622 msgstr "sorgu-tanımlı sonuç satırı ve gerçek sonuç satırı uyuşmamaktadır"
4623
4624 #: executor/nodeHashjoin.c:571
4625 #: executor/nodeHashjoin.c:581
4626 #, c-format
4627 msgid "could not read from hash-join temporary file: %m"
4628 msgstr "geçici hash-join dosyasına okuma başarısız: %m"
4629
4630 #: executor/nodeHashjoin.c:641
4631 #: executor/nodeHashjoin.c:648
4632 #, c-format
4633 msgid "could not rewind hash-join temporary file: %m"
4634 msgstr "geçici hash-join dosyasına başa alma işlemi başarısız: %m"
4635
4636 #: executor/nodeHashjoin.c:699
4637 #: executor/nodeHashjoin.c:704
4638 #, c-format
4639 msgid "could not write to hash-join temporary file: %m"
4640 msgstr "geçici hash-join dosyasına yazma başarısız: %m"
4641
4642 #: executor/nodeMergejoin.c:1474
4643 msgid "RIGHT JOIN is only supported with merge-joinable join conditions"
4644 msgstr "RIGHT JOIN ancak merge-join işlemine uygun şartlarında desteklenmektedir"
4645
4646 #: executor/nodeMergejoin.c:1491
4647 #: optimizer/path/joinpath.c:839
4648 msgid "FULL JOIN is only supported with merge-joinable join conditions"
4649 msgstr "FULL JOIN ancak merge-join işlemine uygun şartlarında desteklenmektedir"
4650
4651 #: executor/nodeSubplan.c:294
4652 #: executor/nodeSubplan.c:336
4653 #: executor/nodeSubplan.c:972
4654 msgid "more than one row returned by a subquery used as an expression"
4655 msgstr "ifade içinde kullanılan alt sorgusu birden fazla satır döndürüldü"
4656
4657 #: executor/spi.c:190
4658 msgid "transaction left non-empty SPI stack"
4659 msgstr "transaction boş olamayan SPI stack bıraktı"
4660
4661 #: executor/spi.c:191
4662 #: executor/spi.c:255
4663 msgid "Check for missing \"SPI_finish\" calls."
4664 msgstr "Atlanan \"SPI_finish\" çağırılarına bakın."
4665
4666 #: executor/spi.c:254
4667 msgid "subtransaction left non-empty SPI stack"
4668 msgstr "subtransaction left non-empty SPI stack"
4669
4670 #: executor/spi.c:839
4671 msgid "cannot open multi-query plan as cursor"
4672 msgstr "multi-query plan imleç olarak açılmıyor"
4673
4674 #: executor/spi.c:846
4675 msgid "cannot open non-SELECT query as cursor"
4676 msgstr "SELECT olmayan sorgusunu plan imleç olarak açılmıyor"
4677
4678 #: executor/spi.c:850
4679 msgid "cannot open SELECT INTO query as cursor"
4680 msgstr "SELECT INTO sorgusunu plan imleç olarak açılmıyor"
4681
4682 #: executor/spi.c:1582
4683 #, c-format
4684 msgid "SQL statement \"%s\""
4685 msgstr "SQL deyimi: \"%s\""
4686
4687 #: libpq/be-fsstubs.c:132
4688 #: libpq/be-fsstubs.c:170
4689 #: libpq/be-fsstubs.c:194
4690 #: libpq/be-fsstubs.c:222
4691 #: libpq/be-fsstubs.c:274
4692 #, c-format
4693 msgid "invalid large-object descriptor: %d"
4694 msgstr "geçersiz large-object descriptor: %d"
4695
4696 #: libpq/be-fsstubs.c:378
4697 msgid "must be superuser to use server-side lo_import()"
4698 msgstr "sunucu tarafı lo_import() kullanmak için superuser olmalısınız"
4699
4700 #: libpq/be-fsstubs.c:379
4701 msgid "Anyone can use the client-side lo_import() provided by libpq."
4702 msgstr "Libpq kütüphanesinin sağladığı istemci-tarafı lo_import() herkes kullanabilir."
4703
4704 #: libpq/be-fsstubs.c:400
4705 #, c-format
4706 msgid "could not open server file \"%s\": %m"
4707 msgstr "\"%s\" sunucu dosyası açma hatası: %m"
4708
4709 #: libpq/be-fsstubs.c:421
4710 #, c-format
4711 msgid "could not read server file \"%s\": %m"
4712 msgstr "\"%s\" sunucu dosyası okuma hatası: %m"
4713
4714 #: libpq/be-fsstubs.c:451
4715 msgid "must be superuser to use server-side lo_export()"
4716 msgstr "sunucu tarafı lo_export() kullanmak için superuser olmalısınız"
4717
4718 #: libpq/be-fsstubs.c:452
4719 msgid "Anyone can use the client-side lo_export() provided by libpq."
4720 msgstr "Libpq kütüphanesinin sağladığı istemci-tarafı lo_export() herkes kullanabilir."
4721
4722 #: libpq/be-fsstubs.c:484
4723 #, c-format
4724 msgid "could not create server file \"%s\": %m"
4725 msgstr "\"%s\" sunucu dosyası oluşturma hatası: %m"
4726
4727 #: libpq/be-fsstubs.c:496
4728 #, c-format
4729 msgid "could not write server file \"%s\": %m"
4730 msgstr "\"%s\" sunucu dosyası yazma hatası: %m"
4731
4732 #: libpq/auth.c:113
4733 #, c-format
4734 msgid "Kerberos error: %s"
4735 msgstr "Kerberos hatası: %s"
4736
4737 #: libpq/auth.c:119
4738 #, c-format
4739 msgid "unexpected Kerberos protocol version received from client (received \"%s\", expected \"%s\")"
4740 msgstr "İstemciden beklenmeyen Kerberos protokol versiyonu alınmış (alınan \"%s\", beklenen \"%s\")"
4741
4742 #: libpq/auth.c:126
4743 #: libpq/auth.c:306
4744 #, c-format
4745 msgid "unexpected Kerberos user name received from client (received \"%s\", expected \"%s\")"
4746 msgstr "İstemciden beklenmeyen Kerberos kullanıcı adı alınmış (alınan \"%s\", beklenen \"%s\")"
4747
4748 #: libpq/auth.c:140
4749 msgid "Kerberos 4 not implemented on this server"
4750 msgstr "Kerberos 5 bu sunucuda desteklenmemektedir"
4751
4752 #: libpq/auth.c:201
4753 #, c-format
4754 msgid "Kerberos initialization returned error %d"
4755 msgstr "Kerberos oluşturma hatası %d"
4756
4757 #: libpq/auth.c:211
4758 #, c-format
4759 msgid "Kerberos keytab resolving returned error %d"
4760 msgstr "Kerberos keytab resolving hatası %d"
4761
4762 #: libpq/auth.c:224
4763 #, c-format
4764 msgid "Kerberos sname_to_principal(\"%s\") returned error %d"
4765 msgstr "Kerberos sname_to_principal(\"%s\") hatası %d"
4766
4767 #: libpq/auth.c:269
4768 #, c-format
4769 msgid "Kerberos recvauth returned error %d"
4770 msgstr "Kerberos recvauth hatası %d"
4771
4772 #: libpq/auth.c:294
4773 #, c-format
4774 msgid "Kerberos unparse_name returned error %d"
4775 msgstr "Kerberos unparse_name hatası %d"
4776
4777 #: libpq/auth.c:327
4778 msgid "Kerberos 5 not implemented on this server"
4779 msgstr "Kerberos 5 bu sunucuda desteklenmemektedir"
4780
4781 #: libpq/auth.c:366
4782 #, c-format
4783 msgid "authentication failed for user \"%s\": host rejected"
4784 msgstr "\"%s\" kullanıcısı için kimlik doğrulaması başarısız oldu: adres geçerli değil"
4785
4786 #: libpq/auth.c:369
4787 #, c-format
4788 msgid "Kerberos 4 authentication failed for user \"%s\""
4789 msgstr "\"%s\" kullanıcısı için Kerberos 4 kimlik doğrulaması başarısız oldu"
4790
4791 #: libpq/auth.c:372
4792 #, c-format
4793 msgid "Kerberos 5 authentication failed for user \"%s\""
4794 msgstr "\"%s\" kullanıcısı için Kerberos 5 kimlik doğrulaması başarısız oldu"
4795
4796 #: libpq/auth.c:375
4797 #, c-format
4798 msgid "\"trust\" authentication failed for user \"%s\""
4799 msgstr "\"%s\" kullanıcısı için \"trust\" kimlik doğrulaması başarısız oldu"
4800
4801 #: libpq/auth.c:378
4802 #, c-format
4803 msgid "Ident authentication failed for user \"%s\""
4804 msgstr "\"%s\" kullanıcısı için Ident kimlik doğrulaması başarısız oldu"
4805
4806 #: libpq/auth.c:383
4807 #, c-format
4808 msgid "password authentication failed for user \"%s\""
4809 msgstr "\"%s\" kullanıcısı için şifre doğrulaması başarısız oldu"
4810
4811 #: libpq/auth.c:387
4812 #, c-format
4813 msgid "PAM authentication failed for user \"%s\""
4814 msgstr "\"%s\" kullanıcısı için PAM kimlik doğrulaması başarısız oldu"
4815
4816 #: libpq/auth.c:391
4817 #, c-format
4818 msgid "authentication failed for user \"%s\": invalid authentication method"
4819 msgstr "\"%s\" kullanıcısının kimlik doğrulaması başarısız: geçersiz kimlik doğrulama yöntemi"
4820
4821 #: libpq/auth.c:420
4822 msgid "missing or erroneous pg_hba.conf file"
4823 msgstr "Eksik ya da hatalı pg_hba.conf dosyası"
4824
4825 #: libpq/auth.c:421
4826 msgid "See server log for details."
4827 msgstr "Ayrıntılar için sunucu loguna bakın."
4828
4829 #: libpq/auth.c:447
4830 #, c-format
4831 msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s"
4832 msgstr "\"%s\" adresi, \"%s\" kullanıcısı, \"%s\" veritabanı için pg_hba.conf içinde bir tanım yok, %s"
4833
4834 #: libpq/auth.c:449
4835 msgid "SSL on"
4836 msgstr "SSL yetkin"
4837
4838 #: libpq/auth.c:449
4839 msgid "SSL off"
4840 msgstr "SSL yetkisiz"
4841
4842 #: libpq/auth.c:453
4843 #, c-format
4844 msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\""
4845 msgstr "\"%s\" adresi, \"%s\" kullanıcısı, \"%s\" veritabanı için pg_hba.conf içinde bir tanım yok"
4846
4847 #: libpq/auth.c:465
4848 msgid "Kerberos 4 only supports IPv4 connections"
4849 msgstr "Kerberos 4 sadece IPv4 bağlantıları destekliyor"
4850
4851 #: libpq/auth.c:498
4852 #, c-format
4853 msgid "could not enable credential reception: %m"
4854 msgstr "kimlik doğrulama alımı etkinleştirmesi başarısız: %m"
4855
4856 #: libpq/auth.c:585
4857 #, c-format
4858 msgid "error from underlying PAM layer: %s"
4859 msgstr "PAM katmanında hata: %s"
4860
4861 #: libpq/auth.c:590
4862 #, c-format
4863 msgid "unsupported PAM conversation %d/%s"
4864 msgstr "desteklenmeyen PAM iletişimi %d/%s"
4865
4866 #: libpq/auth.c:622
4867 msgid "empty password returned by client"
4868 msgstr "istemci boş şifre gönderdi"
4869
4870 #: libpq/auth.c:682
4871 #, c-format
4872 msgid "could not create PAM authenticator: %s"
4873 msgstr "PAM authenticator oluşturulamıyor: %s"
4874
4875 #: libpq/auth.c:693
4876 #, c-format
4877 msgid "pam_set_item(PAM_USER) failed: %s"
4878 msgstr "pam_set_item(PAM_USER) başarısız: %s"
4879
4880 #: libpq/auth.c:704
4881 #, c-format
4882 msgid "pam_set_item(PAM_CONV) failed: %s"
4883 msgstr "pam_set_item(PAM_CONV) başarısız: %s"
4884
4885 #: libpq/auth.c:715
4886 #, c-format
4887 msgid "pam_authenticate failed: %s"
4888 msgstr "pam_authenticate başarısız: %s"
4889
4890 #: libpq/auth.c:726
4891 #, c-format
4892 msgid "pam_acct_mgmt failed: %s"
4893 msgstr "pam_acct_mgmt başarısız: %s"
4894
4895 #: libpq/auth.c:737
4896 #, c-format
4897 msgid "could not release PAM authenticator: %s"
4898 msgstr "PAM authenticator bırakma başarısız: %s"
4899
4900 #: libpq/auth.c:775
4901 #, c-format
4902 msgid "expected password response, got message type %d"
4903 msgstr "cevap olarak şifre beklenirken, %d mesaj tipi alındı"
4904
4905 #: libpq/auth.c:803
4906 msgid "invalid password packet size"
4907 msgstr "geçersiz password paket boyutu"
4908
4909 #: libpq/auth.c:807
4910 msgid "received password packet"
4911 msgstr "password paketi alınmıştır"
4912
4913 #: libpq/be-secure.c:281
4914 #: libpq/be-secure.c:374
4915 #, c-format
4916 msgid "SSL SYSCALL error: %m"
4917 msgstr "SSL SYSCALL hatası: %m"
4918
4919 #: libpq/be-secure.c:286
4920 #: libpq/be-secure.c:379
4921 msgid "SSL SYSCALL error: EOF detected"
4922 msgstr "SSL SYSCALL hatası: EOF (dosyasonu)"
4923
4924 #: libpq/be-secure.c:294
4925 #: libpq/be-secure.c:387
4926 #, c-format
4927 msgid "SSL error: %s"
4928 msgstr "SSL hatası: %s"
4929
4930 #: libpq/be-secure.c:303
4931 #: libpq/be-secure.c:396
4932 #: libpq/be-secure.c:813
4933 #, c-format
4934 msgid "unrecognized SSL error code: %d"
4935 msgstr "bilinmeyan SSL hata kodu: %d"
4936
4937 #: libpq/be-secure.c:336
4938 #: libpq/be-secure.c:340
4939 #: libpq/be-secure.c:350
4940 msgid "SSL renegotiation failure"
4941 msgstr "SSL yeniden görüşme hatası"
4942
4943 #: libpq/be-secure.c:344
4944 msgid "SSL failed to send renegotiation request"
4945 msgstr "SSL görüşme cevabı gönderme başarısız"
4946
4947 #: libpq/be-secure.c:649
4948 #, c-format
4949 msgid "could not create SSL context: %s"
4950 msgstr "SSL context oluşturma hatası: %s"
4951
4952 #: libpq/be-secure.c:659
4953 #, c-format
4954 msgid "could not load server certificate file \"%s\": %s"
4955 msgstr "sunucu srtifika dosyası \"%s\" yükleme başarısız: %s"
4956
4957 #: libpq/be-secure.c:666
4958 #, c-format
4959 msgid "could not access private key file \"%s\": %m"
4960 msgstr "private key dosyası \"%s\" okunamıyor: %m"
4961
4962 #: libpq/be-secure.c:682
4963 #, c-format
4964 msgid "unsafe permissions on private key file \"%s\""
4965 msgstr "private key dosyası \"%s\" sakıncalı erişim haklarına sahip"
4966
4967 #: libpq/be-secure.c:684
4968 msgid "File must be owned by the database user and must have no permissions for \"group\" or \"other\"."
4969 msgstr "Dosya, veritabanı sahibi kullanıcısına ait olmalı ve \"group\" ya da \"other\" kullanıcılarına erişim hakları verilmemelidir."
4970
4971 #: libpq/be-secure.c:689
4972 #, c-format
4973 msgid "could not load private key file \"%s\": %s"
4974 msgstr "private key dosyası \"%s\" okunamıyor: %s"
4975
4976 #: libpq/be-secure.c:694
4977 #, c-format
4978 msgid "check of private key failed: %s"
4979 msgstr "private key denetlemesi başarısız: %s"
4980
4981 #: libpq/be-secure.c:714
4982 #, c-format
4983 msgid "could not load root certificate file \"%s\": %s"
4984 msgstr "ana sertifika dosyası \"%s\" okunaıyor: %s"
4985
4986 #: libpq/be-secure.c:716
4987 msgid "Will not verify client certificates."
4988 msgstr "Istemci sertifikası denetlenmeyecek."
4989
4990 #: libpq/be-secure.c:759
4991 #, c-format
4992 msgid "could not initialize SSL connection: %s"
4993 msgstr "SSL bağlantısı oluşturulamıyor: %s"
4994
4995 #: libpq/be-secure.c:768
4996 #, c-format
4997 msgid "could not set SSL socket: %s"
4998 msgstr "SSL socket kurulamıyor: %s"
4999
5000 #: libpq/be-secure.c:793
5001 #, c-format
5002 msgid "could not accept SSL connection: %m"
5003 msgstr "SSL bağlantı alınamıyor: %m"
5004
5005 #: libpq/be-secure.c:797
5006 #: libpq/be-secure.c:808
5007 msgid "could not accept SSL connection: EOF detected"
5008 msgstr "SSL bağlantı alınamıyor: EOF algılandı"
5009
5010 #: libpq/be-secure.c:802
5011 #, c-format
5012 msgid "could not accept SSL connection: %s"
5013 msgstr "SSL bağlantı alınamıyor: %s"
5014
5015 #: libpq/be-secure.c:840
5016 #, c-format
5017 msgid "SSL connection from \"%s\""
5018 msgstr "\"%s\" adresinden SSL bağşantısı"
5019
5020 #: libpq/crypt.c:62
5021 msgid "cannot use authentication method \"crypt\" because password is MD5-encrypted"
5022 msgstr "şifreler MD5 algoritması ile şifrelenmiş olduğu için \"crypt\" kimlik doğrulama yöntemi kullanılamıyor"
5023
5024 #: libpq/hba.c:156
5025 #, c-format
5026 msgid "authentication file token too long, skipping: \"%s\""
5027 msgstr "authentication file token uzunluğu sınırı aşmaktadır, esgeçiliyor: \"%s\""
5028
5029 #: libpq/hba.c:324
5030 #, c-format
5031 msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m"
5032 msgstr "ikincil kimlik doğrulama dosyası \"@%s\", \"%s\" olarak açılamadı: %m"
5033
5034 #: libpq/hba.c:741
5035 #, c-format
5036 msgid "invalid IP address \"%s\" in file \"%s\" line %d: %s"
5037 msgstr "\"%2$s\" dosyasında  %3$d satırında geçersiz IP adresi \"%1$s\" : %4$s"
5038
5039 #: libpq/hba.c:776
5040 #, c-format
5041 msgid "invalid IP mask \"%s\" in file \"%s\" line %d: %s"
5042 msgstr "\"%2$s\" dosyasında  %3$d satırında geçersiz IP maskesi \"%1$s\" : %4$s"
5043
5044 #: libpq/hba.c:791
5045 #, c-format
5046 msgid "IP address and mask do not match in file \"%s\" line %d"
5047 msgstr "\"%s\" dosyasında  %d satırında IP adresi ve maske uyuşmamaktadır"
5048
5049 #: libpq/hba.c:849
5050 #: libpq/hba.c:1105
5051 #, c-format
5052 msgid "invalid entry in file \"%s\" at line %d, token \"%s\""
5053 msgstr "\"%s\" dosyasında %d satırında, \"%s\" simgesinde geçersiz giriş"
5054
5055 #: libpq/hba.c:855
5056 #, c-format
5057 msgid "missing field in file \"%s\" at end of line %d"
5058 msgstr "\"%s\" dosyasında %d satırın sonunda eksik alan"
5059
5060 #: libpq/hba.c:1045
5061 #: guc-file.l:151
5062 #, c-format
5063 msgid "could not open configuration file \"%s\": %m"
5064 msgstr "yapılandırma dosyası \"%s\" açılamadı: %m"
5065
5066 #: libpq/hba.c:1111
5067 #, c-format
5068 msgid "missing entry in file \"%s\" at end of line %d"
5069 msgstr "\"%s\" dosyasında %d satırın sonunda eksik giriş"
5070
5071 #: libpq/hba.c:1142
5072 msgid "cannot use Ident authentication without usermap field"
5073 msgstr "usermap fiels olmadan Ident kimlik doğrulaması kullanılamıyor"
5074
5075 #: libpq/hba.c:1187
5076 #, c-format
5077 msgid "could not open Ident usermap file \"%s\": %m"
5078 msgstr "Ident usermap dosyası \"%s\" açılamadı: %m"
5079
5080 #: libpq/hba.c:1365
5081 #, c-format
5082 msgid "could not create socket for Ident connection: %m"
5083 msgstr "Ident bağlantısı için socket oluşturma hatası: %m"
5084
5085 #: libpq/hba.c:1381
5086 #, c-format
5087 msgid "could not bind to local address \"%s\": %m"
5088 msgstr "\"%s\" yerel adresine bind hatası: %m"
5089
5090 #: libpq/hba.c:1393
5091 #, c-format
5092 msgid "could not connect to Ident server at address \"%s\", port %s: %m"
5093 msgstr "\"%s\" adresi %s portunda Ident sunucusuna bağlanma hatası: %m"
5094
5095 #: libpq/hba.c:1413
5096 #, c-format
5097 msgid "could not send query to Ident server at address \"%s\", port %s: %m"
5098 msgstr "\"%s\" adresi %s portunda Ident sunucusuna istek gönderme hatası: %m"
5099
5100 #: libpq/hba.c:1428
5101 #, c-format
5102 msgid "could not receive response from Ident server at address \"%s\", port %s: %m"
5103 msgstr "\"%s\" adresi %s portunda Ident sunucusundan cevap alma hatası: %m"
5104
5105 #: libpq/hba.c:1438
5106 #, c-format
5107 msgid "invalidly formatted response from Ident server: \"%s\""
5108 msgstr "\"%s\" Ident sunucusundan biçimlendirilmiş cevap bağlanma hatası: %m"
5109
5110 #: libpq/hba.c:1473
5111 #: libpq/hba.c:1504
5112 #: libpq/hba.c:1572
5113 #, c-format
5114 msgid "could not get peer credentials: %m"
5115 msgstr "karşı tarafın kimlik bilgileri alınamadı: %m"
5116
5117 #: libpq/hba.c:1482
5118 #: libpq/hba.c:1513
5119 #: libpq/hba.c:1583
5120 #, c-format
5121 msgid "local user with ID %d does not exist"
5122 msgstr "yerel kullanıcı ID %d mevcut değildir"
5123
5124 #: libpq/hba.c:1595
5125 msgid "Ident authentication is not supported on local connections on this platform"
5126 msgstr "bu platformda yerel bağlantılarda Ident kimlik doğrulaması desteklenmemektedir"
5127
5128 #: libpq/hba.c:1638
5129 #, c-format
5130 msgid "Ident protocol identifies remote user as \"%s\""
5131 msgstr "Ident protokolü uzak kullanıcısını \"%s\" olarak tanıtıyor"
5132
5133 #: libpq/pqcomm.c:271
5134 #, c-format
5135 msgid "could not translate host name \"%s\", service \"%s\" to address: %s"
5136 msgstr "host adı \"%s\", hizmet \"%s\" adrese çevirilemedi: %s"
5137
5138 #: libpq/pqcomm.c:275
5139 #, c-format
5140 msgid "could not translate service \"%s\" to address: %s"
5141 msgstr "\"%s\" servesi adrese çevirilemedi: %s"
5142
5143 #: libpq/pqcomm.c:309
5144 msgid "IPv4"
5145 msgstr "IPv4"
5146
5147 #: libpq/pqcomm.c:313
5148 msgid "IPv6"
5149 msgstr "IPv6"
5150
5151 #: libpq/pqcomm.c:318
5152 msgid "Unix"
5153 msgstr "Unix"
5154
5155 #: libpq/pqcomm.c:323
5156 #, c-format
5157 msgid "unrecognized address family %d"
5158 msgstr "bilinmeyen adres ailesi %d"
5159
5160 #. translator: %s is IPv4, IPv6, or Unix
5161 #: libpq/pqcomm.c:334
5162 #, c-format
5163 msgid "could not create %s socket: %m"
5164 msgstr "%s: socket oluşturma hatası: %m"
5165
5166 #: libpq/pqcomm.c:346
5167 #, c-format
5168 msgid "setsockopt(SO_REUSEADDR) failed: %m"
5169 msgstr "setsockopt(SO_REUSEADDR) başarısız: %m"
5170
5171 #: libpq/pqcomm.c:360
5172 #, c-format
5173 msgid "setsockopt(IPV6_V6ONLY) failed: %m"
5174 msgstr "setsockopt(IPV6_V6ONLY) başarısız: %m"
5175
5176 #. translator: %s is IPv4, IPv6, or Unix
5177 #: libpq/pqcomm.c:379
5178 #, c-format
5179 msgid "could not bind %s socket: %m"
5180 msgstr "%s socket bind hatası"
5181
5182 #: libpq/pqcomm.c:382
5183 #, c-format
5184 msgid "Is another postmaster already running on port %d? If not, remove socket file \"%s\" and retry."
5185 msgstr "Başka bir postmaster %d portunda çalışıyor mu? Değil ise \"%s\" socket dosyasını kaldırın ve yeniden deneyin."
5186
5187 #: libpq/pqcomm.c:385
5188 #, c-format
5189 msgid "Is another postmaster already running on port %d? If not, wait a few seconds and retry."
5190 msgstr "Başka bir postmaster %d portunda çalışıyor mu? Değil ise birkaç saniye bekleyin ve yeniden deneyin."
5191
5192 #. translator: %s is IPv4, IPv6, or Unix
5193 #: libpq/pqcomm.c:419
5194 #, c-format
5195 msgid "could not listen on %s socket: %m"
5196 msgstr "%s socket dinleme hatası: %m"
5197
5198 #: libpq/pqcomm.c:509
5199 #, c-format
5200 msgid "could not set group of file \"%s\": %m"
5201 msgstr "\"%s\" dosyasının grup atama hatası: %m"
5202
5203 #: libpq/pqcomm.c:520
5204 #, c-format
5205 msgid "could not set permissions of file \"%s\": %m"
5206 msgstr "\"%s\" dosyasının erişim hakklarını atanamıyor: %m"
5207
5208 #: libpq/pqcomm.c:550
5209 #, c-format
5210 msgid "could not accept new connection: %m"
5211 msgstr "yeni bağlantı alma hatası: %m"
5212
5213 #: libpq/pqcomm.c:702
5214 #, c-format
5215 msgid "could not receive data from client: %m"
5216 msgstr "istemciden veri alınamamıştır: %m"
5217
5218 #: libpq/pqcomm.c:895
5219 msgid "unexpected EOF within message length word"
5220 msgstr "mesaj uzunluk verisinde beklenmeyen EOF (dosya sonu)"
5221
5222 #: libpq/pqcomm.c:906
5223 msgid "invalid message length"
5224 msgstr "mesaj uzunluğu yanlıştır"
5225
5226 #: libpq/pqcomm.c:928
5227 #: libpq/pqcomm.c:938
5228 msgid "incomplete message from client"
5229 msgstr "istemciden alınan mesaj eksik"
5230
5231 #: libpq/pqcomm.c:1048
5232 #, c-format
5233 msgid "could not send data to client: %m"
5234 msgstr "istemci sürecine sinyal gönderme başarısız: %m"
5235
5236 #: libpq/pqformat.c:443
5237 msgid "no data left in message"
5238 msgstr "mesajda başka veri kalmadı"
5239
5240 #: libpq/pqformat.c:591
5241 #: libpq/pqformat.c:609
5242 #: libpq/pqformat.c:630
5243 #: utils/adt/arrayfuncs.c:1277
5244 #: utils/adt/rowtypes.c:523
5245 msgid "insufficient data left in message"
5246 msgstr "mesajda yetersiz veri kaldı"
5247
5248 #: libpq/pqformat.c:671
5249 msgid "invalid string in message"
5250 msgstr "mesajda geçersiz satır"
5251
5252 #: libpq/pqformat.c:687
5253 msgid "invalid message format"
5254 msgstr "geçersiz mesaj biçimi"
5255
5256 #: main/main.c:99
5257 #, c-format
5258 msgid "%s: setsysinfo failed: %s\n"
5259 msgstr "%s: setsysinfo başarısız: %s\n"
5260
5261 #: main/main.c:117
5262 #, c-format
5263 msgid "%s: WSAStartup failed: %d\n"
5264 msgstr "%s: WSAStartup başarısız: %d\n"
5265
5266 #: main/main.c:217
5267 msgid ""
5268 "\"root\" execution of the PostgreSQL server is not permitted.\n"
5269 "The server must be started under an unprivileged user ID to prevent\n"
5270 "possible system security compromise.  See the documentation for\n"
5271 "more information on how to properly start the server.\n"
5272 msgstr ""
5273 "PostgreSQL'in, \"root\" kullanıcı olarak çalıştırılmasını tavsiye edilmememktedir.\n"
5274 "Olası güvenilik açığı önlemek için, sunucu, sistem yönetici olmayan\n"
5275 "bir kullanıcı ID ile çalıştırılmalıdır. Sunucunun doğru başlatılması\n"
5276 "konusunda daha fazla bilgi için PostgreSQL dökümanlara bakın.\n"
5277
5278 #: main/main.c:236
5279 #, c-format
5280 msgid "%s: real and effective user IDs must match\n"
5281 msgstr "%s: gerçek ve etkin kullanıcı ID'leri birbirine uymalıdır\n"
5282
5283 #: main/main.c:243
5284 msgid ""
5285 "Execution of PostgreSQL by a user with administrative permissions is not\n"
5286 "permitted.\n"
5287 "The server must be started under an unprivileged user ID to prevent\n"
5288 "possible system security compromises.  See the documentation for\n"
5289 "more information on how to properly start the server.\n"
5290 msgstr ""
5291 "PostgreSQL, sistem yöneticisi haklarına sahip kullanıcısı tarafından çalıştırılamaz.\n"
5292 "Olası güvenilik açığı önlemek için, sunucu, sistem yönetici olmayan bir kullanıcı ID\n"
5293 "ile çalıştırılmalıdır. Sunucunun doğru başlatılması konusunda daha fazla bilgi\n"
5294 "için dökümanlara bakın.\n"
5295
5296 #: main/main.c:314
5297 #, c-format
5298 msgid "%s: invalid effective UID: %d\n"
5299 msgstr "%s: aktif UID %d geçersizidir\n"
5300
5301 #: main/main.c:327
5302 #, c-format
5303 msgid "%s: could not determine user name (GetUserName failed)\n"
5304 msgstr "%s: kullanıcı adı belirlenemedi (GetUserName başarısız)\n"
5305
5306 #: nodes/params.c:114
5307 #, c-format
5308 msgid "no value found for parameter \"%s\""
5309 msgstr "\"%s\" parametresi içim değer bulunamadı"
5310
5311 #: nodes/params.c:119
5312 #, c-format
5313 msgid "no value found for parameter %d"
5314 msgstr "%d parametresi içim değer bulunamadı"
5315
5316 #: optimizer/path/allpaths.c:223
5317 msgid "SELECT FOR UPDATE is not supported for inheritance queries"
5318 msgstr "inheritance sorgulamalar için SELECT FOR UPDATE desteklenmemektedir"
5319
5320 #: optimizer/plan/initsplan.c:282
5321 #: optimizer/prep/prepjointree.c:366
5322 msgid "UNION JOIN is not implemented"
5323 msgstr "UNION JOIN implemente edilmemiş"
5324
5325 #: optimizer/plan/initsplan.c:339
5326 msgid "SELECT FOR UPDATE cannot be applied to the nullable side of an outer join"
5327 msgstr "null değerini alabilen join tarafına SELECT FOR UPDATE uygulanamaz"
5328
5329 #: optimizer/plan/initsplan.c:743
5330 #, c-format
5331 msgid "could not identify an equality operator for types %s and %s"
5332 msgstr "%s ve %s değerleri için eşitleme işlemi bulunamadı"
5333
5334 #: optimizer/plan/initsplan.c:756
5335 #, c-format
5336 msgid "equality operator for types %s and %s should be merge-joinable, but isn't"
5337 msgstr "%s ve %s için eşitleme işlemi merge-join işleminde kullanılacak şeklinde düzenlenmelidir"
5338
5339 #: optimizer/plan/planner.c:641
5340 #: parser/analyze.c:1945
5341 #: parser/analyze.c:2111
5342 #: parser/analyze.c:2718
5343 msgid "SELECT FOR UPDATE is not allowed with UNION/INTERSECT/EXCEPT"
5344 msgstr "UNION/INTERSECT/EXCEPT içeren sorguda SELECT FOR UPDATE kullanılamaz"
5345
5346 #: optimizer/plan/planner.c:698
5347 msgid "SELECT FOR UPDATE is not allowed in subqueries"
5348 msgstr "subquery sorgusunda SELECT FOR UPDATE kullanılamaz"
5349
5350 #: optimizer/util/clauses.c:2348
5351 #, c-format
5352 msgid "SQL function \"%s\" during inlining"
5353 msgstr "satır içine alınma işlemi sırasında \"%s\" SQL fonksiyonu"
5354
5355 #: parser/parse_clause.c:363
5356 #, c-format
5357 msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN"
5358 msgstr "JOIN/ON ifadesi, JOIN parçası olmayan \"%s\" öğesine referans etmektedir"
5359
5360 #: parser/parse_clause.c:423
5361 #: gram.y:5161
5362 msgid "subquery in FROM must have an alias"
5363 msgstr "FROM öğersindeki subquery bir aliası almalıdır"
5364
5365 #: parser/parse_clause.c:446
5366 msgid "subquery in FROM may not have SELECT INTO"
5367 msgstr "FROM ifadesindeki subquery içerisinde SELECT INTO kullanılamaz"
5368
5369 #: parser/parse_clause.c:468
5370 msgid "subquery in FROM may not refer to other relations of same query level"
5371 msgstr "FROM öğesinde subquery ifadesi aynı seviyedeki diğer tabloya erişilemez"
5372
5373 #: parser/parse_clause.c:527
5374 msgid "function expression in FROM may not refer to other relations of same query level"
5375 msgstr "FROM öğesinde fonksiyon ifadesi aynı seviyedeki diğer tabloya erişilemez"
5376
5377 #: parser/parse_clause.c:539
5378 msgid "cannot use aggregate function in function expression in FROM"
5379 msgstr "FROM ifadesinin fonksiyon ifadesinde aggregate fonksiyonu kullanılamaz"
5380
5381 #: parser/parse_clause.c:759
5382 #, c-format
5383 msgid "column name \"%s\" appears more than once in USING clause"
5384 msgstr "USING ifadesinde \"%s\" sütun adı birden fazla kez rastlanıyor"
5385
5386 #: parser/parse_clause.c:774
5387 #, c-format
5388 msgid "common column name \"%s\" appears more than once in left table"
5389 msgstr "sol tablosunda  \"%s\" sütun adı birden fazla kez rastlanıyor"
5390
5391 #: parser/parse_clause.c:783
5392 #, c-format
5393 msgid "column \"%s\" specified in USING clause does not exist in left table"
5394 msgstr "USING ifadesinde belirtilen \"%s\" sütunu sol tablosunda bulunmamaktadır"
5395
5396 #: parser/parse_clause.c:797
5397 #, c-format
5398 msgid "common column name \"%s\" appears more than once in right table"
5399 msgstr "\"%s\" sütun adı sağ tavblosunda birden fazla kez rastlanmaktadır"
5400
5401 #: parser/parse_clause.c:806
5402 #, c-format
5403 msgid "column \"%s\" specified in USING clause does not exist in right table"
5404 msgstr "USING ifadesinde kullaınılan \"%s\" sütunu sağ tablosunda mevcut değildir"
5405
5406 #: parser/parse_clause.c:858
5407 #, c-format
5408 msgid "column alias list for \"%s\" has too many entries"
5409 msgstr "\"%s\" için sütun alias listesinde gereğinden fazla öğe var"
5410
5411 #. translator: %s is name of a SQL construct, eg LIMIT
5412 #: parser/parse_clause.c:1051
5413 #, c-format
5414 msgid "argument of %s must not contain variables"
5415 msgstr "%s ifadesinin argüanı değişken bulundurmamalıdır"
5416
5417 #. translator: %s is name of a SQL construct, eg LIMIT
5418 #: parser/parse_clause.c:1059
5419 #, c-format
5420 msgid "argument of %s must not contain aggregates"
5421 msgstr "%s ifadesinin argüanı aggregate bulundurmamalıdır"
5422
5423 #. translator: %s is name of a SQL construct, eg LIMIT
5424 #: parser/parse_clause.c:1067
5425 #, c-format
5426 msgid "argument of %s must not contain subqueries"
5427 msgstr "%s ifadesinin argüanı değişlen bulundurmamalıdır"
5428
5429 #: parser/parse_clause.c:1179
5430 #, c-format
5431 msgid "%s \"%s\" is ambiguous"
5432 msgstr "%s \"%s\" iki anlamlıdır"
5433
5434 #. translator: %s is name of a SQL construct, eg ORDER BY
5435 #: parser/parse_clause.c:1201
5436 #, c-format
5437 msgid "non-integer constant in %s"
5438 msgstr "%s içinde tamsayı olamayan bir sabit"
5439
5440 #. translator: %s is name of a SQL construct, eg ORDER BY
5441 #: parser/parse_clause.c:1218
5442 #, c-format
5443 msgid "%s position %d is not in select list"
5444 msgstr "%s ifadesi, %d terinde select listesinde değildir"
5445
5446 #: parser/parse_clause.c:1411
5447 msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list"
5448 msgstr "SELECT DISTINCE sorgusunda ORDER BY select listesinde bulunmalıdır"
5449
5450 #: parser/parse_clause.c:1451
5451 msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions"
5452 msgstr "SELECT DISTINCT ON ifadesi, ORDER BY ifadelerine uymak zorundadır"
5453
5454 #: parser/analyze.c:408
5455 #, c-format
5456 msgid "target lists can have at most %d entries"
5457 msgstr "hedef listesi en fazla %d kayıt içerebilir"
5458
5459 #: parser/analyze.c:458
5460 msgid "CREATE VIEW specifies more column names than columns"
5461 msgstr "CREATE VIEW sütun sayısından çok sütün adı belirtmektedir"
5462
5463 #: parser/analyze.c:595
5464 msgid "INSERT ... SELECT may not specify INTO"
5465 msgstr "INSERT ... SELECT ifadesinde INTO öğesi kullanılamaz"
5466
5467 #: parser/analyze.c:683
5468 msgid "INSERT has more expressions than target columns"
5469 msgstr "INSERT, hedef sütun sayısından çok ifade bulundurmaktadır"
5470
5471 #: parser/analyze.c:704
5472 msgid "INSERT has more target columns than expressions"
5473 msgstr "INSERT, ifade sayısından çok hedef sütun bulundurmaktadır"
5474
5475 #: parser/analyze.c:877
5476 #, c-format
5477 msgid "%s will create implicit sequence \"%s\" for serial column \"%s.%s\""
5478 msgstr "%s, \"%s.%s\" serial sütunu için \"%s\" örtülü sequence oluşturacaktır"
5479
5480 #: parser/analyze.c:960
5481 #: parser/analyze.c:970
5482 #, c-format
5483 msgid "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\""
5484 msgstr "\"%2$s\" tablosunda \"%1$s\" sütunu için çelişen NULL/NOT NULL tanımları"
5485
5486 #: parser/analyze.c:980
5487 #, c-format
5488 msgid "multiple default values specified for column \"%s\" of table \"%s\""
5489 msgstr "\"%2$s\" tablosunun \"%1$s\" sütunu için birden fazla varsayılan değer verilmiştir"
5490
5491 #: parser/analyze.c:1323
5492 #, c-format
5493 msgid "column \"%s\" appears twice in primary key constraint"
5494 msgstr "\"%s\" sütunu primary key kısıtlamasında iki rastlanıyor"
5495
5496 #: parser/analyze.c:1328
5497 #, c-format
5498 msgid "column \"%s\" appears twice in unique constraint"
5499 msgstr "\"%s\" sütunu unique kısıtlamasında iki kez rastlanıyor"
5500
5501 #: parser/analyze.c:1511
5502 msgid "index expression may not return a set"
5503 msgstr "index ifadesi set tipi döndüremez"
5504
5505 #: parser/analyze.c:1603
5506 msgid "rule WHERE condition may not contain references to other relations"
5507 msgstr "rule tanımının WHERE öğesinde başka tablolara referans rastlanmamalıdır"
5508
5509 #: parser/analyze.c:1609
5510 msgid "rule WHERE condition may not contain aggregate functions"
5511 msgstr "rule tanımının WHERE öğesinde başka aggregate fpnksiyon rastlanmamalıdır"
5512
5513 #: parser/analyze.c:1680
5514 msgid "rules with WHERE conditions may only have SELECT, INSERT, UPDATE, or DELETE actions"
5515 msgstr "rule tanımının WHERE öğesinde sadece SELECT, INSERT, UPDATE veya DELETE işlemi bulunabilir"
5516
5517 #: parser/analyze.c:1699
5518 #: parser/analyze.c:1771
5519 #: rewrite/rewriteHandler.c:177
5520 #: rewrite/rewriteManip.c:749
5521 #: rewrite/rewriteManip.c:805
5522 msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented"
5523 msgstr "conditional UNION/INTERSECT/EXCEPT komutları empemente edilmemiş"
5524
5525 #: parser/analyze.c:1717
5526 msgid "ON SELECT rule may not use OLD"
5527 msgstr "ON SELECT rule OLD tanımını kullanamaz"
5528
5529 #: parser/analyze.c:1721
5530 msgid "ON SELECT rule may not use NEW"
5531 msgstr "ON SELECT rule NEW tanımını kullanamaz"
5532
5533 #: parser/analyze.c:1730
5534 msgid "ON INSERT rule may not use OLD"
5535 msgstr "ON INSERT rule OLD tanımını kullanamaz"
5536
5537 #: parser/analyze.c:1736
5538 msgid "ON DELETE rule may not use NEW"
5539 msgstr "ON DELETE rule NEW tanımını kullanamaz"
5540
5541 #: parser/analyze.c:2068
5542 msgid "ORDER BY on a UNION/INTERSECT/EXCEPT result must be on one of the result columns"
5543 msgstr "UNION/INTERSECT/EXCEPT sonucunda ORDER BY ifadesi, sorgu sonucunda ver olan sütunları içermelidir"
5544
5545 #: parser/analyze.c:2106
5546 msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT"
5547 msgstr "INTO, sadece UNION/INTERSECT/EXCEPT işleminin ilk SELECT ifadesinde kullanılabilir"
5548
5549 #: parser/analyze.c:2167
5550 msgid "UNION/INTERSECT/EXCEPT member statement may not refer to other relations of same query level"
5551 msgstr "UNION/INTERSECT/EXCEPT öğesinin üye somutu aynı seviyedeki diğer tabloya erişilemez"
5552
5553 #: parser/analyze.c:2222
5554 #, c-format
5555 msgid "each %s query must have the same number of columns"
5556 msgstr "her %s sorgusu ayını sütun sayısına sahip olmalıdır"
5557
5558 #: parser/analyze.c:2294
5559 msgid "CREATE TABLE AS specifies too many column names"
5560 msgstr "CREATE TABLE AS işleminde belirtilen sütun sayısı çok fazla"
5561
5562 #: parser/analyze.c:2577
5563 msgid "cannot specify both SCROLL and NO SCROLL"
5564 msgstr "hem SCROLL hem de NO SCROLL aynı yerde kullanılamaz"
5565
5566 #: parser/analyze.c:2664
5567 #, c-format
5568 msgid "wrong number of parameters for prepared statement \"%s\""
5569 msgstr "\"%s\" hazırlanmış sorgusunda parametre sayısı fazla"
5570
5571 #: parser/analyze.c:2666
5572 #, c-format
5573 msgid "Expected %d parameters but got %d."
5574 msgstr "%d beklenirken %d alındı."
5575
5576 #: parser/analyze.c:2681
5577 msgid "cannot use subquery in EXECUTE parameter"
5578 msgstr "EXECUTE parametresinde subquery kullanılamaz"
5579
5580 #: parser/analyze.c:2685
5581 msgid "cannot use aggregate function in EXECUTE parameter"
5582 msgstr "EXECUTE parametresinde aggregate fonksiyon kullanılamaz"
5583
5584 #: parser/analyze.c:2697
5585 #, c-format
5586 msgid "parameter $%d of type %s cannot be coerced to the expected type %s"
5587 msgstr "%2$s tipinde $%1$d parametresi %3$s beklenen tipine zorla dönüştürülemez"
5588
5589 #: parser/analyze.c:2722
5590 msgid "SELECT FOR UPDATE is not allowed with DISTINCT clause"
5591 msgstr "SELECT FOR UPDATE ifadesinde DISTINCT kullanılamaz"
5592
5593 #: parser/analyze.c:2726
5594 msgid "SELECT FOR UPDATE is not allowed with GROUP BY clause"
5595 msgstr "SELECT FOR UPDATE ifadesinde GROUP BY kullanılamaz"
5596
5597 #: parser/analyze.c:2730
5598 msgid "SELECT FOR UPDATE is not allowed with aggregate functions"
5599 msgstr "SELECT FOR UPDATE ifadesinde aggregate fonksiyonu kullanılamaz"
5600
5601 #: parser/analyze.c:2812
5602 msgid "SELECT FOR UPDATE cannot be applied to a join"
5603 msgstr "SELECT FOR UPDATE joine uygulanamaz"
5604
5605 #: parser/analyze.c:2817
5606 msgid "SELECT FOR UPDATE cannot be applied to NEW or OLD"
5607 msgstr "SELECT FOR UPDATE, NEW veya OLD tanımlarına uygulanamaz"
5608
5609 #: parser/analyze.c:2822
5610 msgid "SELECT FOR UPDATE cannot be applied to a function"
5611 msgstr "SELECT FOR UPDATE, bir fonksiyonuna uygulanamaz"
5612
5613 #: parser/analyze.c:2835
5614 #, c-format
5615 msgid "relation \"%s\" in FOR UPDATE clause not found in FROM clause"
5616 msgstr "FOR UPDATE ifadesinde belirtilen \"%s\" tablosu FROM ifadesinde bulunamadı"
5617
5618 #: parser/analyze.c:2882
5619 msgid "misplaced DEFERRABLE clause"
5620 msgstr "DEFERRABLE ifadesi burada kullanılamaz"
5621
5622 #: parser/analyze.c:2886
5623 #: parser/analyze.c:2899
5624 msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed"
5625 msgstr "birden fazla DEFERRABLE/NOT DEFERRABLE tanımına izin verilmez"
5626
5627 #: parser/analyze.c:2895
5628 msgid "misplaced NOT DEFERRABLE clause"
5629 msgstr "NOT DEFERRABLE yanlış yerde kullanılmış"
5630
5631 #: parser/analyze.c:2906
5632 #: parser/analyze.c:2930
5633 #: gram.y:2368
5634 #: gram.y:2383
5635 msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
5636 msgstr "INITIALLY DEFERRED olarak tanımlanan kısıtlayıcı DEFERRABLE özelliğine sahip olmalıdır"
5637
5638 #: parser/analyze.c:2913
5639 msgid "misplaced INITIALLY DEFERRED clause"
5640 msgstr "INITIALLY DEFERRED yanlış yerde kullanılmış"
5641
5642 #: parser/analyze.c:2917
5643 #: parser/analyze.c:2941
5644 msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed"
5645 msgstr "birden fazla INITIALLY IMMEDIATE/DEFERRED kullanılamaz"
5646
5647 #: parser/analyze.c:2937
5648 msgid "misplaced INITIALLY IMMEDIATE clause"
5649 msgstr "INITIALLY IMMEDIATE yanlış yerde kullanılmış"
5650
5651 #: parser/analyze.c:2990
5652 #, c-format
5653 msgid "CREATE specifies a schema (%s) different from the one being created (%s)"
5654 msgstr "CREATE işleminin belirttiği şema (%s) yaratılacak (%s) olanından farklı"
5655
5656 #: parser/analyze.c:3144
5657 #: parser/parse_coerce.c:221
5658 #: parser/parse_expr.c:116
5659 #: parser/parse_expr.c:122
5660 #, c-format
5661 msgid "there is no parameter $%d"
5662 msgstr "$%d parametresi yoktur"
5663
5664 #: parser/analyze.c:3149
5665 #: tcop/postgres.c:1204
5666 #, c-format
5667 msgid "could not determine data type of parameter $%d"
5668 msgstr "$%d parametrenin veri tipini belirlenemiyor"
5669
5670 #: scan.l:312
5671 msgid "unterminated /* comment"
5672 msgstr "/* açıklama sonlandırılmamış"
5673
5674 #: scan.l:339
5675 msgid "unterminated bit string literal"
5676 msgstr "sonuçlandırılmamış bit string literal"
5677
5678 #: scan.l:358
5679 msgid "unterminated hexadecimal string literal"
5680 msgstr "sonuçlandırılmamış hexadecimal string literal"
5681
5682 #: scan.l:407
5683 msgid "unterminated quoted string"
5684 msgstr "sonuçlandırılmamış tırnakla sınırlandırılmış satır"
5685
5686 #: scan.l:441
5687 msgid "unterminated dollar-quoted string"
5688 msgstr "sonuçlandırılmamış dolar işeretiyle sınırlandırılmış satır"
5689
5690 #: scan.l:453
5691 msgid "zero-length delimited identifier"
5692 msgstr "sınırlandırılmış tanım sıfır uzunluklu"
5693
5694 #: scan.l:466
5695 msgid "unterminated quoted identifier"
5696 msgstr "sonuçlandırılmamış tırnakla sınırlandırılmış tanım"
5697
5698 #. translator: %s is typically "syntax error"
5699 #: scan.l:621
5700 #, c-format
5701 msgid "%s at end of input"
5702 msgstr "giriş sonuna %s"
5703
5704 #. translator: first %s is typically "syntax error"
5705 #: scan.l:629
5706 #, c-format
5707 msgid "%s at or near \"%s\""
5708 msgstr "\"%2$s\"  yerinde %1$s"
5709
5710 #: parser/parse_agg.c:120
5711 msgid "aggregates not allowed in WHERE clause"
5712 msgstr "WHERE ifadesinde aggregate kullanılamaz"
5713
5714 #: parser/parse_agg.c:124
5715 msgid "aggregates not allowed in JOIN conditions"
5716 msgstr "JOIN ifadesinde aggregate kullanılamaz"
5717
5718 #: parser/parse_agg.c:143
5719 msgid "aggregates not allowed in GROUP BY clause"
5720 msgstr "GROUP BY ifadesinde aggregate kullanılamaz"
5721
5722 #: parser/parse_agg.c:316
5723 #, c-format
5724 msgid "column \"%s.%s\" must appear in the GROUP BY clause or be used in an aggregate function"
5725 msgstr "aggregate fonksiyonu kullanmak için \"%s.%s\" sütununu GROUP BY listesine eklemelisiniz"
5726
5727 #: parser/parse_agg.c:321
5728 #, c-format
5729 msgid "subquery uses ungrouped column \"%s.%s\" from outer query"
5730 msgstr "subquery, dış sorgusundan \"%s.%s\" gruplandırılanmamış sütunu kullanıyor"
5731
5732 #: parser/parse_relation.c:174
5733 #: parser/parse_relation.c:189
5734 #, c-format
5735 msgid "table reference \"%s\" is ambiguous"
5736 msgstr "\"%s\" tablo referanslı iki anlamlı"
5737
5738 #: parser/parse_relation.c:249
5739 #: parser/parse_relation.c:264
5740 #, c-format
5741 msgid "table reference %u is ambiguous"
5742 msgstr "%u tablo referanslı iki anlamlı"
5743
5744 #: parser/parse_relation.c:356
5745 #: parser/parse_relation.c:368
5746 #, c-format
5747 msgid "table name \"%s\" specified more than once"
5748 msgstr "\"%s\" tablo adı birden fazla kez belirtilmiştir"
5749
5750 #: parser/parse_relation.c:510
5751 #: parser/parse_relation.c:609
5752 #, c-format
5753 msgid "column reference \"%s\" is ambiguous"
5754 msgstr "\"%s\" sütun referansı iki anlamlı"
5755
5756 #: parser/parse_relation.c:726
5757 #: parser/parse_relation.c:925
5758 #, c-format
5759 msgid "table \"%s\" has %d columns available but %d columns specified"
5760 msgstr "\"%s\" tablosuna %d sütun bulunmakta ancak sorguda %d sütun belirtilmiş"
5761
5762 #: parser/parse_relation.c:997
5763 msgid "a column definition list is only allowed for functions returning \"record\""
5764 msgstr "sütun tanım listesi, sadece \"record\" veri tipini döndüren fonksiyonlarda kullanılır"
5765
5766 #: parser/parse_relation.c:1008
5767 msgid "a column definition list is required for functions returning \"record\""
5768 msgstr "sütun tanım listesi,\"record\" veri tipini döndüren fonksiyonlarda kullanılmalıdır"
5769
5770 #: parser/parse_relation.c:1047
5771 #, c-format
5772 msgid "too many column aliases specified for function %s"
5773 msgstr "%s fonksiyonu için çok fazla sütun alias belirtilmiş"
5774
5775 #: parser/parse_relation.c:1071
5776 #, c-format
5777 msgid "function \"%s\" in FROM has unsupported return type %s"
5778 msgstr "FROM ifadesinde kullanılan \"%s\" fonksiyonu %s desteklenmeyen döndürme tipini kullanıyor"
5779
5780 #: parser/parse_relation.c:2003
5781 #, c-format
5782 msgid "missing FROM-clause entry in subquery for table \"%s\""
5783 msgstr "\"%s\" tablosu için subquery tanımında FROM öğesi eksik"
5784
5785 #: parser/parse_relation.c:2008
5786 #, c-format
5787 msgid "missing FROM-clause entry for table \"%s\""
5788 msgstr "\"%s\" tablo öğesinde FROM öğesi eksik"
5789
5790 #: parser/parse_relation.c:2027
5791 #, c-format
5792 msgid "adding missing FROM-clause entry in subquery for table \"%s\""
5793 msgstr "\"%s\" tablosu için subquery tanımında eksik FROM öğesi ekleniyor"
5794
5795 #: parser/parse_relation.c:2032
5796 #, c-format
5797 msgid "adding missing FROM-clause entry for table \"%s\""
5798 msgstr "\"%s\" tablo öğesinde eksik FROM öğesi ekleniyor"
5799
5800 #: parser/parse_coerce.c:237
5801 #, c-format
5802 msgid "inconsistent types deduced for parameter $%d"
5803 msgstr "$%d parametresi için geçersiz tip bulundu"
5804
5805 #: parser/parse_coerce.c:691
5806 #: parser/parse_coerce.c:718
5807 #: parser/parse_coerce.c:734
5808 #: parser/parse_coerce.c:748
5809 #: parser/parse_expr.c:1654
5810 #, c-format
5811 msgid "cannot cast type %s to %s"
5812 msgstr "%s tipi %s tipine dökülemiyor"
5813
5814 #: parser/parse_coerce.c:721
5815 msgid "Input has too few columns."
5816 msgstr "Girişte sütun sayısı azdır."
5817
5818 #: parser/parse_coerce.c:737
5819 #, c-format
5820 msgid "Cannot cast type %s to %s in column %d."
5821 msgstr "%3$d sütununda %1$s tipi %2$s tipine dökülemiyor."
5822
5823 #: parser/parse_coerce.c:751
5824 msgid "Input has too many columns."
5825 msgstr "Giriş çok fazla sütun içeriyor."
5826
5827 #. translator: first %s is name of a SQL construct, eg WHERE
5828 #: parser/parse_coerce.c:785
5829 #, c-format
5830 msgid "argument of %s must be type boolean, not type %s"
5831 msgstr "%s'ın argümanları %s değil, boolean tipinde olamalıdır"
5832
5833 #. translator: %s is name of a SQL construct, eg WHERE
5834 #: parser/parse_coerce.c:793
5835 #: parser/parse_coerce.c:832
5836 #, c-format
5837 msgid "argument of %s must not return a set"
5838 msgstr "%s'ın argümanları set veri tipini döndüremez"
5839
5840 #. translator: first %s is name of a SQL construct, eg LIMIT
5841 #: parser/parse_coerce.c:824
5842 #, c-format
5843 msgid "argument of %s must be type integer, not type %s"
5844 msgstr "%s'ın argümanları %s değil, tamsayı tipinde olamalıdır"
5845
5846 #: parser/parse_coerce.c:886
5847 #, c-format
5848 msgid "%s types %s and %s cannot be matched"
5849 msgstr "%s tipleri %s ve %s bir araya gelemez"
5850
5851 #. translator: first %s is name of a SQL construct, eg CASE
5852 #: parser/parse_coerce.c:948
5853 #, c-format
5854 msgid "%s could not convert type %s to %s"
5855 msgstr "%s %s tipi %s tipime dönüştürülemiyor"
5856
5857 #: parser/parse_coerce.c:1124
5858 msgid "arguments declared \"anyelement\" are not all alike"
5859 msgstr "\"anyelement\" olarak tanımlanan argümanlar birbirine benzemiyor"
5860
5861 #: parser/parse_coerce.c:1141
5862 msgid "arguments declared \"anyarray\" are not all alike"
5863 msgstr "\"anyarray\" olarak tanımlanan argümanlar birbirine benzemiyor"
5864
5865 #: parser/parse_coerce.c:1170
5866 #: parser/parse_coerce.c:1282
5867 #: parser/parse_coerce.c:1309
5868 #, c-format
5869 msgid "argument declared \"anyarray\" is not an array but type %s"
5870 msgstr "\"anyarray\" olarak tanımlanmış argüman bir dizin değil, %s tipidir"
5871
5872 #: parser/parse_coerce.c:1187
5873 msgid "argument declared \"anyarray\" is not consistent with argument declared \"anyelement\""
5874 msgstr "\"anyarray\" olarak tanımlanmış parametre \"anyelement\" olarak tanımlanmış parametresiyle tutarlı değildir"
5875
5876 #: parser/parse_coerce.c:1198
5877 msgid "could not determine anyarray/anyelement type because input has type \"unknown\""
5878 msgstr "giriş, \"unknown\" tipinde olduğu için anyarray/anyelement tipi belirlenemedi"
5879
5880 #: parser/parse_coerce.c:1223
5881 #: parser/parse_coerce.c:1240
5882 #: parser/parse_coerce.c:1294
5883 #: parser/parse_expr.c:794
5884 #: parser/parse_expr.c:1350
5885 #: parser/parse_expr.c:1389
5886 #: parser/parse_oper.c:920
5887 #, c-format
5888 msgid "could not find array type for data type %s"
5889 msgstr "%s pipi için array tipi bulunamıyor"
5890
5891 #: parser/parse_expr.c:361
5892 msgid "NULLIF requires = operator to yield boolean"
5893 msgstr "boolean değerini almak için NULLIF, = işlemini kullanmalıdır"
5894
5895 #: parser/parse_expr.c:486
5896 msgid "subquery must return a column"
5897 msgstr "subquery, sütün döndürmeli"
5898
5899 #: parser/parse_expr.c:492
5900 msgid "subquery must return only one column"
5901 msgstr "subquery, bir tane sütun getirmelidir"
5902
5903 #: parser/parse_expr.c:549
5904 #, c-format
5905 msgid "row comparison cannot use operator %s"
5906 msgstr "satır kaşılaştırması %s işlemi kullanamıyor"
5907
5908 #: parser/parse_expr.c:576
5909 msgid "subquery has too many columns"
5910 msgstr "subquery çok fazla sütuna sahip"
5911
5912 #: parser/parse_expr.c:594
5913 #, c-format
5914 msgid "operator %s must return type boolean, not type %s"
5915 msgstr "%s operator %s tipini değil, boolean tipini döndürmelidir"
5916
5917 #: parser/parse_expr.c:597
5918 #: parser/parse_expr.c:604
5919 msgid "The operator of a quantified predicate subquery must return type boolean."
5920 msgstr "Quantified predicate subquery işlemi boolean tipinde sonuç getirmelidir."
5921
5922 #: parser/parse_expr.c:602
5923 #, c-format
5924 msgid "operator %s must not return a set"
5925 msgstr "%s operatörü set döndürmemelidir"
5926
5927 #: parser/parse_expr.c:614
5928 msgid "subquery has too few columns"
5929 msgstr "subquery'de yetersiz sütun sayısı"
5930
5931 #: parser/parse_expr.c:1688
5932 #: parser/parse_expr.c:1767
5933 msgid "unequal number of entries in row expression"
5934 msgstr "satır ifadesinde eşitsiz öğe sayısı"
5935
5936 #: parser/parse_expr.c:1709
5937 #, c-format
5938 msgid "operator %s is not supported for row expressions"
5939 msgstr "satır ifadelerinde %s işlemi kullanılamaz"
5940
5941 #: parser/parse_expr.c:1804
5942 msgid "IS DISTINCT FROM requires = operator to yield boolean"
5943 msgstr "boolean değerini almak için IS DISTINCT FROM, = işlemini kullanmalıdır"
5944
5945 #: parser/parse_func.c:88
5946 #, c-format
5947 msgid "cannot pass more than %d arguments to a function"
5948 msgstr "bit fonksiyona %d sayısından fazla argüman gönderilemez"
5949
5950 #: parser/parse_func.c:165
5951 #, c-format
5952 msgid "%s(*) specified, but %s is not an aggregate function"
5953 msgstr "%s(*) belirtilmiş, ancak %s bir aggregate fonksiyonu değildir"
5954
5955 #: parser/parse_func.c:171
5956 #, c-format
5957 msgid "DISTINCT specified, but %s is not an aggregate function"
5958 msgstr "DISTINCT belirtilmiş, ancak %s bir aggregate fonksiyonu değildir"
5959
5960 #: parser/parse_func.c:195
5961 #, c-format
5962 msgid "function %s is not unique"
5963 msgstr "%s fonksiyonu benzersiz değildir"
5964
5965 #: parser/parse_func.c:198
5966 msgid "Could not choose a best candidate function. You may need to add explicit type casts."
5967 msgstr "En iyi aday fonksiyon seçilememiş. Explicit type cast eklemeniz gerekebilir."
5968
5969 #: parser/parse_func.c:206
5970 msgid "No function matches the given name and argument types. You may need to add explicit type casts."
5971 msgstr "Verilmiş ad ve argüman tiplerine uyan fonksiyon bulunamamış. Explicit type cast eklemeniz gerekebilir."
5972
5973 #: parser/parse_func.c:255
5974 msgid "aggregates may not return sets"
5975 msgstr "aggregate set döndürmemelidir"
5976
5977 #: parser/parse_func.c:1208
5978 #, c-format
5979 msgid "column %s.%s does not exist"
5980 msgstr "%s.%s sütunu mevcut değil"
5981
5982 #: parser/parse_func.c:1219
5983 #, c-format
5984 msgid "column \"%s\" not found in data type %s"
5985 msgstr "%2$s veri tipinde \"%1$s\" sütunu bulunamadı"
5986
5987 #: parser/parse_func.c:1224
5988 #, c-format
5989 msgid "could not identify column \"%s\" in record data type"
5990 msgstr "record veri tipinde  \"%s\" sütunu bulunamamış"
5991
5992 #: parser/parse_func.c:1229
5993 #, c-format
5994 msgid "column notation .%s applied to type %s, which is not a composite type"
5995 msgstr ".%s sütün tanım biçimi %s tipine uygulanmış; bu tip, bir composite tipi değildir"
5996
5997 #: parser/parse_func.c:1301
5998 #, c-format
5999 msgid "aggregate %s(*) does not exist"
6000 msgstr "aggregate %s(*) mevcut değil"
6001
6002 #: parser/parse_func.c:1306
6003 #, c-format
6004 msgid "aggregate %s(%s) does not exist"
6005 msgstr "aggregate %s(%s) mevcut değil"
6006
6007 #: parser/parse_func.c:1327
6008 #, c-format
6009 msgid "function %s(%s) is not an aggregate"
6010 msgstr "%s(%s) fonksiyonu aggregate değil"
6011
6012 #: parser/parse_node.c:95
6013 #, c-format
6014 msgid "cannot subscript type %s because it is not an array"
6015 msgstr "%s tipi bir array olmadığı için ona subscript yapılamaz "
6016
6017 #: parser/parse_node.c:198
6018 #: parser/parse_node.c:221
6019 msgid "array subscript must have type integer"
6020 msgstr "array subscript tamsyı tipinde olmalıdır"
6021
6022 #: parser/parse_node.c:243
6023 #, c-format
6024 msgid "array assignment requires type %s but expression is of type %s"
6025 msgstr "array ataması %s tipini gerektirmektedir ancak ifade %s tipindedir"
6026
6027 #: parser/parse_oper.c:84
6028 #: parser/parse_oper.c:785
6029 #: utils/adt/regproc.c:467
6030 #: utils/adt/regproc.c:487
6031 #: utils/adt/regproc.c:665
6032 #, c-format
6033 msgid "operator does not exist: %s"
6034 msgstr "operator mevcut değil: %s"
6035
6036 #: parser/parse_oper.c:185
6037 #: utils/adt/arrayfuncs.c:2581
6038 #: utils/adt/ri_triggers.c:3642
6039 #, c-format
6040 msgid "could not identify an equality operator for type %s"
6041 msgstr "%s tipi için eşitleme işlemi bulunamadı "
6042
6043 #: parser/parse_oper.c:249
6044 #: parser/parse_oper.c:314
6045 #, c-format
6046 msgid "could not identify an ordering operator for type %s"
6047 msgstr "%s tipi için sırama işlemi bulunamadı"
6048
6049 #: parser/parse_oper.c:251
6050 #: parser/parse_oper.c:316
6051 msgid "Use an explicit ordering operator or modify the query."
6052 msgstr "Sıralama işlemini açıkça belirtin veya sorguda değişiklik yapın"
6053
6054 #: parser/parse_oper.c:584
6055 #, c-format
6056 msgid "operator requires run-time type coercion: %s"
6057 msgstr "işlem, çalışma zamanı tip zola değiştirmeyi gerektiriri: %s"
6058
6059 #: parser/parse_oper.c:778
6060 #, c-format
6061 msgid "operator is not unique: %s"
6062 msgstr "operator eşsiz değildir: %s"
6063
6064 #: parser/parse_oper.c:780
6065 msgid "Could not choose a best candidate operator. You may need to add explicit type casts."
6066 msgstr "En iyi aday işlem seçilememiş. Explicit type cast eklemeniz gerekebilir."
6067
6068 #: parser/parse_oper.c:787
6069 msgid "No operator matches the given name and argument type(s). You may need to add explicit type casts."
6070 msgstr "Verilen ad ve argüman tiplerine uyan işlem bulunamadı. Explicit type cast eklemeniz gerekebilir."
6071
6072 #: parser/parse_oper.c:877
6073 msgid "op ANY/ALL (array) requires array on right side"
6074 msgstr "op ANY/ALL (array) sağ tarafta bir array gerektiri"
6075
6076 #: parser/parse_oper.c:906
6077 msgid "op ANY/ALL (array) requires operator to yield boolean"
6078 msgstr "op ANY/ALL (array) operatorun boolean tipinde değer getirilmesi gerekir"
6079
6080 #: parser/parse_oper.c:910
6081 msgid "op ANY/ALL (array) requires operator not to return a set"
6082 msgstr "op ANY/ALL (array) operatorun set tipinde değer getirilmesi gerekir"
6083
6084 #: parser/parse_target.c:268
6085 #: parser/parse_target.c:503
6086 #, c-format
6087 msgid "cannot assign to system column \"%s\""
6088 msgstr "\"%s\" sistem sütununa veri atanamıyor"
6089
6090 #: parser/parse_target.c:292
6091 msgid "cannot set an array element to DEFAULT"
6092 msgstr "array öğesine DEFAULT değeri atanamıyor"
6093
6094 #: parser/parse_target.c:296
6095 msgid "cannot set a subfield to DEFAULT"
6096 msgstr "subfield, DEFAULT değeri alamaz"
6097
6098 #: parser/parse_target.c:357
6099 #, c-format
6100 msgid "column \"%s\" is of type %s but expression is of type %s"
6101 msgstr "\"%s\" sütunu %s tipinde ancak ifade %s tipindedir"
6102
6103 #: parser/parse_target.c:489
6104 #, c-format
6105 msgid "cannot assign to field \"%s\" of column \"%s\" because its type %s is not a composite type"
6106 msgstr "%3$s composite tipi olmadığı için \"%2$s\" sütununun \"%1$s\" alanına atama başarısız"
6107
6108 #: parser/parse_target.c:497
6109 #, c-format
6110 msgid "cannot assign to field \"%s\" of column \"%s\" because there is no such column in data type %s"
6111 msgstr "%3$s veri tipi olmadığı için \"%2$s\" sütununun \"%1$s\" alanına atama başarısız"
6112
6113 #: parser/parse_target.c:567
6114 #, c-format
6115 msgid "array assignment to \"%s\" requires type %s but expression is of type %s"
6116 msgstr "\"%s\" alanına atama işlemi %s veri tipini gerektirmektedir ancak %s veri tipi alınmış"
6117
6118 #: parser/parse_target.c:576
6119 #, c-format
6120 msgid "subfield \"%s\" is of type %s but expression is of type %s"
6121 msgstr "\"%s\" subfield %s tipinde ancak ifade %s tipindedir"
6122
6123 #: parser/parse_target.c:805
6124 msgid "SELECT * with no tables specified is not valid"
6125 msgstr "SELECT *, tablo tanımı olmadan geçersizdir"
6126
6127 #: y.tab.c:9499
6128 msgid "syntax error: cannot back up"
6129 msgstr "sözdizimi hatası: geri diilemiyor"
6130
6131 #: gram.y:989
6132 #: gram.y:1015
6133 msgid "time zone interval must be HOUR or HOUR TO MINUTE"
6134 msgstr "zaman dilimi aralığı  HOUR veya HOUR TO MINUTE olmalıdır"
6135
6136 #: gram.y:1000
6137 #: gram.y:5469
6138 #: gram.y:7540
6139 #, c-format
6140 msgid "INTERVAL(%d) precision must not be negative"
6141 msgstr "INTEVRAL(%d) kesinliği sıfırdan küçük olamaz"
6142
6143 #: gram.y:1006
6144 #: gram.y:5475
6145 #: gram.y:7546
6146 #, c-format
6147 msgid "INTERVAL(%d) precision reduced to maximum allowed, %d"
6148 msgstr "INTEVRAL(%d) kesinliği izin verilen en yüksek değerine (%d) düşürülmüştür"
6149
6150 #: utils/adt/ri_triggers.c:302
6151 #: utils/adt/ri_triggers.c:364
6152 #: utils/adt/ri_triggers.c:543
6153 #: utils/adt/ri_triggers.c:782
6154 #: utils/adt/ri_triggers.c:973
6155 #: utils/adt/ri_triggers.c:1134
6156 #: utils/adt/ri_triggers.c:1318
6157 #: utils/adt/ri_triggers.c:1487
6158 #: utils/adt/ri_triggers.c:1668
6159 #: utils/adt/ri_triggers.c:1838
6160 #: utils/adt/ri_triggers.c:2056
6161 #: utils/adt/ri_triggers.c:2236
6162 #: utils/adt/ri_triggers.c:2441
6163 #: utils/adt/ri_triggers.c:2537
6164 #: utils/adt/ri_triggers.c:2660
6165 #: gram.y:1886
6166 msgid "MATCH PARTIAL not yet implemented"
6167 msgstr "MATCH PARTIAL implemente edilmemiştir"
6168
6169 #: gram.y:1976
6170 msgid "CREATE TABLE AS may not specify INTO"
6171 msgstr "CREATE TABLE AS işleminde INTO kullanılamaz"
6172
6173 #: gram.y:2435
6174 msgid "CREATE ASSERTION is not yet implemented"
6175 msgstr "CREATE ASSERTION implemente edilmemiştir"
6176
6177 #: gram.y:2451
6178 msgid "DROP ASSERTION is not yet implemented"
6179 msgstr "DROP ASSERTION implemente edilmemiştir"
6180
6181 #: gram.y:3323
6182 msgid "CREATE FUNCTION / OUT parameters are not implemented"
6183 msgstr "CREATE FUNCTION / OUT parametreleri implemente edilmemiş"
6184
6185 #: gram.y:3330
6186 msgid "CREATE FUNCTION / INOUT parameters are not implemented"
6187 msgstr "CREATE FUNCTION / INOUT parametreleri implemente edilmemiş"
6188
6189 #: utils/adt/regproc.c:639
6190 #: gram.y:3491
6191 msgid "missing argument"
6192 msgstr "argüman eksik"
6193
6194 #: utils/adt/regproc.c:640
6195 #: gram.y:3492
6196 msgid "Use NONE to denote the missing argument of a unary operator."
6197 msgstr "Unary operator'un bir argümanı eksik olduğunu göstermek için NONE kullanın"
6198
6199 #: gram.y:4540
6200 msgid "column name list not allowed in CREATE TABLE / AS EXECUTE"
6201 msgstr "CREATE TABLE / AS EXECUTE işleminde sütun isim listesi verilmez"
6202
6203 #: gram.y:5011
6204 msgid "LIMIT #,# syntax is not supported"
6205 msgstr "LIMIT #,# sözdizimi desteklenmemektedir"
6206
6207 #: gram.y:5012
6208 msgid "Use separate LIMIT and OFFSET clauses."
6209 msgstr "Ayrı LIMIT ve OFFSET ifadeleri kullanın."
6210
6211 #: gram.y:5162
6212 msgid "For example, FROM (SELECT ...) [AS] foo."
6213 msgstr "Örneğin, FROM (SELECT ...) [AS] birşey."
6214
6215 #: gram.y:5572
6216 msgid "precision for type float must be at least 1 bit"
6217 msgstr "float veri tipinin kesinliği en az 1 bit olmalıdır"
6218
6219 #: gram.y:5580
6220 msgid "precision for type float must be less than 54 bits"
6221 msgstr "float veri tipinin kesinliği ne çok 54 bit olabilir"
6222
6223 #: gram.y:5594
6224 #: gram.y:5609
6225 #, c-format
6226 msgid "NUMERIC precision %d must be between 1 and %d"
6227 msgstr "NUMERIC precision %d, 1 ile %d arasında olmalıdır"
6228
6229 #: gram.y:5599
6230 #, c-format
6231 msgid "NUMERIC scale %d must be between 0 and precision %d"
6232 msgstr "NUMERIC %d ölçüsü 0 ile %d kesinliği arasında olmalıdır"
6233
6234 #: gram.y:5627
6235 #: gram.y:5642
6236 #, c-format
6237 msgid "DECIMAL precision %d must be between 1 and %d"
6238 msgstr "DECIMAL precision %d, 1 ile %d arasında olmalıdır"
6239
6240 #: gram.y:5632
6241 #, c-format
6242 msgid "DECIMAL scale %d must be between 0 and precision %d"
6243 msgstr "DECIMAL %d ölçüsü 0 ile %d kesinliği arasında olmalıdır"
6244
6245 #: gram.y:5692
6246 #: gram.y:5770
6247 #, c-format
6248 msgid "length for type %s must be at least 1"
6249 msgstr "%s tipinin uzunluğu en az 1 olmalıdır"
6250
6251 #: gram.y:5697
6252 #: gram.y:5775
6253 #, c-format
6254 msgid "length for type %s cannot exceed %d"
6255 msgstr "%s tipin uzunluğu %d değerini aşamaz"
6256
6257 #: gram.y:5848
6258 #, c-format
6259 msgid "TIMESTAMP(%d)%s precision must not be negative"
6260 msgstr "TIMESTAMP(%d)%s kesinliği sıfırdan küçük olamaz"
6261
6262 #: gram.y:5854
6263 #, c-format
6264 msgid "TIMESTAMP(%d)%s precision reduced to maximum allowed, %d"
6265 msgstr "TIMESTAMP(%d)%s kesinliği en yüksek değerine (%d) kadar düşürüldü"
6266
6267 #: gram.y:5889
6268 #, c-format
6269 msgid "TIME(%d)%s precision must not be negative"
6270 msgstr "TIME(%d)%s kesinliği sıfırdan küçük olamaz"
6271
6272 #: gram.y:5895
6273 #, c-format
6274 msgid "TIME(%d)%s precision reduced to maximum allowed, %d"
6275 msgstr "TIME(%d)%s kesinliği en yüksek değerine (%d) kadar düşürüldü"
6276
6277 #: gram.y:6349
6278 msgid "UNIQUE predicate is not yet implemented"
6279 msgstr "UNIQUE predicate implemente edilmemiştir"
6280
6281 #: gram.y:6632
6282 #, c-format
6283 msgid "CURRENT_TIME(%d) precision must not be negative"
6284 msgstr "CURRENT_TIME(%d) kesinliği sıfırdan küçük olamaz"
6285
6286 #: gram.y:6638
6287 #, c-format
6288 msgid "CURRENT_TIME(%d) precision reduced to maximum allowed, %d"
6289 msgstr "CURRENT_TIME(%d) kesinliği en yüksek değerine (%d) kadar düşürüldü"
6290
6291 #: gram.y:6686
6292 #, c-format
6293 msgid "CURRENT_TIMESTAMP(%d) precision must not be negative"
6294 msgstr "CURRENT_TIMESTAMP(%d) kesinliği sıfırdan küçük olamaz"
6295
6296 #: gram.y:6692
6297 #, c-format
6298 msgid "CURRENT_TIMESTAMP(%d) precision reduced to maximum allowed, %d"
6299 msgstr "CURRENT_TIMESTAMP(%d) kesinliği en yüksek değerine (%d) kadar düşürüldü"
6300
6301 #: gram.y:6739
6302 #, c-format
6303 msgid "LOCALTIME(%d) precision must not be negative"
6304 msgstr "LOCALTIME(%d) kesinliği sıfırdan küçük olamaz"
6305
6306 #: gram.y:6745
6307 #, c-format
6308 msgid "LOCALTIME(%d) precision reduced to maximum allowed, %d"
6309 msgstr "LOCALTIME(%d) kesinliği en yüksek değerine (%d) kadar düşürüldü"
6310
6311 #: gram.y:6793
6312 #, c-format
6313 msgid "LOCALTIMESTAMP(%d) precision must not be negative"
6314 msgstr "LOCALTIMESTAMP(%d) kesinliği sıfırdan küçük olamaz"
6315
6316 #: gram.y:6799
6317 #, c-format
6318 msgid "LOCALTIMESTAMP(%d) precision reduced to maximum allowed, %d"
6319 msgstr "LOCALTIMESTAMP(%d) kesinliği en yüksek değerine (%d) kadar düşürüldü"
6320
6321 #: gram.y:7987
6322 msgid "OLD used in query that is not in a rule"
6323 msgstr "rule olmayan sorgusunda OLD kullanıldı"
6324
6325 #: gram.y:7996
6326 msgid "NEW used in query that is not in a rule"
6327 msgstr "rule olmayan sorgusunda NEW kullanıldı"
6328
6329 #: y.tab.c:19078
6330 msgid "syntax error; also virtual memory exhausted"
6331 msgstr "parse hatası; ayrıca vertual bellek de dolmuştur"
6332
6333 #: gram.y:8221
6334 #: gram.y:8223
6335 #: gram.y:8240
6336 #: gram.y:8242
6337 #: y.tab.c:19082
6338 msgid "syntax error"
6339 msgstr "söz dizim hatası"
6340
6341 #: y.tab.c:19196
6342 msgid "parser stack overflow"
6343 msgstr "parser stack overflow"
6344
6345 #: gram.y:8195
6346 msgid "wrong number of parameters on left side of OVERLAPS expression"
6347 msgstr "OVERLAPS ifadesinin sol tarafında yanlış parametre sayısı kullanılmış"
6348
6349 #: gram.y:8201
6350 msgid "wrong number of parameters on right side of OVERLAPS expression"
6351 msgstr "OVERLAPS ifadesinin sağ tarafında yanlış parametre sayısı kullanılmış"
6352
6353 #: gram.y:8299
6354 msgid "multiple ORDER BY clauses not allowed"
6355 msgstr "birden çok ORDER BY ifadesi kullanılamaz"
6356
6357 #: gram.y:8307
6358 msgid "multiple FOR UPDATE clauses not allowed"
6359 msgstr "birden çok FOR UPDATE ifadesi kullanılamaz"
6360
6361 #: gram.y:8315
6362 msgid "multiple OFFSET clauses not allowed"
6363 msgstr "birden fazla OFFSET ifadesi desteklenmemektedir"
6364
6365 #: gram.y:8323
6366 msgid "multiple LIMIT clauses not allowed"
6367 msgstr "birden çok LIMIT ifadesi kullanılamaz"
6368
6369 #: parser/parse_type.c:62
6370 #, c-format
6371 msgid "improper %%TYPE reference (too few dotted names): %s"
6372 msgstr "geçersiz %%TYPE başvurusu (çok az noktalı isim): %s"
6373
6374 #: parser/parse_type.c:83
6375 #, c-format
6376 msgid "improper %%TYPE reference (too many dotted names): %s"
6377 msgstr "geçersiz %%TYPE başvurusu (çok fazla noktalı isim): %s"
6378
6379 #: parser/parse_type.c:103
6380 #, c-format
6381 msgid "type reference %s converted to %s"
6382 msgstr "type reference %s'dan %s'a çevirilmiş"
6383
6384 #: parser/parse_type.c:206
6385 #: parser/parse_type.c:237
6386 #: utils/cache/typcache.c:155
6387 #, c-format
6388 msgid "type \"%s\" is only a shell"
6389 msgstr "\"%s\" tipi bir shelldir"
6390
6391 #: parser/parse_type.c:372
6392 #: parser/parse_type.c:467
6393 #, c-format
6394 msgid "invalid type name \"%s\""
6395 msgstr "tip adı \"%s\" geçersiz"
6396
6397 #: parser/scansup.c:182
6398 #, c-format
6399 msgid "identifier \"%s\" will be truncated to \"%.*s\""
6400 msgstr "\"%s\" adı  \"%.*s\" uzunluğuna budanacaktır"
6401
6402 #: port/pg_shmem.c:101
6403 #: port/sysv_shmem.c:101
6404 #, c-format
6405 msgid "could not create shared memory segment: %m"
6406 msgstr "shared memory segment oluşturulamıyor: %m"
6407
6408 #: port/pg_shmem.c:102
6409 #: port/sysv_shmem.c:102
6410 #, c-format
6411 msgid "Failed system call was shmget(key=%lu, size=%u, 0%o)."
6412 msgstr "Başarısız çağrı: shmget(key=%lu, size=%u, 0%o)."
6413
6414 #: port/pg_shmem.c:106
6415 #: port/sysv_shmem.c:106
6416 #, c-format
6417 msgid ""
6418 "This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMMAX parameter.  You can either reduce the request size or reconfigure the kernel with larger SHMMAX.  To reduce the request size (currently %u bytes), reduce PostgreSQL's shared_buffers parameter (currently %d) and/or its max_connections parameter (currently %d).\n"
6419 "If the request size is already small, it's possible that it is less than your kernel's SHMMIN parameter, in which case raising the request size or reconfiguring SHMMIN is called for.\n"
6420 "The PostgreSQL documentation contains more information about shared memory configuration."
6421 msgstr ""
6422 "Bu hata, PostgreSQL'in shared memory isteğinin kernelin SHMMAX parametresinde verilen değerinin aıldığını gösteriyor. İstenilen bellek boyutunu dürebilir veya kerneli daha büyük bir SHMMAX parametresi ile yeniden konfigure edebilirsiniz. İstenilen bellek boyutunu (şu an %u bayt) düşürmek için PostgreSQL'in shared_buffers parametresini (şu an %d) ve/veya max_connections (şu an %d) parametrelerini düşürebilirsiniz.\n"
6423 " Eğer istenilen bellek boyutu zaten küçük ise, kernelin SHMMIN parametresinden düşük olabilir, bu durumda istenilen bellek boyutunu SHMMIN değerine kadar büyütmeniz lazım veya SHMMIN değerini düşürmeniz lazmı. PostgreSQL dokümanlarında shared memory konfigurasyonu hakkında daha fazla bilgi bulabilirsiniz."
6424
6425 #: port/pg_shmem.c:119
6426 #: port/sysv_shmem.c:119
6427 #, c-format
6428 msgid ""
6429 "This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory or swap space. To reduce the request size (currently %u bytes), reduce PostgreSQL's shared_buffers parameter (currently %d) and/or its max_connections parameter (currently %d).\n"
6430 "The PostgreSQL documentation contains more information about shared memory configuration."
6431 msgstr ""
6432 "Bu hata genellikle PostgreSQL'in shared kuullanımı boş takas alanının aştığı zaman ortay çıkıyor. İstenilen bellek bouytu (şu an %u bayt) düşürmek içi, PostgreSQL'in shared_buffers (şu an %d) ve/veya max_connection (şu an %d) parametrelerini düşürün.\n"
6433 "  PostgreSQL dokümanlarında shared memory konfigurasyonu hakkında daha fazla bilgi bulabilirsiniz."
6434
6435 #: port/pg_shmem.c:128
6436 #: port/sysv_shmem.c:128
6437 #, c-format
6438 msgid ""
6439 "This error does *not* mean that you have run out of disk space. It occurs either if all available shared memory IDs have been taken, in which case you need to raise the SHMMNI parameter in your kernel, or because the system's overall limit for shared memory has been reached.  If you cannot increase the shared memory limit, reduce PostgreSQL's shared memory request (currently %u bytes), by reducing its shared_buffers parameter (currently %d) and/or its max_connections parameter (currently %d).\n"
6440 "The PostgreSQL documentation contains more information about shared memory configuration."
6441 msgstr ""
6442 "Bu hata mesajı yeterli boş disk alanı kalmadığı anlamına gelmiyor .\n"
6443 "Bu durum, tüm shared memory ID alınmış olduğu, ki bu durumda SHMMNI parametresinin değerleri yükseltmelisiniz.  Shared memory sınırını yükseltemezseniz, PostgerSQL sisteminin shared memory tütekitimini (şu an %u) shared_buffers (şu an %d) ve/veya max_connections parametresini (şu an %d) düşürerek azaltabilirsiniz.\n"
6444 "PostgreSQL dokümanlarında bu konu ile ilgili daha ayrıntılı açıklama ve konfigurasyon hakkında bilgileri bulabilirsiniz."
6445
6446 #: port/pg_shmem.c:408
6447 #: port/sysv_shmem.c:408
6448 #, c-format
6449 msgid "could not stat data directory \"%s\": %m"
6450 msgstr "\"%s\" veri dizin hakkında bilgi alınamadı: %m"
6451
6452 #: port/win32/security.c:43
6453 #, c-format
6454 msgid "could not open process token: error code %d\n"
6455 msgstr "open process token açma başarısız: hata kodu %d\n"
6456
6457 #: port/win32/security.c:63
6458 #, c-format
6459 msgid "could not get SID for Administrators group: error code %d\n"
6460 msgstr "Administrators grubunun SID numarası alınamadı: hata kodu %d\n"
6461
6462 #: port/win32/security.c:72
6463 #, c-format
6464 msgid "could not get SID for PowerUsers group: error code %d\n"
6465 msgstr "PowerUsers grubunun SID numarası alınamadı: %d\n"
6466
6467 #: port/win32/signal.c:173
6468 #, c-format
6469 msgid "could not create signal listener pipe for pid %d: error code %d"
6470 msgstr "signal listener pipe oluşturulamadı: %d: hata kodu %d"
6471
6472 #: port/win32/signal.c:253
6473 #, c-format
6474 msgid "could not create signal listener pipe: error code %d; retrying\n"
6475 msgstr "signal listener pipe oluşturulamadı: %d; yeniden deneniyor\n"
6476
6477 #: port/win32/signal.c:266
6478 #, c-format
6479 msgid "could not create signal dispatch thread: error code %d\n"
6480 msgstr "signal dispatch thread oluşturulamıyor: hata kodu %d\n"
6481
6482 #: port/pg_sema.c:117
6483 #: port/sysv_sema.c:117
6484 #, c-format
6485 msgid "could not create semaphores: %m"
6486 msgstr "semaphores oluşturma hatası: %m"
6487
6488 #: port/pg_sema.c:118
6489 #: port/sysv_sema.c:118
6490 #, c-format
6491 msgid "Failed system call was semget(%lu, %d, 0%o)."
6492 msgstr "Başarısız çağrı: semget(%lu, %d, 0%o)."
6493
6494 #: port/pg_sema.c:122
6495 #: port/sysv_sema.c:122
6496 #, c-format
6497 msgid ""
6498 "This error does *not* mean that you have run out of disk space.\n"
6499 "It occurs when either the system limit for the maximum number of semaphore sets (SEMMNI), or the system wide maximum number of semaphores (SEMMNS), would be exceeded.  You need to raise the respective kernel parameter.  Alternatively, reduce PostgreSQL's consumption of semaphores by reducing its max_connections parameter (currently %d).\n"
6500 "The PostgreSQL documentation contains more information about configuring your system for PostgreSQL."
6501 msgstr ""
6502 "Bu hata mesajı yeterli boş disk alanı kalmadığı anlamına gelmiyor .\n"
6503 "Bu durum, sistemin semaphore set (SEMMNI) veya semaphore (SEMMNS) sayı sınırlaması aşmasında meydana gelmektedir.  Belirtilen parametrelerin değerleri yükseltmelisiniz.  Başka seçeneğiniz ise PostgerSQL sisteminin semaphore tütekitimini max_connections parametresini şu an %d) düşürerek azaltabilirsiniz.\n"
6504 "PostgreSQL dokümanlarında bu konu ile ilgili daha ayrıntılı açıklama ve konfigurasyon hakkında bilgileri bulabilirsiniz."
6505
6506 #: port/pg_sema.c:151
6507 #: port/sysv_sema.c:151
6508 #, c-format
6509 msgid "You possibly need to raise your kernel's SEMVMX value to be at least %d.  Look into the PostgreSQL documentation for details."
6510 msgstr "Kernel SEMVMX değerini en az %d değerine kadar çıkartmalısınız.  Daha fazla bilgi için PostgreSQL dokümanlarına bakın."
6511
6512 #: postmaster/postmaster.c:450
6513 #, c-format
6514 msgid "%s: assert checking is not compiled in\n"
6515 msgstr "%s: assert checking desteği derlenmemiştir\n"
6516
6517 #: postmaster/postmaster.c:566
6518 #: postmaster/postmaster.c:579
6519 #, c-format
6520 msgid "Try \"%s --help\" for more information.\n"
6521 msgstr "Daha fazla bilgi için \"%s --help\" yazın\n"
6522
6523 #: postmaster/postmaster.c:577
6524 #, c-format
6525 msgid "%s: invalid argument: \"%s\"\n"
6526 msgstr "%s: geçersiz parametre: \"%s\"\n"
6527
6528 #: postmaster/postmaster.c:604
6529 #, c-format
6530 msgid "%s: the number of buffers (-B) must be at least twice the number of allowed connections (-N) and at least 16\n"
6531 msgstr "%s: buffer sayısı (-B), izin verilen bağlantı sayısından (-N) en az iki kat daha büyük ve 16'dan daha küçük olmamalıdır\n"
6532
6533 #: postmaster/postmaster.c:610
6534 #, c-format
6535 msgid "%s: superuser_reserved_connections must be less than max_connections\n"
6536 msgstr "%s: superuser_reserved_connections parametresi, max_connections parametresinden küçük olmalıdır\n"
6537
6538 #: postmaster/postmaster.c:619
6539 #, c-format
6540 msgid "%s: invalid datetoken tables, please fix\n"
6541 msgstr "%s: datetoken tabloları bozuk, lütfen düzeltin\n"
6542
6543 #: postmaster/postmaster.c:653
6544 #, c-format
6545 msgid "%s: could not locate matching postgres executable"
6546 msgstr "%s: uygun postgres çalıştırma dosysı bulunamadı"
6547
6548 #: postmaster/postmaster.c:720
6549 msgid "invalid list syntax for \"listen_addresses\""
6550 msgstr "\"listen_addresses\" için geçersiz sözdizimi"
6551
6552 #: postmaster/postmaster.c:739
6553 #, c-format
6554 msgid "could not create listen socket for \"%s\""
6555 msgstr "\"%s\" için socket oluşturma hatası"
6556
6557 #: postmaster/postmaster.c:768
6558 msgid "could not create Unix-domain socket"
6559 msgstr "UNIX-domani socket oluşturma hatası"
6560
6561 #: postmaster/postmaster.c:776
6562 msgid "no socket created for listening"
6563 msgstr "dinlemek için socket oluşturulmadı"
6564
6565 #: postmaster/postmaster.c:853
6566 #, c-format
6567 msgid "%s: could not write external PID file \"%s\": %s\n"
6568 msgstr "%s: harici PID dosyası \"%s\" yazılamadı: %s\n"
6569
6570 #: postmaster/postmaster.c:946
6571 #, c-format
6572 msgid "data directory \"%s\" does not exist"
6573 msgstr "veritabanı deizini \"%s\" mevcut değil"
6574
6575 #: postmaster/postmaster.c:951
6576 #, c-format
6577 msgid "could not read permissions of directory \"%s\": %m"
6578 msgstr "\"%s\" dizininin eriğim haklarını okunamıyor: %m"
6579
6580 #: postmaster/postmaster.c:966
6581 #, c-format
6582 msgid "data directory \"%s\" has group or world access"
6583 msgstr "veritabanı dizini \"%s\" gruba ve herkese erişime açıktır"
6584
6585 #: postmaster/postmaster.c:968
6586 msgid "Permissions should be u=rwx (0700)."
6587 msgstr "Erişim hakları u=rwx (0700) olmalıdır."
6588
6589 #: postmaster/postmaster.c:979
6590 #, c-format
6591 msgid ""
6592 "%s: could not find the database system\n"
6593 "Expected to find it in the directory \"%s\",\n"
6594 "but could not open file \"%s\": %s\n"
6595 msgstr ""
6596 "%s: veritabanı sistemi bulamamaktadır.\n"
6597 "\"%s\" klasöründe arama yapılmıştır,\n"
6598 "ancak \"%s\" dosyası bulunamamıştır: %s\n"
6599
6600 #: postmaster/postmaster.c:1024
6601 #, c-format
6602 msgid "%s: could not fork background process: %s\n"
6603 msgstr "%s: artalan süreci başlatma hatası: %s\n"
6604
6605 #: postmaster/postmaster.c:1046
6606 #, c-format
6607 msgid "%s: could not dissociate from controlling TTY: %s\n"
6608 msgstr "%s: control TTY ile bağlantı kesilemiyor: %s\n"
6609
6610 #: postmaster/postmaster.c:1069
6611 #, c-format
6612 msgid ""
6613 "%s is the PostgreSQL server.\n"
6614 "\n"
6615 msgstr ""
6616 "%s, PostgreSQL dunucusudur.\n"
6617 "\n"
6618
6619 #: postmaster/postmaster.c:1070
6620 #, c-format
6621 msgid ""
6622 "Usage:\n"
6623 "  %s [OPTION]...\n"
6624 "\n"
6625 msgstr ""
6626 "Kullanım:\n"
6627 "  %s [OPTION]...\n"
6628 "\n"
6629
6630 #: postmaster/postmaster.c:1071
6631 #: tcop/postgres.c:2125
6632 msgid "Options:\n"
6633 msgstr "Opsiyonlar:\n"
6634
6635 #: postmaster/postmaster.c:1073
6636 #: tcop/postgres.c:2127
6637 msgid "  -A 1|0          enable/disable run-time assert checking\n"
6638 msgstr "  -A 1|0          çalışma zamanı assert denetimi açık/kapalı\n"
6639
6640 #: postmaster/postmaster.c:1075
6641 #: tcop/postgres.c:2129
6642 msgid "  -B NBUFFERS     number of shared buffers\n"
6643 msgstr "  -B NBUFFERS     shared buffers sayısı\n"
6644
6645 #: postmaster/postmaster.c:1076
6646 #: tcop/postgres.c:2130
6647 msgid "  -c NAME=VALUE   set run-time parameter\n"
6648 msgstr "  -c NAME=VALUE   çalışma parametresine değer ver\n"
6649
6650 #: postmaster/postmaster.c:1077
6651 msgid "  -d 1-5          debugging level\n"
6652 msgstr "  -d 1-5          debug düzeyi\n"
6653
6654 #: postmaster/postmaster.c:1078
6655 #: tcop/postgres.c:2132
6656 msgid "  -D DATADIR      database directory\n"
6657 msgstr "  -D DATADIR      veritabanı dizini\n"
6658
6659 #: postmaster/postmaster.c:1079
6660 #: tcop/postgres.c:2135
6661 msgid "  -F              turn fsync off\n"
6662 msgstr "  -F              UNIX fsync() kullanımı engelle\n"
6663
6664 #: postmaster/postmaster.c:1080
6665 msgid "  -h HOSTNAME     host name or IP address to listen on\n"
6666 msgstr "  -h HOSTNAME     sunucunun kullanacağı host name veya IP adresi\n"
6667
6668 #: postmaster/postmaster.c:1081
6669 msgid "  -i              enable TCP/IP connections\n"
6670 msgstr "  -i              TCP/IP bağlantıları etkinleştir\n"
6671
6672 #: postmaster/postmaster.c:1082
6673 msgid "  -k DIRECTORY    Unix-domain socket location\n"
6674 msgstr "  -k DIRECTORY    Unix-domain socket'in yeri\n"
6675
6676 #: postmaster/postmaster.c:1084
6677 msgid "  -l              enable SSL connections\n"
6678 msgstr "  -l              SSL bağlantıları etkinleştir\n"
6679
6680 #: postmaster/postmaster.c:1086
6681 msgid "  -N MAX-CONNECT  maximum number of allowed connections\n"
6682 msgstr "  -N MAX-CONNECT  maksimum bağlantı sayısı\n"
6683
6684 #: postmaster/postmaster.c:1087
6685 msgid "  -o OPTIONS      pass \"OPTIONS\" to each server process\n"
6686 msgstr "  -o OPTIONS      her backend sunucusuna şu \"OPTIONS\"ları ilet\n"
6687
6688 #: postmaster/postmaster.c:1088
6689 msgid "  -p PORT         port number to listen on\n"
6690 msgstr "  -p PORT         sunucunun kullanacağı port numarası\n"
6691
6692 #: postmaster/postmaster.c:1089
6693 msgid "  -S              silent mode (start in background without logging output)\n"
6694 msgstr "  -S              sessiz modu (log kayırları yazmadan arka plânda çalıştır)\n"
6695
6696 #: postmaster/postmaster.c:1090
6697 #: tcop/postgres.c:2142
6698 msgid "  --help          show this help, then exit\n"
6699 msgstr "  --help          bu help ekranı göster\n"
6700
6701 #: postmaster/postmaster.c:1091
6702 #: tcop/postgres.c:2143
6703 msgid "  --version       output version information, then exit\n"
6704 msgstr "  --version       versyon bilgileri göster\n"
6705
6706 #: postmaster/postmaster.c:1093
6707 #: tcop/postgres.c:2144
6708 msgid ""
6709 "\n"
6710 "Developer options:\n"
6711 msgstr ""
6712 "\n"
6713 "Program geliştirici opsiyonlar:\n"
6714
6715 #: postmaster/postmaster.c:1094
6716 msgid "  -n              do not reinitialize shared memory after abnormal exit\n"
6717 msgstr "  -n              anormal çıkıştan sonra shared memorynin yeniden biçimlendirmesini engelle\n"
6718
6719 #: postmaster/postmaster.c:1095
6720 msgid "  -s              send SIGSTOP to all backend servers if one dies\n"
6721 msgstr "  -s              bir backend sunucunun çöktüğünde tüm backend'lere SIGSTOP gönder\n"
6722
6723 #: postmaster/postmaster.c:1097
6724 msgid ""
6725 "\n"
6726 "Please read the documentation for the complete list of run-time\n"
6727 "configuration settings and how to set them on the command line or in\n"
6728 "the configuration file.\n"
6729 "\n"
6730 "Report bugs to <pgsql-bugs@postgresql.org>.\n"
6731 msgstr ""
6732 "\n"
6733 "Çalışma zamanı ayarların tam listesai ve onları komut satırında ve\n"
6734 "ayarlar dosyasında kullanışı görmek için dökümanlara başvurunuz.\n"
6735 "\n"
6736 "Sistem hataları <pgsql-bugs@postgresql.org> adresine bildiriniz.\n"
6737
6738 #: postmaster/postmaster.c:1159
6739 #, c-format
6740 msgid "select() failed in postmaster: %m"
6741 msgstr "pstmaster içinde select() başarısız: %m"
6742
6743 #: postmaster/postmaster.c:1310
6744 #: postmaster/postmaster.c:1341
6745 msgid "incomplete startup packet"
6746 msgstr "başlatma paketi eksik"
6747
6748 #: postmaster/postmaster.c:1322
6749 msgid "invalid length of startup packet"
6750 msgstr "başlatma paketinin uzunluğu geçirsiz"
6751
6752 #: postmaster/postmaster.c:1374
6753 #, c-format
6754 msgid "failed to send SSL negotiation response: %m"
6755 msgstr "SSL görüşme cevabı gönderme başarısız: %m"
6756
6757 #: postmaster/postmaster.c:1403
6758 #, c-format
6759 msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u"
6760 msgstr "frontend protokolü %u.%u desteklenememktedir: sunucunun desteklediği protokolleri %u.0 ila %u.%u arasında"
6761
6762 #: postmaster/postmaster.c:1467
6763 msgid "invalid startup packet layout: expected terminator as last byte"
6764 msgstr "geçersiz sartup packet düzeni: son bayt bir sonlandırıcı olmalıdır"
6765
6766 #: postmaster/postmaster.c:1496
6767 msgid "no PostgreSQL user name specified in startup packet"
6768 msgstr "başlatma paketinde PostgreSQL kullanıcı adı belirtilmemiştir"
6769
6770 #: postmaster/postmaster.c:1549
6771 msgid "the database system is starting up"
6772 msgstr "veritabanı başlatılıyor"
6773
6774 #: postmaster/postmaster.c:1554
6775 msgid "the database system is shutting down"
6776 msgstr "veritabanı kapatılıyor"
6777
6778 #: postmaster/postmaster.c:1559
6779 msgid "the database system is in recovery mode"
6780 msgstr "veritabanı kurtarma modundadır"
6781
6782 #: postmaster/postmaster.c:1564
6783 #: storage/ipc/sinval.c:105
6784 #: storage/lmgr/proc.c:246
6785 msgid "sorry, too many clients already"
6786 msgstr "özgünüm, istemci sayısı çok fazla"
6787
6788 #: postmaster/postmaster.c:1791
6789 msgid "received SIGHUP, reloading configuration files"
6790 msgstr "SIGHUP sinyali alınmıştır, konfigurasyon dosyaları yeniden okunuyor"
6791
6792 #: postmaster/postmaster.c:1843
6793 msgid "received smart shutdown request"
6794 msgstr "smart shutdown isteği alındı"
6795
6796 #: postmaster/postmaster.c:1879
6797 msgid "received fast shutdown request"
6798 msgstr "fast shutdown isteği alındı"
6799
6800 #: postmaster/postmaster.c:1886
6801 msgid "aborting any active transactions"
6802 msgstr "actif transactionlar iptal ediliyor"
6803
6804 #: postmaster/postmaster.c:1924
6805 msgid "received immediate shutdown request"
6806 msgstr "immediate shutdown isteği alındı"
6807
6808 #: postmaster/postmaster.c:1997
6809 msgid "startup process"
6810 msgstr "sistem başlatma süreci"
6811
6812 #: postmaster/postmaster.c:2000
6813 msgid "aborting startup due to startup process failure"
6814 msgstr "başlatma süreci hatası nedeniyle başlatma süreci durdurulmuştır"
6815
6816 #: postmaster/postmaster.c:2063
6817 msgid "background writer process"
6818 msgstr "artalan writer süreci"
6819
6820 #: postmaster/postmaster.c:2076
6821 msgid "archiver process"
6822 msgstr "archiver süreci"
6823
6824 #: postmaster/postmaster.c:2093
6825 msgid "statistics collector process"
6826 msgstr "istatistik toplama süreci"
6827
6828 #: postmaster/postmaster.c:2107
6829 msgid "system logger process"
6830 msgstr "system logger süreci"
6831
6832 #: postmaster/postmaster.c:2128
6833 msgid "all server processes terminated; reinitializing"
6834 msgstr "tüm sunucu süreçleri durdurulmuş; shared memory ve spamothorları yeniden tanımlanıyor"
6835
6836 #: postmaster/postmaster.c:2174
6837 #: postmaster/postmaster.c:2184
6838 msgid "server process"
6839 msgstr "sunucu süreci"
6840
6841 #: postmaster/postmaster.c:2229
6842 msgid "terminating any other active server processes"
6843 msgstr "diğer aktif sunucu süreçleri durduruluyor"
6844
6845 #: postmaster/postmaster.c:2326
6846 #, c-format
6847 msgid "%s (PID %d) exited with exit code %d"
6848 msgstr "%s (PID %d) exit code %d ile sonlandırılmış"
6849
6850 #: postmaster/postmaster.c:2335
6851 #, c-format
6852 msgid "%s (PID %d) was terminated by signal %d"
6853 msgstr "%s (PID %d) %d sinyali tarafından sonlandırılmış"
6854
6855 #: postmaster/postmaster.c:2344
6856 #, c-format
6857 msgid "%s (PID %d) exited with unexpected status %d"
6858 msgstr "%s (PID %d) bekleynmeyen status kodu ile sonlandırılmış %d"
6859
6860 #: postmaster/postmaster.c:2469
6861 #, c-format
6862 msgid "could not fork new process for connection: %m"
6863 msgstr "bağlantı için yeni süreç başlatılamadı: %m"
6864
6865 #: postmaster/postmaster.c:2508
6866 msgid "could not fork new process for connection: "
6867 msgstr "bağlantı için yeni süreç başlatılamadı:"
6868
6869 #: postmaster/postmaster.c:2647
6870 #, c-format
6871 msgid "getnameinfo_all() failed: %s"
6872 msgstr "getnameinfo_all() başarısız: %s"
6873
6874 #: postmaster/postmaster.c:2656
6875 #, c-format
6876 msgid "connection received: host=%s port=%s"
6877 msgstr "connection alındı: host=%s port=%s"
6878
6879 #: postmaster/postmaster.c:2728
6880 #, c-format
6881 msgid "connection authorized: user=%s database=%s"
6882 msgstr "bağlantı tanımı: kullanıcı=%s veritabanı=%s"
6883
6884 #: postmaster/postmaster.c:2946
6885 #, c-format
6886 msgid "could not execute server process \"%s\": %m"
6887 msgstr "\"%s\" sunucu süreci başlatma hatası: %m"
6888
6889 #: postmaster/postmaster.c:3540
6890 #, c-format
6891 msgid "could not fork startup process: %m"
6892 msgstr "startup süreci başlatma hatası: %m"
6893
6894 #: postmaster/postmaster.c:3544
6895 #, c-format
6896 msgid "could not fork background writer process: %m"
6897 msgstr "backgroun writer süreci başlatma hatası: %m"
6898
6899 #: postmaster/postmaster.c:3548
6900 #, c-format
6901 msgid "could not fork process: %m"
6902 msgstr "süreç başlatma hatası: %m"
6903
6904 #: postmaster/postmaster.c:3722
6905 #, c-format
6906 msgid "could not duplicate socket %d for use in backend: error code %d"
6907 msgstr "backend içinde kullanılacak duplicate socket %d oluşturulamadı: hata kodu %d"
6908
6909 #: postmaster/postmaster.c:3751
6910 #, c-format
6911 msgid "could not create inherited socket: error code %d\n"
6912 msgstr "inherited socket oluşturulamıyor: hata kodu %d\n"
6913
6914 #: postmaster/postmaster.c:3779
6915 #: postmaster/postmaster.c:3786
6916 #, c-format
6917 msgid "could not read from backend variables file \"%s\": %s\n"
6918 msgstr "\"%s\" backend parametreler dosyasından okunamıyor: %s\n"
6919
6920 #: postmaster/postmaster.c:3795
6921 #, c-format
6922 msgid "could not remove file \"%s\": %s\n"
6923 msgstr "\"%s\" dosyası silme hatası: %s\n"
6924
6925 #: postmaster/postmaster.c:3810
6926 #, c-format
6927 msgid "could not map view of backend variables: error code %d\n"
6928 msgstr "backend değişkenleri map view hatası: hata kodu: %d\n"
6929
6930 #: postmaster/postmaster.c:3819
6931 #, c-format
6932 msgid "could not unmap view of backend variables: error code %d\n"
6933 msgstr "backend değişkenleri unmap view hatası: hata kodu: %d\n"
6934
6935 #: postmaster/postmaster.c:3826
6936 #, c-format
6937 msgid "could not close handle to backend parameter variables: error code %d\n"
6938 msgstr "backend parameter değişkenler tanıtıcısı kapatılamadı: hata kodu %d\n"
6939
6940 #: postmaster/postmaster.c:4065
6941 #, c-format
6942 msgid "could not wait on child process handle: error code %d\n"
6943 msgstr "çocuk süreç handle bekleme hatası: error kodu: %d\n"
6944
6945 #: postmaster/bgwriter.c:336
6946 #, c-format
6947 msgid "checkpoints are occurring too frequently (%d seconds apart)"
6948 msgstr "checkpoint işlemi çok sık çağırılıyor (%d saniye aralıkla)"
6949
6950 #: postmaster/bgwriter.c:338
6951 msgid "Consider increasing the configuration parameter \"checkpoint_segments\"."
6952 msgstr "\"checkpoint_segments\" konfigurasyon parametresi ile bu aralığı büyütebilirsiniz."
6953
6954 #: postmaster/bgwriter.c:490
6955 msgid "not enough shared memory for background writer"
6956 msgstr "arka planı writer için sharem memory yeterli değildir"
6957
6958 #: postmaster/bgwriter.c:555
6959 msgid "checkpoint request failed"
6960 msgstr "checkpoint isteği başarısız"
6961
6962 #: postmaster/bgwriter.c:556
6963 msgid "Consult the server log for details."
6964 msgstr "Ayrıntılar için sunucu günlük dosyasına bakın."
6965
6966 #: postmaster/pgarch.c:164
6967 #, c-format
6968 msgid "could not fork archiver: %m"
6969 msgstr "archiver başlatılamadı: %m"
6970
6971 #: postmaster/pgarch.c:391
6972 #, c-format
6973 msgid "transaction log file \"%s\" could not be archived: too many failures"
6974 msgstr "transaction log dosyası \"%s\" arşivlenemedi: çok fazla başarısız işlem"
6975
6976 #: postmaster/pgarch.c:474
6977 #, c-format
6978 msgid "archive command \"%s\" failed: return code %d"
6979 msgstr "arşıv komutu \"%s\" başarısız: döndürülen kod %d"
6980
6981 #: postmaster/pgarch.c:479
6982 #, c-format
6983 msgid "archived transaction log file \"%s\""
6984 msgstr "archived transaction log dosyası \"%s\""
6985
6986 #: postmaster/pgarch.c:525
6987 #, c-format
6988 msgid "could not open archive status directory \"%s\": %m"
6989 msgstr "archive status dizini \"%s\" açılamıyor: %m"
6990
6991 #: postmaster/pgarch.c:564
6992 #, c-format
6993 msgid "could not read archive status directory \"%s\": %m"
6994 msgstr "archive status dizini \"%s\" okunamıyor: %m"
6995
6996 #: postmaster/pgstat.c:259
6997 #, c-format
6998 msgid "could not resolve \"localhost\": %s"
6999 msgstr "\"localhost\" adresi çözümlenemedi: %s"
7000
7001 #: postmaster/pgstat.c:287
7002 #, c-format
7003 msgid "could not create socket for statistics collector: %m"
7004 msgstr "statistic collectror socket oluşturma hatası: %m"
7005
7006 #: postmaster/pgstat.c:299
7007 #, c-format
7008 msgid "could not bind socket for statistics collector: %m"
7009 msgstr "statistic collectror socket bind hatası: %m"
7010
7011 #: postmaster/pgstat.c:310
7012 #, c-format
7013 msgid "could not get address of socket for statistics collector: %m"
7014 msgstr "istatistik toplayıcı sürecinin socket adresi alınamadı: %m"
7015
7016 #: postmaster/pgstat.c:326
7017 #, c-format
7018 msgid "could not connect socket for statistics collector: %m"
7019 msgstr "statistic collectror socket bağlama hatası: %m"
7020
7021 #: postmaster/pgstat.c:343
7022 #, c-format
7023 msgid "could not send test message on socket for statistics collector: %m"
7024 msgstr "istatistik toplayıcı sürecine test mesajı gönderme hatası: %m"
7025
7026 #: postmaster/pgstat.c:368
7027 #: postmaster/pgstat.c:1567
7028 #, c-format
7029 msgid "select() failed in statistics collector: %m"
7030 msgstr "istatistik toplayıcı süreci select() hatası: %m"
7031
7032 #: postmaster/pgstat.c:383
7033 msgid "test message did not get through on socket for statistics collector"
7034 msgstr "istatistik toplayıcı sürecine test mesajı gönderilemedi"
7035
7036 #: postmaster/pgstat.c:395
7037 #, c-format
7038 msgid "could not receive test message on socket for statistics collector: %m"
7039 msgstr "istatistik toplayıcı süreci test mesajı alma hatası: %m"
7040
7041 #: postmaster/pgstat.c:405
7042 msgid "incorrect test message transmission on socket for statistics collector"
7043 msgstr "istatistik toplayıcı socket aracılığı ile mesaj gönderme hatası"
7044
7045 #: postmaster/pgstat.c:420
7046 msgid "disabling statistics collector for lack of working socket"
7047 msgstr "çalışan socket olmadığından istatistik toplayıcı iptal edildi"
7048
7049 #: postmaster/pgstat.c:434
7050 #, c-format
7051 msgid "could not set statistics collector socket to nonblocking mode: %m"
7052 msgstr "istatistik toplayıc socketi nonblocking durumuna getirilemedi: %m"
7053
7054 #: postmaster/pgstat.c:567
7055 msgid "statistics collector startup skipped"
7056 msgstr "istatistik toplama süreci başlatılmayacak"
7057
7058 #: postmaster/pgstat.c:601
7059 #, c-format
7060 msgid "could not fork statistics buffer: %m"
7061 msgstr "istatistik tampon süreci başlatılamıyor: %m"
7062
7063 #: postmaster/pgstat.c:959
7064 msgid "must be superuser to reset statistics counters"
7065 msgstr "istatistik sayaçları sadece veritabanı superuser sıfırlayabilir"
7066
7067 #: postmaster/pgstat.c:1381
7068 #, c-format
7069 msgid "could not create pipe for statistics buffer: %m"
7070 msgstr "statistics tamponu için pipe oluşturma hatası: %m"
7071
7072 #: postmaster/pgstat.c:1393
7073 #, c-format
7074 msgid "could not fork statistics collector: %m"
7075 msgstr "statistics collector başlatılamıyor: %m"
7076
7077 #: postmaster/pgstat.c:1608
7078 #, c-format
7079 msgid "could not read from statistics collector pipe: %m"
7080 msgstr "statistics collector pipe okuma hatası: %m"
7081
7082 #: postmaster/pgstat.c:1629
7083 msgid "invalid statistics message length"
7084 msgstr "istatistik mesaj uzunluğu yanlıştır"
7085
7086 #: postmaster/pgstat.c:1774
7087 #, c-format
7088 msgid "could not set statistics collector pipe to nonblocking mode: %m"
7089 msgstr "istatistik toplayıc pipe nonblocking durumuna getirilemedi: %m"
7090
7091 #: postmaster/pgstat.c:1805
7092 msgid "statistics buffer is full"
7093 msgstr "istatistik tamponu dolsu"
7094
7095 #: postmaster/pgstat.c:1836
7096 #, c-format
7097 msgid "select() failed in statistics buffer: %m"
7098 msgstr "istatistik toplama süreci içerisinde select() hatası: %m"
7099
7100 #: postmaster/pgstat.c:1850
7101 #, c-format
7102 msgid "could not read statistics message: %m"
7103 msgstr "istatistik mesajı okuma hatası: %m"
7104
7105 #: postmaster/pgstat.c:1913
7106 #, c-format
7107 msgid "could not write to statistics collector pipe: %m"
7108 msgstr "statistics collector pipe yazma hatası: %m"
7109
7110 #: postmaster/pgstat.c:1988
7111 #, c-format
7112 msgid "invalid server process ID %d"
7113 msgstr "sunucu süreci ID %d geçersiz"
7114
7115 #: postmaster/pgstat.c:2047
7116 #: postmaster/pgstat.c:2122
7117 #: postmaster/pgstat.c:2720
7118 msgid "out of memory in statistics collector --- abort"
7119 msgstr "statistics collector sürecinde bellek yetersizliği --- abort"
7120
7121 #: postmaster/pgstat.c:2170
7122 #, c-format
7123 msgid "could not open temporary statistics file \"%s\": %m"
7124 msgstr "geçici istatistik dosyası \"%s\" açılamıyor: %m"
7125
7126 #: postmaster/pgstat.c:2196
7127 msgid "database hash table corrupted during cleanup --- abort"
7128 msgstr "veritabanı %d için tablolar hash tablosu temizleme sırasında bozulmuştur --- iptal"
7129
7130 #: postmaster/pgstat.c:2231
7131 #, c-format
7132 msgid "tables hash table for database %u corrupted during cleanup --- abort"
7133 msgstr "veritabanı %u için tablolar hash tablosu boşaltma sırasında bozulmuştur --- iptal"
7134
7135 #: postmaster/pgstat.c:2279
7136 #, c-format
7137 msgid "could not close temporary statistics file \"%s\": %m"
7138 msgstr "geçici istatistik dosyası \"%s\" açılamıyor: %m"
7139
7140 #: postmaster/pgstat.c:2288
7141 #, c-format
7142 msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m"
7143 msgstr "geçici istatistik dosyasının adı değiştirilemiyor eski: \"%s\" yeni: \"%s\": %m"
7144
7145 #: postmaster/pgstat.c:2310
7146 msgid "dead-server-process hash table corrupted during cleanup --- abort"
7147 msgstr "ölü backend hash tablosu başlatma sırasında bozulmuştur --- iptal"
7148
7149 #: postmaster/pgstat.c:2417
7150 #: postmaster/pgstat.c:2437
7151 #: postmaster/pgstat.c:2483
7152 #: postmaster/pgstat.c:2504
7153 #: postmaster/pgstat.c:2521
7154 #: postmaster/pgstat.c:2555
7155 #: postmaster/pgstat.c:2584
7156 msgid "corrupted pgstat.stat file"
7157 msgstr "pgstat.stat dosysı bozulmuştur"
7158
7159 #: postmaster/syslogger.c:317
7160 #, c-format
7161 msgid "select() failed in logger process: %m"
7162 msgstr "logger süreci içerisinde select() hatası: %m"
7163
7164 #: postmaster/syslogger.c:329
7165 #: postmaster/syslogger.c:734
7166 #, c-format
7167 msgid "could not read from logger pipe: %m"
7168 msgstr "syslog pipe okuma hatası: %m"
7169
7170 #: postmaster/syslogger.c:361
7171 msgid "logger shutting down"
7172 msgstr "loglama süreci kapatılıyor"
7173
7174 #: postmaster/syslogger.c:405
7175 #: postmaster/syslogger.c:419
7176 #, c-format
7177 msgid "could not create pipe for syslog: %m"
7178 msgstr "syslog için pipe oluşturulamadı: %m"
7179
7180 #: postmaster/syslogger.c:447
7181 #, c-format
7182 msgid "could not create log file \"%s\": %m"
7183 msgstr "\"%s\" günlük dosyası oluşturma hatası: %m"
7184
7185 #: postmaster/syslogger.c:477
7186 #, c-format
7187 msgid "could not fork system logger: %m"
7188 msgstr "system logger başlatma hatası: %m"
7189
7190 #: postmaster/syslogger.c:509
7191 #, c-format
7192 msgid "could not redirect stdout: %m"
7193 msgstr "stdout yönlendirilmesi yapılamadı: %m"
7194
7195 #: postmaster/syslogger.c:514
7196 #: postmaster/syslogger.c:527
7197 #, c-format
7198 msgid "could not redirect stderr: %m"
7199 msgstr "stderr yönlendirilmesi yapılamadı: %m"
7200
7201 #: postmaster/syslogger.c:703
7202 #, c-format
7203 msgid "could not write to log file: %m"
7204 msgstr "log file yazma hatası: %m"
7205
7206 #: postmaster/syslogger.c:790
7207 #, c-format
7208 msgid "could not open new log file \"%s\": %m"
7209 msgstr "yeni log file \"%s\" açma hatası: %m"
7210
7211 #: postmaster/syslogger.c:802
7212 msgid "disabling automatic rotation (use SIGHUP to reenable)"
7213 msgstr "otomatik dönüşüm etkisiz (yeniden yetkilendirmek için SIGHUP kullanın)"
7214
7215 #: rewrite/rewriteDefine.c:104
7216 #: rewrite/rewriteDefine.c:589
7217 #, c-format
7218 msgid "rule \"%s\" for relation \"%s\" already exists"
7219 msgstr "Rule \"%s\", \"%s\" için zaten mevcut"
7220
7221 #: rewrite/rewriteDefine.c:234
7222 msgid "rule actions on OLD are not implemented"
7223 msgstr "OLD için rule eylemleri emplemente edilmemiş"
7224
7225 #: rewrite/rewriteDefine.c:235
7226 msgid "Use views or triggers instead."
7227 msgstr "Yerine view veya trigger kullanın."
7228
7229 #: rewrite/rewriteDefine.c:239
7230 msgid "rule actions on NEW are not implemented"
7231 msgstr "NEW için rule eylemleri emplemente edilmemiş"
7232
7233 #: rewrite/rewriteDefine.c:240
7234 msgid "Use triggers instead."
7235 msgstr "lütfen yerine triggerleri kullanın."
7236
7237 #: rewrite/rewriteDefine.c:257
7238 msgid "INSTEAD NOTHING rules on SELECT are not implemented"
7239 msgstr "SELECT üzerinde INSTEAD NOTHING rule emplemente edilmemiştir"
7240
7241 #: rewrite/rewriteDefine.c:258
7242 msgid "Use views instead."
7243 msgstr "Lütfen yerine viewları kullanın"
7244
7245 #: rewrite/rewriteDefine.c:266
7246 msgid "multiple actions for rules on SELECT are not implemented"
7247 msgstr "SELECT rule'ler için birden fazla eylem tanımlanma emplemente edilmemiş"
7248
7249 #: rewrite/rewriteDefine.c:275
7250 msgid "rules on SELECT must have action INSTEAD SELECT"
7251 msgstr "SELECT rule tanımları INSTEAD SELECT öğesini taşımak zorundadır"
7252
7253 #: rewrite/rewriteDefine.c:283
7254 msgid "event qualifications are not implemented for rules on SELECT"
7255 msgstr "SELECT rule'ler için olay tanımları emplemente edilmemiş"
7256
7257 #: rewrite/rewriteDefine.c:303
7258 msgid "SELECT rule's target list has too many entries"
7259 msgstr "SELECT rule'un hedef öğesi listesinin öğe sayısı fazladır"
7260
7261 #: rewrite/rewriteDefine.c:319
7262 msgid "cannot convert relation containing dropped columns to view"
7263 msgstr "cannot convert relation containing dropped columns to view"
7264
7265 #: rewrite/rewriteDefine.c:324
7266 #, c-format
7267 msgid "SELECT rule's target entry %d has different column name from \"%s\""
7268 msgstr "SELECT rule'un hedef öğesi %d sütun \"%s\"'dan farklı bir isme sahip"
7269
7270 #: rewrite/rewriteDefine.c:329
7271 #, c-format
7272 msgid "SELECT rule's target entry %d has different type from column \"%s\""
7273 msgstr "SELECT rule'un hedef öğesi %d sütun \"%s\"'dan farklı bir tipe sahip"
7274
7275 #: rewrite/rewriteDefine.c:342
7276 #, c-format
7277 msgid "SELECT rule's target entry %d has different size from column \"%s\""
7278 msgstr "SELECT rule'un hedef öğesi %d sütun \"%s\"'dan farklı bir boyuta sahip"
7279
7280 #: rewrite/rewriteDefine.c:348
7281 msgid "SELECT rule's target list has too few entries"
7282 msgstr "SELECT rule'un hedef listesi gereğinden az öğeye sahip"
7283
7284 #: rewrite/rewriteDefine.c:363
7285 #, c-format
7286 msgid "\"%s\" is already a view"
7287 msgstr "\"%s\" zanten bir view'dur"
7288
7289 #: rewrite/rewriteDefine.c:387
7290 #, c-format
7291 msgid "view rule for \"%s\" must be named \"%s\""
7292 msgstr "rule \"%s\" için view'nun adını \"%s\" olarak değiştirilmelidir"
7293
7294 #: rewrite/rewriteDefine.c:407
7295 #, c-format
7296 msgid "could not convert table \"%s\" to a view because it is not empty"
7297 msgstr "\"%s\" tablosu boş olmadığı için vew'a çevirilemedi"
7298
7299 #: rewrite/rewriteDefine.c:414
7300 #, c-format
7301 msgid "could not convert table \"%s\" to a view because it has triggers"
7302 msgstr "\"%s\" tablosuna bağlı trigger bulunduğu için vew'a çevirilemedi"
7303
7304 #: rewrite/rewriteDefine.c:416
7305 msgid "In particular, the table may not be involved in any foreign key relationships."
7306 msgstr "Özellikle tablo, foreign key ilişkilerinde kullanılamaz."
7307
7308 #: rewrite/rewriteDefine.c:421
7309 #, c-format
7310 msgid "could not convert table \"%s\" to a view because it has indexes"
7311 msgstr "\"%s\" tablosuna bağlı index bulunduğu için vew'a çevirilemedi"
7312
7313 #: rewrite/rewriteDefine.c:427
7314 #, c-format
7315 msgid "could not convert table \"%s\" to a view because it has child tables"
7316 msgstr "\"%s\" tablosuna bağlı çöcuk tabloları bulunduğu için vew'a çevirilemedi"
7317
7318 #: rewrite/rewriteHandler.c:492
7319 #: rewrite/rewriteHandler.c:511
7320 #, c-format
7321 msgid "multiple assignments to same column \"%s\""
7322 msgstr "aynı sütun \"%s\" için birden fazla değer atama"
7323
7324 #: rewrite/rewriteHandler.c:968
7325 #: rewrite/rewriteHandler.c:1253
7326 #, c-format
7327 msgid "infinite recursion detected in rules for relation \"%s\""
7328 msgstr "\"%s\" tablosuna bağlı rule'de sonsuz özyineleme bulundu"
7329
7330 #: rewrite/rewriteHandler.c:1365
7331 msgid "cannot insert into a view"
7332 msgstr "view yazma hatası"
7333
7334 #: rewrite/rewriteHandler.c:1366
7335 msgid "You need an unconditional ON INSERT DO INSTEAD rule."
7336 msgstr "ON INSERT DO INSTEAD rule gerekmetedir."
7337
7338 #: rewrite/rewriteHandler.c:1371
7339 msgid "cannot update a view"
7340 msgstr "view değiştirilemiyor"
7341
7342 #: rewrite/rewriteHandler.c:1372
7343 msgid "You need an unconditional ON UPDATE DO INSTEAD rule."
7344 msgstr "ON UPDATE DO INSTEAD rule gerekmetedir."
7345
7346 #: rewrite/rewriteHandler.c:1377
7347 msgid "cannot delete from a view"
7348 msgstr "view silme hatası"
7349
7350 #: rewrite/rewriteHandler.c:1378
7351 msgid "You need an unconditional ON DELETE DO INSTEAD rule."
7352 msgstr "ON DELETE DO INSTEAD rule gerekmetedir."
7353
7354 #: rewrite/rewriteManip.c:737
7355 #: rewrite/rewriteManip.c:793
7356 msgid "conditional utility statements are not implemented"
7357 msgstr "Conditional utility statements emplemente edilmemiş"
7358
7359 #: storage/buffer/bufmgr.c:217
7360 #, c-format
7361 msgid "invalid page header in block %u of relation \"%s\"; zeroing out page"
7362 msgstr "\"%2$s\" tablosunun %1$u bloğunda geçersiz sayfa başlığı; sayfa sıfırlanıyor"
7363
7364 #: storage/buffer/bufmgr.c:224
7365 #, c-format
7366 msgid "invalid page header in block %u of relation \"%s\""
7367 msgstr "\"%2$s\" tablosunun %1$u bloğunda geçersiz sayfa başlığı"
7368
7369 #: storage/buffer/bufmgr.c:1991
7370 #, c-format
7371 msgid "could not write block %u of %u/%u/%u"
7372 msgstr "%2$u/%3$u/%4$u nesnesinin %1$u bloku yazılamıyor"
7373
7374 #: storage/buffer/bufmgr.c:1996
7375 msgid "Multiple failures --- write error may be permanent."
7376 msgstr "Çoklu bozukluk --- yazma hatası kalıcı olabilir."
7377
7378 #: storage/buffer/bufmgr.c:2014
7379 #, c-format
7380 msgid "writing block %u of relation %u/%u/%u"
7381 msgstr "block: %u nesne %u/%u/%u yazılıyor"
7382
7383 #: storage/buffer/buf_table.c:93
7384 #: storage/freespace/freespace.c:1014
7385 #: storage/ipc/shmem.c:185
7386 #: storage/ipc/shmem.c:246
7387 #: storage/ipc/shmem.c:386
7388 #: storage/lmgr/lock.c:558
7389 #: storage/lmgr/lock.c:621
7390 #: storage/lmgr/proc.c:179
7391 msgid "out of shared memory"
7392 msgstr "shared memory yetersiz"
7393
7394 #: storage/buffer/localbuf.c:103
7395 msgid "no empty local buffer available"
7396 msgstr "boş yerel arabellek bulunamadı"
7397
7398 #: storage/file/fd.c:355
7399 msgid "insufficient file descriptors available to start server process"
7400 msgstr "sunucu sürecini başlatmak için yetersiz dosya belirteçleri"
7401
7402 #: storage/file/fd.c:356
7403 #, c-format
7404 msgid "System allows %d, we need at least %d."
7405 msgstr "Sistem %d dosya belirtecine izin veriyor, PostgreSQL en az %d istiyor."
7406
7407 #: storage/file/fd.c:397
7408 #: storage/file/fd.c:1180
7409 #: storage/file/fd.c:1295
7410 #, c-format
7411 msgid "out of file descriptors: %m; release and retry"
7412 msgstr "dosya belirteçleri kullanımda: %m; serbest bırakın ve yeniden kullanın"
7413
7414 #: storage/freespace/freespace.c:276
7415 #: storage/freespace/freespace.c:294
7416 #: storage/freespace/freespace.c:313
7417 msgid "insufficient shared memory for free space map"
7418 msgstr "free space map için yetersiz shared memory"
7419
7420 #: storage/freespace/freespace.c:306
7421 #, c-format
7422 msgid "max_fsm_pages must exceed max_fsm_relations * %d"
7423 msgstr "max_fsm_pages değeri, max_fsm_relations * %d  değerinden büyük olmalıdır"
7424
7425 #: storage/freespace/freespace.c:341
7426 msgid "max_fsm_pages is too large"
7427 msgstr "max_fsm_pages fazla büyük"
7428
7429 #: storage/freespace/freespace.c:709
7430 #, c-format
7431 msgid "free space map: %d relations, %d pages stored; %.0f total pages needed"
7432 msgstr "free space map: %d tablo, %d kaydedilen sayfa; %.0f toplam sayfa gerekir"
7433
7434 #: storage/freespace/freespace.c:711
7435 #, c-format
7436 msgid "Allocated FSM size: %d relations + %d pages = %.0f kB shared memory."
7437 msgstr "Ayrılan FSM boyutu: %d nesne + %d sayfa = %.0f kB shared memory."
7438
7439 #: storage/ipc/shmem.c:420
7440 #, c-format
7441 msgid "could not allocate shared memory segment \"%s\""
7442 msgstr "shared memory segment oluşturulamıyor: \"%s\""
7443
7444 #: storage/lmgr/lock.c:559
7445 #: storage/lmgr/lock.c:622
7446 msgid "You may need to increase max_locks_per_transaction."
7447 msgstr "max_locks_per_transaction değerini artırmanız gerekir."
7448
7449 #: storage/lmgr/deadlock.c:867
7450 #, c-format
7451 msgid "Process %d waits for %s on transaction %u; blocked by process %d."
7452 msgstr "%d süreci %s sesnesine erişmek için %u transactionda beklemektedir; %d süreci tarafından bloke edilmiş."
7453
7454 #: storage/lmgr/deadlock.c:877
7455 #, c-format
7456 msgid "Process %d waits for %s on relation %u of database %u; blocked by process %d."
7457 msgstr "%d süreci %s sesnesine erişmek için %u transaction %u veritabanında beklemektedir; %d süreci tarafından bloke edilmiş."
7458
7459 #: storage/lmgr/deadlock.c:887
7460 msgid "deadlock detected"
7461 msgstr "ÖlüKilit konumu saptandı"
7462
7463 #: storage/page/bufpage.c:135
7464 #: storage/page/bufpage.c:334
7465 #: storage/page/bufpage.c:472
7466 #, c-format
7467 msgid "corrupted page pointers: lower = %u, upper = %u, special = %u"
7468 msgstr "bozuk sayfa göstergisi: lower = %u, upper = %u, special = %u"
7469
7470 #: storage/page/bufpage.c:377
7471 #, c-format
7472 msgid "corrupted item pointer: %u"
7473 msgstr "nesne imleyici bozuk: %u"
7474
7475 #: storage/page/bufpage.c:392
7476 #, c-format
7477 msgid "corrupted item lengths: total %u, available space %u"
7478 msgstr "bozuk öğe uzunluğu: toplam %u, boş alan %u"
7479
7480 #: storage/page/bufpage.c:490
7481 #, c-format
7482 msgid "corrupted item pointer: offset = %u, size = %u"
7483 msgstr "bozuk öğe göstergisi: offset = %u, size = %u"
7484
7485 #: storage/smgr/md.c:363
7486 #, c-format
7487 msgid "could not open relation %u/%u/%u: %m"
7488 msgstr "nesne %u/%u/%u açma hatası: %m"
7489
7490 #: storage/smgr/md.c:765
7491 #, c-format
7492 msgid "could not fsync segment %u of relation %u/%u/%u: %m"
7493 msgstr "log dosyası segment %u, nesne %u/%u/%u fsync yapılamıyor: %m"
7494
7495 #: storage/smgr/md.c:955
7496 #, c-format
7497 msgid "could not open segment %u of relation %u/%u/%u (target block %u): %m"
7498 msgstr "segment %u, nesne%u/%u/%u (hedef blok %u) açılamıyor: %m"
7499
7500 #: storage/smgr/smgr.c:239
7501 #, c-format
7502 msgid "could not close relation %u/%u/%u: %m"
7503 msgstr "nesne %u/%u/%u kapatma hatası: %m"
7504
7505 #: storage/smgr/smgr.c:333
7506 #, c-format
7507 msgid "could not create relation %u/%u/%u: %m"
7508 msgstr "nesne %u/%u/%u oluşturma hatası: %m"
7509
7510 #: storage/smgr/smgr.c:457
7511 #, c-format
7512 msgid "could not remove relation %u/%u/%u: %m"
7513 msgstr "nesne %u/%u/%u kaldırma hatası: %m"
7514
7515 #: storage/smgr/smgr.c:478
7516 #, c-format
7517 msgid "could not extend relation %u/%u/%u: %m"
7518 msgstr "nesne %u/%u/%u genişletme hatası: %m"
7519
7520 #: storage/smgr/smgr.c:482
7521 msgid "Check free disk space."
7522 msgstr "Yeterli disk alanı kontrol edin"
7523
7524 #: storage/smgr/smgr.c:499
7525 #, c-format
7526 msgid "could not read block %u of relation %u/%u/%u: %m"
7527 msgstr "%2$u/%3$u/%4$u nesnesinin %1$u bloku okunamıyor: %5$m"
7528
7529 #: storage/smgr/smgr.c:524
7530 #, c-format
7531 msgid "could not write block %u of relation %u/%u/%u: %m"
7532 msgstr "%2$u/%3$u/%4$u nesnesinin %1$u bloku yazılamıyor: %5$m"
7533
7534 #: storage/smgr/smgr.c:554
7535 #, c-format
7536 msgid "could not count blocks of relation %u/%u/%u: %m"
7537 msgstr "%u/%u/%u nesnesinin blok sayısı belirlenemiyor: %m"
7538
7539 #: storage/smgr/smgr.c:587
7540 #: storage/smgr/smgr.c:871
7541 #, c-format
7542 msgid "could not truncate relation %u/%u/%u to %u blocks: %m"
7543 msgstr "%u/%u/%u nesnesi %u blok botutuna kadar kesilemiyor: %m"
7544
7545 #: storage/smgr/smgr.c:644
7546 #, c-format
7547 msgid "could not sync relation %u/%u/%u: %m"
7548 msgstr "nesne %u/%u/%u sync hatası: %m"
7549
7550 #: tcop/postgres.c:337
7551 #: tcop/postgres.c:349
7552 #: tcop/postgres.c:360
7553 #: tcop/postgres.c:372
7554 #: tcop/postgres.c:3218
7555 #, c-format
7556 msgid "invalid frontend message type %d"
7557 msgstr "geçersiz frontend mesaj tipi %d"
7558
7559 #: tcop/postgres.c:473
7560 #: tcop/postgres.c:510
7561 #: tcop/postgres.c:522
7562 #, c-format
7563 msgid "statement: %s"
7564 msgstr "komut: %s"
7565
7566 #: tcop/fastpath.c:304
7567 #: tcop/postgres.c:854
7568 #: tcop/postgres.c:1176
7569 #: tcop/postgres.c:1660
7570 msgid "current transaction is aborted, commands ignored until end of transaction block"
7571 msgstr "geçerli transaction durduruldu, transaction blokunun sonua kadar komutlar yok sayılacak"
7572
7573 #: tcop/postgres.c:1018
7574 #, c-format
7575 msgid "duration: %ld.%03ld ms"
7576 msgstr "süre: %ld.%03ld milisaniye"
7577
7578 #: tcop/postgres.c:1031
7579 #, c-format
7580 msgid "duration: %ld.%03ld ms  statement: %s"
7581 msgstr "süre: %ld.%03ld milisaniye  deyim: %s"
7582
7583 #: tcop/postgres.c:1139
7584 msgid "cannot insert multiple commands into a prepared statement"
7585 msgstr "önceden hazırlanmış komuta çoklu komut eklenemez"
7586
7587 #: tcop/postgres.c:1342
7588 #, c-format
7589 msgid "bind message has %d parameter formats but %d parameters"
7590 msgstr "bind mesajı %d argüman biçimi ve %d argüman içeriyor"
7591
7592 #: tcop/postgres.c:1355
7593 #: tcop/postgres.c:1737
7594 msgid "unnamed prepared statement does not exist"
7595 msgstr "ismi verilmemiş hazırlamış komut mevcut değil"
7596
7597 #: tcop/postgres.c:1361
7598 #, c-format
7599 msgid "bind message supplies %d parameters, but prepared statement \"%s\" requires %d"
7600 msgstr "bind mesajı   %d parametre veriyor ancak \"%s\" hazırlanmış deymi %d gerektirir"
7601
7602 #: tcop/postgres.c:1483
7603 #, c-format
7604 msgid "incorrect binary data format in bind parameter %d"
7605 msgstr "bind parametresinde geçersiz ikili veri %d"
7606
7607 #: tcop/postgres.c:1591
7608 #: tcop/postgres.c:1790
7609 #, c-format
7610 msgid "portal \"%s\" does not exist"
7611 msgstr "portal \"%s\" mevcut değildir"
7612
7613 #: tcop/postgres.c:1884
7614 msgid "terminating connection because of crash of another server process"
7615 msgstr "diğer aktif sunucu sürecinin durması nedeniyle bağlantı kapatılmıştır"
7616
7617 #: tcop/postgres.c:1885
7618 msgid "The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory."
7619 msgstr "Başka bir sürecin olağandışı çıkışı nedeniyle shared memory bozulmuş ihtimali var. Dolayısıyla tüm süreçlerine tüm aktif işlemlerini rollback edip çıkmak komutu verilmiş."
7620
7621 #: tcop/postgres.c:1889
7622 msgid "In a moment you should be able to reconnect to the database and repeat your command."
7623 msgstr "Birkaç saniye sonra veritabana bağlanıp işlemlerine devam edebilirisiniz."
7624
7625 #: tcop/postgres.c:2005
7626 msgid "floating-point exception"
7627 msgstr "gerçel sayı istisnası"
7628
7629 #: tcop/postgres.c:2006
7630 msgid "An invalid floating-point operation was signaled. This probably means an out-of-range result or an invalid operation, such as division by zero."
7631 msgstr "Geçersiz floatin-point işteri sinyali alındı. Bu, matimatiksel sıfıra bölme gibi geçersiz işlem ya da kapsam dışı sonucun gçstergesidir."
7632
7633 #: tcop/postgres.c:2042
7634 msgid "terminating connection due to administrator command"
7635 msgstr "yoniticisi talimatı doğrultusunda bağlantı kesildi"
7636
7637 #: tcop/postgres.c:2052
7638 msgid "canceling query due to user request"
7639 msgstr "kullanıcı isteği ile sorgu iptal edildi"
7640
7641 #: tcop/postgres.c:2103
7642 msgid "stack depth limit exceeded"
7643 msgstr "stack derinliği sınırı aşıldı"
7644
7645 #: tcop/postgres.c:2104
7646 msgid "Increase the configuration parameter \"max_stack_depth\"."
7647 msgstr "\"max_stack_depth\" konfigurasyon parametresini artırın."
7648
7649 #: tcop/postgres.c:2122
7650 #, c-format
7651 msgid ""
7652 "%s is the PostgreSQL stand-alone backend.  It is not\n"
7653 "intended to be used by normal users.\n"
7654 "\n"
7655 msgstr ""
7656 "%s bir PostgreSQL bağımsız sürecidir. Normal kullanıcı\n"
7657 " tarafından kullanılmayacaktır.\n"
7658 "\n"
7659
7660 #: tcop/postgres.c:2124
7661 #, c-format
7662 msgid ""
7663 "Usage:\n"
7664 "  %s [OPTION]... [DBNAME]\n"
7665 "\n"
7666 msgstr ""
7667 "Kullanım:\n"
7668 "  %s [OPTION]... [DBNAME]\n"
7669 "\n"
7670
7671 #: tcop/postgres.c:2131
7672 msgid "  -d 0-5          debugging level (0 is off)\n"
7673 msgstr "  -d 0-5          debug düzeyi (0 ise kapalı)\n"
7674
7675 #: tcop/postgres.c:2133
7676 msgid "  -e              use European date input format (DMY)\n"
7677 msgstr "  -e              Avrupa tarih giriş biçimini kullan (GAY)\n"
7678
7679 #: tcop/postgres.c:2134
7680 msgid "  -E              echo query before execution\n"
7681 msgstr "  -E              çalıştırmadan önce sorguyu göster\n"
7682
7683 #: tcop/postgres.c:2136
7684 msgid "  -N              do not use newline as interactive query delimiter\n"
7685 msgstr "  -N              yeni satırı sorgu sonu işareti olarak kullanmayı önle\n"
7686
7687 #: tcop/postgres.c:2137
7688 msgid "  -o FILENAME     send stdout and stderr to given file\n"
7689 msgstr "  -o FILENAME     stdout ve stderr akımlarını dosyaya gönderiyor\n"
7690
7691 #: tcop/postgres.c:2138
7692 msgid "  -P              disable system indexes\n"
7693 msgstr "  -P              sistem şndeksleri devre dışı bırak\n"
7694
7695 #: tcop/postgres.c:2139
7696 msgid "  -s              show statistics after each query\n"
7697 msgstr "  -s              her sorgudan sonra istetistik bilgisini veriyor\n"
7698
7699 #: tcop/postgres.c:2140
7700 msgid "  -S WORK-MEM     set amount of memory for sorts (in kB)\n"
7701 msgstr "  -S WORK-MEM     sıralama işlemi için bellek boyutunu belirtiyor (kB olarak)\n"
7702
7703 #: tcop/postgres.c:2141
7704 msgid "  --describe-config  describe configuration parameters, then exit\n"
7705 msgstr "  --describe-config  konfigurasyon parametrlerini yaz ve çık\n"
7706
7707 #: tcop/postgres.c:2145
7708 msgid "  -f s|i|n|m|h    forbid use of some plan types\n"
7709 msgstr "  -f s|i|n|m|h    bazı plan tiplerini kullanmayı yasakla\n"
7710
7711 #: tcop/postgres.c:2146
7712 msgid "  -i              do not execute queries\n"
7713 msgstr "  -i              sorguları çalıştırmayı önle\n"
7714
7715 #: tcop/postgres.c:2147
7716 msgid "  -O              allow system table structure changes\n"
7717 msgstr "  -O              sistem tablolarının yapısını değiştirmeye izin ver\n"
7718
7719 #: tcop/postgres.c:2148
7720 msgid "  -t pa|pl|ex     show timings after each query\n"
7721 msgstr "  -t pa|pl|ex     her sorgudan sonra zamanlamayı göster\n"
7722
7723 #: tcop/postgres.c:2149
7724 msgid "  -W NUM          wait NUM seconds to allow attach from a debugger\n"
7725 msgstr "  -W NUM          hata ayılayıcının bağlanması için NUM saniye bekle\n"
7726
7727 #: tcop/postgres.c:2150
7728 msgid ""
7729 "\n"
7730 "Report bugs to <pgsql-bugs@postgresql.org>.\n"
7731 msgstr ""
7732 "\n"
7733 "Hataları <pgsql-bugs@postgresql.org> adresine bildirebiliriniz.\n"
7734
7735 #: tcop/postgres.c:2314
7736 msgid "assert checking is not compiled in"
7737 msgstr "assert checking desteği derlenmemiş"
7738
7739 #: tcop/postgres.c:2652
7740 msgid "invalid command-line arguments for server process"
7741 msgstr "sunucu süreci için geçersiz komut satırı parametreleri"
7742
7743 #: tcop/postgres.c:2653
7744 #: tcop/postgres.c:2669
7745 #, c-format
7746 msgid "Try \"%s --help\" for more information."
7747 msgstr "Daha fazla bilgi için \"%s --help\" yazın."
7748
7749 #: tcop/postgres.c:2667
7750 #, c-format
7751 msgid "%s: invalid command-line arguments"
7752 msgstr "%s: komut satırı parametresi yanlış"
7753
7754 #: tcop/postgres.c:2677
7755 #, c-format
7756 msgid "%s: no database nor user name specified"
7757 msgstr ":%s: ne veritabanı ne de kullanıcı adı belirtilmemiştir"
7758
7759 #: tcop/postgres.c:3131
7760 #, c-format
7761 msgid "invalid CLOSE message subtype %d"
7762 msgstr "geçersiz CLOSE mesaj alt tipi %d"
7763
7764 #: tcop/postgres.c:3161
7765 #, c-format
7766 msgid "invalid DESCRIBE message subtype %d"
7767 msgstr "geçersiz DESCRIBE mesaj alt tipi %d"
7768
7769 #: tcop/postgres.c:3402
7770 #, c-format
7771 msgid "disconnection: session time: %s%s%s%s%s"
7772 msgstr "bağlantı bitti: oturum zamanı: %s%s%s%s%s"
7773
7774 #: tcop/fastpath.c:106
7775 #: tcop/fastpath.c:444
7776 #: tcop/fastpath.c:567
7777 #, c-format
7778 msgid "invalid argument size %d in function call message"
7779 msgstr "fonksiyon çağırma mesajında geçersiz argüman boyutu %d"
7780
7781 #: tcop/fastpath.c:414
7782 #: tcop/fastpath.c:537
7783 #, c-format
7784 msgid "function call message contains %d arguments but function requires %d"
7785 msgstr "fonksiyon çağırısına %d argüman bulunmakta ancak fonkiyon %d argüman istemektedir"
7786
7787 #: tcop/fastpath.c:422
7788 #, c-format
7789 msgid "function call message contains %d argument formats but %d arguments"
7790 msgstr "fonksiyon çağırma mesajı %d argüman biçimi ve %d argüman içeriyor"
7791
7792 #: tcop/fastpath.c:505
7793 #: tcop/fastpath.c:590
7794 #, c-format
7795 msgid "incorrect binary data format in function argument %d"
7796 msgstr "%d fonksiyon argümanında geçersiz ikili veri"
7797
7798 #: tcop/pquery.c:448
7799 #, c-format
7800 msgid "bind message has %d result formats but query has %d columns"
7801 msgstr "bind mesajı ında %d sonuç biçimi verilmişken sorguda %d sütun belirtilmiş"
7802
7803 #: tcop/pquery.c:771
7804 msgid "cursor can only scan forward"
7805 msgstr "cursor sadece ileri doğru gidebilir"
7806
7807 #: tcop/pquery.c:772
7808 msgid "Declare it with SCROLL option to enable backward scan."
7809 msgstr "Geriye gitmesini sağlamak için SCROLL seçeneği ile bildirin."
7810
7811 #: tcop/utility.c:77
7812 #, c-format
7813 msgid "table \"%s\" does not exist"
7814 msgstr "tablo \"%s\" mevcut değil"
7815
7816 #: tcop/utility.c:79
7817 msgid "Use DROP TABLE to remove a table."
7818 msgstr "Bir tabloyu kaldırmak için DROP TABLE KULLANIN."
7819
7820 #: tcop/utility.c:82
7821 #, c-format
7822 msgid "sequence \"%s\" does not exist"
7823 msgstr "sequence \"%s\" mevcut değil"
7824
7825 #: tcop/utility.c:84
7826 msgid "Use DROP SEQUENCE to remove a sequence."
7827 msgstr "Bir sequence kaldırmak için DROP SEQUENCE kullanın."
7828
7829 #: tcop/utility.c:87
7830 #, c-format
7831 msgid "view \"%s\" does not exist"
7832 msgstr "view \"%s\" mevcut değil"
7833
7834 #: tcop/utility.c:89
7835 msgid "Use DROP VIEW to remove a view."
7836 msgstr "Bir view kaldırmak için DROP VIEW kullanın."
7837
7838 #: tcop/utility.c:92
7839 #, c-format
7840 msgid "index \"%s\" does not exist"
7841 msgstr "\"%s\" indexi mevcut değil"
7842
7843 #: tcop/utility.c:94
7844 msgid "Use DROP INDEX to remove an index."
7845 msgstr "Bir index kaldırmak için DROP INDEX kullanın."
7846
7847 #: tcop/utility.c:98
7848 #, c-format
7849 msgid "\"%s\" is not a type"
7850 msgstr "\"%s\" bir tip değildir"
7851
7852 #: tcop/utility.c:99
7853 msgid "Use DROP TYPE to remove a type."
7854 msgstr "Bir tipi kaldırmak için DROP TYPE kullanın."
7855
7856 #: tcop/utility.c:973
7857 msgid "must be superuser to do CHECKPOINT"
7858 msgstr "CHECKPOINT yapmak için superuser olmalısınız"
7859
7860 #: utils/adt/array_userfuncs.c:50
7861 msgid "could not determine input data types"
7862 msgstr "giriş veri tipleri belirlenemiyor"
7863
7864 #: utils/adt/array_userfuncs.c:72
7865 msgid "neither input type is an array"
7866 msgstr "giriş tiplerinin hiçbiri array değildir"
7867
7868 #: utils/adt/array_userfuncs.c:99
7869 msgid "argument must be empty or one-dimensional array"
7870 msgstr "argüman boş veya tek boyutlu dizi olmalıdır"
7871
7872 #: utils/adt/array_userfuncs.c:198
7873 #: utils/adt/array_userfuncs.c:210
7874 #: utils/adt/array_userfuncs.c:247
7875 #: utils/adt/array_userfuncs.c:280
7876 #: utils/adt/array_userfuncs.c:308
7877 msgid "cannot concatenate incompatible arrays"
7878 msgstr "uyumsuz arrayları birleştirilemez"
7879
7880 #: utils/adt/array_userfuncs.c:199
7881 #, c-format
7882 msgid "Arrays of %d and %d dimensions are not compatible for concatenation."
7883 msgstr "Bitiştirmede %d ve %d boyutlu dizileri kullanılamaz."
7884
7885 #: utils/adt/array_userfuncs.c:211
7886 #, c-format
7887 msgid "Arrays with element types %s and %s are not compatible for concatenation."
7888 msgstr "Öğe tipleri %s ve %s olan dizileri bitiştirmede kullanılamaz."
7889
7890 #: utils/adt/array_userfuncs.c:248
7891 msgid "Arrays with differing element dimensions are not compatible for concatenation."
7892 msgstr "Bitiştirmede öğeleri farklı boyutlu olan dizileri kullanılamaz."
7893
7894 #: utils/adt/array_userfuncs.c:281
7895 #: utils/adt/array_userfuncs.c:309
7896 msgid "Arrays with differing dimensions are not compatible for concatenation."
7897 msgstr "Bitiştirmede farklı boyutlu dizileri kullanılamaz."
7898
7899 #: utils/adt/array_userfuncs.c:354
7900 #, c-format
7901 msgid "invalid array element type OID: %u"
7902 msgstr "array öğenin tipi geçersiz OID: %u"
7903
7904 #: utils/adt/array_userfuncs.c:358
7905 #: utils/adt/arrayfuncs.c:1149
7906 #: utils/adt/arrayfuncs.c:2417
7907 #, c-format
7908 msgid "invalid number of dimensions: %d"
7909 msgstr "boyut sayısı geçersiz: %d"
7910
7911 #: utils/adt/acl.c:109
7912 #: utils/adt/name.c:90
7913 msgid "identifier too long"
7914 msgstr "tanımlayıcı fazla uzun"
7915
7916 #: utils/adt/acl.c:110
7917 #: utils/adt/name.c:91
7918 #, c-format
7919 msgid "Identifier must be less than %d characters."
7920 msgstr "Tamılayıcı %d karakterden daha küçük olmalı."
7921
7922 #: utils/adt/acl.c:197
7923 #, c-format
7924 msgid "unrecognized key word: \"%s\""
7925 msgstr "anahtar kelimesi anlaşılamıyor: \"%s\""
7926
7927 #: utils/adt/acl.c:198
7928 msgid "ACL key word must be \"group\" or \"user\"."
7929 msgstr "ACL anahtar kelimesi  \"group\" veya \"user\" olmalıdır."
7930
7931 #: utils/adt/acl.c:203
7932 msgid "missing name"
7933 msgstr "isim eksik"
7934
7935 #: utils/adt/acl.c:204
7936 msgid "A name must follow the \"group\" or \"user\" key word."
7937 msgstr "\"group\" veya \"user\" anahter kelimesini isim izlemelidir."
7938
7939 #: utils/adt/acl.c:212
7940 msgid "missing \"=\" sign"
7941 msgstr "\"=\" işareti eksik"
7942
7943 #: utils/adt/acl.c:259
7944 #, c-format
7945 msgid "invalid mode character: must be one of \"%s\""
7946 msgstr "geçersiz biçim karakteri: şunlardan biri olmalıdır: \"%s\""
7947
7948 #: utils/adt/acl.c:289
7949 msgid "a name must follow the \"/\" sign"
7950 msgstr "\"/\" karakterini bir isim izlemelidir"
7951
7952 #: utils/adt/acl.c:298
7953 #, c-format
7954 msgid "defaulting grantor to user ID %u"
7955 msgstr "varsayılan bağışlayıcı kullanıcı ID %u"
7956
7957 #: utils/adt/acl.c:357
7958 msgid "extra garbage at the end of the ACL specification"
7959 msgstr "ACL tanımının sonunda fuzuli karakterler"
7960
7961 #: utils/adt/acl.c:895
7962 msgid "grant options cannot be granted back to your own grantor"
7963 msgstr "grant seçenekleri kendi kendine verilemez"
7964
7965 #: utils/adt/acl.c:954
7966 msgid "dependent privileges exist"
7967 msgstr "bağlı haklar mevcut"
7968
7969 #: utils/adt/acl.c:955
7970 msgid "Use CASCADE to revoke them too."
7971 msgstr "Onları da geri almak için CASCADE kullanın."
7972
7973 #: utils/adt/acl.c:1124
7974 #, c-format
7975 msgid "group with ID %u does not exist"
7976 msgstr "ID %u olan grup mevcut değil"
7977
7978 #: utils/adt/acl.c:1137
7979 msgid "aclinsert is no longer supported"
7980 msgstr "aclinsert artık desteklenmemktedir"
7981
7982 #: utils/adt/acl.c:1147
7983 msgid "aclremove is no longer supported"
7984 msgstr "aclremove artık desteklenmemktedir"
7985
7986 #: utils/adt/acl.c:1199
7987 msgid "cannot specify both user and group"
7988 msgstr "kullanıcı ve grubun her ikisi birden tanımlanamaz"
7989
7990 #: utils/adt/acl.c:1261
7991 #: utils/adt/acl.c:1486
7992 #: utils/adt/acl.c:1698
7993 #: utils/adt/acl.c:1902
7994 #: utils/adt/acl.c:2106
7995 #: utils/adt/acl.c:2315
7996 #: utils/adt/acl.c:2516
7997 #, c-format
7998 msgid "unrecognized privilege type: \"%s\""
7999 msgstr "bilinmeyen hak türü: \"%s\""
8000
8001 #: utils/adt/acl.c:1875
8002 #: utils/adt/regproc.c:117
8003 #: utils/adt/regproc.c:138
8004 #: utils/adt/regproc.c:290
8005 #, c-format
8006 msgid "function \"%s\" does not exist"
8007 msgstr "\"%s\" fonksiyonu mevcut değil"
8008
8009 #: utils/adt/like.c:453
8010 #: utils/adt/like_match.c:291
8011 #: utils/adt/regexp.c:480
8012 msgid "invalid escape string"
8013 msgstr "escape satırı geçersiz"
8014
8015 #: utils/adt/like.c:454
8016 #: utils/adt/like_match.c:292
8017 #: utils/adt/regexp.c:481
8018 msgid "Escape string must be empty or one character."
8019 msgstr "Kaçış dizisi boş veya bir karakter olmalıdır."
8020
8021 #: utils/adt/arrayfuncs.c:223
8022 #: utils/adt/arrayfuncs.c:235
8023 msgid "missing dimension value"
8024 msgstr "boyut değeri eksik"
8025
8026 #: utils/adt/arrayfuncs.c:245
8027 msgid "missing \"]\" in array dimensions"
8028 msgstr "array tanımında \"]\" eksik"
8029
8030 #: utils/adt/arrayfuncs.c:253
8031 msgid "upper bound cannot be less than lower bound"
8032 msgstr "üst sınır alt sınırından düşük olamaz"
8033
8034 #: utils/adt/arrayfuncs.c:265
8035 #: utils/adt/arrayfuncs.c:291
8036 msgid "array value must start with \"{\" or dimension information"
8037 msgstr "array değeri ya \"{\" ile ya da boyut bilgisi ile başlamalıdır"
8038
8039 #: utils/adt/arrayfuncs.c:279
8040 msgid "missing assignment operator"
8041 msgstr "atama işlemi eksik"
8042
8043 #: utils/adt/arrayfuncs.c:296
8044 #: utils/adt/arrayfuncs.c:302
8045 msgid "array dimensions incompatible with array literal"
8046 msgstr "array boyutları array değişmezi ile uyumsuz"
8047
8048 #: utils/adt/arrayfuncs.c:328
8049 msgid "missing left brace"
8050 msgstr "eksik sol parantez"
8051
8052 #: utils/adt/arrayfuncs.c:409
8053 #: utils/adt/arrayfuncs.c:424
8054 #: utils/adt/arrayfuncs.c:433
8055 #: utils/adt/arrayfuncs.c:447
8056 #: utils/adt/arrayfuncs.c:467
8057 #: utils/adt/arrayfuncs.c:495
8058 #: utils/adt/arrayfuncs.c:500
8059 #: utils/adt/arrayfuncs.c:540
8060 #: utils/adt/arrayfuncs.c:561
8061 #: utils/adt/arrayfuncs.c:580
8062 #: utils/adt/arrayfuncs.c:673
8063 #: utils/adt/arrayfuncs.c:682
8064 #: utils/adt/arrayfuncs.c:710
8065 #: utils/adt/arrayfuncs.c:725
8066 #: utils/adt/arrayfuncs.c:778
8067 #, c-format
8068 msgid "malformed array literal: \"%s\""
8069 msgstr "array literal bozuk: \"%s\""
8070
8071 #: utils/adt/arrayfuncs.c:1160
8072 msgid "invalid array flags"
8073 msgstr "array flags geçersiz"
8074
8075 #: utils/adt/arrayfuncs.c:1168
8076 msgid "wrong element type"
8077 msgstr "element tipi yanlış"
8078
8079 #: utils/adt/arrayfuncs.c:1211
8080 #: utils/cache/lsyscache.c:1764
8081 #, c-format
8082 msgid "no binary input function available for type %s"
8083 msgstr "%s tipi için ikili giriş fonksiyonu mevcut değil"
8084
8085 #: utils/adt/arrayfuncs.c:1304
8086 #, c-format
8087 msgid "improper binary format in array element %d"
8088 msgstr "%d dizi öğesi için geçersiz ikili biçimi"
8089
8090 #: utils/adt/arrayfuncs.c:1383
8091 #: utils/cache/lsyscache.c:1800
8092 #, c-format
8093 msgid "no binary output function available for type %s"
8094 msgstr "%s tipi için ikili çıkış fonksiyonu mevcut değil"
8095
8096 #: utils/adt/arrayfuncs.c:1657
8097 msgid "slices of fixed-length arrays not implemented"
8098 msgstr "sabit-uzunluklu dizinlerin dilimleri implemente edilmemiş"
8099
8100 #: utils/adt/arrayfuncs.c:1795
8101 #: utils/adt/arrayfuncs.c:1800
8102 #: utils/adt/arrayfuncs.c:1840
8103 #: utils/adt/arrayfuncs.c:1862
8104 #: utils/adt/arrayfuncs.c:1874
8105 #: utils/adt/arrayfuncs.c:2035
8106 #: utils/adt/arrayfuncs.c:2052
8107 #: utils/adt/arrayfuncs.c:2063
8108 #: utils/adt/arrayfuncs.c:2072
8109 #: utils/adt/arrayfuncs.c:2083
8110 msgid "invalid array subscripts"
8111 msgstr "array subscript yanlış"
8112
8113 #: utils/adt/arrayfuncs.c:1991
8114 msgid "updates on slices of fixed-length arrays not implemented"
8115 msgstr "sabit-uzunluklu dizinlerin dilimleri üzerinde update implemente edilmemiş"
8116
8117 #: utils/adt/arrayfuncs.c:2026
8118 #: utils/adt/arrayfuncs.c:2095
8119 msgid "source array too small"
8120 msgstr "kaynak array küçük"
8121
8122 #: utils/adt/arrayfuncs.c:2319
8123 #: utils/adt/arrayfuncs.c:3321
8124 msgid "null array elements not supported"
8125 msgstr "null array öğeleri desteklenmemektedir"
8126
8127 #: utils/adt/arrayfuncs.c:2559
8128 #: utils/adt/arrayfuncs.c:2714
8129 msgid "cannot compare arrays of different element types"
8130 msgstr "farklı öğe tipli dizinleri karşılaştırılamaz"
8131
8132 #: utils/adt/arrayfuncs.c:2731
8133 #, c-format
8134 msgid "could not identify a comparison function for type %s"
8135 msgstr "%s tipi için karşılaştırma fonksiyonu bulunamadı"
8136
8137 #: utils/adt/arrayfuncs.c:3130
8138 msgid "could not determine target array type"
8139 msgstr "hedef array tipini belirlenemiyor"
8140
8141 #: utils/adt/arrayfuncs.c:3136
8142 msgid "target type is not an array"
8143 msgstr "hedef tipi array değildir"
8144
8145 #: utils/adt/arrayfuncs.c:3148
8146 msgid "array coercion to domain type elements not currently supported"
8147 msgstr "dizin öğe tipi dimention tipine zorla dönüştürme şu an desteklenmiyor"
8148
8149 #: utils/adt/ascii.c:68
8150 #, c-format
8151 msgid "encoding conversion from %s to ASCII not supported"
8152 msgstr "%s karakter tipinden ASCII karakter tipine dönüştürme desteklenmiyor"
8153
8154 #: utils/adt/bool.c:80
8155 #, c-format
8156 msgid "invalid input syntax for type boolean: \"%s\""
8157 msgstr "boolean tipi için geçersiz giriş siz dizimi: \"%s\""
8158
8159 #: utils/adt/cash.c:198
8160 #, c-format
8161 msgid "invalid input syntax for type money: \"%s\""
8162 msgstr "money tipi için geçersiz giriş siz dizimi: \"%s\""
8163
8164 #: utils/adt/cash.c:496
8165 #: utils/adt/cash.c:548
8166 #: utils/adt/cash.c:601
8167 #: utils/adt/cash.c:653
8168 #: utils/adt/float.c:795
8169 #: utils/adt/float.c:859
8170 #: utils/adt/float.c:2117
8171 #: utils/adt/float.c:2179
8172 #: utils/adt/geo_ops.c:3832
8173 #: utils/adt/int.c:705
8174 #: utils/adt/int.c:830
8175 #: utils/adt/int.c:920
8176 #: utils/adt/int.c:1001
8177 #: utils/adt/int.c:1025
8178 #: utils/adt/int.c:1040
8179 #: utils/adt/int.c:1055
8180 #: utils/adt/int.c:1070
8181 #: utils/adt/int8.c:597
8182 #: utils/adt/int8.c:642
8183 #: utils/adt/int8.c:765
8184 #: utils/adt/int8.c:855
8185 #: utils/adt/numeric.c:3820
8186 #: utils/adt/timestamp.c:2196
8187 msgid "division by zero"
8188 msgstr "sıfırla bölüm"
8189
8190 #: utils/adt/char.c:177
8191 msgid "\"char\" out of range"
8192 msgstr "\"char\" sıra dışıdır"
8193
8194 #: utils/adt/date.c:87
8195 #: utils/adt/datetime.c:1313
8196 #: utils/adt/datetime.c:2078
8197 msgid "date/time value \"current\" is no longer supported"
8198 msgstr "\"current\" tarih/saat değeri artık desteklenmiyor"
8199
8200 #: utils/adt/date.c:732
8201 #: utils/adt/date.c:775
8202 #: utils/adt/date.c:1337
8203 #: utils/adt/date.c:1374
8204 #: utils/adt/date.c:2252
8205 #: utils/adt/formatting.c:2895
8206 #: utils/adt/formatting.c:2920
8207 #: utils/adt/formatting.c:2979
8208 #: utils/adt/nabstime.c:570
8209 #: utils/adt/nabstime.c:613
8210 #: utils/adt/nabstime.c:643
8211 #: utils/adt/nabstime.c:686
8212 #: utils/adt/timestamp.c:152
8213 #: utils/adt/timestamp.c:186
8214 #: utils/adt/timestamp.c:394
8215 #: utils/adt/timestamp.c:430
8216 #: utils/adt/timestamp.c:1928
8217 #: utils/adt/timestamp.c:1949
8218 #: utils/adt/timestamp.c:2007
8219 #: utils/adt/timestamp.c:2030
8220 #: utils/adt/timestamp.c:2412
8221 #: utils/adt/timestamp.c:2530
8222 #: utils/adt/timestamp.c:2752
8223 #: utils/adt/timestamp.c:2825
8224 #: utils/adt/timestamp.c:2872
8225 #: utils/adt/timestamp.c:2968
8226 #: utils/adt/timestamp.c:3251
8227 #: utils/adt/timestamp.c:3384
8228 #: utils/adt/timestamp.c:3391
8229 #: utils/adt/timestamp.c:3404
8230 #: utils/adt/timestamp.c:3412
8231 #: utils/adt/timestamp.c:3475
8232 #: utils/adt/timestamp.c:3610
8233 #: utils/adt/timestamp.c:3618
8234 #: utils/adt/timestamp.c:3885
8235 #: utils/adt/timestamp.c:3892
8236 #: utils/adt/timestamp.c:3920
8237 #: utils/adt/timestamp.c:3924
8238 msgid "timestamp out of range"
8239 msgstr "timestamp sıra dışıdır"
8240
8241 #: utils/adt/date.c:802
8242 msgid "cannot convert reserved abstime value to date"
8243 msgstr "ayrılmış abstime değeri tarihe çevrilemez"
8244
8245 #: utils/adt/date.c:863
8246 #, c-format
8247 msgid "invalid input syntax for type date: \"%s\""
8248 msgstr "date tipi için geçersiz biçim: \"%s\""
8249
8250 #: utils/adt/date.c:1579
8251 #, c-format
8252 msgid "invalid input syntax for type time: \"%s\""
8253 msgstr "time tipi için geçersiz biçim: \"%s\""
8254
8255 #: utils/adt/date.c:1671
8256 #: utils/adt/date.c:1690
8257 #, c-format
8258 msgid "\"time\" units \"%s\" not recognized"
8259 msgstr "\"time\" birimi \"%s\" tanınmadı"
8260
8261 #: utils/adt/date.c:2330
8262 #, c-format
8263 msgid "invalid input syntax for type time with time zone: \"%s\""
8264 msgstr "time with time zone tipi için geçersiz biçim: \"%s\""
8265
8266 #: utils/adt/date.c:2436
8267 #: utils/adt/date.c:2455
8268 #, c-format
8269 msgid "\"time with time zone\" units \"%s\" not recognized"
8270 msgstr "\"%s\" birimi \"time with time zone\" veri tipi için tanımlı değildir"
8271
8272 #: utils/adt/date.c:2510
8273 #: utils/adt/timestamp.c:3816
8274 #: utils/adt/timestamp.c:3965
8275 #, c-format
8276 msgid "time zone \"%s\" not recognized"
8277 msgstr "time zone \"%s\" tanınmadı"
8278
8279 #: utils/adt/date.c:2532
8280 #, c-format
8281 msgid "\"interval\" time zone \"%s\" not valid"
8282 msgstr "\"%s\"  \"interval\" saat dilim geçersizdir"
8283
8284 #: utils/adt/datetime.c:1495
8285 #: utils/adt/datetime.c:2360
8286 #: utils/adt/formatting.c:3181
8287 #, c-format
8288 msgid "inconsistent use of year %04d and \"BC\""
8289 msgstr "tutarsız %04d tıl ve \"BC\" tanımının kullanımı"
8290
8291 #: utils/adt/datetime.c:3305
8292 #: utils/adt/datetime.c:3312
8293 #, c-format
8294 msgid "date/time field value out of range: \"%s\""
8295 msgstr "date/time alan değieri kapsam dışıdır: \"%s\""
8296
8297 #: utils/adt/datetime.c:3314
8298 msgid "Perhaps you need a different \"datestyle\" setting."
8299 msgstr "Mutemelen farklı \"datestyle\" ayarınıza gerek var."
8300
8301 #: utils/adt/datetime.c:3319
8302 #, c-format
8303 msgid "interval field value out of range: \"%s\""
8304 msgstr "interval alan değeri kapsam dışında: \"%s\""
8305
8306 #: utils/adt/datetime.c:3325
8307 #, c-format
8308 msgid "time zone displacement out of range: \"%s\""
8309 msgstr "yer değiştirme değeri kapsam dışında: \"%s\""
8310
8311 #. translator: first %s is inet or cidr
8312 #: utils/adt/datetime.c:3332
8313 #: utils/adt/network.c:93
8314 #, c-format
8315 msgid "invalid input syntax for type %s: \"%s\""
8316 msgstr "%s tipi için geçersiz giriş sözdizimi: \"%s\""
8317
8318 #: utils/adt/datum.c:80
8319 #: utils/adt/datum.c:92
8320 msgid "invalid Datum pointer"
8321 msgstr "geçersiz Datum pointer"
8322
8323 #: utils/adt/encode.c:55
8324 #: utils/adt/encode.c:91
8325 #, c-format
8326 msgid "unrecognized encoding: \"%s\""
8327 msgstr "tanınmayan kodlama adı \"%s\""
8328
8329 #: utils/adt/encode.c:150
8330 #, c-format
8331 msgid "invalid hexadecimal digit: \"%c\""
8332 msgstr "onaltılık rakam \"%c\" geçersiz"
8333
8334 #: utils/adt/encode.c:178
8335 msgid "invalid hexadecimal data: odd number of digits"
8336 msgstr "geçersiz hexadecimal veri: rakam sayısı tektir"
8337
8338 #: utils/adt/encode.c:295
8339 msgid "unexpected \"=\""
8340 msgstr "beklenmeyen \"=\""
8341
8342 #: utils/adt/encode.c:307
8343 msgid "invalid symbol"
8344 msgstr "geçersiz sembol"
8345
8346 #: utils/adt/encode.c:327
8347 msgid "invalid end sequence"
8348 msgstr "geçersiz end sequence"
8349
8350 #: utils/adt/encode.c:436
8351 #: utils/adt/encode.c:501
8352 #: utils/adt/varlena.c:118
8353 #: utils/adt/varlena.c:158
8354 msgid "invalid input syntax for type bytea"
8355 msgstr "bytea giriş tipi için geçersiz söz dizimi"
8356
8357 #: utils/adt/float.c:219
8358 msgid "type \"real\" value out of range: overflow"
8359 msgstr "\"real\" değeri kapsam dışıdır: overflow"
8360
8361 #: utils/adt/float.c:223
8362 msgid "type \"real\" value out of range: underflow"
8363 msgstr "\"real\" değeri kapsam dışıdır: underflow"
8364
8365 #: utils/adt/float.c:238
8366 msgid "type \"double precision\" value out of range: overflow"
8367 msgstr "\"double precision\" değeri kapsam dışıdır: taşıma"
8368
8369 #: utils/adt/float.c:242
8370 msgid "type \"double precision\" value out of range: underflow"
8371 msgstr "\"double precision\" değeri kapsam dışıdır: underflow"
8372
8373 #: utils/adt/float.c:280
8374 msgid "deprecated input syntax for type real: \"\""
8375 msgstr "real veri tipi için eskimiş kullanım: \"\""
8376
8377 #: utils/adt/float.c:281
8378 #: utils/adt/float.c:458
8379 #: utils/adt/oid.c:46
8380 msgid "This input will be rejected in a future release of PostgreSQL."
8381 msgstr "Bu giriş PostgreSQL sisteminin sonraki versiyonlarında kabul edilmeyecektir."
8382
8383 #: utils/adt/float.c:320
8384 #, c-format
8385 msgid "\"%s\" is out of range for type real"
8386 msgstr "real tipi için kapsam dışı bir değer \"%s\""
8387
8388 #: utils/adt/float.c:325
8389 #: utils/adt/float.c:349
8390 #, c-format
8391 msgid "invalid input syntax for type real: \"%s\""
8392 msgstr "real tipi için geçersiz biçim: \"%s\""
8393
8394 #: utils/adt/float.c:457
8395 msgid "deprecated input syntax for type double precision: \"\""
8396 msgstr "double precision veri tipi için eskimiş kullanım: \"\""
8397
8398 #: utils/adt/float.c:497
8399 #, c-format
8400 msgid "\"%s\" is out of range for type double precision"
8401 msgstr "double precision tipi için kapsam dışı bir değer \"%s\""
8402
8403 #: utils/adt/float.c:502
8404 #: utils/adt/float.c:526
8405 #: utils/adt/numeric.c:3298
8406 #: utils/adt/numeric.c:3324
8407 #, c-format
8408 msgid "invalid input syntax for type double precision: \"%s\""
8409 msgstr "double precision tipi için geçersiz biçim: \"%s\""
8410
8411 #: utils/adt/float.c:1131
8412 #: utils/adt/float.c:1197
8413 #: utils/adt/int.c:614
8414 #: utils/adt/int.c:642
8415 #: utils/adt/int.c:662
8416 #: utils/adt/int.c:691
8417 #: utils/adt/int.c:716
8418 #: utils/adt/int.c:731
8419 #: utils/adt/int.c:861
8420 #: utils/adt/int.c:881
8421 #: utils/adt/int.c:907
8422 #: utils/adt/int.c:941
8423 #: utils/adt/int.c:961
8424 #: utils/adt/int.c:987
8425 #: utils/adt/int.c:1012
8426 #: utils/adt/int.c:1091
8427 #: utils/adt/int8.c:947
8428 #: utils/adt/numeric.c:1785
8429 #: utils/adt/numeric.c:1794
8430 #: utils/adt/varbit.c:1234
8431 msgid "integer out of range"
8432 msgstr "integer sıra dışıdır"
8433
8434 #: utils/adt/float.c:1150
8435 #: utils/adt/float.c:1216
8436 #: utils/adt/int.c:297
8437 #: utils/adt/int.c:747
8438 #: utils/adt/int.c:775
8439 #: utils/adt/int.c:795
8440 #: utils/adt/int.c:815
8441 #: utils/adt/int.c:841
8442 #: utils/adt/int.c:1106
8443 #: utils/adt/int8.c:972
8444 #: utils/adt/numeric.c:1886
8445 #: utils/adt/numeric.c:1897
8446 msgid "smallint out of range"
8447 msgstr "smallint sıra dışıdır"
8448
8449 #: utils/adt/float.c:1452
8450 #: utils/adt/numeric.c:4220
8451 msgid "cannot take square root of a negative number"
8452 msgstr "sıfırdan küçük sayıdan kare kökü alınamaz"
8453
8454 #: utils/adt/float.c:1493
8455 #: utils/adt/numeric.c:1704
8456 msgid "invalid argument for power function"
8457 msgstr "power fonksiyonu için geçersin argüman"
8458
8459 #: utils/adt/float.c:1508
8460 #: utils/adt/float.c:1538
8461 msgid "result is out of range"
8462 msgstr "sonuç sıra dsışıdır"
8463
8464 #: utils/adt/float.c:1561
8465 #: utils/adt/float.c:1591
8466 #: utils/adt/numeric.c:4439
8467 msgid "cannot take logarithm of zero"
8468 msgstr "sıfırın logaritması hesaplanamaz"
8469
8470 #: utils/adt/float.c:1565
8471 #: utils/adt/float.c:1595
8472 #: utils/adt/numeric.c:4443
8473 msgid "cannot take logarithm of a negative number"
8474 msgstr "sıfırdan küçük sayıdan logaritması alınamaz"
8475
8476 #: utils/adt/float.c:1622
8477 #: utils/adt/float.c:1647
8478 #: utils/adt/float.c:1672
8479 #: utils/adt/float.c:1698
8480 #: utils/adt/float.c:1723
8481 #: utils/adt/float.c:1748
8482 #: utils/adt/float.c:1774
8483 #: utils/adt/float.c:1799
8484 msgid "input is out of range"
8485 msgstr "giriş sıra dısışıdır"
8486
8487 #: utils/adt/formatting.c:986
8488 msgid "\"9\" must be ahead of \"PR\""
8489 msgstr "\"9\", \"PR\"'dan önce olmalıdır"
8490
8491 #: utils/adt/formatting.c:1005
8492 msgid "\"0\" must be ahead of \"PR\""
8493 msgstr "\"0\", \"PR\"'dan önce olmalıdır"
8494
8495 #: utils/adt/formatting.c:1034
8496 msgid "multiple decimal points"
8497 msgstr "birden fazla ondalık ayraç"
8498
8499 #: utils/adt/formatting.c:1041
8500 #: utils/adt/formatting.c:1146
8501 msgid "cannot use \"V\" and decimal point together"
8502 msgstr "\"V\" ve ondalık virgül bir arada kullanılamaz"
8503
8504 #: utils/adt/formatting.c:1056
8505 msgid "not unique \"S\""
8506 msgstr "\"S\" tek değildir"
8507
8508 #: utils/adt/formatting.c:1063
8509 msgid "cannot use \"S\" and \"PL\"/\"MI\"/\"SG\"/\"PR\" together"
8510 msgstr "\"S\" ve \"PL\"/\"MI\"/\"SG\"/\"PR\" bir arada kullanılamaz"
8511
8512 #: utils/adt/formatting.c:1087
8513 msgid "cannot use \"S\" and \"MI\" together"
8514 msgstr "\"S\" ve \"MI\" birlikte kullanılamaz"
8515
8516 #: utils/adt/formatting.c:1100
8517 msgid "cannot use \"S\" and \"PL\" together"
8518 msgstr "\"S\" ve \"PL\" birlikte kullanılamaz"
8519
8520 #: utils/adt/formatting.c:1113
8521 msgid "cannot use \"S\" and \"SG\" together"
8522 msgstr "\"S\" ve \"SG\" birlikte kullanılamaz"
8523
8524 #: utils/adt/formatting.c:1125
8525 msgid "cannot use \"PR\" and \"S\"/\"PL\"/\"MI\"/\"SG\" together"
8526 msgstr "\"PR\" ve \"S\"/\"PL\"/\"MI\"/\"SG\" bir arada kullanılamaz"
8527
8528 #: utils/adt/formatting.c:1155
8529 msgid "\"E\" is not supported"
8530 msgstr "\"E\" desteklenmiyor"
8531
8532 #: utils/adt/formatting.c:1426
8533 #, c-format
8534 msgid "\"%s\" is not a number"
8535 msgstr "\"%s\" bir sayı değildir"
8536
8537 #: utils/adt/formatting.c:1689
8538 msgid "invalid AM/PM string"
8539 msgstr "geçersiz AM/PM satırı"
8540
8541 #: utils/adt/formatting.c:2035
8542 msgid "\"TZ\"/\"tz\" not supported"
8543 msgstr "\"TZ\"/\"tz\" desteklenmiyor"
8544
8545 #: utils/adt/formatting.c:2045
8546 #, c-format
8547 msgid "invalid value for %s"
8548 msgstr "%s için geçersiz değer"
8549
8550 #: utils/adt/formatting.c:3142
8551 msgid "AM/PM hour must be between 1 and 12"
8552 msgstr "AM/PM saati 1 ile 12 arasında olmalıdır"
8553
8554 #: utils/adt/formatting.c:3216
8555 msgid "cannot calculate day of year without year information"
8556 msgstr "yıl bilgisi olmadan yılın günü hesaplanamaz"
8557
8558 #: utils/adt/formatting.c:4082
8559 msgid "\"RN\" not supported"
8560 msgstr "\"RN\" desteklenmiyor"
8561
8562 #: utils/adt/geo_ops.c:292
8563 #: utils/adt/geo_ops.c:3953
8564 #: utils/adt/geo_ops.c:4843
8565 msgid "too many points requested"
8566 msgstr "sayı içindeki ondalık nokta sayısı çok fazla"
8567
8568 #: utils/adt/geo_ops.c:315
8569 msgid "could not format \"path\" value"
8570 msgstr "\"path\" değeri biçimlendirilemiyor"
8571
8572 #: utils/adt/geo_ops.c:390
8573 #, c-format
8574 msgid "invalid input syntax for type box: \"%s\""
8575 msgstr "box tipi için geçersiz biçim: \"%s\""
8576
8577 #: utils/adt/geo_ops.c:903
8578 #, c-format
8579 msgid "invalid input syntax for type line: \"%s\""
8580 msgstr "line tipi için geçersiz biçim: \"%s\""
8581
8582 #: utils/adt/geo_ops.c:910
8583 #: utils/adt/geo_ops.c:977
8584 #: utils/adt/geo_ops.c:992
8585 #: utils/adt/geo_ops.c:1004
8586 msgid "type \"line\" not yet implemented"
8587 msgstr "\"line\" veri tipi implemente edilmemiştir"
8588
8589 #: utils/adt/geo_ops.c:1352
8590 #: utils/adt/geo_ops.c:1375
8591 #, c-format
8592 msgid "invalid input syntax for type path: \"%s\""
8593 msgstr "path tipi için geçersiz biçim: \"%s\""
8594
8595 #: utils/adt/geo_ops.c:1412
8596 msgid "invalid number of points in external \"path\" value"
8597 msgstr "dış \"path\" değerinde geçersiz nokta sayısı"
8598
8599 #: utils/adt/geo_ops.c:1753
8600 #, c-format
8601 msgid "invalid input syntax for type point: \"%s\""
8602 msgstr "point tipi için geçersiz biçim: \"%s\""
8603
8604 #: utils/adt/geo_ops.c:1981
8605 #, c-format
8606 msgid "invalid input syntax for type lseg: \"%s\""
8607 msgstr "lseg tipi için geçersiz biçim: \"%s\""
8608
8609 #: utils/adt/geo_ops.c:2573
8610 msgid "function \"dist_lb\" not implemented"
8611 msgstr "\"dist_lb\" fonksiyonu implemente edilmemiştir"
8612
8613 #: utils/adt/geo_ops.c:3086
8614 msgid "function \"close_lb\" not implemented"
8615 msgstr "\"close_lb\" fonksiyonu implemente edilmemiştir"
8616
8617 #: utils/adt/geo_ops.c:3365
8618 msgid "cannot create bounding box for empty polygon"
8619 msgstr "boş polygon için bounding box oluşturulamaz"
8620
8621 #: utils/adt/geo_ops.c:3389
8622 #: utils/adt/geo_ops.c:3401
8623 #, c-format
8624 msgid "invalid input syntax for type polygon: \"%s\""
8625 msgstr "polygon tipi için geçersiz biçim: \"%s\""
8626
8627 #: utils/adt/geo_ops.c:3441
8628 msgid "invalid number of points in external \"polygon\" value"
8629 msgstr "dış \"polygon\" değerinde geçersiz nokta sayısı"
8630
8631 #: utils/adt/geo_ops.c:3751
8632 msgid "function \"poly_distance\" not implemented"
8633 msgstr "\"poly_distance\" fonksiyonu emplemente edilmemiş"
8634
8635 #: utils/adt/geo_ops.c:4063
8636 msgid "function \"path_center\" not implemented"
8637 msgstr "\"path_center\" fonksiyonu emplemente edilmemiş"
8638
8639 #: utils/adt/geo_ops.c:4080
8640 msgid "open path cannot be converted to polygon"
8641 msgstr "open path, polygon veri tipine dönüştürülemez"
8642
8643 #: utils/adt/geo_ops.c:4247
8644 #: utils/adt/geo_ops.c:4257
8645 #: utils/adt/geo_ops.c:4272
8646 #: utils/adt/geo_ops.c:4278
8647 #, c-format
8648 msgid "invalid input syntax for type circle: \"%s\""
8649 msgstr "circle tipi için geçersiz biçim: \"%s\""
8650
8651 #: utils/adt/geo_ops.c:4300
8652 #: utils/adt/geo_ops.c:4308
8653 msgid "could not format \"circle\" value"
8654 msgstr "\"circle\" değeri biçimlendirilemedi"
8655
8656 #: utils/adt/geo_ops.c:4335
8657 msgid "invalid radius in external \"circle\" value"
8658 msgstr "\"circle\" değerin dış yarıçap değeri geçersiz"
8659
8660 #: utils/adt/geo_ops.c:4829
8661 msgid "cannot convert circle with radius zero to polygon"
8662 msgstr "yarıçapı sıfır olan daire polygon'a çevrilemez"
8663
8664 #: utils/adt/geo_ops.c:4834
8665 msgid "must request at least 2 points"
8666 msgstr "en az iki nokta istemelidir"
8667
8668 #: utils/adt/geo_ops.c:4878
8669 #: utils/adt/geo_ops.c:4901
8670 msgid "cannot convert empty polygon to circle"
8671 msgstr "boş polygon daireye çevrilemez"
8672
8673 #: utils/adt/int.c:137
8674 msgid "int2vector has too many elements"
8675 msgstr "int2vector çok fazla öğesine sahip"
8676
8677 #: utils/adt/int.c:1294
8678 #: utils/adt/int8.c:1151
8679 msgid "step size may not equal zero"
8680 msgstr "step boyutu sıfır olamaz"
8681
8682 #: utils/adt/int8.c:101
8683 #: utils/adt/int8.c:136
8684 #: utils/adt/numutils.c:74
8685 #: utils/adt/numutils.c:84
8686 #: utils/adt/numutils.c:97
8687 #, c-format
8688 msgid "invalid input syntax for integer: \"%s\""
8689 msgstr "integer için geçersiz sözdizimi:\"%s\""
8690
8691 #: utils/adt/int8.c:117
8692 #, c-format
8693 msgid "value \"%s\" is out of range for type bigint"
8694 msgstr "bigint tipi için \"%s\" değeri kapsam dışıdır"
8695
8696 #: utils/adt/int8.c:506
8697 #: utils/adt/int8.c:534
8698 #: utils/adt/int8.c:554
8699 #: utils/adt/int8.c:583
8700 #: utils/adt/int8.c:608
8701 #: utils/adt/int8.c:626
8702 #: utils/adt/int8.c:660
8703 #: utils/adt/int8.c:705
8704 #: utils/adt/int8.c:725
8705 #: utils/adt/int8.c:751
8706 #: utils/adt/int8.c:776
8707 #: utils/adt/int8.c:796
8708 #: utils/adt/int8.c:816
8709 #: utils/adt/int8.c:842
8710 #: utils/adt/int8.c:1010
8711 #: utils/adt/int8.c:1049
8712 #: utils/adt/numeric.c:1838
8713 #: utils/adt/varbit.c:1313
8714 msgid "bigint out of range"
8715 msgstr "biginit değeri sıra dışıdır"
8716
8717 #: utils/adt/int8.c:1066
8718 msgid "OID out of range"
8719 msgstr "OID kapsam dışıdır"
8720
8721 #: utils/adt/oracle_compat.c:99
8722 #: utils/adt/oracle_compat.c:139
8723 msgid "invalid multibyte character for locale"
8724 msgstr "karakter kapsamı için geçersiz isimler"
8725
8726 #: utils/adt/oracle_compat.c:100
8727 msgid "The server's LC_CTYPE locale is probably incompatible with the database encoding."
8728 msgstr "Sunucunun LC_TYPE yerel ayarı  veritabanı kodlaması ile uyumsuz."
8729
8730 #: utils/adt/oracle_compat.c:411
8731 #: utils/adt/oracle_compat.c:508
8732 #: utils/adt/oracle_compat.c:1132
8733 msgid "requested length too large"
8734 msgstr "istenen uzunluk çok büyük"
8735
8736 #: utils/adt/mac.c:65
8737 #, c-format
8738 msgid "invalid input syntax for type macaddr: \"%s\""
8739 msgstr "macaddr tipi için geçersiz biçim: \"%s\""
8740
8741 #: utils/adt/mac.c:72
8742 #, c-format
8743 msgid "invalid octet value in \"macaddr\" value: \"%s\""
8744 msgstr "\"macaddr\" içinde geçersiz octet değeri: \"%s\""
8745
8746 #: utils/adt/mac.c:190
8747 msgid "text too long to convert to MAC address"
8748 msgstr "MAC adrese dönüştürmek için metin çok uzun"
8749
8750 #: utils/adt/misc.c:81
8751 msgid "must be superuser to signal other server processes"
8752 msgstr "diğer aktif sunucu süreçlerine sinyal göndermek için superuser olmanız lazım"
8753
8754 #: utils/adt/misc.c:90
8755 #, c-format
8756 msgid "PID %d is not a PostgreSQL server process"
8757 msgstr "PID %d bir PostgreSQL sunucu süreci değildir"
8758
8759 #: utils/adt/misc.c:98
8760 #, c-format
8761 msgid "could not send signal to process %d: %m"
8762 msgstr "%d sürecine sinyal gönderme başarısız: %m"
8763
8764 #: utils/adt/misc.c:156
8765 msgid "global tablespace never has databases"
8766 msgstr "global tablespace, database bulunduramaz"
8767
8768 #: utils/adt/misc.c:177
8769 #, c-format
8770 msgid "%u is not a tablespace OID"
8771 msgstr "%u OID tablespace değildir"
8772
8773 #: utils/adt/nabstime.c:244
8774 #, c-format
8775 msgid "invalid time zone name: \"%s\""
8776 msgstr "geçersiz zaman dilimi adı: \"%s\""
8777
8778 #: utils/adt/nabstime.c:596
8779 #: utils/adt/nabstime.c:669
8780 msgid "cannot convert abstime \"invalid\" to timestamp"
8781 msgstr "abstime \"invalid\" interval tipine dönüştürülemiyor"
8782
8783 #: utils/adt/nabstime.c:823
8784 #, c-format
8785 msgid "invalid input syntax for type tinterval: \"%s\""
8786 msgstr "interval tipi için geçersiz biçim: \"%s\""
8787
8788 #: utils/adt/nabstime.c:888
8789 msgid "invalid status in external \"tinterval\" value"
8790 msgstr "harici \"tinterval\" değerinin durumu geçirsiz"
8791
8792 #: utils/adt/nabstime.c:980
8793 msgid "cannot convert reltime \"invalid\" to interval"
8794 msgstr "reltime \"invalid\" değeri interval'a dönüştürülemiyor"
8795
8796 #: utils/adt/network.c:105
8797 #, c-format
8798 msgid "invalid cidr value: \"%s\""
8799 msgstr "cidr değeri geçersiz: \"%s\""
8800
8801 #: utils/adt/network.c:106
8802 #: utils/adt/network.c:233
8803 msgid "Value has bits set to right of mask."
8804 msgstr "Değerin maskenin sğında fazladan bitler var."
8805
8806 #: utils/adt/network.c:153
8807 #: utils/adt/network.c:528
8808 #: utils/adt/network.c:554
8809 #: utils/adt/network.c:590
8810 #, c-format
8811 msgid "could not format inet value: %m"
8812 msgstr "inet değeri biçimlendirilemiyor: %m"
8813
8814 #: utils/adt/network.c:198
8815 msgid "invalid address family in external \"inet\" value"
8816 msgstr "dış \"inet\" değerinde geçersiz address family"
8817
8818 #: utils/adt/network.c:203
8819 msgid "invalid bits in external \"inet\" value"
8820 msgstr "harici \"inet\" değerinin bitleri geçirsiz"
8821
8822 #: utils/adt/network.c:209
8823 msgid "invalid type in external \"inet\" value"
8824 msgstr "harici \"inet\" değerinin tipi geçirsiz"
8825
8826 #: utils/adt/network.c:214
8827 msgid "invalid length in external \"inet\" value"
8828 msgstr "harici \"cidr\" değerinin uzunluğu geçirsiz"
8829
8830 #: utils/adt/network.c:232
8831 msgid "invalid external \"cidr\" value"
8832 msgstr "geçersiz harici \"cidr\" değeri"
8833
8834 #: utils/adt/network.c:319
8835 #, c-format
8836 msgid "invalid mask length: %d"
8837 msgstr "geçersiz mask uzunluğu: %d"
8838
8839 #: utils/adt/not_in.c:64
8840 #: utils/adt/regproc.c:1110
8841 #: utils/adt/regproc.c:1115
8842 #: utils/adt/varlena.c:1636
8843 #: utils/adt/varlena.c:1641
8844 msgid "invalid name syntax"
8845 msgstr "isim sözdizimi geçersiz"
8846
8847 #: utils/adt/not_in.c:65
8848 msgid "Must provide \"relationname.columnname\"."
8849 msgstr "\"nesneadı.sütunadı\" belirtmelisiniz."
8850
8851 #: utils/adt/numeric.c:397
8852 msgid "invalid length in external \"numeric\" value"
8853 msgstr "harici \"numeric\" değerinin uzunluğu geçirsiz"
8854
8855 #: utils/adt/numeric.c:408
8856 msgid "invalid sign in external \"numeric\" value"
8857 msgstr "harici \"numeric\" değerinin eksi işareti geçirsiz"
8858
8859 #: utils/adt/numeric.c:418
8860 msgid "invalid digit in external \"numeric\" value"
8861 msgstr "harici \"numeric\" değerinin rakamı geçirsiz"
8862
8863 #: utils/adt/numeric.c:835
8864 msgid "count must be greater than zero"
8865 msgstr "sayısı sıfırdan büyük olmalı"
8866
8867 #: utils/adt/numeric.c:848
8868 msgid "lower bound cannot equal upper bound"
8869 msgstr "alt sınır üst sınırı ile eşit olamaz"
8870
8871 #: utils/adt/numeric.c:1761
8872 msgid "cannot convert NaN to integer"
8873 msgstr "NaN tipinden integer tipine dönüştürme hatası"
8874
8875 #: utils/adt/numeric.c:1829
8876 msgid "cannot convert NaN to bigint"
8877 msgstr "NaN tipinden bigint tipine dönüştürme hatası"
8878
8879 #: utils/adt/numeric.c:1877
8880 msgid "cannot convert NaN to smallint"
8881 msgstr "NaN tipinden smallint tipine dönüştürme hatası"
8882
8883 #: utils/adt/numeric.c:2720
8884 #: utils/adt/numeric.c:2743
8885 #: utils/adt/numeric.c:2767
8886 #: utils/adt/numeric.c:2774
8887 #: utils/adt/numeric.c:2788
8888 #, c-format
8889 msgid "invalid input syntax for type numeric: \"%s\""
8890 msgstr "numeric tipi için geçersiz biçim: \"%s\""
8891
8892 #: utils/adt/numeric.c:3086
8893 msgid "value overflows numeric format"
8894 msgstr "değer, numerik biçiminin kapsamını taşımaktadır"
8895
8896 #: utils/adt/numeric.c:3156
8897 msgid "numeric field overflow"
8898 msgstr "numerik alan kapsamını taşımaktadır"
8899
8900 #: utils/adt/numeric.c:3157
8901 #, c-format
8902 msgid "The absolute value is greater than or equal to 10^%d for field with precision %d, scale %d."
8903 msgstr "Kesinliği %2$d ve ölçekliği %3$d olan alan için girilecek değer 10^%1$d sınırıa eşit veya daha büyüktür."
8904
8905 #: utils/adt/numeric.c:4310
8906 msgid "argument for function \"exp\" too big"
8907 msgstr "\"exp\" fonksiyonu için argüman fazla büyük"
8908
8909 #: utils/adt/numeric.c:4692
8910 msgid "zero raised to zero is undefined"
8911 msgstr "sıfırın sıfır katı belirsiz"
8912
8913 #: utils/adt/numutils.c:111
8914 #, c-format
8915 msgid "value \"%s\" is out of range for type integer"
8916 msgstr "integer tipi için \"%s\" değeri kapsam dışıdır"
8917
8918 #: utils/adt/numutils.c:117
8919 #, c-format
8920 msgid "value \"%s\" is out of range for type smallint"
8921 msgstr "smallint tipi için \"%s\" değeri kapsam dışıdır"
8922
8923 #: utils/adt/numutils.c:123
8924 #, c-format
8925 msgid "value \"%s\" is out of range for 8-bit integer"
8926 msgstr "8-bir integer tipi için \"%s\" değeri kapsam dışıdır"
8927
8928 #: utils/adt/oid.c:45
8929 msgid "deprecated input syntax for type oid: \"\""
8930 msgstr "oid veri tipi için eskimiş kullanım: \"\""
8931
8932 #: utils/adt/oid.c:60
8933 #: utils/adt/oid.c:66
8934 #: utils/adt/oid.c:87
8935 #, c-format
8936 msgid "invalid input syntax for type oid: \"%s\""
8937 msgstr "oid tipi için geçersiz biçim: \"%s\""
8938
8939 #: utils/adt/oid.c:72
8940 #: utils/adt/oid.c:110
8941 #, c-format
8942 msgid "value \"%s\" is out of range for type oid"
8943 msgstr "oid tipi için \"%s\" değeri sıra dışıdır"
8944
8945 #: utils/adt/oid.c:188
8946 msgid "oidvector has too many elements"
8947 msgstr "oidvector çok fazla öğesine sahiptir"
8948
8949 #: utils/adt/ruleutils.c:1615
8950 #, c-format
8951 msgid "rule \"%s\" has unsupported event type %d"
8952 msgstr "\"%s\" rule desteklenmeyen veri tipine sahip %d"
8953
8954 #: utils/adt/pseudotypes.c:94
8955 msgid "cannot accept a value of type any"
8956 msgstr "any tipinde değer alınamaz"
8957
8958 #: utils/adt/pseudotypes.c:107
8959 msgid "cannot display a value of type any"
8960 msgstr "any tipinde değer gösterilemez"
8961
8962 #: utils/adt/pseudotypes.c:121
8963 #: utils/adt/pseudotypes.c:149
8964 msgid "cannot accept a value of type anyarray"
8965 msgstr "anyarray tipinde değer alınamaz"
8966
8967 #: utils/adt/pseudotypes.c:199
8968 msgid "cannot accept a value of type trigger"
8969 msgstr "trigger tipinde değer alınamaz"
8970
8971 #: utils/adt/pseudotypes.c:212
8972 msgid "cannot display a value of type trigger"
8973 msgstr "trigger tipinde değer gösterilemez"
8974
8975 #: utils/adt/pseudotypes.c:226
8976 msgid "cannot accept a value of type language_handler"
8977 msgstr "language_handler tipinde değer alınamaz"
8978
8979 #: utils/adt/pseudotypes.c:239
8980 msgid "cannot display a value of type language_handler"
8981 msgstr "language_handler tipinde değer gösterilemez"
8982
8983 #: utils/adt/pseudotypes.c:253
8984 msgid "cannot accept a value of type internal"
8985 msgstr "internal tipinde değer alınamaz"
8986
8987 #: utils/adt/pseudotypes.c:266
8988 msgid "cannot display a value of type internal"
8989 msgstr "internal tipinde değer gösterilemez"
8990
8991 #: utils/adt/pseudotypes.c:280
8992 msgid "cannot accept a value of type opaque"
8993 msgstr "opaque tipinde değer alınamaz"
8994
8995 #: utils/adt/pseudotypes.c:293
8996 msgid "cannot display a value of type opaque"
8997 msgstr "opaque tipinde değer gösterilemez"
8998
8999 #: utils/adt/pseudotypes.c:307
9000 msgid "cannot accept a value of type anyelement"
9001 msgstr "anyelement tipinde değer alınamaz"
9002
9003 #: utils/adt/pseudotypes.c:320
9004 msgid "cannot display a value of type anyelement"
9005 msgstr "anyelement tipinde değer gösterilemez"
9006
9007 #: utils/adt/regexp.c:155
9008 #: utils/adt/regexp.c:241
9009 #, c-format
9010 msgid "regular expression failed: %s"
9011 msgstr "regular expression başarısız: %s"
9012
9013 #: utils/adt/regexp.c:187
9014 #, c-format
9015 msgid "invalid regular expression: %s"
9016 msgstr "regular expression geçersiz: %s"
9017
9018 #: utils/adt/regproc.c:122
9019 #: utils/adt/regproc.c:142
9020 #, c-format
9021 msgid "more than one function named \"%s\""
9022 msgstr "birden fazla \"%s\" adlı fonksiyon var"
9023
9024 #: utils/adt/regproc.c:471
9025 #: utils/adt/regproc.c:491
9026 #, c-format
9027 msgid "more than one operator named %s"
9028 msgstr "birden fazla \"%s\" adlı operatör var"
9029
9030 #: utils/adt/regproc.c:644
9031 #: utils/adt/regproc.c:1276
9032 msgid "too many arguments"
9033 msgstr "çok fazla argüman"
9034
9035 #: utils/adt/regproc.c:645
9036 msgid "Provide two argument types for operator."
9037 msgstr "Operatör için iki argüman tipi sağlayın."
9038
9039 #: utils/adt/regproc.c:1174
9040 msgid "expected a left parenthesis"
9041 msgstr "sol parantez beklenir"
9042
9043 #: utils/adt/regproc.c:1190
9044 msgid "expected a right parenthesis"
9045 msgstr "sağ parantez beklenir"
9046
9047 #: utils/adt/regproc.c:1209
9048 msgid "expected a type name"
9049 msgstr "tür ismi beklenir"
9050
9051 #: utils/adt/regproc.c:1241
9052 msgid "improper type name"
9053 msgstr "tür ismi geçersiz"
9054
9055 #: utils/adt/ri_triggers.c:338
9056 #: utils/adt/ri_triggers.c:2744
9057 #: utils/adt/ri_triggers.c:3249
9058 #: utils/adt/ri_triggers.c:3286
9059 #, c-format
9060 msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\""
9061 msgstr "\"%s\" tablosu üzende işlem \"%s\" foreign key constrainti ihlal ediyor"
9062
9063 #: utils/adt/ri_triggers.c:341
9064 #: utils/adt/ri_triggers.c:2747
9065 msgid "MATCH FULL does not allow mixing of null and nonnull key values."
9066 msgstr "MATCH FULL, null ve nonnull anahtar değerlerinin bir arada kullanımına izin vermez."
9067
9068 #: utils/adt/ri_triggers.c:2483
9069 #: utils/adt/ri_triggers.c:2972
9070 #, c-format
9071 msgid "function \"%s\" called with wrong number of trigger arguments"
9072 msgstr "\"%s\" fonksiyonu trigger argümnların yanlış sayısı ile çağırılmıştır"
9073
9074 #: utils/adt/ri_triggers.c:2501
9075 #: utils/adt/ri_triggers.c:2982
9076 #, c-format
9077 msgid "no target table given for trigger \"%s\" on table \"%s\""
9078 msgstr "\"%2$s\" tablosu üzerinde \"%1$s\" trigger çağırılmasında hedef tablo verilmemiştir"
9079
9080 #: utils/adt/ri_triggers.c:2504
9081 #: utils/adt/ri_triggers.c:2985
9082 msgid "Remove this referential integrity trigger and its mates, then do ALTER TABLE ADD CONSTRAINT."
9083 msgstr "Bu ve diğer bütünlük kısıtlamaları ladırın, ardından ALTER TABLE ADD CONSTRAINT komutuyla yeni kısıtlama ekleyin."
9084
9085 #: utils/adt/ri_triggers.c:2892
9086 #: utils/adt/ri_triggers.c:2902
9087 #: utils/adt/ri_triggers.c:3348
9088 #, c-format
9089 msgid "table \"%s\" does not have column \"%s\" referenced by constraint \"%s\""
9090 msgstr "\"%3$s\" bütünlük kısıtlaması tarafından referans edilen \"%1$s\" tablosunda \"%2$s\" sütunu yok"
9091
9092 #: utils/adt/ri_triggers.c:2922
9093 #, c-format
9094 msgid "function \"%s\" was not called by trigger manager"
9095 msgstr "\"%s\" fonksiyonu trigger yöneticisi tarafından çağırılmamıştır"
9096
9097 #: utils/adt/ri_triggers.c:2931
9098 #, c-format
9099 msgid "function \"%s\" must be fired AFTER ROW"
9100 msgstr "\"%s\" fonksiyonu AFTER ROW olarak çalıştırılmalıdır"
9101
9102 #: utils/adt/ri_triggers.c:2939
9103 #, c-format
9104 msgid "function \"%s\" must be fired for INSERT"
9105 msgstr "\"%s\" fonksiyonu INSERT için çalıştırılmalıdır"
9106
9107 #: utils/adt/ri_triggers.c:2945
9108 #, c-format
9109 msgid "function \"%s\" must be fired for UPDATE"
9110 msgstr "\"%s\" fonksiyonu UPDATE için çalıştırılmalıdır"
9111
9112 #: utils/adt/ri_triggers.c:2952
9113 #, c-format
9114 msgid "function \"%s\" must be fired for INSERT or UPDATE"
9115 msgstr "\"%s\" fonksiyonu INSERT veya UPDATE için çalıştırılmalıdır"
9116
9117 #: utils/adt/ri_triggers.c:2959
9118 #, c-format
9119 msgid "function \"%s\" must be fired for DELETE"
9120 msgstr "\"%s\" fonksiyonu DELETE için çalıştırılmalıdır"
9121
9122 #: utils/adt/ri_triggers.c:3216
9123 #, c-format
9124 msgid "referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave unexpected result"
9125 msgstr "\"%3$s\" tablosu üzerinde \"%2$s\" bütünük kısıtlamasından \"%1$s\" nesnesini sorgulayan sorgu beklenmeyen bir sonuç getirdi"
9126
9127 #: utils/adt/ri_triggers.c:3220
9128 msgid "This is most likely due to a rule having rewritten the query."
9129 msgstr "Bu durum muhtemelen sorguyu değiştiren rule yüzünden meydana gelmiştir."
9130
9131 #: utils/adt/ri_triggers.c:3251
9132 #, c-format
9133 msgid "No rows were found in \"%s\"."
9134 msgstr "\"%s\" içinde tahsis edilebilir bir girdi yok."
9135
9136 #: utils/adt/ri_triggers.c:3288
9137 #, c-format
9138 msgid "Key (%s)=(%s) is not present in table \"%s\"."
9139 msgstr "\"%3$s\" tablosunda (%1$s)=(%2$s) anahtarı mevcut değildir."
9140
9141 #: utils/adt/ri_triggers.c:3294
9142 #, c-format
9143 msgid "update or delete on \"%s\" violates foreign key constraint \"%s\" on \"%s\""
9144 msgstr "\"%1$s\" üzerinde yapılan işlem \"%3$s\" tablosunun \"%2$s\" bütünlük kısıtlamasını ihlal ediyor"
9145
9146 #: utils/adt/ri_triggers.c:3297
9147 #, c-format
9148 msgid "Key (%s)=(%s) is still referenced from table \"%s\"."
9149 msgstr "(%s)=(%s) anahtarı \"%s\" tablosundan hala referans edilmektedir."
9150
9151 #: utils/adt/rowtypes.c:78
9152 #: utils/adt/rowtypes.c:442
9153 msgid "input of anonymous composite types is not implemented"
9154 msgstr "anonymous composite veri girişi implemente edilmemiş"
9155
9156 #: utils/adt/rowtypes.c:125
9157 #: utils/adt/rowtypes.c:152
9158 #: utils/adt/rowtypes.c:176
9159 #: utils/adt/rowtypes.c:184
9160 #: utils/adt/rowtypes.c:234
9161 #: utils/adt/rowtypes.c:242
9162 #, c-format
9163 msgid "malformed record literal: \"%s\""
9164 msgstr "hatalı değer: \"%s\""
9165
9166 #: utils/adt/rowtypes.c:126
9167 msgid "Missing left parenthesis."
9168 msgstr "Sol parantez eksik."
9169
9170 #: utils/adt/rowtypes.c:153
9171 msgid "Too few columns."
9172 msgstr "Sütun sayısı yetersiz."
9173
9174 #: utils/adt/rowtypes.c:178
9175 #: utils/adt/rowtypes.c:186
9176 msgid "Unexpected end of input."
9177 msgstr "Beklenmeyen girdi sonu."
9178
9179 #: utils/adt/rowtypes.c:235
9180 msgid "Too many columns."
9181 msgstr "Çok fazla sütun."
9182
9183 #: utils/adt/rowtypes.c:243
9184 msgid "Junk after right parenthesis."
9185 msgstr "Sağ parantezden sonra süprüntü."
9186
9187 #: utils/adt/rowtypes.c:491
9188 #, c-format
9189 msgid "wrong number of columns: %d, expected %d"
9190 msgstr "geçersiz sütun sayısı: %2$d yerine %1$d"
9191
9192 #: utils/adt/rowtypes.c:515
9193 #, c-format
9194 msgid "wrong data type: %u, expected %u"
9195 msgstr "yanlış veri tipi: %u beklenirken %u alındı"
9196
9197 #: utils/adt/rowtypes.c:574
9198 #, c-format
9199 msgid "improper binary format in record column %d"
9200 msgstr "%d kayıt sütununda uygunsuz ikili biçimi"
9201
9202 #: utils/adt/timestamp.c:97
9203 #: utils/adt/timestamp.c:338
9204 #, c-format
9205 msgid "timestamp out of range: \"%s\""
9206 msgstr "timestamp kapsam dışıdır: \"%s\""
9207
9208 #: utils/adt/timestamp.c:115
9209 #: utils/adt/timestamp.c:356
9210 #: utils/adt/timestamp.c:535
9211 #, c-format
9212 msgid "date/time value \"%s\" is no longer supported"
9213 msgstr "\"%s\" tarih/saat değeri artık desteklenemektedir"
9214
9215 #: utils/adt/timestamp.c:270
9216 #, c-format
9217 msgid "timestamp(%d) precision must be between %d and %d"
9218 msgstr "timestamp(%d) kesinliği %d ile %d arasında olmalıdır"
9219
9220 #: utils/adt/timestamp.c:528
9221 #: utils/adt/timestamp.c:2407
9222 #: utils/adt/timestamp.c:2525
9223 #: utils/adt/timestamp.c:3060
9224 msgid "interval out of range"
9225 msgstr "interval sonuç sıra dışıdır"
9226
9227 #: utils/adt/timestamp.c:881
9228 #, c-format
9229 msgid "interval(%d) precision must be between %d and %d"
9230 msgstr "interval(%d) kesinliği %d ile %d arasında olmalıdır"
9231
9232 #: utils/adt/timestamp.c:1881
9233 msgid "cannot subtract infinite timestamps"
9234 msgstr "sonsuz timestap veri tipi üzerinde çıkarma işlemi yapılamaz"
9235
9236 #: utils/adt/timestamp.c:2585
9237 #, c-format
9238 msgid "invalid input syntax for type timestamp: \"%s\""
9239 msgstr "timestamp tipi için geçersiz biçim: \"%s\""
9240
9241 #: utils/adt/timestamp.c:2645
9242 #, c-format
9243 msgid "invalid input syntax for type timestamp with time zone: \"%s\""
9244 msgstr "timestamp with time zone tipi için geçersiz biçim: \"%s\""
9245
9246 #: utils/adt/timestamp.c:2706
9247 #, c-format
9248 msgid "invalid input syntax for type interval: \"%s\""
9249 msgstr "interval tipi için geçersiz biçim: \"%s\""
9250
9251 #: utils/adt/timestamp.c:2817
9252 #: utils/adt/timestamp.c:3363
9253 #: utils/adt/timestamp.c:3420
9254 #, c-format
9255 msgid "timestamp units \"%s\" not supported"
9256 msgstr "interval birimi \"%s\" desteklenmemektedir"
9257
9258 #: utils/adt/timestamp.c:2831
9259 #: utils/adt/timestamp.c:3430
9260 #, c-format
9261 msgid "timestamp units \"%s\" not recognized"
9262 msgstr "\"%s\" timestamp birimleri geçersiz"
9263
9264 #: utils/adt/timestamp.c:2957
9265 #: utils/adt/timestamp.c:3588
9266 #: utils/adt/timestamp.c:3626
9267 #, c-format
9268 msgid "timestamp with time zone units \"%s\" not supported"
9269 msgstr "\"%s\" timestamp with time zone değerleri desteklenmemektedir"
9270
9271 #: utils/adt/timestamp.c:2974
9272 #: utils/adt/timestamp.c:3635
9273 #, c-format
9274 msgid "timestamp with time zone units \"%s\" not recognized"
9275 msgstr "\"%s\" timestamp with time zone değerleri tanınmamaktadır"
9276
9277 #: utils/adt/timestamp.c:3053
9278 #: utils/adt/timestamp.c:3741
9279 #, c-format
9280 msgid "interval units \"%s\" not supported"
9281 msgstr "interval birimi \"%s\" desteklenmemektedir"
9282
9283 #: utils/adt/timestamp.c:3069
9284 #: utils/adt/timestamp.c:3771
9285 #, c-format
9286 msgid "interval units \"%s\" not recognized"
9287 msgstr "\"%s\" interval birimleri geçersiz"
9288
9289 #: utils/adt/timestamp.c:3093
9290 msgid "cannot calculate week number without year information"
9291 msgstr "yıl bilgisi olmadan haftanın günü hesaplanamaz"
9292
9293 #: utils/adt/timestamp.c:3842
9294 #: utils/adt/timestamp.c:3991
9295 #, c-format
9296 msgid "interval time zone \"%s\" must not specify month"
9297 msgstr "\"%s\" interval time zone ayı belirtmemelidir"
9298
9299 #: utils/adt/selfuncs.c:3370
9300 #: utils/adt/selfuncs.c:3775
9301 msgid "case insensitive matching not supported on type bytea"
9302 msgstr "bytea veri tipi için büyük ve küçük harf duyarsız karşılaştırma desteklenmemektedir"
9303
9304 #: utils/adt/selfuncs.c:3477
9305 #: utils/adt/selfuncs.c:3936
9306 msgid "regular-expression matching not supported on type bytea"
9307 msgstr "bytea tipi için regular-expression karşılaştırma desteklenmemektedir"
9308
9309 #: utils/adt/tid.c:66
9310 #: utils/adt/tid.c:74
9311 #: utils/adt/tid.c:82
9312 #, c-format
9313 msgid "invalid input syntax for type tid: \"%s\""
9314 msgstr "tid veri tipi için geersiz söz dizimi: \"%s\""
9315
9316 #: utils/adt/varbit.c:109
9317 #: utils/adt/varbit.c:263
9318 #, c-format
9319 msgid "bit string length %d does not match type bit(%d)"
9320 msgstr "%d bit string uzunluğu bit tipi (%d) ile uyuşmamaktadır"
9321
9322 #: utils/adt/varbit.c:131
9323 #: utils/adt/varbit.c:370
9324 #, c-format
9325 msgid "\"%c\" is not a valid binary digit"
9326 msgstr "\"%c\" geçerli bir ikili rakamı değildir"
9327
9328 #: utils/adt/varbit.c:156
9329 #: utils/adt/varbit.c:395
9330 #, c-format
9331 msgid "\"%c\" is not a valid hexadecimal digit"
9332 msgstr "\"%c\" geçerli bir onaltılı rakamı değildir"
9333
9334 #: utils/adt/varbit.c:348
9335 #: utils/adt/varbit.c:532
9336 #, c-format
9337 msgid "bit string too long for type bit varying(%d)"
9338 msgstr "bit varying(%d) tipi için bit string çok uzun"
9339
9340 #: utils/adt/varbit.c:472
9341 msgid "invalid length in external bit string"
9342 msgstr "external bit string uzunuğu geçersiz"
9343
9344 #: utils/adt/varbit.c:905
9345 msgid "cannot AND bit strings of different sizes"
9346 msgstr "farklı uzunluğa sahip bit stringler üzerinde AND işlemi yapılamaz"
9347
9348 #: utils/adt/varbit.c:946
9349 msgid "cannot OR bit strings of different sizes"
9350 msgstr "farklı uzunluğa sahip bit stringler üzerinde OR işlemi yapılamaz"
9351
9352 #: utils/adt/varbit.c:992
9353 msgid "cannot XOR bit strings of different sizes"
9354 msgstr "farklı uzunluğa sahip bit stringler üzerinde XOR işlemi yapılamaz"
9355
9356 #: utils/adt/varchar.c:105
9357 #: utils/adt/varchar.c:225
9358 #, c-format
9359 msgid "value too long for type character(%d)"
9360 msgstr "character(%d) veri tipi için değer çok uzun"
9361
9362 #: utils/adt/varchar.c:383
9363 #: utils/adt/varchar.c:475
9364 #, c-format
9365 msgid "value too long for type character varying(%d)"
9366 msgstr "varying(%d)  veri tipi için çok uzun"
9367
9368 #: utils/adt/varlena.c:582
9369 #: utils/adt/varlena.c:646
9370 #: utils/adt/varlena.c:1312
9371 msgid "negative substring length not allowed"
9372 msgstr "dıfırdan küçük altatır uzunluğuna izin verilmiyor"
9373
9374 #: utils/adt/varlena.c:1407
9375 #: utils/adt/varlena.c:1438
9376 #: utils/adt/varlena.c:1474
9377 #: utils/adt/varlena.c:1517
9378 #, c-format
9379 msgid "index %d out of valid range, 0..%d"
9380 msgstr "%d indexi  geçerli kapsamın dışındadır: 0..%d"
9381
9382 #: utils/adt/varlena.c:1529
9383 msgid "new bit must be 0 or 1"
9384 msgstr "yeni bit 0 veya 1 olmalıdır"
9385
9386 #: utils/adt/varlena.c:2016
9387 msgid "field position must be greater than zero"
9388 msgstr "alan yeri sıfırdan büyük olmalıdır"
9389
9390 #: utils/cache/lsyscache.c:1687
9391 #: utils/cache/lsyscache.c:1723
9392 #: utils/cache/lsyscache.c:1759
9393 #: utils/cache/lsyscache.c:1795
9394 #, c-format
9395 msgid "type %s is only a shell"
9396 msgstr "%s tipi sadece bir shell"
9397
9398 #: utils/cache/lsyscache.c:1692
9399 #, c-format
9400 msgid "no input function available for type %s"
9401 msgstr "%s tipi için giriş fonksiyonu mevcut değil"
9402
9403 #: utils/cache/lsyscache.c:1728
9404 #, c-format
9405 msgid "no output function available for type %s"
9406 msgstr "%s tipi için çıkış fonksiyonu mevcut değil"
9407
9408 #: utils/cache/relcache.c:3293
9409 #, c-format
9410 msgid "could not create relation-cache initialization file \"%s\": %m"
9411 msgstr "relation-cache tanımlama dosyası \"%s\" açılamadı: %m"
9412
9413 #: utils/cache/relcache.c:3295
9414 msgid "Continuing anyway, but there's something wrong."
9415 msgstr "Devam ediyorum, ama bu işlem yanlıştır."
9416
9417 #: utils/cache/typcache.c:414
9418 #, c-format
9419 msgid "type %s is not composite"
9420 msgstr "%s tipi composite değildir"
9421
9422 #: utils/cache/typcache.c:428
9423 msgid "record type has not been registered"
9424 msgstr "kayıt tipi tecil edilmemiştir"
9425
9426 #: utils/error/assert.c:34
9427 msgid "TRAP: ExceptionalCondition: bad arguments\n"
9428 msgstr "TRAP: ExceptionalCondition: hatalı argümanlar\n"
9429
9430 #: utils/error/assert.c:37
9431 #, c-format
9432 msgid "TRAP: %s(\"%s\", File: \"%s\", Line: %d)\n"
9433 msgstr "TRAP: %s(\"%s\", Dosya: \"%s\",  Satır: %d)\n"
9434
9435 #: utils/error/elog.c:1128
9436 #, c-format
9437 msgid "could not reopen file \"%s\" as stderr: %m"
9438 msgstr "\"%s\" dosyası stderr olarak yeiden açılamadı: %m"
9439
9440 #: utils/error/elog.c:1141
9441 #, c-format
9442 msgid "could not reopen file \"%s\" as stdout: %m"
9443 msgstr "\"%s\" dosyası stdout olarak yeiden açılamadı: %m"
9444
9445 #: utils/error/elog.c:1350
9446 #: utils/error/elog.c:1360
9447 msgid "[unknown]"
9448 msgstr "[bilinmeyen]"
9449
9450 #: utils/error/elog.c:1488
9451 #: utils/error/elog.c:1681
9452 #: utils/error/elog.c:1757
9453 msgid "missing error text"
9454 msgstr "hata metni eksik"
9455
9456 #: utils/error/elog.c:1491
9457 #: utils/error/elog.c:1494
9458 #: utils/error/elog.c:1760
9459 #: utils/error/elog.c:1763
9460 #, c-format
9461 msgid " at character %d"
9462 msgstr " %d. karakterinde"
9463
9464 #: utils/error/elog.c:1504
9465 msgid "DETAIL:  "
9466 msgstr "DETAL:   "
9467
9468 #: utils/error/elog.c:1511
9469 msgid "HINT:  "
9470 msgstr "İPUCU:   "
9471
9472 #: utils/error/elog.c:1518
9473 msgid "QUERY:  "
9474 msgstr "SORGU:   "
9475
9476 #: utils/error/elog.c:1525
9477 msgid "CONTEXT:  "
9478 msgstr "CONTEXT:   "
9479
9480 #: utils/error/elog.c:1535
9481 #, c-format
9482 msgid "LOCATION:  %s, %s:%d\n"
9483 msgstr "YER:  %s, %s:%d\n"
9484
9485 #: utils/error/elog.c:1542
9486 #, c-format
9487 msgid "LOCATION:  %s:%d\n"
9488 msgstr "YER:  %s:%d\n"
9489
9490 #: utils/error/elog.c:1555
9491 msgid "STATEMENT:  "
9492 msgstr "KOMUT:"
9493
9494 #: utils/error/elog.c:1873
9495 #, c-format
9496 msgid "operating system error %d"
9497 msgstr "işletim sistemi hatası %d"
9498
9499 #: utils/error/elog.c:1896
9500 msgid "DEBUG"
9501 msgstr "DEBUG"
9502
9503 #: utils/error/elog.c:1900
9504 msgid "LOG"
9505 msgstr "LOG"
9506
9507 #: utils/error/elog.c:1903
9508 msgid "INFO"
9509 msgstr "BİLGİ"
9510
9511 #: utils/error/elog.c:1906
9512 msgid "NOTICE"
9513 msgstr "NOT"
9514
9515 #: utils/error/elog.c:1909
9516 msgid "WARNING"
9517 msgstr "UYARI"
9518
9519 #: utils/error/elog.c:1912
9520 msgid "ERROR"
9521 msgstr "HATA"
9522
9523 #: utils/error/elog.c:1915
9524 msgid "FATAL"
9525 msgstr "ÖLÜMCÜL HATA"
9526
9527 #: utils/error/elog.c:1918
9528 msgid "PANIC"
9529 msgstr "PANİK"
9530
9531 #: utils/fmgr/fmgr.c:247
9532 #, c-format
9533 msgid "internal function \"%s\" is not in internal lookup table"
9534 msgstr "\"%s\" dahili fonksiyonu, dahili referans tablosunda yer almamaktadır"
9535
9536 #: utils/fmgr/fmgr.c:449
9537 #, c-format
9538 msgid "unrecognized API version %d reported by info function \"%s\""
9539 msgstr "\"%2$s\" bilgi fonksiyonu tarafından bildirilen API versioynu %1$d tanımlı değildir"
9540
9541 #: utils/fmgr/fmgr.c:760
9542 #: utils/fmgr/fmgr.c:1635
9543 #, c-format
9544 msgid "function %u has too many arguments (%d, maximum is %d)"
9545 msgstr "%u fonksiyonu çok fazla argümana sahip (%d, en yüksek ise %d)"
9546
9547 #: utils/fmgr/dfmgr.c:107
9548 #: utils/fmgr/dfmgr.c:209
9549 #: utils/fmgr/dfmgr.c:263
9550 #, c-format
9551 msgid "could not access file \"%s\": %m"
9552 msgstr "\"%s\" dosyası erişim hatası: %m"
9553
9554 #: utils/fmgr/dfmgr.c:145
9555 #, c-format
9556 msgid "could not load library \"%s\": %s"
9557 msgstr "\"%s\" kütüphanesi yüklenemedi: %s"
9558
9559 #: utils/fmgr/dfmgr.c:175
9560 #, c-format
9561 msgid "could not find function \"%s\" in file \"%s\""
9562 msgstr "\"%2$s\" dosyasında \"%1$s\" fonksiyonu bulunamadı"
9563
9564 #: utils/fmgr/dfmgr.c:354
9565 #, c-format
9566 msgid "invalid macro name in dynamic library path: %s"
9567 msgstr "dinamik kütüphane yolunda geçersiz makro adı: %s"
9568
9569 #: utils/fmgr/dfmgr.c:398
9570 msgid "zero-length component in parameter \"dynamic_library_path\""
9571 msgstr "\"dynamic_library_path\" parametresinde sıfır uzunluklu bileşen"
9572
9573 #: utils/fmgr/dfmgr.c:418
9574 msgid "component in parameter \"dynamic_library_path\" is not an absolute path"
9575 msgstr "\"dynamic_library_path\" parametresine bileşen kesin bir yol değildir"
9576
9577 #: utils/init/postinit.c:119
9578 #, c-format
9579 msgid "database \"%s\", OID %u, has disappeared from pg_database"
9580 msgstr "\"%s\" veritabanı, OID %u, pg_database tablosundan yok olmuş"
9581
9582 #: utils/init/postinit.c:130
9583 #, c-format
9584 msgid "database \"%s\" is not currently accepting connections"
9585 msgstr "\"%s\" veritabanı şu anda bağlatı kabul etmiyor"
9586
9587 #: utils/init/postinit.c:285
9588 #, c-format
9589 msgid "The database subdirectory \"%s\" is missing."
9590 msgstr "Veritabanı alt dizini \"%s\" eksik."
9591
9592 #: utils/init/postinit.c:290
9593 #, c-format
9594 msgid "could not access directory \"%s\": %m"
9595 msgstr "\"%s\" dizine erişim hatası: %m"
9596
9597 #: utils/init/postinit.c:299
9598 #, c-format
9599 msgid "could not change directory to \"%s\": %m"
9600 msgstr "çalışma dizini \"%s\" olarak değiştirilemedi: %m"
9601
9602 #: utils/init/postinit.c:382
9603 msgid "no users are defined in this database system"
9604 msgstr "bu veritabanı sisteminde kullanıcı bulunanmamış"
9605
9606 #: utils/init/postinit.c:383
9607 #, c-format
9608 msgid "You should immediately run CREATE USER \"%s\" WITH SYSID %d CREATEUSER;."
9609 msgstr "Hemen CREATE USER \"%s\" WITH SYSID %d CREATEUSER; komutunu çalıştırmalısınız."
9610
9611 #: utils/init/postinit.c:423
9612 msgid "connection limit exceeded for non-superusers"
9613 msgstr "superuser olmayan kullanıcı bağlantı sayısı sınırı aşıldı"
9614
9615 #: utils/init/miscinit.c:403
9616 msgid "permission denied to set session authorization"
9617 msgstr "oturum kimli doğrulama işlemine izin verilmemiş"
9618
9619 #: utils/init/miscinit.c:429
9620 #, c-format
9621 msgid "invalid user ID: %d"
9622 msgstr "geçersiz kullanıcı ID %d"
9623
9624 #: utils/init/miscinit.c:519
9625 #, c-format
9626 msgid "could not create lock file \"%s\": %m"
9627 msgstr "\"%s\" lock dosyası oluşturma hatası: %m"
9628
9629 #: utils/init/miscinit.c:533
9630 #, c-format
9631 msgid "could not open lock file \"%s\": %m"
9632 msgstr "\"%s\" lock dosyası okuma hatası: %m"
9633
9634 #: utils/init/miscinit.c:539
9635 #, c-format
9636 msgid "could not read lock file \"%s\": %m"
9637 msgstr "\"%s\" lock dosyası okuma hatası: %m"
9638
9639 #: utils/init/miscinit.c:589
9640 #, c-format
9641 msgid "lock file \"%s\" already exists"
9642 msgstr "\"%s\" lock dosyası mevcuttur: %m"
9643
9644 #: utils/init/miscinit.c:593
9645 #, c-format
9646 msgid "Is another postgres (PID %d) running in data directory \"%s\"?"
9647 msgstr "\"%2$s\" veritabanı dizini kullanarak PID %1$d olan başka bir istemci süreci çalışmakta mıdır?"
9648
9649 #: utils/init/miscinit.c:595
9650 #, c-format
9651 msgid "Is another postmaster (PID %d) running in data directory \"%s\"?"
9652 msgstr "\"%2$s\" veritabanı dizini kullanarak PID %1$d olan başka bir sunucu çalışmakta mıdır?"
9653
9654 #: utils/init/miscinit.c:598
9655 #, c-format
9656 msgid "Is another postgres (PID %d) using socket file \"%s\"?"
9657 msgstr "\"%2$s\" kullanarak kullanarak PID %1$d olan başka bir istemci süreci çalışmakta mıdır?"
9658
9659 #: utils/init/miscinit.c:600
9660 #, c-format
9661 msgid "Is another postmaster (PID %d) using socket file \"%s\"?"
9662 msgstr "\"%2$s\" kullanarak kullanarak PID %1$d olan başka bir sunucu çalışmakta mıdır?"
9663
9664 #: utils/init/miscinit.c:628
9665 #, c-format
9666 msgid "pre-existing shared memory block (key %lu, ID %lu) is still in use"
9667 msgstr "daha önce tanımlanmış shared memory blok (key %lu, ID %lu) hala kullanılmaktadır"
9668
9669 #: utils/init/miscinit.c:631
9670 #, c-format
9671 msgid "If you're sure there are no old server processes still running, remove the shared memory block with the command \"ipcrm\", or just delete the file \"%s\"."
9672 msgstr "Eğer eski sunucunun sürecicinin çalımamasından emin iseniz, shared memory bloku \"ipcrm\" komutu ile kaldırın ya fa \"%s\" dosyasını silin."
9673
9674 #: utils/init/miscinit.c:648
9675 #, c-format
9676 msgid "could not remove old lock file \"%s\": %m"
9677 msgstr "\"%s\" lock dosyası silinemiyor: %m"
9678
9679 #: utils/init/miscinit.c:650
9680 msgid "The file seems accidentally left over, but it could not be removed. Please remove the file by hand and try again."
9681 msgstr "Dosya yanlışlıkla eski süreç tarafından bırakılmış ve kaldırılamıyor. Lütfen onu elle silin ve tekrar deneyin."
9682
9683 #: utils/init/miscinit.c:672
9684 #: utils/init/miscinit.c:682
9685 #, c-format
9686 msgid "could not write lock file \"%s\": %m"
9687 msgstr "\"%s\" lock dosyası yazma hatası: %m"
9688
9689 #: utils/init/miscinit.c:792
9690 #: utils/misc/guc.c:4938
9691 #, c-format
9692 msgid "could not read from file \"%s\": %m"
9693 msgstr "\"%s\" dosyasından okuma hatası: %m"
9694
9695 #: utils/init/miscinit.c:883
9696 #: utils/init/miscinit.c:896
9697 #, c-format
9698 msgid "\"%s\" is not a valid data directory"
9699 msgstr "\"%s\" geçerli bir veritabanı dizini değildir"
9700
9701 #: utils/init/miscinit.c:885
9702 #, c-format
9703 msgid "File \"%s\" is missing."
9704 msgstr "\"%s\" dosyası eksik."
9705
9706 #: utils/init/miscinit.c:898
9707 #, c-format
9708 msgid "File \"%s\" does not contain valid data."
9709 msgstr "\"%s\" dosyası geçerli bilgi içermiyor."
9710
9711 #: utils/init/miscinit.c:900
9712 msgid "You may need to initdb."
9713 msgstr "initdb işlemini çalıştırmak ihtiyacı duyabilirsiniz"
9714
9715 #: utils/init/miscinit.c:908
9716 #, c-format
9717 msgid "The data directory was initialized by PostgreSQL version %ld.%ld, which is not compatible with this version %s."
9718 msgstr "Veri dizini PostgreSQL %ld.%ld sürümü tarafından oluşturulmuştur ve kullandığınız %s sürümü ile uyumlu değildir."
9719
9720 #: utils/init/miscinit.c:950
9721 msgid "invalid list syntax for parameter \"preload_libraries\""
9722 msgstr "\"preload_libraries\" parametresi için söz dizimi geçersiz"
9723
9724 #: utils/init/miscinit.c:996
9725 #, c-format
9726 msgid "preloaded library \"%s\" with initialization function \"%s\""
9727 msgstr "\"%2$s\" sıfırlama fonkiyonu içeren \"%1$s\" kutüphanesi"
9728
9729 #: utils/init/miscinit.c:1000
9730 #, c-format
9731 msgid "preloaded library \"%s\""
9732 msgstr "\"%s\" kütüphanesi yüklendi"
9733
9734 #: utils/mb/encnames.c:445
9735 msgid "encoding name too long"
9736 msgstr "kodlama ismi çok uzun"
9737
9738 #: utils/mb/conv.c:376
9739 #, c-format
9740 msgid "ignoring unconvertible UTF-8 character 0x%04x"
9741 msgstr "dönüştürülemeyen UTF-8 karakter 0x%04x yok sayıldı"
9742
9743 #: utils/mb/conv.c:406
9744 #, c-format
9745 msgid "invalid encoding number: %d"
9746 msgstr "kodlama numarası geçersiz: %d"
9747
9748 #: utils/mb/conv.c:445
9749 #, c-format
9750 msgid "ignoring unconvertible %s character 0x%04x"
9751 msgstr "dönüştürülemeyen %s karakter 0x%04x yok sayıldı"
9752
9753 #: utils/mb/wchar.c:832
9754 msgid "Unicode characters greater than or equal to 0x10000 are not supported"
9755 msgstr "0x10000'den büyük Unicode karakterleri desteklenmemektedir"
9756
9757 #: utils/mb/wchar.c:861
9758 #, c-format
9759 msgid "invalid byte sequence for encoding \"%s\": 0x%s"
9760 msgstr "\"%s\" dil kodlaması için geçersiz bayt dizisi: 0x%s"
9761
9762 #: utils/mb/mbutils.c:252
9763 #, c-format
9764 msgid "default conversion function for encoding \"%s\" to \"%s\" does not exist"
9765 msgstr "\"%s\" kodlamasından \"%s\" varsayılan kodlamasına dönüştürme fonksiyonu mevcut değildir"
9766
9767 #: utils/mb/mbutils.c:326
9768 #, c-format
9769 msgid "invalid source encoding name \"%s\""
9770 msgstr "geçersiz kaynak dil kodlaması adı \"%s\""
9771
9772 #: utils/mb/mbutils.c:331
9773 #, c-format
9774 msgid "invalid destination encoding name \"%s\""
9775 msgstr "geçersiz hedef dil kodlaması adı \"%s\""
9776
9777 #: utils/misc/help_config.c:125
9778 msgid "internal error: unrecognized run-time parameter type\n"
9779 msgstr "dahili hata: tanınmayan çalıştırma zamanı parametre tipi\n"
9780
9781 #: utils/misc/guc.c:234
9782 msgid "Ungrouped"
9783 msgstr "Diğer"
9784
9785 #: utils/misc/guc.c:236
9786 msgid "File Locations"
9787 msgstr "Dosya Konumları"
9788
9789 #: utils/misc/guc.c:238
9790 msgid "Connections and Authentication"
9791 msgstr "Bağlantı ve Kimlik Doğrulamaları"
9792
9793 #: utils/misc/guc.c:240
9794 msgid "Connections and Authentication / Connection Settings"
9795 msgstr "Bğlantılar ve Kimlik Doğrulaması/ Bağlantı Ayarları"
9796
9797 #: utils/misc/guc.c:242
9798 msgid "Connections and Authentication / Security and Authentication"
9799 msgstr "Bağlantı ve Kimlik Doğrulamaısı / Güvenlik ve Kimlik Doğrulaması"
9800
9801 #: utils/misc/guc.c:244
9802 msgid "Resource Usage"
9803 msgstr "Kaynak Kullanımı"
9804
9805 #: utils/misc/guc.c:246
9806 msgid "Resource Usage / Memory"
9807 msgstr "Kaynak Kullanımı / Bellek"
9808
9809 #: utils/misc/guc.c:248
9810 msgid "Resource Usage / Free Space Map"
9811 msgstr "Kaynak Kullanımı / Boş Alan Haritası"
9812
9813 #: utils/misc/guc.c:250
9814 msgid "Resource Usage / Kernel Resources"
9815 msgstr "Kaynak Kullanımı / Kernel Kaynakları"
9816
9817 #: utils/misc/guc.c:252
9818 msgid "Write-Ahead Log"
9819 msgstr "Write-Ahead Log"
9820
9821 #: utils/misc/guc.c:254
9822 msgid "Write-Ahead Log / Settings"
9823 msgstr "Write-Ahead Log / Ayarlar"
9824
9825 #: utils/misc/guc.c:256
9826 msgid "Write-Ahead Log / Checkpoints"
9827 msgstr "Write-Ahead Log / Checkpoints"
9828
9829 #: utils/misc/guc.c:258
9830 msgid "Query Tuning"
9831 msgstr "Sorgu Performans Ayarları"
9832
9833 #: utils/misc/guc.c:260
9834 msgid "Query Tuning / Planner Method Configuration"
9835 msgstr "Sorgu Ayarları / Planlayıcı Metot Yapılandırması"
9836
9837 #: utils/misc/guc.c:262
9838 msgid "Query Tuning / Planner Cost Constants"
9839 msgstr "Sorgu Ayarları / Planlayıcı Cost Değişkenleri"
9840
9841 #: utils/misc/guc.c:264
9842 msgid "Query Tuning / Genetic Query Optimizer"
9843 msgstr "Sorgu Ayarları / Genetik Sorgu Optimizatörü"
9844
9845 #: utils/misc/guc.c:266
9846 msgid "Query Tuning / Other Planner Options"
9847 msgstr "Sorgu Ayarları / Planner'in Diğer Seçenekleri"
9848
9849 #: utils/misc/guc.c:268
9850 msgid "Reporting and Logging"
9851 msgstr "Raporlama ve Loglama"
9852
9853 #: utils/misc/guc.c:270
9854 msgid "Reporting and Logging / Where to Log"
9855 msgstr "Raporlama ve Günlük / Günlük Yeri"
9856
9857 #: utils/misc/guc.c:272
9858 msgid "Reporting and Logging / When to Log"
9859 msgstr "Raporlama ve Günlük / Günlük Tutma Zamanı"
9860
9861 #: utils/misc/guc.c:274
9862 msgid "Reporting and Logging / What to Log"
9863 msgstr "Reporting and Logging / Günlük İçeriği"
9864
9865 #: utils/misc/guc.c:276
9866 msgid "Statistics"
9867 msgstr "İstatistikler"
9868
9869 #: utils/misc/guc.c:278
9870 msgid "Statistics / Monitoring"
9871 msgstr "İstatistikler / Denetlemeler"
9872
9873 #: utils/misc/guc.c:280
9874 msgid "Statistics / Query and Index Statistics Collector"
9875 msgstr "İstatistikler / Sorgu ve İndeks İstatistik Toplayıcı"
9876
9877 #: utils/misc/guc.c:282
9878 msgid "Client Connection Defaults"
9879 msgstr "İstemci Bağlantı Varsayılanları"
9880
9881 #: utils/misc/guc.c:284
9882 msgid "Client Connection Defaults / Statement Behavior"
9883 msgstr "İstemci Bağlantı Varsayılan Seçenekleri / Deyim Davranışı"
9884
9885 #: utils/misc/guc.c:286
9886 msgid "Client Connection Defaults / Locale and Formatting"
9887 msgstr "İstemci Bağlantı Varsayılan Seçenekleri / Yerelleştirme ve Biçimlendirme"
9888
9889 #: utils/misc/guc.c:288
9890 msgid "Client Connection Defaults / Other Defaults"
9891 msgstr "İstemci Bağlantısı Varsayılan Değerler / Diğer Varsayılanlar"
9892
9893 #: utils/misc/guc.c:290
9894 msgid "Lock Management"
9895 msgstr "Lock Yönetimi"
9896
9897 #: utils/misc/guc.c:292
9898 msgid "Version and Platform Compatibility"
9899 msgstr "Sürüm ve Platform Uyumluluğu"
9900
9901 #: utils/misc/guc.c:294
9902 msgid "Version and Platform Compatibility / Previous PostgreSQL Versions"
9903 msgstr "Sürüm ve Platform Uyumluluğu / Önceki PostgreSQL Sürümleri"
9904
9905 #: utils/misc/guc.c:296
9906 msgid "Version and Platform Compatibility / Other Platforms and Clients"
9907 msgstr "Sürüm ve Platform Uyumluluğu / Diğer Platform ve İstemci"
9908
9909 #: utils/misc/guc.c:298
9910 msgid "Preset Options"
9911 msgstr "Önceden Tanımlanmış Seçenekler"
9912
9913 #: utils/misc/guc.c:300
9914 msgid "Customized Options"
9915 msgstr "Özel Ayarlar"
9916
9917 #: utils/misc/guc.c:302
9918 msgid "Developer Options"
9919 msgstr "Program geliştirici Seçenekleri"
9920
9921 #: utils/misc/guc.c:357
9922 msgid "Enables the planner's use of sequential-scan plans."
9923 msgstr "Planlayıcının sequential-scan planları kullanmaya izin ver."
9924
9925 #: utils/misc/guc.c:365
9926 msgid "Enables the planner's use of index-scan plans."
9927 msgstr "Planlayıcının index-scan planları kullanmaya izin ver."
9928
9929 #: utils/misc/guc.c:373
9930 msgid "Enables the planner's use of TID scan plans."
9931 msgstr "Planlayıcının TID scan planları kullanmaya izin ver."
9932
9933 #: utils/misc/guc.c:381
9934 msgid "Enables the planner's use of explicit sort steps."
9935 msgstr "Planlayıcının açık sıralama adımlarını kullanmaya izin ver."
9936
9937 #: utils/misc/guc.c:389
9938 msgid "Enables the planner's use of hashed aggregation plans."
9939 msgstr "Planlayıcının hashed aggregatin planlarını kullanmaya izin ver."
9940
9941 #: utils/misc/guc.c:397
9942 msgid "Enables the planner's use of nested-loop join plans."
9943 msgstr "Planlayıcının nested-loop planları kullanmaya izin ver."
9944
9945 #: utils/misc/guc.c:405
9946 msgid "Enables the planner's use of merge join plans."
9947 msgstr "Planlayıcının merge join planları kullanmaya izin ver."
9948
9949 #: utils/misc/guc.c:413
9950 msgid "Enables the planner's use of hash join plans."
9951 msgstr "Planlayıcının hash join planları kullanmaya izin ver."
9952
9953 #: utils/misc/guc.c:421
9954 msgid "Enables genetic query optimization."
9955 msgstr "Genetic query optimization algoritmasını etkinleştiriyor."
9956
9957 #: utils/misc/guc.c:422
9958 msgid "This algorithm attempts to do planning without exhaustive searching."
9959 msgstr "Bu algoritma planlamayı, tam bir arama yapılamadan yapmayı deniyor."
9960
9961 #: utils/misc/guc.c:431
9962 msgid "Shows whether the current user is a superuser."
9963 msgstr "Geçerli kullanıcının superuser olup olmadığını gösterir"
9964
9965 #: utils/misc/guc.c:440
9966 msgid "Enables SSL connections."
9967 msgstr "SSL bağlantıları etkinleştiriyor."
9968
9969 #: utils/misc/guc.c:448
9970 msgid "Forces synchronization of updates to disk."
9971 msgstr "Disk göncellemelerin anuyumlu olmasını zorluyor"
9972
9973 #: utils/misc/guc.c:449
9974 msgid "The server will use the fsync() system call in several places to make sure that updates are physically written to disk. This insures that a database cluster will recover to a consistent state after an operating system or hardware crash."
9975 msgstr "Sunucu, güncellemelerin fiziksel olarak diske yazılmasına emin olmak için fsync() sistem fonksiyonunu kullanıyor. Bu, işletim sistemi veya donanımın çöküşünden sonra veritabanı cluster'in tutarlı bir duruma kurtarılmasını garantiliyor."
9976
9977 #: utils/misc/guc.c:459
9978 msgid "Continues processing past damaged page headers."
9979 msgstr "Bozulmuş sayfa başlıkları atlayarak işlemeye devam ediyor."
9980
9981 #: utils/misc/guc.c:460
9982 msgid "Detection of a damaged page header normally causes PostgreSQL to report an error, aborting the current transaction. Setting zero_damaged_pages to true causes the system to instead report a warning, zero out the damaged page, and continue processing. This behavior will destroy data, namely all the rows on the damaged page."
9983 msgstr "Bozuk bir sayfanın algılanması genellikle PostgreSQL'in hatanın raporlaması ve geçerli transactionun durdururlmasına yol açıyor. zero_damaged_pages parametresine true atayınca, sistem bir uyarı raporlayıp, hatalı sayfayı sıfırlayıp işlemeye devam etmesine sebep oluyor. Bu davranış, bozuk sayfadaki tüm satırları silecektir."
9984
9985 #: utils/misc/guc.c:472
9986 msgid "Runs the server silently."
9987 msgstr "Sunucusunu sessiz biçimde çalıştır."
9988
9989 #: utils/misc/guc.c:473
9990 msgid "If this parameter is set, the server will automatically run in the background and any controlling terminals are dissociated."
9991 msgstr "Bu parametre ayarlı ise, sunucu süreci, arka planda çalışacak ve sürecine bağlı tüm uçbirimlerin ilişkileri kesilecektir."
9992
9993 #: utils/misc/guc.c:481
9994 msgid "Logs each successful connection."
9995 msgstr "Her başarılı bağlantıyı günlüğüne kaydediyor."
9996
9997 #: utils/misc/guc.c:489
9998 msgid "Logs end of a session, including duration."
9999 msgstr "Outum sonu ve toplam zamanı günlüğüne kaydediyor."
10000
10001 #: utils/misc/guc.c:499
10002 msgid "Turns on various assertion checks."
10003 msgstr "Çeşitli ısrar hata kontrollerini açıyor."
10004
10005 #: utils/misc/guc.c:500
10006 msgid "This is a debugging aid."
10007 msgstr "Bu bir debug yardımı."
10008
10009 #: utils/misc/guc.c:511
10010 #: utils/misc/guc.c:593
10011 #: utils/misc/guc.c:666
10012 #: utils/misc/guc.c:675
10013 #: utils/misc/guc.c:684
10014 #: utils/misc/guc.c:693
10015 #: utils/misc/guc.c:1078
10016 #: utils/misc/guc.c:1087
10017 #: utils/misc/guc.c:1145
10018 msgid "no description available"
10019 msgstr "açıklama yok."
10020
10021 #: utils/misc/guc.c:520
10022 msgid "Logs the duration of each completed SQL statement."
10023 msgstr "Tamamlanmış her SQL sorgusunun süresini günlüğüne kaydediyor."
10024
10025 #: utils/misc/guc.c:528
10026 msgid "Prints the parse tree to the server log."
10027 msgstr "Ayrıştırma ağacını sunucu günlüğüne yazıyor."
10028
10029 #: utils/misc/guc.c:536
10030 msgid "Prints the parse tree after rewriting to server log."
10031 msgstr "Ayrıştırma ağacını rewrite ilmeinden sonra sunucu günlüğüne yazıyor."
10032
10033 #: utils/misc/guc.c:544
10034 msgid "Prints the execution plan to server log."
10035 msgstr "Yürütme planını sunucu günlüğüne yazıyor."
10036
10037 #: utils/misc/guc.c:552
10038 msgid "Indents parse and plan tree displays."
10039 msgstr "Ayrıştırma ve plan ağaçları girintili yazıyor."
10040
10041 #: utils/misc/guc.c:560
10042 msgid "Writes parser performance statistics to the server log."
10043 msgstr "Ayrıştırıcı perfomans istatistiklerinin sunucu günlüğüne yazıyor."
10044
10045 #: utils/misc/guc.c:568
10046 msgid "Writes planner performance statistics to the server log."
10047 msgstr "Planlayıcı perfomans istatistiklerinin sunucu günlüğüne yazıyor."
10048
10049 #: utils/misc/guc.c:576
10050 msgid "Writes executor performance statistics to the server log."
10051 msgstr "Yürütücü perfomans istatistiklerinin sunucu günlüğüne yazıyor."
10052
10053 #: utils/misc/guc.c:584
10054 msgid "Writes cumulative performance statistics to the server log."
10055 msgstr "Birikimli perfomans istatistiklerinin sunucu günlüğüne yazıyor."
10056
10057 #: utils/misc/guc.c:604
10058 msgid "Uses the indented output format for EXPLAIN VERBOSE."
10059 msgstr "EXPLAIN VERBOSE için girintili çıktı biçimini kullanıyor."
10060
10061 #: utils/misc/guc.c:612
10062 msgid "Starts the server statistics-collection subprocess."
10063 msgstr "Istatistik toplama alt sürecini başlatıyor."
10064
10065 #: utils/misc/guc.c:620
10066 msgid "Zeroes collected statistics on server restart."
10067 msgstr "Sunucu başlatıldığında tolanmış istatistik verilerini sıfırlıyor."
10068
10069 #: utils/misc/guc.c:628
10070 msgid "Collects statistics about executing commands."
10071 msgstr "Yürütülen komutların istatistik bilgilerini topluyor."
10072
10073 #: utils/misc/guc.c:629
10074 msgid "Enables the collection of statistics on the currently executing command of each session, along with the time at which that command began execution."
10075 msgstr "Her oturumunun şu anda yürütülen komutlarının istatistik toplamayı etkinleştir, ayrıca komutun yürütme başlama zamanı da günlüğe kaydet."
10076
10077 #: utils/misc/guc.c:638
10078 msgid "Collects row-level statistics on database activity."
10079 msgstr "Veritabanı etkinliği istatistikleri tablo satırı düzeyinde toplar."
10080
10081 #: utils/misc/guc.c:646
10082 msgid "Collects block-level statistics on database activity."
10083 msgstr "Veritabanı etkinliği istatistikleri blok düzeyinde toplar."
10084
10085 #: utils/misc/guc.c:655
10086 msgid "Generates debugging output for LISTEN and NOTIFY."
10087 msgstr "LISTEN ve NOTIFY için hata ayıklama çıkışını üretiyor."
10088
10089 #: utils/misc/guc.c:704
10090 msgid "Logs the host name in the connection logs."
10091 msgstr "Bağlantı günlüğünde makine adını kaydediyor."
10092
10093 #: utils/misc/guc.c:705
10094 msgid "By default, connection logs only show the IP address of the connecting host. If you want them to show the host name you can turn this on, but depending on your host name resolution setup it might impose a non-negligible performance penalty."
10095 msgstr "Vasayılan ayarında bağlantı günlüğünde sadece IP adresi yazılıyor. Eğer makine adının de kaydedilmesini istiyorsanız bu ayarı açın ancak bu durumda maine adı çözümlemesi küçük bir performans düşüşüne sebep olacaktır."
10096
10097 #: utils/misc/guc.c:715
10098 msgid "Causes subtables to be included by default in various commands."
10099 msgstr "Çeşitli komutlara varsayılan olarak alt tabloların eklenmesine sebep olacak."
10100
10101 #: utils/misc/guc.c:723
10102 msgid "Interprets ACST, CST, EST, and SAT as Australian time zones."
10103 msgstr "ACST, CST, EST, ve SAT değerleri Avustralya zaman dilimleri olarak yorumlamasına yol açıkyor."
10104
10105 #: utils/misc/guc.c:724
10106 msgid "Otherwise they are interpreted as North/South American time zones and Saturday."
10107 msgstr "Aksi taktirde bu değerler Kuzey Amerika, Güney Amerika zaman dilimleri ve Cumartesi günü olarak yorumlanıyor"
10108
10109 #: utils/misc/guc.c:732
10110 msgid "Encrypt passwords."
10111 msgstr "Parolaları şifrele."
10112
10113 #: utils/misc/guc.c:733
10114 msgid "When a password is specified in CREATE USER or ALTER USER without writing either ENCRYPTED or UNENCRYPTED, this parameter determines whether the password is to be encrypted."
10115 msgstr "CREATE USER veya ALTER USER komutunda şifre verilmiş ancak ENCRYPTED veya UNENCRYPTED verilmemiş ise bu parametre şifrenin şifrelenmiş olyp olmayacağını belirtiyor."
10116
10117 #: utils/misc/guc.c:742
10118 msgid "Treats \"expr=NULL\" as \"expr IS NULL\"."
10119 msgstr "\"expr=NULL\"  ifadesini \"expr IS NULL\" olarak yorumlanıyor."
10120
10121 #: utils/misc/guc.c:743
10122 msgid "When turned on, expressions of the form expr = NULL (or NULL = expr) are treated as expr IS NULL, that is, they return true if expr evaluates to the null value, and false otherwise. The correct behavior of expr = NULL is to always return null (unknown)."
10123 msgstr "Çık ise, expr = NULL (veya NULL = expr)  şeklindeki ifadeler xpr IS NULL olarak algılanıyor, yani expr eğer null sonuç veriyorsa true, aksi taktirde false sonuçu getiriyor. Doğru davranış ise exp = NULL ifadesinin her zamn null döndürmesidir."
10124
10125 #: utils/misc/guc.c:754
10126 msgid "Enables per-database user names."
10127 msgstr "Veritabanı bazlı kullanıcı isimlerini etkinleştiriyor."
10128
10129 #: utils/misc/guc.c:763
10130 msgid "This parameter doesn't do anything."
10131 msgstr "Bu parametre bir şey yapmıyor."
10132
10133 #: utils/misc/guc.c:764
10134 msgid "It's just here so that we won't choke on SET AUTOCOMMIT TO ON from 7.3-vintage clients."
10135 msgstr "Bu ayar 7.3 istemcilerin göndereceği SET AUTOCOMMIT TO ON komutunu doğru yorumlamak için konulmuştır."
10136
10137 #: utils/misc/guc.c:772
10138 msgid "Sets the default read-only status of new transactions."
10139 msgstr "Yeni transactionlar için salt okunur durumunu ayarlıyor."
10140
10141 #: utils/misc/guc.c:780
10142 msgid "Sets the current transaction's read-only status."
10143 msgstr "Geçerli transactionlar için salt okunur durumunu ayarlıyor."
10144
10145 #: utils/misc/guc.c:789
10146 msgid "Automatically adds missing table references to FROM clauses."
10147 msgstr "FROM tümcesine eksik tabloları ekliyor."
10148
10149 #: utils/misc/guc.c:797
10150 msgid "Check function bodies during CREATE FUNCTION."
10151 msgstr "CREATE FUNCTION sırasında fonksiyon gövdelerini kontrol ediyor."
10152
10153 #: utils/misc/guc.c:805
10154 msgid "By default, newly-created tables should have OIDs."
10155 msgstr "Varsaylan olarak yeni oluşturulan tablolarda OID vardır."
10156
10157 #: utils/misc/guc.c:813
10158 msgid "Start a subprocess to capture stderr output into log files."
10159 msgstr "stderr çıktısını günlük dosyasın kaydetmek için bir alt sürecini çalıştırıyor"
10160
10161 #: utils/misc/guc.c:821
10162 msgid "Truncate existing log files of same name during log rotation."
10163 msgstr "Günlük dosyaları döndürme sırasında aynı isimle var olan günlük dosyaları kesiyor."
10164
10165 #: utils/misc/guc.c:831
10166 msgid "Emit WAL-related debugging output."
10167 msgstr "WAL ile ilgili hata ayıklama çıktısını yayıyor."
10168
10169 #: utils/misc/guc.c:842
10170 msgid "Datetimes are integer based"
10171 msgstr "Datetime veri tipi integer bazlıdır"
10172
10173 #: utils/misc/guc.c:865
10174 msgid "Sets the default statistics target."
10175 msgstr "Varsayılan istatistik hedefi ayarlıyor."
10176
10177 #: utils/misc/guc.c:866
10178 msgid "This applies to table columns that have not had a column-specific target set via ALTER TABLE SET STATISTICS."
10179 msgstr "ALTER TABLE SET STATISTICS komutuyla sütun bazlı hedef ayarlanmamışsa bu seçenek uygulanır."
10180
10181 #: utils/misc/guc.c:874
10182 msgid "Sets the FROM-list size beyond which subqueries are not collapsed."
10183 msgstr "FROM listesi bu boyuttan büyükse alt sorguları araltılmayacaktır."
10184
10185 #: utils/misc/guc.c:876
10186 msgid "The planner will merge subqueries into upper queries if the resulting FROM list would have no more than this many items."
10187 msgstr "FROM listesinde bu değerinden az öğe varse, planlayıcı alt sorgularını üst sorgu ile birleştirecek."
10188
10189 #: utils/misc/guc.c:885
10190 msgid "Sets the FROM-list size beyond which JOIN constructs are not flattened."
10191 msgstr "FROM listesi uzunluğu bu değerden büyükse JOIN ifadeler düzleştirilmeyecektir."
10192
10193 #: utils/misc/guc.c:887
10194 msgid "The planner will flatten explicit inner JOIN constructs into lists of FROM items whenever a list of no more than this many items would result."
10195 msgstr "JOIN ifadesini FROM öğelerine düzleşmesi sonucunda öğe sayısı bu sayıdan düşük olursa bu işlem yapılacaktır."
10196
10197 #: utils/misc/guc.c:896
10198 msgid "Sets the threshold of FROM items beyond which GEQO is used."
10199 msgstr "FROM öğe sayısı bu eşiği geçince GEQO kullanılacaktır."
10200
10201 #: utils/misc/guc.c:904
10202 msgid "GEQO: effort is used to set the default for other GEQO parameters."
10203 msgstr "GEQO: diğer GEQO parametreleri ayarlam için effort kullanılıyor."
10204
10205 #: utils/misc/guc.c:912
10206 msgid "GEQO: number of individuals in the population."
10207 msgstr "GEQO: nüfusun içinde kişi sayısı."
10208
10209 #: utils/misc/guc.c:913
10210 #: utils/misc/guc.c:921
10211 msgid "Zero selects a suitable default value."
10212 msgstr "Sıfır ise uygun bir varsayılan değer atanıyor."
10213
10214 #: utils/misc/guc.c:920
10215 msgid "GEQO: number of iterations of the algorithm."
10216 msgstr "GEQO: algoritm döngü sayısı."
10217
10218 #: utils/misc/guc.c:929
10219 msgid "The time in milliseconds to wait on lock before checking for deadlock."
10220 msgstr "Daynak bekleme durumu kontrol etmeden kilidin oş olmasını bu kadar milisaniye beklenecektir."
10221
10222 #: utils/misc/guc.c:945
10223 msgid "Sets the maximum number of concurrent connections."
10224 msgstr "Maksimum bağlantı sayısını ayarlıyor."
10225
10226 #: utils/misc/guc.c:954
10227 msgid "Sets the number of connection slots reserved for superusers."
10228 msgstr "Superuser için rezerve edilmiş bağlantı sayısını ayarlıyor."
10229
10230 #: utils/misc/guc.c:963
10231 msgid "Sets the number of shared memory buffers used by the server."
10232 msgstr "Sunucu tarafıundan kullanılacak shared memory arabellek sayısını ayarlıyor."
10233
10234 #: utils/misc/guc.c:972
10235 msgid "Sets the TCP port the server listens on."
10236 msgstr "Sunucun dinleyeceği TCP port numarasını ayarlıyor."
10237
10238 #: utils/misc/guc.c:981
10239 msgid "Sets the access permissions of the Unix-domain socket."
10240 msgstr "Unix-domain socket erişim haklarını ayarlıyor."
10241
10242 #: utils/misc/guc.c:982
10243 msgid "Unix-domain sockets use the usual Unix file system permission set. The parameter value is expected to be an numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)"
10244 msgstr "Unix-domain yvaları, standart Unix dosya sistemi izin altyapısını kullanıyor. Parametresi chmod ve umask sistem çağırılarının kabul edeceği biçimde numerik bir değerdir. (Sekizli sayı sistemi ile bir değer girecekseniz onu 0 (sıfır) ile başlatmalısınız.)"
10245
10246 #: utils/misc/guc.c:994
10247 msgid "Sets the maximum memory to be used for query workspaces."
10248 msgstr "Sorgu çalışma alanları için kullanılacak en büyük bellek boyutu belirliyor."
10249
10250 #: utils/misc/guc.c:995
10251 msgid "This much memory may be used by each internal sort operation and hash table before switching to temporary disk files."
10252 msgstr "Geçici disk dosyalarına başvurmadan önce dahili sort ve hash tablo işlemleirinin kullanabileceği bellek boyutu ayarlar."
10253
10254 #: utils/misc/guc.c:1005
10255 msgid "Sets the maximum memory to be used for maintenance operations."
10256 msgstr "Bakım işlemleri için kullanılacak en büyük bellek boyutu belirler."
10257
10258 #: utils/misc/guc.c:1006
10259 msgid "This includes operations such as VACUUM and CREATE INDEX."
10260 msgstr "Bu değer VACUUM ve CREATE INDEX gibi işlemleri için de geçerlidir."
10261
10262 #: utils/misc/guc.c:1014
10263 msgid "Sets the maximum stack depth, in kilobytes."
10264 msgstr "Kilobay olarak en büyük yığın boyutu ayarlar."
10265
10266 #: utils/misc/guc.c:1023
10267 msgid "Vacuum cost for a page found in the buffer cache."
10268 msgstr "Buffer cache içinde bulunan bir sayfanın vacuum işleme masrafı."
10269
10270 #: utils/misc/guc.c:1032
10271 msgid "Vacuum cost for a page not found in the buffer cache."
10272 msgstr "Buffer cache içinde bulunamayan bir sayfanın vacuum işleme masrafı."
10273
10274 #: utils/misc/guc.c:1041
10275 msgid "Vacuum cost for a page dirtied by vacuum."
10276 msgstr "Vacuum tarafında değiştirilecek sayfanın işleme masrafı."
10277
10278 #: utils/misc/guc.c:1050
10279 msgid "Vacuum cost amount available before napping."
10280 msgstr "Vacuum işleminin uyku durumuna geçmeden önce ne kadar işlem yapması. Yani bir geçişte ne kadar işlem yapacağı."
10281
10282 #: utils/misc/guc.c:1059
10283 msgid "Vacuum cost delay in milliseconds."
10284 msgstr "Vacuum işleminin milisaniye değeri."
10285
10286 #: utils/misc/guc.c:1068
10287 msgid "Sets the maximum number of simultaneously open files for each server process."
10288 msgstr "Her sunucu süreci içi aynı anda olabilecek en büyük açık dosya sayısı."
10289
10290 #: utils/misc/guc.c:1098
10291 msgid "Sets the maximum allowed duration (in milliseconds) of any statement."
10292 msgstr "Bir sorgunun en büyük çalışma zamanı (milisaniye olarak)."
10293
10294 #: utils/misc/guc.c:1099
10295 msgid "A value of 0 turns off the timeout."
10296 msgstr "0 (sıfır) değeri, zaman aşımını kapatıyor."
10297
10298 #: utils/misc/guc.c:1107
10299 msgid "Sets the maximum number of tables and indexes for which free space is tracked."
10300 msgstr "Boş alanı takibi yapılacak tabloların en büyük sayısı."
10301
10302 #: utils/misc/guc.c:1115
10303 msgid "Sets the maximum number of disk pages for which free space is tracked."
10304 msgstr "Boş alanı takibi yapılacak disk sayfaların en büyük sayısı."
10305
10306 #: utils/misc/guc.c:1124
10307 msgid "Sets the maximum number of locks per transaction."
10308 msgstr "Bir transaction içinde en yüksek olabilecek kilit sayısı."
10309
10310 #: utils/misc/guc.c:1125
10311 msgid "The shared lock table is sized on the assumption that at most max_locks_per_transaction * max_connections distinct objects will need to be locked at any one time."
10312 msgstr "Bu tablonun boyutu, max_locks_per_transaction * max_connections kadar ayrı nesneye bir anda kilit uygulamaya gerektiğini göz önünde bulundurarak ayarlanır."
10313
10314 #: utils/misc/guc.c:1135
10315 msgid "Sets the maximum time in seconds to complete client authentication."
10316 msgstr "İstemci kimlik doğrulamasını yapmak için zaman sınırı ayarlar."
10317
10318 #: utils/misc/guc.c:1155
10319 msgid "Sets the maximum distance in log segments between automatic WAL checkpoints."
10320 msgstr "Otomatic WAL denetim noktaları (checkpoint) arasında katedilecek log segment saytısı."
10321
10322 #: utils/misc/guc.c:1164
10323 msgid "Sets the maximum time in seconds between automatic WAL checkpoints."
10324 msgstr "Otomatic WAL denetim noktaları (checkpoint) arasında geçecek saniye saytısı."
10325
10326 #: utils/misc/guc.c:1173
10327 msgid "Logs if filling of checkpoint segments happens more frequently than this (in seconds)."
10328 msgstr "Eğer log denetim noktası (checkpoint) bu değerden (saniye olarak) daha sık oluyorsa günlüğüne bir not düş."
10329
10330 #: utils/misc/guc.c:1175
10331 msgid "Write a message to the server log if checkpoints caused by the filling of checkpoint segment files happens more frequently than this number of seconds. Zero turns off the warning."
10332 msgstr "Checkpoint segment dosyaların dolması nedeniyle denetim noktası (checkpoint) olayı bu değerdeki saniye sayısından daha sık oluyorsa sunucu günlük dosyasına not düş. Sıfır ise bu uyarıyı kapat."
10333
10334 #: utils/misc/guc.c:1185
10335 msgid "Sets the number of disk-page buffers in shared memory for WAL."
10336 msgstr "WAL için shared memory arabellek disk-sayfa sayısı."
10337
10338 #: utils/misc/guc.c:1194
10339 msgid "Sets the delay in microseconds between transaction commit and flushing WAL to disk."
10340 msgstr "Transaction commit ile WAL dosyaların diske yazılması arasında milisaniye olarak gecikme süresi ayarlar."
10341
10342 #: utils/misc/guc.c:1204
10343 msgid "Sets the minimum concurrent open transactions before performing commit_delay."
10344 msgstr "commit_delay uygulamadan önce en az bu değer koşutzamanlı transaction olacak."
10345
10346 #: utils/misc/guc.c:1214
10347 msgid "Sets the number of digits displayed for floating-point values."
10348 msgstr "Floating-point değerlerinde gösterilecek rakam asyısı ayarlar."
10349
10350 #: utils/misc/guc.c:1215
10351 msgid "This affects real, double precision, and geometric data types. The parameter value is added to the standard number of digits (FLT_DIG or DBL_DIG as appropriate)."
10352 msgstr "Bu ayar, real, double precision ve geometrik veri tiplerinde klullanılır. Bu değer, standart  rakam sayısına eklenmektedir (FLT_DIG veya DBL_DIG)."
10353
10354 #: utils/misc/guc.c:1225
10355 msgid "Sets the minimum execution time in milliseconds above which statements will be logged."
10356 msgstr "Milisaniye olarak verilen bu zamandan uzun süre çalışacak sorgular log dosyasına yazılacaktır."
10357
10358 #: utils/misc/guc.c:1227
10359 msgid "Zero prints all queries. The default is -1 (turning this feature off)."
10360 msgstr "Sifir ise tüm sorgular yazılacak. Varsayılan değer -1 (bu özellike kapalıdır)."
10361
10362 #: utils/misc/guc.c:1235
10363 msgid "Interval to report shared buffer status in seconds"
10364 msgstr "Shared buffer durumu raporlama zaman arası, saniye olarak"
10365
10366 #: utils/misc/guc.c:1244
10367 msgid "Background writer sleep time between rounds in milliseconds"
10368 msgstr "Background writer'in seferleri arasında hareketsiz kalacağı milisaniye sayısı"
10369
10370 #: utils/misc/guc.c:1253
10371 msgid "Background writer percentage of dirty buffers to flush per round"
10372 msgstr "Her seferinde background writer'in diske yazaçağı kirli sayfa (dirty page = diske kaydedilmemiş veri olan cache sayfası) sayısının yüzdesini."
10373
10374 #: utils/misc/guc.c:1262
10375 msgid "Background writer maximum number of pages to flush per round"
10376 msgstr "Her seferinde background writer'in diske yazaçağı sayfa sayısı"
10377
10378 #: utils/misc/guc.c:1271
10379 msgid "Automatic log file rotation will occur after N minutes"
10380 msgstr "Otomatik olg dosya değişimi N dakika sonra gerçekleşecek."
10381
10382 #: utils/misc/guc.c:1280
10383 msgid "Automatic log file rotation will occur after N kilobytes"
10384 msgstr "Otomatik olg dosya değişimi N kilobayttan sonra gerçekleşecek."
10385
10386 #: utils/misc/guc.c:1289
10387 msgid "Shows the maximum number of function arguments."
10388 msgstr "Fonksiyon argünamlarının olabileceği en büyük sayısını gösteriyor."
10389
10390 #: utils/misc/guc.c:1299
10391 msgid "Shows the maximum number of index keys."
10392 msgstr "İndeks değerlerinin olabileceği en büyük sayısını gösteriyor."
10393
10394 #: utils/misc/guc.c:1309
10395 msgid "Shows the maximum identifier length"
10396 msgstr "İş değişken adının izin verilen an büyük uzunluğunu gösteriyor"
10397
10398 #: utils/misc/guc.c:1319
10399 msgid "Shows size of a disk block"
10400 msgstr "Bir disk blokunun boyutunu gösteriyor"
10401
10402 #: utils/misc/guc.c:1338
10403 msgid "Sets the planner's assumption about size of the disk cache."
10404 msgstr "Disk cache boyutu hakkında tahmini değerini belirtiyor."
10405
10406 #: utils/misc/guc.c:1339
10407 msgid "That is, the portion of the kernel's disk cache that will be used for PostgreSQL data files. This is measured in disk pages, which are normally 8 kB each."
10408 msgstr "Yani kernel'in disk cache alanının PostgreSQL veri dosyaları için kullanılacak kısmının tahmini. Bu deşer, disk page birimleriyle giriliyor, bir disk page genellikle 8 kilobayttır."
10409
10410 #: utils/misc/guc.c:1348
10411 msgid "Sets the planner's estimate of the cost of a nonsequentially fetched disk page."
10412 msgstr "Nonsequential disk page getirme işlemlerin tahmini zamanı belirtiyor."
10413
10414 #: utils/misc/guc.c:1350
10415 msgid "This is measured as a multiple of the cost of a sequential page fetch. A higher value makes it more likely a sequential scan will be used, a lower value makes it more likely an index scan will be used."
10416 msgstr "Bu değer, squeantial getirme'nin bir bölümü olarak giriliyor. Yani daha yüksek değer, sequential scan işlemine öncelik öncelik verirken, daha düşük değer ise planer'in index scan yöntemine tercih vermesine sebep olur."
10417
10418 #: utils/misc/guc.c:1360
10419 msgid "Sets the planner's estimate of the cost of processing each tuple (row)."
10420 msgstr "Bir satır işlemek için harcanacak işlem zamanı tahminini belirtiyor."
10421
10422 #: utils/misc/guc.c:1361
10423 #: utils/misc/guc.c:1371
10424 #: utils/misc/guc.c:1380
10425 msgid "This is measured as a fraction of the cost of a sequential page fetch."
10426 msgstr "Sequential page fetch işleme zamanının bir bölümü olarak çölçülüyor."
10427
10428 #: utils/misc/guc.c:1369
10429 msgid "Sets the planner's estimate of processing cost for each index tuple (row) during index scan."
10430 msgstr "İndeks satırı başına işleme zamanı belirityor."
10431
10432 #: utils/misc/guc.c:1379
10433 msgid "Sets the planner's estimate of processing cost of each operator in WHERE."
10434 msgstr "WHERE içinde her işlem için işleme gider tahminlerini belirtiyor."
10435
10436 #: utils/misc/guc.c:1389
10437 msgid "GEQO: selective pressure within the population."
10438 msgstr "GEQO: selective pressure within the population. Oha be, query'yi mi optimize ediyoruz, piliç mi yetiştiriyoruz, yuh."
10439
10440 #: utils/misc/guc.c:1399
10441 msgid "Sets the seed for random-number generation."
10442 msgstr "Random-number üretimi için seed değerini belirtiyor."
10443
10444 #: utils/misc/guc.c:1418
10445 msgid "WAL archiving command."
10446 msgstr "WAL arşivleme komutu."
10447
10448 #: utils/misc/guc.c:1419
10449 msgid "The shell command that will be called to archive a WAL file."
10450 msgstr "WAL dosyasını arşivlemek için kabuk komutu çağırılacak."
10451
10452 #: utils/misc/guc.c:1427
10453 msgid "Sets the client's character set encoding."
10454 msgstr "İstemci karakter kodlamasını belirtiyor."
10455
10456 #: utils/misc/guc.c:1437
10457 msgid "Sets the message levels that are sent to the client."
10458 msgstr "İstemciye yollancak mesaj düzeylerini belirtiyor."
10459
10460 #: utils/misc/guc.c:1438
10461 msgid "Valid values are DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, LOG, NOTICE, WARNING, and ERROR. Each level includes all the levels that follow it. The later the level, the fewer messages are sent."
10462 msgstr "Geçerli değerler: DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, LOG, NOTICE, WARNING, and ERROR. Her düzey kendisinden daha büyük düzeyleri de kapsıyor. Düzey ne kadar yüksek ise o kadar az mesaj yollanıyor."
10463
10464 #: utils/misc/guc.c:1449
10465 msgid "Sets the message levels that are logged."
10466 msgstr "Log dosyasına yazılacak mesajlarının düzeylerini belirtiyor."
10467
10468 #: utils/misc/guc.c:1450
10469 msgid "Valid values are DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, INFO, NOTICE, WARNING, ERROR, LOG, FATAL, and PANIC. Each level includes all the levels that follow it."
10470 msgstr "Geçerli değerler: DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, INFO, NOTICE, WARNING, ERROR, LOG, FATAL, and PANIC. Her düzey kendisinden daha büyük düzeyleri de kapsıyor."
10471
10472 #: utils/misc/guc.c:1460
10473 msgid "Sets the verbosity of logged messages."
10474 msgstr "Log mesajlarının ayrıntı düzei belirtiyor."
10475
10476 #: utils/misc/guc.c:1461
10477 msgid "Valid values are \"terse\", \"default\", and \"verbose\"."
10478 msgstr "Geçerli değerler: \"terse\", \"default\", ve \"verbose\"."
10479
10480 #: utils/misc/guc.c:1468
10481 msgid "Sets the type of statements logged."
10482 msgstr "Log dosyasına yazılacak komutların tipini belirtiyor."
10483
10484 #: utils/misc/guc.c:1469
10485 msgid "Valid values are \"none\", \"ddl\", \"mod\", and \"all\"."
10486 msgstr "Geçerli değerler: \"none\", \"mod\", \"ddl\", ve \"all\"."
10487
10488 #: utils/misc/guc.c:1477
10489 msgid "Causes all statements generating error at or above this level to be logged."
10490 msgstr "Belirtilen ya da daha üst düzeyde hata yaratan komutlarının gol dosyasına yazılacağına sebep olur."
10491
10492 #: utils/misc/guc.c:1478
10493 msgid "All SQL statements that cause an error of the specified level or a higher level are logged."
10494 msgstr "Belirtilen ya da daha üst düzeyde hata yaratan SQL sorguları loglanacaktır."
10495
10496 #: utils/misc/guc.c:1487
10497 msgid "Controls information prefixed to each log line"
10498 msgstr "Log satırlarının başlarına eklenecek bilgiyi kontrol ediyor."
10499
10500 #: utils/misc/guc.c:1488
10501 msgid "if blank no prefix is used"
10502 msgstr "boş ise ön ek kullanlmayacak"
10503
10504 #: utils/misc/guc.c:1497
10505 msgid "Sets the display format for date and time values."
10506 msgstr "Tarih ve zaman girişleri için biçim maskesini belirtiyor."
10507
10508 #: utils/misc/guc.c:1498
10509 msgid "Also controls interpretation of ambiguous date inputs."
10510 msgstr "Ayrıca belirsiz tarih girişinin yorumlamasını belirtiyor."
10511
10512 #: utils/misc/guc.c:1508
10513 msgid "Sets the default tablespace to create tables and indexes in."
10514 msgstr "İndeksleri oluşturma işemi için varsayılan tablespace ayarlıyor"
10515
10516 #: utils/misc/guc.c:1509
10517 msgid "An empty string selects the database's default tablespace."
10518 msgstr "Boş değer, veritabanının varsayılan tablespace'ı seçmektedir."
10519
10520 #: utils/misc/guc.c:1517
10521 msgid "Sets the transaction isolation level of each new transaction."
10522 msgstr "Her yeni transaction için transaction isolation level belirtiypr."
10523
10524 #: utils/misc/guc.c:1518
10525 msgid "Each SQL transaction has an isolation level, which can be either \"read uncommitted\", \"read committed\", \"repeatable read\", or \"serializable\"."
10526 msgstr "Her SQL transaction bir isolation level'e sahiptir, geçerli değerler: \"read uncommitted\", \"read committed\", \"repeatable read\", \"serializable\"."
10527
10528 #: utils/misc/guc.c:1527
10529 msgid "Sets the path for dynamically loadable modules."
10530 msgstr "Dinamik yüklenebilen modülleri arama dizinlerini belirtiyor."
10531
10532 #: utils/misc/guc.c:1528
10533 msgid "If a dynamically loadable module needs to be opened and the specified name does not have a directory component (i.e., the name does not contain a slash), the system will search this path for the specified file."
10534 msgstr "Bir dinamik kütüphane açmak gerektiğinde dosya adında dizin kısmı yoksa (dosya adın içinde taksim kararkteri yoksa), sistem, kütüphaneleri bulmak için bu dizinleri arayacak."
10535
10536 #: utils/misc/guc.c:1540
10537 msgid "Sets the location of the Kerberos server key file."
10538 msgstr "Kerberos server key dosyasının yerini belirtiyor."
10539
10540 #: utils/misc/guc.c:1550
10541 msgid "Sets the Rendezvous broadcast service name."
10542 msgstr "Rendezvous broadcast service adını belirtiyor."
10543
10544 #: utils/misc/guc.c:1561
10545 msgid "Shows the collation order locale."
10546 msgstr "Alfabetik sıralamasında kullanılacak locale ayarı gösteriyor."
10547
10548 #: utils/misc/guc.c:1571
10549 msgid "Shows the character classification and case conversion locale."
10550 msgstr "Karakter sınıflandırılması ve büyük/küçük çevirme işlemlerinde kullanıcak locale ayarı gösteriyor."
10551
10552 #: utils/misc/guc.c:1581
10553 msgid "Sets the language in which messages are displayed."
10554 msgstr "Mesajlarda kullanılacak dili belirtiyor."
10555
10556 #: utils/misc/guc.c:1590
10557 msgid "Sets the locale for formatting monetary amounts."
10558 msgstr "Parasal değerlerinin biçimlendirilmesinde kullanılacak locale ayarını belirtiyor."
10559
10560 #: utils/misc/guc.c:1599
10561 msgid "Sets the locale for formatting numbers."
10562 msgstr "Sayısal değerlerinin biçimlendirilmesinde kullanılacak locale ayarını belirtiyor."
10563
10564 #: utils/misc/guc.c:1608
10565 msgid "Sets the locale for formatting date and time values."
10566 msgstr "Tarih ve zaman değerlerinin biçimlendirilmesinde kullanılacak locale ayarını belirtiyor."
10567
10568 #: utils/misc/guc.c:1617
10569 msgid "Lists shared libraries to preload into server."
10570 msgstr "Sunucuya yüklenmiş ortak kütüphaneleri gösteriyor."
10571
10572 #: utils/misc/guc.c:1627
10573 msgid "Sets the regular expression \"flavor\"."
10574 msgstr "\"flavor\" regular expression belirtiyor."
10575
10576 #: utils/misc/guc.c:1628
10577 msgid "This can be set to advanced, extended, or basic."
10578 msgstr "Bu değer şunlardan biri olabilir: advanced, extended, or basic."
10579
10580 #: utils/misc/guc.c:1636
10581 msgid "Sets the schema search order for names that are not schema-qualified."
10582 msgstr "Şema belirtilmediği takdirde isimlerin hangi şemalarda aranacağını belirtir."
10583
10584 #: utils/misc/guc.c:1647
10585 msgid "Sets the server (database) character set encoding."
10586 msgstr "Sunucu (veritabanı) karakter seti kodlamasını belirtiyor."
10587
10588 #: utils/misc/guc.c:1658
10589 msgid "Shows the server version."
10590 msgstr "Sunucunun sürümünü gösteriyor."
10591
10592 #: utils/misc/guc.c:1669
10593 msgid "Sets the session user name."
10594 msgstr "Oturum açan kullanıcının ismini gösterir."
10595
10596 #: utils/misc/guc.c:1679
10597 msgid "Sets the destination for server log output."
10598 msgstr "Log dosyaları için hedef dizini belirtiyor."
10599
10600 #: utils/misc/guc.c:1680
10601 msgid "Valid values are combinations of \"stderr\", \"syslog\", and \"eventlog\", depending on the platform."
10602 msgstr "Geçerli değerler, platforma bağlı olarak: \"stderr\", \"syslog\", and \"eventlog\"."
10603
10604 #: utils/misc/guc.c:1689
10605 msgid "Sets the destination directory for log files."
10606 msgstr "Log dosyaları için hedef dizini belirtiyor."
10607
10608 #: utils/misc/guc.c:1690
10609 msgid "May be specified as relative to the data directory or as absolute path."
10610 msgstr "Bu değer hem veri dizininden yola çıkarak hem de tam yol olabilir."
10611
10612 #: utils/misc/guc.c:1699
10613 msgid "Sets the file name pattern for log files."
10614 msgstr "Log dosyaları için kulanılacak şablonu belirtiyor."
10615
10616 #: utils/misc/guc.c:1710
10617 msgid "Sets the syslog \"facility\" to be used when syslog enabled."
10618 msgstr "Syslog aktif durumunda kullanılacak syslog \"facility\" değerini belirtiyor."
10619
10620 #: utils/misc/guc.c:1711
10621 msgid "Valid values are LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7."
10622 msgstr "Geçerli değerler: LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7."
10623
10624 #: utils/misc/guc.c:1719
10625 msgid "Sets the program name used to identify PostgreSQL messages in syslog."
10626 msgstr "Syslog içinde PostgreSQL mesajlarının kaynak olacağı program adını belirtiyor."
10627
10628 #: utils/misc/guc.c:1730
10629 msgid "Sets the time zone for displaying and interpreting time stamps."
10630 msgstr "Time stamp veri tipini çıktısında kullanılacak zaman dilimi belirtiyor."
10631
10632 #: utils/misc/guc.c:1739
10633 msgid "Sets the current transaction's isolation level."
10634 msgstr "Transaction isolation level belirtiyor."
10635
10636 #: utils/misc/guc.c:1749
10637 msgid "Sets the owning group of the Unix-domain socket."
10638 msgstr "Unix-domain socket grup sahipliğini belirtiyor."
10639
10640 #: utils/misc/guc.c:1750
10641 msgid "(The owning user of the socket is always the user that starts the server.)"
10642 msgstr "(Socket sahibi her zamn sunucu çalıştıran kullanıcıdır.)"
10643
10644 #: utils/misc/guc.c:1759
10645 msgid "Sets the directory where the Unix-domain socket will be created."
10646 msgstr "Unix-domain socket yarıtılacak dizinini belirtiyor."
10647
10648 #: utils/misc/guc.c:1769
10649 msgid "Sets the host name or IP address(es) to listen to."
10650 msgstr "Dinlenecek host adı veya IP adresleri belirtiyor."
10651
10652 #: utils/misc/guc.c:1779
10653 msgid "Selects the method used for forcing WAL updates out to disk."
10654 msgstr "WAL değikliklerinin diske yazılış yöntemini belirtiyor."
10655
10656 #: utils/misc/guc.c:1788
10657 msgid "Sets the list of known custom variable classes."
10658 msgstr "Bilinen custom variable classes listesini belirtiyor."
10659
10660 #: utils/misc/guc.c:1798
10661 msgid "Sets the server's data directory."
10662 msgstr "Sunucusunun veri dizini belirtiyor."
10663
10664 #: utils/misc/guc.c:1808
10665 msgid "Sets the server's main configuration file."
10666 msgstr "Sunucunun ana konfigorasyon dosyasının yerini belirtiyor."
10667
10668 #: utils/misc/guc.c:1818
10669 msgid "Sets the server's \"hba\" configuration file"
10670 msgstr "Sunucusunun \"hba\" konfigurasyon dosyasını belirtiyor"
10671
10672 #: utils/misc/guc.c:1828
10673 msgid "Sets the server's \"ident\" configuration file"
10674 msgstr "Sunucusunun \"ident\" konfigurasyon dosyasını belirtiyor"
10675
10676 #: utils/misc/guc.c:1838
10677 msgid "Writes the postmaster PID to the specified file."
10678 msgstr "postmaster PID numarası belirtilen dosyaya yazar."
10679
10680 #: utils/misc/guc.c:2477
10681 #, c-format
10682 msgid ""
10683 "%s does not know where to find the server configuration file.\n"
10684 "You must specify the --config-file or -D invocation option or set the PGDATA environment variable.\n"
10685 msgstr ""
10686 "%s, greken konfigurasyon dosyasını bulamamaktadır.\n"
10687 "Bu dosyanın --config-file veya -D başlatma parametresi veya PGDATA enviroment değişkeni ile belirtilebilir.\n"
10688
10689 #: utils/misc/guc.c:2502
10690 #, c-format
10691 msgid "%s cannot access the server configuration file \"%s\": %s\n"
10692 msgstr "%s sunucu konfigurasyon dosyasına \"%s\" erişilemiyor: %s\n"
10693
10694 #: utils/misc/guc.c:2522
10695 #, c-format
10696 msgid ""
10697 "%s does not know where to find the database system data.\n"
10698 "This can be specified as \"data_directory\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n"
10699 msgstr ""
10700 "%s, greken veritabanı dosyaları bulamamaktadır.\n"
10701 "Dizinin yeri \"%s\" dosyasında \"data_directory\" değişkeninde, -D başlatma parametresi veya PGDATA enviroment değişkeni ile belirtilebilir.\n"
10702
10703 #: utils/misc/guc.c:2545
10704 #, c-format
10705 msgid ""
10706 "%s does not know where to find the \"hba\" configuration file.\n"
10707 "This can be specified as \"hba_file\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n"
10708 msgstr ""
10709 "%s, greken \"hba\" konfigurasyon dosyasını bulamamaktadır.\n"
10710 "Bu dosyanın yeri \"%s\" dosyasında \"hba_file\" değişkeninde, -D başlatma parametresi veya PGDATA enviroment değişkeni ile belirtilebilir.\n"
10711
10712 #: utils/misc/guc.c:2568
10713 #, c-format
10714 msgid ""
10715 "%s does not know where to find the \"ident\" configuration file.\n"
10716 "This can be specified as \"ident_file\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n"
10717 msgstr ""
10718 "%s, greken \"ident\" konfigurasyon dosyasını bulamamaktadır.\n"
10719 "Bu dosyanın yeri \"%s\" dosyasında \"ident_file\" değişkeninde, başlatma parametresi -D veya PGDATA enviroment değişkeni ile belirtilebilir.\n"
10720
10721 #: utils/misc/guc.c:3274
10722 #: utils/misc/guc.c:3800
10723 #: utils/misc/guc.c:3840
10724 #: utils/misc/guc.c:3915
10725 #: utils/misc/guc.c:4251
10726 #: utils/misc/guc.c:4402
10727 #, c-format
10728 msgid "unrecognized configuration parameter \"%s\""
10729 msgstr "\"%s\" bilinmeyen konfigurasyon parametresi"
10730
10731 #: utils/misc/guc.c:3293
10732 #, c-format
10733 msgid "parameter \"%s\" cannot be changed"
10734 msgstr "\"%s\" parametresi değiştirilemez"
10735
10736 #: utils/misc/guc.c:3305
10737 #, c-format
10738 msgid "parameter \"%s\" cannot be changed after server start"
10739 msgstr "\"%s\" parametresi, sunucu başlatıldıktan sonra değiştirilemez"
10740
10741 #: utils/misc/guc.c:3315
10742 #, c-format
10743 msgid "parameter \"%s\" cannot be changed now"
10744 msgstr "\"%s\" parametresi şu anda değiştirilemez"
10745
10746 #: utils/misc/guc.c:3345
10747 #, c-format
10748 msgid "parameter \"%s\" cannot be set after connection start"
10749 msgstr "\"%s\" parametresi bağlantı başlatıldıktan sonra değiştirilemez"
10750
10751 #: utils/misc/guc.c:3355
10752 #, c-format
10753 msgid "permission denied to set parameter \"%s\""
10754 msgstr "\"%s\" parametresi değiştirmek için erişim hatası"
10755
10756 #: utils/misc/guc.c:3406
10757 #, c-format
10758 msgid "parameter \"%s\" requires a Boolean value"
10759 msgstr "\"%s\" seçeneği boolean değerini alır"
10760
10761 #: utils/misc/guc.c:3422
10762 #: utils/misc/guc.c:3506
10763 #, c-format
10764 msgid "invalid value for parameter \"%s\": %d"
10765 msgstr "\"%s\" seçeneği için geçersiz değer: %d"
10766
10767 #: utils/misc/guc.c:3482
10768 #, c-format
10769 msgid "parameter \"%s\" requires an integer value"
10770 msgstr "\"%s\" seçeneği bir tamsayı değerini alır"
10771
10772 #: utils/misc/guc.c:3490
10773 #, c-format
10774 msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)"
10775 msgstr "\"%2$s\" parametresi için %1$d değer sıra dışıdır (%3$d .. %4$d)"
10776
10777 #: utils/misc/guc.c:3566
10778 #, c-format
10779 msgid "parameter \"%s\" requires a numeric value"
10780 msgstr "\"%s\" seçeneği numeric değerini alır"
10781
10782 #: utils/misc/guc.c:3574
10783 #, c-format
10784 msgid "%g is outside the valid range for parameter \"%s\" (%g .. %g)"
10785 msgstr "\"%2$s\" parametresi için %1$g değer sıra dışıdır (%3$g .. %4$g)"
10786
10787 #: utils/misc/guc.c:3590
10788 #, c-format
10789 msgid "invalid value for parameter \"%s\": %g"
10790 msgstr "\"%s\" seçeneği için geçersiz değer: %g"
10791
10792 #: utils/misc/guc.c:3688
10793 #, c-format
10794 msgid "invalid value for parameter \"%s\": \"%s\""
10795 msgstr "\"%s\" seçeneği için geçersiz değer: \"%s\""
10796
10797 #: utils/misc/guc.c:3804
10798 #: utils/misc/guc.c:3844
10799 #: utils/misc/guc.c:4406
10800 #, c-format
10801 msgid "must be superuser to examine \"%s\""
10802 msgstr "\"%s\" değişkeninin değerini sorgulamak için superuser haklarına sahip olmalısınız"
10803
10804 #: utils/misc/guc.c:3924
10805 #, c-format
10806 msgid "SET %s takes only one argument"
10807 msgstr "SET %s tek bir argüman alır"
10808
10809 #: utils/misc/guc.c:4028
10810 msgid "SET requires parameter name"
10811 msgstr "SET komutu patametre adını gerektirir"
10812
10813 #: utils/misc/guc.c:4092
10814 #, c-format
10815 msgid "attempt to redefine parameter \"%s\""
10816 msgstr "\"%s\" parametresinin yeniden tanımlanma denemesi"
10817
10818 #: utils/misc/guc.c:5049
10819 #, c-format
10820 msgid "could not parse setting for parameter \"%s\""
10821 msgstr "\"%s\" parametresi için verilen değer çözümlenemiyor"
10822
10823 #: utils/misc/guc.c:5247
10824 msgid "invalid list syntax for parameter \"log_destination\""
10825 msgstr "\"log_destination\" parametresi için dözdizimi geçersiz"
10826
10827 #: utils/misc/guc.c:5270
10828 #, c-format
10829 msgid "unrecognized \"log_destination\" key word: \"%s\""
10830 msgstr "\"log_destination\" anahtar kelimesi anlaşılamıyor: \"%s\""
10831
10832 #: utils/misc/guc.c:5498
10833 msgid "SET AUTOCOMMIT TO OFF is no longer supported"
10834 msgstr "SET AUTOCOMMIT TO OFF artık desteklenmiyor"
10835
10836 #: utils/misc/guc.c:5546
10837 #, c-format
10838 msgid "invalid syntax for \"custom_variable_classes\": \"%s\""
10839 msgstr "\"custom_variable_classes\" için söz dizim hatası: \"%s\""
10840
10841 #: utils/misc/guc.c:5575
10842 msgid "cannot enable parameter when \"log_statement_stats\" is true"
10843 msgstr "\"log_statement_stats\" tue iken değer aktif olamaz"
10844
10845 #: utils/misc/guc.c:5592
10846 msgid "cannot enable \"log_statement_stats\" when \"log_parser_stats\", \"log_planner_stats\", or \"log_executor_stats\" is true"
10847 msgstr "\"log_parser_stats\", \"log_planner_stats\", veya \"log_executor_stats\" değerleri true iken  \"log_statement_stats\" aktif edilemiyor"
10848
10849 #: utils/misc/guc.c:5611
10850 msgid "cannot set transaction read-write mode inside a read-only transaction"
10851 msgstr "salt okunur transaction okuma-yazma mosunda geçirilemiyor"
10852
10853 #: guc-file.l:271
10854 #, c-format
10855 msgid "syntax error in file \"%s\" line %u, near end of line"
10856 msgstr "\"%s\" dosyası, %u satırınıda, satır sonunda sözdizimi hatası"
10857
10858 #: guc-file.l:276
10859 #, c-format
10860 msgid "syntax error in file \"%s\" line %u, near token \"%s\""
10861 msgstr "\"%s\" dosyası, %u satırınıda, \"%s\" ifadesi yakınında sözdizimi hatası"
10862
10863 #: utils/mmgr/portalmem.c:173
10864 #, c-format
10865 msgid "cursor \"%s\" already exists"
10866 msgstr "cursor \"%s\" zaten mevcut"
10867
10868 #: utils/mmgr/portalmem.c:177
10869 #, c-format
10870 msgid "closing existing cursor \"%s\""
10871 msgstr "var olan cursor \"%s\" kapatılıyor"
10872
10873 #: utils/mmgr/aset.c:338
10874 #, c-format
10875 msgid "Failed while creating memory context \"%s\"."
10876 msgstr "Memory content \"%s\" oluşturma başarısız."
10877
10878 #: utils/mmgr/aset.c:504
10879 #: utils/mmgr/aset.c:701
10880 #: utils/mmgr/aset.c:894
10881 #, c-format
10882 msgid "Failed on request of size %lu."
10883 msgstr "%lu boyutu sorgulaması başarısız"
10884
10885 #: utils/sort/logtape.c:202
10886 #, c-format
10887 msgid "could not write block %ld of temporary file: %m"
10888 msgstr "geçici dosyasının %ld bloku yazılamıyor: %m"
10889
10890 #: utils/sort/logtape.c:204
10891 msgid "Perhaps out of disk space?"
10892 msgstr "Disk dolu mu?"
10893
10894 #: utils/sort/logtape.c:221
10895 #, c-format
10896 msgid "could not read block %ld of temporary file: %m"
10897 msgstr "geçici dosyasının %ld bloku okunamıyor: %m"
10898
10899 #: utils/sort/tuplesort.c:2082
10900 msgid "could not create unique index"
10901 msgstr "unique dizin yaratılamadı"
10902
10903 #: utils/sort/tuplesort.c:2083
10904 msgid "Table contains duplicated values."
10905 msgstr "Tabloda mukerrer değerler mevcut."
10906
10907 #: ../port/copydir.c:67
10908 #, c-format
10909 msgid "could not copy file \"%s\": %m"
10910 msgstr "\"%s\" dosyası kopyalanamıyor: %m"
10911
10912 #: ../port/dirmod.c:75
10913 #: ../port/dirmod.c:88
10914 #: ../port/dirmod.c:101
10915 msgid "out of memory\n"
10916 msgstr "bellek yetersiz\n"
10917
10918 #: ../port/dirmod.c:283
10919 #, c-format
10920 msgid "Error setting junction for %s: %s"
10921 msgstr "%s için junction ayarlama hatası: %s"
10922
10923 #: ../port/exec.c:193
10924 #: ../port/exec.c:307
10925 #: ../port/exec.c:350
10926 #, c-format
10927 msgid "could not identify current directory: %s"
10928 msgstr "geçerli dizin tespit edilemedi: %s"
10929
10930 #: ../port/exec.c:323
10931 #: ../port/exec.c:359
10932 #, c-format
10933 msgid "could not change directory to \"%s\""
10934 msgstr "çalışma dizini \"%s\" olarak değiştirilemedi"
10935
10936 #: ../port/exec.c:338
10937 #, c-format
10938 msgid "could not read symbolic link \"%s\""
10939 msgstr "symbolic link \"%s\" okuma hatası"
10940
10941 #: ../port/exec.c:569
10942 #, c-format
10943 msgid "child process exited with exit code %d"
10944 msgstr "alt süreç %d çıkış koduyla sonuçlandırılmıştır"
10945
10946 #: ../port/exec.c:572
10947 #, c-format
10948 msgid "child process was terminated by signal %d"
10949 msgstr "alt süreç %d sinyali tarafından sonlandırılmıştır"
10950
10951 #: ../port/exec.c:575
10952 #, c-format
10953 msgid "child process exited with unrecognized status %d"
10954 msgstr "alt süreç %d bilinmeyen durumu ile sonlandırılmıştır"
10955