mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-15 10:57:02 +08:00
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 96d81aab04631d76c9ca90a3b12885100c061775
This commit is contained in:
@ -10,8 +10,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plpython (PostgreSQL) 10\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-07-05 15:07+0000\n"
|
||||
"PO-Revision-Date: 2017-07-10 12:14-0400\n"
|
||||
"POT-Creation-Date: 2019-04-26 09:38+0000\n"
|
||||
"PO-Revision-Date: 2019-04-21 00:55-0400\n"
|
||||
"Last-Translator: Carlos Chapi <carlos.chapi@2ndquadrant.com>\n"
|
||||
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
|
||||
"Language: es\n"
|
||||
@ -21,165 +21,165 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 2.0.2\n"
|
||||
|
||||
#: plpy_cursorobject.c:100
|
||||
#: plpy_cursorobject.c:101
|
||||
#, c-format
|
||||
msgid "plpy.cursor expected a query or a plan"
|
||||
msgstr "plpy.cursor espera una consulta o un plan"
|
||||
|
||||
#: plpy_cursorobject.c:176
|
||||
#: plpy_cursorobject.c:184
|
||||
#, c-format
|
||||
msgid "plpy.cursor takes a sequence as its second argument"
|
||||
msgstr "plpy.cursor lleva una secuencia como segundo argumento"
|
||||
|
||||
#: plpy_cursorobject.c:192 plpy_spi.c:226
|
||||
#: plpy_cursorobject.c:200 plpy_spi.c:211
|
||||
#, c-format
|
||||
msgid "could not execute plan"
|
||||
msgstr "no se pudo ejecutar el plan"
|
||||
|
||||
#: plpy_cursorobject.c:195 plpy_spi.c:229
|
||||
#: plpy_cursorobject.c:203 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] "Se esperaba una secuencia de %d argumento, se obtuvo %d: %s"
|
||||
msgstr[1] "Se esperaba una secuencia de %d argumentos, se obtuvo %d: %s"
|
||||
|
||||
#: plpy_cursorobject.c:350
|
||||
#: plpy_cursorobject.c:352
|
||||
#, c-format
|
||||
msgid "iterating a closed cursor"
|
||||
msgstr "iterando un cursor cerrado"
|
||||
|
||||
#: plpy_cursorobject.c:358 plpy_cursorobject.c:423
|
||||
#: plpy_cursorobject.c:360 plpy_cursorobject.c:426
|
||||
#, c-format
|
||||
msgid "iterating a cursor in an aborted subtransaction"
|
||||
msgstr "iterando un cursor en una subtransacción abortada"
|
||||
|
||||
#: plpy_cursorobject.c:415
|
||||
#: plpy_cursorobject.c:418
|
||||
#, c-format
|
||||
msgid "fetch from a closed cursor"
|
||||
msgstr "haciendo «fetch» en un cursor cerrado"
|
||||
|
||||
#: plpy_cursorobject.c:463 plpy_spi.c:434
|
||||
#: plpy_cursorobject.c:461 plpy_spi.c:409
|
||||
#, c-format
|
||||
msgid "query result has too many rows to fit in a Python list"
|
||||
msgstr "el resultado de la consulta tiene demasiados registros y no entran en una lista de Python"
|
||||
|
||||
#: plpy_cursorobject.c:504
|
||||
#: plpy_cursorobject.c:512
|
||||
#, c-format
|
||||
msgid "closing a cursor in an aborted subtransaction"
|
||||
msgstr "cerrando un cursor en una subtransacción abortada"
|
||||
|
||||
#: plpy_elog.c:127 plpy_elog.c:128 plpy_plpymodule.c:548
|
||||
#: plpy_elog.c:127 plpy_elog.c:128 plpy_plpymodule.c:559
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: plpy_exec.c:140
|
||||
#: plpy_exec.c:142
|
||||
#, c-format
|
||||
msgid "unsupported set function return mode"
|
||||
msgstr "modo de retorno de conjunto de función no soportado"
|
||||
|
||||
#: plpy_exec.c:141
|
||||
#: plpy_exec.c:143
|
||||
#, c-format
|
||||
msgid "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."
|
||||
|
||||
#: plpy_exec.c:154
|
||||
#: plpy_exec.c:156
|
||||
#, c-format
|
||||
msgid "returned object cannot be iterated"
|
||||
msgstr "objeto retornado no puede ser iterado"
|
||||
|
||||
#: plpy_exec.c:155
|
||||
#: plpy_exec.c:157
|
||||
#, c-format
|
||||
msgid "PL/Python set-returning functions must return an iterable object."
|
||||
msgstr "Los funciones PL/Python que retornan conjuntos deben retornar un objeto iterable."
|
||||
|
||||
#: plpy_exec.c:169
|
||||
#: plpy_exec.c:171
|
||||
#, c-format
|
||||
msgid "error fetching next item from iterator"
|
||||
msgstr "error extrayendo el próximo elemento del iterador"
|
||||
|
||||
#: plpy_exec.c:210
|
||||
#: plpy_exec.c:214
|
||||
#, c-format
|
||||
msgid "PL/Python procedure did not return None"
|
||||
msgstr "procedimiento PL/Python no returnó None"
|
||||
|
||||
#: plpy_exec.c:218
|
||||
#, c-format
|
||||
msgid "PL/Python function with return type \"void\" did not return None"
|
||||
msgstr "función PL/Python con tipo de retorno «void» no retorna None"
|
||||
|
||||
#: plpy_exec.c:379 plpy_exec.c:405
|
||||
#: plpy_exec.c:374 plpy_exec.c:400
|
||||
#, c-format
|
||||
msgid "unexpected return value from trigger procedure"
|
||||
msgstr "valor de retorno no esperado desde el procedimiento disparador"
|
||||
|
||||
#: plpy_exec.c:380
|
||||
#: plpy_exec.c:375
|
||||
#, c-format
|
||||
msgid "Expected None or a string."
|
||||
msgstr "Se esperaba None o una cadena."
|
||||
|
||||
#: plpy_exec.c:395
|
||||
#: plpy_exec.c:390
|
||||
#, c-format
|
||||
msgid "PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
|
||||
msgstr "función de disparador de PL/Python retorno «MODIFY» en un disparador de tipo DELETE -- ignorado"
|
||||
|
||||
#: plpy_exec.c:406
|
||||
#: plpy_exec.c:401
|
||||
#, c-format
|
||||
msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"."
|
||||
msgstr "Se esperaba None, «OK», «SKIP» o «MODIFY»."
|
||||
|
||||
#: plpy_exec.c:487
|
||||
#: plpy_exec.c:451
|
||||
#, c-format
|
||||
msgid "PyList_SetItem() failed, while setting up arguments"
|
||||
msgstr "PyList_SetItem() falló, mientras se inicializaban los argumentos"
|
||||
|
||||
#: plpy_exec.c:491
|
||||
#: plpy_exec.c:455
|
||||
#, c-format
|
||||
msgid "PyDict_SetItemString() failed, while setting up arguments"
|
||||
msgstr "PyDict_SetItemString() falló, mientras se inicializaban los argumentos"
|
||||
|
||||
#: plpy_exec.c:503
|
||||
#: plpy_exec.c:467
|
||||
#, c-format
|
||||
msgid "function returning record called in context that cannot accept type record"
|
||||
msgstr "se llamó una función que retorna un registro en un contexto que no puede aceptarlo"
|
||||
|
||||
#: plpy_exec.c:719
|
||||
#: plpy_exec.c:684
|
||||
#, c-format
|
||||
msgid "while creating return value"
|
||||
msgstr "mientras se creaba el valor de retorno"
|
||||
|
||||
#: plpy_exec.c:743
|
||||
#, c-format
|
||||
msgid "could not create new dictionary while building trigger arguments"
|
||||
msgstr "no se pudo crear un nuevo diccionario mientras se construían los argumentos de disparador"
|
||||
|
||||
#: plpy_exec.c:931
|
||||
#: plpy_exec.c:909
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] deleted, cannot modify row"
|
||||
msgstr "TD[\"new\"] borrado, no se puede modicar el registro"
|
||||
|
||||
#: plpy_exec.c:936
|
||||
#: plpy_exec.c:914
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] is not a dictionary"
|
||||
msgstr "TD[\"new\"] no es un diccionario"
|
||||
|
||||
#: plpy_exec.c:963
|
||||
#: plpy_exec.c:941
|
||||
#, 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:970
|
||||
#: plpy_exec.c:948
|
||||
#, c-format
|
||||
msgid "key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering row"
|
||||
msgstr "la llave «%s» en TD[\"new\"] no existe como columna en la fila disparadora"
|
||||
|
||||
#: plpy_exec.c:975
|
||||
#: plpy_exec.c:953
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "no se puede definir el atributo de sistema «%s»"
|
||||
|
||||
#: plpy_exec.c:1046
|
||||
#: plpy_exec.c:1011
|
||||
#, c-format
|
||||
msgid "while modifying trigger row"
|
||||
msgstr "mientras se modificaba la fila de disparador"
|
||||
|
||||
# FIXME not very happy with this
|
||||
#: plpy_exec.c:1107
|
||||
#: plpy_exec.c:1072
|
||||
#, c-format
|
||||
msgid "forcibly aborting a subtransaction that has not been exited"
|
||||
msgstr "abortando una subtransacción que no se ha cerrado"
|
||||
@ -204,71 +204,66 @@ msgstr "error no capturado en la inicialización"
|
||||
msgid "could not import \"__main__\" module"
|
||||
msgstr "no se pudo importar el módulo «__main__»"
|
||||
|
||||
#: plpy_main.c:170
|
||||
#, c-format
|
||||
msgid "could not create globals"
|
||||
msgstr "no se pudo crear las globales"
|
||||
|
||||
#: plpy_main.c:174
|
||||
#, c-format
|
||||
msgid "could not initialize globals"
|
||||
msgstr "no se pudo inicializar las globales"
|
||||
|
||||
#: plpy_main.c:387
|
||||
#: plpy_main.c:399
|
||||
#, c-format
|
||||
msgid "PL/Python procedure \"%s\""
|
||||
msgstr "procedimiento PL/Python «%s»"
|
||||
|
||||
#: plpy_main.c:402
|
||||
#, c-format
|
||||
msgid "PL/Python function \"%s\""
|
||||
msgstr "función PL/Python «%s»"
|
||||
|
||||
#: plpy_main.c:394
|
||||
#: plpy_main.c:410
|
||||
#, c-format
|
||||
msgid "PL/Python anonymous code block"
|
||||
msgstr "bloque de código anónimo de PL/Python"
|
||||
|
||||
#: plpy_plpymodule.c:181 plpy_plpymodule.c:184
|
||||
#: plpy_plpymodule.c:192 plpy_plpymodule.c:195
|
||||
#, c-format
|
||||
msgid "could not import \"plpy\" module"
|
||||
msgstr "no se pudo importar el módulo «plpy»"
|
||||
|
||||
#: plpy_plpymodule.c:199
|
||||
#: plpy_plpymodule.c:210
|
||||
#, c-format
|
||||
msgid "could not create the spiexceptions module"
|
||||
msgstr "no se pudo crear el módulo spiexceptions"
|
||||
|
||||
#: plpy_plpymodule.c:207
|
||||
#: plpy_plpymodule.c:218
|
||||
#, c-format
|
||||
msgid "could not add the spiexceptions module"
|
||||
msgstr "no se pudo importar el módulo spiexceptions"
|
||||
|
||||
#: plpy_plpymodule.c:236
|
||||
#, c-format
|
||||
msgid "could not create exception \"%s\""
|
||||
msgstr "no se pudo crear la excepción «%s»"
|
||||
|
||||
#: plpy_plpymodule.c:271 plpy_plpymodule.c:275
|
||||
#: plpy_plpymodule.c:286
|
||||
#, c-format
|
||||
msgid "could not generate SPI exceptions"
|
||||
msgstr "no se pudo generar excepciones SPI"
|
||||
|
||||
#: plpy_plpymodule.c:443
|
||||
#: plpy_plpymodule.c:454
|
||||
#, c-format
|
||||
msgid "could not unpack arguments in plpy.elog"
|
||||
msgstr "no se pudo desempaquetar los argumentos de plpy.elog"
|
||||
|
||||
#: plpy_plpymodule.c:452
|
||||
#: plpy_plpymodule.c:463
|
||||
msgid "could not parse error message in plpy.elog"
|
||||
msgstr "no se pudo analizar el mensaje de error de plpy.elog"
|
||||
|
||||
#: plpy_plpymodule.c:469
|
||||
#: plpy_plpymodule.c:480
|
||||
#, c-format
|
||||
msgid "argument 'message' given by name and position"
|
||||
msgstr "el argumento 'message' fue pasado por nombre y posición"
|
||||
|
||||
#: plpy_plpymodule.c:496
|
||||
#: plpy_plpymodule.c:507
|
||||
#, c-format
|
||||
msgid "'%s' is an invalid keyword argument for this function"
|
||||
msgstr "«%s» no es un argumento válido para esta función"
|
||||
|
||||
#: plpy_plpymodule.c:507 plpy_plpymodule.c:513
|
||||
#: plpy_plpymodule.c:518 plpy_plpymodule.c:524
|
||||
#, c-format
|
||||
msgid "invalid SQLSTATE code"
|
||||
msgstr "código SQLSTATE no válido"
|
||||
@ -278,57 +273,57 @@ msgstr "código SQLSTATE no válido"
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "las funciones disparadoras sólo pueden ser llamadas como disparadores"
|
||||
|
||||
#: plpy_procedure.c:235
|
||||
#: plpy_procedure.c:234
|
||||
#, c-format
|
||||
msgid "PL/Python functions cannot return type %s"
|
||||
msgstr "las funciones PL/Python no pueden retornar el tipo %s"
|
||||
|
||||
#: plpy_procedure.c:316
|
||||
#: plpy_procedure.c:312
|
||||
#, c-format
|
||||
msgid "PL/Python functions cannot accept type %s"
|
||||
msgstr "la funciones PL/Python no pueden aceptar el tipo %s"
|
||||
|
||||
#: plpy_procedure.c:412
|
||||
#: plpy_procedure.c:402
|
||||
#, c-format
|
||||
msgid "could not compile PL/Python function \"%s\""
|
||||
msgstr "no se pudo compilar la función PL/Python «%s»"
|
||||
|
||||
#: plpy_procedure.c:415
|
||||
#: plpy_procedure.c:405
|
||||
#, c-format
|
||||
msgid "could not compile anonymous PL/Python code block"
|
||||
msgstr "no se pudo compilar el bloque anónimo PL/Python"
|
||||
|
||||
#: plpy_resultobject.c:145 plpy_resultobject.c:165 plpy_resultobject.c:185
|
||||
#: plpy_resultobject.c:150 plpy_resultobject.c:176 plpy_resultobject.c:202
|
||||
#, c-format
|
||||
msgid "command did not produce a result set"
|
||||
msgstr "la orden no produjo un conjunto de resultados"
|
||||
|
||||
#: plpy_spi.c:59
|
||||
#: plpy_spi.c:60
|
||||
#, c-format
|
||||
msgid "second argument of plpy.prepare must be a sequence"
|
||||
msgstr "el segundo argumento de plpy.prepare debe ser una secuencia"
|
||||
|
||||
#: plpy_spi.c:115
|
||||
#: plpy_spi.c:104
|
||||
#, c-format
|
||||
msgid "plpy.prepare: type name at ordinal position %d is not a string"
|
||||
msgstr "plpy.prepare: el nombre de tipo en la posición %d no es una cadena"
|
||||
|
||||
#: plpy_spi.c:191
|
||||
#: plpy_spi.c:176
|
||||
#, c-format
|
||||
msgid "plpy.execute expected a query or a plan"
|
||||
msgstr "plpy.execute espera una consulta o un plan"
|
||||
|
||||
#: plpy_spi.c:210
|
||||
#: plpy_spi.c:195
|
||||
#, c-format
|
||||
msgid "plpy.execute takes a sequence as its second argument"
|
||||
msgstr "plpy.execute lleva una secuencia como segundo argumento"
|
||||
|
||||
#: plpy_spi.c:335
|
||||
#: plpy_spi.c:305
|
||||
#, c-format
|
||||
msgid "SPI_execute_plan failed: %s"
|
||||
msgstr "falló SPI_execute_plan: %s"
|
||||
|
||||
#: plpy_spi.c:377
|
||||
#: plpy_spi.c:347
|
||||
#, c-format
|
||||
msgid "SPI_execute failed: %s"
|
||||
msgstr "falló SPI_execute: %s"
|
||||
@ -353,142 +348,112 @@ msgstr "no se ha entrado en esta subtransacción"
|
||||
msgid "there is no subtransaction to exit from"
|
||||
msgstr "no hay una subtransacción de la cual salir"
|
||||
|
||||
#: plpy_typeio.c:292
|
||||
#, c-format
|
||||
msgid "could not create new dictionary"
|
||||
msgstr "no se pudo crear un nuevo diccionario"
|
||||
|
||||
#: plpy_typeio.c:560
|
||||
#: plpy_typeio.c:591
|
||||
#, c-format
|
||||
msgid "could not import a module for Decimal constructor"
|
||||
msgstr "no se pudo importar un módulo para el constructor Decimal"
|
||||
|
||||
#: plpy_typeio.c:564
|
||||
#: plpy_typeio.c:595
|
||||
#, c-format
|
||||
msgid "no Decimal attribute in module"
|
||||
msgstr "no se encontró atributo Decimal en el módulo"
|
||||
|
||||
#: plpy_typeio.c:570
|
||||
#: plpy_typeio.c:601
|
||||
#, c-format
|
||||
msgid "conversion from numeric to Decimal failed"
|
||||
msgstr "falló la conversión de numeric a Decimal"
|
||||
|
||||
#: plpy_typeio.c:773
|
||||
#: plpy_typeio.c:908
|
||||
#, c-format
|
||||
msgid "could not create bytes representation of Python object"
|
||||
msgstr "no se pudo crear la representación de cadena de bytes de Python"
|
||||
|
||||
#: plpy_typeio.c:882
|
||||
#: plpy_typeio.c:1056
|
||||
#, c-format
|
||||
msgid "could not create string representation of Python object"
|
||||
msgstr "no se pudo crear la representación de cadena de texto del objeto de Python"
|
||||
|
||||
#: plpy_typeio.c:893
|
||||
#: plpy_typeio.c:1067
|
||||
#, c-format
|
||||
msgid "could not convert Python object into cstring: Python string representation appears to contain null bytes"
|
||||
msgstr "no se pudo convertir el objeto Python a un cstring: la representación de cadena Python parece tener bytes nulos (\\0)"
|
||||
|
||||
#: plpy_typeio.c:950
|
||||
#, c-format
|
||||
msgid "malformed record literal: \"%s\""
|
||||
msgstr "literal de record no es válido: «%s»"
|
||||
|
||||
#: plpy_typeio.c:951
|
||||
#, c-format
|
||||
msgid "Missing left parenthesis."
|
||||
msgstr "Falta paréntesis izquierdo."
|
||||
|
||||
#: plpy_typeio.c:952 plpy_typeio.c:1390
|
||||
#, c-format
|
||||
msgid "To return a composite type in an array, return the composite type as a Python tuple, e.g., \"[('foo',)]\"."
|
||||
msgstr "Para retornar un tipo compuesto en un array, retorne el tipo compuesto como una tupla de Python, e.g., «[('foo',)]»."
|
||||
|
||||
#: plpy_typeio.c:1001
|
||||
#: plpy_typeio.c:1176
|
||||
#, c-format
|
||||
msgid "number of array dimensions exceeds the maximum allowed (%d)"
|
||||
msgstr "el número de dimensiones del array excede el máximo permitido (%d)"
|
||||
|
||||
#: plpy_typeio.c:1005
|
||||
#: plpy_typeio.c:1180
|
||||
#, c-format
|
||||
msgid "cannot determine sequence length for function return value"
|
||||
msgstr "no se puede determinar el tamaño de la secuencia para el valor de retorno de la función"
|
||||
msgid "could not determine sequence length for function return value"
|
||||
msgstr "no se pudo determinar el largo de secuencia del retorno de valor de la función"
|
||||
|
||||
#: plpy_typeio.c:1008 plpy_typeio.c:1012
|
||||
#: plpy_typeio.c:1183 plpy_typeio.c:1187
|
||||
#, c-format
|
||||
msgid "array size exceeds the maximum allowed"
|
||||
msgstr "el tamaño del array excede el máximo permitido"
|
||||
|
||||
#: plpy_typeio.c:1038
|
||||
#: plpy_typeio.c:1213
|
||||
#, c-format
|
||||
msgid "return value of function with array return type is not a Python sequence"
|
||||
msgstr "el valor de retorno de la función con tipo de retorno array no es una secuencia Python"
|
||||
|
||||
#: plpy_typeio.c:1091
|
||||
#: plpy_typeio.c:1259
|
||||
#, c-format
|
||||
msgid "multidimensional arrays must have array expressions with matching dimensions. PL/Python function return value has sequence length %d while expected %d"
|
||||
msgstr "los arrays multidimensionales deben contener expresiones de array con igual número de dimensiones. El valor de retorno de la función PL/Python tiene un tamaño de secuencia %d pero se esperaba %d"
|
||||
msgid "wrong length of inner sequence: has length %d, but %d was expected"
|
||||
msgstr "largo incorrecto de secuencia interna: tiene largo %d, pero se esperaba %d"
|
||||
|
||||
#: plpy_typeio.c:1213
|
||||
#: plpy_typeio.c:1261
|
||||
#, c-format
|
||||
msgid "To construct a multidimensional array, the inner sequences must all have the same length."
|
||||
msgstr "Para construir un array multidimensional, las secuencias internas deben tener todas el mismo largo."
|
||||
|
||||
#: plpy_typeio.c:1340
|
||||
#, c-format
|
||||
msgid "malformed record literal: \"%s\""
|
||||
msgstr "literal de record no es válido: «%s»"
|
||||
|
||||
#: plpy_typeio.c:1341
|
||||
#, c-format
|
||||
msgid "Missing left parenthesis."
|
||||
msgstr "Falta paréntesis izquierdo."
|
||||
|
||||
#: plpy_typeio.c:1342 plpy_typeio.c:1543
|
||||
#, c-format
|
||||
msgid "To return a composite type in an array, return the composite type as a Python tuple, e.g., \"[('foo',)]\"."
|
||||
msgstr "Para retornar un tipo compuesto en un array, retorne el tipo compuesto como una tupla de Python, e.g., «[('foo',)]»."
|
||||
|
||||
#: plpy_typeio.c:1389
|
||||
#, c-format
|
||||
msgid "key \"%s\" not found in mapping"
|
||||
msgstr "la llave «%s» no fue encontrada en el mapa"
|
||||
|
||||
#: plpy_typeio.c:1214
|
||||
#: plpy_typeio.c:1390
|
||||
#, c-format
|
||||
msgid "To return null in a column, add the value None to the mapping with the key named after the column."
|
||||
msgstr "Para retornar null en una columna, agregue el valor None al mapa, con llave llamada igual que la columna."
|
||||
|
||||
#: plpy_typeio.c:1265
|
||||
#: plpy_typeio.c:1443
|
||||
#, 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:1388
|
||||
#: plpy_typeio.c:1541
|
||||
#, c-format
|
||||
msgid "attribute \"%s\" does not exist in Python object"
|
||||
msgstr "el atributo «%s» no existe en el objeto Python"
|
||||
|
||||
#: plpy_typeio.c:1391
|
||||
#: plpy_typeio.c:1544
|
||||
#, c-format
|
||||
msgid "To return null in a column, let the returned object have an attribute named after column with value None."
|
||||
msgstr "Para retornar null en una columna, haga que el objeto retornado tenga un atributo llamado igual que la columna, con valor None."
|
||||
|
||||
#: plpy_util.c:36
|
||||
#: plpy_util.c:35
|
||||
#, c-format
|
||||
msgid "could not convert Python Unicode object to bytes"
|
||||
msgstr "no se pudo convertir el objeto Unicode de Python a bytes"
|
||||
|
||||
#: plpy_util.c:42
|
||||
#: plpy_util.c:41
|
||||
#, c-format
|
||||
msgid "could not extract bytes from encoded string"
|
||||
msgstr "no se pudo extraer bytes desde la cadena codificada"
|
||||
|
||||
#~ msgid "plan.status takes no arguments"
|
||||
#~ msgstr "plan.status no lleva argumentos"
|
||||
|
||||
#~ msgid "could not create the base SPI exceptions"
|
||||
#~ msgstr "no se pudo crear las excepciones SPI basales"
|
||||
|
||||
#~ msgid "the message is already specified"
|
||||
#~ msgstr "el mensaje ya está definido"
|
||||
|
||||
#~ msgid "cannot convert multidimensional array to Python list"
|
||||
#~ msgstr "no se puede convertir array multidimensional a una lista Python"
|
||||
|
||||
#~ msgid "PL/Python only supports one-dimensional arrays."
|
||||
#~ msgstr "PL/Python sólo soporta arrays unidimensionales."
|
||||
|
||||
#~ msgid "could not create new Python list"
|
||||
#~ msgstr "no se pudo crear una nueva lista Python"
|
||||
|
||||
#~ msgid "PL/Python does not support conversion to arrays of row types."
|
||||
#~ msgstr "PL/Python no soporta la conversión de arrays a tipos de registro."
|
||||
|
||||
#~ msgid "plpy.prepare does not support composite types"
|
||||
#~ msgstr "plpy.prepare no soporta tipos compuestos"
|
||||
|
||||
#~ msgid "Start a new session to use a different Python major version."
|
||||
#~ msgstr "Inicie una nueva sesión para usar una versión mayor de Python diferente."
|
||||
|
||||
#~ msgid "This session has previously used Python major version %d, and it is now attempting to use Python major version %d."
|
||||
#~ msgstr "Esta sesión ha usado previamente la versión mayor de Python %d, y ahora está intentando usar la versión mayor %d."
|
||||
|
||||
Reference in New Issue
Block a user