1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Translation updates

Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: d8bd45466e3980b5ab4582ff1705fcd1fff42908
This commit is contained in:
Peter Eisentraut
2015-10-05 10:47:48 -04:00
parent dd5502a8d5
commit f177e1bad3
43 changed files with 9594 additions and 9018 deletions

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: plpython (PostgreSQL 9.2)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2013-08-26 19:25+0000\n"
"POT-Creation-Date: 2015-09-04 17:56+0000\n"
"PO-Revision-Date: 2012-08-06 15:38-0400\n"
"Last-Translator: Alvaro Herrera <alvherre@alvh.no-ip.org>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
@@ -75,7 +75,7 @@ msgstr "modo de retorno de conjunto de función no soportado"
#: plpy_exec.c:91
#, c-format
msgid ""
"PL/Python set-returning functions only support returning only value per call."
"PL/Python set-returning functions only support returning one value per call."
msgstr ""
"Las funciones PL/Python que retornan conjuntos sólo permiten retornar un "
"valor por invocación."
@@ -155,23 +155,23 @@ msgstr ""
"no se pudo crear un nuevo diccionario mientras se construían los argumentos "
"de disparador"
#: plpy_exec.c:664
#: plpy_exec.c:662
#, c-format
msgid "TD[\"new\"] deleted, cannot modify row"
msgstr "TD[\"new\"] borrado, no se puede modicar el registro"
#: plpy_exec.c:667
#: plpy_exec.c:666
#, c-format
msgid "TD[\"new\"] is not a dictionary"
msgstr "TD[\"new\"] no es un diccionario"
#: plpy_exec.c:691
#: plpy_exec.c:690
#, c-format
msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
msgstr ""
"el nombre del atributo de TD[\"new\"] en la posición %d no es una cadena"
#: plpy_exec.c:697
#: plpy_exec.c:696
#, c-format
msgid ""
"key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering "
@@ -179,13 +179,13 @@ msgid ""
msgstr ""
"la llave «%s» en TD[\"new\"] no existe como columna en la fila disparadora"
#: plpy_exec.c:778
#: plpy_exec.c:776
#, c-format
msgid "while modifying trigger row"
msgstr "mientras se modificaba la fila de disparador"
# FIXME not very happy with this
#: plpy_exec.c:839
#: plpy_exec.c:837
#, c-format
msgid "forcibly aborting a subtransaction that has not been exited"
msgstr "abortando una subtransacción que no se ha cerrado"
@@ -230,12 +230,12 @@ msgstr "no se pudo crear las globales"
msgid "could not initialize globals"
msgstr "no se pudo inicializar las globales"
#: plpy_main.c:351
#: plpy_main.c:355
#, c-format
msgid "PL/Python function \"%s\""
msgstr "función PL/Python «%s»"
#: plpy_main.c:358
#: plpy_main.c:362
#, c-format
msgid "PL/Python anonymous code block"
msgstr "bloque de código anónimo de PL/Python"
@@ -412,12 +412,12 @@ msgstr ""
"el valor de retorno de la función con tipo de retorno array no es una "
"secuencia Python"
#: plpy_typeio.c:886
#: plpy_typeio.c:896
#, c-format
msgid "key \"%s\" not found in mapping"
msgstr "la llave «%s» no fue encontrada en el mapa"
#: plpy_typeio.c:887
#: plpy_typeio.c:897
#, c-format
msgid ""
"To return null in a column, add the value None to the mapping with the key "
@@ -426,19 +426,19 @@ msgstr ""
"Para retornar null en una columna, agregue el valor None al mapa, con llave "
"llamada igual que la columna."
#: plpy_typeio.c:935
#: plpy_typeio.c:945
#, c-format
msgid "length of returned sequence did not match number of columns in row"
msgstr ""
"el tamaño de la secuencia retornada no concuerda con el número de columnas "
"de la fila"
#: plpy_typeio.c:1043
#: plpy_typeio.c:1053
#, c-format
msgid "attribute \"%s\" does not exist in Python object"
msgstr "el atributo «%s» no existe en el objeto Python"
#: plpy_typeio.c:1044
#: plpy_typeio.c:1054
#, c-format
msgid ""
"To return null in a column, let the returned object have an attribute named "

View File

@@ -19,8 +19,8 @@ msgid ""
msgstr ""
"Project-Id-Version: plpython (PostgreSQL) 9.2\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2014-07-29 09:19+0000\n"
"PO-Revision-Date: 2014-07-30 22:35+0100\n"
"POT-Creation-Date: 2015-01-08 04:18+0000\n"
"PO-Revision-Date: 2015-01-09 12:39+0100\n"
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
"Language: it\n"
@@ -84,8 +84,8 @@ msgstr "modalità di ritorno della funzione set non supportata"
#: plpy_exec.c:91
#, c-format
msgid "PL/Python set-returning functions only support returning only value per call."
msgstr "le funzioni PL/Python che restituiscono insiemi supportano solo la restituzione di un solo valore per chiamata."
msgid "PL/Python set-returning functions only support returning one value per call."
msgstr "Le funzioni PL/Python che restituiscono insiemi supportano la restituzione di un solo valore per chiamata."
#: plpy_exec.c:103
#, c-format
@@ -95,7 +95,7 @@ msgstr "l'oggetto restituito non può essere iterato"
#: plpy_exec.c:104
#, c-format
msgid "PL/Python set-returning functions must return an iterable object."
msgstr "le funzioni PL/Python che restituiscono insiemi devono restituire un oggetto iterabile"
msgstr "Le funzioni PL/Python che restituiscono insiemi devono restituire un oggetto iterabile."
#: plpy_exec.c:129
#, c-format