diff options
author | Peter Eisentraut | 2015-02-02 04:23:40 +0000 |
---|---|---|
committer | Peter Eisentraut | 2015-02-02 04:23:40 +0000 |
commit | f8948616c9403effb84ed09c244650d9750243a2 (patch) | |
tree | 4c544c169f7ae95adee22841d0abb1666c5aa4a9 /src/pl/plpython/po | |
parent | 1332bbb30cd1e6beb7b43c26ca5728c715c1a9c8 (diff) |
Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 19c72ea8d856d7b1d4f5d759a766c8206bf9ce53
Diffstat (limited to 'src/pl/plpython/po')
-rw-r--r-- | src/pl/plpython/po/de.po | 10 | ||||
-rw-r--r-- | src/pl/plpython/po/es.po | 87 | ||||
-rw-r--r-- | src/pl/plpython/po/ru.po | 14 |
3 files changed, 62 insertions, 49 deletions
diff --git a/src/pl/plpython/po/de.po b/src/pl/plpython/po/de.po index be721541d9c..3d42bd3e507 100644 --- a/src/pl/plpython/po/de.po +++ b/src/pl/plpython/po/de.po @@ -1,7 +1,7 @@ # German message translation file for plpython -# Copyright (C) 2009 - 2014 PostgreSQL Global Development Group +# Copyright (C) 2009 - 2015 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Peter Eisentraut <[email protected]>, 2009 - 2014. +# Peter Eisentraut <[email protected]>, 2009 - 2015. # # Use these quotes: „%s“ # @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.4\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2014-05-15 01:40+0000\n" -"PO-Revision-Date: 2014-05-14 22:15-0400\n" +"POT-Creation-Date: 2015-01-09 16:07+0000\n" +"PO-Revision-Date: 2015-01-09 23:06-0500\n" "Last-Translator: Peter Eisentraut <[email protected]>\n" "Language-Team: German <[email protected]>\n" "Language: de\n" @@ -73,7 +73,7 @@ msgstr "nicht unterstützter Rückgabemodus für Funktion mit Mengenergebnis" #: plpy_exec.c:92 #, c-format -msgid "PL/Python set-returning functions only support returning only value per call." +msgid "PL/Python set-returning functions only support returning one value per call." msgstr "PL/Python unterstützt für Funktionen mit Mengenergebnis nur das Zurückgeben von einem Wert pro Aufruf." #: plpy_exec.c:104 diff --git a/src/pl/plpython/po/es.po b/src/pl/plpython/po/es.po index 1a2c7ef7842..8dcb8938764 100644 --- a/src/pl/plpython/po/es.po +++ b/src/pl/plpython/po/es.po @@ -8,17 +8,18 @@ # msgid "" msgstr "" -"Project-Id-Version: plpython (PostgreSQL 9.3)\n" +"Project-Id-Version: plpython (PostgreSQL 9.4)\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-08-26 19:10+0000\n" -"PO-Revision-Date: 2013-08-28 12:55-0400\n" -"Last-Translator: Alvaro Herrera <[email protected]>\n" +"POT-Creation-Date: 2014-12-15 05:37+0000\n" +"PO-Revision-Date: 2014-12-15 16:56-0300\n" +"Last-Translator: Carlos Chapi <[email protected]>\n" "Language-Team: PgSQL-es-Ayuda <[email protected]>\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Poedit 1.7.1\n" #: plpy_cursorobject.c:98 #, c-format @@ -142,78 +143,78 @@ msgstr "mientras se creaba el valor de retorno" 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:665 +#: plpy_exec.c:663 #, c-format msgid "TD[\"new\"] deleted, cannot modify row" msgstr "TD[\"new\"] borrado, no se puede modicar el registro" -#: plpy_exec.c:668 +#: plpy_exec.c:667 #, c-format msgid "TD[\"new\"] is not a dictionary" msgstr "TD[\"new\"] no es un diccionario" -#: plpy_exec.c:692 +#: plpy_exec.c:691 #, 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:698 +#: plpy_exec.c:697 #, 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:779 +#: plpy_exec.c:777 #, c-format msgid "while modifying trigger row" msgstr "mientras se modificaba la fila de disparador" # FIXME not very happy with this -#: plpy_exec.c:840 +#: plpy_exec.c:838 #, c-format msgid "forcibly aborting a subtransaction that has not been exited" msgstr "abortando una subtransacción que no se ha cerrado" -#: plpy_main.c:102 +#: plpy_main.c:93 #, c-format msgid "Python major version mismatch in session" msgstr "las versiones mayores de Python no coinciden en esta sesión" -#: plpy_main.c:103 +#: plpy_main.c:94 #, 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:105 +#: plpy_main.c:96 #, 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:120 +#: plpy_main.c:111 #, c-format msgid "untrapped error in initialization" msgstr "error no capturado en la inicialización" -#: plpy_main.c:143 +#: plpy_main.c:134 #, c-format msgid "could not import \"__main__\" module" msgstr "no se pudo importar el módulo «__main__»" -#: plpy_main.c:148 +#: plpy_main.c:139 #, c-format msgid "could not create globals" msgstr "no se pudo crear las globales" -#: plpy_main.c:152 +#: plpy_main.c:143 #, c-format msgid "could not initialize globals" msgstr "no se pudo inicializar las globales" -#: plpy_main.c:352 +#: plpy_main.c:347 #, c-format msgid "PL/Python function \"%s\"" msgstr "función PL/Python «%s»" -#: plpy_main.c:359 +#: plpy_main.c:354 #, c-format msgid "PL/Python anonymous code block" msgstr "bloque de código anónimo de PL/Python" @@ -257,7 +258,7 @@ msgstr "no se pudo analizar el mensaje de error de plpy.elog" 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:408 +#: plpy_procedure.c:205 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" @@ -337,72 +338,87 @@ 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:293 +#: plpy_typeio.c:294 #, c-format msgid "could not create new dictionary" msgstr "no se pudo crear un nuevo diccionario" -#: plpy_typeio.c:410 +#: plpy_typeio.c:411 #, c-format 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." -#: plpy_typeio.c:595 +#: plpy_typeio.c:540 +#, 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:544 +#, c-format +msgid "no Decimal attribute in module" +msgstr "no se encontró atributo Decimal en el módulo" + +#: plpy_typeio.c:550 +#, c-format +msgid "conversion from numeric to Decimal failed" +msgstr "falló la conversión de numeric a Decimal" + +#: plpy_typeio.c:619 #, c-format msgid "cannot convert multidimensional array to Python list" msgstr "no se puede convertir array multidimensional a una lista Python" -#: plpy_typeio.c:596 +#: plpy_typeio.c:620 #, c-format msgid "PL/Python only supports one-dimensional arrays." msgstr "PL/Python sólo soporta arrays unidimensionales." -#: plpy_typeio.c:602 +#: plpy_typeio.c:626 #, c-format msgid "could not create new Python list" msgstr "no se pudo crear una nueva lista Python" -#: plpy_typeio.c:661 +#: plpy_typeio.c:685 #, 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:753 +#: plpy_typeio.c:777 #, 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:764 +#: plpy_typeio.c:788 #, 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:798 +#: plpy_typeio.c:823 #, 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:897 +#: plpy_typeio.c:930 #, c-format msgid "key \"%s\" not found in mapping" msgstr "la llave «%s» no fue encontrada en el mapa" -#: plpy_typeio.c:898 +#: plpy_typeio.c:931 #, 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:946 +#: plpy_typeio.c:979 #, 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:1054 +#: plpy_typeio.c:1087 #, c-format msgid "attribute \"%s\" does not exist in Python object" msgstr "el atributo «%s» no existe en el objeto Python" -#: plpy_typeio.c:1055 +#: plpy_typeio.c:1088 #, 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." @@ -416,6 +432,3 @@ 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 "unrecognized error in PLy_spi_execute_fetch_result" -#~ msgstr "error desconocido en PLy_spi_execute_fetch_result" diff --git a/src/pl/plpython/po/ru.po b/src/pl/plpython/po/ru.po index e4bef7b7d62..11e7322c89a 100644 --- a/src/pl/plpython/po/ru.po +++ b/src/pl/plpython/po/ru.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.2\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2014-08-02 06:37+0000\n" -"PO-Revision-Date: 2014-08-04 14:25+0400\n" -"Last-Translator: Dmitriy Olshevskiy <[email protected]>\n" +"POT-Creation-Date: 2015-01-09 16:07+0000\n" +"PO-Revision-Date: 2015-01-11 16:49+0300\n" +"Last-Translator: Alexander Lakhin <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" "Language: ru\n" "MIME-Version: 1.0\n" @@ -22,7 +22,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Poedit 1.6.7\n" +"X-Generator: Lokalize 1.5\n" #: plpy_cursorobject.c:98 #, c-format @@ -80,10 +80,10 @@ msgstr "неподдерживаемый режим возврата для фу #: plpy_exec.c:92 #, 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 "" -"Функции PL/Python с результатом-множеством могут возвращать только по одному " -"значению за вызов." +"Функции PL/Python с результатом-множеством могут возвращать только одно " +"значение за вызов." #: plpy_exec.c:104 #, c-format |