]> granicus.if.org Git - postgresql/blob - src/backend/po/tr.po
Update "Using EXPLAIN" documentation examples using current code.
[postgresql] / src / backend / po / tr.po
1 # translation of postgres-tr.po to Turkish
2 # Nicolai Tufar <ntufar@gmail.com>, 2002-2006.
3 # Devrim GUNDUZ <devrim@CommandPrompt.com>, 2003, 2004, 2005, 2006.
4 #
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: postgres-tr\n"
9 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
10 "POT-Creation-Date: 2009-06-23 09:01+0000\n"
11 "PO-Revision-Date: 2009-06-23 13:50+0200\n"
12 "Last-Translator: Devrim GÜNDÜZ <devrim@gunduz.org>\n"
13 "Language-Team: Turkish <ceviri@postgresql.org.tr>\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.9.1\n"
18 "X-Poedit-Language: Turkish\n"
19 "X-Poedit-Country: TURKEY\n"
20 "X-Poedit-Basepath: /home/ntufar/pg/pgsql/src/backend\n"
21 "X-Poedit-SearchPath-0: /home/ntufar/pg/pgsql/src/backend\n"
22
23 #: libpq/auth.c:224
24 #, c-format
25 msgid "authentication failed for user \"%s\": host rejected"
26 msgstr "\"%s\" kullanıcısı için kimlik doğrulaması başarısız oldu: adres geçerli değil"
27
28 #: libpq/auth.c:227
29 #, c-format
30 msgid "Kerberos 5 authentication failed for user \"%s\""
31 msgstr "\"%s\" kullanıcısı için Kerberos 5 kimlik doğrulaması başarısız oldu"
32
33 #: libpq/auth.c:230
34 #, c-format
35 msgid "GSSAPI authentication failed for user \"%s\""
36 msgstr "\"%s\" kullanıcısı için GSSPI  kimlik doğrulaması başarısız"
37
38 #: libpq/auth.c:233
39 #, c-format
40 msgid "SSPI authentication failed for user \"%s\""
41 msgstr "\"%s\" kullanıcısı için SSPI yetkilendirmesi başarısız oldu"
42
43 #: libpq/auth.c:236
44 #, c-format
45 msgid "\"trust\" authentication failed for user \"%s\""
46 msgstr "\"%s\" kullanıcısı için \"trust\" kimlik doğrulaması başarısız oldu"
47
48 #: libpq/auth.c:239
49 #, c-format
50 msgid "Ident authentication failed for user \"%s\""
51 msgstr "\"%s\" kullanıcısı için Ident kimlik doğrulaması başarısız oldu"
52
53 #: libpq/auth.c:243
54 #, c-format
55 msgid "password authentication failed for user \"%s\""
56 msgstr "\"%s\" kullanıcısı için şifre doğrulaması başarısız oldu"
57
58 #: libpq/auth.c:246
59 #, c-format
60 msgid "PAM authentication failed for user \"%s\""
61 msgstr "\"%s\" kullanıcısı için PAM kimlik doğrulaması başarısız oldu"
62
63 #: libpq/auth.c:249
64 #, c-format
65 msgid "LDAP authentication failed for user \"%s\""
66 msgstr "\"%s\" kullanıcısı için LDAP kimlik doğrulaması başarısız"
67
68 #: libpq/auth.c:252
69 #, c-format
70 msgid "authentication failed for user \"%s\": invalid authentication method"
71 msgstr "\"%s\" kullanıcısının kimlik doğrulaması başarısız: geçersiz kimlik doğrulama yöntemi"
72
73 #: libpq/auth.c:281
74 msgid "missing or erroneous pg_hba.conf file"
75 msgstr "Eksik ya da hatalı pg_hba.conf dosyası"
76
77 #: libpq/auth.c:282
78 msgid "See server log for details."
79 msgstr "Ayrıntılar için sunucu loguna bakın."
80
81 #: libpq/auth.c:303
82 msgid "connection requires a valid client certificate"
83 msgstr "bağlantı, geçerli bir istemci sertifikasına gereksinim duyuyor."
84
85 #: libpq/auth.c:344
86 msgid "SSL on"
87 msgstr "SSL etkin"
88
89 #: libpq/auth.c:344
90 msgid "SSL off"
91 msgstr "SSL etkisiz"
92
93 #: libpq/auth.c:342
94 #, c-format
95 msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s"
96 msgstr "\"%s\" adresi, \"%s\" kullanıcısı, \"%s\" veritabanı için pg_hba.conf içinde bir tanım yok, %s"
97
98 #: libpq/auth.c:348
99 #, c-format
100 msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\""
101 msgstr "\"%s\" adresi, \"%s\" kullanıcısı, \"%s\" veritabanı için pg_hba.conf içinde bir tanım yok"
102
103 #: libpq/auth.c:404
104 #, c-format
105 msgid "could not enable credential reception: %m"
106 msgstr "kimlik doğrulama alımı etkinleştirmesi başarısız: %m"
107
108 #: libpq/auth.c:417
109 #: libpq/hba.c:856
110 msgid "MD5 authentication is not supported when \"db_user_namespace\" is enabled"
111 msgstr "\"db_user_namespace\" etkinken MD5 yetkilendirmesi desteklenmemektedir"
112
113 #: libpq/auth.c:534
114 #, c-format
115 msgid "expected password response, got message type %d"
116 msgstr "cevap olarak şifre beklenirken, %d mesaj tipi alındı"
117
118 #: libpq/auth.c:562
119 msgid "invalid password packet size"
120 msgstr "geçersiz password paket boyutu"
121
122 #: libpq/auth.c:566
123 msgid "received password packet"
124 msgstr "password paketi alınmıştır"
125
126 #: libpq/auth.c:624
127 #, c-format
128 msgid "Kerberos initialization returned error %d"
129 msgstr "Kerberos oluşturma hatası %d"
130
131 #: libpq/auth.c:634
132 #, c-format
133 msgid "Kerberos keytab resolving returned error %d"
134 msgstr "Kerberos keytab resolving hatası %d"
135
136 #: libpq/auth.c:658
137 #, c-format
138 msgid "Kerberos sname_to_principal(\"%s\", \"%s\") returned error %d"
139 msgstr "Kerberos sname_to_principal(\"%s\", \"%s\") hatası: %d"
140
141 #: libpq/auth.c:706
142 #, c-format
143 msgid "Kerberos recvauth returned error %d"
144 msgstr "Kerberos recvauth hatası %d"
145
146 #: libpq/auth.c:729
147 #, c-format
148 msgid "Kerberos unparse_name returned error %d"
149 msgstr "Kerberos unparse_name hatası %d"
150
151 #: libpq/auth.c:852
152 #, c-format
153 msgid "%s: %s"
154 msgstr "%s: %s"
155
156 #: libpq/auth.c:878
157 msgid "GSSAPI is not supported in protocol version 2"
158 msgstr "GSSAPI protokol 2'de desteklenmiyor"
159
160 #: libpq/auth.c:897
161 #: libpq/auth.c:1251
162 #: libpq/auth.c:1319
163 #: libpq/auth.c:1926
164 #: utils/mmgr/aset.c:385
165 #: utils/mmgr/aset.c:564
166 #: utils/mmgr/aset.c:747
167 #: utils/mmgr/aset.c:953
168 #: utils/adt/formatting.c:1493
169 #: utils/adt/formatting.c:1549
170 #: utils/adt/formatting.c:1606
171 #: utils/adt/regexp.c:209
172 #: utils/adt/varlena.c:3037
173 #: utils/adt/varlena.c:3058
174 #: utils/mb/mbutils.c:335
175 #: utils/mb/mbutils.c:596
176 #: utils/hash/dynahash.c:363
177 #: utils/hash/dynahash.c:435
178 #: utils/hash/dynahash.c:929
179 #: utils/misc/guc.c:2746
180 #: utils/misc/guc.c:2759
181 #: utils/misc/guc.c:2772
182 #: utils/init/miscinit.c:212
183 #: utils/init/miscinit.c:233
184 #: utils/init/miscinit.c:243
185 #: utils/fmgr/dfmgr.c:224
186 #: commands/sequence.c:928
187 #: lib/stringinfo.c:245
188 #: storage/buffer/buf_init.c:164
189 #: storage/buffer/localbuf.c:347
190 #: storage/file/fd.c:336
191 #: storage/file/fd.c:719
192 #: storage/file/fd.c:837
193 #: storage/ipc/procarray.c:392
194 #: storage/ipc/procarray.c:708
195 #: storage/ipc/procarray.c:715
196 #: postmaster/postmaster.c:1857
197 #: postmaster/postmaster.c:1890
198 #: postmaster/postmaster.c:2954
199 #: postmaster/postmaster.c:3683
200 #: postmaster/postmaster.c:3764
201 #: postmaster/postmaster.c:4332
202 msgid "out of memory"
203 msgstr "yetersiz bellek"
204
205 #: libpq/auth.c:933
206 #, c-format
207 msgid "expected GSS response, got message type %d"
208 msgstr "beklenen GSS yanıtı, %d mesaj tipi alındı"
209
210 #: libpq/auth.c:996
211 msgid "accepting GSS security context failed"
212 msgstr "GSS security context kabul işlemi başarısızdır"
213
214 #: libpq/auth.c:1022
215 msgid "retrieving GSS user name failed"
216 msgstr "GSS user name eğişimi başarısızdır"
217
218 #: libpq/auth.c:1095
219 #, c-format
220 msgid "SSPI error %x"
221 msgstr "SSPI hatası: %x"
222
223 #: libpq/auth.c:1099
224 #, c-format
225 msgid "%s (%x)"
226 msgstr "%s (%x)"
227
228 #: libpq/auth.c:1139
229 msgid "SSPI is not supported in protocol version 2"
230 msgstr "SSPI protokol 2'de desteklenmiyor"
231
232 #: libpq/auth.c:1154
233 msgid "could not acquire SSPI credentials"
234 msgstr "SSPI kimlik bilgileri alınamadı: %m"
235
236 #: libpq/auth.c:1171
237 #, c-format
238 msgid "expected SSPI response, got message type %d"
239 msgstr "SSPI yanıtı bekleniyordu, %d mesaj tipi alındı"
240
241 #: libpq/auth.c:1243
242 msgid "could not accept SSPI security context"
243 msgstr "SSPI güvenlik içeriği kabul edilemedi"
244
245 #: libpq/auth.c:1299
246 #, fuzzy
247 msgid "could not get token from SSPI security context"
248 msgstr "SSL context oluşturma hatası: %s"
249
250 #: libpq/auth.c:1542
251 #, c-format
252 msgid "could not create socket for Ident connection: %m"
253 msgstr "Ident bağlantısı için socket oluşturma hatası: %m"
254
255 #: libpq/auth.c:1557
256 #, c-format
257 msgid "could not bind to local address \"%s\": %m"
258 msgstr "\"%s\" yerel adresine bind hatası: %m"
259
260 #: libpq/auth.c:1569
261 #, c-format
262 msgid "could not connect to Ident server at address \"%s\", port %s: %m"
263 msgstr "\"%s\" adresi %s portunda Ident sunucusuna bağlanma hatası: %m"
264
265 #: libpq/auth.c:1589
266 #, c-format
267 msgid "could not send query to Ident server at address \"%s\", port %s: %m"
268 msgstr "\"%s\" adresi %s portunda Ident sunucusuna istek gönderme hatası: %m"
269
270 #: libpq/auth.c:1604
271 #, c-format
272 msgid "could not receive response from Ident server at address \"%s\", port %s: %m"
273 msgstr "\"%s\" adresi %s portunda Ident sunucusundan cevap alma hatası: %m"
274
275 #: libpq/auth.c:1614
276 #, c-format
277 msgid "invalidly formatted response from Ident server: \"%s\""
278 msgstr "Ident sunucusundan biçimlendirilmiş cevap bağlanma hatası:\"%s\""
279
280 #: libpq/auth.c:1649
281 #: libpq/auth.c:1679
282 #: libpq/auth.c:1707
283 #: libpq/auth.c:1783
284 #, c-format
285 msgid "could not get peer credentials: %m"
286 msgstr "karşı tarafın kimlik bilgileri alınamadı: %m"
287
288 #: libpq/auth.c:1658
289 #: libpq/auth.c:1688
290 #: libpq/auth.c:1725
291 #: libpq/auth.c:1794
292 #, c-format
293 msgid "local user with ID %d does not exist"
294 msgstr "yerel kullanıcı ID %d mevcut değildir"
295
296 #: libpq/auth.c:1715
297 #, fuzzy, c-format
298 msgid "could not get effective UID from peer credentials: %m"
299 msgstr "karşı tarafın kimlik bilgileri alınamadı: %m"
300
301 #: libpq/auth.c:1805
302 msgid "Ident authentication is not supported on local connections on this platform"
303 msgstr "bu platformda yerel bağlantılarda Ident kimlik doğrulaması desteklenmemektedir"
304
305 #: libpq/auth.c:1874
306 #, c-format
307 msgid "error from underlying PAM layer: %s"
308 msgstr "PAM katmanında hata: %s"
309
310 #: libpq/auth.c:1879
311 #, c-format
312 msgid "unsupported PAM conversation %d/%s"
313 msgstr "desteklenmeyen PAM iletişimi %d/%s"
314
315 #: libpq/auth.c:1911
316 msgid "empty password returned by client"
317 msgstr "istemci boş şifre gönderdi"
318
319 #: libpq/auth.c:1971
320 #, c-format
321 msgid "could not create PAM authenticator: %s"
322 msgstr "PAM authenticator oluşturulamıyor: %s"
323
324 #: libpq/auth.c:1982
325 #, c-format
326 msgid "pam_set_item(PAM_USER) failed: %s"
327 msgstr "pam_set_item(PAM_USER) başarısız: %s"
328
329 #: libpq/auth.c:1993
330 #, c-format
331 msgid "pam_set_item(PAM_CONV) failed: %s"
332 msgstr "pam_set_item(PAM_CONV) başarısız: %s"
333
334 #: libpq/auth.c:2004
335 #, c-format
336 msgid "pam_authenticate failed: %s"
337 msgstr "pam_authenticate başarısız: %s"
338
339 #: libpq/auth.c:2015
340 #, c-format
341 msgid "pam_acct_mgmt failed: %s"
342 msgstr "pam_acct_mgmt başarısız: %s"
343
344 #: libpq/auth.c:2026
345 #, c-format
346 msgid "could not release PAM authenticator: %s"
347 msgstr "PAM authenticator bırakma başarısız: %s"
348
349 #: libpq/auth.c:2056
350 msgid "LDAP server not specified"
351 msgstr "LDAP sunucu belirtilmedi"
352
353 #: libpq/auth.c:2074
354 #: libpq/auth.c:2078
355 #, c-format
356 msgid "could not initialize LDAP: error code %d"
357 msgstr "LDAP ilklendirilemiyor: hata kodu %d"
358
359 #: libpq/auth.c:2088
360 #, c-format
361 msgid "could not set LDAP protocol version: error code %d"
362 msgstr "LDAP protokol sürümünü ayarlanamadı: hata kodu %d"
363
364 #: libpq/auth.c:2117
365 msgid "could not load wldap32.dll"
366 msgstr "wldap32.dll yüklenemedi"
367
368 #: libpq/auth.c:2125
369 msgid "could not load function _ldap_start_tls_sA in wldap32.dll"
370 msgstr "wldap32.dll kütüphanesinden _ldap_start_tls_sA fonksiyonu yüklenemedi."
371
372 #: libpq/auth.c:2126
373 msgid "LDAP over SSL is not supported on this platform."
374 msgstr "Bu platformda SSL üzerinde LDAP bu ortamda desteklenmemektedir."
375
376 #: libpq/auth.c:2141
377 #, c-format
378 msgid "could not start LDAP TLS session: error code %d"
379 msgstr "LDAP TLS oturumu başlatma bşarısız: hata kodu %d"
380
381 #: libpq/auth.c:2158
382 #, c-format
383 msgid "LDAP login failed for user \"%s\" on server \"%s\": error code %d"
384 msgstr "\"%s\" kullanıcısının \"%s\" sunucusunda LDAP oturumu açma başarısız: hata kodu %d"
385
386 #: libpq/auth.c:2183
387 #, fuzzy, c-format
388 msgid "Certificate login failed for user \"%s\": client certificate contains no username"
389 msgstr "\"%s\" kullanıcısının kimlik doğrulaması başarısız: geçersiz kimlik doğrulama yöntemi"
390
391 #: libpq/be-fsstubs.c:127
392 #: libpq/be-fsstubs.c:157
393 #: libpq/be-fsstubs.c:172
394 #: libpq/be-fsstubs.c:197
395 #: libpq/be-fsstubs.c:244
396 #: libpq/be-fsstubs.c:483
397 #, c-format
398 msgid "invalid large-object descriptor: %d"
399 msgstr "geçersiz large-object descriptor: %d"
400
401 #: libpq/be-fsstubs.c:177
402 #, c-format
403 msgid "large object descriptor %d was not opened for writing"
404 msgstr "%d large object descriptor yazmak için açılmadı"
405
406 #: libpq/be-fsstubs.c:357
407 msgid "must be superuser to use server-side lo_import()"
408 msgstr "sunucu tarafı lo_import() kullanmak için superuser olmalısınız"
409
410 #: libpq/be-fsstubs.c:358
411 msgid "Anyone can use the client-side lo_import() provided by libpq."
412 msgstr "Libpq kütüphanesinin sağladığı istemci-tarafı lo_import() herkes kullanabilir."
413
414 #: libpq/be-fsstubs.c:371
415 #, c-format
416 msgid "could not open server file \"%s\": %m"
417 msgstr "\"%s\" sunucu dosyası açma hatası: %m"
418
419 #: libpq/be-fsstubs.c:393
420 #, c-format
421 msgid "could not read server file \"%s\": %m"
422 msgstr "\"%s\" sunucu dosyası okuma hatası: %m"
423
424 #: libpq/be-fsstubs.c:423
425 msgid "must be superuser to use server-side lo_export()"
426 msgstr "sunucu tarafı lo_export() kullanmak için superuser olmalısınız"
427
428 #: libpq/be-fsstubs.c:424
429 msgid "Anyone can use the client-side lo_export() provided by libpq."
430 msgstr "Libpq kütüphanesinin sağladığı istemci-tarafı lo_export() herkes kullanabilir."
431
432 #: libpq/be-fsstubs.c:448
433 #, c-format
434 msgid "could not create server file \"%s\": %m"
435 msgstr "\"%s\" sunucu dosyası oluşturma hatası: %m"
436
437 #: libpq/be-fsstubs.c:460
438 #, c-format
439 msgid "could not write server file \"%s\": %m"
440 msgstr "\"%s\" sunucu dosyası yazma hatası: %m"
441
442 #: libpq/be-secure.c:275
443 #: libpq/be-secure.c:369
444 #, c-format
445 msgid "SSL error: %s"
446 msgstr "SSL hatası: %s"
447
448 #: libpq/be-secure.c:284
449 #: libpq/be-secure.c:378
450 #: libpq/be-secure.c:934
451 #, c-format
452 msgid "unrecognized SSL error code: %d"
453 msgstr "bilinmeyen SSL hata kodu: %d"
454
455 #: libpq/be-secure.c:323
456 #: libpq/be-secure.c:327
457 #: libpq/be-secure.c:337
458 msgid "SSL renegotiation failure"
459 msgstr "SSL yeniden görüşme hatası"
460
461 #: libpq/be-secure.c:331
462 msgid "SSL failed to send renegotiation request"
463 msgstr "SSL görüşme cevabı gönderme başarısız"
464
465 #: libpq/be-secure.c:726
466 #, c-format
467 msgid "could not create SSL context: %s"
468 msgstr "SSL context oluşturma hatası: %s"
469
470 #: libpq/be-secure.c:736
471 #, c-format
472 msgid "could not load server certificate file \"%s\": %s"
473 msgstr "sunucu srtifika dosyası \"%s\" yükleme başarısız: %s"
474
475 #: libpq/be-secure.c:742
476 #, c-format
477 msgid "could not access private key file \"%s\": %m"
478 msgstr "private key dosyası \"%s\" okunamıyor: %m"
479
480 #: libpq/be-secure.c:757
481 #, fuzzy, c-format
482 msgid "private key file \"%s\" has group or world access"
483 msgstr "veritabanı dizini \"%s\" gruba ve herkese erişime açıktır"
484
485 #: libpq/be-secure.c:759
486 msgid "Permissions should be u=rw (0600) or less."
487 msgstr "İzinler u=rw (0600) ya da daha az olmalıdır."
488
489 #: libpq/be-secure.c:766
490 #, c-format
491 msgid "could not load private key file \"%s\": %s"
492 msgstr "private key dosyası \"%s\" okunamıyor: %s"
493
494 #: libpq/be-secure.c:771
495 #, c-format
496 msgid "check of private key failed: %s"
497 msgstr "private key denetlemesi başarısız: %s"
498
499 #: libpq/be-secure.c:800
500 #, fuzzy, c-format
501 msgid "could not access root certificate file \"%s\": %m"
502 msgstr "ana sertifika dosyası \"%s\" okunaıyor: %s"
503
504 #: libpq/be-secure.c:813
505 #, c-format
506 msgid "could not load root certificate file \"%s\": %s"
507 msgstr "ana sertifika dosyası \"%s\" okunaıyor: %s"
508
509 #: libpq/be-secure.c:835
510 #, c-format
511 msgid "SSL certificate revocation list file \"%s\" ignored"
512 msgstr "SSL feshedilmiş sertifika dosyası \"%s\" yoksayıldı"
513
514 #: libpq/be-secure.c:837
515 msgid "SSL library does not support certificate revocation lists."
516 msgstr "SSL kütühanesi feshedilmiş sertifika listelerini desteklememektedir."
517
518 #: libpq/be-secure.c:843
519 #, c-format
520 msgid "SSL certificate revocation list file \"%s\" not found, skipping: %s"
521 msgstr "SSL feshedilmiş sertifika dosyası \"%s\" bulunmadı, atlanıyor: %s"
522
523 #: libpq/be-secure.c:845
524 msgid "Certificates will not be checked against revocation list."
525 msgstr "Sertifikalar, feshedilmiş sertifika listeleri ile karşılaştırmayacaktır."
526
527 #: libpq/be-secure.c:879
528 #, c-format
529 msgid "could not initialize SSL connection: %s"
530 msgstr "SSL bağlantısı oluşturulamıyor: %s"
531
532 #: libpq/be-secure.c:888
533 #, c-format
534 msgid "could not set SSL socket: %s"
535 msgstr "SSL socket kurulamıyor: %s"
536
537 #: libpq/be-secure.c:914
538 #, c-format
539 msgid "could not accept SSL connection: %m"
540 msgstr "SSL bağlantı alınamıyor: %m"
541
542 #: libpq/be-secure.c:918
543 #: libpq/be-secure.c:929
544 msgid "could not accept SSL connection: EOF detected"
545 msgstr "SSL bağlantı alınamıyor: EOF algılandı"
546
547 #: libpq/be-secure.c:923
548 #, c-format
549 msgid "could not accept SSL connection: %s"
550 msgstr "SSL bağlantı alınamıyor: %s"
551
552 #: libpq/be-secure.c:961
553 #, c-format
554 msgid "SSL connection from \"%s\""
555 msgstr "\"%s\" adresinden SSL bağşantısı"
556
557 #: libpq/be-secure.c:1005
558 msgid "no SSL error reported"
559 msgstr "SSL hata yok"
560
561 #: libpq/be-secure.c:1009
562 #, c-format
563 msgid "SSL error code %lu"
564 msgstr "SSL hata kodu: %lu"
565
566 #: libpq/hba.c:152
567 #, c-format
568 msgid "authentication file token too long, skipping: \"%s\""
569 msgstr "authentication file token uzunluğu sınırı aşmaktadır, esgeçiliyor: \"%s\""
570
571 #: libpq/hba.c:341
572 #, c-format
573 msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m"
574 msgstr "ikincil kimlik doğrulama dosyası \"@%s\", \"%s\" olarak açılamadı: %m"
575
576 #. translator: the second %s is a list of auth methods
577 #: libpq/hba.c:582
578 #, fuzzy, c-format
579 msgid "authentication option \"%s\" is only valid for authentication methods %s"
580 msgstr "\"%s\" kullanıcısının kimlik doğrulaması başarısız: geçersiz kimlik doğrulama yöntemi"
581
582 #: libpq/hba.c:584
583 #: libpq/hba.c:600
584 #: libpq/hba.c:646
585 #: libpq/hba.c:669
586 #: libpq/hba.c:681
587 #: libpq/hba.c:694
588 #: libpq/hba.c:709
589 #: libpq/hba.c:737
590 #: libpq/hba.c:762
591 #: libpq/hba.c:776
592 #: libpq/hba.c:789
593 #: libpq/hba.c:817
594 #: libpq/hba.c:885
595 #: libpq/hba.c:896
596 #: libpq/hba.c:908
597 #: libpq/hba.c:919
598 #: libpq/hba.c:942
599 #: libpq/hba.c:971
600 #: libpq/hba.c:983
601 #: libpq/hba.c:996
602 #: libpq/hba.c:1030
603 #: libpq/hba.c:1074
604 #: tsearch/ts_locale.c:173
605 #, c-format
606 msgid "line %d of configuration file \"%s\""
607 msgstr "%d . satıri \"%s\" yapılandırma dosyasında"
608
609 #: libpq/hba.c:598
610 #, fuzzy, c-format
611 msgid "authentication method \"%s\" requires argument \"%s\" to be set"
612 msgstr "%u yetkilendirme sistemi desteklenmiyor\n"
613
614 #: libpq/hba.c:644
615 #, fuzzy
616 msgid "hostssl not supported on this platform"
617 msgstr "bu platformda tablespace desteklenmiyor"
618
619 #: libpq/hba.c:645
620 #, fuzzy
621 msgid "compile with --enable-ssl to use SSL connections"
622 msgstr "SSL bağlantısı sağlanamadı: %s\n"
623
624 #: libpq/hba.c:667
625 #, c-format
626 msgid "invalid connection type \"%s\""
627 msgstr "geçersiz bağlantı tipi \"%s\""
628
629 #: libpq/hba.c:680
630 #, fuzzy
631 msgid "end-of-line before database specification"
632 msgstr "çakışan \"datestyle\" tanımları"
633
634 #: libpq/hba.c:693
635 #, fuzzy
636 msgid "end-of-line before role specification"
637 msgstr "çakışan \"datestyle\" tanımları"
638
639 #: libpq/hba.c:708
640 #, fuzzy
641 msgid "end-of-line before IP address specification"
642 msgstr "çakışan \"datestyle\" tanımları"
643
644 #: libpq/hba.c:735
645 #, c-format
646 msgid "invalid IP address \"%s\": %s"
647 msgstr "geçersiz IP adresi \"%s\": %s"
648
649 #: libpq/hba.c:760
650 #, c-format
651 msgid "invalid CIDR mask in address \"%s\""
652 msgstr "\"%s\" adresinde geçersiz CIDR maskesi"
653
654 #: libpq/hba.c:775
655 msgid "end-of-line before netmask specification"
656 msgstr ""
657
658 #: libpq/hba.c:787
659 #, c-format
660 msgid "invalid IP mask \"%s\": %s"
661 msgstr "geçersiz IP maskesi \"%s\" : %s"
662
663 #: libpq/hba.c:803
664 #, c-format
665 msgid "IP address and mask do not match in file \"%s\" line %d"
666 msgstr "\"%s\" dosyasında  %d satırında IP adresi ve maske uyuşmamaktadır"
667
668 #: libpq/hba.c:816
669 msgid "end-of-line before authentication method"
670 msgstr "yetkilendirme yönteminden önce satır sonu"
671
672 #: libpq/hba.c:883
673 #, c-format
674 msgid "invalid authentication method \"%s\""
675 msgstr "geçersiz yetkilendirme yöntemi\"%s\""
676
677 #: libpq/hba.c:894
678 #, c-format
679 msgid "invalid authentication method \"%s\": not supported on this platform"
680 msgstr "\"%s*\" yetkilendirme sistemi bu platformda desteklenmiyor"
681
682 #: libpq/hba.c:907
683 msgid "krb5 authentication is not supported on local sockets"
684 msgstr "yerel soketlerde krb5 yetkilendirmesi desteklenmemektedir"
685
686 #: libpq/hba.c:918
687 msgid "cert authentication is only supported on hostssl connections"
688 msgstr "cert yetkilendirmesi sadece hostssl bağlantılarında desteklenmektedir"
689
690 #: libpq/hba.c:941
691 #, c-format
692 msgid "authentication option not in name=value format: %s"
693 msgstr ""
694
695 #: libpq/hba.c:956
696 msgid "ident, krb5, gssapi, sspi and cert"
697 msgstr "ident, krb5, gssapi, sspi ve cert"
698
699 #: libpq/hba.c:970
700 msgid "clientcert can only be configured for \"hostssl\" rows"
701 msgstr ""
702
703 #: libpq/hba.c:981
704 msgid "client certificates can only be checked if a root certificate store is available"
705 msgstr ""
706
707 #: libpq/hba.c:982
708 msgid "make sure the root certificate store is present and readable"
709 msgstr "kök sertifikasının mevcut ve okunabilir olduğundan emin olun"
710
711 #: libpq/hba.c:995
712 msgid "clientcert can not be set to 0 when using \"cert\" authentication"
713 msgstr ""
714
715 #: libpq/hba.c:1029
716 #, c-format
717 msgid "invalid LDAP port number: \"%s\""
718 msgstr "Geçersiz LDAP port numarası: \"%s\""
719
720 #: libpq/hba.c:1055
721 #: libpq/hba.c:1063
722 msgid "krb5, gssapi and sspi"
723 msgstr "krb5, gssapi ve sspi"
724
725 #: libpq/hba.c:1073
726 #, fuzzy, c-format
727 msgid "unknown authentication option name: \"%s\""
728 msgstr "%s: bilinmeyen yetkilendirme yöntemi\"%s\".\n"
729
730 #: libpq/hba.c:1231
731 #: access/transam/xlog.c:2285
732 #: access/transam/xlog.c:3851
733 #: access/transam/xlog.c:3941
734 #: access/transam/xlog.c:4039
735 #: utils/init/miscinit.c:993
736 #: utils/init/miscinit.c:1099
737 #: utils/init/postinit.c:94
738 #: utils/init/postinit.c:134
739 #: utils/error/elog.c:1394
740 #: postmaster/autovacuum.c:1808
741 #: ../port/copydir.c:119
742 #, c-format
743 msgid "could not open file \"%s\": %m"
744 msgstr "\"%s\" dosyası açılamıyor: %m"
745
746 #: libpq/hba.c:1320
747 #: guc-file.l:403
748 #, c-format
749 msgid "could not open configuration file \"%s\": %m"
750 msgstr "yapılandırma dosyası \"%s\" açılamadı: %m"
751
752 #: libpq/hba.c:1498
753 #, c-format
754 msgid "invalid regular expression \"%s\": %s"
755 msgstr "geçersiz düzensiz ifade \"%s\" : %s"
756
757 #: libpq/hba.c:1520
758 #, c-format
759 msgid "regular expression match for \"%s\" failed: %s"
760 msgstr "\"%s\" için düzenli ifade eşleşmesi başarısız: %s"
761
762 #: libpq/hba.c:1536
763 #, c-format
764 msgid "regular expression \"%s\" has no subexpressions as requested by backreference in \"%s\""
765 msgstr ""
766
767 #: libpq/hba.c:1598
768 #, c-format
769 msgid "missing entry in file \"%s\" at end of line %d"
770 msgstr "\"%s\" dosyasında %d satırın sonunda eksik giriş"
771
772 #: libpq/hba.c:1639
773 #, c-format
774 msgid "provided username (%s) and authenticated username (%s) don't match"
775 msgstr ""
776
777 #: libpq/hba.c:1660
778 #, c-format
779 msgid "no match in usermap for user \"%s\" authenticated as \"%s\""
780 msgstr ""
781
782 #: libpq/hba.c:1662
783 #, fuzzy, c-format
784 msgid "usermap \"%s\""
785 msgstr " \"%s\" kullanıcısı"
786
787 #: libpq/hba.c:1685
788 #, c-format
789 msgid "could not open Ident usermap file \"%s\": %m"
790 msgstr "Ident usermap dosyası \"%s\" açılamadı: %m"
791
792 #: libpq/pqcomm.c:289
793 #, c-format
794 msgid "could not translate host name \"%s\", service \"%s\" to address: %s"
795 msgstr "host adı \"%s\", hizmet \"%s\" adrese çevirilemedi: %s"
796
797 #: libpq/pqcomm.c:293
798 #, c-format
799 msgid "could not translate service \"%s\" to address: %s"
800 msgstr "\"%s\" servesi adrese çevirilemedi: %s"
801
802 #: libpq/pqcomm.c:320
803 #, c-format
804 msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded"
805 msgstr "tüm istenilen adreslerine bind hatası: MAXLISTEN(%d) sınırı aşılmıştır"
806
807 #: libpq/pqcomm.c:329
808 msgid "IPv4"
809 msgstr "IPv4"
810
811 #: libpq/pqcomm.c:333
812 msgid "IPv6"
813 msgstr "IPv6"
814
815 #: libpq/pqcomm.c:338
816 msgid "Unix"
817 msgstr "Unix"
818
819 #: libpq/pqcomm.c:343
820 #, c-format
821 msgid "unrecognized address family %d"
822 msgstr "bilinmeyen adres ailesi %d"
823
824 #. translator: %s is IPv4, IPv6, or Unix
825 #: libpq/pqcomm.c:354
826 #, c-format
827 msgid "could not create %s socket: %m"
828 msgstr "%s: socket oluşturma hatası: %m"
829
830 #: libpq/pqcomm.c:379
831 #, c-format
832 msgid "setsockopt(SO_REUSEADDR) failed: %m"
833 msgstr "setsockopt(SO_REUSEADDR) başarısız: %m"
834
835 #: libpq/pqcomm.c:394
836 #, c-format
837 msgid "setsockopt(IPV6_V6ONLY) failed: %m"
838 msgstr "setsockopt(IPV6_V6ONLY) başarısız: %m"
839
840 #. translator: %s is IPv4, IPv6, or Unix
841 #: libpq/pqcomm.c:413
842 #, c-format
843 msgid "could not bind %s socket: %m"
844 msgstr "%s socket bind hatası: %m"
845
846 #: libpq/pqcomm.c:416
847 #, c-format
848 msgid "Is another postmaster already running on port %d? If not, remove socket file \"%s\" and retry."
849 msgstr "Başka bir postmaster %d portunda çalışıyor mu? Değil ise \"%s\" socket dosyasını kaldırın ve yeniden deneyin."
850
851 #: libpq/pqcomm.c:419
852 #, c-format
853 msgid "Is another postmaster already running on port %d? If not, wait a few seconds and retry."
854 msgstr "Başka bir postmaster %d portunda çalışıyor mu? Değil ise birkaç saniye bekleyin ve yeniden deneyin."
855
856 #. translator: %s is IPv4, IPv6, or Unix
857 #: libpq/pqcomm.c:452
858 #, c-format
859 msgid "could not listen on %s socket: %m"
860 msgstr "%s socket dinleme hatası: %m"
861
862 #: libpq/pqcomm.c:532
863 #, c-format
864 msgid "group \"%s\" does not exist"
865 msgstr "\"%s\" grubu mevcut değil"
866
867 #: libpq/pqcomm.c:542
868 #, c-format
869 msgid "could not set group of file \"%s\": %m"
870 msgstr "\"%s\" dosyasının grup atama hatası: %m"
871
872 #: libpq/pqcomm.c:553
873 #, c-format
874 msgid "could not set permissions of file \"%s\": %m"
875 msgstr "\"%s\" dosyasının erişim hakklarını atanamıyor: %m"
876
877 #: libpq/pqcomm.c:583
878 #, c-format
879 msgid "could not accept new connection: %m"
880 msgstr "yeni bağlantı alma hatası: %m"
881
882 #: libpq/pqcomm.c:769
883 #, c-format
884 msgid "could not receive data from client: %m"
885 msgstr "istemciden veri alınamamıştır: %m"
886
887 #: libpq/pqcomm.c:956
888 msgid "unexpected EOF within message length word"
889 msgstr "mesaj uzunluk verisinde beklenmeyen EOF (dosya sonu)"
890
891 #: libpq/pqcomm.c:967
892 msgid "invalid message length"
893 msgstr "mesaj uzunluğu yanlıştır"
894
895 #: libpq/pqcomm.c:989
896 #: libpq/pqcomm.c:999
897 msgid "incomplete message from client"
898 msgstr "istemciden alınan mesaj eksik"
899
900 #: libpq/pqcomm.c:1108
901 #, c-format
902 msgid "could not send data to client: %m"
903 msgstr "istemci sürecine sinyal gönderme başarısız: %m"
904
905 #: libpq/pqformat.c:463
906 msgid "no data left in message"
907 msgstr "mesajda başka veri kalmadı"
908
909 #: libpq/pqformat.c:529
910 msgid "binary value is out of range for type bigint"
911 msgstr "bigint tipi için değer kapsam dışındadır"
912
913 #: libpq/pqformat.c:611
914 #: libpq/pqformat.c:629
915 #: libpq/pqformat.c:650
916 #: utils/adt/arrayfuncs.c:1345
917 #: utils/adt/rowtypes.c:551
918 msgid "insufficient data left in message"
919 msgstr "mesajda yetersiz veri kaldı"
920
921 #: libpq/pqformat.c:691
922 msgid "invalid string in message"
923 msgstr "mesajda geçersiz satır"
924
925 #: libpq/pqformat.c:707
926 msgid "invalid message format"
927 msgstr "geçersiz mesaj biçimi"
928
929 #: access/gist/gistsplit.c:372
930 #, c-format
931 msgid "picksplit method for column %d of index \"%s\" failed"
932 msgstr ""
933
934 #: access/gist/gistsplit.c:374
935 msgid "The index is not optimal. To optimize it, contact a developer, or try to use the column as the second one in the CREATE INDEX command."
936 msgstr "İndex en uygun durumda değil. Optimize etmek için bir geliştiri ile bağlantı kurun, ya da kolonu CREATE INDEX komutunda ikinci olarak kullanmayı deneyin."
937
938 #: access/gist/gistutil.c:407
939 #, c-format
940 msgid "index \"%s\" needs VACUUM or REINDEX to finish crash recovery"
941 msgstr "crash recovery bitirmesi için  \"%s\" indeksin VACUUM veya REINDEX işleminden geçmesi gerekir"
942
943 #: access/gist/gistutil.c:588
944 #: access/nbtree/nbtpage.c:432
945 #: access/hash/hashutil.c:169
946 #, c-format
947 msgid "index \"%s\" contains unexpected zero page at block %u"
948 msgstr "\"%s\" indexnde %u bloğunda beklenmeyen boş sayfa"
949
950 #: access/gist/gistutil.c:591
951 #: access/gist/gistutil.c:602
952 #: access/nbtree/nbtpage.c:435
953 #: access/nbtree/nbtpage.c:446
954 #: access/hash/hashutil.c:172
955 #: access/hash/hashutil.c:183
956 #: access/hash/hashutil.c:195
957 #: access/hash/hashutil.c:216
958 msgid "Please REINDEX it."
959 msgstr "Lütfen onu REINDEX'leyin."
960
961 #: access/gist/gistutil.c:599
962 #: access/nbtree/nbtpage.c:443
963 #: access/hash/hashutil.c:180
964 #: access/hash/hashutil.c:192
965 #, c-format
966 msgid "index \"%s\" contains corrupted page at block %u"
967 msgstr "\"%s\" indexnde %u bloğunda bozuk sayfa"
968
969 #: access/gist/gistvacuum.c:566
970 #, c-format
971 msgid "index \"%s\" needs VACUUM FULL or REINDEX to finish crash recovery"
972 msgstr "crash recovery bitirmesi için  \"%s\" indeksin VACUUM FULL veya REINDEX işleminden geçmesi gerekir"
973
974 #: access/gist/gistxlog.c:794
975 #, c-format
976 msgid "index %u/%u/%u needs VACUUM FULL or REINDEX to finish crash recovery"
977 msgstr "crash recovery bitirmesi için  %u/%u/%u indeksin VACUUM FULL veya REINDEX işleminden geçmesi gerekir"
978
979 #: access/gist/gistxlog.c:796
980 msgid "Incomplete insertion detected during crash replay."
981 msgstr "Crash replay sırasında tamamlanmamış insert tespit edildi."
982
983 #: access/common/heaptuple.c:686
984 #: access/common/heaptuple.c:1438
985 #, c-format
986 msgid "number of columns (%d) exceeds limit (%d)"
987 msgstr "kolonların sayısı (%d),  (%d) sınırını aşıyor"
988
989 #: access/common/indextuple.c:57
990 #, c-format
991 msgid "number of index columns (%d) exceeds limit (%d)"
992 msgstr "index kolonlarının sayısı (%d),  (%d) sınırını aşıyor"
993
994 #: access/common/indextuple.c:168
995 #, c-format
996 msgid "index row requires %lu bytes, maximum size is %lu"
997 msgstr "index satırının%lu byte'a gereksinmesi var, ancak en büyük byte büyüklüğü: %lu"
998
999 #: access/common/printtup.c:278
1000 #: tcop/postgres.c:1630
1001 #: tcop/fastpath.c:180
1002 #: tcop/fastpath.c:552
1003 #, c-format
1004 msgid "unsupported format code: %d"
1005 msgstr "desteklenmeyen biçim kodu: %d"
1006
1007 #: access/common/reloptions.c:285
1008 msgid "user-defined relation parameter types limit exceeded"
1009 msgstr ""
1010
1011 #: access/common/reloptions.c:584
1012 msgid "RESET must not include values for parameters"
1013 msgstr "RESET, parametre için değer içermemeli"
1014
1015 #: access/common/reloptions.c:617
1016 #, fuzzy, c-format
1017 msgid "unrecognized parameter namespace \"%s\""
1018 msgstr "\"%s\" tanınmayan parametre"
1019
1020 #: access/common/reloptions.c:857
1021 #, c-format
1022 msgid "unrecognized parameter \"%s\""
1023 msgstr "\"%s\" tanınmayan parametre"
1024
1025 #: access/common/reloptions.c:882
1026 #, c-format
1027 msgid "parameter \"%s\" specified more than once"
1028 msgstr "\"%s\" parametresi birden fazla kez belirtilmiştir"
1029
1030 #: access/common/reloptions.c:897
1031 #, fuzzy, c-format
1032 msgid "invalid value for boolean option \"%s\": %s"
1033 msgstr "\"%s\" seçeneği için geçersiz değer: \"%s\""
1034
1035 #: access/common/reloptions.c:908
1036 #, fuzzy, c-format
1037 msgid "invalid value for integer option \"%s\": %s"
1038 msgstr "\"%s\" seçeneği için geçersiz değer: \"%s\""
1039
1040 #: access/common/reloptions.c:913
1041 #: access/common/reloptions.c:931
1042 #, fuzzy, c-format
1043 msgid "value %s out of bounds for option \"%s\""
1044 msgstr "setval: %s değeri kapsam dışıdır, sequence \"%s\" (%s..%s)"
1045
1046 #: access/common/reloptions.c:915
1047 #, fuzzy, c-format
1048 msgid "Valid values are between \"%d\" and \"%d\"."
1049 msgstr "Geçerli değerler: \"terse\", \"default\", ve \"verbose\"."
1050
1051 #: access/common/reloptions.c:926
1052 #, fuzzy, c-format
1053 msgid "invalid value for floating point option \"%s\": %s"
1054 msgstr "\"%s\" seçeneği için geçersiz değer: \"%s\""
1055
1056 #: access/common/reloptions.c:933
1057 #, fuzzy, c-format
1058 msgid "Valid values are between \"%f\" and \"%f\"."
1059 msgstr "Geçerli değerler: \"terse\", \"default\", ve \"verbose\"."
1060
1061 #: access/common/tupdesc.c:547
1062 #: parser/parse_relation.c:1194
1063 #, c-format
1064 msgid "column \"%s\" cannot be declared SETOF"
1065 msgstr "\"%s\" kolonu SETOF olarak bildirilemez"
1066
1067 #: access/transam/slru.c:614
1068 #, c-format
1069 msgid "file \"%s\" doesn't exist, reading as zeroes"
1070 msgstr "\"%s\" dosyası mevcut değilr, sıfırlarla dolu dosya olarak okunuyor"
1071
1072 #: access/transam/slru.c:844
1073 #: access/transam/slru.c:850
1074 #: access/transam/slru.c:857
1075 #: access/transam/slru.c:864
1076 #: access/transam/slru.c:871
1077 #: access/transam/slru.c:878
1078 #, c-format
1079 msgid "could not access status of transaction %u"
1080 msgstr "%u transactionunun durumuna erişilemiyor."
1081
1082 #: access/transam/slru.c:845
1083 #, c-format
1084 msgid "Could not open file \"%s\": %m."
1085 msgstr "\"%s\" dosyası açılamıyor: %m"
1086
1087 #: access/transam/slru.c:851
1088 #, c-format
1089 msgid "Could not seek in file \"%s\" to offset %u: %m."
1090 msgstr "\"%s\" dosyası, offset %u imleç değiştirme hatası: %m"
1091
1092 #: access/transam/slru.c:858
1093 #, c-format
1094 msgid "Could not read from file \"%s\" at offset %u: %m."
1095 msgstr "\"%s\" dosyası, offset %u okuma hatası: %m"
1096
1097 #: access/transam/slru.c:865
1098 #, c-format
1099 msgid "Could not write to file \"%s\" at offset %u: %m."
1100 msgstr "\"%s\" dosyası, offset %u yazma hatası: %m"
1101
1102 #: access/transam/slru.c:872
1103 #, c-format
1104 msgid "Could not fsync file \"%s\": %m."
1105 msgstr "\"%s\" dosyası fsync hatası: %m"
1106
1107 #: access/transam/slru.c:879
1108 #, c-format
1109 msgid "Could not close file \"%s\": %m."
1110 msgstr "\"%s\" dosyası kapatılamıyor: %m"
1111
1112 #: access/transam/slru.c:1106
1113 #, c-format
1114 msgid "could not truncate directory \"%s\": apparent wraparound"
1115 msgstr "\"%s\" dizini küçültülemedi: başa sarma durumuna rastlandı"
1116
1117 #: access/transam/slru.c:1187
1118 #, c-format
1119 msgid "removing file \"%s\""
1120 msgstr "\"%s\" dosyası siliniyor"
1121
1122 #: access/transam/twophase.c:228
1123 #, c-format
1124 msgid "transaction identifier \"%s\" is too long"
1125 msgstr "transaction identifier \"%s\" çok uzun"
1126
1127 #: access/transam/twophase.c:235
1128 #, fuzzy
1129 msgid "prepared transactions are disabled"
1130 msgstr "prepared transaction başka bir veritabanına aittir"
1131
1132 #: access/transam/twophase.c:236
1133 #, fuzzy
1134 msgid "Set max_prepared_transactions to a nonzero value."
1135 msgstr "prepared transaction başka bir veritabanına aittir"
1136
1137 #: access/transam/twophase.c:269
1138 #, c-format
1139 msgid "transaction identifier \"%s\" is already in use"
1140 msgstr "\"%s\" transaction identifier kullanılmaktadır"
1141
1142 #: access/transam/twophase.c:278
1143 msgid "maximum number of prepared transactions reached"
1144 msgstr "En çok olabilecek prepared transaction sayısına ulaşılmıştır."
1145
1146 #: access/transam/twophase.c:279
1147 #, c-format
1148 msgid "Increase max_prepared_transactions (currently %d)."
1149 msgstr "max_prepared_transactions parametresini artırın (şu an: %d)."
1150
1151 #: access/transam/twophase.c:399
1152 #, c-format
1153 msgid "prepared transaction with identifier \"%s\" is busy"
1154 msgstr "identifier \"%s\" olan hazırlanmış transaction meşguldur"
1155
1156 #: access/transam/twophase.c:407
1157 msgid "permission denied to finish prepared transaction"
1158 msgstr "prepared transaction bitirmede erişim hatası"
1159
1160 #: access/transam/twophase.c:408
1161 msgid "Must be superuser or the user that prepared the transaction."
1162 msgstr "Superuser veya ğreparet transaction oluşturan kullanıcısı olmalısınız."
1163
1164 #: access/transam/twophase.c:419
1165 msgid "prepared transaction belongs to another database"
1166 msgstr "prepared transaction başka bir veritabanına aittir"
1167
1168 #: access/transam/twophase.c:420
1169 msgid "Connect to the database where the transaction was prepared to finish it."
1170 msgstr "İşlemini bitirmek için transaction prepare işlemi yapıldığı veritabanına bağlanın."
1171
1172 #: access/transam/twophase.c:434
1173 #, c-format
1174 msgid "prepared transaction with identifier \"%s\" does not exist"
1175 msgstr "identifier \"%s\" olan hazırlanmış transaction mevcut değil"
1176
1177 #: access/transam/twophase.c:886
1178 #, fuzzy
1179 msgid "two-phase state file maximum length exceeded"
1180 msgstr "yapılandırma dosyası \"%s\" açılamadı: en yüksek içiçe yuvalama derinliği aşılmıştır"
1181
1182 #: access/transam/twophase.c:904
1183 #, c-format
1184 msgid "could not create two-phase state file \"%s\": %m"
1185 msgstr "\"%s\" two-phase state dosyası oluşturulamadı: %m"
1186
1187 #: access/transam/twophase.c:918
1188 #: access/transam/twophase.c:935
1189 #: access/transam/twophase.c:984
1190 #: access/transam/twophase.c:1351
1191 #: access/transam/twophase.c:1358
1192 #, c-format
1193 msgid "could not write two-phase state file: %m"
1194 msgstr "two-phase state dosyası yazma hatası: %m"
1195
1196 #: access/transam/twophase.c:944
1197 #, c-format
1198 msgid "could not seek in two-phase state file: %m"
1199 msgstr "two-phase state dosyası ilerleme hatası: %m"
1200
1201 #: access/transam/twophase.c:990
1202 #: access/transam/twophase.c:1376
1203 #, c-format
1204 msgid "could not close two-phase state file: %m"
1205 msgstr "two-phase state dosyası kapatma hatası: %m"
1206
1207 #: access/transam/twophase.c:1061
1208 #: access/transam/twophase.c:1456
1209 #, c-format
1210 msgid "could not open two-phase state file \"%s\": %m"
1211 msgstr "\"%s\" two-phase state dosyası açma hatası: %m"
1212
1213 #: access/transam/twophase.c:1077
1214 #, c-format
1215 msgid "could not stat two-phase state file \"%s\": %m"
1216 msgstr "\"%s\" two-phase state dosyası stat hatası: %m"
1217
1218 #: access/transam/twophase.c:1108
1219 #, c-format
1220 msgid "could not read two-phase state file \"%s\": %m"
1221 msgstr "\"%s\" two-phase state dosyası okuma hatası: %m"
1222
1223 #: access/transam/twophase.c:1172
1224 #, c-format
1225 msgid "two-phase state file for transaction %u is corrupt"
1226 msgstr "%u transaction için two-phase state dosyası hasar görmüştür"
1227
1228 #: access/transam/twophase.c:1313
1229 #, c-format
1230 msgid "could not remove two-phase state file \"%s\": %m"
1231 msgstr "\"%s\" two-phase state dosyası silinemedi: %m"
1232
1233 #: access/transam/twophase.c:1342
1234 #, c-format
1235 msgid "could not recreate two-phase state file \"%s\": %m"
1236 msgstr "\"%s\" two-phase state dosyası yeniden oluşturulamadı: %m"
1237
1238 #: access/transam/twophase.c:1370
1239 #, c-format
1240 msgid "could not fsync two-phase state file: %m"
1241 msgstr "two-phase state dosyası fsync hatası: %m"
1242
1243 #: access/transam/twophase.c:1465
1244 #, c-format
1245 msgid "could not fsync two-phase state file \"%s\": %m"
1246 msgstr "\"%s\" two-phase state dosyası fsync hatası: %m"
1247
1248 #: access/transam/twophase.c:1472
1249 #, c-format
1250 msgid "could not close two-phase state file \"%s\": %m"
1251 msgstr "two-phase state dosyası \"%s\" kapatılamıyor: %m"
1252
1253 #: access/transam/twophase.c:1530
1254 #, c-format
1255 msgid "removing future two-phase state file \"%s\""
1256 msgstr "geleceğe dönük two-phase state dosyası \"%s\" kaldırılıyor"
1257
1258 #: access/transam/twophase.c:1546
1259 #: access/transam/twophase.c:1557
1260 #: access/transam/twophase.c:1645
1261 #, c-format
1262 msgid "removing corrupt two-phase state file \"%s\""
1263 msgstr "hasar görmüş two-phase state dosyası \"%s\" kaldırılıyor"
1264
1265 #: access/transam/twophase.c:1634
1266 #, c-format
1267 msgid "removing stale two-phase state file \"%s\""
1268 msgstr "eskimiş two-phase state dosyası \"%s\" kaldırılıyor"
1269
1270 #: access/transam/twophase.c:1652
1271 #, c-format
1272 msgid "recovering prepared transaction %u"
1273 msgstr "%u prepared transaction kurtarılıyor"
1274
1275 #: access/transam/varsup.c:87
1276 #, c-format
1277 msgid "database is not accepting commands to avoid wraparound data loss in database \"%s\""
1278 msgstr "\"%s\" veritabanı wraparound ve veri kaybı tehlikesini önlemek için bağlantıları kabul etmmemktedir"
1279
1280 #: access/transam/varsup.c:89
1281 #, fuzzy, c-format
1282 msgid ""
1283 "Stop the postmaster and use a standalone backend to vacuum database \"%s\".\n"
1284 "You might also need to commit or roll back old prepared transactions."
1285 msgstr "postmaster sürecini kapatın ve \"%s\" veritabanına VACUUM uygulamak için bağımsız backend kullanın."
1286
1287 #: access/transam/varsup.c:94
1288 #: access/transam/varsup.c:301
1289 #, c-format
1290 msgid "database \"%s\" must be vacuumed within %u transactions"
1291 msgstr "\"%s\" veritabanına transaction sayısı %u geçmeden vacuum işlemi uygulanmalıdır"
1292
1293 #: access/transam/varsup.c:97
1294 #: access/transam/varsup.c:304
1295 #, fuzzy, c-format
1296 msgid ""
1297 "To avoid a database shutdown, execute a database-wide VACUUM in \"%s\".\n"
1298 "You might also need to commit or roll back old prepared transactions."
1299 msgstr "Veritabanı kapanmasını önlemek için \"%s\" veritabanında full-database VACUUM çalıştırın"
1300
1301 #: access/transam/varsup.c:284
1302 #, c-format
1303 msgid "transaction ID wrap limit is %u, limited by database \"%s\""
1304 msgstr "\"%2$s\" veritabanın transaction ID warp limiti %1$u"
1305
1306 #: access/transam/xact.c:621
1307 msgid "cannot have more than 2^32-1 commands in a transaction"
1308 msgstr "bir transaction içinde 2^32-1 komuttan fazla olamaz"
1309
1310 #: access/transam/xact.c:1103
1311 #, fuzzy, c-format
1312 msgid "maximum number of committed subtransactions (%d) exceeded"
1313 msgstr "En çok olabilecek prepared transaction sayısına ulaşılmıştır."
1314
1315 #: access/transam/xact.c:1820
1316 msgid "cannot PREPARE a transaction that has operated on temporary tables"
1317 msgstr "geçeci tablolarda işlem yapmış transaction'a PREPARE yapılamaz"
1318
1319 #. translator: %s represents an SQL statement name
1320 #: access/transam/xact.c:2606
1321 #, c-format
1322 msgid "%s cannot run inside a transaction block"
1323 msgstr "%s bir transaction bloğu içinde çalışamaz"
1324
1325 #. translator: %s represents an SQL statement name
1326 #: access/transam/xact.c:2616
1327 #, c-format
1328 msgid "%s cannot run inside a subtransaction"
1329 msgstr "%s bir subtransaction içinde çalışamaz"
1330
1331 #. translator: %s represents an SQL statement name
1332 #: access/transam/xact.c:2626
1333 #, c-format
1334 msgid "%s cannot be executed from a function or multi-command string"
1335 msgstr "%s bir fonksiyonun veya çoklu komut satırından içinden çalıştırılamaz"
1336
1337 #. translator: %s represents an SQL statement name
1338 #: access/transam/xact.c:2677
1339 #, c-format
1340 msgid "%s can only be used in transaction blocks"
1341 msgstr "%s sadece transaction bloğu içinde kullanılabilir"
1342
1343 #: access/transam/xact.c:2859
1344 msgid "there is already a transaction in progress"
1345 msgstr "bir transaction zaten başlatılmıştır"
1346
1347 #: access/transam/xact.c:3026
1348 #: access/transam/xact.c:3118
1349 msgid "there is no transaction in progress"
1350 msgstr "çalışan bir transaction yok"
1351
1352 #: access/transam/xact.c:3212
1353 #: access/transam/xact.c:3262
1354 #: access/transam/xact.c:3268
1355 #: access/transam/xact.c:3312
1356 #: access/transam/xact.c:3360
1357 #: access/transam/xact.c:3366
1358 msgid "no such savepoint"
1359 msgstr "böyle bir savepoint bulunamadı"
1360
1361 #: access/transam/xact.c:4000
1362 msgid "cannot have more than 2^32-1 subtransactions in a transaction"
1363 msgstr "bir transaction içinde 2^32-1 subtransactiondan fazla olamaz"
1364
1365 #: access/transam/xlog.c:1159
1366 #, c-format
1367 msgid "could not create archive status file \"%s\": %m"
1368 msgstr "\"%s\" arşiv durum dosyası oluşturulamadı: %m"
1369
1370 #: access/transam/xlog.c:1167
1371 #, c-format
1372 msgid "could not write archive status file \"%s\": %m"
1373 msgstr "\"%s\" arşiv durum dosyası yazılamadı: %m"
1374
1375 #: access/transam/xlog.c:1622
1376 #: access/transam/xlog.c:3437
1377 #, c-format
1378 msgid "could not seek in log file %u, segment %u to offset %u: %m"
1379 msgstr "kayıt dosyası %u, segment %u, offset %u imleç ilerleme hatası: %m"
1380
1381 #: access/transam/xlog.c:1639
1382 #, c-format
1383 msgid "could not write to log file %u, segment %u at offset %u, length %lu: %m"
1384 msgstr "kayıt dosyası %u, segment %u, offset %u, uzunluk %lu yazma hatası: %m"
1385
1386 #: access/transam/xlog.c:1826
1387 #, fuzzy, c-format
1388 msgid "updated min recovery point to %X/%X"
1389 msgstr "recoveri yeniden başlangıç noktası: %X/%X"
1390
1391 #: access/transam/xlog.c:2146
1392 #: access/transam/xlog.c:2248
1393 #: access/transam/xlog.c:2481
1394 #: access/transam/xlog.c:2548
1395 #: access/transam/xlog.c:2557
1396 #, c-format
1397 msgid "could not open file \"%s\" (log file %u, segment %u): %m"
1398 msgstr "\"%s\" dosyası (log dosyası %u, segment %u) açma hatası: %m"
1399
1400 #: access/transam/xlog.c:2171
1401 #: access/transam/xlog.c:2300
1402 #: access/transam/xlog.c:4020
1403 #: access/transam/xlog.c:7206
1404 #: access/transam/xlog.c:7341
1405 #: postmaster/postmaster.c:3482
1406 #: ../port/copydir.c:126
1407 #, c-format
1408 msgid "could not create file \"%s\": %m"
1409 msgstr "\"%s\" dosyası oluşturulamıyor: %m"
1410
1411 #: access/transam/xlog.c:2203
1412 #: access/transam/xlog.c:2332
1413 #: access/transam/xlog.c:4072
1414 #: access/transam/xlog.c:4110
1415 #: utils/misc/guc.c:6770
1416 #: utils/misc/guc.c:6795
1417 #: utils/init/miscinit.c:1042
1418 #: utils/init/miscinit.c:1051
1419 #: commands/copy.c:1290
1420 #: commands/tablespace.c:706
1421 #: commands/tablespace.c:712
1422 #: postmaster/postmaster.c:3492
1423 #: postmaster/postmaster.c:3502
1424 #: ../port/copydir.c:148
1425 #, c-format
1426 msgid "could not write to file \"%s\": %m"
1427 msgstr "\"%s\" dosyası yazma hatası: %m"
1428
1429 #: access/transam/xlog.c:2211
1430 #: access/transam/xlog.c:2339
1431 #: access/transam/xlog.c:4116
1432 #: ../port/copydir.c:158
1433 #, c-format
1434 msgid "could not fsync file \"%s\": %m"
1435 msgstr "\"%s\" dosyası fsync hatası: %m"
1436
1437 #: access/transam/xlog.c:2216
1438 #: access/transam/xlog.c:2344
1439 #: access/transam/xlog.c:4121
1440 #: ../port/copydir.c:163
1441 #, c-format
1442 msgid "could not close file \"%s\": %m"
1443 msgstr "\"%s\" dosyası kapatılamıyor: %m"
1444
1445 #: access/transam/xlog.c:2313
1446 #: access/transam/xlog.c:4051
1447 #: access/transam/xlog.c:7313
1448 #: access/transam/xlog.c:7363
1449 #: access/transam/xlog.c:7655
1450 #: access/transam/xlog.c:7680
1451 #: access/transam/xlog.c:7718
1452 #: utils/adt/genfile.c:132
1453 #: ../port/copydir.c:137
1454 #, c-format
1455 msgid "could not read file \"%s\": %m"
1456 msgstr "\"%s\" dosyası okuma hatası: %m"
1457
1458 #: access/transam/xlog.c:2316
1459 #, c-format
1460 msgid "not enough data in file \"%s\""
1461 msgstr "\"%s\" dosyasında yetersiz veri"
1462
1463 #: access/transam/xlog.c:2433
1464 #, c-format
1465 msgid "could not link file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m"
1466 msgstr "\"%s\" dosyası \"%s\" dosyasına bağlanamıyor (log dosyası %u, segment %u sıfırlama işlemi): %m"
1467
1468 #: access/transam/xlog.c:2454
1469 #, c-format
1470 msgid "could not rename file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m"
1471 msgstr "\"%s\" dosyası \"%s\" dosyasına taşınamıyor (log dosyası %u, segment %u ilklendirme işlemi): %m"
1472
1473 #: access/transam/xlog.c:2586
1474 #, c-format
1475 msgid "could not close log file %u, segment %u: %m"
1476 msgstr "log dosyası %u kapatılamadı, segment %u : %m"
1477
1478 #: access/transam/xlog.c:2654
1479 #: access/transam/xlog.c:2804
1480 #: access/transam/xlog.c:7189
1481 #: utils/adt/dbsize.c:62
1482 #: utils/adt/dbsize.c:209
1483 #: utils/adt/dbsize.c:278
1484 #: utils/adt/genfile.c:166
1485 #: ../port/copydir.c:81
1486 #, c-format
1487 msgid "could not stat file \"%s\": %m"
1488 msgstr "\"%s\" dosyası durumlanamadı: %m"
1489
1490 #: access/transam/xlog.c:2662
1491 #: access/transam/xlog.c:7368
1492 #: commands/tablespace.c:631
1493 #, c-format
1494 msgid "could not remove file \"%s\": %m"
1495 msgstr "\"%s\" dosyası silinemedi: %m"
1496
1497 #: access/transam/xlog.c:2785
1498 #, c-format
1499 msgid "archive file \"%s\" has wrong size: %lu instead of %lu"
1500 msgstr "\"%s\" arşiv dosyası yanlış boyuta sahip: %lu yerine %lu olmalıydı."
1501
1502 #: access/transam/xlog.c:2792
1503 #, c-format
1504 msgid "restored log file \"%s\" from archive"
1505 msgstr "\"%s\" log dosyası arşivden geri yüklendi"
1506
1507 #: access/transam/xlog.c:2842
1508 #, c-format
1509 msgid "could not restore file \"%s\" from archive: return code %d"
1510 msgstr "\"%s\" dosyası arşivden geri yüklenemiyor: dönüş kodu %d"
1511
1512 #: access/transam/xlog.c:2959
1513 #, c-format
1514 msgid "recovery_end_command \"%s\": return code %d"
1515 msgstr "recovery_end_command \"%s\": dönüş kodu %d"
1516
1517 #: access/transam/xlog.c:3024
1518 #: access/transam/xlog.c:3152
1519 #, c-format
1520 msgid "could not open transaction log directory \"%s\": %m"
1521 msgstr "\"%s\" transaction kayıt dizini açılamıyor: %m"
1522
1523 #: access/transam/xlog.c:3061
1524 #, c-format
1525 msgid "recycled transaction log file \"%s\""
1526 msgstr "\"%s\" transaction kayıt dosyası yeniden kullanımda"
1527
1528 #: access/transam/xlog.c:3075
1529 #, c-format
1530 msgid "removing transaction log file \"%s\""
1531 msgstr "\"%s\" transaction kayıt dosyası kaldırılıyor"
1532
1533 #: access/transam/xlog.c:3112
1534 #: access/transam/xlog.c:3122
1535 #, fuzzy, c-format
1536 msgid "required WAL directory \"%s\" does not exist"
1537 msgstr "veritabanı deizini \"%s\" mevcut değil"
1538
1539 #: access/transam/xlog.c:3128
1540 #, fuzzy, c-format
1541 msgid "creating missing WAL directory \"%s\""
1542 msgstr "%s dizini yaratılıyor... "
1543
1544 #: access/transam/xlog.c:3131
1545 #, fuzzy, c-format
1546 msgid "could not create missing directory \"%s\": %m"
1547 msgstr "\"%s\" dizini oluşturulamadı: %m"
1548
1549 #: access/transam/xlog.c:3165
1550 #, c-format
1551 msgid "removing transaction log backup history file \"%s\""
1552 msgstr "\"%s\" transaction kayıt yedek dosyası kaldırılıyor"
1553
1554 #: access/transam/xlog.c:3284
1555 #, c-format
1556 msgid "incorrect hole size in record at %X/%X"
1557 msgstr "%X/%X adresinde geçersiz boşluk boyutu"
1558
1559 #: access/transam/xlog.c:3297
1560 #, c-format
1561 msgid "incorrect total length in record at %X/%X"
1562 msgstr "%X/%X adresinde geçersiz toplam uzunluk"
1563
1564 #: access/transam/xlog.c:3310
1565 #, c-format
1566 msgid "incorrect resource manager data checksum in record at %X/%X"
1567 msgstr "resoource manager data checksum %X/%X kaydında geçersiz"
1568
1569 #: access/transam/xlog.c:3379
1570 #: access/transam/xlog.c:3467
1571 #, c-format
1572 msgid "invalid record offset at %X/%X"
1573 msgstr "%X/%X adresinde geçersiz kayıt offseti"
1574
1575 #: access/transam/xlog.c:3421
1576 #: access/transam/xlog.c:3445
1577 #: access/transam/xlog.c:3610
1578 #, c-format
1579 msgid "could not read from log file %u, segment %u, offset %u: %m"
1580 msgstr "log dosyası %u, segment %u, offset %u okuma başarısız: %m"
1581
1582 #: access/transam/xlog.c:3475
1583 #, c-format
1584 msgid "contrecord is requested by %X/%X"
1585 msgstr "contrecord %X/%X tarafından talep edilmiştir"
1586
1587 #: access/transam/xlog.c:3492
1588 #, c-format
1589 msgid "invalid xlog switch record at %X/%X"
1590 msgstr "%X/%X adresinde geçersiz xlog switch kaydı"
1591
1592 #: access/transam/xlog.c:3500
1593 #, c-format
1594 msgid "record with zero length at %X/%X"
1595 msgstr "%X/%X adresinde sıfır uzunluklu kayıt"
1596
1597 #: access/transam/xlog.c:3509
1598 #, c-format
1599 msgid "invalid record length at %X/%X"
1600 msgstr "%X/%X adresinde geçersiz kayıt uzunluk"
1601
1602 #: access/transam/xlog.c:3516
1603 #, c-format
1604 msgid "invalid resource manager ID %u at %X/%X"
1605 msgstr "%2$X/%3$X adresinde geçersiz resource manager ID %1$u"
1606
1607 #: access/transam/xlog.c:3529
1608 #: access/transam/xlog.c:3545
1609 #, c-format
1610 msgid "record with incorrect prev-link %X/%X at %X/%X"
1611 msgstr "geçersiz incorrect prev-link olan kayıt: %X/%X at %X/%X"
1612
1613 #: access/transam/xlog.c:3574
1614 #, c-format
1615 msgid "record length %u at %X/%X too long"
1616 msgstr "%2$X/%3$X adresinde çok büyük kayıt uzunluğu: %1$u "
1617
1618 #: access/transam/xlog.c:3619
1619 #, c-format
1620 msgid "there is no contrecord flag in log file %u, segment %u, offset %u"
1621 msgstr "kayıt dosyası %u, segment %u, offset %u adresinde contrecord bulunamadı"
1622
1623 #: access/transam/xlog.c:3629
1624 #, c-format
1625 msgid "invalid contrecord length %u in log file %u, segment %u, offset %u"
1626 msgstr "kayıt dosyası %2$u, segment %3$u, offset %4$u adresinde contrecord fazla uzun %1$u"
1627
1628 #: access/transam/xlog.c:3718
1629 #, c-format
1630 msgid "invalid magic number %04X in log file %u, segment %u, offset %u"
1631 msgstr "kayıt dosyası %2$u, segment %3$u, offset %4$u adresinde geçersiz tanıtım kodu %1$04X"
1632
1633 #: access/transam/xlog.c:3725
1634 #: access/transam/xlog.c:3771
1635 #, c-format
1636 msgid "invalid info bits %04X in log file %u, segment %u, offset %u"
1637 msgstr "kayıt dosyası %2$u, segment %3$u, offset %4$u adresinde geçersiz info bits %1$04X"
1638
1639 #: access/transam/xlog.c:3747
1640 #: access/transam/xlog.c:3755
1641 #: access/transam/xlog.c:3762
1642 msgid "WAL file is from different system"
1643 msgstr "WAL dosyası farklı bir sistemden"
1644
1645 #: access/transam/xlog.c:3748
1646 #, c-format
1647 msgid "WAL file SYSID is %s, pg_control SYSID is %s"
1648 msgstr "WAL dosyası SYSID %s, pg_control SYSID %s"
1649
1650 #: access/transam/xlog.c:3756
1651 msgid "Incorrect XLOG_SEG_SIZE in page header."
1652 msgstr "Sayfa başlığında geçersiz XLOG_SEG_SIZE."
1653
1654 #: access/transam/xlog.c:3763
1655 msgid "Incorrect XLOG_BLCKSZ in page header."
1656 msgstr "Sayfa başlığında geçersiz XLOG_BLCKSZ."
1657
1658 #: access/transam/xlog.c:3781
1659 #, c-format
1660 msgid "unexpected pageaddr %X/%X in log file %u, segment %u, offset %u"
1661 msgstr "beklenmeyen pageaddr %X/%X: kayıt dosyası: %u, segment %u, offset %u"
1662
1663 #: access/transam/xlog.c:3793
1664 #, c-format
1665 msgid "unexpected timeline ID %u in log file %u, segment %u, offset %u"
1666 msgstr "beklenmeyen timeline ID %u: kayıt dosyası: %u, segment %u, offset %u"
1667
1668 #: access/transam/xlog.c:3811
1669 #, c-format
1670 msgid "out-of-sequence timeline ID %u (after %u) in log file %u, segment %u, offset %u"
1671 msgstr "sıra dışı timeline ID %u (%u'dan sonra) log dosyası %u, segment %u, offset %u"
1672
1673 #: access/transam/xlog.c:3880
1674 #, c-format
1675 msgid "syntax error in history file: %s"
1676 msgstr "%s geçmiş dosyasında sözdizimi hatası"
1677
1678 #: access/transam/xlog.c:3881
1679 msgid "Expected a numeric timeline ID."
1680 msgstr "Sayısal timeline ID bekleniyordu."
1681
1682 #: access/transam/xlog.c:3886
1683 #, c-format
1684 msgid "invalid data in history file: %s"
1685 msgstr "geçmiş dosyasında geçersiz veri: %s"
1686
1687 #: access/transam/xlog.c:3887
1688 msgid "Timeline IDs must be in increasing sequence."
1689 msgstr "Timeline ID daima artan sırayla olmalıdır."
1690
1691 #: access/transam/xlog.c:3900
1692 #, c-format
1693 msgid "invalid data in history file \"%s\""
1694 msgstr "\"%s\" geçmiş dosyasında geçersiz veri"
1695
1696 #: access/transam/xlog.c:3901
1697 msgid "Timeline IDs must be less than child timeline's ID."
1698 msgstr "timeline ID, child timeline ID'sinden daha düşük olmalıdır."
1699
1700 #: access/transam/xlog.c:4138
1701 #, c-format
1702 msgid "could not link file \"%s\" to \"%s\": %m"
1703 msgstr "\"%s\" dosyası \"%s\" dosyasına bağlanamadı: %m"
1704
1705 #: access/transam/xlog.c:4145
1706 #: access/transam/xlog.c:4959
1707 #: access/transam/xlog.c:5012
1708 #: access/transam/xlog.c:5410
1709 #: utils/init/flatfiles.c:289
1710 #: utils/init/flatfiles.c:673
1711 #: postmaster/pgarch.c:704
1712 #, c-format
1713 msgid "could not rename file \"%s\" to \"%s\": %m"
1714 msgstr "\"%s\" -- \"%s\" ad değiştirme hatası: %m"
1715
1716 #: access/transam/xlog.c:4227
1717 #, c-format
1718 msgid "could not create control file \"%s\": %m"
1719 msgstr "kontrol dosyası \"%s\" oluşturma hatası: %m"
1720
1721 #: access/transam/xlog.c:4238
1722 #: access/transam/xlog.c:4463
1723 #, c-format
1724 msgid "could not write to control file: %m"
1725 msgstr "kontrol dosyası yazma hatası: %m"
1726
1727 #: access/transam/xlog.c:4244
1728 #: access/transam/xlog.c:4469
1729 #, c-format
1730 msgid "could not fsync control file: %m"
1731 msgstr "kontrol dosyası fsync hatası: %m"
1732
1733 #: access/transam/xlog.c:4249
1734 #: access/transam/xlog.c:4474
1735 #, c-format
1736 msgid "could not close control file: %m"
1737 msgstr "kontrol dosyası kapatma hatası: %m"
1738
1739 #: access/transam/xlog.c:4267
1740 #: access/transam/xlog.c:4452
1741 #, c-format
1742 msgid "could not open control file \"%s\": %m"
1743 msgstr "kontrol dosyası \"%s\" açma hatası: %m"
1744
1745 #: access/transam/xlog.c:4273
1746 #, c-format
1747 msgid "could not read from control file: %m"
1748 msgstr "kontrol dosyasından okuma hatası: %m"
1749
1750 #: access/transam/xlog.c:4286
1751 #: access/transam/xlog.c:4295
1752 #: access/transam/xlog.c:4319
1753 #: access/transam/xlog.c:4326
1754 #: access/transam/xlog.c:4333
1755 #: access/transam/xlog.c:4338
1756 #: access/transam/xlog.c:4345
1757 #: access/transam/xlog.c:4352
1758 #: access/transam/xlog.c:4359
1759 #: access/transam/xlog.c:4366
1760 #: access/transam/xlog.c:4373
1761 #: access/transam/xlog.c:4380
1762 #: access/transam/xlog.c:4389
1763 #: access/transam/xlog.c:4396
1764 #: access/transam/xlog.c:4405
1765 #: access/transam/xlog.c:4412
1766 #: access/transam/xlog.c:4421
1767 #: access/transam/xlog.c:4428
1768 #: utils/init/miscinit.c:1117
1769 msgid "database files are incompatible with server"
1770 msgstr "veri dosyaları veritabanı sunucusu ile uyumlu değildir"
1771
1772 #: access/transam/xlog.c:4287
1773 #, c-format
1774 msgid "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)."
1775 msgstr "Veritabanı clusteri PG_CONTROL_VERSION %d (0x%08x) ile ilklendirilmiştir, ancak sunucu  PG_CONTROL_VERSION %d (0x%08x) ile derlenmiştir. "
1776
1777 #: access/transam/xlog.c:4291
1778 msgid "This could be a problem of mismatched byte ordering.  It looks like you need to initdb."
1779 msgstr "Bunun nedeni eşleşmeyen bayt sıralaması olabilir. initdb yapmanız gerekebilir."
1780
1781 #: access/transam/xlog.c:4296
1782 #, c-format
1783 msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d."
1784 msgstr "Veritabanı clusteri PG_CONTROL_VERSION %d ile ilklendirilmiştir, ancak sunucu  PG_CONTROL_VERSION %d ile derlenmiştir."
1785
1786 #: access/transam/xlog.c:4299
1787 #: access/transam/xlog.c:4323
1788 #: access/transam/xlog.c:4330
1789 #: access/transam/xlog.c:4335
1790 msgid "It looks like you need to initdb."
1791 msgstr "Durumu düzeltmek için initdb çalıştırın."
1792
1793 #: access/transam/xlog.c:4310
1794 msgid "incorrect checksum in control file"
1795 msgstr "kontrol dosyasında geçersiz checksum"
1796
1797 #: access/transam/xlog.c:4320
1798 #, c-format
1799 msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d."
1800 msgstr "Veritabanı clusteri CATALOG_VERSION_NO %d ile ilklendirilmiştir, ancak sunucu  CATALOG_VERSION_NO %d ile derlenmiştir."
1801
1802 #: access/transam/xlog.c:4327
1803 #, c-format
1804 msgid "The database cluster was initialized with MAXALIGN %d, but the server was compiled with MAXALIGN %d."
1805 msgstr "Veritabanı clusteri MAXALIGN %d ile ilklendirilmiştir, ancak sunucu  MAXALIGN %d ile derlenmiştir."
1806
1807 #: access/transam/xlog.c:4334
1808 msgid "The database cluster appears to use a different floating-point number format than the server executable."
1809 msgstr "Veritabanı dosyaları, sunucu programından farklı ondalık sayı biçimini kullanıyor."
1810
1811 #: access/transam/xlog.c:4339
1812 #, c-format
1813 msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d."
1814 msgstr "Veritabanı clusteri BLCKSZ %d ile ilklendirilmiştir, ancak sunucu  BLCKSZ %d ile derlenmiştir."
1815
1816 #: access/transam/xlog.c:4342
1817 #: access/transam/xlog.c:4349
1818 #: access/transam/xlog.c:4356
1819 #: access/transam/xlog.c:4363
1820 #: access/transam/xlog.c:4370
1821 #: access/transam/xlog.c:4377
1822 #: access/transam/xlog.c:4384
1823 #: access/transam/xlog.c:4392
1824 #: access/transam/xlog.c:4399
1825 #: access/transam/xlog.c:4408
1826 #: access/transam/xlog.c:4415
1827 #: access/transam/xlog.c:4424
1828 #: access/transam/xlog.c:4431
1829 msgid "It looks like you need to recompile or initdb."
1830 msgstr "Sistemi yeniden derlemeniz veya initdb çalıştırmanız gerekmetedir."
1831
1832 #: access/transam/xlog.c:4346
1833 #, c-format
1834 msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d."
1835 msgstr "Veritabanı clusteri RELSEG_SIZE %d ile ilklendirilmiştir, ancak sunucu  RELSEG_SIZE %d ile derlenmiştir."
1836
1837 #: access/transam/xlog.c:4353
1838 #, c-format
1839 msgid "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was compiled with XLOG_BLCKSZ %d."
1840 msgstr "Veritabanı clusteri XLOG_BLCKSZ %d ile ilklendirilmiştir, ancak sunucu  XLOG_BLCKSZ %d ile derlenmiştir."
1841
1842 #: access/transam/xlog.c:4360
1843 #, c-format
1844 msgid "The database cluster was initialized with XLOG_SEG_SIZE %d, but the server was compiled with XLOG_SEG_SIZE %d."
1845 msgstr "Veritabanı clusteri XLOG_SEG_SIZE %d ile ilklendirilmiştir, ancak sunucu  XLOG_SEG_SIZE %d ile derlenmiştir."
1846
1847 #: access/transam/xlog.c:4367
1848 #, c-format
1849 msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d."
1850 msgstr "Veritabanı clusteri NAMEDATALEN %d ile ilklendirilmiştir, ancak sunucu  NAMEDATALEN %d ile derlenmiştir."
1851
1852 #: access/transam/xlog.c:4374
1853 #, c-format
1854 msgid "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server was compiled with INDEX_MAX_KEYS %d."
1855 msgstr "Veritabanı clusteri INDEX_MAX_KEYS %d ile ilklendirilmiştir, ancak sunucu  INDEX_MAX_KEYS %d ile derlenmiştir."
1856
1857 #: access/transam/xlog.c:4381
1858 #, c-format
1859 msgid "The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the server was compiled with TOAST_MAX_CHUNK_SIZE %d."
1860 msgstr "Veritabanı clusteri TOAST_MAX_CHUNK_SIZE %d ile ilklendirilmiştir, ancak sunucu  TOAST_MAX_CHUNK_SIZE %d ile derlenmiştir."
1861
1862 #: access/transam/xlog.c:4390
1863 msgid "The database cluster was initialized without HAVE_INT64_TIMESTAMP but the server was compiled with HAVE_INT64_TIMESTAMP."
1864 msgstr "Veritabanı clusteri HAVE_INT64_TIMESTAMP olmadan ilklendirilmiştir, ancak sunucu HAVE_INT64_TIMESTAMP ile derlenmiştir."
1865
1866 #: access/transam/xlog.c:4397
1867 msgid "The database cluster was initialized with HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP."
1868 msgstr "Veritabanı clusteri HAVE_INT64_TIMESTAMP ile ilklendirilmiştir,  ancak sunucu HAVE_INT64_TIMESTAMP olmadan derlenmiştir."
1869
1870 #: access/transam/xlog.c:4406
1871 #, fuzzy
1872 msgid "The database cluster was initialized without USE_FLOAT4_BYVAL but the server was compiled with USE_FLOAT4_BYVAL."
1873 msgstr "Veritabanı clusteri XLOG_BLCKSZ %d ile ilklendirilmiştir, ancak sunucu  XLOG_BLCKSZ %d ile derlenmiştir."
1874
1875 #: access/transam/xlog.c:4413
1876 #, fuzzy
1877 msgid "The database cluster was initialized with USE_FLOAT4_BYVAL but the server was compiled without USE_FLOAT4_BYVAL."
1878 msgstr "Veritabanı clusteri XLOG_BLCKSZ %d ile ilklendirilmiştir, ancak sunucu  XLOG_BLCKSZ %d ile derlenmiştir."
1879
1880 #: access/transam/xlog.c:4422
1881 #, fuzzy
1882 msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL."
1883 msgstr "Veritabanı clusteri XLOG_BLCKSZ %d ile ilklendirilmiştir, ancak sunucu  XLOG_BLCKSZ %d ile derlenmiştir."
1884
1885 #: access/transam/xlog.c:4429
1886 #, fuzzy
1887 msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL."
1888 msgstr "Veritabanı clusteri XLOG_BLCKSZ %d ile ilklendirilmiştir, ancak sunucu  XLOG_BLCKSZ %d ile derlenmiştir."
1889
1890 #: access/transam/xlog.c:4657
1891 #, c-format
1892 msgid "could not write bootstrap transaction log file: %m"
1893 msgstr "bootstrap transaction log dosyası kapatılamadı: %m"
1894
1895 #: access/transam/xlog.c:4663
1896 #, c-format
1897 msgid "could not fsync bootstrap transaction log file: %m"
1898 msgstr "bootstrap transaction log dosyası fsync başarısız: %m"
1899
1900 #: access/transam/xlog.c:4668
1901 #, c-format
1902 msgid "could not close bootstrap transaction log file: %m"
1903 msgstr "bootstrap transaction log dosyası kapatılamadı: %m"
1904
1905 #: access/transam/xlog.c:4729
1906 #, c-format
1907 msgid "could not open recovery command file \"%s\": %m"
1908 msgstr "recovery command dosyası \"%s\" açılamıyor: %m"
1909
1910 #: access/transam/xlog.c:4734
1911 msgid "starting archive recovery"
1912 msgstr "arşivden geri getirme başlatılıyor"
1913
1914 #: access/transam/xlog.c:4779
1915 #, c-format
1916 msgid "restore_command = '%s'"
1917 msgstr "restore_command = '%s'"
1918
1919 #: access/transam/xlog.c:4786
1920 #, fuzzy, c-format
1921 msgid "recovery_end_command = '%s'"
1922 msgstr "restore_command = '%s'"
1923
1924 #: access/transam/xlog.c:4800
1925 #, c-format
1926 msgid "recovery_target_timeline is not a valid number: \"%s\""
1927 msgstr "recovery_target_timeline geçerli sayısal bir değer değildir: \"%s\""
1928
1929 #: access/transam/xlog.c:4805
1930 #, c-format
1931 msgid "recovery_target_timeline = %u"
1932 msgstr "recovery_target_timeline = %u"
1933
1934 #: access/transam/xlog.c:4808
1935 msgid "recovery_target_timeline = latest"
1936 msgstr "recovery_target_timeline = latest"
1937
1938 #: access/transam/xlog.c:4816
1939 #, c-format
1940 msgid "recovery_target_xid is not a valid number: \"%s\""
1941 msgstr "recovery_target_xid geçerli sayısal bir değer değildir: \"%s\""
1942
1943 #: access/transam/xlog.c:4819
1944 #, c-format
1945 msgid "recovery_target_xid = %u"
1946 msgstr "recovery_target_xid = %u"
1947
1948 #: access/transam/xlog.c:4844
1949 #, c-format
1950 msgid "recovery_target_time = '%s'"
1951 msgstr "recovery_target_time = '%s'"
1952
1953 #: access/transam/xlog.c:4855
1954 #, fuzzy
1955 msgid "parameter \"recovery_target_inclusive\" requires a Boolean value"
1956 msgstr "\"%s\" seçeneği boolean değerini alır"
1957
1958 #: access/transam/xlog.c:4857
1959 #, c-format
1960 msgid "recovery_target_inclusive = %s"
1961 msgstr "recovery_target_inclusive = %s"
1962
1963 #: access/transam/xlog.c:4861
1964 #, c-format
1965 msgid "unrecognized recovery parameter \"%s\""
1966 msgstr "\"%s\" tanınmayan recovery parametresi"
1967
1968 #: access/transam/xlog.c:4869
1969 #, c-format
1970 msgid "syntax error in recovery command file: %s"
1971 msgstr "%s recovery komut dosyasında sözdizimi hatası "
1972
1973 #: access/transam/xlog.c:4871
1974 msgid "Lines should have the format parameter = 'value'."
1975 msgstr "Satırların biçimi şöyle olmalıdır: parametre = 'değer'."
1976
1977 #: access/transam/xlog.c:4876
1978 #, c-format
1979 msgid "recovery command file \"%s\" did not specify restore_command"
1980 msgstr "\"%s\"recovery komut dosyasında restore_command değeri belirtilmemiştir"
1981
1982 #: access/transam/xlog.c:4895
1983 #, c-format
1984 msgid "recovery target timeline %u does not exist"
1985 msgstr "recovery_target_timeline %u mevcut değil"
1986
1987 #: access/transam/xlog.c:5016
1988 msgid "archive recovery complete"
1989 msgstr "archive recovery tamamlandı"
1990
1991 #: access/transam/xlog.c:5106
1992 #, c-format
1993 msgid "recovery stopping after commit of transaction %u, time %s"
1994 msgstr "kurtarma işlemi %u transactionunun, %s zamanında commit edilmesinden sonra durdu"
1995
1996 #: access/transam/xlog.c:5111
1997 #, c-format
1998 msgid "recovery stopping before commit of transaction %u, time %s"
1999 msgstr "kurtarma işlemi %u transactionunun, %s zamanında commit edilmesinden önce durdu"
2000
2001 #: access/transam/xlog.c:5119
2002 #, c-format
2003 msgid "recovery stopping after abort of transaction %u, time %s"
2004 msgstr "kurtarma işlemi %u transactionunun, %s zamanunda iptal edilmesinden sonra duruyor"
2005
2006 #: access/transam/xlog.c:5124
2007 #, c-format
2008 msgid "recovery stopping before abort of transaction %u, time %s"
2009 msgstr "kurtarma işlemi %u transactionunun, %s zamanunda iptal edilmesinden önce duruyor"
2010
2011 #: access/transam/xlog.c:5174
2012 msgid "control file contains invalid data"
2013 msgstr "kontrol dosyası geçersiz veri içeriyor"
2014
2015 #: access/transam/xlog.c:5178
2016 #, c-format
2017 msgid "database system was shut down at %s"
2018 msgstr "veritabanı sunucusu %s tarihinde kapatıldı"
2019
2020 #: access/transam/xlog.c:5182
2021 #, c-format
2022 msgid "database system shutdown was interrupted; last known up at %s"
2023 msgstr "veritabanı kapatma işlemi iptal edildi; bilinen en son çalışma zamanı %s"
2024
2025 #: access/transam/xlog.c:5186
2026 #, c-format
2027 msgid "database system was interrupted while in recovery at %s"
2028 msgstr "%s'da recovery sırasında veritabanı sistemi durduruldu"
2029
2030 #: access/transam/xlog.c:5188
2031 msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery."
2032 msgstr "Büyük ihtimalle veri bozulmuştur, kurtarmak için en son yedeğinizi kullanın."
2033
2034 #: access/transam/xlog.c:5192
2035 #, c-format
2036 msgid "database system was interrupted while in recovery at log time %s"
2037 msgstr "log time %s'da recovery sırasında veritabanı sistemi kesildi"
2038
2039 #: access/transam/xlog.c:5194
2040 msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target."
2041 msgstr "Bu hata birden fazla kere meydana geldiyse, veri bozulmuş olabilir. Bu durumda daha erken tarihli kurtarma hedefinini belirtmelisiniz."
2042
2043 #: access/transam/xlog.c:5198
2044 #, c-format
2045 msgid "database system was interrupted; last known up at %s"
2046 msgstr "veritabanı sunucusu durdurulmuştur; bilinen en son çalışma zamanı %s"
2047
2048 #: access/transam/xlog.c:5237
2049 #, c-format
2050 msgid "requested timeline %u is not a child of database system timeline %u"
2051 msgstr "talep edilmiş timeline %u veritabanı sistem timeline %u için geçerli bir timeline değildir"
2052
2053 #: access/transam/xlog.c:5251
2054 #: access/transam/xlog.c:5275
2055 #, c-format
2056 msgid "checkpoint record is at %X/%X"
2057 msgstr "checkpoint kaydı %X/%X noktasındadır"
2058
2059 #: access/transam/xlog.c:5258
2060 msgid "could not locate required checkpoint record"
2061 msgstr "istenilen checkpoint kaydı bulunamadı"
2062
2063 #: access/transam/xlog.c:5259
2064 #, c-format
2065 msgid "If you are not restoring from a backup, try removing the file \"%s/backup_label\"."
2066 msgstr "Yedekten geri almıyorsanız, \"%s/backup_label\" dosyasını silmeyi deneyin."
2067
2068 #: access/transam/xlog.c:5285
2069 #, c-format
2070 msgid "using previous checkpoint record at %X/%X"
2071 msgstr "%X/%X adresindeki eski checkpoint kaydı kullanılıyor"
2072
2073 #: access/transam/xlog.c:5291
2074 msgid "could not locate a valid checkpoint record"
2075 msgstr "geçerli checkpoint kaydı bulunamıyor"
2076
2077 #: access/transam/xlog.c:5300
2078 #, c-format
2079 msgid "redo record is at %X/%X; shutdown %s"
2080 msgstr "redo kaydı %X/%X; kapatma %s"
2081
2082 #: access/transam/xlog.c:5304
2083 #, c-format
2084 msgid "next transaction ID: %u/%u; next OID: %u"
2085 msgstr "sıradaki transaction ID: %u/%u; sıradaki OID: %u"
2086
2087 #: access/transam/xlog.c:5308
2088 #, c-format
2089 msgid "next MultiXactId: %u; next MultiXactOffset: %u"
2090 msgstr "sıradaki MultiXactId: %u; sıradaki MultiXactOffset: %u"
2091
2092 #: access/transam/xlog.c:5312
2093 msgid "invalid next transaction ID"
2094 msgstr "sıradaki transaction ID geçersiz"
2095
2096 #: access/transam/xlog.c:5330
2097 msgid "invalid redo in checkpoint record"
2098 msgstr "checkpoint kaydındaki redo geçersizdir"
2099
2100 #: access/transam/xlog.c:5341
2101 msgid "invalid redo record in shutdown checkpoint"
2102 msgstr "shutdown checkpointteki redo kaydı geçersizdir"
2103
2104 #: access/transam/xlog.c:5366
2105 msgid "automatic recovery in progress"
2106 msgstr "otomatik kurtarma sürüyor"
2107
2108 #: access/transam/xlog.c:5372
2109 msgid "database system was not properly shut down; automatic recovery in progress"
2110 msgstr "veritabanı düzgün kapatılmamış; otomatik kurtarma işlemi sürüyor"
2111
2112 #: access/transam/xlog.c:5455
2113 #, c-format
2114 msgid "redo starts at %X/%X"
2115 msgstr "redo başlangıcı %X/%X"
2116
2117 #: access/transam/xlog.c:5459
2118 #, c-format
2119 msgid "redo starts at %X/%X, consistency will be reached at %X/%X"
2120 msgstr ""
2121
2122 #: access/transam/xlog.c:5528
2123 msgid "consistent recovery state reached"
2124 msgstr ""
2125
2126 #: access/transam/xlog.c:5582
2127 #, c-format
2128 msgid "redo done at %X/%X"
2129 msgstr "redo bitişi %X/%X"
2130
2131 #: access/transam/xlog.c:5586
2132 #: access/transam/xlog.c:6717
2133 #, c-format
2134 msgid "last completed transaction was at log time %s"
2135 msgstr "son tamamlanan transaction %s kayıt zamanındaydı"
2136
2137 #: access/transam/xlog.c:5594
2138 msgid "redo is not required"
2139 msgstr "redo işlemi gerekmiyor"
2140
2141 #: access/transam/xlog.c:5614
2142 #, fuzzy
2143 msgid "requested recovery stop point is before consistent recovery point"
2144 msgstr "talep edilen kurtarma durma noktası yedek dump'ının bitiş tarihinden öncedir"
2145
2146 #: access/transam/xlog.c:5617
2147 msgid "WAL ends before consistent recovery point"
2148 msgstr ""
2149
2150 #: access/transam/xlog.c:5638
2151 #, c-format
2152 msgid "selected new timeline ID: %u"
2153 msgstr "seçili yeni timeline ID: %u"
2154
2155 #: access/transam/xlog.c:5865
2156 msgid "invalid primary checkpoint link in control file"
2157 msgstr "kontrol dosyasındaki ana checkpoint bağlantısı geçersiz"
2158
2159 #: access/transam/xlog.c:5869
2160 msgid "invalid secondary checkpoint link in control file"
2161 msgstr "kontrol dosyasındaki ikincil checkpoint bağlantısı geçersiz"
2162
2163 #: access/transam/xlog.c:5873
2164 msgid "invalid checkpoint link in backup_label file"
2165 msgstr "backup_label dosyasındaki checkpoint linki geçersiz"
2166
2167 #: access/transam/xlog.c:5887
2168 msgid "invalid primary checkpoint record"
2169 msgstr "birincil checkpoint kaydı geçersiz"
2170
2171 #: access/transam/xlog.c:5891
2172 msgid "invalid secondary checkpoint record"
2173 msgstr "ikincil checkpoint kaydı geçersiz"
2174
2175 #: access/transam/xlog.c:5895
2176 msgid "invalid checkpoint record"
2177 msgstr "geçersiz checkpoint kaydı"
2178
2179 #: access/transam/xlog.c:5906
2180 msgid "invalid resource manager ID in primary checkpoint record"
2181 msgstr "birincil checkpoint kaydındaki resource manager ID geçersiz"
2182
2183 #: access/transam/xlog.c:5910
2184 msgid "invalid resource manager ID in secondary checkpoint record"
2185 msgstr "ikincil checkpoint kaydındaki resource manager ID geçersiz"
2186
2187 #: access/transam/xlog.c:5914
2188 msgid "invalid resource manager ID in checkpoint record"
2189 msgstr "checkpoint kaydındaki resource manager ID geçersiz"
2190
2191 #: access/transam/xlog.c:5926
2192 msgid "invalid xl_info in primary checkpoint record"
2193 msgstr "primary checkpoint kaydındaki xl_info geçersiz"
2194
2195 #: access/transam/xlog.c:5930
2196 msgid "invalid xl_info in secondary checkpoint record"
2197 msgstr "ikincil checkpoint kaydındaki xl_info geçersiz"
2198
2199 #: access/transam/xlog.c:5934
2200 msgid "invalid xl_info in checkpoint record"
2201 msgstr "checkpoint kaydındaki xl_info geçersiz"
2202
2203 #: access/transam/xlog.c:5946
2204 msgid "invalid length of primary checkpoint record"
2205 msgstr "birincil checkpoint kaydının uzunluğu geçersiz"
2206
2207 #: access/transam/xlog.c:5950
2208 msgid "invalid length of secondary checkpoint record"
2209 msgstr "ikincil checkpoint kaydının uzunluğu geçersiz"
2210
2211 #: access/transam/xlog.c:5954
2212 msgid "invalid length of checkpoint record"
2213 msgstr "checkpoint kaydın uzunluğu geçersiz"
2214
2215 #: access/transam/xlog.c:6088
2216 msgid "shutting down"
2217 msgstr "kapanıyor"
2218
2219 #: access/transam/xlog.c:6110
2220 msgid "database system is shut down"
2221 msgstr "veritabanı sistemi kapandı"
2222
2223 #: access/transam/xlog.c:6238
2224 msgid "hurrying in-progress restartpoint"
2225 msgstr ""
2226
2227 #: access/transam/xlog.c:6464
2228 msgid "concurrent transaction log activity while database system is shutting down"
2229 msgstr "veritabanının kapanması sırasında eşzamanlı transaction log hareketi"
2230
2231 #: access/transam/xlog.c:6644
2232 msgid "skipping restartpoint, recovery has already ended"
2233 msgstr "restartpoint (yeniden başlama noktası) atlanıyor, kurtarma zaten sona erdi"
2234
2235 #: access/transam/xlog.c:6669
2236 #, fuzzy, c-format
2237 msgid "skipping restartpoint, already performed at %X/%X"
2238 msgstr "%X/%X adresindeki eski checkpoint kaydı kullanılıyor"
2239
2240 #: access/transam/xlog.c:6712
2241 #, c-format
2242 msgid "recovery restart point at %X/%X"
2243 msgstr "recoveri yeniden başlangıç noktası: %X/%X"
2244
2245 #: access/transam/xlog.c:6835
2246 #, c-format
2247 msgid "unexpected timeline ID %u (after %u) in checkpoint record"
2248 msgstr "checkpoint kaydındaki beklenmeyen timeline ID %u (%u'dan sonra)"
2249
2250 #: access/transam/xlog.c:6867
2251 #, c-format
2252 msgid "unexpected timeline ID %u (should be %u) in checkpoint record"
2253 msgstr "checkpoint kaydındaki beklenmeyen timeline ID %u (%u olmalıydı)"
2254
2255 #: access/transam/xlog.c:7003
2256 #: access/transam/xlog.c:7026
2257 #, c-format
2258 msgid "could not fsync log file %u, segment %u: %m"
2259 msgstr "kayıt dosyası %u, segment %u fsync yapılamıyor: %m"
2260
2261 #: access/transam/xlog.c:7034
2262 #, c-format
2263 msgid "could not fsync write-through log file %u, segment %u: %m"
2264 msgstr "write-through log dosyası %u, segment %u fsync yapılamıyor: %m"
2265
2266 #: access/transam/xlog.c:7043
2267 #, c-format
2268 msgid "could not fdatasync log file %u, segment %u: %m"
2269 msgstr "kayıt dosyası %u, segment %u fdatasync yapılamıyor: %m"
2270
2271 #: access/transam/xlog.c:7086
2272 #: access/transam/xlog.c:7273
2273 msgid "must be superuser to run a backup"
2274 msgstr "yedeklemeyi gerçekleştirmek için superuser haklarına sahip olmalısınız"
2275
2276 #: access/transam/xlog.c:7091
2277 #: access/transam/xlog.c:7097
2278 #: access/transam/xlog.c:7278
2279 msgid "WAL archiving is not active"
2280 msgstr "WAL arşivleme etkin değil"
2281
2282 #: access/transam/xlog.c:7092
2283 #: access/transam/xlog.c:7279
2284 msgid "archive_mode must be enabled at server start."
2285 msgstr "archive_mode sunucu başlatıldığında etkinleştirilmedir."
2286
2287 #: access/transam/xlog.c:7098
2288 msgid "archive_command must be defined before online backups can be made safely."
2289 msgstr "online yedekleme güvenilir bir biçimde çalışması için, önce archive_command tanımlayın."
2290
2291 #: access/transam/xlog.c:7126
2292 #: access/transam/xlog.c:7195
2293 msgid "a backup is already in progress"
2294 msgstr "bir backup işlemi zaten aktif"
2295
2296 #: access/transam/xlog.c:7127
2297 msgid "Run pg_stop_backup() and try again."
2298 msgstr "pg_stop_backup() çalıştırıp yeniden deneyin."
2299
2300 #: access/transam/xlog.c:7196
2301 #, c-format
2302 msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again."
2303 msgstr "Eğer bir backup sürecinin şu an çalışmadığından eminseniz, \"%s\" dosyasını kaldırın ve yeniden deneyin."
2304
2305 #: access/transam/xlog.c:7217
2306 #: access/transam/xlog.c:7354
2307 #, c-format
2308 msgid "could not write file \"%s\": %m"
2309 msgstr "\"%s\" dosyasına yazma hatası: %m"
2310
2311 #: access/transam/xlog.c:7317
2312 msgid "a backup is not in progress"
2313 msgstr "şu an backup süreci çalışmıyor"
2314
2315 #: access/transam/xlog.c:7329
2316 #: access/transam/xlog.c:7670
2317 #: access/transam/xlog.c:7676
2318 #: access/transam/xlog.c:7707
2319 #: access/transam/xlog.c:7713
2320 #, c-format
2321 msgid "invalid data in file \"%s\""
2322 msgstr "\"%s\" dosyasında geçersiz veri"
2323
2324 #: access/transam/xlog.c:7409
2325 #, c-format
2326 msgid "pg_stop_backup still waiting for archive to complete (%d seconds elapsed)"
2327 msgstr "pg_stop_backup hala arşivin bitmesini bekliyor (%d saniyedir devam ediyor)"
2328
2329 #: access/transam/xlog.c:7434
2330 msgid "must be superuser to switch transaction log files"
2331 msgstr "transaction log dosyaları değiştirmek için superuser olmalısınız"
2332
2333 #: access/transam/xlog.c:7531
2334 #: access/transam/xlog.c:7597
2335 #, c-format
2336 msgid "could not parse transaction log location \"%s\""
2337 msgstr "\"%s\" transaction log konumu ayrıştıramadı"
2338
2339 #: access/transam/xlog.c:7741
2340 #, c-format
2341 msgid "xlog redo %s"
2342 msgstr "xlog redo %s"
2343
2344 #: access/transam/xlog.c:7781
2345 msgid "online backup mode cancelled"
2346 msgstr "çevrimiçi yedekleme modu iptal edildi"
2347
2348 #: access/transam/xlog.c:7782
2349 #, fuzzy, c-format
2350 msgid "\"%s\" was renamed to \"%s\"."
2351 msgstr "\"%s\" zaten \"%s\" nesnesinin alt nesnesidir"
2352
2353 #: access/transam/xlog.c:7789
2354 msgid "online backup mode was not cancelled"
2355 msgstr "çevrimiçi yedek modu iptal edilmedi"
2356
2357 #: access/transam/xlog.c:7790
2358 #, fuzzy, c-format
2359 msgid "Could not rename \"%s\" to \"%s\": %m."
2360 msgstr "\"%s\" -- \"%s\" ad değiştirme hatası: %m"
2361
2362 #: access/gin/ginarrayproc.c:30
2363 msgid "array must not contain null values"
2364 msgstr "array null kayıtları içeremez"
2365
2366 #: access/gin/ginscan.c:164
2367 #: access/gin/ginscan.c:227
2368 msgid "GIN indexes do not support whole-index scans"
2369 msgstr "GIN dizinler tüm dizin taramasını desteklememektedir"
2370
2371 #: access/nbtree/nbtinsert.c:300
2372 #, c-format
2373 msgid "duplicate key value violates unique constraint \"%s\""
2374 msgstr "tekrar eden kayıt, \"%s\" tekil kısıtlamasını ihlal etmektedir"
2375
2376 #: access/nbtree/nbtinsert.c:421
2377 #: access/nbtree/nbtsort.c:483
2378 #, c-format
2379 msgid "index row size %lu exceeds btree maximum, %lu"
2380 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"
2381
2382 #: access/nbtree/nbtinsert.c:424
2383 #: access/nbtree/nbtsort.c:486
2384 msgid ""
2385 "Values larger than 1/3 of a buffer page cannot be indexed.\n"
2386 "Consider a function index of an MD5 hash of the value, or use full text indexing."
2387 msgstr ""
2388 "Bir buffer sayfasının boyutunun 1/3'ni geçen değerler indekslenemez.\n"
2389 "Yerine değerinin MD5 hash'ı değeri üzerinde function index ya da full text indexing kullanabilirisiniz."
2390
2391 #: access/nbtree/nbtpage.c:160
2392 #: access/nbtree/nbtpage.c:364
2393 #, c-format
2394 msgid "index \"%s\" is not a btree"
2395 msgstr "\"%s\" indexi btree değildir."
2396
2397 #: access/nbtree/nbtpage.c:166
2398 #: access/nbtree/nbtpage.c:370
2399 #, c-format
2400 msgid "version mismatch in index \"%s\": file version %d, code version %d"
2401 msgstr "\"%s\" indexinde sürüm uyuşmazlığı: dosya sürümü %d, kod sürümü ise %d"
2402
2403 #: access/heap/heapam.c:1073
2404 #: access/heap/heapam.c:1101
2405 #: access/heap/heapam.c:1131
2406 #: catalog/aclchk.c:880
2407 #, c-format
2408 msgid "\"%s\" is an index"
2409 msgstr "\"%s\" bir indextir"
2410
2411 #: access/heap/heapam.c:1078
2412 #: access/heap/heapam.c:1106
2413 #: access/heap/heapam.c:1136
2414 #: catalog/aclchk.c:887
2415 #: commands/tablecmds.c:2061
2416 #: commands/tablecmds.c:6250
2417 #: commands/tablecmds.c:7541
2418 #, c-format
2419 msgid "\"%s\" is a composite type"
2420 msgstr "\"%s\" bir birleşik tiptir"
2421
2422 #: access/heap/heapam.c:3150
2423 #: access/heap/heapam.c:3181
2424 #: access/heap/heapam.c:3216
2425 #, c-format
2426 msgid "could not obtain lock on row in relation \"%s\""
2427 msgstr "\"%s\" tablosundaki satır için lock alınamadı"
2428
2429 #: access/heap/hio.c:174
2430 #: access/heap/rewriteheap.c:592
2431 #, c-format
2432 msgid "row is too big: size %lu, maximum size %lu"
2433 msgstr "satır çok büyük: boyutu %lu, olabileceği en fazla boyut %lu"
2434
2435 #: access/index/indexam.c:149
2436 #: commands/comment.c:502
2437 #: commands/indexcmds.c:1324
2438 #: commands/tablecmds.c:211
2439 #: commands/tablecmds.c:2258
2440 #, c-format
2441 msgid "\"%s\" is not an index"
2442 msgstr "\"%s\" bir index değildir"
2443
2444 #: access/hash/hashinsert.c:77
2445 #, c-format
2446 msgid "index row size %lu exceeds hash maximum %lu"
2447 msgstr "index satır boyutu %lu, %lu olan en yüksek hash boyutunu aşmaktadır"
2448
2449 #: access/hash/hashinsert.c:80
2450 msgid "Values larger than a buffer page cannot be indexed."
2451 msgstr "Bir buffer sayfası boyutundan yüksek değerler indekslenemz."
2452
2453 #: access/hash/hashovfl.c:546
2454 #, c-format
2455 msgid "out of overflow pages in hash index \"%s\""
2456 msgstr " \"%s\" hash indexi içinde sayfa taşması hatası"
2457
2458 #: access/hash/hashsearch.c:152
2459 msgid "hash indexes do not support whole-index scans"
2460 msgstr "hash indexler tüm index taramasını desteklememektedir"
2461
2462 #: access/hash/hashutil.c:208
2463 #, c-format
2464 msgid "index \"%s\" is not a hash index"
2465 msgstr "\"%s\" indexi bir hash indexi değildir"
2466
2467 #: access/hash/hashutil.c:214
2468 #, c-format
2469 msgid "index \"%s\" has wrong hash version"
2470 msgstr "\"%s\" indexi yanlış hash sürümüne sahiptir"
2471
2472 #: utils/mmgr/aset.c:386
2473 #, c-format
2474 msgid "Failed while creating memory context \"%s\"."
2475 msgstr "Memory content \"%s\" oluşturma başarısız."
2476
2477 #: utils/mmgr/aset.c:565
2478 #: utils/mmgr/aset.c:748
2479 #: utils/mmgr/aset.c:954
2480 #, c-format
2481 msgid "Failed on request of size %lu."
2482 msgstr "%lu boyutu isteği başarısız"
2483
2484 #: utils/mmgr/portalmem.c:207
2485 #, c-format
2486 msgid "cursor \"%s\" already exists"
2487 msgstr "cursor \"%s\" zaten mevcut"
2488
2489 #: utils/mmgr/portalmem.c:211
2490 #, c-format
2491 msgid "closing existing cursor \"%s\""
2492 msgstr "var olan cursor \"%s\" kapatılıyor"
2493
2494 #: utils/mmgr/portalmem.c:590
2495 msgid "cannot PREPARE a transaction that has created a cursor WITH HOLD"
2496 msgstr "WITH HOLD imleci oluşturan transaction PREPARE edilemedi"
2497
2498 #: utils/mmgr/portalmem.c:889
2499 #: utils/fmgr/funcapi.c:60
2500 #: commands/prepare.c:749
2501 #: executor/execQual.c:1473
2502 #: executor/execQual.c:1498
2503 #: executor/execQual.c:1859
2504 #: executor/execQual.c:5018
2505 #: executor/functions.c:644
2506 #: foreign/foreign.c:281
2507 msgid "set-valued function called in context that cannot accept a set"
2508 msgstr "set değerini kabul etmediği ortamda set değeri alan fonksiyon çağırılmış"
2509
2510 #: utils/mmgr/portalmem.c:893
2511 #: commands/prepare.c:753
2512 #: foreign/foreign.c:286
2513 msgid "materialize mode required, but it is not allowed in this context"
2514 msgstr "materialize mode gerekir ancak bu bağlamda kullanılamaz"
2515
2516 #: utils/adt/acl.c:160
2517 #: utils/adt/name.c:87
2518 msgid "identifier too long"
2519 msgstr "tanımlayıcı fazla uzun"
2520
2521 #: utils/adt/acl.c:161
2522 #: utils/adt/name.c:88
2523 #, c-format
2524 msgid "Identifier must be less than %d characters."
2525 msgstr "Tamılayıcı %d karakterden daha küçük olmalı."
2526
2527 #: utils/adt/acl.c:247
2528 #, c-format
2529 msgid "unrecognized key word: \"%s\""
2530 msgstr "anahtar kelimesi anlaşılamıyor: \"%s\""
2531
2532 #: utils/adt/acl.c:248
2533 msgid "ACL key word must be \"group\" or \"user\"."
2534 msgstr "ACL anahtar kelimesi  \"group\" veya \"user\" olmalıdır."
2535
2536 #: utils/adt/acl.c:253
2537 msgid "missing name"
2538 msgstr "isim eksik"
2539
2540 #: utils/adt/acl.c:254
2541 msgid "A name must follow the \"group\" or \"user\" key word."
2542 msgstr "\"group\" veya \"user\" anahter kelimesini isim izlemelidir."
2543
2544 #: utils/adt/acl.c:260
2545 msgid "missing \"=\" sign"
2546 msgstr "\"=\" işareti eksik"
2547
2548 #: utils/adt/acl.c:313
2549 #, c-format
2550 msgid "invalid mode character: must be one of \"%s\""
2551 msgstr "geçersiz biçim karakteri: şunlardan biri olmalıdır: \"%s\""
2552
2553 #: utils/adt/acl.c:335
2554 msgid "a name must follow the \"/\" sign"
2555 msgstr "\"/\" karakterini bir isim izlemelidir"
2556
2557 #: utils/adt/acl.c:343
2558 #, c-format
2559 msgid "defaulting grantor to user ID %u"
2560 msgstr "varsayılan bağışlayıcı kullanıcı ID %u"
2561
2562 #: utils/adt/acl.c:433
2563 msgid "ACL array contains wrong data type"
2564 msgstr "ACL array yanlış veri tipini içermektedir"
2565
2566 #: utils/adt/acl.c:437
2567 msgid "ACL arrays must be one-dimensional"
2568 msgstr "ACL array tek boyutlu olmalıdır"
2569
2570 #: utils/adt/acl.c:441
2571 msgid "ACL arrays must not contain null values"
2572 msgstr "ACL array null kayıtları içeremez"
2573
2574 #: utils/adt/acl.c:465
2575 msgid "extra garbage at the end of the ACL specification"
2576 msgstr "ACL tanımının sonunda fuzuli karakterler"
2577
2578 #: utils/adt/acl.c:994
2579 msgid "grant options cannot be granted back to your own grantor"
2580 msgstr "grant seçenekleri kendi kendine verilemez"
2581
2582 #: utils/adt/acl.c:1055
2583 msgid "dependent privileges exist"
2584 msgstr "bağlı haklar mevcut"
2585
2586 #: utils/adt/acl.c:1056
2587 msgid "Use CASCADE to revoke them too."
2588 msgstr "Onları da geri almak için CASCADE kullanın."
2589
2590 #: utils/adt/acl.c:1335
2591 msgid "aclinsert is no longer supported"
2592 msgstr "aclinsert artık desteklenmemktedir"
2593
2594 #: utils/adt/acl.c:1345
2595 msgid "aclremove is no longer supported"
2596 msgstr "aclremove artık desteklenmemktedir"
2597
2598 #: utils/adt/acl.c:1431
2599 #: utils/adt/acl.c:1485
2600 #, c-format
2601 msgid "unrecognized privilege type: \"%s\""
2602 msgstr "bilinmeyen hak türü: \"%s\""
2603
2604 #: utils/adt/acl.c:2303
2605 #: utils/adt/ruleutils.c:1358
2606 #: catalog/aclchk.c:636
2607 #: commands/analyze.c:276
2608 #: commands/comment.c:579
2609 #: commands/copy.c:3404
2610 #: commands/sequence.c:1301
2611 #: commands/tablecmds.c:3823
2612 #: commands/tablecmds.c:3915
2613 #: commands/tablecmds.c:3962
2614 #: commands/tablecmds.c:4058
2615 #: commands/tablecmds.c:4119
2616 #: commands/tablecmds.c:4183
2617 #: commands/tablecmds.c:5567
2618 #: commands/tablecmds.c:5705
2619 #: parser/analyze.c:1720
2620 #: parser/parse_relation.c:2056
2621 #: parser/parse_relation.c:2111
2622 #: parser/parse_target.c:804
2623 #: parser/parse_type.c:117
2624 #, c-format
2625 msgid "column \"%s\" of relation \"%s\" does not exist"
2626 msgstr "\"%s\" kolonu \"%s\" tablosunda mevcut değil"
2627
2628 #: utils/adt/acl.c:2514
2629 #: utils/adt/dbsize.c:144
2630 #: utils/init/postinit.c:420
2631 #: utils/init/postinit.c:539
2632 #: utils/init/postinit.c:555
2633 #: catalog/aclchk.c:500
2634 #: commands/comment.c:626
2635 #: commands/dbcommands.c:759
2636 #: commands/dbcommands.c:903
2637 #: commands/dbcommands.c:1010
2638 #: commands/dbcommands.c:1187
2639 #: commands/dbcommands.c:1374
2640 #: commands/dbcommands.c:1446
2641 #: commands/dbcommands.c:1533
2642 #, c-format
2643 msgid "database \"%s\" does not exist"
2644 msgstr "\"%s\" veritabanı mevcut değil"
2645
2646 #: utils/adt/acl.c:2909
2647 #: utils/adt/regproc.c:118
2648 #: utils/adt/regproc.c:139
2649 #: utils/adt/regproc.c:291
2650 #, c-format
2651 msgid "function \"%s\" does not exist"
2652 msgstr "\"%s\" fonksiyonu mevcut değil"
2653
2654 #: utils/adt/acl.c:3115
2655 #: catalog/aclchk.c:528
2656 #: commands/comment.c:1195
2657 #: commands/functioncmds.c:805
2658 #: commands/proclang.c:433
2659 #: commands/proclang.c:506
2660 #: commands/proclang.c:550
2661 #, c-format
2662 msgid "language \"%s\" does not exist"
2663 msgstr "\"%s\" dili mevcut değil"
2664
2665 #: utils/adt/acl.c:3321
2666 #: catalog/aclchk.c:548
2667 #: catalog/namespace.c:338
2668 #: catalog/namespace.c:2124
2669 #: catalog/namespace.c:2165
2670 #: catalog/namespace.c:2213
2671 #: catalog/namespace.c:3120
2672 #: commands/comment.c:736
2673 #: commands/schemacmds.c:190
2674 #: commands/schemacmds.c:267
2675 #: commands/schemacmds.c:343
2676 #, c-format
2677 msgid "schema \"%s\" does not exist"
2678 msgstr "\"%s\" şeması mevcut değil"
2679
2680 #: utils/adt/acl.c:3695
2681 #: utils/adt/dbsize.c:240
2682 #: catalog/aclchk.c:577
2683 #: commands/comment.c:665
2684 #: commands/dbcommands.c:431
2685 #: commands/dbcommands.c:1043
2686 #: commands/indexcmds.c:212
2687 #: commands/tablecmds.c:400
2688 #: commands/tablecmds.c:6509
2689 #: commands/tablespace.c:415
2690 #: commands/tablespace.c:770
2691 #: commands/tablespace.c:837
2692 #: commands/tablespace.c:931
2693 #: commands/tablespace.c:1055
2694 #: executor/execMain.c:2884
2695 #, c-format
2696 msgid "tablespace \"%s\" does not exist"
2697 msgstr "\"%s\" tablespace'i mevcut değil"
2698
2699 #: utils/adt/acl.c:4200
2700 #, c-format
2701 msgid "must be member of role \"%s\""
2702 msgstr "\"%s\" rolüne dahil olmalıdır"
2703
2704 #: utils/adt/array_userfuncs.c:49
2705 msgid "could not determine input data types"
2706 msgstr "giriş veri tipleri belirlenemiyor"
2707
2708 #: utils/adt/array_userfuncs.c:83
2709 msgid "neither input type is an array"
2710 msgstr "giriş tiplerinin hiçbiri array değildir"
2711
2712 #: utils/adt/array_userfuncs.c:104
2713 #: utils/adt/array_userfuncs.c:114
2714 #: utils/adt/float.c:1100
2715 #: utils/adt/float.c:1159
2716 #: utils/adt/float.c:2716
2717 #: utils/adt/float.c:2732
2718 #: utils/adt/int.c:613
2719 #: utils/adt/int.c:642
2720 #: utils/adt/int.c:663
2721 #: utils/adt/int.c:683
2722 #: utils/adt/int.c:705
2723 #: utils/adt/int.c:730
2724 #: utils/adt/int.c:744
2725 #: utils/adt/int.c:759
2726 #: utils/adt/int.c:894
2727 #: utils/adt/int.c:915
2728 #: utils/adt/int.c:942
2729 #: utils/adt/int.c:977
2730 #: utils/adt/int.c:998
2731 #: utils/adt/int.c:1025
2732 #: utils/adt/int.c:1052
2733 #: utils/adt/int.c:1106
2734 #: utils/adt/int8.c:1195
2735 #: utils/adt/numeric.c:2035
2736 #: utils/adt/numeric.c:2044
2737 #: utils/adt/varbit.c:1377
2738 msgid "integer out of range"
2739 msgstr "integer sıra dışıdır"
2740
2741 #: utils/adt/array_userfuncs.c:122
2742 msgid "argument must be empty or one-dimensional array"
2743 msgstr "argüman boş veya tek boyutlu dizi olmalıdır"
2744
2745 #: utils/adt/array_userfuncs.c:225
2746 #: utils/adt/array_userfuncs.c:264
2747 #: utils/adt/array_userfuncs.c:301
2748 #: utils/adt/array_userfuncs.c:330
2749 #: utils/adt/array_userfuncs.c:358
2750 msgid "cannot concatenate incompatible arrays"
2751 msgstr "uyumsuz arrayları birleştirilemez"
2752
2753 #: utils/adt/array_userfuncs.c:226
2754 #, c-format
2755 msgid "Arrays with element types %s and %s are not compatible for concatenation."
2756 msgstr "Öğe tipleri %s ve %s olan dizileri bitiştirmede kullanılamaz."
2757
2758 #: utils/adt/array_userfuncs.c:265
2759 #, c-format
2760 msgid "Arrays of %d and %d dimensions are not compatible for concatenation."
2761 msgstr "Bitiştirmede %d ve %d boyutlu dizileri kullanılamaz."
2762
2763 #: utils/adt/array_userfuncs.c:302
2764 msgid "Arrays with differing element dimensions are not compatible for concatenation."
2765 msgstr "Bitiştirmede öğeleri farklı boyutlu olan dizileri kullanılamaz."
2766
2767 #: utils/adt/array_userfuncs.c:331
2768 #: utils/adt/array_userfuncs.c:359
2769 msgid "Arrays with differing dimensions are not compatible for concatenation."
2770 msgstr "Bitiştirmede farklı boyutlu dizileri kullanılamaz."
2771
2772 #: utils/adt/array_userfuncs.c:425
2773 #: utils/adt/arrayfuncs.c:1186
2774 #: utils/adt/arrayfuncs.c:2841
2775 #: utils/adt/arrayfuncs.c:4521
2776 #, c-format
2777 msgid "invalid number of dimensions: %d"
2778 msgstr "boyut sayısı geçersiz: %d"
2779
2780 #: utils/adt/array_userfuncs.c:429
2781 #: utils/adt/arrayfuncs.c:203
2782 #: utils/adt/arrayfuncs.c:455
2783 #: utils/adt/arrayfuncs.c:1190
2784 #: utils/adt/arrayfuncs.c:2845
2785 #: utils/adt/arrayfuncs.c:4525
2786 #: executor/execQual.c:293
2787 #: executor/execQual.c:321
2788 #: executor/execQual.c:2907
2789 #, c-format
2790 msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
2791 msgstr "dizin boyut sayısı (%d), izin verilern en yüksek değerini (%d) aşmaktadır"
2792
2793 #: utils/adt/array_userfuncs.c:485
2794 #, fuzzy
2795 msgid "could not determine input data type"
2796 msgstr "giriş veri tipleri belirlenemiyor"
2797
2798 #: utils/adt/arrayfuncs.c:210
2799 #: utils/adt/arrayfuncs.c:222
2800 msgid "missing dimension value"
2801 msgstr "boyut değeri eksik"
2802
2803 #: utils/adt/arrayfuncs.c:232
2804 msgid "missing \"]\" in array dimensions"
2805 msgstr "array tanımında \"]\" eksik"
2806
2807 #: utils/adt/arrayfuncs.c:240
2808 #: utils/adt/arrayfuncs.c:2370
2809 #: utils/adt/arrayfuncs.c:2398
2810 #: utils/adt/arrayfuncs.c:2413
2811 msgid "upper bound cannot be less than lower bound"
2812 msgstr "üst sınır alt sınırından düşük olamaz"
2813
2814 #: utils/adt/arrayfuncs.c:252
2815 #: utils/adt/arrayfuncs.c:278
2816 msgid "array value must start with \"{\" or dimension information"
2817 msgstr "array değeri ya \"{\" ile ya da boyut bilgisi ile başlamalıdır"
2818
2819 #: utils/adt/arrayfuncs.c:266
2820 msgid "missing assignment operator"
2821 msgstr "atama işlemi eksik"
2822
2823 #: utils/adt/arrayfuncs.c:283
2824 #: utils/adt/arrayfuncs.c:289
2825 msgid "array dimensions incompatible with array literal"
2826 msgstr "array boyutları array değişmezi ile uyumsuz"
2827
2828 #: utils/adt/arrayfuncs.c:392
2829 #: utils/adt/arrayfuncs.c:407
2830 #: utils/adt/arrayfuncs.c:416
2831 #: utils/adt/arrayfuncs.c:430
2832 #: utils/adt/arrayfuncs.c:450
2833 #: utils/adt/arrayfuncs.c:478
2834 #: utils/adt/arrayfuncs.c:483
2835 #: utils/adt/arrayfuncs.c:523
2836 #: utils/adt/arrayfuncs.c:544
2837 #: utils/adt/arrayfuncs.c:563
2838 #: utils/adt/arrayfuncs.c:673
2839 #: utils/adt/arrayfuncs.c:682
2840 #: utils/adt/arrayfuncs.c:712
2841 #: utils/adt/arrayfuncs.c:727
2842 #: utils/adt/arrayfuncs.c:780
2843 #, c-format
2844 msgid "malformed array literal: \"%s\""
2845 msgstr "array literal bozuk: \"%s\""
2846
2847 #: utils/adt/arrayfuncs.c:490
2848 #: executor/execQual.c:2927
2849 #: executor/execQual.c:2954
2850 msgid "multidimensional arrays must have array expressions with matching dimensions"
2851 msgstr "çok boyutlu dizinler boyut sayısı kadar dizin ifade sayısına sahip olmalıdırlar"
2852
2853 #: utils/adt/arrayfuncs.c:819
2854 #: utils/adt/arrayfuncs.c:1407
2855 #: utils/adt/arrayfuncs.c:2725
2856 #: utils/adt/arrayfuncs.c:2873
2857 #: utils/adt/arrayfuncs.c:4621
2858 #: utils/adt/arrayutils.c:93
2859 #: utils/adt/arrayutils.c:102
2860 #: utils/adt/arrayutils.c:109
2861 #, c-format
2862 msgid "array size exceeds the maximum allowed (%d)"
2863 msgstr "dizin boyutu izin verilern en yüksek değerini (%d) aşmaktadır"
2864
2865 #: utils/adt/arrayfuncs.c:1197
2866 msgid "invalid array flags"
2867 msgstr "array flags geçersiz"
2868
2869 #: utils/adt/arrayfuncs.c:1205
2870 msgid "wrong element type"
2871 msgstr "element tipi yanlış"
2872
2873 #: utils/adt/arrayfuncs.c:1241
2874 #: utils/cache/lsyscache.c:2394
2875 #, c-format
2876 msgid "no binary input function available for type %s"
2877 msgstr "%s tipi için ikili giriş fonksiyonu mevcut değil"
2878
2879 #: utils/adt/arrayfuncs.c:1381
2880 #, c-format
2881 msgid "improper binary format in array element %d"
2882 msgstr "%d dizi öğesi için geçersiz ikili biçimi"
2883
2884 #: utils/adt/arrayfuncs.c:1463
2885 #: utils/cache/lsyscache.c:2429
2886 #, c-format
2887 msgid "no binary output function available for type %s"
2888 msgstr "%s tipi için ikili çıkış fonksiyonu mevcut değil"
2889
2890 #: utils/adt/arrayfuncs.c:1837
2891 msgid "slices of fixed-length arrays not implemented"
2892 msgstr "sabit-uzunluklu dizinlerin dilimleri implemente edilmemiş"
2893
2894 #: utils/adt/arrayfuncs.c:2010
2895 #: utils/adt/arrayfuncs.c:2032
2896 #: utils/adt/arrayfuncs.c:2066
2897 #: utils/adt/arrayfuncs.c:2352
2898 #: utils/adt/arrayfuncs.c:4501
2899 #: utils/adt/arrayfuncs.c:4533
2900 #: utils/adt/arrayfuncs.c:4550
2901 msgid "wrong number of array subscripts"
2902 msgstr "array subscript sayısı yanlış"
2903
2904 #: utils/adt/arrayfuncs.c:2015
2905 #: utils/adt/arrayfuncs.c:2108
2906 #: utils/adt/arrayfuncs.c:2403
2907 msgid "array subscript out of range"
2908 msgstr "array subscript kapsam dsışıdır"
2909
2910 #: utils/adt/arrayfuncs.c:2020
2911 msgid "cannot assign null value to an element of a fixed-length array"
2912 msgstr "sabit uzunluklu array elementine null değeri atanamaz"
2913
2914 #: utils/adt/arrayfuncs.c:2306
2915 msgid "updates on slices of fixed-length arrays not implemented"
2916 msgstr "sabit-uzunluklu dizinlerin dilimleri üzerinde update implemente edilmemiş"
2917
2918 #: utils/adt/arrayfuncs.c:2342
2919 #: utils/adt/arrayfuncs.c:2429
2920 msgid "source array too small"
2921 msgstr "kaynak array küçük"
2922
2923 #: utils/adt/arrayfuncs.c:2980
2924 msgid "null array element not allowed in this context"
2925 msgstr "bu ortamda null array elementi kabul edilmemektedir"
2926
2927 #: utils/adt/arrayfuncs.c:3041
2928 #: utils/adt/arrayfuncs.c:3248
2929 #: utils/adt/arrayfuncs.c:3448
2930 msgid "cannot compare arrays of different element types"
2931 msgstr "farklı öğe tipli dizinleri karşılaştırılamaz"
2932
2933 #: utils/adt/arrayfuncs.c:3064
2934 #: utils/adt/arrayfuncs.c:3465
2935 #: utils/adt/rowtypes.c:1133
2936 #: parser/parse_oper.c:259
2937 #, c-format
2938 msgid "could not identify an equality operator for type %s"
2939 msgstr "%s tipi için eşitleme işlemi bulunamadı "
2940
2941 #: utils/adt/arrayfuncs.c:3265
2942 #: utils/adt/rowtypes.c:907
2943 #: executor/execQual.c:4674
2944 #, c-format
2945 msgid "could not identify a comparison function for type %s"
2946 msgstr "%s tipi için karşılaştırma fonksiyonu bulunamadı"
2947
2948 #: utils/adt/arrayfuncs.c:4399
2949 #: utils/adt/arrayfuncs.c:4439
2950 msgid "dimension array or low bound array cannot be NULL"
2951 msgstr ""
2952
2953 #: utils/adt/arrayfuncs.c:4502
2954 #: utils/adt/arrayfuncs.c:4534
2955 #, fuzzy
2956 msgid "Dimension array must be one dimensional."
2957 msgstr "typmod array tek boyutlu olmalıdır"
2958
2959 #: utils/adt/arrayfuncs.c:4507
2960 #: utils/adt/arrayfuncs.c:4539
2961 #, fuzzy
2962 msgid "wrong range of array subscripts"
2963 msgstr "array subscript sayısı yanlış"
2964
2965 #: utils/adt/arrayfuncs.c:4508
2966 #: utils/adt/arrayfuncs.c:4540
2967 msgid "Lower bound of dimension array must be one."
2968 msgstr ""
2969
2970 #: utils/adt/arrayfuncs.c:4513
2971 #: utils/adt/arrayfuncs.c:4545
2972 #, fuzzy
2973 msgid "dimension values cannot be null"
2974 msgstr "oturum kullanıcısının adı değiştirilemez"
2975
2976 #: utils/adt/arrayfuncs.c:4551
2977 msgid "Low bound array has different size than dimensions array."
2978 msgstr ""
2979
2980 #: utils/adt/arrayutils.c:209
2981 #, fuzzy
2982 msgid "typmod array must be type cstring[]"
2983 msgstr "typmod array tamsyı tipinde olmalıdır"
2984
2985 #: utils/adt/arrayutils.c:214
2986 msgid "typmod array must be one-dimensional"
2987 msgstr "typmod array tek boyutlu olmalıdır"
2988
2989 #: utils/adt/arrayutils.c:219
2990 msgid "typmod array must not contain nulls"
2991 msgstr "typmod array null kayıtları içeremez"
2992
2993 #: utils/adt/ascii.c:75
2994 #, c-format
2995 msgid "encoding conversion from %s to ASCII not supported"
2996 msgstr "%s karakter tipinden ASCII karakter tipine dönüştürme desteklenmiyor"
2997
2998 #: utils/adt/ascii.c:126
2999 #: commands/dbcommands.c:234
3000 #, c-format
3001 msgid "%s is not a valid encoding name"
3002 msgstr "%s geçerli bir dil kodlaması adı değildir"
3003
3004 #: utils/adt/ascii.c:144
3005 #: commands/dbcommands.c:224
3006 #, c-format
3007 msgid "%d is not a valid encoding code"
3008 msgstr "%d geçerli bir dil kodlaması değildir"
3009
3010 #: utils/adt/bool.c:153
3011 #, c-format
3012 msgid "invalid input syntax for type boolean: \"%s\""
3013 msgstr "boolean tipi için geçersiz giriş siz dizimi: \"%s\""
3014
3015 #: utils/adt/cash.c:232
3016 #, c-format
3017 msgid "invalid input syntax for type money: \"%s\""
3018 msgstr "money tipi için geçersiz giriş siz dizimi: \"%s\""
3019
3020 #: utils/adt/cash.c:524
3021 #: utils/adt/cash.c:575
3022 #: utils/adt/cash.c:624
3023 #: utils/adt/cash.c:676
3024 #: utils/adt/cash.c:726
3025 #: utils/adt/float.c:763
3026 #: utils/adt/float.c:827
3027 #: utils/adt/float.c:2475
3028 #: utils/adt/float.c:2538
3029 #: utils/adt/geo_ops.c:3959
3030 #: utils/adt/int.c:719
3031 #: utils/adt/int.c:860
3032 #: utils/adt/int.c:955
3033 #: utils/adt/int.c:1039
3034 #: utils/adt/int.c:1065
3035 #: utils/adt/int.c:1085
3036 #: utils/adt/int8.c:604
3037 #: utils/adt/int8.c:651
3038 #: utils/adt/int8.c:829
3039 #: utils/adt/int8.c:924
3040 #: utils/adt/int8.c:1008
3041 #: utils/adt/int8.c:1103
3042 #: utils/adt/numeric.c:4183
3043 #: utils/adt/numeric.c:4466
3044 #: utils/adt/timestamp.c:2865
3045 msgid "division by zero"
3046 msgstr "sıfırla bölüm"
3047
3048 #: utils/adt/char.c:169
3049 msgid "\"char\" out of range"
3050 msgstr "\"char\" sıra dışıdır"
3051
3052 #: utils/adt/date.c:66
3053 #: utils/adt/timestamp.c:92
3054 #: utils/adt/varbit.c:44
3055 #: utils/adt/varchar.c:43
3056 msgid "invalid type modifier"
3057 msgstr "tip belirteci geçersiz"
3058
3059 #: utils/adt/date.c:71
3060 #, c-format
3061 msgid "TIME(%d)%s precision must not be negative"
3062 msgstr "TIME(%d)%s kesinliği sıfırdan küçük olamaz"
3063
3064 #: utils/adt/date.c:77
3065 #, c-format
3066 msgid "TIME(%d)%s precision reduced to maximum allowed, %d"
3067 msgstr "TIME(%d)%s kesinliği en yüksek değerine (%d) kadar düşürüldü"
3068
3069 #: utils/adt/date.c:142
3070 #: utils/adt/datetime.c:1181
3071 #: utils/adt/datetime.c:1926
3072 msgid "date/time value \"current\" is no longer supported"
3073 msgstr "\"current\" tarih/saat değeri artık desteklenmiyor"
3074
3075 #: utils/adt/date.c:167
3076 #, c-format
3077 msgid "date out of range: \"%s\""
3078 msgstr "date kapsam dışıdır: \"%s\""
3079
3080 #: utils/adt/date.c:347
3081 #, fuzzy
3082 msgid "cannot subtract infinite dates"
3083 msgstr "sonsuz timestap veri tipi üzerinde çıkarma işlemi yapılamaz"
3084
3085 #: utils/adt/date.c:404
3086 #: utils/adt/date.c:441
3087 msgid "date out of range for timestamp"
3088 msgstr "timestamp için tarih aralık dışıdır"
3089
3090 #: utils/adt/date.c:868
3091 #: utils/adt/date.c:915
3092 #: utils/adt/date.c:1471
3093 #: utils/adt/date.c:1508
3094 #: utils/adt/date.c:2382
3095 #: utils/adt/formatting.c:2961
3096 #: utils/adt/formatting.c:2993
3097 #: utils/adt/formatting.c:3061
3098 #: utils/adt/nabstime.c:480
3099 #: utils/adt/nabstime.c:523
3100 #: utils/adt/nabstime.c:553
3101 #: utils/adt/nabstime.c:596
3102 #: utils/adt/timestamp.c:226
3103 #: utils/adt/timestamp.c:264
3104 #: utils/adt/timestamp.c:486
3105 #: utils/adt/timestamp.c:526
3106 #: utils/adt/timestamp.c:2525
3107 #: utils/adt/timestamp.c:2546
3108 #: utils/adt/timestamp.c:2559
3109 #: utils/adt/timestamp.c:2568
3110 #: utils/adt/timestamp.c:2626
3111 #: utils/adt/timestamp.c:2649
3112 #: utils/adt/timestamp.c:2662
3113 #: utils/adt/timestamp.c:2673
3114 #: utils/adt/timestamp.c:3103
3115 #: utils/adt/timestamp.c:3233
3116 #: utils/adt/timestamp.c:3274
3117 #: utils/adt/timestamp.c:3362
3118 #: utils/adt/timestamp.c:3409
3119 #: utils/adt/timestamp.c:3520
3120 #: utils/adt/timestamp.c:3833
3121 #: utils/adt/timestamp.c:3970
3122 #: utils/adt/timestamp.c:3977
3123 #: utils/adt/timestamp.c:3991
3124 #: utils/adt/timestamp.c:4001
3125 #: utils/adt/timestamp.c:4064
3126 #: utils/adt/timestamp.c:4204
3127 #: utils/adt/timestamp.c:4214
3128 #: utils/adt/timestamp.c:4429
3129 #: utils/adt/timestamp.c:4508
3130 #: utils/adt/timestamp.c:4515
3131 #: utils/adt/timestamp.c:4542
3132 #: utils/adt/timestamp.c:4546
3133 #: utils/adt/timestamp.c:4603
3134 #: utils/adt/xml.c:1689
3135 #: utils/adt/xml.c:1696
3136 #: utils/adt/xml.c:1716
3137 #: utils/adt/xml.c:1723
3138 msgid "timestamp out of range"
3139 msgstr "timestamp sıra dışıdır"
3140
3141 #: utils/adt/date.c:941
3142 msgid "cannot convert reserved abstime value to date"
3143 msgstr "ayrılmış abstime değeri tarihe çevrilemez"
3144
3145 #: utils/adt/date.c:1095
3146 #: utils/adt/date.c:1102
3147 #: utils/adt/date.c:1870
3148 #: utils/adt/date.c:1877
3149 #, fuzzy
3150 msgid "time out of range"
3151 msgstr "date kapsam dışıdır: \"%s\""
3152
3153 #: utils/adt/date.c:1748
3154 #: utils/adt/date.c:1765
3155 #, c-format
3156 msgid "\"time\" units \"%s\" not recognized"
3157 msgstr "\"time\" birimi \"%s\" tanınmadı"
3158
3159 #: utils/adt/date.c:1887
3160 #, fuzzy
3161 msgid "time zone displacement out of range"
3162 msgstr "yer değiştirme değeri kapsam dışında: \"%s\""
3163
3164 #: utils/adt/date.c:2512
3165 #: utils/adt/date.c:2529
3166 #, c-format
3167 msgid "\"time with time zone\" units \"%s\" not recognized"
3168 msgstr "\"%s\" birimi \"time with time zone\" veri tipi için tanımlı değildir"
3169
3170 #: utils/adt/date.c:2587
3171 #: utils/adt/datetime.c:925
3172 #: utils/adt/datetime.c:1657
3173 #: utils/adt/timestamp.c:4441
3174 #: utils/adt/timestamp.c:4614
3175 #, c-format
3176 msgid "time zone \"%s\" not recognized"
3177 msgstr "time zone \"%s\" tanınmadı"
3178
3179 #: utils/adt/date.c:2627
3180 #, c-format
3181 msgid "\"interval\" time zone \"%s\" not valid"
3182 msgstr "\"%s\"  \"interval\" saat dilim geçersizdir"
3183
3184 #: utils/adt/datetime.c:3513
3185 #: utils/adt/datetime.c:3520
3186 #, c-format
3187 msgid "date/time field value out of range: \"%s\""
3188 msgstr "date/time alan değieri kapsam dışıdır: \"%s\""
3189
3190 #: utils/adt/datetime.c:3522
3191 msgid "Perhaps you need a different \"datestyle\" setting."
3192 msgstr "Mutemelen farklı \"datestyle\" ayarınıza gerek var."
3193
3194 #: utils/adt/datetime.c:3527
3195 #, c-format
3196 msgid "interval field value out of range: \"%s\""
3197 msgstr "interval alan değeri kapsam dışında: \"%s\""
3198
3199 #: utils/adt/datetime.c:3533
3200 #, c-format
3201 msgid "time zone displacement out of range: \"%s\""
3202 msgstr "yer değiştirme değeri kapsam dışında: \"%s\""
3203
3204 #. translator: first %s is inet or cidr
3205 #: utils/adt/datetime.c:3540
3206 #: utils/adt/network.c:107
3207 #, c-format
3208 msgid "invalid input syntax for type %s: \"%s\""
3209 msgstr "%s tipi için geçersiz giriş sözdizimi: \"%s\""
3210
3211 #: utils/adt/datum.c:80
3212 #: utils/adt/datum.c:92
3213 msgid "invalid Datum pointer"
3214 msgstr "geçersiz Datum pointer"
3215
3216 #: utils/adt/dbsize.c:102
3217 #: utils/adt/dbsize.c:189
3218 #, c-format
3219 msgid "could not open tablespace directory \"%s\": %m"
3220 msgstr "\"%s\" tablespace dizini açılamıyor: %m"
3221
3222 #: utils/adt/dbsize.c:122
3223 #: catalog/aclchk.c:2486
3224 #: catalog/aclchk.c:3499
3225 #, c-format
3226 msgid "database with OID %u does not exist"
3227 msgstr "%u OID'li veritabanı mevcut değil"
3228
3229 #: utils/adt/domains.c:80
3230 #, c-format
3231 msgid "type %s is not a domain"
3232 msgstr "%s tipi bir domain değildir"
3233
3234 #: utils/adt/domains.c:128
3235 #: executor/execQual.c:3699
3236 #, c-format
3237 msgid "domain %s does not allow null values"
3238 msgstr "%s domaini null değerleri almamaktadır"
3239
3240 #: utils/adt/domains.c:164
3241 #: executor/execQual.c:3728
3242 #, c-format
3243 msgid "value for domain %s violates check constraint \"%s\""
3244 msgstr "%s domaine kaydedilecek değer \"%s\" check kısıtlamasını desteklememektedir"
3245
3246 #: utils/adt/encode.c:55
3247 #: utils/adt/encode.c:91
3248 #, c-format
3249 msgid "unrecognized encoding: \"%s\""
3250 msgstr "tanınmayan kodlama adı \"%s\""
3251
3252 #: utils/adt/encode.c:150
3253 #, c-format
3254 msgid "invalid hexadecimal digit: \"%c\""
3255 msgstr "onaltılık rakam \"%c\" geçersiz"
3256
3257 #: utils/adt/encode.c:178
3258 msgid "invalid hexadecimal data: odd number of digits"
3259 msgstr "geçersiz hexadecimal veri: rakam sayısı tektir"
3260
3261 #: utils/adt/encode.c:295
3262 msgid "unexpected \"=\""
3263 msgstr "beklenmeyen \"=\""
3264
3265 #: utils/adt/encode.c:307
3266 msgid "invalid symbol"
3267 msgstr "geçersiz sembol"
3268
3269 #: utils/adt/encode.c:327
3270 msgid "invalid end sequence"
3271 msgstr "geçersiz end sequence"
3272
3273 #: utils/adt/encode.c:441
3274 #: utils/adt/encode.c:506
3275 #: utils/adt/varlena.c:211
3276 #: utils/adt/varlena.c:252
3277 msgid "invalid input syntax for type bytea"
3278 msgstr "bytea giriş tipi için geçersiz söz dizimi"
3279
3280 #: utils/adt/enum.c:44
3281 #: utils/adt/enum.c:55
3282 #: utils/adt/enum.c:108
3283 #: utils/adt/enum.c:119
3284 #, c-format
3285 msgid "invalid input value for enum %s: \"%s\""
3286 msgstr "%s enum tipi için geçersiz değer: \"%s\""
3287
3288 #: utils/adt/enum.c:80
3289 #: utils/adt/enum.c:146
3290 #, c-format
3291 msgid "invalid internal value for enum: %u"
3292 msgstr "enum için geçersiz iç değer: %u"
3293
3294 #: utils/adt/enum.c:266
3295 #: utils/adt/enum.c:307
3296 #: utils/adt/enum.c:356
3297 #: utils/adt/enum.c:376
3298 msgid "could not determine actual enum type"
3299 msgstr "gerçek enum veri tipli belirlenemiyor"
3300
3301 #: utils/adt/float.c:54
3302 msgid "value out of range: overflow"
3303 msgstr "değer kapsam dışıdır: overflow"
3304
3305 #: utils/adt/float.c:59
3306 msgid "value out of range: underflow"
3307 msgstr "değer kapsam dışıdır: underflow"
3308
3309 #: utils/adt/float.c:205
3310 #: utils/adt/float.c:246
3311 #: utils/adt/float.c:297
3312 #, c-format
3313 msgid "invalid input syntax for type real: \"%s\""
3314 msgstr "real tipi için geçersiz biçim: \"%s\""
3315
3316 #: utils/adt/float.c:241
3317 #, c-format
3318 msgid "\"%s\" is out of range for type real"
3319 msgstr "real tipi için kapsam dışı bir değer \"%s\""
3320
3321 #: utils/adt/float.c:398
3322 #: utils/adt/float.c:439
3323 #: utils/adt/float.c:490
3324 #: utils/adt/numeric.c:3645
3325 #: utils/adt/numeric.c:3671
3326 #, c-format
3327 msgid "invalid input syntax for type double precision: \"%s\""
3328 msgstr "double precision tipi için geçersiz biçim: \"%s\""
3329
3330 #: utils/adt/float.c:434
3331 #, c-format
3332 msgid "\"%s\" is out of range for type double precision"
3333 msgstr "double precision tipi için kapsam dışı bir değer \"%s\""
3334
3335 #: utils/adt/float.c:1118
3336 #: utils/adt/float.c:1176
3337 #: utils/adt/int.c:339
3338 #: utils/adt/int.c:775
3339 #: utils/adt/int.c:804
3340 #: utils/adt/int.c:825
3341 #: utils/adt/int.c:845
3342 #: utils/adt/int.c:873
3343 #: utils/adt/int.c:1121
3344 #: utils/adt/int8.c:1220
3345 #: utils/adt/numeric.c:2136
3346 #: utils/adt/numeric.c:2147
3347 msgid "smallint out of range"
3348 msgstr "smallint sıra dışıdır"
3349
3350 #: utils/adt/float.c:1302
3351 #: utils/adt/numeric.c:4859
3352 msgid "cannot take square root of a negative number"
3353 msgstr "sıfırdan küçük sayıdan kare kökü alınamaz"
3354
3355 #: utils/adt/float.c:1344
3356 #: utils/adt/numeric.c:1948
3357 #, fuzzy
3358 msgid "zero raised to a negative power is undefined"
3359 msgstr "sıfırın sıfır katı belirsiz"
3360
3361 #: utils/adt/float.c:1348
3362 #: utils/adt/numeric.c:1954
3363 msgid "a negative number raised to a non-integer power yields a complex result"
3364 msgstr ""
3365
3366 #: utils/adt/float.c:1414
3367 #: utils/adt/float.c:1444
3368 #: utils/adt/numeric.c:5077
3369 msgid "cannot take logarithm of zero"
3370 msgstr "sıfırın logaritması hesaplanamaz"
3371
3372 #: utils/adt/float.c:1418
3373 #: utils/adt/float.c:1448
3374 #: utils/adt/numeric.c:5081
3375 msgid "cannot take logarithm of a negative number"
3376 msgstr "sıfırdan küçük sayıdan logaritması alınamaz"
3377
3378 #: utils/adt/float.c:1475
3379 #: utils/adt/float.c:1496
3380 #: utils/adt/float.c:1517
3381 #: utils/adt/float.c:1539
3382 #: utils/adt/float.c:1560
3383 #: utils/adt/float.c:1581
3384 #: utils/adt/float.c:1603
3385 #: utils/adt/float.c:1624
3386 msgid "input is out of range"
3387 msgstr "giriş sıra dısışıdır"
3388
3389 #: utils/adt/float.c:2692
3390 #: utils/adt/numeric.c:955
3391 msgid "count must be greater than zero"
3392 msgstr "sayısı sıfırdan büyük olmalı"
3393
3394 #: utils/adt/float.c:2697
3395 #: utils/adt/numeric.c:962
3396 msgid "operand, lower bound and upper bound cannot be NaN"
3397 msgstr "işlenenin alt ve üst sınırı NaN olamaz"
3398
3399 #: utils/adt/float.c:2703
3400 msgid "lower and upper bounds must be finite"
3401 msgstr "alt ve üst sınırları sonsuz olamaz"
3402
3403 #: utils/adt/float.c:2741
3404 #: utils/adt/numeric.c:975
3405 msgid "lower bound cannot equal upper bound"
3406 msgstr "alt sınır üst sınırı ile eşit olamaz"
3407
3408 #: utils/adt/formatting.c:489
3409 msgid "invalid format specification for an interval value"
3410 msgstr "interval değer biçimi yalnış"
3411
3412 #: utils/adt/formatting.c:490
3413 msgid "Intervals are not tied to specific calendar dates."
3414 msgstr "interval belli takvim tarihlerine bağlı değildir."
3415
3416 #: utils/adt/formatting.c:1055
3417 msgid "\"9\" must be ahead of \"PR\""
3418 msgstr "\"9\", \"PR\"'dan önce olmalıdır"
3419
3420 #: utils/adt/formatting.c:1074
3421 msgid "\"0\" must be ahead of \"PR\""
3422 msgstr "\"0\", \"PR\"'dan önce olmalıdır"
3423
3424 #: utils/adt/formatting.c:1103
3425 msgid "multiple decimal points"
3426 msgstr "birden fazla ondalık ayraç"
3427
3428 #: utils/adt/formatting.c:1110
3429 #: utils/adt/formatting.c:1214
3430 msgid "cannot use \"V\" and decimal point together"
3431 msgstr "\"V\" ve ondalık virgül bir arada kullanılamaz"
3432
3433 #: utils/adt/formatting.c:1125
3434 #, fuzzy
3435 msgid "cannot use \"S\" twice"
3436 msgstr "\"S\" ve \"MI\" birlikte kullanılamaz"
3437
3438 #: utils/adt/formatting.c:1132
3439 msgid "cannot use \"S\" and \"PL\"/\"MI\"/\"SG\"/\"PR\" together"
3440 msgstr "\"S\" ve \"PL\"/\"MI\"/\"SG\"/\"PR\" bir arada kullanılamaz"
3441
3442 #: utils/adt/formatting.c:1155
3443 msgid "cannot use \"S\" and \"MI\" together"
3444 msgstr "\"S\" ve \"MI\" birlikte kullanılamaz"
3445
3446 #: utils/adt/formatting.c:1168
3447 msgid "cannot use \"S\" and \"PL\" together"
3448 msgstr "\"S\" ve \"PL\" birlikte kullanılamaz"
3449
3450 #: utils/adt/formatting.c:1181
3451 msgid "cannot use \"S\" and \"SG\" together"
3452 msgstr "\"S\" ve \"SG\" birlikte kullanılamaz"
3453
3454 #: utils/adt/formatting.c:1193
3455 msgid "cannot use \"PR\" and \"S\"/\"PL\"/\"MI\"/\"SG\" together"
3456 msgstr "\"PR\" ve \"S\"/\"PL\"/\"MI\"/\"SG\" bir arada kullanılamaz"
3457
3458 #: utils/adt/formatting.c:1223
3459 msgid "\"E\" is not supported"
3460 msgstr "\"E\" desteklenmiyor"
3461
3462 #: utils/adt/formatting.c:1413
3463 #, c-format
3464 msgid "\"%s\" is not a number"
3465 msgstr "\"%s\" bir sayı değildir"
3466
3467 #: utils/adt/formatting.c:1790
3468 #, fuzzy
3469 msgid "invalid combination of date conventions"
3470 msgstr "geçersiz bağlantı seçeneği \"%s\"\n"
3471
3472 #: utils/adt/formatting.c:1791
3473 msgid "Do not mix Gregorian and ISO week date conventions in a formatting template."
3474 msgstr ""
3475
3476 #: utils/adt/formatting.c:1808
3477 #, c-format
3478 msgid "conflicting values for \"%s\" field in formatting string"
3479 msgstr ""
3480
3481 #: utils/adt/formatting.c:1810
3482 msgid "This value contradicts a previous setting for the same field type."
3483 msgstr ""
3484
3485 #: utils/adt/formatting.c:1871
3486 #, c-format
3487 msgid "source string too short for \"%s\" formatting field"
3488 msgstr ""
3489
3490 #: utils/adt/formatting.c:1873
3491 #, c-format
3492 msgid "Field requires %d characters, but only %d remain."
3493 msgstr "Alan %d karakter gerektiriyor, ama %d kaldı."
3494
3495 #: utils/adt/formatting.c:1876
3496 #: utils/adt/formatting.c:1890
3497 msgid "If your source string is not fixed-width, try using the \"FM\" modifier."
3498 msgstr ""
3499
3500 #: utils/adt/formatting.c:1886
3501 #: utils/adt/formatting.c:1899
3502 #: utils/adt/formatting.c:2029
3503 #, fuzzy, c-format
3504 msgid "invalid value \"%s\" for \"%s\""
3505 msgstr "%s için geçersiz değer"
3506
3507 #: utils/adt/formatting.c:1888
3508 #, c-format
3509 msgid "Field requires %d characters, but only %d could be parsed."
3510 msgstr ""
3511
3512 #: utils/adt/formatting.c:1901
3513 msgid "Value must be an integer."
3514 msgstr "Değer tamsayı olmalıdır."
3515
3516 #: utils/adt/formatting.c:1906
3517 #, fuzzy, c-format
3518 msgid "value for \"%s\" in source string is out of range"
3519 msgstr "oid tipi için \"%s\" değeri sıra dışıdır"
3520
3521 #: utils/adt/formatting.c:1908
3522 #, c-format
3523 msgid "Value must be in the range %d to %d."
3524 msgstr ""
3525
3526 #: utils/adt/formatting.c:2031
3527 msgid "The given value did not match any of the allowed values for this field."
3528 msgstr ""
3529
3530 #: utils/adt/formatting.c:2593
3531 #, fuzzy
3532 msgid "\"TZ\"/\"tz\" format patterns are not supported in to_date"
3533 msgstr "bu platformda tablespace desteklenmiyor"
3534
3535 #: utils/adt/formatting.c:2694
3536 #, fuzzy
3537 msgid "invalid input string for \"Y,YYY\""
3538 msgstr "uuid tipi için geçersiz söz dizimi: \"%s\""
3539
3540 #: utils/adt/formatting.c:3208
3541 #, c-format
3542 msgid "hour \"%d\" is invalid for the 12-hour clock"
3543 msgstr ""
3544
3545 #: utils/adt/formatting.c:3210
3546 msgid "Use the 24-hour clock, or give an hour between 1 and 12."
3547 msgstr ""
3548
3549 #: utils/adt/formatting.c:3248
3550 #, c-format
3551 msgid "inconsistent use of year %04d and \"BC\""
3552 msgstr "tutarsız %04d tıl ve \"BC\" tanımının kullanımı"
3553
3554 #: utils/adt/formatting.c:3295
3555 msgid "cannot calculate day of year without year information"
3556 msgstr "yıl bilgisi olmadan yılın günü hesaplanamaz"
3557
3558 #: utils/adt/formatting.c:4156
3559 msgid "\"RN\" not supported"
3560 msgstr "\"RN\" desteklenmiyor"
3561
3562 #: utils/adt/genfile.c:57
3563 msgid "reference to parent directory (\"..\") not allowed"
3564 msgstr "(\"..\") ile üst dizin referansı yapılamaz"
3565
3566 #: utils/adt/genfile.c:71
3567 msgid "absolute path not allowed"
3568 msgstr "absolute path kullanılamaz"
3569
3570 #: utils/adt/genfile.c:98
3571 msgid "must be superuser to read files"
3572 msgstr "dosyaları okumak için superuser olmalısınız"
3573
3574 #: utils/adt/genfile.c:105
3575 #: commands/copy.c:1748
3576 #, c-format
3577 msgid "could not open file \"%s\" for reading: %m"
3578 msgstr "\"%s\" dosyası, okunmak için açılamadı: %m"
3579
3580 #: utils/adt/genfile.c:112
3581 #, c-format
3582 msgid "could not seek in file \"%s\": %m"
3583 msgstr "\"%s\" dosyası ilerleme hatası: %m"
3584
3585 #: utils/adt/genfile.c:117
3586 msgid "requested length cannot be negative"
3587 msgstr "istenilen uzunluk negatif olamaz"
3588
3589 #: utils/adt/genfile.c:123
3590 #: utils/adt/oracle_compat.c:181
3591 #: utils/adt/oracle_compat.c:279
3592 #: utils/adt/oracle_compat.c:755
3593 #: utils/adt/oracle_compat.c:1045
3594 msgid "requested length too large"
3595 msgstr "istenen uzunluk çok büyük"
3596
3597 #: utils/adt/genfile.c:159
3598 msgid "must be superuser to get file information"
3599 msgstr "dosya bilgisini almak için superuser olmalısınız"
3600
3601 #: utils/adt/genfile.c:223
3602 msgid "must be superuser to get directory listings"
3603 msgstr "dizindeki dosya listesini görmek için superuser olmalısınız"
3604
3605 #: utils/adt/genfile.c:240
3606 #: utils/adt/misc.c:210
3607 #: utils/misc/tzparser.c:345
3608 #: commands/tablespace.c:581
3609 #: storage/file/fd.c:1530
3610 #: postmaster/postmaster.c:1089
3611 #: ../port/copydir.c:65
3612 #, c-format
3613 msgid "could not open directory \"%s\": %m"
3614 msgstr "\"%s\" dizini açılamıyor: %m"
3615
3616 #: utils/adt/geo_ops.c:292
3617 #: utils/adt/geo_ops.c:4080
3618 #: utils/adt/geo_ops.c:4997
3619 msgid "too many points requested"
3620 msgstr "sayı içindeki ondalık nokta sayısı çok fazla"
3621
3622 #: utils/adt/geo_ops.c:315
3623 msgid "could not format \"path\" value"
3624 msgstr "\"path\" değeri biçimlendirilemiyor"
3625
3626 #: utils/adt/geo_ops.c:390
3627 #, c-format
3628 msgid "invalid input syntax for type box: \"%s\""
3629 msgstr "box tipi için geçersiz biçim: \"%s\""
3630
3631 #: utils/adt/geo_ops.c:954
3632 #, c-format
3633 msgid "invalid input syntax for type line: \"%s\""
3634 msgstr "line tipi için geçersiz biçim: \"%s\""
3635
3636 #: utils/adt/geo_ops.c:961
3637 #: utils/adt/geo_ops.c:1028
3638 #: utils/adt/geo_ops.c:1043
3639 #: utils/adt/geo_ops.c:1055
3640 msgid "type \"line\" not yet implemented"
3641 msgstr "\"line\" veri tipi implemente edilmemiştir"
3642
3643 #: utils/adt/geo_ops.c:1402
3644 #: utils/adt/geo_ops.c:1425
3645 #, c-format
3646 msgid "invalid input syntax for type path: \"%s\""
3647 msgstr "path tipi için geçersiz biçim: \"%s\""
3648
3649 #: utils/adt/geo_ops.c:1464
3650 msgid "invalid number of points in external \"path\" value"
3651 msgstr "dış \"path\" değerinde geçersiz nokta sayısı"
3652
3653 #: utils/adt/geo_ops.c:1805
3654 #, c-format
3655 msgid "invalid input syntax for type point: \"%s\""
3656 msgstr "point tipi için geçersiz biçim: \"%s\""
3657
3658 #: utils/adt/geo_ops.c:2033
3659 #, c-format
3660 msgid "invalid input syntax for type lseg: \"%s\""
3661 msgstr "lseg tipi için geçersiz biçim: \"%s\""
3662
3663 #: utils/adt/geo_ops.c:2624
3664 msgid "function \"dist_lb\" not implemented"
3665 msgstr "\"dist_lb\" fonksiyonu implemente edilmemiştir"
3666
3667 #: utils/adt/geo_ops.c:3137
3668 msgid "function \"close_lb\" not implemented"
3669 msgstr "\"close_lb\" fonksiyonu implemente edilmemiştir"
3670
3671 #: utils/adt/geo_ops.c:3416
3672 msgid "cannot create bounding box for empty polygon"
3673 msgstr "boş polygon için bounding box oluşturulamaz"
3674
3675 #: utils/adt/geo_ops.c:3440
3676 #: utils/adt/geo_ops.c:3452
3677 #, c-format
3678 msgid "invalid input syntax for type polygon: \"%s\""
3679 msgstr "polygon tipi için geçersiz biçim: \"%s\""
3680
3681 #: utils/adt/geo_ops.c:3492
3682 msgid "invalid number of points in external \"polygon\" value"
3683 msgstr "dış \"polygon\" değerinde geçersiz nokta sayısı"
3684
3685 #: utils/adt/geo_ops.c:3878
3686 msgid "function \"poly_distance\" not implemented"
3687 msgstr "\"poly_distance\" fonksiyonu implement edilmemiş"
3688
3689 #: utils/adt/geo_ops.c:4190
3690 msgid "function \"path_center\" not implemented"
3691 msgstr "\"path_center\" fonksiyonu implement edilmemiş"
3692
3693 #: utils/adt/geo_ops.c:4207
3694 msgid "open path cannot be converted to polygon"
3695 msgstr "open path, polygon veri tipine dönüştürülemez"
3696
3697 #: utils/adt/geo_ops.c:4374
3698 #: utils/adt/geo_ops.c:4384
3699 #: utils/adt/geo_ops.c:4399
3700 #: utils/adt/geo_ops.c:4405
3701 #, c-format
3702 msgid "invalid input syntax for type circle: \"%s\""
3703 msgstr "circle tipi için geçersiz biçim: \"%s\""
3704
3705 #: utils/adt/geo_ops.c:4427
3706 #: utils/adt/geo_ops.c:4435
3707 msgid "could not format \"circle\" value"
3708 msgstr "\"circle\" değeri biçimlendirilemedi"
3709
3710 #: utils/adt/geo_ops.c:4462
3711 msgid "invalid radius in external \"circle\" value"
3712 msgstr "\"circle\" değerin dış yarıçap değeri geçersiz"
3713
3714 #: utils/adt/geo_ops.c:4983
3715 msgid "cannot convert circle with radius zero to polygon"
3716 msgstr "yarıçapı sıfır olan daire polygon'a çevrilemez"
3717
3718 #: utils/adt/geo_ops.c:4988
3719 msgid "must request at least 2 points"
3720 msgstr "en az iki nokta istemelidir"
3721
3722 #: utils/adt/geo_ops.c:5032
3723 #: utils/adt/geo_ops.c:5055
3724 msgid "cannot convert empty polygon to circle"
3725 msgstr "boş polygon daireye çevrilemez"
3726
3727 #: utils/adt/int.c:161
3728 msgid "int2vector has too many elements"
3729 msgstr "int2vector çok fazla öğesine sahip"
3730
3731 #: utils/adt/int.c:234
3732 msgid "invalid int2vector data"
3733 msgstr "geçersiz int2vector verisi"
3734
3735 #: utils/adt/int.c:1309
3736 #: utils/adt/int8.c:1357
3737 #: utils/adt/timestamp.c:4701
3738 #: utils/adt/timestamp.c:4782
3739 msgid "step size cannot equal zero"
3740 msgstr "step boyutu sıfır olamaz"
3741
3742 #: utils/adt/int8.c:101
3743 #: utils/adt/int8.c:136
3744 #: utils/adt/numutils.c:53
3745 #: utils/adt/numutils.c:63
3746 #: utils/adt/numutils.c:105
3747 #, c-format
3748 msgid "invalid input syntax for integer: \"%s\""
3749 msgstr "integer için geçersiz sözdizimi:\"%s\""
3750
3751 #: utils/adt/int8.c:117
3752 #, c-format
3753 msgid "value \"%s\" is out of range for type bigint"
3754 msgstr "bigint tipi için \"%s\" değeri kapsam dışıdır"
3755
3756 #: utils/adt/int8.c:506
3757 #: utils/adt/int8.c:535
3758 #: utils/adt/int8.c:556
3759 #: utils/adt/int8.c:589
3760 #: utils/adt/int8.c:617
3761 #: utils/adt/int8.c:635
3762 #: utils/adt/int8.c:681
3763 #: utils/adt/int8.c:698
3764 #: utils/adt/int8.c:767
3765 #: utils/adt/int8.c:788
3766 #: utils/adt/int8.c:815
3767 #: utils/adt/int8.c:842
3768 #: utils/adt/int8.c:863
3769 #: utils/adt/int8.c:884
3770 #: utils/adt/int8.c:911
3771 #: utils/adt/int8.c:946
3772 #: utils/adt/int8.c:967
3773 #: utils/adt/int8.c:994
3774 #: utils/adt/int8.c:1021
3775 #: utils/adt/int8.c:1042
3776 #: utils/adt/int8.c:1063
3777 #: utils/adt/int8.c:1090
3778 #: utils/adt/int8.c:1258
3779 #: utils/adt/int8.c:1297
3780 #: utils/adt/numeric.c:2088
3781 #: utils/adt/varbit.c:1456
3782 msgid "bigint out of range"
3783 msgstr "biginit değeri sıra dışıdır"
3784
3785 #: utils/adt/int8.c:1314
3786 msgid "OID out of range"
3787 msgstr "OID kapsam dışıdır"
3788
3789 #: utils/adt/like_match.c:103
3790 #, fuzzy
3791 msgid "LIKE pattern must not end with escape character"
3792 msgstr "$%d parametresi yoktur"
3793
3794 #: utils/adt/like_match.c:289
3795 #: utils/adt/regexp.c:681
3796 msgid "invalid escape string"
3797 msgstr "escape satırı geçersiz"
3798
3799 #: utils/adt/like_match.c:290
3800 #: utils/adt/regexp.c:682
3801 msgid "Escape string must be empty or one character."
3802 msgstr "Kaçış dizisi boş veya bir karakter olmalıdır."
3803
3804 #: utils/adt/mac.c:65
3805 #, c-format
3806 msgid "invalid input syntax for type macaddr: \"%s\""
3807 msgstr "macaddr tipi için geçersiz biçim: \"%s\""
3808
3809 #: utils/adt/mac.c:72
3810 #, c-format
3811 msgid "invalid octet value in \"macaddr\" value: \"%s\""
3812 msgstr "\"macaddr\" içinde geçersiz octet değeri: \"%s\""
3813
3814 #: utils/adt/misc.c:79
3815 msgid "must be superuser to signal other server processes"
3816 msgstr "diğer aktif sunucu süreçlerine sinyal göndermek için superuser olmanız lazım"
3817
3818 #: utils/adt/misc.c:88
3819 #, c-format
3820 msgid "PID %d is not a PostgreSQL server process"
3821 msgstr "PID %d bir PostgreSQL sunucu süreci değildir"
3822
3823 #: utils/adt/misc.c:101
3824 #: storage/lmgr/proc.c:932
3825 #, c-format
3826 msgid "could not send signal to process %d: %m"
3827 msgstr "%d sürecine sinyal gönderme başarısız: %m"
3828
3829 #: utils/adt/misc.c:125
3830 msgid "must be superuser to signal the postmaster"
3831 msgstr "postmaster süreçlerine sinyal göndermek için superuser olmanız lazım"
3832
3833 #: utils/adt/misc.c:130
3834 #, c-format
3835 msgid "failed to send signal to postmaster: %m"
3836 msgstr "postmaster sürecine sinyal gönderme başarısız: %m"
3837
3838 #: utils/adt/misc.c:147
3839 msgid "must be superuser to rotate log files"
3840 msgstr "log dosyaları göndürmek için superuser olmalısınız"
3841
3842 #: utils/adt/misc.c:152
3843 #, fuzzy
3844 msgid "rotation not possible because log collection not active"
3845 msgstr "log direction etkin olmadıpından rotation yapılamaz"
3846
3847 #: utils/adt/misc.c:193
3848 msgid "global tablespace never has databases"
3849 msgstr "global tablespace, database bulunduramaz"
3850
3851 #: utils/adt/misc.c:213
3852 #, c-format
3853 msgid "%u is not a tablespace OID"
3854 msgstr "%u OID tablespace değildir"
3855
3856 #: utils/adt/misc.c:349
3857 msgid "unreserved"
3858 msgstr ""
3859
3860 #: utils/adt/misc.c:353
3861 #, fuzzy
3862 msgid "unreserved (cannot be function or type name)"
3863 msgstr "geçerli kullanıcının adı değiştirilemez"
3864
3865 #: utils/adt/misc.c:357
3866 msgid "reserved (can be function or type name)"
3867 msgstr ""
3868
3869 #: utils/adt/misc.c:361
3870 msgid "reserved"
3871 msgstr ""
3872
3873 #: utils/adt/nabstime.c:160
3874 #, c-format
3875 msgid "invalid time zone name: \"%s\""
3876 msgstr "geçersiz zaman dilimi adı: \"%s\""
3877
3878 #: utils/adt/nabstime.c:506
3879 #: utils/adt/nabstime.c:579
3880 msgid "cannot convert abstime \"invalid\" to timestamp"
3881 msgstr "abstime \"invalid\" interval tipine dönüştürülemiyor"
3882
3883 #: utils/adt/nabstime.c:798
3884 msgid "invalid status in external \"tinterval\" value"
3885 msgstr "harici \"tinterval\" değerinin durumu geçirsiz"
3886
3887 #: utils/adt/nabstime.c:875
3888 msgid "cannot convert reltime \"invalid\" to interval"
3889 msgstr "reltime \"invalid\" değeri interval'a dönüştürülemiyor"
3890
3891 #: utils/adt/nabstime.c:1557
3892 #, c-format
3893 msgid "invalid input syntax for type tinterval: \"%s\""
3894 msgstr "interval tipi için geçersiz biçim: \"%s\""
3895
3896 #: utils/adt/network.c:118
3897 #, c-format
3898 msgid "invalid cidr value: \"%s\""
3899 msgstr "cidr değeri geçersiz: \"%s\""
3900
3901 #: utils/adt/network.c:119
3902 #: utils/adt/network.c:249
3903 msgid "Value has bits set to right of mask."
3904 msgstr "Değerin maskenin sğında fazladan bitler var."
3905
3906 #: utils/adt/network.c:160
3907 #: utils/adt/network.c:614
3908 #: utils/adt/network.c:639
3909 #: utils/adt/network.c:664
3910 #, c-format
3911 msgid "could not format inet value: %m"
3912 msgstr "inet değeri biçimlendirilemiyor: %m"
3913
3914 #. translator: %s is inet or cidr
3915 #: utils/adt/network.c:217
3916 #, c-format
3917 msgid "invalid address family in external \"%s\" value"
3918 msgstr "dış \"%s\" değerinde geçersiz address family"
3919
3920 #. translator: %s is inet or cidr
3921 #: utils/adt/network.c:224
3922 #, c-format
3923 msgid "invalid bits in external \"%s\" value"
3924 msgstr "harici \"%s\" değerinin bitleri geçirsiz"
3925
3926 #. translator: %s is inet or cidr
3927 #: utils/adt/network.c:233
3928 #, c-format
3929 msgid "invalid length in external \"%s\" value"
3930 msgstr "harici \"%s\" değerinin uzunluğu geçirsiz"
3931
3932 #: utils/adt/network.c:248
3933 msgid "invalid external \"cidr\" value"
3934 msgstr "geçersiz harici \"cidr\" değeri"
3935
3936 #: utils/adt/network.c:370
3937 #: utils/adt/network.c:397
3938 #, c-format
3939 msgid "invalid mask length: %d"
3940 msgstr "geçersiz mask uzunluğu: %d"
3941
3942 #: utils/adt/network.c:682
3943 #, c-format
3944 msgid "could not format cidr value: %m"
3945 msgstr "cidr değeri biçimlendirilemiyor: %m"
3946
3947 #: utils/adt/network.c:1255
3948 msgid "cannot AND inet values of different sizes"
3949 msgstr "farklı uzunluğa sahip inet değerleri üzerinde AND işlemi yapılamaz"
3950
3951 #: utils/adt/network.c:1287
3952 msgid "cannot OR inet values of different sizes"
3953 msgstr "farklı uzunluğa sahip inet değerleri üzerinde OR işlemi yapılamaz"
3954
3955 #: utils/adt/network.c:1348
3956 #: utils/adt/network.c:1424
3957 msgid "result is out of range"
3958 msgstr "sonuç sıra dsışıdır"
3959
3960 #: utils/adt/network.c:1389
3961 msgid "cannot subtract inet values of different sizes"
3962 msgstr "farklı uzunluğa sahip inet değerleri üzerinde eksilme işlemi yapılamaz"
3963
3964 #: utils/adt/numeric.c:351
3965 #: utils/adt/numeric.c:378
3966 #: utils/adt/numeric.c:3072
3967 #: utils/adt/numeric.c:3095
3968 #: utils/adt/numeric.c:3119
3969 #: utils/adt/numeric.c:3126
3970 #, c-format
3971 msgid "invalid input syntax for type numeric: \"%s\""
3972 msgstr "numeric tipi için geçersiz biçim: \"%s\""
3973
3974 #: utils/adt/numeric.c:455
3975 msgid "invalid length in external \"numeric\" value"
3976 msgstr "harici \"numeric\" değerinin uzunluğu geçirsiz"
3977
3978 #: utils/adt/numeric.c:466
3979 msgid "invalid sign in external \"numeric\" value"
3980 msgstr "harici \"numeric\" değerinin eksi işareti geçirsiz"
3981
3982 #: utils/adt/numeric.c:476
3983 msgid "invalid digit in external \"numeric\" value"
3984 msgstr "harici \"numeric\" değerinin rakamı geçirsiz"
3985
3986 #: utils/adt/numeric.c:607
3987 #: utils/adt/numeric.c:621
3988 #, c-format
3989 msgid "NUMERIC precision %d must be between 1 and %d"
3990 msgstr "NUMERIC precision %d, 1 ile %d arasında olmalıdır"
3991
3992 #: utils/adt/numeric.c:612
3993 #, c-format
3994 msgid "NUMERIC scale %d must be between 0 and precision %d"
3995 msgstr "NUMERIC %d ölçüsü 0 ile %d kesinliği arasında olmalıdır"
3996
3997 #: utils/adt/numeric.c:630
3998 msgid "invalid NUMERIC type modifier"
3999 msgstr "geçersiz NUMERIC tipi niteleyicisi"
4000
4001 #: utils/adt/numeric.c:1663
4002 #: utils/adt/numeric.c:3430
4003 msgid "value overflows numeric format"
4004 msgstr "değer, numerik biçiminin kapsamını taşımaktadır"
4005
4006 #: utils/adt/numeric.c:2011
4007 msgid "cannot convert NaN to integer"
4008 msgstr "NaN tipinden integer tipine dönüştürme hatası"
4009
4010 #: utils/adt/numeric.c:2079
4011 msgid "cannot convert NaN to bigint"
4012 msgstr "NaN tipinden bigint tipine dönüştürme hatası"
4013
4014 #: utils/adt/numeric.c:2127
4015 msgid "cannot convert NaN to smallint"
4016 msgstr "NaN tipinden smallint tipine dönüştürme hatası"
4017
4018 #: utils/adt/numeric.c:3500
4019 msgid "numeric field overflow"
4020 msgstr "numerik alan kapsamını taşımaktadır"
4021
4022 #: utils/adt/numeric.c:3501
4023 #, c-format
4024 msgid "A field with precision %d, scale %d must round to an absolute value less than %s%d."
4025 msgstr "%d duyarlı, %d ölçekli bir alan %s%d'den daha az mutlak değere yuvarlanabilmelidir."
4026
4027 #: utils/adt/numeric.c:4949
4028 msgid "argument for function \"exp\" too big"
4029 msgstr "\"exp\" fonksiyonu için argüman fazla büyük"
4030
4031 #: utils/adt/numutils.c:77
4032 #, c-format
4033 msgid "value \"%s\" is out of range for type integer"
4034 msgstr "integer tipi için \"%s\" değeri kapsam dışıdır"
4035
4036 #: utils/adt/numutils.c:83
4037 #, c-format
4038 msgid "value \"%s\" is out of range for type smallint"
4039 msgstr "smallint tipi için \"%s\" değeri kapsam dışıdır"
4040
4041 #: utils/adt/numutils.c:89
4042 #, c-format
4043 msgid "value \"%s\" is out of range for 8-bit integer"
4044 msgstr "8-bir integer tipi için \"%s\" değeri kapsam dışıdır"
4045
4046 #: utils/adt/oid.c:43
4047 #: utils/adt/oid.c:57
4048 #: utils/adt/oid.c:63
4049 #: utils/adt/oid.c:84
4050 #, c-format
4051 msgid "invalid input syntax for type oid: \"%s\""
4052 msgstr "oid tipi için geçersiz biçim: \"%s\""
4053
4054 #: utils/adt/oid.c:69
4055 #: utils/adt/oid.c:107
4056 #, c-format
4057 msgid "value \"%s\" is out of range for type oid"
4058 msgstr "oid tipi için \"%s\" değeri sıra dışıdır"
4059
4060 #: utils/adt/oid.c:212
4061 msgid "oidvector has too many elements"
4062 msgstr "oidvector çok fazla öğesine sahiptir"
4063
4064 #: utils/adt/oid.c:285
4065 msgid "invalid oidvector data"
4066 msgstr "geçersiz oidvector verisi"
4067
4068 #: utils/adt/oracle_compat.c:892
4069 msgid "requested character too large"
4070 msgstr "istenen karakter çok büyük"
4071
4072 #: utils/adt/oracle_compat.c:938
4073 #: utils/adt/oracle_compat.c:992
4074 #, c-format
4075 msgid "requested character too large for encoding: %d"
4076 msgstr "Belirtilen karakter dil kodlaması için çok büyük: %d"
4077
4078 #: utils/adt/oracle_compat.c:985
4079 msgid "null character not permitted"
4080 msgstr "null karaktere izin verilmez"
4081
4082 #: utils/adt/pseudotypes.c:94
4083 msgid "cannot accept a value of type any"
4084 msgstr "any tipinde değer alınamaz"
4085
4086 #: utils/adt/pseudotypes.c:107
4087 msgid "cannot display a value of type any"
4088 msgstr "any tipinde değer gösterilemez"
4089
4090 #: utils/adt/pseudotypes.c:121
4091 #: utils/adt/pseudotypes.c:149
4092 msgid "cannot accept a value of type anyarray"
4093 msgstr "anyarray tipinde değer alınamaz"
4094
4095 #: utils/adt/pseudotypes.c:174
4096 msgid "cannot accept a value of type anyenum"
4097 msgstr "anyenum tipinde değer alınamaz"
4098
4099 #: utils/adt/pseudotypes.c:224
4100 msgid "cannot accept a value of type trigger"
4101 msgstr "trigger tipinde değer alınamaz"
4102
4103 #: utils/adt/pseudotypes.c:237
4104 msgid "cannot display a value of type trigger"
4105 msgstr "trigger tipinde değer gösterilemez"
4106
4107 #: utils/adt/pseudotypes.c:251
4108 msgid "cannot accept a value of type language_handler"
4109 msgstr "language_handler tipinde değer alınamaz"
4110
4111 #: utils/adt/pseudotypes.c:264
4112 msgid "cannot display a value of type language_handler"
4113 msgstr "language_handler tipinde değer gösterilemez"
4114
4115 #: utils/adt/pseudotypes.c:278
4116 msgid "cannot accept a value of type internal"
4117 msgstr "internal tipinde değer alınamaz"
4118
4119 #: utils/adt/pseudotypes.c:291
4120 msgid "cannot display a value of type internal"
4121 msgstr "internal tipinde değer gösterilemez"
4122
4123 #: utils/adt/pseudotypes.c:305
4124 msgid "cannot accept a value of type opaque"
4125 msgstr "opaque tipinde değer alınamaz"
4126
4127 #: utils/adt/pseudotypes.c:318
4128 msgid "cannot display a value of type opaque"
4129 msgstr "opaque tipinde değer gösterilemez"
4130
4131 #: utils/adt/pseudotypes.c:332
4132 msgid "cannot accept a value of type anyelement"
4133 msgstr "anyelement tipinde değer alınamaz"
4134
4135 #: utils/adt/pseudotypes.c:345
4136 msgid "cannot display a value of type anyelement"
4137 msgstr "anyelement tipinde değer gösterilemez"
4138
4139 #: utils/adt/pseudotypes.c:358
4140 #, fuzzy
4141 msgid "cannot accept a value of type anynonarray"
4142 msgstr "anyarray tipinde değer alınamaz"
4143
4144 #: utils/adt/pseudotypes.c:371
4145 #, fuzzy
4146 msgid "cannot display a value of type anynonarray"
4147 msgstr "any tipinde değer gösterilemez"
4148
4149 #: utils/adt/pseudotypes.c:384
4150 msgid "cannot accept a value of a shell type"
4151 msgstr "shell tipinde değer alınamaz"
4152
4153 #: utils/adt/pseudotypes.c:397
4154 msgid "cannot display a value of a shell type"
4155 msgstr "shell tipinde değer gösterilemez"
4156
4157 #: utils/adt/regexp.c:194
4158 #: tsearch/spell.c:365
4159 #, c-format
4160 msgid "invalid regular expression: %s"
4161 msgstr "regular expression geçersiz: %s"
4162
4163 #: utils/adt/regexp.c:273
4164 #: utils/adt/varlena.c:2588
4165 #, c-format
4166 msgid "regular expression failed: %s"
4167 msgstr "regular expression başarısız: %s"
4168
4169 #: utils/adt/regexp.c:408
4170 #, fuzzy, c-format
4171 msgid "invalid regexp option: \"%c\""
4172 msgstr "geçersiz regexp seçeneği: %c"
4173
4174 #: utils/adt/regexp.c:864
4175 msgid "regexp_split does not support the global option"
4176 msgstr "regexp_split, global seçeneği desteklemez"
4177
4178 #: utils/adt/regproc.c:123
4179 #: utils/adt/regproc.c:143
4180 #, c-format
4181 msgid "more than one function named \"%s\""
4182 msgstr "birden fazla \"%s\" adlı fonksiyon var"
4183
4184 #: utils/adt/regproc.c:468
4185 #: utils/adt/regproc.c:488
4186 #: utils/adt/regproc.c:649
4187 #: parser/parse_oper.c:124
4188 #: parser/parse_oper.c:762
4189 #, c-format
4190 msgid "operator does not exist: %s"
4191 msgstr "operator mevcut değil: %s"
4192
4193 #: utils/adt/regproc.c:472
4194 #: utils/adt/regproc.c:492
4195 #, c-format
4196 msgid "more than one operator named %s"
4197 msgstr "birden fazla \"%s\" adlı operatör var"
4198
4199 #: utils/adt/regproc.c:636
4200 #: gram.y:5043
4201 msgid "missing argument"
4202 msgstr "argüman eksik"
4203
4204 #: utils/adt/regproc.c:637
4205 #: gram.y:5044
4206 msgid "Use NONE to denote the missing argument of a unary operator."
4207 msgstr "Unary operator'un bir argümanı eksik olduğunu göstermek için NONE kullanın"
4208
4209 #: utils/adt/regproc.c:641
4210 #: utils/adt/regproc.c:1501
4211 #: utils/adt/ruleutils.c:5230
4212 #: utils/adt/ruleutils.c:5267
4213 #: utils/adt/ruleutils.c:5301
4214 msgid "too many arguments"
4215 msgstr "çok fazla argüman"
4216
4217 #: utils/adt/regproc.c:642
4218 msgid "Provide two argument types for operator."
4219 msgstr "Operatör için iki argüman tipi sağlayın."
4220
4221 #: utils/adt/regproc.c:818
4222 #: catalog/namespace.c:275
4223 #: commands/lockcmds.c:118
4224 #: parser/parse_relation.c:877
4225 #: parser/parse_relation.c:885
4226 #, c-format
4227 msgid "relation \"%s\" does not exist"
4228 msgstr "\"%s\" nesnesi mevcut değil"
4229
4230 #: utils/adt/regproc.c:983
4231 #: commands/functioncmds.c:126
4232 #: commands/tablecmds.c:215
4233 #: commands/typecmds.c:648
4234 #: commands/typecmds.c:2535
4235 #: parser/parse_func.c:1311
4236 #: parser/parse_type.c:199
4237 #, c-format
4238 msgid "type \"%s\" does not exist"
4239 msgstr "\"%s\" tipi mevcut değil"
4240
4241 #: utils/adt/regproc.c:1336
4242 #: utils/adt/regproc.c:1341
4243 #: utils/adt/varlena.c:1989
4244 #: utils/adt/varlena.c:1994
4245 msgid "invalid name syntax"
4246 msgstr "isim sözdizimi geçersiz"
4247
4248 #: utils/adt/regproc.c:1399
4249 msgid "expected a left parenthesis"
4250 msgstr "sol parantez beklenir"
4251
4252 #: utils/adt/regproc.c:1415
4253 msgid "expected a right parenthesis"
4254 msgstr "sağ parantez beklenir"
4255
4256 #: utils/adt/regproc.c:1434
4257 msgid "expected a type name"
4258 msgstr "tür ismi beklenir"
4259
4260 #: utils/adt/regproc.c:1466
4261 msgid "improper type name"
4262 msgstr "tür ismi geçersiz"
4263
4264 #: utils/adt/ri_triggers.c:373
4265 #: utils/adt/ri_triggers.c:433
4266 #: utils/adt/ri_triggers.c:596
4267 #: utils/adt/ri_triggers.c:836
4268 #: utils/adt/ri_triggers.c:1024
4269 #: utils/adt/ri_triggers.c:1186
4270 #: utils/adt/ri_triggers.c:1374
4271 #: utils/adt/ri_triggers.c:1545
4272 #: utils/adt/ri_triggers.c:1728
4273 #: utils/adt/ri_triggers.c:1899
4274 #: utils/adt/ri_triggers.c:2115
4275 #: utils/adt/ri_triggers.c:2297
4276 #: utils/adt/ri_triggers.c:2500
4277 #: utils/adt/ri_triggers.c:2548
4278 #: utils/adt/ri_triggers.c:2593
4279 #: utils/adt/ri_triggers.c:2721
4280 #: gram.y:2429
4281 msgid "MATCH PARTIAL not yet implemented"
4282 msgstr "MATCH PARTIAL implemente edilmemiştir"
4283
4284 #: utils/adt/ri_triggers.c:407
4285 #: utils/adt/ri_triggers.c:2803
4286 #: utils/adt/ri_triggers.c:3461
4287 #: utils/adt/ri_triggers.c:3498
4288 #, c-format
4289 msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\""
4290 msgstr "\"%s\" tablosu üzende işlem \"%s\" foreign key constrainti ihlal ediyor"
4291
4292 #: utils/adt/ri_triggers.c:410
4293 #: utils/adt/ri_triggers.c:2806
4294 msgid "MATCH FULL does not allow mixing of null and nonnull key values."
4295 msgstr "MATCH FULL, null ve nonnull anahtar değerlerinin bir arada kullanımına izin vermez."
4296
4297 #: utils/adt/ri_triggers.c:3003
4298 #, c-format
4299 msgid "function \"%s\" was not called by trigger manager"
4300 msgstr "\"%s\" fonksiyonu trigger yöneticisi tarafından çağırılmamıştır"
4301
4302 #: utils/adt/ri_triggers.c:3012
4303 #, c-format
4304 msgid "function \"%s\" must be fired AFTER ROW"
4305 msgstr "\"%s\" fonksiyonu AFTER ROW olarak çalıştırılmalıdır"
4306
4307 #: utils/adt/ri_triggers.c:3020
4308 #, c-format
4309 msgid "function \"%s\" must be fired for INSERT"
4310 msgstr "\"%s\" fonksiyonu INSERT için çalıştırılmalıdır"
4311
4312 #: utils/adt/ri_triggers.c:3026
4313 #, c-format
4314 msgid "function \"%s\" must be fired for UPDATE"
4315 msgstr "\"%s\" fonksiyonu UPDATE için çalıştırılmalıdır"
4316
4317 #: utils/adt/ri_triggers.c:3033
4318 #, c-format
4319 msgid "function \"%s\" must be fired for INSERT or UPDATE"
4320 msgstr "\"%s\" fonksiyonu INSERT veya UPDATE için çalıştırılmalıdır"
4321
4322 #: utils/adt/ri_triggers.c:3040
4323 #, c-format
4324 msgid "function \"%s\" must be fired for DELETE"
4325 msgstr "\"%s\" fonksiyonu DELETE için çalıştırılmalıdır"
4326
4327 #: utils/adt/ri_triggers.c:3069
4328 #, c-format
4329 msgid "no pg_constraint entry for trigger \"%s\" on table \"%s\""
4330 msgstr "\"%2$s\" tablosunun \"%1$s\" triggeri için pg_constraint girişi yoktur"
4331
4332 #: utils/adt/ri_triggers.c:3071
4333 msgid "Remove this referential integrity trigger and its mates, then do ALTER TABLE ADD CONSTRAINT."
4334 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."
4335
4336 #: utils/adt/ri_triggers.c:3428
4337 #, c-format
4338 msgid "referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave unexpected result"
4339 msgstr "\"%3$s\" tablosu üzerinde \"%2$s\" bütünük kısıtlamasından \"%1$s\" nesnesini sorgulayan sorgu beklenmeyen bir sonuç getirdi"
4340
4341 #: utils/adt/ri_triggers.c:3432
4342 msgid "This is most likely due to a rule having rewritten the query."
4343 msgstr "Bu durum muhtemelen sorguyu değiştiren rule yüzünden meydana gelmiştir."
4344
4345 #: utils/adt/ri_triggers.c:3463
4346 #, c-format
4347 msgid "No rows were found in \"%s\"."
4348 msgstr "\"%s\" içinde tahsis edilebilir bir girdi yok."
4349
4350 #: utils/adt/ri_triggers.c:3500
4351 #, c-format
4352 msgid "Key (%s)=(%s) is not present in table \"%s\"."
4353 msgstr "\"%3$s\" tablosunda (%1$s)=(%2$s) anahtarı mevcut değildir."
4354
4355 #: utils/adt/ri_triggers.c:3506
4356 #, c-format
4357 msgid "update or delete on table \"%s\" violates foreign key constraint \"%s\" on table \"%s\""
4358 msgstr "\"%1$s\" tablosu üzerinde yapılan update veya delete işlemi \"%3$s\" tablosunun \"%2$s\" bütünlük kısıtlamasını ihlal ediyor"
4359
4360 #: utils/adt/ri_triggers.c:3509
4361 #, c-format
4362 msgid "Key (%s)=(%s) is still referenced from table \"%s\"."
4363 msgstr "(%s)=(%s) anahtarı \"%s\" tablosundan hala referans edilmektedir."
4364
4365 #: utils/adt/rowtypes.c:98
4366 #: utils/adt/rowtypes.c:467
4367 msgid "input of anonymous composite types is not implemented"
4368 msgstr "anonymous composite veri girişi implemente edilmemiş"
4369
4370 #: utils/adt/rowtypes.c:145
4371 #: utils/adt/rowtypes.c:173
4372 #: utils/adt/rowtypes.c:196
4373 #: utils/adt/rowtypes.c:204
4374 #: utils/adt/rowtypes.c:256
4375 #: utils/adt/rowtypes.c:264
4376 #, c-format
4377 msgid "malformed record literal: \"%s\""
4378 msgstr "hatalı değer: \"%s\""
4379
4380 #: utils/adt/rowtypes.c:146
4381 msgid "Missing left parenthesis."
4382 msgstr "Sol parantez eksik."
4383
4384 #: utils/adt/rowtypes.c:174
4385 msgid "Too few columns."
4386 msgstr "Sütun sayısı yetersiz."
4387
4388 #: utils/adt/rowtypes.c:198
4389 #: utils/adt/rowtypes.c:206
4390 msgid "Unexpected end of input."
4391 msgstr "Beklenmeyen girdi sonu."
4392
4393 #: utils/adt/rowtypes.c:257
4394 msgid "Too many columns."
4395 msgstr "Çok fazla sütun."
4396
4397 #: utils/adt/rowtypes.c:265
4398 msgid "Junk after right parenthesis."
4399 msgstr "Sağ parantezden sonra süprüntü."
4400
4401 #: utils/adt/rowtypes.c:516
4402 #, c-format
4403 msgid "wrong number of columns: %d, expected %d"
4404 msgstr "geçersiz sütun sayısı: %2$d yerine %1$d"
4405
4406 #: utils/adt/rowtypes.c:543
4407 #, c-format
4408 msgid "wrong data type: %u, expected %u"
4409 msgstr "yanlış veri tipi: %u beklenirken %u alındı"
4410
4411 #: utils/adt/rowtypes.c:604
4412 #, c-format
4413 msgid "improper binary format in record column %d"
4414 msgstr "%d kayıt sütununda uygunsuz ikili biçimi"
4415
4416 #: utils/adt/rowtypes.c:890
4417 #: utils/adt/rowtypes.c:1116
4418 #, c-format
4419 msgid "cannot compare dissimilar column types %s and %s at record column %d"
4420 msgstr ""
4421
4422 #: utils/adt/rowtypes.c:968
4423 #: utils/adt/rowtypes.c:1179
4424 #, fuzzy
4425 msgid "cannot compare record types with different numbers of columns"
4426 msgstr "farklı öğe tipli dizinleri karşılaştırılamaz"
4427
4428 #: utils/adt/ruleutils.c:1473
4429 #: commands/functioncmds.c:976
4430 #: commands/functioncmds.c:1082
4431 #: commands/functioncmds.c:1147
4432 #: commands/functioncmds.c:1302
4433 #, c-format
4434 msgid "\"%s\" is an aggregate function"
4435 msgstr "\"%s\" fonksiyonu bir aggregate fonksiyonudur"
4436
4437 #: utils/adt/ruleutils.c:2083
4438 #, c-format
4439 msgid "rule \"%s\" has unsupported event type %d"
4440 msgstr "\"%s\" rule desteklenmeyen veri tipine sahip %d"
4441
4442 #: utils/adt/selfuncs.c:4487
4443 #: utils/adt/selfuncs.c:4928
4444 msgid "case insensitive matching not supported on type bytea"
4445 msgstr "bytea veri tipi için büyük ve küçük harf duyarsız karşılaştırma desteklenmemektedir"
4446
4447 #: utils/adt/selfuncs.c:4593
4448 #: utils/adt/selfuncs.c:5088
4449 msgid "regular-expression matching not supported on type bytea"
4450 msgstr "bytea tipi için regular-expression karşılaştırma desteklenmemektedir"
4451
4452 #: utils/adt/tid.c:70
4453 #: utils/adt/tid.c:78
4454 #: utils/adt/tid.c:86
4455 #, c-format
4456 msgid "invalid input syntax for type tid: \"%s\""
4457 msgstr "tid veri tipi için geersiz söz dizimi: \"%s\""
4458
4459 #: utils/adt/timestamp.c:97
4460 #, c-format
4461 msgid "TIMESTAMP(%d)%s precision must not be negative"
4462 msgstr "TIMESTAMP(%d)%s kesinliği sıfırdan küçük olamaz"
4463
4464 #: utils/adt/timestamp.c:103
4465 #, c-format
4466 msgid "TIMESTAMP(%d)%s precision reduced to maximum allowed, %d"
4467 msgstr "TIMESTAMP(%d)%s kesinliği en yüksek değerine (%d) kadar düşürüldü"
4468
4469 #: utils/adt/timestamp.c:171
4470 #: utils/adt/timestamp.c:430
4471 #, c-format
4472 msgid "timestamp out of range: \"%s\""
4473 msgstr "timestamp kapsam dışıdır: \"%s\""
4474
4475 #: utils/adt/timestamp.c:189
4476 #: utils/adt/timestamp.c:448
4477 #: utils/adt/timestamp.c:659
4478 #, c-format
4479 msgid "date/time value \"%s\" is no longer supported"
4480 msgstr "\"%s\" tarih/saat değeri artık desteklenemektedir"
4481
4482 #: utils/adt/timestamp.c:365
4483 #, c-format
4484 msgid "timestamp(%d) precision must be between %d and %d"
4485 msgstr "timestamp(%d) kesinliği %d ile %d arasında olmalıdır"
4486
4487 #: utils/adt/timestamp.c:653
4488 #: utils/adt/timestamp.c:3098
4489 #: utils/adt/timestamp.c:3228
4490 #: utils/adt/timestamp.c:3613
4491 msgid "interval out of range"
4492 msgstr "interval sonuç sıra dışıdır"
4493
4494 #: utils/adt/timestamp.c:782
4495 #: utils/adt/timestamp.c:815
4496 msgid "invalid INTERVAL type modifier"
4497 msgstr "geçersiz INTERVAL tipi niteleyicisi"
4498
4499 #: utils/adt/timestamp.c:798
4500 #, c-format
4501 msgid "INTERVAL(%d) precision must not be negative"
4502 msgstr "INTEVRAL(%d) kesinliği sıfırdan küçük olamaz"
4503
4504 #: utils/adt/timestamp.c:804
4505 #, c-format
4506 msgid "INTERVAL(%d) precision reduced to maximum allowed, %d"
4507 msgstr "INTEVRAL(%d) kesinliği izin verilen en yüksek değerine (%d) düşürülmüştür"
4508
4509 #: utils/adt/timestamp.c:1096
4510 #, c-format
4511 msgid "interval(%d) precision must be between %d and %d"
4512 msgstr "interval(%d) kesinliği %d ile %d arasında olmalıdır"
4513
4514 #: utils/adt/timestamp.c:2301
4515 msgid "cannot subtract infinite timestamps"
4516 msgstr "sonsuz timestap veri tipi üzerinde çıkarma işlemi yapılamaz"
4517
4518 #: utils/adt/timestamp.c:3354
4519 #: utils/adt/timestamp.c:3950
4520 #: utils/adt/timestamp.c:4009
4521 #, c-format
4522 msgid "timestamp units \"%s\" not supported"
4523 msgstr "interval birimi \"%s\" desteklenmemektedir"
4524
4525 #: utils/adt/timestamp.c:3368
4526 #: utils/adt/timestamp.c:4019
4527 #, c-format
4528 msgid "timestamp units \"%s\" not recognized"
4529 msgstr "\"%s\" timestamp birimleri geçersiz"
4530
4531 #: utils/adt/timestamp.c:3509
4532 #: utils/adt/timestamp.c:4181
4533 #: utils/adt/timestamp.c:4222
4534 #, c-format
4535 msgid "timestamp with time zone units \"%s\" not supported"
4536 msgstr "\"%s\" timestamp with time zone değerleri desteklenmemektedir"
4537
4538 #: utils/adt/timestamp.c:3526
4539 #: utils/adt/timestamp.c:4231
4540 #, c-format
4541 msgid "timestamp with time zone units \"%s\" not recognized"
4542 msgstr "\"%s\" timestamp with time zone değerleri tanınmamaktadır"
4543
4544 #: utils/adt/timestamp.c:3606
4545 #: utils/adt/timestamp.c:4337
4546 #, c-format
4547 msgid "interval units \"%s\" not supported"
4548 msgstr "interval birimi \"%s\" desteklenmemektedir"
4549
4550 #: utils/adt/timestamp.c:3622
4551 #: utils/adt/timestamp.c:4364
4552 #, c-format
4553 msgid "interval units \"%s\" not recognized"
4554 msgstr "\"%s\" interval birimleri geçersiz"
4555
4556 #: utils/adt/timestamp.c:4434
4557 #: utils/adt/timestamp.c:4607
4558 #, c-format
4559 msgid "could not convert to time zone \"%s\""
4560 msgstr "\"%s\" zaman dilimine dönüştürülemedi"
4561
4562 #: utils/adt/timestamp.c:4466
4563 #: utils/adt/timestamp.c:4640
4564 #, c-format
4565 msgid "interval time zone \"%s\" must not specify month"
4566 msgstr "\"%s\" interval time zone ayı belirtmemelidir"
4567
4568 #: utils/adt/trigfuncs.c:41
4569 msgid "suppress_redundant_updates_trigger: must be called as trigger"
4570 msgstr ""
4571
4572 #: utils/adt/trigfuncs.c:47
4573 msgid "suppress_redundant_updates_trigger: must be called on update"
4574 msgstr ""
4575
4576 #: utils/adt/trigfuncs.c:53
4577 msgid "suppress_redundant_updates_trigger: must be called before update"
4578 msgstr ""
4579
4580 #: utils/adt/trigfuncs.c:59
4581 msgid "suppress_redundant_updates_trigger: must be called for each row"
4582 msgstr ""
4583
4584 #: utils/adt/tsgistidx.c:100
4585 msgid "gtsvector_in not implemented"
4586 msgstr " gtsvector_in henüz implemente edilmemiştir"
4587
4588 #: utils/adt/tsquery.c:156
4589 #: utils/adt/tsquery.c:392
4590 #: utils/adt/tsvector_parser.c:136
4591 #, fuzzy, c-format
4592 msgid "syntax error in tsquery: \"%s\""
4593 msgstr "%s geçmiş dosyasında sözdizimi hatası"
4594
4595 #: utils/adt/tsquery.c:177
4596 #, fuzzy, c-format
4597 msgid "no operand in tsquery: \"%s\""
4598 msgstr "operator eşsiz değildir: %s"
4599
4600 #: utils/adt/tsquery.c:250
4601 #, c-format
4602 msgid "value is too big in tsquery: \"%s\""
4603 msgstr "tsquery'deki değer çok büyük: \"%s\""
4604
4605 #: utils/adt/tsquery.c:255
4606 #, fuzzy, c-format
4607 msgid "operand is too long in tsquery: \"%s\""
4608 msgstr "operator eşsiz değildir: %s"
4609
4610 #: utils/adt/tsquery.c:283
4611 #, c-format
4612 msgid "word is too long in tsquery: \"%s\""
4613 msgstr "tsquery'deki sözcük çok uzun: \"%s\""
4614
4615 #: utils/adt/tsquery.c:512
4616 #, c-format
4617 msgid "text-search query doesn't contain lexemes: \"%s\""
4618 msgstr "metin arama sorgusu lexeme içermiyor: \"%s\""
4619
4620 #: utils/adt/tsquery_cleanup.c:285
4621 msgid "text-search query contains only stop words or doesn't contain lexemes, ignored"
4622 msgstr ""
4623
4624 #: utils/adt/tsquery_rewrite.c:296
4625 #, fuzzy
4626 msgid "ts_rewrite query must return two tsquery columns"
4627 msgstr "subquery, bir tane sütun getirmelidir"
4628
4629 #: utils/adt/tsrank.c:404
4630 #, fuzzy
4631 msgid "array of weight must be one-dimensional"
4632 msgstr "ACL array tek boyutlu olmalıdır"
4633
4634 #: utils/adt/tsrank.c:409
4635 msgid "array of weight is too short"
4636 msgstr ""
4637
4638 #: utils/adt/tsrank.c:414
4639 #, fuzzy
4640 msgid "array of weight must not contain nulls"
4641 msgstr "array null kayıtları içeremez"
4642
4643 #: utils/adt/tsrank.c:423
4644 #: utils/adt/tsrank.c:749
4645 msgid "weight out of range"
4646 msgstr "ağırlık değeri sıra dışıdır"
4647
4648 #: utils/adt/tsvector.c:215
4649 #, c-format
4650 msgid "word is too long (%ld bytes, max %ld bytes)"
4651 msgstr "sözcük çok uzun (%ld byte, en fazla %ld byte)"
4652
4653 #: utils/adt/tsvector.c:222
4654 #, fuzzy, c-format
4655 msgid "string is too long for tsvector (%ld bytes, max %ld bytes)"
4656 msgstr "dizgi tsvector için çok uzun"
4657
4658 #: utils/adt/tsvector.c:272
4659 #: utils/adt/tsvector_op.c:514
4660 #: tsearch/to_tsany.c:165
4661 #, fuzzy, c-format
4662 msgid "string is too long for tsvector (%d bytes, max %d bytes)"
4663 msgstr "dizgi tsvector için çok uzun"
4664
4665 #: utils/adt/tsvector_op.c:1098
4666 #, fuzzy
4667 msgid "ts_stat query must return one tsvector column"
4668 msgstr "subquery, bir tane sütun getirmelidir"
4669
4670 #: utils/adt/tsvector_op.c:1278
4671 #, fuzzy, c-format
4672 msgid "tsvector column \"%s\" does not exist"
4673 msgstr "\"%s\" sütunu mevcut değil"
4674
4675 #: utils/adt/tsvector_op.c:1284
4676 #, fuzzy, c-format
4677 msgid "column \"%s\" is not of tsvector type"
4678 msgstr "\"%s\" sütunu \"%s\" tipine dönüştürülemez"
4679
4680 #: utils/adt/tsvector_op.c:1296
4681 #, c-format
4682 msgid "configuration column \"%s\" does not exist"
4683 msgstr "\"%s\" yapılandırma kolonu mevcut değil"
4684
4685 #: utils/adt/tsvector_op.c:1302
4686 #, fuzzy, c-format
4687 msgid "column \"%s\" is not of regconfig type"
4688 msgstr "%2$s veri tipinde \"%1$s\" sütunu bulunamadı"
4689
4690 #: utils/adt/tsvector_op.c:1309
4691 #, fuzzy, c-format
4692 msgid "configuration column \"%s\" must not be null"
4693 msgstr "\"%s\" sütunu mevcut değil"
4694
4695 #: utils/adt/tsvector_op.c:1322
4696 #, fuzzy, c-format
4697 msgid "text search configuration name \"%s\" must be schema-qualified"
4698 msgstr "Şema belirtilmediği takdirde isimlerin hangi şemalarda aranacağını belirtir."
4699
4700 #: utils/adt/tsvector_op.c:1342
4701 #: commands/copy.c:3409
4702 #: commands/indexcmds.c:835
4703 #: commands/tablecmds.c:1913
4704 #: parser/parse_expr.c:466
4705 #, c-format
4706 msgid "column \"%s\" does not exist"
4707 msgstr "\"%s\" sütunu mevcut değil"
4708
4709 #: utils/adt/tsvector_op.c:1347
4710 #, fuzzy, c-format
4711 msgid "column \"%s\" is not of a character type"
4712 msgstr "oid tipi için \"%s\" değeri sıra dışıdır"
4713
4714 #: utils/adt/tsvector_parser.c:137
4715 #, c-format
4716 msgid "syntax error in tsvector: \"%s\""
4717 msgstr "tsvector yazım hatası: \"%s\""
4718
4719 #: utils/adt/tsvector_parser.c:202
4720 #, fuzzy, c-format
4721 msgid "there is no escaped character: \"%s\""
4722 msgstr "$%d parametresi yoktur"
4723
4724 #: utils/adt/tsvector_parser.c:319
4725 #, fuzzy, c-format
4726 msgid "wrong position info in tsvector: \"%s\""
4727 msgstr "%s ifadesi, %d terinde select listesinde değildir"
4728
4729 #: utils/adt/uuid.c:128
4730 #, c-format
4731 msgid "invalid input syntax for uuid: \"%s\""
4732 msgstr "uuid tipi için geçersiz söz dizimi: \"%s\""
4733
4734 #: utils/adt/varbit.c:49
4735 #: utils/adt/varchar.c:48
4736 #, c-format
4737 msgid "length for type %s must be at least 1"
4738 msgstr "%s tipinin uzunluğu en az 1 olmalıdır"
4739
4740 #: utils/adt/varbit.c:54
4741 #: utils/adt/varchar.c:52
4742 #, c-format
4743 msgid "length for type %s cannot exceed %d"
4744 msgstr "%s tipin uzunluğu %d değerini aşamaz"
4745
4746 #: utils/adt/varbit.c:157
4747 #: utils/adt/varbit.c:297
4748 #: utils/adt/varbit.c:353
4749 #, c-format
4750 msgid "bit string length %d does not match type bit(%d)"
4751 msgstr "%d bit string uzunluğu bit tipi (%d) ile uyuşmamaktadır"
4752
4753 #: utils/adt/varbit.c:179
4754 #: utils/adt/varbit.c:477
4755 #, c-format
4756 msgid "\"%c\" is not a valid binary digit"
4757 msgstr "\"%c\" geçerli bir ikili rakamı değildir"
4758
4759 #: utils/adt/varbit.c:204
4760 #: utils/adt/varbit.c:502
4761 #, c-format
4762 msgid "\"%c\" is not a valid hexadecimal digit"
4763 msgstr "\"%c\" geçerli bir onaltılı rakamı değildir"
4764
4765 #: utils/adt/varbit.c:288
4766 #: utils/adt/varbit.c:589
4767 msgid "invalid length in external bit string"
4768 msgstr "external bit string uzunuğu geçersiz"
4769
4770 #: utils/adt/varbit.c:455
4771 #: utils/adt/varbit.c:598
4772 #: utils/adt/varbit.c:659
4773 #, c-format
4774 msgid "bit string too long for type bit varying(%d)"
4775 msgstr "bit varying(%d) tipi için bit string çok uzun"
4776
4777 #: utils/adt/varbit.c:1048
4778 msgid "cannot AND bit strings of different sizes"
4779 msgstr "farklı uzunluğa sahip bit stringler üzerinde AND işlemi yapılamaz"
4780
4781 #: utils/adt/varbit.c:1089
4782 msgid "cannot OR bit strings of different sizes"
4783 msgstr "farklı uzunluğa sahip bit stringler üzerinde OR işlemi yapılamaz"
4784
4785 #: utils/adt/varbit.c:1135
4786 msgid "cannot XOR bit strings of different sizes"
4787 msgstr "farklı uzunluğa sahip bit stringler üzerinde XOR işlemi yapılamaz"
4788
4789 #: utils/adt/varchar.c:152
4790 #: utils/adt/varchar.c:305
4791 #, c-format
4792 msgid "value too long for type character(%d)"
4793 msgstr "character(%d) veri tipi için değer çok uzun"
4794
4795 #: utils/adt/varchar.c:473
4796 #: utils/adt/varchar.c:594
4797 #, c-format
4798 msgid "value too long for type character varying(%d)"
4799 msgstr "varying(%d)  veri tipi için çok uzun"
4800
4801 #: utils/adt/varlena.c:670
4802 #: utils/adt/varlena.c:734
4803 #: utils/adt/varlena.c:1684
4804 msgid "negative substring length not allowed"
4805 msgstr "dıfırdan küçük altatır uzunluğuna izin verilmiyor"
4806
4807 #: utils/adt/varlena.c:1213
4808 #: utils/adt/varlena.c:1226
4809 #, c-format
4810 msgid "could not convert string to UTF-16: error %lu"
4811 msgstr "satır, UTF-16 kodlamasanıa çevrilemedi: %lu"
4812
4813 #: utils/adt/varlena.c:1236
4814 #, c-format
4815 msgid "could not compare Unicode strings: %m"
4816 msgstr "Unicode satırları karşılaştırılamadı: %m"
4817
4818 #: utils/adt/varlena.c:1779
4819 #: utils/adt/varlena.c:1810
4820 #: utils/adt/varlena.c:1846
4821 #: utils/adt/varlena.c:1889
4822 #, c-format
4823 msgid "index %d out of valid range, 0..%d"
4824 msgstr "%d indexi  geçerli kapsamın dışındadır: 0..%d"
4825
4826 #: utils/adt/varlena.c:1901
4827 msgid "new bit must be 0 or 1"
4828 msgstr "yeni bit 0 veya 1 olmalıdır"
4829
4830 #: utils/adt/varlena.c:2681
4831 msgid "field position must be greater than zero"
4832 msgstr "alan yeri sıfırdan büyük olmalıdır"
4833
4834 #: utils/adt/windowfuncs.c:243
4835 #, fuzzy
4836 msgid "argument of ntile must be greater than zero"
4837 msgstr "sayısı sıfırdan büyük olmalı"
4838
4839 #: utils/adt/windowfuncs.c:465
4840 #, fuzzy
4841 msgid "argument of nth_value must be greater than zero"
4842 msgstr "sayısı sıfırdan büyük olmalı"
4843
4844 #: utils/adt/xml.c:137
4845 msgid "unsupported XML feature"
4846 msgstr "desteklenmeyen XML özelliği"
4847
4848 #: utils/adt/xml.c:138
4849 #, fuzzy
4850 msgid "This functionality requires the server to be built with libxml support."
4851 msgstr "Bu özellik libxml desteği gerektirmektedir."
4852
4853 #: utils/adt/xml.c:139
4854 msgid "You need to rebuild PostgreSQL using --with-libxml."
4855 msgstr "PostgreSQL'i --with-libxml seçeneği ile yeniden derlemeniz gerekiyor."
4856
4857 #: utils/adt/xml.c:158
4858 #: utils/mb/mbutils.c:477
4859 #, c-format
4860 msgid "invalid encoding name \"%s\""
4861 msgstr "geçersiz dil kodlaması adı \"%s\""
4862
4863 #: utils/adt/xml.c:397
4864 #: utils/adt/xml.c:402
4865 msgid "invalid XML comment"
4866 msgstr "XML açıklaması geçersiz"
4867
4868 #: utils/adt/xml.c:531
4869 msgid "not an XML document"
4870 msgstr "XML dokümanı değildir"
4871
4872 #: utils/adt/xml.c:683
4873 #: utils/adt/xml.c:706
4874 msgid "invalid XML processing instruction"
4875 msgstr "geçersiz XML işleme komutu"
4876
4877 #: utils/adt/xml.c:684
4878 #, fuzzy, c-format
4879 msgid "XML processing instruction target name cannot be \"%s\"."
4880 msgstr "XML işleme komut hedefi \"xml\" ile başlayamaz."
4881
4882 #: utils/adt/xml.c:707
4883 msgid "XML processing instruction cannot contain \"?>\"."
4884 msgstr "XML işleme komutu \"?>\" içeremez."
4885
4886 #: utils/adt/xml.c:786
4887 #, fuzzy
4888 msgid "xmlvalidate is not implemented"
4889 msgstr "UNIQUE predicate implemente edilmemiştir"
4890
4891 #: utils/adt/xml.c:861
4892 msgid "could not initialize XML library"
4893 msgstr "XML kütühanesi ilklendirilemedi"
4894
4895 #: utils/adt/xml.c:862
4896 #, c-format
4897 msgid "libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u."
4898 msgstr "libxml2 kütüphanesi uyumsuz karakter veri tipine sahiptir: sizeof(char)=%u, sizeof(xmlChar)=%u."
4899
4900 #: utils/adt/xml.c:1339
4901 #: utils/adt/xml.c:1340
4902 #: utils/adt/xml.c:1346
4903 #: utils/adt/xml.c:1417
4904 #: utils/misc/guc.c:4749
4905 #: utils/misc/guc.c:5017
4906 #: utils/fmgr/dfmgr.c:381
4907 #: tcop/postgres.c:3990
4908 #: catalog/dependency.c:903
4909 #: catalog/dependency.c:904
4910 #: catalog/dependency.c:910
4911 #: catalog/dependency.c:911
4912 #: catalog/dependency.c:922
4913 #: catalog/dependency.c:923
4914 #: commands/tablecmds.c:609
4915 #: commands/trigger.c:574
4916 #: commands/trigger.c:590
4917 #: commands/trigger.c:602
4918 #: commands/user.c:909
4919 #: commands/user.c:910
4920 #: storage/lmgr/deadlock.c:942
4921 #: storage/lmgr/deadlock.c:943
4922 #: nodes/print.c:85
4923 #, c-format
4924 msgid "%s"
4925 msgstr "%s"
4926
4927 #: utils/adt/xml.c:1393
4928 #, fuzzy
4929 msgid "Invalid character value."
4930 msgstr "karakter kapsamı için geçersiz isimler"
4931
4932 #: utils/adt/xml.c:1396
4933 msgid "Space required."
4934 msgstr ""
4935
4936 #: utils/adt/xml.c:1399
4937 msgid "standalone accepts only 'yes' or 'no'."
4938 msgstr ""
4939
4940 #: utils/adt/xml.c:1402
4941 msgid "Malformed declaration: missing version."
4942 msgstr ""
4943
4944 #: utils/adt/xml.c:1405
4945 msgid "Missing encoding in text declaration."
4946 msgstr ""
4947
4948 #: utils/adt/xml.c:1408
4949 msgid "Parsing XML declaration: '?>' expected."
4950 msgstr ""
4951
4952 #: utils/adt/xml.c:1411
4953 #, fuzzy, c-format
4954 msgid "Unrecognized libxml error code: %d."
4955 msgstr "bilinmeyen SSL hata kodu: %d"
4956
4957 #: utils/adt/xml.c:1666
4958 #, fuzzy
4959 msgid "date out of range"
4960 msgstr "date kapsam dışıdır: \"%s\""
4961
4962 #: utils/adt/xml.c:1667
4963 #, fuzzy
4964 msgid "XML does not support infinite date values."
4965 msgstr "NULLIF, set argümanları desteklememektedir"
4966
4967 #: utils/adt/xml.c:1690
4968 #: utils/adt/xml.c:1717
4969 #, fuzzy
4970 msgid "XML does not support infinite timestamp values."
4971 msgstr "sonsuz timestap veri tipi üzerinde çıkarma işlemi yapılamaz"
4972
4973 #: utils/adt/xml.c:2007
4974 #: utils/adt/xml.c:2171
4975 #: commands/portalcmds.c:168
4976 #: commands/portalcmds.c:222
4977 #: executor/execCurrent.c:66
4978 #, c-format
4979 msgid "cursor \"%s\" does not exist"
4980 msgstr "\"%s\" imleci mevcut değil"
4981
4982 #: utils/adt/xml.c:2086
4983 msgid "invalid query"
4984 msgstr "geçersiz sorgu"
4985
4986 #: utils/adt/xml.c:3319
4987 #, fuzzy
4988 msgid "invalid array for XML namespace mapping"
4989 msgstr "namespace eşlemi için geçersiz dizi verilmiştir"
4990
4991 #: utils/adt/xml.c:3320
4992 msgid "The array must be two-dimensional with length of the second axis equal to 2."
4993 msgstr ""
4994
4995 #: utils/adt/xml.c:3344
4996 msgid "empty XPath expression"
4997 msgstr "boş XPath ifadesi"
4998
4999 #: utils/adt/xml.c:3392
5000 #, fuzzy
5001 msgid "neither namespace name nor URI may be null"
5002 msgstr "ne isim ne de URI, NULL olamaz"
5003
5004 #: utils/adt/xml.c:3399
5005 #, fuzzy, c-format
5006 msgid "could not register XML namespace with name \"%s\" and URI \"%s\""
5007 msgstr "prefix=\"%s\" ve href=\"%s\" olan ad XML namespace oluştutulamaz"
5008
5009 #: utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c:126
5010 #: utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c:153
5011 #, c-format
5012 msgid "unexpected encoding ID %d for WIN character sets"
5013 msgstr "WIN karakter kümeleri için beklemnmeyen kodlama ID %d"
5014
5015 #: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:136
5016 #: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:163
5017 #, c-format
5018 msgid "unexpected encoding ID %d for ISO 8859 character sets"
5019 msgstr "ISO-8859 karakter kümesi için beklemnmeyen kodlama ID %d"
5020
5021 #: utils/mb/conv.c:509
5022 #, c-format
5023 msgid "invalid encoding number: %d"
5024 msgstr "kodlama numarası geçersiz: %d"
5025
5026 #: utils/mb/encnames.c:564
5027 msgid "encoding name too long"
5028 msgstr "kodlama ismi çok uzun"
5029
5030 #: utils/mb/mbutils.c:240
5031 #: commands/variable.c:665
5032 #, c-format
5033 msgid "conversion between %s and %s is not supported"
5034 msgstr "%s ile %s arasında conversion desteklenmemektedir"
5035
5036 #: utils/mb/mbutils.c:310
5037 #, c-format
5038 msgid "default conversion function for encoding \"%s\" to \"%s\" does not exist"
5039 msgstr "\"%s\" kodlamasından \"%s\" varsayılan kodlamasına dönüştürme fonksiyonu mevcut değildir"
5040
5041 #: utils/mb/mbutils.c:336
5042 #: utils/mb/mbutils.c:597
5043 #, c-format
5044 msgid "String of %d bytes is too long for encoding conversion."
5045 msgstr ""
5046
5047 #: utils/mb/mbutils.c:423
5048 #, c-format
5049 msgid "invalid source encoding name \"%s\""
5050 msgstr "geçersiz kaynak dil kodlaması adı \"%s\""
5051
5052 #: utils/mb/mbutils.c:428
5053 #, c-format
5054 msgid "invalid destination encoding name \"%s\""
5055 msgstr "geçersiz hedef dil kodlaması adı \"%s\""
5056
5057 #: utils/mb/mbutils.c:529
5058 #, c-format
5059 msgid "invalid byte value for encoding \"%s\": 0x%02x"
5060 msgstr "\"%s\" dil kodlaması için geçersiz bayt değeri: 0x%02x"
5061
5062 #: utils/mb/mbutils.c:724
5063 msgid "invalid multibyte character for locale"
5064 msgstr "karakter kapsamı için geçersiz isimler"
5065
5066 #: utils/mb/mbutils.c:725
5067 msgid "The server's LC_CTYPE locale is probably incompatible with the database encoding."
5068 msgstr "Sunucunun LC_TYPE yerel ayarı  veritabanı kodlaması ile uyumsuz."
5069
5070 #: utils/mb/wchar.c:1609
5071 #, c-format
5072 msgid "invalid byte sequence for encoding \"%s\": 0x%s"
5073 msgstr "\"%s\" dil kodlaması için geçersiz bayt dizisi: 0x%s"
5074
5075 #: utils/mb/wchar.c:1612
5076 msgid "This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by \"client_encoding\"."
5077 msgstr "Bu hata ayrıca bayt sırasının sunucunun beklediği kodlamada olmadığı zaman meydana gelmektedir. İstemci dil kodlaması \"client_encoding\" seçeneği ile ayarlanmaktadır."
5078
5079 #: utils/mb/wchar.c:1641
5080 #, c-format
5081 msgid "character 0x%s of encoding \"%s\" has no equivalent in \"%s\""
5082 msgstr "\"%2$s\" kodlamasının 0x%1$s karakterinin \"%3$s\" kodlamasında karşılığı yoktur"
5083
5084 #: utils/sort/logtape.c:213
5085 #, c-format
5086 msgid "could not write block %ld of temporary file: %m"
5087 msgstr "geçici dosyasının %ld bloku yazılamıyor: %m"
5088
5089 #: utils/sort/logtape.c:215
5090 msgid "Perhaps out of disk space?"
5091 msgstr "Disk dolu mu?"
5092
5093 #: utils/sort/logtape.c:232
5094 #, c-format
5095 msgid "could not read block %ld of temporary file: %m"
5096 msgstr "geçici dosyasının %ld bloku okunamıyor: %m"
5097
5098 #: utils/sort/tuplesort.c:2806
5099 #, c-format
5100 msgid "could not create unique index \"%s\""
5101 msgstr "\"%s\" tekil indexi yaratılamadı"
5102
5103 #: utils/sort/tuplesort.c:2808
5104 msgid "Table contains duplicated values."
5105 msgstr "Tabloda mukerrer değerler mevcut."
5106
5107 #: utils/hash/dynahash.c:925
5108 #: storage/lmgr/lock.c:583
5109 #: storage/lmgr/lock.c:649
5110 #: storage/lmgr/lock.c:2051
5111 #: storage/lmgr/lock.c:2339
5112 #: storage/lmgr/lock.c:2404
5113 #: storage/lmgr/proc.c:186
5114 #: storage/lmgr/proc.c:199
5115 #: storage/ipc/shmem.c:190
5116 #: storage/ipc/shmem.c:359
5117 msgid "out of shared memory"
5118 msgstr "shared memory yetersiz"
5119
5120 #: utils/misc/guc.c:466
5121 msgid "Ungrouped"
5122 msgstr "Diğer"
5123
5124 #: utils/misc/guc.c:468
5125 msgid "File Locations"
5126 msgstr "Dosya Konumları"
5127
5128 #: utils/misc/guc.c:470
5129 msgid "Connections and Authentication"
5130 msgstr "Bağlantı ve Kimlik Doğrulamaları"
5131
5132 #: utils/misc/guc.c:472
5133 msgid "Connections and Authentication / Connection Settings"
5134 msgstr "Bğlantılar ve Kimlik Doğrulaması/ Bağlantı Ayarları"
5135
5136 #: utils/misc/guc.c:474
5137 msgid "Connections and Authentication / Security and Authentication"
5138 msgstr "Bağlantı ve Kimlik Doğrulamaısı / Güvenlik ve Kimlik Doğrulaması"
5139
5140 #: utils/misc/guc.c:476
5141 msgid "Resource Usage"
5142 msgstr "Kaynak Kullanımı"
5143
5144 #: utils/misc/guc.c:478
5145 msgid "Resource Usage / Memory"
5146 msgstr "Kaynak Kullanımı / Bellek"
5147
5148 #: utils/misc/guc.c:480
5149 msgid "Resource Usage / Kernel Resources"
5150 msgstr "Kaynak Kullanımı / Kernel Kaynakları"
5151
5152 #: utils/misc/guc.c:482
5153 msgid "Write-Ahead Log"
5154 msgstr "Write-Ahead Log"
5155
5156 #: utils/misc/guc.c:484
5157 msgid "Write-Ahead Log / Settings"
5158 msgstr "Write-Ahead Log / Ayarlar"
5159
5160 #: utils/misc/guc.c:486
5161 msgid "Write-Ahead Log / Checkpoints"
5162 msgstr "Write-Ahead Log / Checkpoints"
5163
5164 #: utils/misc/guc.c:488
5165 msgid "Query Tuning"
5166 msgstr "Sorgu Performans Ayarları"
5167
5168 #: utils/misc/guc.c:490
5169 msgid "Query Tuning / Planner Method Configuration"
5170 msgstr "Sorgu Ayarları / Planlayıcı Metot Yapılandırması"
5171
5172 #: utils/misc/guc.c:492
5173 msgid "Query Tuning / Planner Cost Constants"
5174 msgstr "Sorgu Ayarları / Planlayıcı Cost Değişkenleri"
5175
5176 #: utils/misc/guc.c:494
5177 msgid "Query Tuning / Genetic Query Optimizer"
5178 msgstr "Sorgu Ayarları / Genetik Sorgu Optimizatörü"
5179
5180 #: utils/misc/guc.c:496
5181 msgid "Query Tuning / Other Planner Options"
5182 msgstr "Sorgu Ayarları / Planner'in Diğer Seçenekleri"
5183
5184 #: utils/misc/guc.c:498
5185 msgid "Reporting and Logging"
5186 msgstr "Raporlama ve Loglama"
5187
5188 #: utils/misc/guc.c:500
5189 msgid "Reporting and Logging / Where to Log"
5190 msgstr "Raporlama ve Günlük / Günlük Yeri"
5191
5192 #: utils/misc/guc.c:502
5193 msgid "Reporting and Logging / When to Log"
5194 msgstr "Raporlama ve Günlük / Günlük Tutma Zamanı"
5195
5196 #: utils/misc/guc.c:504
5197 msgid "Reporting and Logging / What to Log"
5198 msgstr "Reporting and Logging / Günlük İçeriği"
5199
5200 #: utils/misc/guc.c:506
5201 msgid "Statistics"
5202 msgstr "İstatistikler"
5203
5204 #: utils/misc/guc.c:508
5205 msgid "Statistics / Monitoring"
5206 msgstr "İstatistikler / Denetlemeler"
5207
5208 #: utils/misc/guc.c:510
5209 msgid "Statistics / Query and Index Statistics Collector"
5210 msgstr "İstatistikler / Sorgu ve İndeks İstatistik Toplayıcı"
5211
5212 #: utils/misc/guc.c:512
5213 msgid "Autovacuum"
5214 msgstr "Autovacuum"
5215
5216 #: utils/misc/guc.c:514
5217 msgid "Client Connection Defaults"
5218 msgstr "İstemci Bağlantı Varsayılanları"
5219
5220 #: utils/misc/guc.c:516
5221 msgid "Client Connection Defaults / Statement Behavior"
5222 msgstr "İstemci Bağlantı Varsayılan Seçenekleri / Deyim Davranışı"
5223
5224 #: utils/misc/guc.c:518
5225 msgid "Client Connection Defaults / Locale and Formatting"
5226 msgstr "İstemci Bağlantı Varsayılan Seçenekleri / Yerelleştirme ve Biçimlendirme"
5227
5228 #: utils/misc/guc.c:520
5229 msgid "Client Connection Defaults / Other Defaults"
5230 msgstr "İstemci Bağlantısı Varsayılan Değerler / Diğer Varsayılanlar"
5231
5232 #: utils/misc/guc.c:522
5233 msgid "Lock Management"
5234 msgstr "Lock Yönetimi"
5235
5236 #: utils/misc/guc.c:524
5237 msgid "Version and Platform Compatibility"
5238 msgstr "Sürüm ve Platform Uyumluluğu"
5239
5240 #: utils/misc/guc.c:526
5241 msgid "Version and Platform Compatibility / Previous PostgreSQL Versions"
5242 msgstr "Sürüm ve Platform Uyumluluğu / Önceki PostgreSQL Sürümleri"
5243
5244 #: utils/misc/guc.c:528
5245 msgid "Version and Platform Compatibility / Other Platforms and Clients"
5246 msgstr "Sürüm ve Platform Uyumluluğu / Diğer Platform ve İstemci"
5247
5248 #: utils/misc/guc.c:530
5249 msgid "Preset Options"
5250 msgstr "Önceden Tanımlanmış Seçenekler"
5251
5252 #: utils/misc/guc.c:532
5253 msgid "Customized Options"
5254 msgstr "Özel Ayarlar"
5255
5256 #: utils/misc/guc.c:534
5257 msgid "Developer Options"
5258 msgstr "Program geliştirici Seçenekleri"
5259
5260 #: utils/misc/guc.c:588
5261 msgid "Enables the planner's use of sequential-scan plans."
5262 msgstr "Planlayıcının sequential-scan planları kullanmaya izin ver."
5263
5264 #: utils/misc/guc.c:596
5265 msgid "Enables the planner's use of index-scan plans."
5266 msgstr "Planlayıcının index-scan planları kullanmaya izin ver."
5267
5268 #: utils/misc/guc.c:604
5269 msgid "Enables the planner's use of bitmap-scan plans."
5270 msgstr "Planlayıcının bitmap-scan planları kullanmaya izin veriyor."
5271
5272 #: utils/misc/guc.c:612
5273 msgid "Enables the planner's use of TID scan plans."
5274 msgstr "Planlayıcının TID scan planları kullanmaya izin ver."
5275
5276 #: utils/misc/guc.c:620
5277 msgid "Enables the planner's use of explicit sort steps."
5278 msgstr "Planlayıcının açık sıralama adımlarını kullanmaya izin ver."
5279
5280 #: utils/misc/guc.c:628
5281 msgid "Enables the planner's use of hashed aggregation plans."
5282 msgstr "Planlayıcının hashed aggregatin planlarını kullanmaya izin ver."
5283
5284 #: utils/misc/guc.c:636
5285 msgid "Enables the planner's use of nested-loop join plans."
5286 msgstr "Planlayıcının nested-loop planları kullanmaya izin ver."
5287
5288 #: utils/misc/guc.c:644
5289 msgid "Enables the planner's use of merge join plans."
5290 msgstr "Planlayıcının merge join planları kullanmaya izin ver."
5291
5292 #: utils/misc/guc.c:652
5293 msgid "Enables the planner's use of hash join plans."
5294 msgstr "Planlayıcının hash join planları kullanmaya izin ver."
5295
5296 #: utils/misc/guc.c:660
5297 msgid "Enables genetic query optimization."
5298 msgstr "Genetic query optimization algoritmasını etkinleştiriyor."
5299
5300 #: utils/misc/guc.c:661
5301 msgid "This algorithm attempts to do planning without exhaustive searching."
5302 msgstr "Bu algoritma planlamayı, tam bir arama yapılamadan yapmayı deniyor."
5303
5304 #: utils/misc/guc.c:670
5305 msgid "Shows whether the current user is a superuser."
5306 msgstr "Geçerli kullanıcının superuser olup olmadığını gösterir"
5307
5308 #: utils/misc/guc.c:679
5309 msgid "Enables SSL connections."
5310 msgstr "SSL bağlantıları etkinleştiriyor."
5311
5312 #: utils/misc/guc.c:687
5313 msgid "Forces synchronization of updates to disk."
5314 msgstr "Disk göncellemelerin anuyumlu olmasını zorluyor"
5315
5316 #: utils/misc/guc.c:688
5317 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."
5318 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."
5319
5320 #: utils/misc/guc.c:698
5321 msgid "Sets immediate fsync at commit."
5322 msgstr "commit işleminde anlık fsync gönderimini ayarlar."
5323
5324 #: utils/misc/guc.c:706
5325 msgid "Continues processing past damaged page headers."
5326 msgstr "Bozulmuş sayfa başlıkları atlayarak işlemeye devam ediyor."
5327
5328 #: utils/misc/guc.c:707
5329 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."
5330 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."
5331
5332 #: utils/misc/guc.c:719
5333 msgid "Writes full pages to WAL when first modified after a checkpoint."
5334 msgstr "Checkpoint sonrasında ilk değiştirildiğinde sayfayı tamamiyle WAL loguna yazıyor."
5335
5336 #: utils/misc/guc.c:720
5337 msgid "A page write in process during an operating system crash might be only partially written to disk.  During recovery, the row changes stored in WAL are not enough to recover.  This option writes pages when first modified after a checkpoint to WAL so full recovery is possible."
5338 msgstr "İşletim sistemi çöktüğü anda sayfa diske yazması işlemi gerçekleştiriyorsa, sayfa, sadece kısmen yazılmış olabilir. Dolayısıyla kurtarma sırasında WAL içinde kaydedilmiş satır değişiklikleri yetersiz olabilir. Bu seçenek, sayfaları, checkpoint işleminden sonra ilk değiştirildiğinde sadece değişikliği değil, tam sayfayı WAL loguna yazıyor böylece tam bir kurtarmaya olanak tanıyor."
5339
5340 #: utils/misc/guc.c:731
5341 msgid "Runs the server silently."
5342 msgstr "Sunucusunu sessiz biçimde çalıştır."
5343
5344 #: utils/misc/guc.c:732
5345 msgid "If this parameter is set, the server will automatically run in the background and any controlling terminals are dissociated."
5346 msgstr "Bu parametre ayarlı ise, sunucu süreci, arka planda çalışacak ve sürecine bağlı tüm uçbirimlerin ilişkileri kesilecektir."
5347
5348 #: utils/misc/guc.c:740
5349 msgid "Logs each checkpoint."
5350 msgstr "Her checkpoint işlemini kaydeder"
5351
5352 #: utils/misc/guc.c:748
5353 msgid "Logs each successful connection."
5354 msgstr "Her başarılı bağlantıyı günlüğüne kaydediyor."
5355
5356 #: utils/misc/guc.c:756
5357 msgid "Logs end of a session, including duration."
5358 msgstr "Outum sonu ve toplam zamanı günlüğüne kaydediyor."
5359
5360 #: utils/misc/guc.c:764
5361 msgid "Turns on various assertion checks."
5362 msgstr "Çeşitli ısrar hata kontrollerini açıyor."
5363
5364 #: utils/misc/guc.c:765
5365 msgid "This is a debugging aid."
5366 msgstr "Bu bir debug yardımı."
5367
5368 #: utils/misc/guc.c:779
5369 #: utils/misc/guc.c:861
5370 #: utils/misc/guc.c:920
5371 #: utils/misc/guc.c:929
5372 #: utils/misc/guc.c:938
5373 #: utils/misc/guc.c:947
5374 #: utils/misc/guc.c:1513
5375 #: utils/misc/guc.c:1522
5376 msgid "No description available."
5377 msgstr "Açıklama yok."
5378
5379 #: utils/misc/guc.c:788
5380 msgid "Logs the duration of each completed SQL statement."
5381 msgstr "Tamamlanmış her SQL sorgusunun süresini günlüğüne kaydediyor."
5382
5383 #: utils/misc/guc.c:796
5384 msgid "Logs each query's parse tree."
5385 msgstr ""
5386
5387 #: utils/misc/guc.c:804
5388 msgid "Logs each query's rewritten parse tree."
5389 msgstr ""
5390
5391 #: utils/misc/guc.c:812
5392 #, fuzzy
5393 msgid "Logs each query's execution plan."
5394 msgstr "Her başarılı bağlantıyı günlüğüne kaydediyor."
5395
5396 #: utils/misc/guc.c:820
5397 msgid "Indents parse and plan tree displays."
5398 msgstr "Ayrıştırma ve plan ağaçları girintili yazıyor."
5399
5400 #: utils/misc/guc.c:828
5401 msgid "Writes parser performance statistics to the server log."
5402 msgstr "Ayrıştırıcı perfomans istatistiklerinin sunucu günlüğüne yazıyor."
5403
5404 #: utils/misc/guc.c:836
5405 msgid "Writes planner performance statistics to the server log."
5406 msgstr "Planlayıcı perfomans istatistiklerinin sunucu günlüğüne yazıyor."
5407
5408 #: utils/misc/guc.c:844
5409 msgid "Writes executor performance statistics to the server log."
5410 msgstr "Yürütücü perfomans istatistiklerinin sunucu günlüğüne yazıyor."
5411
5412 #: utils/misc/guc.c:852
5413 msgid "Writes cumulative performance statistics to the server log."
5414 msgstr "Birikimli perfomans istatistiklerinin sunucu günlüğüne yazıyor."
5415
5416 #: utils/misc/guc.c:872
5417 msgid "Collects information about executing commands."
5418 msgstr "Yürütülen komutların istatistik bilgilerini topluyor."
5419
5420 #: utils/misc/guc.c:873
5421 msgid "Enables the collection of information on the currently executing command of each session, along with the time at which that command began execution."
5422 msgstr "Her oturumunun şu anda yürütülen komutlarının bilgi ve komutun başlatma zamanı toplamayı etkinleştir."
5423
5424 #: utils/misc/guc.c:882
5425 msgid "Collects statistics on database activity."
5426 msgstr "Veritabanı etkinliği sırasında istatistikleri toplar."
5427
5428 #: utils/misc/guc.c:891
5429 msgid "Updates the process title to show the active SQL command."
5430 msgstr "Sürecin başlığında işlemede olan SQL komutu gösterilecek."
5431
5432 #: utils/misc/guc.c:892
5433 msgid "Enables updating of the process title every time a new SQL command is received by the server."
5434 msgstr "Sunucu tarafından her yeni SQL komutu alındığında sürecin başlığı güncellenecektir."
5435
5436 #: utils/misc/guc.c:900
5437 msgid "Starts the autovacuum subprocess."
5438 msgstr "Otomatik vacuum alt sürecini başlatıyor."
5439
5440 #: utils/misc/guc.c:909
5441 msgid "Generates debugging output for LISTEN and NOTIFY."
5442 msgstr "LISTEN ve NOTIFY için hata ayıklama çıkışını üretiyor."
5443
5444 #: utils/misc/guc.c:958
5445 msgid "Logs long lock waits."
5446 msgstr "Çok uzun sürek lock işlemlerini kaydeder."
5447
5448 #: utils/misc/guc.c:967
5449 msgid "Logs the host name in the connection logs."
5450 msgstr "Bağlantı günlüğünde makine adını kaydediyor."
5451
5452 #: utils/misc/guc.c:968
5453 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."
5454 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."
5455
5456 #: utils/misc/guc.c:978
5457 msgid "Causes subtables to be included by default in various commands."
5458 msgstr "Çeşitli komutlara varsayılan olarak alt tabloların eklenmesine sebep olacak."
5459
5460 #: utils/misc/guc.c:986
5461 msgid "Encrypt passwords."
5462 msgstr "Parolaları şifrele."
5463
5464 #: utils/misc/guc.c:987
5465 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."
5466 msgstr "CREATE USER veya ALTER USER komutunda şifre verilmiş ancak ENCRYPTED veya UNENCRYPTED verilmemiş ise bu parametre şifrenin şifrelenmiş olyp olmayacağını belirtiyor."
5467
5468 #: utils/misc/guc.c:996
5469 msgid "Treats \"expr=NULL\" as \"expr IS NULL\"."
5470 msgstr "\"expr=NULL\"  ifadesini \"expr IS NULL\" olarak yorumlanıyor."
5471
5472 #: utils/misc/guc.c:997
5473 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)."
5474 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."
5475
5476 #: utils/misc/guc.c:1008
5477 msgid "Enables per-database user names."
5478 msgstr "Veritabanı bazlı kullanıcı isimlerini etkinleştiriyor."
5479
5480 #: utils/misc/guc.c:1017
5481 msgid "This parameter doesn't do anything."
5482 msgstr "Bu parametre bir şey yapmıyor."
5483
5484 #: utils/misc/guc.c:1018
5485 msgid "It's just here so that we won't choke on SET AUTOCOMMIT TO ON from 7.3-vintage clients."
5486 msgstr "Bu ayar 7.3 istemcilerin göndereceği SET AUTOCOMMIT TO ON komutunu doğru yorumlamak için konulmuştır."
5487
5488 #: utils/misc/guc.c:1026
5489 msgid "Sets the default read-only status of new transactions."
5490 msgstr "Yeni transactionlar için salt okunur durumunu ayarlıyor."
5491
5492 #: utils/misc/guc.c:1034
5493 msgid "Sets the current transaction's read-only status."
5494 msgstr "Geçerli transactionlar için salt okunur durumunu ayarlıyor."
5495
5496 #: utils/misc/guc.c:1043
5497 msgid "Automatically adds missing table references to FROM clauses."
5498 msgstr "FROM tümcesine eksik tabloları ekliyor."
5499
5500 #: utils/misc/guc.c:1051
5501 msgid "Check function bodies during CREATE FUNCTION."
5502 msgstr "CREATE FUNCTION sırasında fonksiyon gövdelerini kontrol ediyor."
5503
5504 #: utils/misc/guc.c:1059
5505 msgid "Enable input of NULL elements in arrays."
5506 msgstr "Arrayların çıktılarında NULL elemntlerinin yansıtmasını etkinleştir."
5507
5508 #: utils/misc/guc.c:1060
5509 msgid "When turned on, unquoted NULL in an array input value means a null value; otherwise it is taken literally."
5510 msgstr "Açık olduğunda, array girdisinde tırnak içinde alınmamış NULL değeri null anlamına gelir; aksi taktirde değer, olduğu gibi kabul edilir."
5511
5512 #: utils/misc/guc.c:1069
5513 msgid "Create new tables with OIDs by default."
5514 msgstr "Varsayılan olarak yeni tabloları OID ile oluştur."
5515
5516 #: utils/misc/guc.c:1077
5517 #, fuzzy
5518 msgid "Start a subprocess to capture stderr output and/or csvlogs into log files."
5519 msgstr "stderr çıktısını günlük dosyasın kaydetmek için bir alt sürecini çalıştırıyor"
5520
5521 #: utils/misc/guc.c:1085
5522 msgid "Truncate existing log files of same name during log rotation."
5523 msgstr "Günlük dosyaları döndürme sırasında aynı isimle var olan günlük dosyaları kesiyor."
5524
5525 #: utils/misc/guc.c:1095
5526 msgid "Emit information about resource usage in sorting."
5527 msgstr "Alfabetik sıralama sırasında kaynak kullanımı hakkında bilgi ver."
5528
5529 #: utils/misc/guc.c:1108
5530 #, fuzzy
5531 msgid "Generate debugging output for synchronized scanning."
5532 msgstr "LISTEN ve NOTIFY için hata ayıklama çıkışını üretiyor."
5533
5534 #: utils/misc/guc.c:1122
5535 msgid "Enable bounded sorting using heap sort."
5536 msgstr ""
5537
5538 #: utils/misc/guc.c:1134
5539 msgid "Emit WAL-related debugging output."
5540 msgstr "WAL ile ilgili hata ayıklama çıktısını yayıyor."
5541
5542 #: utils/misc/guc.c:1145
5543 msgid "Datetimes are integer based."
5544 msgstr "Datetime veri tipleri tam sayı bazlıdır"
5545
5546 #: utils/misc/guc.c:1159
5547 #, fuzzy
5548 msgid "Sets whether Kerberos and GSSAPI user names should be treated as case-insensitive."
5549 msgstr "Kerberos kullanıcı adları büyük ve küçük harf duyarıl olup olmayacağını belirtiyor."
5550
5551 #: utils/misc/guc.c:1168
5552 msgid "Warn about backslash escapes in ordinary string literals."
5553 msgstr "Standart satırlarındaters taksimler kullanıldığında uyar."
5554
5555 #: utils/misc/guc.c:1177
5556 msgid "Causes '...' strings to treat backslashes literally."
5557 msgstr "'...' satırları ters taksimleri olduğu gibi algılmasını belirtiyor."
5558
5559 #: utils/misc/guc.c:1187
5560 #, fuzzy
5561 msgid "Enable synchronized sequential scans."
5562 msgstr "Planlayıcının sequential-scan planları kullanmaya izin ver."
5563
5564 #: utils/misc/guc.c:1196
5565 msgid "Allows archiving of WAL files using archive_command."
5566 msgstr "WAL dosyalarının archive_command kullanarak arşivlenmesine izin verir."
5567
5568 #: utils/misc/guc.c:1205
5569 msgid "Allows modifications of the structure of system tables."
5570 msgstr "Sistem tablolarının yapısının değiştirilmesine izin veriyor"
5571
5572 #: utils/misc/guc.c:1215
5573 msgid "Disables reading from system indexes."
5574 msgstr "Sistem indekslerinden okumayı engeller."
5575
5576 #: utils/misc/guc.c:1216
5577 msgid "It does not prevent updating the indexes, so it is safe to use.  The worst consequence is slowness."
5578 msgstr "Indekslerinin değiştirmesini engellemediği için zarasızdır. En kötü sonuç yavaşlamadır."
5579
5580 #: utils/misc/guc.c:1235
5581 msgid "Forces a switch to the next xlog file if a new file has not been started within N seconds."
5582 msgstr "yeni xlog dosyası N saniye olşmamışsa log switch yapılacaktır"
5583
5584 #: utils/misc/guc.c:1245
5585 msgid "Waits N seconds on connection startup after authentication."
5586 msgstr "İstemci kimlik doğrulamasından sonra N saniye bekiyor."
5587
5588 #: utils/misc/guc.c:1246
5589 #: utils/misc/guc.c:1584
5590 msgid "This allows attaching a debugger to the process."
5591 msgstr "Hata ayıklayıcının bağlanmasına izin veriyor."
5592
5593 #: utils/misc/guc.c:1254
5594 msgid "Sets the default statistics target."
5595 msgstr "Varsayılan istatistik hedefi ayarlıyor."
5596
5597 #: utils/misc/guc.c:1255
5598 msgid "This applies to table columns that have not had a column-specific target set via ALTER TABLE SET STATISTICS."
5599 msgstr "ALTER TABLE SET STATISTICS komutuyla sütun bazlı hedef ayarlanmamışsa bu seçenek uygulanır."
5600
5601 #: utils/misc/guc.c:1263
5602 msgid "Sets the FROM-list size beyond which subqueries are not collapsed."
5603 msgstr "FROM listesi bu boyuttan büyükse alt sorguları araltılmayacaktır."
5604
5605 #: utils/misc/guc.c:1265
5606 msgid "The planner will merge subqueries into upper queries if the resulting FROM list would have no more than this many items."
5607 msgstr "FROM listesinde bu değerinden az öğe varse, planlayıcı alt sorgularını üst sorgu ile birleştirecek."
5608
5609 #: utils/misc/guc.c:1274
5610 msgid "Sets the FROM-list size beyond which JOIN constructs are not flattened."
5611 msgstr "FROM listesi uzunluğu bu değerden büyükse JOIN ifadeler düzleştirilmeyecektir."
5612
5613 #: utils/misc/guc.c:1276
5614 msgid "The planner will flatten explicit JOIN constructs into lists of FROM items whenever a list of no more than this many items would result."
5615 msgstr "Listede bu değerden daha çok nesne olursa, planlayıcısı belirlenmiş JOIN ifadeleri FROM nesnelerin listesine çevirecektir."
5616
5617 #: utils/misc/guc.c:1285
5618 msgid "Sets the threshold of FROM items beyond which GEQO is used."
5619 msgstr "FROM öğe sayısı bu eşiği geçince GEQO kullanılacaktır."
5620
5621 #: utils/misc/guc.c:1293
5622 msgid "GEQO: effort is used to set the default for other GEQO parameters."
5623 msgstr "GEQO: diğer GEQO parametreleri ayarlam için effort kullanılıyor."
5624
5625 #: utils/misc/guc.c:1301
5626 msgid "GEQO: number of individuals in the population."
5627 msgstr "GEQO: nüfusun içinde kişi sayısı."
5628
5629 #: utils/misc/guc.c:1302
5630 #: utils/misc/guc.c:1310
5631 msgid "Zero selects a suitable default value."
5632 msgstr "Sıfır ise uygun bir varsayılan değer atanıyor."
5633
5634 #: utils/misc/guc.c:1309
5635 msgid "GEQO: number of iterations of the algorithm."
5636 msgstr "GEQO: algoritm döngü sayısı."
5637
5638 #: utils/misc/guc.c:1319
5639 msgid "Sets the time to wait on a lock before checking for deadlock."
5640 msgstr "Bir lock üzerinde deadlock kontrolü yapmadan geçmesi gereken süreyi bielirtiyor."
5641
5642 #: utils/misc/guc.c:1337
5643 msgid "Sets the maximum number of concurrent connections."
5644 msgstr "Maksimum bağlantı sayısını ayarlıyor."
5645
5646 #: utils/misc/guc.c:1346
5647 msgid "Sets the number of connection slots reserved for superusers."
5648 msgstr "Superuser için rezerve edilmiş bağlantı sayısını ayarlıyor."
5649
5650 #: utils/misc/guc.c:1355
5651 msgid "Sets the number of shared memory buffers used by the server."
5652 msgstr "Sunucu tarafıundan kullanılacak shared memory arabellek sayısını ayarlıyor."
5653
5654 #: utils/misc/guc.c:1365
5655 msgid "Sets the maximum number of temporary buffers used by each session."
5656 msgstr "Her oturumun kullanabileceği en yüksek geçici buffer sayısı"
5657
5658 #: utils/misc/guc.c:1375
5659 msgid "Sets the TCP port the server listens on."
5660 msgstr "Sunucun dinleyeceği TCP port numarasını ayarlıyor."
5661
5662 #: utils/misc/guc.c:1384
5663 msgid "Sets the access permissions of the Unix-domain socket."
5664 msgstr "Unix-domain socket erişim haklarını ayarlıyor."
5665
5666 #: utils/misc/guc.c:1385
5667 #, fuzzy
5668 msgid "Unix-domain sockets use the usual Unix file system permission set. The parameter value is expected to be a 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).)"
5669 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.)"
5670
5671 #: utils/misc/guc.c:1397
5672 msgid "Sets the maximum memory to be used for query workspaces."
5673 msgstr "Sorgu çalışma alanları için kullanılacak en büyük bellek boyutu belirliyor."
5674
5675 #: utils/misc/guc.c:1398
5676 msgid "This much memory can be used by each internal sort operation and hash table before switching to temporary disk files."
5677 msgstr "Geçici disk dosyalarına başvurmadan dahili sort ve hash tablo işlemleirinin kullanabileceği bellek boyutu ayarlar."
5678
5679 #: utils/misc/guc.c:1409
5680 msgid "Sets the maximum memory to be used for maintenance operations."
5681 msgstr "Bakım işlemleri için kullanılacak en büyük bellek boyutu belirler."
5682
5683 #: utils/misc/guc.c:1410
5684 msgid "This includes operations such as VACUUM and CREATE INDEX."
5685 msgstr "Bu değer VACUUM ve CREATE INDEX gibi işlemleri için de geçerlidir."
5686
5687 #: utils/misc/guc.c:1419
5688 msgid "Sets the maximum stack depth, in kilobytes."
5689 msgstr "Kilobay olarak en büyük yığın boyutu ayarlar."
5690
5691 #: utils/misc/guc.c:1429
5692 msgid "Vacuum cost for a page found in the buffer cache."
5693 msgstr "Buffer cache içinde bulunan bir sayfanın vacuum işleme masrafı."
5694
5695 #: utils/misc/guc.c:1438
5696 msgid "Vacuum cost for a page not found in the buffer cache."
5697 msgstr "Buffer cache içinde bulunamayan bir sayfanın vacuum işleme masrafı."
5698
5699 #: utils/misc/guc.c:1447
5700 msgid "Vacuum cost for a page dirtied by vacuum."
5701 msgstr "Vacuum tarafında değiştirilecek sayfanın işleme masrafı."
5702
5703 #: utils/misc/guc.c:1456
5704 msgid "Vacuum cost amount available before napping."
5705 msgstr "Vacuum işleminin uyku durumuna geçmeden önce ne kadar işlem yapması. Yani bir geçişte ne kadar işlem yapacağı."
5706
5707 #: utils/misc/guc.c:1465
5708 msgid "Vacuum cost delay in milliseconds."
5709 msgstr "Vacuum işleminin milisaniye değeri."
5710
5711 #: utils/misc/guc.c:1475
5712 msgid "Vacuum cost delay in milliseconds, for autovacuum."
5713 msgstr "Vacuum işleminin masrafının milisaniye değeri (autovacuum için)."
5714
5715 #: utils/misc/guc.c:1485
5716 msgid "Vacuum cost amount available before napping, for autovacuum."
5717 msgstr "Vacuum işleminin uyku durumuna geçmeden önce ne kadar işlem yapması. Yani bir geçişte ne kadar işlem yapacağı."
5718
5719 #: utils/misc/guc.c:1494
5720 msgid "Sets the maximum number of simultaneously open files for each server process."
5721 msgstr "Her sunucu sürecinin içi aynı anda olabilecek en büyük açık dosya sayısı."
5722
5723 #: utils/misc/guc.c:1503
5724 msgid "Sets the maximum number of simultaneously prepared transactions."
5725 msgstr "Aynı zamanda olabilecek en çok prepared transaction sayısı."
5726
5727 #: utils/misc/guc.c:1533
5728 msgid "Sets the maximum allowed duration of any statement."
5729 msgstr "Bir sorgunun en çok çalışma zamanı."
5730
5731 #: utils/misc/guc.c:1534
5732 msgid "A value of 0 turns off the timeout."
5733 msgstr "0 (sıfır) değeri, zaman aşımını kapatıyor."
5734
5735 #: utils/misc/guc.c:1543
5736 msgid "Minimum age at which VACUUM should freeze a table row."
5737 msgstr "VACUUM, satırın üzerinde freeze işlemi yapabilecek yaşlılık süresi."
5738
5739 #: utils/misc/guc.c:1552
5740 #, fuzzy
5741 msgid "Age at which VACUUM should scan whole table to freeze tuples."
5742 msgstr "VACUUM, satırın üzerinde freeze işlemi yapabilecek yaşlılık süresi."
5743
5744 #: utils/misc/guc.c:1561
5745 msgid "Sets the maximum number of locks per transaction."
5746 msgstr "Bir transaction içinde en yüksek olabilecek kilit sayısı."
5747
5748 #: utils/misc/guc.c:1562
5749 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."
5750 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."
5751
5752 #: utils/misc/guc.c:1572
5753 msgid "Sets the maximum allowed time to complete client authentication."
5754 msgstr "İstemci kimlik doğrulamasını yapmak için zaman sınırı ayarlar."
5755
5756 #: utils/misc/guc.c:1583
5757 msgid "Waits N seconds on connection startup before authentication."
5758 msgstr "İstemci kimlik doğrulamasından önce N saniye bekiyor."
5759
5760 #: utils/misc/guc.c:1593
5761 msgid "Sets the maximum distance in log segments between automatic WAL checkpoints."
5762 msgstr "Otomatic WAL denetim noktaları (checkpoint) arasında katedilecek log segment saytısı."
5763
5764 #: utils/misc/guc.c:1602
5765 msgid "Sets the maximum time between automatic WAL checkpoints."
5766 msgstr "Otomatic WAL denetim noktaları (checkpoint) arasında geçecek zaman dilimi."
5767
5768 #: utils/misc/guc.c:1612
5769 msgid "Enables warnings if checkpoint segments are filled more frequently than this."
5770 msgstr "Eğer log denetim noktası (checkpoint) bu değerden daha sık oluyorsa günlüğüne bir not düş."
5771
5772 #: utils/misc/guc.c:1614
5773 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."
5774 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."
5775
5776 #: utils/misc/guc.c:1625
5777 msgid "Sets the number of disk-page buffers in shared memory for WAL."
5778 msgstr "WAL için shared memory arabellek disk-sayfa sayısı."
5779
5780 #: utils/misc/guc.c:1635
5781 #, fuzzy
5782 msgid "WAL writer sleep time between WAL flushes."
5783 msgstr "Background writer'in seferleri arasında hareketsiz kalacağı zaman süresi."
5784
5785 #: utils/misc/guc.c:1645
5786 msgid "Sets the delay in microseconds between transaction commit and flushing WAL to disk."
5787 msgstr "Transaction commit ile WAL dosyaların diske yazılması arasında milisaniye olarak gecikme süresi ayarlar."
5788
5789 #: utils/misc/guc.c:1655
5790 msgid "Sets the minimum concurrent open transactions before performing commit_delay."
5791 msgstr "commit_delay uygulamadan önce en az bu değer koşutzamanlı transaction olacak."
5792
5793 #: utils/misc/guc.c:1665
5794 msgid "Sets the number of digits displayed for floating-point values."
5795 msgstr "Floating-point değerlerinde gösterilecek rakam asyısı ayarlar."
5796
5797 #: utils/misc/guc.c:1666
5798 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)."
5799 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)."
5800
5801 #: utils/misc/guc.c:1676
5802 msgid "Sets the minimum execution time above which statements will be logged."
5803 msgstr "Bu süreden uzun süre çalışacak sorgular log dosyasına yazılacaktır."
5804
5805 #: utils/misc/guc.c:1678
5806 #, fuzzy
5807 msgid "Zero prints all queries. -1 turns this feature off."
5808 msgstr "Sifir ise tüm sorguları yazılacak. Varsayılan değer -1 (bu özellik kapalıdır)."
5809
5810 #: utils/misc/guc.c:1687
5811 msgid "Sets the minimum execution time above which autovacuum actions will be logged."
5812 msgstr "Autovacuum bu süreden çok zaman alırsa, eylemleri ayda alınacaktır."
5813
5814 #: utils/misc/guc.c:1689
5815 #, fuzzy
5816 msgid "Zero prints all actions. -1 turns autovacuum logging off."
5817 msgstr "Sifir ise tüm eylemleri yazılacak. Varsayılan değer -1 (bu özellik kapalıdır)."
5818
5819 #: utils/misc/guc.c:1698
5820 msgid "Background writer sleep time between rounds."
5821 msgstr "Background writer'in seferleri arasında hareketsiz kalacağı zaman süresi."
5822
5823 #: utils/misc/guc.c:1708
5824 msgid "Background writer maximum number of LRU pages to flush per round."
5825 msgstr "Her seferinde background writer'in diske yazaçağı LRU sayfaların maximum sayısı."
5826
5827 #: utils/misc/guc.c:1723
5828 msgid "Number of simultaneous requests that can be handled efficiently by the disk subsystem."
5829 msgstr ""
5830
5831 #: utils/misc/guc.c:1724
5832 msgid "For RAID arrays, this should be approximately the number of drive spindles in the array."
5833 msgstr ""
5834
5835 #: utils/misc/guc.c:1737
5836 msgid "Automatic log file rotation will occur after N minutes."
5837 msgstr "Otomatik log dosya değişimi N dakikada bir gerçekleşecek."
5838
5839 #: utils/misc/guc.c:1747
5840 msgid "Automatic log file rotation will occur after N kilobytes."
5841 msgstr "Otomatik olg dosya değişimi N kilobayttan sonra gerçekleşecek."
5842
5843 #: utils/misc/guc.c:1757
5844 msgid "Shows the maximum number of function arguments."
5845 msgstr "Fonksiyon argünamlarının olabileceği en büyük sayısını gösteriyor."
5846
5847 #: utils/misc/guc.c:1767
5848 msgid "Shows the maximum number of index keys."
5849 msgstr "İndeks değerlerinin olabileceği en büyük sayısını gösteriyor."
5850
5851 #: utils/misc/guc.c:1777
5852 msgid "Shows the maximum identifier length."
5853 msgstr "Bır tanıtıcının en maximum uzunluğunu gösteriyor."
5854
5855 #: utils/misc/guc.c:1787
5856 msgid "Shows the size of a disk block."
5857 msgstr "Bir disk blokunun boyutunu gösteriyor."
5858
5859 #: utils/misc/guc.c:1797
5860 #, fuzzy
5861 msgid "Shows the number of pages per disk file."
5862 msgstr "Bir disk blokunun boyutunu gösteriyor."
5863
5864 #: utils/misc/guc.c:1807
5865 msgid "Shows the block size in the write ahead log."
5866 msgstr ""
5867
5868 #: utils/misc/guc.c:1817
5869 msgid "Shows the number of pages per write ahead log segment."
5870 msgstr ""
5871
5872 #: utils/misc/guc.c:1830
5873 msgid "Time to sleep between autovacuum runs."
5874 msgstr "Autovacuum çalıştırmaları arasında bekleme zamanı."
5875
5876 #: utils/misc/guc.c:1839
5877 msgid "Minimum number of tuple updates or deletes prior to vacuum."
5878 msgstr "Vacuum işleminin başlaması için gereken düşük tuple update veya deleta sayısı."
5879
5880 #: utils/misc/guc.c:1847
5881 msgid "Minimum number of tuple inserts, updates or deletes prior to analyze."
5882 msgstr "Analyze işleminin başlaması için gereken düşük tuple insert, update veya deleta sayısı."
5883
5884 #: utils/misc/guc.c:1856
5885 msgid "Age at which to autovacuum a table to prevent transaction ID wraparound."
5886 msgstr "ID sarımı önemek için autovacuum yapılacağı yaşlılık değeri."
5887
5888 #: utils/misc/guc.c:1865
5889 msgid "Sets the maximum number of simultaneously running autovacuum worker processes."
5890 msgstr "Aynı anda çalışacak autovacuum süreç sayısını ayarlıyor."
5891
5892 #: utils/misc/guc.c:1874
5893 msgid "Time between issuing TCP keepalives."
5894 msgstr "TCP keepalive göndermelerin arasında saniye sayısı."
5895
5896 #: utils/misc/guc.c:1875
5897 #: utils/misc/guc.c:1885
5898 msgid "A value of 0 uses the system default."
5899 msgstr "0 (sıfır) değeri, sistem varsayılan değeri etkinleştirir."
5900
5901 #: utils/misc/guc.c:1884
5902 msgid "Time between TCP keepalive retransmits."
5903 msgstr "TCP keepalive yeniden göndermelerin arasında saniye sayısı."
5904
5905 #: utils/misc/guc.c:1894
5906 msgid "Maximum number of TCP keepalive retransmits."
5907 msgstr "En yüksek TCP keepalive gönderme sayısı."
5908
5909 #: utils/misc/guc.c:1895
5910 msgid "This controls the number of consecutive keepalive retransmits that can be lost before a connection is considered dead. A value of 0 uses the system default."
5911 msgstr "Keepalive açıkken, bir bağlantının kopmuş olmasını sayılamadan gönderilecek mükerrer paket sayısı. 0 (sıfır) değeri sistemdeki varsayılan eğerini alıyor."
5912
5913 #: utils/misc/guc.c:1905
5914 msgid "Sets the maximum allowed result for exact search by GIN."
5915 msgstr "GIN sorgulaması için izin verilen en yüksek sonuç sayısı."
5916
5917 #: utils/misc/guc.c:1915
5918 msgid "Sets the planner's assumption about the size of the disk cache."
5919 msgstr "Disk cache boyutu hakkında planner'in tahmini değerini belirtiyor."
5920
5921 #: utils/misc/guc.c:1916
5922 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."
5923 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."
5924
5925 #: utils/misc/guc.c:1928
5926 msgid "Shows the server version as an integer."
5927 msgstr "Sunucunun sürümünü tamsayı olarak gösteriyor."
5928
5929 #: utils/misc/guc.c:1938
5930 msgid "Log the use of temporary files larger than this number of kilobytes."
5931 msgstr "Bu kadar kilobayttan büyük geçici dosya kullanıldığında log tutuyor."
5932
5933 #: utils/misc/guc.c:1939
5934 msgid "Zero logs all files. The default is -1 (turning this feature off)."
5935 msgstr "Sifir, tüm dosyaları logluyor. Varsayılan değer -1 (bu özellik kapalıdır)."
5936
5937 #: utils/misc/guc.c:1948
5938 msgid "Sets the size reserved for pg_stat_activity.current_query, in bytes."
5939 msgstr ""
5940
5941 #: utils/misc/guc.c:1966
5942 msgid "Sets the planner's estimate of the cost of a sequentially fetched disk page."
5943 msgstr "Dıskten sırayla sayfa okuması için harcanacak işlem zamanı tahminini belirtiyor."
5944
5945 #: utils/misc/guc.c:1975
5946 msgid "Sets the planner's estimate of the cost of a nonsequentially fetched disk page."
5947 msgstr "Nonsequential disk page getirme işlemlerin tahmini zamanı belirtiyor."
5948
5949 #: utils/misc/guc.c:1984
5950 msgid "Sets the planner's estimate of the cost of processing each tuple (row)."
5951 msgstr "Bir satır işlemek için harcanacak işlem zamanı tahminini belirtiyor."
5952
5953 #: utils/misc/guc.c:1993
5954 msgid "Sets the planner's estimate of the cost of processing each index entry during an index scan."
5955 msgstr "Bir index taraması sırasında indexin her satırının taramasını yapmak için harcanacak işlem zamanı tahminini belirtiyor."
5956
5957 #: utils/misc/guc.c:2002
5958 msgid "Sets the planner's estimate of the cost of processing each operator or function call."
5959 msgstr "Bir operator veya fonksiyon çağırımı yapmak için harcanacak işlem zamanı tahminini belirtiyor."
5960
5961 #: utils/misc/guc.c:2012
5962 #, fuzzy
5963 msgid "Sets the planner's estimate of the fraction of a cursor's rows that will be retrieved."
5964 msgstr "Bir satır işlemek için harcanacak işlem zamanı tahminini belirtiyor."
5965
5966 #: utils/misc/guc.c:2022
5967 msgid "GEQO: selective pressure within the population."
5968 msgstr "GEQO: selective pressure within the population. Oha be, query'yi mi optimize ediyoruz, piliç mi yetiştiriyoruz, yuh."
5969
5970 #: utils/misc/guc.c:2032
5971 #, fuzzy
5972 msgid "Multiple of the average buffer usage to free per round."
5973 msgstr "Her seferinde background writer'in diske yazaçağı LRU bufferlerin yüzdesi."
5974
5975 #: utils/misc/guc.c:2041
5976 msgid "Sets the seed for random-number generation."
5977 msgstr "Random-number üretimi için seed değerini belirtiyor."
5978
5979 #: utils/misc/guc.c:2051
5980 msgid "Number of tuple updates or deletes prior to vacuum as a fraction of reltuples."
5981 msgstr "Vacuum işleminin başlaması için en düşük tuple update ve delete sayısı (retuple bölümü olarak)."
5982
5983 #: utils/misc/guc.c:2059
5984 msgid "Number of tuple inserts, updates or deletes prior to analyze as a fraction of reltuples."
5985 msgstr "Analyze işleminin başlaması için en düşük tuple insert, update ve delete sayısı (retuple bölümü olarak)."
5986
5987 #: utils/misc/guc.c:2068
5988 msgid "Time spent flushing dirty buffers during checkpoint, as fraction of checkpoint interval."
5989 msgstr ""
5990
5991 #: utils/misc/guc.c:2086
5992 msgid "Sets the shell command that will be called to archive a WAL file."
5993 msgstr "WAL dosyasını arşivlemek için çağırılacak kabuk komutunu ayarlıyor ."
5994
5995 #: utils/misc/guc.c:2095
5996 msgid "Sets the client's character set encoding."
5997 msgstr "İstemci karakter kodlamasını belirtiyor."
5998
5999 #: utils/misc/guc.c:2105
6000 msgid "Controls information prefixed to each log line."
6001 msgstr "Log satırlarının başlarına eklenecek bilgiyi ayarlıyor."
6002
6003 #: utils/misc/guc.c:2106
6004 msgid "If blank, no prefix is used."
6005 msgstr "Boş ise ön ek kullanlmayacak."
6006
6007 #: utils/misc/guc.c:2114
6008 #, fuzzy
6009 msgid "Sets the time zone to use in log messages."
6010 msgstr "Log mesajlarının ayrıntı düzei belirtiyor."
6011
6012 #: utils/misc/guc.c:2123
6013 msgid "Sets the display format for date and time values."
6014 msgstr "Tarih ve zaman girişleri için biçim maskesini belirtiyor."
6015
6016 #: utils/misc/guc.c:2124
6017 msgid "Also controls interpretation of ambiguous date inputs."
6018 msgstr "Ayrıca belirsiz tarih girişinin yorumlamasını belirtiyor."
6019
6020 #: utils/misc/guc.c:2134
6021 msgid "Sets the default tablespace to create tables and indexes in."
6022 msgstr "İndeksleri oluşturma işemi için varsayılan tablespace ayarlıyor"
6023
6024 #: utils/misc/guc.c:2135
6025 msgid "An empty string selects the database's default tablespace."
6026 msgstr "Boş değer, veritabanının varsayılan tablespace'ı seçmektedir."
6027
6028 #: utils/misc/guc.c:2144
6029 #, fuzzy
6030 msgid "Sets the tablespace(s) to use for temporary tables and sort files."
6031 msgstr "İndeksleri oluşturma işemi için varsayılan tablespace ayarlıyor"
6032
6033 #: utils/misc/guc.c:2154
6034 msgid "Sets the path for dynamically loadable modules."
6035 msgstr "Dinamik yüklenebilen modülleri arama dizinlerini belirtiyor."
6036
6037 #: utils/misc/guc.c:2155
6038 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."
6039 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."
6040
6041 #: utils/misc/guc.c:2167
6042 msgid "Sets the location of the Kerberos server key file."
6043 msgstr "Kerberos server key dosyasının yerini belirtiyor."
6044
6045 #: utils/misc/guc.c:2177
6046 msgid "Sets the name of the Kerberos service."
6047 msgstr "Kerberos sevice adını belirtiyor."
6048
6049 #: utils/misc/guc.c:2186
6050 msgid "Sets the Bonjour broadcast service name."
6051 msgstr "Bonjour broadcast service adını belirtiyor."
6052
6053 #: utils/misc/guc.c:2197
6054 msgid "Shows the collation order locale."
6055 msgstr "Alfabetik sıralamasında kullanılacak locale ayarı gösteriyor."
6056
6057 #: utils/misc/guc.c:2207
6058 msgid "Shows the character classification and case conversion locale."
6059 msgstr "Karakter sınıflandırılması ve büyük/küçük çevirme işlemlerinde kullanıcak locale ayarı gösteriyor."
6060
6061 #: utils/misc/guc.c:2217
6062 msgid "Sets the language in which messages are displayed."
6063 msgstr "Mesajlarda kullanılacak dili belirtiyor."
6064
6065 #: utils/misc/guc.c:2226
6066 msgid "Sets the locale for formatting monetary amounts."
6067 msgstr "Parasal değerlerinin biçimlendirilmesinde kullanılacak locale ayarını belirtiyor."
6068
6069 #: utils/misc/guc.c:2235
6070 msgid "Sets the locale for formatting numbers."
6071 msgstr "Sayısal değerlerinin biçimlendirilmesinde kullanılacak locale ayarını belirtiyor."
6072
6073 #: utils/misc/guc.c:2244
6074 msgid "Sets the locale for formatting date and time values."
6075 msgstr "Tarih ve zaman değerlerinin biçimlendirilmesinde kullanılacak locale ayarını belirtiyor."
6076
6077 #: utils/misc/guc.c:2253
6078 msgid "Lists shared libraries to preload into server."
6079 msgstr "Sunucuya yüklenmiş ortak kütüphaneleri gösteriyor."
6080
6081 #: utils/misc/guc.c:2263
6082 msgid "Lists shared libraries to preload into each backend."
6083 msgstr "Her sunucuya yüklenenecek ortak kütüphaneleri gösteriyor."
6084
6085 #: utils/misc/guc.c:2273
6086 msgid "Sets the schema search order for names that are not schema-qualified."
6087 msgstr "Şema belirtilmediği takdirde isimlerin hangi şemalarda aranacağını belirtir."
6088
6089 #: utils/misc/guc.c:2284
6090 msgid "Sets the server (database) character set encoding."
6091 msgstr "Sunucu (veritabanı) karakter seti kodlamasını belirtiyor."
6092
6093 #: utils/misc/guc.c:2295
6094 msgid "Shows the server version."
6095 msgstr "Sunucunun sürümünü gösteriyor."
6096
6097 #: utils/misc/guc.c:2306
6098 msgid "Sets the current role."
6099 msgstr "Geçerli rolü belirtiyor."
6100
6101 #: utils/misc/guc.c:2317
6102 msgid "Sets the session user name."
6103 msgstr "Oturum açan kullanıcının ismini gösterir."
6104
6105 #: utils/misc/guc.c:2327
6106 msgid "Sets the destination for server log output."
6107 msgstr "Log dosyaları için hedef dizini belirtiyor."
6108
6109 #: utils/misc/guc.c:2328
6110 #, fuzzy
6111 msgid "Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and \"eventlog\", depending on the platform."
6112 msgstr "Geçerli değerler, platforma bağlı olarak: \"stderr\", \"syslog\", and \"eventlog\"."
6113
6114 #: utils/misc/guc.c:2338
6115 msgid "Sets the destination directory for log files."
6116 msgstr "Log dosyaları için hedef dizini belirtiyor."
6117
6118 #: utils/misc/guc.c:2339
6119 msgid "Can be specified as relative to the data directory or as absolute path."
6120 msgstr "Bu değer hem veri dizininden göreceli hem de tam yol olabilir."
6121
6122 #: utils/misc/guc.c:2348
6123 msgid "Sets the file name pattern for log files."
6124 msgstr "Log dosyaları için kulanılacak şablonu belirtiyor."
6125
6126 #: utils/misc/guc.c:2359
6127 msgid "Sets the program name used to identify PostgreSQL messages in syslog."
6128 msgstr "Syslog içinde PostgreSQL mesajlarının kaynak olacağı program adını belirtiyor."
6129
6130 #: utils/misc/guc.c:2370
6131 msgid "Sets the time zone for displaying and interpreting time stamps."
6132 msgstr "Time stamp veri tipini çıktısında kullanılacak zaman dilimi belirtiyor."
6133
6134 #: utils/misc/guc.c:2379
6135 msgid "Selects a file of time zone abbreviations."
6136 msgstr "Timezone kısaltmaların olduğu dosyayı seçer."
6137
6138 #: utils/misc/guc.c:2388
6139 msgid "Sets the current transaction's isolation level."
6140 msgstr "Transaction isolation level belirtiyor."
6141
6142 #: utils/misc/guc.c:2398
6143 msgid "Sets the owning group of the Unix-domain socket."
6144 msgstr "Unix-domain socket grup sahipliğini belirtiyor."
6145
6146 #: utils/misc/guc.c:2399
6147 msgid "The owning user of the socket is always the user that starts the server."
6148 msgstr "Socket sahibi her zamn sunucu çalıştıran kullanıcıdır."
6149
6150 #: utils/misc/guc.c:2408
6151 msgid "Sets the directory where the Unix-domain socket will be created."
6152 msgstr "Unix-domain socket yarıtılacak dizinini belirtiyor."
6153
6154 #: utils/misc/guc.c:2418
6155 msgid "Sets the host name or IP address(es) to listen to."
6156 msgstr "Dinlenecek host adı veya IP adresleri belirtiyor."
6157
6158 #: utils/misc/guc.c:2428
6159 msgid "Sets the list of known custom variable classes."
6160 msgstr "Bilinen custom variable classes listesini belirtiyor."
6161
6162 #: utils/misc/guc.c:2438
6163 msgid "Sets the server's data directory."
6164 msgstr "Sunucusunun veri dizini belirtiyor."
6165
6166 #: utils/misc/guc.c:2448
6167 msgid "Sets the server's main configuration file."
6168 msgstr "Sunucunun ana konfigorasyon dosyasının yerini belirtiyor."
6169
6170 #: utils/misc/guc.c:2458
6171 msgid "Sets the server's \"hba\" configuration file."
6172 msgstr "Sunucusunun \"hba\" konfigurasyon dosyasını belirtiyor."
6173
6174 #: utils/misc/guc.c:2468
6175 msgid "Sets the server's \"ident\" configuration file."
6176 msgstr "Sunucusunun \"ident\" konfigurasyon dosyasını belirtiyor."
6177
6178 #: utils/misc/guc.c:2478
6179 msgid "Writes the postmaster PID to the specified file."
6180 msgstr "postmaster PID numarası belirtilen dosyaya yazar."
6181
6182 #: utils/misc/guc.c:2488
6183 #, fuzzy
6184 msgid "Writes temporary statistics files to the specified directory."
6185 msgstr "postmaster PID numarası belirtilen dosyaya yazar."
6186
6187 #: utils/misc/guc.c:2498
6188 msgid "Sets default text search configuration."
6189 msgstr "Öntanımlı metin arama yapıkandırmasını ayarlar. "
6190
6191 #: utils/misc/guc.c:2508
6192 msgid "Sets the list of allowed SSL ciphers."
6193 msgstr "İzin verilen SSL şifreleme algoritmaların listesini ayarlıyor."
6194
6195 #: utils/misc/guc.c:2528
6196 msgid "Sets whether \"\\'\" is allowed in string literals."
6197 msgstr "Satır değişmezlerde \"\\'\" ifadesine izin verilip verilmeyeceğini belirtiyor."
6198
6199 #: utils/misc/guc.c:2537
6200 msgid "Sets the message levels that are sent to the client."
6201 msgstr "İstemciye yollancak mesaj düzeylerini belirtiyor."
6202
6203 #: utils/misc/guc.c:2538
6204 #: utils/misc/guc.c:2587
6205 #: utils/misc/guc.c:2597
6206 #, fuzzy
6207 msgid "Each level includes all the levels that follow it. The later the level, the fewer messages are sent."
6208 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."
6209
6210 #: utils/misc/guc.c:2547
6211 msgid "Enables the planner to use constraints to optimize queries."
6212 msgstr "Planlayıcının sorgularını optimize etmek için constraints kullanmasına izin verir."
6213
6214 #: utils/misc/guc.c:2548
6215 #, fuzzy
6216 msgid "Table scans will be skipped if their constraints guarantee that no rows match the query."
6217 msgstr "Constrainler tarafından sorguya uyan hiçbir satır uymayacağı garantilenirse child table scan yapılmayacaktır"
6218
6219 #: utils/misc/guc.c:2558
6220 msgid "Sets the transaction isolation level of each new transaction."
6221 msgstr "Her yeni transaction için transaction isolation level belirtiypr."
6222
6223 #: utils/misc/guc.c:2567
6224 #, fuzzy
6225 msgid "Sets the display format for interval values."
6226 msgstr "Tarih ve zaman girişleri için biçim maskesini belirtiyor."
6227
6228 #: utils/misc/guc.c:2577
6229 msgid "Sets the verbosity of logged messages."
6230 msgstr "Log mesajlarının ayrıntı düzei belirtiyor."
6231
6232 #: utils/misc/guc.c:2586
6233 msgid "Sets the message levels that are logged."
6234 msgstr "Log dosyasına yazılacak mesajlarının düzeylerini belirtiyor."
6235
6236 #: utils/misc/guc.c:2596
6237 msgid "Causes all statements generating error at or above this level to be logged."
6238 msgstr "Belirtilen ya da daha üst düzeyde hata yaratan komutlarının gol dosyasına yazılacağına sebep olur."
6239
6240 #: utils/misc/guc.c:2606
6241 msgid "Sets the type of statements logged."
6242 msgstr "Log dosyasına yazılacak komutların tipini belirtiyor."
6243
6244 #: utils/misc/guc.c:2616
6245 msgid "Sets the syslog \"facility\" to be used when syslog enabled."
6246 msgstr "Syslog aktif durumunda kullanılacak syslog \"facility\" değerini belirtiyor."
6247
6248 #: utils/misc/guc.c:2626
6249 msgid "Sets the regular expression \"flavor\"."
6250 msgstr "\"flavor\" regular expression belirtiyor."
6251
6252 #: utils/misc/guc.c:2635
6253 #, fuzzy
6254 msgid "Sets the session's behavior for triggers and rewrite rules."
6255 msgstr "Oturumun trigger ve rewrite rule davranışını belirtityor."
6256
6257 #: utils/misc/guc.c:2645
6258 #, fuzzy
6259 msgid "Collects function-level statistics on database activity."
6260 msgstr "Veritabanı etkinliği sırasında istatistikleri toplar."
6261
6262 #: utils/misc/guc.c:2654
6263 msgid "Selects the method used for forcing WAL updates to disk."
6264 msgstr "WAL değikliklerinin diske yazılış yöntemini belirtiyor."
6265
6266 #: utils/misc/guc.c:2664
6267 msgid "Sets how binary values are to be encoded in XML."
6268 msgstr "İkili değerlerin XML içinde nasıl kodlanacağını belirtiyor."
6269
6270 #: utils/misc/guc.c:2673
6271 msgid "Sets whether XML data in implicit parsing and serialization operations is to be considered as documents or content fragments."
6272 msgstr "Ayrıştırma ve serialization işlemlerde XML veri birer document mi yoksa conten fragment olarak mı sayılacağını belirtiyor."
6273
6274 #: utils/misc/guc.c:3443
6275 #, c-format
6276 msgid ""
6277 "%s does not know where to find the server configuration file.\n"
6278 "You must specify the --config-file or -D invocation option or set the PGDATA environment variable.\n"
6279 msgstr ""
6280 "%s, greken konfigurasyon dosyasını bulamamaktadır.\n"
6281 "Bu dosyanın --config-file veya -D başlatma parametresi veya PGDATA enviroment değişkeni ile belirtilebilir.\n"
6282
6283 #: utils/misc/guc.c:3462
6284 #, c-format
6285 msgid "%s cannot access the server configuration file \"%s\": %s\n"
6286 msgstr "%s sunucu konfigurasyon dosyasına \"%s\" erişilemiyor: %s\n"
6287
6288 #: utils/misc/guc.c:3482
6289 #, c-format
6290 msgid ""
6291 "%s does not know where to find the database system data.\n"
6292 "This can be specified as \"data_directory\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n"
6293 msgstr ""
6294 "%s, greken veritabanı dosyaları bulamamaktadır.\n"
6295 "Dizinin yeri \"%s\" dosyasında \"data_directory\" değişkeninde, -D başlatma parametresi veya PGDATA enviroment değişkeni ile belirtilebilir.\n"
6296
6297 #: utils/misc/guc.c:3513
6298 #, c-format
6299 msgid ""
6300 "%s does not know where to find the \"hba\" configuration file.\n"
6301 "This can be specified as \"hba_file\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n"
6302 msgstr ""
6303 "%s, greken \"hba\" konfigurasyon dosyasını bulamamaktadır.\n"
6304 "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"
6305
6306 #: utils/misc/guc.c:3536
6307 #, c-format
6308 msgid ""
6309 "%s does not know where to find the \"ident\" configuration file.\n"
6310 "This can be specified as \"ident_file\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n"
6311 msgstr ""
6312 "%s, greken \"ident\" konfigurasyon dosyasını bulamamaktadır.\n"
6313 "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"
6314
6315 #: utils/misc/guc.c:4134
6316 #: utils/misc/guc.c:4302
6317 msgid "Value exceeds integer range."
6318 msgstr "Değer tamsayı aralığını aşıyor."
6319
6320 #: utils/misc/guc.c:4157
6321 msgid "Valid units for this parameter are \"kB\", \"MB\", and \"GB\"."
6322 msgstr "Bu parametre için geçerli birimler \"kB\", \"MB\" ve \"GB\" 'dır."
6323
6324 #: utils/misc/guc.c:4216
6325 msgid "Valid units for this parameter are \"ms\", \"s\", \"min\", \"h\", and \"d\"."
6326 msgstr "Bu parametre için geçerli birimler: \"ms\", \"s\", \"min\", \"h\", ve \"d\"."
6327
6328 #: utils/misc/guc.c:4524
6329 #: utils/misc/guc.c:5143
6330 #: utils/misc/guc.c:5191
6331 #: utils/misc/guc.c:5312
6332 #: utils/misc/guc.c:5892
6333 #: utils/misc/guc.c:6033
6334 #: guc-file.l:216
6335 #, c-format
6336 msgid "unrecognized configuration parameter \"%s\""
6337 msgstr "\"%s\" bilinmeyen konfigurasyon parametresi"
6338
6339 #: utils/misc/guc.c:4551
6340 #, c-format
6341 msgid "parameter \"%s\" cannot be changed"
6342 msgstr "\"%s\" parametresi değiştirilemez"
6343
6344 #: utils/misc/guc.c:4568
6345 #: utils/misc/guc.c:4577
6346 #: guc-file.l:263
6347 #, fuzzy, c-format
6348 msgid "attempted change of parameter \"%s\" ignored"
6349 msgstr "\"%s\" parametresinin yeniden tanımlanma denemesi"
6350
6351 #: utils/misc/guc.c:4570
6352 #: utils/misc/guc.c:4579
6353 #: guc-file.l:265
6354 #, fuzzy
6355 msgid "This parameter cannot be changed after server start."
6356 msgstr "\"%s\" parametresi, sunucu başlatıldıktan sonra değiştirilemez"
6357
6358 #: utils/misc/guc.c:4588
6359 #, c-format
6360 msgid "parameter \"%s\" cannot be changed now"
6361 msgstr "\"%s\" parametresi şu anda değiştirilemez"
6362
6363 #: utils/misc/guc.c:4618
6364 #, c-format
6365 msgid "parameter \"%s\" cannot be set after connection start"
6366 msgstr "\"%s\" parametresi bağlantı başlatıldıktan sonra değiştirilemez"
6367
6368 #: utils/misc/guc.c:4628
6369 #, c-format
6370 msgid "permission denied to set parameter \"%s\""
6371 msgstr "\"%s\" parametresi değiştirmek için erişim hatası"
6372
6373 #: utils/misc/guc.c:4681
6374 #, c-format
6375 msgid "parameter \"%s\" requires a Boolean value"
6376 msgstr "\"%s\" seçeneği boolean değerini alır"
6377
6378 #: utils/misc/guc.c:4703
6379 #: utils/misc/guc.c:4778
6380 #, c-format
6381 msgid "invalid value for parameter \"%s\": %d"
6382 msgstr "\"%s\" seçeneği için geçersiz değer: %d"
6383
6384 #: utils/misc/guc.c:4747
6385 #: utils/misc/guc.c:4949
6386 #: utils/misc/guc.c:5015
6387 #: utils/misc/guc.c:5041
6388 #: guc-file.l:177
6389 #, c-format
6390 msgid "invalid value for parameter \"%s\": \"%s\""
6391 msgstr "\"%s\" seçeneği için geçersiz değer: \"%s\""
6392
6393 #: utils/misc/guc.c:4756
6394 #, c-format
6395 msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)"
6396 msgstr "\"%2$s\" parametresi için %1$d değer sıra dışıdır (%3$d .. %4$d)"
6397
6398 #: utils/misc/guc.c:4820
6399 #, c-format
6400 msgid "parameter \"%s\" requires a numeric value"
6401 msgstr "\"%s\" seçeneği sayısal değer gerektirir."
6402
6403 #: utils/misc/guc.c:4828
6404 #, c-format
6405 msgid "%g is outside the valid range for parameter \"%s\" (%g .. %g)"
6406 msgstr "\"%2$s\" parametresi için %1$g değer sıra dışıdır (%3$g .. %4$g)"
6407
6408 #: utils/misc/guc.c:4850
6409 #, c-format
6410 msgid "invalid value for parameter \"%s\": %g"
6411 msgstr "\"%s\" seçeneği için geçersiz değer: %g"
6412
6413 #: utils/misc/guc.c:5147
6414 #: utils/misc/guc.c:5195
6415 #: utils/misc/guc.c:6037
6416 #, c-format
6417 msgid "must be superuser to examine \"%s\""
6418 msgstr "\"%s\" değişkeninin değerini sorgulamak için superuser haklarına sahip olmalısınız"
6419
6420 #: utils/misc/guc.c:5321
6421 #, c-format
6422 msgid "SET %s takes only one argument"
6423 msgstr "SET %s tek bir argüman alır"
6424
6425 #: utils/misc/guc.c:5548
6426 msgid "SET requires parameter name"
6427 msgstr "SET komutu patametre adını gerektirir"
6428
6429 #: utils/misc/guc.c:5663
6430 #, c-format
6431 msgid "attempt to redefine parameter \"%s\""
6432 msgstr "\"%s\" parametresinin yeniden tanımlanma denemesi"
6433
6434 #: utils/misc/guc.c:6863
6435 #: utils/init/miscinit.c:1002
6436 #: commands/copy.c:2180
6437 #, c-format
6438 msgid "could not read from file \"%s\": %m"
6439 msgstr "\"%s\" dosyasından okuma hatası: %m"
6440
6441 #: utils/misc/guc.c:6974
6442 #, c-format
6443 msgid "could not parse setting for parameter \"%s\""
6444 msgstr "\"%s\" parametresi için verilen değer çözümlenemiyor"
6445
6446 #: utils/misc/guc.c:7165
6447 msgid "invalid list syntax for parameter \"log_destination\""
6448 msgstr "\"log_destination\" parametresi için dözdizimi geçersiz"
6449
6450 #: utils/misc/guc.c:7189
6451 #, c-format
6452 msgid "unrecognized \"log_destination\" key word: \"%s\""
6453 msgstr "\"log_destination\" anahtar kelimesi tanımlanamıyor: \"%s\""
6454
6455 #: utils/misc/guc.c:7264
6456 msgid "SET AUTOCOMMIT TO OFF is no longer supported"
6457 msgstr "SET AUTOCOMMIT TO OFF artık desteklenmiyor"
6458
6459 #: utils/misc/guc.c:7336
6460 msgid "assertion checking is not supported by this build"
6461 msgstr "assert checking desteği derlenmemiş"
6462
6463 #: utils/misc/guc.c:7351
6464 msgid "SSL is not supported by this build"
6465 msgstr "SSL bu yapılandırma tarafından desteklenmiyor."
6466
6467 #: utils/misc/guc.c:7365
6468 msgid "cannot enable parameter when \"log_statement_stats\" is true"
6469 msgstr "\"log_statement_stats\" tue iken değer aktif olamaz"
6470
6471 #: utils/misc/guc.c:7381
6472 msgid "cannot enable \"log_statement_stats\" when \"log_parser_stats\", \"log_planner_stats\", or \"log_executor_stats\" is true"
6473 msgstr "\"log_parser_stats\", \"log_planner_stats\", veya \"log_executor_stats\" değerleri true iken  \"log_statement_stats\" aktif edilemiyor"
6474
6475 #: utils/misc/guc.c:7399
6476 msgid "cannot set transaction read-write mode inside a read-only transaction"
6477 msgstr "salt okunur transaction içinde okuma-yazma moduna ayarlanamıyor"
6478
6479 #: utils/misc/help_config.c:131
6480 msgid "internal error: unrecognized run-time parameter type\n"
6481 msgstr "dahili hata: tanınmayan çalıştırma zamanı parametre tipi\n"
6482
6483 #: utils/misc/tzparser.c:63
6484 #, c-format
6485 msgid "time zone abbreviation \"%s\" is too long (maximum %d characters) in time zone file \"%s\", line %d"
6486 msgstr "\"%3$s\" timezone dosyasında, %4$d satırında, timezone kısaltması \"%1$s\" çok uzundur (en çok %2$d karakter olabilr) "
6487
6488 #: utils/misc/tzparser.c:72
6489 #, c-format
6490 msgid "time zone offset %d is not a multiple of 900 sec (15 min) in time zone file \"%s\", line %d"
6491 msgstr "\"%2$s\" timezone dosyasında, %3$d satırında, %1$d timezone offset 900 san. (15 dk.) veya katları değildir"
6492
6493 #: utils/misc/tzparser.c:86
6494 #, c-format
6495 msgid "time zone offset %d is out of range in time zone file \"%s\", line %d"
6496 msgstr "\"%2$s\" timezone dosyasında, %3$d satırında, %1$d timezone offset kapsam dışıdır"
6497
6498 #: utils/misc/tzparser.c:123
6499 #, c-format
6500 msgid "missing time zone abbreviation in time zone file \"%s\", line %d"
6501 msgstr "\"%s\" time zone dosyasında, %d satırında time zone kısaltması eksik"
6502
6503 #: utils/misc/tzparser.c:134
6504 #, c-format
6505 msgid "missing time zone offset in time zone file \"%s\", line %d"
6506 msgstr "\"%s\" time zone dosyasında, %d satırında time zone offset eksik"
6507
6508 #: utils/misc/tzparser.c:143
6509 #, c-format
6510 msgid "invalid number for time zone offset in time zone file \"%s\", line %d"
6511 msgstr "\"%s\" timezone dosyasında, %d satırında, time zone offset için geçersiz numara"
6512
6513 #: utils/misc/tzparser.c:168
6514 #, c-format
6515 msgid "invalid syntax in time zone file \"%s\", line %d"
6516 msgstr "\"%s\" time zone dosyasında, %d satırında söz dizimi hatası"
6517
6518 #: utils/misc/tzparser.c:234
6519 #, c-format
6520 msgid "time zone abbreviation \"%s\" is multiply defined"
6521 msgstr "\"%s\" time zone kısaltması birden çok kez tanımlanmış"
6522
6523 #: utils/misc/tzparser.c:236
6524 #, c-format
6525 msgid "Entry in time zone file \"%s\", line %d, conflicts with entry in file \"%s\", line %d."
6526 msgstr "\"%s\" timezone dosyasının %d. satırı, \"%s\" timezone dosyasının %d. satırı ile çakışmaktadır."
6527
6528 #: utils/misc/tzparser.c:303
6529 #, c-format
6530 msgid "invalid time zone file name \"%s\""
6531 msgstr "geçersiz zaman dilimi dosyası adı: \"%s\""
6532
6533 #: utils/misc/tzparser.c:318
6534 #, c-format
6535 msgid "time zone file recursion limit exceeded in file \"%s\""
6536 msgstr "\"%s\" dosyasında derinlik sınırı aşılmıştır. (DİKKAT: Bu hatayı gördüyseniz pgsql-hackers@postgresql.org listesine rapor gönderin)"
6537
6538 #: utils/misc/tzparser.c:347
6539 #: postmaster/postmaster.c:1091
6540 #, c-format
6541 msgid "This may indicate an incomplete PostgreSQL installation, or that the file \"%s\" has been moved away from its proper location."
6542 msgstr ""
6543
6544 #: utils/misc/tzparser.c:361
6545 #: utils/misc/tzparser.c:376
6546 #, c-format
6547 msgid "could not read time zone file \"%s\": %m"
6548 msgstr "\"%s\" time zone dosyası okuma hatası: %m"
6549
6550 #: utils/misc/tzparser.c:388
6551 #, c-format
6552 msgid "line is too long in time zone file \"%s\", line %d"
6553 msgstr "\"%s\" timezone dosyası, %d satırında, satır çok uzundur"
6554
6555 #: utils/misc/tzparser.c:413
6556 #, fuzzy, c-format
6557 msgid "@INCLUDE without file name in time zone file \"%s\", line %d"
6558 msgstr "\"%s\" timezone dosyası, %d satırında @INCLUDE komutu dosya adını içermemktedir"
6559
6560 #: guc-file.l:379
6561 #, c-format
6562 msgid "could not open configuration file \"%s\": maximum nesting depth exceeded"
6563 msgstr "yapılandırma dosyası \"%s\" açılamadı: en yüksek içiçe yuvalama derinliği aşılmıştır"
6564
6565 #: guc-file.l:542
6566 #, c-format
6567 msgid "syntax error in file \"%s\" line %u, near end of line"
6568 msgstr "\"%s\" dosyasının %u. satırında satır sonunda sözdizimi hatası"
6569
6570 #: guc-file.l:547
6571 #, c-format
6572 msgid "syntax error in file \"%s\" line %u, near token \"%s\""
6573 msgstr "\"%s\" dosyasının %u. satırında, \"%s\" ifadesi yakınında sözdizimi hatası"
6574
6575 #: utils/init/flatfiles.c:209
6576 #: utils/init/flatfiles.c:279
6577 #: utils/init/flatfiles.c:408
6578 #: utils/init/flatfiles.c:663
6579 #, c-format
6580 msgid "could not write to temporary file \"%s\": %m"
6581 msgstr "geçici dosyasına \"%s\" yazma başarısız: %m"
6582
6583 #: utils/init/flatfiles.c:249
6584 #, c-format
6585 msgid "invalid database name \"%s\""
6586 msgstr "geçersiz veritabanı adı \"%s\""
6587
6588 #: utils/init/flatfiles.c:505
6589 #, c-format
6590 msgid "invalid role name \"%s\""
6591 msgstr "geçirsiz rol adı \"%s\""
6592
6593 #: utils/init/flatfiles.c:512
6594 #, c-format
6595 msgid "invalid role password \"%s\""
6596 msgstr "geçersiz rol şifresi \"%s\""
6597
6598 #: utils/init/miscinit.c:177
6599 #, c-format
6600 msgid "could not change directory to \"%s\": %m"
6601 msgstr "çalışma dizini \"%s\" olarak değiştirilemedi: %m"
6602
6603 #: utils/init/miscinit.c:421
6604 #: utils/cache/lsyscache.c:2750
6605 #: commands/user.c:566
6606 #: commands/user.c:748
6607 #: commands/user.c:858
6608 #: commands/user.c:1012
6609 #: commands/variable.c:752
6610 #: commands/variable.c:882
6611 #, c-format
6612 msgid "role \"%s\" does not exist"
6613 msgstr "\"%s\" rolü mevcut değil"
6614
6615 #: utils/init/miscinit.c:451
6616 #, c-format
6617 msgid "role \"%s\" is not permitted to log in"
6618 msgstr " \"%s\" rolünun sisteme giriş hakkı yoktur"
6619
6620 #: utils/init/miscinit.c:469
6621 #, c-format
6622 msgid "too many connections for role \"%s\""
6623 msgstr "\"%s\" rol bağlantı sayısı aşılmıştır"
6624
6625 #: utils/init/miscinit.c:544
6626 msgid "permission denied to set session authorization"
6627 msgstr "oturum kimli doğrulama işlemine izin verilmemiş"
6628
6629 #: utils/init/miscinit.c:626
6630 #, c-format
6631 msgid "invalid role OID: %u"
6632 msgstr "geçersiz rol OID: %u"
6633
6634 #: utils/init/miscinit.c:718
6635 #, c-format
6636 msgid "could not create lock file \"%s\": %m"
6637 msgstr "\"%s\" lock dosyası oluşturma hatası: %m"
6638
6639 #: utils/init/miscinit.c:732
6640 #, c-format
6641 msgid "could not open lock file \"%s\": %m"
6642 msgstr "\"%s\" lock dosyası okuma hatası: %m"
6643
6644 #: utils/init/miscinit.c:738
6645 #, c-format
6646 msgid "could not read lock file \"%s\": %m"
6647 msgstr "\"%s\" lock dosyası okuma hatası: %m"
6648
6649 #: utils/init/miscinit.c:801
6650 #, c-format
6651 msgid "lock file \"%s\" already exists"
6652 msgstr "\"%s\" lock dosyası zaten mevcuttur"
6653
6654 #: utils/init/miscinit.c:805
6655 #, c-format
6656 msgid "Is another postgres (PID %d) running in data directory \"%s\"?"
6657 msgstr "\"%2$s\" veritabanı dizini kullanarak PID %1$d olan başka bir istemci süreci çalışmakta mıdır?"
6658
6659 #: utils/init/miscinit.c:807
6660 #, c-format
6661 msgid "Is another postmaster (PID %d) running in data directory \"%s\"?"
6662 msgstr "\"%2$s\" veritabanı dizini kullanarak PID %1$d olan başka bir sunucu çalışmakta mıdır?"
6663
6664 #: utils/init/miscinit.c:810
6665 #, c-format
6666 msgid "Is another postgres (PID %d) using socket file \"%s\"?"
6667 msgstr "\"%2$s\" kullanarak kullanarak PID %1$d olan başka bir istemci süreci çalışmakta mıdır?"
6668
6669 #: utils/init/miscinit.c:812
6670 #, c-format
6671 msgid "Is another postmaster (PID %d) using socket file \"%s\"?"
6672 msgstr "\"%2$s\" kullanarak kullanarak PID %1$d olan başka bir sunucu çalışmakta mıdır?"
6673
6674 #: utils/init/miscinit.c:840
6675 #, c-format
6676 msgid "pre-existing shared memory block (key %lu, ID %lu) is still in use"
6677 msgstr "daha önce tanımlanmış shared memory blok (key %lu, ID %lu) hala kullanılmaktadır"
6678
6679 #: utils/init/miscinit.c:843
6680 #, fuzzy, c-format
6681 msgid "If you're sure there are no old server processes still running, remove the shared memory block or just delete the file \"%s\"."
6682 msgstr "Eğer eski sunucunun sürecicinin çalımadığından emin iseniz, shared memory bloku \"ipcclean\", \"ipcrm\" komutları ile kaldırın ya da \"%s\" dosyasını silin."
6683
6684 #: utils/init/miscinit.c:860
6685 #, c-format
6686 msgid "could not remove old lock file \"%s\": %m"
6687 msgstr "\"%s\" lock dosyası silinemiyor: %m"
6688
6689 #: utils/init/miscinit.c:862
6690 msgid "The file seems accidentally left over, but it could not be removed. Please remove the file by hand and try again."
6691 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."
6692
6693 #: utils/init/miscinit.c:884
6694 #: utils/init/miscinit.c:894
6695 #, c-format
6696 msgid "could not write lock file \"%s\": %m"
6697 msgstr "\"%s\" lock dosyası yazma hatası: %m"
6698
6699 #: utils/init/miscinit.c:1093
6700 #: utils/init/miscinit.c:1106
6701 #, c-format
6702 msgid "\"%s\" is not a valid data directory"
6703 msgstr "\"%s\" geçerli bir veritabanı dizini değildir"
6704
6705 #: utils/init/miscinit.c:1095
6706 #, c-format
6707 msgid "File \"%s\" is missing."
6708 msgstr "\"%s\" dosyası eksik."
6709
6710 #: utils/init/miscinit.c:1108
6711 #, c-format
6712 msgid "File \"%s\" does not contain valid data."
6713 msgstr "\"%s\" dosyası geçerli bilgi içermiyor."
6714
6715 #: utils/init/miscinit.c:1110
6716 msgid "You might need to initdb."
6717 msgstr "initdb yapmanız gerekebilir."
6718
6719 #: utils/init/miscinit.c:1118
6720 #, c-format
6721 msgid "The data directory was initialized by PostgreSQL version %ld.%ld, which is not compatible with this version %s."
6722 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."
6723
6724 #: utils/init/miscinit.c:1166
6725 #, c-format
6726 msgid "invalid list syntax in parameter \"%s\""
6727 msgstr "\"%s\" parametresinde geçersiz list söz dizimi"
6728
6729 #: utils/init/miscinit.c:1203
6730 #, c-format
6731 msgid "loaded library \"%s\""
6732 msgstr "\"%s\" kütüphanesi yüklendi"
6733
6734 #: utils/init/postinit.c:177
6735 #, c-format
6736 msgid "database \"%s\" has disappeared from pg_database"
6737 msgstr "\"%s\" veritabanı pg_database tablosundan yok olmuş"
6738
6739 #: utils/init/postinit.c:179
6740 #, c-format
6741 msgid "Database OID %u now seems to belong to \"%s\"."
6742 msgstr "OID %u olan veritabanı \"%s\" kullanıcıya aittir."
6743
6744 #: utils/init/postinit.c:199
6745 #, c-format
6746 msgid "database \"%s\" is not currently accepting connections"
6747 msgstr "\"%s\" veritabanı şu anda bağlatı kabul etmiyor"
6748
6749 #: utils/init/postinit.c:212
6750 #, c-format
6751 msgid "permission denied for database \"%s\""
6752 msgstr "\"%s\" veritabanına erişim engellendi"
6753
6754 #: utils/init/postinit.c:213
6755 msgid "User does not have CONNECT privilege."
6756 msgstr "Kullanicinin CONNECT yetkisi verilmemiştir."
6757
6758 #: utils/init/postinit.c:230
6759 #, c-format
6760 msgid "too many connections for database \"%s\""
6761 msgstr "\"%s\" veritabanı bağlantı sayısı aşılmıştır"
6762
6763 #: utils/init/postinit.c:252
6764 #: utils/init/postinit.c:259
6765 #, fuzzy
6766 msgid "database locale is incompatible with operating system"
6767 msgstr "veritabanı dosyaları işletim sistemi ile uyumlu değildir"
6768
6769 #: utils/init/postinit.c:253
6770 #, fuzzy, c-format
6771 msgid "The database was initialized with LC_COLLATE \"%s\",  which is not recognized by setlocale()."
6772 msgstr "Veritabanı LC_COLLATE \"%s\", ile ilklendirilmiştir, ancak setlocale() bu yereli tanımamaktadır.."
6773
6774 #: utils/init/postinit.c:255
6775 #: utils/init/postinit.c:262
6776 msgid "Recreate the database with another locale or install the missing locale."
6777 msgstr ""
6778
6779 #: utils/init/postinit.c:260
6780 #, fuzzy, c-format
6781 msgid "The database was initialized with LC_CTYPE \"%s\",  which is not recognized by setlocale()."
6782 msgstr "Veritabanı LC_CTYPE \"%s\", ile ilklendirilmiştir, ancak setlocale() bunu tanımamaktadır.."
6783
6784 #: utils/init/postinit.c:410
6785 #, c-format
6786 msgid "database %u does not exist"
6787 msgstr "%u veritabanı mevcut değil"
6788
6789 #: utils/init/postinit.c:541
6790 msgid "It seems to have just been dropped or renamed."
6791 msgstr "Az önce kaldırılmış veya adını değiştirilmiştir."
6792
6793 #: utils/init/postinit.c:557
6794 #, c-format
6795 msgid "The database subdirectory \"%s\" is missing."
6796 msgstr "Veritabanı alt dizini \"%s\" eksik."
6797
6798 #: utils/init/postinit.c:562
6799 #, c-format
6800 msgid "could not access directory \"%s\": %m"
6801 msgstr "\"%s\" dizine erişim hatası: %m"
6802
6803 #: utils/init/postinit.c:595
6804 msgid "no roles are defined in this database system"
6805 msgstr "bu veritabanı sisteminde tanımlanmış rol bulunamadı"
6806
6807 #: utils/init/postinit.c:596
6808 #, c-format
6809 msgid "You should immediately run CREATE USER \"%s\" CREATEUSER;."
6810 msgstr "Hemen CREATE USER \"%s\" CREATEUSER; komutunu çalıştırmalısınız."
6811
6812 #: utils/init/postinit.c:626
6813 #, fuzzy
6814 msgid "must be superuser to connect during database shutdown"
6815 msgstr "superuser kullanıcısını oluşturmak için superuser olmalısınız"
6816
6817 #: utils/init/postinit.c:636
6818 msgid "connection limit exceeded for non-superusers"
6819 msgstr "superuser olmayan kullanıcı bağlantı sayısı sınırı aşıldı"
6820
6821 #: utils/error/assert.c:37
6822 msgid "TRAP: ExceptionalCondition: bad arguments\n"
6823 msgstr "TRAP: ExceptionalCondition: hatalı argümanlar\n"
6824
6825 #: utils/error/assert.c:40
6826 #, c-format
6827 msgid "TRAP: %s(\"%s\", File: \"%s\", Line: %d)\n"
6828 msgstr "TRAP: %s(\"%s\", Dosya: \"%s\",  Satır: %d)\n"
6829
6830 #: utils/error/elog.c:1404
6831 #, c-format
6832 msgid "could not reopen file \"%s\" as stderr: %m"
6833 msgstr "\"%s\" dosyası stderr olarak yeiden açılamadı: %m"
6834
6835 #: utils/error/elog.c:1417
6836 #, c-format
6837 msgid "could not reopen file \"%s\" as stdout: %m"
6838 msgstr "\"%s\" dosyası stdout olarak yeiden açılamadı: %m"
6839
6840 #: utils/error/elog.c:1727
6841 #: utils/error/elog.c:1737
6842 msgid "[unknown]"
6843 msgstr "[bilinmeyen]"
6844
6845 #: utils/error/elog.c:2077
6846 #: utils/error/elog.c:2359
6847 #: utils/error/elog.c:2437
6848 msgid "missing error text"
6849 msgstr "hata mesajı eksik"
6850
6851 #: utils/error/elog.c:2080
6852 #: utils/error/elog.c:2083
6853 #: utils/error/elog.c:2440
6854 #: utils/error/elog.c:2443
6855 #, c-format
6856 msgid " at character %d"
6857 msgstr " %d karakterinde "
6858
6859 #: utils/error/elog.c:2093
6860 #: utils/error/elog.c:2100
6861 msgid "DETAIL:  "
6862 msgstr "AYRINTI:"
6863
6864 #: utils/error/elog.c:2107
6865 msgid "HINT:  "
6866 msgstr "İPUCU:"
6867
6868 #: utils/error/elog.c:2114
6869 msgid "QUERY:  "
6870 msgstr "SORGU:"
6871
6872 #: utils/error/elog.c:2121
6873 msgid "CONTEXT:  "
6874 msgstr "ORTAM:"
6875
6876 #: utils/error/elog.c:2131
6877 #, c-format
6878 msgid "LOCATION:  %s, %s:%d\n"
6879 msgstr "YER: %s, %s:%d\n"
6880
6881 #: utils/error/elog.c:2138
6882 #, c-format
6883 msgid "LOCATION:  %s:%d\n"
6884 msgstr "YER: %s:%d\n"
6885
6886 #: utils/error/elog.c:2152
6887 msgid "STATEMENT:  "
6888 msgstr "KOMUT:  "
6889
6890 #: utils/error/elog.c:2249
6891 msgid "Not safe to send CSV data\n"
6892 msgstr "CSV verisini göndermek güvenli değil\n"
6893
6894 #. translator: This string will be truncated at 47
6895 #. characters expanded.
6896 #: utils/error/elog.c:2552
6897 #, c-format
6898 msgid "operating system error %d"
6899 msgstr "işletim sistemi hatası: %d"
6900
6901 #: utils/error/elog.c:2575
6902 msgid "DEBUG"
6903 msgstr "DEBUG"
6904
6905 #: utils/error/elog.c:2579
6906 msgid "LOG"
6907 msgstr "LOG"
6908
6909 #: utils/error/elog.c:2582
6910 msgid "INFO"
6911 msgstr "BİLGİ"
6912
6913 #: utils/error/elog.c:2585
6914 msgid "NOTICE"
6915 msgstr "NOT"
6916
6917 #: utils/error/elog.c:2588
6918 msgid "WARNING"
6919 msgstr "UYARI"
6920
6921 #: utils/error/elog.c:2591
6922 msgid "ERROR"
6923 msgstr "HATA"
6924
6925 #: utils/error/elog.c:2594
6926 msgid "FATAL"
6927 msgstr "ÖLÜMCÜL"
6928
6929 #: utils/error/elog.c:2597
6930 msgid "PANIC"
6931 msgstr "KRİTİK"
6932
6933 #: utils/fmgr/dfmgr.c:125
6934 #, c-format
6935 msgid "could not find function \"%s\" in file \"%s\""
6936 msgstr "\"%2$s\" dosyasında \"%1$s\" fonksiyonu bulunamadı"
6937
6938 #: utils/fmgr/dfmgr.c:204
6939 #: utils/fmgr/dfmgr.c:406
6940 #: utils/fmgr/dfmgr.c:453
6941 #, c-format
6942 msgid "could not access file \"%s\": %m"
6943 msgstr "\"%s\" dosyası erişim hatası: %m"
6944
6945 #: utils/fmgr/dfmgr.c:242
6946 #, c-format
6947 msgid "could not load library \"%s\": %s"
6948 msgstr "\"%s\" kütüphanesi yüklenemedi: %s"
6949
6950 #: utils/fmgr/dfmgr.c:274
6951 #, c-format
6952 msgid "incompatible library \"%s\": missing magic block"
6953 msgstr "uyumsuz kütüphane \"%s\": magic block eksik"
6954
6955 #: utils/fmgr/dfmgr.c:276
6956 msgid "Extension libraries are required to use the PG_MODULE_MAGIC macro."
6957 msgstr "extension kütüphaneleri PG_MODULE_MAGIC makrosunu kullanmak zorundadır."
6958
6959 #: utils/fmgr/dfmgr.c:312
6960 #, c-format
6961 msgid "incompatible library \"%s\": version mismatch"
6962 msgstr "uyumsuz kütüphane \"%s\": sürüm uyuşmazlığı"
6963
6964 #: utils/fmgr/dfmgr.c:314
6965 #, c-format
6966 msgid "Server is version %d.%d, library is version %d.%d."
6967 msgstr "Sunucu sürümü: %d.%d, kütüphane sürümü: %d.%d."
6968
6969 #: utils/fmgr/dfmgr.c:333
6970 #, c-format
6971 msgid "Server has FUNC_MAX_ARGS = %d, library has %d."
6972 msgstr ""
6973
6974 #: utils/fmgr/dfmgr.c:342
6975 #, c-format
6976 msgid "Server has INDEX_MAX_KEYS = %d, library has %d."
6977 msgstr ""
6978
6979 #: utils/fmgr/dfmgr.c:351
6980 #, c-format
6981 msgid "Server has NAMEDATALEN = %d, library has %d."
6982 msgstr ""
6983
6984 #: utils/fmgr/dfmgr.c:360
6985 #, c-format
6986 msgid "Server has FLOAT4PASSBYVAL = %s, library has %s."
6987 msgstr ""
6988
6989 #: utils/fmgr/dfmgr.c:369
6990 #, c-format
6991 msgid "Server has FLOAT8PASSBYVAL = %s, library has %s."
6992 msgstr ""
6993
6994 #: utils/fmgr/dfmgr.c:376
6995 msgid "Magic block has unexpected length or padding difference."
6996 msgstr ""
6997
6998 #: utils/fmgr/dfmgr.c:379
6999 #, c-format
7000 msgid "incompatible library \"%s\": magic block mismatch"
7001 msgstr "uyumsuz kütüphane \"%s\": magic block uyumsuz"
7002
7003 #: utils/fmgr/dfmgr.c:537
7004 #, c-format
7005 msgid "access to library \"%s\" is not allowed"
7006 msgstr "\"%s\" kütüphanesine erişim engellendi"
7007
7008 #: utils/fmgr/dfmgr.c:564
7009 #, c-format
7010 msgid "invalid macro name in dynamic library path: %s"
7011 msgstr "dinamik kütüphane yolunda geçersiz makro adı: %s"
7012
7013 #: utils/fmgr/dfmgr.c:609
7014 msgid "zero-length component in parameter \"dynamic_library_path\""
7015 msgstr "\"dynamic_library_path\" parametresinde sıfır uzunluklu bileşen"
7016
7017 #: utils/fmgr/dfmgr.c:628
7018 msgid "component in parameter \"dynamic_library_path\" is not an absolute path"
7019 msgstr "\"dynamic_library_path\" parametresine bileşen kesin bir yol değildir"
7020
7021 #: utils/fmgr/fmgr.c:266
7022 #, c-format
7023 msgid "internal function \"%s\" is not in internal lookup table"
7024 msgstr "\"%s\" dahili fonksiyonu, dahili referans tablosunda yer almamaktadır"
7025
7026 #: utils/fmgr/fmgr.c:472
7027 #, c-format
7028 msgid "unrecognized API version %d reported by info function \"%s\""
7029 msgstr "\"%2$s\" bilgi fonksiyonu tarafından bildirilen API versioynu %1$d tanımlı değildir"
7030
7031 #: utils/fmgr/fmgr.c:843
7032 #: utils/fmgr/fmgr.c:2075
7033 #, c-format
7034 msgid "function %u has too many arguments (%d, maximum is %d)"
7035 msgstr "%u fonksiyonu çok fazla argümana sahip (%d, en yüksek ise %d)"
7036
7037 #: utils/fmgr/funcapi.c:356
7038 #, c-format
7039 msgid "could not determine actual result type for function \"%s\" declared to return type %s"
7040 msgstr "geri döndürme tipi %2$s olarak tanımlanmış \"%1$s\" fonksiyonunun gerçek döndürme tipi belirlenememektedir"
7041
7042 #: utils/fmgr/funcapi.c:1105
7043 #: utils/fmgr/funcapi.c:1136
7044 msgid "number of aliases does not match number of columns"
7045 msgstr "Takma adların sayısı ile kolon satısı eşleşmiyor"
7046
7047 #: utils/fmgr/funcapi.c:1130
7048 msgid "no column alias was provided"
7049 msgstr "kolon takma adı verilmedi"
7050
7051 #: utils/fmgr/funcapi.c:1154
7052 msgid "could not determine row description for function returning record"
7053 msgstr "veri satırı döndüren fonksiyon için satır açıklaması bulunamadı"
7054
7055 #: utils/cache/lsyscache.c:2319
7056 #: utils/cache/lsyscache.c:2354
7057 #: utils/cache/lsyscache.c:2389
7058 #: utils/cache/lsyscache.c:2424
7059 #, c-format
7060 msgid "type %s is only a shell"
7061 msgstr "%s tipi sadece bir shell"
7062
7063 #: utils/cache/lsyscache.c:2324
7064 #, c-format
7065 msgid "no input function available for type %s"
7066 msgstr "%s tipi için giriş fonksiyonu mevcut değil"
7067
7068 #: utils/cache/lsyscache.c:2359
7069 #, c-format
7070 msgid "no output function available for type %s"
7071 msgstr "%s tipi için çıkış fonksiyonu mevcut değil"
7072
7073 #: utils/cache/plancache.c:527
7074 msgid "cached plan must not change result type"
7075 msgstr "önbelleğe alınmış plan sonuç tipini değiştiremez"
7076
7077 #: utils/cache/relcache.c:3707
7078 #, c-format
7079 msgid "could not create relation-cache initialization file \"%s\": %m"
7080 msgstr "relation-cache tanımlama dosyası \"%s\" açılamadı: %m"
7081
7082 #: utils/cache/relcache.c:3709
7083 msgid "Continuing anyway, but there's something wrong."
7084 msgstr "Devam ediyorum, ama bu işlem yanlıştır."
7085
7086 #: utils/cache/typcache.c:146
7087 #: parser/parse_type.c:205
7088 #, c-format
7089 msgid "type \"%s\" is only a shell"
7090 msgstr "\"%s\" tipi bir shelldir"
7091
7092 #: utils/cache/typcache.c:326
7093 #, c-format
7094 msgid "type %s is not composite"
7095 msgstr "%s tipi composite değildir"
7096
7097 #: utils/cache/typcache.c:340
7098 msgid "record type has not been registered"
7099 msgstr "kayıt tipi tecil edilmemiştir"
7100
7101 #: tsearch/dict_ispell.c:52
7102 #: tsearch/dict_thesaurus.c:615
7103 msgid "multiple DictFile parameters"
7104 msgstr "mükerrer DictFile parametre"
7105
7106 #: tsearch/dict_ispell.c:63
7107 msgid "multiple AffFile parameters"
7108 msgstr "çoklu AffFile parametresi"
7109
7110 #: tsearch/dict_ispell.c:74
7111 #: tsearch/dict_simple.c:50
7112 #: snowball/dict_snowball.c:206
7113 msgid "multiple StopWords parameters"
7114 msgstr "birden fazla StopWords parametresi"
7115
7116 #: tsearch/dict_ispell.c:82
7117 #, c-format
7118 msgid "unrecognized Ispell parameter: \"%s\""
7119 msgstr "tanımlanmayan ispell parametresi: \"%s\""
7120
7121 #: tsearch/dict_ispell.c:96
7122 msgid "missing AffFile parameter"
7123 msgstr "ekisk AffFile parametresi"
7124
7125 #: tsearch/dict_ispell.c:102
7126 #: tsearch/dict_thesaurus.c:639
7127 msgid "missing DictFile parameter"
7128 msgstr "eksik DictFile parametresi"
7129
7130 #: tsearch/dict_simple.c:59
7131 msgid "multiple Accept parameters"
7132 msgstr "çoklu Accept parametreleri"
7133
7134 #: tsearch/dict_simple.c:67
7135 #, fuzzy, c-format
7136 msgid "unrecognized simple dictionary parameter: \"%s\""
7137 msgstr "\"%s\" tanınmayan recovery parametresi"
7138
7139 #: tsearch/dict_synonym.c:99
7140 #, c-format
7141 msgid "unrecognized synonym parameter: \"%s\""
7142 msgstr "tanımlanmamış eş anlamlılık parametresi: \"%s\""
7143
7144 #: tsearch/dict_synonym.c:106
7145 msgid "missing Synonyms parameter"
7146 msgstr "eksik Synonyms parametresi"
7147
7148 #: tsearch/dict_synonym.c:113
7149 #, c-format
7150 msgid "could not open synonym file \"%s\": %m"
7151 msgstr "\"%s\" eşanlamlılar dosyası açılamıyor: %m"
7152
7153 #: tsearch/dict_thesaurus.c:180
7154 #, fuzzy, c-format
7155 msgid "could not open thesaurus file \"%s\": %m"
7156 msgstr "\"%s\" sunucu dosyası açma hatası: %m"
7157
7158 #: tsearch/dict_thesaurus.c:213
7159 #, fuzzy
7160 msgid "unexpected delimiter"
7161 msgstr "beklenmeyen dosya sonu\n"
7162
7163 #: tsearch/dict_thesaurus.c:263
7164 #: tsearch/dict_thesaurus.c:279
7165 #, fuzzy
7166 msgid "unexpected end of line or lexeme"
7167 msgstr "beklenmeyen dosya sonu\n"
7168
7169 #: tsearch/dict_thesaurus.c:288
7170 #, fuzzy
7171 msgid "unexpected end of line"
7172 msgstr "beklenmeyen dosya sonu\n"
7173
7174 #: tsearch/dict_thesaurus.c:413
7175 #, c-format
7176 msgid "thesaurus sample word \"%s\" isn't recognized by subdictionary (rule %d)"
7177 msgstr ""
7178
7179 #: tsearch/dict_thesaurus.c:419
7180 #, c-format
7181 msgid "thesaurus sample word \"%s\" is a stop word (rule %d)"
7182 msgstr ""
7183
7184 #: tsearch/dict_thesaurus.c:422
7185 #, fuzzy
7186 msgid "Use \"?\" to represent a stop word within a sample phrase."
7187 msgstr "Satır sonu karakteri için \"\\r\" kullanın."
7188
7189 #: tsearch/dict_thesaurus.c:567
7190 #, c-format
7191 msgid "thesaurus substitute word \"%s\" is a stop word (rule %d)"
7192 msgstr ""
7193
7194 #: tsearch/dict_thesaurus.c:574
7195 #, c-format
7196 msgid "thesaurus substitute word \"%s\" isn't recognized by subdictionary (rule %d)"
7197 msgstr ""
7198
7199 #: tsearch/dict_thesaurus.c:586
7200 #, c-format
7201 msgid "thesaurus substitute phrase is empty (rule %d)"
7202 msgstr ""
7203
7204 #: tsearch/dict_thesaurus.c:624
7205 msgid "multiple Dictionary parameters"
7206 msgstr "çoklu Dil parametreleri"
7207
7208 #: tsearch/dict_thesaurus.c:631
7209 #, fuzzy, c-format
7210 msgid "unrecognized Thesaurus parameter: \"%s\""
7211 msgstr "\"%s\" tanınmayan parametre"
7212
7213 #: tsearch/dict_thesaurus.c:643
7214 msgid "missing Dictionary parameter"
7215 msgstr "eksik Sözlük parametresi"
7216
7217 #: tsearch/spell.c:204
7218 #, c-format
7219 msgid "could not open dictionary file \"%s\": %m"
7220 msgstr "\"%s\" sözlük dosyası açılamadı: %m"
7221
7222 #: tsearch/spell.c:444
7223 #: tsearch/spell.c:461
7224 #: tsearch/spell.c:478
7225 #: tsearch/spell.c:495
7226 #: tsearch/spell.c:517
7227 #: gram.y:10787
7228 #: gram.y:10804
7229 msgid "syntax error"
7230 msgstr "söz dizim hatası "
7231
7232 #: tsearch/spell.c:522
7233 #: tsearch/spell.c:772
7234 #: tsearch/spell.c:792
7235 #, fuzzy
7236 msgid "multibyte flag character is not allowed"
7237 msgstr "birden çok LIMIT ifadesi kullanılamaz"
7238
7239 #: tsearch/spell.c:557
7240 #: tsearch/spell.c:615
7241 #: tsearch/spell.c:710
7242 #, c-format
7243 msgid "could not open affix file \"%s\": %m"
7244 msgstr "\"%s\" affix dosyası açılamıyor: %m"
7245
7246 #: tsearch/spell.c:603
7247 msgid "Ispell dictionary supports only default flag value"
7248 msgstr ""
7249
7250 #: tsearch/spell.c:803
7251 msgid "wrong affix file format for flag"
7252 msgstr ""
7253
7254 #: tsearch/ts_locale.c:168
7255 #, fuzzy, c-format
7256 msgid "line %d of configuration file \"%s\": \"%s\""
7257 msgstr "yapılandırma dosyası \"%s\" açılamadı: %m"
7258
7259 #: tsearch/ts_locale.c:288
7260 #, c-format
7261 msgid "conversion from wchar_t to server encoding failed: %m"
7262 msgstr "wchar_t'den sunucu dil kodlamasına dönüşüm başarısız oldu: %m"
7263
7264 #: tsearch/ts_parse.c:384
7265 #: tsearch/ts_parse.c:391
7266 #: tsearch/ts_parse.c:554
7267 #: tsearch/ts_parse.c:561
7268 msgid "word is too long to be indexed"
7269 msgstr "sözcük indexlenebilmek için çok uzun"
7270
7271 #: tsearch/ts_parse.c:385
7272 #: tsearch/ts_parse.c:392
7273 #: tsearch/ts_parse.c:555
7274 #: tsearch/ts_parse.c:562
7275 #, c-format
7276 msgid "Words longer than %d characters are ignored."
7277 msgstr "%d harften fazla sözcükler gözardı ediliyor."
7278
7279 #: tsearch/ts_utils.c:53
7280 #, c-format
7281 msgid "invalid text search configuration file name \"%s\""
7282 msgstr "geçersiz metin arama yapılandırma dosyası adı: \"%s\""
7283
7284 #: tsearch/ts_utils.c:91
7285 #, fuzzy, c-format
7286 msgid "could not open stop-word file \"%s\": %m"
7287 msgstr "\"%s\" dosyası açılamıyor: %m"
7288
7289 #: tsearch/wparser.c:314
7290 #, fuzzy
7291 msgid "text search parser does not support headline creation"
7292 msgstr "\"%s\" tablespace'i mevcut değil"
7293
7294 #: tsearch/wparser_def.c:2435
7295 #, fuzzy, c-format
7296 msgid "unrecognized headline parameter: \"%s\""
7297 msgstr "\"%s\" tanınmayan parametre"
7298
7299 #: tsearch/wparser_def.c:2444
7300 msgid "MinWords should be less than MaxWords"
7301 msgstr "MinWords değeri MaxWords değerinden az olmalı"
7302
7303 #: tsearch/wparser_def.c:2448
7304 msgid "MinWords should be positive"
7305 msgstr "MinWords pozitif olmalıdır"
7306
7307 #: tsearch/wparser_def.c:2452
7308 msgid "ShortWord should be >= 0"
7309 msgstr "ShortWord >=0 olmalı"
7310
7311 #: tsearch/wparser_def.c:2456
7312 #, fuzzy
7313 msgid "MaxFragments should be >= 0"
7314 msgstr "ShortWord >=0 olmalı"
7315
7316 #: tcop/postgres.c:326
7317 #: tcop/postgres.c:349
7318 #: tcop/fastpath.c:292
7319 #: commands/copy.c:514
7320 #: commands/copy.c:533
7321 #: commands/copy.c:537
7322 msgid "unexpected EOF on client connection"
7323 msgstr "istemci bağlantısında beklenmeyen EOF"
7324
7325 #: tcop/postgres.c:376
7326 #: tcop/postgres.c:388
7327 #: tcop/postgres.c:399
7328 #: tcop/postgres.c:411
7329 #: tcop/postgres.c:3839
7330 #, c-format
7331 msgid "invalid frontend message type %d"
7332 msgstr "geçersiz frontend mesaj tipi %d"
7333
7334 #: tcop/postgres.c:832
7335 #, c-format
7336 msgid "statement: %s"
7337 msgstr "komut: %s"
7338
7339 #: tcop/postgres.c:891
7340 #: tcop/postgres.c:1200
7341 #: tcop/postgres.c:1480
7342 #: tcop/postgres.c:1916
7343 #: tcop/postgres.c:2233
7344 #: tcop/postgres.c:2313
7345 #: tcop/fastpath.c:305
7346 msgid "current transaction is aborted, commands ignored until end of transaction block"
7347 msgstr "geçerli transaction durduruldu, transaction blokunun sonuna kadar komutlar yok sayılacak"
7348
7349 #: tcop/postgres.c:1060
7350 #: tcop/postgres.c:1346
7351 #: tcop/postgres.c:1757
7352 #: tcop/postgres.c:1973
7353 #: tcop/fastpath.c:409
7354 #, c-format
7355 msgid "duration: %s ms"
7356 msgstr "süre: %s milisaniye"
7357
7358 #: tcop/postgres.c:1065
7359 #, c-format
7360 msgid "duration: %s ms  statement: %s"
7361 msgstr "süre: %s milisaniye  komut: %s"
7362
7363 #: tcop/postgres.c:1115
7364 #, c-format
7365 msgid "parse %s: %s"
7366 msgstr "parse %s: %s"
7367
7368 #: tcop/postgres.c:1173
7369 msgid "cannot insert multiple commands into a prepared statement"
7370 msgstr "önceden hazırlanmış komuta çoklu komut eklenemez"
7371
7372 #: tcop/postgres.c:1239
7373 #: commands/prepare.c:122
7374 #: parser/analyze.c:2209
7375 #, c-format
7376 msgid "could not determine data type of parameter $%d"
7377 msgstr "$%d parametrenin veri tipini belirlenemiyor"
7378
7379 #: tcop/postgres.c:1351
7380 #, c-format
7381 msgid "duration: %s ms  parse %s: %s"
7382 msgstr "süre: %s milisaniye  parse %s: %s"
7383
7384 #: tcop/postgres.c:1397
7385 #, c-format
7386 msgid "bind %s to %s"
7387 msgstr "bind %s to %s"
7388
7389 #: tcop/postgres.c:1416
7390 #: tcop/postgres.c:2213
7391 msgid "unnamed prepared statement does not exist"
7392 msgstr "ismi verilmemiş hazırlamış komut mevcut değil"
7393
7394 #: tcop/postgres.c:1458
7395 #, c-format
7396 msgid "bind message has %d parameter formats but %d parameters"
7397 msgstr "bind mesajı %d argüman biçimi ve %d argüman içeriyor"
7398
7399 #: tcop/postgres.c:1464
7400 #, c-format
7401 msgid "bind message supplies %d parameters, but prepared statement \"%s\" requires %d"
7402 msgstr "bind mesajı   %d parametre veriyor ancak \"%s\" hazırlanmış deymi %d gerektirir"
7403
7404 #: tcop/postgres.c:1623
7405 #, c-format
7406 msgid "incorrect binary data format in bind parameter %d"
7407 msgstr "bind parametresinde geçersiz ikili veri %d"
7408
7409 #: tcop/postgres.c:1762
7410 #, c-format
7411 msgid "duration: %s ms  bind %s%s%s: %s"
7412 msgstr "süre: %s milisaniye  bind %s%s%s: %s"
7413
7414 #: tcop/postgres.c:1810
7415 #: tcop/postgres.c:2299
7416 #, c-format
7417 msgid "portal \"%s\" does not exist"
7418 msgstr "portal \"%s\" mevcut değildir"
7419
7420 #: tcop/postgres.c:1897
7421 #: tcop/postgres.c:1981
7422 msgid "execute fetch from"
7423 msgstr "execute fetch from"
7424
7425 #: tcop/postgres.c:1898
7426 #: tcop/postgres.c:1982
7427 msgid "execute"
7428 msgstr "execute"
7429
7430 #: tcop/postgres.c:1895
7431 #, fuzzy, c-format
7432 msgid "%s %s%s%s: %s"
7433 msgstr "%s %s%s%s%s%s"
7434
7435 #: tcop/postgres.c:1978
7436 #, fuzzy, c-format
7437 msgid "duration: %s ms  %s %s%s%s: %s"
7438 msgstr "süre: %s milisaniye  %s %s%s%s%s%s"
7439
7440 #: tcop/postgres.c:2104
7441 #, c-format
7442 msgid "prepare: %s"
7443 msgstr "prepare:  %s"
7444
7445 #: tcop/postgres.c:2167
7446 #, c-format
7447 msgid "parameters: %s"
7448 msgstr "%s parametresi"
7449
7450 #: tcop/postgres.c:2489
7451 msgid "terminating connection because of crash of another server process"
7452 msgstr "diğer aktif sunucu sürecinin durması nedeniyle bağlantı kapatılmıştır"
7453
7454 #: tcop/postgres.c:2490
7455 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."
7456 msgstr "Başka bir sürecin olağan dışı çı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ş."
7457
7458 #: tcop/postgres.c:2494
7459 msgid "In a moment you should be able to reconnect to the database and repeat your command."
7460 msgstr "Birkaç saniye sonra veritabana bağlanıp işlemlerinize devam edebilirsiniz."
7461
7462 #: tcop/postgres.c:2613
7463 msgid "floating-point exception"
7464 msgstr "gerçel sayı istisnası"
7465
7466 #: tcop/postgres.c:2614
7467 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."
7468 msgstr "Geçersiz floating-point işlemi sinyali alındı. Bu, matematiksel sıfıra bölme gibi geçersiz işlem ya da kapsam dışı sonucun göstergesidir."
7469
7470 #: tcop/postgres.c:2651
7471 msgid "terminating autovacuum process due to administrator command"
7472 msgstr "yönetici talimatı doğrultusunda autovacuum süreci sonlandırılıyor"
7473
7474 #: tcop/postgres.c:2655
7475 msgid "terminating connection due to administrator command"
7476 msgstr "yönetici talimatı doğrultusunda bağlantı kesildi"
7477
7478 #: tcop/postgres.c:2666
7479 msgid "canceling statement due to statement timeout"
7480 msgstr "sorgu zaman aşımına uğradı ve iptal edildi"
7481
7482 #: tcop/postgres.c:2670
7483 msgid "canceling autovacuum task"
7484 msgstr "autovacuum görevi iptal ediliyor"
7485
7486 #: tcop/postgres.c:2674
7487 msgid "canceling statement due to user request"
7488 msgstr "kullanıcı isteği ile sorgu iptal edildi"
7489
7490 #: tcop/postgres.c:2718
7491 msgid "stack depth limit exceeded"
7492 msgstr "stack derinliği sınırı aşıldı"
7493
7494 #: tcop/postgres.c:2719
7495 msgid "Increase the configuration parameter \"max_stack_depth\", after ensuring the platform's stack depth limit is adequate."
7496 msgstr "İşletim sisteminin stack derinliğinin yeterli olduğundan emin olarak \"max_stack_depth\" konfigurasyon parametresini artırın."
7497
7498 #: tcop/postgres.c:2735
7499 #, c-format
7500 msgid "\"max_stack_depth\" must not exceed %ldkB"
7501 msgstr "\"max_stack_depth\" parametresi %ldkB açmamalıdır"
7502
7503 #: tcop/postgres.c:2737
7504 msgid "Increase the platform's stack depth limit via \"ulimit -s\" or local equivalent."
7505 msgstr "İşletim sisteminin stack derinliği \"ulimit -s\" veya benzeri komutu ile arttırın."
7506
7507 #: tcop/postgres.c:3114
7508 #: bootstrap/bootstrap.c:294
7509 #: postmaster/postmaster.c:652
7510 #, c-format
7511 msgid "--%s requires a value"
7512 msgstr "--%s bir değer gerektirir"
7513
7514 #: tcop/postgres.c:3119
7515 #: bootstrap/bootstrap.c:299
7516 #: postmaster/postmaster.c:657
7517 #, c-format
7518 msgid "-c %s requires a value"
7519 msgstr "-c %s bir değer gerektirir"
7520
7521 #: tcop/postgres.c:3254
7522 msgid "invalid command-line arguments for server process"
7523 msgstr "sunucu süreci için geçersiz komut satırı parametreleri"
7524
7525 #: tcop/postgres.c:3255
7526 #: tcop/postgres.c:3269
7527 #, c-format
7528 msgid "Try \"%s --help\" for more information."
7529 msgstr "Daha fazla bilgi için \"%s --help\" yazın."
7530
7531 #: tcop/postgres.c:3267
7532 #, c-format
7533 msgid "%s: invalid command-line arguments"
7534 msgstr "%s: komut satırı parametresi yanlış"
7535
7536 #: tcop/postgres.c:3277
7537 #, c-format
7538 msgid "%s: no database nor user name specified"
7539 msgstr ":%s: ne veritabanı ne de kullanıcı adı belirtilmemiştir"
7540
7541 #: tcop/postgres.c:3749
7542 #, c-format
7543 msgid "invalid CLOSE message subtype %d"
7544 msgstr "geçersiz CLOSE mesaj alt tipi %d"
7545
7546 #: tcop/postgres.c:3782
7547 #, c-format
7548 msgid "invalid DESCRIBE message subtype %d"
7549 msgstr "geçersiz DESCRIBE mesaj alt tipi %d"
7550
7551 #: tcop/postgres.c:4020
7552 #, c-format
7553 msgid "disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s%s"
7554 msgstr "bağlantı bitti: oturum zamanı: %d:%02d:%02d.%03d user=%s database=%s host=%s%s%s"
7555
7556 #: tcop/pquery.c:668
7557 #, c-format
7558 msgid "bind message has %d result formats but query has %d columns"
7559 msgstr "bind mesajı ında %d sonuç biçimi verilmişken sorguda %d sütun belirtilmiş"
7560
7561 #: tcop/pquery.c:745
7562 #: tcop/pquery.c:1366
7563 #: commands/portalcmds.c:329
7564 #, c-format
7565 msgid "portal \"%s\" cannot be run"
7566 msgstr "\"%s\" portalı çalıştırılamıyor"
7567
7568 #: tcop/pquery.c:979
7569 msgid "cursor can only scan forward"
7570 msgstr "cursor sadece ileri doğru gidebilir"
7571
7572 #: tcop/pquery.c:980
7573 msgid "Declare it with SCROLL option to enable backward scan."
7574 msgstr "Geriye gitmesini sağlamak için SCROLL seçeneği ile bildirin."
7575
7576 #: tcop/utility.c:90
7577 #: commands/tablecmds.c:732
7578 #: commands/tablecmds.c:1042
7579 #: commands/tablecmds.c:1860
7580 #: commands/tablecmds.c:3243
7581 #: commands/tablecmds.c:3272
7582 #: commands/tablecmds.c:4603
7583 #: commands/trigger.c:121
7584 #: commands/trigger.c:809
7585 #: rewrite/rewriteDefine.c:259
7586 #, c-format
7587 msgid "permission denied: \"%s\" is a system catalog"
7588 msgstr "erişim engellendi: \"%s\" bir sistem kataloğudur"
7589
7590 #: tcop/utility.c:218
7591 #: commands/copy.c:1007
7592 #: executor/execMain.c:636
7593 msgid "transaction is read-only"
7594 msgstr "transaction salt okunurdur"
7595
7596 #: tcop/utility.c:1021
7597 msgid "must be superuser to do CHECKPOINT"
7598 msgstr "CHECKPOINT yapmak için superuser olmalısınız"
7599
7600 #: tcop/fastpath.c:109
7601 #: tcop/fastpath.c:483
7602 #: tcop/fastpath.c:613
7603 #, c-format
7604 msgid "invalid argument size %d in function call message"
7605 msgstr "fonksiyon çağırma mesajında geçersiz argüman boyutu %d"
7606
7607 #: tcop/fastpath.c:223
7608 #: catalog/aclchk.c:2542
7609 #: catalog/aclchk.c:3230
7610 #, c-format
7611 msgid "function with OID %u does not exist"
7612 msgstr "%u OID'li fonksiyon mevcut değil"
7613
7614 #: tcop/fastpath.c:333
7615 #, c-format
7616 msgid "fastpath function call: \"%s\" (OID %u)"
7617 msgstr "fastpath function çağırımı: \"%s\" OID %u"
7618
7619 #: tcop/fastpath.c:413
7620 #, c-format
7621 msgid "duration: %s ms  fastpath function call: \"%s\" (OID %u)"
7622 msgstr "süre: %s milisaniye  fastpath function call: \"%s\" OID %u"
7623
7624 #: tcop/fastpath.c:451
7625 #: tcop/fastpath.c:578
7626 #, c-format
7627 msgid "function call message contains %d arguments but function requires %d"
7628 msgstr "fonksiyon çağırısına %d argüman bulunmakta ancak fonkiyon %d argüman istemektedir"
7629
7630 #: tcop/fastpath.c:459
7631 #, c-format
7632 msgid "function call message contains %d argument formats but %d arguments"
7633 msgstr "fonksiyon çağırma mesajı %d argüman biçimi ve %d argüman içeriyor"
7634
7635 #: tcop/fastpath.c:546
7636 #: tcop/fastpath.c:629
7637 #, c-format
7638 msgid "incorrect binary data format in function argument %d"
7639 msgstr "%d fonksiyon argümanında geçersiz ikili veri"
7640
7641 #: bootstrap/bootstrap.c:310
7642 #: postmaster/postmaster.c:669
7643 #: postmaster/postmaster.c:682
7644 #, c-format
7645 msgid "Try \"%s --help\" for more information.\n"
7646 msgstr "Daha fazla bilgi için \"%s --help\" yazın\n"
7647
7648 #: bootstrap/bootstrap.c:319
7649 #, c-format
7650 msgid "%s: invalid command-line arguments\n"
7651 msgstr "%s: geçersiz komut satırı parametresi\n"
7652
7653 #: catalog/aclchk.c:141
7654 msgid "grant options can only be granted to roles"
7655 msgstr "grant opsiyonu, sadece rollere atanabilir"
7656
7657 #: catalog/aclchk.c:252
7658 #, c-format
7659 msgid "no privileges were granted for \"%s\""
7660 msgstr "\"%s\" nesnesine hiçbir hak verilemedi"
7661
7662 #: catalog/aclchk.c:256
7663 #, c-format
7664 msgid "not all privileges were granted for \"%s\""
7665 msgstr "\"%s\" nesnesine bazı hakları verilemedi"
7666
7667 #: catalog/aclchk.c:263
7668 #, c-format
7669 msgid "no privileges could be revoked for \"%s\""
7670 msgstr "\"%s\" nesnesinin hiçbir hakkı geri alınamadı"
7671
7672 #: catalog/aclchk.c:267
7673 #, c-format
7674 msgid "not all privileges could be revoked for \"%s\""
7675 msgstr "\"%s\" nesnesinin bazı hakları geri alınamadı"
7676
7677 #: catalog/aclchk.c:329
7678 #, c-format
7679 msgid "invalid privilege type %s for relation"
7680 msgstr "nesne için geçersiz hak tipi %s"
7681
7682 #: catalog/aclchk.c:333
7683 #, c-format
7684 msgid "invalid privilege type %s for sequence"
7685 msgstr "sequence için geçersiz hak tipi %s"
7686
7687 #: catalog/aclchk.c:337
7688 #, c-format
7689 msgid "invalid privilege type %s for database"
7690 msgstr "veritabanı için geçersiz hak tipi %s"
7691
7692 #: catalog/aclchk.c:341
7693 #, c-format
7694 msgid "invalid privilege type %s for function"
7695 msgstr "fonksiyon için geçersiz hak tipi %s"
7696
7697 #: catalog/aclchk.c:345
7698 #, c-format
7699 msgid "invalid privilege type %s for language"
7700 msgstr "dil için geçersiz hak tipi %s"
7701
7702 #: catalog/aclchk.c:349
7703 #, c-format
7704 msgid "invalid privilege type %s for schema"
7705 msgstr "şema için geçersiz hak tipi %s"
7706
7707 #: catalog/aclchk.c:353
7708 #, c-format
7709 msgid "invalid privilege type %s for tablespace"
7710 msgstr "tablespace için geçersiz hak tipi %s"
7711
7712 #: catalog/aclchk.c:357
7713 #, fuzzy, c-format
7714 msgid "invalid privilege type %s for foreign-data wrapper"
7715 msgstr "veritabanı için geçersiz hak tipi %s"
7716
7717 #: catalog/aclchk.c:361
7718 #, fuzzy, c-format
7719 msgid "invalid privilege type %s for foreign server"
7720 msgstr "nesne için geçersiz hak tipi %s"
7721
7722 #: catalog/aclchk.c:400
7723 #, fuzzy
7724 msgid "column privileges are only valid for relations"
7725 msgstr "nesne için geçersiz hak tipi %s"
7726
7727 #: catalog/aclchk.c:895
7728 #: commands/comment.c:509
7729 #: commands/sequence.c:945
7730 #: commands/tablecmds.c:199
7731 #: commands/tablecmds.c:2045
7732 #: commands/tablecmds.c:2266
7733 #: commands/tablecmds.c:7500
7734 #, c-format
7735 msgid "\"%s\" is not a sequence"
7736 msgstr "\"%s\" bir sequence değildir"
7737
7738 #: catalog/aclchk.c:933
7739 #, fuzzy, c-format
7740 msgid "sequence \"%s\" only supports USAGE, SELECT, and UPDATE privileges"
7741 msgstr "\"%s\" sequence nesnesi sadece USAGE, SELECT, ve UPDATE desteklemektedir"
7742
7743 #: catalog/aclchk.c:950
7744 msgid "invalid privilege type USAGE for table"
7745 msgstr "tablo için geçersiz hak tipi kullanımı"
7746
7747 #: catalog/aclchk.c:1094
7748 #, fuzzy, c-format
7749 msgid "invalid privilege type %s for column"
7750 msgstr "fonksiyon için geçersiz hak tipi %s"
7751
7752 #: catalog/aclchk.c:1107
7753 #, fuzzy, c-format
7754 msgid "sequence \"%s\" only supports SELECT column privileges"
7755 msgstr "\"%s\" sequence nesnesi sadece USAGE, SELECT, ve UPDATE desteklemektedir"
7756
7757 #: catalog/aclchk.c:1668
7758 #, c-format
7759 msgid "language \"%s\" is not trusted"
7760 msgstr "\"%s\" dili güvenilir bir dil değildir"
7761
7762 #: catalog/aclchk.c:1670
7763 msgid "Only superusers can use untrusted languages."
7764 msgstr "Güvenilir olmayan dilleri sadece superuser kullanabilir."
7765
7766 #: catalog/aclchk.c:2024
7767 #, c-format
7768 msgid "unrecognized privilege type \"%s\""
7769 msgstr "bilinmeyen hak türü \"%s\""
7770
7771 #: catalog/aclchk.c:2073
7772 #, fuzzy, c-format
7773 msgid "permission denied for column %s"
7774 msgstr "%s fonksiyonuna erişim engellendi"
7775
7776 #: catalog/aclchk.c:2075
7777 #, c-format
7778 msgid "permission denied for relation %s"
7779 msgstr "%s nesnesine erişim engellendi"
7780
7781 #: catalog/aclchk.c:2077
7782 #: commands/sequence.c:467
7783 #: commands/sequence.c:662
7784 #: commands/sequence.c:706
7785 #: commands/sequence.c:742
7786 #, c-format
7787 msgid "permission denied for sequence %s"
7788 msgstr "%s sequence'ine erişim izni verilmedi"
7789
7790 #: catalog/aclchk.c:2079
7791 #, c-format
7792 msgid "permission denied for database %s"
7793 msgstr "%s veritabanına erişim engellendi"
7794
7795 #: catalog/aclchk.c:2081
7796 #, c-format
7797 msgid "permission denied for function %s"
7798 msgstr "%s fonksiyonuna erişim engellendi"
7799
7800 #: catalog/aclchk.c:2083
7801 #, c-format
7802 msgid "permission denied for operator %s"
7803 msgstr "%s operatorüne erişim engellendi"
7804
7805 #: catalog/aclchk.c:2085
7806 #, c-format
7807 msgid "permission denied for type %s"
7808 msgstr "%s tipine erişim engellendi"
7809
7810 #: catalog/aclchk.c:2087
7811 #, c-format
7812 msgid "permission denied for language %s"
7813 msgstr "%s diline erişim engellendi"
7814
7815 #: catalog/aclchk.c:2089
7816 #, c-format
7817 msgid "permission denied for schema %s"
7818 msgstr "%s şemasına erişim engellendi"
7819
7820 #: catalog/aclchk.c:2091
7821 #, c-format
7822 msgid "permission denied for operator class %s"
7823 msgstr "%s operatör sınıfına erişim engellendi"
7824
7825 #: catalog/aclchk.c:2093
7826 #, c-format
7827 msgid "permission denied for operator family %s"
7828 msgstr "%s operator ailesine erişim engellendi"
7829
7830 #: catalog/aclchk.c:2095
7831 #, c-format
7832 msgid "permission denied for conversion %s"
7833 msgstr "%s dönüşümüne erişim engellendi"
7834
7835 #: catalog/aclchk.c:2097
7836 #, c-format
7837 msgid "permission denied for tablespace %s"
7838 msgstr "%s tablespace'ine erişim engellendi"
7839
7840 #: catalog/aclchk.c:2099
7841 #, c-format
7842 msgid "permission denied for text search dictionary %s"
7843 msgstr "%s metin arama sözlüğüne erişim engellendi"
7844
7845 #: catalog/aclchk.c:2101
7846 #, c-format
7847 msgid "permission denied for text search configuration %s"
7848 msgstr "%s metin arama yapılandırmasına erişim engellendi"
7849
7850 #: catalog/aclchk.c:2103
7851 #, fuzzy, c-format
7852 msgid "permission denied for foreign-data wrapper %s"
7853 msgstr "%s veritabanına erişim engellendi"
7854
7855 #: catalog/aclchk.c:2105
7856 #, fuzzy, c-format
7857 msgid "permission denied for foreign server %s"
7858 msgstr "%s dönüşümüne erişim engellendi"
7859
7860 #: catalog/aclchk.c:2111
7861 #: catalog/aclchk.c:2113
7862 #, c-format
7863 msgid "must be owner of relation %s"
7864 msgstr "%s nesnesinin sahibi olmalısınız"
7865
7866 #: catalog/aclchk.c:2115
7867 #, c-format
7868 msgid "must be owner of sequence %s"
7869 msgstr "%s sequence'ın sahibi olmalısınız"
7870
7871 #: catalog/aclchk.c:2117
7872 #, c-format
7873 msgid "must be owner of database %s"
7874 msgstr "%s veritabanının sahibi olmalısınız"
7875
7876 #: catalog/aclchk.c:2119
7877 #, c-format
7878 msgid "must be owner of function %s"
7879 msgstr "%s fonksiyonunun sahibi olmalısınız"
7880
7881 #: catalog/aclchk.c:2121
7882 #, c-format
7883 msgid "must be owner of operator %s"
7884 msgstr "%s operatörünün sahibi olmalısınız"
7885
7886 #: catalog/aclchk.c:2123
7887 #, c-format
7888 msgid "must be owner of type %s"
7889 msgstr "%s tipinin sahibi olmalısınız"
7890
7891 #: catalog/aclchk.c:2125
7892 #, c-format
7893 msgid "must be owner of language %s"
7894 msgstr "%s dilinin sahibi olmalısınız"
7895
7896 #: catalog/aclchk.c:2127
7897 #, c-format
7898 msgid "must be owner of schema %s"
7899 msgstr "%s şemasının sahibi olmalısınız"
7900
7901 #: catalog/aclchk.c:2129
7902 #, c-format
7903 msgid "must be owner of operator class %s"
7904 msgstr "%s operatör sınıfının sahibi olmalısınız"
7905
7906 #: catalog/aclchk.c:2131
7907 #, c-format
7908 msgid "must be owner of operator family %s"
7909 msgstr "%s operator ailesinin sahibi olmalısınız"
7910
7911 #: catalog/aclchk.c:2133
7912 #, c-format
7913 msgid "must be owner of conversion %s"
7914 msgstr "%s dönüşümünün sahibi olmalısınız"
7915
7916 #: catalog/aclchk.c:2135
7917 #, c-format
7918 msgid "must be owner of tablespace %s"
7919 msgstr "%s tablespace'inin sahibi olmalısınız"
7920
7921 #: catalog/aclchk.c:2137
7922 #, c-format
7923 msgid "must be owner of text search dictionary %s"
7924 msgstr "%s metin arama sözlüğünün sahibi olmalısınız"
7925
7926 #: catalog/aclchk.c:2139
7927 #, c-format
7928 msgid "must be owner of text search configuration %s"
7929 msgstr "%s metin arama sözlüğünün sahibi olmalısınız"
7930
7931 #: catalog/aclchk.c:2141
7932 #, fuzzy, c-format
7933 msgid "must be owner of foreign-data wrapper %s"
7934 msgstr "%s veritabanının sahibi olmalısınız"
7935
7936 #: catalog/aclchk.c:2143
7937 #, fuzzy, c-format
7938 msgid "must be owner of foreign server %s"
7939 msgstr "%s dönüşümünün sahibi olmalısınız"
7940
7941 #: catalog/aclchk.c:2185
7942 #, fuzzy, c-format
7943 msgid "permission denied for column %s of relation %s"
7944 msgstr "%s nesnesine erişim engellendi"
7945
7946 #: catalog/aclchk.c:2214
7947 #, c-format
7948 msgid "role with OID %u does not exist"
7949 msgstr "OID %u olan rol mevcut değil"
7950
7951 #: catalog/aclchk.c:2305
7952 #: catalog/aclchk.c:2313
7953 #, fuzzy, c-format
7954 msgid "attribute %d of relation with OID %u does not exist"
7955 msgstr "%u OID'li nesne mevcut değil"
7956
7957 #: catalog/aclchk.c:2390
7958 #: catalog/aclchk.c:3146
7959 #, c-format
7960 msgid "relation with OID %u does not exist"
7961 msgstr "%u OID'li nesne mevcut değil"
7962
7963 #: catalog/aclchk.c:2598
7964 #: catalog/aclchk.c:3258
7965 #, c-format
7966 msgid "language with OID %u does not exist"
7967 msgstr "%u OID'li dil mevcut değil"
7968
7969 #: catalog/aclchk.c:2682
7970 #: catalog/aclchk.c:3286
7971 #, c-format
7972 msgid "schema with OID %u does not exist"
7973 msgstr "%u OID'li şema mevcut değil"
7974
7975 #: catalog/aclchk.c:2748
7976 #: catalog/aclchk.c:3325
7977 #, c-format
7978 msgid "tablespace with OID %u does not exist"
7979 msgstr "%u OID'li tablespace mevcut değil"
7980
7981 #: catalog/aclchk.c:2808
7982 #, fuzzy, c-format
7983 msgid "foreign-data wrapper with OID %u does not exist"
7984 msgstr "%u OID'li veritabanı mevcut değil"
7985
7986 #: catalog/aclchk.c:2871
7987 #: catalog/aclchk.c:3470
7988 #, fuzzy, c-format
7989 msgid "foreign server with OID %u does not exist"
7990 msgstr "%u OID'li dönüşüm mevcut değil"
7991
7992 #: catalog/aclchk.c:3174
7993 #, c-format
7994 msgid "type with OID %u does not exist"
7995 msgstr "%u OID'li tip mevcut değil"
7996
7997 #: catalog/aclchk.c:3202
7998 #, c-format
7999 msgid "operator with OID %u does not exist"
8000 msgstr "%u OID'li operatör mevcut değil"
8001
8002 #: catalog/aclchk.c:3354
8003 #, c-format
8004 msgid "operator class with OID %u does not exist"
8005 msgstr "%u OID'li operatör sınıfı mevcut değil"
8006
8007 #: catalog/aclchk.c:3383
8008 #, c-format
8009 msgid "operator family with OID %u does not exist"
8010 msgstr "OID'i %u olan operatör mevcut değil"
8011
8012 #: catalog/aclchk.c:3412
8013 #, c-format
8014 msgid "text search dictionary with OID %u does not exist"
8015 msgstr "%u OID'li metin arama sözlüğü mevcut değil"
8016
8017 #: catalog/aclchk.c:3441
8018 #, c-format
8019 msgid "text search configuration with OID %u does not exist"
8020 msgstr "%u OID'li metin arama sözlüğü mevcut değil"
8021
8022 #: catalog/aclchk.c:3527
8023 #, c-format
8024 msgid "conversion with OID %u does not exist"
8025 msgstr "%u OID'li dönüşüm mevcut değil"
8026
8027 #: catalog/catalog.c:75
8028 #, fuzzy
8029 msgid "invalid fork name"
8030 msgstr "geçirsiz rol adı \"%s\""
8031
8032 #: catalog/catalog.c:76
8033 #, fuzzy
8034 msgid "Valid fork names are \"main\", \"fsm\", and \"vm\"."
8035 msgstr "Geçerli değerler: \"none\", \"mod\", \"ddl\", ve \"all\"."
8036
8037 #: catalog/dependency.c:569
8038 #, c-format
8039 msgid "cannot drop %s because %s requires it"
8040 msgstr "%s tarafından kullanıldığı için %s kaldırılamıyor"
8041
8042 #: catalog/dependency.c:572
8043 #, c-format
8044 msgid "You can drop %s instead."
8045 msgstr "Onun yerine %s nesnesini kaldırabilirsiniz."
8046
8047 #: catalog/dependency.c:725
8048 #: catalog/pg_shdepend.c:547
8049 #, c-format
8050 msgid "cannot drop %s because it is required by the database system"
8051 msgstr "veritabanı sistemi tarafından kullanıldığı için %s kaldırılamıyor"
8052
8053 #: catalog/dependency.c:839
8054 #, c-format
8055 msgid "drop auto-cascades to %s"
8056 msgstr "drop, auto-cascade neticesinde %s nesnesine varıyor"
8057
8058 #: catalog/dependency.c:851
8059 #: catalog/dependency.c:860
8060 #, c-format
8061 msgid "%s depends on %s"
8062 msgstr "%s, %s nesnesine bağlıdır"
8063
8064 #: catalog/dependency.c:872
8065 #: catalog/dependency.c:881
8066 #, c-format
8067 msgid "drop cascades to %s"
8068 msgstr "kaldırma işlemi , cascade neticesinde %s' nesnesine varıyor"
8069
8070 #: catalog/dependency.c:889
8071 #: catalog/pg_shdepend.c:658
8072 #, fuzzy, c-format
8073 msgid ""
8074 "\n"
8075 "and %d other object (see server log for list)"
8076 msgid_plural ""
8077 "\n"
8078 "and %d other objects (see server log for list)"
8079 msgstr[0] ""
8080 "\n"
8081 "ve daha %d nesne (liste için sunucu log dosyasına bakın)"
8082 msgstr[1] ""
8083 "\n"
8084 "ve daha %d nesne (liste için sunucu log dosyasına bakın)"
8085
8086 #: catalog/dependency.c:901
8087 #, c-format
8088 msgid "cannot drop %s because other objects depend on it"
8089 msgstr "diğer nesnelerin ona bağlı olması nedeniyle %s kaldırılamıyor"
8090
8091 #: catalog/dependency.c:905
8092 #: catalog/dependency.c:912
8093 msgid "Use DROP ... CASCADE to drop the dependent objects too."
8094 msgstr "Bağlı nesneleri de kaldırmak için DROP ... CASCADE kullanın."
8095
8096 #: catalog/dependency.c:909
8097 #, fuzzy
8098 msgid "cannot drop desired object(s) because other objects depend on them"
8099 msgstr "diğer nesnelerin ona bağlı olması nedeniyle %s kaldırılamıyor"
8100
8101 #. translator: %d always has a value larger than 1
8102 #: catalog/dependency.c:918
8103 #, fuzzy, c-format
8104 msgid "drop cascades to %d other object"
8105 msgid_plural "drop cascades to %d other objects"
8106 msgstr[0] "kaldırma işlemi , cascade neticesinde %s' nesnesine varıyor"
8107 msgstr[1] "kaldırma işlemi , cascade neticesinde %s' nesnesine varıyor"
8108
8109 #: catalog/dependency.c:2075
8110 #, c-format
8111 msgid " column %s"
8112 msgstr "%s sütunu"
8113
8114 #: catalog/dependency.c:2081
8115 #, c-format
8116 msgid "function %s"
8117 msgstr "%s fonksiyonu"
8118
8119 #: catalog/dependency.c:2086
8120 #, c-format
8121 msgid "type %s"
8122 msgstr "%s tipi"
8123
8124 #: catalog/dependency.c:2116
8125 #, c-format
8126 msgid "cast from %s to %s"
8127 msgstr "%s tipi %s tipine cast"
8128
8129 #: catalog/dependency.c:2144
8130 #, fuzzy, c-format
8131 msgid "constraint %s on %s"
8132 msgstr "%s constrainti etkin"
8133
8134 #: catalog/dependency.c:2150
8135 #, c-format
8136 msgid "constraint %s"
8137 msgstr "%s constraint"
8138
8139 #: catalog/dependency.c:2168
8140 #, c-format
8141 msgid "conversion %s"
8142 msgstr "%s dönüşümünü"
8143
8144 #: catalog/dependency.c:2205
8145 #, c-format
8146 msgid "default for %s"
8147 msgstr "%s için varsayılan"
8148
8149 #: catalog/dependency.c:2223
8150 #, c-format
8151 msgid "language %s"
8152 msgstr "%s dili"
8153
8154 #: catalog/dependency.c:2230
8155 #, c-format
8156 msgid "operator %s"
8157 msgstr "%s operatoru"
8158
8159 #: catalog/dependency.c:2264
8160 #, c-format
8161 msgid "operator class %s for access method %s"
8162 msgstr "%2$s erişim yöntemi için %1$s erişim metodu"
8163
8164 #: catalog/dependency.c:2314
8165 #, fuzzy, c-format
8166 msgid "operator %d %s of %s"
8167 msgstr "%d %s operatoru "
8168
8169 #: catalog/dependency.c:2361
8170 #, fuzzy, c-format
8171 msgid "function %d %s of %s"
8172 msgstr "%d %s fonksiyonu "
8173
8174 #: catalog/dependency.c:2398
8175 #, c-format
8176 msgid "rule %s on "
8177 msgstr "%s rule etkin"
8178
8179 #: catalog/dependency.c:2433
8180 #, c-format
8181 msgid "trigger %s on "
8182 msgstr "%s triggeri etkin"
8183
8184 #: catalog/dependency.c:2450
8185 #, c-format
8186 msgid "schema %s"
8187 msgstr "%s şeması"
8188
8189 #: catalog/dependency.c:2464
8190 #, c-format
8191 msgid "text search parser %s"
8192 msgstr "metin arama ayrıştırıcısı %s"
8193
8194 #: catalog/dependency.c:2480
8195 #, c-format
8196 msgid "text search dictionary %s"
8197 msgstr "metin arama sözlüğü %s"
8198
8199 #: catalog/dependency.c:2496
8200 #, c-format
8201 msgid "text search template %s"
8202 msgstr "metin arama şablonu %s"
8203
8204 #: catalog/dependency.c:2512
8205 #, c-format
8206 msgid "text search configuration %s"
8207 msgstr "%s metin arama yapılandırması"
8208
8209 #: catalog/dependency.c:2520
8210 #, c-format
8211 msgid "role %s"
8212 msgstr "%s rolü"
8213
8214 #: catalog/dependency.c:2533
8215 #, c-format
8216 msgid "database %s"
8217 msgstr "%s veritabanı"
8218
8219 #: catalog/dependency.c:2545
8220 #, c-format
8221 msgid "tablespace %s"
8222 msgstr "%s tablespace"
8223
8224 #: catalog/dependency.c:2554
8225 #, fuzzy, c-format
8226 msgid "foreign-data wrapper %s"
8227 msgstr "kullanıcı tanımlı operatörler okunuyor\n"
8228
8229 #: catalog/dependency.c:2563
8230 #, c-format
8231 msgid "server %s"
8232 msgstr "sunucu %s"
8233
8234 #: catalog/dependency.c:2589
8235 #, c-format
8236 msgid "user mapping for %s"
8237 msgstr ""
8238
8239 #: catalog/dependency.c:2633
8240 #, c-format
8241 msgid "table %s"
8242 msgstr "%s tablosu"
8243
8244 #: catalog/dependency.c:2637
8245 #, c-format
8246 msgid "index %s"
8247 msgstr "%s indeksi"
8248
8249 #: catalog/dependency.c:2641
8250 #, c-format
8251 msgid "sequence %s"
8252 msgstr "%s sequence"
8253
8254 #: catalog/dependency.c:2645
8255 #, c-format
8256 msgid "uncataloged table %s"
8257 msgstr "%s katalog edilemeiş tablo"
8258
8259 #: catalog/dependency.c:2649
8260 #, c-format
8261 msgid "toast table %s"
8262 msgstr "%s toast tablosu"
8263
8264 #: catalog/dependency.c:2653
8265 #, c-format
8266 msgid "view %s"
8267 msgstr "%s view"
8268
8269 #: catalog/dependency.c:2657
8270 #, c-format
8271 msgid "composite type %s"
8272 msgstr "%s composite type"
8273
8274 #: catalog/dependency.c:2662
8275 #, c-format
8276 msgid "relation %s"
8277 msgstr "%s nesnesi"
8278
8279 #: catalog/dependency.c:2703
8280 #, c-format
8281 msgid "operator family %s for access method %s"
8282 msgstr "%2$s erişim yöntemi için %1$s operatörü "
8283
8284 #: catalog/heap.c:241
8285 #, c-format
8286 msgid "permission denied to create \"%s.%s\""
8287 msgstr "\"%s.%s\" oluşturulmasına izin verilmedi"
8288
8289 #: catalog/heap.c:243
8290 msgid "System catalog modifications are currently disallowed."
8291 msgstr "System catalog değişikliklerine şu anda izin verilmiyor."
8292
8293 #: catalog/heap.c:362
8294 #: commands/tablecmds.c:1156
8295 #: commands/tablecmds.c:1481
8296 #: commands/tablecmds.c:3597
8297 #, c-format
8298 msgid "tables can have at most %d columns"
8299 msgstr "bir tablo en fazla %d sütun içerebilir"
8300
8301 #: catalog/heap.c:379
8302 #, c-format
8303 msgid "column name \"%s\" conflicts with a system column name"
8304 msgstr "\"%s\" kolon adı sistem kolonu ile çakışmaktadır"
8305
8306 #: catalog/heap.c:395
8307 #, c-format
8308 msgid "column name \"%s\" specified more than once"
8309 msgstr "\"%s\" kolon adı birden fazla belirtilmiş"
8310
8311 #: catalog/heap.c:431
8312 #, c-format
8313 msgid "column \"%s\" has type \"unknown\""
8314 msgstr "\"%s\" sütunu \"unknown\" tipine sahip"
8315
8316 #: catalog/heap.c:432
8317 msgid "Proceeding with relation creation anyway."
8318 msgstr "Nesne oluşturmasına yine de devam edilmektedir."
8319
8320 #: catalog/heap.c:443
8321 #, c-format
8322 msgid "column \"%s\" has pseudo-type %s"
8323 msgstr "\"%s\" sütunu %s pseudo-tipine sahip"
8324
8325 #: catalog/heap.c:866
8326 #: catalog/index.c:595
8327 #: commands/tablecmds.c:2112
8328 #, c-format
8329 msgid "relation \"%s\" already exists"
8330 msgstr "\"%s\" nesnesi zaten mevcut"
8331
8332 #: catalog/heap.c:883
8333 #: catalog/pg_type.c:379
8334 #: catalog/pg_type.c:656
8335 #: commands/typecmds.c:219
8336 #: commands/typecmds.c:796
8337 #: commands/typecmds.c:1122
8338 #, c-format
8339 msgid "type \"%s\" already exists"
8340 msgstr "\"%s\" tipi zaten mevcut"
8341
8342 #: catalog/heap.c:884
8343 msgid "A relation has an associated type of the same name, so you must use a name that doesn't conflict with any existing type."
8344 msgstr "Aynı adı taşıyan bir nesneye ilişkili veri tipi mevcuttur, başka bir ad seçmelisiniz."
8345
8346 #: catalog/heap.c:905
8347 #: catalog/index.c:589
8348 #: commands/tablecmds.c:6693
8349 msgid "only shared relations can be placed in pg_global tablespace"
8350 msgstr "pg_global tablo aralığına sadece paylaşımlı sensne konulabilir"
8351
8352 #: catalog/heap.c:1434
8353 #, fuzzy, c-format
8354 msgid "cannot drop \"%s\" because it is being used by active queries in this session"
8355 msgstr "\"%s\" tablosu şu anda aktif sorgular tarafından kullanılmaktadır"
8356
8357 #: catalog/heap.c:1885
8358 #, c-format
8359 msgid "check constraint \"%s\" already exists"
8360 msgstr "\"%s\"check constraint'i zaten mevcut"
8361
8362 #: catalog/heap.c:2029
8363 #: catalog/pg_constraint.c:613
8364 #: commands/tablecmds.c:4430
8365 #, c-format
8366 msgid "constraint \"%s\" for relation \"%s\" already exists"
8367 msgstr "\"%s\" constraint 'i \"%s\" nesnesi için zaten mevcut"
8368
8369 #: catalog/heap.c:2033
8370 #, fuzzy, c-format
8371 msgid "merging constraint \"%s\" with inherited definition"
8372 msgstr "\"%s\" sütunu miras alınan tanımı ile birleştiriliyor"
8373
8374 #: catalog/heap.c:2132
8375 msgid "cannot use column references in default expression"
8376 msgstr "defaul ifadesinde sütun referansı kullanılamaz"
8377
8378 #: catalog/heap.c:2140
8379 msgid "default expression must not return a set"
8380 msgstr "öntanımlı ifade küme döndürmelidir"
8381
8382 #: catalog/heap.c:2148
8383 msgid "cannot use subquery in default expression"
8384 msgstr "öntanımlı ifadede subquery kullanılamaz"
8385
8386 #: catalog/heap.c:2152
8387 msgid "cannot use aggregate function in default expression"
8388 msgstr "öntanımlı ifadede aggregate fonksiyonu kullanılamaz"
8389
8390 #: catalog/heap.c:2156
8391 #, fuzzy
8392 msgid "cannot use window function in default expression"
8393 msgstr "öntanımlı ifadede aggregate fonksiyonu kullanılamaz"
8394
8395 #: catalog/heap.c:2175
8396 #: rewrite/rewriteHandler.c:942
8397 #, c-format
8398 msgid "column \"%s\" is of type %s but default expression is of type %s"
8399 msgstr "\"%s\" kolonunun tipi %s'dır, ancak öntanımlı ifadenin tipi %s'dir."
8400
8401 #: catalog/heap.c:2180
8402 #: commands/prepare.c:370
8403 #: parser/parse_node.c:367
8404 #: parser/parse_target.c:471
8405 #: parser/parse_target.c:730
8406 #: parser/parse_target.c:740
8407 #: rewrite/rewriteHandler.c:947
8408 msgid "You will need to rewrite or cast the expression."
8409 msgstr "Bu ifadeyi yinden yazmalı ya da sonucunu cast etmelisiniz."
8410
8411 #: catalog/heap.c:2216
8412 #, c-format
8413 msgid "only table \"%s\" can be referenced in check constraint"
8414 msgstr "check constraint içerisinde sadece \"%s\" tablosu kullanılabilir"
8415
8416 #: catalog/heap.c:2225
8417 #: commands/typecmds.c:2258
8418 msgid "cannot use subquery in check constraint"
8419 msgstr "check constraint içinde subquery kullanılamaz"
8420
8421 #: catalog/heap.c:2229
8422 #: commands/typecmds.c:2262
8423 msgid "cannot use aggregate function in check constraint"
8424 msgstr "check constraint içinde aggregate function kullanılamaz"
8425
8426 #: catalog/heap.c:2233
8427 #: commands/typecmds.c:2266
8428 #, fuzzy
8429 msgid "cannot use window function in check constraint"
8430 msgstr "check constraint içinde aggregate function kullanılamaz"
8431
8432 #: catalog/heap.c:2452
8433 msgid "unsupported ON COMMIT and foreign key combination"
8434 msgstr "desteklenmeyen ON COMMIT ve foreign key birleştirmesi"
8435
8436 #: catalog/heap.c:2453
8437 #, c-format
8438 msgid "Table \"%s\" references \"%s\", but they do not have the same ON COMMIT setting."
8439 msgstr "\"%s\" tablosu \"%s\" tablosuna başvuruyor ancak ikisi aynı ON COMMIT ayarına sahip değildir."
8440
8441 #: catalog/heap.c:2458
8442 msgid "cannot truncate a table referenced in a foreign key constraint"
8443 msgstr "ikincil anahtar bütünlük kısıtlamasının refere ettiği tabloyu truncate edemezsiniz"
8444
8445 #: catalog/heap.c:2459
8446 #, c-format
8447 msgid "Table \"%s\" references \"%s\"."
8448 msgstr "\"%s\" tablosu \"%s\" tablosuna başvuruyor."
8449
8450 #: catalog/heap.c:2461
8451 #, c-format
8452 msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE."
8453 msgstr "\"%s\" tablosuna da truncate işlemi uygulayın, veya TRUNCATE ... CASCADE işlemi kullanın."
8454
8455 #: catalog/index.c:552
8456 msgid "user-defined indexes on system catalog tables are not supported"
8457 msgstr "sistem katalog tabloları üzerinde kullanıcı tanımlı index oluşturulamaz"
8458
8459 #: catalog/index.c:562
8460 msgid "concurrent index creation on system catalog tables is not supported"
8461 msgstr "sistem katalog tabloları üzerinde koşutzamanlı index oluşturma işlemi yapılamaz"
8462
8463 #: catalog/index.c:571
8464 msgid "shared indexes cannot be created after initdb"
8465 msgstr "initdb işleminden sonra shared indeks oluşturulamaz"
8466
8467 #: catalog/index.c:2270
8468 msgid "cannot reindex temporary tables of other sessions"
8469 msgstr "diğer oturumların geçici tabloları yeniden indexlenemez"
8470
8471 #: catalog/index.c:2292
8472 #, c-format
8473 msgid "shared index \"%s\" can only be reindexed in stand-alone mode"
8474 msgstr "\"%s\" shared indexe sadece stand-alone modunda reindex işlemi uygulanabilir"
8475
8476 #: catalog/namespace.c:229
8477 #: catalog/namespace.c:303
8478 #: commands/trigger.c:3514
8479 #, c-format
8480 msgid "cross-database references are not implemented: \"%s.%s.%s\""
8481 msgstr "veritabanı-arası referanslar oluşturulamaz: \"%s.%s.%s\""
8482
8483 #: catalog/namespace.c:247
8484 #: catalog/namespace.c:314
8485 msgid "temporary tables cannot specify a schema name"
8486 msgstr "geçici tablolarda şema adı belirtilemez"
8487
8488 #: catalog/namespace.c:270
8489 #: commands/lockcmds.c:113
8490 #: parser/parse_relation.c:864
8491 #, c-format
8492 msgid "relation \"%s.%s\" does not exist"
8493 msgstr "\"%s.%s\" nesnesi mevcut değil"
8494
8495 #: catalog/namespace.c:356
8496 #: catalog/namespace.c:2230
8497 msgid "no schema has been selected to create in"
8498 msgstr "oluşturma işlemi için şema adı belirtimemiş"
8499
8500 #: catalog/namespace.c:1575
8501 #: commands/tsearchcmds.c:306
8502 #, c-format
8503 msgid "text search parser \"%s\" does not exist"
8504 msgstr "\"%s\" metin arama ayrıştırıcısı mevcut değil"
8505
8506 #: catalog/namespace.c:1703
8507 #: commands/tsearchcmds.c:664
8508 #, c-format
8509 msgid "text search dictionary \"%s\" does not exist"
8510 msgstr "\"%s\" metin arama sözlüğü mevcut değil"
8511
8512 #: catalog/namespace.c:1832
8513 #: commands/tsearchcmds.c:1158
8514 #, c-format
8515 msgid "text search template \"%s\" does not exist"
8516 msgstr "\"%s\" metin arama şablonu mevcut değil"
8517
8518 #: catalog/namespace.c:1960
8519 #: commands/tsearchcmds.c:1562
8520 #: commands/tsearchcmds.c:1722
8521 #, c-format
8522 msgid "text search configuration \"%s\" does not exist"
8523 msgstr "\"%s\" metin arama sözlüğü mevcut değil"
8524
8525 #: catalog/namespace.c:2076
8526 #: parser/parse_expr.c:578
8527 #: parser/parse_target.c:909
8528 #, c-format
8529 msgid "cross-database references are not implemented: %s"
8530 msgstr "veritabanı-arası referanslar oluşturulamaz: %s"
8531
8532 #: catalog/namespace.c:2082
8533 #: parser/parse_expr.c:612
8534 #: parser/parse_target.c:919
8535 #: gram.y:3434
8536 #: gram.y:9931
8537 #, c-format
8538 msgid "improper qualified name (too many dotted names): %s"
8539 msgstr "geçersiz qualified adı (çok fazla noktalı isim): %s"
8540
8541 #: catalog/namespace.c:2262
8542 #, c-format
8543 msgid "improper relation name (too many dotted names): %s"
8544 msgstr "geçersiz nesne adı (çok fazla noktalı isim): %s"
8545
8546 #: catalog/namespace.c:2836
8547 #, c-format
8548 msgid "permission denied to create temporary tables in database \"%s\""
8549 msgstr "\"%s\" veritabanında geçici veritabanı oluşturma izni yok"
8550
8551 #: catalog/pg_aggregate.c:100
8552 msgid "cannot determine transition data type"
8553 msgstr "geçiş veri tipi belirlenemedi"
8554
8555 #: catalog/pg_aggregate.c:101
8556 msgid "An aggregate using a polymorphic transition type must have at least one polymorphic argument."
8557 msgstr "Polymorphic kullanan aggregateler bu en az birer polymorphic argüman içermelidir."
8558
8559 #: catalog/pg_aggregate.c:124
8560 #, c-format
8561 msgid "return type of transition function %s is not %s"
8562 msgstr "%s geçiş fonksiyonunun tipi %s değildir"
8563
8564 #: catalog/pg_aggregate.c:146
8565 msgid "must not omit initial value when transition function is strict and transition type is not compatible with input type"
8566 msgstr "geçiş fonksiyonu strict olduğunda ve giriş parametresinin tipi uyumsuz olduğunda başlangıç değeri mutlaka verilmelidir"
8567
8568 #: catalog/pg_aggregate.c:177
8569 #: catalog/pg_proc.c:196
8570 msgid "cannot determine result data type"
8571 msgstr "sonuç veri tipi belirlenemiyor"
8572
8573 #: catalog/pg_aggregate.c:178
8574 msgid "An aggregate returning a polymorphic type must have at least one polymorphic argument."
8575 msgstr "Polymorphic döndüren aggregateler bu en az birer polymorphic argüman içermelidir."
8576
8577 #: catalog/pg_aggregate.c:190
8578 #: catalog/pg_proc.c:202
8579 msgid "unsafe use of pseudo-type \"internal\""
8580 msgstr "\"internal\" pseudo-type'ın tehlikeli kullanışı"
8581
8582 #: catalog/pg_aggregate.c:191
8583 #: catalog/pg_proc.c:203
8584 msgid "A function returning \"internal\" must have at least one \"internal\" argument."
8585 msgstr "\"internal\"  döndüren fonksiyonlar bu tiplerden en az bir argüman \"internal\" olmalıdır."
8586
8587 #: catalog/pg_aggregate.c:199
8588 msgid "sort operator can only be specified for single-argument aggregates"
8589 msgstr "sort işletmeni sadece tek argümanlı aggregate işin belirtilebilir"
8590
8591 #: catalog/pg_aggregate.c:332
8592 #: commands/typecmds.c:1274
8593 #: commands/typecmds.c:1325
8594 #: commands/typecmds.c:1356
8595 #: commands/typecmds.c:1379
8596 #: commands/typecmds.c:1400
8597 #: commands/typecmds.c:1427
8598 #: commands/typecmds.c:1454
8599 #: parser/parse_func.c:236
8600 #: parser/parse_func.c:1291
8601 #, c-format
8602 msgid "function %s does not exist"
8603 msgstr "%s fonksiyonu mevcut değildir"
8604
8605 #: catalog/pg_aggregate.c:337
8606 #, c-format
8607 msgid "function %s returns a set"
8608 msgstr "%s fonksiyonu bir küme döndürüyor"
8609
8610 #: catalog/pg_aggregate.c:361
8611 #, c-format
8612 msgid "function %s requires run-time type coercion"
8613 msgstr "%s fonksiyonu çalışma zamanı tipi zorlaması gerektirir"
8614
8615 #: catalog/pg_constraint.c:622
8616 #: commands/typecmds.c:2199
8617 #, c-format
8618 msgid "constraint \"%s\" for domain \"%s\" already exists"
8619 msgstr "\"%2$s\" domain için \"%1$s\" constraint için zaten mevcut"
8620
8621 #: catalog/pg_conversion.c:67
8622 #, c-format
8623 msgid "conversion \"%s\" already exists"
8624 msgstr "conversion \"%s\" zaten mevcut"
8625
8626 #: catalog/pg_conversion.c:80
8627 #, c-format
8628 msgid "default conversion for %s to %s already exists"
8629 msgstr "%s'dan %s'a öntanımlı dönüşüm zaten mevcut"
8630
8631 #: catalog/pg_depend.c:209
8632 #, c-format
8633 msgid "cannot remove dependency on %s because it is a system object"
8634 msgstr "sistem nesnesi tarafından kullanıldığı için %s kaldırılamıyor"
8635
8636 #: catalog/pg_enum.c:91
8637 #, c-format
8638 msgid "invalid enum label \"%s\""
8639 msgstr "Geçersiz enum etiketi: \"%s\""
8640
8641 #: catalog/pg_enum.c:92
8642 #, c-format
8643 msgid "Labels must be %d characters or less."
8644 msgstr "Etiketler %d karakter ya da daha az olmalıdır."
8645
8646 #: catalog/pg_largeobject.c:107
8647 #: commands/comment.c:1423
8648 #: storage/large_object/inv_api.c:266
8649 #: storage/large_object/inv_api.c:371
8650 #, c-format
8651 msgid "large object %u does not exist"
8652 msgstr "large object %u mevcut değil"
8653
8654 #: catalog/pg_namespace.c:52
8655 #: commands/schemacmds.c:276
8656 #, c-format
8657 msgid "schema \"%s\" already exists"
8658 msgstr "\"%s\" şeması zaten mevcut"
8659
8660 #: catalog/pg_operator.c:220
8661 #: catalog/pg_operator.c:358
8662 #, c-format
8663 msgid "\"%s\" is not a valid operator name"
8664 msgstr "\"%s\" geçerli bir operatör adı değildir"
8665
8666 #: catalog/pg_operator.c:367
8667 msgid "only binary operators can have commutators"
8668 msgstr "sadece ikili işlemler bir commutator'a sahip olabilirler"
8669
8670 #: catalog/pg_operator.c:371
8671 msgid "only binary operators can have join selectivity"
8672 msgstr "sadece ikili operatörler join selectivity'sine sahip olabilirler"
8673
8674 #: catalog/pg_operator.c:375
8675 msgid "only binary operators can merge join"
8676 msgstr "sadece ikili işlemler merge join edebilirler"
8677
8678 #: catalog/pg_operator.c:379
8679 msgid "only binary operators can hash"
8680 msgstr "sadece ikili işlemler hash edebilirler"
8681
8682 #: catalog/pg_operator.c:390
8683 #, fuzzy
8684 msgid "only boolean operators can have negators"
8685 msgstr "sadece ikili işlemler bir commutator'a sahip olabilirler"
8686
8687 #: catalog/pg_operator.c:394
8688 #, fuzzy
8689 msgid "only boolean operators can have restriction selectivity"
8690 msgstr "sadece ikili operatörler join selectivity'sine sahip olabilirler"
8691
8692 #: catalog/pg_operator.c:398
8693 #, fuzzy
8694 msgid "only boolean operators can have join selectivity"
8695 msgstr "sadece ikili operatörler join selectivity'sine sahip olabilirler"
8696
8697 #: catalog/pg_operator.c:402
8698 #, fuzzy
8699 msgid "only boolean operators can merge join"
8700 msgstr "sadece ikili işlemler merge join edebilirler"
8701
8702 #: catalog/pg_operator.c:406
8703 #, fuzzy
8704 msgid "only boolean operators can hash"
8705 msgstr "sadece ikili işlemler hash edebilirler"
8706
8707 #: catalog/pg_operator.c:418
8708 #, c-format
8709 msgid "operator %s already exists"
8710 msgstr "%s operatörü zaten mevcut"
8711
8712 #: catalog/pg_operator.c:608
8713 msgid "operator cannot be its own negator or sort operator"
8714 msgstr "bir işlem, kendisinin zıttı veya kendisinin sort operatörü olamaz"
8715
8716 #: catalog/pg_proc.c:115
8717 #: parser/parse_func.c:1335
8718 #: parser/parse_func.c:1375
8719 #, fuzzy, c-format
8720 msgid "functions cannot have more than %d argument"
8721 msgid_plural "functions cannot have more than %d arguments"
8722 msgstr[0] "bir fonksiyonun arguman sayısı %d sayısından büyük olamaz"
8723 msgstr[1] "bir fonksiyonun arguman sayısı %d sayısından büyük olamaz"
8724
8725 #: catalog/pg_proc.c:197
8726 msgid "A function returning a polymorphic type must have at least one polymorphic argument."
8727 msgstr "Polymorphic tipini döndüren fonksiyonlar en az bir polymorphic argüman içermelidir."
8728
8729 #: catalog/pg_proc.c:215
8730 #, c-format
8731 msgid "\"%s\" is already an attribute of type %s"
8732 msgstr "\"%s\" zanten %s tipinin özelliğidir"
8733
8734 #: catalog/pg_proc.c:354
8735 #, c-format
8736 msgid "function \"%s\" already exists with same argument types"
8737 msgstr "\"%s\" fonksiyonu aynı argüman veri tipleriyle zaten mevcut"
8738
8739 #: catalog/pg_proc.c:368
8740 #: catalog/pg_proc.c:390
8741 msgid "cannot change return type of existing function"
8742 msgstr "var olan bir fonksiyonun döndürme tipi değiştirilemez"
8743
8744 #: catalog/pg_proc.c:369
8745 #: catalog/pg_proc.c:392
8746 #: catalog/pg_proc.c:415
8747 #: catalog/pg_proc.c:441
8748 msgid "Use DROP FUNCTION first."
8749 msgstr "Önce DROP FUNCTION kullanın."
8750
8751 #: catalog/pg_proc.c:391
8752 msgid "Row type defined by OUT parameters is different."
8753 msgstr "OUT parametresinde tanımlanmış Row veri tipi farklıdır."
8754
8755 #: catalog/pg_proc.c:414
8756 #, fuzzy
8757 msgid "cannot remove parameter defaults from existing function"
8758 msgstr "var olan bir fonksiyonun döndürme tipi değiştirilemez"
8759
8760 #: catalog/pg_proc.c:440
8761 #, fuzzy
8762 msgid "cannot change data type of existing parameter default value"
8763 msgstr "var olan bir fonksiyonun döndürme tipi değiştirilemez"
8764
8765 #: catalog/pg_proc.c:452
8766 #, fuzzy, c-format
8767 msgid "function \"%s\" is an aggregate function"
8768 msgstr "\"%s\" fonksiyonu bir aggregate'tir"
8769
8770 #: catalog/pg_proc.c:457
8771 #, fuzzy, c-format
8772 msgid "function \"%s\" is not an aggregate function"
8773 msgstr "\"%s\" fonksiyonu bir aggregate değildir"
8774
8775 #: catalog/pg_proc.c:465
8776 #, fuzzy, c-format
8777 msgid "function \"%s\" is a window function"
8778 msgstr "%s fonksiyonu benzersiz değildir"
8779
8780 #: catalog/pg_proc.c:470
8781 #, fuzzy, c-format
8782 msgid "function \"%s\" is not a window function"
8783 msgstr "\"%s\" fonksiyonu bir aggregate değildir"
8784
8785 #: catalog/pg_proc.c:595
8786 #, c-format
8787 msgid "there is no built-in function named \"%s\""
8788 msgstr "\"%s\" adlı gömülü bir fonksiyon yok"
8789
8790 #: catalog/pg_proc.c:690
8791 #, c-format
8792 msgid "SQL functions cannot return type %s"
8793 msgstr "SQL fonksiyonları %s tipini dündüremezler"
8794
8795 #: catalog/pg_proc.c:705
8796 #, c-format
8797 msgid "SQL functions cannot have arguments of type %s"
8798 msgstr "SQL fonksiyonları %s tipinde argümana sahip olamaz"
8799
8800 #: catalog/pg_proc.c:777
8801 #: executor/functions.c:943
8802 #, c-format
8803 msgid "SQL function \"%s\""
8804 msgstr " \"%s\" SQL fonksiyonu"
8805
8806 #: catalog/pg_type.c:224
8807 #, c-format
8808 msgid "invalid type internal size %d"
8809 msgstr "tip dahili boyutu geçersiz :%d"
8810
8811 #: catalog/pg_type.c:240
8812 #: catalog/pg_type.c:248
8813 #: catalog/pg_type.c:256
8814 #: catalog/pg_type.c:265
8815 #, fuzzy, c-format
8816 msgid "alignment \"%c\" is invalid for passed-by-value type of size %d"
8817 msgstr "passed-by-value tipler için %d dahili tip geçersizdir"
8818
8819 #: catalog/pg_type.c:272
8820 #, c-format
8821 msgid "internal size %d is invalid for passed-by-value type"
8822 msgstr "passed-by-value tipler için %d dahili tip geçersizdir"
8823
8824 #: catalog/pg_type.c:281
8825 #: catalog/pg_type.c:287
8826 #, fuzzy, c-format
8827 msgid "alignment \"%c\" is invalid for variable-length type"
8828 msgstr "passed-by-value tipler için %d dahili tip geçersizdir"
8829
8830 #: catalog/pg_type.c:295
8831 msgid "fixed-size types must have storage PLAIN"
8832 msgstr "sabit-boyutlu tipler PLAIN storage özelliği ile tanımlanmalıdır"
8833
8834 #: catalog/pg_type.c:718
8835 #, c-format
8836 msgid "could not form array type name for type \"%s\""
8837 msgstr "\"%s\" tipi için array tipi bulunamıyor"
8838
8839 #: catalog/pg_shdepend.c:665
8840 #, fuzzy, c-format
8841 msgid ""
8842 "\n"
8843 "and objects in %d other database (see server log for list)"
8844 msgid_plural ""
8845 "\n"
8846 "and objects in %d other databases (see server log for list)"
8847 msgstr[0] ""
8848 "\n"
8849 "ve %d başka veritabanında nesneleri (liste için sunucu log dosyasına bakın)"
8850 msgstr[1] ""
8851 "\n"
8852 "ve %d başka veritabanında nesneleri (liste için sunucu log dosyasına bakın)"
8853
8854 #: catalog/pg_shdepend.c:979
8855 #, c-format
8856 msgid "role %u was concurrently dropped"
8857 msgstr "%u rolü eşzamanlı kaldırıldı"
8858
8859 #: catalog/pg_shdepend.c:998
8860 #, c-format
8861 msgid "tablespace %u was concurrently dropped"
8862 msgstr "%u tablespace eşzamanlı kaldırıldı"
8863
8864 #: catalog/pg_shdepend.c:1042
8865 #, c-format
8866 msgid "owner of %s"
8867 msgstr "%s nesnesinin sahibi"
8868
8869 #: catalog/pg_shdepend.c:1044
8870 #, c-format
8871 msgid "access to %s"
8872 msgstr "erişim: %s"
8873
8874 #. translator: %s will always be "database %s"
8875 #: catalog/pg_shdepend.c:1052
8876 #, fuzzy, c-format
8877 msgid "%d object in %s"
8878 msgid_plural "%d objects in %s"
8879 msgstr[0] "%2$s veritabanında %1$d nesne"
8880 msgstr[1] "%2$s veritabanında %1$d nesne"
8881
8882 #: catalog/pg_shdepend.c:1163
8883 #: catalog/pg_shdepend.c:1293
8884 #, c-format
8885 msgid "cannot drop objects owned by %s because they are required by the database system"
8886 msgstr "veritabanı sistemi tarafından ihtiyaç duyulduğu için %s kaldırılamıyor"
8887
8888 #: catalog/toasting.c:94
8889 #: commands/comment.c:516
8890 #: commands/indexcmds.c:174
8891 #: commands/indexcmds.c:1358
8892 #: commands/lockcmds.c:140
8893 #: commands/tablecmds.c:193
8894 #: commands/tablecmds.c:1029
8895 #: commands/tablecmds.c:3231
8896 #: commands/trigger.c:115
8897 #: commands/trigger.c:803
8898 #, c-format
8899 msgid "\"%s\" is not a table"
8900 msgstr "\"%s\" bir tablo değildir"
8901
8902 #: catalog/toasting.c:143
8903 msgid "shared tables cannot be toasted after initdb"
8904 msgstr "initdb işleminden sonra paylaşılmış tablolar toast edilemez"
8905
8906 #: commands/aggregatecmds.c:103
8907 #, c-format
8908 msgid "aggregate attribute \"%s\" not recognized"
8909 msgstr "aggregate parametresi \"%s\" tanınmıyor"
8910
8911 #: commands/aggregatecmds.c:113
8912 msgid "aggregate stype must be specified"
8913 msgstr "aggregate type belirtilmelidir"
8914
8915 #: commands/aggregatecmds.c:117
8916 msgid "aggregate sfunc must be specified"
8917 msgstr "aggregate sync belirtilmelidir"
8918
8919 #: commands/aggregatecmds.c:134
8920 msgid "aggregate input type must be specified"
8921 msgstr "aggregate girdi veri tipi belirtilmelidir"
8922
8923 #: commands/aggregatecmds.c:159
8924 msgid "basetype is redundant with aggregate input type specification"
8925 msgstr "aggregate input type specification ile basetype gereksizdir"
8926
8927 #: commands/aggregatecmds.c:191
8928 #, c-format
8929 msgid "aggregate transition data type cannot be %s"
8930 msgstr "aggregate transaction veri tipi %s olamaz"
8931
8932 #: commands/aggregatecmds.c:230
8933 #, c-format
8934 msgid "aggregate %s(%s) does not exist, skipping"
8935 msgstr "aggregate %s(%s) mevcut değil, atlanıyor"
8936
8937 #: commands/aggregatecmds.c:297
8938 #: commands/functioncmds.c:1097
8939 #, c-format
8940 msgid "function %s already exists in schema \"%s\""
8941 msgstr "%s fonksiyonu \"%s\" şemasında zaten mevcut"
8942
8943 #: commands/analyze.c:180
8944 #, c-format
8945 msgid "skipping \"%s\" --- only superuser can analyze it"
8946 msgstr "\"%s\" atlanıyor --- sadece superuser onu analiz edebilir"
8947
8948 #: commands/analyze.c:184
8949 #, fuzzy, c-format
8950 msgid "skipping \"%s\" --- only superuser or database owner can analyze it"
8951 msgstr "\"%s\" atlanıyor --- sadece tablo ve veritabanı sahibi onu analiz edebilir"
8952
8953 #: commands/analyze.c:188
8954 #, c-format
8955 msgid "skipping \"%s\" --- only table or database owner can analyze it"
8956 msgstr "\"%s\" atlanıyor --- sadece tablo ve veritabanı sahibi onu analiz edebilir"
8957
8958 #: commands/analyze.c:204
8959 #, c-format
8960 msgid "skipping \"%s\" --- cannot analyze indexes, views, or special system tables"
8961 msgstr "\"%s\" atlanıyor --- indexler, viewlar ya da özel sistem tabloları analiz edilemez"
8962
8963 #: commands/analyze.c:232
8964 #, c-format
8965 msgid "analyzing \"%s.%s\""
8966 msgstr "\"%s.%s\" analiz ediliyor"
8967
8968 #: commands/analyze.c:531
8969 #, c-format
8970 msgid "automatic analyze of table \"%s.%s.%s\" system usage: %s"
8971 msgstr "\"%s.%s.%s\" tablosunun automatic analyze; system kullanımı: %s"
8972
8973 #: commands/analyze.c:1117
8974 #, c-format
8975 msgid "\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead rows; %d rows in sample, %.0f estimated total rows"
8976 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"
8977
8978 #: commands/async.c:344
8979 #, fuzzy
8980 msgid "cannot PREPARE a transaction that has executed LISTEN or UNLISTEN"
8981 msgstr "WITH HOLD imleci oluşturan transaction PREPARE edilemedi"
8982
8983 #: commands/cluster.c:123
8984 #: commands/cluster.c:471
8985 msgid "cannot cluster temporary tables of other sessions"
8986 msgstr "diğer oturumların geçici tabloları üzerinde cluster yapılamaz"
8987
8988 #: commands/cluster.c:154
8989 #, c-format
8990 msgid "there is no previously clustered index for table \"%s\""
8991 msgstr "\"%s\" tablosunda daha önce cluster edilmiş index yoktur"
8992
8993 #: commands/cluster.c:168
8994 #: commands/tablecmds.c:6473
8995 #, c-format
8996 msgid "index \"%s\" for table \"%s\" does not exist"
8997 msgstr "\"%s\"indexi, \"%s\" tablosunda mevcut değil"
8998
8999 #: commands/cluster.c:348
9000 #, fuzzy, c-format
9001 msgid "clustering \"%s.%s\""
9002 msgstr "\"%s.%s\" veritabanına vacuum yapılıyor"
9003
9004 #: commands/cluster.c:378
9005 #, c-format
9006 msgid "\"%s\" is not an index for table \"%s\""
9007 msgstr "\"%s\", \"%s\" tablosunun indexi değildir"
9008
9009 #: commands/cluster.c:391
9010 #, c-format
9011 msgid "cannot cluster on partial index \"%s\""
9012 msgstr "\"%s\" partial index üzerinde cluster yapılamaz"
9013
9014 #: commands/cluster.c:397
9015 #, c-format
9016 msgid "cannot cluster on index \"%s\" because access method does not support clustering"
9017 msgstr "\"%s\" indexin erişim yöntemi clustering desteklemediği için cluster yapılamaz"
9018
9019 #: commands/cluster.c:417
9020 #, c-format
9021 msgid "cannot cluster on index \"%s\" because access method does not handle null values"
9022 msgstr "\"%s\" indexin erişim yöntemi null değerleri desteklemediği için cluster yapılamaz"
9023
9024 #: commands/cluster.c:420
9025 #, c-format
9026 msgid "You might be able to work around this by marking column \"%s\" NOT NULL, or use ALTER TABLE ... SET WITHOUT CLUSTER to remove the cluster specification from the table."
9027 msgstr "Bunu önlemek için \"%s\" sütunu NOT NULL yaparak ya da tablodan cluser tanımlarını kaldırmak için ALTER TABLE ... SET WITHOUT CLUSTER kullanabilirsiniz."
9028
9029 #: commands/cluster.c:422
9030 #, c-format
9031 msgid "You might be able to work around this by marking column \"%s\" NOT NULL."
9032 msgstr "\"%s\" sütununu NOT NULL olarak tanımlamakla bu sorunu çözebilirsiniz"
9033
9034 #: commands/cluster.c:433
9035 #, c-format
9036 msgid "cannot cluster on expressional index \"%s\" because its index access method does not handle null values"
9037 msgstr "\"%s\" ifadesel indexin erişim yöntemi null değerleri desteklemediği için cluster yapılamaz"
9038
9039 #: commands/cluster.c:448
9040 #, c-format
9041 msgid "cannot cluster on invalid index \"%s\""
9042 msgstr "\"%s\" geçersiz indexi üzerinde cluster işlemi yapılamaz"
9043
9044 #: commands/cluster.c:461
9045 #, c-format
9046 msgid "\"%s\" is a system catalog"
9047 msgstr "\"%s\" bir sistem kataloğudur"
9048
9049 #: commands/comment.c:523
9050 #: commands/tablecmds.c:205
9051 #: commands/tablecmds.c:2051
9052 #: commands/tablecmds.c:2274
9053 #: commands/tablecmds.c:7508
9054 #: commands/view.c:162
9055 #, c-format
9056 msgid "\"%s\" is not a view"
9057 msgstr "\"%s\" bir view değildir"
9058
9059 #: commands/comment.c:609
9060 msgid "database name cannot be qualified"
9061 msgstr "veritabanı ismi geçerli değil"
9062
9063 #: commands/comment.c:657
9064 msgid "tablespace name cannot be qualified"
9065 msgstr "tablespace adı geçerli değil"
9066
9067 #: commands/comment.c:694
9068 msgid "role name cannot be qualified"
9069 msgstr "rol adı geçerli değil"
9070
9071 #: commands/comment.c:703
9072 #, c-format
9073 msgid "must be member of role \"%s\" to comment upon it"
9074 msgstr "\"%s\" rolüne açıklama eklemek için bu role dahil olmalısınız"
9075
9076 #: commands/comment.c:727
9077 #: commands/schemacmds.c:177
9078 msgid "schema name cannot be qualified"
9079 msgstr "şema ismi geçerli değil"
9080
9081 #: commands/comment.c:804
9082 #, c-format
9083 msgid "rule \"%s\" does not exist"
9084 msgstr "\"%s\" rule'u mevcut değil"
9085
9086 #: commands/comment.c:812
9087 #, c-format
9088 msgid "there are multiple rules named \"%s\""
9089 msgstr "\"%s\" adını taşıyan birden fazla rule mevcut"
9090
9091 #: commands/comment.c:813
9092 msgid "Specify a relation name as well as a rule name."
9093 msgstr "Rule adının yanında nesne adını da belirtin."
9094
9095 #: commands/comment.c:841
9096 #: rewrite/rewriteDefine.c:689
9097 #: rewrite/rewriteDefine.c:752
9098 #: rewrite/rewriteRemove.c:63
9099 #, c-format
9100 msgid "rule \"%s\" for relation \"%s\" does not exist"
9101 msgstr "\"%s\" rule'u \"%s\" tablosunda mevcut değil"
9102
9103 #: commands/comment.c:1036
9104 #: commands/trigger.c:734
9105 #: commands/trigger.c:934
9106 #: commands/trigger.c:1045
9107 #, c-format
9108 msgid "trigger \"%s\" for table \"%s\" does not exist"
9109 msgstr "\"%s\" triggeri \"%s\" tablosunda mevcut değil"
9110
9111 #: commands/comment.c:1115
9112 #, c-format
9113 msgid "table \"%s\" has multiple constraints named \"%s\""
9114 msgstr "\"%s\" tablosu birden fazla \"%s\" adlı constrainte sahip"
9115
9116 #: commands/comment.c:1127
9117 #, c-format
9118 msgid "constraint \"%s\" for table \"%s\" does not exist"
9119 msgstr "\"%2$s\" tablosu için \"%1$s\" bütünlük kısıtlaması mevcut değil"
9120
9121 #: commands/comment.c:1156
9122 #: commands/conversioncmds.c:153
9123 #: commands/conversioncmds.c:211
9124 #: commands/conversioncmds.c:267
9125 #, c-format
9126 msgid "conversion \"%s\" does not exist"
9127 msgstr "\"%s\" dönüşümü mevcut değil"
9128
9129 #: commands/comment.c:1186
9130 msgid "language name cannot be qualified"
9131 msgstr "dil ismi geçerli değil"
9132
9133 #: commands/comment.c:1201
9134 msgid "must be superuser to comment on procedural language"
9135 msgstr "bir yordamsal dile açıklama eklemek için superuser olmalısınız"
9136
9137 #: commands/comment.c:1238
9138 #: commands/comment.c:1324
9139 #: commands/indexcmds.c:286
9140 #: commands/opclasscmds.c:290
9141 #: commands/opclasscmds.c:682
9142 #: commands/opclasscmds.c:785
9143 #: commands/opclasscmds.c:1517
9144 #: commands/opclasscmds.c:1580
9145 #: commands/opclasscmds.c:1748
9146 #: commands/opclasscmds.c:1848
9147 #: commands/opclasscmds.c:1945
9148 #: commands/opclasscmds.c:2072
9149 #, c-format
9150 msgid "access method \"%s\" does not exist"
9151 msgstr "\"%s\" erişim metodu mevcut değil"
9152
9153 #: commands/comment.c:1267
9154 #: commands/comment.c:1277
9155 #: commands/indexcmds.c:1013
9156 #: commands/indexcmds.c:1023
9157 #: commands/opclasscmds.c:1529
9158 #: commands/opclasscmds.c:1533
9159 #: commands/opclasscmds.c:1770
9160 #: commands/opclasscmds.c:1781
9161 #: commands/opclasscmds.c:1969
9162 #: commands/opclasscmds.c:1980
9163 #, c-format
9164 msgid "operator class \"%s\" does not exist for access method \"%s\""
9165 msgstr "\"%s\" erişim yöntemi için \"%s\" operatör sınıfı mevcut değil"
9166
9167 #: commands/comment.c:1353
9168 #: commands/comment.c:1363
9169 #: commands/opclasscmds.c:352
9170 #: commands/opclasscmds.c:805
9171 #: commands/opclasscmds.c:1592
9172 #: commands/opclasscmds.c:1596
9173 #: commands/opclasscmds.c:1870
9174 #: commands/opclasscmds.c:1881
9175 #: commands/opclasscmds.c:2096
9176 #: commands/opclasscmds.c:2107
9177 #, c-format
9178 msgid "operator family \"%s\" does not exist for access method \"%s\""
9179 msgstr "\"%s\" erişim yöntemi için \"%s\" operatör sınıfı mevcut değil"
9180
9181 #: commands/comment.c:1466
9182 #: commands/functioncmds.c:1768
9183 #, c-format
9184 msgid "cast from type %s to type %s does not exist"
9185 msgstr "%s tipinden %s tipine cast mevcut değildir"
9186
9187 #: commands/comment.c:1478
9188 #: commands/functioncmds.c:1509
9189 #: commands/functioncmds.c:1785
9190 #, c-format
9191 msgid "must be owner of type %s or type %s"
9192 msgstr "%s veya %s tiplerinin sahibi olmalısınız"
9193
9194 #: commands/comment.c:1498
9195 msgid "must be superuser to comment on text search parser"
9196 msgstr "metin arama ayrıştırıcısına açıklama eklemek için superuser olmalısınız"
9197
9198 #: commands/comment.c:1527
9199 msgid "must be superuser to comment on text search template"
9200 msgstr "bir metin arama şablonuna açıklama eklemek için superuser olmalısınız"
9201
9202 #: commands/conversioncmds.c:69
9203 #, c-format
9204 msgid "source encoding \"%s\" does not exist"
9205 msgstr "\"%s\" kaynak dil kodlaması mevcut değil"
9206
9207 #: commands/conversioncmds.c:76
9208 #, c-format
9209 msgid "destination encoding \"%s\" does not exist"
9210 msgstr "\"%s\" hedef dil kodlaması mevcut değil"
9211
9212 #: commands/conversioncmds.c:90
9213 #, fuzzy, c-format
9214 msgid "encoding conversion function %s must return type \"void\""
9215 msgstr "%s typmod_in fonksiyonu \"trigger\" tipini döndürmelidir"
9216
9217 #: commands/conversioncmds.c:159
9218 #, c-format
9219 msgid "conversion \"%s\" does not exist, skipping"
9220 msgstr "\"%s\" dönüşümü mevcut değil, atlanıyor"
9221
9222 #: commands/conversioncmds.c:229
9223 #, c-format
9224 msgid "conversion \"%s\" already exists in schema \"%s\""
9225 msgstr "\"%s\" dönüşümü zaten \"%s\" şemasında mevcuttur"
9226
9227 #: commands/copy.c:311
9228 #: commands/copy.c:323
9229 #: commands/copy.c:357
9230 #: commands/copy.c:367
9231 msgid "COPY BINARY is not supported to stdout or from stdin"
9232 msgstr "stdin'den stdout'e COPY BINARY desteklenmemektedir"
9233
9234 #: commands/copy.c:445
9235 #, c-format
9236 msgid "could not write to COPY file: %m"
9237 msgstr "COPY dosyasına yazma hatası: %m"
9238
9239 #: commands/copy.c:457
9240 msgid "connection lost during COPY to stdout"
9241 msgstr "stdout akımına COPY işlemi sırasında bağlantı kesildi"
9242
9243 #: commands/copy.c:498
9244 #, c-format
9245 msgid "could not read from COPY file: %m"
9246 msgstr "COPY dosyasından okuma hatası: %m"
9247
9248 #: commands/copy.c:549
9249 #, c-format
9250 msgid "COPY from stdin failed: %s"
9251 msgstr "stdin'den COPY başarısız: %s"
9252
9253 #: commands/copy.c:565
9254 #, c-format
9255 msgid "unexpected message type 0x%02X during COPY from stdin"
9256 msgstr "stdin akımından COPY işlemi sırasında beklenmeyen mesaj tipi 0x%02X"
9257
9258 #: commands/copy.c:746
9259 #: commands/copy.c:754
9260 #: commands/copy.c:762
9261 #: commands/copy.c:770
9262 #: commands/copy.c:778
9263 #: commands/copy.c:786
9264 #: commands/copy.c:794
9265 #: commands/copy.c:802
9266 #: commands/copy.c:810
9267 #: commands/copy.c:818
9268 #: commands/dbcommands.c:145
9269 #: commands/dbcommands.c:153
9270 #: commands/dbcommands.c:161
9271 #: commands/dbcommands.c:169
9272 #: commands/dbcommands.c:177
9273 #: commands/dbcommands.c:185
9274 #: commands/dbcommands.c:193
9275 #: commands/dbcommands.c:1323
9276 #: commands/dbcommands.c:1331
9277 #: commands/functioncmds.c:452
9278 #: commands/functioncmds.c:542
9279 #: commands/functioncmds.c:550
9280 #: commands/functioncmds.c:558
9281 #: commands/sequence.c:1017
9282 #: commands/sequence.c:1025
9283 #: commands/sequence.c:1033
9284 #: commands/sequence.c:1041
9285 #: commands/sequence.c:1049
9286 #: commands/sequence.c:1057
9287 #: commands/sequence.c:1065
9288 #: commands/sequence.c:1073
9289 #: commands/typecmds.c:275
9290 #: commands/user.c:135
9291 #: commands/user.c:152
9292 #: commands/user.c:160
9293 #: commands/user.c:168
9294 #: commands/user.c:176
9295 #: commands/user.c:184
9296 #: commands/user.c:192
9297 #: commands/user.c:200
9298 #: commands/user.c:208
9299 #: commands/user.c:216
9300 #: commands/user.c:224
9301 #: commands/user.c:452
9302 #: commands/user.c:464
9303 #: commands/user.c:472
9304 #: commands/user.c:480
9305 #: commands/user.c:488
9306 #: commands/user.c:496
9307 #: commands/user.c:504
9308 #: commands/user.c:513
9309 #: commands/user.c:521
9310 msgid "conflicting or redundant options"
9311 msgstr "çakışan veya artık opsiyon"
9312
9313 #: commands/copy.c:830
9314 msgid "cannot specify DELIMITER in BINARY mode"
9315 msgstr "BINARY biçiminde DELIMITER belirtilemez"
9316
9317 #: commands/copy.c:835
9318 msgid "cannot specify CSV in BINARY mode"
9319 msgstr "BINARY biçiminde CSV belirtilemez"
9320
9321 #: commands/copy.c:840
9322 msgid "cannot specify NULL in BINARY mode"
9323 msgstr "BINARY biçiminde NULL belirtilemez"
9324
9325 #: commands/copy.c:862
9326 #, fuzzy
9327 msgid "COPY delimiter must be a single one-byte character"
9328 msgstr "COPY ayıracı bir tek ASCII karakteri olmalıdır"
9329
9330 #: commands/copy.c:869
9331 msgid "COPY delimiter cannot be newline or carriage return"
9332 msgstr "COPY ayıracı yeni satır ya da satırbaşı karakteri olamaz"
9333
9334 #: commands/copy.c:875
9335 msgid "COPY null representation cannot use newline or carriage return"
9336 msgstr "COPY null betimlemesi yeni satır veya satırbaşı karakteri kullanamaz"
9337
9338 #: commands/copy.c:892
9339 #, c-format
9340 msgid "COPY delimiter cannot be \"%s\""
9341 msgstr "COPY ayıracı \"%s\" olamaz"
9342
9343 #: commands/copy.c:898
9344 msgid "COPY HEADER available only in CSV mode"
9345 msgstr "COPY HEADER sadece CSV modunda geçerli"
9346
9347 #: commands/copy.c:904
9348 msgid "COPY quote available only in CSV mode"
9349 msgstr "COPY quote sadece CSV modunda etkin"
9350
9351 #: commands/copy.c:909
9352 #, fuzzy
9353 msgid "COPY quote must be a single one-byte character"
9354 msgstr "COPY quote bir tek ASCII karakteri olmalıdır"
9355
9356 #: commands/copy.c:914
9357 msgid "COPY delimiter and quote must be different"
9358 msgstr "COPY ayıracı ve alıntısı farklı olmalı"
9359
9360 #: commands/copy.c:920
9361 msgid "COPY escape available only in CSV mode"
9362 msgstr "COPY escape sadece CSV modunda etkin"
9363
9364 #: commands/copy.c:925
9365 #, fuzzy
9366 msgid "COPY escape must be a single one-byte character"
9367 msgstr "COPY escape bir tek ASCII karakteri olmalıdır"
9368
9369 #: commands/copy.c:931
9370 msgid "COPY force quote available only in CSV mode"
9371 msgstr "COPY force quote sadece CSV modunda etkin"
9372
9373 #: commands/copy.c:935
9374 msgid "COPY force quote only available using COPY TO"
9375 msgstr "COPY force quote sadece COPY TO içerisinde kullanılabilir"
9376
9377 #: commands/copy.c:941
9378 msgid "COPY force not null available only in CSV mode"
9379 msgstr "COPY force not null sadece CSV modunda etkin"
9380
9381 #: commands/copy.c:945
9382 msgid "COPY force not null only available using COPY FROM"
9383 msgstr "COPY force quote sadece COPY FROM içerisinde kullanılabilir"
9384
9385 #: commands/copy.c:951
9386 msgid "COPY delimiter must not appear in the NULL specification"
9387 msgstr "NULL tanımında COPY ayracı belirtilmemelidir"
9388
9389 #: commands/copy.c:958
9390 msgid "CSV quote character must not appear in the NULL specification"
9391 msgstr "NULL tanımında CVS quote ayracı belirtilmemelidir"
9392
9393 #: commands/copy.c:964
9394 msgid "must be superuser to COPY to or from a file"
9395 msgstr "bir dosyadan veya bir dosyaya COPY işlemi yapmak için superuser haklarına sahip olmalısınız"
9396
9397 #: commands/copy.c:965
9398 msgid "Anyone can COPY to stdout or from stdin. psql's \\copy command also works for anyone."
9399 msgstr "Stdout'e ve stdin'e her kullanıcı COPY işlemi yapabilir. Ayrıca her kullanıcı psql'in \\copy komutunu kullanabilir."
9400
9401 #: commands/copy.c:1013
9402 #, c-format
9403 msgid "table \"%s\" does not have OIDs"
9404 msgstr "\"%s\" tablosunda OID yoktur"
9405
9406 #: commands/copy.c:1030
9407 msgid "COPY (SELECT) WITH OIDS is not supported"
9408 msgstr "COPY (SELECT) WITH OIDS desteklenmemektedir"
9409
9410 #: commands/copy.c:1057
9411 msgid "COPY (SELECT INTO) is not supported"
9412 msgstr "COPY (SELECT INTO) desteklenmemektedir"
9413
9414 #: commands/copy.c:1109
9415 #, c-format
9416 msgid "FORCE QUOTE column \"%s\" not referenced by COPY"
9417 msgstr "FORCE UNIQUE \"%s\" sütunu COPY tarafından referans edilmemiştir"
9418
9419 #: commands/copy.c:1131
9420 #, c-format
9421 msgid "FORCE NOT NULL column \"%s\" not referenced by COPY"
9422 msgstr "FORCE NOT NULL \"%s\" sütunu COPY tarafından referans edilmemiştir"
9423
9424 #: commands/copy.c:1209
9425 #, c-format
9426 msgid "cannot copy from view \"%s\""
9427 msgstr "\"%s\" view'undan kopyalanamıyor"
9428
9429 #: commands/copy.c:1211
9430 msgid "Try the COPY (SELECT ...) TO variant."
9431 msgstr "COPY (SELECT ...) TO variant deyimini deneyin."
9432
9433 #: commands/copy.c:1215
9434 #, c-format
9435 msgid "cannot copy from sequence \"%s\""
9436 msgstr "\"%s\" sequence'inden kopyalanamıyor"
9437
9438 #: commands/copy.c:1220
9439 #, c-format
9440 msgid "cannot copy from non-table relation \"%s\""
9441 msgstr "\"%s\" tablo olmayan nesnesinden copy yapılamıyor"
9442
9443 #: commands/copy.c:1244
9444 msgid "relative path not allowed for COPY to file"
9445 msgstr "COPY işlemi ile dosyaya yazarken dosyanın tam yolunu belirtmelisiniz"
9446
9447 #: commands/copy.c:1253
9448 #, c-format
9449 msgid "could not open file \"%s\" for writing: %m"
9450 msgstr "\"%s\" dosyası, yazmak için açılamadı: %m"
9451
9452 #: commands/copy.c:1260
9453 #: commands/copy.c:1755
9454 #, c-format
9455 msgid "\"%s\" is a directory"
9456 msgstr "\"%s\" bir dizindir"
9457
9458 #: commands/copy.c:1546
9459 #, c-format
9460 msgid "COPY %s, line %d, column %s"
9461 msgstr "COPY %s, satır %d, sütun %s"
9462
9463 #: commands/copy.c:1550
9464 #: commands/copy.c:1595
9465 #, c-format
9466 msgid "COPY %s, line %d"
9467 msgstr "COPY %s, satır %d"
9468
9469 #: commands/copy.c:1561
9470 #, c-format
9471 msgid "COPY %s, line %d, column %s: \"%s\""
9472 msgstr "COPY %s, satır %d, sütun %s: \"%s\""
9473
9474 #: commands/copy.c:1569
9475 #, c-format
9476 msgid "COPY %s, line %d, column %s: null input"
9477 msgstr "COPY %s, satır %d, sütun %s: null girişi"
9478
9479 #: commands/copy.c:1581
9480 #, c-format
9481 msgid "COPY %s, line %d: \"%s\""
9482 msgstr "COPY %s, satır %d: \"%s\""
9483
9484 #: commands/copy.c:1683
9485 #, c-format
9486 msgid "cannot copy to view \"%s\""
9487 msgstr "\"%s\" view'ina kopyalanamıyor"
9488
9489 #: commands/copy.c:1688
9490 #, c-format
9491 msgid "cannot copy to sequence \"%s\""
9492 msgstr "\"%s\" sequence'ine kopyalanamıyor"
9493
9494 #: commands/copy.c:1693
9495 #, c-format
9496 msgid "cannot copy to non-table relation \"%s\""
9497 msgstr "tablo olmayan \"%s\" nesnesi kopyalanamaz"
9498
9499 #: commands/copy.c:1856
9500 msgid "COPY file signature not recognized"
9501 msgstr "COPY dosya imzası tanınmamaktadır"
9502
9503 #: commands/copy.c:1861
9504 msgid "invalid COPY file header (missing flags)"
9505 msgstr "COPY dosya başlığı geçersiz (flagler eksik)"
9506
9507 #: commands/copy.c:1867
9508 msgid "unrecognized critical flags in COPY file header"
9509 msgstr "COPY dosya başlığında tanınmayan flag"
9510
9511 #: commands/copy.c:1873
9512 msgid "invalid COPY file header (missing length)"
9513 msgstr "COPY dosya başlığı geçersiz (uzunluklar eksik)"
9514
9515 #: commands/copy.c:1880
9516 msgid "invalid COPY file header (wrong length)"
9517 msgstr "geçersiz COPY dosya başlığı (yanlış uzunluk)"
9518
9519 #: commands/copy.c:1971
9520 msgid "missing data for OID column"
9521 msgstr "OID sütunu için veri eksik"
9522
9523 #: commands/copy.c:1977
9524 msgid "null OID in COPY data"
9525 msgstr "COPY verisinde null OID"
9526
9527 #: commands/copy.c:1987
9528 #: commands/copy.c:2059
9529 msgid "invalid OID in COPY data"
9530 msgstr "COPY verisinde geçersiz OID"
9531
9532 #: commands/copy.c:2002
9533 #, c-format
9534 msgid "missing data for column \"%s\""
9535 msgstr "\"%s\" sütunu için veri eksik"
9536
9537 #: commands/copy.c:2043
9538 #, c-format
9539 msgid "row field count is %d, expected %d"
9540 msgstr "satır alanı sayısı %d, beklenen %d"
9541
9542 #: commands/copy.c:2457
9543 #: commands/copy.c:2474
9544 msgid "literal carriage return found in data"
9545 msgstr "veride satır sonu karakterine rastlanmıştır"
9546
9547 #: commands/copy.c:2458
9548 #: commands/copy.c:2475
9549 #, fuzzy
9550 msgid "unquoted carriage return found in data"
9551 msgstr "veride satır sonu karakterine rastlanmıştır"
9552
9553 #: commands/copy.c:2460
9554 #: commands/copy.c:2477
9555 msgid "Use \"\\r\" to represent carriage return."
9556 msgstr "Satır sonu karakteri için \"\\r\" kullanın."
9557
9558 #: commands/copy.c:2461
9559 #: commands/copy.c:2478
9560 #, fuzzy
9561 msgid "Use quoted CSV field to represent carriage return."
9562 msgstr "Satır sonu karakteri için \"\\r\" kullanın."
9563
9564 #: commands/copy.c:2490
9565 msgid "literal newline found in data"
9566 msgstr "veri içerisinde yeni satır karakteri bulundu"
9567
9568 #: commands/copy.c:2491
9569 msgid "unquoted newline found in data"
9570 msgstr "veri içerisinde alıntılanmamış satırbaşı"
9571
9572 #: commands/copy.c:2493
9573 msgid ""
9574 "Use \"\\n"
9575 "\" to represent newline."
9576 msgstr ""
9577 "Yeni satır karakteri için \"\\n"
9578 "\" kullanın."
9579
9580 #: commands/copy.c:2494
9581 msgid "Use quoted CSV field to represent newline."
9582 msgstr "Yeni satır belirtmek için alıntılanmış CSV kullanın"
9583
9584 #: commands/copy.c:2540
9585 #: commands/copy.c:2576
9586 msgid "end-of-copy marker does not match previous newline style"
9587 msgstr "end-of-copy göstergesi önceki yeni satır stiline uymuyor"
9588
9589 #: commands/copy.c:2549
9590 #: commands/copy.c:2565
9591 msgid "end-of-copy marker corrupt"
9592 msgstr "end-of-copy göstergesi zarar görmüş"
9593
9594 #: commands/copy.c:2692
9595 #: commands/copy.c:2727
9596 #: commands/copy.c:2907
9597 #: commands/copy.c:2942
9598 msgid "extra data after last expected column"
9599 msgstr "son beklenen sütundan sonra fazladan veri bulundu"
9600
9601 #: commands/copy.c:2989
9602 msgid "unterminated CSV quoted field"
9603 msgstr "sonlandırılmamış CSV quoted alanı"
9604
9605 #: commands/copy.c:3066
9606 #: commands/copy.c:3085
9607 msgid "unexpected EOF in COPY data"
9608 msgstr "COPY verisinde beklenmeyen dosya sonu"
9609
9610 #: commands/copy.c:3075
9611 msgid "invalid field size"
9612 msgstr "geçersiz alan boyutu"
9613
9614 #: commands/copy.c:3098
9615 msgid "incorrect binary data format"
9616 msgstr "ikili veri biçimi hatası"
9617
9618 #: commands/copy.c:3416
9619 #: commands/tablecmds.c:1178
9620 #: parser/parse_target.c:820
9621 #: parser/parse_target.c:831
9622 #, c-format
9623 msgid "column \"%s\" specified more than once"
9624 msgstr "\"%s\" sütunu birden fazla belirtilmiş"
9625
9626 #: commands/dbcommands.c:200
9627 msgid "LOCATION is not supported anymore"
9628 msgstr "LOCATION artık desteklenmiyor"
9629
9630 #: commands/dbcommands.c:201
9631 msgid "Consider using tablespaces instead."
9632 msgstr "Onun yerine tablespace kullanabilirsiniz."
9633
9634 #: commands/dbcommands.c:252
9635 #: commands/dbcommands.c:1355
9636 #: commands/user.c:250
9637 #: commands/user.c:547
9638 #, fuzzy, c-format
9639 msgid "invalid connection limit: %d"
9640 msgstr "geçersiz bağlantı seçeneği \"%s\"\n"
9641
9642 #: commands/dbcommands.c:271
9643 msgid "permission denied to create database"
9644 msgstr "veritabanı oluşturma izin verilmedi."
9645
9646 #: commands/dbcommands.c:294
9647 #, c-format
9648 msgid "template database \"%s\" does not exist"
9649 msgstr "\"%s\" şablon veritabanı mevcut değil"
9650
9651 #: commands/dbcommands.c:306
9652 #, c-format
9653 msgid "permission denied to copy database \"%s\""
9654 msgstr "\"%s\" veritabanını kopyalama engellendi"
9655
9656 #: commands/dbcommands.c:322
9657 #, c-format
9658 msgid "invalid server encoding %d"
9659 msgstr "%d sunucu dil kodlaması geçersiz"
9660
9661 #: commands/dbcommands.c:328
9662 #: commands/dbcommands.c:332
9663 #, fuzzy, c-format
9664 msgid "invalid locale name %s"
9665 msgstr "geçirsiz rol adı \"%s\""
9666
9667 #: commands/dbcommands.c:365
9668 #: commands/dbcommands.c:379
9669 #, fuzzy, c-format
9670 msgid "encoding %s does not match locale %s"
9671 msgstr "%s dil kodlaması, sunucu yereli ile (%s) eşleşmiyor"
9672
9673 #: commands/dbcommands.c:368
9674 #, fuzzy, c-format
9675 msgid "The chosen LC_CTYPE setting requires encoding %s."
9676 msgstr "Sunucunun LC_TYPE yerel ayarı, %s dil kodlamasını gerektirir."
9677
9678 #: commands/dbcommands.c:382
9679 #, fuzzy, c-format
9680 msgid "The chosen LC_COLLATE setting requires encoding %s."
9681 msgstr "Sunucunun LC_TYPE yerel ayarı, %s dil kodlamasını gerektirir."
9682
9683 #: commands/dbcommands.c:400
9684 #, c-format
9685 msgid "new encoding (%s) is incompatible with the encoding of the template database (%s)"
9686 msgstr ""
9687
9688 #: commands/dbcommands.c:403
9689 msgid "Use the same encoding as in the template database, or use template0 as template."
9690 msgstr ""
9691
9692 #: commands/dbcommands.c:408
9693 #, c-format
9694 msgid "new collation (%s) is incompatible with the collation of the template database (%s)"
9695 msgstr ""
9696
9697 #: commands/dbcommands.c:410
9698 msgid "Use the same collation as in the template database, or use template0 as template."
9699 msgstr ""
9700
9701 #: commands/dbcommands.c:415
9702 #, c-format
9703 msgid "new LC_CTYPE (%s) is incompatible with the LC_CTYPE of the template database (%s)"
9704 msgstr ""
9705
9706 #: commands/dbcommands.c:417
9707 msgid "Use the same LC_CTYPE as in the template database, or use template0 as template."
9708 msgstr ""
9709
9710 #: commands/dbcommands.c:444
9711 #: commands/dbcommands.c:1060
9712 msgid "pg_global cannot be used as default tablespace"
9713 msgstr "pg_global öntanımlı tablespace olarak kullanılamaz"
9714
9715 #: commands/dbcommands.c:470
9716 #, c-format
9717 msgid "cannot assign new default tablespace \"%s\""
9718 msgstr "yeni varsayılan tablespace \"%s\"  atanamıyor"
9719
9720 #: commands/dbcommands.c:472
9721 #, c-format
9722 msgid "There is a conflict because database \"%s\" already has some tables in this tablespace."
9723 msgstr "Bir  çakışma var, çünkü \"%s\" veritabanının bulunduğu tablespace içinde başka tablolar var."
9724
9725 #: commands/dbcommands.c:492
9726 #: commands/dbcommands.c:923
9727 #, c-format
9728 msgid "database \"%s\" already exists"
9729 msgstr "\"%s\" veritabanı zaten mevcut"
9730
9731 #: commands/dbcommands.c:506
9732 #, c-format
9733 msgid "source database \"%s\" is being accessed by other users"
9734 msgstr "\"%s\" kaynak veritabanı başka bir kullanıcı tarafından kullanılmaktadır"
9735
9736 #: commands/dbcommands.c:766
9737 #, c-format
9738 msgid "database \"%s\" does not exist, skipping"
9739 msgstr "\"%s\" veritabanı mevcut değil, atlanıyor"
9740
9741 #: commands/dbcommands.c:787
9742 msgid "cannot drop a template database"
9743 msgstr "template veritabanı kaldırılamaz"
9744
9745 #: commands/dbcommands.c:793
9746 msgid "cannot drop the currently open database"
9747 msgstr "şu anda açık olan veritabanı kaldırılamaz"
9748
9749 #: commands/dbcommands.c:804
9750 #: commands/dbcommands.c:945
9751 #: commands/dbcommands.c:1082
9752 #, c-format
9753 msgid "database \"%s\" is being accessed by other users"
9754 msgstr "\"%s\" veritabanına başka kullanıcılar tarafından erişilmektedir"
9755
9756 #: commands/dbcommands.c:914
9757 msgid "permission denied to rename database"
9758 msgstr "veritabanı adı değiştirilmesine izin verilmedi"
9759
9760 #: commands/dbcommands.c:934
9761 msgid "current database cannot be renamed"
9762 msgstr "geçerli veritabanının adını değiştirilemez"
9763
9764 #: commands/dbcommands.c:1034
9765 #, fuzzy
9766 msgid "cannot change the tablespace of the currently open database"
9767 msgstr "şu anda açık olan veritabanı kaldırılamaz"
9768
9769 #: commands/dbcommands.c:1122
9770 #, fuzzy, c-format
9771 msgid "some relations of database \"%s\" are already in tablespace \"%s\""
9772 msgstr "\"%s\" nesnesi zaten \"%s\" şemasında mevcuttur"
9773
9774 #: commands/dbcommands.c:1124
9775 #, fuzzy
9776 msgid "You must move them back to the database's default tablespace before using this command."
9777 msgstr "Boş değer, veritabanının varsayılan tablespace'ı seçmektedir."
9778
9779 #: commands/dbcommands.c:1254
9780 #: commands/dbcommands.c:1805
9781 #: commands/dbcommands.c:2000
9782 #: commands/dbcommands.c:2036
9783 #, c-format
9784 msgid "some useless files may be left behind in old database directory \"%s\""
9785 msgstr ""
9786
9787 #: commands/dbcommands.c:1572
9788 msgid "permission denied to change owner of database"
9789 msgstr "veritabanı sahipliğini değiştirilmesine izin verilmedi"
9790
9791 #: commands/dbcommands.c:1893
9792 #, c-format
9793 msgid "There are %d other session(s) and %d prepared transaction(s) using the database."
9794 msgstr ""
9795
9796 #: commands/dbcommands.c:1896
9797 #, c-format
9798 msgid "There are %d other session(s) using the database."
9799 msgstr ""
9800
9801 #: commands/dbcommands.c:1899
9802 #, fuzzy, c-format
9803 msgid "There are %d prepared transaction(s) using the database."
9804 msgstr "prepared transaction başka bir veritabanına aittir"
9805
9806 #: commands/define.c:67
9807 #: commands/define.c:213
9808 #: commands/define.c:245
9809 #: commands/define.c:273
9810 #, c-format
9811 msgid "%s requires a parameter"
9812 msgstr "%s bir parametre gerektirir"
9813
9814 #: commands/define.c:106
9815 #: commands/define.c:117
9816 #: commands/define.c:180
9817 #: commands/define.c:198
9818 #, c-format
9819 msgid "%s requires a numeric value"
9820 msgstr "%s seçeneği sayısal değer gerektirir"
9821
9822 #: commands/define.c:166
9823 #, c-format
9824 msgid "%s requires a Boolean value"
9825 msgstr "%s, bir Boolean değeri gerektirir"
9826
9827 #: commands/define.c:227
9828 #, c-format
9829 msgid "argument of %s must be a name"
9830 msgstr "%s için argüman bir ad olmalıdır"
9831
9832 #: commands/define.c:257
9833 #, c-format
9834 msgid "argument of %s must be a type name"
9835 msgstr "%s argümanı tip adı olmalıdır"
9836
9837 #: commands/define.c:282
9838 #, c-format
9839 msgid "%s requires an integer value"
9840 msgstr "%s bir tamsayı gerektirir"
9841
9842 #: commands/define.c:303
9843 #, c-format
9844 msgid "invalid argument for %s: \"%s\""
9845 msgstr "%s için geçersiz argüman: \"%s\""
9846
9847 #: commands/foreigncmds.c:131
9848 #: commands/foreigncmds.c:140
9849 #, fuzzy, c-format
9850 msgid "option \"%s\" not found"
9851 msgstr "time zone \"%s\" tanınmadı"
9852
9853 #: commands/foreigncmds.c:150
9854 #, fuzzy, c-format
9855 msgid "option \"%s\" provided more than once"
9856 msgstr "\"%s\" sütunu birden fazla belirtilmiş"
9857
9858 #: commands/foreigncmds.c:208
9859 #: commands/foreigncmds.c:216
9860 #, fuzzy, c-format
9861 msgid "permission denied to change owner of foreign-data wrapper \"%s\""
9862 msgstr "veritabanı sahipliğini değiştirilmesine izin verilmedi"
9863
9864 #: commands/foreigncmds.c:210
9865 #, fuzzy
9866 msgid "Must be superuser to change owner of a foreign-data wrapper."
9867 msgstr "Tablespace oluşturmak için superuser haklarına sahip olmalısınız."
9868
9869 #: commands/foreigncmds.c:218
9870 msgid "The owner of a foreign-data wrapper must be a superuser."
9871 msgstr ""
9872
9873 #: commands/foreigncmds.c:229
9874 #: commands/foreigncmds.c:454
9875 #: commands/foreigncmds.c:552
9876 #: foreign/foreign.c:94
9877 #, fuzzy, c-format
9878 msgid "foreign-data wrapper \"%s\" does not exist"
9879 msgstr "\"%s\" veritabanı mevcut değil"
9880
9881 #: commands/foreigncmds.c:273
9882 #: commands/foreigncmds.c:723
9883 #: commands/foreigncmds.c:811
9884 #: commands/foreigncmds.c:1089
9885 #: foreign/foreign.c:187
9886 #, fuzzy, c-format
9887 msgid "server \"%s\" does not exist"
9888 msgstr "\"%s\" rule'u mevcut değil"
9889
9890 #: commands/foreigncmds.c:350
9891 #, fuzzy, c-format
9892 msgid "permission denied to create foreign-data wrapper \"%s\""
9893 msgstr "\"%s\" veritabanında geçici veritabanı oluşturma izni yok"
9894
9895 #: commands/foreigncmds.c:352
9896 #, fuzzy
9897 msgid "Must be superuser to create a foreign-data wrapper."
9898 msgstr "Tablespace oluşturmak için superuser haklarına sahip olmalısınız."
9899
9900 #: commands/foreigncmds.c:363
9901 #, fuzzy, c-format
9902 msgid "foreign-data wrapper \"%s\" already exists"
9903 msgstr "\"%s\" veritabanı zaten mevcut"
9904
9905 #: commands/foreigncmds.c:443
9906 #, fuzzy, c-format
9907 msgid "permission denied to alter foreign-data wrapper \"%s\""
9908 msgstr "\"%s\" veritabanına erişim engellendi"
9909
9910 #: commands/foreigncmds.c:445
9911 #, fuzzy
9912 msgid "Must be superuser to alter a foreign-data wrapper."
9913 msgstr "operator sınıfı değiştirmek için superuser olmalısınız"
9914
9915 #: commands/foreigncmds.c:474
9916 msgid "changing the foreign-data wrapper validator can cause the options for dependent objects to become invalid"
9917 msgstr ""
9918
9919 #: commands/foreigncmds.c:543
9920 #, fuzzy, c-format
9921 msgid "permission denied to drop foreign-data wrapper \"%s\""
9922 msgstr "\"%s\" veritabanını kopyalama engellendi"
9923
9924 #: commands/foreigncmds.c:545
9925 #, fuzzy
9926 msgid "Must be superuser to drop a foreign-data wrapper."
9927 msgstr "Tablespace oluşturmak için superuser haklarına sahip olmalısınız."
9928
9929 #: commands/foreigncmds.c:557
9930 #, fuzzy, c-format
9931 msgid "foreign-data wrapper \"%s\" does not exist, skipping"
9932 msgstr "\"%s\" veritabanı mevcut değil, atlanıyor"
9933
9934 #: commands/foreigncmds.c:626
9935 #, fuzzy, c-format
9936 msgid "server \"%s\" already exists"
9937 msgstr "\"%s\" rolü zaten mevcut"
9938
9939 #: commands/foreigncmds.c:815
9940 #, fuzzy, c-format
9941 msgid "server \"%s\" does not exist, skipping"
9942 msgstr "rol \"%s\" mevcut değil, atlanıyor"
9943
9944 #: commands/foreigncmds.c:921
9945 #, fuzzy, c-format
9946 msgid "user mapping \"%s\" already exists for server %s"
9947 msgstr "\"%s\" nesnesi zaten \"%s\" şemasında mevcuttur"
9948
9949 #: commands/foreigncmds.c:998
9950 #: commands/foreigncmds.c:1106
9951 #, fuzzy, c-format
9952 msgid "user mapping \"%s\" does not exist for the server"
9953 msgstr "\"%s\" şeması mevcut değil"
9954
9955 #: commands/foreigncmds.c:1092
9956 #, fuzzy
9957 msgid "server does not exist, skipping"
9958 msgstr "%s operatorü mevcut değil, atlanıyor"
9959
9960 #: commands/foreigncmds.c:1111
9961 #, fuzzy, c-format
9962 msgid "user mapping \"%s\" does not exist for the server, skipping"
9963 msgstr "\"%s\" şeması mevcut değil, atlanıyor"
9964
9965 #: commands/functioncmds.c:98
9966 #, c-format
9967 msgid "SQL function cannot return shell type %s"
9968 msgstr "SQL fonksiyonu %s shell tipini döndüremiyor"
9969
9970 #: commands/functioncmds.c:103
9971 #, c-format
9972 msgid "return type %s is only a shell"
9973 msgstr "return type %s is only a shell"
9974
9975 #: commands/functioncmds.c:132
9976 #: parser/parse_type.c:264
9977 #, fuzzy, c-format
9978 msgid "type modifier cannot be specified for shell type \"%s\""
9979 msgstr "\"%s\" veri tipi için tip niteliyicisi kullanılamaz"
9980
9981 #: commands/functioncmds.c:138
9982 #, c-format
9983 msgid "type \"%s\" is not yet defined"
9984 msgstr "\"%s\" tipi henüz tanımlanmamış"
9985
9986 #: commands/functioncmds.c:139
9987 msgid "Creating a shell type definition."
9988 msgstr "Kabuk tip tanımı yaratılıyor."
9989
9990 #: commands/functioncmds.c:218
9991 #, c-format
9992 msgid "SQL function cannot accept shell type %s"
9993 msgstr "SQL fonksiyonu %s shell tipini alamaz"
9994
9995 #: commands/functioncmds.c:223
9996 #, c-format
9997 msgid "argument type %s is only a shell"
9998 msgstr "\"%s\" argümanı sadece bir kabuktur"
9999
10000 #: commands/functioncmds.c:233
10001 #, c-format
10002 msgid "type %s does not exist"
10003 msgstr "%s tipi mevcut değil"
10004
10005 #: commands/functioncmds.c:241
10006 msgid "functions cannot accept set arguments"
10007 msgstr "fonksiyonlar küme argümanlarını kabul etmez"
10008
10009 #: commands/functioncmds.c:250
10010 msgid "VARIADIC parameter must be the last input parameter"
10011 msgstr ""
10012
10013 #: commands/functioncmds.c:277
10014 msgid "VARIADIC parameter must be an array"
10015 msgstr ""
10016
10017 #: commands/functioncmds.c:299
10018 #, fuzzy
10019 msgid "only input parameters can have default values"
10020 msgstr "sadece ikili işlemler bir commutator'a sahip olabilirler"
10021
10022 #: commands/functioncmds.c:311
10023 #, fuzzy
10024 msgid "cannot use table references in parameter default value"
10025 msgstr "defaul ifadesinde sütun referansı kullanılamaz"
10026
10027 #: commands/functioncmds.c:327
10028 #, fuzzy
10029 msgid "cannot use subquery in parameter default value"
10030 msgstr "EXECUTE parametresinde subquery kullanılamaz"
10031
10032 #: commands/functioncmds.c:331
10033 #, fuzzy
10034 msgid "cannot use aggregate function in parameter default value"
10035 msgstr "EXECUTE parametresinde aggregate fonksiyon kullanılamaz"
10036
10037 #: commands/functioncmds.c:335
10038 #, fuzzy
10039 msgid "cannot use window function in parameter default value"
10040 msgstr "EXECUTE parametresinde aggregate fonksiyon kullanılamaz"
10041
10042 #: commands/functioncmds.c:345
10043 msgid "input parameters after one with a default value must also have defaults"
10044 msgstr ""
10045
10046 #: commands/functioncmds.c:584
10047 msgid "no function body specified"
10048 msgstr "fonksiyon gövdesi yok"
10049
10050 #: commands/functioncmds.c:594
10051 msgid "no language specified"
10052 msgstr "dil belirtilmemiş"
10053
10054 #: commands/functioncmds.c:615
10055 #: commands/functioncmds.c:1332
10056 msgid "COST must be positive"
10057 msgstr "COST pozitif olmalıdır"
10058
10059 #: commands/functioncmds.c:623
10060 #: commands/functioncmds.c:1340
10061 msgid "ROWS must be positive"
10062 msgstr "ROWS pozitif olmalıdır"
10063
10064 #: commands/functioncmds.c:662
10065 #, c-format
10066 msgid "unrecognized function attribute \"%s\" ignored"
10067 msgstr "tanınmayan fonksiyon yarametresi \"%s\" yoksayıldı"
10068
10069 #: commands/functioncmds.c:713
10070 #, c-format
10071 msgid "only one AS item needed for language \"%s\""
10072 msgstr "\"%s\" dili için sadece bir AS öğe lazım"
10073
10074 #: commands/functioncmds.c:807
10075 msgid "Use CREATE LANGUAGE to load the language into the database."
10076 msgstr "Veritabana yeni bir dil eklemek için CREATE LANGUAGE kullanın."
10077
10078 #: commands/functioncmds.c:854
10079 #, c-format
10080 msgid "function result type must be %s because of OUT parameters"
10081 msgstr "OUT parametresinde belirtildiği gibi fonksiyon sonuç tipi %s olmalıdır"
10082
10083 #: commands/functioncmds.c:867
10084 msgid "function result type must be specified"
10085 msgstr "fonksiyonun döndürme tipi belirtilmelidir"
10086
10087 #: commands/functioncmds.c:902
10088 #: commands/functioncmds.c:1344
10089 msgid "ROWS is not applicable when function does not return a set"
10090 msgstr "fonksiyonu bir set döndürmediğinde ROWS kullanılamaz"
10091
10092 #: commands/functioncmds.c:954
10093 #, c-format
10094 msgid "function %s(%s) does not exist, skipping"
10095 msgstr "%s(%s) fonksiyonu mevcut değil, atlanıyor"
10096
10097 #: commands/functioncmds.c:978
10098 msgid "Use DROP AGGREGATE to drop aggregate functions."
10099 msgstr "Aggregate fonksiyonunı kaldırmak içim DROP AGGREGATE kullanın."
10100
10101 #: commands/functioncmds.c:985
10102 #, c-format
10103 msgid "removing built-in function \"%s\""
10104 msgstr "gömülü \"%s\" fonksiyonu kaldırılıyor"
10105
10106 #: commands/functioncmds.c:1084
10107 msgid "Use ALTER AGGREGATE to rename aggregate functions."
10108 msgstr "Aggregate fonksiyonunun adını değiştirmek içim ALTER AGGREGATE kullanın."
10109
10110 #: commands/functioncmds.c:1149
10111 msgid "Use ALTER AGGREGATE to change owner of aggregate functions."
10112 msgstr "Aggregate fonksiyonunun sahibini değiştirmek içim ALTER AGGREGATE kullanın."
10113
10114 #: commands/functioncmds.c:1495
10115 #, c-format
10116 msgid "source data type %s is a pseudo-type"
10117 msgstr "kaynak veri tipi %s bir pseudo-type'dir"
10118
10119 #: commands/functioncmds.c:1501
10120 #, c-format
10121 msgid "target data type %s is a pseudo-type"
10122 msgstr "hedef veri tipi %s bir pseudo-type'dir"
10123
10124 #: commands/functioncmds.c:1540
10125 msgid "cast function must take one to three arguments"
10126 msgstr "cast fonksiyonu birden üçe kadar parametre alabilir"
10127
10128 #: commands/functioncmds.c:1544
10129 #, fuzzy
10130 msgid "argument of cast function must match or be binary-coercible from source data type"
10131 msgstr "cast fonksiyonun argümanları kaynak veritipleri ile aynı olmalıdır"
10132
10133 #: commands/functioncmds.c:1548
10134 msgid "second argument of cast function must be type integer"
10135 msgstr "cast fonksiyonunun ikinci parametresi tamsayı tipinde olmalıdır"
10136
10137 #: commands/functioncmds.c:1552
10138 msgid "third argument of cast function must be type boolean"
10139 msgstr "cast fonksiyonunun üçüncü parametresi boolean tipinde olmalıdır"
10140
10141 #: commands/functioncmds.c:1556
10142 #, fuzzy
10143 msgid "return data type of cast function must match or be binary-coercible to target data type"
10144 msgstr "cast fonksiyonun döndürme tipi hedef tipi ile uyuşmalıdır"
10145
10146 #: commands/functioncmds.c:1567
10147 msgid "cast function must not be volatile"
10148 msgstr "cast fonksiyonu volatile olmamalıdır"
10149
10150 #: commands/functioncmds.c:1572
10151 msgid "cast function must not be an aggregate function"
10152 msgstr "cast fonksiyonu aggregate olmamalıdır"
10153
10154 #: commands/functioncmds.c:1576
10155 #, fuzzy
10156 msgid "cast function must not be a window function"
10157 msgstr "cast fonksiyonu aggregate olmamalıdır"
10158
10159 #: commands/functioncmds.c:1580
10160 msgid "cast function must not return a set"
10161 msgstr "cast fonksiyonu bir set döndürmemelidir"
10162
10163 #: commands/functioncmds.c:1606
10164 msgid "must be superuser to create a cast WITHOUT FUNCTION"
10165 msgstr "cast WITHOUT FUNCTION oluşturmak için superuser olmalısınız"
10166
10167 #: commands/functioncmds.c:1621
10168 msgid "source and target data types are not physically compatible"
10169 msgstr "kaynak ve hedef veri tipleri fiziksel olarak uyumsuz"
10170
10171 #: commands/functioncmds.c:1636
10172 #, fuzzy
10173 msgid "composite data types are not binary-compatible"
10174 msgstr "kaynak ve hedef veri tipleri fiziksel olarak uyumsuz"
10175
10176 #: commands/functioncmds.c:1642
10177 #, fuzzy
10178 msgid "enum data types are not binary-compatible"
10179 msgstr "kaynak ve hedef veri tipleri fiziksel olarak uyumsuz"
10180
10181 #: commands/functioncmds.c:1648
10182 #, fuzzy
10183 msgid "array data types are not binary-compatible"
10184 msgstr "kaynak ve hedef veri tipleri fiziksel olarak uyumsuz"
10185
10186 #: commands/functioncmds.c:1658
10187 msgid "source data type and target data type are the same"
10188 msgstr "kaynak ve hedef veri tipleri aynı"
10189
10190 #: commands/functioncmds.c:1692
10191 #, c-format
10192 msgid "cast from type %s to type %s already exists"
10193 msgstr "%s tipinden %s tipini cast etme zaten mevcut"
10194
10195 #: commands/functioncmds.c:1773
10196 #, c-format
10197 msgid "cast from type %s to type %s does not exist, skipping"
10198 msgstr "%s tipinden %s tipine cast mevcut değildir, atlanıyor"
10199
10200 #: commands/functioncmds.c:1872
10201 #, c-format
10202 msgid "function \"%s\" is already in schema \"%s\""
10203 msgstr "\"%s\" fonksiyonu \"%s\" şemasında zaten mevcut"
10204
10205 #: commands/functioncmds.c:1880
10206 #: commands/tablecmds.c:7569
10207 #: commands/typecmds.c:2761
10208 msgid "cannot move objects into or out of temporary schemas"
10209 msgstr "geçici şemasına nesleri aktarılamaz ve içinden alınamaz"
10210
10211 #: commands/functioncmds.c:1886
10212 #: commands/tablecmds.c:7575
10213 #: commands/typecmds.c:2767
10214 msgid "cannot move objects into or out of TOAST schema"
10215 msgstr "TOAST şemasına nesleri aktarılamaz ve içinden alınamaz"
10216
10217 #: commands/functioncmds.c:1896
10218 #, c-format
10219 msgid "function \"%s\" already exists in schema \"%s\""
10220 msgstr "\"%s\" fonksiyonu \"%s\" şemasında zaten mevcut"
10221
10222 #: commands/indexcmds.c:149
10223 msgid "must specify at least one column"
10224 msgstr "en az bir sütun belirtmelisiniz"
10225
10226 #: commands/indexcmds.c:153
10227 #, c-format
10228 msgid "cannot use more than %d columns in an index"
10229 msgstr "bir index içinde %d sayısından fazla sütun kullanılamaz"
10230
10231 #: commands/indexcmds.c:183
10232 msgid "cannot create indexes on temporary tables of other sessions"
10233 msgstr "başka oturumların geçici tablolarına bağlı dizin oluşturulamaz"
10234
10235 #: commands/indexcmds.c:276
10236 msgid "substituting access method \"gist\" for obsolete method \"rtree\""
10237 msgstr "artık kullanılmayan \"rtree\" yöntemi yerine \"gist\" yöntemi kullanılacak"
10238
10239 #: commands/indexcmds.c:295
10240 #, c-format
10241 msgid "access method \"%s\" does not support unique indexes"
10242 msgstr "\"%s\" erişim yöntemi tekil indexleri desteklemiyor"
10243
10244 #: commands/indexcmds.c:300
10245 #, c-format
10246 msgid "access method \"%s\" does not support multicolumn indexes"
10247 msgstr "\"%s\" erişim yöntemi çoklu sütun indexleri desteklemiyor"
10248
10249 #: commands/indexcmds.c:333
10250 #: parser/parse_utilcmd.c:1001
10251 #: parser/parse_utilcmd.c:1085
10252 #, c-format
10253 msgid "multiple primary keys for table \"%s\" are not allowed"
10254 msgstr "\"%s\" tablosunda birden çok birincil anahtara izin verilmez"
10255
10256 #: commands/indexcmds.c:350
10257 msgid "primary keys cannot be expressions"
10258 msgstr "birincil anahtar bir ifade olamaz"
10259
10260 #: commands/indexcmds.c:380
10261 #: commands/indexcmds.c:830
10262 #: parser/parse_utilcmd.c:1200
10263 #, c-format
10264 msgid "column \"%s\" named in key does not exist"
10265 msgstr "anahtar tanımında belirtilen \"%s\" sütunu mevcut değil"
10266
10267 #: commands/indexcmds.c:435
10268 #, c-format
10269 msgid "%s %s will create implicit index \"%s\" for table \"%s\""
10270 msgstr "%1$s %2$s \"%4$s\" tablosu için \"%3$s\" indexi oluşturulacaktır"
10271
10272 #: commands/indexcmds.c:771
10273 msgid "cannot use subquery in index predicate"
10274 msgstr "index tanımında subquery kullanılamaz"
10275
10276 #: commands/indexcmds.c:775
10277 msgid "cannot use aggregate in index predicate"
10278 msgstr "index tanımında aggregate kullanılamaz"
10279
10280 #: commands/indexcmds.c:784
10281 msgid "functions in index predicate must be marked IMMUTABLE"
10282 msgstr "index yüklemindeki kullanılacak fonksiyon IMMUTABLE olarak tanımlanmaıldır"
10283
10284 #: commands/indexcmds.c:869
10285 msgid "cannot use subquery in index expression"
10286 msgstr "index ifadesinde subquery kullanılamaz"
10287
10288 #: commands/indexcmds.c:873
10289 msgid "cannot use aggregate function in index expression"
10290 msgstr "index ifadesinde aggregate fonksiyonu kullanılamaz"
10291
10292 #: commands/indexcmds.c:883
10293 msgid "functions in index expression must be marked IMMUTABLE"
10294 msgstr "index ifadesinde kullanılacak fonksiyon IMMUTABLE olarak tanımlanmaıldır"
10295
10296 #: commands/indexcmds.c:920
10297 #, c-format
10298 msgid "access method \"%s\" does not support ASC/DESC options"
10299 msgstr "\"%s\" erişim yöntemi ASC/DESC desteklemiyor"
10300
10301 #: commands/indexcmds.c:925
10302 #, c-format
10303 msgid "access method \"%s\" does not support NULLS FIRST/LAST options"
10304 msgstr "\"%s\" erişim yöntemi NULLS FIRST/LAST desteklemiyor"
10305
10306 #: commands/indexcmds.c:981
10307 #, c-format
10308 msgid "data type %s has no default operator class for access method \"%s\""
10309 msgstr "%s veri tipinin \"%s\" erişim yöntemi için varsayılan operator sınıfı mevcut değil"
10310
10311 #: commands/indexcmds.c:983
10312 msgid "You must specify an operator class for the index or define a default operator class for the data type."
10313 msgstr "Bu index için operator class belirtmeli veya bu veri tipi için varsayılan operator class tanımlamalısınız."
10314
10315 #: commands/indexcmds.c:1036
10316 #, c-format
10317 msgid "operator class \"%s\" does not accept data type %s"
10318 msgstr "\"%s\" operator sınıfı, %s veri tipini kabul etmiyor"
10319
10320 #: commands/indexcmds.c:1126
10321 #, c-format
10322 msgid "there are multiple default operator classes for data type %s"
10323 msgstr "%s veri tipi için birden fazla varsayılan operator sınıfı mevcuttur"
10324
10325 #: commands/indexcmds.c:1370
10326 #, c-format
10327 msgid "shared table \"%s\" can only be reindexed in stand-alone mode"
10328 msgstr "\"%s\" ortak tablosuna sadece stand-alone modunda reindex işlemi uygulanabilir"
10329
10330 #: commands/indexcmds.c:1377
10331 #, c-format
10332 msgid "table \"%s\" has no indexes"
10333 msgstr "\"%s\" tablosunda hiçbir index yok"
10334
10335 #: commands/indexcmds.c:1405
10336 msgid "can only reindex the currently open database"
10337 msgstr "ancak açık olan veritabanı üzerinde reindex işlemi yapılabilir"
10338
10339 #: commands/indexcmds.c:1496
10340 #, c-format
10341 msgid "table \"%s\" was reindexed"
10342 msgstr "\"%s\" tablosu yeniden indexlenmiştir"
10343
10344 #: commands/lockcmds.c:84
10345 #, c-format
10346 msgid "could not obtain lock on relation \"%s\""
10347 msgstr "\"%s\" tablosu için lock alınamadı"
10348
10349 #: commands/lockcmds.c:89
10350 #, c-format
10351 msgid "could not obtain lock on relation with OID %u"
10352 msgstr "OID %u olan tablosu için lock alınamadı"
10353
10354 #: commands/opclasscmds.c:197
10355 #: commands/opclasscmds.c:715
10356 #, c-format
10357 msgid "operator family \"%s\" for access method \"%s\" already exists"
10358 msgstr "\"%2$s\" erişim metodu için \"%1$s\" operatör sınıfı zaten mevcut"
10359
10360 #: commands/opclasscmds.c:329
10361 msgid "must be superuser to create an operator class"
10362 msgstr "operator sınıfı yaratmak için superuser olmalısınız"
10363
10364 #: commands/opclasscmds.c:413
10365 #: commands/opclasscmds.c:865
10366 #: commands/opclasscmds.c:987
10367 #, c-format
10368 msgid "invalid operator number %d, must be between 1 and %d"
10369 msgstr "%d geçersiz operatör numarası, 0 ile %d arasında olmalıdır"
10370
10371 #: commands/opclasscmds.c:456
10372 #: commands/opclasscmds.c:908
10373 #: commands/opclasscmds.c:1002
10374 #, c-format
10375 msgid "invalid procedure number %d, must be between 1 and %d"
10376 msgstr "%d geçersiz procedure numarası, 0 ile %d arasında olmalıdır"
10377
10378 #: commands/opclasscmds.c:486
10379 msgid "storage type specified more than once"
10380 msgstr "depolama tipi birden fazla kez belirtilmiştir"
10381
10382 #: commands/opclasscmds.c:514
10383 #, c-format
10384 msgid "storage type cannot be different from data type for access method \"%s\""
10385 msgstr "depolama yötemi  erişim metodu \"%s\" ile aynı olmalıdır"
10386
10387 #: commands/opclasscmds.c:531
10388 #, c-format
10389 msgid "operator class \"%s\" for access method \"%s\" already exists"
10390 msgstr "\"%2$s\" erişim metodu için \"%1$s\" operator sınıfı zaten mevcut"
10391
10392 #: commands/opclasscmds.c:559
10393 #, c-format
10394 msgid "could not make operator class \"%s\" be default for type %s"
10395 msgstr "%2$s veri tipinie \"%1$s\" operator sınıfı varsayılan olarak atanamıyor"
10396
10397 #: commands/opclasscmds.c:562
10398 #, c-format
10399 msgid "Operator class \"%s\" already is the default."
10400 msgstr "\"%s\" operatör sınıfı zaten varsayılandır."
10401
10402 #: commands/opclasscmds.c:700
10403 msgid "must be superuser to create an operator family"
10404 msgstr "operator sınıfı oluşturmak için superuser olmalısınız"
10405
10406 #: commands/opclasscmds.c:818
10407 msgid "must be superuser to alter an operator family"
10408 msgstr "operator sınıfı değiştirmek için superuser olmalısınız"
10409
10410 #: commands/opclasscmds.c:881
10411 msgid "operator argument types must be specified in ALTER OPERATOR FAMILY"
10412 msgstr "operator argument tipleri ALTER OPERATOR FAMILY işleminde belirtilmelidir"
10413
10414 #: commands/opclasscmds.c:937
10415 msgid "STORAGE cannot be specified in ALTER OPERATOR FAMILY"
10416 msgstr "ALTER OPERATOR FAMILY işleminde STORAGE kullanılamaz"
10417
10418 #: commands/opclasscmds.c:1053
10419 msgid "one or two argument types must be specified"
10420 msgstr "bir veya iki argüman türü belirtilmelidir"
10421
10422 #: commands/opclasscmds.c:1081
10423 msgid "index operators must be binary"
10424 msgstr "index işletmenleri ikili olmalıdır"
10425
10426 #: commands/opclasscmds.c:1085
10427 msgid "index operators must return boolean"
10428 msgstr "index işletmenleri boolean veri tipini döndürmeli"
10429
10430 #: commands/opclasscmds.c:1125
10431 msgid "btree procedures must have two arguments"
10432 msgstr "btree kümesi iki argüman almalıdır"
10433
10434 #: commands/opclasscmds.c:1129
10435 msgid "btree procedures must return integer"
10436 msgstr "btree yordamları tamsayı döndürmelidir"
10437
10438 #: commands/opclasscmds.c:1144
10439 msgid "hash procedures must have one argument"
10440 msgstr "hash yordamı bir tek argüman almalıdır"
10441
10442 #: commands/opclasscmds.c:1148
10443 msgid "hash procedures must return integer"
10444 msgstr "hash yordamı tamsayı dönmelidir"
10445
10446 #: commands/opclasscmds.c:1173
10447 msgid "associated data types must be specified for index support procedure"
10448 msgstr "index destekleyen yordamlarının bağlı veri tiplerini belirtmelidir"
10449
10450 #: commands/opclasscmds.c:1199
10451 #, c-format
10452 msgid "procedure number %d for (%s,%s) appears more than once"
10453 msgstr "%d (%s, %s) yordam numarasına birden fazla kez rastlanıyor"
10454
10455 #: commands/opclasscmds.c:1206
10456 #, c-format
10457 msgid "operator number %d for (%s,%s) appears more than once"
10458 msgstr "%d (%s,%s) operator numarasına birden fazla kez rastlanıyor"
10459
10460 #: commands/opclasscmds.c:1254
10461 #, c-format
10462 msgid "operator %d(%s,%s) already exists in operator family \"%s\""
10463 msgstr "\"%4$s\" operator ailesinde %1$d(%2$s,%3$s) operatoru zaten mevcuttur"
10464
10465 #: commands/opclasscmds.c:1354
10466 #, c-format
10467 msgid "function %d(%s,%s) already exists in operator family \"%s\""
10468 msgstr "\"%4$s\" operator ailesinde %1$d(%2$s,%3$s) fonksiyonu zaten mevcuttur"
10469
10470 #: commands/opclasscmds.c:1441
10471 #, c-format
10472 msgid "operator %d(%s,%s) does not exist in operator family \"%s\""
10473 msgstr "\"%4$s\" operator ailesinde %1$d(%2$s,%3$s) operatoru mevcut değil"
10474
10475 #: commands/opclasscmds.c:1481
10476 #, c-format
10477 msgid "function %d(%s,%s) does not exist in operator family \"%s\""
10478 msgstr "\"%4$s\" operator ailesinde %1$d(%2$s,%3$s) fonksiyonu mevcut değil"
10479
10480 #: commands/opclasscmds.c:1802
10481 #, c-format
10482 msgid "operator class \"%s\" for access method \"%s\" already exists in schema \"%s\""
10483 msgstr "\"%2$s\" erişim yöntemi için kullanılacak \"%1$s\" operator classı zaten \"%3$s\" şemasında mevcuttur"
10484
10485 #: commands/opclasscmds.c:1902
10486 #, c-format
10487 msgid "operator family \"%s\" for access method \"%s\" already exists in schema \"%s\""
10488 msgstr "\"%2$s\" erişim yöntemi için kullanılacak \"%1$s\" operator ailesi zaten \"%3$s\" şemasında mevcuttur"
10489
10490 #: commands/operatorcmds.c:110
10491 #: commands/operatorcmds.c:118
10492 #, fuzzy
10493 msgid "SETOF type not allowed for operator argument"
10494 msgstr "operator argümanı setof tipinde olamaz"
10495
10496 #: commands/operatorcmds.c:146
10497 #, c-format
10498 msgid "operator attribute \"%s\" not recognized"
10499 msgstr "\"%s\" operatör özniteliği tanınmamaktadır"
10500
10501 #: commands/operatorcmds.c:156
10502 msgid "operator procedure must be specified"
10503 msgstr "operatör yordamı belirtilmelidir"
10504
10505 #: commands/operatorcmds.c:167
10506 msgid "at least one of leftarg or rightarg must be specified"
10507 msgstr "en az bir tane leftarg veya rightarg belirtilmelidir"
10508
10509 #: commands/operatorcmds.c:216
10510 #, fuzzy, c-format
10511 msgid "restriction estimator function %s must return type \"float8\""
10512 msgstr "%s type send fonksiyonu  \"cstring\" döndürmelidir"
10513
10514 #: commands/operatorcmds.c:255
10515 #, fuzzy, c-format
10516 msgid "join estimator function %s must return type \"float8\""
10517 msgstr "%s typmod_in fonksiyonu \"trigger\" tipini döndürmelidir"
10518
10519 #: commands/operatorcmds.c:306
10520 #, c-format
10521 msgid "operator %s does not exist, skipping"
10522 msgstr "%s operatorü mevcut değil, atlanıyor"
10523
10524 #: commands/portalcmds.c:61
10525 #: commands/portalcmds.c:160
10526 #: commands/portalcmds.c:212
10527 msgid "invalid cursor name: must not be empty"
10528 msgstr "geçersiz imleç adı: boş olmamalıdır"
10529
10530 #: commands/portalcmds.c:402
10531 msgid "could not reposition held cursor"
10532 msgstr "tutulan cursorun yerini değiştirilemez"
10533
10534 #: commands/prepare.c:71
10535 msgid "invalid statement name: must not be empty"
10536 msgstr "geçersiz deyim adı: boş olmamalıdır"
10537
10538 #: commands/prepare.c:140
10539 msgid "utility statements cannot be prepared"
10540 msgstr "yardımcı program statementları hazırlanamaz"
10541
10542 #: commands/prepare.c:240
10543 #: commands/prepare.c:247
10544 #: commands/prepare.c:702
10545 msgid "prepared statement is not a SELECT"
10546 msgstr "hazırlanmış (prepared) sorgu SELECT değildir"
10547
10548 #: commands/prepare.c:314
10549 #, c-format
10550 msgid "wrong number of parameters for prepared statement \"%s\""
10551 msgstr "\"%s\" hazırlanmış sorgusunda parametre sayısı fazla"
10552
10553 #: commands/prepare.c:316
10554 #, c-format
10555 msgid "Expected %d parameters but got %d."
10556 msgstr "%d beklenirken %d alındı."
10557
10558 #: commands/prepare.c:345
10559 msgid "cannot use subquery in EXECUTE parameter"
10560 msgstr "EXECUTE parametresinde subquery kullanılamaz"
10561
10562 #: commands/prepare.c:349
10563 msgid "cannot use aggregate function in EXECUTE parameter"
10564 msgstr "EXECUTE parametresinde aggregate fonksiyon kullanılamaz"
10565
10566 #: commands/prepare.c:353
10567 #, fuzzy
10568 msgid "cannot use window function in EXECUTE parameter"
10569 msgstr "EXECUTE parametresinde aggregate fonksiyon kullanılamaz"
10570
10571 #: commands/prepare.c:366
10572 #, c-format
10573 msgid "parameter $%d of type %s cannot be coerced to the expected type %s"
10574 msgstr "%2$s tipinde $%1$d parametresi %3$s beklenen tipine zorla dönüştürülemez"
10575
10576 #: commands/prepare.c:459
10577 #, c-format
10578 msgid "prepared statement \"%s\" already exists"
10579 msgstr "\"%s\" hazırlanmış sorgusu zaten mevcut"
10580
10581 #: commands/prepare.c:517
10582 #, c-format
10583 msgid "prepared statement \"%s\" does not exist"
10584 msgstr "hazırlanmış sorgu \"%s\" mevcut değil"
10585
10586 #: commands/proclang.c:83
10587 #: commands/proclang.c:514
10588 #, c-format
10589 msgid "language \"%s\" already exists"
10590 msgstr "\"%s\" dili zaten mevcut"
10591
10592 #: commands/proclang.c:98
10593 msgid "using pg_pltemplate information instead of CREATE LANGUAGE parameters"
10594 msgstr "CREATE LANGUAGE parametrelerin yerinde pg_pltemplate bilgisi kullanılacaktır"
10595
10596 #: commands/proclang.c:108
10597 #, c-format
10598 msgid "must be superuser to create procedural language \"%s\""
10599 msgstr "\"%s\" yordamsal dilini oluşturmak için superuser olmalısınız"
10600
10601 #: commands/proclang.c:128
10602 #: commands/proclang.c:245
10603 #, c-format
10604 msgid "function %s must return type \"language_handler\""
10605 msgstr "%s fonksiyonunun döndürme tipi \"language_handler\" olmalıdır"
10606
10607 #: commands/proclang.c:209
10608 #, c-format
10609 msgid "unsupported language \"%s\""
10610 msgstr "\"%s\" dili desteklenmiyor"
10611
10612 #: commands/proclang.c:211
10613 msgid "The supported languages are listed in the pg_pltemplate system catalog."
10614 msgstr "Testeklenen dillerin listesi pg_pltemplate sistem cataloğunda bulunmaktadır."
10615
10616 #: commands/proclang.c:219
10617 msgid "must be superuser to create custom procedural language"
10618 msgstr "özel yordamsal dil oluşturmak için superuser olmalısınız"
10619
10620 #: commands/proclang.c:238
10621 #, c-format
10622 msgid "changing return type of function %s from \"opaque\" to \"language_handler\""
10623 msgstr "%s fonksiyonunun döndürme tipi \"opaque\"'dan \"language_handler\"'e değiştiriliyor"
10624
10625 #: commands/proclang.c:436
10626 #, c-format
10627 msgid "language \"%s\" does not exist, skipping"
10628 msgstr "\"%s\" dili mevcut değil, atlanıyor"
10629
10630 #: commands/schemacmds.c:82
10631 #: commands/schemacmds.c:292
10632 #, c-format
10633 msgid "unacceptable schema name \"%s\""
10634 msgstr "\"%s\" kabul edilemez şema adı"
10635
10636 #: commands/schemacmds.c:83
10637 #: commands/schemacmds.c:293
10638 msgid "The prefix \"pg_\" is reserved for system schemas."
10639 msgstr "\"pg_\" ön eki, sistem şemaları için ayrılmıştır."
10640
10641 #: commands/schemacmds.c:196
10642 #, c-format
10643 msgid "schema \"%s\" does not exist, skipping"
10644 msgstr "\"%s\" şeması mevcut değil, atlanıyor"
10645
10646 #: commands/sequence.c:547
10647 #, c-format
10648 msgid "nextval: reached maximum value of sequence \"%s\" (%s)"
10649 msgstr "nextval: sequence en yüksek değerine ulaşmıştır \"%s\" (%s)"
10650
10651 #: commands/sequence.c:570
10652 #, c-format
10653 msgid "nextval: reached minimum value of sequence \"%s\" (%s)"
10654 msgstr "nextval: sequence en düşük değerine ulaşmıştır \"%s\" (%s)"
10655
10656 #: commands/sequence.c:668
10657 #, c-format
10658 msgid "currval of sequence \"%s\" is not yet defined in this session"
10659 msgstr "bu oturumda \"%s\" sequence'i için currval henüz tanımlanmamıştır"
10660
10661 #: commands/sequence.c:687
10662 #: commands/sequence.c:695
10663 msgid "lastval is not yet defined in this session"
10664 msgstr "bu otumda lastval daha tanımlanmadı"
10665
10666 #: commands/sequence.c:759
10667 #, c-format
10668 msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)"
10669 msgstr "setval: %s değeri kapsam dışıdır, sequence \"%s\" (%s..%s)"
10670
10671 #: commands/sequence.c:1088
10672 msgid "INCREMENT must not be zero"
10673 msgstr "INCREMENT sıfır olamaz"
10674
10675 #: commands/sequence.c:1134
10676 #, c-format
10677 msgid "MINVALUE (%s) must be less than MAXVALUE (%s)"
10678 msgstr "MINVALUE (%s), MAXVALUE (%s) değerinden küçük olmalıdır"
10679
10680 #: commands/sequence.c:1159
10681 #, c-format
10682 msgid "START value (%s) cannot be less than MINVALUE (%s)"
10683 msgstr "START değeri (%s) MINVALUE değerinden (%s) küçük olamaz"
10684
10685 #: commands/sequence.c:1171
10686 #, c-format
10687 msgid "START value (%s) cannot be greater than MAXVALUE (%s)"
10688 msgstr "START değeri (%s) MAXVALUE değerinden (%s) büyük olamaz"
10689
10690 #: commands/sequence.c:1202
10691 #, fuzzy, c-format
10692 msgid "RESTART value (%s) cannot be less than MINVALUE (%s)"
10693 msgstr "START değeri (%s) MINVALUE değerinden (%s) küçük olamaz"
10694
10695 #: commands/sequence.c:1214
10696 #, fuzzy, c-format
10697 msgid "RESTART value (%s) cannot be greater than MAXVALUE (%s)"
10698 msgstr "START değeri (%s) MAXVALUE değerinden (%s) büyük olamaz"
10699
10700 #: commands/sequence.c:1229
10701 #, c-format
10702 msgid "CACHE (%s) must be greater than zero"
10703 msgstr "CACHE (%s) sıfırdan büyük olmalıdır"
10704
10705 #: commands/sequence.c:1260
10706 msgid "invalid OWNED BY option"
10707 msgstr "geçersiz OWNED BY seçeneği"
10708
10709 #: commands/sequence.c:1261
10710 msgid "Specify OWNED BY table.column or OWNED BY NONE."
10711 msgstr "OWNED BY table.column veya OWNED BY NONE belirtin."
10712
10713 #: commands/sequence.c:1283
10714 #: commands/tablecmds.c:4597
10715 #, c-format
10716 msgid "referenced relation \"%s\" is not a table"
10717 msgstr " rerefans edilen \"%s\" nesnesi bir tablo değildir"
10718
10719 #: commands/sequence.c:1290
10720 msgid "sequence must have same owner as table it is linked to"
10721 msgstr "sequence ait olduğu tablo ile aynı kullanıcıya sahip olmalıdır"
10722
10723 #: commands/sequence.c:1294
10724 msgid "sequence must be in same schema as table it is linked to"
10725 msgstr "sequence ait olduğu tablonun bulunduğu şemada bulunmalıdır"
10726
10727 #: commands/tablecmds.c:191
10728 #, c-format
10729 msgid "table \"%s\" does not exist"
10730 msgstr "tablo \"%s\" mevcut değil"
10731
10732 #: commands/tablecmds.c:192
10733 #, c-format
10734 msgid "table \"%s\" does not exist, skipping"
10735 msgstr "tablo \"%s\" mevcut değil, atlanıyor"
10736
10737 #: commands/tablecmds.c:194
10738 msgid "Use DROP TABLE to remove a table."
10739 msgstr "Bir tabloyu kaldırmak için DROP TABLE KULLANIN."
10740
10741 #: commands/tablecmds.c:197
10742 #, c-format
10743 msgid "sequence \"%s\" does not exist"
10744 msgstr "sequence \"%s\" mevcut değil"
10745
10746 #: commands/tablecmds.c:198
10747 #, c-format
10748 msgid "sequence \"%s\" does not exist, skipping"
10749 msgstr "sequence \"%s\" mevcut değil, atlanıyor"
10750
10751 #: commands/tablecmds.c:200
10752 msgid "Use DROP SEQUENCE to remove a sequence."
10753 msgstr "Bir sequence kaldırmak için DROP SEQUENCE kullanın."
10754
10755 #: commands/tablecmds.c:203
10756 #, c-format
10757 msgid "view \"%s\" does not exist"
10758 msgstr "view \"%s\" mevcut değil"
10759
10760 #: commands/tablecmds.c:204
10761 #, c-format
10762 msgid "view \"%s\" does not exist, skipping"
10763 msgstr "view \"%s\" mevcut değil, atlanıyor"
10764
10765 #: commands/tablecmds.c:206
10766 msgid "Use DROP VIEW to remove a view."
10767 msgstr "Bir view kaldırmak için DROP VIEW kullanın."
10768
10769 #: commands/tablecmds.c:209
10770 #, c-format
10771 msgid "index \"%s\" does not exist"
10772 msgstr "\"%s\" indexi mevcut değil"
10773
10774 #: commands/tablecmds.c:210
10775 #, c-format
10776 msgid "index \"%s\" does not exist, skipping"
10777 msgstr "\"%s\" indexi mevcut değil, atlanıyor"
10778
10779 #: commands/tablecmds.c:212
10780 msgid "Use DROP INDEX to remove an index."
10781 msgstr "Bir index kaldırmak için DROP INDEX kullanın."
10782
10783 #: commands/tablecmds.c:216
10784 #: commands/typecmds.c:654
10785 #, c-format
10786 msgid "type \"%s\" does not exist, skipping"
10787 msgstr "\"%s\" tipi mevcut değil, atlanıyor"
10788
10789 #: commands/tablecmds.c:217
10790 #, c-format
10791 msgid "\"%s\" is not a type"
10792 msgstr "\"%s\" bir tip değildir"
10793
10794 #: commands/tablecmds.c:218
10795 msgid "Use DROP TYPE to remove a type."
10796 msgstr "Bir tipi kaldırmak için DROP TYPE kullanın."
10797
10798 #: commands/tablecmds.c:370
10799 #: executor/execMain.c:2860
10800 msgid "ON COMMIT can only be used on temporary tables"
10801 msgstr "ON COMMIT sadece geçici tablolarda kullanılabilir"
10802
10803 #: commands/tablecmds.c:843
10804 #, c-format
10805 msgid "truncate cascades to table \"%s\""
10806 msgstr "truncate işlemi , cascade neticesinde %s' tablosuna varıyor"
10807
10808 #: commands/tablecmds.c:1052
10809 #, c-format
10810 msgid "cannot truncate system relation \"%s\""
10811 msgstr "sistem tablosu \"%s\" truncate edilemez"
10812
10813 #: commands/tablecmds.c:1062
10814 msgid "cannot truncate temporary tables of other sessions"
10815 msgstr "diğer oturumların geçici tablolarını truncate edemezsiniz"
10816
10817 #: commands/tablecmds.c:1203
10818 #: parser/parse_utilcmd.c:557
10819 #: parser/parse_utilcmd.c:1163
10820 #, c-format
10821 msgid "inherited relation \"%s\" is not a table"
10822 msgstr "miras alınan \"%s\" nesnesi bir tablo değildir"
10823
10824 #: commands/tablecmds.c:1209
10825 #: commands/tablecmds.c:6913
10826 #, c-format
10827 msgid "cannot inherit from temporary relation \"%s\""
10828 msgstr "\"%s\" geçici nesnesinden inherit yapılamaz"
10829
10830 #: commands/tablecmds.c:1226
10831 #: commands/tablecmds.c:6941
10832 #, c-format
10833 msgid "relation \"%s\" would be inherited from more than once"
10834 msgstr "\"%s\" ilişkisi birden fazla miras alınmış"
10835
10836 #: commands/tablecmds.c:1281
10837 #, c-format
10838 msgid "merging multiple inherited definitions of column \"%s\""
10839 msgstr "\"%s\" sütununun birden fazla miras alınmış tanımı birleştiriliyor"
10840
10841 #: commands/tablecmds.c:1289
10842 #, c-format
10843 msgid "inherited column \"%s\" has a type conflict"
10844 msgstr "miras alınan \"%s\"  sütunu tip çakışması yaşıyor"
10845
10846 #: commands/tablecmds.c:1291
10847 #: commands/tablecmds.c:1449
10848 #: parser/parse_coerce.c:302
10849 #: parser/parse_coerce.c:1488
10850 #: parser/parse_coerce.c:1507
10851 #: parser/parse_coerce.c:1552
10852 #: parser/parse_expr.c:1872
10853 #, c-format
10854 msgid "%s versus %s"
10855 msgstr "%s versus %s"
10856
10857 #: commands/tablecmds.c:1439
10858 #, c-format
10859 msgid "merging column \"%s\" with inherited definition"
10860 msgstr "\"%s\" sütunu miras alınan tanımı ile birleştiriliyor"
10861
10862 #: commands/tablecmds.c:1447
10863 #, c-format
10864 msgid "column \"%s\" has a type conflict"
10865 msgstr "\"%s\" sütununda tip çakışması"
10866
10867 #: commands/tablecmds.c:1498
10868 #, c-format
10869 msgid "column \"%s\" inherits conflicting default values"
10870 msgstr "\"%s\" sütunu çakışan değerleri inherit ediyor"
10871
10872 #: commands/tablecmds.c:1500
10873 msgid "To resolve the conflict, specify a default explicitly."
10874 msgstr "Çakışmayı çözmek için varsayılan değeri açıkca belirtin."
10875
10876 #: commands/tablecmds.c:1547
10877 #, c-format
10878 msgid "check constraint name \"%s\" appears multiple times but with different expressions"
10879 msgstr "\"%s\" check kısıtlaması birçok kez ve farklı anlatımla mevcuttur"
10880
10881 #: commands/tablecmds.c:1903
10882 #, c-format
10883 msgid "inherited column \"%s\" must be renamed in child tables too"
10884 msgstr "miras alınan \"%s\"  kolonunun adı alt tablolarda da değiştirilmelidir"
10885
10886 #: commands/tablecmds.c:1921
10887 #, c-format
10888 msgid "cannot rename system column \"%s\""
10889 msgstr "\"%s\" sistem sütununun adı değiştirilemez"
10890
10891 #: commands/tablecmds.c:1931
10892 #, c-format
10893 msgid "cannot rename inherited column \"%s\""
10894 msgstr "miras alınan \"%s\" sütununun adı değiştirilemez"
10895
10896 #: commands/tablecmds.c:1942
10897 #: commands/tablecmds.c:3585
10898 #, c-format
10899 msgid "column \"%s\" of relation \"%s\" already exists"
10900 msgstr "\"%2$s\" nesnesinin \"%1$s\" sütunu zaten mevcut"
10901
10902 #: commands/tablecmds.c:2063
10903 #: commands/tablecmds.c:6252
10904 #: commands/tablecmds.c:7543
10905 msgid "Use ALTER TYPE instead."
10906 msgstr "Yerine ALTER TYPE kullanın."
10907
10908 #. translator: first %s is a SQL command, eg ALTER TABLE
10909 #: commands/tablecmds.c:2188
10910 #, fuzzy, c-format
10911 msgid "cannot %s \"%s\" because it is being used by active queries in this session"
10912 msgstr "\"%s\" tablosu şu anda aktif sorgular tarafından kullanılmaktadır"
10913
10914 #. translator: first %s is a SQL command, eg ALTER TABLE
10915 #: commands/tablecmds.c:2197
10916 #, fuzzy, c-format
10917 msgid "cannot %s \"%s\" because it has pending trigger events"
10918 msgstr "\"%s\" tablosuna bağlı trigger olayları bulunduğu için truncate işlemi yapılamadı"
10919
10920 #: commands/tablecmds.c:2792
10921 #, c-format
10922 msgid "cannot rewrite system relation \"%s\""
10923 msgstr "\"%s\" sistem tablosu yeniden yazılamaz"
10924
10925 #: commands/tablecmds.c:2802
10926 msgid "cannot rewrite temporary tables of other sessions"
10927 msgstr "diğer oturumların geçici tabloları yeniden yazılamaz"
10928
10929 #: commands/tablecmds.c:3128
10930 #, c-format
10931 msgid "column \"%s\" contains null values"
10932 msgstr "\"%s\" sütunu null değerleri içermektedir"
10933
10934 #: commands/tablecmds.c:3142
10935 #, c-format
10936 msgid "check constraint \"%s\" is violated by some row"
10937 msgstr "\"%s\" bütünlük kısıtlaması bir(kaç) satır tarafından ihlal edilmiş"
10938
10939 #: commands/tablecmds.c:3225
10940 #: rewrite/rewriteDefine.c:253
10941 #, c-format
10942 msgid "\"%s\" is not a table or view"
10943 msgstr "\"%s\" bir tablo veya view değildir"
10944
10945 #: commands/tablecmds.c:3261
10946 #: commands/tablecmds.c:4012
10947 #, c-format
10948 msgid "\"%s\" is not a table or index"
10949 msgstr "\"%s\" bir tablo veya index değil"
10950
10951 #: commands/tablecmds.c:3416
10952 #, c-format
10953 msgid "cannot alter table \"%s\" because column \"%s\".\"%s\" uses its rowtype"
10954 msgstr "\"%2$s\".\"%3$s\" sütunu onun rowtype veri tipini kullandığı için \"%1$s\" tablosu değiştirilemez"
10955
10956 #: commands/tablecmds.c:3423
10957 #, fuzzy, c-format
10958 msgid "cannot alter type \"%s\" because column \"%s\".\"%s\" uses it"
10959 msgstr "\"%2$s\".\"%3$s\" sütunu onun rowtype veri tipini kullandığı için \"%1$s\" tablosu değiştirilemez"
10960
10961 #: commands/tablecmds.c:3494
10962 msgid "column must be added to child tables too"
10963 msgstr "sütun, alt tablolarana da eklenmelidir"
10964
10965 #: commands/tablecmds.c:3539
10966 #: commands/tablecmds.c:7097
10967 #, c-format
10968 msgid "child table \"%s\" has different type for column \"%s\""
10969 msgstr "\"%s\" alt tablosundaki  \"%s\" sütununun tipi farklıdır"
10970
10971 #: commands/tablecmds.c:3546
10972 #, fuzzy, c-format
10973 msgid "child table \"%s\" has a conflicting \"%s\" column"
10974 msgstr "alt tablosunda  \"%s\" kısıtlama eksiktir"
10975
10976 #: commands/tablecmds.c:3558
10977 #, c-format
10978 msgid "merging definition of column \"%s\" for child \"%s\""
10979 msgstr "\"%s\" sütunun tanımı \"%s\" alt tablo için birleştiriliyor"
10980
10981 #: commands/tablecmds.c:3832
10982 #: commands/tablecmds.c:3924
10983 #: commands/tablecmds.c:3969
10984 #: commands/tablecmds.c:4065
10985 #: commands/tablecmds.c:4126
10986 #: commands/tablecmds.c:5576
10987 #, c-format
10988 msgid "cannot alter system column \"%s\""
10989 msgstr "\"%s\" sistem sütunu değiştirilemez"
10990
10991 #: commands/tablecmds.c:3868
10992 #, c-format
10993 msgid "column \"%s\" is in a primary key"
10994 msgstr "\"%s\" sütunu bir birincil anahtardır"
10995
10996 #: commands/tablecmds.c:4039
10997 #, c-format
10998 msgid "statistics target %d is too low"
10999 msgstr "statistics target %d çok düşüktür"
11000
11001 #: commands/tablecmds.c:4047
11002 #, c-format
11003 msgid "lowering statistics target to %d"
11004 msgstr "statistics target, %d değerine düşürülmektedir"
11005
11006 #: commands/tablecmds.c:4107
11007 #, c-format
11008 msgid "invalid storage type \"%s\""
11009 msgstr "geçersiz saklama tipi \"%s\""
11010
11011 #: commands/tablecmds.c:4138
11012 #, c-format
11013 msgid "column data type %s can only have storage PLAIN"
11014 msgstr "%s sütün veri tipleri sadece PLAIN depolama yöntemini kullanabilir"
11015
11016 #: commands/tablecmds.c:4193
11017 #, c-format
11018 msgid "cannot drop system column \"%s\""
11019 msgstr "\"%s\" sistem sütunu kaldırılamaz"
11020
11021 #: commands/tablecmds.c:4200
11022 #, c-format
11023 msgid "cannot drop inherited column \"%s\""
11024 msgstr "miras alınan \"%s\"  sütunu kaldırılamaz"
11025
11026 #: commands/tablecmds.c:4532
11027 #, fuzzy
11028 msgid "constraint must be added to child tables too"
11029 msgstr "sütun, alt tablolarana da eklenmelidir"
11030
11031 #: commands/tablecmds.c:4619
11032 msgid "cannot reference temporary table from permanent table constraint"
11033 msgstr "sürekli tablo kısıtlayıcısından geçici tablo referans edilemez"
11034
11035 #: commands/tablecmds.c:4626
11036 msgid "cannot reference permanent table from temporary table constraint"
11037 msgstr "geçeci tablo kısıtlayıcısından sürekli  tablo referans edilemez"
11038
11039 #: commands/tablecmds.c:4686
11040 msgid "number of referencing and referenced columns for foreign key disagree"
11041 msgstr "foreign key'in referans eden ve referans edilen sütun sayısı uyuşmuyor"
11042
11043 #: commands/tablecmds.c:4777
11044 #, c-format
11045 msgid "foreign key constraint \"%s\" cannot be implemented"
11046 msgstr "\"%s\" foreign key constrain oluşturulamaz"
11047
11048 #: commands/tablecmds.c:4780
11049 #, c-format
11050 msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s."
11051 msgstr "\"%s\" ve \"%s\" anahtar sütunların tipi farklı: %s ve %s."
11052
11053 #: commands/tablecmds.c:4873
11054 #, c-format
11055 msgid "column \"%s\" referenced in foreign key constraint does not exist"
11056 msgstr "foreign key kısıtlaması tarafından referans edilen sütun \"%s\" mevcut değil"
11057
11058 #: commands/tablecmds.c:4878
11059 #, c-format
11060 msgid "cannot have more than %d keys in a foreign key"
11061 msgstr "foreign key kısıtlamasında %d'dan fazla anahtar olamaz"
11062
11063 #: commands/tablecmds.c:4951
11064 #, c-format
11065 msgid "there is no primary key for referenced table \"%s\""
11066 msgstr "referans edilen \"%s\" tablosunda primary key mevcut değil"
11067
11068 #: commands/tablecmds.c:5085
11069 #, c-format
11070 msgid "there is no unique constraint matching given keys for referenced table \"%s\""
11071 msgstr "\"%s\" referans edilen tablosunda belirtilen anahtarlara uyan bir unique constraint yok"
11072
11073 #: commands/tablecmds.c:5405
11074 #, fuzzy, c-format
11075 msgid "cannot drop inherited constraint \"%s\" of relation \"%s\""
11076 msgstr "miras alınan \"%s\"  sütunu kaldırılamaz"
11077
11078 #: commands/tablecmds.c:5429
11079 #: commands/tablecmds.c:5532
11080 #, fuzzy, c-format
11081 msgid "constraint \"%s\" of relation \"%s\" does not exist"
11082 msgstr "\"%s\" kolonu \"%s\" tablosunda mevcut değil"
11083
11084 #: commands/tablecmds.c:5583
11085 #, c-format
11086 msgid "cannot alter inherited column \"%s\""
11087 msgstr "miras alınan \"%s\" kolonu değiştirilemez"
11088
11089 #: commands/tablecmds.c:5618
11090 msgid "transform expression must not return a set"
11091 msgstr "transform ifadesi bir set döndürmemelidir"
11092
11093 #: commands/tablecmds.c:5624
11094 msgid "cannot use subquery in transform expression"
11095 msgstr "transform ifadesinde set kullanılamaz"
11096
11097 #: commands/tablecmds.c:5628
11098 msgid "cannot use aggregate function in transform expression"
11099 msgstr "transform ifadesinde aggregate function kullanılamaz"
11100
11101 #: commands/tablecmds.c:5632
11102 #, fuzzy
11103 msgid "cannot use window function in transform expression"
11104 msgstr "transform ifadesinde aggregate function kullanılamaz"
11105
11106 #: commands/tablecmds.c:5650
11107 #, fuzzy, c-format
11108 msgid "column \"%s\" cannot be cast to type %s"
11109 msgstr "\"%s\" sütunu \"%s\" tipine dönüştürülemez"
11110
11111 #: commands/tablecmds.c:5676
11112 #, c-format
11113 msgid "type of inherited column \"%s\" must be changed in child tables too"
11114 msgstr "\"%s\" inherinted sütununların tipi çocuk tablolarında da değiştirilmelidir"
11115
11116 #: commands/tablecmds.c:5715
11117 #, c-format
11118 msgid "cannot alter type of column \"%s\" twice"
11119 msgstr "\"%s\" sütununun tipini iki kez değiştirilemez"
11120
11121 #: commands/tablecmds.c:5749
11122 #, fuzzy, c-format
11123 msgid "default for column \"%s\" cannot be cast to type %s"
11124 msgstr "\"%s\" sütunun varsayılan tipi \"%s\" tipine dönüştürülemez"
11125
11126 #: commands/tablecmds.c:5875
11127 msgid "cannot alter type of a column used by a view or rule"
11128 msgstr "view veya rule tarafından kullanılan sütunun tipini değiştirilemedi"
11129
11130 #: commands/tablecmds.c:5876
11131 #, c-format
11132 msgid "%s depends on column \"%s\""
11133 msgstr "%s sütunu \"%s\" sütununa bağlıdır"
11134
11135 #: commands/tablecmds.c:6220
11136 #, c-format
11137 msgid "cannot change owner of index \"%s\""
11138 msgstr "\"%s\" indeksinin sahibi değiştirilemez"
11139
11140 #: commands/tablecmds.c:6222
11141 msgid "Change the ownership of the index's table, instead."
11142 msgstr "Bunun yerine indeksin bağlı oldüğü tablonun sahipliğini değiştirin."
11143
11144 #: commands/tablecmds.c:6238
11145 #, c-format
11146 msgid "cannot change owner of sequence \"%s\""
11147 msgstr "\"%s\" sequence'in sahibi değiştirilemez"
11148
11149 #: commands/tablecmds.c:6240
11150 #: commands/tablecmds.c:7533
11151 #, c-format
11152 msgid "Sequence \"%s\" is linked to table \"%s\"."
11153 msgstr "\"%s\" sequence'i, \"%s\" tablosuna bağlıdır"
11154
11155 #: commands/tablecmds.c:6261
11156 #: commands/tablecmds.c:7551
11157 #, c-format
11158 msgid "\"%s\" is not a table, view, or sequence"
11159 msgstr "\"%s\" bir tablo, view veya sequence değildir"
11160
11161 #: commands/tablecmds.c:6520
11162 msgid "cannot have multiple SET TABLESPACE subcommands"
11163 msgstr "birden fazla SET TABLESPACE alt komutu veremezsiniz"
11164
11165 #: commands/tablecmds.c:6574
11166 #, c-format
11167 msgid "\"%s\" is not a table, index, or TOAST table"
11168 msgstr "\"%s\" bir tablo, dizin, veya TOAST tablosu değildir"
11169
11170 #: commands/tablecmds.c:6686
11171 #, c-format
11172 msgid "cannot move system relation \"%s\""
11173 msgstr "\"%s\" sistem nesnesi taşınamaz"
11174
11175 #: commands/tablecmds.c:6702
11176 msgid "cannot move temporary tables of other sessions"
11177 msgstr "diğer oturumların geçici tabloları taşınamaz"
11178
11179 #: commands/tablecmds.c:6968
11180 msgid "circular inheritance not allowed"
11181 msgstr "çevrimsel inheritance yapısına izin verilmemektedir"
11182
11183 #: commands/tablecmds.c:6969
11184 #, c-format
11185 msgid "\"%s\" is already a child of \"%s\"."
11186 msgstr "\"%s\" zaten \"%s\" nesnesinin alt nesnesidir"
11187
11188 #: commands/tablecmds.c:6977
11189 #, c-format
11190 msgid "table \"%s\" without OIDs cannot inherit from table \"%s\" with OIDs"
11191 msgstr "OID olmayan \"%s\" tablosu, OID olan \"%s\" tablosu inherit edemez"
11192
11193 #: commands/tablecmds.c:7104
11194 #, c-format
11195 msgid "column \"%s\" in child table must be marked NOT NULL"
11196 msgstr "alt tablosundaki \"%s\" sütunu NOT NULL olmalıdır"
11197
11198 #: commands/tablecmds.c:7120
11199 #, c-format
11200 msgid "child table is missing column \"%s\""
11201 msgstr "alt tablosunda  \"%s\" sütunu eksiktir"
11202
11203 #: commands/tablecmds.c:7199
11204 #, fuzzy, c-format
11205 msgid "child table \"%s\" has different definition for check constraint \"%s\""
11206 msgstr "\"%s\" alt tablosundaki  \"%s\" sütununun tipi farklıdır"
11207
11208 #: commands/tablecmds.c:7223
11209 #, c-format
11210 msgid "child table is missing constraint \"%s\""
11211 msgstr "alt tablosunda  \"%s\" kısıtlama eksiktir"
11212
11213 #: commands/tablecmds.c:7304
11214 #, c-format
11215 msgid "relation \"%s\" is not a parent of relation \"%s\""
11216 msgstr "\"%s\" nesnesi \"%s\" nesnesinin üst nesnesi değildir"
11217
11218 #: commands/tablecmds.c:7532
11219 msgid "cannot move an owned sequence into another schema"
11220 msgstr "sahipliği belli olan sequence başka bir şemaya taşınamaz"
11221
11222 #: commands/tablecmds.c:7561
11223 #, c-format
11224 msgid "relation \"%s\" is already in schema \"%s\""
11225 msgstr "\"%s\" nesnesi zaten \"%s\" şemasında mevcuttur"
11226
11227 #: commands/tablecmds.c:7626
11228 #, c-format
11229 msgid "relation \"%s\" already exists in schema \"%s\""
11230 msgstr "\"%s\" nesnesi zaten \"%s\" şemasında mevcuttur"
11231
11232 #: commands/tablespace.c:146
11233 #: commands/tablespace.c:154
11234 #: commands/tablespace.c:160
11235 #: ../port/copydir.c:59
11236 #, c-format
11237 msgid "could not create directory \"%s\": %m"
11238 msgstr "\"%s\" dizini oluşturulamadı: %m"
11239
11240 #: commands/tablespace.c:171
11241 #, c-format
11242 msgid "could not stat directory \"%s\": %m"
11243 msgstr "\"%s\" dizinine erişilemedi: %m"
11244
11245 #: commands/tablespace.c:180
11246 #, c-format
11247 msgid "\"%s\" exists but is not a directory"
11248 msgstr "\"%s\" mevcuttur ancak bir dizin değildir"
11249
11250 #: commands/tablespace.c:211
11251 #, c-format
11252 msgid "permission denied to create tablespace \"%s\""
11253 msgstr "tablespace \"%s\" oluşturma hatası"
11254
11255 #: commands/tablespace.c:213
11256 msgid "Must be superuser to create a tablespace."
11257 msgstr "Tablespace oluşturmak için superuser haklarına sahip olmalısınız."
11258
11259 #: commands/tablespace.c:229
11260 msgid "tablespace location cannot contain single quotes"
11261 msgstr "tablespace yeri adında tek tırnak bulunamaz"
11262
11263 #: commands/tablespace.c:239
11264 msgid "tablespace location must be an absolute path"
11265 msgstr "tablespace yeri gosteren ifade tam bir mutlak yol olmalıdır"
11266
11267 #: commands/tablespace.c:249
11268 #, c-format
11269 msgid "tablespace location \"%s\" is too long"
11270 msgstr "tablespace yeri \"%s\" çok uzun"
11271
11272 #: commands/tablespace.c:259
11273 #: commands/tablespace.c:786
11274 #, c-format
11275 msgid "unacceptable tablespace name \"%s\""
11276 msgstr "\"%s\" tablespace adı kabul edilemez"
11277
11278 #: commands/tablespace.c:261
11279 #: commands/tablespace.c:787
11280 msgid "The prefix \"pg_\" is reserved for system tablespaces."
11281 msgstr "\"pg_\" ön eki, sistem tablespaceler için ayrılmıştır."
11282
11283 #: commands/tablespace.c:271
11284 #: commands/tablespace.c:799
11285 #, c-format
11286 msgid "tablespace \"%s\" already exists"
11287 msgstr "tablespace \"%s\" zaten mevcut"
11288
11289 #: commands/tablespace.c:309
11290 #: commands/tablespace.c:1295
11291 #, c-format
11292 msgid "could not set permissions on directory \"%s\": %m"
11293 msgstr "dizin \"%s\" için erişim hakları ayarlanamadı: %m"
11294
11295 #: commands/tablespace.c:318
11296 #, c-format
11297 msgid "directory \"%s\" is not empty"
11298 msgstr "\"%s\"dizini boş değildir"
11299
11300 #: commands/tablespace.c:339
11301 #: commands/tablespace.c:1310
11302 #, c-format
11303 msgid "could not create symbolic link \"%s\": %m"
11304 msgstr "symbolic link \"%s\" oluşturma hatası: %m"
11305
11306 #: commands/tablespace.c:377
11307 #: commands/tablespace.c:529
11308 msgid "tablespaces are not supported on this platform"
11309 msgstr "bu platformda tablespace desteklenmiyor"
11310
11311 #: commands/tablespace.c:421
11312 #, c-format
11313 msgid "tablespace \"%s\" does not exist, skipping"
11314 msgstr "tabloaralığı \"%s\" mevcut değil, atlanıyor"
11315
11316 #: commands/tablespace.c:486
11317 #, c-format
11318 msgid "tablespace \"%s\" is not empty"
11319 msgstr "\"%s\" tablespace boş değil"
11320
11321 #: commands/tablespace.c:611
11322 #: commands/tablespace.c:648
11323 #, c-format
11324 msgid "could not remove directory \"%s\": %m"
11325 msgstr "\"%s\" dizini silme hatası: %m"
11326
11327 #: commands/tablespace.c:656
11328 #, c-format
11329 msgid "could not remove symbolic link \"%s\": %m"
11330 msgstr "symbolic link \"%s\" kaldırma hatası: %m"
11331
11332 #: commands/tablespace.c:1323
11333 #, c-format
11334 msgid "tablespace %u is not empty"
11335 msgstr "%u tablespace boş değil"
11336
11337 #: commands/trigger.c:158
11338 msgid "TRUNCATE FOR EACH ROW triggers are not supported"
11339 msgstr ""
11340
11341 #: commands/trigger.c:174
11342 #, c-format
11343 msgid "changing return type of function %s from \"opaque\" to \"trigger\""
11344 msgstr "%s fonksiyonunun döndürme değeri \"opaque\"tan \"trigger\"e değiştiriliyor"
11345
11346 #: commands/trigger.c:181
11347 #, c-format
11348 msgid "function %s must return type \"trigger\""
11349 msgstr "%s fonksiyonu \"trigger\" tipini döndürmelidir"
11350
11351 #: commands/trigger.c:259
11352 #: commands/trigger.c:892
11353 #, c-format
11354 msgid "trigger \"%s\" for relation \"%s\" already exists"
11355 msgstr "\"%2$s\" nesnesi için \"%1$s\" tetikleyicisi (trigger) zaten mevcut"
11356
11357 #: commands/trigger.c:461
11358 msgid "Found referenced table's UPDATE trigger."
11359 msgstr "Başvurulan tablonun UPDATE tetikleyicisi bulundu."
11360
11361 #: commands/trigger.c:462
11362 msgid "Found referenced table's DELETE trigger."
11363 msgstr "Başvurulan tablonun DELETE tetikleyicisi bulundu."
11364
11365 #: commands/trigger.c:463
11366 msgid "Found referencing table's trigger."
11367 msgstr "Başvurulan tablonun tetikleyicisi bulundu."
11368
11369 #: commands/trigger.c:572
11370 #: commands/trigger.c:588
11371 #, c-format
11372 msgid "ignoring incomplete trigger group for constraint \"%s\" %s"
11373 msgstr "\"%s\" %s kısıtlamasına ait eksik tetikleyicisi yok sayılıyor"
11374
11375 #: commands/trigger.c:600
11376 #, c-format
11377 msgid "converting trigger group into constraint \"%s\" %s"
11378 msgstr "tetikleyicisi grubu \"%s\" %s kısıtlamasına dönüştürülüyor"
11379
11380 #: commands/trigger.c:738
11381 #, c-format
11382 msgid "trigger \"%s\" for table \"%s\" does not exist, skipping"
11383 msgstr "\"%s\" triggeri \"%s\" tablosunda mevcut değil, atlanıyor"
11384
11385 #: commands/trigger.c:1013
11386 #, c-format
11387 msgid "permission denied: \"%s\" is a system trigger"
11388 msgstr "erişim engellendi: \"%s\" bir sistem tetikleyicisidir"
11389
11390 #: commands/trigger.c:1563
11391 #, c-format
11392 msgid "trigger function %u returned null value"
11393 msgstr "%u trigger fonksiyonu null değerini döndürdü"
11394
11395 #: commands/trigger.c:1631
11396 #: commands/trigger.c:1762
11397 #: commands/trigger.c:1910
11398 #: commands/trigger.c:2061
11399 msgid "BEFORE STATEMENT trigger cannot return a value"
11400 msgstr "BEFORE STATEMENT tetikleyicisi bir değer döndüremez"
11401
11402 #: commands/trigger.c:2118
11403 #: executor/execMain.c:1600
11404 #: executor/execMain.c:1912
11405 #: executor/execMain.c:2090
11406 msgid "could not serialize access due to concurrent update"
11407 msgstr "eşzamanlı update nedeniyle erişim sıralanamıyor"
11408
11409 #: commands/trigger.c:3608
11410 #, c-format
11411 msgid "constraint \"%s\" is not deferrable"
11412 msgstr "\"%s\" constrainti ertelenebilir constraint değildir"
11413
11414 #: commands/trigger.c:3634
11415 #, c-format
11416 msgid "constraint \"%s\" does not exist"
11417 msgstr "constraint \"%s\" mevcut değil"
11418
11419 #: commands/tsearchcmds.c:109
11420 #: commands/tsearchcmds.c:947
11421 #, c-format
11422 msgid "function %s should return type %s"
11423 msgstr "%s fonksiyonu %s tipini döndürmeli"
11424
11425 #: commands/tsearchcmds.c:178
11426 msgid "must be superuser to create text search parsers"
11427 msgstr "metin arama ayrıştırıcısı yaratmak için superuser olmalısınız"
11428
11429 #: commands/tsearchcmds.c:226
11430 #, c-format
11431 msgid "text search parser parameter \"%s\" not recognized"
11432 msgstr "\"%s\" metin arama ayrıştırıcısı tanımlanamadı"
11433
11434 #: commands/tsearchcmds.c:236
11435 msgid "text search parser start method is required"
11436 msgstr "metin arama ayrışırıcısının start metodu eksiktir"
11437
11438 #: commands/tsearchcmds.c:241
11439 msgid "text search parser gettoken method is required"
11440 msgstr "metin arama ayrışırıcısının gettoken metodu eksiktir"
11441
11442 #: commands/tsearchcmds.c:246
11443 msgid "text search parser end method is required"
11444 msgstr "metin arama ayrışırıcısının end metodu eksiktir"
11445
11446 #: commands/tsearchcmds.c:251
11447 msgid "text search parser lextypes method is required"
11448 msgstr "metin arama ayrışırıcısının lextypes metodu eksiktir"
11449
11450 #: commands/tsearchcmds.c:283
11451 msgid "must be superuser to drop text search parsers"
11452 msgstr "metin arama ayrıştırıcısını kaldırmak için superuser olmalısınız"
11453
11454 #: commands/tsearchcmds.c:312
11455 #, c-format
11456 msgid "text search parser \"%s\" does not exist, skipping"
11457 msgstr " \"%s\" metin arama ayrıştırıcısı mevcut değil, atlanıyor"
11458
11459 #: commands/tsearchcmds.c:369
11460 msgid "must be superuser to rename text search parsers"
11461 msgstr "metin arama ayrıştırıcısını yeniden adlandırmak için superuser olmalısınız"
11462
11463 #: commands/tsearchcmds.c:390
11464 #, c-format
11465 msgid "text search parser \"%s\" already exists"
11466 msgstr " \"%s\" metin arama ayrıştırıcısı zaten mevcut"
11467
11468 #: commands/tsearchcmds.c:469
11469 #, c-format
11470 msgid "text search template \"%s\" does not accept options"
11471 msgstr "\"%s\" metin arama şeması seçenek kabul etmiyor"
11472
11473 #: commands/tsearchcmds.c:542
11474 msgid "text search template is required"
11475 msgstr "metin arama şablonu eksiktir"
11476
11477 #: commands/tsearchcmds.c:610
11478 #, c-format
11479 msgid "text search dictionary \"%s\" already exists"
11480 msgstr "\"%s\" metin arama sözlüğü zaten mevcut"
11481
11482 #: commands/tsearchcmds.c:670
11483 #, c-format
11484 msgid "text search dictionary \"%s\" does not exist, skipping"
11485 msgstr "\"%s\" metin arama sözlüğü mevcut değil, atlanıyor"
11486
11487 #: commands/tsearchcmds.c:1008
11488 msgid "must be superuser to create text search templates"
11489 msgstr "metin arama şablonu yaratmak için superuser olmalısınız"
11490
11491 #: commands/tsearchcmds.c:1045
11492 #, c-format
11493 msgid "text search template parameter \"%s\" not recognized"
11494 msgstr "metin araama şablonu parametresi \"%s\" tanınmıyor"
11495
11496 #: commands/tsearchcmds.c:1055
11497 msgid "text search template lexize method is required"
11498 msgstr "metin arama şablonun lexsize metodu eksiktir"
11499
11500 #: commands/tsearchcmds.c:1090
11501 msgid "must be superuser to rename text search templates"
11502 msgstr "metin arama şablolarının adını değiştirmek için superuser olmalısınız"
11503
11504 #: commands/tsearchcmds.c:1112
11505 #, c-format
11506 msgid "text search template \"%s\" already exists"
11507 msgstr "\"%s\" metin arama şablonu zaten mevcut"
11508
11509 #: commands/tsearchcmds.c:1135
11510 msgid "must be superuser to drop text search templates"
11511 msgstr "metin arama şablonlarını kaldırmak için superuser olmalısınız"
11512
11513 #: commands/tsearchcmds.c:1164
11514 #, c-format
11515 msgid "text search template \"%s\" does not exist, skipping"
11516 msgstr "\"%s\" metin arama şablonu mevcut değil, atlanıyor"
11517
11518 #: commands/tsearchcmds.c:1363
11519 #, c-format
11520 msgid "text search configuration parameter \"%s\" not recognized"
11521 msgstr "\"%s\"metin arama yapılandırma parametresi bulunamadı"
11522
11523 #: commands/tsearchcmds.c:1370
11524 msgid "cannot specify both PARSER and COPY options"
11525 msgstr "hem PARSER hem de COPY seçenekleri belirtilemez"
11526
11527 #: commands/tsearchcmds.c:1400
11528 msgid "text search parser is required"
11529 msgstr "metin arama ayrıştırıcısı eksiktir"
11530
11531 #: commands/tsearchcmds.c:1509
11532 #, c-format
11533 msgid "text search configuration \"%s\" already exists"
11534 msgstr "\"%s\" metin arama yapılandırması zaten mevcut"
11535
11536 #: commands/tsearchcmds.c:1568
11537 #, c-format
11538 msgid "text search configuration \"%s\" does not exist, skipping"
11539 msgstr "\"%s\" metin arama yapılandırması mevcut değil, atlanıyor"
11540
11541 #: commands/tsearchcmds.c:1794
11542 #, c-format
11543 msgid "token type \"%s\" does not exist"
11544 msgstr "\"%s\" token tipi mevcut değil"
11545
11546 #: commands/tsearchcmds.c:2018
11547 #, fuzzy, c-format
11548 msgid "mapping for token type \"%s\" does not exist"
11549 msgstr "\"%s\" tipi mevcut değil"
11550
11551 #: commands/tsearchcmds.c:2024
11552 #, fuzzy, c-format
11553 msgid "mapping for token type \"%s\" does not exist, skipping"
11554 msgstr "\"%s\" tipi mevcut değil, atlanıyor"
11555
11556 #: commands/tsearchcmds.c:2177
11557 #: commands/tsearchcmds.c:2288
11558 #, c-format
11559 msgid "invalid parameter list format: \"%s\""
11560 msgstr "geçersiz parametre liste biçimi: \"%s\""
11561
11562 #: commands/typecmds.c:163
11563 #, fuzzy
11564 msgid "must be superuser to create a base type"
11565 msgstr "Tablespace oluşturmak için superuser haklarına sahip olmalısınız."
11566
11567 #: commands/typecmds.c:268
11568 #, c-format
11569 msgid "type attribute \"%s\" not recognized"
11570 msgstr "\"%s\" type attribute bulunamadı"
11571
11572 #: commands/typecmds.c:322
11573 #, c-format
11574 msgid "invalid type category \"%s\": must be simple ASCII"
11575 msgstr ""
11576
11577 #: commands/typecmds.c:341
11578 #, c-format
11579 msgid "array element type cannot be %s"
11580 msgstr "array element veri tipi %s olamaz"
11581
11582 #: commands/typecmds.c:373
11583 #, c-format
11584 msgid "alignment \"%s\" not recognized"
11585 msgstr "alignment \"%s\" tanınmamaktadır"
11586
11587 #: commands/typecmds.c:390
11588 #, c-format
11589 msgid "storage \"%s\" not recognized"
11590 msgstr "storage \"%s\" tanınmamaktadır"
11591
11592 #: commands/typecmds.c:399
11593 msgid "type input function must be specified"
11594 msgstr "tipin giriş fonksiyonu belirtilmelidir"
11595
11596 #: commands/typecmds.c:403
11597 msgid "type output function must be specified"
11598 msgstr "tipin çıkış fonksiyonu belirtilmelidir"
11599
11600 #: commands/typecmds.c:408
11601 msgid "type modifier output function is useless without a type modifier input function"
11602 msgstr "type modifier input function olmadan type modifier output function kullanmak anlamsızdır"
11603
11604 #: commands/typecmds.c:431
11605 #, c-format
11606 msgid "changing return type of function %s from \"opaque\" to %s"
11607 msgstr "%s fonksiyonunun döndürme değeri \"opaque\"tan \"%s\"e değiştiriliyor"
11608
11609 #: commands/typecmds.c:438
11610 #, c-format
11611 msgid "type input function %s must return type %s"
11612 msgstr " %s type input function %s tipini döndürmelidir"
11613
11614 #: commands/typecmds.c:448
11615 #, c-format
11616 msgid "changing return type of function %s from \"opaque\" to \"cstring\""
11617 msgstr "%s fonksiyonunun döndürme değeri \"opaque\"tan \"cstring\"e değiştiriliyor"
11618
11619 #: commands/typecmds.c:455
11620 #, c-format
11621 msgid "type output function %s must return type \"cstring\""
11622 msgstr "%s type output fonksiyonu  \"cstring\" döndürmelidir"
11623
11624 #: commands/typecmds.c:464
11625 #, c-format
11626 msgid "type receive function %s must return type %s"
11627 msgstr " %s type receive function %s tipini döndürmelidir"
11628
11629 #: commands/typecmds.c:473
11630 #, c-format
11631 msgid "type send function %s must return type \"bytea\""
11632 msgstr "%s type send fonksiyonu  \"cstring\" döndürmelidir"
11633
11634 #: commands/typecmds.c:675
11635 #: commands/typecmds.c:2165
11636 #, c-format
11637 msgid "\"%s\" is not a domain"
11638 msgstr "\"%s\" bir domain değildir"
11639
11640 #: commands/typecmds.c:817
11641 #, c-format
11642 msgid "\"%s\" is not a valid base type for a domain"
11643 msgstr "\"%s\" tipi bir domain için geçerli bir tip değildir"
11644
11645 #: commands/typecmds.c:877
11646 #: commands/typecmds.c:1856
11647 msgid "foreign key constraints not possible for domains"
11648 msgstr "domainlerde için foreign key constraint kullanılamaz"
11649
11650 #: commands/typecmds.c:897
11651 msgid "multiple default expressions"
11652 msgstr "birden fazla varsayılan ifade"
11653
11654 #: commands/typecmds.c:961
11655 #: commands/typecmds.c:970
11656 msgid "conflicting NULL/NOT NULL constraints"
11657 msgstr "çakışan NULL/NOT NULL constraint"
11658
11659 #: commands/typecmds.c:989
11660 #: commands/typecmds.c:1874
11661 msgid "unique constraints not possible for domains"
11662 msgstr "domainlerde için unique constraint kullanılamaz"
11663
11664 #: commands/typecmds.c:995
11665 #: commands/typecmds.c:1880
11666 msgid "primary key constraints not possible for domains"
11667 msgstr "domainlerde için primary key constraint kullanılamaz"
11668
11669 #: commands/typecmds.c:1004
11670 #: commands/typecmds.c:1889
11671 msgid "specifying constraint deferrability not supported for domains"
11672 msgstr "constraint srtelenebirliği domainlerde belirtilemez"
11673
11674 #: commands/typecmds.c:1256
11675 #, c-format
11676 msgid "changing argument type of function %s from \"opaque\" to \"cstring\""
11677 msgstr "%s fonksiyonunun argümanı \"opaque\"tan \"cstring\"e değiştiriliyor"
11678
11679 #: commands/typecmds.c:1307
11680 #, c-format
11681 msgid "changing argument type of function %s from \"opaque\" to %s"
11682 msgstr "%s fonksiyonunun argümanı \"opaque\"tan \"%s\"e değiştiriliyor"
11683
11684 #: commands/typecmds.c:1406
11685 #, c-format
11686 msgid "typmod_in function %s must return type \"integer\""
11687 msgstr "%s typmod_in fonksiyonu \"trigger\" tipini döndürmelidir"
11688
11689 #: commands/typecmds.c:1433
11690 #, c-format
11691 msgid "typmod_out function %s must return type \"cstring\""
11692 msgstr "%s typmod_out fonksiyonu  \"cstring\" döndürmelidir"
11693
11694 #: commands/typecmds.c:1460
11695 #, c-format
11696 msgid "type analyze function %s must return type \"boolean\""
11697 msgstr "%s tipi analiz fonksiyonu \"boolean\" tipini döndürmelidir"
11698
11699 #: commands/typecmds.c:1489
11700 msgid "composite type must have at least one attribute"
11701 msgstr "compisite tipinde en az bir öğe olmalıdır"
11702
11703 #: commands/typecmds.c:1715
11704 #, c-format
11705 msgid "column \"%s\" of table \"%s\" contains null values"
11706 msgstr "\"%2$s\" tablosunun \"%1$s\" sütununda null değerler mevcut"
11707
11708 #: commands/typecmds.c:1960
11709 #, c-format
11710 msgid "column \"%s\" of table \"%s\" contains values that violate the new constraint"
11711 msgstr "\"%2$s\" tablosunun \"%1$s\" sütununda yeni constrainti ihlal eden değerler mevcut"
11712
11713 #: commands/typecmds.c:2241
11714 #: commands/typecmds.c:2250
11715 msgid "cannot use table references in domain check constraint"
11716 msgstr "domain check constraintte tablo referansları kullanılamaz"
11717
11718 #: commands/typecmds.c:2482
11719 #: commands/typecmds.c:2554
11720 #: commands/typecmds.c:2790
11721 #, c-format
11722 msgid "%s is a table's row type"
11723 msgstr "%s bir tablo satır tipidir"
11724
11725 #: commands/typecmds.c:2484
11726 #: commands/typecmds.c:2556
11727 #: commands/typecmds.c:2792
11728 msgid "Use ALTER TABLE instead."
11729 msgstr "Bunun yerine ALTER TABLE kullanın."
11730
11731 #: commands/typecmds.c:2491
11732 #: commands/typecmds.c:2563
11733 #: commands/typecmds.c:2704
11734 #, c-format
11735 msgid "cannot alter array type %s"
11736 msgstr "%s array tipi değiştirilemez"
11737
11738 #: commands/typecmds.c:2493
11739 #: commands/typecmds.c:2565
11740 #: commands/typecmds.c:2706
11741 #, c-format
11742 msgid "You can alter type %s, which will alter the array type as well."
11743 msgstr "%s tipini değiştirebilirsiniz, aynı zamanda array type de değiştirilecektir."
11744
11745 #: commands/typecmds.c:2753
11746 #, c-format
11747 msgid "type %s is already in schema \"%s\""
11748 msgstr "%s tipi \"%s\" şemasında zaten mevcut"
11749
11750 #: commands/typecmds.c:2776
11751 #, c-format
11752 msgid "type \"%s\" already exists in schema \"%s\""
11753 msgstr "\"%s\" tipi zaten \"%s\" şemasında mevcuttur"
11754
11755 #: commands/user.c:145
11756 msgid "SYSID can no longer be specified"
11757 msgstr "SYSID artık belirtilemez"
11758
11759 #: commands/user.c:267
11760 msgid "must be superuser to create superusers"
11761 msgstr "superuser kullanıcısını oluşturmak için superuser olmalısınız"
11762
11763 #: commands/user.c:274
11764 msgid "permission denied to create role"
11765 msgstr "rol oluşturılmasına izin verilmedi."
11766
11767 #: commands/user.c:281
11768 #: commands/user.c:1045
11769 #, c-format
11770 msgid "role name \"%s\" is reserved"
11771 msgstr "\"%s\" rol adı sistem tarafından kullanılmaktadır"
11772
11773 #: commands/user.c:297
11774 #: commands/user.c:1039
11775 #, c-format
11776 msgid "role \"%s\" already exists"
11777 msgstr "\"%s\" rolü zaten mevcut"
11778
11779 #: commands/user.c:579
11780 #: commands/user.c:759
11781 #: commands/user.c:1291
11782 #: commands/user.c:1430
11783 msgid "must be superuser to alter superusers"
11784 msgstr "superuserleri değiştirmek için superuser olmalısınız"
11785
11786 #: commands/user.c:594
11787 #: commands/user.c:767
11788 msgid "permission denied"
11789 msgstr "erişim engellendi"
11790
11791 #: commands/user.c:829
11792 msgid "permission denied to drop role"
11793 msgstr "rol kaldırılmasına izin verilmedi"
11794
11795 #: commands/user.c:863
11796 #, c-format
11797 msgid "role \"%s\" does not exist, skipping"
11798 msgstr "rol \"%s\" mevcut değil, atlanıyor"
11799
11800 #: commands/user.c:875
11801 #: commands/user.c:879
11802 msgid "current user cannot be dropped"
11803 msgstr "geçerli kullanıcı kaldıramaz"
11804
11805 #: commands/user.c:883
11806 msgid "session user cannot be dropped"
11807 msgstr "oturum kullanıcısı kaldıramaz"
11808
11809 #: commands/user.c:894
11810 msgid "must be superuser to drop superusers"
11811 msgstr "superuser kullanıcıları drop etmek için superuser olmalısınız"
11812
11813 #: commands/user.c:907
11814 #, c-format
11815 msgid "role \"%s\" cannot be dropped because some objects depend on it"
11816 msgstr "diğer nesnelerin ona bağlı olması nedeniyle \"%s\" rolü kaldırılamıyor"
11817
11818 #: commands/user.c:1027
11819 msgid "session user cannot be renamed"
11820 msgstr "oturum kullanıcısının adı değiştirilemez"
11821
11822 #: commands/user.c:1031
11823 msgid "current user cannot be renamed"
11824 msgstr "geçerli kullanıcının adı değiştirilemez"
11825
11826 #: commands/user.c:1056
11827 msgid "must be superuser to rename superusers"
11828 msgstr "superuser kullanıcıların adlarını değiştirmek için superuser olmalısınız"
11829
11830 #: commands/user.c:1063
11831 msgid "permission denied to rename role"
11832 msgstr "rol adını değiştirilmesine izin verilmedi"
11833
11834 #: commands/user.c:1084
11835 msgid "MD5 password cleared because of role rename"
11836 msgstr "rol adı değiştirildiği için MD5 şifresi sıfırlanmıştır"
11837
11838 #: commands/user.c:1146
11839 msgid "column names cannot be included in GRANT/REVOKE ROLE"
11840 msgstr ""
11841
11842 #: commands/user.c:1190
11843 msgid "permission denied to drop objects"
11844 msgstr "nesne düşürülmesine izin verilmedi"
11845
11846 #: commands/user.c:1217
11847 #: commands/user.c:1226
11848 msgid "permission denied to reassign objects"
11849 msgstr "nesne sahipliğini değiştirmeye izin verilmedi"
11850
11851 #: commands/user.c:1299
11852 #: commands/user.c:1438
11853 #, c-format
11854 msgid "must have admin option on role \"%s\""
11855 msgstr "\"%s\" rolünde admin opsiyonuna sahip olmalıdır"
11856
11857 #: commands/user.c:1307
11858 msgid "must be superuser to set grantor"
11859 msgstr "atama etkisine sahipliğini dağıtmak için superuser olmalısınız"
11860
11861 #: commands/user.c:1332
11862 #, c-format
11863 msgid "role \"%s\" is a member of role \"%s\""
11864 msgstr "\"%s\" rolü, \"%s\" rolüne dahildir"
11865
11866 #: commands/user.c:1348
11867 #, c-format
11868 msgid "role \"%s\" is already a member of role \"%s\""
11869 msgstr "\"%s\" rolü zaten \"%s\" rolüne dahildir"
11870
11871 #: commands/user.c:1461
11872 #, c-format
11873 msgid "role \"%s\" is not a member of role \"%s\""
11874 msgstr "\"%s\" rolü, \"%s\" rolüne dahil değildir"
11875
11876 #: commands/vacuum.c:649
11877 msgid "oldest xmin is far in the past"
11878 msgstr "en eski xmin uzun zaman önce yaratılmıştır"
11879
11880 #: commands/vacuum.c:650
11881 msgid "Close open transactions soon to avoid wraparound problems."
11882 msgstr "Başa dönme sorununu yaşamamak için aktif transactionları kapatın."
11883
11884 #: commands/vacuum.c:978
11885 msgid "some databases have not been vacuumed in over 2 billion transactions"
11886 msgstr "bazı veritabanlaı iki milyarı aşkın transaction vacuum işlemi yapılmadan işlemişler"
11887
11888 #: commands/vacuum.c:979
11889 msgid "You might have already suffered transaction-wraparound data loss."
11890 msgstr "transaction-wraparound veri kaybını zaten yaşamış olabilirsiniz."
11891
11892 #: commands/vacuum.c:1111
11893 #, fuzzy, c-format
11894 msgid "skipping \"%s\" --- only superuser can vacuum it"
11895 msgstr "\"%s\" atlanıyor --- sadece tablo veya veritabanı sahibi onu vacuum edebilir"
11896
11897 #: commands/vacuum.c:1115
11898 #, fuzzy, c-format
11899 msgid "skipping \"%s\" --- only superuser or database owner can vacuum it"
11900 msgstr "\"%s\" atlanıyor --- sadece tablo veya veritabanı sahibi onu vacuum edebilir"
11901
11902 #: commands/vacuum.c:1119
11903 #, c-format
11904 msgid "skipping \"%s\" --- only table or database owner can vacuum it"
11905 msgstr "\"%s\" atlanıyor --- sadece tablo veya veritabanı sahibi onu vacuum edebilir"
11906
11907 #: commands/vacuum.c:1136
11908 #, c-format
11909 msgid "skipping \"%s\" --- cannot vacuum indexes, views, or special system tables"
11910 msgstr "\"%s\" atlanıyor --- indesk, view ve sistem tablolaları vacuum edilemez"
11911
11912 #: commands/vacuum.c:1371
11913 #: commands/vacuumlazy.c:288
11914 #, c-format
11915 msgid "vacuuming \"%s.%s\""
11916 msgstr "\"%s.%s\" veritabanına vacuum yapılıyor"
11917
11918 #: commands/vacuum.c:1430
11919 #: commands/vacuumlazy.c:408
11920 #, c-format
11921 msgid "relation \"%s\" page %u is uninitialized --- fixing"
11922 msgstr "\"%s\" nesnesi, %u, sayfası sıfırlanmamış --- düzeltiyorum"
11923
11924 #: commands/vacuum.c:1542
11925 #: commands/vacuum.c:1607
11926 #, fuzzy, c-format
11927 msgid "relation \"%s\" TID %u/%u: XMIN_COMMITTED not set for transaction %u --- cannot shrink relation"
11928 msgstr "\"%s\" tablosu TID %u/%u: InsertTransactionInProgress %u --- nesne küçültülemiyor"
11929
11930 #: commands/vacuum.c:1575
11931 #, fuzzy, c-format
11932 msgid "relation \"%s\" TID %u/%u: dead HOT-updated tuple --- cannot shrink relation"
11933 msgstr "\"%s\" tablosu TID %u/%u: InsertTransactionInProgress %u --- nesne küçültülemiyor"
11934
11935 #: commands/vacuum.c:1646
11936 #, c-format
11937 msgid "relation \"%s\" TID %u/%u: InsertTransactionInProgress %u --- cannot shrink relation"
11938 msgstr "\"%s\" tablosu TID %u/%u: InsertTransactionInProgress %u --- nesne küçültülemiyor"
11939
11940 #: commands/vacuum.c:1663
11941 #, c-format
11942 msgid "relation \"%s\" TID %u/%u: DeleteTransactionInProgress %u --- cannot shrink relation"
11943 msgstr "\"%s\" tablosu TID %u/%u: DeleteTransactionInProgress %u --- nesne küçültülemiyor"
11944
11945 #: commands/vacuum.c:1851
11946 #, c-format
11947 msgid "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u pages"
11948 msgstr "\"%s\": bulunan %.0f kaldırılabilen, %.0f sabit satır sürümleri, toplam %u sayfa"
11949
11950 #: commands/vacuum.c:1854
11951 #, c-format
11952 msgid ""
11953 "%.0f dead row versions cannot be removed yet.\n"
11954 "Nonremovable row versions range from %lu to %lu bytes long.\n"
11955 "There were %.0f unused item pointers.\n"
11956 "Total free space (including removable row versions) is %.0f bytes.\n"
11957 "%u pages are or will become empty, including %u at the end of the table.\n"
11958 "%u pages containing %.0f free bytes are potential move destinations.\n"
11959 "%s."
11960 msgstr ""
11961 "%.0f ölü satır şımdilik kaldırılamıyor.\n"
11962 "Kaldırılamayacak satır sürümleri %lu ile %lu bayt uzunukta.\n"
11963 "%.0f öğe göstergesi kullanılmadı.\n"
11964 "Topleam boş alan (kaldırılacak satır sürümleri dahil) %.0f bayttır.\n"
11965 "%u sayfa boş ya da boşaltılacak, tablonun sonunda %u tane buna dahildir.\n"
11966 "%u sayfa toplam %.0f boş bayt içeriği ile potansiyel taşıma hedefidir.\n"
11967 "%s."
11968
11969 #: commands/vacuum.c:2762
11970 #, c-format
11971 msgid "\"%s\": moved %u row versions, truncated %u to %u pages"
11972 msgstr "\"%s\": %u satır sürümü taşınmış, %u sayfa sayısından %u sayfaya düşürülmüştür"
11973
11974 #: commands/vacuum.c:2765
11975 #: commands/vacuumlazy.c:802
11976 #: commands/vacuumlazy.c:895
11977 #: commands/vacuumlazy.c:1022
11978 #, c-format
11979 msgid "%s."
11980 msgstr "%s."
11981
11982 #: commands/vacuum.c:3319
11983 #: commands/vacuumlazy.c:1019
11984 #, c-format
11985 msgid "\"%s\": truncated %u to %u pages"
11986 msgstr "\"%s\":  %u sayfadan  %u sayfaya düşürülmüştür"
11987
11988 #: commands/vacuum.c:3412
11989 #: commands/vacuum.c:3489
11990 #: commands/vacuumlazy.c:935
11991 #, c-format
11992 msgid "index \"%s\" now contains %.0f row versions in %u pages"
11993 msgstr "\"%s\" indexi %.0f satır sürümü, %u sayfa"
11994
11995 #: commands/vacuum.c:3416
11996 #, c-format
11997 msgid ""
11998 "%u index pages have been deleted, %u are currently reusable.\n"
11999 "%s."
12000 msgstr ""
12001 "%u index sayfası silinmiş, %u kullanılabilir.\n"
12002 "%s."
12003
12004 #: commands/vacuum.c:3431
12005 #: commands/vacuum.c:3510
12006 #, c-format
12007 msgid "index \"%s\" contains %.0f row versions, but table contains %.0f row versions"
12008 msgstr "\"%s\" indexi %.0f satır sürümü içeriyor, ancak tablo %.0f satır sürümü içeriyor"
12009
12010 #: commands/vacuum.c:3434
12011 #: commands/vacuum.c:3513
12012 msgid "Rebuild the index with REINDEX."
12013 msgstr "REINDEX işlemiyle index yeniden oluşturuluyor."
12014
12015 #: commands/vacuum.c:3493
12016 #: commands/vacuumlazy.c:939
12017 #, c-format
12018 msgid ""
12019 "%.0f index row versions were removed.\n"
12020 "%u index pages have been deleted, %u are currently reusable.\n"
12021 "%s."
12022 msgstr ""
12023 "%.0f index sürüm satırı kaldırıldı.\n"
12024 "%u index sayfası silindi, %u şu an kullanılabilir.\n"
12025 "%s"
12026
12027 #: commands/vacuumlazy.c:234
12028 #, c-format
12029 msgid ""
12030 "automatic vacuum of table \"%s.%s.%s\": index scans: %d\n"
12031 "pages: %d removed, %d remain\n"
12032 "tuples: %.0f removed, %.0f remain\n"
12033 "system usage: %s"
12034 msgstr ""
12035 "\"%s.%s.%s\" tablosunun automatic vacuumu: index scans: %d\n"
12036 "pages: %d removed, %d remain\n"
12037 "tuples: %.0f removed, %.0f remain\n"
12038 "system kullanımı: %s"
12039
12040 #: commands/vacuumlazy.c:733
12041 #, c-format
12042 msgid "\"%s\": removed %.0f row versions in %u pages"
12043 msgstr "\"%1$s\": %3$u sayfada %2$.0f satır sürümü kaldırılmış"
12044
12045 #: commands/vacuumlazy.c:738
12046 #, fuzzy, c-format
12047 msgid "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u pages"
12048 msgstr "\"%s\": bulunan %.0f kaldırılabilen, %.0f sabit satır sürümleri, toplam %u sayfa"
12049
12050 #: commands/vacuumlazy.c:741
12051 #, c-format
12052 msgid ""
12053 "%.0f dead row versions cannot be removed yet.\n"
12054 "There were %.0f unused item pointers.\n"
12055 "%u pages are entirely empty.\n"
12056 "%s."
12057 msgstr ""
12058 "%.0f ölü satır sürümü şu an kaldırılamıyor.\n"
12059 "%.0f kullanılmamış öğe göstergesi vardı.\n"
12060 "%u sayfa ise tamamen boş.\n"
12061 "%s."
12062
12063 #: commands/vacuumlazy.c:799
12064 #, c-format
12065 msgid "\"%s\": removed %d row versions in %d pages"
12066 msgstr "\"%1$s\": %3$d sayfada %2$d satır sürümü kaldırılmış"
12067
12068 #: commands/vacuumlazy.c:892
12069 #, c-format
12070 msgid "scanned index \"%s\" to remove %d row versions"
12071 msgstr "\"%s\" indeksi tarandı, %d satır sürümü kaldırıldı"
12072
12073 #: commands/variable.c:62
12074 msgid "invalid list syntax for parameter \"datestyle\""
12075 msgstr "\"datestyle\" parametresi için list sözdizimi geçersiz"
12076
12077 #: commands/variable.c:161
12078 #, c-format
12079 msgid "unrecognized \"datestyle\" key word: \"%s\""
12080 msgstr "\"datestyle\" anahtar kelimesi bulunamadı: \"%s\""
12081
12082 #: commands/variable.c:175
12083 msgid "conflicting \"datestyle\" specifications"
12084 msgstr "çakışan \"datestyle\" tanımları"
12085
12086 #: commands/variable.c:285
12087 msgid "invalid interval value for time zone: month not allowed"
12088 msgstr "zaman dilimi için geçersiz aralık değeri: ay belirtilemez"
12089
12090 #: commands/variable.c:293
12091 msgid "invalid interval value for time zone: day not allowed"
12092 msgstr "zaman dilimi için geçersiz aralık değeri: gün ayarlanamaz"
12093
12094 #: commands/variable.c:361
12095 #: commands/variable.c:493
12096 #, c-format
12097 msgid "unrecognized time zone name: \"%s\""
12098 msgstr "bilinmeyen zaman dilimi adı: \"%s\""
12099
12100 #: commands/variable.c:370
12101 #: commands/variable.c:502
12102 #, c-format
12103 msgid "time zone \"%s\" appears to use leap seconds"
12104 msgstr "\"%s\" zaman dilimi artış saniyeleri kullanmaktadır"
12105
12106 #: commands/variable.c:372
12107 #: commands/variable.c:504
12108 msgid "PostgreSQL does not support leap seconds."
12109 msgstr "PostgreSQL, artış saniyeleri desteklememektedir."
12110
12111 #: commands/variable.c:557
12112 msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query"
12113 msgstr "bir sorgudan önce SET TRANSACTION ISOLATION LEVEL çağırılmalıdır"
12114
12115 #: commands/variable.c:566
12116 msgid "SET TRANSACTION ISOLATION LEVEL must not be called in a subtransaction"
12117 msgstr "subtransaction içinde SET TRANSACTION ISOLATION LEVEL çağırılmamalıdır"
12118
12119 #: commands/variable.c:731
12120 msgid "cannot set session authorization within security-definer function"
12121 msgstr "security-definer fonksiyonlarında oturum yetkilendirilmesi yapılamıyor."
12122
12123 #: commands/variable.c:855
12124 #, fuzzy
12125 msgid "cannot set role within security-definer function"
12126 msgstr "var olan bir fonksiyonun döndürme tipi değiştirilemez"
12127
12128 #: commands/variable.c:898
12129 #, c-format
12130 msgid "permission denied to set role \"%s\""
12131 msgstr "\"%s\" rolü ayarlanması engellendi"
12132
12133 #: commands/view.c:138
12134 msgid "view must have at least one column"
12135 msgstr "viewda en az bir sütun olmalıdır"
12136
12137 #: commands/view.c:259
12138 #: commands/view.c:271
12139 #, fuzzy
12140 msgid "cannot drop columns from view"
12141 msgstr "view silme hatası"
12142
12143 #: commands/view.c:276
12144 #, fuzzy, c-format
12145 msgid "cannot change name of view column \"%s\" to \"%s\""
12146 msgstr "view sütunu \"%s\" ad değiştirme hatası"
12147
12148 #: commands/view.c:284
12149 #, fuzzy, c-format
12150 msgid "cannot change data type of view column \"%s\" from %s to %s"
12151 msgstr "\"%s\" view sütununun tipi değiştirilemiyor"
12152
12153 #: commands/view.c:440
12154 msgid "CREATE VIEW specifies more column names than columns"
12155 msgstr "CREATE VIEW sütun sayısından çok sütün adı belirtmektedir"
12156
12157 #: commands/view.c:456
12158 #, c-format
12159 msgid "view \"%s\" will be a temporary view"
12160 msgstr "\"%s\" view, bir geçeci view olacaktır"
12161
12162 #: executor/execCurrent.c:75
12163 #, c-format
12164 msgid "cursor \"%s\" is not a SELECT query"
12165 msgstr "\"%s\" imleci SELECT sorgusu değil"
12166
12167 #: executor/execCurrent.c:81
12168 #, c-format
12169 msgid "cursor \"%s\" is held from a previous transaction"
12170 msgstr "önceki işlemden \"%s\" cursoru tutulmaktadır"
12171
12172 #: executor/execCurrent.c:110
12173 #, c-format
12174 msgid "cursor \"%s\" has multiple FOR UPDATE/SHARE references to table \"%s\""
12175 msgstr ""
12176
12177 #: executor/execCurrent.c:119
12178 #, c-format
12179 msgid "cursor \"%s\" does not have a FOR UPDATE/SHARE reference to table \"%s\""
12180 msgstr ""
12181
12182 #: executor/execCurrent.c:129
12183 #: executor/execCurrent.c:176
12184 #, fuzzy, c-format
12185 msgid "cursor \"%s\" is not positioned on a row"
12186 msgstr " \"%s\" rolünun sisteme giriş hakkı yoktur"
12187
12188 #: executor/execCurrent.c:163
12189 #, fuzzy, c-format
12190 msgid "cursor \"%s\" is not a simply updatable scan of table \"%s\""
12191 msgstr "\"%s\" rolü, \"%s\" rolüne dahil değildir"
12192
12193 #: executor/execCurrent.c:228
12194 #: executor/execQual.c:893
12195 #, c-format
12196 msgid "no value found for parameter %d"
12197 msgstr "%d parametresi içim değer bulunamadı"
12198
12199 #: executor/execMain.c:943
12200 #, fuzzy
12201 msgid "SELECT FOR UPDATE/SHARE is not supported within a query with multiple result relations"
12202 msgstr "inheritance sorgulamalar için SELECT FOR UPDATE/SHARE desteklenmemektedir"
12203
12204 #: executor/execMain.c:1089
12205 #, c-format
12206 msgid "cannot change sequence \"%s\""
12207 msgstr "\"%s\" sequence değiştirilemez"
12208
12209 #: executor/execMain.c:1095
12210 #, c-format
12211 msgid "cannot change TOAST relation \"%s\""
12212 msgstr "\"%s\" TOAST objesi değiştirilemez"
12213
12214 #: executor/execMain.c:1101
12215 #, c-format
12216 msgid "cannot change view \"%s\""
12217 msgstr "\"%s\" view değiştirilemiyor"
12218
12219 #: executor/execMain.c:1107
12220 #, c-format
12221 msgid "cannot change relation \"%s\""
12222 msgstr "\"%s\" nesnesi değiştirilemiyor"
12223
12224 #: executor/execMain.c:1183
12225 #: executor/execMain.c:1193
12226 #: executor/execMain.c:1210
12227 #: executor/execMain.c:1218
12228 #: executor/execQual.c:618
12229 #: executor/execQual.c:637
12230 #: executor/execQual.c:647
12231 msgid "table row type and query-specified row type do not match"
12232 msgstr "sorgu-tanımlı sonuç satırı ve tablonun sonuç satırı uyuşmamaktadır"
12233
12234 #: executor/execMain.c:1184
12235 #, fuzzy
12236 msgid "Query has too many columns."
12237 msgstr "subquery çok fazla sütuna sahip"
12238
12239 #: executor/execMain.c:1194
12240 #: executor/execQual.c:638
12241 #, c-format
12242 msgid "Table has type %s at ordinal position %d, but query expects %s."
12243 msgstr "Sorgu, %2$d adresine döndürme tipi %1$s iken,  %3$s bekliyor."
12244
12245 #: executor/execMain.c:1211
12246 #, fuzzy, c-format
12247 msgid "Query provides a value for a dropped column at ordinal position %d."
12248 msgstr "%d adresinde düşürülmüş sütunda fiziksel saklam uyuşmazlığı."
12249
12250 #: executor/execMain.c:1219
12251 #, fuzzy
12252 msgid "Query has too few columns."
12253 msgstr "subquery'de yetersiz sütun sayısı"
12254
12255 #: executor/execMain.c:2228
12256 #, c-format
12257 msgid "null value in column \"%s\" violates not-null constraint"
12258 msgstr "\"%s\" sütununda null değeri not-null kısıtlamasını ihlal ediyor"
12259
12260 #: executor/execMain.c:2240
12261 #, c-format
12262 msgid "new row for relation \"%s\" violates check constraint \"%s\""
12263 msgstr "\"%s\" tablosuna girilen yeni satır \"%s\" check kısıtlamasını ihlal ediyor"
12264
12265 #: executor/execQual.c:306
12266 #: executor/execQual.c:334
12267 msgid "array subscript in assignment must not be null"
12268 msgstr "atamada array subscript null olamaz"
12269
12270 #: executor/execQual.c:559
12271 #: executor/execQual.c:3817
12272 #, c-format
12273 msgid "attribute %d has wrong type"
12274 msgstr "attribute %d yalnış tipe sahiptir"
12275
12276 #: executor/execQual.c:560
12277 #: executor/execQual.c:3818
12278 #, c-format
12279 msgid "Table has type %s, but query expects %s."
12280 msgstr "Tablonun tipi %s iken, sorgu %s beklemektedir."
12281
12282 #: executor/execQual.c:619
12283 #, fuzzy, c-format
12284 msgid "Table row contains %d attribute, but query expects %d."
12285 msgid_plural "Table row contains %d attributes, but query expects %d."
12286 msgstr[0] "Sorgu, döndürülen satırın %2$d sütundan oluşmasını beklerken, %1$d sütun geldi."
12287 msgstr[1] "Sorgu, döndürülen satırın %2$d sütundan oluşmasını beklerken, %1$d sütun geldi."
12288
12289 #: executor/execQual.c:648
12290 #: executor/execQual.c:1363
12291 #, c-format
12292 msgid "Physical storage mismatch on dropped attribute at ordinal position %d."
12293 msgstr "%d adresinde düşürülmüş sütunda fiziksel saklam uyuşmazlığı."
12294
12295 #: executor/execQual.c:1047
12296 #: parser/parse_func.c:88
12297 #: parser/parse_func.c:260
12298 #: parser/parse_func.c:541
12299 #, fuzzy, c-format
12300 msgid "cannot pass more than %d argument to a function"
12301 msgid_plural "cannot pass more than %d arguments to a function"
12302 msgstr[0] "bit fonksiyona %d sayısından fazla argüman gönderilemez"
12303 msgstr[1] "bit fonksiyona %d sayısından fazla argüman gönderilemez"
12304
12305 #: executor/execQual.c:1231
12306 msgid "functions and operators can take at most one set argument"
12307 msgstr "fonksiyon ve operator en çok bir tane set parametresi alabiliyorlar"
12308
12309 #: executor/execQual.c:1281
12310 #, fuzzy
12311 msgid "function returning setof record called in context that cannot accept type record"
12312 msgstr "tip kaydı içermeyen alanda çağırılan ve kayıt döndüren fonksiyon"
12313
12314 #: executor/execQual.c:1336
12315 #: executor/execQual.c:1352
12316 #: executor/execQual.c:1362
12317 msgid "function return row and query-specified return row do not match"
12318 msgstr "sorgu-tanımlı sonuç satırı ve gerçek sonuç satırı uyuşmamaktadır"
12319
12320 #: executor/execQual.c:1337
12321 #, fuzzy, c-format
12322 msgid "Returned row contains %d attribute, but query expects %d."
12323 msgid_plural "Returned row contains %d attributes, but query expects %d."
12324 msgstr[0] "Sorgu, döndürülen satırın %2$d sütundan oluşmasını beklerken, %1$d sürun geldi."
12325 msgstr[1] "Sorgu, döndürülen satırın %2$d sütundan oluşmasını beklerken, %1$d sürun geldi."
12326
12327 #: executor/execQual.c:1353
12328 #, c-format
12329 msgid "Returned type %s at ordinal position %d, but query expects %s."
12330 msgstr "Sorgu, %2$d adresine döndürme tipi %1$s iken,  %3$s bekliyor."
12331
12332 #: executor/execQual.c:1606
12333 #: executor/execQual.c:2024
12334 msgid "table-function protocol for materialize mode was not followed"
12335 msgstr "materialize biçimi için table-function protokolü izlenmemiş"
12336
12337 #: executor/execQual.c:1626
12338 #: executor/execQual.c:2031
12339 #, c-format
12340 msgid "unrecognized table-function returnMode: %d"
12341 msgstr "belinmeyen table-function returnMode: %d"
12342
12343 #: executor/execQual.c:1946
12344 msgid "function returning set of rows cannot return null value"
12345 msgstr "satır seti döndüren fonksiyon null değerini döndüremez"
12346
12347 #: executor/execQual.c:2191
12348 msgid "IS DISTINCT FROM does not support set arguments"
12349 msgstr "IS DISTINCT FROM ifadesi set parametreleri desteklememektedir"
12350
12351 #: executor/execQual.c:2266
12352 msgid "op ANY/ALL (array) does not support set arguments"
12353 msgstr "op ANY/ALL (array) set parametreleri desteklememektedir"
12354
12355 #: executor/execQual.c:2885
12356 msgid "cannot merge incompatible arrays"
12357 msgstr "uyumsuz dizinleri birleştirilemez"
12358
12359 #: executor/execQual.c:2886
12360 #, c-format
12361 msgid "Array with element type %s cannot be included in ARRAY construct with element type %s."
12362 msgstr "%s öğe tipi olan dizin, %s öğe tipi olan dizin ile aynı ARRAY içine eklenemez"
12363
12364 #: executor/execQual.c:3469
12365 msgid "NULLIF does not support set arguments"
12366 msgstr "NULLIF, set argümanları desteklememektedir"
12367
12368 #: executor/execQual.c:4192
12369 #: optimizer/util/clauses.c:547
12370 #: parser/parse_agg.c:74
12371 msgid "aggregate function calls cannot be nested"
12372 msgstr "aggregate fonksiyon çağırmaları içiçe olamaz"
12373
12374 #: executor/execQual.c:4230
12375 #: optimizer/util/clauses.c:621
12376 #: parser/parse_agg.c:121
12377 #, fuzzy
12378 msgid "window function calls cannot be nested"
12379 msgstr "aggregate fonksiyon çağırmaları içiçe olamaz"
12380
12381 #: executor/execQual.c:4430
12382 msgid "target type is not an array"
12383 msgstr "hedef tipi array değildir"
12384
12385 #: executor/execQual.c:4543
12386 #, c-format
12387 msgid "ROW() column has type %s instead of type %s"
12388 msgstr "ROW() sütünü %2$s yerine %1$s tipine sahip"
12389
12390 #. translator: %s is a SQL statement name
12391 #: executor/functions.c:153
12392 #, c-format
12393 msgid "%s is not allowed in a SQL function"
12394 msgstr "%s, bir SQL fonksiyonunda yer alamaz"
12395
12396 #. translator: %s is a SQL statement name
12397 #: executor/functions.c:160
12398 #: executor/spi.c:1209
12399 #: executor/spi.c:1771
12400 #, c-format
12401 msgid "%s is not allowed in a non-volatile function"
12402 msgstr "non-volatile fonksiyonda %s kullanılamaz"
12403
12404 #: executor/functions.c:254
12405 #, c-format
12406 msgid "could not determine actual result type for function declared to return type %s"
12407 msgstr "geri döndürme tipi %s olarak tanımlanmış fonksiyonun gerçek döndürme tipi belirlenememektedir"
12408
12409 #: executor/functions.c:293
12410 #, c-format
12411 msgid "could not determine actual type of argument declared %s"
12412 msgstr "tipi %s olarak tanımlanmış fonksiyonun parametresinin gerçek döndürme tipi belirlenememektedir"
12413
12414 #: executor/functions.c:930
12415 #, c-format
12416 msgid "SQL function \"%s\" statement %d"
12417 msgstr "\"%s\" SQL fonksiyonu, %d komutu"
12418
12419 #: executor/functions.c:949
12420 #, c-format
12421 msgid "SQL function \"%s\" during startup"
12422 msgstr "başlangıç sırasında \"%s\" SQL fonksiyonu"
12423
12424 #: executor/functions.c:1078
12425 #: executor/functions.c:1114
12426 #: executor/functions.c:1126
12427 #: executor/functions.c:1213
12428 #: executor/functions.c:1225
12429 #: executor/functions.c:1250
12430 #, c-format
12431 msgid "return type mismatch in function declared to return %s"
12432 msgstr "%s dönüşlü bildirilmiş işlevde return deyimin tipi uyumsuz"
12433
12434 #: executor/functions.c:1080
12435 #, fuzzy
12436 msgid "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING."
12437 msgstr "Fonksiyonun son komutu SELECT olmalıdır."
12438
12439 #: executor/functions.c:1116
12440 #, fuzzy
12441 msgid "Final statement must return exactly one column."
12442 msgstr "Son SELECT tam bir satır döndürmelidir."
12443
12444 #: executor/functions.c:1128
12445 #, c-format
12446 msgid "Actual return type is %s."
12447 msgstr "Asıl döndürme tipi %s."
12448
12449 #: executor/functions.c:1215
12450 #, fuzzy
12451 msgid "Final statement returns too many columns."
12452 msgstr "Son SELECT fazla satır döndürüyor."
12453
12454 #: executor/functions.c:1227
12455 #, fuzzy, c-format
12456 msgid "Final statement returns %s instead of %s at column %d."
12457 msgstr "Son SELECT %3$d sütununda %2$s yerine %1$s döndürüyor."
12458
12459 #: executor/functions.c:1252
12460 #, fuzzy
12461 msgid "Final statement returns too few columns."
12462 msgstr "Son SELECT az satır döndürüyor."
12463
12464 #: executor/functions.c:1266
12465 #, c-format
12466 msgid "return type %s is not supported for SQL functions"
12467 msgstr "SQL fonksiyonların içinde %s dönüş tipi desteklenmemektedir"
12468
12469 #: executor/nodeAgg.c:1543
12470 #: executor/nodeWindowAgg.c:1502
12471 #, c-format
12472 msgid "aggregate %u needs to have compatible input type and transition type"
12473 msgstr "%u aggregate fonksiyonu uyumlu giriş ve geçiş tiplerine sahip olmalıdır"
12474
12475 #: executor/nodeAgg.c:1564
12476 msgid "DISTINCT is supported only for single-argument aggregates"
12477 msgstr "DISTINCT sace tek arümanlı aggregatelerde desteklenmektedir"
12478
12479 #: executor/nodeHashjoin.c:731
12480 #: executor/nodeHashjoin.c:765
12481 #, c-format
12482 msgid "could not rewind hash-join temporary file: %m"
12483 msgstr "geçici hash-join dosyasına başa alma işlemi başarısız: %m"
12484
12485 #: executor/nodeHashjoin.c:799
12486 #: executor/nodeHashjoin.c:805
12487 #, c-format
12488 msgid "could not write to hash-join temporary file: %m"
12489 msgstr "geçici hash-join dosyasına yazma başarısız: %m"
12490
12491 #: executor/nodeHashjoin.c:839
12492 #: executor/nodeHashjoin.c:849
12493 #, c-format
12494 msgid "could not read from hash-join temporary file: %m"
12495 msgstr "geçici hash-join dosyasına okuma başarısız: %m"
12496
12497 #: executor/nodeLimit.c:251
12498 #, fuzzy
12499 msgid "OFFSET must not be negative"
12500 msgstr "COST pozitif olmalıdır"
12501
12502 #: executor/nodeLimit.c:278
12503 msgid "LIMIT must not be negative"
12504 msgstr "LIMIT negatif sayı olmamalı"
12505
12506 #: executor/nodeMergejoin.c:1509
12507 msgid "RIGHT JOIN is only supported with merge-joinable join conditions"
12508 msgstr "RIGHT JOIN ancak merge-join işlemine uygun şartlarında desteklenmektedir"
12509
12510 #: executor/nodeMergejoin.c:1527
12511 #: optimizer/path/joinpath.c:1062
12512 msgid "FULL JOIN is only supported with merge-joinable join conditions"
12513 msgstr "FULL JOIN ancak merge-join işlemine uygun şartlarında desteklenmektedir"
12514
12515 #: executor/nodeSubplan.c:308
12516 #: executor/nodeSubplan.c:347
12517 #: executor/nodeSubplan.c:972
12518 msgid "more than one row returned by a subquery used as an expression"
12519 msgstr "ifade içinde kullanılan alt sorgusu birden fazla satır döndürüldü"
12520
12521 #: executor/spi.c:211
12522 msgid "transaction left non-empty SPI stack"
12523 msgstr "transaction boş olamayan SPI stack bıraktı"
12524
12525 #: executor/spi.c:212
12526 #: executor/spi.c:276
12527 msgid "Check for missing \"SPI_finish\" calls."
12528 msgstr "Atlanan \"SPI_finish\" çağırılarına bakın."
12529
12530 #: executor/spi.c:275
12531 msgid "subtransaction left non-empty SPI stack"
12532 msgstr "subtransaction left non-empty SPI stack"
12533
12534 #: executor/spi.c:1051
12535 msgid "cannot open multi-query plan as cursor"
12536 msgstr "multi-query plan imleç olarak açılmıyor"
12537
12538 #. translator: %s is name of a SQL command, eg INSERT
12539 #: executor/spi.c:1056
12540 #, c-format
12541 msgid "cannot open %s query as cursor"
12542 msgstr "%s sorgusu sorgusunu imleç olarak açılmıyor"
12543
12544 #: executor/spi.c:1186
12545 #: parser/analyze.c:1875
12546 msgid "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE is not supported"
12547 msgstr "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE desteklenmiyor"
12548
12549 #: executor/spi.c:1187
12550 #: parser/analyze.c:1876
12551 msgid "Scrollable cursors must be READ ONLY."
12552 msgstr "Scrollable cursorkar READ ONLY olmalıdır."
12553
12554 #: executor/spi.c:2062
12555 #, c-format
12556 msgid "SQL statement \"%s\""
12557 msgstr "SQL deyimi: \"%s\""
12558
12559 #: foreign/foreign.c:240
12560 #, fuzzy, c-format
12561 msgid "user mapping not found for \"%s\""
12562 msgstr "\"%s\" rolünde admin opsiyonuna sahip olmalıdır"
12563
12564 #: foreign/foreign.c:418
12565 #, fuzzy, c-format
12566 msgid "invalid option \"%s\""
12567 msgstr "\"%s\" ikili dosyası geçersiz"
12568
12569 #: foreign/foreign.c:419
12570 #, c-format
12571 msgid "Valid options in this context are: %s"
12572 msgstr ""
12573
12574 #: lib/stringinfo.c:246
12575 #, c-format
12576 msgid "Cannot enlarge string buffer containing %d bytes by %d more bytes."
12577 msgstr "%d bayt uzunluğunda olan satır arabelleği  %d bayt ile uzatılamıyor."
12578
12579 #: storage/buffer/bufmgr.c:129
12580 #: storage/buffer/bufmgr.c:233
12581 #, fuzzy
12582 msgid "cannot access temporary tables of other sessions"
12583 msgstr "diğer oturumların geçici tabloları taşınamaz"
12584
12585 #: storage/buffer/bufmgr.c:361
12586 #, fuzzy, c-format
12587 msgid "unexpected data beyond EOF in block %u of relation %s"
12588 msgstr "\"%2$s\" nesnesinin %1$u bloğunda dosya sonundan sonra beklenmeyen veri"
12589
12590 #: storage/buffer/bufmgr.c:363
12591 msgid "This has been seen to occur with buggy kernels; consider updating your system."
12592 msgstr "Bu durum bazı eski çekirdeklerde meydana gelebilir. Yeni kernellerde bu düzeltilmiştir."
12593
12594 #: storage/buffer/bufmgr.c:435
12595 #, fuzzy, c-format
12596 msgid "invalid page header in block %u of relation %s; zeroing out page"
12597 msgstr "\"%2$s\" tablosunun %1$u bloğunda geçersiz sayfa başlığı; sayfa sıfırlanıyor"
12598
12599 #: storage/buffer/bufmgr.c:443
12600 #, fuzzy, c-format
12601 msgid "invalid page header in block %u of relation %s"
12602 msgstr "\"%2$s\" tablosunun %1$u bloğunda geçersiz sayfa başlığı"
12603
12604 #: storage/buffer/bufmgr.c:2716
12605 #, fuzzy, c-format
12606 msgid "could not write block %u of %s"
12607 msgstr "%2$u/%3$u/%4$u nesnesinin %1$u bloku yazılamıyor"
12608
12609 #: storage/buffer/bufmgr.c:2718
12610 msgid "Multiple failures --- write error might be permanent."
12611 msgstr "Çoklu hata --- yazma hatası kalıcı olabilir."
12612
12613 #: storage/buffer/bufmgr.c:2739
12614 #, fuzzy, c-format
12615 msgid "writing block %u of relation %s"
12616 msgstr "block: %u nesne %u/%u/%u yazılıyor"
12617
12618 #: storage/buffer/localbuf.c:188
12619 msgid "no empty local buffer available"
12620 msgstr "boş yerel arabellek bulunamadı"
12621
12622 #: storage/smgr/md.c:261
12623 #, fuzzy, c-format
12624 msgid "could not create relation %s: %m"
12625 msgstr "nesne %u/%u/%u oluşturma hatası: %m"
12626
12627 #: storage/smgr/md.c:348
12628 #: storage/smgr/md.c:1173
12629 #, fuzzy, c-format
12630 msgid "could not remove relation %s: %m"
12631 msgstr "nesne %u/%u/%u kaldırma hatası: %m"
12632
12633 #: storage/smgr/md.c:372
12634 #, fuzzy, c-format
12635 msgid "could not remove segment %u of relation %s: %m"
12636 msgstr "segment %u, nesne %u/%u/%u kaldırılamıyor: %m"
12637
12638 #: storage/smgr/md.c:417
12639 #, fuzzy, c-format
12640 msgid "cannot extend relation %s beyond %u blocks"
12641 msgstr "%u/%u/%u nesnesi %u bloğuna kadar genişletilemiyor"
12642
12643 #: storage/smgr/md.c:439
12644 #: storage/smgr/md.c:600
12645 #: storage/smgr/md.c:673
12646 #, fuzzy, c-format
12647 msgid "could not seek to block %u of relation %s: %m"
12648 msgstr "%2$u/%3$u/%4$u nesnesinin %1$u bloğuna arama hatası: %5$m"
12649
12650 #: storage/smgr/md.c:448
12651 #, fuzzy, c-format
12652 msgid "could not extend relation %s: %m"
12653 msgstr "nesne %u/%u/%u genişletme hatası: %m"
12654
12655 #: storage/smgr/md.c:450
12656 #: storage/smgr/md.c:457
12657 #: storage/smgr/md.c:699
12658 msgid "Check free disk space."
12659 msgstr "Yeterli disk alanı kontrol edin"
12660
12661 #: storage/smgr/md.c:454
12662 #, fuzzy, c-format
12663 msgid "could not extend relation %s: wrote only %d of %d bytes at block %u"
12664 msgstr "%1$u/%2$u/%3$u nesnesi büyütme hatası: %6$u bloğunda %4$d bayttan sadece %5$d bayt yazıldı"
12665
12666 #: storage/smgr/md.c:511
12667 #, fuzzy, c-format
12668 msgid "could not open relation %s: %m"
12669 msgstr "nesne %u/%u/%u açma hatası: %m"
12670
12671 #: storage/smgr/md.c:617
12672 #, fuzzy, c-format
12673 msgid "could not read block %u of relation %s: %m"
12674 msgstr "%2$u/%3$u/%4$u nesnesinin %1$u bloku okunamıyor: %5$m"
12675
12676 #: storage/smgr/md.c:633
12677 #, fuzzy, c-format
12678 msgid "could not read block %u of relation %s: read only %d of %d bytes"
12679 msgstr "%2$u/%3$u/%4$u nesnesinin %1$u bloku okunamıyor: %6$d bayttan sadece %5$d bayt okundu"
12680
12681 #: storage/smgr/md.c:690
12682 #, fuzzy, c-format
12683 msgid "could not write block %u of relation %s: %m"
12684 msgstr "%2$u/%3$u/%4$u nesnesinin %1$u bloku yazılamıyor: %5$m"
12685
12686 #: storage/smgr/md.c:695
12687 #, fuzzy, c-format
12688 msgid "could not write block %u of relation %s: wrote only %d of %d bytes"
12689 msgstr "%2$u/%3$u/%4$u nesnesinin %1$u bloku yazılamıyor: %6$d bayttan sadece %5$d bayt yazıldı"
12690
12691 #: storage/smgr/md.c:764
12692 #, fuzzy, c-format
12693 msgid "could not open segment %u of relation %s: %m"
12694 msgstr "segment %u, nesne %u/%u/%u açma yapılamıyor: %m"
12695
12696 #: storage/smgr/md.c:795
12697 #, fuzzy, c-format
12698 msgid "could not truncate relation %s to %u blocks: it's only %u blocks now"
12699 msgstr "%u/%u/%u nesnesi %u blokuna kadar kesilemiyor: nesnenin boyutu %u blok olarak ayarlandı"
12700
12701 #: storage/smgr/md.c:819
12702 #: storage/smgr/md.c:844
12703 #, c-format
12704 msgid "could not truncate relation %s to %u blocks: %m"
12705 msgstr "%s ilişkisi to %u bloğa küçültülemedi: %m"
12706
12707 #: storage/smgr/md.c:889
12708 #: storage/smgr/md.c:1063
12709 #: storage/smgr/md.c:1207
12710 #, fuzzy, c-format
12711 msgid "could not fsync segment %u of relation %s: %m"
12712 msgstr "log dosyası segment %u, nesne %u/%u/%u fsync yapılamıyor: %m"
12713
12714 #: storage/smgr/md.c:1068
12715 #, fuzzy, c-format
12716 msgid "could not fsync segment %u of relation %s but retrying: %m"
12717 msgstr "segment %u, nesne %u/%u/%u fsync yapılamıyor: %m"
12718
12719 #: storage/smgr/md.c:1554
12720 #, fuzzy, c-format
12721 msgid "could not open segment %u of relation %s (target block %u): %m"
12722 msgstr "segment %u, nesne%u/%u/%u (hedef blok %u) açılamıyor: %m"
12723
12724 #: storage/smgr/md.c:1577
12725 #, fuzzy, c-format
12726 msgid "could not seek to end of segment %u of relation %s: %m"
12727 msgstr "segment %u, nesne %u/%u/%u arama yapılamıyor: %m"
12728
12729 #: storage/file/fd.c:383
12730 #, c-format
12731 msgid "getrlimit failed: %m"
12732 msgstr "getrlimit başarısız oldu: %m"
12733
12734 #: storage/file/fd.c:473
12735 msgid "insufficient file descriptors available to start server process"
12736 msgstr "sunucu sürecini başlatmak için yetersiz dosya belirteçleri"
12737
12738 #: storage/file/fd.c:474
12739 #, c-format
12740 msgid "System allows %d, we need at least %d."
12741 msgstr "Sistem %d dosya belirtecine izin veriyor, PostgreSQL en az %d istiyor."
12742
12743 #: storage/file/fd.c:515
12744 #: storage/file/fd.c:1376
12745 #: storage/file/fd.c:1491
12746 #, c-format
12747 msgid "out of file descriptors: %m; release and retry"
12748 msgstr "dosya belirteçleri kullanımda: %m; serbest bırakın ve yeniden kullanın"
12749
12750 #: storage/file/fd.c:1043
12751 #, c-format
12752 msgid "temporary file: path \"%s\", size %lu"
12753 msgstr "geçici dosya: yol \"%s\", boyut %lu"
12754
12755 #: storage/file/fd.c:1550
12756 #, c-format
12757 msgid "could not read directory \"%s\": %m"
12758 msgstr "\"%s\" dizini okunamıyor: %m"
12759
12760 #: storage/page/bufpage.c:143
12761 #: storage/page/bufpage.c:390
12762 #: storage/page/bufpage.c:623
12763 #: storage/page/bufpage.c:753
12764 #, c-format
12765 msgid "corrupted page pointers: lower = %u, upper = %u, special = %u"
12766 msgstr "bozuk sayfa göstergesi: lower = %u, upper = %u, special = %u"
12767
12768 #: storage/page/bufpage.c:433
12769 #, c-format
12770 msgid "corrupted item pointer: %u"
12771 msgstr "nesne imleyici bozuk: %u"
12772
12773 #: storage/page/bufpage.c:444
12774 #: storage/page/bufpage.c:805
12775 #, c-format
12776 msgid "corrupted item lengths: total %u, available space %u"
12777 msgstr "bozuk öğe uzunluğu: toplam %u, boş alan %u"
12778
12779 #: storage/page/bufpage.c:642
12780 #: storage/page/bufpage.c:778
12781 #, c-format
12782 msgid "corrupted item pointer: offset = %u, size = %u"
12783 msgstr "bozuk öğe göstergisi: offset = %u, size = %u"
12784
12785 #: storage/large_object/inv_api.c:545
12786 #: storage/large_object/inv_api.c:736
12787 #, c-format
12788 msgid "large object %u was not opened for writing"
12789 msgstr "large object %u yazmak için açılamadı"
12790
12791 #: storage/lmgr/deadlock.c:915
12792 #, c-format
12793 msgid "Process %d waits for %s on %s; blocked by process %d."
12794 msgstr "Process %d waits for %s on %s; blocked by process %d."
12795
12796 #: storage/lmgr/deadlock.c:934
12797 #, fuzzy, c-format
12798 msgid "Process %d: %s"
12799 msgstr "erişim: %s"
12800
12801 #: storage/lmgr/deadlock.c:941
12802 msgid "deadlock detected"
12803 msgstr "ÖlüKilit konumu saptandı"
12804
12805 #: storage/lmgr/deadlock.c:944
12806 msgid "See server log for query details."
12807 msgstr "Sorgu ayrıntıları için sunucu kayıt dosyasına bakın."
12808
12809 #: storage/lmgr/lmgr.c:717
12810 #, c-format
12811 msgid "relation %u of database %u"
12812 msgstr "%2$u veritabanının %1$u nesnesi"
12813
12814 #: storage/lmgr/lmgr.c:723
12815 #, c-format
12816 msgid "extension of relation %u of database %u"
12817 msgstr "%u nesnesinin uzantısı %u veritabanına aittir"
12818
12819 #: storage/lmgr/lmgr.c:729
12820 #, c-format
12821 msgid "page %u of relation %u of database %u"
12822 msgstr "%u sayfası %u nesnesinindir ve %u veritabanındadır"
12823
12824 #: storage/lmgr/lmgr.c:736
12825 #, c-format
12826 msgid "tuple (%u,%u) of relation %u of database %u"
12827 msgstr "(%u,%u) satırı %u nesnesinindir ve %u veritabanındadır"
12828
12829 #: storage/lmgr/lmgr.c:744
12830 #, c-format
12831 msgid "transaction %u"
12832 msgstr "transaction %u"
12833
12834 #: storage/lmgr/lmgr.c:749
12835 #, c-format
12836 msgid "virtual transaction %d/%u"
12837 msgstr "sanal transaction %d/%u"
12838
12839 #: storage/lmgr/lmgr.c:755
12840 #, c-format
12841 msgid "object %u of class %u of database %u"
12842 msgstr "%u nesnesi %u sınıfındandır ve %u veritabanındadır"
12843
12844 #: storage/lmgr/lmgr.c:763
12845 #, c-format
12846 msgid "user lock [%u,%u,%u]"
12847 msgstr "user lock [%u,%u,%u]"
12848
12849 #: storage/lmgr/lmgr.c:770
12850 #, c-format
12851 msgid "advisory lock [%u,%u,%u,%u]"
12852 msgstr "advisory lock [%u,%u,%u,%u]"
12853
12854 #: storage/lmgr/lmgr.c:778
12855 #, c-format
12856 msgid "unrecognized locktag type %d"
12857 msgstr "bilinmeyen locktag tipi %d"
12858
12859 #: storage/lmgr/lock.c:584
12860 #: storage/lmgr/lock.c:650
12861 #: storage/lmgr/lock.c:2340
12862 #: storage/lmgr/lock.c:2405
12863 msgid "You might need to increase max_locks_per_transaction."
12864 msgstr "max_locks_per_transaction değerini artırmanız gerekebilir."
12865
12866 #: storage/lmgr/lock.c:2052
12867 msgid "Not enough memory for reassigning the prepared transaction's locks."
12868 msgstr "Hazırlanmış transaction'un lock'ları yeniden atanması için yeterli bellek yok."
12869
12870 #: storage/lmgr/proc.c:275
12871 #: storage/ipc/procarray.c:151
12872 #: storage/ipc/sinvaladt.c:293
12873 #: postmaster/postmaster.c:1725
12874 msgid "sorry, too many clients already"
12875 msgstr "üzgünüm, istemci sayısı çok fazla"
12876
12877 #: storage/lmgr/proc.c:966
12878 #, c-format
12879 msgid "process %d avoided deadlock for %s on %s by rearranging queue order after %ld.%03d ms"
12880 msgstr "%d süreci %s işlemi %s nesnesi için kaynak kilitlenmesini önledi bunun için %ld.%03d milisaniye bekledikten sonra sırada bekleyen işlemler yeniden düzenlendi"
12881
12882 #: storage/lmgr/proc.c:978
12883 #, c-format
12884 msgid "process %d detected deadlock while waiting for %s on %s after %ld.%03d ms"
12885 msgstr "%d süreci %s nesnesini %s  işlemi için beklerken %ld.%03d milisaniye sonra deadlock tespit etti"
12886
12887 #: storage/lmgr/proc.c:984
12888 #, fuzzy, c-format
12889 msgid "process %d still waiting for %s on %s after %ld.%03d ms"
12890 msgstr "Process %d waits for %s on %s; blocked by process %d."
12891
12892 #: storage/lmgr/proc.c:988
12893 #, c-format
12894 msgid "process %d acquired %s on %s after %ld.%03d ms"
12895 msgstr "process %d acquired %s on %s after %ld.%03d ms"
12896
12897 #: storage/lmgr/proc.c:1004
12898 #, c-format
12899 msgid "process %d failed to acquire %s on %s after %ld.%03d ms"
12900 msgstr "process %d failed to acquire %s on %s after %ld.%03d ms"
12901
12902 #: storage/ipc/shmem.c:392
12903 #, c-format
12904 msgid "could not allocate shared memory segment \"%s\""
12905 msgstr "shared memory segment oluşturulamıyor: \"%s\""
12906
12907 #: storage/ipc/shmem.c:420
12908 #: storage/ipc/shmem.c:439
12909 msgid "requested shared memory size overflows size_t"
12910 msgstr "istenilen shared memory boyutu size_t tipini aşıyor"
12911
12912 #: main/main.c:230
12913 #, c-format
12914 msgid "%s: setsysinfo failed: %s\n"
12915 msgstr "%s: setsysinfo başarısız: %s\n"
12916
12917 #: main/main.c:249
12918 #, c-format
12919 msgid "%s: WSAStartup failed: %d\n"
12920 msgstr "%s: WSAStartup başarısız: %d\n"
12921
12922 #: main/main.c:268
12923 #, c-format
12924 msgid ""
12925 "%s is the PostgreSQL server.\n"
12926 "\n"
12927 msgstr ""
12928 "%s bir PostgreSQL suncusudur.\n"
12929 "\n"
12930
12931 #: main/main.c:269
12932 #, c-format
12933 msgid ""
12934 "Usage:\n"
12935 "  %s [OPTION]...\n"
12936 "\n"
12937 msgstr ""
12938 "kullanım:\n"
12939 "  %s [OPTION]...\n"
12940 "\n"
12941
12942 #: main/main.c:270
12943 #, c-format
12944 msgid "Options:\n"
12945 msgstr "Seçenekler:\n"
12946
12947 #: main/main.c:272
12948 #, c-format
12949 msgid "  -A 1|0          enable/disable run-time assert checking\n"
12950 msgstr "  -A 1|0          run-time assert kontrolü etkinleştir/etkisizleştir\n"
12951
12952 #: main/main.c:274
12953 #, c-format
12954 msgid "  -B NBUFFERS     number of shared buffers\n"
12955 msgstr "  -B NBUFFERS     shared buffer sayısı\n"
12956
12957 #: main/main.c:275
12958 #, c-format
12959 msgid "  -c NAME=VALUE   set run-time parameter\n"
12960 msgstr "  -c NAME=VALUE   çalıştırma zamanı parametresini ayarla\n"
12961
12962 #: main/main.c:276
12963 #, c-format
12964 msgid "  -d 1-5          debugging level\n"
12965 msgstr "  -d 1-5          debug düzeyi\n"
12966
12967 #: main/main.c:277
12968 #, c-format
12969 msgid "  -D DATADIR      database directory\n"
12970 msgstr "  -D DATADIR      veritabanı dizini\n"
12971
12972 #: main/main.c:278
12973 #, c-format
12974 msgid "  -e              use European date input format (DMY)\n"
12975 msgstr "  -e              tarih veri girişi için avrupa biçimini kullan (DMY)\n"
12976
12977 #: main/main.c:279
12978 #, c-format
12979 msgid "  -F              turn fsync off\n"
12980 msgstr "  -F              fsync etkisizleştir\n"
12981
12982 #: main/main.c:280
12983 #, c-format
12984 msgid "  -h HOSTNAME     host name or IP address to listen on\n"
12985 msgstr "  -h HOSTNAME     sadece bu IP adresini dinle\n"
12986
12987 #: main/main.c:281
12988 #, c-format
12989 msgid "  -i              enable TCP/IP connections\n"
12990 msgstr "  -i              TCP/IP bağlantılarına izin ver\n"
12991
12992 #: main/main.c:282
12993 #, c-format
12994 msgid "  -k DIRECTORY    Unix-domain socket location\n"
12995 msgstr "  -k DIRECTORY    Unix-domain socket yeri\n"
12996
12997 #: main/main.c:284
12998 #, c-format
12999 msgid "  -l              enable SSL connections\n"
13000 msgstr "  -l              SSL bağlantıları etkinleştir\n"
13001
13002 #: main/main.c:286
13003 #, c-format
13004 msgid "  -N MAX-CONNECT  maximum number of allowed connections\n"
13005 msgstr "  -N MAX-CONNECT  izin verilen azami bağlantı sayısı\n"
13006
13007 #: main/main.c:287
13008 #, c-format
13009 msgid "  -o OPTIONS      pass \"OPTIONS\" to each server process (obsolete)\n"
13010 msgstr "  -o OPTIONS      her sunucu sürecine \"OPTIONS\" parametresini ilet (artık kullanılmamaktadır)\n"
13011
13012 #: main/main.c:288
13013 #, c-format
13014 msgid "  -p PORT         port number to listen on\n"
13015 msgstr "  -p PORT         dinlenecek port numarası\n"
13016
13017 #: main/main.c:289
13018 #, c-format
13019 msgid "  -s              show statistics after each query\n"
13020 msgstr "  -s              her sorgudan sonra istatistikleri göster\n"
13021
13022 #: main/main.c:290
13023 #, c-format
13024 msgid "  -S WORK-MEM     set amount of memory for sorts (in kB)\n"
13025 msgstr "  -S WORK-MEM     alfabetik sıralama işlemi için kullanılacak bellek (kilobayt bazında)\n"
13026
13027 #: main/main.c:291
13028 #, c-format
13029 msgid "  --NAME=VALUE    set run-time parameter\n"
13030 msgstr "  --NAME=VALUE    çalıştırma zamanı parametresini ayarla\n"
13031
13032 #: main/main.c:292
13033 #, c-format
13034 msgid "  --describe-config  describe configuration parameters, then exit\n"
13035 msgstr "  --describe-config  ayar parametresini açıklama ve çık\n"
13036
13037 #: main/main.c:293
13038 #, c-format
13039 msgid "  --help          show this help, then exit\n"
13040 msgstr "  --help          bu yardım ekranını yaz ve çık\n"
13041
13042 #: main/main.c:294
13043 #, c-format
13044 msgid "  --version       output version information, then exit\n"
13045 msgstr "  --version       sürüm bilgisini yaz ve çık\n"
13046
13047 #: main/main.c:296
13048 #, c-format
13049 msgid ""
13050 "\n"
13051 "Developer options:\n"
13052 msgstr ""
13053 "\n"
13054 "Program geliştirici Seçenekleri:\n"
13055
13056 #: main/main.c:297
13057 #, c-format
13058 msgid "  -f s|i|n|m|h    forbid use of some plan types\n"
13059 msgstr "  -f s|i|n|m|h    bazı plan yöntemlerinin kullanımı yasakla\n"
13060
13061 #: main/main.c:298
13062 #, c-format
13063 msgid "  -n              do not reinitialize shared memory after abnormal exit\n"
13064 msgstr "  -n              normal olmayan sonladırmadan sonra shared memory yeniden sıfırlamayı engelle\n"
13065
13066 #: main/main.c:299
13067 #, c-format
13068 msgid "  -O              allow system table structure changes\n"
13069 msgstr "  -O              sistem tabloların yapı değişikliğine izin ver\n"
13070
13071 #: main/main.c:300
13072 #, c-format
13073 msgid "  -P              disable system indexes\n"
13074 msgstr "  -P              sistem indeksleri etkisizleştir\n"
13075
13076 #: main/main.c:301
13077 #, c-format
13078 msgid "  -t pa|pl|ex     show timings after each query\n"
13079 msgstr "  -t pa|pl|ex     her sorgudan sonra harcanan zamanı göster\n"
13080
13081 #: main/main.c:302
13082 #, c-format
13083 msgid "  -T              send SIGSTOP to all backend servers if one dies\n"
13084 msgstr "  -T              biri sonlandırdığında ümü backend süreçlerine SIGSTOP mesajını gönder\n"
13085
13086 #: main/main.c:303
13087 #, c-format
13088 msgid "  -W NUM          wait NUM seconds to allow attach from a debugger\n"
13089 msgstr "  -W NUM          debuggerin başlanması için NUM daniye bekle\n"
13090
13091 #: main/main.c:305
13092 #, c-format
13093 msgid ""
13094 "\n"
13095 "Options for single-user mode:\n"
13096 msgstr ""
13097 "\n"
13098 "Tek kullanıcılı biçimi seçenekleri:\n"
13099
13100 #: main/main.c:306
13101 #, c-format
13102 msgid "  --single        selects single-user mode (must be first argument)\n"
13103 msgstr "  --single        tek kullanıcılı biçini seçiyor (ilk argüman olmalı)\n"
13104
13105 #: main/main.c:307
13106 #, c-format
13107 msgid "  DBNAME          database name (defaults to user name)\n"
13108 msgstr "  DBNAME          veritabanı adı (varsayılan, kullanıcı adı)\n"
13109
13110 #: main/main.c:308
13111 #, c-format
13112 msgid "  -d 0-5          override debugging level\n"
13113 msgstr "  -d 0-5          debug düzeyi değiştir\n"
13114
13115 #: main/main.c:309
13116 #, c-format
13117 msgid "  -E              echo statement before execution\n"
13118 msgstr "  -E              çalıştırmadan sorguyu ekrana yaz\n"
13119
13120 #: main/main.c:310
13121 #, c-format
13122 msgid "  -j              do not use newline as interactive query delimiter\n"
13123 msgstr "  -j              yeni satı işareti sorgunun sonu olarak algılama\n"
13124
13125 #: main/main.c:311
13126 #: main/main.c:316
13127 #, c-format
13128 msgid "  -r FILENAME     send stdout and stderr to given file\n"
13129 msgstr "  -r FILENAME     stdout ve stderr çıktılarını belirtilen dosyaya gönder\n"
13130
13131 #: main/main.c:313
13132 #, c-format
13133 msgid ""
13134 "\n"
13135 "Options for bootstrapping mode:\n"
13136 msgstr ""
13137 "\n"
13138 "Bootstrapping biçimi seçenekleri:\n"
13139
13140 #: main/main.c:314
13141 #, c-format
13142 msgid "  --boot          selects bootstrapping mode (must be first argument)\n"
13143 msgstr "  --boot          bootstrapping biçimini seçiyor (mutlaka ilk argüman olmalı)\n"
13144
13145 #: main/main.c:315
13146 #, c-format
13147 msgid "  DBNAME          database name (mandatory argument in bootstrapping mode)\n"
13148 msgstr "  DBNAME          veritabanı adı (bootstrapping biçimi için zorunlu argüman)\n"
13149
13150 #: main/main.c:317
13151 #, c-format
13152 msgid "  -x NUM          internal use\n"
13153 msgstr "  -x NUM          iç kullanım\n"
13154
13155 #: main/main.c:319
13156 #, c-format
13157 msgid ""
13158 "\n"
13159 "Please read the documentation for the complete list of run-time\n"
13160 "configuration settings and how to set them on the command line or in\n"
13161 "the configuration file.\n"
13162 "\n"
13163 "Report bugs to <pgsql-bugs@postgresql.org>.\n"
13164 msgstr ""
13165 "\n"
13166 "Çalıştırma zamanı parametrelerin tam listesi için ve onların komut \n"
13167 "satırı ve ayarlar dosyasında nasıl belirleyeceğinizi tam açıklaması için\n"
13168 "lütfen dokümanlara başvurun.\n"
13169 "\n"
13170 "Hata raporları <pgsql-bugs@postgresql.org> adresine iletin.\n"
13171
13172 #: main/main.c:333
13173 msgid ""
13174 "\"root\" execution of the PostgreSQL server is not permitted.\n"
13175 "The server must be started under an unprivileged user ID to prevent\n"
13176 "possible system security compromise.  See the documentation for\n"
13177 "more information on how to properly start the server.\n"
13178 msgstr ""
13179 "PostgreSQL'in, \"root\" kullanıcı olarak çalıştırılmasını tavsiye edilmememktedir.\n"
13180 "Olası güvenilik açığı önlemek için, sunucu, sistem yönetici olmayan\n"
13181 "bir kullanıcı ID ile çalıştırılmalıdır. Sunucunun doğru başlatılması\n"
13182 "konusunda daha fazla bilgi için PostgreSQL dökümanlara bakın.\n"
13183
13184 #: main/main.c:350
13185 #, c-format
13186 msgid "%s: real and effective user IDs must match\n"
13187 msgstr "%s: gerçek ve etkin kullanıcı ID'leri birbirine uymalıdır\n"
13188
13189 #: main/main.c:357
13190 msgid ""
13191 "Execution of PostgreSQL by a user with administrative permissions is not\n"
13192 "permitted.\n"
13193 "The server must be started under an unprivileged user ID to prevent\n"
13194 "possible system security compromises.  See the documentation for\n"
13195 "more information on how to properly start the server.\n"
13196 msgstr ""
13197 "PostgreSQL, sistem yöneticisi haklarına sahip kullanıcısı tarafından çalıştırılamaz.\n"
13198 "Olası güvenilik açığı önlemek için, sunucu, sistem yönetici olmayan bir kullanıcı ID\n"
13199 "ile çalıştırılmalıdır. Sunucunun doğru başlatılması konusunda daha fazla bilgi\n"
13200 "için dökümanlara bakın.\n"
13201
13202 #: main/main.c:378
13203 #, c-format
13204 msgid "%s: invalid effective UID: %d\n"
13205 msgstr "%s: aktif UID %d geçersizidir\n"
13206
13207 #: main/main.c:391
13208 #, c-format
13209 msgid "%s: could not determine user name (GetUserName failed)\n"
13210 msgstr "%s: kullanıcı adı belirlenemedi (GetUserName başarısız)\n"
13211
13212 #: optimizer/plan/initsplan.c:571
13213 msgid "SELECT FOR UPDATE/SHARE cannot be applied to the nullable side of an outer join"
13214 msgstr "SELECT FOR UPDATE/SHARE outer join'in null olabilecek tarafına uygulanamaz"
13215
13216 #: optimizer/plan/planner.c:843
13217 #: parser/analyze.c:1187
13218 #: parser/analyze.c:1379
13219 #: parser/analyze.c:1936
13220 msgid "SELECT FOR UPDATE/SHARE is not allowed with UNION/INTERSECT/EXCEPT"
13221 msgstr "UNION/INTERSECT/EXCEPT içeren sorguda SELECT FOR UPDATE/SHARE kullanılamaz"
13222
13223 #: optimizer/plan/planner.c:1041
13224 msgid "could not implement GROUP BY"
13225 msgstr ""
13226
13227 #: optimizer/plan/planner.c:1042
13228 #: optimizer/plan/planner.c:1473
13229 #: optimizer/prep/prepunion.c:768
13230 msgid "Some of the datatypes only support hashing, while others only support sorting."
13231 msgstr ""
13232
13233 #: optimizer/plan/planner.c:1472
13234 msgid "could not implement DISTINCT"
13235 msgstr ""
13236
13237 #: optimizer/plan/planner.c:2520
13238 msgid "could not implement window PARTITION BY"
13239 msgstr ""
13240
13241 #: optimizer/plan/planner.c:2521
13242 msgid "Window partitioning columns must be of sortable datatypes."
13243 msgstr ""
13244
13245 #: optimizer/plan/planner.c:2525
13246 msgid "could not implement window ORDER BY"
13247 msgstr ""
13248
13249 #: optimizer/plan/planner.c:2526
13250 msgid "Window ordering columns must be of sortable datatypes."
13251 msgstr ""
13252
13253 #: optimizer/util/clauses.c:3796
13254 #, c-format
13255 msgid "SQL function \"%s\" during inlining"
13256 msgstr "satır içine alınma işlemi sırasında \"%s\" SQL fonksiyonu"
13257
13258 #: optimizer/prep/preptlist.c:132
13259 msgid "SELECT FOR UPDATE/SHARE is not allowed in subqueries"
13260 msgstr "subquery sorgusunda SELECT FOR UPDATE/SHARE kullanılamaz"
13261
13262 #: optimizer/prep/prepunion.c:373
13263 msgid "could not implement recursive UNION"
13264 msgstr ""
13265
13266 #: optimizer/prep/prepunion.c:374
13267 msgid "All column datatypes must be hashable."
13268 msgstr ""
13269
13270 #. translator: %s is UNION, INTERSECT, or EXCEPT
13271 #: optimizer/prep/prepunion.c:767
13272 #, fuzzy, c-format
13273 msgid "could not implement %s"
13274 msgstr "\"%s\" dosyası açılamıyor: %m"
13275
13276 #: parser/analyze.c:443
13277 msgid "INSERT ... SELECT cannot specify INTO"
13278 msgstr "INSERT ... SELECT ifadesinde INTO öğesi kullanılamaz"
13279
13280 #: parser/analyze.c:545
13281 #: parser/analyze.c:967
13282 msgid "VALUES lists must all be the same length"
13283 msgstr "VALUES listesi eşit uzunlukta olmalıdır"
13284
13285 #: parser/analyze.c:566
13286 #: parser/analyze.c:1071
13287 msgid "VALUES must not contain table references"
13288 msgstr "VALUES, tablo başvuruları içeremez"
13289
13290 #: parser/analyze.c:580
13291 #: parser/analyze.c:1085
13292 msgid "VALUES must not contain OLD or NEW references"
13293 msgstr "VALUES kısmında OLD veya NEW başvurular bulunmamalıdır"
13294
13295 #: parser/analyze.c:581
13296 #: parser/analyze.c:1086
13297 msgid "Use SELECT ... UNION ALL ... instead."
13298 msgstr "Onun yerine SELECT ... UNION ALL ... kullanın"
13299
13300 #: parser/analyze.c:691
13301 #: parser/analyze.c:1098
13302 msgid "cannot use aggregate function in VALUES"
13303 msgstr "VALUES kısmında aggregate fonksiyonları kullanılamaz"
13304
13305 #: parser/analyze.c:697
13306 #: parser/analyze.c:1104
13307 msgid "cannot use window function in VALUES"
13308 msgstr "VALUES işleminde window fonksiyonu kullanılamaz"
13309
13310 #: parser/analyze.c:729
13311 msgid "INSERT has more expressions than target columns"
13312 msgstr "INSERT, hedef sütun sayısından çok ifade bulundurmaktadır"
13313
13314 #: parser/analyze.c:737
13315 msgid "INSERT has more target columns than expressions"
13316 msgstr "INSERT, ifade sayısından çok hedef sütun bulundurmaktadır"
13317
13318 #: parser/analyze.c:983
13319 msgid "DEFAULT can only appear in a VALUES list within INSERT"
13320 msgstr "DEFAUL sadece INSERT içinde yer alan VALUES listesinde yer alabilir"
13321
13322 #: parser/analyze.c:1052
13323 #: parser/analyze.c:2095
13324 msgid "SELECT FOR UPDATE/SHARE cannot be applied to VALUES"
13325 msgstr "SELECT FOR UPDATE/SHARE ifadesi VALUES kısmına uygulanamaz"
13326
13327 #: parser/analyze.c:1303
13328 msgid "invalid UNION/INTERSECT/EXCEPT ORDER BY clause"
13329 msgstr "geçersiz UNION/INTERSECT/EXCEPT ORDER BY ifadesi"
13330
13331 #: parser/analyze.c:1304
13332 msgid "Only result column names can be used, not expressions or functions."
13333 msgstr "Sadece sonuç sütun aldarı kullanılabilir, ifade veya fonksiyon kullanılamaz."
13334
13335 #: parser/analyze.c:1305
13336 msgid "Add the expression/function to every SELECT, or move the UNION into a FROM clause."
13337 msgstr "Bu ifade/fonksiyonu ger SELECT içine yerleştirin ya da FROM ifadesine UNION ekleyin."
13338
13339 #: parser/analyze.c:1371
13340 msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT"
13341 msgstr "INTO, sadece UNION/INTERSECT/EXCEPT işleminin ilk SELECT ifadesinde kullanılabilir"
13342
13343 #: parser/analyze.c:1431
13344 msgid "UNION/INTERSECT/EXCEPT member statement cannot refer to other relations of same query level"
13345 msgstr "UNION/INTERSECT/EXCEPT öğesinin üye somutu aynı seviyedeki diğer tabloya erişilemez"
13346
13347 #: parser/analyze.c:1499
13348 #, c-format
13349 msgid "each %s query must have the same number of columns"
13350 msgstr "her %s sorgusu ayını sütun sayısına sahip olmalıdır"
13351
13352 #: parser/analyze.c:1619
13353 msgid "CREATE TABLE AS specifies too many column names"
13354 msgstr "CREATE TABLE AS işleminde belirtilen sütun sayısı çok fazla"
13355
13356 #: parser/analyze.c:1669
13357 msgid "cannot use aggregate function in UPDATE"
13358 msgstr "UPDATE parametresinde aggregate fonksiyon kullanılamaz"
13359
13360 #: parser/analyze.c:1675
13361 msgid "cannot use window function in UPDATE"
13362 msgstr "UPDATE işleminde window fonksiyonu kullanılamaz"
13363
13364 #: parser/analyze.c:1782
13365 msgid "cannot use aggregate function in RETURNING"
13366 msgstr "RETURNING parametresinde aggregate fonksiyon kullanılamaz"
13367
13368 #: parser/analyze.c:1788
13369 #, fuzzy
13370 msgid "cannot use window function in RETURNING"
13371 msgstr "RETURNING parametresinde aggregate fonksiyon kullanılamaz"
13372
13373 #: parser/analyze.c:1807
13374 msgid "RETURNING cannot contain references to other relations"
13375 msgstr "RETURNING, başka nesnelere başvuru içeremez"
13376
13377 #: parser/analyze.c:1846
13378 msgid "cannot specify both SCROLL and NO SCROLL"
13379 msgstr "hem SCROLL hem de NO SCROLL aynı yerde kullanılamaz"
13380
13381 #: parser/analyze.c:1860
13382 msgid "DECLARE CURSOR cannot specify INTO"
13383 msgstr "DECLARE CURSOR tanımında INTO kullanılamaz"
13384
13385 #: parser/analyze.c:1868
13386 msgid "DECLARE CURSOR WITH HOLD ... FOR UPDATE/SHARE is not supported"
13387 msgstr "DECLARE CURSOR WITH HOLD ... FOR UPDATE/SHARE desteklenmiyor"
13388
13389 #: parser/analyze.c:1869
13390 msgid "Holdable cursors must be READ ONLY."
13391 msgstr "Holdable imleçler READ  ONLY olmalıdır."
13392
13393 #: parser/analyze.c:1882
13394 msgid "DECLARE INSENSITIVE CURSOR ... FOR UPDATE/SHARE is not supported"
13395 msgstr "DECLARE INSENSITIVE CURSOR ... FOR UPDATE/SHARE desteklenmiyor"
13396
13397 #: parser/analyze.c:1883
13398 msgid "Insensitive cursors must be READ ONLY."
13399 msgstr "Insensitive cursorlar  READ ONLY olmalıdır."
13400
13401 #: parser/analyze.c:1940
13402 msgid "SELECT FOR UPDATE/SHARE is not allowed with DISTINCT clause"
13403 msgstr "SELECT FOR UPDATE/SHARE ifadesinde DISTINCT kullanılamaz"
13404
13405 #: parser/analyze.c:1944
13406 msgid "SELECT FOR UPDATE/SHARE is not allowed with GROUP BY clause"
13407 msgstr "SELECT FOR UPDATE/SHARE ifadesinde GROUP BY kullanılamaz"
13408
13409 #: parser/analyze.c:1948
13410 msgid "SELECT FOR UPDATE/SHARE is not allowed with HAVING clause"
13411 msgstr "SELECT FOR UPDATE/SHARE ifadesinde HAVING kullanılamaz"
13412
13413 #: parser/analyze.c:1952
13414 msgid "SELECT FOR UPDATE/SHARE is not allowed with aggregate functions"
13415 msgstr "aggregate fonskiyonlarinda SELECT FOR UPDATE/SHARE kullanılamaz"
13416
13417 #: parser/analyze.c:1956
13418 #, fuzzy
13419 msgid "SELECT FOR UPDATE/SHARE is not allowed with window functions"
13420 msgstr "aggregate fonskiyonlarinda SELECT FOR UPDATE/SHARE kullanılamaz"
13421
13422 #: parser/analyze.c:2022
13423 #: parser/analyze.c:2114
13424 #: rewrite/rewriteHandler.c:1257
13425 #, fuzzy
13426 msgid "SELECT FOR UPDATE/SHARE cannot be applied to an outer-level WITH query"
13427 msgstr "SELECT FOR UPDATE/SHARE joine uygulanamaz"
13428
13429 #: parser/analyze.c:2048
13430 #, fuzzy
13431 msgid "SELECT FOR UPDATE/SHARE must specify unqualified relation names"
13432 msgstr "SELECT FOR UPDATE/SHARE joine uygulanamaz"
13433
13434 #: parser/analyze.c:2077
13435 msgid "SELECT FOR UPDATE/SHARE cannot be applied to a join"
13436 msgstr "SELECT FOR UPDATE/SHARE joine uygulanamaz"
13437
13438 #: parser/analyze.c:2083
13439 msgid "SELECT FOR UPDATE/SHARE cannot be applied to NEW or OLD"
13440 msgstr "SELECT FOR UPDATE/SHARE, NEW veya OLD tanımlarına uygulanamaz"
13441
13442 #: parser/analyze.c:2089
13443 msgid "SELECT FOR UPDATE/SHARE cannot be applied to a function"
13444 msgstr "SELECT FOR UPDATE/SHARE, bir fonksiyonuna uygulanamaz"
13445
13446 #: parser/analyze.c:2135
13447 #, c-format
13448 msgid "relation \"%s\" in FOR UPDATE/SHARE clause not found in FROM clause"
13449 msgstr "FOR UPDATE/SHARE ifadesinde belirtilen \"%s\" tablosu FROM ifadesinde bulunamadı"
13450
13451 #: parser/analyze.c:2203
13452 #: parser/parse_coerce.c:283
13453 #: parser/parse_expr.c:641
13454 #: parser/parse_expr.c:648
13455 #, c-format
13456 msgid "there is no parameter $%d"
13457 msgstr "$%d parametresi yoktur"
13458
13459 #: parser/parse_agg.c:84
13460 #, fuzzy
13461 msgid "aggregate function calls cannot contain window function calls"
13462 msgstr "aggregate fonksiyon çağırmaları içiçe olamaz"
13463
13464 #: parser/parse_agg.c:155
13465 #: parser/parse_clause.c:1546
13466 #, fuzzy, c-format
13467 msgid "window \"%s\" does not exist"
13468 msgstr "\"%s\" indexi mevcut değil"
13469
13470 #: parser/parse_agg.c:243
13471 msgid "aggregates not allowed in WHERE clause"
13472 msgstr "WHERE ifadesinde aggregate kullanılamaz"
13473
13474 #: parser/parse_agg.c:249
13475 msgid "aggregates not allowed in JOIN conditions"
13476 msgstr "JOIN ifadesinde aggregate kullanılamaz"
13477
13478 #: parser/parse_agg.c:270
13479 msgid "aggregates not allowed in GROUP BY clause"
13480 msgstr "GROUP BY ifadesinde aggregate kullanılamaz"
13481
13482 #: parser/parse_agg.c:338
13483 msgid "aggregate functions not allowed in a recursive query's recursive term"
13484 msgstr ""
13485
13486 #: parser/parse_agg.c:363
13487 #, fuzzy
13488 msgid "window functions not allowed in WHERE clause"
13489 msgstr "WHERE ifadesinde aggregate kullanılamaz"
13490
13491 #: parser/parse_agg.c:369
13492 #, fuzzy
13493 msgid "window functions not allowed in JOIN conditions"
13494 msgstr "JOIN ifadesinde aggregate kullanılamaz"
13495
13496 #: parser/parse_agg.c:375
13497 #, fuzzy
13498 msgid "window functions not allowed in HAVING clause"
13499 msgstr "WHERE ifadesinde aggregate kullanılamaz"
13500
13501 #: parser/parse_agg.c:388
13502 #, fuzzy
13503 msgid "window functions not allowed in GROUP BY clause"
13504 msgstr "GROUP BY ifadesinde aggregate kullanılamaz"
13505
13506 #: parser/parse_agg.c:407
13507 #: parser/parse_agg.c:420
13508 #, fuzzy
13509 msgid "window functions not allowed in window definition"
13510 msgstr "%s, bir SQL fonksiyonunda yer alamaz"
13511
13512 #: parser/parse_agg.c:541
13513 #, c-format
13514 msgid "column \"%s.%s\" must appear in the GROUP BY clause or be used in an aggregate function"
13515 msgstr "aggregate fonksiyonu kullanmak için \"%s.%s\" sütununu GROUP BY listesine eklemelisiniz"
13516
13517 #: parser/parse_agg.c:547
13518 #, c-format
13519 msgid "subquery uses ungrouped column \"%s.%s\" from outer query"
13520 msgstr "subquery, dış sorgusundan \"%s.%s\" gruplandırılanmamış sütunu kullanıyor"
13521
13522 #: parser/parse_clause.c:414
13523 #, c-format
13524 msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN"
13525 msgstr "JOIN/ON ifadesi, JOIN parçası olmayan \"%s\" öğesine referans etmektedir"
13526
13527 #: parser/parse_clause.c:494
13528 msgid "subquery in FROM cannot have SELECT INTO"
13529 msgstr "FROM ifadesindeki subquery içerisinde SELECT INTO kullanılamaz"
13530
13531 #: parser/parse_clause.c:516
13532 msgid "subquery in FROM cannot refer to other relations of same query level"
13533 msgstr "FROM öğesinde subquery ifadesi aynı seviyedeki diğer tabloya erişemez"
13534
13535 #: parser/parse_clause.c:567
13536 msgid "function expression in FROM cannot refer to other relations of same query level"
13537 msgstr "FROM öğesinde fonksiyon ifadesi aynı seviyedeki diğer tabloya erişemez"
13538
13539 #: parser/parse_clause.c:580
13540 msgid "cannot use aggregate function in function expression in FROM"
13541 msgstr "FROM ifadesinin fonksiyon ifadesinde aggregate fonksiyonu kullanılamaz"
13542
13543 #: parser/parse_clause.c:587
13544 #, fuzzy
13545 msgid "cannot use window function in function expression in FROM"
13546 msgstr "FROM ifadesinin fonksiyon ifadesinde aggregate fonksiyonu kullanılamaz"
13547
13548 #: parser/parse_clause.c:863
13549 #, c-format
13550 msgid "column name \"%s\" appears more than once in USING clause"
13551 msgstr "USING ifadesinde \"%s\" sütun adı birden fazla kez rastlanıyor"
13552
13553 #: parser/parse_clause.c:878
13554 #, c-format
13555 msgid "common column name \"%s\" appears more than once in left table"
13556 msgstr "sol tablosunda  \"%s\" sütun adı birden fazla kez rastlanıyor"
13557
13558 #: parser/parse_clause.c:887
13559 #, c-format
13560 msgid "column \"%s\" specified in USING clause does not exist in left table"
13561 msgstr "USING ifadesinde belirtilen \"%s\" sütunu sol tablosunda bulunmamaktadır"
13562
13563 #: parser/parse_clause.c:901
13564 #, c-format
13565 msgid "common column name \"%s\" appears more than once in right table"
13566 msgstr "\"%s\" sütun adı sağ tavblosunda birden fazla kez rastlanmaktadır"
13567
13568 #: parser/parse_clause.c:910
13569 #, c-format
13570 msgid "column \"%s\" specified in USING clause does not exist in right table"
13571 msgstr "USING ifadesinde kullaınılan \"%s\" sütunu sağ tablosunda mevcut değildir"
13572
13573 #: parser/parse_clause.c:967
13574 #, c-format
13575 msgid "column alias list for \"%s\" has too many entries"
13576 msgstr "\"%s\" için sütun alias listesinde gereğinden fazla öğe var"
13577
13578 #. translator: %s is name of a SQL construct, eg LIMIT
13579 #: parser/parse_clause.c:1186
13580 #, c-format
13581 msgid "argument of %s must not contain variables"
13582 msgstr "%s ifadesinin argüanı değişken bulundurmamalıdır"
13583
13584 #. translator: %s is name of a SQL construct, eg LIMIT
13585 #: parser/parse_clause.c:1197
13586 #, fuzzy, c-format
13587 msgid "argument of %s must not contain aggregate functions"
13588 msgstr "%s ifadesinin argüanı aggregate bulundurmamalıdır"
13589
13590 #. translator: %s is name of a SQL construct, eg LIMIT
13591 #: parser/parse_clause.c:1208
13592 #, fuzzy, c-format
13593 msgid "argument of %s must not contain window functions"
13594 msgstr "%s ifadesinin argüanı değişlen bulundurmamalıdır"
13595
13596 #. translator: first %s is name of a SQL construct, eg ORDER BY
13597 #: parser/parse_clause.c:1322
13598 #, c-format
13599 msgid "%s \"%s\" is ambiguous"
13600 msgstr "%s \"%s\" iki anlamlıdır"
13601
13602 #. translator: %s is name of a SQL construct, eg ORDER BY
13603 #: parser/parse_clause.c:1346
13604 #, c-format
13605 msgid "non-integer constant in %s"
13606 msgstr "%s içinde tamsayı olamayan bir sabit"
13607
13608 #. translator: %s is name of a SQL construct, eg ORDER BY
13609 #: parser/parse_clause.c:1364
13610 #, c-format
13611 msgid "%s position %d is not in select list"
13612 msgstr "%s ifadesi, %d terinde select listesinde değildir"
13613
13614 #: parser/parse_clause.c:1534
13615 #, fuzzy, c-format
13616 msgid "window \"%s\" is already defined"
13617 msgstr "\"%s\" zanten bir view'dur"
13618
13619 #: parser/parse_clause.c:1587
13620 #, c-format
13621 msgid "cannot override PARTITION BY clause of window \"%s\""
13622 msgstr ""
13623
13624 #: parser/parse_clause.c:1599
13625 #, c-format
13626 msgid "cannot override ORDER BY clause of window \"%s\""
13627 msgstr ""
13628
13629 #: parser/parse_clause.c:1621
13630 #, fuzzy, c-format
13631 msgid "cannot override frame clause of window \"%s\""
13632 msgstr "\"%s\" sistem sütununun adı değiştirilemez"
13633
13634 #: parser/parse_clause.c:1677
13635 msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list"
13636 msgstr "SELECT DISTINCE sorgusunda ORDER BY select listesinde bulunmalıdır"
13637
13638 #: parser/parse_clause.c:1763
13639 #: parser/parse_clause.c:1795
13640 msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions"
13641 msgstr "SELECT DISTINCT ON ifadesi, ORDER BY ifadelerine uymak zorundadır"
13642
13643 #: parser/parse_clause.c:1914
13644 #, c-format
13645 msgid "operator %s is not a valid ordering operator"
13646 msgstr "%s geçerli bir sıralama operatör adı değildir"
13647
13648 #: parser/parse_clause.c:1916
13649 msgid "Ordering operators must be \"<\" or \">\" members of btree operator families."
13650 msgstr "Ordering operators must be \"<\" or \">\" members of btree operator families."
13651
13652 #: parser/parse_coerce.c:300
13653 #: parser/parse_expr.c:1870
13654 #, c-format
13655 msgid "inconsistent types deduced for parameter $%d"
13656 msgstr "$%d parametresi için geçersiz tip bulundu"
13657
13658 #: parser/parse_coerce.c:891
13659 #: parser/parse_coerce.c:920
13660 #: parser/parse_coerce.c:938
13661 #: parser/parse_coerce.c:953
13662 #: parser/parse_expr.c:1522
13663 #: parser/parse_expr.c:2025
13664 #, c-format
13665 msgid "cannot cast type %s to %s"
13666 msgstr "%s tipi %s tipine dökülemiyor"
13667
13668 #: parser/parse_coerce.c:923
13669 msgid "Input has too few columns."
13670 msgstr "Girişte sütun sayısı azdır."
13671
13672 #: parser/parse_coerce.c:941
13673 #, c-format
13674 msgid "Cannot cast type %s to %s in column %d."
13675 msgstr "%3$d sütununda %1$s tipi %2$s tipine dökülemiyor."
13676
13677 #: parser/parse_coerce.c:956
13678 msgid "Input has too many columns."
13679 msgstr "Giriş çok fazla sütun içeriyor."
13680
13681 #. translator: first %s is name of a SQL construct, eg WHERE
13682 #: parser/parse_coerce.c:999
13683 #, c-format
13684 msgid "argument of %s must be type boolean, not type %s"
13685 msgstr "%s'ın argümanları %s değil, boolean tipinde olamalıdır"
13686
13687 #. translator: %s is name of a SQL construct, eg WHERE
13688 #. translator: %s is name of a SQL construct, eg LIMIT
13689 #: parser/parse_coerce.c:1009
13690 #: parser/parse_coerce.c:1058
13691 #, c-format
13692 msgid "argument of %s must not return a set"
13693 msgstr "%s'ın argümanları set veri tipini döndüremez"
13694
13695 #. translator: first %s is name of a SQL construct, eg LIMIT
13696 #: parser/parse_coerce.c:1046
13697 #, c-format
13698 msgid "argument of %s must be type %s, not type %s"
13699 msgstr "%s'ın argümanı %s değil, %s tipinde olamalıdır"
13700
13701 #. translator: first %s is name of a SQL construct, eg CASE
13702 #: parser/parse_coerce.c:1179
13703 #, c-format
13704 msgid "%s types %s and %s cannot be matched"
13705 msgstr "%s tipleri %s ve %s bir araya gelemez"
13706
13707 #. translator: first %s is name of a SQL construct, eg CASE
13708 #: parser/parse_coerce.c:1246
13709 #, c-format
13710 msgid "%s could not convert type %s to %s"
13711 msgstr "%s %s tipi %s tipime dönüştürülemiyor"
13712
13713 #: parser/parse_coerce.c:1487
13714 msgid "arguments declared \"anyelement\" are not all alike"
13715 msgstr "\"anyelement\" olarak tanımlanan argümanlar birbirine benzemiyor"
13716
13717 #: parser/parse_coerce.c:1506
13718 msgid "arguments declared \"anyarray\" are not all alike"
13719 msgstr "\"anyarray\" olarak tanımlanan argümanlar birbirine benzemiyor"
13720
13721 #: parser/parse_coerce.c:1535
13722 #: parser/parse_coerce.c:1679
13723 #: parser/parse_coerce.c:1710
13724 #, c-format
13725 msgid "argument declared \"anyarray\" is not an array but type %s"
13726 msgstr "\"anyarray\" olarak tanımlanmış argüman bir dizin değil, %s tipidir"
13727
13728 #: parser/parse_coerce.c:1551
13729 msgid "argument declared \"anyarray\" is not consistent with argument declared \"anyelement\""
13730 msgstr "\"anyarray\" olarak tanımlanmış parametre \"anyelement\" olarak tanımlanmış parametresiyle tutarlı değildir"
13731
13732 #: parser/parse_coerce.c:1569
13733 msgid "could not determine polymorphic type because input has type \"unknown\""
13734 msgstr "giriş, \"unknown\" tipinde olduğu için polymorphic tipi belirlenemedi"
13735
13736 #: parser/parse_coerce.c:1579
13737 #, fuzzy, c-format
13738 msgid "type matched to anynonarray is an array type: %s"
13739 msgstr "enyenum ile eşleştirilen tip bir enum tipi değildir: %s"
13740
13741 #: parser/parse_coerce.c:1589
13742 #, c-format
13743 msgid "type matched to anyenum is not an enum type: %s"
13744 msgstr "enyenum ile eşleştirilen tip bir enum tipi değildir: %s"
13745
13746 #: parser/parse_coerce.c:1618
13747 #: parser/parse_coerce.c:1635
13748 #: parser/parse_coerce.c:1693
13749 #: parser/parse_expr.c:1488
13750 #: parser/parse_func.c:304
13751 #: parser/parse_oper.c:991
13752 #: nodes/nodeFuncs.c:107
13753 #: nodes/nodeFuncs.c:133
13754 #, c-format
13755 msgid "could not find array type for data type %s"
13756 msgstr "%s pipi için array tipi bulunamıyor"
13757
13758 #: parser/parse_cte.c:40
13759 #, c-format
13760 msgid "recursive reference to query \"%s\" must not appear within its non-recursive term"
13761 msgstr ""
13762
13763 #: parser/parse_cte.c:42
13764 #, c-format
13765 msgid "recursive reference to query \"%s\" must not appear within a subquery"
13766 msgstr ""
13767
13768 #: parser/parse_cte.c:44
13769 #, c-format
13770 msgid "recursive reference to query \"%s\" must not appear within an outer join"
13771 msgstr ""
13772
13773 #: parser/parse_cte.c:46
13774 #, c-format
13775 msgid "recursive reference to query \"%s\" must not appear within INTERSECT"
13776 msgstr ""
13777
13778 #: parser/parse_cte.c:48
13779 #, c-format
13780 msgid "recursive reference to query \"%s\" must not appear within EXCEPT"
13781 msgstr ""
13782
13783 #: parser/parse_cte.c:133
13784 #, fuzzy, c-format
13785 msgid "WITH query name \"%s\" specified more than once"
13786 msgstr "\"%s\" tablo adı birden fazla kez belirtilmiştir"
13787
13788 #: parser/parse_cte.c:269
13789 #, fuzzy
13790 msgid "subquery in WITH cannot have SELECT INTO"
13791 msgstr "FROM ifadesindeki subquery içerisinde SELECT INTO kullanılamaz"
13792
13793 #: parser/parse_cte.c:310
13794 #, c-format
13795 msgid "recursive query \"%s\" column %d has type %s in non-recursive term but type %s overall"
13796 msgstr ""
13797
13798 #: parser/parse_cte.c:316
13799 msgid "Cast the output of the non-recursive term to the correct type."
13800 msgstr ""
13801
13802 #: parser/parse_cte.c:386
13803 #, fuzzy, c-format
13804 msgid "WITH query \"%s\" has %d columns available but %d columns specified"
13805 msgstr "\"%s\" tablosuna %d sütun bulunmakta ancak sorguda %d sütun belirtilmiş"
13806
13807 #: parser/parse_cte.c:566
13808 #, fuzzy
13809 msgid "mutual recursion between WITH items is not implemented"
13810 msgstr "NEW için rule eylemleri implement edilmemiş"
13811
13812 #: parser/parse_cte.c:618
13813 #, c-format
13814 msgid "recursive query \"%s\" does not have the form non-recursive-term UNION [ALL] recursive-term"
13815 msgstr ""
13816
13817 #: parser/parse_cte.c:650
13818 #, fuzzy
13819 msgid "ORDER BY in a recursive query is not implemented"
13820 msgstr "view üzerinde WHERE CURRENT OF implement edilmemiştir"
13821
13822 #: parser/parse_cte.c:656
13823 #, fuzzy
13824 msgid "OFFSET in a recursive query is not implemented"
13825 msgstr "view üzerinde WHERE CURRENT OF implement edilmemiştir"
13826
13827 #: parser/parse_cte.c:662
13828 #, fuzzy
13829 msgid "LIMIT in a recursive query is not implemented"
13830 msgstr "anonymous composite veri girişi implemente edilmemiş"
13831
13832 #: parser/parse_cte.c:668
13833 #, fuzzy
13834 msgid "FOR UPDATE/SHARE in a recursive query is not implemented"
13835 msgstr "view üzerinde WHERE CURRENT OF implement edilmemiştir"
13836
13837 #: parser/parse_cte.c:730
13838 #, fuzzy, c-format
13839 msgid "recursive reference to query \"%s\" must not appear more than once"
13840 msgstr "%d (%s, %s) yordam numarasına birden fazla kez rastlanıyor"
13841
13842 #: parser/parse_expr.c:343
13843 #: parser/parse_target.c:596
13844 #, fuzzy
13845 msgid "row expansion via \"*\" is not supported here"
13846 msgstr "\"E\" desteklenmiyor"
13847
13848 #: parser/parse_expr.c:891
13849 msgid "NULLIF requires = operator to yield boolean"
13850 msgstr "boolean değerini almak için NULLIF, = işlemini kullanmalıdır"
13851
13852 #: parser/parse_expr.c:1064
13853 msgid "arguments of row IN must all be row expressions"
13854 msgstr "IN satırında argümanlar birer satır ifadesi olmalıdır"
13855
13856 #: parser/parse_expr.c:1267
13857 #, fuzzy
13858 msgid "subquery cannot have SELECT INTO"
13859 msgstr "FROM ifadesindeki subquery içerisinde SELECT INTO kullanılamaz"
13860
13861 #: parser/parse_expr.c:1295
13862 msgid "subquery must return a column"
13863 msgstr "subquery, sütün döndürmeli"
13864
13865 #: parser/parse_expr.c:1302
13866 msgid "subquery must return only one column"
13867 msgstr "subquery, bir tane sütun getirmelidir"
13868
13869 #: parser/parse_expr.c:1361
13870 msgid "subquery has too many columns"
13871 msgstr "subquery çok fazla sütuna sahip"
13872
13873 #: parser/parse_expr.c:1366
13874 msgid "subquery has too few columns"
13875 msgstr "subquery'de yetersiz sütun sayısı"
13876
13877 #: parser/parse_expr.c:1462
13878 #, fuzzy
13879 msgid "cannot determine type of empty array"
13880 msgstr "sonuç veri tipi belirlenemiyor"
13881
13882 #: parser/parse_expr.c:1463
13883 msgid "Explicitly cast to the desired type, for example ARRAY[]::integer[]."
13884 msgstr ""
13885
13886 #: parser/parse_expr.c:1477
13887 #, fuzzy, c-format
13888 msgid "could not find element type for data type %s"
13889 msgstr "%s pipi için array tipi bulunamıyor"
13890
13891 #: parser/parse_expr.c:1675
13892 msgid "unnamed XML attribute value must be a column reference"
13893 msgstr "isimsiz XML attribute değeri bir sütun referansı olmalıdır"
13894
13895 #: parser/parse_expr.c:1676
13896 msgid "unnamed XML element value must be a column reference"
13897 msgstr "isimsiz XML öğesi bir sütun referansı olmalıdır"
13898
13899 #: parser/parse_expr.c:1691
13900 #, c-format
13901 msgid "XML attribute name \"%s\" appears more than once"
13902 msgstr "\"%s\" XML attrıbute adı birden fazla kez belirtilmiştir"
13903
13904 #: parser/parse_expr.c:1798
13905 #, fuzzy, c-format
13906 msgid "cannot cast XMLSERIALIZE result to %s"
13907 msgstr "%s tipi %s tipine dökülemiyor"
13908
13909 #: parser/parse_expr.c:2066
13910 #: parser/parse_expr.c:2264
13911 msgid "unequal number of entries in row expressions"
13912 msgstr "satır ifadelerınde farklı öğe sayısı"
13913
13914 #: parser/parse_expr.c:2076
13915 msgid "cannot compare rows of zero length"
13916 msgstr "sıfır uzunluklu satırlar karşılaştırılamaz"
13917
13918 #: parser/parse_expr.c:2101
13919 #, c-format
13920 msgid "row comparison operator must yield type boolean, not type %s"
13921 msgstr "satır karşılaştırma operatörü %s tipini değil, boolean tipini döndürmelidir"
13922
13923 #: parser/parse_expr.c:2108
13924 msgid "row comparison operator must not return a set"
13925 msgstr "satır karşılaştırma operatörü set döndürmemelidir"
13926
13927 #: parser/parse_expr.c:2167
13928 #: parser/parse_expr.c:2211
13929 #, c-format
13930 msgid "could not determine interpretation of row comparison operator %s"
13931 msgstr "%s satır karşılaştırma operatörünün youmlaması tespit edilemedi"
13932
13933 #: parser/parse_expr.c:2169
13934 msgid "Row comparison operators must be associated with btree operator families."
13935 msgstr "Satır karşılaştırma operatörleri btree sınıf operatörleri ile ilişilmelidir"
13936
13937 #: parser/parse_expr.c:2213
13938 msgid "There are multiple equally-plausible candidates."
13939 msgstr "Birden fazla uygun aday vardır."
13940
13941 #: parser/parse_expr.c:2304
13942 msgid "IS DISTINCT FROM requires = operator to yield boolean"
13943 msgstr "boolean değerini almak için IS DISTINCT FROM, = işlemini kullanmalıdır"
13944
13945 #: parser/parse_func.c:187
13946 #, c-format
13947 msgid "%s(*) specified, but %s is not an aggregate function"
13948 msgstr "%s(*) belirtilmiş, ancak %s bir aggregate fonksiyonu değildir"
13949
13950 #: parser/parse_func.c:194
13951 #, c-format
13952 msgid "DISTINCT specified, but %s is not an aggregate function"
13953 msgstr "DISTINCT belirtilmiş, ancak %s bir aggregate fonksiyonu değildir"
13954
13955 #: parser/parse_func.c:200
13956 #, fuzzy, c-format
13957 msgid "OVER specified, but %s is not a window function nor an aggregate function"
13958 msgstr "%s(*) belirtilmiş, ancak %s bir aggregate fonksiyonu değildir"
13959
13960 #: parser/parse_func.c:227
13961 #, c-format
13962 msgid "function %s is not unique"
13963 msgstr "%s fonksiyonu benzersiz değildir"
13964
13965 #: parser/parse_func.c:230
13966 msgid "Could not choose a best candidate function. You might need to add explicit type casts."
13967 msgstr "En iyi aday fonksiyon seçilememiş. Explicit type cast eklemeniz gerekebilir."
13968
13969 #: parser/parse_func.c:239
13970 msgid "No function matches the given name and argument types. You might need to add explicit type casts."
13971 msgstr "Verilmiş ad ve argüman tiplerine uyan fonksiyon bulunamamış. Explicit type cast eklemeniz gerekebilir."
13972
13973 #: parser/parse_func.c:346
13974 #: parser/parse_func.c:399
13975 #, c-format
13976 msgid "%s(*) must be used to call a parameterless aggregate function"
13977 msgstr "%s(*) olmadan parametre olmayan aggregate çağırılamaz"
13978
13979 #: parser/parse_func.c:353
13980 msgid "aggregates cannot return sets"
13981 msgstr "aggregate set söndüremez"
13982
13983 #: parser/parse_func.c:372
13984 msgid "window function call requires an OVER clause"
13985 msgstr ""
13986
13987 #: parser/parse_func.c:389
13988 #, fuzzy
13989 msgid "DISTINCT is not implemented for window functions"
13990 msgstr "SSPI bu sunucuda desteklenmemektedir"
13991
13992 #: parser/parse_func.c:406
13993 #, fuzzy
13994 msgid "window functions cannot return sets"
13995 msgstr "SQL fonksiyonları %s tipini dündüremezler"
13996
13997 #: parser/parse_func.c:1190
13998 #, c-format
13999 msgid "column %s.%s does not exist"
14000 msgstr "%s.%s sütunu mevcut değil"
14001
14002 #: parser/parse_func.c:1202
14003 #, c-format
14004 msgid "column \"%s\" not found in data type %s"
14005 msgstr "%2$s veri tipinde \"%1$s\" sütunu bulunamadı"
14006
14007 #: parser/parse_func.c:1208
14008 #, c-format
14009 msgid "could not identify column \"%s\" in record data type"
14010 msgstr "record veri tipinde  \"%s\" sütunu bulunamamış"
14011
14012 #: parser/parse_func.c:1214
14013 #, c-format
14014 msgid "column notation .%s applied to type %s, which is not a composite type"
14015 msgstr ".%s sütün tanım biçimi %s tipine uygulanmış; bu tip, bir composite tipi değildir"
14016
14017 #: parser/parse_func.c:1398
14018 #, c-format
14019 msgid "aggregate %s(*) does not exist"
14020 msgstr "aggregate %s(*) mevcut değil"
14021
14022 #: parser/parse_func.c:1403
14023 #, c-format
14024 msgid "aggregate %s does not exist"
14025 msgstr "aggregate %s mevcut değil"
14026
14027 #: parser/parse_func.c:1424
14028 #, c-format
14029 msgid "function %s is not an aggregate"
14030 msgstr "%s fonksiyonu bir aggregate değildir"
14031
14032 #: parser/parse_node.c:77
14033 #, c-format
14034 msgid "target lists can have at most %d entries"
14035 msgstr "hedef listesi en fazla %d kayıt içerebilir"
14036
14037 #: parser/parse_node.c:219
14038 #, c-format
14039 msgid "cannot subscript type %s because it is not an array"
14040 msgstr "%s tipi bir array olmadığı için ona subscript yapılamaz "
14041
14042 #: parser/parse_node.c:313
14043 #: parser/parse_node.c:339
14044 msgid "array subscript must have type integer"
14045 msgstr "array subscript tamsyı tipinde olmalıdır"
14046
14047 #: parser/parse_node.c:363
14048 #, c-format
14049 msgid "array assignment requires type %s but expression is of type %s"
14050 msgstr "array ataması %s tipini gerektirmektedir ancak ifade %s tipindedir"
14051
14052 #: parser/parse_oper.c:253
14053 #, c-format
14054 msgid "could not identify an ordering operator for type %s"
14055 msgstr "%s tipi için sırama işlemi bulunamadı"
14056
14057 #: parser/parse_oper.c:255
14058 msgid "Use an explicit ordering operator or modify the query."
14059 msgstr "Sıralama işlemini açıkça belirtin veya sorguda değişiklik yapın"
14060
14061 #: parser/parse_oper.c:512
14062 #, c-format
14063 msgid "operator requires run-time type coercion: %s"
14064 msgstr "işlem, çalışma zamanı tip zola değiştirmeyi gerektiriri: %s"
14065
14066 #: parser/parse_oper.c:754
14067 #, c-format
14068 msgid "operator is not unique: %s"
14069 msgstr "operator eşsiz değildir: %s"
14070
14071 #: parser/parse_oper.c:756
14072 msgid "Could not choose a best candidate operator. You might need to add explicit type casts."
14073 msgstr "En iyi aday işlem seçilememiş. Explicit type cast eklemeniz gerekebilir."
14074
14075 #: parser/parse_oper.c:764
14076 msgid "No operator matches the given name and argument type(s). You might need to add explicit type casts."
14077 msgstr "Verilen ad ve argüman tiplerine uyan işlem bulunamadı. Explicit type cast eklemeniz gerekebilir."
14078
14079 #: parser/parse_oper.c:823
14080 #: parser/parse_oper.c:936
14081 #, fuzzy, c-format
14082 msgid "operator is only a shell: %s"
14083 msgstr "%s tipi sadece bir shell"
14084
14085 #: parser/parse_oper.c:924
14086 msgid "op ANY/ALL (array) requires array on right side"
14087 msgstr "op ANY/ALL (array) sağ tarafta bir array gerektiri"
14088
14089 #: parser/parse_oper.c:966
14090 msgid "op ANY/ALL (array) requires operator to yield boolean"
14091 msgstr "op ANY/ALL (array) operatorun boolean tipinde değer getirilmesi gerekir"
14092
14093 #: parser/parse_oper.c:971
14094 msgid "op ANY/ALL (array) requires operator not to return a set"
14095 msgstr "op ANY/ALL (array) operatorun set tipinde değer getirilmesi gerekir"
14096
14097 #: parser/parse_relation.c:142
14098 #, c-format
14099 msgid "table reference \"%s\" is ambiguous"
14100 msgstr "\"%s\" tablo referanslı iki anlamlı"
14101
14102 #: parser/parse_relation.c:178
14103 #, c-format
14104 msgid "table reference %u is ambiguous"
14105 msgstr "%u tablo referanslı iki anlamlı"
14106
14107 #: parser/parse_relation.c:338
14108 #, c-format
14109 msgid "table name \"%s\" specified more than once"
14110 msgstr "\"%s\" tablo adı birden fazla kez belirtilmiştir"
14111
14112 #: parser/parse_relation.c:473
14113 #: parser/parse_relation.c:547
14114 #, c-format
14115 msgid "column reference \"%s\" is ambiguous"
14116 msgstr "\"%s\" sütun referansı iki anlamlı"
14117
14118 #: parser/parse_relation.c:783
14119 #: parser/parse_relation.c:1072
14120 #: parser/parse_relation.c:1432
14121 #, c-format
14122 msgid "table \"%s\" has %d columns available but %d columns specified"
14123 msgstr "\"%s\" tablosuna %d sütun bulunmakta ancak sorguda %d sütun belirtilmiş"
14124
14125 #: parser/parse_relation.c:813
14126 #, c-format
14127 msgid "too many column aliases specified for function %s"
14128 msgstr "%s fonksiyonu için çok fazla sütun alias belirtilmiş"
14129
14130 #: parser/parse_relation.c:879
14131 #, fuzzy, c-format
14132 msgid "There is a WITH item named \"%s\", but it cannot be referenced from this part of the query."
14133 msgstr "\"%s\" tablosu için kayıt var ama sorgunun bu kısmaından bu tablo erişilemez."
14134
14135 #: parser/parse_relation.c:881
14136 msgid "Use WITH RECURSIVE, or re-order the WITH items to remove forward references."
14137 msgstr ""
14138
14139 #: parser/parse_relation.c:1151
14140 msgid "a column definition list is only allowed for functions returning \"record\""
14141 msgstr "sütun tanım listesi, sadece \"record\" veri tipini döndüren fonksiyonlarda kullanılır"
14142
14143 #: parser/parse_relation.c:1159
14144 msgid "a column definition list is required for functions returning \"record\""
14145 msgstr "sütun tanım listesi,\"record\" veri tipini döndüren fonksiyonlarda kullanılmalıdır"
14146
14147 #: parser/parse_relation.c:1206
14148 #, c-format
14149 msgid "function \"%s\" in FROM has unsupported return type %s"
14150 msgstr "FROM ifadesinde kullanılan \"%s\" fonksiyonu %s desteklenmeyen döndürme tipini kullanıyor"
14151
14152 #: parser/parse_relation.c:1278
14153 #, c-format
14154 msgid "VALUES lists \"%s\" have %d columns available but %d columns specified"
14155 msgstr "\"%s\" VALUES lıstesinde %d sütun varken %d sütun belirtilmiştir"
14156
14157 #: parser/parse_relation.c:1334
14158 #, fuzzy, c-format
14159 msgid "joins can have at most %d columns"
14160 msgstr "bir tablo en fazla %d sütun içerebilir"
14161
14162 #: parser/parse_relation.c:2098
14163 #, c-format
14164 msgid "column %d of relation \"%s\" does not exist"
14165 msgstr "\"%2$s\" tablosunun %1$d kolonu mevcut değil"
14166
14167 #: parser/parse_relation.c:2460
14168 #, c-format
14169 msgid "invalid reference to FROM-clause entry for table \"%s\""
14170 msgstr "FROM öğesinde \"%s\" tablo öğesine geçersiz başvuru"
14171
14172 #: parser/parse_relation.c:2463
14173 #: parser/parse_relation.c:2483
14174 #, c-format
14175 msgid "Perhaps you meant to reference the table alias \"%s\"."
14176 msgstr "Belki tablonun arma adını \"%s\" kullanmak istediniz"
14177
14178 #: parser/parse_relation.c:2465
14179 #: parser/parse_relation.c:2486
14180 #, c-format
14181 msgid "There is an entry for table \"%s\", but it cannot be referenced from this part of the query."
14182 msgstr "\"%s\" tablosu için kayıt var ama sorgunun bu kısmaından bu tablo erişilemez."
14183
14184 #: parser/parse_relation.c:2471
14185 #, c-format
14186 msgid "missing FROM-clause entry for table \"%s\""
14187 msgstr "\"%s\" tablo öğesinde FROM öğesi eksik"
14188
14189 #: parser/parse_relation.c:2480
14190 #, c-format
14191 msgid "adding missing FROM-clause entry for table \"%s\""
14192 msgstr "\"%s\" tablo öğesinde eksik FROM öğesi ekleniyor"
14193
14194 #: parser/parse_target.c:369
14195 #: parser/parse_target.c:657
14196 #, c-format
14197 msgid "cannot assign to system column \"%s\""
14198 msgstr "\"%s\" sistem sütununa veri atanamıyor"
14199
14200 #: parser/parse_target.c:394
14201 msgid "cannot set an array element to DEFAULT"
14202 msgstr "array öğesine DEFAULT değeri atanamıyor"
14203
14204 #: parser/parse_target.c:399
14205 msgid "cannot set a subfield to DEFAULT"
14206 msgstr "subfield, DEFAULT değeri alamaz"
14207
14208 #: parser/parse_target.c:466
14209 #, c-format
14210 msgid "column \"%s\" is of type %s but expression is of type %s"
14211 msgstr "\"%s\" sütunu %s tipinde ancak ifade %s tipindedir"
14212
14213 #: parser/parse_target.c:641
14214 #, c-format
14215 msgid "cannot assign to field \"%s\" of column \"%s\" because its type %s is not a composite type"
14216 msgstr "%3$s composite tipi olmadığı için \"%2$s\" sütununun \"%1$s\" alanına atama başarısız"
14217
14218 #: parser/parse_target.c:650
14219 #, c-format
14220 msgid "cannot assign to field \"%s\" of column \"%s\" because there is no such column in data type %s"
14221 msgstr "%3$s veri tipi olmadığı için \"%2$s\" sütununun \"%1$s\" alanına atama başarısız"
14222
14223 #: parser/parse_target.c:725
14224 #, c-format
14225 msgid "array assignment to \"%s\" requires type %s but expression is of type %s"
14226 msgstr "\"%s\" alanına atama işlemi %s veri tipini gerektirmektedir ancak %s veri tipi alınmış"
14227
14228 #: parser/parse_target.c:735
14229 #, c-format
14230 msgid "subfield \"%s\" is of type %s but expression is of type %s"
14231 msgstr "\"%s\" subfield %s tipinde ancak ifade %s tipindedir"
14232
14233 #: parser/parse_target.c:991
14234 msgid "SELECT * with no tables specified is not valid"
14235 msgstr "SELECT *, tablo tanımı olmadan geçersizdir"
14236
14237 #: parser/parse_type.c:83
14238 #, c-format
14239 msgid "improper %%TYPE reference (too few dotted names): %s"
14240 msgstr "geçersiz %%TYPE başvurusu (çok az noktalı isim): %s"
14241
14242 #: parser/parse_type.c:105
14243 #, c-format
14244 msgid "improper %%TYPE reference (too many dotted names): %s"
14245 msgstr "geçersiz %%TYPE başvurusu (çok fazla noktalı isim): %s"
14246
14247 #: parser/parse_type.c:127
14248 #, c-format
14249 msgid "type reference %s converted to %s"
14250 msgstr "type reference %s'dan %s'a çevirilmiş"
14251
14252 #: parser/parse_type.c:273
14253 #, c-format
14254 msgid "type modifier is not allowed for type \"%s\""
14255 msgstr "\"%s\" veri tipi için tip niteliyicisi kullanılamaz"
14256
14257 #: parser/parse_type.c:316
14258 #, fuzzy
14259 msgid "type modifiers must be simple constants or identifiers"
14260 msgstr "tip belirteçleri birer tamsayı sabiti olmalıdır"
14261
14262 #: parser/parse_type.c:555
14263 #: parser/parse_type.c:654
14264 #, c-format
14265 msgid "invalid type name \"%s\""
14266 msgstr "tip adı \"%s\" geçersiz"
14267
14268 #: parser/parse_utilcmd.c:297
14269 #, fuzzy
14270 msgid "array of serial is not implemented"
14271 msgstr "UNIQUE predicate implemente edilmemiştir"
14272
14273 #: parser/parse_utilcmd.c:339
14274 #, c-format
14275 msgid "%s will create implicit sequence \"%s\" for serial column \"%s.%s\""
14276 msgstr "%s, \"%s.%s\" serial sütunu için \"%s\" örtülü sequence oluşturacaktır"
14277
14278 #: parser/parse_utilcmd.c:441
14279 #: parser/parse_utilcmd.c:451
14280 #, c-format
14281 msgid "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\""
14282 msgstr "\"%2$s\" tablosunda \"%1$s\" sütunu için çelişen NULL/NOT NULL tanımları"
14283
14284 #: parser/parse_utilcmd.c:461
14285 #, c-format
14286 msgid "multiple default values specified for column \"%s\" of table \"%s\""
14287 msgstr "\"%2$s\" tablosunun \"%1$s\" sütunu için birden fazla varsayılan değer verilmiştir"
14288
14289 #: parser/parse_utilcmd.c:1212
14290 #, c-format
14291 msgid "column \"%s\" appears twice in primary key constraint"
14292 msgstr "\"%s\" sütunu primary key kısıtlamasında iki rastlanıyor"
14293
14294 #: parser/parse_utilcmd.c:1217
14295 #, c-format
14296 msgid "column \"%s\" appears twice in unique constraint"
14297 msgstr "\"%s\" sütunu unique kısıtlamasında iki kez rastlanıyor"
14298
14299 #: parser/parse_utilcmd.c:1364
14300 msgid "index expression cannot return a set"
14301 msgstr "index ifadesi set tipi döndüremez"
14302
14303 #: parser/parse_utilcmd.c:1374
14304 msgid "index expressions and predicates can refer only to the table being indexed"
14305 msgstr "index ifade ve yüklemler sadece indexlenen tabloyu referans edebilirler"
14306
14307 #: parser/parse_utilcmd.c:1469
14308 msgid "rule WHERE condition cannot contain references to other relations"
14309 msgstr "rule tanımının WHERE öğesinde başka tablolara referans içermemelidir"
14310
14311 #: parser/parse_utilcmd.c:1475
14312 msgid "cannot use aggregate function in rule WHERE condition"
14313 msgstr "WHERE şart ifadelerinde aggregate function kullanılamaz"
14314
14315 #: parser/parse_utilcmd.c:1479
14316 #, fuzzy
14317 msgid "cannot use window function in rule WHERE condition"
14318 msgstr "WHERE şart ifadelerinde aggregate function kullanılamaz"
14319
14320 #: parser/parse_utilcmd.c:1551
14321 msgid "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE actions"
14322 msgstr "rule tanımının WHERE öğesinde sadece SELECT, INSERT, UPDATE veya DELETE işlemi bulunabilir"
14323
14324 #: parser/parse_utilcmd.c:1569
14325 #: parser/parse_utilcmd.c:1639
14326 #: rewrite/rewriteManip.c:1024
14327 #: rewrite/rewriteHandler.c:424
14328 msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented"
14329 msgstr "conditional UNION/INTERSECT/EXCEPT komutları empemente edilmemiş"
14330
14331 #: parser/parse_utilcmd.c:1587
14332 msgid "ON SELECT rule cannot use OLD"
14333 msgstr "ON SELECT rule OLD tanımını kullanamaz"
14334
14335 #: parser/parse_utilcmd.c:1591
14336 msgid "ON SELECT rule cannot use NEW"
14337 msgstr "ON SELECT rule NEW tanımını kullanamaz"
14338
14339 #: parser/parse_utilcmd.c:1600
14340 msgid "ON INSERT rule cannot use OLD"
14341 msgstr "ON INSERT rule OLD tanımını kullanamaz"
14342
14343 #: parser/parse_utilcmd.c:1606
14344 msgid "ON DELETE rule cannot use NEW"
14345 msgstr "ON DELETE rule NEW tanımını kullanamaz"
14346
14347 #: parser/parse_utilcmd.c:1889
14348 msgid "misplaced DEFERRABLE clause"
14349 msgstr "DEFERRABLE ifadesi burada kullanılamaz"
14350
14351 #: parser/parse_utilcmd.c:1893
14352 #: parser/parse_utilcmd.c:1906
14353 msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed"
14354 msgstr "birden fazla DEFERRABLE/NOT DEFERRABLE tanımına izin verilmez"
14355
14356 #: parser/parse_utilcmd.c:1902
14357 msgid "misplaced NOT DEFERRABLE clause"
14358 msgstr "NOT DEFERRABLE yanlış yerde kullanılmış"
14359
14360 #: parser/parse_utilcmd.c:1913
14361 #: parser/parse_utilcmd.c:1936
14362 #: gram.y:3246
14363 #: gram.y:3262
14364 msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
14365 msgstr "INITIALLY DEFERRED olarak tanımlanan kısıtlayıcı DEFERRABLE özelliğine sahip olmalıdır"
14366
14367 #: parser/parse_utilcmd.c:1920
14368 msgid "misplaced INITIALLY DEFERRED clause"
14369 msgstr "INITIALLY DEFERRED yanlış yerde kullanılmış"
14370
14371 #: parser/parse_utilcmd.c:1924
14372 #: parser/parse_utilcmd.c:1947
14373 msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed"
14374 msgstr "birden fazla INITIALLY IMMEDIATE/DEFERRED kullanılamaz"
14375
14376 #: parser/parse_utilcmd.c:1943
14377 msgid "misplaced INITIALLY IMMEDIATE clause"
14378 msgstr "INITIALLY IMMEDIATE yanlış yerde kullanılmış"
14379
14380 #: parser/parse_utilcmd.c:2114
14381 #, c-format
14382 msgid "CREATE specifies a schema (%s) different from the one being created (%s)"
14383 msgstr "CREATE işleminin belirttiği şema (%s) yaratılacak (%s) olanından farklı"
14384
14385 #: parser/scansup.c:181
14386 #, c-format
14387 msgid "identifier \"%s\" will be truncated to \"%.*s\""
14388 msgstr "\"%s\" adı  \"%.*s\" uzunluğuna budanacaktır"
14389
14390 #: gram.y:1191
14391 #, fuzzy
14392 msgid "current database cannot be changed"
14393 msgstr "geçerli veritabanının adını değiştirilemez"
14394
14395 #: gram.y:1306
14396 #: gram.y:1321
14397 msgid "time zone interval must be HOUR or HOUR TO MINUTE"
14398 msgstr "zaman dilimi aralığı  HOUR veya HOUR TO MINUTE olmalıdır"
14399
14400 #: gram.y:1326
14401 #: gram.y:7744
14402 #: gram.y:10037
14403 #, fuzzy
14404 msgid "interval precision specified twice"
14405 msgstr "interval(%d) kesinliği %d ile %d arasında olmalıdır"
14406
14407 #: gram.y:2522
14408 msgid "CREATE TABLE AS cannot specify INTO"
14409 msgstr "CREATE TABLE AS işleminde INTO kullanılamaz"
14410
14411 #: gram.y:3176
14412 #, fuzzy
14413 msgid "duplicate trigger events specified"
14414 msgstr "birden fazla INSERT olayı belirtilmiştir"
14415
14416 #: gram.y:3326
14417 msgid "CREATE ASSERTION is not yet implemented"
14418 msgstr "CREATE ASSERTION implemente edilmemiştir"
14419
14420 #: gram.y:3342
14421 msgid "DROP ASSERTION is not yet implemented"
14422 msgstr "DROP ASSERTION implemente edilmemiştir"
14423
14424 #: gram.y:3638
14425 #, fuzzy
14426 msgid "RECHECK is no longer required"
14427 msgstr "aclinsert artık desteklenmemktedir"
14428
14429 #: gram.y:3639
14430 #, fuzzy
14431 msgid "Update your data type."
14432 msgstr "Veri tiplerinin listesi"
14433
14434 #: gram.y:5917
14435 #: gram.y:5923
14436 #: gram.y:5929
14437 msgid "WITH CHECK OPTION is not implemented"
14438 msgstr "WITH CHECK OPTION gerçekleştirilmemiştir"
14439
14440 #: gram.y:6515
14441 msgid "column name list not allowed in CREATE TABLE / AS EXECUTE"
14442 msgstr "CREATE TABLE / AS EXECUTE işleminde sütun isim listesi verilmez"
14443
14444 #: gram.y:6736
14445 msgid "number of columns does not match number of values"
14446 msgstr "değer sayısı sayısı ile kolon satısı eşleşmiyor"
14447
14448 #: gram.y:7160
14449 msgid "LIMIT #,# syntax is not supported"
14450 msgstr "LIMIT #,# sözdizimi desteklenmemektedir"
14451
14452 #: gram.y:7161
14453 msgid "Use separate LIMIT and OFFSET clauses."
14454 msgstr "Ayrı LIMIT ve OFFSET ifadeleri kullanın."
14455
14456 #: gram.y:7382
14457 msgid "VALUES in FROM must have an alias"
14458 msgstr "FROM öğesindeki VALUES'ler bir alias almalıdır"
14459
14460 #: gram.y:7383
14461 msgid "For example, FROM (VALUES ...) [AS] foo."
14462 msgstr "Örneğin, FROM (VALUES ...) [AS] birşey."
14463
14464 #: gram.y:7388
14465 msgid "subquery in FROM must have an alias"
14466 msgstr "FROM öğesindeki subquery bir aliası almalıdır"
14467
14468 #: gram.y:7389
14469 msgid "For example, FROM (SELECT ...) [AS] foo."
14470 msgstr "Örneğin, FROM (SELECT ...) [AS] birşey."
14471
14472 #: gram.y:7870
14473 msgid "precision for type float must be at least 1 bit"
14474 msgstr "float veri tipinin kesinliği en az 1 bit olmalıdır"
14475
14476 #: gram.y:7879
14477 msgid "precision for type float must be less than 54 bits"
14478 msgstr "float veri tipinin kesinliği ne çok 54 bit olabilir"
14479
14480 #: gram.y:8575
14481 msgid "UNIQUE predicate is not yet implemented"
14482 msgstr "UNIQUE predicate implemente edilmemiştir"
14483
14484 #: gram.y:9414
14485 #: gram.y:9429
14486 msgid "frame start cannot be UNBOUNDED FOLLOWING"
14487 msgstr ""
14488
14489 #: gram.y:9419
14490 #: gram.y:9434
14491 #, fuzzy
14492 msgid "frame start at CURRENT ROW is not implemented"
14493 msgstr "view üzerinde WHERE CURRENT OF implement edilmemiştir"
14494
14495 #: gram.y:9439
14496 msgid "frame end cannot be UNBOUNDED PRECEDING"
14497 msgstr ""
14498
14499 #: gram.y:10559
14500 msgid "OLD used in query that is not in a rule"
14501 msgstr "rule olmayan sorgusunda OLD kullanıldı"
14502
14503 #: gram.y:10569
14504 msgid "NEW used in query that is not in a rule"
14505 msgstr "rule olmayan sorgusunda NEW kullanıldı"
14506
14507 #: gram.y:10617
14508 #: gram.y:10824
14509 msgid "improper use of \"*\""
14510 msgstr "\"*\"'nin geçersiz kullanımı"
14511
14512 #: gram.y:10756
14513 msgid "wrong number of parameters on left side of OVERLAPS expression"
14514 msgstr "OVERLAPS ifadesinin sol tarafında yanlış parametre sayısı kullanılmış"
14515
14516 #: gram.y:10763
14517 msgid "wrong number of parameters on right side of OVERLAPS expression"
14518 msgstr "OVERLAPS ifadesinin sağ tarafında yanlış parametre sayısı kullanılmış"
14519
14520 #: gram.y:10886
14521 msgid "multiple ORDER BY clauses not allowed"
14522 msgstr "birden çok ORDER BY ifadesi kullanılamaz"
14523
14524 #: gram.y:10897
14525 msgid "multiple OFFSET clauses not allowed"
14526 msgstr "birden fazla OFFSET ifadesi desteklenmemektedir"
14527
14528 #: gram.y:10906
14529 msgid "multiple LIMIT clauses not allowed"
14530 msgstr "birden çok LIMIT ifadesi kullanılamaz"
14531
14532 #: gram.y:10915
14533 #, fuzzy
14534 msgid "multiple WITH clauses not allowed"
14535 msgstr "birden çok LIMIT ifadesi kullanılamaz"
14536
14537 #: gram.y:11069
14538 msgid "OUT and INOUT arguments aren't allowed in TABLE functions"
14539 msgstr ""
14540
14541 #: scan.l:386
14542 msgid "unterminated /* comment"
14543 msgstr "/* açıklama sonlandırılmamış"
14544
14545 #: scan.l:415
14546 msgid "unterminated bit string literal"
14547 msgstr "sonuçlandırılmamış bit string literal"
14548
14549 #: scan.l:436
14550 msgid "unterminated hexadecimal string literal"
14551 msgstr "sonuçlandırılmamış hexadecimal string literal"
14552
14553 #: scan.l:476
14554 msgid "unsafe use of string constant with Unicode escapes"
14555 msgstr ""
14556
14557 #: scan.l:477
14558 msgid "String constants with Unicode escapes cannot be used when standard_conforming_strings is off."
14559 msgstr ""
14560
14561 #: scan.l:524
14562 msgid "unsafe use of \\' in a string literal"
14563 msgstr "string literal içinde güvenli olmayan \\' kullanımı"
14564
14565 #: scan.l:525
14566 msgid "Use '' to write quotes in strings. \\' is insecure in client-only encodings."
14567 msgstr "Satır içinde tırnak yazmak için iki tek tırnak ('') kullanın. İstemci baslı kodlamalarda (\\') kullanımı güvendi değildir."
14568
14569 #: scan.l:554
14570 msgid "unterminated quoted string"
14571 msgstr "sonuçlandırılmamış tırnakla sınırlandırılmış satır"
14572
14573 #: scan.l:598
14574 msgid "unterminated dollar-quoted string"
14575 msgstr "sonuçlandırılmamış dolar işeretiyle sınırlandırılmış satır"
14576
14577 #: scan.l:615
14578 #: scan.l:627
14579 #: scan.l:641
14580 msgid "zero-length delimited identifier"
14581 msgstr "sınırlandırılmış tanım sıfır uzunluklu"
14582
14583 #: scan.l:654
14584 msgid "unterminated quoted identifier"
14585 msgstr "sonuçlandırılmamış tırnakla sınırlandırılmış tanım"
14586
14587 #: scan.l:748
14588 msgid "operator too long"
14589 msgstr "operator fazla uzun"
14590
14591 #. translator: %s is typically the translation of "syntax error"
14592 #: scan.l:897
14593 #, c-format
14594 msgid "%s at end of input"
14595 msgstr "giriş sonuna %s"
14596
14597 #. translator: first %s is typically the translation of "syntax error"
14598 #: scan.l:905
14599 #, c-format
14600 msgid "%s at or near \"%s\""
14601 msgstr "\"%2$s\"  yerinde %1$s"
14602
14603 #: scan.l:1025
14604 msgid "Unicode escape values cannot be used for code point values above 007F when the server encoding is not UTF8"
14605 msgstr ""
14606
14607 #: scan.l:1042
14608 #, fuzzy
14609 msgid "invalid Unicode escape character"
14610 msgstr "escape satırı geçersiz"
14611
14612 #: scan.l:1085
14613 #, fuzzy
14614 msgid "invalid Unicode escape value"
14615 msgstr "geçersiz end sequence"
14616
14617 #: scan.l:1134
14618 msgid "nonstandard use of \\' in a string literal"
14619 msgstr "string literal içinde standart olmayan \\' kullanımı"
14620
14621 #: scan.l:1135
14622 msgid "Use '' to write quotes in strings, or use the escape string syntax (E'...')."
14623 msgstr "Satır içinde tırnak yazmak için ya iki tek tırnak ('') ya da escape kullanın (E'...')."
14624
14625 #: scan.l:1144
14626 msgid "nonstandard use of \\\\ in a string literal"
14627 msgstr "string literal içinde standart olmayan \\\\ kullanımı"
14628
14629 #: scan.l:1145
14630 msgid "Use the escape string syntax for backslashes, e.g., E'\\\\'."
14631 msgstr "Ters taksim için escape satır sözdizimini kullanın, örneğin, E'\\\\'."
14632
14633 #: scan.l:1159
14634 msgid "nonstandard use of escape in a string literal"
14635 msgstr "string literal içinde standart olmayan escape kullanımı"
14636
14637 #: scan.l:1160
14638 msgid ""
14639 "Use the escape string syntax for escapes, e.g., E'\\r\\n"
14640 "'."
14641 msgstr ""
14642 "Escape için standart sözdizimini kullanın, örneğin, E'\\r\\n"
14643 "'."
14644
14645 #: port/win32/signal.c:189
14646 #, c-format
14647 msgid "could not create signal listener pipe for pid %d: error code %d"
14648 msgstr "signal listener pipe oluşturulamadı: %d: hata kodu %d"
14649
14650 #: port/win32/signal.c:269
14651 #, c-format
14652 msgid "could not create signal listener pipe: error code %d; retrying\n"
14653 msgstr "signal listener pipe oluşturulamadı: %d; yeniden deneniyor\n"
14654
14655 #: port/win32/signal.c:282
14656 #, c-format
14657 msgid "could not create signal dispatch thread: error code %d\n"
14658 msgstr "signal dispatch thread oluşturulamıyor: hata kodu %d\n"
14659
14660 #: port/win32/security.c:43
14661 #, c-format
14662 msgid "could not open process token: error code %d\n"
14663 msgstr "open process token açma başarısız: hata kodu %d\n"
14664
14665 #: port/win32/security.c:63
14666 #, c-format
14667 msgid "could not get SID for Administrators group: error code %d\n"
14668 msgstr "Administrators grubunun SID numarası alınamadı: hata kodu %d\n"
14669
14670 #: port/win32/security.c:72
14671 #, c-format
14672 msgid "could not get SID for PowerUsers group: error code %d\n"
14673 msgstr "PowerUsers grubunun SID numarası alınamadı: %d\n"
14674
14675 #: port/sysv_sema.c:114
14676 #: port/pg_sema.c:114
14677 #, c-format
14678 msgid "could not create semaphores: %m"
14679 msgstr "semaphores oluşturma hatası: %m"
14680
14681 #: port/sysv_sema.c:115
14682 #: port/pg_sema.c:115
14683 #, c-format
14684 msgid "Failed system call was semget(%lu, %d, 0%o)."
14685 msgstr "Başarısız çağrı: semget(%lu, %d, 0%o)."
14686
14687 #: port/sysv_sema.c:119
14688 #: port/pg_sema.c:119
14689 #, c-format
14690 msgid ""
14691 "This error does *not* mean that you have run out of disk space.\n"
14692 "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"
14693 "The PostgreSQL documentation contains more information about configuring your system for PostgreSQL."
14694 msgstr ""
14695 "Bu hata mesajı yeterli boş disk alanı kalmadığı anlamına gelmiyor .\n"
14696 "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"
14697 "PostgreSQL dokümanlarında bu konu ile ilgili daha ayrıntılı açıklama ve konfigurasyon hakkında bilgileri bulabilirsiniz."
14698
14699 #: port/sysv_sema.c:148
14700 #: port/pg_sema.c:148
14701 #, c-format
14702 msgid "You possibly need to raise your kernel's SEMVMX value to be at least %d.  Look into the PostgreSQL documentation for details."
14703 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."
14704
14705 #: port/win32_sema.c:94
14706 #, c-format
14707 msgid "could not create semaphore: error code %d"
14708 msgstr "semaphore oluşturma hatası: hata kodu %d"
14709
14710 #: port/win32_sema.c:161
14711 #, c-format
14712 msgid "could not lock semaphore: error code %d"
14713 msgstr "lock semaphore başarısız: hata kodu %d"
14714
14715 #: port/win32_sema.c:174
14716 #, c-format
14717 msgid "could not unlock semaphore: error code %d"
14718 msgstr "unlock semaphore başarısız: hata kodu %d"
14719
14720 #: port/win32_sema.c:203
14721 #, c-format
14722 msgid "could not try-lock semaphore: error code %d"
14723 msgstr "try-lock semaphore başarısız: hata kodu %d"
14724
14725 #: port/sysv_shmem.c:99
14726 #: port/pg_shmem.c:99
14727 #, c-format
14728 msgid "could not create shared memory segment: %m"
14729 msgstr "shared memory segment oluşturulamıyor: %m"
14730
14731 #: port/sysv_shmem.c:100
14732 #: port/pg_shmem.c:100
14733 #, c-format
14734 msgid "Failed system call was shmget(key=%lu, size=%lu, 0%o)."
14735 msgstr "Başarısız sistem çağrısı: shmget(key=%lu, size=%lu, 0%o)."
14736
14737 #: port/sysv_shmem.c:104
14738 #: port/pg_shmem.c:104
14739 #, c-format
14740 msgid ""
14741 "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 %lu bytes), reduce PostgreSQL's shared_buffers parameter (currently %d) and/or its max_connections parameter (currently %d).\n"
14742 "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"
14743 "The PostgreSQL documentation contains more information about shared memory configuration."
14744 msgstr ""
14745 "Bu hata, PostgreSQL'in shared memory isteğinin çekirdeğin SHMMAX parametresinde verilen değerinin aşıldığını gösteriyor. İstenilen bellek boyutunu düşürebilir ya da çekirdeği daha büyük bir SHMMAX parametresi ile yeniden yapılandırabilirsiniz. İstenilen bellek boyutunu (şu an %lu bayt) düşürmek için PostgreSQL'in shared_buffers parametresini (şu an %d) ve/veya max_connections (şu an %d) parametrelerini düşürebilirsiniz.\n"
14746 " Eğer istenilen bellek boyutu zaten küçük ise, çekirdeğin SHMMIN parametresinden düşük olabilir; bu durumda istenilen bellek boyutunu SHMMIN değerine kadar büyütmeniz ya da SHMMIN değerini düşürmeniz gerekli.PostgreSQL belgelerinde shared memory yapılandırılması hakkında daha fazla bilgi bulabilirsiniz."
14747
14748 #: port/sysv_shmem.c:117
14749 #: port/pg_shmem.c:117
14750 #, c-format
14751 msgid ""
14752 "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 %lu bytes), reduce PostgreSQL's shared_buffers parameter (currently %d) and/or its max_connections parameter (currently %d).\n"
14753 "The PostgreSQL documentation contains more information about shared memory configuration."
14754 msgstr ""
14755 "Bu hata genellikle PostgreSQL'in shared kullanımı boş takas alanını aştığı zaman ortaya çıkıyor. İstenilen bellek bouytu (şu an %lu bayt) düşürmek için, PostgreSQL'in shared_buffers (şu an %d) ve/veya max_connections (şu an %d) parametrelerini düşürün.\n"
14756 "PostgreSQL dokümanlarında shared memory yapılandırması hakkında daha fazla bilgi bulabilirsiniz."
14757
14758 #: port/sysv_shmem.c:126
14759 #: port/pg_shmem.c:126
14760 #, c-format
14761 msgid ""
14762 "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 %lu bytes), by reducing its shared_buffers parameter (currently %d) and/or its max_connections parameter (currently %d).\n"
14763 "The PostgreSQL documentation contains more information about shared memory configuration."
14764 msgstr ""
14765 "Bu hata mesajı yeterli boş disk alanı kalmadığı anlamına gelmiyor . Bu durum, tüm shared memory ID alınmış olduğu zamanda -- ki bu durumda SHMMNI parametresinin değerleri yükseltmelisiniz; ya da sistemin shared memory sınırına ulaşıldığı zamanda oluşur. Shared memory sınırını yükseltemezseniz, PostgreSQL sisteminin shared memory tüketimini (şu an %lu bayt) shared_buffers (şu an %d) ve/veya max_connections parametresini (şu an %d) düşürerek azaltabilirsiniz.\n"
14766 "PostgreSQL belgelerinde bu konu ile ilgili daha ayrıntılı açıklama ve yapılandırma hakkında bilgileri bulabilirsiniz."
14767
14768 #: port/sysv_shmem.c:381
14769 #: port/pg_shmem.c:381
14770 #, c-format
14771 msgid "could not stat data directory \"%s\": %m"
14772 msgstr "\"%s\" veri dizin hakkında bilgi alınamadı: %m"
14773
14774 #: port/win32_shmem.c:158
14775 #: port/win32_shmem.c:193
14776 #: port/win32_shmem.c:214
14777 #, c-format
14778 msgid "could not create shared memory segment: %lu"
14779 msgstr "shared memory segment oluşturulamıyor: %lu"
14780
14781 #: port/win32_shmem.c:159
14782 #, fuzzy, c-format
14783 msgid "Failed system call was CreateFileMapping(size=%lu, name=%s)."
14784 msgstr "Başarısız sistem çağrısı: CreateFileMapping(size=%lu, name=%s)"
14785
14786 #: port/win32_shmem.c:183
14787 msgid "pre-existing shared memory block is still in use"
14788 msgstr "daha önce tanımlanmış shared memory bloğu hala kullanılmaktadır"
14789
14790 #: port/win32_shmem.c:184
14791 msgid "Check if there are any old server processes still running, and terminate them."
14792 msgstr "Hala çalışan sunucu süreçleri bulun ve varsa sonlandırın."
14793
14794 #: port/win32_shmem.c:194
14795 #, fuzzy
14796 msgid "Failed system call was DuplicateHandle."
14797 msgstr "Başarısız çağrı: DuplicateHandle"
14798
14799 #: port/win32_shmem.c:215
14800 #, fuzzy
14801 msgid "Failed system call was MapViewOfFileEx."
14802 msgstr "Başarısız çağrı: MapViewOfFileEx"
14803
14804 #: postmaster/autovacuum.c:365
14805 #, c-format
14806 msgid "could not fork autovacuum launcher process: %m"
14807 msgstr "vacuum süreci fork edilemedi: %m"
14808
14809 #: postmaster/autovacuum.c:529
14810 msgid "autovacuum launcher started"
14811 msgstr "otomatik vacuum başlatma süreci çalıştırıldı"
14812
14813 #: postmaster/autovacuum.c:760
14814 msgid "autovacuum launcher shutting down"
14815 msgstr "otomatik vacuum başlatma süreci kapatılıyor"
14816
14817 #: postmaster/autovacuum.c:1426
14818 #, fuzzy, c-format
14819 msgid "could not fork autovacuum worker process: %m"
14820 msgstr "Otomatik vacuum süreci fork edilemedi: %m"
14821
14822 #: postmaster/autovacuum.c:1628
14823 #, c-format
14824 msgid "autovacuum: processing database \"%s\""
14825 msgstr "autovacuum: \"%s\" veritabanı işleniyor"
14826
14827 #: postmaster/autovacuum.c:2000
14828 #, fuzzy, c-format
14829 msgid "autovacuum: dropping orphan temp table \"%s\".\"%s\" in database \"%s\""
14830 msgstr "autovacuum: \"%s\" veritabanı işleniyor"
14831
14832 #: postmaster/autovacuum.c:2012
14833 #, fuzzy, c-format
14834 msgid "autovacuum: found orphan temp table \"%s\".\"%s\" in database \"%s\""
14835 msgstr "autovacuum: \"%s\" veritabanı işleniyor"
14836
14837 #: postmaster/autovacuum.c:2273
14838 #, c-format
14839 msgid "automatic vacuum of table \"%s.%s.%s\""
14840 msgstr "\"%s.%s.%s\" tablosunun otomatik vacuum'u"
14841
14842 #: postmaster/autovacuum.c:2276
14843 #, c-format
14844 msgid "automatic analyze of table \"%s.%s.%s\""
14845 msgstr "\"%s.%s.%s\" tablosunun otomatik analizi"
14846
14847 #: postmaster/autovacuum.c:2738
14848 msgid "autovacuum not started because of misconfiguration"
14849 msgstr "geçersiz ayarlarından dolayı autovacuum çalıştırılamadı"
14850
14851 #: postmaster/autovacuum.c:2739
14852 msgid "Enable the \"track_counts\" option."
14853 msgstr "\"track_counts\" seçeneği etkinleştir."
14854
14855 #: postmaster/autovacuum.c:2795
14856 msgid "not enough shared memory for autovacuum"
14857 msgstr "otomatik vacuum için shared memory yeterli değildir"
14858
14859 #: postmaster/bgwriter.c:462
14860 #, fuzzy, c-format
14861 msgid "checkpoints are occurring too frequently (%d second apart)"
14862 msgid_plural "checkpoints are occurring too frequently (%d seconds apart)"
14863 msgstr[0] "checkpoint işlemi çok sık çağırılıyor (%d saniye aralıkla)"
14864 msgstr[1] "checkpoint işlemi çok sık çağırılıyor (%d saniye aralıkla)"
14865
14866 #: postmaster/bgwriter.c:466
14867 msgid "Consider increasing the configuration parameter \"checkpoint_segments\"."
14868 msgstr "\"checkpoint_segments\" yapılandırma parametresi ile bu aralığı büyütebilirsiniz."
14869
14870 #: postmaster/bgwriter.c:575
14871 #, c-format
14872 msgid "transaction log switch forced (archive_timeout=%d)"
14873 msgstr "transaction log switch forced (archive_timeout=%d)"
14874
14875 #: postmaster/bgwriter.c:883
14876 msgid "not enough shared memory for background writer"
14877 msgstr "arka planı writer için shared memory yeterli değildir"
14878
14879 #: postmaster/bgwriter.c:1031
14880 msgid "checkpoint request failed"
14881 msgstr "checkpoint isteği başarısız"
14882
14883 #: postmaster/bgwriter.c:1032
14884 msgid "Consult recent messages in the server log for details."
14885 msgstr "Ayrıntılar için sunucu günlük dosyasına bakın."
14886
14887 #: postmaster/pgarch.c:158
14888 #, c-format
14889 msgid "could not fork archiver: %m"
14890 msgstr "archiver başlatılamadı: %m"
14891
14892 #: postmaster/pgarch.c:416
14893 msgid "archive_mode enabled, yet archive_command is not set"
14894 msgstr "archive_mode aktiftir, ancak archive_command ayarlanmadı"
14895
14896 #: postmaster/pgarch.c:454
14897 #, c-format
14898 msgid "transaction log file \"%s\" could not be archived: too many failures"
14899 msgstr "transaction log dosyası \"%s\" arşivlenemedi: çok fazla başarısız işlem"
14900
14901 #: postmaster/pgarch.c:557
14902 #, c-format
14903 msgid "archive command failed with exit code %d"
14904 msgstr "arşiv komutu başarısız. Döndürülen kod: %d"
14905
14906 #: postmaster/pgarch.c:559
14907 #: postmaster/pgarch.c:569
14908 #: postmaster/pgarch.c:576
14909 #: postmaster/pgarch.c:582
14910 #: postmaster/pgarch.c:591
14911 #, c-format
14912 msgid "The failed archive command was: %s"
14913 msgstr "Başarısız arşiv komuyu: %s"
14914
14915 #: postmaster/pgarch.c:566
14916 #, c-format
14917 msgid "archive command was terminated by exception 0x%X"
14918 msgstr "arşiv süreç 0x%X exception tarafından sonlandırıldı"
14919
14920 #: postmaster/pgarch.c:568
14921 #: postmaster/postmaster.c:2662
14922 #, fuzzy
14923 msgid "See C include file \"ntstatus.h\" for a description of the hexadecimal value."
14924 msgstr "Bu hex değerin tanımlaması için \"ntstatus.h\" dosyasına bakın."
14925
14926 #: postmaster/pgarch.c:573
14927 #, c-format
14928 msgid "archive command was terminated by signal %d: %s"
14929 msgstr "arşiv komutu %d sinyali tarafından sonlandırıldı: %s"
14930
14931 #: postmaster/pgarch.c:580
14932 #, c-format
14933 msgid "archive command was terminated by signal %d"
14934 msgstr "arşiv komutu %d sinyali tarafından sonlandırıldı"
14935
14936 #: postmaster/pgarch.c:589
14937 #, c-format
14938 msgid "archive command exited with unrecognized status %d"
14939 msgstr "arşiv komutu beklenmeyen durum ile sonlandırıldı %d"
14940
14941 #: postmaster/pgarch.c:601
14942 #, c-format
14943 msgid "archived transaction log file \"%s\""
14944 msgstr "arşivlenen transaction kayıt dosyası \"%s\""
14945
14946 #: postmaster/pgarch.c:650
14947 #, c-format
14948 msgid "could not open archive status directory \"%s\": %m"
14949 msgstr "arşiv durum dizini \"%s\" açılamıyor: %m"
14950
14951 #: postmaster/pgstat.c:323
14952 #, c-format
14953 msgid "could not resolve \"localhost\": %s"
14954 msgstr "\"localhost\" adresi çözümlenemedi: %s"
14955
14956 #: postmaster/pgstat.c:346
14957 msgid "trying another address for the statistics collector"
14958 msgstr "istatistik toplayıcı süreci için başka bir adres deneniyor"
14959
14960 #: postmaster/pgstat.c:355
14961 #, c-format
14962 msgid "could not create socket for statistics collector: %m"
14963 msgstr "istatistik toplayıcı soket oluşturma hatası: %m"
14964
14965 #: postmaster/pgstat.c:367
14966 #, c-format
14967 msgid "could not bind socket for statistics collector: %m"
14968 msgstr "istatistik toplayıcı soket bind hatası: %m"
14969
14970 #: postmaster/pgstat.c:378
14971 #, c-format
14972 msgid "could not get address of socket for statistics collector: %m"
14973 msgstr "istatistik toplayıcı sürecinin soket adresi alınamadı: %m"
14974
14975 #: postmaster/pgstat.c:394
14976 #, c-format
14977 msgid "could not connect socket for statistics collector: %m"
14978 msgstr "istatistik toplayıcı soket bağlama hatası: %m"
14979
14980 #: postmaster/pgstat.c:415
14981 #, c-format
14982 msgid "could not send test message on socket for statistics collector: %m"
14983 msgstr "istatistik toplayıcı sürecine test mesajı gönderme hatası: %m"
14984
14985 #: postmaster/pgstat.c:441
14986 #: postmaster/pgstat.c:2744
14987 #, c-format
14988 msgid "select() failed in statistics collector: %m"
14989 msgstr "istatistik toplayıcı sürecinde select() hatası: %m"
14990
14991 #: postmaster/pgstat.c:456
14992 msgid "test message did not get through on socket for statistics collector"
14993 msgstr "istatistik toplayıcı sürecine test mesajı gönderilemedi"
14994
14995 #: postmaster/pgstat.c:471
14996 #, c-format
14997 msgid "could not receive test message on socket for statistics collector: %m"
14998 msgstr "istatistik toplayıcı süreci deneme mesajı alma hatası: %m"
14999
15000 #: postmaster/pgstat.c:481
15001 msgid "incorrect test message transmission on socket for statistics collector"
15002 msgstr "istatistik toplayıcı soket aracılığı ile mesaj gönderme hatası"
15003
15004 #: postmaster/pgstat.c:504
15005 #, c-format
15006 msgid "could not set statistics collector socket to nonblocking mode: %m"
15007 msgstr "istatistik toplayıcı soketi nonblocking durumuna getirilemedi: %m"
15008
15009 #: postmaster/pgstat.c:514
15010 msgid "disabling statistics collector for lack of working socket"
15011 msgstr "çalışan socket olmadığından istatistik toplayıcı iptal edildi"
15012
15013 #: postmaster/pgstat.c:616
15014 #, c-format
15015 msgid "could not fork statistics collector: %m"
15016 msgstr "istatistik toplayıcı başlatılamıyor: %m"
15017
15018 #: postmaster/pgstat.c:1144
15019 msgid "must be superuser to reset statistics counters"
15020 msgstr "istatistik sayaçlarını sadece veritabanı superuserı sıfırlayabilir"
15021
15022 #: postmaster/pgstat.c:2723
15023 #, c-format
15024 msgid "poll() failed in statistics collector: %m"
15025 msgstr "istatistik toplayıcı sürecinde poll() hatası: %m"
15026
15027 #: postmaster/pgstat.c:2768
15028 #, c-format
15029 msgid "could not read statistics message: %m"
15030 msgstr "istatistik mesajı okunamadı: %m"
15031
15032 #: postmaster/pgstat.c:2967
15033 #, c-format
15034 msgid "could not open temporary statistics file \"%s\": %m"
15035 msgstr "geçici istatistik dosyası \"%s\" açılamıyor: %m"
15036
15037 #: postmaster/pgstat.c:3039
15038 #, c-format
15039 msgid "could not write temporary statistics file \"%s\": %m"
15040 msgstr "geçici istatistik dosyasına \"%s\" yazılamıyor: %m"
15041
15042 #: postmaster/pgstat.c:3048
15043 #, c-format
15044 msgid "could not close temporary statistics file \"%s\": %m"
15045 msgstr "geçici istatistik dosyası \"%s\" açılamıyor: %m"
15046
15047 #: postmaster/pgstat.c:3056
15048 #, c-format
15049 msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m"
15050 msgstr "geçici istatistik dosyasının adı değiştirilemiyor eski: \"%s\" yeni: \"%s\": %m"
15051
15052 #: postmaster/pgstat.c:3144
15053 #: postmaster/pgstat.c:3154
15054 #: postmaster/pgstat.c:3176
15055 #: postmaster/pgstat.c:3190
15056 #: postmaster/pgstat.c:3252
15057 #: postmaster/pgstat.c:3269
15058 #: postmaster/pgstat.c:3284
15059 #: postmaster/pgstat.c:3301
15060 #: postmaster/pgstat.c:3316
15061 msgid "corrupted pgstat.stat file"
15062 msgstr "bozuk pgstat.stat dosyası"
15063
15064 #: postmaster/pgstat.c:3657
15065 msgid "database hash table corrupted during cleanup --- abort"
15066 msgstr "veritabanı %d için tablolar hash tablosu temizleme sırasında bozulmuştur --- iptal"
15067
15068 #: postmaster/postmaster.c:543
15069 #, c-format
15070 msgid "%s: invalid argument for option -f: \"%s\"\n"
15071 msgstr "%s: -f seçeneği için geçersiz parametre: \"%s\"\n"
15072
15073 #: postmaster/postmaster.c:629
15074 #, c-format
15075 msgid "%s: invalid argument for option -t: \"%s\"\n"
15076 msgstr "%s: -t seçeneği için geçersiz parametre: \"%s\"\n"
15077
15078 #: postmaster/postmaster.c:680
15079 #, c-format
15080 msgid "%s: invalid argument: \"%s\"\n"
15081 msgstr "%s: geçersiz parametre: \"%s\"\n"
15082
15083 #: postmaster/postmaster.c:705
15084 #, c-format
15085 msgid "%s: superuser_reserved_connections must be less than max_connections\n"
15086 msgstr "%s: superuser_reserved_connections parametresi, max_connections parametresinden küçük olmalıdır\n"
15087
15088 #: postmaster/postmaster.c:715
15089 #, c-format
15090 msgid "%s: invalid datetoken tables, please fix\n"
15091 msgstr "%s: datetoken tabloları bozuk, lütfen düzeltin\n"
15092
15093 #: postmaster/postmaster.c:821
15094 msgid "invalid list syntax for \"listen_addresses\""
15095 msgstr "\"listen_addresses\" için geçersiz sözdizimi"
15096
15097 #: postmaster/postmaster.c:842
15098 #, c-format
15099 msgid "could not create listen socket for \"%s\""
15100 msgstr "\"%s\" için socket oluşturma hatası"
15101
15102 #: postmaster/postmaster.c:848
15103 msgid "could not create any TCP/IP sockets"
15104 msgstr "TCP/IP socket oluşturma hatası"
15105
15106 #: postmaster/postmaster.c:875
15107 msgid "could not create Unix-domain socket"
15108 msgstr "UNIX-domani socket oluşturma hatası"
15109
15110 #: postmaster/postmaster.c:883
15111 msgid "no socket created for listening"
15112 msgstr "dinlemek için socket oluşturulmadı"
15113
15114 #: postmaster/postmaster.c:906
15115 #: postmaster/postmaster.c:3236
15116 #, fuzzy
15117 msgid "could not load pg_hba.conf"
15118 msgstr "wldap32.dll yüklenemedi"
15119
15120 #: postmaster/postmaster.c:923
15121 #, fuzzy
15122 msgid "could not create I/O completion port for child queue"
15123 msgstr "\"%s\" için socket oluşturma hatası"
15124
15125 #: postmaster/postmaster.c:967
15126 #, c-format
15127 msgid "%s: could not write external PID file \"%s\": %s\n"
15128 msgstr "%s: harici PID dosyası \"%s\" yazılamadı: %s\n"
15129
15130 #: postmaster/postmaster.c:1068
15131 #, c-format
15132 msgid "%s: could not locate matching postgres executable"
15133 msgstr "%s: uygun postgres çalıştırma dosysı bulunamadı"
15134
15135 #: postmaster/postmaster.c:1119
15136 #, c-format
15137 msgid "data directory \"%s\" does not exist"
15138 msgstr "veritabanı deizini \"%s\" mevcut değil"
15139
15140 #: postmaster/postmaster.c:1124
15141 #, c-format
15142 msgid "could not read permissions of directory \"%s\": %m"
15143 msgstr "\"%s\" dizininin erişim haklarını okunamıyor: %m"
15144
15145 #: postmaster/postmaster.c:1132
15146 #, fuzzy, c-format
15147 msgid "specified data directory \"%s\" is not a directory"
15148 msgstr "veritabanı deizini \"%s\" mevcut değil"
15149
15150 #: postmaster/postmaster.c:1148
15151 #, c-format
15152 msgid "data directory \"%s\" has wrong ownership"
15153 msgstr "\"%s\" veritabanı dizininin erişim hakları yalnıştır"
15154
15155 #: postmaster/postmaster.c:1150
15156 msgid "The server must be started by the user that owns the data directory."
15157 msgstr "Sunucu, veri dizini sahip kullanıcı tarafından başlatılmalıdır."
15158
15159 #: postmaster/postmaster.c:1170
15160 #, c-format
15161 msgid "data directory \"%s\" has group or world access"
15162 msgstr "veritabanı dizini \"%s\" gruba ve herkese erişime açıktır"
15163
15164 #: postmaster/postmaster.c:1172
15165 msgid "Permissions should be u=rwx (0700)."
15166 msgstr "Erişim hakları u=rwx (0700) olmalıdır."
15167
15168 #: postmaster/postmaster.c:1183
15169 #, c-format
15170 msgid ""
15171 "%s: could not find the database system\n"
15172 "Expected to find it in the directory \"%s\",\n"
15173 "but could not open file \"%s\": %s\n"
15174 msgstr ""
15175 "%s: veritabanı sistemi bulamamaktadır.\n"
15176 "\"%s\" klasöründe arama yapılmıştır,\n"
15177 "ancak \"%s\" dosyası bulunamamıştır: %s\n"
15178
15179 #: postmaster/postmaster.c:1218
15180 #, c-format
15181 msgid "%s: could not fork background process: %s\n"
15182 msgstr "%s: artalan süreci başlatma hatası: %s\n"
15183
15184 #: postmaster/postmaster.c:1239
15185 #, c-format
15186 msgid "%s: could not dissociate from controlling TTY: %s\n"
15187 msgstr "%s: control TTY ile bağlantı kesilemiyor: %s\n"
15188
15189 #: postmaster/postmaster.c:1319
15190 #, c-format
15191 msgid "select() failed in postmaster: %m"
15192 msgstr "postmaster içinde select() başarısız: %m"
15193
15194 #: postmaster/postmaster.c:1468
15195 #: postmaster/postmaster.c:1499
15196 msgid "incomplete startup packet"
15197 msgstr "başlatma paketi eksik"
15198
15199 #: postmaster/postmaster.c:1480
15200 msgid "invalid length of startup packet"
15201 msgstr "başlatma paketinin uzunluğu geçirsiz"
15202
15203 #: postmaster/postmaster.c:1536
15204 #, c-format
15205 msgid "failed to send SSL negotiation response: %m"
15206 msgstr "SSL görüşme cevabı gönderme başarısız: %m"
15207
15208 #: postmaster/postmaster.c:1565
15209 #, c-format
15210 msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u"
15211 msgstr "frontend protokolü %u.%u desteklenememktedir: sunucunun desteklediği protokolleri %u.0 ila %u.%u arasında"
15212
15213 #: postmaster/postmaster.c:1629
15214 msgid "invalid startup packet layout: expected terminator as last byte"
15215 msgstr "geçersiz sartup packet düzeni: son bayt bir sonlandırıcı olmalıdır"
15216
15217 #: postmaster/postmaster.c:1657
15218 msgid "no PostgreSQL user name specified in startup packet"
15219 msgstr "başlatma paketinde PostgreSQL kullanıcı adı belirtilmemiştir"
15220
15221 #: postmaster/postmaster.c:1710
15222 msgid "the database system is starting up"
15223 msgstr "veritabanı başlatılıyor"
15224
15225 #: postmaster/postmaster.c:1715
15226 msgid "the database system is shutting down"
15227 msgstr "veritabanı kapatılıyor"
15228
15229 #: postmaster/postmaster.c:1720
15230 msgid "the database system is in recovery mode"
15231 msgstr "veritabanı kurtarma modundadır"
15232
15233 #: postmaster/postmaster.c:1787
15234 #, fuzzy, c-format
15235 msgid "wrong key in cancel request for process %d"
15236 msgstr "%d sürecinin iptal isteminde geçersiz anahtar"
15237
15238 #: postmaster/postmaster.c:1795
15239 #, fuzzy, c-format
15240 msgid "PID %d in cancel request did not match any process"
15241 msgstr "%d sürecinin iptal isteminde geçersiz pid"
15242
15243 #: postmaster/postmaster.c:1987
15244 msgid "received SIGHUP, reloading configuration files"
15245 msgstr "SIGHUP sinyali alınmıştır, yapılandırma dosyaları yeniden okunuyor"
15246
15247 #: postmaster/postmaster.c:2008
15248 msgid "pg_hba.conf not reloaded"
15249 msgstr "pg_hba.conf yeniden yüklenmedi"
15250
15251 #: postmaster/postmaster.c:2051
15252 msgid "received smart shutdown request"
15253 msgstr "akıllı kapatma isteği alındı"
15254
15255 #: postmaster/postmaster.c:2087
15256 msgid "received fast shutdown request"
15257 msgstr "hızlı kapatma isteği alındı"
15258
15259 #: postmaster/postmaster.c:2101
15260 msgid "aborting any active transactions"
15261 msgstr "aktif transactionlar iptal ediliyor"
15262
15263 #: postmaster/postmaster.c:2129
15264 msgid "received immediate shutdown request"
15265 msgstr "immediate shutdown isteği alındı"
15266
15267 #: postmaster/postmaster.c:2203
15268 #: postmaster/postmaster.c:2231
15269 msgid "startup process"
15270 msgstr "başlatma süreci"
15271
15272 #: postmaster/postmaster.c:2206
15273 msgid "aborting startup due to startup process failure"
15274 msgstr "başlatma süreci hatası nedeniyle başlatma süreci durdurulmuştır"
15275
15276 #: postmaster/postmaster.c:2271
15277 msgid "database system is ready to accept connections"
15278 msgstr "veritabanı sunucusu bağlantı kabul etmeye hazır"
15279
15280 #: postmaster/postmaster.c:2323
15281 msgid "background writer process"
15282 msgstr "background writer süreci"
15283
15284 #: postmaster/postmaster.c:2339
15285 msgid "WAL writer process"
15286 msgstr "WAL yazma süreci"
15287
15288 #: postmaster/postmaster.c:2354
15289 msgid "autovacuum launcher process"
15290 msgstr "otomatik vacuum başlatma süreci"
15291
15292 #: postmaster/postmaster.c:2368
15293 msgid "archiver process"
15294 msgstr "arşivleyici süreci"
15295
15296 #: postmaster/postmaster.c:2386
15297 msgid "statistics collector process"
15298 msgstr "istatistik toplama süreci"
15299
15300 #: postmaster/postmaster.c:2400
15301 msgid "system logger process"
15302 msgstr "logger süreci"
15303
15304 #: postmaster/postmaster.c:2435
15305 #: postmaster/postmaster.c:2445
15306 #: postmaster/postmaster.c:2463
15307 msgid "server process"
15308 msgstr "sunucu süreci"
15309
15310 #: postmaster/postmaster.c:2499
15311 msgid "terminating any other active server processes"
15312 msgstr "diğer aktif sunucu süreçleri durduruluyor"
15313
15314 #. translator: %s is a noun phrase describing a child process, such as
15315 #. "server process"
15316 #: postmaster/postmaster.c:2651
15317 #, c-format
15318 msgid "%s (PID %d) exited with exit code %d"
15319 msgstr "%s (PID %d) exit code %d ile sonlandı"
15320
15321 #. translator: %s is a noun phrase describing a child process, such as
15322 #. "server process"
15323 #: postmaster/postmaster.c:2660
15324 #, c-format
15325 msgid "%s (PID %d) was terminated by exception 0x%X"
15326 msgstr "%s (PID %d) 0x%X exception tarafından sonlandırıldı"
15327
15328 #. translator: %s is a noun phrase describing a child process, such as
15329 #. "server process"
15330 #: postmaster/postmaster.c:2669
15331 #, c-format
15332 msgid "%s (PID %d) was terminated by signal %d: %s"
15333 msgstr "%s (PID %d) %d sinyali tarafından sonlandırıldı: %s"
15334
15335 #. translator: %s is a noun phrase describing a child process, such as
15336 #. "server process"
15337 #: postmaster/postmaster.c:2679
15338 #, c-format
15339 msgid "%s (PID %d) was terminated by signal %d"
15340 msgstr "%s (PID %d) %d sinyali tarafından sonlandırıldı"
15341
15342 #. translator: %s is a noun phrase describing a child process, such as
15343 #. "server process"
15344 #: postmaster/postmaster.c:2688
15345 #, c-format
15346 msgid "%s (PID %d) exited with unrecognized status %d"
15347 msgstr "%s (PID %d) tanınmayan status kodu ile sonlandırıldı %d"
15348
15349 #: postmaster/postmaster.c:2825
15350 msgid "abnormal database system shutdown"
15351 msgstr "veritabanı sistemi olağandışı kapandı"
15352
15353 #: postmaster/postmaster.c:2857
15354 msgid "all server processes terminated; reinitializing"
15355 msgstr "tüm sunucu süreçleri durduruldu; yeniden ilklendiriliyor"
15356
15357 #: postmaster/postmaster.c:3020
15358 #, c-format
15359 msgid "could not fork new process for connection: %m"
15360 msgstr "bağlantı için yeni süreç başlatılamadı: %m"
15361
15362 #: postmaster/postmaster.c:3062
15363 msgid "could not fork new process for connection: "
15364 msgstr "bağlantı için yeni süreç başlatılamadı:"
15365
15366 #: postmaster/postmaster.c:3202
15367 #, c-format
15368 msgid "connection received: host=%s%s%s"
15369 msgstr "bağlantı alındı: istemci=%s%s%s"
15370
15371 #: postmaster/postmaster.c:3281
15372 #, c-format
15373 msgid "connection authorized: user=%s database=%s"
15374 msgstr "bağlantı tanımı: kullanıcı=%s veritabanı=%s"
15375
15376 #: postmaster/postmaster.c:3521
15377 #, c-format
15378 msgid "could not execute server process \"%s\": %m"
15379 msgstr "\"%s\" sunucu süreci başlatma hatası: %m"
15380
15381 #: postmaster/postmaster.c:4023
15382 #, fuzzy
15383 msgid "database system is in consistent recovery mode"
15384 msgstr "veritabanı kurtarma modundadır"
15385
15386 #: postmaster/postmaster.c:4240
15387 #, c-format
15388 msgid "could not fork startup process: %m"
15389 msgstr "başlatma süreci fork edilemedi: %m"
15390
15391 #: postmaster/postmaster.c:4244
15392 #, c-format
15393 msgid "could not fork background writer process: %m"
15394 msgstr "background writer süreci başlatılamadı: %m"
15395
15396 #: postmaster/postmaster.c:4248
15397 #, c-format
15398 msgid "could not fork WAL writer process: %m"
15399 msgstr "WAL yazıcı süreci başlatılamadı: %m"
15400
15401 #: postmaster/postmaster.c:4252
15402 #, c-format
15403 msgid "could not fork process: %m"
15404 msgstr "süreç başlatma hatası: %m"
15405
15406 #: postmaster/postmaster.c:4524
15407 #, c-format
15408 msgid "could not duplicate socket %d for use in backend: error code %d"
15409 msgstr "backend içinde kullanılacak duplicate socket %d oluşturulamadı: hata kodu %d"
15410
15411 #: postmaster/postmaster.c:4553
15412 #, c-format
15413 msgid "could not create inherited socket: error code %d\n"
15414 msgstr "inherited socket oluşturulamıyor: hata kodu %d\n"
15415
15416 #: postmaster/postmaster.c:4582
15417 #: postmaster/postmaster.c:4589
15418 #, c-format
15419 msgid "could not read from backend variables file \"%s\": %s\n"
15420 msgstr "\"%s\" backend parametreler dosyasından okunamıyor: %s\n"
15421
15422 #: postmaster/postmaster.c:4598
15423 #, c-format
15424 msgid "could not remove file \"%s\": %s\n"
15425 msgstr "\"%s\" dosyası silinemedi: %s\n"
15426
15427 #: postmaster/postmaster.c:4611
15428 #, c-format
15429 msgid "could not map view of backend variables: error code %d\n"
15430 msgstr "backend değişkenleri map view hatası: hata kodu: %d\n"
15431
15432 #: postmaster/postmaster.c:4620
15433 #, c-format
15434 msgid "could not unmap view of backend variables: error code %d\n"
15435 msgstr "backend değişkenleri unmap view hatası: hata kodu: %d\n"
15436
15437 #: postmaster/postmaster.c:4627
15438 #, c-format
15439 msgid "could not close handle to backend parameter variables: error code %d\n"
15440 msgstr "backend parameter değişkenler tanıtıcısı kapatılamadı: hata kodu %d\n"
15441
15442 #: postmaster/postmaster.c:4773
15443 msgid "could not read exit code for process\n"
15444 msgstr "Sürecin çıkış kodu okunamadı\n"
15445
15446 #: postmaster/postmaster.c:4778
15447 #, fuzzy
15448 msgid "could not post child completion status\n"
15449 msgstr "SSL bağlantı alınamıyor: %s"
15450
15451 #: postmaster/syslogger.c:383
15452 #, c-format
15453 msgid "select() failed in logger process: %m"
15454 msgstr "logger süreci içerisinde select() hatası: %m"
15455
15456 #: postmaster/syslogger.c:395
15457 #: postmaster/syslogger.c:959
15458 #, c-format
15459 msgid "could not read from logger pipe: %m"
15460 msgstr "syslog pipe okuma hatası: %m"
15461
15462 #: postmaster/syslogger.c:434
15463 msgid "logger shutting down"
15464 msgstr "loglama süreci kapatılıyor"
15465
15466 #: postmaster/syslogger.c:478
15467 #: postmaster/syslogger.c:492
15468 #, c-format
15469 msgid "could not create pipe for syslog: %m"
15470 msgstr "syslog için pipe oluşturulamadı: %m"
15471
15472 #: postmaster/syslogger.c:512
15473 #: postmaster/syslogger.c:996
15474 #, c-format
15475 msgid "could not create log file \"%s\": %m"
15476 msgstr "\"%s\" günlük dosyası oluşturma hatası: %m"
15477
15478 #: postmaster/syslogger.c:527
15479 #, c-format
15480 msgid "could not fork system logger: %m"
15481 msgstr "sistem loglayıcı başlatma hatası: %m"
15482
15483 #: postmaster/syslogger.c:558
15484 #, c-format
15485 msgid "could not redirect stdout: %m"
15486 msgstr "stdout yönlendirilmesi yapılamadı: %m"
15487
15488 #: postmaster/syslogger.c:563
15489 #: postmaster/syslogger.c:581
15490 #, c-format
15491 msgid "could not redirect stderr: %m"
15492 msgstr "stderr yönlendirilmesi yapılamadı: %m"
15493
15494 #: postmaster/syslogger.c:924
15495 #, c-format
15496 msgid "could not write to log file: %s\n"
15497 msgstr "log dosyası yazma hatası: %s\n"
15498
15499 #: postmaster/syslogger.c:1071
15500 #: postmaster/syslogger.c:1133
15501 #, c-format
15502 msgid "could not open new log file \"%s\": %m"
15503 msgstr "yeni kayıt dosyası \"%s\" açma hatası: %m"
15504
15505 #: postmaster/syslogger.c:1083
15506 #: postmaster/syslogger.c:1145
15507 msgid "disabling automatic rotation (use SIGHUP to reenable)"
15508 msgstr "otomatik dönüşüm etkisiz (yeniden yetkilendirmek için SIGHUP kullanın)"
15509
15510 #: rewrite/rewriteDefine.c:109
15511 #: rewrite/rewriteDefine.c:759
15512 #, c-format
15513 msgid "rule \"%s\" for relation \"%s\" already exists"
15514 msgstr "\"%s\" kuralı(rule), \"%s\" nesnesi için zaten mevcut"
15515
15516 #: rewrite/rewriteDefine.c:283
15517 msgid "rule actions on OLD are not implemented"
15518 msgstr "OLD için rule eylemleri implement edilmemiş"
15519
15520 #: rewrite/rewriteDefine.c:284
15521 msgid "Use views or triggers instead."
15522 msgstr "Bunun yerine view veya trigger kullanın."
15523
15524 #: rewrite/rewriteDefine.c:288
15525 msgid "rule actions on NEW are not implemented"
15526 msgstr "NEW için rule eylemleri implement edilmemiş"
15527
15528 #: rewrite/rewriteDefine.c:289
15529 msgid "Use triggers instead."
15530 msgstr "Bunun yerine lütfen triggerleri kullanın."
15531
15532 #: rewrite/rewriteDefine.c:302
15533 msgid "INSTEAD NOTHING rules on SELECT are not implemented"
15534 msgstr "SELECT üzerinde INSTEAD NOTHING rule implement edilmemiştir"
15535
15536 #: rewrite/rewriteDefine.c:303
15537 msgid "Use views instead."
15538 msgstr "Lütfen yerine viewları kullanın"
15539
15540 #: rewrite/rewriteDefine.c:311
15541 msgid "multiple actions for rules on SELECT are not implemented"
15542 msgstr "SELECT rule'ler için birden fazla eylem tanımlanma implement edilmemiştir"
15543
15544 #: rewrite/rewriteDefine.c:323
15545 msgid "rules on SELECT must have action INSTEAD SELECT"
15546 msgstr "SELECT rule tanımları INSTEAD SELECT öğesini taşımak zorundadır"
15547
15548 #: rewrite/rewriteDefine.c:331
15549 msgid "event qualifications are not implemented for rules on SELECT"
15550 msgstr "SELECT rule'ler için olay tanımları implement edilmemiştir"
15551
15552 #: rewrite/rewriteDefine.c:356
15553 #, c-format
15554 msgid "\"%s\" is already a view"
15555 msgstr "\"%s\" zanten bir view'dur"
15556
15557 #: rewrite/rewriteDefine.c:380
15558 #, c-format
15559 msgid "view rule for \"%s\" must be named \"%s\""
15560 msgstr "rule \"%s\" için view'nun adını \"%s\" olarak değiştirilmelidir"
15561
15562 #: rewrite/rewriteDefine.c:405
15563 #, c-format
15564 msgid "could not convert table \"%s\" to a view because it is not empty"
15565 msgstr "\"%s\" tablosu boş olmadığı için vew'a çevirilemedi"
15566
15567 #: rewrite/rewriteDefine.c:412
15568 #, c-format
15569 msgid "could not convert table \"%s\" to a view because it has triggers"
15570 msgstr "\"%s\" tablosuna bağlı trigger bulunduğu için vew'a çevirilemedi"
15571
15572 #: rewrite/rewriteDefine.c:414
15573 msgid "In particular, the table cannot be involved in any foreign key relationships."
15574 msgstr "Özellikle, tablo, foreign key ilişkilerinde kullanılamaz."
15575
15576 #: rewrite/rewriteDefine.c:419
15577 #, c-format
15578 msgid "could not convert table \"%s\" to a view because it has indexes"
15579 msgstr "\"%s\" tablosuna bağlı index bulunduğu için vew'a çevirilemedi"
15580
15581 #: rewrite/rewriteDefine.c:425
15582 #, c-format
15583 msgid "could not convert table \"%s\" to a view because it has child tables"
15584 msgstr "\"%s\" tablosuna bağlı çöcuk tabloları bulunduğu için vew'a çevirilemedi"
15585
15586 #: rewrite/rewriteDefine.c:452
15587 msgid "cannot have multiple RETURNING lists in a rule"
15588 msgstr "bir rule içinde birden fazla RETURNING listesi olamaz"
15589
15590 #: rewrite/rewriteDefine.c:457
15591 msgid "RETURNING lists are not supported in conditional rules"
15592 msgstr "şartlı rule içinde RETURNING listeleri kullanılamaz"
15593
15594 #: rewrite/rewriteDefine.c:461
15595 msgid "RETURNING lists are not supported in non-INSTEAD rules"
15596 msgstr "non-INSTEAD rule içinde RETURNING listeleri kullanılamaz"
15597
15598 #: rewrite/rewriteDefine.c:540
15599 msgid "SELECT rule's target list has too many entries"
15600 msgstr "SELECT rule'un hedef öğesi listesinin öğe sayısı fazladır"
15601
15602 #: rewrite/rewriteDefine.c:541
15603 msgid "RETURNING list has too many entries"
15604 msgstr "RETURNING listesinde çok fazla öğe vardır"
15605
15606 #: rewrite/rewriteDefine.c:557
15607 msgid "cannot convert relation containing dropped columns to view"
15608 msgstr "cannot convert relation containing dropped columns to view"
15609
15610 #: rewrite/rewriteDefine.c:562
15611 #, c-format
15612 msgid "SELECT rule's target entry %d has different column name from \"%s\""
15613 msgstr "SELECT rule'un hedef öğesi %d sütun \"%s\"'dan farklı bir isme sahip"
15614
15615 #: rewrite/rewriteDefine.c:568
15616 #, c-format
15617 msgid "SELECT rule's target entry %d has different type from column \"%s\""
15618 msgstr "SELECT rule'un hedef öğesi %d sütun \"%s\"'dan farklı bir tipe sahip"
15619
15620 #: rewrite/rewriteDefine.c:570
15621 #, c-format
15622 msgid "RETURNING list's entry %d has different type from column \"%s\""
15623 msgstr "RETURNING listesinin %d öğesi \"%s\" sütunun tipinden farklı"
15624
15625 #: rewrite/rewriteDefine.c:585
15626 #, c-format
15627 msgid "SELECT rule's target entry %d has different size from column \"%s\""
15628 msgstr "SELECT rule'un hedef öğesi %d sütun \"%s\"'dan farklı bir boyuta sahip"
15629
15630 #: rewrite/rewriteDefine.c:587
15631 #, c-format
15632 msgid "RETURNING list's entry %d has different size from column \"%s\""
15633 msgstr "RETURNING listesinin %d öğesi \"%s\" sütunun boyutundan farklı"
15634
15635 #: rewrite/rewriteDefine.c:595
15636 msgid "SELECT rule's target list has too few entries"
15637 msgstr "SELECT rule'un hedef listesi gereğinden az öğeye sahip"
15638
15639 #: rewrite/rewriteDefine.c:596
15640 msgid "RETURNING list has too few entries"
15641 msgstr "RETURNING ifadesinde çok az öğe vardır"
15642
15643 #: rewrite/rewriteManip.c:1012
15644 msgid "conditional utility statements are not implemented"
15645 msgstr "Conditional utility statements implement edilmemiş"
15646
15647 #: rewrite/rewriteManip.c:1213
15648 msgid "WHERE CURRENT OF on a view is not implemented"
15649 msgstr "view üzerinde WHERE CURRENT OF implement edilmemiştir"
15650
15651 #: rewrite/rewriteRemove.c:67
15652 #, c-format
15653 msgid "rule \"%s\" for relation \"%s\" does not exist, skipping"
15654 msgstr "\"%s\" rule'ü \"%s\" tablosunda mevcut değil ... atlanıyor"
15655
15656 #: rewrite/rewriteHandler.c:486
15657 msgid "cannot have RETURNING lists in multiple rules"
15658 msgstr "RETURNING tümcesi, birden fazla rule içinde kullanılamaz"
15659
15660 #: rewrite/rewriteHandler.c:786
15661 #: rewrite/rewriteHandler.c:804
15662 #, c-format
15663 msgid "multiple assignments to same column \"%s\""
15664 msgstr "aynı sütun \"%s\" için birden fazla değer atama"
15665
15666 #: rewrite/rewriteHandler.c:1430
15667 #: rewrite/rewriteHandler.c:1751
15668 #, c-format
15669 msgid "infinite recursion detected in rules for relation \"%s\""
15670 msgstr "\"%s\" tablosuna bağlı rule'de sonsuz özyineleme bulundu"
15671
15672 #: rewrite/rewriteHandler.c:1789
15673 #, c-format
15674 msgid "cannot perform INSERT RETURNING on relation \"%s\""
15675 msgstr "\"%s\" nesnesinde INSERT RETURNING yapılamaz"
15676
15677 #: rewrite/rewriteHandler.c:1791
15678 msgid "You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause."
15679 msgstr "RETURNING tümcesi olan ON INSERT DO INSTEAD rule gerekmektedir"
15680
15681 #: rewrite/rewriteHandler.c:1796
15682 #, c-format
15683 msgid "cannot perform UPDATE RETURNING on relation \"%s\""
15684 msgstr "\"%s\" nesnesinde UPDATE RETURNING yapılamaz"
15685
15686 #: rewrite/rewriteHandler.c:1798
15687 msgid "You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause."
15688 msgstr "RETURNING tümcesi olan ON UPDATE DO INSTEAD rule gerekmektedir"
15689
15690 #: rewrite/rewriteHandler.c:1803
15691 #, c-format
15692 msgid "cannot perform DELETE RETURNING on relation \"%s\""
15693 msgstr "\"%s\" nesnesi üzerinde DELETE RETURNING işlemi yapılamaz"
15694
15695 #: rewrite/rewriteHandler.c:1805
15696 msgid "You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause."
15697 msgstr "Bunu yapmak için şartsız RETURNING tümcesi olan ON DELETE DO INSTEAD rule gerekmetedir."
15698
15699 #: rewrite/rewriteHandler.c:1903
15700 msgid "cannot insert into a view"
15701 msgstr "view yazma hatası"
15702
15703 #: rewrite/rewriteHandler.c:1904
15704 msgid "You need an unconditional ON INSERT DO INSTEAD rule."
15705 msgstr "ON INSERT DO INSTEAD rule gerekmektedir."
15706
15707 #: rewrite/rewriteHandler.c:1909
15708 msgid "cannot update a view"
15709 msgstr "view değiştirilemiyor"
15710
15711 #: rewrite/rewriteHandler.c:1910
15712 msgid "You need an unconditional ON UPDATE DO INSTEAD rule."
15713 msgstr "ON UPDATE DO INSTEAD rule gerekmektedir."
15714
15715 #: rewrite/rewriteHandler.c:1915
15716 msgid "cannot delete from a view"
15717 msgstr "view silme hatası"
15718
15719 #: rewrite/rewriteHandler.c:1916
15720 msgid "You need an unconditional ON DELETE DO INSTEAD rule."
15721 msgstr "ON DELETE DO INSTEAD rule gerekmektedir."
15722
15723 #: snowball/dict_snowball.c:183
15724 #, c-format
15725 msgid "no Snowball stemmer available for language \"%s\" and encoding \"%s\""
15726 msgstr "\"%s\" dili ve \"%s\" kodlaması için Snowball stemmer mevcut değildir"
15727
15728 #: snowball/dict_snowball.c:215
15729 msgid "multiple Language parameters"
15730 msgstr "çoklu Language parametreleri"
15731
15732 #: snowball/dict_snowball.c:222
15733 #, c-format
15734 msgid "unrecognized Snowball parameter: \"%s\""
15735 msgstr "tanımlanmamış Snowball parametresi: \"%s\"  "
15736
15737 #: snowball/dict_snowball.c:230
15738 msgid "missing Language parameter"
15739 msgstr "eksik Language parametresi"
15740
15741 #: ../port/chklocale.c:319
15742 #: ../port/chklocale.c:325
15743 #, fuzzy, c-format
15744 msgid "could not determine encoding for locale \"%s\": codeset is \"%s\""
15745 msgstr "\"%s\" için junction ayarlanamadı: %s"
15746
15747 #: ../port/chklocale.c:327
15748 msgid "Please report this to <pgsql-bugs@postgresql.org>."
15749 msgstr "Bunu lütfen <pgsql-bugs@postgresql.org> adresine bildiriniz."
15750
15751 #: ../port/dirmod.c:75
15752 #: ../port/dirmod.c:88
15753 #: ../port/dirmod.c:101
15754 #, c-format
15755 msgid "out of memory\n"
15756 msgstr "bellek yetersiz\n"
15757
15758 #: ../port/dirmod.c:267
15759 #, c-format
15760 msgid "could not set junction for \"%s\": %s"
15761 msgstr "\"%s\" için junction ayarlanamadı: %s"
15762
15763 #: ../port/dirmod.c:270
15764 #, c-format
15765 msgid "could not set junction for \"%s\": %s\n"
15766 msgstr "\"%s\" için junction ayarlanamadı: %s\n"
15767
15768 #: ../port/dirmod.c:309
15769 #, c-format
15770 msgid "could not open directory \"%s\": %s\n"
15771 msgstr "\"%s\" dizini açılamıyor: %s\n"
15772
15773 #: ../port/dirmod.c:346
15774 #, c-format
15775 msgid "could not read directory \"%s\": %s\n"
15776 msgstr "\"%s\" dizini okunamıyor: %s\n"
15777
15778 #: ../port/dirmod.c:429
15779 #, c-format
15780 msgid "could not stat file or directory \"%s\": %s\n"
15781 msgstr "\"%s\" dosya ya da dizini bulunamadı: %s\n"
15782
15783 #: ../port/dirmod.c:456
15784 #: ../port/dirmod.c:473
15785 #, c-format
15786 msgid "could not remove file or directory \"%s\": %s\n"
15787 msgstr "\"%s\" dosya ya da dizin silme hatası: %s\n"
15788
15789 #: ../port/exec.c:195
15790 #: ../port/exec.c:309
15791 #: ../port/exec.c:352
15792 #, c-format
15793 msgid "could not identify current directory: %s"
15794 msgstr "geçerli dizin belirlenemedi: %s"
15795
15796 #: ../port/exec.c:214
15797 #, c-format
15798 msgid "invalid binary \"%s\""
15799 msgstr "\"%s\" ikili dosyası geçersiz"
15800
15801 #: ../port/exec.c:263
15802 #, c-format
15803 msgid "could not read binary \"%s\""
15804 msgstr "\"%s\" ikili dosyası okunamıyor"
15805
15806 #: ../port/exec.c:270
15807 #, c-format
15808 msgid "could not find a \"%s\" to execute"
15809 msgstr "çalıştırılacak \"%s\" bulunamadı"
15810
15811 #: ../port/exec.c:325
15812 #: ../port/exec.c:361
15813 #, c-format
15814 msgid "could not change directory to \"%s\""
15815 msgstr "çalışma dizini \"%s\" olarak değiştirilemedi"
15816
15817 #: ../port/exec.c:340
15818 #, c-format
15819 msgid "could not read symbolic link \"%s\""
15820 msgstr "sembolik link \"%s\" okuma hatası"
15821
15822 #: ../port/exec.c:586
15823 #, c-format
15824 msgid "child process exited with exit code %d"
15825 msgstr "alt süreç %d kodu ile sonlandı"
15826
15827 #: ../port/exec.c:590
15828 #, c-format
15829 msgid "child process was terminated by exception 0x%X"
15830 msgstr "alt süreç 0x%X exception tarafından sonlandırıldı"
15831
15832 #: ../port/exec.c:599
15833 #, c-format
15834 msgid "child process was terminated by signal %s"
15835 msgstr "alt süreç %s sinyali tarafından sonlandırıldı"
15836
15837 #: ../port/exec.c:602
15838 #, c-format
15839 msgid "child process was terminated by signal %d"
15840 msgstr "alt süreç %d sinyali tarafından sonlandırıldı"
15841
15842 #: ../port/exec.c:606
15843 #, c-format
15844 msgid "child process exited with unrecognized status %d"
15845 msgstr "alt süreç beklenmeyen status kodu ile sonlandırıldı %d"
15846
15847 #: ../port/open.c:113
15848 msgid "sharing violation"
15849 msgstr "paylaşım çakışması"
15850
15851 #: ../port/open.c:113
15852 msgid "lock violation"
15853 msgstr "lock çakışması "
15854
15855 #: ../port/open.c:112
15856 #, c-format
15857 msgid "could not open file \"%s\": %s"
15858 msgstr "\"%s\" dosyası açılamıyor: %s"
15859
15860 #: ../port/open.c:114
15861 msgid "Continuing to retry for 30 seconds."
15862 msgstr "30 saniyede bir denemeye devam ediliyor."
15863
15864 #: ../port/open.c:115
15865 msgid "You might have antivirus, backup, or similar software interfering with the database system."
15866 msgstr "Veritabanı sistemi ile etkileşen antivirüs, yedekleme yada benzeri yazılımlar olabilir."
15867
15868 #: ../port/strerror.c:25
15869 #, c-format
15870 msgid "unrecognized error %d"
15871 msgstr "bilinmeyen hata %d"
15872
15873 #: ../port/win32error.c:184
15874 #, c-format
15875 msgid "mapped win32 error code %lu to %d"
15876 msgstr "%lu win32 hata kodu %d koduna adreslendi"
15877
15878 #: ../port/win32error.c:195
15879 #, c-format
15880 msgid "unrecognized win32 error code: %lu"
15881 msgstr "bilinmeyen win32 hata kodu: %lu"
15882
15883 #~ msgid "multiple DELETE events specified"
15884 #~ msgstr "birden fazla DELETE olayı belirtilmiştir"
15885 #~ msgid "multiple UPDATE events specified"
15886 #~ msgstr "birden fazla UPDATE olayı belirtilmiştir"
15887
15888 #, fuzzy
15889 #~ msgid "multiple TRUNCATE events specified"
15890 #~ msgstr "birden fazla UPDATE olayı belirtilmiştir"
15891 #~ msgid "could not create XPath object"
15892 #~ msgstr "XPath nesnesi oluşturulamadı"
15893 #~ msgid "fillfactor=%d is out of range (should be between %d and 100)"
15894 #~ msgstr "fillfactor=%d kapsam dışıdır (%d ile 100 arasında olmalıdır)"
15895 #~ msgid "GIN index does not support search with void query"
15896 #~ msgstr "GIN dizini boş bir sorguyla aramayı desteklemiyor"
15897 #~ msgid "invalid LC_COLLATE setting"
15898 #~ msgstr "geçersiz LC_COLLATE ayarı"
15899 #~ msgid "invalid LC_CTYPE setting"
15900 #~ msgstr "geçersiz LC_TYPE ayarı"
15901 #~ msgid ""
15902 #~ "The database cluster was initialized with LOCALE_NAME_BUFLEN %d, but the "
15903 #~ "server was compiled with LOCALE_NAME_BUFLEN %d."
15904 #~ msgstr ""
15905 #~ "Veritabanı clusteri LOCALE_NAME_BUFLEN %d ile ilklendirilmiştir, ancak "
15906 #~ "sunucu  LOCALE_NAME_BUFLEN %d ile derlenmiştir."
15907 #~ msgid "It looks like you need to initdb or install locale support."
15908 #~ msgstr "Yerel desteğini kurmanız ya da initdb çalıştırmanız gerekmektedir."
15909 #~ msgid "log_restartpoints = %s"
15910 #~ msgstr "log_restartpoints = %s"
15911 #~ msgid "WAL ends before end time of backup dump"
15912 #~ msgstr "WAL, yedek dump'ının bitiş zamanından önce sona ermiştir"
15913 #~ msgid "syntax error: cannot back up"
15914 #~ msgstr "sözdizimi hatası: geri diilemiyor"
15915 #~ msgid "syntax error; also virtual memory exhausted"
15916 #~ msgstr "sözdizimi hatası; ayrıca sanal bellek de dolmuştur"
15917 #~ msgid "parser stack overflow"
15918 #~ msgstr "parser stack overflow"
15919 #~ msgid "failed to drop all objects depending on %s"
15920 #~ msgstr "%s nesnesine bağlı nesnelerinin kaldırma işlemi başarısız oldu"
15921 #~ msgid "there are objects dependent on %s"
15922 #~ msgstr "%s nesnesine bağlı nesneler var."
15923 #~ msgid "could not remove database directory \"%s\""
15924 #~ msgstr "\"%s\" veritabanı dizini kaldırılamıyor"
15925 #~ msgid "multiple constraints named \"%s\" were dropped"
15926 #~ msgstr "\"%s\" adlı birden fazla constraint drop edilmiş"
15927 #~ msgid "constraint definition for check constraint \"%s\" does not match"
15928 #~ msgstr "check kısıtlamasının \"%s\" kısıtlama tanımı uyuşmamaktadır"
15929 #~ msgid ""
15930 #~ "relation \"%s.%s\" contains more than \"max_fsm_pages\" pages with useful "
15931 #~ "free space"
15932 #~ msgstr ""
15933 #~ "\"%s.%s\" nesnesi \"max_fsm_pages\" paramteresinde belirtilmiş sayısının "
15934 #~ "üzerinde kullanılabilecek boş alan içeriyor"
15935 #~ msgid "cannot change number of columns in view"
15936 #~ msgstr "view içerisinde sütun sayısı değiştirilemez"
15937 #~ msgid ""
15938 #~ "unexpected Kerberos user name received from client (received \"%s\", "
15939 #~ "expected \"%s\")"
15940 #~ msgstr ""
15941 #~ "İstemciden beklenmeyen Kerberos kullanıcı adı alınmış (alınan \"%s\", "
15942 #~ "beklenen \"%s\")"
15943 #~ msgid "Kerberos 5 not implemented on this server"
15944 #~ msgstr "Kerberos 5 bu sunucuda desteklenmemektedir"
15945 #~ msgid "GSSAPI not implemented on this server"
15946 #~ msgstr "GSSAPI bu sunucuda desteklenmemektedir"
15947
15948 #, fuzzy
15949 #~ msgid "could not acquire SSPI credentials handle"
15950 #~ msgstr "karşı tarafın kimlik bilgileri alınamadı: %m"
15951
15952 #, fuzzy
15953 #~ msgid "could not get security token from context"
15954 #~ msgstr "SSL context oluşturma hatası: %s"
15955 #~ msgid "unsafe permissions on private key file \"%s\""
15956 #~ msgstr "private key dosyası \"%s\" sakıncalı erişim haklarına sahip"
15957 #~ msgid ""
15958 #~ "File must be owned by the database user and must have no permissions for "
15959 #~ "\"group\" or \"other\"."
15960 #~ msgstr ""
15961 #~ "Dosya, veritabanı sahibi kullanıcısına ait olmalı ve \"group\" ya da "
15962 #~ "\"other\" kullanıcılarına erişim hakları verilmemelidir."
15963 #~ msgid ""
15964 #~ "cannot use authentication method \"crypt\" because password is MD5-"
15965 #~ "encrypted"
15966 #~ msgstr ""
15967 #~ "şifreler MD5 algoritması ile şifrelenmiş olduğu için \"crypt\" kimlik "
15968 #~ "doğrulama yöntemi kullanılamıyor"
15969 #~ msgid "invalid entry in file \"%s\" at line %d, token \"%s\""
15970 #~ msgstr "\"%s\" dosyasında %d satırında, \"%s\" simgesinde geçersiz giriş"
15971 #~ msgid "missing field in file \"%s\" at end of line %d"
15972 #~ msgstr "\"%s\" dosyasında %d satırın sonunda eksik alan"
15973 #~ msgid "cannot use Ident authentication without usermap field"
15974 #~ msgstr "usermap fiels olmadan Ident kimlik doğrulaması kullanılamıyor"
15975 #~ msgid "Ident protocol identifies remote user as \"%s\""
15976 #~ msgstr "Ident protokolü uzak kullanıcısını \"%s\" olarak tanıtıyor"
15977 #~ msgid "missing FROM-clause entry in subquery for table \"%s\""
15978 #~ msgstr "\"%s\" tablosu için subquery tanımında FROM öğesi eksik"
15979 #~ msgid "adding missing FROM-clause entry in subquery for table \"%s\""
15980 #~ msgstr "\"%s\" tablosu için subquery tanımında eksik FROM öğesi ekleniyor"
15981 #~ msgid "could not set statistics collector timer: %m"
15982 #~ msgstr "statistics collector zamanlayıcısı ayarlama hatası: %m"
15983 #~ msgid "insufficient shared memory for free space map"
15984 #~ msgstr "free space map için yetersiz shared memory"
15985 #~ msgid "max_fsm_pages must exceed max_fsm_relations * %d"
15986 #~ msgstr ""
15987 #~ "max_fsm_pages değeri, max_fsm_relations * %d  değerinden büyük olmalıdır"
15988 #~ msgid "free space map contains %d pages in %d relations"
15989 #~ msgstr "free space map %2$d nesnede %1$d sayfa içermektedir"
15990 #~ msgid ""
15991 #~ "A total of %.0f page slots are in use (including overhead).\n"
15992 #~ "%.0f page slots are required to track all free space.\n"
15993 #~ "Current limits are:  %d page slots, %d relations, using %.0f kB."
15994 #~ msgstr ""
15995 #~ "Toplam %.0f sayfa slotu kullanılmıştır (overhead dahildir).\n"
15996 #~ "Boş alanı takip etmek için %.0f sayfa slotuna ihtiyaç duyulmaktadır.\n"
15997 #~ "Şu anki kimitleri: %d sayfa slotu, %d nesne, toplam: %.0f kB."
15998 #~ msgid "max_fsm_relations(%d) equals the number of relations checked"
15999 #~ msgstr "max_fsm_relations(%d) equals the number of relations checked"
16000 #~ msgid ""
16001 #~ "You have at least %d relations.  Consider increasing the configuration "
16002 #~ "parameter \"max_fsm_relations\"."
16003 #~ msgstr ""
16004 #~ "Nesne sayısı: %d. \"max_fsm_relations\" yapılandırma parametresini "
16005 #~ "arttırmaya deneyebilirsiniz."
16006 #~ msgid "number of page slots needed (%.0f) exceeds max_fsm_pages (%d)"
16007 #~ msgstr ""
16008 #~ "ihtiyaç duyulan page slot sayısı (%.0f), max_fsm_pages (%d) parametresini "
16009 #~ "aşmaktadır"
16010 #~ msgid ""
16011 #~ "Consider increasing the configuration parameter \"max_fsm_pages\" to a "
16012 #~ "value over %.0f."
16013 #~ msgstr ""
16014 #~ "\"max_fsm_pages\" yapılandırma parametresini %.0f değerine kadar "
16015 #~ "yükseltmeyi deneyebilirsiniz."
16016
16017 #, fuzzy
16018 #~ msgid "could not fsync relation %u/%u/%u: %m"
16019 #~ msgstr "nesne %u/%u/%u açma hatası: %m"
16020 #~ msgid "unexpected delimiter at line %d of thesaurus file \"%s\""
16021 #~ msgstr ""
16022 #~ "\"%2$s\" thesaurus dosyasında %1$d satırında beklenmeyen sınırlayıcı."
16023 #~ msgid "unexpected end of line or lexeme at line %d of thesaurus file \"%s\""
16024 #~ msgstr ""
16025 #~ "%d numaralı satırda, \"%s\" sözlük dosyasında, beklenmeyen satır sonu ya "
16026 #~ "da sözcükbirim"
16027
16028 #, fuzzy
16029 #~ msgid "unexpected end of line at line %d of thesaurus file \"%s\""
16030 #~ msgstr ""
16031 #~ "\"%2$s\" nesnesinin %1$u bloğunda dosya sonundan sonra beklenmeyen veri"
16032
16033 #, fuzzy
16034 #~ msgid "syntax error at line %d of affix file \"%s\""
16035 #~ msgstr "%s geçmiş dosyasında sözdizimi hatası"
16036 #~ msgid "invalid argument for power function"
16037 #~ msgstr "power fonksiyonu için geçersin argüman"
16038 #~ msgid "not unique \"S\""
16039 #~ msgstr "\"S\" tek değildir"
16040 #~ msgid "invalid AM/PM string"
16041 #~ msgstr "geçersiz AM/PM satırı"
16042 #~ msgid "\"TZ\"/\"tz\" not supported"
16043 #~ msgstr "\"TZ\"/\"tz\" desteklenmiyor"
16044 #~ msgid "January"
16045 #~ msgstr "Ocak"
16046 #~ msgid "February"
16047 #~ msgstr "Şubat"
16048 #~ msgid "March"
16049 #~ msgstr "Mart"
16050 #~ msgid "April"
16051 #~ msgstr "Nisan"
16052 #~ msgid "May"
16053 #~ msgstr "Mayıs"
16054 #~ msgid "June"
16055 #~ msgstr "Haziran"
16056 #~ msgid "July"
16057 #~ msgstr "Temmuz"
16058 #~ msgid "August"
16059 #~ msgstr "Ağustos"
16060 #~ msgid "September"
16061 #~ msgstr "Eylül"
16062 #~ msgid "October"
16063 #~ msgstr "Ekim"
16064 #~ msgid "November"
16065 #~ msgstr "Kasım"
16066 #~ msgid "December"
16067 #~ msgstr "Aralık"
16068 #~ msgid "Jan"
16069 #~ msgstr "Oca"
16070 #~ msgid "Feb"
16071 #~ msgstr "Şub"
16072 #~ msgid "Mar"
16073 #~ msgstr "Mar"
16074 #~ msgid "Apr"
16075 #~ msgstr "Nis"
16076 #~ msgid "S:May"
16077 #~ msgstr "S:May"
16078 #~ msgid "Jun"
16079 #~ msgstr "Haz"
16080 #~ msgid "Jul"
16081 #~ msgstr "Tem"
16082 #~ msgid "Aug"
16083 #~ msgstr "Auğ"
16084 #~ msgid "Sep"
16085 #~ msgstr "Eyl"
16086 #~ msgid "Oct"
16087 #~ msgstr "Eki"
16088 #~ msgid "Nov"
16089 #~ msgstr "Kas"
16090 #~ msgid "Dec"
16091 #~ msgstr "Ara"
16092 #~ msgid "Sunday"
16093 #~ msgstr "Pazar"
16094 #~ msgid "Monday"
16095 #~ msgstr "Pazartesi"
16096 #~ msgid "Tuesday"
16097 #~ msgstr "Salı"
16098 #~ msgid "Wednesday"
16099 #~ msgstr "Çarşamba"
16100 #~ msgid "Thursday"
16101 #~ msgstr "Perşembe"
16102 #~ msgid "Friday"
16103 #~ msgstr "Cuma"
16104 #~ msgid "Saturday"
16105 #~ msgstr "Cumartesi"
16106 #~ msgid "Sun"
16107 #~ msgstr "Pz"
16108 #~ msgid "Mon"
16109 #~ msgstr "Pzt"
16110 #~ msgid "Tue"
16111 #~ msgstr "Sal"
16112 #~ msgid "Wed"
16113 #~ msgstr "Çar"
16114 #~ msgid "Thu"
16115 #~ msgstr "Prş"
16116 #~ msgid "Fri"
16117 #~ msgstr "Cum"
16118 #~ msgid "Sat"
16119 #~ msgstr "Cmt"
16120 #~ msgid "AM/PM hour must be between 1 and 12"
16121 #~ msgstr "AM/PM saati 1 ile 12 arasında olmalıdır"
16122 #~ msgid "UTF-16 to UTF-8 translation failed: %lu"
16123 #~ msgstr "UTF-16'dan UTF-8'e dönüştürme hatası: %lu"
16124 #~ msgid "cannot calculate week number without year information"
16125 #~ msgstr "yıl bilgisi olmadan haftanın günü hesaplanamaz"
16126 #~ msgid "query requires full scan, which is not supported by GIN indexes"
16127 #~ msgstr "sorgu tam tarama gerektiriyor; ancak GIN indexler bunu desteklemez"
16128 #~ msgid ""
16129 #~ "@@ operator does not support lexeme weight restrictions in GIN index "
16130 #~ "searches"
16131 #~ msgstr ""
16132 #~ "@@ operatörü GIN index aramalarında sözcükbirim ağırlık kısıtlamalarını "
16133 #~ "desteklemez"
16134 #~ msgid "Use the @@@ operator instead."
16135 #~ msgstr "Bunun yerine @@@ operatörünü kullanın."
16136 #~ msgid "Resource Usage / Free Space Map"
16137 #~ msgstr "Kaynak Kullanımı / Boş Alan Haritası"
16138 #~ msgid "Prints the parse tree to the server log."
16139 #~ msgstr "Ayrıştırma ağacını sunucu günlüğüne yazıyor."
16140 #~ msgid "Prints the parse tree after rewriting to server log."
16141 #~ msgstr ""
16142 #~ "Ayrıştırma ağacını rewrite ilmeinden sonra sunucu günlüğüne yazıyor."
16143 #~ msgid "Prints the execution plan to server log."
16144 #~ msgstr "Yürütme planını sunucu günlüğüne yazıyor."
16145 #~ msgid "Uses the indented output format for EXPLAIN VERBOSE."
16146 #~ msgstr "EXPLAIN VERBOSE için girintili çıktı biçimini kullanıyor."
16147 #~ msgid ""
16148 #~ "Sets the maximum number of tables and indexes for which free space is "
16149 #~ "tracked."
16150 #~ msgstr "Boş alanı takibi yapılacak tabloların en büyük sayısı."
16151 #~ msgid ""
16152 #~ "Sets the maximum number of disk pages for which free space is tracked."
16153 #~ msgstr "Boş alanı takibi yapılacak disk sayfaların en büyük sayısı."
16154 #~ msgid "Valid values are ON, OFF, and SAFE_ENCODING."
16155 #~ msgstr "Geçerli değerler: ON, OFF ve SAFE_ENCODING."
16156 #~ msgid ""
16157 #~ "Each SQL transaction has an isolation level, which can be either \"read "
16158 #~ "uncommitted\", \"read committed\", \"repeatable read\", or \"serializable"
16159 #~ "\"."
16160 #~ msgstr ""
16161 #~ "Her SQL transaction bir isolation level'e sahiptir, geçerli değerler: "
16162 #~ "\"read uncommitted\", \"read committed\", \"repeatable read\", "
16163 #~ "\"serializable\"."
16164
16165 #, fuzzy
16166 #~ msgid "Each session can be either \"origin\", \"replica\", or \"local\"."
16167 #~ msgstr "Bir oturum \"origin\", \"replica\" veya \"local\" olabilir."
16168
16169 #, fuzzy
16170 #~ msgid "Sets realm to match Kerberos and GSSAPI users against."
16171 #~ msgstr "Kerberos sevice adını belirtiyor."
16172 #~ msgid "Sets the hostname of the Kerberos server."
16173 #~ msgstr "Kerberos sunucusunun bilgisayar adını belirtiyor."
16174 #~ msgid "This can be set to advanced, extended, or basic."
16175 #~ msgstr "Bu değer şunlardan biri olabilir: advanced, extended, or basic."
16176 #~ msgid ""
16177 #~ "Valid values are LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, "
16178 #~ "LOCAL7."
16179 #~ msgstr ""
16180 #~ "Geçerli değerler: LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, "
16181 #~ "LOCAL7."
16182 #~ msgid "Valid values are BASE64 and HEX."
16183 #~ msgstr "Geçerli değerler: BASE64 ve HEX."
16184 #~ msgid "Valid values are DOCUMENT and CONTENT."
16185 #~ msgstr "Geçerli değerler: DOCUMENT ve CONTENT."
16186 #~ msgid ""
16187 #~ "Valid values are DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, INFO, NOTICE, "
16188 #~ "WARNING, ERROR, LOG, FATAL, and PANIC. Each level includes all the levels "
16189 #~ "that follow it."
16190 #~ msgstr ""
16191 #~ "Geçerli değerler: DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, INFO, NOTICE, "
16192 #~ "WARNING, ERROR, LOG, FATAL, and PANIC. Her düzey kendisinden daha büyük "
16193 #~ "düzeyleri de kapsıyor."
16194 #~ msgid ""
16195 #~ "All SQL statements that cause an error of the specified level or a higher "
16196 #~ "level are logged."
16197 #~ msgstr ""
16198 #~ "Belirtilen ya da daha üst düzeyde hata yaratan SQL sorguları "
16199 #~ "loglanacaktır."
16200 #~ msgid ""
16201 #~ "parameter \"%s\" cannot be changed after server start; configuration file "
16202 #~ "change ignored"
16203 #~ msgstr ""
16204 #~ "\"%s\" parametresi, sunucu başlatıldıktan sonra değiştirilemez; "
16205 #~ "yapılandırma dosyası yok sayıldı"
16206
16207 #, fuzzy
16208 #~ msgid "invalid value for parameter \"%s\": \"%d\""
16209 #~ msgstr "\"%s\" seçeneği için geçersiz değer: \"%s\""
16210 #~ msgid "cannot truncate table \"%s\" because it has pending trigger events"
16211 #~ msgstr ""
16212 #~ "\"%s\" tablosuna bağlı trigger olayları bulunduğu için truncate işlemi "
16213 #~ "yapılamadı"
16214
16215 #, fuzzy
16216 #~ msgid "cannot alter table \"%s\" because it has pending trigger events"
16217 #~ msgstr ""
16218 #~ "\"%s\" tablosuna bağlı trigger olayları bulunduğu için truncate işlemi "
16219 #~ "yapılamadı"
16220 #~ msgid ""
16221 #~ "%s: the number of buffers (-B) must be at least twice the number of "
16222 #~ "allowed connections (-N) and at least 16\n"
16223 #~ msgstr ""
16224 #~ "%s: buffer sayısı (-B), izin verilen bağlantı sayısından (-N) en az iki "
16225 #~ "kat daha büyük ve 16'dan daha küçük olmamalıdır\n"
16226
16227 #, fuzzy
16228 #~ msgid "invalid regis pattern: \"%s\""
16229 #~ msgstr "geçirsiz rol adı \"%s\""
16230