Translation updates

Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 7ebf0f8af5adf2da3fd838965b89fbfe5850f208
This commit is contained in:
Peter Eisentraut
2025-02-10 15:16:57 +01:00
parent 2e44eefb9d
commit 04f31c8d0d
20 changed files with 4551 additions and 4515 deletions

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: plpython (PostgreSQL current)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2024-08-01 12:51+0300\n"
"POT-Creation-Date: 2025-02-08 07:45+0200\n"
"PO-Revision-Date: 2023-05-05 06:34+0300\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
@ -22,17 +22,17 @@ msgstr ""
msgid "plpy.cursor expected a query or a plan"
msgstr "plpy.cursor ожидает запрос или план"
#: plpy_cursorobject.c:155
#: plpy_cursorobject.c:154
#, c-format
msgid "plpy.cursor takes a sequence as its second argument"
msgstr "plpy.cursor принимает в качестве второго аргумента последовательность"
#: plpy_cursorobject.c:171 plpy_spi.c:207
#: plpy_cursorobject.c:170 plpy_spi.c:206
#, c-format
msgid "could not execute plan"
msgstr "нельзя выполнить план"
#: plpy_cursorobject.c:174 plpy_spi.c:210
#: plpy_cursorobject.c:173 plpy_spi.c:209
#, c-format
msgid "Expected sequence of %d argument, got %d: %s"
msgid_plural "Expected sequence of %d arguments, got %d: %s"
@ -40,28 +40,28 @@ msgstr[0] "Ожидалась последовательность из %d ар
msgstr[1] "Ожидалась последовательность из %d аргументов, получено %d: %s"
msgstr[2] "Ожидалась последовательность из %d аргументов, получено %d: %s"
#: plpy_cursorobject.c:321
#: plpy_cursorobject.c:317
#, c-format
msgid "iterating a closed cursor"
msgstr "перемещение закрытого курсора"
#: plpy_cursorobject.c:329 plpy_cursorobject.c:395
#: plpy_cursorobject.c:325 plpy_cursorobject.c:391
#, c-format
msgid "iterating a cursor in an aborted subtransaction"
msgstr "перемещение курсора в прерванной подтранзакции"
#: plpy_cursorobject.c:387
#: plpy_cursorobject.c:383
#, c-format
msgid "fetch from a closed cursor"
msgstr "выборка из закрытого курсора"
#: plpy_cursorobject.c:430 plpy_spi.c:403
#: plpy_cursorobject.c:426 plpy_spi.c:395
#, c-format
msgid "query result has too many rows to fit in a Python list"
msgstr ""
"результат запроса содержит слишком много строк для передачи в списке Python"
#: plpy_cursorobject.c:482
#: plpy_cursorobject.c:478
#, c-format
msgid "closing a cursor in an aborted subtransaction"
msgstr "закрытие курсора в прерванной подтранзакции"
@ -329,17 +329,17 @@ msgstr "plpy.prepare: имя типа с порядковым номером %d
msgid "plpy.execute expected a query or a plan"
msgstr "plpy.execute ожидает запрос или план"
#: plpy_spi.c:191
#: plpy_spi.c:190
#, c-format
msgid "plpy.execute takes a sequence as its second argument"
msgstr "plpy.execute принимает в качестве второго аргумента последовательность"
#: plpy_spi.c:299
#: plpy_spi.c:291
#, c-format
msgid "SPI_execute_plan failed: %s"
msgstr "ошибка в SPI_execute_plan: %s"
#: plpy_spi.c:341
#: plpy_spi.c:333
#, c-format
msgid "SPI_execute failed: %s"
msgstr "ошибка в SPI_execute: %s"