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: 47199c5813321fac9558fe6629fcb48989a28e44
This commit is contained in:
Peter Eisentraut
2015-02-01 23:07:30 -05:00
parent 040f5ef503
commit b77b40d886
35 changed files with 10801 additions and 12350 deletions

View File

@@ -1,7 +1,7 @@
# German message translation file for plpython
# Copyright (C) 2009 - 2012 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 <peter_e@gmx.net>, 2009 - 2012.
# Peter Eisentraut <peter_e@gmx.net>, 2009 - 2015.
#
# Use these quotes: »%s«
#
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.2\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2012-08-22 22:09+0000\n"
"PO-Revision-Date: 2012-08-23 00:30-0400\n"
"POT-Creation-Date: 2015-01-31 23:48+0000\n"
"PO-Revision-Date: 2015-01-31 22:49-0500\n"
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
"Language-Team: German <peter_e@gmx.net>\n"
"Language: de\n"
@@ -73,7 +73,7 @@ msgstr "nicht unterstützter Rückgabemodus für Funktion mit Mengenergebnis"
#: plpy_exec.c:91
#, 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:103
@@ -141,77 +141,77 @@ msgstr "beim Erzeugen des Rückgabewerts"
msgid "could not create new dictionary while building trigger arguments"
msgstr "konnte neues Dictionary nicht erzeugen, beim Aufbauen der Triggerargumente"
#: plpy_exec.c:664
#: plpy_exec.c:662
#, c-format
msgid "TD[\"new\"] deleted, cannot modify row"
msgstr "TD[\"new\"] wurde gelöscht, kann Zeile nicht ändern"
#: plpy_exec.c:667
#: plpy_exec.c:666
#, c-format
msgid "TD[\"new\"] is not a dictionary"
msgstr "TD[\"new\"] ist kein Dictionary"
#: plpy_exec.c:691
#: plpy_exec.c:690
#, c-format
msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
msgstr "Dictionary-Schlüssel auf Position %d in TD[\"new\"] ist keine Zeichenkette"
#: 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 row"
msgstr "in TD[\"new\"] gefundener Schlüssel »%s« existiert nicht als Spalte in der den Trigger auslösenden Zeile"
#: plpy_exec.c:778
#: plpy_exec.c:776
#, c-format
msgid "while modifying trigger row"
msgstr "beim Ändern der Triggerzeile"
#: plpy_exec.c:839
#: plpy_exec.c:837
#, c-format
msgid "forcibly aborting a subtransaction that has not been exited"
msgstr "Abbruch einer Subtransaktion, die nicht beendet wurde, wird erzwungen"
#: plpy_main.c:100
#: plpy_main.c:101
#, c-format
msgid "Python major version mismatch in session"
msgstr "unpassende Python-Hauptversion für diese Sitzung"
#: plpy_main.c:101
#: plpy_main.c:102
#, c-format
msgid "This session has previously used Python major version %d, and it is now attempting to use Python major version %d."
msgstr "Diese Sitzung hat zuvor Python-Hauptversion %d verwendet und versucht nun Python-Hauptversion %d zu verwenden."
#: plpy_main.c:103
#: plpy_main.c:104
#, c-format
msgid "Start a new session to use a different Python major version."
msgstr "Starten Sie eine neue Sitzung, um eine andere Python-Hauptversion zu verwenden."
#: plpy_main.c:118
#: plpy_main.c:119
#, c-format
msgid "untrapped error in initialization"
msgstr "nicht abgefangener Fehler bei der Initialisierung"
#: plpy_main.c:141
#: plpy_main.c:142
#, c-format
msgid "could not import \"__main__\" module"
msgstr "konnte Modul »__main__« nicht importieren"
#: plpy_main.c:146
#: plpy_main.c:147
#, c-format
msgid "could not create globals"
msgstr "konnte globale Objekte nicht erzeugen"
#: plpy_main.c:150
#: plpy_main.c:151
#, c-format
msgid "could not initialize globals"
msgstr "konnte globale Objekte nicht initialisieren"
#: plpy_main.c:347
#: plpy_main.c:355
#, c-format
msgid "PL/Python function \"%s\""
msgstr "PL/Python-Funktion »%s«"
#: plpy_main.c:354
#: plpy_main.c:362
#, c-format
msgid "PL/Python anonymous code block"
msgstr "anonymer PL/Python-Codeblock"
@@ -250,27 +250,27 @@ msgstr "konnte Argumente in plpy.elog nicht entpacken"
msgid "could not parse error message in plpy.elog"
msgstr "konnte Fehlermeldung in plpy.elog nicht parsen"
#: plpy_procedure.c:194
#: plpy_procedure.c:199
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "Triggerfunktionen können nur als Trigger aufgerufen werden"
#: plpy_procedure.c:199 plpy_typeio.c:406
#: plpy_procedure.c:204 plpy_typeio.c:406
#, c-format
msgid "PL/Python functions cannot return type %s"
msgstr "PL/Python-Funktionen können keinen Rückgabetyp %s haben"
#: plpy_procedure.c:281
#: plpy_procedure.c:286
#, c-format
msgid "PL/Python functions cannot accept type %s"
msgstr "PL/Python-Funktionen können Typ %s nicht annehmen"
#: plpy_procedure.c:377
#: plpy_procedure.c:382
#, c-format
msgid "could not compile PL/Python function \"%s\""
msgstr "konnte PL/Python-Funktion »%s« nicht kompilieren"
#: plpy_procedure.c:380
#: plpy_procedure.c:385
#, c-format
msgid "could not compile anonymous PL/Python code block"
msgstr "konnte anonymen PL/Python-Codeblock nicht kompilieren"
@@ -315,11 +315,6 @@ msgstr "SPI_execute_plan fehlgeschlagen: %s"
msgid "SPI_execute failed: %s"
msgstr "SPI_execute fehlgeschlagen: %s"
#: plpy_spi.c:439
#, c-format
msgid "unrecognized error in PLy_spi_execute_fetch_result"
msgstr "unbekannter Fehler in PLy_spi_execute_fetch_result"
#: plpy_subxactobject.c:122
#, c-format
msgid "this subtransaction has already been entered"

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: 2013-01-29 13:39+0000\n"
"PO-Revision-Date: 2012-11-02 15:26+0100\n"
"POT-Creation-Date: 2014-07-29 09:19+0000\n"
"PO-Revision-Date: 2014-07-30 22:35+0100\n"
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
"Language: it\n"
@@ -152,32 +152,32 @@ msgstr "durante la creazione del valore da restituire"
msgid "could not create new dictionary while building trigger arguments"
msgstr "creazione del nuovo dizionario nella costruzione degli argomenti del trigger fallita"
#: plpy_exec.c:664
#: plpy_exec.c:662
#, c-format
msgid "TD[\"new\"] deleted, cannot modify row"
msgstr "TD[\"new\"] cancellato, non è possibile modificare la riga"
#: plpy_exec.c:667
#: plpy_exec.c:666
#, c-format
msgid "TD[\"new\"] is not a dictionary"
msgstr "TD[\"new\"] non è un dizionario"
#: plpy_exec.c:691
#: plpy_exec.c:690
#, c-format
msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
msgstr "la chiave di dizionario TD[\"new\"] alla posizione %d non è una stringa"
#: 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 row"
msgstr "la chiave \"%s\" trovata in TD[\"new\"] non esiste come colonna nella riga del trigger"
#: plpy_exec.c:778
#: plpy_exec.c:776
#, c-format
msgid "while modifying trigger row"
msgstr "durante la modifica della riga trigger"
#: plpy_exec.c:839
#: plpy_exec.c:837
#, c-format
msgid "forcibly aborting a subtransaction that has not been exited"
msgstr "interruzione forzata di una sotto-transazione che non è terminata"
@@ -185,7 +185,7 @@ msgstr "interruzione forzata di una sotto-transazione che non è terminata"
#: plpy_main.c:101
#, c-format
msgid "Python major version mismatch in session"
msgstr "mancata corrispondenza della versione maggiore di Python major nella sessione"
msgstr "mancata corrispondenza della versione maggiore di Python nella sessione"
#: plpy_main.c:102
#, c-format
@@ -217,12 +217,12 @@ msgstr "creazione delle variabili globali fallita"
msgid "could not initialize globals"
msgstr "inizializzazione delle variabili globali fallita"
#: plpy_main.c:351
#: plpy_main.c:355
#, c-format
msgid "PL/Python function \"%s\""
msgstr "funzione PL/Python \"%s\""
#: plpy_main.c:358
#: plpy_main.c:362
#, c-format
msgid "PL/Python anonymous code block"
msgstr "blocco di codice anonimo in PL/Python"
@@ -326,11 +326,6 @@ msgstr "SPI_execute_plan ha fallito: %s"
msgid "SPI_execute failed: %s"
msgstr "SPI_execute ha fallito: %s"
#: plpy_spi.c:439
#, c-format
msgid "unrecognized error in PLy_spi_execute_fetch_result"
msgstr "errore sconosciuto nella funzione PLy_spi_execute_fetch_result"
#: plpy_subxactobject.c:122
#, c-format
msgid "this subtransaction has already been entered"

View File

@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.2\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2012-08-06 12:39+0000\n"
"PO-Revision-Date: 2012-08-06 18:19+0400\n"
"POT-Creation-Date: 2015-01-14 00:18+0000\n"
"PO-Revision-Date: 2015-01-14 21:47+0300\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: Russian <pgtranslation-translators@pgfoundry.org>\n"
"Language: ru\n"
@@ -21,7 +21,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: Lokalize 1.4\n"
"X-Generator: Lokalize 1.5\n"
#: plpy_cursorobject.c:98
#, c-format
@@ -79,10 +79,10 @@ msgstr "неподдерживаемый режим возврата для фу
#: 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 ""
"Функции PL/Python с результатом-множеством могут возвращать только по одному "
"значению за вызов."
"Функции PL/Python с результатом-множеством могут возвращать только одно "
"значение за вызов."
#: plpy_exec.c:103
#, c-format
@@ -156,22 +156,22 @@ msgstr "при создании возвращаемого значения"
msgid "could not create new dictionary while building trigger arguments"
msgstr "не удалось создать словарь для передачи аргументов триггера"
#: plpy_exec.c:664
#: plpy_exec.c:662
#, c-format
msgid "TD[\"new\"] deleted, cannot modify row"
msgstr "элемент TD[\"new\"] удалён -- изменить строку нельзя"
#: plpy_exec.c:667
#: plpy_exec.c:666
#, c-format
msgid "TD[\"new\"] is not a dictionary"
msgstr "TD[\"new\"] - не словарь"
#: plpy_exec.c:691
#: plpy_exec.c:690
#, c-format
msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
msgstr "ключ словаря TD[\"new\"] с порядковым номером %d не является строкой"
#: 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 "
@@ -180,22 +180,22 @@ msgstr ""
"ключу \"%s\", найденному в TD[\"new\"], не соответствует колонка в строке, "
"обрабатываемой триггером"
#: plpy_exec.c:778
#: plpy_exec.c:776
#, c-format
msgid "while modifying trigger row"
msgstr "при изменении строки в триггере"
#: plpy_exec.c:839
#: plpy_exec.c:837
#, c-format
msgid "forcibly aborting a subtransaction that has not been exited"
msgstr "принудительное прерывание незавершённой подтранзакции"
#: plpy_main.c:100
#: plpy_main.c:101
#, c-format
msgid "Python major version mismatch in session"
msgstr "несовпадение базовой версии Python в сеансе"
#: plpy_main.c:101
#: plpy_main.c:102
#, c-format
msgid ""
"This session has previously used Python major version %d, and it is now "
@@ -204,38 +204,38 @@ msgstr ""
"В данном сеансе до этого использовался Python базовой версии %d, а сейчас "
"планируется использовать Python версии %d."
#: plpy_main.c:103
#: plpy_main.c:104
#, c-format
msgid "Start a new session to use a different Python major version."
msgstr ""
"Чтобы переключиться на другую базовую версию Python, начните новый сеанс."
#: plpy_main.c:118
#: plpy_main.c:119
#, c-format
msgid "untrapped error in initialization"
msgstr "необработанная ошибка при инициализации"
#: plpy_main.c:141
#: plpy_main.c:142
#, c-format
msgid "could not import \"__main__\" module"
msgstr "не удалось импортировать модуль \"__main__\""
#: plpy_main.c:146
#: plpy_main.c:147
#, c-format
msgid "could not create globals"
msgstr "не удалось создать глобальные данные"
#: plpy_main.c:150
#: plpy_main.c:151
#, c-format
msgid "could not initialize globals"
msgstr "не удалось инициализировать глобальные данные"
#: plpy_main.c:347
#: plpy_main.c:355
#, c-format
msgid "PL/Python function \"%s\""
msgstr "функция PL/Python \"%s\""
#: plpy_main.c:354
#: plpy_main.c:362
#, c-format
msgid "PL/Python anonymous code block"
msgstr "анонимный блок кода PL/Python"
@@ -274,27 +274,27 @@ msgstr "не удалось распаковать аргументы в plpy.el
msgid "could not parse error message in plpy.elog"
msgstr "не удалось разобрать сообщение об ошибке в plpy.elog"
#: plpy_procedure.c:194
#: plpy_procedure.c:199
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "триггерные функции могут вызываться только в триггерах"
#: plpy_procedure.c:199 plpy_typeio.c:406
#: plpy_procedure.c:204 plpy_typeio.c:406
#, c-format
msgid "PL/Python functions cannot return type %s"
msgstr "функции PL/Python не могут возвращать тип %s"
#: plpy_procedure.c:281
#: plpy_procedure.c:286
#, c-format
msgid "PL/Python functions cannot accept type %s"
msgstr "функции PL/Python не могут принимать тип %s"
#: plpy_procedure.c:377
#: plpy_procedure.c:382
#, c-format
msgid "could not compile PL/Python function \"%s\""
msgstr "не удалось скомпилировать функцию PL/Python \"%s\""
#: plpy_procedure.c:380
#: plpy_procedure.c:385
#, c-format
msgid "could not compile anonymous PL/Python code block"
msgstr "не удалось скомпилировать анонимный блок кода PL/Python"
@@ -339,11 +339,6 @@ msgstr "ошибка в SPI_execute_plan: %s"
msgid "SPI_execute failed: %s"
msgstr "ошибка в SPI_execute: %s"
#: plpy_spi.c:439
#, c-format
msgid "unrecognized error in PLy_spi_execute_fetch_result"
msgstr "нераспознанная ошибка в PLy_spi_execute_fetch_result"
#: plpy_subxactobject.c:122
#, c-format
msgid "this subtransaction has already been entered"
@@ -459,5 +454,8 @@ msgstr "не удалось преобразовать объект Python Unico
msgid "could not extract bytes from encoded string"
msgstr "не удалось извлечь байты из кодированной строки"
#~ msgid "unrecognized error in PLy_spi_execute_fetch_result"
#~ msgstr "нераспознанная ошибка в PLy_spi_execute_fetch_result"
#~ msgid "could not initialize plpy"
#~ msgstr "не удалось инициализировать plpy"