diff options
| author | Peter Eisentraut | 2017-08-07 17:49:26 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2017-08-07 17:49:26 +0000 |
| commit | 7ba2831555e71a5c8ad63bdca9f8006684772a16 (patch) | |
| tree | ee3c5801aee8ce89cfb85c27ffcce0d014a13312 /src/pl | |
| parent | 5bb8162e45e3604a0f29825f792594f6ab2a7973 (diff) | |
Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: b2b00a01f84ab4de02d4a4c954ca664bcb67becc
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/plperl/po/es.po | 40 | ||||
| -rw-r--r-- | src/pl/plpgsql/src/po/es.po | 14 | ||||
| -rw-r--r-- | src/pl/plpython/po/es.po | 66 | ||||
| -rw-r--r-- | src/pl/tcl/po/es.po | 16 |
4 files changed, 77 insertions, 59 deletions
diff --git a/src/pl/plperl/po/es.po b/src/pl/plperl/po/es.po index 2e168669aeb..35b8b7b49ab 100644 --- a/src/pl/plperl/po/es.po +++ b/src/pl/plperl/po/es.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: plperl (PostgreSQL 9.4)\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2015-09-04 17:45+0000\n" +"POT-Creation-Date: 2017-05-21 17:33+0000\n" "PO-Revision-Date: 2014-12-16 12:13-0300\n" "Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org>\n" "Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n" @@ -36,8 +36,8 @@ msgid "Perl initialization code to execute once when plperlu is first used." msgstr "Código Perl de inicialización a ejecutar cuando plperlu se usa por primera vez." #: plperl.c:662 plperl.c:836 plperl.c:841 plperl.c:954 plperl.c:965 -#: plperl.c:1006 plperl.c:1027 plperl.c:2045 plperl.c:2140 plperl.c:2202 -#: plperl.c:2259 +#: plperl.c:1006 plperl.c:1027 plperl.c:2056 plperl.c:2151 plperl.c:2213 +#: plperl.c:2270 #, c-format msgid "%s" msgstr "%s" @@ -77,7 +77,7 @@ msgstr "mientras se ejecutaba plperl.on_plperl_init" msgid "while executing plperl.on_plperlu_init" msgstr "mientras se ejecutaba plperl.on_plperlu_init" -#: plperl.c:1072 plperl.c:1689 +#: plperl.c:1072 plperl.c:1700 #, c-format msgid "Perl hash contains nonexistent column \"%s\"" msgstr "el hash de Perl contiene el columna inexistente «%s»" @@ -112,82 +112,82 @@ msgstr "se llamó una función que retorna un registro en un contexto que no pue msgid "PL/Perl function must return reference to hash or array" msgstr "una función Perl debe retornar una referencia a un hash o array" -#: plperl.c:1666 +#: plperl.c:1677 #, c-format msgid "$_TD->{new} does not exist" msgstr "$_TD->{new} no existe" -#: plperl.c:1670 +#: plperl.c:1681 #, c-format msgid "$_TD->{new} is not a hash reference" msgstr "$_TD->{new} no es una referencia a un hash" -#: plperl.c:1921 plperl.c:2718 +#: plperl.c:1932 plperl.c:2729 #, c-format msgid "PL/Perl functions cannot return type %s" msgstr "las funciones en PL/Perl no pueden retornar el tipo %s" -#: plperl.c:1934 plperl.c:2763 +#: plperl.c:1945 plperl.c:2774 #, c-format msgid "PL/Perl functions cannot accept type %s" msgstr "funciones de PL/Perl no pueden aceptar el tipo %s" -#: plperl.c:2049 +#: plperl.c:2060 #, c-format msgid "didn't get a CODE reference from compiling function \"%s\"" msgstr "no se obtuvo una referencia CODE en la compilación de la función «%s»" -#: plperl.c:2304 +#: plperl.c:2315 #, c-format msgid "set-valued function called in context that cannot accept a set" msgstr "se llamó a una función que retorna un conjunto en un contexto que no puede aceptarlo" -#: plperl.c:2348 +#: plperl.c:2359 #, c-format msgid "set-returning PL/Perl function must return reference to array or use return_next" msgstr "una función PL/Perl que retorna un conjunto debe retornar una referencia a un array o usar return_next" -#: plperl.c:2462 +#: plperl.c:2473 #, c-format msgid "ignoring modified row in DELETE trigger" msgstr "ignorando la tupla modificada en el disparador DELETE" -#: plperl.c:2470 +#: plperl.c:2481 #, c-format msgid "result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\"" msgstr "el resultado de la función disparadora en PL/Perl debe ser undef, «SKIP» o «MODIFY»" -#: plperl.c:2647 plperl.c:2657 +#: plperl.c:2658 plperl.c:2668 #, c-format msgid "out of memory" msgstr "memoria agotada" -#: plperl.c:2710 +#: plperl.c:2721 #, c-format msgid "trigger functions can only be called as triggers" msgstr "las funciones disparadoras sólo pueden ser llamadas como disparadores" -#: plperl.c:3083 +#: plperl.c:3094 #, c-format msgid "cannot use return_next in a non-SETOF function" msgstr "no se puede utilizar return_next en una función sin SETOF" -#: plperl.c:3139 +#: plperl.c:3150 #, c-format msgid "SETOF-composite-returning PL/Perl function must call return_next with reference to hash" msgstr "una función Perl que retorna SETOF de un tipo compuesto debe invocar return_next con una referencia a un hash" -#: plperl.c:3873 +#: plperl.c:3884 #, c-format msgid "PL/Perl function \"%s\"" msgstr "función PL/Perl «%s»" -#: plperl.c:3885 +#: plperl.c:3896 #, c-format msgid "compilation of PL/Perl function \"%s\"" msgstr "compilación de la función PL/Perl «%s»" -#: plperl.c:3894 +#: plperl.c:3905 #, c-format msgid "PL/Perl anonymous code block" msgstr "bloque de código anónimo de PL/Perl" diff --git a/src/pl/plpgsql/src/po/es.po b/src/pl/plpgsql/src/po/es.po index 2fc0389c7cb..033b24ccd2a 100644 --- a/src/pl/plpgsql/src/po/es.po +++ b/src/pl/plpgsql/src/po/es.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: plpgsql (PostgreSQL 9.4)\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2015-09-04 17:45+0000\n" +"POT-Creation-Date: 2017-05-21 17:33+0000\n" "PO-Revision-Date: 2014-12-15 16:23-0300\n" "Last-Translator: Carlos Chapi <carloswaldo@babelruins.org>\n" "Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n" @@ -22,7 +22,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: pl_comp.c:436 pl_handler.c:438 +#: pl_comp.c:436 pl_handler.c:440 #, c-format msgid "PL/pgSQL functions cannot accept type %s" msgstr "las funciones PL/pgSQL no pueden aceptar el tipo %s" @@ -37,7 +37,7 @@ msgstr "no se pudo determinar el verdadero tipo de resultado para la función po msgid "trigger functions can only be called as triggers" msgstr "las funciones de disparador sólo pueden ser invocadas como disparadores" -#: pl_comp.c:551 pl_handler.c:423 +#: pl_comp.c:551 pl_handler.c:425 #, c-format msgid "PL/pgSQL functions cannot return type %s" msgstr "las funciones PL/pgSQL no pueden retornar el tipo %s" @@ -780,19 +780,19 @@ msgstr "no se reconoce la opción de sentencia RAISE" msgid "syntax error, expected \"=\"" msgstr "error de sintaxis, se esperaba «=»" -#: pl_handler.c:147 +#: pl_handler.c:149 msgid "Sets handling of conflicts between PL/pgSQL variable names and table column names." msgstr "Determina el manejo de conflictos entre nombres de variables PL/pgSQL y nombres de columnas de tablas." -#: pl_handler.c:156 +#: pl_handler.c:158 msgid "Print information about parameters in the DETAIL part of the error messages generated on INTO ... STRICT failures." msgstr "Imprimir información de parámetros en la parte DETALLE de los mensajes de error generados por fallos en INTO ... STRICT." -#: pl_handler.c:164 +#: pl_handler.c:166 msgid "List of programming constructs that should produce a warning." msgstr "Listado de estructuras de programación que deben dar una advertencia." -#: pl_handler.c:174 +#: pl_handler.c:176 msgid "List of programming constructs that should produce an error." msgstr "Listado de estructuras de programación que deben dar un error." diff --git a/src/pl/plpython/po/es.po b/src/pl/plpython/po/es.po index 7d276b9a4da..9b8c2d0c740 100644 --- a/src/pl/plpython/po/es.po +++ b/src/pl/plpython/po/es.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: plpython (PostgreSQL 9.4)\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2015-09-25 17:45+0000\n" +"POT-Creation-Date: 2017-05-21 17:33+0000\n" "PO-Revision-Date: 2015-09-26 00:06-0300\n" "Last-Translator: Carlos Chapi <carlos.chapi@2ndquadrant.com>\n" "Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n" @@ -63,7 +63,7 @@ msgstr "haciendo «fetch» en un cursor cerrado" msgid "closing a cursor in an aborted subtransaction" msgstr "cerrando un cursor en una subtransacción abortada" -#: plpy_elog.c:103 plpy_elog.c:104 plpy_plpymodule.c:420 +#: plpy_elog.c:108 plpy_elog.c:109 plpy_plpymodule.c:441 #, c-format msgid "%s" msgstr "%s" @@ -174,47 +174,57 @@ msgstr "mientras se modificaba la fila de disparador" msgid "forcibly aborting a subtransaction that has not been exited" msgstr "abortando una subtransacción que no se ha cerrado" -#: plpy_main.c:93 +#: plpy_main.c:124 #, c-format msgid "Python major version mismatch in session" msgstr "las versiones mayores de Python no coinciden en esta sesión" -#: plpy_main.c:94 +#: plpy_main.c:125 #, c-format 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." -#: plpy_main.c:96 +#: plpy_main.c:127 #, c-format 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." -#: plpy_main.c:111 +#: plpy_main.c:150 +#, c-format +msgid "multiple Python libraries are present in session" +msgstr "hay múltiples librerías de Python presentes en esta sesión" + +#: plpy_main.c:151 +#, c-format +msgid "Only one Python major version can be used in one session." +msgstr "Sólo se puede usar una versión mayor de Python en cada sesión." + +#: plpy_main.c:167 #, c-format msgid "untrapped error in initialization" msgstr "error no capturado en la inicialización" -#: plpy_main.c:134 +#: plpy_main.c:190 #, c-format msgid "could not import \"__main__\" module" msgstr "no se pudo importar el módulo «__main__»" -#: plpy_main.c:139 +#: plpy_main.c:195 #, c-format msgid "could not create globals" msgstr "no se pudo crear las globales" -#: plpy_main.c:143 +#: plpy_main.c:199 #, c-format msgid "could not initialize globals" msgstr "no se pudo inicializar las globales" -#: plpy_main.c:347 +#: plpy_main.c:408 #, c-format msgid "PL/Python function \"%s\"" msgstr "función PL/Python «%s»" -#: plpy_main.c:354 +#: plpy_main.c:415 #, c-format msgid "PL/Python anonymous code block" msgstr "bloque de código anónimo de PL/Python" @@ -224,56 +234,61 @@ msgstr "bloque de código anónimo de PL/Python" msgid "plan.status takes no arguments" msgstr "plan.status no lleva argumentos" -#: plpy_plpymodule.c:178 plpy_plpymodule.c:181 +#: plpy_plpymodule.c:181 plpy_plpymodule.c:184 #, c-format msgid "could not import \"plpy\" module" msgstr "no se pudo importar el módulo «plpy»" -#: plpy_plpymodule.c:196 +#: plpy_plpymodule.c:199 +#, c-format +msgid "could not create the spiexceptions module" +msgstr "no se pudo crear el módulo spiexceptions" + +#: plpy_plpymodule.c:207 #, c-format msgid "could not add the spiexceptions module" msgstr "no se pudo importar el módulo spiexceptions" -#: plpy_plpymodule.c:217 +#: plpy_plpymodule.c:237 #, c-format -msgid "could not create the base SPI exceptions" -msgstr "no se pudo crear las excepciones SPI basales" +msgid "could not create exception \"%s\"" +msgstr "no se pudo crear la excepción «%s»" -#: plpy_plpymodule.c:253 plpy_plpymodule.c:257 +#: plpy_plpymodule.c:272 plpy_plpymodule.c:276 #, c-format msgid "could not generate SPI exceptions" msgstr "no se pudo generar excepciones SPI" -#: plpy_plpymodule.c:388 +#: plpy_plpymodule.c:409 #, c-format msgid "could not unpack arguments in plpy.elog" msgstr "no se pudo desempaquetar los argumentos de plpy.elog" -#: plpy_plpymodule.c:396 +#: plpy_plpymodule.c:417 msgid "could not parse error message in plpy.elog" msgstr "no se pudo analizar el mensaje de error de plpy.elog" -#: plpy_procedure.c:200 +#: plpy_procedure.c:210 #, 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:205 plpy_typeio.c:409 +#: plpy_procedure.c:215 plpy_typeio.c:409 #, c-format msgid "PL/Python functions cannot return type %s" msgstr "las funciones PL/Python no pueden retornar el tipo %s" -#: plpy_procedure.c:287 +#: plpy_procedure.c:297 #, c-format msgid "PL/Python functions cannot accept type %s" msgstr "la funciones PL/Python no pueden aceptar el tipo %s" -#: plpy_procedure.c:383 +#: plpy_procedure.c:393 #, c-format msgid "could not compile PL/Python function \"%s\"" msgstr "no se pudo compilar la función PL/Python «%s»" -#: plpy_procedure.c:386 +#: plpy_procedure.c:396 #, c-format msgid "could not compile anonymous PL/Python code block" msgstr "no se pudo compilar el bloque anónimo PL/Python" @@ -432,3 +447,6 @@ msgstr "no se pudo convertir el objeto Unicode de Python a bytes" #, c-format msgid "could not extract bytes from encoded string" msgstr "no se pudo extraer bytes desde la cadena codificada" + +#~ msgid "could not create the base SPI exceptions" +#~ msgstr "no se pudo crear las excepciones SPI basales" diff --git a/src/pl/tcl/po/es.po b/src/pl/tcl/po/es.po index 561fd31e75b..11d2cf25e1f 100644 --- a/src/pl/tcl/po/es.po +++ b/src/pl/tcl/po/es.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: pltcl (PostgreSQL 9.4)\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2015-09-04 17:44+0000\n" +"POT-Creation-Date: 2017-05-21 17:33+0000\n" "PO-Revision-Date: 2014-12-16 12:13-0300\n" "Last-Translator: Emanuel Calvo Franco <postgres.arg@gmail.com>\n" "Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n" @@ -19,12 +19,12 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pltcl.c:1210 +#: pltcl.c:1212 #, c-format msgid "%s" msgstr "%s" -#: pltcl.c:1211 +#: pltcl.c:1213 #, c-format msgid "" "%s\n" @@ -33,27 +33,27 @@ msgstr "" "%s\n" "en función PL/Tcl \"%s\"" -#: pltcl.c:1319 pltcl.c:1326 +#: pltcl.c:1321 pltcl.c:1328 #, c-format msgid "out of memory" msgstr "memoria agotada" -#: pltcl.c:1374 +#: pltcl.c:1376 #, c-format msgid "trigger functions can only be called as triggers" msgstr "las funciones disparadoras sólo pueden ser invocadas como disparadores" -#: pltcl.c:1383 +#: pltcl.c:1385 #, c-format msgid "PL/Tcl functions cannot return type %s" msgstr "las funciones PL/Tcl no pueden retornar tipo %s" -#: pltcl.c:1395 +#: pltcl.c:1397 #, c-format msgid "PL/Tcl functions cannot return composite types" msgstr "las funciones PL/Tcl no pueden retornar tipos compuestos" -#: pltcl.c:1434 +#: pltcl.c:1436 #, c-format msgid "PL/Tcl functions cannot accept type %s" msgstr "las funciones PL/Tcl no pueden aceptar el tipog%s" |
