mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 8a42b829ebeb8b22db0e3258ec02137f8840b960
This commit is contained in:
@ -5,8 +5,8 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plpython (PostgreSQL current)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2018-10-05 21:51+0300\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2019-09-09 12:21+0300\n"
|
||||
"PO-Revision-Date: 2019-08-29 15:42+0300\n"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
|
||||
@ -17,22 +17,22 @@ msgstr ""
|
||||
"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"
|
||||
|
||||
#: plpy_cursorobject.c:101
|
||||
#: plpy_cursorobject.c:78
|
||||
#, c-format
|
||||
msgid "plpy.cursor expected a query or a plan"
|
||||
msgstr "plpy.cursor ожидает запрос или план"
|
||||
|
||||
#: plpy_cursorobject.c:184
|
||||
#: plpy_cursorobject.c:161
|
||||
#, c-format
|
||||
msgid "plpy.cursor takes a sequence as its second argument"
|
||||
msgstr "plpy.cursor принимает в качестве второго аргумента последовательность"
|
||||
|
||||
#: plpy_cursorobject.c:200 plpy_spi.c:211
|
||||
#: plpy_cursorobject.c:177 plpy_spi.c:211
|
||||
#, c-format
|
||||
msgid "could not execute plan"
|
||||
msgstr "нельзя выполнить план"
|
||||
|
||||
#: plpy_cursorobject.c:203 plpy_spi.c:214
|
||||
#: plpy_cursorobject.c:180 plpy_spi.c:214
|
||||
#, c-format
|
||||
msgid "Expected sequence of %d argument, got %d: %s"
|
||||
msgid_plural "Expected sequence of %d arguments, got %d: %s"
|
||||
@ -40,43 +40,43 @@ msgstr[0] "Ожидалась последовательность из %d ар
|
||||
msgstr[1] "Ожидалась последовательность из %d аргументов, получено %d: %s"
|
||||
msgstr[2] "Ожидалась последовательность из %d аргументов, получено %d: %s"
|
||||
|
||||
#: plpy_cursorobject.c:352
|
||||
#: plpy_cursorobject.c:329
|
||||
#, c-format
|
||||
msgid "iterating a closed cursor"
|
||||
msgstr "перемещение закрытого курсора"
|
||||
|
||||
#: plpy_cursorobject.c:360 plpy_cursorobject.c:426
|
||||
#: plpy_cursorobject.c:337 plpy_cursorobject.c:403
|
||||
#, c-format
|
||||
msgid "iterating a cursor in an aborted subtransaction"
|
||||
msgstr "перемещение курсора в прерванной подтранзакции"
|
||||
|
||||
#: plpy_cursorobject.c:418
|
||||
#: plpy_cursorobject.c:395
|
||||
#, c-format
|
||||
msgid "fetch from a closed cursor"
|
||||
msgstr "выборка из закрытого курсора"
|
||||
|
||||
#: plpy_cursorobject.c:461 plpy_spi.c:409
|
||||
#: plpy_cursorobject.c:438 plpy_spi.c:409
|
||||
#, c-format
|
||||
msgid "query result has too many rows to fit in a Python list"
|
||||
msgstr ""
|
||||
"результат запроса содержит слишком много строк для передачи в списке Python"
|
||||
|
||||
#: plpy_cursorobject.c:512
|
||||
#: plpy_cursorobject.c:490
|
||||
#, c-format
|
||||
msgid "closing a cursor in an aborted subtransaction"
|
||||
msgstr "закрытие курсора в прерванной подтранзакции"
|
||||
|
||||
#: plpy_elog.c:127 plpy_elog.c:128 plpy_plpymodule.c:559
|
||||
#: plpy_elog.c:129 plpy_elog.c:130 plpy_plpymodule.c:553
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: plpy_exec.c:142
|
||||
#: plpy_exec.c:143
|
||||
#, c-format
|
||||
msgid "unsupported set function return mode"
|
||||
msgstr "неподдерживаемый режим возврата для функции с результатом-множеством"
|
||||
|
||||
#: plpy_exec.c:143
|
||||
#: plpy_exec.c:144
|
||||
#, c-format
|
||||
msgid ""
|
||||
"PL/Python set-returning functions only support returning one value per call."
|
||||
@ -84,44 +84,44 @@ msgstr ""
|
||||
"Функции PL/Python с результатом-множеством могут возвращать только одно "
|
||||
"значение за вызов."
|
||||
|
||||
#: plpy_exec.c:156
|
||||
#: plpy_exec.c:157
|
||||
#, c-format
|
||||
msgid "returned object cannot be iterated"
|
||||
msgstr "возвращаемый объект не поддерживает итерации"
|
||||
|
||||
#: plpy_exec.c:157
|
||||
#: plpy_exec.c:158
|
||||
#, c-format
|
||||
msgid "PL/Python set-returning functions must return an iterable object."
|
||||
msgstr ""
|
||||
"Функции PL/Python с результатом-множеством должны возвращать объекты с "
|
||||
"возможностью итерации."
|
||||
|
||||
#: plpy_exec.c:171
|
||||
#: plpy_exec.c:172
|
||||
#, c-format
|
||||
msgid "error fetching next item from iterator"
|
||||
msgstr "ошибка получения следующего элемента из итератора"
|
||||
|
||||
#: plpy_exec.c:214
|
||||
#: plpy_exec.c:215
|
||||
#, c-format
|
||||
msgid "PL/Python procedure did not return None"
|
||||
msgstr "процедура PL/Python вернула не None"
|
||||
|
||||
#: plpy_exec.c:218
|
||||
#: plpy_exec.c:219
|
||||
#, c-format
|
||||
msgid "PL/Python function with return type \"void\" did not return None"
|
||||
msgstr "функция PL/Python с типом результата \"void\" вернула не None"
|
||||
|
||||
#: plpy_exec.c:374 plpy_exec.c:400
|
||||
#: plpy_exec.c:375 plpy_exec.c:401
|
||||
#, c-format
|
||||
msgid "unexpected return value from trigger procedure"
|
||||
msgstr "триггерная процедура вернула недопустимое значение"
|
||||
|
||||
#: plpy_exec.c:375
|
||||
#: plpy_exec.c:376
|
||||
#, c-format
|
||||
msgid "Expected None or a string."
|
||||
msgstr "Ожидалось None или строка."
|
||||
|
||||
#: plpy_exec.c:390
|
||||
#: plpy_exec.c:391
|
||||
#, c-format
|
||||
msgid ""
|
||||
"PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
|
||||
@ -129,49 +129,49 @@ msgstr ""
|
||||
"триггерная функция PL/Python вернула \"MODIFY\" в триггере DELETE -- "
|
||||
"игнорируется"
|
||||
|
||||
#: plpy_exec.c:401
|
||||
#: plpy_exec.c:402
|
||||
#, c-format
|
||||
msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"."
|
||||
msgstr "Ожидалось None, \"OK\", \"SKIP\" или \"MODIFY\"."
|
||||
|
||||
#: plpy_exec.c:451
|
||||
#: plpy_exec.c:452
|
||||
#, c-format
|
||||
msgid "PyList_SetItem() failed, while setting up arguments"
|
||||
msgstr "ошибка в PyList_SetItem() при настройке аргументов"
|
||||
|
||||
#: plpy_exec.c:455
|
||||
#: plpy_exec.c:456
|
||||
#, c-format
|
||||
msgid "PyDict_SetItemString() failed, while setting up arguments"
|
||||
msgstr "ошибка в PyDict_SetItemString() при настройке аргументов"
|
||||
|
||||
#: plpy_exec.c:467
|
||||
#: plpy_exec.c:468
|
||||
#, c-format
|
||||
msgid ""
|
||||
"function returning record called in context that cannot accept type record"
|
||||
msgstr ""
|
||||
"функция, возвращающая запись, вызвана в контексте, не допускающем этот тип"
|
||||
|
||||
#: plpy_exec.c:684
|
||||
#: plpy_exec.c:685
|
||||
#, c-format
|
||||
msgid "while creating return value"
|
||||
msgstr "при создании возвращаемого значения"
|
||||
|
||||
#: plpy_exec.c:909
|
||||
#: plpy_exec.c:919
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] deleted, cannot modify row"
|
||||
msgstr "элемент TD[\"new\"] удалён -- изменить строку нельзя"
|
||||
|
||||
#: plpy_exec.c:914
|
||||
#: plpy_exec.c:924
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] is not a dictionary"
|
||||
msgstr "TD[\"new\"] - не словарь"
|
||||
|
||||
#: plpy_exec.c:941
|
||||
#: plpy_exec.c:951
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
|
||||
msgstr "ключ словаря TD[\"new\"] с порядковым номером %d не является строкой"
|
||||
|
||||
#: plpy_exec.c:948
|
||||
#: plpy_exec.c:958
|
||||
#, c-format
|
||||
msgid ""
|
||||
"key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering "
|
||||
@ -180,17 +180,22 @@ msgstr ""
|
||||
"ключу \"%s\", найденному в TD[\"new\"], не соответствует столбец в строке, "
|
||||
"обрабатываемой триггером"
|
||||
|
||||
#: plpy_exec.c:953
|
||||
#: plpy_exec.c:963
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "присвоить значение системному атрибуту \"%s\" нельзя"
|
||||
|
||||
#: plpy_exec.c:1011
|
||||
#: plpy_exec.c:968
|
||||
#, c-format
|
||||
msgid "cannot set generated column \"%s\""
|
||||
msgstr "присвоить значение генерируемому столбцу \"%s\" нельзя"
|
||||
|
||||
#: plpy_exec.c:1026
|
||||
#, c-format
|
||||
msgid "while modifying trigger row"
|
||||
msgstr "при изменении строки в триггере"
|
||||
|
||||
#: plpy_exec.c:1072
|
||||
#: plpy_exec.c:1087
|
||||
#, c-format
|
||||
msgid "forcibly aborting a subtransaction that has not been exited"
|
||||
msgstr "принудительное прерывание незавершённой подтранзакции"
|
||||
@ -235,46 +240,46 @@ msgstr "функция PL/Python \"%s\""
|
||||
msgid "PL/Python anonymous code block"
|
||||
msgstr "анонимный блок кода PL/Python"
|
||||
|
||||
#: plpy_plpymodule.c:192 plpy_plpymodule.c:195
|
||||
#: plpy_plpymodule.c:186 plpy_plpymodule.c:189
|
||||
#, c-format
|
||||
msgid "could not import \"plpy\" module"
|
||||
msgstr "не удалось импортировать модуль \"plpy\""
|
||||
|
||||
#: plpy_plpymodule.c:210
|
||||
#: plpy_plpymodule.c:204
|
||||
#, c-format
|
||||
msgid "could not create the spiexceptions module"
|
||||
msgstr "не удалось создать модуль spiexceptions"
|
||||
|
||||
#: plpy_plpymodule.c:218
|
||||
#: plpy_plpymodule.c:212
|
||||
#, c-format
|
||||
msgid "could not add the spiexceptions module"
|
||||
msgstr "не удалось добавить модуль spiexceptions"
|
||||
|
||||
#: plpy_plpymodule.c:286
|
||||
#: plpy_plpymodule.c:280
|
||||
#, c-format
|
||||
msgid "could not generate SPI exceptions"
|
||||
msgstr "не удалось сгенерировать исключения SPI"
|
||||
|
||||
#: plpy_plpymodule.c:454
|
||||
#: plpy_plpymodule.c:448
|
||||
#, c-format
|
||||
msgid "could not unpack arguments in plpy.elog"
|
||||
msgstr "не удалось распаковать аргументы в plpy.elog"
|
||||
|
||||
#: plpy_plpymodule.c:463
|
||||
#: plpy_plpymodule.c:457
|
||||
msgid "could not parse error message in plpy.elog"
|
||||
msgstr "не удалось разобрать сообщение об ошибке в plpy.elog"
|
||||
|
||||
#: plpy_plpymodule.c:480
|
||||
#: plpy_plpymodule.c:474
|
||||
#, c-format
|
||||
msgid "argument 'message' given by name and position"
|
||||
msgstr "аргумент 'message' задан и по имени, и по позиции"
|
||||
|
||||
#: plpy_plpymodule.c:507
|
||||
#: plpy_plpymodule.c:501
|
||||
#, c-format
|
||||
msgid "'%s' is an invalid keyword argument for this function"
|
||||
msgstr "'%s' - недопустимое ключевое слово (аргумент) для этой функции"
|
||||
|
||||
#: plpy_plpymodule.c:518 plpy_plpymodule.c:524
|
||||
#: plpy_plpymodule.c:512 plpy_plpymodule.c:518
|
||||
#, c-format
|
||||
msgid "invalid SQLSTATE code"
|
||||
msgstr "неверный код SQLSTATE"
|
||||
@ -304,7 +309,7 @@ msgstr "не удалось скомпилировать функцию PL/Pytho
|
||||
msgid "could not compile anonymous PL/Python code block"
|
||||
msgstr "не удалось скомпилировать анонимный блок кода PL/Python"
|
||||
|
||||
#: plpy_resultobject.c:150 plpy_resultobject.c:176 plpy_resultobject.c:202
|
||||
#: plpy_resultobject.c:121 plpy_resultobject.c:147 plpy_resultobject.c:173
|
||||
#, c-format
|
||||
msgid "command did not produce a result set"
|
||||
msgstr "команда не выдала результирующий набор"
|
||||
@ -339,22 +344,22 @@ msgstr "ошибка в SPI_execute_plan: %s"
|
||||
msgid "SPI_execute failed: %s"
|
||||
msgstr "ошибка в SPI_execute: %s"
|
||||
|
||||
#: plpy_subxactobject.c:122
|
||||
#: plpy_subxactobject.c:97
|
||||
#, c-format
|
||||
msgid "this subtransaction has already been entered"
|
||||
msgstr "эта подтранзакция уже начата"
|
||||
|
||||
#: plpy_subxactobject.c:128 plpy_subxactobject.c:186
|
||||
#: plpy_subxactobject.c:103 plpy_subxactobject.c:161
|
||||
#, c-format
|
||||
msgid "this subtransaction has already been exited"
|
||||
msgstr "эта подтранзакция уже закончена"
|
||||
|
||||
#: plpy_subxactobject.c:180
|
||||
#: plpy_subxactobject.c:155
|
||||
#, c-format
|
||||
msgid "this subtransaction has not been entered"
|
||||
msgstr "эта подтранзакция ещё не начата"
|
||||
|
||||
#: plpy_subxactobject.c:192
|
||||
#: plpy_subxactobject.c:167
|
||||
#, c-format
|
||||
msgid "there is no subtransaction to exit from"
|
||||
msgstr "нет подтранзакции, которую нужно закончить"
|
||||
@ -374,17 +379,17 @@ msgstr "в модуле нет атрибута Decimal"
|
||||
msgid "conversion from numeric to Decimal failed"
|
||||
msgstr "не удалось преобразовать numeric в Decimal"
|
||||
|
||||
#: plpy_typeio.c:908
|
||||
#: plpy_typeio.c:915
|
||||
#, c-format
|
||||
msgid "could not create bytes representation of Python object"
|
||||
msgstr "не удалось создать байтовое представление объекта Python"
|
||||
|
||||
#: plpy_typeio.c:1056
|
||||
#: plpy_typeio.c:1063
|
||||
#, c-format
|
||||
msgid "could not create string representation of Python object"
|
||||
msgstr "не удалось создать строковое представление объекта Python"
|
||||
|
||||
#: plpy_typeio.c:1067
|
||||
#: plpy_typeio.c:1074
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not convert Python object into cstring: Python string representation "
|
||||
@ -393,24 +398,24 @@ msgstr ""
|
||||
"не удалось преобразовать объект Python в cstring: похоже, представление "
|
||||
"строки Python содержит нулевые байты"
|
||||
|
||||
#: plpy_typeio.c:1176
|
||||
#: plpy_typeio.c:1183
|
||||
#, c-format
|
||||
msgid "number of array dimensions exceeds the maximum allowed (%d)"
|
||||
msgstr "число размерностей массива превышает предел (%d)"
|
||||
|
||||
#: plpy_typeio.c:1180
|
||||
#: plpy_typeio.c:1187
|
||||
#, c-format
|
||||
msgid "could not determine sequence length for function return value"
|
||||
msgstr ""
|
||||
"не удалось определить длину последовательности в возвращаемом функцией "
|
||||
"значении"
|
||||
|
||||
#: plpy_typeio.c:1183 plpy_typeio.c:1187
|
||||
#: plpy_typeio.c:1190 plpy_typeio.c:1194
|
||||
#, c-format
|
||||
msgid "array size exceeds the maximum allowed"
|
||||
msgstr "размер массива превышает предел"
|
||||
|
||||
#: plpy_typeio.c:1213
|
||||
#: plpy_typeio.c:1220
|
||||
#, c-format
|
||||
msgid ""
|
||||
"return value of function with array return type is not a Python sequence"
|
||||
@ -418,12 +423,12 @@ msgstr ""
|
||||
"возвращаемое значение функции с результатом-массивом не является "
|
||||
"последовательностью"
|
||||
|
||||
#: plpy_typeio.c:1259
|
||||
#: plpy_typeio.c:1266
|
||||
#, c-format
|
||||
msgid "wrong length of inner sequence: has length %d, but %d was expected"
|
||||
msgstr "неверная длина внутренней последовательности: %d (ожидалось: %d)"
|
||||
|
||||
#: plpy_typeio.c:1261
|
||||
#: plpy_typeio.c:1268
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To construct a multidimensional array, the inner sequences must all have the "
|
||||
@ -432,17 +437,17 @@ msgstr ""
|
||||
"Для образования многомерного массива внутренние последовательности должны "
|
||||
"иметь одинаковую длину."
|
||||
|
||||
#: plpy_typeio.c:1340
|
||||
#: plpy_typeio.c:1347
|
||||
#, c-format
|
||||
msgid "malformed record literal: \"%s\""
|
||||
msgstr "ошибка в литерале записи: \"%s\""
|
||||
|
||||
#: plpy_typeio.c:1341
|
||||
#: plpy_typeio.c:1348
|
||||
#, c-format
|
||||
msgid "Missing left parenthesis."
|
||||
msgstr "Отсутствует левая скобка."
|
||||
|
||||
#: plpy_typeio.c:1342 plpy_typeio.c:1543
|
||||
#: plpy_typeio.c:1349 plpy_typeio.c:1550
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To return a composite type in an array, return the composite type as a "
|
||||
@ -451,12 +456,12 @@ msgstr ""
|
||||
"Чтобы возвратить составной тип в массиве, нужно возвратить составное "
|
||||
"значение в виде кортежа Python, например: \"[('foo',)]\"."
|
||||
|
||||
#: plpy_typeio.c:1389
|
||||
#: plpy_typeio.c:1396
|
||||
#, c-format
|
||||
msgid "key \"%s\" not found in mapping"
|
||||
msgstr "ключ \"%s\" не найден в сопоставлении"
|
||||
|
||||
#: plpy_typeio.c:1390
|
||||
#: plpy_typeio.c:1397
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To return null in a column, add the value None to the mapping with the key "
|
||||
@ -465,17 +470,17 @@ msgstr ""
|
||||
"Чтобы присвоить столбцу NULL, добавьте в сопоставление значение None с "
|
||||
"ключом-именем столбца."
|
||||
|
||||
#: plpy_typeio.c:1443
|
||||
#: plpy_typeio.c:1450
|
||||
#, c-format
|
||||
msgid "length of returned sequence did not match number of columns in row"
|
||||
msgstr "длина возвращённой последовательности не равна числу столбцов в строке"
|
||||
|
||||
#: plpy_typeio.c:1541
|
||||
#: plpy_typeio.c:1548
|
||||
#, c-format
|
||||
msgid "attribute \"%s\" does not exist in Python object"
|
||||
msgstr "в объекте Python не существует атрибут \"%s\""
|
||||
|
||||
#: plpy_typeio.c:1544
|
||||
#: plpy_typeio.c:1551
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To return null in a column, let the returned object have an attribute named "
|
||||
|
Reference in New Issue
Block a user