diff options
| author | Peter Eisentraut | 2016-02-08 19:39:08 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2016-02-08 19:39:08 +0000 |
| commit | b101dca62b38a374dcb1dd4232f6ade9f7390cfc (patch) | |
| tree | dfca355d848ff4915aef21c2909ca570048a6315 /src/pl | |
| parent | 5e54757d41ad8b6e7fc2ab4961055c3872430cc4 (diff) | |
Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 97f0f075b2d3e9dac26db78dbd79c32d80eb8f33
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/plperl/po/ru.po | 16 | ||||
| -rw-r--r-- | src/pl/plpython/po/de.po | 46 | ||||
| -rw-r--r-- | src/pl/plpython/po/ru.po | 46 |
3 files changed, 64 insertions, 44 deletions
diff --git a/src/pl/plperl/po/ru.po b/src/pl/plperl/po/ru.po index 1eff36c713f..751b5ac50c4 100644 --- a/src/pl/plperl/po/ru.po +++ b/src/pl/plperl/po/ru.po @@ -11,9 +11,9 @@ msgstr "" "Project-Id-Version: PostgreSQL 9.2\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2012-07-11 03:39+0000\n" -"PO-Revision-Date: 2012-04-02 19:16+0400\n" +"PO-Revision-Date: 2015-10-16 21:10+0400\n" "Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n" -"Language-Team: Russian <pgtranslation-translators@pgfoundry.org>\n" +"Language-Team: Russian <pgsql-translators@postgresql.org>\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,7 +26,7 @@ msgstr "" msgid "" "If true, trusted and untrusted Perl code will be compiled in strict mode." msgstr "" -"Если этот параметр равен true, доверенный и не доверенный код Perl будет " +"Если этот параметр равен true, доверенный и недоверенный код Perl будет " "компилироваться в строгом режиме." #: plperl.c:379 @@ -92,7 +92,7 @@ msgstr "при выполнении plperl.on_plperlu_init" #: plperl.c:1015 plperl.c:1615 #, c-format msgid "Perl hash contains nonexistent column \"%s\"" -msgstr "Perl-хэш содержит несуществующую колонку \"%s\"" +msgstr "Perl-хеш содержит несуществующую колонку \"%s\"" #: plperl.c:1100 #, c-format @@ -115,7 +115,7 @@ msgstr "Perl-массив нельзя преобразовать в тип не #: plperl.c:1262 #, c-format msgid "cannot convert Perl hash to non-composite type %s" -msgstr "Perl-хэш нельзя преобразовать в не составной тип %s" +msgstr "Perl-хеш нельзя преобразовать в не составной тип %s" #: plperl.c:1273 #, c-format @@ -127,7 +127,7 @@ msgstr "" #: plperl.c:1288 #, c-format msgid "PL/Perl function must return reference to hash or array" -msgstr "функция PL/Perl должна возвращать ссылку на хэш или массив" +msgstr "функция PL/Perl должна возвращать ссылку на хеш или массив" #: plperl.c:1592 #, c-format @@ -137,7 +137,7 @@ msgstr "$_TD->{new} не существует" #: plperl.c:1596 #, c-format msgid "$_TD->{new} is not a hash reference" -msgstr "$_TD->{new} - не ссылка на хэш" +msgstr "$_TD->{new} - не ссылка на хеш" #: plperl.c:1820 plperl.c:2518 #, c-format @@ -205,7 +205,7 @@ msgid "" "reference to hash" msgstr "" "функция PL/Perl, возвращающая составное множество, должна вызывать " -"return_next со ссылкой на хэш" +"return_next со ссылкой на хеш" #: plperl.c:3652 #, c-format diff --git a/src/pl/plpython/po/de.po b/src/pl/plpython/po/de.po index 3d42bd3e507..aae8093703c 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 - 2015 PostgreSQL Global Development Group +# Copyright (C) 2009 - 2016 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Peter Eisentraut <peter_e@gmx.net>, 2009 - 2015. +# Peter Eisentraut <peter_e@gmx.net>, 2009 - 2016. # # Use these quotes: „%s“ # @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.4\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2015-01-09 16:07+0000\n" -"PO-Revision-Date: 2015-01-09 23:06-0500\n" +"POT-Creation-Date: 2016-02-08 16:14+0000\n" +"PO-Revision-Date: 2016-02-08 12:31-0500\n" "Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n" "Language-Team: German <peter_e@gmx.net>\n" "Language: de\n" @@ -171,47 +171,57 @@ msgstr "beim Ändern der Triggerzeile" msgid "forcibly aborting a subtransaction that has not been exited" msgstr "Abbruch einer Subtransaktion, die nicht beendet wurde, wird erzwungen" -#: plpy_main.c:93 +#: plpy_main.c:124 #, c-format msgid "Python major version mismatch in session" msgstr "unpassende Python-Hauptversion für diese Sitzung" -#: 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 "Diese Sitzung hat zuvor Python-Hauptversion %d verwendet und versucht nun Python-Hauptversion %d zu verwenden." -#: plpy_main.c:96 +#: plpy_main.c:127 #, 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:111 +#: plpy_main.c:150 +#, c-format +msgid "multiple Python libraries are present in session" +msgstr "in dieser Sitzung sind mehrere Python-Bibliotheken präsent" + +#: plpy_main.c:151 +#, c-format +msgid "Only one Python major version can be used in one session." +msgstr "Nur eine Python-Hauptversion kann in einer Sitzung verwendet werden." + +#: plpy_main.c:167 #, c-format msgid "untrapped error in initialization" msgstr "nicht abgefangener Fehler bei der Initialisierung" -#: plpy_main.c:134 +#: plpy_main.c:190 #, c-format msgid "could not import \"__main__\" module" msgstr "konnte Modul „__main__“ nicht importieren" -#: plpy_main.c:139 +#: plpy_main.c:195 #, c-format msgid "could not create globals" msgstr "konnte globale Objekte nicht erzeugen" -#: plpy_main.c:143 +#: plpy_main.c:199 #, c-format msgid "could not initialize globals" msgstr "konnte globale Objekte nicht initialisieren" -#: plpy_main.c:347 +#: plpy_main.c:408 #, c-format msgid "PL/Python function \"%s\"" msgstr "PL/Python-Funktion „%s“" -#: plpy_main.c:354 +#: plpy_main.c:415 #, c-format msgid "PL/Python anonymous code block" msgstr "anonymer PL/Python-Codeblock" @@ -395,27 +405,27 @@ msgstr "konnte Python-Objekt nicht in cstring umwandeln: Python-Zeichenkettendar msgid "return value of function with array return type is not a Python sequence" msgstr "Rückgabewert von Funktion mit Array-Rückgabetyp ist keine Python-Sequenz" -#: plpy_typeio.c:930 +#: plpy_typeio.c:940 #, c-format msgid "key \"%s\" not found in mapping" msgstr "Schlüssel „%s“ nicht in Mapping gefunden" -#: plpy_typeio.c:931 +#: plpy_typeio.c:941 #, c-format msgid "To return null in a column, add the value None to the mapping with the key named after the column." msgstr "Um einen NULL-Wert in einer Spalte zurückzugeben, muss der Wert None mit einem nach der Spalte benannten Schlüssel in das Mapping eingefügt werden." -#: plpy_typeio.c:979 +#: plpy_typeio.c:989 #, c-format msgid "length of returned sequence did not match number of columns in row" msgstr "Länge der zurückgegebenen Sequenz hat nicht mit der Anzahl der Spalten in der Zeile übereingestimmt" -#: plpy_typeio.c:1087 +#: plpy_typeio.c:1097 #, c-format msgid "attribute \"%s\" does not exist in Python object" msgstr "Attribut „%s“ existiert nicht in Python-Objekt" -#: plpy_typeio.c:1088 +#: plpy_typeio.c:1098 #, c-format msgid "To return null in a column, let the returned object have an attribute named after column with value None." msgstr "Um einen NULL-Wert in einer Spalte zurückzugeben, muss das zurückzugebende Objekt ein nach der Spalte benanntes Attribut mit dem Wert None haben." diff --git a/src/pl/plpython/po/ru.po b/src/pl/plpython/po/ru.po index 11e7322c89a..c32992aeb32 100644 --- a/src/pl/plpython/po/ru.po +++ b/src/pl/plpython/po/ru.po @@ -12,17 +12,17 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.2\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2015-01-09 16:07+0000\n" -"PO-Revision-Date: 2015-01-11 16:49+0300\n" +"POT-Creation-Date: 2016-01-15 04:44+0000\n" +"PO-Revision-Date: 2016-01-17 08:29+0300\n" "Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n" -"Language-Team: Russian <pgtranslation-translators@pgfoundry.org>\n" +"Language-Team: Russian <pgsql-translators@postgresql.org>\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "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.5\n" +"X-Generator: Lokalize 2.0\n" #: plpy_cursorobject.c:98 #, c-format @@ -191,12 +191,12 @@ msgstr "при изменении строки в триггере" msgid "forcibly aborting a subtransaction that has not been exited" msgstr "принудительное прерывание незавершённой подтранзакции" -#: plpy_main.c:93 +#: plpy_main.c:124 #, c-format msgid "Python major version mismatch in session" msgstr "несовпадение базовой версии Python в сеансе" -#: plpy_main.c:94 +#: plpy_main.c:125 #, c-format msgid "" "This session has previously used Python major version %d, and it is now " @@ -205,38 +205,48 @@ msgstr "" "В данном сеансе до этого использовался Python базовой версии %d, а сейчас " "планируется использовать Python версии %d." -#: plpy_main.c:96 +#: plpy_main.c:127 #, c-format msgid "Start a new session to use a different Python major version." msgstr "" "Чтобы переключиться на другую базовую версию Python, начните новый сеанс." -#: plpy_main.c:111 +#: plpy_main.c:150 +#, c-format +msgid "multiple Python libraries are present in session" +msgstr "в сеансе представлено несколько библиотек Python" + +#: plpy_main.c:151 +#, c-format +msgid "Only one Python major version can be used in one session." +msgstr "В одном сеансе нельзя использовать Python разных старших версий." + +#: plpy_main.c:167 #, c-format msgid "untrapped error in initialization" msgstr "необработанная ошибка при инициализации" -#: plpy_main.c:134 +#: plpy_main.c:190 #, c-format msgid "could not import \"__main__\" module" msgstr "не удалось импортировать модуль \"__main__\"" -#: plpy_main.c:139 +#: plpy_main.c:195 #, c-format msgid "could not create globals" msgstr "не удалось создать глобальные данные" -#: plpy_main.c:143 +#: plpy_main.c:199 #, c-format msgid "could not initialize globals" msgstr "не удалось инициализировать глобальные данные" -#: plpy_main.c:347 +#: plpy_main.c:408 #, c-format msgid "PL/Python function \"%s\"" msgstr "функция PL/Python \"%s\"" -#: plpy_main.c:354 +#: plpy_main.c:415 #, c-format msgid "PL/Python anonymous code block" msgstr "анонимный блок кода PL/Python" @@ -427,12 +437,12 @@ msgstr "" "возвращаемое значение функции с результатом-массивом не является " "последовательностью" -#: plpy_typeio.c:930 +#: plpy_typeio.c:940 #, c-format msgid "key \"%s\" not found in mapping" msgstr "ключ \"%s\" не найден в сопоставлении" -#: plpy_typeio.c:931 +#: plpy_typeio.c:941 #, c-format msgid "" "To return null in a column, add the value None to the mapping with the key " @@ -441,17 +451,17 @@ msgstr "" "Чтобы присвоить колонке NULL, добавьте в сопоставление значение None с " "ключом-именем колонки." -#: plpy_typeio.c:979 +#: plpy_typeio.c:989 #, c-format msgid "length of returned sequence did not match number of columns in row" msgstr "длина возвращённой последовательности не равна числу колонок в строке" -#: plpy_typeio.c:1087 +#: plpy_typeio.c:1097 #, c-format msgid "attribute \"%s\" does not exist in Python object" msgstr "в объекте Python не существует атрибут \"%s\"" -#: plpy_typeio.c:1088 +#: plpy_typeio.c:1098 #, c-format msgid "" "To return null in a column, let the returned object have an attribute named " |
