mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-20 05:17:00 +08:00
Translation updates
Source-Git-URL: ssh://git@git.postgresql.org/pgtranslation/messages.git Source-Git-Hash: 20d70fc4a9763d5d31afc422be0be0feb0fb0363
This commit is contained in:
@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plpython (PostgreSQL) 14\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2020-09-13 10:38+0000\n"
|
||||
"POT-Creation-Date: 2022-08-07 20:25+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@lists.postgresql.org>\n"
|
||||
@ -68,7 +68,7 @@ msgstr "el resultado de la consulta tiene demasiados registros y no entran en un
|
||||
msgid "closing a cursor in an aborted subtransaction"
|
||||
msgstr "cerrando un cursor en una subtransacción abortada"
|
||||
|
||||
#: plpy_elog.c:125 plpy_elog.c:126 plpy_plpymodule.c:549
|
||||
#: plpy_elog.c:125 plpy_elog.c:126 plpy_plpymodule.c:546
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
@ -229,71 +229,71 @@ msgstr "función PL/Python «%s»"
|
||||
msgid "PL/Python anonymous code block"
|
||||
msgstr "bloque de código anónimo de PL/Python"
|
||||
|
||||
#: plpy_plpymodule.c:182 plpy_plpymodule.c:185
|
||||
#: plpy_plpymodule.c:180 plpy_plpymodule.c:183
|
||||
#, c-format
|
||||
msgid "could not import \"plpy\" module"
|
||||
msgstr "no se pudo importar el módulo «plpy»"
|
||||
|
||||
#: plpy_plpymodule.c:200
|
||||
#: plpy_plpymodule.c:198
|
||||
#, c-format
|
||||
msgid "could not create the spiexceptions module"
|
||||
msgstr "no se pudo crear el módulo spiexceptions"
|
||||
|
||||
#: plpy_plpymodule.c:208
|
||||
#: plpy_plpymodule.c:206
|
||||
#, c-format
|
||||
msgid "could not add the spiexceptions module"
|
||||
msgstr "no se pudo importar el módulo spiexceptions"
|
||||
|
||||
#: plpy_plpymodule.c:276
|
||||
#: plpy_plpymodule.c:273
|
||||
#, c-format
|
||||
msgid "could not generate SPI exceptions"
|
||||
msgstr "no se pudo generar excepciones SPI"
|
||||
|
||||
#: plpy_plpymodule.c:444
|
||||
#: plpy_plpymodule.c:441
|
||||
#, c-format
|
||||
msgid "could not unpack arguments in plpy.elog"
|
||||
msgstr "no se pudo desempaquetar los argumentos de plpy.elog"
|
||||
|
||||
#: plpy_plpymodule.c:453
|
||||
#: plpy_plpymodule.c:450
|
||||
msgid "could not parse error message in plpy.elog"
|
||||
msgstr "no se pudo analizar el mensaje de error de plpy.elog"
|
||||
|
||||
#: plpy_plpymodule.c:470
|
||||
#: plpy_plpymodule.c:467
|
||||
#, c-format
|
||||
msgid "argument 'message' given by name and position"
|
||||
msgstr "el argumento 'message' fue pasado por nombre y posición"
|
||||
|
||||
#: plpy_plpymodule.c:497
|
||||
#: plpy_plpymodule.c:494
|
||||
#, 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:508 plpy_plpymodule.c:514
|
||||
#: plpy_plpymodule.c:505 plpy_plpymodule.c:511
|
||||
#, c-format
|
||||
msgid "invalid SQLSTATE code"
|
||||
msgstr "código SQLSTATE no válido"
|
||||
|
||||
#: plpy_procedure.c:226
|
||||
#: plpy_procedure.c:225
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "las funciones disparadoras sólo pueden ser llamadas como disparadores"
|
||||
|
||||
#: plpy_procedure.c:230
|
||||
#: plpy_procedure.c:229
|
||||
#, c-format
|
||||
msgid "PL/Python functions cannot return type %s"
|
||||
msgstr "las funciones PL/Python no pueden retornar el tipo %s"
|
||||
|
||||
#: plpy_procedure.c:308
|
||||
#: plpy_procedure.c:307
|
||||
#, c-format
|
||||
msgid "PL/Python functions cannot accept type %s"
|
||||
msgstr "la funciones PL/Python no pueden aceptar el tipo %s"
|
||||
|
||||
#: plpy_procedure.c:398
|
||||
#: plpy_procedure.c:397
|
||||
#, c-format
|
||||
msgid "could not compile PL/Python function \"%s\""
|
||||
msgstr "no se pudo compilar la función PL/Python «%s»"
|
||||
|
||||
#: plpy_procedure.c:401
|
||||
#: plpy_procedure.c:400
|
||||
#, c-format
|
||||
msgid "could not compile anonymous PL/Python code block"
|
||||
msgstr "no se pudo compilar el bloque anónimo PL/Python"
|
||||
@ -383,72 +383,72 @@ msgstr "no se pudo crear la representación de cadena de texto del objeto de Pyt
|
||||
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:1176
|
||||
#: plpy_typeio.c:1178
|
||||
#, 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:1180
|
||||
#: plpy_typeio.c:1183
|
||||
#, c-format
|
||||
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:1183 plpy_typeio.c:1187
|
||||
#: plpy_typeio.c:1188 plpy_typeio.c:1194
|
||||
#, c-format
|
||||
msgid "array size exceeds the maximum allowed"
|
||||
msgstr "el tamaño del array excede el máximo permitido"
|
||||
|
||||
#: plpy_typeio.c:1213
|
||||
#: plpy_typeio.c:1222
|
||||
#, 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:1259
|
||||
#: plpy_typeio.c:1269
|
||||
#, c-format
|
||||
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:1261
|
||||
#: plpy_typeio.c:1271
|
||||
#, 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
|
||||
#: plpy_typeio.c:1350
|
||||
#, c-format
|
||||
msgid "malformed record literal: \"%s\""
|
||||
msgstr "literal de record no es válido: «%s»"
|
||||
|
||||
#: plpy_typeio.c:1341
|
||||
#: plpy_typeio.c:1351
|
||||
#, c-format
|
||||
msgid "Missing left parenthesis."
|
||||
msgstr "Falta paréntesis izquierdo."
|
||||
|
||||
#: plpy_typeio.c:1342 plpy_typeio.c:1543
|
||||
#: plpy_typeio.c:1352 plpy_typeio.c:1553
|
||||
#, 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
|
||||
#: plpy_typeio.c:1399
|
||||
#, c-format
|
||||
msgid "key \"%s\" not found in mapping"
|
||||
msgstr "la llave «%s» no fue encontrada en el mapa"
|
||||
|
||||
#: plpy_typeio.c:1390
|
||||
#: plpy_typeio.c:1400
|
||||
#, 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:1443
|
||||
#: plpy_typeio.c:1453
|
||||
#, 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:1541
|
||||
#: plpy_typeio.c:1551
|
||||
#, c-format
|
||||
msgid "attribute \"%s\" does not exist in Python object"
|
||||
msgstr "el atributo «%s» no existe en el objeto Python"
|
||||
|
||||
#: plpy_typeio.c:1544
|
||||
#: plpy_typeio.c:1554
|
||||
#, 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."
|
||||
|
||||
@ -2,8 +2,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: postgresql\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2021-06-10 08:38+0000\n"
|
||||
"PO-Revision-Date: 2021-08-17 10:54\n"
|
||||
"POT-Creation-Date: 2022-03-16 09:08+0000\n"
|
||||
"PO-Revision-Date: 2022-06-19 10:10\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
"Language: uk_UA\n"
|
||||
@ -14,7 +14,7 @@ msgstr ""
|
||||
"X-Crowdin-Project: postgresql\n"
|
||||
"X-Crowdin-Project-ID: 324573\n"
|
||||
"X-Crowdin-Language: uk\n"
|
||||
"X-Crowdin-File: /REL_14_DEV/plpython.pot\n"
|
||||
"X-Crowdin-File: /REL_14_STABLE/plpython.pot\n"
|
||||
"X-Crowdin-File-ID: 752\n"
|
||||
|
||||
#: plpy_cursorobject.c:72
|
||||
|
||||
Reference in New Issue
Block a user