1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +03:00

Translation updates

Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 1a710c413ce4c4cd081843e563cde256bb95f490
This commit is contained in:
Peter Eisentraut
2019-06-17 15:07:14 +02:00
parent b674211788
commit 91acff7a53
61 changed files with 29205 additions and 24962 deletions

View File

@ -1,6 +1,6 @@
# Spanish message translation file for plpython
#
# Copyright (C) 2009-2012 PostgreSQL Global Development Group
# Copyright (c) 2009-2019, PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
#
# Emanuel Calvo Franco <postgres.arg@gmail.com>, 2009.
@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
"Project-Id-Version: plpython (PostgreSQL) 10\n"
"Project-Id-Version: plpython (PostgreSQL) 12\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2019-05-02 23:37+0000\n"
"PO-Revision-Date: 2019-04-28 23:32-0400\n"
"POT-Creation-Date: 2019-06-06 17:08+0000\n"
"PO-Revision-Date: 2019-06-06 17:26-0400\n"
"Last-Translator: Carlos Chapi <carlos.chapi@2ndquadrant.com>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@lists.postgresql.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

View File

@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2018-10-10 21:08+0000\n"
"PO-Revision-Date: 2018-10-13 10:10+0300\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2019-04-26 13:38+0000\n"
"PO-Revision-Date: 2019-06-13 17:10+0300\n"
"Last-Translator: Abdullah G. Gülner <agulner@gmail.com>\n"
"Language-Team: Turkish <devrim@gunduz.org>\n"
"Language: tr\n"
@ -18,163 +18,168 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 1.8.7.1\n"
#: plpy_cursorobject.c:101
#: plpy_cursorobject.c:78
#, c-format
msgid "plpy.cursor expected a query or a plan"
msgstr "plpy.cursor bir sorgu ya da bir plan bekledi"
#: plpy_cursorobject.c:184
#: plpy_cursorobject.c:161
#, c-format
msgid "plpy.cursor takes a sequence as its second argument"
msgstr "plpy.cursor bir sequence'ı ikinci argüman olarak alır"
#: plpy_cursorobject.c:200 plpy_spi.c:211
#: plpy_cursorobject.c:177 plpy_spi.c:211
#, c-format
msgid "could not execute plan"
msgstr "plan çalıştırılamadı"
#: plpy_cursorobject.c:203 plpy_spi.c:214
#: plpy_cursorobject.c:180 plpy_spi.c:214
#, c-format
msgid "Expected sequence of %d argument, got %d: %s"
msgid_plural "Expected sequence of %d arguments, got %d: %s"
msgstr[0] "%d argümanının sequence'ı beklendi; %d alındı: %s"
#: plpy_cursorobject.c:352
#: plpy_cursorobject.c:329
#, c-format
msgid "iterating a closed cursor"
msgstr "kapalı bir imleç (cursor) yineleniyor"
#: plpy_cursorobject.c:360 plpy_cursorobject.c:426
#: plpy_cursorobject.c:337 plpy_cursorobject.c:403
#, c-format
msgid "iterating a cursor in an aborted subtransaction"
msgstr "iptal edilen bir alt-işlemdeki (subtransaction) bir cursor yineleniyor"
#: plpy_cursorobject.c:418
#: plpy_cursorobject.c:395
#, c-format
msgid "fetch from a closed cursor"
msgstr "kapalı bir cursor'dan getir"
#: plpy_cursorobject.c:461 plpy_spi.c:409
#: plpy_cursorobject.c:438 plpy_spi.c:409
#, c-format
msgid "query result has too many rows to fit in a Python list"
msgstr "sorgu sonucundaki satır sayısı bir Python listesine sığabilecekten çok fazla "
#: plpy_cursorobject.c:512
#: plpy_cursorobject.c:490
#, c-format
msgid "closing a cursor in an aborted subtransaction"
msgstr "iptal edilen bir alt-işlemdeki (subtransaction) bir cursor kapatılıyor"
#: plpy_elog.c:127 plpy_elog.c:128 plpy_plpymodule.c:559
#: plpy_elog.c:129 plpy_elog.c:130 plpy_plpymodule.c:553
#, c-format
msgid "%s"
msgstr "%s"
#: plpy_exec.c:142
#: plpy_exec.c:143
#, c-format
msgid "unsupported set function return mode"
msgstr "desteklenmeyen küme fonksiyonu dönüş modu"
#: plpy_exec.c:143
#: plpy_exec.c:144
#, c-format
msgid "PL/Python set-returning functions only support returning one value per call."
msgstr "PL/Python küme dönen fonksiyonları sadece her çağrı içinde bir değer döndürmeyi desteklerler"
#: plpy_exec.c:156
#: plpy_exec.c:157
#, c-format
msgid "returned object cannot be iterated"
msgstr "dönen nesne yinelenemez"
#: plpy_exec.c:157
#: plpy_exec.c:158
#, c-format
msgid "PL/Python set-returning functions must return an iterable object."
msgstr "PL/Python küme dönen fonksiyonları yinelenebilir bir nesne dönmelidir."
#: plpy_exec.c:171
#: plpy_exec.c:172
#, c-format
msgid "error fetching next item from iterator"
msgstr "yineleticiden sonraki öğeyi alırken hata"
#: plpy_exec.c:214
#: plpy_exec.c:215
#, c-format
msgid "PL/Python procedure did not return None"
msgstr "PL/Python prosedürü None döndürmedi"
#: plpy_exec.c:218
#: plpy_exec.c:219
#, c-format
msgid "PL/Python function with return type \"void\" did not return None"
msgstr "dönüş tipi \"void\" olan PL/Python fonksiyonu None döndürmedi"
#: plpy_exec.c:374 plpy_exec.c:400
#: plpy_exec.c:375 plpy_exec.c:401
#, c-format
msgid "unexpected return value from trigger procedure"
msgstr "trigger yordamından beklenmeyen dönüş değeri"
#: plpy_exec.c:375
#: plpy_exec.c:376
#, c-format
msgid "Expected None or a string."
msgstr "None ya da string bekleniyordu."
#: plpy_exec.c:390
#: plpy_exec.c:391
#, c-format
msgid "PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
msgstr "PL/Python trigger fonksiyonu DELETE triggerında \"MODIFY\" döndürdü -- gözardı edildi"
#: plpy_exec.c:401
#: plpy_exec.c:402
#, c-format
msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"."
msgstr "None, \"OK\", \"SKIP\", ya da \"MODIFY\" bekleniyordu"
#: plpy_exec.c:451
#: plpy_exec.c:452
#, c-format
msgid "PyList_SetItem() failed, while setting up arguments"
msgstr "PyList_SetItem() bağımsız değişkenler ayarlanırken başarısız oldu"
#: plpy_exec.c:455
#: plpy_exec.c:456
#, c-format
msgid "PyDict_SetItemString() failed, while setting up arguments"
msgstr "PyDict_SetItemString() bağımsız değişkenler ayarlanırken başarısız oldu"
#: plpy_exec.c:467
#: plpy_exec.c:468
#, c-format
msgid "function returning record called in context that cannot accept type record"
msgstr "tip kaydı içermeyen alanda çağırılan ve kayıt döndüren fonksiyon"
#: plpy_exec.c:684
#: plpy_exec.c:685
#, c-format
msgid "while creating return value"
msgstr "dönüş değeri yaratılırken"
#: plpy_exec.c:909
#: plpy_exec.c:919
#, c-format
msgid "TD[\"new\"] deleted, cannot modify row"
msgstr "TD[\"new\"] silindi, satır düzenlenemiyor"
#: plpy_exec.c:914
#: plpy_exec.c:924
#, c-format
msgid "TD[\"new\"] is not a dictionary"
msgstr "TD[\"new\"] bir sözlük değil"
#: plpy_exec.c:941
#: plpy_exec.c:951
#, c-format
msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
msgstr "%d sıra pozisyonundaki TD[\"new\"] sözlük anahtarı dizi değil"
#: plpy_exec.c:948
#: plpy_exec.c:958
#, c-format
msgid "key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering row"
msgstr "TD[\"new\"] içinde bulunan \"%s\" anahtarı tetikleyen satırda bir kolon olarak bulunmuyor"
#: plpy_exec.c:953
#: plpy_exec.c:963
#, c-format
msgid "cannot set system attribute \"%s\""
msgstr "\"%s\" sistem niteliği ayarlanamıyor"
#: plpy_exec.c:1011
#: plpy_exec.c:968
#, c-format
msgid "cannot set generated column \"%s\""
msgstr "oluşturulan \"%s\" sütunu ayarlanamıyor"
#: plpy_exec.c:1026
#, c-format
msgid "while modifying trigger row"
msgstr "tetikleyici satırını düzenlerken"
#: plpy_exec.c:1072
#: plpy_exec.c:1087
#, c-format
msgid "forcibly aborting a subtransaction that has not been exited"
msgstr "çıkış yapılmamış bir alt-işlem (subtransaction) zorla iptal ediliyor"
@ -219,46 +224,46 @@ msgstr "\"%s\" PL/Python fonksiyonu"
msgid "PL/Python anonymous code block"
msgstr "PL/Python anonim kod bloğu"
#: plpy_plpymodule.c:192 plpy_plpymodule.c:195
#: plpy_plpymodule.c:186 plpy_plpymodule.c:189
#, c-format
msgid "could not import \"plpy\" module"
msgstr "\"plpy\" modülü alınamadı"
#: plpy_plpymodule.c:210
#: plpy_plpymodule.c:204
#, c-format
msgid "could not create the spiexceptions module"
msgstr "spiexceptions modülü oluşturulamadı"
#: plpy_plpymodule.c:218
#: plpy_plpymodule.c:212
#, c-format
msgid "could not add the spiexceptions module"
msgstr "spiexceptions modülü eklenemedi"
#: plpy_plpymodule.c:286
#: plpy_plpymodule.c:280
#, c-format
msgid "could not generate SPI exceptions"
msgstr "SPI istisnaları (exception) üretilemedi"
#: plpy_plpymodule.c:454
#: plpy_plpymodule.c:448
#, c-format
msgid "could not unpack arguments in plpy.elog"
msgstr "plpy.elog dosyasındaki argümanlar unpack edilemedi"
#: plpy_plpymodule.c:463
#: plpy_plpymodule.c:457
msgid "could not parse error message in plpy.elog"
msgstr "plpy.elog dosyasındaki hata mesajı ayrıştırılamadı"
#: plpy_plpymodule.c:480
#: plpy_plpymodule.c:474
#, c-format
msgid "argument 'message' given by name and position"
msgstr "ad ve konum tarafından verilen argüman 'mesajı'"
#: plpy_plpymodule.c:507
#: plpy_plpymodule.c:501
#, c-format
msgid "'%s' is an invalid keyword argument for this function"
msgstr "'%s' bu fonksiyon için geçersiz bir anahtar kelime argümanıdır"
#: plpy_plpymodule.c:518 plpy_plpymodule.c:524
#: plpy_plpymodule.c:512 plpy_plpymodule.c:518
#, c-format
msgid "invalid SQLSTATE code"
msgstr "geçersiz SQLSTATE kodu"
@ -288,7 +293,7 @@ msgstr "\"%s\" PL/Python fonksiyonu derlenemedi"
msgid "could not compile anonymous PL/Python code block"
msgstr "anonim PL/Python kod bloğu derlenemedi"
#: plpy_resultobject.c:150 plpy_resultobject.c:176 plpy_resultobject.c:202
#: plpy_resultobject.c:121 plpy_resultobject.c:147 plpy_resultobject.c:173
#, c-format
msgid "command did not produce a result set"
msgstr "komut bir sonuç kümesi üretmedi"
@ -323,22 +328,22 @@ msgstr "SPI_execute_plan başarısız oldu: %s"
msgid "SPI_execute failed: %s"
msgstr "SPI_execute başarısız oldu: %s"
#: plpy_subxactobject.c:122
#: plpy_subxactobject.c:97
#, c-format
msgid "this subtransaction has already been entered"
msgstr "bu alt-işleme (subtransaction) zaten girilmiş"
#: plpy_subxactobject.c:128 plpy_subxactobject.c:186
#: plpy_subxactobject.c:103 plpy_subxactobject.c:161
#, c-format
msgid "this subtransaction has already been exited"
msgstr "bu alt-işlemden (subtransaction) zaten çıkılmış"
#: plpy_subxactobject.c:180
#: plpy_subxactobject.c:155
#, c-format
msgid "this subtransaction has not been entered"
msgstr "bu alt-işleme (subtransaction) girilmemiş"
#: plpy_subxactobject.c:192
#: plpy_subxactobject.c:167
#, c-format
msgid "there is no subtransaction to exit from"
msgstr "çıkılacak bir alt-işlem (subtransaction) yok"
@ -358,87 +363,87 @@ msgstr "modülde Decimal niteliği yok"
msgid "conversion from numeric to Decimal failed"
msgstr "numeric'ten Decimal'e dönüşüm başarısız oldu"
#: plpy_typeio.c:908
#: plpy_typeio.c:915
#, c-format
msgid "could not create bytes representation of Python object"
msgstr "Python nesnesinin bytes gösterimi yaratılamadı"
#: plpy_typeio.c:1056
#: plpy_typeio.c:1063
#, c-format
msgid "could not create string representation of Python object"
msgstr "Python nesnesinin dizgi gösterimi yaratılamadı"
#: plpy_typeio.c:1067
#: plpy_typeio.c:1074
#, c-format
msgid "could not convert Python object into cstring: Python string representation appears to contain null bytes"
msgstr "Python nesnesi cstring'e dönüştürülemedi: Python dizgi gösterimi null bayt içeriyor olabilir."
#: plpy_typeio.c:1176
#: plpy_typeio.c:1183
#, c-format
msgid "number of array dimensions exceeds the maximum allowed (%d)"
msgstr "dizi (array) boyut sayısı izin verilen en yüksek değeri (%d) aşmaktadır"
#: plpy_typeio.c:1180
#: plpy_typeio.c:1187
#, c-format
msgid "could not determine sequence length for function return value"
msgstr "fonksiyon dönüş değeri için sequence uzunluğu belirlenemedi"
#: plpy_typeio.c:1183 plpy_typeio.c:1187
#: plpy_typeio.c:1190 plpy_typeio.c:1194
#, c-format
msgid "array size exceeds the maximum allowed"
msgstr "dizi (array) boyutu izin verilen en yüksek değeri aşmaktadır"
#: plpy_typeio.c:1213
#: plpy_typeio.c:1220
#, c-format
msgid "return value of function with array return type is not a Python sequence"
msgstr "dizi dönüp tipli dönüş değeri olan fonksiyon Python sequence'ı değildir"
#: plpy_typeio.c:1259
#: plpy_typeio.c:1266
#, c-format
msgid "wrong length of inner sequence: has length %d, but %d was expected"
msgstr "iç sequence'in uzunluğu yanlış: %d uzunlukta, fakat %d bekleniyordu"
#: plpy_typeio.c:1261
#: plpy_typeio.c:1268
#, c-format
msgid "To construct a multidimensional array, the inner sequences must all have the same length."
msgstr "Çok boyutlu bir dizi oluşturmak için, iç sequence'lerin tamamı aynı uzunlukta olmalı."
#: plpy_typeio.c:1340
#: plpy_typeio.c:1347
#, c-format
msgid "malformed record literal: \"%s\""
msgstr "hatalı değer: \"%s\""
#: plpy_typeio.c:1341
#: plpy_typeio.c:1348
#, c-format
msgid "Missing left parenthesis."
msgstr "Sol parantez eksik."
#: plpy_typeio.c:1342 plpy_typeio.c:1543
#: plpy_typeio.c:1349 plpy_typeio.c:1550
#, c-format
msgid "To return a composite type in an array, return the composite type as a Python tuple, e.g., \"[('foo',)]\"."
msgstr "Bir bileşik türü dizi (array) içinde döndürmek için, bileşik türü bir Python tuple, e.g., \"[('foo',)]\"."
#: plpy_typeio.c:1389
#: plpy_typeio.c:1396
#, c-format
msgid "key \"%s\" not found in mapping"
msgstr "\"%s\" anahtarı planlamada bulunnamadı"
#: plpy_typeio.c:1390
#: plpy_typeio.c:1397
#, c-format
msgid "To return null in a column, add the value None to the mapping with the key named after the column."
msgstr "Bir kolondan Null döndürmek için, kolonun ismindeki eşleşmenin anahtarına, NONE değerini ekleyin"
#: plpy_typeio.c:1443
#: plpy_typeio.c:1450
#, c-format
msgid "length of returned sequence did not match number of columns in row"
msgstr "Dönen sequence'in uzunluğu satırdaki kolonların sayısı ile eşleşmiyor."
#: plpy_typeio.c:1541
#: plpy_typeio.c:1548
#, c-format
msgid "attribute \"%s\" does not exist in Python object"
msgstr "\"%s\" niteliği Python nesnesinde bulunmaz"
#: plpy_typeio.c:1544
#: plpy_typeio.c:1551
#, c-format
msgid "To return null in a column, let the returned object have an attribute named after column with value None."
msgstr " Bir kolondan null döndürmek için, döndürdüğünüz nesnenin, kolonun adına sahip bir özelliğinin olmasını ve bu özelliğin değerinin NONE olmasını sağlamanız gerekir"
@ -453,80 +458,80 @@ msgstr "Python unicode nesnesi baytlara dönüştürülemedi."
msgid "could not extract bytes from encoded string"
msgstr "kodlanmış string den baytlar çıkarılamadı"
#~ msgid "PyCObject_AsVoidPtr() failed"
#~ msgstr "PyCObject_AsVoidPtr() başarısız oldu"
#~ msgid "PyCObject_FromVoidPtr() failed"
#~ msgstr "PyCObject_FromVoidPtr() başarısız oldu"
#~ msgid "PL/Python does not support conversion to arrays of row types."
#~ msgstr "PL/Python satır tiplerinin dizilere dönüşümünü desteklemez."
#~ msgid "cannot convert multidimensional array to Python list"
#~ msgstr "çok boyutlu dizi, Python listesine dönüştürülemedi"
#~ msgid "PL/Python only supports one-dimensional arrays."
#~ msgstr "PL/Python sadece bir boyutlu dizileri destekler."
#~ msgid "plan.status takes no arguments"
#~ msgstr "plan.status bir argüman almaz"
#~ msgid "transaction aborted"
#~ msgstr "transaction iptal edildi"
#~ msgid "invalid arguments for plpy.prepare"
#~ msgstr "plpy.prepare için geçersiz argümanlar"
#~ msgid "plpy.prepare does not support composite types"
#~ msgstr "plpy.prepare kompozit tipleri desteklemez"
#~ msgid "unrecognized error in PLy_spi_prepare"
#~ msgstr "PLy_spi_prepare içinde tanımlanamayan hata"
#~ msgid "unrecognized error in PLy_spi_execute_plan"
#~ msgstr "PLy_spi_execute_plan içinde beklenmeyen hata"
#~ msgid "unrecognized error in PLy_spi_execute_query"
#~ msgstr "PLy_spi_execute_query içinde tanımlanamayan hata"
#~ msgid "unrecognized error in PLy_spi_execute_fetch_result"
#~ msgstr "PLy_spi_execute_fetch_result içinde tanımlanamayan hata"
#~ msgid "This session has previously used Python major version %d, and it is now attempting to use Python major version %d."
#~ msgstr "Bu oturum daha önceden %d Python ana sürümünü kullandı, ve şimdi %d ana sürümünü kullanmayı deniyor."
#~ msgid "Start a new session to use a different Python major version."
#~ msgstr "Farklı bir Python ana sürümü kullanmak için yeni bir oturum açın."
#~ msgid "could not create procedure cache"
#~ msgstr "yordam önbelleği yaratılamadı"
#~ msgid "PL/Python: %s"
#~ msgstr "PL/Python: %s"
#~ msgid "out of memory"
#~ msgstr "yetersiz bellek"
#~ msgid "could not compute string representation of Python object in PL/Python function \"%s\" while modifying trigger row"
#~ msgstr "tetikleyici satırı düzenlerken \"%s\" PL/Python fonksiyonunun içindeki Python nesnesinin dizi gösterimi hesaplanamadı"
#~ msgid "could not create string representation of Python object in PL/Python function \"%s\" while creating return value"
#~ msgstr "dönüş değeri yaratılırken \"%s\" Pl/Python fonksiyonunun içindeki Python ensnesinin dizi gösterimi yaratılamadı"
#~ msgid "PL/Python function \"%s\" failed"
#~ msgstr "\"%s\" PL/Python fonksiyonu başarısız oldu"
#~ msgid "PL/Python function \"%s\" could not execute plan"
#~ msgstr "\"%s\" PL/Python fonksiyonu planı çalıştıramadı"
#~ msgid "could not create new dictionary"
#~ msgstr "Yeni sözlük yaratılamadı"
#~ msgid "could not create exception \"%s\""
#~ msgstr "\"%s\" istisnası (exception) oluşturulamadı"
#~ msgid "could not create new dictionary while building trigger arguments"
#~ msgstr "trigger argümanlarını oluştururken yeni sözlük yaratılamadı"
#~ msgid "could not create globals"
#~ msgstr "evrensel değerler (globals) oluşturulamadı"
#~ msgid "could not create new dictionary while building trigger arguments"
#~ msgstr "trigger argümanlarını oluştururken yeni sözlük yaratılamadı"
#~ msgid "could not create exception \"%s\""
#~ msgstr "\"%s\" istisnası (exception) oluşturulamadı"
#~ msgid "could not create new dictionary"
#~ msgstr "Yeni sözlük yaratılamadı"
#~ msgid "PL/Python function \"%s\" could not execute plan"
#~ msgstr "\"%s\" PL/Python fonksiyonu planı çalıştıramadı"
#~ msgid "PL/Python function \"%s\" failed"
#~ msgstr "\"%s\" PL/Python fonksiyonu başarısız oldu"
#~ msgid "could not create string representation of Python object in PL/Python function \"%s\" while creating return value"
#~ msgstr "dönüş değeri yaratılırken \"%s\" Pl/Python fonksiyonunun içindeki Python ensnesinin dizi gösterimi yaratılamadı"
#~ msgid "could not compute string representation of Python object in PL/Python function \"%s\" while modifying trigger row"
#~ msgstr "tetikleyici satırı düzenlerken \"%s\" PL/Python fonksiyonunun içindeki Python nesnesinin dizi gösterimi hesaplanamadı"
#~ msgid "out of memory"
#~ msgstr "yetersiz bellek"
#~ msgid "PL/Python: %s"
#~ msgstr "PL/Python: %s"
#~ msgid "could not create procedure cache"
#~ msgstr "yordam önbelleği yaratılamadı"
#~ msgid "Start a new session to use a different Python major version."
#~ msgstr "Farklı bir Python ana sürümü kullanmak için yeni bir oturum açın."
#~ msgid "This session has previously used Python major version %d, and it is now attempting to use Python major version %d."
#~ msgstr "Bu oturum daha önceden %d Python ana sürümünü kullandı, ve şimdi %d ana sürümünü kullanmayı deniyor."
#~ msgid "unrecognized error in PLy_spi_execute_fetch_result"
#~ msgstr "PLy_spi_execute_fetch_result içinde tanımlanamayan hata"
#~ msgid "unrecognized error in PLy_spi_execute_query"
#~ msgstr "PLy_spi_execute_query içinde tanımlanamayan hata"
#~ msgid "unrecognized error in PLy_spi_execute_plan"
#~ msgstr "PLy_spi_execute_plan içinde beklenmeyen hata"
#~ msgid "unrecognized error in PLy_spi_prepare"
#~ msgstr "PLy_spi_prepare içinde tanımlanamayan hata"
#~ msgid "plpy.prepare does not support composite types"
#~ msgstr "plpy.prepare kompozit tipleri desteklemez"
#~ msgid "invalid arguments for plpy.prepare"
#~ msgstr "plpy.prepare için geçersiz argümanlar"
#~ msgid "transaction aborted"
#~ msgstr "transaction iptal edildi"
#~ msgid "plan.status takes no arguments"
#~ msgstr "plan.status bir argüman almaz"
#~ msgid "PL/Python only supports one-dimensional arrays."
#~ msgstr "PL/Python sadece bir boyutlu dizileri destekler."
#~ msgid "cannot convert multidimensional array to Python list"
#~ msgstr "çok boyutlu dizi, Python listesine dönüştürülemedi"
#~ msgid "PL/Python does not support conversion to arrays of row types."
#~ msgstr "PL/Python satır tiplerinin dizilere dönüşümünü desteklemez."
#~ msgid "PyCObject_FromVoidPtr() failed"
#~ msgstr "PyCObject_FromVoidPtr() başarısız oldu"
#~ msgid "PyCObject_AsVoidPtr() failed"
#~ msgstr "PyCObject_AsVoidPtr() başarısız oldu"

View File

@ -5,12 +5,12 @@
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.0\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-04-18 04:37+0000\n"
"PO-Revision-Date: 2016-05-19 20:47+0800\n"
"Last-Translator: Yuwei Peng <ywpeng@whu.edu.cn>\n"
"Language-Team: Weibin <ssmei_2000@yahoo.com>\n"
"Project-Id-Version: plpython (PostgreSQL) 11\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2019-06-04 12:08+0000\n"
"PO-Revision-Date: 2019-05-17 18:48+0800\n"
"Last-Translator: Jie Zhang <zhangjie2@cn.fujitsu.com>\n"
"Language-Team: Chinese (Simplified) <zhangjie2@cn.fujitsu.com>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -18,165 +18,171 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 1.5.7\n"
#: plpy_cursorobject.c:101
#: plpy_cursorobject.c:78
#, c-format
msgid "plpy.cursor expected a query or a plan"
msgstr "plpy.cursor期望一个查询或一个计划"
#: plpy_cursorobject.c:179
#: plpy_cursorobject.c:161
#, c-format
msgid "plpy.cursor takes a sequence as its second argument"
msgstr "plpy.cursor将一个序列作为它的第二个参数"
#: plpy_cursorobject.c:195 plpy_spi.c:229
#: plpy_cursorobject.c:177 plpy_spi.c:211
#, c-format
msgid "could not execute plan"
msgstr "无法执行计划"
#: plpy_cursorobject.c:198 plpy_spi.c:232
#: plpy_cursorobject.c:180 plpy_spi.c:214
#, c-format
msgid "Expected sequence of %d argument, got %d: %s"
msgid_plural "Expected sequence of %d arguments, got %d: %s"
msgstr[0] "期望%d序列参数,但是得到%d: %s"
# sql_help.h:345
#: plpy_cursorobject.c:354
#: plpy_cursorobject.c:329
#, c-format
msgid "iterating a closed cursor"
msgstr "遍历一个关闭的游标"
#: plpy_cursorobject.c:362 plpy_cursorobject.c:427
#: plpy_cursorobject.c:337 plpy_cursorobject.c:403
#, c-format
msgid "iterating a cursor in an aborted subtransaction"
msgstr "在终止的子事务里遍历一个游标"
# sql_help.h:109
#: plpy_cursorobject.c:419
#: plpy_cursorobject.c:395
#, c-format
msgid "fetch from a closed cursor"
msgstr "从关闭的游标里获取结果"
#: plpy_cursorobject.c:467 plpy_spi.c:438
#: plpy_cursorobject.c:438 plpy_spi.c:409
#, c-format
msgid "query result has too many rows to fit in a Python list"
msgstr "查询结果中的行太多无法放在一个Python列表中"
#: plpy_cursorobject.c:508
#: plpy_cursorobject.c:490
#, c-format
msgid "closing a cursor in an aborted subtransaction"
msgstr "在终止的子事务里关闭一个游标"
#: plpy_elog.c:127 plpy_elog.c:128 plpy_plpymodule.c:513
#: plpy_elog.c:129 plpy_elog.c:130 plpy_plpymodule.c:553
#, c-format
msgid "%s"
msgstr "%s"
#: plpy_exec.c:140
#: plpy_exec.c:143
#, c-format
msgid "unsupported set function return mode"
msgstr "不支持集合函数返回模式"
#: plpy_exec.c:141
#: plpy_exec.c:144
#, c-format
msgid ""
"PL/Python set-returning functions only support returning one value per call."
msgid "PL/Python set-returning functions only support returning one value per call."
msgstr "PL/Python集合返回函数只支持在每次调用时返回一个值。"
#: plpy_exec.c:154
#: plpy_exec.c:157
#, c-format
msgid "returned object cannot be iterated"
msgstr "所返回的对象无法迭代"
#: plpy_exec.c:155
#: plpy_exec.c:158
#, c-format
msgid "PL/Python set-returning functions must return an iterable object."
msgstr "PL/Python集合返回函数必须返回一个可迭代的对象."
#: plpy_exec.c:169
#: plpy_exec.c:172
#, c-format
msgid "error fetching next item from iterator"
msgstr "当从迭代器中取回下一个成员时出现错误"
#: plpy_exec.c:210
#: plpy_exec.c:215
#, c-format
msgid "PL/Python procedure did not return None"
msgstr "PL/Python过程没有返回None"
#: plpy_exec.c:219
#, c-format
msgid "PL/Python function with return type \"void\" did not return None"
msgstr "返回类型为\"void\"的PL/Python函数不返回None"
#: plpy_exec.c:374 plpy_exec.c:400
#: plpy_exec.c:375 plpy_exec.c:401
#, c-format
msgid "unexpected return value from trigger procedure"
msgstr "在触发器存储过程出现非期望的返回值"
#: plpy_exec.c:375
#: plpy_exec.c:376
#, c-format
msgid "Expected None or a string."
msgstr "期望空值或一个字符串"
#: plpy_exec.c:390
#: plpy_exec.c:391
#, c-format
msgid ""
"PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
msgid "PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
msgstr "在DELETE触发器中的PL/Python 触发器函数返回 \"MODIFY\" -- 忽略"
#: plpy_exec.c:401
#: plpy_exec.c:402
#, c-format
msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"."
msgstr "期望None, \"OK\", \"SKIP\", 或\"MODIFY\""
#: plpy_exec.c:482
#: plpy_exec.c:452
#, c-format
msgid "PyList_SetItem() failed, while setting up arguments"
msgstr "当设置参数的同时, 执行PyList_SetItem()失败"
#: plpy_exec.c:486
#: plpy_exec.c:456
#, c-format
msgid "PyDict_SetItemString() failed, while setting up arguments"
msgstr "当设置参数的同时, 执行PyDict_SetItemString()失败"
#: plpy_exec.c:498
#: plpy_exec.c:468
#, c-format
msgid ""
"function returning record called in context that cannot accept type record"
msgid "function returning record called in context that cannot accept type record"
msgstr "返回值类型是记录的函数在不接受使用记录类型的环境中调用"
#: plpy_exec.c:714
#: plpy_exec.c:685
#, c-format
msgid "while creating return value"
msgstr "同时在创建返回值"
#: plpy_exec.c:738
#, c-format
msgid "could not create new dictionary while building trigger arguments"
msgstr "在构建触发器参数的同时无法创建新的字典."
#: plpy_exec.c:927
#: plpy_exec.c:919
#, c-format
msgid "TD[\"new\"] deleted, cannot modify row"
msgstr "TD[\"new\"] 已删除,无法修改记录"
#: plpy_exec.c:932
#: plpy_exec.c:924
#, c-format
msgid "TD[\"new\"] is not a dictionary"
msgstr "TD[\"new\"]不是一个字典"
#: plpy_exec.c:957
#: plpy_exec.c:951
#, c-format
msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
msgstr "在顺序位置%d的TD[\"new\"]字典键值不是字符串"
#: plpy_exec.c:964
#: plpy_exec.c:958
#, c-format
msgid ""
"key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering "
"row"
msgid "key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering row"
msgstr "在 TD[\"new\"]中找到的键 \"%s\"在正在触发的记录中不是作为列而存在."
#: plpy_exec.c:1044
#: plpy_exec.c:963
#, c-format
msgid "cannot set system attribute \"%s\""
msgstr "不能设置系统属性\"%s\""
#: plpy_exec.c:968
#, fuzzy, c-format
#| msgid "cannot set system attribute \"%s\""
msgid "cannot set generated column \"%s\""
msgstr "不能设置系统属性\"%s\""
#: plpy_exec.c:1026
#, c-format
msgid "while modifying trigger row"
msgstr "同时正在修改触发器记录"
#: plpy_exec.c:1105
#: plpy_exec.c:1087
#, c-format
msgid "forcibly aborting a subtransaction that has not been exited"
msgstr "强行终止一个还未退出的子事务"
@ -188,7 +194,6 @@ msgstr "会话中存在多个Python库"
#: plpy_main.c:126
#, c-format
#| msgid "Python major version mismatch in session"
msgid "Only one Python major version can be used in one session."
msgstr "一个会话中只能使用一个Python主版本."
@ -202,104 +207,96 @@ msgstr "在初始化过程中出现无法捕获的错误"
msgid "could not import \"__main__\" module"
msgstr "无法导入模块\"__main__\" "
#: plpy_main.c:170
#, c-format
msgid "could not create globals"
msgstr "无法创建全局变量"
#: plpy_main.c:174
#, c-format
msgid "could not initialize globals"
msgstr "无法初始化全局变量"
#: plpy_main.c:389
#: plpy_main.c:399
#, c-format
msgid "PL/Python procedure \"%s\""
msgstr "PL/Python过程\"%s\""
#: plpy_main.c:402
#, c-format
msgid "PL/Python function \"%s\""
msgstr "PL/Python函数\"%s\""
#: plpy_main.c:396
#: plpy_main.c:410
#, c-format
msgid "PL/Python anonymous code block"
msgstr "PL/Python匿名代码块"
#: plpy_planobject.c:123
#, c-format
msgid "plan.status takes no arguments"
msgstr "plan.status不带有参数"
#: plpy_plpymodule.c:178 plpy_plpymodule.c:181
#: plpy_plpymodule.c:186 plpy_plpymodule.c:189
#, c-format
msgid "could not import \"plpy\" module"
msgstr "无法导入模块\"plpy\" "
#: plpy_plpymodule.c:196
#: plpy_plpymodule.c:204
#, c-format
msgid "could not create the spiexceptions module"
msgstr "无法创建spiexceptions模块"
#: plpy_plpymodule.c:212
#, c-format
msgid "could not add the spiexceptions module"
msgstr "无法添加spiexceptions模块 "
# fe-connect.c:891
#: plpy_plpymodule.c:217
#, c-format
msgid "could not create the base SPI exceptions"
msgstr "无法创建基本的SPI异常"
#: plpy_plpymodule.c:252 plpy_plpymodule.c:256
#: plpy_plpymodule.c:280
#, c-format
msgid "could not generate SPI exceptions"
msgstr "无法产生SPI异常"
#: plpy_plpymodule.c:421
#: plpy_plpymodule.c:448
#, c-format
msgid "could not unpack arguments in plpy.elog"
msgstr "无法解析plpy.elog中的参数"
#: plpy_plpymodule.c:430
#: plpy_plpymodule.c:457
msgid "could not parse error message in plpy.elog"
msgstr "无法解析在plpy.elog中的错误消息"
#: plpy_plpymodule.c:446
#: plpy_plpymodule.c:474
#, c-format
#| msgid "type \"%s\" is already defined"
msgid "the message is already specified"
msgstr "该消息已经被指定"
msgid "argument 'message' given by name and position"
msgstr "由名称和位置提供的参数'message'"
#: plpy_plpymodule.c:469
#: plpy_plpymodule.c:501
#, c-format
#| msgid "%s: invalid argument for -x option\n"
msgid "'%s' is an invalid keyword argument for this function"
msgstr "对于这个函数,'%s'是一个无效的关键词参数"
#: plpy_plpymodule.c:477 plpy_plpymodule.c:480
#: plpy_plpymodule.c:512 plpy_plpymodule.c:518
#, c-format
msgid "invalid SQLSTATE code"
msgstr "无效的SQLSTATE代码"
#: plpy_procedure.c:232
#: plpy_procedure.c:230
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "触发器函数只能以触发器的形式调用"
#: plpy_procedure.c:237
#: plpy_procedure.c:234
#, c-format
msgid "PL/Python functions cannot return type %s"
msgstr "PL/Python函数不能返回类型%s"
#: plpy_procedure.c:318
#: plpy_procedure.c:312
#, c-format
msgid "PL/Python functions cannot accept type %s"
msgstr "PL/Python函数不能接受类型%s"
#: plpy_procedure.c:414
#: plpy_procedure.c:402
#, c-format
msgid "could not compile PL/Python function \"%s\""
msgstr "无法编译PL/Python函数\"%s\""
#: plpy_procedure.c:417
#: plpy_procedure.c:405
#, c-format
msgid "could not compile anonymous PL/Python code block"
msgstr "无法编译PL/Python中的匿名代码块"
#: plpy_resultobject.c:145 plpy_resultobject.c:165 plpy_resultobject.c:185
#: plpy_resultobject.c:121 plpy_resultobject.c:147 plpy_resultobject.c:173
#, c-format
msgid "command did not produce a result set"
msgstr "命令没有产生结果集"
@ -309,209 +306,157 @@ msgstr "命令没有产生结果集"
msgid "second argument of plpy.prepare must be a sequence"
msgstr "plpy.prepare的第二个参数必须是一个序列"
#: plpy_spi.c:118
#: plpy_spi.c:104
#, c-format
msgid "plpy.prepare: type name at ordinal position %d is not a string"
msgstr "plpy.prepare: 在顺序位置%d的类型名称不是string"
#: plpy_spi.c:194
#: plpy_spi.c:176
#, c-format
msgid "plpy.execute expected a query or a plan"
msgstr "plpy.execute期望一个查询或一个计划"
#: plpy_spi.c:213
#: plpy_spi.c:195
#, c-format
msgid "plpy.execute takes a sequence as its second argument"
msgstr "plpy.execute将一个序列作为它的第二个参数"
#: plpy_spi.c:337
#: plpy_spi.c:305
#, c-format
msgid "SPI_execute_plan failed: %s"
msgstr "执行SPI_execute_plan失败: %s"
#: plpy_spi.c:379
#: plpy_spi.c:347
#, c-format
msgid "SPI_execute failed: %s"
msgstr "SPI_execute执行失败: %s"
#: plpy_subxactobject.c:123
#: plpy_subxactobject.c:97
#, c-format
msgid "this subtransaction has already been entered"
msgstr "已经进入该子事务"
#: plpy_subxactobject.c:129 plpy_subxactobject.c:187
#: plpy_subxactobject.c:103 plpy_subxactobject.c:161
#, c-format
msgid "this subtransaction has already been exited"
msgstr "已经退出该子事务"
#: plpy_subxactobject.c:181
#: plpy_subxactobject.c:155
#, c-format
msgid "this subtransaction has not been entered"
msgstr "该子事务仍没有进入"
#: plpy_subxactobject.c:193
#: plpy_subxactobject.c:167
#, c-format
msgid "there is no subtransaction to exit from"
msgstr "没有子事务可以退出"
#: plpy_typeio.c:286
#, c-format
msgid "could not create new dictionary"
msgstr "无法创建新的字典"
#: plpy_typeio.c:560
#: plpy_typeio.c:591
#, c-format
msgid "could not import a module for Decimal constructor"
msgstr "无法为十进制构造函数导入模块"
#: plpy_typeio.c:564
#: plpy_typeio.c:595
#, c-format
msgid "no Decimal attribute in module"
msgstr "模块中没有小数位属性"
#: plpy_typeio.c:570
#: plpy_typeio.c:601
#, c-format
msgid "conversion from numeric to Decimal failed"
msgstr "由numeric数值到Decimal小数转换失败"
#: plpy_typeio.c:645
#, c-format
msgid "cannot convert multidimensional array to Python list"
msgstr "无法将多维数组转换为Python列表"
#: plpy_typeio.c:646
#, c-format
msgid "PL/Python only supports one-dimensional arrays."
msgstr "PL/Python只支持使用一维数组"
#: plpy_typeio.c:652
#, c-format
msgid "could not create new Python list"
msgstr "无法创建新的Python列表"
#: plpy_typeio.c:711
#: plpy_typeio.c:915
#, c-format
msgid "could not create bytes representation of Python object"
msgstr "无法创建Python对象的字节表达式"
#: plpy_typeio.c:822
#: plpy_typeio.c:1063
#, c-format
msgid "could not create string representation of Python object"
msgstr "无法创建Python对象的字符串表达式"
#: plpy_typeio.c:833
#: plpy_typeio.c:1074
#, c-format
msgid ""
"could not convert Python object into cstring: Python string representation "
"appears to contain null bytes"
msgid "could not convert Python object into cstring: Python string representation appears to contain null bytes"
msgstr "无法将Python对象转换为cstring: Python字符串表达式可能包含空字节"
#: plpy_typeio.c:879
#: plpy_typeio.c:1183
#, c-format
msgid ""
"return value of function with array return type is not a Python sequence"
msgid "number of array dimensions exceeds the maximum allowed (%d)"
msgstr "数组的维数超过最大允许值(%d)"
#: plpy_typeio.c:1187
#, c-format
msgid "could not determine sequence length for function return value"
msgstr "无法确定函数返回值的序列长度"
#: plpy_typeio.c:1190 plpy_typeio.c:1194
#, c-format
msgid "array size exceeds the maximum allowed"
msgstr "数组的大小超过了最大允许值"
#: plpy_typeio.c:1220
#, c-format
msgid "return value of function with array return type is not a Python sequence"
msgstr "带有数组返回类型的函数返回值不是一个Python序列"
#: plpy_typeio.c:1000
#: plpy_typeio.c:1266
#, c-format
msgid "wrong length of inner sequence: has length %d, but %d was expected"
msgstr "内部序列的长度错误:长度为%d但应为%d"
#: plpy_typeio.c:1268
#, c-format
msgid "To construct a multidimensional array, the inner sequences must all have the same length."
msgstr "要构造多维数组,内部序列的长度必须相同."
#: plpy_typeio.c:1347
#, c-format
msgid "malformed record literal: \"%s\""
msgstr "有缺陷的记录常量: \"%s\""
#: plpy_typeio.c:1348
#, c-format
msgid "Missing left parenthesis."
msgstr "缺少一个左括弧"
#: plpy_typeio.c:1349 plpy_typeio.c:1550
#, c-format
msgid "To return a composite type in an array, return the composite type as a Python tuple, e.g., \"[('foo',)]\"."
msgstr "要返回数组中的复合类型请将复合类型作为Python元组返回例如 \"[('foo',)]\"."
#: plpy_typeio.c:1396
#, c-format
msgid "key \"%s\" not found in mapping"
msgstr "在映射中没有找到键\"%s\""
#: plpy_typeio.c:1001
#: plpy_typeio.c:1397
#, c-format
msgid ""
"To return null in a column, add the value None to the mapping with the key "
"named after the column."
msgid "To return null in a column, add the value None to the mapping with the key named after the column."
msgstr "为了在一列中返回空值, 需要在列的后面对带有已命名键的映射添加值None"
#: plpy_typeio.c:1052
#: plpy_typeio.c:1450
#, c-format
msgid "length of returned sequence did not match number of columns in row"
msgstr "所返回序列的长度与在记录中列的数量不匹配"
#: plpy_typeio.c:1163
#: plpy_typeio.c:1548
#, c-format
msgid "attribute \"%s\" does not exist in Python object"
msgstr "在Python对象中不存在属性\"%s\""
#: plpy_typeio.c:1164
#: plpy_typeio.c:1551
#, c-format
msgid ""
"To return null in a column, let the returned object have an attribute named "
"after column with value None."
msgstr ""
"为了在一列中返回空值, 需要让返回的对象在带有值None的列后面的带有已命名属性"
msgid "To return null in a column, let the returned object have an attribute named after column with value None."
msgstr "为了在一列中返回空值, 需要让返回的对象在带有值None的列后面的带有已命名属性"
#: plpy_util.c:36
#: plpy_util.c:35
#, c-format
msgid "could not convert Python Unicode object to bytes"
msgstr "无法将Python中以Unicode编码的对象转换为PostgreSQL服务器字节码"
#: plpy_util.c:42
#: plpy_util.c:41
#, c-format
msgid "could not extract bytes from encoded string"
msgstr "无法从已编码字符串里提取相应字节码值"
#~ msgid "plpy.prepare does not support composite types"
#~ msgstr "plpy.prepare不支持使用组合类型"
#~ msgid "PL/Python does not support conversion to arrays of row types."
#~ msgstr "PL/Python不支持对行类型数组的转换。"
#~ msgid "PyCObject_AsVoidPtr() failed"
#~ msgstr "执行PyCObject_AsVoidPtr()失败"
#~ msgid "PyCObject_FromVoidPtr() failed"
#~ msgstr "执行PyCObject_FromVoidPtr()失败"
#~ msgid "transaction aborted"
#~ msgstr "事务终止"
#~ msgid "invalid arguments for plpy.prepare"
#~ msgstr " plpy.prepare的无效参数"
#~ msgid "unrecognized error in PLy_spi_prepare"
#~ msgstr "在PLy_spi_prepare中无法识别的错误"
#~ msgid "unrecognized error in PLy_spi_execute_plan"
#~ msgstr "在PLy_spi_execute_plan中出现无法识别的错误"
#~ msgid "unrecognized error in PLy_spi_execute_query"
#~ msgstr "在PLy_spi_execute_query中出现无法识别的错误"
#~ msgid "could not create procedure cache"
#~ msgstr "无法创建存储过程缓存"
#~ msgid "PL/Python: %s"
#~ msgstr "PL/Python: %s"
#~ msgid "out of memory"
#~ msgstr "内存用尽"
#~ msgid ""
#~ "could not compute string representation of Python object in PL/Python "
#~ "function \"%s\" while modifying trigger row"
#~ msgstr ""
#~ "在修改触发器记录的同时无法计算在PL/Python函数\"%s\"中Python对象的字符串表"
#~ "达式"
#~ msgid ""
#~ "could not create string representation of Python object in PL/Python "
#~ "function \"%s\" while creating return value"
#~ msgstr ""
#~ "在创建返回值时, 无法计算在PL/Python函数\"%s\"中Python对象的字符串表达式"
#~ msgid "PL/Python function \"%s\" failed"
#~ msgstr "PL/Python函数 \"%s\" 执行失败"
#~ msgid "unrecognized error in PLy_spi_execute_fetch_result"
#~ msgstr "在PLy_spi_execute_fetch_result中出现无法识别的错误"
#~ msgid "Start a new session to use a different Python major version."
#~ msgstr "启动一个新的会话来使用一个不同的Python的主要版本"
#~ msgid ""
#~ "This session has previously used Python major version %d, and it is now "
#~ "attempting to use Python major version %d."
#~ msgstr ""
#~ "这个会话先前已经使用的Python主版本是%d现在它试图使用的Python主版本是%d "