mirror of
https://github.com/postgres/postgres.git
synced 2025-12-10 14:22:35 +03:00
Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 3a5a71cccad5c68e01008e9e3a4f06930197a05e
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# src/pl/plperl/nls.mk
|
||||
CATALOG_NAME = plperl
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ro ru sv tr zh_CN zh_TW
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ro ru sv tr vi zh_CN zh_TW
|
||||
GETTEXT_FILES = plperl.c SPI.c
|
||||
GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS)
|
||||
GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS)
|
||||
|
||||
@@ -1,19 +1,17 @@
|
||||
#
|
||||
# Translation of plperl to Italian
|
||||
# PostgreSQL Project
|
||||
# plperl.po
|
||||
# Italian message translation file for plperl
|
||||
#
|
||||
# Associazione Culturale ITPUG - Italian PostgreSQL Users Group
|
||||
# http://www.itpug.org/ - info@itpug.org
|
||||
# For development and bug report please use:
|
||||
# https://github.com/dvarrazzo/postgresql-it
|
||||
#
|
||||
# Traduttori:
|
||||
# * Emanuele Zamprogno <emanuele.zamprogno@itpug.org>
|
||||
# * Daniele Varrazzo <daniele.varrazzo@gmail.com>
|
||||
# Copyright (C) 2012-2017 PostgreSQL Global Development Group
|
||||
# Copyright (C) 2010, Associazione Culturale ITPUG
|
||||
#
|
||||
# Revisori:
|
||||
# * Gabriele Bartolini <gabriele.bartolini@itpug.org>
|
||||
# Daniele Varrazzo <daniele.varrazzo@gmail.com>, 2012-2017.
|
||||
# Emanuele Zamprogno <emanuele.zamprogno@itpug.org>
|
||||
#
|
||||
# Copyright (c) 2010, Associazione Culturale ITPUG
|
||||
# Distributed under the same license of the PostgreSQL project
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -22,7 +20,7 @@ msgstr ""
|
||||
"POT-Creation-Date: 2017-04-22 22:37+0000\n"
|
||||
"PO-Revision-Date: 2017-04-23 04:42+0100\n"
|
||||
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
|
||||
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
|
||||
"Language-Team: https://github.com/dvarrazzo/postgresql-it\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
||||
@@ -1,193 +1,242 @@
|
||||
# LANGUAGE message translation file for plperl
|
||||
# Copyright (C) 2009 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
|
||||
# Honda Shigehiro <honda@postgresql.jp>, 2012.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 9.1 beta 2\n"
|
||||
"Project-Id-Version: plperl (PostgreSQL) 10\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2012-08-11 17:49+0900\n"
|
||||
"PO-Revision-Date: 2012-08-11 17:51+0900\n"
|
||||
"Last-Translator: Honda Shigehiro\n"
|
||||
"POT-Creation-Date: 2018-01-29 10:46+0900\n"
|
||||
"PO-Revision-Date: 2018-02-13 11:13+0900\n"
|
||||
"Last-Translator: Michihide Hotta <hotta@net-newbie.com>\n"
|
||||
"Language-Team: jpug-doc <jpug-doc@ml.postgresql.jp>\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
|
||||
#: plperl.c:365
|
||||
msgid "If true, trusted and untrusted Perl code will be compiled in strict mode."
|
||||
msgstr "真ならば信頼し、信頼されないPerlのコードはstrictモードでコンパイルされます。"
|
||||
#: plperl.c:407
|
||||
msgid ""
|
||||
"If true, trusted and untrusted Perl code will be compiled in strict mode."
|
||||
msgstr ""
|
||||
"true の場合、trusted および untrusted な Perl のコードはいずれも strict モー"
|
||||
"ドでコンパイルされます。"
|
||||
|
||||
#: plperl.c:379
|
||||
msgid "Perl initialization code to execute when a Perl interpreter is initialized."
|
||||
msgstr "Perl のインタプリタが初期化される際に実行されるべき Perl 初期化コード"
|
||||
#: plperl.c:421
|
||||
msgid ""
|
||||
"Perl initialization code to execute when a Perl interpreter is initialized."
|
||||
msgstr ""
|
||||
"Perl のインタプリタが初期化される際に実行されるべき Perl の初期化コード。"
|
||||
|
||||
#: plperl.c:401
|
||||
#: plperl.c:443
|
||||
msgid "Perl initialization code to execute once when plperl is first used."
|
||||
msgstr "plperl が最初に使用される際に一度実行されるべき Perl 初期化コード"
|
||||
msgstr "plperl が最初に使用される際に一度だけ実行される Perl の初期化コード。"
|
||||
|
||||
#: plperl.c:409
|
||||
#: plperl.c:451
|
||||
msgid "Perl initialization code to execute once when plperlu is first used."
|
||||
msgstr "plperlu が最初に使用される際に一度実行されるべき Perl 初期化コード"
|
||||
msgstr "plperlu が最初に使用される際に一度だけ実行される Perl の初期化コード。"
|
||||
|
||||
#: plperl.c:626 plperl.c:788 plperl.c:793 plperl.c:897 plperl.c:908
|
||||
#: plperl.c:949 plperl.c:970 plperl.c:1943 plperl.c:2038 plperl.c:2100
|
||||
#: plperl.c:648
|
||||
#, c-format
|
||||
msgid "cannot allocate multiple Perl interpreters on this platform"
|
||||
msgstr "このプラットフォームでは複数の Perl インタプリタを設定できません"
|
||||
|
||||
#: plperl.c:671 plperl.c:855 plperl.c:861 plperl.c:978 plperl.c:990
|
||||
#: plperl.c:1033 plperl.c:1056 plperl.c:2120 plperl.c:2230 plperl.c:2298
|
||||
#: plperl.c:2361
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: plperl.c:627
|
||||
#: plperl.c:672
|
||||
#, c-format
|
||||
msgid "while executing PostgreSQL::InServer::SPI::bootstrap"
|
||||
msgstr "PostgreSQL::InServer::SPI::bootstrap の実行中に"
|
||||
msgstr "PostgreSQL::InServer::SPI::bootstrap の実行中"
|
||||
|
||||
#: plperl.c:789
|
||||
#: plperl.c:856
|
||||
#, c-format
|
||||
msgid "while parsing Perl initialization"
|
||||
msgstr "Perl 初期化処理のパース中に"
|
||||
msgstr "Perl 初期化処理のパース中"
|
||||
|
||||
#: plperl.c:794
|
||||
#: plperl.c:862
|
||||
#, c-format
|
||||
msgid "while running Perl initialization"
|
||||
msgstr "Perl 初期化処理の実行中に"
|
||||
msgstr "Perl 初期化処理の実行中"
|
||||
|
||||
#: plperl.c:898
|
||||
#: plperl.c:979
|
||||
#, c-format
|
||||
msgid "while executing PLC_TRUSTED"
|
||||
msgstr "PLC_TRUSTED の実行中に"
|
||||
msgstr "PLC_TRUSTED の実行中"
|
||||
|
||||
#: plperl.c:909
|
||||
#: plperl.c:991
|
||||
#, c-format
|
||||
msgid "while executing utf8fix"
|
||||
msgstr "utf8fix の実行中に"
|
||||
msgstr "utf8fix の実行中"
|
||||
|
||||
#: plperl.c:950
|
||||
#: plperl.c:1034
|
||||
#, c-format
|
||||
msgid "while executing plperl.on_plperl_init"
|
||||
msgstr "plperl.on_plperl_init の実行中に"
|
||||
msgstr "plperl.on_plperl_init の実行中"
|
||||
|
||||
#: plperl.c:971
|
||||
#: plperl.c:1057
|
||||
#, c-format
|
||||
msgid "while executing plperl.on_plperlu_init"
|
||||
msgstr "plperl.on_plperlu_init の実行中に"
|
||||
msgstr "plperl.on_plperlu_init の実行中"
|
||||
|
||||
#: plperl.c:1015 plperl.c:1615
|
||||
#: plperl.c:1102 plperl.c:1764
|
||||
#, c-format
|
||||
msgid "Perl hash contains nonexistent column \"%s\""
|
||||
msgstr "Perlハッシュに存在しない列\"%s\"が含まれます"
|
||||
msgstr "Perl ハッシュに存在しない列 \"%s\" があります"
|
||||
|
||||
#: plperl.c:1100
|
||||
#: plperl.c:1107 plperl.c:1769
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "システム属性 \"%s\" をセットできません"
|
||||
|
||||
#: plperl.c:1195
|
||||
#, c-format
|
||||
msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
|
||||
msgstr "配列の次数(%d)が上限(%d)を超えています"
|
||||
msgstr "配列の次元数(%d)が制限値(%d)を超えています"
|
||||
|
||||
#: plperl.c:1112 plperl.c:1129
|
||||
#: plperl.c:1207 plperl.c:1224
|
||||
#, c-format
|
||||
msgid "multidimensional arrays must have array expressions with matching dimensions"
|
||||
msgstr "多次元配列は次数に合った配列式を持たなければなりません"
|
||||
msgid ""
|
||||
"multidimensional arrays must have array expressions with matching dimensions"
|
||||
msgstr "多次元配列は次元数に合った配列式を持たなければなりません"
|
||||
|
||||
#: plperl.c:1166
|
||||
#: plperl.c:1260
|
||||
#, c-format
|
||||
msgid "cannot convert Perl array to non-array type %s"
|
||||
msgstr "Perl配列を非配列型%sに変換できません"
|
||||
msgstr "Perl 配列を非配列型 %s に変換できません"
|
||||
|
||||
#: plperl.c:1262
|
||||
#: plperl.c:1362
|
||||
#, c-format
|
||||
msgid "cannot convert Perl hash to non-composite type %s"
|
||||
msgstr "Perlハッシュを非複合型%sに変換できません"
|
||||
msgstr "Perl ハッシュを非複合型 %s に変換できません"
|
||||
|
||||
#: plperl.c:1273
|
||||
#: plperl.c:1373
|
||||
#, c-format
|
||||
msgid "function returning record called in context that cannot accept type record"
|
||||
msgstr "レコード型を受け付けられないコンテキストでレコードを返す関数が呼び出されました"
|
||||
msgid ""
|
||||
"function returning record called in context that cannot accept type record"
|
||||
msgstr ""
|
||||
"レコード型を受け付けられないコンテキストでレコードを返す関数が呼び出されまし"
|
||||
"た"
|
||||
|
||||
#: plperl.c:1288
|
||||
#: plperl.c:1388
|
||||
#, c-format
|
||||
msgid "PL/Perl function must return reference to hash or array"
|
||||
msgstr "PL/Perl関数はハッシュまたは配列への参照を返す必要があります"
|
||||
msgstr "PL/Perl 関数はハッシュまたは配列への参照を返す必要があります"
|
||||
|
||||
#: plperl.c:1592
|
||||
#: plperl.c:1425
|
||||
#, c-format
|
||||
msgid "lookup failed for type %s"
|
||||
msgstr "型 %s の検索に失敗しました"
|
||||
|
||||
#: plperl.c:1740
|
||||
#, c-format
|
||||
msgid "$_TD->{new} does not exist"
|
||||
msgstr "$_TD->{new}は存在しません"
|
||||
msgstr "$_TD->{new} は存在しません"
|
||||
|
||||
#: plperl.c:1596
|
||||
#: plperl.c:1744
|
||||
#, c-format
|
||||
msgid "$_TD->{new} is not a hash reference"
|
||||
msgstr "$_TD->{new}はハッシュへの参照ではありません"
|
||||
msgstr "$_TD->{new} はハッシュへの参照ではありません"
|
||||
|
||||
#: plperl.c:1820 plperl.c:2518
|
||||
#: plperl.c:1995 plperl.c:2833
|
||||
#, c-format
|
||||
msgid "PL/Perl functions cannot return type %s"
|
||||
msgstr "PL/Perl関数は%s型を返すことができません"
|
||||
msgstr "PL/Perl 関数は %s 型を返すことができません"
|
||||
|
||||
#: plperl.c:1833 plperl.c:2565
|
||||
#: plperl.c:2008 plperl.c:2875
|
||||
#, c-format
|
||||
msgid "PL/Perl functions cannot accept type %s"
|
||||
msgstr "PL/Perl関数は%s型を受け付けられません"
|
||||
msgstr "PL/Perl 関数は %s 型を受け付けられません"
|
||||
|
||||
#: plperl.c:1947
|
||||
#: plperl.c:2125
|
||||
#, c-format
|
||||
msgid "didn't get a CODE reference from compiling function \"%s\""
|
||||
msgstr "関数 \"%s\" のコンパイルからはコード参照を取得しませんでした"
|
||||
|
||||
#: plperl.c:2151
|
||||
#: plperl.c:2218
|
||||
#, c-format
|
||||
msgid "didn't get a return item from function"
|
||||
msgstr "関数からは戻り項目を取得しませんでした"
|
||||
|
||||
#: plperl.c:2262 plperl.c:2329
|
||||
#, c-format
|
||||
msgid "couldn't fetch $_TD"
|
||||
msgstr "$_TD を取り出せませんでした"
|
||||
|
||||
#: plperl.c:2286 plperl.c:2349
|
||||
#, c-format
|
||||
msgid "didn't get a return item from trigger function"
|
||||
msgstr "トリガー関数から項目を取得しませんでした"
|
||||
|
||||
#: plperl.c:2406
|
||||
#, c-format
|
||||
msgid "set-valued function called in context that cannot accept a set"
|
||||
msgstr "このコンテキストで集合値の関数は集合を受け付けられません"
|
||||
msgstr "集合を受け付けられないコンテキストで集合値関数が呼ばれました"
|
||||
|
||||
#: plperl.c:2195
|
||||
#: plperl.c:2451
|
||||
#, c-format
|
||||
msgid "set-returning PL/Perl function must return reference to array or use return_next"
|
||||
msgstr "集合を返すPL/Perl関数は配列への参照を返す、または、return_nextを使用する必要があります"
|
||||
msgid ""
|
||||
"set-returning PL/Perl function must return reference to array or use "
|
||||
"return_next"
|
||||
msgstr ""
|
||||
"集合を返す PL/Perl 関数は、配列への参照を返すかまたは return_next を使う必要"
|
||||
"があります"
|
||||
|
||||
#: plperl.c:2315
|
||||
#: plperl.c:2572
|
||||
#, c-format
|
||||
msgid "ignoring modified row in DELETE trigger"
|
||||
msgstr "DELETEトリガにて変更された行を無視します"
|
||||
msgstr "DELETE トリガーで変更された行を無視しています"
|
||||
|
||||
#: plperl.c:2323
|
||||
#: plperl.c:2580
|
||||
#, c-format
|
||||
msgid "result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
|
||||
msgstr "PL/Perlトリガ関数の結果は\"SKIP\"または\"MODIFY\"でなければなりません"
|
||||
msgid ""
|
||||
"result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
|
||||
msgstr ""
|
||||
"PL/Perl のトリガー関数の結果は undef、\"SKIP\"、\"MODIFY\" のいずれかでなけ"
|
||||
"ればなりません"
|
||||
|
||||
#: plperl.c:2449 plperl.c:2455
|
||||
#, c-format
|
||||
msgid "out of memory"
|
||||
msgstr "メモリ不足です"
|
||||
|
||||
#: plperl.c:2509
|
||||
#: plperl.c:2828
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "トリガー関数はトリガーとしてのみコールできます"
|
||||
|
||||
#: plperl.c:2885
|
||||
#: plperl.c:3170
|
||||
#, c-format
|
||||
msgid "query result has too many rows to fit in a Perl array"
|
||||
msgstr "問い合わせの結果に含まれる行数が Perl の配列に対して多すぎます"
|
||||
|
||||
#: plperl.c:3240
|
||||
#, c-format
|
||||
msgid "cannot use return_next in a non-SETOF function"
|
||||
msgstr "SETOF関数以外ではreturn_nextを使用することはできません"
|
||||
msgstr "集合を返す関数以外で return_next を使うことはできません"
|
||||
|
||||
#: plperl.c:2941
|
||||
#: plperl.c:3300
|
||||
#, c-format
|
||||
msgid "SETOF-composite-returning PL/Perl function must call return_next with reference to hash"
|
||||
msgstr "複合型のSETOFを返すPL/Perl関数はハッシュへの参照を持つreturn_nextを呼び出さなければなりません"
|
||||
msgid ""
|
||||
"SETOF-composite-returning PL/Perl function must call return_next with "
|
||||
"reference to hash"
|
||||
msgstr ""
|
||||
"複合型の集合を返す PL/Perl 関数は、ハッシュへの参照を持つ return_next を呼び"
|
||||
"出さなければなりません"
|
||||
|
||||
#: plperl.c:3652
|
||||
#: plperl.c:4009
|
||||
#, c-format
|
||||
msgid "PL/Perl function \"%s\""
|
||||
msgstr "PL/Perl 関数 \"%s\""
|
||||
|
||||
#: plperl.c:3664
|
||||
#: plperl.c:4021
|
||||
#, c-format
|
||||
msgid "compilation of PL/Perl function \"%s\""
|
||||
msgstr "PL/Perl 関数 \"%s\" のコンパイル"
|
||||
|
||||
#: plperl.c:3673
|
||||
#: plperl.c:4030
|
||||
#, c-format
|
||||
msgid "PL/Perl anonymous code block"
|
||||
msgstr "PL/Perl の無名コードブロック"
|
||||
|
||||
#~ msgid "composite-returning PL/Perl function must return reference to hash"
|
||||
#~ msgstr "複合型を返すPL/Perl関数はハッシュへの参照を返す必要があります"
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plperl (PostgreSQL) 9.6\n"
|
||||
"Project-Id-Version: plperl (PostgreSQL) 10\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2016-09-26 14:02+0900\n"
|
||||
"PO-Revision-Date: 2016-09-26 18:54+0900\n"
|
||||
"POT-Creation-Date: 2017-08-16 10:59+0900\n"
|
||||
"PO-Revision-Date: 2017-08-16 17:47+0900\n"
|
||||
"Last-Translator: Ioseph Kim <ioseph@uri.sarang.net>\n"
|
||||
"Language-Team: Korean Team <pgsql-kr@postgresql.kr>\n"
|
||||
"Language: ko\n"
|
||||
@@ -16,200 +16,200 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: plperl.c:405
|
||||
#: plperl.c:407
|
||||
msgid ""
|
||||
"If true, trusted and untrusted Perl code will be compiled in strict mode."
|
||||
msgstr "true로 지정하면, Perl 코드가 엄격한 구문 검사로 컴파일 됨"
|
||||
|
||||
#: plperl.c:419
|
||||
#: plperl.c:421
|
||||
msgid ""
|
||||
"Perl initialization code to execute when a Perl interpreter is initialized."
|
||||
msgstr "Perl 인터프리터가 초기화 될 때 실행할 Perl 초기화 코드"
|
||||
|
||||
#: plperl.c:441
|
||||
#: plperl.c:443
|
||||
msgid "Perl initialization code to execute once when plperl is first used."
|
||||
msgstr "plperl 모듈이 처음 사용될 때 실행할 Perl 초기화 코드"
|
||||
|
||||
#: plperl.c:449
|
||||
#: plperl.c:451
|
||||
msgid "Perl initialization code to execute once when plperlu is first used."
|
||||
msgstr "plperlu 모듈이 처음 사용될 때 실행할 Perl 초기화 코드"
|
||||
|
||||
#: plperl.c:646
|
||||
#: plperl.c:648
|
||||
#, c-format
|
||||
msgid "cannot allocate multiple Perl interpreters on this platform"
|
||||
msgstr "이 플랫폼에 여러 Perl 인터프리터를 사용할 수 없음"
|
||||
|
||||
#: plperl.c:666 plperl.c:841 plperl.c:847 plperl.c:961 plperl.c:973
|
||||
#: plperl.c:1016 plperl.c:1037 plperl.c:2080 plperl.c:2189 plperl.c:2256
|
||||
#: plperl.c:2318
|
||||
#: plperl.c:671 plperl.c:855 plperl.c:861 plperl.c:978 plperl.c:990
|
||||
#: plperl.c:1033 plperl.c:1056 plperl.c:2120 plperl.c:2230 plperl.c:2298
|
||||
#: plperl.c:2361
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: plperl.c:667
|
||||
#: plperl.c:672
|
||||
#, c-format
|
||||
msgid "while executing PostgreSQL::InServer::SPI::bootstrap"
|
||||
msgstr "PostgreSQL::InServer::SPI::bootstrap 실행 중"
|
||||
|
||||
#: plperl.c:842
|
||||
#: plperl.c:856
|
||||
#, c-format
|
||||
msgid "while parsing Perl initialization"
|
||||
msgstr "Perl 초기화 구문 분석 중"
|
||||
|
||||
#: plperl.c:848
|
||||
#: plperl.c:862
|
||||
#, c-format
|
||||
msgid "while running Perl initialization"
|
||||
msgstr "Perl 초기화 실행 중"
|
||||
|
||||
#: plperl.c:962
|
||||
#: plperl.c:979
|
||||
#, c-format
|
||||
msgid "while executing PLC_TRUSTED"
|
||||
msgstr "PLC_TRUSTED 실행 중"
|
||||
|
||||
#: plperl.c:974
|
||||
#: plperl.c:991
|
||||
#, c-format
|
||||
msgid "while executing utf8fix"
|
||||
msgstr "utf8fix 실행 중"
|
||||
|
||||
#: plperl.c:1017
|
||||
#: plperl.c:1034
|
||||
#, c-format
|
||||
msgid "while executing plperl.on_plperl_init"
|
||||
msgstr "plperl.on_plperl_init 실행 중"
|
||||
|
||||
#: plperl.c:1038
|
||||
#: plperl.c:1057
|
||||
#, c-format
|
||||
msgid "while executing plperl.on_plperlu_init"
|
||||
msgstr "plperl.on_plperlu_init 실행 중"
|
||||
|
||||
#: plperl.c:1082 plperl.c:1722
|
||||
#: plperl.c:1102 plperl.c:1764
|
||||
#, c-format
|
||||
msgid "Perl hash contains nonexistent column \"%s\""
|
||||
msgstr "Perl 해시에 존재하지 않는 \"%s\" 칼럼이 포함되었습니다"
|
||||
|
||||
#: plperl.c:1167
|
||||
#: plperl.c:1107 plperl.c:1769
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "\"%s\" 시스템 속성을 지정할 수 없음"
|
||||
|
||||
#: plperl.c:1195
|
||||
#, c-format
|
||||
msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
|
||||
msgstr "지정한 배열 크기(%d)가 최대치(%d)를 초과했습니다"
|
||||
|
||||
#: plperl.c:1179 plperl.c:1196
|
||||
#: plperl.c:1207 plperl.c:1224
|
||||
#, c-format
|
||||
msgid ""
|
||||
"multidimensional arrays must have array expressions with matching dimensions"
|
||||
msgstr "다차원 배열에는 일치하는 차원이 포함된 배열 식이 있어야 함"
|
||||
|
||||
#: plperl.c:1231
|
||||
#: plperl.c:1260
|
||||
#, c-format
|
||||
msgid "cannot convert Perl array to non-array type %s"
|
||||
msgstr "Perl 배열형을 비배열형 %s 자료형으로 변환할 수 없음"
|
||||
|
||||
#: plperl.c:1333
|
||||
#: plperl.c:1362
|
||||
#, c-format
|
||||
msgid "cannot convert Perl hash to non-composite type %s"
|
||||
msgstr "Perl 해시 자료형을 비복합 %s 자료형으로 변환할 수 없음"
|
||||
|
||||
#: plperl.c:1344
|
||||
#: plperl.c:1373
|
||||
#, c-format
|
||||
msgid ""
|
||||
"function returning record called in context that cannot accept type record"
|
||||
msgstr "반환 자료형이 record인데 함수가 그 자료형으로 반환하지 않음"
|
||||
|
||||
#: plperl.c:1359
|
||||
#: plperl.c:1388
|
||||
#, c-format
|
||||
msgid "PL/Perl function must return reference to hash or array"
|
||||
msgstr "PL/Perl 함수는 해시나 배열 자료형을 참조하게 반환해야 함"
|
||||
|
||||
#: plperl.c:1396
|
||||
#: plperl.c:1425
|
||||
#, c-format
|
||||
msgid "lookup failed for type %s"
|
||||
msgstr "%s 자료형 찾기 실패"
|
||||
|
||||
#: plperl.c:1699
|
||||
#: plperl.c:1740
|
||||
#, c-format
|
||||
msgid "$_TD->{new} does not exist"
|
||||
msgstr "$_TD->{new} 없음"
|
||||
|
||||
#: plperl.c:1703
|
||||
#: plperl.c:1744
|
||||
#, c-format
|
||||
msgid "$_TD->{new} is not a hash reference"
|
||||
msgstr "$_TD->{new} 자료형이 해시 참조가 아님"
|
||||
|
||||
#: plperl.c:1956 plperl.c:2790
|
||||
#: plperl.c:1995 plperl.c:2833
|
||||
#, c-format
|
||||
msgid "PL/Perl functions cannot return type %s"
|
||||
msgstr "PL/Perl 함수는 %s 자료형을 반환할 수 없음"
|
||||
|
||||
#: plperl.c:1969 plperl.c:2835
|
||||
#: plperl.c:2008 plperl.c:2875
|
||||
#, c-format
|
||||
msgid "PL/Perl functions cannot accept type %s"
|
||||
msgstr "PL/Perl 함수는 %s 자료형을 사용할 수 없음"
|
||||
|
||||
#: plperl.c:2085
|
||||
#: plperl.c:2125
|
||||
#, c-format
|
||||
msgid "didn't get a CODE reference from compiling function \"%s\""
|
||||
msgstr "\"%s\" 함수를 컴파일 하면서 코드 참조를 구할 수 없음"
|
||||
|
||||
#: plperl.c:2177
|
||||
#: plperl.c:2218
|
||||
#, c-format
|
||||
msgid "didn't get a return item from function"
|
||||
msgstr "함수에서 반환할 항목을 못 찾음"
|
||||
|
||||
#: plperl.c:2220 plperl.c:2286
|
||||
#: plperl.c:2262 plperl.c:2329
|
||||
#, c-format
|
||||
msgid "couldn't fetch $_TD"
|
||||
msgstr "$_TD 못 구함"
|
||||
|
||||
#: plperl.c:2244 plperl.c:2306
|
||||
#: plperl.c:2286 plperl.c:2349
|
||||
#, c-format
|
||||
msgid "didn't get a return item from trigger function"
|
||||
msgstr "트리거 함수에서 반환할 항목을 못 찾음"
|
||||
|
||||
#: plperl.c:2363
|
||||
#: plperl.c:2406
|
||||
#, c-format
|
||||
msgid "set-valued function called in context that cannot accept a set"
|
||||
msgstr ""
|
||||
"set-values 함수(테이블 리턴 함수)가 set 정의 없이 사용되었습니다 (테이블과 해"
|
||||
"당 열 alias 지정하세요)"
|
||||
|
||||
#: plperl.c:2407
|
||||
#: plperl.c:2451
|
||||
#, c-format
|
||||
msgid ""
|
||||
"set-returning PL/Perl function must return reference to array or use "
|
||||
"return_next"
|
||||
msgstr "집합 반환 PL/Perl 함수는 배열 또는 return_next 를 사용해서 반환해야 함"
|
||||
|
||||
#: plperl.c:2521
|
||||
#: plperl.c:2572
|
||||
#, c-format
|
||||
msgid "ignoring modified row in DELETE trigger"
|
||||
msgstr "DELETE 트리거에서는 변경된 로우는 무시 함"
|
||||
|
||||
#: plperl.c:2529
|
||||
#: plperl.c:2580
|
||||
#, c-format
|
||||
msgid ""
|
||||
"result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
|
||||
msgstr ""
|
||||
"PL/Perl 트리거 함수의 결과는 undef, \"SKIP\", \"MODIFY\" 중 하나여야 함"
|
||||
|
||||
#: plperl.c:2708 plperl.c:2718
|
||||
#, c-format
|
||||
msgid "out of memory"
|
||||
msgstr "메모리 부족"
|
||||
|
||||
#: plperl.c:2782
|
||||
#: plperl.c:2828
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "트리거 함수는 트리거로만 호출될 수 있음"
|
||||
|
||||
#: plperl.c:3121
|
||||
#: plperl.c:3170
|
||||
#, c-format
|
||||
msgid "query result has too many rows to fit in a Perl array"
|
||||
msgstr "쿼리 결과가 Perl 배열에 담기에는 너무 많습니다"
|
||||
|
||||
#: plperl.c:3166
|
||||
#: plperl.c:3240
|
||||
#, c-format
|
||||
msgid "cannot use return_next in a non-SETOF function"
|
||||
msgstr "SETOF 함수가 아닌 경우에는 return_next 구문을 쓸 수 없음"
|
||||
|
||||
#: plperl.c:3220
|
||||
#: plperl.c:3300
|
||||
#, c-format
|
||||
msgid ""
|
||||
"SETOF-composite-returning PL/Perl function must call return_next with "
|
||||
@@ -218,17 +218,17 @@ msgstr ""
|
||||
"SETOF-composite-returning PL/Perl 함수는 return_next 에서 해시 자료형을 참조"
|
||||
"해야 함"
|
||||
|
||||
#: plperl.c:3948
|
||||
#: plperl.c:4009
|
||||
#, c-format
|
||||
msgid "PL/Perl function \"%s\""
|
||||
msgstr "\"%s\" PL/Perl 함수"
|
||||
|
||||
#: plperl.c:3960
|
||||
#: plperl.c:4021
|
||||
#, c-format
|
||||
msgid "compilation of PL/Perl function \"%s\""
|
||||
msgstr "\"%s\" PL/Perl 함수 컴필레이션"
|
||||
|
||||
#: plperl.c:3969
|
||||
#: plperl.c:4030
|
||||
#, c-format
|
||||
msgid "PL/Perl anonymous code block"
|
||||
msgstr "PL/Perl 익명 코드 블럭"
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
# Copyright (C) 2012-2016 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plperl (PostgreSQL current)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-03-27 12:37+0000\n"
|
||||
"POT-Creation-Date: 2017-08-17 23:07+0000\n"
|
||||
"PO-Revision-Date: 2017-03-29 13:41+0300\n"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -16,97 +16,96 @@ 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"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
|
||||
#: plperl.c:390
|
||||
#: plperl.c:407
|
||||
msgid ""
|
||||
"If true, trusted and untrusted Perl code will be compiled in strict mode."
|
||||
msgstr ""
|
||||
"Если этот параметр равен true, доверенный и недоверенный код Perl будет "
|
||||
"компилироваться в строгом режиме."
|
||||
|
||||
#: plperl.c:404
|
||||
#: plperl.c:421
|
||||
msgid ""
|
||||
"Perl initialization code to execute when a Perl interpreter is initialized."
|
||||
msgstr ""
|
||||
"Код инициализации Perl, который выполняется при инициализации интерпретатора "
|
||||
"Perl."
|
||||
|
||||
#: plperl.c:426
|
||||
#: plperl.c:443
|
||||
msgid "Perl initialization code to execute once when plperl is first used."
|
||||
msgstr ""
|
||||
"Код инициализации Perl, который выполняется один раз, при первом "
|
||||
"использовании plperl."
|
||||
|
||||
#: plperl.c:434
|
||||
#: plperl.c:451
|
||||
msgid "Perl initialization code to execute once when plperlu is first used."
|
||||
msgstr ""
|
||||
"Код инициализации Perl, который выполняется один раз, при первом "
|
||||
"использовании plperlu."
|
||||
|
||||
#: plperl.c:631
|
||||
#: plperl.c:648
|
||||
#, c-format
|
||||
msgid "cannot allocate multiple Perl interpreters on this platform"
|
||||
msgstr "на этой платформе нельзя запустить множество интерпретаторов Perl"
|
||||
|
||||
#: plperl.c:651 plperl.c:826 plperl.c:832 plperl.c:946 plperl.c:958
|
||||
#: plperl.c:1001 plperl.c:1022 plperl.c:2074 plperl.c:2183 plperl.c:2250
|
||||
#: plperl.c:2312
|
||||
#: plperl.c:671 plperl.c:855 plperl.c:861 plperl.c:978 plperl.c:990
|
||||
#: plperl.c:1033 plperl.c:1056 plperl.c:2120 plperl.c:2230 plperl.c:2298
|
||||
#: plperl.c:2361
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: plperl.c:652
|
||||
#: plperl.c:672
|
||||
#, c-format
|
||||
msgid "while executing PostgreSQL::InServer::SPI::bootstrap"
|
||||
msgstr "при выполнении PostgreSQL::InServer::SPI::bootstrap"
|
||||
|
||||
#: plperl.c:827
|
||||
#: plperl.c:856
|
||||
#, c-format
|
||||
msgid "while parsing Perl initialization"
|
||||
msgstr "при разборе параметров инициализации Perl"
|
||||
|
||||
#: plperl.c:833
|
||||
#: plperl.c:862
|
||||
#, c-format
|
||||
msgid "while running Perl initialization"
|
||||
msgstr "при выполнении инициализации Perl"
|
||||
|
||||
#: plperl.c:947
|
||||
#: plperl.c:979
|
||||
#, c-format
|
||||
msgid "while executing PLC_TRUSTED"
|
||||
msgstr "при выполнении PLC_TRUSTED"
|
||||
|
||||
#: plperl.c:959
|
||||
#: plperl.c:991
|
||||
#, c-format
|
||||
msgid "while executing utf8fix"
|
||||
msgstr "при выполнении utf8fix"
|
||||
|
||||
#: plperl.c:1002
|
||||
#: plperl.c:1034
|
||||
#, c-format
|
||||
msgid "while executing plperl.on_plperl_init"
|
||||
msgstr "при выполнении plperl.on_plperl_init"
|
||||
|
||||
#: plperl.c:1023
|
||||
#: plperl.c:1057
|
||||
#, c-format
|
||||
msgid "while executing plperl.on_plperlu_init"
|
||||
msgstr "при выполнении plperl.on_plperlu_init"
|
||||
|
||||
#: plperl.c:1067 plperl.c:1719
|
||||
#: plperl.c:1102 plperl.c:1764
|
||||
#, c-format
|
||||
msgid "Perl hash contains nonexistent column \"%s\""
|
||||
msgstr "Perl-хеш содержит несуществующий столбец \"%s\""
|
||||
|
||||
#: plperl.c:1072 plperl.c:1724
|
||||
#: plperl.c:1107 plperl.c:1769
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "установить системный атрибут \"%s\" нельзя"
|
||||
|
||||
#: plperl.c:1157
|
||||
#: plperl.c:1195
|
||||
#, c-format
|
||||
msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
|
||||
msgstr "число размерностей массива (%d) превышает предел (%d)"
|
||||
|
||||
#: plperl.c:1169 plperl.c:1186
|
||||
#: plperl.c:1207 plperl.c:1224
|
||||
#, c-format
|
||||
msgid ""
|
||||
"multidimensional arrays must have array expressions with matching dimensions"
|
||||
@@ -114,80 +113,80 @@ msgstr ""
|
||||
"для многомерных массивов должны задаваться выражения с соответствующими "
|
||||
"размерностями"
|
||||
|
||||
#: plperl.c:1221
|
||||
#: plperl.c:1260
|
||||
#, c-format
|
||||
msgid "cannot convert Perl array to non-array type %s"
|
||||
msgstr "Perl-массив нельзя преобразовать в тип не массива %s"
|
||||
|
||||
#: plperl.c:1323
|
||||
#: plperl.c:1362
|
||||
#, c-format
|
||||
msgid "cannot convert Perl hash to non-composite type %s"
|
||||
msgstr "Perl-хеш нельзя преобразовать в не составной тип %s"
|
||||
|
||||
#: plperl.c:1334
|
||||
#: plperl.c:1373
|
||||
#, c-format
|
||||
msgid ""
|
||||
"function returning record called in context that cannot accept type record"
|
||||
msgstr ""
|
||||
"функция, возвращающая запись, вызвана в контексте, не допускающем этот тип"
|
||||
|
||||
#: plperl.c:1349
|
||||
#: plperl.c:1388
|
||||
#, c-format
|
||||
msgid "PL/Perl function must return reference to hash or array"
|
||||
msgstr "функция PL/Perl должна возвращать ссылку на хеш или массив"
|
||||
|
||||
#: plperl.c:1386
|
||||
#: plperl.c:1425
|
||||
#, c-format
|
||||
msgid "lookup failed for type %s"
|
||||
msgstr "найти тип %s не удалось"
|
||||
|
||||
#: plperl.c:1695
|
||||
#: plperl.c:1740
|
||||
#, c-format
|
||||
msgid "$_TD->{new} does not exist"
|
||||
msgstr "$_TD->{new} не существует"
|
||||
|
||||
#: plperl.c:1699
|
||||
#: plperl.c:1744
|
||||
#, c-format
|
||||
msgid "$_TD->{new} is not a hash reference"
|
||||
msgstr "$_TD->{new} - не ссылка на хеш"
|
||||
|
||||
#: plperl.c:1950 plperl.c:2778
|
||||
#: plperl.c:1995 plperl.c:2833
|
||||
#, c-format
|
||||
msgid "PL/Perl functions cannot return type %s"
|
||||
msgstr "функции PL/Perl не могут возвращать тип %s"
|
||||
|
||||
#: plperl.c:1963 plperl.c:2820
|
||||
#: plperl.c:2008 plperl.c:2875
|
||||
#, c-format
|
||||
msgid "PL/Perl functions cannot accept type %s"
|
||||
msgstr "функции PL/Perl не могут принимать тип %s"
|
||||
|
||||
#: plperl.c:2079
|
||||
#: plperl.c:2125
|
||||
#, c-format
|
||||
msgid "didn't get a CODE reference from compiling function \"%s\""
|
||||
msgstr "не удалось получить ссылку на код после компиляции функции \"%s\""
|
||||
|
||||
#: plperl.c:2171
|
||||
#: plperl.c:2218
|
||||
#, c-format
|
||||
msgid "didn't get a return item from function"
|
||||
msgstr "не удалось получить возвращаемый элемент от функции"
|
||||
|
||||
#: plperl.c:2214 plperl.c:2280
|
||||
#: plperl.c:2262 plperl.c:2329
|
||||
#, c-format
|
||||
msgid "couldn't fetch $_TD"
|
||||
msgstr "не удалось получить $_TD"
|
||||
|
||||
#: plperl.c:2238 plperl.c:2300
|
||||
#: plperl.c:2286 plperl.c:2349
|
||||
#, c-format
|
||||
msgid "didn't get a return item from trigger function"
|
||||
msgstr "не удалось получить возвращаемый элемент от триггерной функции"
|
||||
|
||||
#: plperl.c:2357
|
||||
#: plperl.c:2406
|
||||
#, c-format
|
||||
msgid "set-valued function called in context that cannot accept a set"
|
||||
msgstr ""
|
||||
"функция, возвращающая множество, вызвана в контексте, где ему нет места"
|
||||
|
||||
#: plperl.c:2401
|
||||
#: plperl.c:2451
|
||||
#, c-format
|
||||
msgid ""
|
||||
"set-returning PL/Perl function must return reference to array or use "
|
||||
@@ -196,12 +195,12 @@ msgstr ""
|
||||
"функция PL/Perl, возвращающая множество, должна возвращать ссылку на массив "
|
||||
"или вызывать return_next"
|
||||
|
||||
#: plperl.c:2515
|
||||
#: plperl.c:2572
|
||||
#, c-format
|
||||
msgid "ignoring modified row in DELETE trigger"
|
||||
msgstr "в триггере DELETE изменённая строка игнорируется"
|
||||
|
||||
#: plperl.c:2523
|
||||
#: plperl.c:2580
|
||||
#, c-format
|
||||
msgid ""
|
||||
"result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
|
||||
@@ -209,24 +208,24 @@ msgstr ""
|
||||
"результатом триггерной функции PL/Perl должен быть undef, \"SKIP\" или "
|
||||
"\"MODIFY\""
|
||||
|
||||
#: plperl.c:2773
|
||||
#: plperl.c:2828
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "триггерные функции могут вызываться только в триггерах"
|
||||
|
||||
#: plperl.c:3113
|
||||
#: plperl.c:3170
|
||||
#, c-format
|
||||
msgid "query result has too many rows to fit in a Perl array"
|
||||
msgstr ""
|
||||
"результат запроса содержит слишком много строк для передачи в массиве Perl"
|
||||
|
||||
#: plperl.c:3158
|
||||
#: plperl.c:3240
|
||||
#, c-format
|
||||
msgid "cannot use return_next in a non-SETOF function"
|
||||
msgstr ""
|
||||
"return_next можно использовать только в функциях, возвращающих множества"
|
||||
|
||||
#: plperl.c:3212
|
||||
#: plperl.c:3300
|
||||
#, c-format
|
||||
msgid ""
|
||||
"SETOF-composite-returning PL/Perl function must call return_next with "
|
||||
@@ -235,17 +234,17 @@ msgstr ""
|
||||
"функция PL/Perl, возвращающая составное множество, должна вызывать "
|
||||
"return_next со ссылкой на хеш"
|
||||
|
||||
#: plperl.c:3875
|
||||
#: plperl.c:4009
|
||||
#, c-format
|
||||
msgid "PL/Perl function \"%s\""
|
||||
msgstr "функция PL/Perl \"%s\""
|
||||
|
||||
#: plperl.c:3887
|
||||
#: plperl.c:4021
|
||||
#, c-format
|
||||
msgid "compilation of PL/Perl function \"%s\""
|
||||
msgstr "компиляция функции PL/Perl \"%s\""
|
||||
|
||||
#: plperl.c:3896
|
||||
#: plperl.c:4030
|
||||
#, c-format
|
||||
msgid "PL/Perl anonymous code block"
|
||||
msgstr "анонимный блок кода PL/Perl"
|
||||
|
||||
@@ -7,198 +7,227 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 8.4\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2011-08-29 20:38+0000\n"
|
||||
"PO-Revision-Date: 2011-08-30 01:44+0200\n"
|
||||
"POT-Creation-Date: 2018-02-22 00:08+0000\n"
|
||||
"PO-Revision-Date: 2018-02-22 11:49+0300\n"
|
||||
"Last-Translator: Devrim GÜNDÜZ <devrim@gunduz.org>\n"
|
||||
"Language-Team: Turkish <devrim@gunduz.org>\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Poedit-Language: Turkish\n"
|
||||
"X-Poedit-Country: Turkey\n"
|
||||
"X-Generator: Poedit 1.8.7.1\n"
|
||||
|
||||
#: plperl.c:362
|
||||
#: plperl.c:407
|
||||
msgid "If true, trusted and untrusted Perl code will be compiled in strict mode."
|
||||
msgstr "Doğru ise, trusted ve untrusted Perl kodları strict modda derlenecektir"
|
||||
|
||||
#: plperl.c:376
|
||||
#: plperl.c:421
|
||||
msgid "Perl initialization code to execute when a Perl interpreter is initialized."
|
||||
msgstr "Perl yorumlayıcısı ilklendirildiğinde çalışacak Perl ilklendirme kodu."
|
||||
|
||||
#: plperl.c:398
|
||||
#: plperl.c:443
|
||||
msgid "Perl initialization code to execute once when plperl is first used."
|
||||
msgstr "plperl ilk kez kullanıldığında çalışacak Perl ilklendirme kodu"
|
||||
|
||||
#: plperl.c:406
|
||||
#: plperl.c:451
|
||||
msgid "Perl initialization code to execute once when plperlu is first used."
|
||||
msgstr "plperlu ilk kez kullanıldığında çalışacak Perl ilklendirme kodu"
|
||||
|
||||
#: plperl.c:623
|
||||
#: plperl.c:785
|
||||
#: plperl.c:790
|
||||
#: plperl.c:894
|
||||
#: plperl.c:905
|
||||
#: plperl.c:946
|
||||
#: plperl.c:967
|
||||
#: plperl.c:1868
|
||||
#: plperl.c:1963
|
||||
#: plperl.c:2025
|
||||
#: plperl.c:648
|
||||
#, c-format
|
||||
msgid "cannot allocate multiple Perl interpreters on this platform"
|
||||
msgstr "bu platformda birden fazla Perl interpreter ayrılamıyor"
|
||||
|
||||
#: plperl.c:671 plperl.c:855 plperl.c:861 plperl.c:978 plperl.c:990
|
||||
#: plperl.c:1033 plperl.c:1056 plperl.c:2120 plperl.c:2230 plperl.c:2298
|
||||
#: plperl.c:2361
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: plperl.c:624
|
||||
#: plperl.c:672
|
||||
#, c-format
|
||||
msgid "while executing PostgreSQL::InServer::SPI::bootstrap"
|
||||
msgstr "PostgreSQL::InServer::SPI::bootstrap çalıştırılırken"
|
||||
|
||||
#: plperl.c:786
|
||||
#: plperl.c:856
|
||||
#, c-format
|
||||
msgid "while parsing Perl initialization"
|
||||
msgstr "Perl ilklendirmesi ayrıştırılırken"
|
||||
|
||||
#: plperl.c:791
|
||||
#: plperl.c:862
|
||||
#, c-format
|
||||
msgid "while running Perl initialization"
|
||||
msgstr "Perl ilklendirmesi sırasında"
|
||||
|
||||
#: plperl.c:895
|
||||
#: plperl.c:979
|
||||
#, c-format
|
||||
msgid "while executing PLC_TRUSTED"
|
||||
msgstr " PLC_TRUSTED çalıştırılırken"
|
||||
|
||||
#: plperl.c:906
|
||||
#: plperl.c:991
|
||||
#, c-format
|
||||
msgid "while executing utf8fix"
|
||||
msgstr "utf8fix çalıştırılırken"
|
||||
|
||||
#: plperl.c:947
|
||||
#: plperl.c:1034
|
||||
#, c-format
|
||||
msgid "while executing plperl.on_plperl_init"
|
||||
msgstr "plperl.on_plperl_init çalıştırılırken"
|
||||
|
||||
#: plperl.c:968
|
||||
#: plperl.c:1057
|
||||
#, c-format
|
||||
msgid "while executing plperl.on_plperlu_init"
|
||||
msgstr "plperl.on_plperlu_init çalıştırılırken"
|
||||
|
||||
#: plperl.c:1014
|
||||
#: plperl.c:1541
|
||||
#: plperl.c:1102 plperl.c:1764
|
||||
#, c-format
|
||||
msgid "Perl hash contains nonexistent column \"%s\""
|
||||
msgstr "Perl hashi olmayan kolonu içeriyor: \"%s\""
|
||||
|
||||
#: plperl.c:1097
|
||||
#: plperl.c:1107 plperl.c:1769
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "\"%s\" sistem niteliği ayarlanamıyor"
|
||||
|
||||
#: plperl.c:1195
|
||||
#, c-format
|
||||
msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
|
||||
msgstr "dizin boyut sayısı (%d), izin verilern en yüksek değerini (%d) aşmaktadır"
|
||||
|
||||
#: plperl.c:1111
|
||||
#: plperl.c:1207 plperl.c:1224
|
||||
#, c-format
|
||||
msgid "multidimensional arrays must have array expressions with matching dimensions"
|
||||
msgstr "çok boyutlu dizinler boyut sayısı kadar dizin ifade sayısına sahip olmalıdırlar"
|
||||
|
||||
#: plperl.c:1219
|
||||
#: plperl.c:1260
|
||||
#, c-format
|
||||
msgid "PL/Perl function must return reference to hash or array"
|
||||
msgstr "PL/Perl fonksiyonu hash ya da dizine referans dönmelidir"
|
||||
msgid "cannot convert Perl array to non-array type %s"
|
||||
msgstr "Perl dizisi (array) dizi olmayan %s tipine dönüştürülemiyor"
|
||||
|
||||
#: plperl.c:1518
|
||||
#: plperl.c:1362
|
||||
#, c-format
|
||||
msgid "$_TD->{new} does not exist"
|
||||
msgstr "$_TD->{new} mevcut değil"
|
||||
msgid "cannot convert Perl hash to non-composite type %s"
|
||||
msgstr "Perl hash'i kompozit olmayan %s tipine dönüştürülemez"
|
||||
|
||||
#: plperl.c:1522
|
||||
#, c-format
|
||||
msgid "$_TD->{new} is not a hash reference"
|
||||
msgstr "$_TD->{new} hash referansı değil"
|
||||
|
||||
#: plperl.c:1745
|
||||
#: plperl.c:2476
|
||||
#, c-format
|
||||
msgid "PL/Perl functions cannot return type %s"
|
||||
msgstr "PL/Perl fonksiyonları %s veri tipini döndüremezler"
|
||||
|
||||
#: plperl.c:1758
|
||||
#: plperl.c:2523
|
||||
#, c-format
|
||||
msgid "PL/Perl functions cannot accept type %s"
|
||||
msgstr "PL/Perl fonksiyonları %s tipini kabul etmez"
|
||||
|
||||
#: plperl.c:1872
|
||||
#, c-format
|
||||
msgid "didn't get a CODE reference from compiling function \"%s\""
|
||||
msgstr "\"%s\" fonksiyonu derlenirken CODE referansı alınamadı"
|
||||
|
||||
#: plperl.c:2077
|
||||
#, c-format
|
||||
msgid "set-valued function called in context that cannot accept a set"
|
||||
msgstr "set değerini kabul etmediği ortamda set değeri alan fonksiyon çağırılmış"
|
||||
|
||||
#: plperl.c:2121
|
||||
#, c-format
|
||||
msgid "set-returning PL/Perl function must return reference to array or use return_next"
|
||||
msgstr "se dönen PL/Perl fonksiyonu return_next kullanmalı ya da bir diziye referans dönmelidir"
|
||||
|
||||
#: plperl.c:2150
|
||||
#, c-format
|
||||
msgid "composite-returning PL/Perl function must return reference to hash"
|
||||
msgstr "composite döndüren PL/Perl fonksiyonu hash'e referans dönmelidir"
|
||||
|
||||
#: plperl.c:2159
|
||||
#: plperl.c:1373
|
||||
#, c-format
|
||||
msgid "function returning record called in context that cannot accept type record"
|
||||
msgstr "tip kaydı içermeyen alanda çağırılan ve kayıt döndüren fonksiyon"
|
||||
|
||||
#: plperl.c:2273
|
||||
#: plperl.c:1388
|
||||
#, c-format
|
||||
msgid "PL/Perl function must return reference to hash or array"
|
||||
msgstr "PL/Perl fonksiyonu hash ya da dizine referans dönmelidir"
|
||||
|
||||
#: plperl.c:1425
|
||||
#, c-format
|
||||
msgid "lookup failed for type %s"
|
||||
msgstr "%s tipi için arama (lookup) başarısız oldu"
|
||||
|
||||
#: plperl.c:1740
|
||||
#, c-format
|
||||
msgid "$_TD->{new} does not exist"
|
||||
msgstr "$_TD->{new} mevcut değil"
|
||||
|
||||
#: plperl.c:1744
|
||||
#, c-format
|
||||
msgid "$_TD->{new} is not a hash reference"
|
||||
msgstr "$_TD->{new} hash referansı değil"
|
||||
|
||||
#: plperl.c:1995 plperl.c:2833
|
||||
#, c-format
|
||||
msgid "PL/Perl functions cannot return type %s"
|
||||
msgstr "PL/Perl fonksiyonları %s veri tipini döndüremezler"
|
||||
|
||||
#: plperl.c:2008 plperl.c:2875
|
||||
#, c-format
|
||||
msgid "PL/Perl functions cannot accept type %s"
|
||||
msgstr "PL/Perl fonksiyonları %s tipini kabul etmez"
|
||||
|
||||
#: plperl.c:2125
|
||||
#, c-format
|
||||
msgid "didn't get a CODE reference from compiling function \"%s\""
|
||||
msgstr "\"%s\" fonksiyonu derlenirken CODE referansı alınamadı"
|
||||
|
||||
#: plperl.c:2218
|
||||
#, c-format
|
||||
msgid "didn't get a return item from function"
|
||||
msgstr "fonksiyonden dönüş (return) değeri alınamadı"
|
||||
|
||||
#: plperl.c:2262 plperl.c:2329
|
||||
#, c-format
|
||||
msgid "couldn't fetch $_TD"
|
||||
msgstr "$_TD getirilemedi"
|
||||
|
||||
#: plperl.c:2286 plperl.c:2349
|
||||
#, c-format
|
||||
msgid "didn't get a return item from trigger function"
|
||||
msgstr "trigger fonksiyonundan dönüş (return) değeri alınamadı"
|
||||
|
||||
#: plperl.c:2406
|
||||
#, c-format
|
||||
msgid "set-valued function called in context that cannot accept a set"
|
||||
msgstr "set değerini kabul etmediği ortamda set değeri alan fonksiyon çağırılmış"
|
||||
|
||||
#: plperl.c:2451
|
||||
#, c-format
|
||||
msgid "set-returning PL/Perl function must return reference to array or use return_next"
|
||||
msgstr "se dönen PL/Perl fonksiyonu return_next kullanmalı ya da bir diziye referans dönmelidir"
|
||||
|
||||
#: plperl.c:2572
|
||||
#, c-format
|
||||
msgid "ignoring modified row in DELETE trigger"
|
||||
msgstr "DELETE triggerındaki değiştirilmiş satır gözardı ediliyor"
|
||||
|
||||
#: plperl.c:2281
|
||||
#: plperl.c:2580
|
||||
#, c-format
|
||||
msgid "result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
|
||||
msgstr "PL/Perl trigger fonksiyonun sonucu undef, \"SKIP\" ya da \"MODIFY\" olmalıdır"
|
||||
|
||||
#: plperl.c:2407
|
||||
#: plperl.c:2413
|
||||
#, c-format
|
||||
msgid "out of memory"
|
||||
msgstr "yetersiz bellek"
|
||||
|
||||
#: plperl.c:2467
|
||||
#: plperl.c:2828
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "trigger fonksiyonları sadece trigger olarak çağırılabilirler"
|
||||
|
||||
#: plperl.c:2843
|
||||
#: plperl.c:3170
|
||||
#, c-format
|
||||
msgid "query result has too many rows to fit in a Perl array"
|
||||
msgstr "sorgu sonucunda bir Perl dizisine (array) sığabilecekten çok fazla satır var"
|
||||
|
||||
#: plperl.c:3240
|
||||
#, c-format
|
||||
msgid "cannot use return_next in a non-SETOF function"
|
||||
msgstr "SETOF olmayan bir fonksiyonda return_next kullanılamaz"
|
||||
|
||||
#: plperl.c:2849
|
||||
#: plperl.c:3300
|
||||
#, c-format
|
||||
msgid "SETOF-composite-returning PL/Perl function must call return_next with reference to hash"
|
||||
msgstr "SETOF-composite döndüren PL/Perl fonksiyonları return_next'i hash'e referans olarak çağırmalıdır"
|
||||
|
||||
#: plperl.c:3615
|
||||
#: plperl.c:4009
|
||||
#, c-format
|
||||
msgid "PL/Perl function \"%s\""
|
||||
msgstr "\"%s\" PL/Perl fonksiyonu"
|
||||
|
||||
#: plperl.c:3627
|
||||
#: plperl.c:4021
|
||||
#, c-format
|
||||
msgid "compilation of PL/Perl function \"%s\""
|
||||
msgstr "\"%s\" PL/Perl fonksiyonunun derlenmesi"
|
||||
|
||||
#: plperl.c:3636
|
||||
#: plperl.c:4030
|
||||
#, c-format
|
||||
msgid "PL/Perl anonymous code block"
|
||||
msgstr "PL/Perl anonim kod bloğu"
|
||||
|
||||
#~ msgid "error from Perl function \"%s\": %s"
|
||||
#~ msgstr "Perl fonksiyonunda hata: \"%s\": %s"
|
||||
|
||||
#~ msgid "creation of Perl function \"%s\" failed: %s"
|
||||
#~ msgstr " \"%s\" Perl fonksiyonunun yaratılması başarısız oldu: %s"
|
||||
|
||||
#~ msgid "error from Perl function \"%s\": %s"
|
||||
#~ msgstr "Perl fonksiyonunda hata: \"%s\": %s"
|
||||
#~ msgid "out of memory"
|
||||
#~ msgstr "yetersiz bellek"
|
||||
|
||||
#~ msgid "composite-returning PL/Perl function must return reference to hash"
|
||||
#~ msgstr "composite döndüren PL/Perl fonksiyonu hash'e referans dönmelidir"
|
||||
|
||||
242
src/pl/plperl/po/vi.po
Normal file
242
src/pl/plperl/po/vi.po
Normal file
@@ -0,0 +1,242 @@
|
||||
# LANGUAGE message translation file for plperl
|
||||
# Copyright (C) 2018 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the plperl (PostgreSQL) package.
|
||||
# FIRST AUTHOR <kakalot49@gmail.com>, 2018.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plperl (PostgreSQL) 11\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2018-04-22 12:08+0000\n"
|
||||
"PO-Revision-Date: 2018-04-29 23:57+0900\n"
|
||||
"Language-Team: <pgvn_translators@postgresql.vn>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
"Last-Translator: Dang Minh Huong <kakalot49@gmail.com>\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"Language: vi_VN\n"
|
||||
|
||||
#: plperl.c:409
|
||||
msgid ""
|
||||
"If true, trusted and untrusted Perl code will be compiled in strict mode."
|
||||
msgstr ""
|
||||
"Nếu đúng, mã perl đáng tin cậy(PL/Perl ) và không đáng tin cậy(PL/PerlU) sẽ "
|
||||
"được biên dịch trong chế độ strict."
|
||||
|
||||
#: plperl.c:423
|
||||
msgid ""
|
||||
"Perl initialization code to execute when a Perl interpreter is initialized."
|
||||
msgstr "Mã Perl được thực thi khi trình thông dịch Perl được khởi tạo."
|
||||
|
||||
#: plperl.c:445
|
||||
msgid "Perl initialization code to execute once when plperl is first used."
|
||||
msgstr "Mã Perl được thực thi khi plperl được sử dụng lần đầu tiên."
|
||||
|
||||
#: plperl.c:453
|
||||
msgid "Perl initialization code to execute once when plperlu is first used."
|
||||
msgstr "Mã Perl được thực thi khi plperlu được sử dụng lần đầu tiên."
|
||||
|
||||
#: plperl.c:650
|
||||
#, c-format
|
||||
msgid "cannot allocate multiple Perl interpreters on this platform"
|
||||
msgstr "không thể cấp phát nhiều trình thông dịch Perl trên hệ điều hành này"
|
||||
|
||||
#: plperl.c:673 plperl.c:857 plperl.c:863 plperl.c:980 plperl.c:992
|
||||
#: plperl.c:1035 plperl.c:1058 plperl.c:2141 plperl.c:2251 plperl.c:2319
|
||||
#: plperl.c:2382
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: plperl.c:674
|
||||
#, c-format
|
||||
msgid "while executing PostgreSQL::InServer::SPI::bootstrap"
|
||||
msgstr "trong khi thực thi PostgreSQL::InServer::SPI::bootstrap"
|
||||
|
||||
#: plperl.c:858
|
||||
#, c-format
|
||||
msgid "while parsing Perl initialization"
|
||||
msgstr "trong khi phân tích cú pháp khởi tạo Perl"
|
||||
|
||||
#: plperl.c:864
|
||||
#, c-format
|
||||
msgid "while running Perl initialization"
|
||||
msgstr "trong khi chạy cú pháp khởi tạo Perl"
|
||||
|
||||
#: plperl.c:981
|
||||
#, c-format
|
||||
msgid "while executing PLC_TRUSTED"
|
||||
msgstr "trong khi chạy PLC_TRUSTED"
|
||||
|
||||
#: plperl.c:993
|
||||
#, c-format
|
||||
msgid "while executing utf8fix"
|
||||
msgstr "trong khi thực thi utf8fix"
|
||||
|
||||
#: plperl.c:1036
|
||||
#, c-format
|
||||
msgid "while executing plperl.on_plperl_init"
|
||||
msgstr "trong khi thực thi plperl.on_plperl_init"
|
||||
|
||||
#: plperl.c:1059
|
||||
#, c-format
|
||||
msgid "while executing plperl.on_plperlu_init"
|
||||
msgstr "trong khi thực thi plperl.plperlu_init"
|
||||
|
||||
#: plperl.c:1105 plperl.c:1785
|
||||
#, c-format
|
||||
msgid "Perl hash contains nonexistent column \"%s\""
|
||||
msgstr "Giá trị băm Perl chứa cột không tồn tại \"%s\""
|
||||
|
||||
#: plperl.c:1110 plperl.c:1790
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "không thể thiết lập attribute hệ thống \"%s\""
|
||||
|
||||
#: plperl.c:1198
|
||||
#, c-format
|
||||
msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
|
||||
msgstr "số lượng chiều của mảng (%d) vượt quá số lượng tối đa cho phép (%d)"
|
||||
|
||||
#: plperl.c:1210 plperl.c:1227
|
||||
#, c-format
|
||||
msgid ""
|
||||
"multidimensional arrays must have array expressions with matching dimensions"
|
||||
msgstr "mảng đa chiều phải có biểu thức mảng tương ứng với các chiều"
|
||||
|
||||
#: plperl.c:1263
|
||||
#, c-format
|
||||
msgid "cannot convert Perl array to non-array type %s"
|
||||
msgstr "không thể chuyển đổi mảng Perl thành kiểu không phải mảng %s"
|
||||
|
||||
#: plperl.c:1366
|
||||
#, c-format
|
||||
msgid "cannot convert Perl hash to non-composite type %s"
|
||||
msgstr ""
|
||||
"không thể chuyển đổi giá trị băm Perl thành kiểu không phải-composite %s"
|
||||
|
||||
#: plperl.c:1388 plperl.c:3286
|
||||
#, c-format
|
||||
msgid ""
|
||||
"function returning record called in context that cannot accept type record"
|
||||
msgstr ""
|
||||
"hàm trả về bản ghi được gọi trong ngữ cảnh không thể chấp nhận kiểu bản ghi"
|
||||
|
||||
#: plperl.c:1408
|
||||
#, c-format
|
||||
msgid "PL/Perl function must return reference to hash or array"
|
||||
msgstr "Hàm PL/Perl phải trả về tham thiếu tới giá trị băm hoặc mảng"
|
||||
|
||||
#: plperl.c:1445
|
||||
#, c-format
|
||||
msgid "lookup failed for type %s"
|
||||
msgstr "không tìm thấy kiểu dữ liệu %s"
|
||||
|
||||
#: plperl.c:1760
|
||||
#, c-format
|
||||
msgid "$_TD->{new} does not exist"
|
||||
msgstr "$_TD->{new} không tồn tại"
|
||||
|
||||
#: plperl.c:1764
|
||||
#, c-format
|
||||
msgid "$_TD->{new} is not a hash reference"
|
||||
msgstr "$_TD->{new} không phải là một tham chiếu giá trị băm"
|
||||
|
||||
#: plperl.c:2016 plperl.c:2858
|
||||
#, c-format
|
||||
msgid "PL/Perl functions cannot return type %s"
|
||||
msgstr "Hàm PL/Perl không thể trả về kiểu %s"
|
||||
|
||||
#: plperl.c:2029 plperl.c:2899
|
||||
#, c-format
|
||||
msgid "PL/Perl functions cannot accept type %s"
|
||||
msgstr "Hàm PL/Perl không thể chấp nhận kiểu %s"
|
||||
|
||||
#: plperl.c:2146
|
||||
#, c-format
|
||||
msgid "didn't get a CODE reference from compiling function \"%s\""
|
||||
msgstr "không nhận được tham chiếu CODE từ hàm biên dịch \"%s\""
|
||||
|
||||
#: plperl.c:2239
|
||||
#, c-format
|
||||
msgid "didn't get a return item from function"
|
||||
msgstr "không nhận được một mục trả về từ hàm"
|
||||
|
||||
#: plperl.c:2283 plperl.c:2350
|
||||
#, c-format
|
||||
msgid "couldn't fetch $_TD"
|
||||
msgstr "không thể fetch $_TD"
|
||||
|
||||
#: plperl.c:2307 plperl.c:2370
|
||||
#, c-format
|
||||
msgid "didn't get a return item from trigger function"
|
||||
msgstr "không nhận được một mục trả về từ hàm trigger"
|
||||
|
||||
#: plperl.c:2431
|
||||
#, c-format
|
||||
msgid "set-valued function called in context that cannot accept a set"
|
||||
msgstr ""
|
||||
"hàm thiết lập giá trị được gọi trong ngữ cảnh không thể chấp nhận một tập "
|
||||
"hợp"
|
||||
|
||||
#: plperl.c:2476
|
||||
#, c-format
|
||||
msgid ""
|
||||
"set-returning PL/Perl function must return reference to array or use "
|
||||
"return_next"
|
||||
msgstr ""
|
||||
"hàm thiết lập-trả về PL/Perl phải trả về tham chiếu tới mảng hay sử dụng "
|
||||
"return_next"
|
||||
|
||||
#: plperl.c:2597
|
||||
#, c-format
|
||||
msgid "ignoring modified row in DELETE trigger"
|
||||
msgstr "bỏ qua hàng đã sửa đổi trong trigger DELETE"
|
||||
|
||||
#: plperl.c:2605
|
||||
#, c-format
|
||||
msgid ""
|
||||
"result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
|
||||
msgstr ""
|
||||
"kết quả của hàm trigger PL/Perl phải là undef, \"SKIP\" hoặc \"MODIFY\""
|
||||
|
||||
#: plperl.c:2853
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "các hàm trigger chỉ có thể được gọi như những trigger"
|
||||
|
||||
#: plperl.c:3193
|
||||
#, c-format
|
||||
msgid "query result has too many rows to fit in a Perl array"
|
||||
msgstr "kết quả truy vấn có quá nhiều hàng có thể vừa với một mảng Perl"
|
||||
|
||||
#: plperl.c:3263
|
||||
#, c-format
|
||||
msgid "cannot use return_next in a non-SETOF function"
|
||||
msgstr "không thể sử dụng return_next trong hàm không phải-SETOF"
|
||||
|
||||
#: plperl.c:3337
|
||||
#, c-format
|
||||
msgid ""
|
||||
"SETOF-composite-returning PL/Perl function must call return_next with "
|
||||
"reference to hash"
|
||||
msgstr ""
|
||||
"Hàm PL/Perl trả về SETOF-composite phải gọi return_next với tham chiếu tới "
|
||||
"giá trị băm"
|
||||
|
||||
#: plperl.c:4115
|
||||
#, c-format
|
||||
msgid "PL/Perl function \"%s\""
|
||||
msgstr "Hàm PL/Perl \"%s\""
|
||||
|
||||
#: plperl.c:4127
|
||||
#, c-format
|
||||
msgid "compilation of PL/Perl function \"%s\""
|
||||
msgstr "biên dịch hàm PL/Perl \"%s\""
|
||||
|
||||
#: plperl.c:4136
|
||||
#, c-format
|
||||
msgid "PL/Perl anonymous code block"
|
||||
msgstr "Khối mã ẩn danh PL/Perl"
|
||||
@@ -1,6 +1,6 @@
|
||||
# src/pl/plpgsql/src/nls.mk
|
||||
CATALOG_NAME = plpgsql
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ro ru sv zh_CN zh_TW
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ro ru sv tr vi zh_CN zh_TW
|
||||
GETTEXT_FILES = pl_comp.c pl_exec.c pl_gram.c pl_funcs.c pl_handler.c pl_scanner.c
|
||||
GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) yyerror plpgsql_yyerror
|
||||
GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,28 +1,26 @@
|
||||
#
|
||||
# Translation of plpgsql to Italian
|
||||
# PostgreSQL Project
|
||||
# plpgsql.po
|
||||
# Italian message translation file for plpgsql
|
||||
#
|
||||
# Associazione Culturale ITPUG - Italian PostgreSQL Users Group
|
||||
# http://www.itpug.org/ - info@itpug.org
|
||||
# For development and bug report please use:
|
||||
# https://github.com/dvarrazzo/postgresql-it
|
||||
#
|
||||
# Traduttori:
|
||||
# * Diego Cinelli <diego.cinelli@itpug.org>
|
||||
# * Daniele Varrazzo <daniele.varrazzo@gmail.com
|
||||
# Copyright (C) 2012-2017 PostgreSQL Global Development Group
|
||||
# Copyright (C) 2010, Associazione Culturale ITPUG
|
||||
#
|
||||
# Revisori:
|
||||
# * Gabriele Bartolini <gabriele.bartolini@itpug.org>
|
||||
# Daniele Varrazzo <daniele.varrazzo@gmail.com>, 2012-2017.
|
||||
# Diego Cinelli <diego.cinelli@itpug.org>
|
||||
#
|
||||
# Copyright (c) 2010, Associazione Culturale ITPUG
|
||||
# Distributed under the same license of the PostgreSQL project
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plpgsql (PostgreSQL) 9.6\n"
|
||||
"Project-Id-Version: plpgsql (PostgreSQL) 10\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2016-04-17 00:07+0000\n"
|
||||
"PO-Revision-Date: 2016-04-17 20:58+0100\n"
|
||||
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
|
||||
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
|
||||
"Language-Team: https://github.com/dvarrazzo/postgresql-it\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -2,13 +2,12 @@
|
||||
# Copyright (C) 2012-2016 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plpgsql (PostgreSQL current)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-04-02 23:37+0000\n"
|
||||
"PO-Revision-Date: 2016-11-24 11:24+0300\n"
|
||||
"POT-Creation-Date: 2017-10-30 19:30+0300\n"
|
||||
"PO-Revision-Date: 2017-10-11 10:10+0300\n"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
|
||||
"Language: ru\n"
|
||||
@@ -79,38 +78,38 @@ msgstr "неоднозначная ссылка на столбец \"%s\""
|
||||
msgid "It could refer to either a PL/pgSQL variable or a table column."
|
||||
msgstr "Подразумевается ссылка на переменную PL/pgSQL или столбец таблицы."
|
||||
|
||||
#: pl_comp.c:1258 pl_comp.c:1286 pl_exec.c:4624 pl_exec.c:4953 pl_exec.c:5038
|
||||
#: pl_exec.c:5129
|
||||
#: pl_comp.c:1258 pl_comp.c:1286 pl_exec.c:4584 pl_exec.c:4913 pl_exec.c:4998
|
||||
#: pl_exec.c:5089
|
||||
#, c-format
|
||||
msgid "record \"%s\" has no field \"%s\""
|
||||
msgstr "в записи \"%s\" нет поля \"%s\""
|
||||
|
||||
#: pl_comp.c:1817
|
||||
#: pl_comp.c:1818
|
||||
#, c-format
|
||||
msgid "relation \"%s\" does not exist"
|
||||
msgstr "отношение \"%s\" не существует"
|
||||
|
||||
#: pl_comp.c:1926
|
||||
#: pl_comp.c:1927
|
||||
#, c-format
|
||||
msgid "variable \"%s\" has pseudo-type %s"
|
||||
msgstr "переменная \"%s\" имеет псевдотип %s"
|
||||
|
||||
#: pl_comp.c:1993
|
||||
#: pl_comp.c:1995
|
||||
#, c-format
|
||||
msgid "relation \"%s\" is not a table"
|
||||
msgstr "отношение \"%s\" не является таблицей"
|
||||
|
||||
#: pl_comp.c:2153
|
||||
#: pl_comp.c:2155
|
||||
#, c-format
|
||||
msgid "type \"%s\" is only a shell"
|
||||
msgstr "тип \"%s\" - лишь пустышка"
|
||||
|
||||
#: pl_comp.c:2247 pl_comp.c:2300
|
||||
#: pl_comp.c:2249 pl_comp.c:2302
|
||||
#, c-format
|
||||
msgid "unrecognized exception condition \"%s\""
|
||||
msgstr "нераспознанное условие исключения \"%s\""
|
||||
|
||||
#: pl_comp.c:2508
|
||||
#: pl_comp.c:2510
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not determine actual argument type for polymorphic function \"%s\""
|
||||
@@ -118,7 +117,7 @@ msgstr ""
|
||||
"не удалось определить фактический тип аргумента для полиморфной функции \"%s"
|
||||
"\""
|
||||
|
||||
#: pl_exec.c:355 pl_exec.c:644 pl_exec.c:951
|
||||
#: pl_exec.c:355 pl_exec.c:644 pl_exec.c:914
|
||||
msgid "during initialization of execution state"
|
||||
msgstr "в процессе инициализации состояния выполнения"
|
||||
|
||||
@@ -126,7 +125,7 @@ msgstr "в процессе инициализации состояния вып
|
||||
msgid "while storing call arguments into local variables"
|
||||
msgstr "при сохранении аргументов вызова в локальных переменных"
|
||||
|
||||
#: pl_exec.c:447 pl_exec.c:833
|
||||
#: pl_exec.c:447 pl_exec.c:796
|
||||
msgid "during function entry"
|
||||
msgstr "при входе в функцию"
|
||||
|
||||
@@ -139,31 +138,31 @@ msgstr "конец функции достигнут без RETURN"
|
||||
msgid "while casting return value to function's return type"
|
||||
msgstr "при приведении возвращаемого значения к типу результата функции"
|
||||
|
||||
#: pl_exec.c:492 pl_exec.c:3138
|
||||
#: pl_exec.c:492 pl_exec.c:3101
|
||||
#, c-format
|
||||
msgid "set-valued function called in context that cannot accept a set"
|
||||
msgstr ""
|
||||
"функция, возвращающая множество, вызвана в контексте, где ему нет места"
|
||||
|
||||
#: pl_exec.c:530 pl_exec.c:2985
|
||||
#: pl_exec.c:530 pl_exec.c:2948
|
||||
msgid "returned record type does not match expected record type"
|
||||
msgstr "возвращаемый тип записи не соответствует ожидаемому"
|
||||
|
||||
#: pl_exec.c:585 pl_exec.c:862 pl_exec.c:986
|
||||
#: pl_exec.c:585 pl_exec.c:825 pl_exec.c:949
|
||||
msgid "during function exit"
|
||||
msgstr "при выходе из функции"
|
||||
|
||||
#: pl_exec.c:858 pl_exec.c:982
|
||||
#: pl_exec.c:821 pl_exec.c:945
|
||||
#, c-format
|
||||
msgid "control reached end of trigger procedure without RETURN"
|
||||
msgstr "конец триггерной процедуры достигнут без RETURN"
|
||||
|
||||
#: pl_exec.c:867
|
||||
#: pl_exec.c:830
|
||||
#, c-format
|
||||
msgid "trigger procedure cannot return a set"
|
||||
msgstr "триггерная процедура не может возвращать множество"
|
||||
|
||||
#: pl_exec.c:889
|
||||
#: pl_exec.c:852
|
||||
msgid ""
|
||||
"returned row structure does not match the structure of the triggering table"
|
||||
msgstr ""
|
||||
@@ -173,7 +172,7 @@ msgstr ""
|
||||
#. translator: last %s is a phrase such as "during statement block
|
||||
#. local variable initialization"
|
||||
#.
|
||||
#: pl_exec.c:1034
|
||||
#: pl_exec.c:997
|
||||
#, c-format
|
||||
msgid "PL/pgSQL function %s line %d %s"
|
||||
msgstr "функция PL/pgSQL %s, строка %d, %s"
|
||||
@@ -181,250 +180,250 @@ msgstr "функция PL/pgSQL %s, строка %d, %s"
|
||||
#. translator: last %s is a phrase such as "while storing call
|
||||
#. arguments into local variables"
|
||||
#.
|
||||
#: pl_exec.c:1045
|
||||
#: pl_exec.c:1008
|
||||
#, c-format
|
||||
msgid "PL/pgSQL function %s %s"
|
||||
msgstr "функция PL/pgSQL %s, %s"
|
||||
|
||||
#. translator: last %s is a plpgsql statement type name
|
||||
#: pl_exec.c:1053
|
||||
#: pl_exec.c:1016
|
||||
#, c-format
|
||||
msgid "PL/pgSQL function %s line %d at %s"
|
||||
msgstr "функция PL/pgSQL %s, строка %d, оператор %s"
|
||||
|
||||
#: pl_exec.c:1059
|
||||
#: pl_exec.c:1022
|
||||
#, c-format
|
||||
msgid "PL/pgSQL function %s"
|
||||
msgstr "функция PL/pgSQL %s"
|
||||
|
||||
#: pl_exec.c:1224
|
||||
#: pl_exec.c:1187
|
||||
msgid "during statement block local variable initialization"
|
||||
msgstr "при инициализации локальной переменной в блоке операторов"
|
||||
|
||||
#: pl_exec.c:1263
|
||||
#: pl_exec.c:1226
|
||||
#, c-format
|
||||
msgid "variable \"%s\" declared NOT NULL cannot default to NULL"
|
||||
msgstr ""
|
||||
"переменная \"%s\", объявленная NOT NULL, не может иметь значение по "
|
||||
"умолчанию NULL"
|
||||
|
||||
#: pl_exec.c:1314
|
||||
#: pl_exec.c:1277
|
||||
msgid "during statement block entry"
|
||||
msgstr "при входе в блок операторов"
|
||||
|
||||
#: pl_exec.c:1346
|
||||
#: pl_exec.c:1309
|
||||
msgid "during statement block exit"
|
||||
msgstr "при выходе из блока операторов"
|
||||
|
||||
#: pl_exec.c:1388
|
||||
#: pl_exec.c:1351
|
||||
msgid "during exception cleanup"
|
||||
msgstr "при очистке после исключения"
|
||||
|
||||
#: pl_exec.c:1754
|
||||
#: pl_exec.c:1717
|
||||
#, c-format
|
||||
msgid "GET STACKED DIAGNOSTICS cannot be used outside an exception handler"
|
||||
msgstr ""
|
||||
"GET STACKED DIAGNOSTICS нельзя использовать вне блока обработчика исключения"
|
||||
|
||||
#: pl_exec.c:1959
|
||||
#: pl_exec.c:1922
|
||||
#, c-format
|
||||
msgid "case not found"
|
||||
msgstr "неправильный CASE"
|
||||
|
||||
#: pl_exec.c:1960
|
||||
#: pl_exec.c:1923
|
||||
#, c-format
|
||||
msgid "CASE statement is missing ELSE part."
|
||||
msgstr "В операторе CASE не хватает части ELSE."
|
||||
|
||||
#: pl_exec.c:2114
|
||||
#: pl_exec.c:2077
|
||||
#, c-format
|
||||
msgid "lower bound of FOR loop cannot be null"
|
||||
msgstr "нижняя граница цикла FOR не может быть равна NULL"
|
||||
|
||||
#: pl_exec.c:2130
|
||||
#: pl_exec.c:2093
|
||||
#, c-format
|
||||
msgid "upper bound of FOR loop cannot be null"
|
||||
msgstr "верхняя граница цикла FOR не может быть равна NULL"
|
||||
|
||||
#: pl_exec.c:2148
|
||||
#: pl_exec.c:2111
|
||||
#, c-format
|
||||
msgid "BY value of FOR loop cannot be null"
|
||||
msgstr "значение BY в цикле FOR не может быть равно NULL"
|
||||
|
||||
#: pl_exec.c:2154
|
||||
#: pl_exec.c:2117
|
||||
#, c-format
|
||||
msgid "BY value of FOR loop must be greater than zero"
|
||||
msgstr "значение BY в цикле FOR должно быть больше нуля"
|
||||
|
||||
#: pl_exec.c:2331 pl_exec.c:4125
|
||||
#: pl_exec.c:2294 pl_exec.c:4085
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" already in use"
|
||||
msgstr "курсор \"%s\" уже используется"
|
||||
|
||||
#: pl_exec.c:2354 pl_exec.c:4190
|
||||
#: pl_exec.c:2317 pl_exec.c:4150
|
||||
#, c-format
|
||||
msgid "arguments given for cursor without arguments"
|
||||
msgstr "курсору без аргументов были переданы аргументы"
|
||||
|
||||
#: pl_exec.c:2373 pl_exec.c:4209
|
||||
#: pl_exec.c:2336 pl_exec.c:4169
|
||||
#, c-format
|
||||
msgid "arguments required for cursor"
|
||||
msgstr "курсору требуются аргументы"
|
||||
|
||||
#: pl_exec.c:2460
|
||||
#: pl_exec.c:2423
|
||||
#, c-format
|
||||
msgid "FOREACH expression must not be null"
|
||||
msgstr "выражение FOREACH не может быть равно NULL"
|
||||
|
||||
#: pl_exec.c:2475
|
||||
#: pl_exec.c:2438
|
||||
#, c-format
|
||||
msgid "FOREACH expression must yield an array, not type %s"
|
||||
msgstr "выражение в FOREACH должно быть массивом, но не типом %s"
|
||||
|
||||
#: pl_exec.c:2492
|
||||
#: pl_exec.c:2455
|
||||
#, c-format
|
||||
msgid "slice dimension (%d) is out of the valid range 0..%d"
|
||||
msgstr "размерность среза (%d) вне допустимого диапазона 0..%d"
|
||||
|
||||
#: pl_exec.c:2519
|
||||
#: pl_exec.c:2482
|
||||
#, c-format
|
||||
msgid "FOREACH ... SLICE loop variable must be of an array type"
|
||||
msgstr "переменная цикла FOREACH ... SLICE должна быть массивом"
|
||||
|
||||
#: pl_exec.c:2523
|
||||
#: pl_exec.c:2486
|
||||
#, c-format
|
||||
msgid "FOREACH loop variable must not be of an array type"
|
||||
msgstr "переменная цикла FOREACH не должна быть массивом"
|
||||
|
||||
#: pl_exec.c:2726 pl_exec.c:2808 pl_exec.c:2978
|
||||
#: pl_exec.c:2689 pl_exec.c:2771 pl_exec.c:2941
|
||||
#, c-format
|
||||
msgid ""
|
||||
"cannot return non-composite value from function returning composite type"
|
||||
msgstr ""
|
||||
"функция, возвращающая составной тип, не может вернуть несоставное значение"
|
||||
|
||||
#: pl_exec.c:2852 pl_gram.y:3199
|
||||
#: pl_exec.c:2815 pl_gram.y:3199
|
||||
#, c-format
|
||||
msgid "cannot use RETURN NEXT in a non-SETOF function"
|
||||
msgstr ""
|
||||
"RETURN NEXT можно использовать только в функциях, возвращающих множества"
|
||||
|
||||
#: pl_exec.c:2886 pl_exec.c:3013
|
||||
#: pl_exec.c:2849 pl_exec.c:2976
|
||||
#, c-format
|
||||
msgid "wrong result type supplied in RETURN NEXT"
|
||||
msgstr "в RETURN NEXT передан неправильный тип результата"
|
||||
|
||||
#: pl_exec.c:2915 pl_exec.c:4612 pl_exec.c:4920 pl_exec.c:4946 pl_exec.c:5012
|
||||
#: pl_exec.c:5031 pl_exec.c:5099 pl_exec.c:5122
|
||||
#: pl_exec.c:2878 pl_exec.c:4572 pl_exec.c:4880 pl_exec.c:4906 pl_exec.c:4972
|
||||
#: pl_exec.c:4991 pl_exec.c:5059 pl_exec.c:5082
|
||||
#, c-format
|
||||
msgid "record \"%s\" is not assigned yet"
|
||||
msgstr "записи \"%s\" не присвоено значение"
|
||||
|
||||
#: pl_exec.c:2917 pl_exec.c:4614 pl_exec.c:4922 pl_exec.c:4948 pl_exec.c:5014
|
||||
#: pl_exec.c:5033 pl_exec.c:5101 pl_exec.c:5124
|
||||
#: pl_exec.c:2880 pl_exec.c:4574 pl_exec.c:4882 pl_exec.c:4908 pl_exec.c:4974
|
||||
#: pl_exec.c:4993 pl_exec.c:5061 pl_exec.c:5084
|
||||
#, c-format
|
||||
msgid "The tuple structure of a not-yet-assigned record is indeterminate."
|
||||
msgstr ""
|
||||
"Для записи, которой не присвоено значение, структура кортежа не определена."
|
||||
|
||||
#: pl_exec.c:2924 pl_exec.c:2943
|
||||
#: pl_exec.c:2887 pl_exec.c:2906
|
||||
#, c-format
|
||||
msgid "wrong record type supplied in RETURN NEXT"
|
||||
msgstr "в RETURN NEXT передан неправильный тип записи"
|
||||
|
||||
#: pl_exec.c:3032
|
||||
#: pl_exec.c:2995
|
||||
#, c-format
|
||||
msgid "RETURN NEXT must have a parameter"
|
||||
msgstr "у оператора RETURN NEXT должен быть параметр"
|
||||
|
||||
#: pl_exec.c:3058 pl_gram.y:3261
|
||||
#: pl_exec.c:3021 pl_gram.y:3261
|
||||
#, c-format
|
||||
msgid "cannot use RETURN QUERY in a non-SETOF function"
|
||||
msgstr ""
|
||||
"RETURN QUERY можно использовать только в функциях, возвращающих множества"
|
||||
|
||||
#: pl_exec.c:3082
|
||||
#: pl_exec.c:3045
|
||||
msgid "structure of query does not match function result type"
|
||||
msgstr "структура запроса не соответствует типу результата функции"
|
||||
|
||||
#: pl_exec.c:3166 pl_exec.c:3304
|
||||
#: pl_exec.c:3129 pl_exec.c:3267
|
||||
#, c-format
|
||||
msgid "RAISE option already specified: %s"
|
||||
msgstr "этот параметр RAISE уже указан: %s"
|
||||
|
||||
#: pl_exec.c:3200
|
||||
#: pl_exec.c:3163
|
||||
#, c-format
|
||||
msgid "RAISE without parameters cannot be used outside an exception handler"
|
||||
msgstr ""
|
||||
"RAISE без параметров нельзя использовать вне блока обработчика исключения"
|
||||
|
||||
#: pl_exec.c:3294
|
||||
#: pl_exec.c:3257
|
||||
#, c-format
|
||||
msgid "RAISE statement option cannot be null"
|
||||
msgstr "параметром оператора RAISE не может быть NULL"
|
||||
|
||||
#: pl_exec.c:3364
|
||||
#: pl_exec.c:3327
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: pl_exec.c:3419
|
||||
#: pl_exec.c:3382
|
||||
#, c-format
|
||||
msgid "assertion failed"
|
||||
msgstr "нарушение истинности"
|
||||
|
||||
#: pl_exec.c:3623 pl_exec.c:3769 pl_exec.c:3959
|
||||
#: pl_exec.c:3583 pl_exec.c:3729 pl_exec.c:3919
|
||||
#, c-format
|
||||
msgid "cannot COPY to/from client in PL/pgSQL"
|
||||
msgstr "в PL/pgSQL нельзя выполнить COPY с участием клиента"
|
||||
|
||||
#: pl_exec.c:3627 pl_exec.c:3773 pl_exec.c:3963
|
||||
#: pl_exec.c:3587 pl_exec.c:3733 pl_exec.c:3923
|
||||
#, c-format
|
||||
msgid "cannot begin/end transactions in PL/pgSQL"
|
||||
msgstr "в PL/pgSQL нельзя начинать/заканчивать транзакции"
|
||||
|
||||
#: pl_exec.c:3628 pl_exec.c:3774 pl_exec.c:3964
|
||||
#: pl_exec.c:3588 pl_exec.c:3734 pl_exec.c:3924
|
||||
#, c-format
|
||||
msgid "Use a BEGIN block with an EXCEPTION clause instead."
|
||||
msgstr "Используйте блок BEGIN с предложением EXCEPTION."
|
||||
|
||||
#: pl_exec.c:3797 pl_exec.c:3988
|
||||
#: pl_exec.c:3757 pl_exec.c:3948
|
||||
#, c-format
|
||||
msgid "INTO used with a command that cannot return data"
|
||||
msgstr "INTO с командой не может возвращать данные"
|
||||
|
||||
#: pl_exec.c:3825 pl_exec.c:4016
|
||||
#: pl_exec.c:3785 pl_exec.c:3976
|
||||
#, c-format
|
||||
msgid "query returned no rows"
|
||||
msgstr "запрос не вернул строк"
|
||||
|
||||
#: pl_exec.c:3844 pl_exec.c:4035
|
||||
#: pl_exec.c:3804 pl_exec.c:3995
|
||||
#, c-format
|
||||
msgid "query returned more than one row"
|
||||
msgstr "запрос вернул несколько строк"
|
||||
|
||||
#: pl_exec.c:3861
|
||||
#: pl_exec.c:3821
|
||||
#, c-format
|
||||
msgid "query has no destination for result data"
|
||||
msgstr "в запросе нет назначения для данных результата"
|
||||
|
||||
#: pl_exec.c:3862
|
||||
#: pl_exec.c:3822
|
||||
#, c-format
|
||||
msgid "If you want to discard the results of a SELECT, use PERFORM instead."
|
||||
msgstr "Если вам нужно отбросить результаты SELECT, используйте PERFORM."
|
||||
|
||||
#: pl_exec.c:3895 pl_exec.c:7332
|
||||
#: pl_exec.c:3855 pl_exec.c:7317
|
||||
#, c-format
|
||||
msgid "query string argument of EXECUTE is null"
|
||||
msgstr "в качестве текста запроса в EXECUTE передан NULL"
|
||||
|
||||
#: pl_exec.c:3951
|
||||
#: pl_exec.c:3911
|
||||
#, c-format
|
||||
msgid "EXECUTE of SELECT ... INTO is not implemented"
|
||||
msgstr "возможность выполнения SELECT ... INTO в EXECUTE не реализована"
|
||||
|
||||
# skip-rule: space-before-ellipsis
|
||||
#: pl_exec.c:3952
|
||||
#: pl_exec.c:3912
|
||||
#, c-format
|
||||
msgid ""
|
||||
"You might want to use EXECUTE ... INTO or EXECUTE CREATE TABLE ... AS "
|
||||
@@ -433,70 +432,70 @@ msgstr ""
|
||||
"Альтернативой может стать EXECUTE ... INTO или EXECUTE CREATE TABLE ... "
|
||||
"AS ..."
|
||||
|
||||
#: pl_exec.c:4273 pl_exec.c:4369
|
||||
#: pl_exec.c:4233 pl_exec.c:4329
|
||||
#, c-format
|
||||
msgid "cursor variable \"%s\" is null"
|
||||
msgstr "переменная курсора \"%s\" равна NULL"
|
||||
|
||||
#: pl_exec.c:4284 pl_exec.c:4380
|
||||
#: pl_exec.c:4244 pl_exec.c:4340
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" does not exist"
|
||||
msgstr "курсор \"%s\" не существует"
|
||||
|
||||
#: pl_exec.c:4297
|
||||
#: pl_exec.c:4257
|
||||
#, c-format
|
||||
msgid "relative or absolute cursor position is null"
|
||||
msgstr "относительная или абсолютная позиция курсора равна NULL"
|
||||
|
||||
#: pl_exec.c:4488
|
||||
#: pl_exec.c:4448
|
||||
#, c-format
|
||||
msgid "null value cannot be assigned to variable \"%s\" declared NOT NULL"
|
||||
msgstr "значение NULL нельзя присвоить переменной \"%s\", объявленной NOT NULL"
|
||||
|
||||
#: pl_exec.c:4557
|
||||
#: pl_exec.c:4517
|
||||
#, c-format
|
||||
msgid "cannot assign non-composite value to a row variable"
|
||||
msgstr "переменной типа кортеж можно присвоить только составное значение"
|
||||
|
||||
#: pl_exec.c:4581
|
||||
#: pl_exec.c:4541
|
||||
#, c-format
|
||||
msgid "cannot assign non-composite value to a record variable"
|
||||
msgstr "переменной типа запись можно присвоить только составное значение"
|
||||
|
||||
#: pl_exec.c:4701
|
||||
#: pl_exec.c:4661
|
||||
#, c-format
|
||||
msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
|
||||
msgstr "число размерностей массива (%d) превышает предел (%d)"
|
||||
|
||||
#: pl_exec.c:4733
|
||||
#: pl_exec.c:4693
|
||||
#, c-format
|
||||
msgid "subscripted object is not an array"
|
||||
msgstr "для объекта указан индекс, но этот объект - не массив"
|
||||
|
||||
#: pl_exec.c:4771
|
||||
#: pl_exec.c:4731
|
||||
#, c-format
|
||||
msgid "array subscript in assignment must not be null"
|
||||
msgstr "индекс элемента массива в присваивании не может быть NULL"
|
||||
|
||||
#: pl_exec.c:5238
|
||||
#: pl_exec.c:5198
|
||||
#, c-format
|
||||
msgid "query \"%s\" did not return data"
|
||||
msgstr "запрос \"%s\" не вернул данные"
|
||||
|
||||
#: pl_exec.c:5246
|
||||
#: pl_exec.c:5206
|
||||
#, c-format
|
||||
msgid "query \"%s\" returned %d column"
|
||||
msgid_plural "query \"%s\" returned %d columns"
|
||||
msgstr[0] "запрос \"%s\" вернул %d строку"
|
||||
msgstr[1] "запрос \"%s\" вернул %d строки"
|
||||
msgstr[2] "запрос \"%s\" вернул %d строк"
|
||||
msgstr[0] "запрос \"%s\" вернул %d столбец"
|
||||
msgstr[1] "запрос \"%s\" вернул %d столбца"
|
||||
msgstr[2] "запрос \"%s\" вернул %d столбцов"
|
||||
|
||||
#: pl_exec.c:5273
|
||||
#: pl_exec.c:5233
|
||||
#, c-format
|
||||
msgid "query \"%s\" returned more than one row"
|
||||
msgstr "запрос \"%s\" вернул несколько строк"
|
||||
|
||||
#: pl_exec.c:5341
|
||||
#: pl_exec.c:5301
|
||||
#, c-format
|
||||
msgid "query \"%s\" is not a SELECT"
|
||||
msgstr "запрос \"%s\" - не SELECT"
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# Swedish message translation file for plpgsql
|
||||
# Copyright (C) 2017 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# Dennis Björklund <db@zigo.dhs.org>, 2017.
|
||||
# Dennis Björklund <db@zigo.dhs.org>, 2017, 2018.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plpgsql (PostgreSQL) 10\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-08-02 18:08+0000\n"
|
||||
"PO-Revision-Date: 2017-08-05 15:50+0200\n"
|
||||
"POT-Creation-Date: 2018-04-29 20:08+0000\n"
|
||||
"PO-Revision-Date: 2018-04-29 23:48+0200\n"
|
||||
"Last-Translator: Dennis Björklund <db@zigo.dhs.org>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
"Language: sv\n"
|
||||
@@ -17,149 +17,144 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
|
||||
#: pl_comp.c:433 pl_handler.c:451
|
||||
#: pl_comp.c:434 pl_handler.c:457
|
||||
#, c-format
|
||||
msgid "PL/pgSQL functions cannot accept type %s"
|
||||
msgstr "PL/pgSQL-funktioner kan inte acceptera typ %s"
|
||||
|
||||
#: pl_comp.c:514
|
||||
#: pl_comp.c:522
|
||||
#, c-format
|
||||
msgid "could not determine actual return type for polymorphic function \"%s\""
|
||||
msgstr "kunde inte bestämma aktuell returtyp för polymorfisk funktion \"%s\""
|
||||
|
||||
#: pl_comp.c:544
|
||||
#: pl_comp.c:552
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "utlösarfunktioner kan bara anropas som utlösare"
|
||||
|
||||
#: pl_comp.c:548 pl_handler.c:436
|
||||
#: pl_comp.c:556 pl_handler.c:441
|
||||
#, c-format
|
||||
msgid "PL/pgSQL functions cannot return type %s"
|
||||
msgstr "PL/pgSQL-funktioner kan inte returnera typ %s"
|
||||
|
||||
#: pl_comp.c:589
|
||||
#: pl_comp.c:595
|
||||
#, c-format
|
||||
msgid "trigger functions cannot have declared arguments"
|
||||
msgstr "utlösarfunktioner kan inte ha deklarerade argument"
|
||||
|
||||
#: pl_comp.c:590
|
||||
#: pl_comp.c:596
|
||||
#, c-format
|
||||
msgid "The arguments of the trigger can be accessed through TG_NARGS and TG_ARGV instead."
|
||||
msgstr "Argumenten till utlösaren kan accessas via TG_NARGS och TG_ARGV istället."
|
||||
|
||||
#: pl_comp.c:692
|
||||
#: pl_comp.c:719
|
||||
#, c-format
|
||||
msgid "event trigger functions cannot have declared arguments"
|
||||
msgstr "händelseutlösarfunktioner kan inte ha deklarerade argument"
|
||||
|
||||
#: pl_comp.c:943
|
||||
#: pl_comp.c:976
|
||||
#, c-format
|
||||
msgid "compilation of PL/pgSQL function \"%s\" near line %d"
|
||||
msgstr "kompilering av PL/pgSQL-funktion \"%s\" nära rad %d"
|
||||
|
||||
#: pl_comp.c:966
|
||||
#: pl_comp.c:999
|
||||
#, c-format
|
||||
msgid "parameter name \"%s\" used more than once"
|
||||
msgstr "parameternamn \"%s\" angivet mer än en gång"
|
||||
|
||||
#: pl_comp.c:1076
|
||||
#: pl_comp.c:1109
|
||||
#, c-format
|
||||
msgid "column reference \"%s\" is ambiguous"
|
||||
msgstr "kolumnreferens \"%s\" är tvetydig"
|
||||
|
||||
#: pl_comp.c:1078
|
||||
#: pl_comp.c:1111
|
||||
#, c-format
|
||||
msgid "It could refer to either a PL/pgSQL variable or a table column."
|
||||
msgstr "Det kan referera till antingen en PL/pgSQL-variabel eller en tabellkolumn."
|
||||
|
||||
#: pl_comp.c:1258 pl_comp.c:1286 pl_exec.c:4584 pl_exec.c:4913 pl_exec.c:4998
|
||||
#: pl_exec.c:5089
|
||||
#: pl_comp.c:1294 pl_exec.c:5031 pl_exec.c:5396 pl_exec.c:5483 pl_exec.c:5574
|
||||
#: pl_exec.c:6491
|
||||
#, c-format
|
||||
msgid "record \"%s\" has no field \"%s\""
|
||||
msgstr "post \"%s\" saknar fält \"%s\""
|
||||
|
||||
#: pl_comp.c:1818
|
||||
#: pl_comp.c:1756
|
||||
#, c-format
|
||||
msgid "relation \"%s\" does not exist"
|
||||
msgstr "relationen \"%s\" existerar inte"
|
||||
|
||||
#: pl_comp.c:1927
|
||||
#: pl_comp.c:1848
|
||||
#, c-format
|
||||
msgid "variable \"%s\" has pseudo-type %s"
|
||||
msgstr "variabel \"%s\" har pseudotyp %s"
|
||||
|
||||
#: pl_comp.c:1995
|
||||
#, c-format
|
||||
msgid "relation \"%s\" is not a table"
|
||||
msgstr "relation \"%s\" är inte en tabell"
|
||||
|
||||
#: pl_comp.c:2155
|
||||
#: pl_comp.c:2026
|
||||
#, c-format
|
||||
msgid "type \"%s\" is only a shell"
|
||||
msgstr "typ \"%s\" är bara ett skal"
|
||||
|
||||
#: pl_comp.c:2249 pl_comp.c:2302
|
||||
#: pl_comp.c:2123 pl_comp.c:2176
|
||||
#, c-format
|
||||
msgid "unrecognized exception condition \"%s\""
|
||||
msgstr "okänt avbrottsvillkor \"%s\""
|
||||
|
||||
#: pl_comp.c:2510
|
||||
#: pl_comp.c:2390
|
||||
#, c-format
|
||||
msgid "could not determine actual argument type for polymorphic function \"%s\""
|
||||
msgstr "kunde inte bestämma argumenttyp för polymorfisk funktion function \"%s\""
|
||||
|
||||
#: pl_exec.c:355 pl_exec.c:644 pl_exec.c:914
|
||||
#: pl_exec.c:473 pl_exec.c:885 pl_exec.c:1098
|
||||
msgid "during initialization of execution state"
|
||||
msgstr "unde initiering av körtillstånd"
|
||||
|
||||
#: pl_exec.c:362
|
||||
#: pl_exec.c:479
|
||||
msgid "while storing call arguments into local variables"
|
||||
msgstr "under sparande av anropsargument till lokala variabler"
|
||||
|
||||
#: pl_exec.c:447 pl_exec.c:796
|
||||
#: pl_exec.c:567 pl_exec.c:933
|
||||
msgid "during function entry"
|
||||
msgstr "under funktionsingången"
|
||||
|
||||
#: pl_exec.c:472
|
||||
#: pl_exec.c:592
|
||||
#, c-format
|
||||
msgid "control reached end of function without RETURN"
|
||||
msgstr "kontrollen nådde slutet av funktionen utan RETURN"
|
||||
|
||||
#: pl_exec.c:479
|
||||
#: pl_exec.c:599
|
||||
msgid "while casting return value to function's return type"
|
||||
msgstr "under typomvandling av returvärde till funktionens returtyp"
|
||||
|
||||
#: pl_exec.c:492 pl_exec.c:3101
|
||||
#: pl_exec.c:612 pl_exec.c:3484
|
||||
#, c-format
|
||||
msgid "set-valued function called in context that cannot accept a set"
|
||||
msgstr "en funktion som returnerar en mängd anropades i kontext som inte godtar en mängd"
|
||||
|
||||
#: pl_exec.c:530 pl_exec.c:2948
|
||||
msgid "returned record type does not match expected record type"
|
||||
msgstr "returnerad posttyp matchar inte förväntad posttyp"
|
||||
|
||||
#: pl_exec.c:585 pl_exec.c:825 pl_exec.c:949
|
||||
#: pl_exec.c:738 pl_exec.c:962 pl_exec.c:1123
|
||||
msgid "during function exit"
|
||||
msgstr "under funktionsavslutning"
|
||||
|
||||
#: pl_exec.c:821 pl_exec.c:945
|
||||
#: pl_exec.c:793 pl_exec.c:832 pl_exec.c:3329
|
||||
msgid "returned record type does not match expected record type"
|
||||
msgstr "returnerad posttyp matchar inte förväntad posttyp"
|
||||
|
||||
#: pl_exec.c:958 pl_exec.c:1119
|
||||
#, c-format
|
||||
msgid "control reached end of trigger procedure without RETURN"
|
||||
msgstr "kontroll nådde slutet på utlösarprocedur utan RETURN"
|
||||
|
||||
#: pl_exec.c:830
|
||||
#: pl_exec.c:967
|
||||
#, c-format
|
||||
msgid "trigger procedure cannot return a set"
|
||||
msgstr "utlösarprocedur kan inte returnera en mängd"
|
||||
|
||||
#: pl_exec.c:852
|
||||
#: pl_exec.c:1006 pl_exec.c:1034
|
||||
msgid "returned row structure does not match the structure of the triggering table"
|
||||
msgstr "returnerad radstruktur matchar inte strukturen på utlösande tabell"
|
||||
|
||||
#. translator: last %s is a phrase such as "during statement block
|
||||
#. local variable initialization"
|
||||
#.
|
||||
#: pl_exec.c:997
|
||||
#: pl_exec.c:1171
|
||||
#, c-format
|
||||
msgid "PL/pgSQL function %s line %d %s"
|
||||
msgstr "PL/pgSQL-funktion %s rad %d %s"
|
||||
@@ -167,311 +162,319 @@ msgstr "PL/pgSQL-funktion %s rad %d %s"
|
||||
#. translator: last %s is a phrase such as "while storing call
|
||||
#. arguments into local variables"
|
||||
#.
|
||||
#: pl_exec.c:1008
|
||||
#: pl_exec.c:1182
|
||||
#, c-format
|
||||
msgid "PL/pgSQL function %s %s"
|
||||
msgstr "PL/pgSQL-funktion %s %s"
|
||||
|
||||
#. translator: last %s is a plpgsql statement type name
|
||||
#: pl_exec.c:1016
|
||||
#: pl_exec.c:1190
|
||||
#, c-format
|
||||
msgid "PL/pgSQL function %s line %d at %s"
|
||||
msgstr "PL/pgSQL-funktion %s rad %d vid %s"
|
||||
|
||||
#: pl_exec.c:1022
|
||||
#: pl_exec.c:1196
|
||||
#, c-format
|
||||
msgid "PL/pgSQL function %s"
|
||||
msgstr "PL/pgSQL-funktion %s"
|
||||
|
||||
#: pl_exec.c:1187
|
||||
#: pl_exec.c:1534
|
||||
msgid "during statement block local variable initialization"
|
||||
msgstr "under initiering av lokala variabler i satsblock"
|
||||
|
||||
#: pl_exec.c:1226
|
||||
#, c-format
|
||||
msgid "variable \"%s\" declared NOT NULL cannot default to NULL"
|
||||
msgstr "variabel \"%s\" deklarerad NOT NULL kan inte default:a till NULL"
|
||||
|
||||
#: pl_exec.c:1277
|
||||
#: pl_exec.c:1632
|
||||
msgid "during statement block entry"
|
||||
msgstr "under ingång till satsblock"
|
||||
|
||||
#: pl_exec.c:1309
|
||||
#: pl_exec.c:1664
|
||||
msgid "during statement block exit"
|
||||
msgstr "under satsblockavslutning"
|
||||
|
||||
#: pl_exec.c:1351
|
||||
#: pl_exec.c:1702
|
||||
msgid "during exception cleanup"
|
||||
msgstr "under avbrottsuppstädning"
|
||||
|
||||
#: pl_exec.c:1717
|
||||
#: pl_exec.c:2207 pl_exec.c:2221
|
||||
#, c-format
|
||||
msgid "argument %d is an output argument but is not writable"
|
||||
msgstr "argument %d är ett utdataargument men är ej skrivbar"
|
||||
|
||||
#: pl_exec.c:2263
|
||||
#, c-format
|
||||
msgid "GET STACKED DIAGNOSTICS cannot be used outside an exception handler"
|
||||
msgstr "GET STACKED DIAGNOSTICS kan inte användas utanför en avbrottshanterare"
|
||||
|
||||
#: pl_exec.c:1922
|
||||
#: pl_exec.c:2468
|
||||
#, c-format
|
||||
msgid "case not found"
|
||||
msgstr "hittade inte alternativ"
|
||||
|
||||
#: pl_exec.c:1923
|
||||
#: pl_exec.c:2469
|
||||
#, c-format
|
||||
msgid "CASE statement is missing ELSE part."
|
||||
msgstr "CASE-sats saknar ELSE-del."
|
||||
|
||||
#: pl_exec.c:2077
|
||||
#: pl_exec.c:2562
|
||||
#, c-format
|
||||
msgid "lower bound of FOR loop cannot be null"
|
||||
msgstr "lägre gräns i FOR-loop kan inte vara null"
|
||||
|
||||
#: pl_exec.c:2093
|
||||
#: pl_exec.c:2578
|
||||
#, c-format
|
||||
msgid "upper bound of FOR loop cannot be null"
|
||||
msgstr "övre gräns i FOR-loop kan inte vara null"
|
||||
|
||||
#: pl_exec.c:2111
|
||||
#: pl_exec.c:2596
|
||||
#, c-format
|
||||
msgid "BY value of FOR loop cannot be null"
|
||||
msgstr "BY-värde i FOR-loop kan inte vara null"
|
||||
|
||||
#: pl_exec.c:2117
|
||||
#: pl_exec.c:2602
|
||||
#, c-format
|
||||
msgid "BY value of FOR loop must be greater than zero"
|
||||
msgstr "BY-värde i FOR-loop måste vara större än noll"
|
||||
|
||||
#: pl_exec.c:2294 pl_exec.c:4085
|
||||
#: pl_exec.c:2736 pl_exec.c:4461
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" already in use"
|
||||
msgstr "markören \"%s\" används redan"
|
||||
|
||||
#: pl_exec.c:2317 pl_exec.c:4150
|
||||
#: pl_exec.c:2759 pl_exec.c:4526
|
||||
#, c-format
|
||||
msgid "arguments given for cursor without arguments"
|
||||
msgstr "argument angivna till markör utan argumnet"
|
||||
|
||||
#: pl_exec.c:2336 pl_exec.c:4169
|
||||
#: pl_exec.c:2778 pl_exec.c:4545
|
||||
#, c-format
|
||||
msgid "arguments required for cursor"
|
||||
msgstr "argument krävs för markör"
|
||||
|
||||
#: pl_exec.c:2423
|
||||
#: pl_exec.c:2865
|
||||
#, c-format
|
||||
msgid "FOREACH expression must not be null"
|
||||
msgstr "FOREACH-uttryck får inte vara null"
|
||||
|
||||
#: pl_exec.c:2438
|
||||
#: pl_exec.c:2880
|
||||
#, c-format
|
||||
msgid "FOREACH expression must yield an array, not type %s"
|
||||
msgstr "FOREACH-uttryck måste ge en array, inte typ %s"
|
||||
|
||||
#: pl_exec.c:2455
|
||||
#: pl_exec.c:2897
|
||||
#, c-format
|
||||
msgid "slice dimension (%d) is out of the valid range 0..%d"
|
||||
msgstr "slice-storlek (%d) är utanför giltigt intervall 0..%d"
|
||||
|
||||
#: pl_exec.c:2482
|
||||
#: pl_exec.c:2924
|
||||
#, c-format
|
||||
msgid "FOREACH ... SLICE loop variable must be of an array type"
|
||||
msgstr "FOREACH ... SLICE-loop-variabel måste ha typen array"
|
||||
|
||||
#: pl_exec.c:2486
|
||||
#: pl_exec.c:2928
|
||||
#, c-format
|
||||
msgid "FOREACH loop variable must not be of an array type"
|
||||
msgstr "FOREACH-loop-variable får inte ha typen array"
|
||||
|
||||
#: pl_exec.c:2689 pl_exec.c:2771 pl_exec.c:2941
|
||||
#: pl_exec.c:3090 pl_exec.c:3147 pl_exec.c:3322
|
||||
#, c-format
|
||||
msgid "cannot return non-composite value from function returning composite type"
|
||||
msgstr "kan inte returnera icke-composit-värde från funktion med returtyp composit"
|
||||
|
||||
#: pl_exec.c:2815 pl_gram.y:3199
|
||||
#: pl_exec.c:3186 pl_gram.y:3266
|
||||
#, c-format
|
||||
msgid "cannot use RETURN NEXT in a non-SETOF function"
|
||||
msgstr "kan inte använda RETURN NEXT i en icke-SETOF-funktion"
|
||||
|
||||
#: pl_exec.c:2849 pl_exec.c:2976
|
||||
#: pl_exec.c:3227 pl_exec.c:3359
|
||||
#, c-format
|
||||
msgid "wrong result type supplied in RETURN NEXT"
|
||||
msgstr "fel resultattyp given i RETURN NEXT"
|
||||
|
||||
#: pl_exec.c:2878 pl_exec.c:4572 pl_exec.c:4880 pl_exec.c:4906 pl_exec.c:4972
|
||||
#: pl_exec.c:4991 pl_exec.c:5059 pl_exec.c:5082
|
||||
#, c-format
|
||||
msgid "record \"%s\" is not assigned yet"
|
||||
msgstr "posten \"%s\" är inte tilldelad än"
|
||||
|
||||
#: pl_exec.c:2880 pl_exec.c:4574 pl_exec.c:4882 pl_exec.c:4908 pl_exec.c:4974
|
||||
#: pl_exec.c:4993 pl_exec.c:5061 pl_exec.c:5084
|
||||
#, c-format
|
||||
msgid "The tuple structure of a not-yet-assigned record is indeterminate."
|
||||
msgstr "Tuple-strukturen av en ej-ännu-tilldelad post är obestämd."
|
||||
|
||||
#: pl_exec.c:2887 pl_exec.c:2906
|
||||
#: pl_exec.c:3265 pl_exec.c:3286
|
||||
#, c-format
|
||||
msgid "wrong record type supplied in RETURN NEXT"
|
||||
msgstr "fel posttyp given i RETURN NEXT"
|
||||
|
||||
#: pl_exec.c:2995
|
||||
#: pl_exec.c:3378
|
||||
#, c-format
|
||||
msgid "RETURN NEXT must have a parameter"
|
||||
msgstr "RETURN NEXT måste ha en parameter"
|
||||
|
||||
#: pl_exec.c:3021 pl_gram.y:3261
|
||||
#: pl_exec.c:3404 pl_gram.y:3329
|
||||
#, c-format
|
||||
msgid "cannot use RETURN QUERY in a non-SETOF function"
|
||||
msgstr "kan inte använda RETURN QUERY i en icke-SETOF-funktion"
|
||||
|
||||
#: pl_exec.c:3045
|
||||
#: pl_exec.c:3428
|
||||
msgid "structure of query does not match function result type"
|
||||
msgstr "strukturen på frågan matchar inte funktionens resultattyp"
|
||||
|
||||
#: pl_exec.c:3129 pl_exec.c:3267
|
||||
#: pl_exec.c:3512 pl_exec.c:3650
|
||||
#, c-format
|
||||
msgid "RAISE option already specified: %s"
|
||||
msgstr "RAISE-flagga redan angiven: %s"
|
||||
|
||||
#: pl_exec.c:3163
|
||||
#: pl_exec.c:3546
|
||||
#, c-format
|
||||
msgid "RAISE without parameters cannot be used outside an exception handler"
|
||||
msgstr "RAISE utan parametrar kan inte användas utanför en avbrottshanterare"
|
||||
|
||||
#: pl_exec.c:3257
|
||||
#: pl_exec.c:3640
|
||||
#, c-format
|
||||
msgid "RAISE statement option cannot be null"
|
||||
msgstr "RAISE-satsens flagga får inte vare null"
|
||||
|
||||
#: pl_exec.c:3327
|
||||
#: pl_exec.c:3710
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: pl_exec.c:3382
|
||||
#: pl_exec.c:3765
|
||||
#, c-format
|
||||
msgid "assertion failed"
|
||||
msgstr "assert misslyckades"
|
||||
|
||||
#: pl_exec.c:3583 pl_exec.c:3729 pl_exec.c:3919
|
||||
#: pl_exec.c:3970 pl_exec.c:4117 pl_exec.c:4301
|
||||
#, c-format
|
||||
msgid "cannot COPY to/from client in PL/pgSQL"
|
||||
msgstr "kan inte COPY till/från klient i PL/pgSQL"
|
||||
|
||||
#: pl_exec.c:3587 pl_exec.c:3733 pl_exec.c:3923
|
||||
#: pl_exec.c:3974 pl_exec.c:4121 pl_exec.c:4305
|
||||
#, c-format
|
||||
msgid "cannot begin/end transactions in PL/pgSQL"
|
||||
msgstr "kan inte starta/avsluta transaktioner i PL/pgSQL"
|
||||
|
||||
#: pl_exec.c:3588 pl_exec.c:3734 pl_exec.c:3924
|
||||
#: pl_exec.c:3975 pl_exec.c:4122 pl_exec.c:4306
|
||||
#, c-format
|
||||
msgid "Use a BEGIN block with an EXCEPTION clause instead."
|
||||
msgstr "Använd ett BEGIN-block men en EXCEPTION-klausul istället."
|
||||
|
||||
#: pl_exec.c:3757 pl_exec.c:3948
|
||||
#: pl_exec.c:4144 pl_exec.c:4329
|
||||
#, c-format
|
||||
msgid "INTO used with a command that cannot return data"
|
||||
msgstr "INTO använd med ett kommando som inte returnerar data"
|
||||
|
||||
#: pl_exec.c:3785 pl_exec.c:3976
|
||||
#: pl_exec.c:4167 pl_exec.c:4352
|
||||
#, c-format
|
||||
msgid "query returned no rows"
|
||||
msgstr "frågan returnerade inga rader"
|
||||
|
||||
#: pl_exec.c:3804 pl_exec.c:3995
|
||||
#: pl_exec.c:4186 pl_exec.c:4371
|
||||
#, c-format
|
||||
msgid "query returned more than one row"
|
||||
msgstr "frågan returnerade mer än en rad"
|
||||
|
||||
#: pl_exec.c:3821
|
||||
#: pl_exec.c:4203
|
||||
#, c-format
|
||||
msgid "query has no destination for result data"
|
||||
msgstr "frågan har ingen destination för resultatdatan"
|
||||
|
||||
#: pl_exec.c:3822
|
||||
#: pl_exec.c:4204
|
||||
#, c-format
|
||||
msgid "If you want to discard the results of a SELECT, use PERFORM instead."
|
||||
msgstr "Om du vill slänga resultatet av en SELECT, använd PERFORM istället."
|
||||
|
||||
#: pl_exec.c:3855 pl_exec.c:7292
|
||||
#: pl_exec.c:4237 pl_exec.c:8212
|
||||
#, c-format
|
||||
msgid "query string argument of EXECUTE is null"
|
||||
msgstr "frågesträngargumentet till EXECUTE är null"
|
||||
|
||||
#: pl_exec.c:3911
|
||||
#: pl_exec.c:4293
|
||||
#, c-format
|
||||
msgid "EXECUTE of SELECT ... INTO is not implemented"
|
||||
msgstr "EXECUTE för SELECT ... INTO är inte implementerad"
|
||||
|
||||
#: pl_exec.c:3912
|
||||
#: pl_exec.c:4294
|
||||
#, c-format
|
||||
msgid "You might want to use EXECUTE ... INTO or EXECUTE CREATE TABLE ... AS instead."
|
||||
msgstr "Du vill nog använda EXECUTE ... INTO eller EXECUTE CREATE TABLE ... AS istället."
|
||||
|
||||
#: pl_exec.c:4233 pl_exec.c:4329
|
||||
#: pl_exec.c:4607 pl_exec.c:4695
|
||||
#, c-format
|
||||
msgid "cursor variable \"%s\" is null"
|
||||
msgstr "markörvariabel \"%s\" är null"
|
||||
|
||||
#: pl_exec.c:4244 pl_exec.c:4340
|
||||
#: pl_exec.c:4618 pl_exec.c:4706
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" does not exist"
|
||||
msgstr "markör \"%s\" existerar inte"
|
||||
|
||||
#: pl_exec.c:4257
|
||||
#: pl_exec.c:4631
|
||||
#, c-format
|
||||
msgid "relative or absolute cursor position is null"
|
||||
msgstr "relativ eller absolut markörposition är null"
|
||||
|
||||
#: pl_exec.c:4448
|
||||
#: pl_exec.c:4881 pl_exec.c:4976
|
||||
#, c-format
|
||||
msgid "null value cannot be assigned to variable \"%s\" declared NOT NULL"
|
||||
msgstr "null-value kan inte tilldelas till variabel \"%s\" som deklarerats NOT NULL"
|
||||
|
||||
#: pl_exec.c:4517
|
||||
#: pl_exec.c:4957
|
||||
#, c-format
|
||||
msgid "cannot assign non-composite value to a row variable"
|
||||
msgstr "kan inte tilldela icke-composite-värde till radvariabel"
|
||||
|
||||
#: pl_exec.c:4541
|
||||
#: pl_exec.c:4989
|
||||
#, c-format
|
||||
msgid "cannot assign non-composite value to a record variable"
|
||||
msgstr "kan inte tilldela icke-composite-värde till en post-variabel"
|
||||
|
||||
#: pl_exec.c:4661
|
||||
#: pl_exec.c:5040
|
||||
#, c-format
|
||||
msgid "cannot assign to system column \"%s\""
|
||||
msgstr "kan inte skriva till systemkolumn \"%s\""
|
||||
|
||||
#: pl_exec.c:5104
|
||||
#, c-format
|
||||
msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
|
||||
msgstr "antalet array-dimensioner (%d) överskrider det maximalt tillåtna (%d)"
|
||||
|
||||
#: pl_exec.c:4693
|
||||
#: pl_exec.c:5136
|
||||
#, c-format
|
||||
msgid "subscripted object is not an array"
|
||||
msgstr "arrayindexobjekt är inte en array"
|
||||
|
||||
#: pl_exec.c:4731
|
||||
#: pl_exec.c:5174
|
||||
#, c-format
|
||||
msgid "array subscript in assignment must not be null"
|
||||
msgstr "arrayindex i tilldelning kan inte vara null"
|
||||
|
||||
#: pl_exec.c:5198
|
||||
#: pl_exec.c:5681
|
||||
#, c-format
|
||||
msgid "query \"%s\" did not return data"
|
||||
msgstr "frågan \"%s\" returnerade ingen data"
|
||||
|
||||
#: pl_exec.c:5206
|
||||
#: pl_exec.c:5689
|
||||
#, c-format
|
||||
msgid "query \"%s\" returned %d column"
|
||||
msgid_plural "query \"%s\" returned %d columns"
|
||||
msgstr[0] "frågan \"%s\" returnerade %d kolumn"
|
||||
msgstr[1] "frågan \"%s\" returnerade %d kolumner"
|
||||
|
||||
#: pl_exec.c:5233
|
||||
#: pl_exec.c:5717
|
||||
#, c-format
|
||||
msgid "query \"%s\" returned more than one row"
|
||||
msgstr "frågan \"%s\" returnerade mer än en rad"
|
||||
|
||||
#: pl_exec.c:5301
|
||||
#: pl_exec.c:5780
|
||||
#, c-format
|
||||
msgid "query \"%s\" is not a SELECT"
|
||||
msgstr "frågan \"%s\" är inte en SELECT"
|
||||
|
||||
#: pl_exec.c:6505 pl_exec.c:6545 pl_exec.c:6585
|
||||
#, c-format
|
||||
msgid "type of parameter %d (%s) does not match that when preparing the plan (%s)"
|
||||
msgstr "typen av parameter %d (%s) matchar inte det som var vid preparerande av plan (%s)"
|
||||
|
||||
#: pl_exec.c:7356
|
||||
#, c-format
|
||||
msgid "record \"%s\" is not assigned yet"
|
||||
msgstr "posten \"%s\" är inte tilldelad än"
|
||||
|
||||
#: pl_exec.c:7357
|
||||
#, c-format
|
||||
msgid "The tuple structure of a not-yet-assigned record is indeterminate."
|
||||
msgstr "Tuple-strukturen av en ej-ännu-tilldelad post är obestämd."
|
||||
|
||||
#: pl_funcs.c:239
|
||||
msgid "statement block"
|
||||
msgstr "satsblock"
|
||||
@@ -504,285 +507,280 @@ msgstr "SQL-sats"
|
||||
msgid "FOR over EXECUTE statement"
|
||||
msgstr "FOR över EXECUTE-sats"
|
||||
|
||||
#: pl_gram.y:478
|
||||
#: pl_gram.y:485
|
||||
#, c-format
|
||||
msgid "block label must be placed before DECLARE, not after"
|
||||
msgstr "blocketikett måste anges före DECLARE, inte efter"
|
||||
|
||||
#: pl_gram.y:498
|
||||
#: pl_gram.y:505
|
||||
#, c-format
|
||||
msgid "collations are not supported by type %s"
|
||||
msgstr "sorteringar stöds inte för typ %s"
|
||||
msgstr "jämförelser stöds inte för typ %s"
|
||||
|
||||
#: pl_gram.y:513
|
||||
#: pl_gram.y:524
|
||||
#, c-format
|
||||
msgid "row or record variable cannot be CONSTANT"
|
||||
msgstr "rad- eller post-variabel får inte vara CONSTANT"
|
||||
msgid "variable \"%s\" must have a default value, since it's declared NOT NULL"
|
||||
msgstr "variabel \"%s\" måste ha ett default-värde då det inte deklarerats som NOT NULL"
|
||||
|
||||
#: pl_gram.y:523
|
||||
#, c-format
|
||||
msgid "row or record variable cannot be NOT NULL"
|
||||
msgstr "rad- eller post-variabel får inte vara NOT NULL"
|
||||
|
||||
#: pl_gram.y:534
|
||||
#, c-format
|
||||
msgid "default value for row or record variable is not supported"
|
||||
msgstr "standardvärde för rad- eller post-variabel stöds inte"
|
||||
|
||||
#: pl_gram.y:679 pl_gram.y:694 pl_gram.y:720
|
||||
#: pl_gram.y:669 pl_gram.y:684 pl_gram.y:710
|
||||
#, c-format
|
||||
msgid "variable \"%s\" does not exist"
|
||||
msgstr "variabel \"%s\" finns inte"
|
||||
|
||||
#: pl_gram.y:738 pl_gram.y:766
|
||||
#: pl_gram.y:728 pl_gram.y:756
|
||||
msgid "duplicate declaration"
|
||||
msgstr "duplicerad deklaration"
|
||||
|
||||
#: pl_gram.y:749 pl_gram.y:777
|
||||
#: pl_gram.y:739 pl_gram.y:767
|
||||
#, c-format
|
||||
msgid "variable \"%s\" shadows a previously defined variable"
|
||||
msgstr "variabeln \"%s\" döljer en tidigare definierad variabel"
|
||||
|
||||
#: pl_gram.y:956
|
||||
#: pl_gram.y:983
|
||||
#, c-format
|
||||
msgid "diagnostics item %s is not allowed in GET STACKED DIAGNOSTICS"
|
||||
msgstr "diagnostikdel %s tillåts inte i GET STACKED DIAGNOSTICS"
|
||||
|
||||
#: pl_gram.y:974
|
||||
#: pl_gram.y:1001
|
||||
#, c-format
|
||||
msgid "diagnostics item %s is not allowed in GET CURRENT DIAGNOSTICS"
|
||||
msgstr "diagnostikdel %s tillåts inte i GET CURRENT DIAGNOSTICS"
|
||||
|
||||
#: pl_gram.y:1072
|
||||
#: pl_gram.y:1099
|
||||
msgid "unrecognized GET DIAGNOSTICS item"
|
||||
msgstr "okänd GET DIAGNOSTICS-del"
|
||||
|
||||
#: pl_gram.y:1082 pl_gram.y:3448
|
||||
#: pl_gram.y:1109 pl_gram.y:3508
|
||||
#, c-format
|
||||
msgid "\"%s\" is not a scalar variable"
|
||||
msgstr "\"%s\" är inte ett skalärt värde"
|
||||
|
||||
#: pl_gram.y:1334 pl_gram.y:1528
|
||||
#: pl_gram.y:1357 pl_gram.y:1550
|
||||
#, c-format
|
||||
msgid "loop variable of loop over rows must be a record or row variable or list of scalar variables"
|
||||
msgstr "loop-variabeln för loop över rader måste vara en post- eller rad-variabel alternativt en lista av skalärvariabler"
|
||||
msgid "loop variable of loop over rows must be a record variable or list of scalar variables"
|
||||
msgstr "loop-variabeln för loop över rader måste vara en postvariabel eller en lista av skalärvariabler"
|
||||
|
||||
#: pl_gram.y:1368
|
||||
#: pl_gram.y:1391
|
||||
#, c-format
|
||||
msgid "cursor FOR loop must have only one target variable"
|
||||
msgstr "markör-FOR-loop måste ha exakt en målvariabel"
|
||||
|
||||
#: pl_gram.y:1375
|
||||
#: pl_gram.y:1398
|
||||
#, c-format
|
||||
msgid "cursor FOR loop must use a bound cursor variable"
|
||||
msgstr "markör-FOR-loop måste använda en bunden markörvariabel"
|
||||
|
||||
#: pl_gram.y:1459
|
||||
#: pl_gram.y:1485
|
||||
#, c-format
|
||||
msgid "integer FOR loop must have only one target variable"
|
||||
msgstr "heltals-FOR-loop måste ha exakt en målvariabel"
|
||||
|
||||
#: pl_gram.y:1495
|
||||
#: pl_gram.y:1521
|
||||
#, c-format
|
||||
msgid "cannot specify REVERSE in query FOR loop"
|
||||
msgstr "kan inte ange REVERSE i fråge-FOR-loop"
|
||||
|
||||
#: pl_gram.y:1642
|
||||
#: pl_gram.y:1652
|
||||
#, c-format
|
||||
msgid "loop variable of FOREACH must be a known variable or list of variables"
|
||||
msgstr "loop-variabel för FOREACH måste vara en känd variabel eller lista av variabler"
|
||||
|
||||
#: pl_gram.y:1683
|
||||
#: pl_gram.y:1693
|
||||
#, c-format
|
||||
msgid "there is no label \"%s\" attached to any block or loop enclosing this statement"
|
||||
msgstr "det finns ingen etikett \"%s\" kopplad till något block eller loop-omslutning i denna sats"
|
||||
|
||||
#: pl_gram.y:1691
|
||||
#: pl_gram.y:1701
|
||||
#, c-format
|
||||
msgid "block label \"%s\" cannot be used in CONTINUE"
|
||||
msgstr "blocketikett \"%s\" kan inte användas i CONTINUE"
|
||||
|
||||
#: pl_gram.y:1706
|
||||
#: pl_gram.y:1716
|
||||
#, c-format
|
||||
msgid "EXIT cannot be used outside a loop, unless it has a label"
|
||||
msgstr "EXIT kan inte användas utanför en loop, om den inte har en etikett"
|
||||
|
||||
#: pl_gram.y:1707
|
||||
#: pl_gram.y:1717
|
||||
#, c-format
|
||||
msgid "CONTINUE cannot be used outside a loop"
|
||||
msgstr "CONTINUE kan inte användas utanför en loop"
|
||||
|
||||
#: pl_gram.y:1731 pl_gram.y:1768 pl_gram.y:1816 pl_gram.y:2898 pl_gram.y:2983
|
||||
#: pl_gram.y:3094 pl_gram.y:3850
|
||||
#: pl_gram.y:1741 pl_gram.y:1778 pl_gram.y:1826 pl_gram.y:2958 pl_gram.y:3041
|
||||
#: pl_gram.y:3152 pl_gram.y:3907
|
||||
msgid "unexpected end of function definition"
|
||||
msgstr "oväntat slut på funktionsdefinitionen"
|
||||
|
||||
#: pl_gram.y:1836 pl_gram.y:1860 pl_gram.y:1876 pl_gram.y:1882 pl_gram.y:2000
|
||||
#: pl_gram.y:2008 pl_gram.y:2022 pl_gram.y:2117 pl_gram.y:2304 pl_gram.y:2398
|
||||
#: pl_gram.y:2550 pl_gram.y:3691 pl_gram.y:3752 pl_gram.y:3831
|
||||
#: pl_gram.y:1846 pl_gram.y:1870 pl_gram.y:1886 pl_gram.y:1892 pl_gram.y:2009
|
||||
#: pl_gram.y:2017 pl_gram.y:2031 pl_gram.y:2125 pl_gram.y:2360 pl_gram.y:2454
|
||||
#: pl_gram.y:2612 pl_gram.y:3749 pl_gram.y:3810 pl_gram.y:3888
|
||||
msgid "syntax error"
|
||||
msgstr "syntaxfel"
|
||||
|
||||
#: pl_gram.y:1864 pl_gram.y:1866 pl_gram.y:2308 pl_gram.y:2310
|
||||
#: pl_gram.y:1874 pl_gram.y:1876 pl_gram.y:2364 pl_gram.y:2366
|
||||
msgid "invalid SQLSTATE code"
|
||||
msgstr "ogiltig SQLSTATE-kod"
|
||||
|
||||
#: pl_gram.y:2064
|
||||
#: pl_gram.y:2073
|
||||
msgid "syntax error, expected \"FOR\""
|
||||
msgstr "syntaxfel, förväntade \"FOR\""
|
||||
|
||||
#: pl_gram.y:2126
|
||||
#: pl_gram.y:2134
|
||||
#, c-format
|
||||
msgid "FETCH statement cannot return multiple rows"
|
||||
msgstr "FETCH-sats kan inte returnera multipla rader"
|
||||
|
||||
#: pl_gram.y:2188
|
||||
#: pl_gram.y:2244
|
||||
#, c-format
|
||||
msgid "cursor variable must be a simple variable"
|
||||
msgstr "markörvariabel måste vara en enkel variabel"
|
||||
|
||||
#: pl_gram.y:2194
|
||||
#: pl_gram.y:2250
|
||||
#, c-format
|
||||
msgid "variable \"%s\" must be of type cursor or refcursor"
|
||||
msgstr "variabel \"%s\" måste ha typen cursor eller refcursor"
|
||||
|
||||
#: pl_gram.y:2521 pl_gram.y:2532
|
||||
#: pl_gram.y:2583 pl_gram.y:2594
|
||||
#, c-format
|
||||
msgid "\"%s\" is not a known variable"
|
||||
msgstr "\"%s\" är inte en känd variabel"
|
||||
|
||||
#: pl_gram.y:2636 pl_gram.y:2646 pl_gram.y:2802
|
||||
#: pl_gram.y:2698 pl_gram.y:2708 pl_gram.y:2863
|
||||
msgid "mismatched parentheses"
|
||||
msgstr "missmatchade parenteser"
|
||||
|
||||
#: pl_gram.y:2650
|
||||
#: pl_gram.y:2712
|
||||
#, c-format
|
||||
msgid "missing \"%s\" at end of SQL expression"
|
||||
msgstr "saknar \"%s\" vid slutet av SQL-uttryck"
|
||||
|
||||
#: pl_gram.y:2656
|
||||
#: pl_gram.y:2718
|
||||
#, c-format
|
||||
msgid "missing \"%s\" at end of SQL statement"
|
||||
msgstr "saknar \"%s\" vid slutet av SQL-sats"
|
||||
|
||||
#: pl_gram.y:2673
|
||||
#: pl_gram.y:2735
|
||||
msgid "missing expression"
|
||||
msgstr "saknar uttryck"
|
||||
|
||||
#: pl_gram.y:2675
|
||||
#: pl_gram.y:2737
|
||||
msgid "missing SQL statement"
|
||||
msgstr "saknars SQL-sats"
|
||||
|
||||
#: pl_gram.y:2804
|
||||
#: pl_gram.y:2865
|
||||
msgid "incomplete data type declaration"
|
||||
msgstr "inkomplett datatypdeklaration"
|
||||
|
||||
#: pl_gram.y:2827
|
||||
#: pl_gram.y:2888
|
||||
msgid "missing data type declaration"
|
||||
msgstr "saknar datatypdeklaration"
|
||||
|
||||
#: pl_gram.y:2906
|
||||
#: pl_gram.y:2966
|
||||
msgid "INTO specified more than once"
|
||||
msgstr "INTO angiven mer än en gång"
|
||||
|
||||
#: pl_gram.y:3075
|
||||
#: pl_gram.y:3133
|
||||
msgid "expected FROM or IN"
|
||||
msgstr "förväntade FROM eller IN"
|
||||
|
||||
#: pl_gram.y:3135
|
||||
#: pl_gram.y:3193
|
||||
#, c-format
|
||||
msgid "RETURN cannot have a parameter in function returning set"
|
||||
msgstr "RETURN kan inte ha en parameter i funktion som returnerar en mängd"
|
||||
|
||||
#: pl_gram.y:3136
|
||||
#: pl_gram.y:3194
|
||||
#, c-format
|
||||
msgid "Use RETURN NEXT or RETURN QUERY."
|
||||
msgstr "Använd RETURN NEXT eller RETURN QUERY."
|
||||
|
||||
#: pl_gram.y:3144
|
||||
#: pl_gram.y:3204
|
||||
#, c-format
|
||||
msgid "RETURN cannot have a parameter in function with OUT parameters"
|
||||
msgstr "RETURN kan inte ha en parameter i en funktion med OUT-parameterar"
|
||||
msgid "RETURN cannot have a parameter in a procedure"
|
||||
msgstr "RETURN kan inte ha en parameter i en procedur"
|
||||
|
||||
#: pl_gram.y:3153
|
||||
#: pl_gram.y:3209
|
||||
#, c-format
|
||||
msgid "RETURN cannot have a parameter in function returning void"
|
||||
msgstr "RETURN kan inte ha en parameter i funktion som returnerar void"
|
||||
|
||||
#: pl_gram.y:3213
|
||||
#: pl_gram.y:3218
|
||||
#, c-format
|
||||
msgid "RETURN cannot have a parameter in function with OUT parameters"
|
||||
msgstr "RETURN kan inte ha en parameter i en funktion med OUT-parameterar"
|
||||
|
||||
#: pl_gram.y:3280
|
||||
#, c-format
|
||||
msgid "RETURN NEXT cannot have a parameter in function with OUT parameters"
|
||||
msgstr "RETURN NEXT kan inte ha en parameter i funktion med OUT-parametrar"
|
||||
|
||||
#: pl_gram.y:3317
|
||||
#: pl_gram.y:3387
|
||||
#, c-format
|
||||
msgid "\"%s\" is declared CONSTANT"
|
||||
msgstr "\"%s\" är deklarerad CONSTANT"
|
||||
msgid "variable \"%s\" is declared CONSTANT"
|
||||
msgstr "variabel \"%s\" är deklarerad CONSTANT"
|
||||
|
||||
#: pl_gram.y:3379 pl_gram.y:3391
|
||||
#: pl_gram.y:3450
|
||||
#, c-format
|
||||
msgid "record or row variable cannot be part of multiple-item INTO list"
|
||||
msgstr "post- eller rad-variabel kan inte vara del av en multipel-INTO-lista"
|
||||
msgid "record variable cannot be part of multiple-item INTO list"
|
||||
msgstr "postvariabel kan inte vara del av en multipel-INTO-lista"
|
||||
|
||||
#: pl_gram.y:3436
|
||||
#: pl_gram.y:3496
|
||||
#, c-format
|
||||
msgid "too many INTO variables specified"
|
||||
msgstr "för många INTO-variabler angivna"
|
||||
|
||||
#: pl_gram.y:3644
|
||||
#: pl_gram.y:3702
|
||||
#, c-format
|
||||
msgid "end label \"%s\" specified for unlabelled block"
|
||||
msgstr "slutetikett \"%s\" angiven för block utan etikett"
|
||||
|
||||
#: pl_gram.y:3651
|
||||
#: pl_gram.y:3709
|
||||
#, c-format
|
||||
msgid "end label \"%s\" differs from block's label \"%s\""
|
||||
msgstr "slutetikett \"%s\" stämmer inte med blockets etikett \"%s\""
|
||||
|
||||
#: pl_gram.y:3686
|
||||
#: pl_gram.y:3744
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has no arguments"
|
||||
msgstr "markör \"%s\" har inga argument"
|
||||
|
||||
#: pl_gram.y:3700
|
||||
#: pl_gram.y:3758
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has arguments"
|
||||
msgstr "markör \"%s\" har argument"
|
||||
|
||||
#: pl_gram.y:3742
|
||||
#: pl_gram.y:3800
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has no argument named \"%s\""
|
||||
msgstr "markör \"%s\" har inga argument med namn \"%s\""
|
||||
|
||||
#: pl_gram.y:3762
|
||||
#: pl_gram.y:3820
|
||||
#, c-format
|
||||
msgid "value for parameter \"%s\" of cursor \"%s\" specified more than once"
|
||||
msgstr "värdet för parameter \"%s\" i markör \"%s\" är angivet mer än en gång"
|
||||
|
||||
#: pl_gram.y:3787
|
||||
#: pl_gram.y:3845
|
||||
#, c-format
|
||||
msgid "not enough arguments for cursor \"%s\""
|
||||
msgstr "ej tillräckligt med argument för markör \"%s\""
|
||||
|
||||
#: pl_gram.y:3794
|
||||
#: pl_gram.y:3852
|
||||
#, c-format
|
||||
msgid "too many arguments for cursor \"%s\""
|
||||
msgstr "fär många argument för markör \"%s\""
|
||||
|
||||
#: pl_gram.y:3882
|
||||
#: pl_gram.y:3939
|
||||
msgid "unrecognized RAISE statement option"
|
||||
msgstr "okänd RAISE-sats-flagga"
|
||||
|
||||
#: pl_gram.y:3886
|
||||
#: pl_gram.y:3943
|
||||
msgid "syntax error, expected \"=\""
|
||||
msgstr "syntaxfel, förväntade \"=\""
|
||||
|
||||
#: pl_gram.y:3927
|
||||
#: pl_gram.y:3984
|
||||
#, c-format
|
||||
msgid "too many parameters specified for RAISE"
|
||||
msgstr "för många parametrar angivna för RAISE"
|
||||
|
||||
#: pl_gram.y:3931
|
||||
#: pl_gram.y:3988
|
||||
#, c-format
|
||||
msgid "too few parameters specified for RAISE"
|
||||
msgstr "för få parametrar angivna för RAISE"
|
||||
@@ -808,13 +806,28 @@ msgid "List of programming constructs that should produce an error."
|
||||
msgstr "Lista av programmeringskonstruktioner som skall ge ett fel"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: pl_scanner.c:624
|
||||
#: pl_scanner.c:630
|
||||
#, c-format
|
||||
msgid "%s at end of input"
|
||||
msgstr "%s vid slutet av indatan"
|
||||
|
||||
#. translator: first %s is typically the translation of "syntax error"
|
||||
#: pl_scanner.c:640
|
||||
#: pl_scanner.c:646
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s vid eller nära \"%s\""
|
||||
|
||||
#~ msgid "default value for row or record variable is not supported"
|
||||
#~ msgstr "standardvärde för rad- eller post-variabel stöds inte"
|
||||
|
||||
#~ msgid "row or record variable cannot be NOT NULL"
|
||||
#~ msgstr "rad- eller post-variabel får inte vara NOT NULL"
|
||||
|
||||
#~ msgid "row or record variable cannot be CONSTANT"
|
||||
#~ msgstr "rad- eller post-variabel får inte vara CONSTANT"
|
||||
|
||||
#~ msgid "variable \"%s\" declared NOT NULL cannot default to NULL"
|
||||
#~ msgstr "variabel \"%s\" deklarerad NOT NULL kan inte default:a till NULL"
|
||||
|
||||
#~ msgid "relation \"%s\" is not a table"
|
||||
#~ msgstr "relation \"%s\" är inte en tabell"
|
||||
|
||||
887
src/pl/plpgsql/src/po/tr.po
Normal file
887
src/pl/plpgsql/src/po/tr.po
Normal file
@@ -0,0 +1,887 @@
|
||||
# LANGUAGE message translation file for plpgsql
|
||||
# Copyright (C) 2009 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 8.4\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2018-02-22 00:08+0000\n"
|
||||
"PO-Revision-Date: 2018-02-22 14:36+0300\n"
|
||||
"Last-Translator: Devrim GÜNDÜZ <devrim@gunduz.org>\n"
|
||||
"Language-Team: TR <devrim@commandprompt.com>\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Poedit 1.8.7.1\n"
|
||||
|
||||
#: pl_comp.c:433 pl_handler.c:451
|
||||
#, c-format
|
||||
msgid "PL/pgSQL functions cannot accept type %s"
|
||||
msgstr "PL/pgSQL fonksiyonları %s veri tipini kabul etmezler"
|
||||
|
||||
#: pl_comp.c:514
|
||||
#, c-format
|
||||
msgid "could not determine actual return type for polymorphic function \"%s\""
|
||||
msgstr "\"%s\" polimorfik fonksiyonunun asıl dönüşdeğeri belirlenemedi"
|
||||
|
||||
#: pl_comp.c:544
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "trigger fonksiyonları sadece trigger olarak çağırılabilirler"
|
||||
|
||||
#: pl_comp.c:548 pl_handler.c:436
|
||||
#, c-format
|
||||
msgid "PL/pgSQL functions cannot return type %s"
|
||||
msgstr "PL/pgSQL fonksiyonları %s tipini döndüremezler"
|
||||
|
||||
#: pl_comp.c:589
|
||||
#, c-format
|
||||
msgid "trigger functions cannot have declared arguments"
|
||||
msgstr "trigger fonksiyonları belirtilmiş (declared) argümanlara sahip olamaz"
|
||||
|
||||
#: pl_comp.c:590
|
||||
#, c-format
|
||||
msgid "The arguments of the trigger can be accessed through TG_NARGS and TG_ARGV instead."
|
||||
msgstr "Tetikleyici bağımsız değişkenlerine TG_NARGS ve TG_ARGV üzerinden erişilebilir."
|
||||
|
||||
#: pl_comp.c:692
|
||||
#, c-format
|
||||
msgid "event trigger functions cannot have declared arguments"
|
||||
msgstr "olay tetikleyici (trigger) fonksiyonları belirtilmiş (declared) argümanlara sahip olamaz"
|
||||
|
||||
#: pl_comp.c:943
|
||||
#, c-format
|
||||
msgid "compilation of PL/pgSQL function \"%s\" near line %d"
|
||||
msgstr "\"%s\" fonkiyonununun %d numaralı satırının civarlarında derlenmesi"
|
||||
|
||||
#: pl_comp.c:966
|
||||
#, c-format
|
||||
msgid "parameter name \"%s\" used more than once"
|
||||
msgstr "\"%s\" parametresi birden fazla kez kullanılmıştır"
|
||||
|
||||
#: pl_comp.c:1076
|
||||
#, c-format
|
||||
msgid "column reference \"%s\" is ambiguous"
|
||||
msgstr "\"%s\" sütun referansı iki anlamlı"
|
||||
|
||||
#: pl_comp.c:1078
|
||||
#, c-format
|
||||
msgid "It could refer to either a PL/pgSQL variable or a table column."
|
||||
msgstr "Ya bir PL/pgSQL değişkenine ya da bir tablo sütununa atıfta bulunuyor olabilir."
|
||||
|
||||
#: pl_comp.c:1258 pl_comp.c:1286 pl_exec.c:4584 pl_exec.c:4913 pl_exec.c:4998
|
||||
#: pl_exec.c:5089
|
||||
#, c-format
|
||||
msgid "record \"%s\" has no field \"%s\""
|
||||
msgstr "\"%s\" kaydı \"%s\" alanını içermiyor"
|
||||
|
||||
#: pl_comp.c:1818
|
||||
#, c-format
|
||||
msgid "relation \"%s\" does not exist"
|
||||
msgstr "\"%s\" nesnesi mevcut değil"
|
||||
|
||||
#: pl_comp.c:1927
|
||||
#, c-format
|
||||
msgid "variable \"%s\" has pseudo-type %s"
|
||||
msgstr "\"%s\" değişkeni %s pseudo tipine sahip"
|
||||
|
||||
#: pl_comp.c:1995
|
||||
#, c-format
|
||||
msgid "relation \"%s\" is not a table"
|
||||
msgstr "\"%s\" bir tablo değil"
|
||||
|
||||
#: pl_comp.c:2155
|
||||
#, c-format
|
||||
msgid "type \"%s\" is only a shell"
|
||||
msgstr "\"%s\" tipi bir shelldir"
|
||||
|
||||
#: pl_comp.c:2249 pl_comp.c:2302
|
||||
#, c-format
|
||||
msgid "unrecognized exception condition \"%s\""
|
||||
msgstr "tanımlanamayan exception durumu \"%s\""
|
||||
|
||||
#: pl_comp.c:2510
|
||||
#, c-format
|
||||
msgid "could not determine actual argument type for polymorphic function \"%s\""
|
||||
msgstr "\"%s\" polimorfik fonksiyonu için gerçek argüman tipi belirlenemedi"
|
||||
|
||||
#: pl_exec.c:355 pl_exec.c:644 pl_exec.c:914
|
||||
msgid "during initialization of execution state"
|
||||
msgstr "çalıştırma durumu ilklendirmesi sırasında"
|
||||
|
||||
#: pl_exec.c:362
|
||||
msgid "while storing call arguments into local variables"
|
||||
msgstr "çağrı argümanlarını yerel değişkenlerde saklarken"
|
||||
|
||||
#: pl_exec.c:447 pl_exec.c:796
|
||||
msgid "during function entry"
|
||||
msgstr "fonksiyon girişi sırasında"
|
||||
|
||||
#: pl_exec.c:472
|
||||
#, c-format
|
||||
msgid "control reached end of function without RETURN"
|
||||
msgstr "control fonksiyonun sonuna RETURNsüz ulaştı"
|
||||
|
||||
#: pl_exec.c:479
|
||||
msgid "while casting return value to function's return type"
|
||||
msgstr "dönüş değerini fonksiyonun dönüş tipine dönüştürürken"
|
||||
|
||||
#: pl_exec.c:492 pl_exec.c:3101
|
||||
#, c-format
|
||||
msgid "set-valued function called in context that cannot accept a set"
|
||||
msgstr "set değerini kabul etmediği ortamda set değeri alan fonksiyon çağırılmış"
|
||||
|
||||
#: pl_exec.c:530 pl_exec.c:2948
|
||||
msgid "returned record type does not match expected record type"
|
||||
msgstr "dönen kayıt tipi beklenen kayıt tipine uymuyor"
|
||||
|
||||
#: pl_exec.c:585 pl_exec.c:825 pl_exec.c:949
|
||||
msgid "during function exit"
|
||||
msgstr "fonksiyon çıkışı sırasında"
|
||||
|
||||
#: pl_exec.c:821 pl_exec.c:945
|
||||
#, c-format
|
||||
msgid "control reached end of trigger procedure without RETURN"
|
||||
msgstr "trigger yordamı RETURN olmadan bitti"
|
||||
|
||||
#: pl_exec.c:830
|
||||
#, c-format
|
||||
msgid "trigger procedure cannot return a set"
|
||||
msgstr "trigger yordamı bir küme döndüremez"
|
||||
|
||||
#: pl_exec.c:852
|
||||
msgid "returned row structure does not match the structure of the triggering table"
|
||||
msgstr "dönen satır yapısı tetikleyen tablonun yapısına uymuyor"
|
||||
|
||||
#. translator: last %s is a phrase such as "during statement block
|
||||
#. local variable initialization"
|
||||
#.
|
||||
#: pl_exec.c:997
|
||||
#, c-format
|
||||
msgid "PL/pgSQL function %s line %d %s"
|
||||
msgstr "PL/pgSQL fonksiyonu %s satır %d %s"
|
||||
|
||||
#. translator: last %s is a phrase such as "while storing call
|
||||
#. arguments into local variables"
|
||||
#.
|
||||
#: pl_exec.c:1008
|
||||
#, c-format
|
||||
msgid "PL/pgSQL function %s %s"
|
||||
msgstr "PL/pgSQL fonksiyonu %s %s"
|
||||
|
||||
#. translator: last %s is a plpgsql statement type name
|
||||
#: pl_exec.c:1016
|
||||
#, c-format
|
||||
msgid "PL/pgSQL function %s line %d at %s"
|
||||
msgstr "%s PL/pgSQL fonksiyonu, %d. satır, %s içinde"
|
||||
|
||||
#: pl_exec.c:1022
|
||||
#, c-format
|
||||
msgid "PL/pgSQL function %s"
|
||||
msgstr "PL/pgSQL fonksiyonu %s"
|
||||
|
||||
#: pl_exec.c:1187
|
||||
msgid "during statement block local variable initialization"
|
||||
msgstr "ifade (statement) bloğu yerel değişken ilklendirmesi sırasında"
|
||||
|
||||
#: pl_exec.c:1226
|
||||
#, c-format
|
||||
msgid "variable \"%s\" declared NOT NULL cannot default to NULL"
|
||||
msgstr "NOT NULL olarak belirtilen \"%s\" değişkeni öntanımlı olarak NULL olamaz"
|
||||
|
||||
#: pl_exec.c:1277
|
||||
msgid "during statement block entry"
|
||||
msgstr "ifade bloğu girişi sırasında"
|
||||
|
||||
#: pl_exec.c:1309
|
||||
msgid "during statement block exit"
|
||||
msgstr "ifade bloğu çıkışı sırasında"
|
||||
|
||||
#: pl_exec.c:1351
|
||||
msgid "during exception cleanup"
|
||||
msgstr "exception temizlemesi sırasında"
|
||||
|
||||
#: pl_exec.c:1717
|
||||
#, c-format
|
||||
msgid "GET STACKED DIAGNOSTICS cannot be used outside an exception handler"
|
||||
msgstr "GET STACKED DIAGNOSTICS özel durum işleyici (exception handler) dışında kullanılamaz"
|
||||
|
||||
#: pl_exec.c:1922
|
||||
#, c-format
|
||||
msgid "case not found"
|
||||
msgstr "case bulunamadı"
|
||||
|
||||
#: pl_exec.c:1923
|
||||
#, c-format
|
||||
msgid "CASE statement is missing ELSE part."
|
||||
msgstr "CASE ifadesindeki ELSE eksik."
|
||||
|
||||
#: pl_exec.c:2077
|
||||
#, c-format
|
||||
msgid "lower bound of FOR loop cannot be null"
|
||||
msgstr "FOR döngüsünün alt sınırı null olamaz"
|
||||
|
||||
#: pl_exec.c:2093
|
||||
#, c-format
|
||||
msgid "upper bound of FOR loop cannot be null"
|
||||
msgstr "For döngüsünün üst sınırı null olamaz"
|
||||
|
||||
#: pl_exec.c:2111
|
||||
#, c-format
|
||||
msgid "BY value of FOR loop cannot be null"
|
||||
msgstr "FOR döngüsünün BY değeri null olamaz"
|
||||
|
||||
#: pl_exec.c:2117
|
||||
#, c-format
|
||||
msgid "BY value of FOR loop must be greater than zero"
|
||||
msgstr "FOR döngüsünn BY değeri sıfırdan büyük olmalıdır"
|
||||
|
||||
#: pl_exec.c:2294 pl_exec.c:4085
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" already in use"
|
||||
msgstr "\"%s\" imleci kullanımda"
|
||||
|
||||
#: pl_exec.c:2317 pl_exec.c:4150
|
||||
#, c-format
|
||||
msgid "arguments given for cursor without arguments"
|
||||
msgstr "argümansız imleç (cursor) için verilen argümanlar"
|
||||
|
||||
#: pl_exec.c:2336 pl_exec.c:4169
|
||||
#, c-format
|
||||
msgid "arguments required for cursor"
|
||||
msgstr "imleç için gereken argümanlar"
|
||||
|
||||
#: pl_exec.c:2423
|
||||
#, c-format
|
||||
msgid "FOREACH expression must not be null"
|
||||
msgstr "FOREACH ifadesi NULL olamaz"
|
||||
|
||||
#: pl_exec.c:2438
|
||||
#, c-format
|
||||
msgid "FOREACH expression must yield an array, not type %s"
|
||||
msgstr "FOREACH ifadesi %s değil bir dizi (array) sağlamalı"
|
||||
|
||||
#: pl_exec.c:2455
|
||||
#, c-format
|
||||
msgid "slice dimension (%d) is out of the valid range 0..%d"
|
||||
msgstr "slice boyutu (%d) geçerli kapsamın dışındadır: 0..%d"
|
||||
|
||||
#: pl_exec.c:2482
|
||||
#, c-format
|
||||
msgid "FOREACH ... SLICE loop variable must be of an array type"
|
||||
msgstr "FOREACH ... SLICE döngü değişkeni bir dizi (array) tipinde olmalı"
|
||||
|
||||
#: pl_exec.c:2486
|
||||
#, c-format
|
||||
msgid "FOREACH loop variable must not be of an array type"
|
||||
msgstr "FOREACH döngü değişkeni dizgi tipinde olamaz"
|
||||
|
||||
#: pl_exec.c:2689 pl_exec.c:2771 pl_exec.c:2941
|
||||
#, c-format
|
||||
msgid "cannot return non-composite value from function returning composite type"
|
||||
msgstr "bileşik tip dönen fonksiyondan bileşik olmayan değer döndürülemez"
|
||||
|
||||
#: pl_exec.c:2815 pl_gram.y:3199
|
||||
#, c-format
|
||||
msgid "cannot use RETURN NEXT in a non-SETOF function"
|
||||
msgstr "SETOF olmayan fonksiyonda RETURN NEXT kullanılamaz"
|
||||
|
||||
#: pl_exec.c:2849 pl_exec.c:2976
|
||||
#, c-format
|
||||
msgid "wrong result type supplied in RETURN NEXT"
|
||||
msgstr "RETURN NEXT içinde yanlış dönüş tipi verildi"
|
||||
|
||||
#: pl_exec.c:2878 pl_exec.c:4572 pl_exec.c:4880 pl_exec.c:4906 pl_exec.c:4972
|
||||
#: pl_exec.c:4991 pl_exec.c:5059 pl_exec.c:5082
|
||||
#, c-format
|
||||
msgid "record \"%s\" is not assigned yet"
|
||||
msgstr "\"%s\" kaydı henüz atanmamış"
|
||||
|
||||
#: pl_exec.c:2880 pl_exec.c:4574 pl_exec.c:4882 pl_exec.c:4908 pl_exec.c:4974
|
||||
#: pl_exec.c:4993 pl_exec.c:5061 pl_exec.c:5084
|
||||
#, c-format
|
||||
msgid "The tuple structure of a not-yet-assigned record is indeterminate."
|
||||
msgstr "Henüz atanmamış kaydın satır yapısı belirsizdir."
|
||||
|
||||
#: pl_exec.c:2887 pl_exec.c:2906
|
||||
#, c-format
|
||||
msgid "wrong record type supplied in RETURN NEXT"
|
||||
msgstr "RETURN NEXT içinde yanlış kayıt tipi verildi"
|
||||
|
||||
#: pl_exec.c:2995
|
||||
#, c-format
|
||||
msgid "RETURN NEXT must have a parameter"
|
||||
msgstr "RETURN NEXT bir parameter içermeli"
|
||||
|
||||
#: pl_exec.c:3021 pl_gram.y:3261
|
||||
#, c-format
|
||||
msgid "cannot use RETURN QUERY in a non-SETOF function"
|
||||
msgstr "RETURN QUERY, SETOF olmayan bir fonksiyon içinde bulunamaz"
|
||||
|
||||
#: pl_exec.c:3045
|
||||
msgid "structure of query does not match function result type"
|
||||
msgstr "sorgunun yapısı fonksiyonun sonuç tipine uymuyor"
|
||||
|
||||
#: pl_exec.c:3129 pl_exec.c:3267
|
||||
#, c-format
|
||||
msgid "RAISE option already specified: %s"
|
||||
msgstr "RAISE seçeneği zaten belirtilmiş: %s"
|
||||
|
||||
#: pl_exec.c:3163
|
||||
#, c-format
|
||||
msgid "RAISE without parameters cannot be used outside an exception handler"
|
||||
msgstr "parametresi olmayan RAISE bir özel durum işleyici (exception handler) dışında kullanılamaz"
|
||||
|
||||
#: pl_exec.c:3257
|
||||
#, c-format
|
||||
msgid "RAISE statement option cannot be null"
|
||||
msgstr "RAISE ifadesi seçeneği null olamaz"
|
||||
|
||||
#: pl_exec.c:3327
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: pl_exec.c:3382
|
||||
#, c-format
|
||||
msgid "assertion failed"
|
||||
msgstr "ısrar hatası"
|
||||
|
||||
#: pl_exec.c:3583 pl_exec.c:3729 pl_exec.c:3919
|
||||
#, c-format
|
||||
msgid "cannot COPY to/from client in PL/pgSQL"
|
||||
msgstr "PL/pgSQL'de istemcide ya da istemciden COPY çalıştırılamaz"
|
||||
|
||||
#: pl_exec.c:3587 pl_exec.c:3733 pl_exec.c:3923
|
||||
#, c-format
|
||||
msgid "cannot begin/end transactions in PL/pgSQL"
|
||||
msgstr "PL/pgSQL'de transactionlar başlatılıp durdurulamazlar"
|
||||
|
||||
#: pl_exec.c:3588 pl_exec.c:3734 pl_exec.c:3924
|
||||
#, c-format
|
||||
msgid "Use a BEGIN block with an EXCEPTION clause instead."
|
||||
msgstr "Bunun yerine BEGIN bloğunu EXCEPTION yantümcesi ile kullanın."
|
||||
|
||||
#: pl_exec.c:3757 pl_exec.c:3948
|
||||
#, c-format
|
||||
msgid "INTO used with a command that cannot return data"
|
||||
msgstr "Veri döndüremeyen bir komutta INTO kullanıldı"
|
||||
|
||||
#: pl_exec.c:3785 pl_exec.c:3976
|
||||
#, c-format
|
||||
msgid "query returned no rows"
|
||||
msgstr "sorgu satır döndürmedi"
|
||||
|
||||
#: pl_exec.c:3804 pl_exec.c:3995
|
||||
#, c-format
|
||||
msgid "query returned more than one row"
|
||||
msgstr "sorgu birden fazla satır döndürdü"
|
||||
|
||||
#: pl_exec.c:3821
|
||||
#, c-format
|
||||
msgid "query has no destination for result data"
|
||||
msgstr "Sorgu sonuç verisi için bir hedef içermiyor"
|
||||
|
||||
#: pl_exec.c:3822
|
||||
#, c-format
|
||||
msgid "If you want to discard the results of a SELECT, use PERFORM instead."
|
||||
msgstr "SELECT'den gelen sonuçları gözardı etmek istiyorsanız SELECT yerine PERFORM kullanın."
|
||||
|
||||
#: pl_exec.c:3855 pl_exec.c:7317
|
||||
#, c-format
|
||||
msgid "query string argument of EXECUTE is null"
|
||||
msgstr "EXECUTE' un sorgu dizesi argümanı boştur (null)"
|
||||
|
||||
#: pl_exec.c:3911
|
||||
#, c-format
|
||||
msgid "EXECUTE of SELECT ... INTO is not implemented"
|
||||
msgstr "EXECUTE of SELECT ... INTO kodlanmadı"
|
||||
|
||||
#: pl_exec.c:3912
|
||||
#, c-format
|
||||
msgid "You might want to use EXECUTE ... INTO or EXECUTE CREATE TABLE ... AS instead."
|
||||
msgstr "Bunun yerine, EXECUTE ... INTO ya da EXECUTE CREATE TABLE ... AS kullanmak isteyebilirsiniz."
|
||||
|
||||
#: pl_exec.c:4233 pl_exec.c:4329
|
||||
#, c-format
|
||||
msgid "cursor variable \"%s\" is null"
|
||||
msgstr "\"%s\" imleç değişkeni null'dır"
|
||||
|
||||
#: pl_exec.c:4244 pl_exec.c:4340
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" does not exist"
|
||||
msgstr "\"%s\" imleci mevcut değil"
|
||||
|
||||
#: pl_exec.c:4257
|
||||
#, c-format
|
||||
msgid "relative or absolute cursor position is null"
|
||||
msgstr "bağıl ya da mutlak imleç pozisyonu null"
|
||||
|
||||
#: pl_exec.c:4448
|
||||
#, c-format
|
||||
msgid "null value cannot be assigned to variable \"%s\" declared NOT NULL"
|
||||
msgstr "NOT NULL olarak belirtilen \"%s\" değişkenine null değer atanamaz"
|
||||
|
||||
#: pl_exec.c:4517
|
||||
#, c-format
|
||||
msgid "cannot assign non-composite value to a row variable"
|
||||
msgstr "bir satır değişkenine bileşik olmayan bir değer atanamaz"
|
||||
|
||||
#: pl_exec.c:4541
|
||||
#, c-format
|
||||
msgid "cannot assign non-composite value to a record variable"
|
||||
msgstr "bir kayıt değişkenine bileşik olmayan bir değer atanamaz"
|
||||
|
||||
#: pl_exec.c:4661
|
||||
#, c-format
|
||||
msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
|
||||
msgstr "dizin boyut sayısı (%d), izin verilern en yüksek değerini (%d) aşmaktadır"
|
||||
|
||||
#: pl_exec.c:4693
|
||||
#, c-format
|
||||
msgid "subscripted object is not an array"
|
||||
msgstr "subscript edilen nesne bir dizi (array) değil"
|
||||
|
||||
#: pl_exec.c:4731
|
||||
#, c-format
|
||||
msgid "array subscript in assignment must not be null"
|
||||
msgstr "atamada array subscript null olamaz"
|
||||
|
||||
#: pl_exec.c:5198
|
||||
#, c-format
|
||||
msgid "query \"%s\" did not return data"
|
||||
msgstr "\"%s\" sorgusu veri döndürmedi"
|
||||
|
||||
#: pl_exec.c:5206
|
||||
#, c-format
|
||||
msgid "query \"%s\" returned %d column"
|
||||
msgid_plural "query \"%s\" returned %d columns"
|
||||
msgstr[0] "\"%s\" sorgusu %d kolon döndürdü"
|
||||
|
||||
#: pl_exec.c:5233
|
||||
#, c-format
|
||||
msgid "query \"%s\" returned more than one row"
|
||||
msgstr "\"%s\" sorgusu birden fazla satır döndürdü"
|
||||
|
||||
#: pl_exec.c:5301
|
||||
#, c-format
|
||||
msgid "query \"%s\" is not a SELECT"
|
||||
msgstr "\"%s\" sorgusu bir SELECT değil"
|
||||
|
||||
#: pl_funcs.c:239
|
||||
msgid "statement block"
|
||||
msgstr "ifade bloğu"
|
||||
|
||||
#: pl_funcs.c:241
|
||||
msgid "assignment"
|
||||
msgstr "atama"
|
||||
|
||||
#: pl_funcs.c:251
|
||||
msgid "FOR with integer loop variable"
|
||||
msgstr "tamsayı döngüsünde FOR"
|
||||
|
||||
#: pl_funcs.c:253
|
||||
msgid "FOR over SELECT rows"
|
||||
msgstr "FOR over SELECT rows"
|
||||
|
||||
#: pl_funcs.c:255
|
||||
msgid "FOR over cursor"
|
||||
msgstr "FOR over cursor"
|
||||
|
||||
#: pl_funcs.c:257
|
||||
msgid "FOREACH over array"
|
||||
msgstr "FOREACH dizgi üstünde"
|
||||
|
||||
#: pl_funcs.c:271
|
||||
msgid "SQL statement"
|
||||
msgstr "SQL ifadesi"
|
||||
|
||||
#: pl_funcs.c:275
|
||||
msgid "FOR over EXECUTE statement"
|
||||
msgstr "EXECUTE ifadesinde FOR"
|
||||
|
||||
#: pl_gram.y:478
|
||||
#, c-format
|
||||
msgid "block label must be placed before DECLARE, not after"
|
||||
msgstr "blok etiketi DECLARE'den önce yerleştirilmelidir, sonra değil."
|
||||
|
||||
#: pl_gram.y:498
|
||||
#, c-format
|
||||
msgid "collations are not supported by type %s"
|
||||
msgstr "%s veri tipinde collation desteklenmemektedir"
|
||||
|
||||
#: pl_gram.y:513
|
||||
#, c-format
|
||||
msgid "row or record variable cannot be CONSTANT"
|
||||
msgstr "Satır ya da kayıt değişkeni CONSTANT olamaz"
|
||||
|
||||
#: pl_gram.y:523
|
||||
#, c-format
|
||||
msgid "row or record variable cannot be NOT NULL"
|
||||
msgstr "satır ya da kayıt değişkeni NOT NULL olamaz"
|
||||
|
||||
#: pl_gram.y:534
|
||||
#, c-format
|
||||
msgid "default value for row or record variable is not supported"
|
||||
msgstr "satır ya da kayıt değişkenlerine öntanımlı değer atanması desteklenmiyor"
|
||||
|
||||
#: pl_gram.y:679 pl_gram.y:694 pl_gram.y:720
|
||||
#, c-format
|
||||
msgid "variable \"%s\" does not exist"
|
||||
msgstr "\"%s\" değişkeni mevcut değil"
|
||||
|
||||
#: pl_gram.y:738 pl_gram.y:766
|
||||
msgid "duplicate declaration"
|
||||
msgstr "tekrarlanmış veri tipi deklarasyonu"
|
||||
|
||||
#: pl_gram.y:749 pl_gram.y:777
|
||||
#, c-format
|
||||
msgid "variable \"%s\" shadows a previously defined variable"
|
||||
msgstr "\"%s\" değişkeni daha önce tanımlanan bir değişkeni gölgeliyor"
|
||||
|
||||
#: pl_gram.y:956
|
||||
#, c-format
|
||||
msgid "diagnostics item %s is not allowed in GET STACKED DIAGNOSTICS"
|
||||
msgstr "%s tanılayıcı elemanı GET STACKED DIAGNOSTICS içinde kullanılamaz"
|
||||
|
||||
#: pl_gram.y:974
|
||||
#, c-format
|
||||
msgid "diagnostics item %s is not allowed in GET CURRENT DIAGNOSTICS"
|
||||
msgstr "%s tanılayıcı elemanı GET CURRENT DIAGNOSTICS içinde kullanılamaz"
|
||||
|
||||
#: pl_gram.y:1072
|
||||
msgid "unrecognized GET DIAGNOSTICS item"
|
||||
msgstr "tanımlanamayan GET DIAGNOSTICS öğesi"
|
||||
|
||||
#: pl_gram.y:1082 pl_gram.y:3448
|
||||
#, c-format
|
||||
msgid "\"%s\" is not a scalar variable"
|
||||
msgstr "\"%s\" scalar bir değişken değil"
|
||||
|
||||
#: pl_gram.y:1334 pl_gram.y:1528
|
||||
#, c-format
|
||||
msgid "loop variable of loop over rows must be a record or row variable or list of scalar variables"
|
||||
msgstr ""
|
||||
|
||||
#: pl_gram.y:1368
|
||||
#, c-format
|
||||
msgid "cursor FOR loop must have only one target variable"
|
||||
msgstr ""
|
||||
|
||||
#: pl_gram.y:1375
|
||||
#, c-format
|
||||
msgid "cursor FOR loop must use a bound cursor variable"
|
||||
msgstr ""
|
||||
|
||||
#: pl_gram.y:1459
|
||||
#, c-format
|
||||
msgid "integer FOR loop must have only one target variable"
|
||||
msgstr "Tamsayı FOR döngüsünde sadece bir tane hedef değişken olabilir"
|
||||
|
||||
#: pl_gram.y:1495
|
||||
#, c-format
|
||||
msgid "cannot specify REVERSE in query FOR loop"
|
||||
msgstr "FOR döngü sorgusu içinde REVERSE belirtilemez"
|
||||
|
||||
#: pl_gram.y:1642
|
||||
#, c-format
|
||||
msgid "loop variable of FOREACH must be a known variable or list of variables"
|
||||
msgstr ""
|
||||
|
||||
#: pl_gram.y:1683
|
||||
#, c-format
|
||||
msgid "there is no label \"%s\" attached to any block or loop enclosing this statement"
|
||||
msgstr ""
|
||||
|
||||
#: pl_gram.y:1691
|
||||
#, c-format
|
||||
msgid "block label \"%s\" cannot be used in CONTINUE"
|
||||
msgstr "\"%s\" blok etiketi CONTINUE içinde kullanılamaz"
|
||||
|
||||
#: pl_gram.y:1706
|
||||
#, c-format
|
||||
msgid "EXIT cannot be used outside a loop, unless it has a label"
|
||||
msgstr "EXIT, bir etiketi olmadıkça bir döngü dışında kullanılamaz"
|
||||
|
||||
#: pl_gram.y:1707
|
||||
#, c-format
|
||||
msgid "CONTINUE cannot be used outside a loop"
|
||||
msgstr "CONTINUE bir döngü dışında kullanılamaz"
|
||||
|
||||
#: pl_gram.y:1731 pl_gram.y:1768 pl_gram.y:1816 pl_gram.y:2898 pl_gram.y:2983
|
||||
#: pl_gram.y:3094 pl_gram.y:3850
|
||||
msgid "unexpected end of function definition"
|
||||
msgstr "fonksiyon tanımında beklenmeyen sonlanma"
|
||||
|
||||
#: pl_gram.y:1836 pl_gram.y:1860 pl_gram.y:1876 pl_gram.y:1882 pl_gram.y:2000
|
||||
#: pl_gram.y:2008 pl_gram.y:2022 pl_gram.y:2117 pl_gram.y:2304 pl_gram.y:2398
|
||||
#: pl_gram.y:2550 pl_gram.y:3691 pl_gram.y:3752 pl_gram.y:3831
|
||||
msgid "syntax error"
|
||||
msgstr "söz dizim hatası "
|
||||
|
||||
#: pl_gram.y:1864 pl_gram.y:1866 pl_gram.y:2308 pl_gram.y:2310
|
||||
msgid "invalid SQLSTATE code"
|
||||
msgstr "geçersiz SQLSTATE kodu"
|
||||
|
||||
#: pl_gram.y:2064
|
||||
msgid "syntax error, expected \"FOR\""
|
||||
msgstr "sözdizimi hatası, \"FOR\" bekleniyordu"
|
||||
|
||||
#: pl_gram.y:2126
|
||||
#, c-format
|
||||
msgid "FETCH statement cannot return multiple rows"
|
||||
msgstr "RAISE ifadesi çoklu satır döndüremez"
|
||||
|
||||
#: pl_gram.y:2188
|
||||
#, c-format
|
||||
msgid "cursor variable must be a simple variable"
|
||||
msgstr "imleç değişkeni basit bir değişken olmalıdır"
|
||||
|
||||
#: pl_gram.y:2194
|
||||
#, c-format
|
||||
msgid "variable \"%s\" must be of type cursor or refcursor"
|
||||
msgstr "\"%s\" değişkeni cursor ya da refcursor tiplerinden birisi olmalıdır"
|
||||
|
||||
#: pl_gram.y:2521 pl_gram.y:2532
|
||||
#, c-format
|
||||
msgid "\"%s\" is not a known variable"
|
||||
msgstr "\"%s\" bilinen bir değişken değil"
|
||||
|
||||
#: pl_gram.y:2636 pl_gram.y:2646 pl_gram.y:2802
|
||||
msgid "mismatched parentheses"
|
||||
msgstr "eşlenmemiş parantezler"
|
||||
|
||||
#: pl_gram.y:2650
|
||||
#, c-format
|
||||
msgid "missing \"%s\" at end of SQL expression"
|
||||
msgstr "SQL ifadesinin sonunda eksik \"%s\" "
|
||||
|
||||
#: pl_gram.y:2656
|
||||
#, c-format
|
||||
msgid "missing \"%s\" at end of SQL statement"
|
||||
msgstr "SQL ifadesinin sonunda \"%s\" eksik"
|
||||
|
||||
#: pl_gram.y:2673
|
||||
msgid "missing expression"
|
||||
msgstr "eksik ifade"
|
||||
|
||||
#: pl_gram.y:2675
|
||||
msgid "missing SQL statement"
|
||||
msgstr "eksik SQL ifadesi"
|
||||
|
||||
#: pl_gram.y:2804
|
||||
msgid "incomplete data type declaration"
|
||||
msgstr "eksik veri tipi deklarasyonu"
|
||||
|
||||
#: pl_gram.y:2827
|
||||
msgid "missing data type declaration"
|
||||
msgstr "eksik veri tipi deklarasyonu"
|
||||
|
||||
#: pl_gram.y:2906
|
||||
msgid "INTO specified more than once"
|
||||
msgstr "INTO birden fazla belirtildi"
|
||||
|
||||
#: pl_gram.y:3075
|
||||
msgid "expected FROM or IN"
|
||||
msgstr "FROM ya da IN bekleniyordu"
|
||||
|
||||
#: pl_gram.y:3135
|
||||
#, c-format
|
||||
msgid "RETURN cannot have a parameter in function returning set"
|
||||
msgstr "RETURN, fonksiyon return set içinde parametre alamaz"
|
||||
|
||||
#: pl_gram.y:3136
|
||||
#, c-format
|
||||
msgid "Use RETURN NEXT or RETURN QUERY."
|
||||
msgstr "RETURN NEXT ya da RETURN QUERY kullanın."
|
||||
|
||||
#: pl_gram.y:3144
|
||||
#, c-format
|
||||
msgid "RETURN cannot have a parameter in function with OUT parameters"
|
||||
msgstr "RETURN, OUT parametreleri olan fonksiyonda parametre içeremez"
|
||||
|
||||
#: pl_gram.y:3153
|
||||
#, c-format
|
||||
msgid "RETURN cannot have a parameter in function returning void"
|
||||
msgstr "RETURN, void dönen bir fonksiyonda parametre alamaz"
|
||||
|
||||
#: pl_gram.y:3213
|
||||
#, c-format
|
||||
msgid "RETURN NEXT cannot have a parameter in function with OUT parameters"
|
||||
msgstr "RETURN NEXT OUT parametreleri olan fonksiyonda parametre içeremez"
|
||||
|
||||
#: pl_gram.y:3317
|
||||
#, c-format
|
||||
msgid "\"%s\" is declared CONSTANT"
|
||||
msgstr "\"%s\" CONSTANT olarak deklare edilmiş"
|
||||
|
||||
#: pl_gram.y:3379 pl_gram.y:3391
|
||||
#, c-format
|
||||
msgid "record or row variable cannot be part of multiple-item INTO list"
|
||||
msgstr ""
|
||||
|
||||
#: pl_gram.y:3436
|
||||
#, c-format
|
||||
msgid "too many INTO variables specified"
|
||||
msgstr "çok fazla INTO değişkeni belirtilmiş"
|
||||
|
||||
#: pl_gram.y:3644
|
||||
#, c-format
|
||||
msgid "end label \"%s\" specified for unlabelled block"
|
||||
msgstr "etiketlenmemiş blok için \"%s\" bitiş etiketi tanımlanmış"
|
||||
|
||||
#: pl_gram.y:3651
|
||||
#, c-format
|
||||
msgid "end label \"%s\" differs from block's label \"%s\""
|
||||
msgstr "\"%s\" bitiş etiketi bloğun etiketi \"%s\"den farklı"
|
||||
|
||||
#: pl_gram.y:3686
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has no arguments"
|
||||
msgstr "\"%s\" imlecinin argümanı yok"
|
||||
|
||||
#: pl_gram.y:3700
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has arguments"
|
||||
msgstr "\"%s\" imlecinin argümanları var"
|
||||
|
||||
#: pl_gram.y:3742
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has no argument named \"%s\""
|
||||
msgstr "\"%s\" imlecinin \"%s\" adlı bir argümanı yok"
|
||||
|
||||
#: pl_gram.y:3762
|
||||
#, fuzzy, c-format
|
||||
#| msgid "parameter \"%s\" specified more than once"
|
||||
msgid "value for parameter \"%s\" of cursor \"%s\" specified more than once"
|
||||
msgstr "\"%s\" parametresi birden fazla kez belirtilmiştir"
|
||||
|
||||
#: pl_gram.y:3787
|
||||
#, c-format
|
||||
msgid "not enough arguments for cursor \"%s\""
|
||||
msgstr "\"%s\" imleci (cursor) için yetersiz sayıda argüman "
|
||||
|
||||
#: pl_gram.y:3794
|
||||
#, c-format
|
||||
msgid "too many arguments for cursor \"%s\""
|
||||
msgstr "\"%s\" imleci (cursor) için çok fazla argüman"
|
||||
|
||||
#: pl_gram.y:3882
|
||||
msgid "unrecognized RAISE statement option"
|
||||
msgstr "tanımsız RAISE ifadesi seçeneği"
|
||||
|
||||
#: pl_gram.y:3886
|
||||
msgid "syntax error, expected \"=\""
|
||||
msgstr "sözdizimi hatası, \"=\" bekleniyordu"
|
||||
|
||||
#: pl_gram.y:3927
|
||||
#, c-format
|
||||
msgid "too many parameters specified for RAISE"
|
||||
msgstr "RAISE için çok fazla parametre var"
|
||||
|
||||
#: pl_gram.y:3931
|
||||
#, c-format
|
||||
msgid "too few parameters specified for RAISE"
|
||||
msgstr "RAISE için çok az parametre var"
|
||||
|
||||
#: pl_handler.c:154
|
||||
msgid "Sets handling of conflicts between PL/pgSQL variable names and table column names."
|
||||
msgstr ""
|
||||
|
||||
#: pl_handler.c:163
|
||||
msgid "Print information about parameters in the DETAIL part of the error messages generated on INTO ... STRICT failures."
|
||||
msgstr ""
|
||||
|
||||
#: pl_handler.c:171
|
||||
msgid "Perform checks given in ASSERT statements."
|
||||
msgstr ""
|
||||
|
||||
#: pl_handler.c:179
|
||||
msgid "List of programming constructs that should produce a warning."
|
||||
msgstr "Uyarı üretmesi gereken programlama construct'larının yapısı"
|
||||
|
||||
#: pl_handler.c:189
|
||||
msgid "List of programming constructs that should produce an error."
|
||||
msgstr "Hata üretmesi gereken programlama construct'larının yapısı"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: pl_scanner.c:624
|
||||
#, c-format
|
||||
msgid "%s at end of input"
|
||||
msgstr "giriş sonuna %s"
|
||||
|
||||
#. translator: first %s is typically the translation of "syntax error"
|
||||
#: pl_scanner.c:640
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "\"%2$s\" yerinde %1$s"
|
||||
|
||||
#~ msgid "unterminated dollar-quoted string"
|
||||
#~ msgstr "sonuçlandırılmamış dolar işeretiyle sınırlandırılmış satır"
|
||||
|
||||
#~ msgid "unterminated quoted string"
|
||||
#~ msgstr "sonuçlandırılmamış tırnakla sınırlandırılmış satır"
|
||||
|
||||
#~ msgid "unterminated /* comment"
|
||||
#~ msgstr "/* açıklama sonlandırılmamış"
|
||||
|
||||
#~ msgid "unterminated quoted identifier"
|
||||
#~ msgstr "sonuçlandırılmamış tırnakla sınırlandırılmış tanım"
|
||||
|
||||
#~ msgid "unterminated \" in identifier: %s"
|
||||
#~ msgstr "belirteçte sonlandırılmamış *\" : %s"
|
||||
|
||||
#~ msgid "variable \"%s\" does not exist in the current block"
|
||||
#~ msgstr "\"%s\" değişkeni mevcut bloğun içinde yok"
|
||||
|
||||
#~ msgid "expected \")\""
|
||||
#~ msgstr "\")\" bekleniyordu"
|
||||
|
||||
#~ msgid "cannot assign to tg_argv"
|
||||
#~ msgstr "tg_argv'ye atama yapılamadı"
|
||||
|
||||
#~ msgid "too many variables specified in SQL statement"
|
||||
#~ msgstr "SQL ifadesinde çok fazla değişken belirtilmiş"
|
||||
|
||||
#~ msgid "expected a cursor or refcursor variable"
|
||||
#~ msgstr "cursor ya da refcursonr değişkeni beklendi"
|
||||
|
||||
#~ msgid "syntax error at \"%s\""
|
||||
#~ msgstr "\"%s\" içinde sözdizimi hatası"
|
||||
|
||||
#~ msgid "expected an integer variable"
|
||||
#~ msgstr "tamsayı değişken bekleniyordu"
|
||||
|
||||
#~ msgid "function has no parameter \"%s\""
|
||||
#~ msgstr "fonksiyonun \"%s\" parametresi var"
|
||||
|
||||
#~ msgid "Number of returned columns (%d) does not match expected column count (%d)."
|
||||
#~ msgstr "Dönen kolonların sayısı (%d) beklenen kolon sayısı (%d) ile eşleşmiyor."
|
||||
|
||||
#~ msgid "N/A (dropped column)"
|
||||
#~ msgstr "N/A (silinmiş kolon)"
|
||||
|
||||
#~ msgid "row \"%s.%s\" has no field \"%s\""
|
||||
#~ msgstr "\"%s.%s\" satırında \"%s\" alanı yok."
|
||||
|
||||
#~ msgid "row \"%s\" has no field \"%s\""
|
||||
#~ msgstr "\"%s\" satırının bir alanı yok \"%s\""
|
||||
|
||||
#~ msgid "expected \"[\""
|
||||
#~ msgstr " \"[\" bekleniyordu"
|
||||
|
||||
#~ msgid "relation \"%s.%s\" does not exist"
|
||||
#~ msgstr "\"%s.%s\" nesnesi mevcut değil"
|
||||
|
||||
#~ msgid "EXECUTE statement"
|
||||
#~ msgstr "EXECUTE ifadesi"
|
||||
|
||||
#~ msgid "RETURN NEXT must specify a record or row variable in function returning row"
|
||||
#~ msgstr "RETURN NEXT satır döndüren fonksiyonda kayıt ya da satır değişkeni belirtmelidir"
|
||||
|
||||
#~ msgid "label does not exist"
|
||||
#~ msgstr "etiket bulunamadı"
|
||||
850
src/pl/plpgsql/src/po/vi.po
Normal file
850
src/pl/plpgsql/src/po/vi.po
Normal file
@@ -0,0 +1,850 @@
|
||||
# LANGUAGE message translation file for plpgsql
|
||||
# Copyright (C) 2018 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the plpgsql (PostgreSQL) package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plpgsql (PostgreSQL) 11\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2018-04-22 12:08+0000\n"
|
||||
"PO-Revision-Date: 2018-05-13 15:28+0900\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: vi_VN\n"
|
||||
|
||||
#: pl_comp.c:434 pl_handler.c:457
|
||||
#, c-format
|
||||
msgid "PL/pgSQL functions cannot accept type %s"
|
||||
msgstr "Các hàm PL/pgSQL không thể chấp nhận kiểu %s"
|
||||
|
||||
#: pl_comp.c:522
|
||||
#, c-format
|
||||
msgid "could not determine actual return type for polymorphic function \"%s\""
|
||||
msgstr "không thể xác định kiểu thực tế trả về cho hàm đa hình \"%s\""
|
||||
|
||||
#: pl_comp.c:552
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "hàm trigger chỉ có thể được gọi như một trigger"
|
||||
|
||||
#: pl_comp.c:556 pl_handler.c:441
|
||||
#, c-format
|
||||
msgid "PL/pgSQL functions cannot return type %s"
|
||||
msgstr "Các hàm PL/pgSQL không thể trả về kiểu %s"
|
||||
|
||||
#: pl_comp.c:595
|
||||
#, c-format
|
||||
msgid "trigger functions cannot have declared arguments"
|
||||
msgstr "không thể khai báo đối số cho hàm trigger"
|
||||
|
||||
#: pl_comp.c:596
|
||||
#, c-format
|
||||
msgid ""
|
||||
"The arguments of the trigger can be accessed through TG_NARGS and TG_ARGV "
|
||||
"instead."
|
||||
msgstr ""
|
||||
"Thay vào đó các đối số của trigger có thể được truy cập thông qua TG_NARGS "
|
||||
"và TG_ARGV."
|
||||
|
||||
#: pl_comp.c:719
|
||||
#, c-format
|
||||
msgid "event trigger functions cannot have declared arguments"
|
||||
msgstr "không thể khai báo đối số cho hàm sự kiện trigger"
|
||||
|
||||
#: pl_comp.c:976
|
||||
#, c-format
|
||||
msgid "compilation of PL/pgSQL function \"%s\" near line %d"
|
||||
msgstr "biên dịch hàm PL/pgSQL \"%s\" gần dòng %d"
|
||||
|
||||
#: pl_comp.c:999
|
||||
#, c-format
|
||||
msgid "parameter name \"%s\" used more than once"
|
||||
msgstr "tên thông số \"%s\" được sử dụng nhiều lần"
|
||||
|
||||
#: pl_comp.c:1109
|
||||
#, c-format
|
||||
msgid "column reference \"%s\" is ambiguous"
|
||||
msgstr "tham chiếu cột \"%s\" không rõ ràng"
|
||||
|
||||
#: pl_comp.c:1111
|
||||
#, c-format
|
||||
msgid "It could refer to either a PL/pgSQL variable or a table column."
|
||||
msgstr "Nó có thể tham chiếu đến một biến PL/pgSQL hoặc một cột bảng."
|
||||
|
||||
#: pl_comp.c:1294 pl_exec.c:5031 pl_exec.c:5396 pl_exec.c:5483 pl_exec.c:5574
|
||||
#: pl_exec.c:6491
|
||||
#, c-format
|
||||
msgid "record \"%s\" has no field \"%s\""
|
||||
msgstr "bản ghi \"%s\" không có trường \"%s\""
|
||||
|
||||
#: pl_comp.c:1756
|
||||
#, c-format
|
||||
msgid "relation \"%s\" does not exist"
|
||||
msgstr "relation \"%s\" không tồn tại"
|
||||
|
||||
#: pl_comp.c:1848
|
||||
#, c-format
|
||||
msgid "variable \"%s\" has pseudo-type %s"
|
||||
msgstr "biến \"%s\" có pseudo-type %s"
|
||||
|
||||
#: pl_comp.c:2026
|
||||
#, c-format
|
||||
msgid "type \"%s\" is only a shell"
|
||||
msgstr "kiểu \"%s\" chỉ là một shell(chưa được định nghĩa nội dung)"
|
||||
|
||||
#: pl_comp.c:2123 pl_comp.c:2176
|
||||
#, c-format
|
||||
msgid "unrecognized exception condition \"%s\""
|
||||
msgstr "không thể nhận ra điều kiện của ngoại lệ \"%s\""
|
||||
|
||||
#: pl_comp.c:2390
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not determine actual argument type for polymorphic function \"%s\""
|
||||
msgstr "không thể xác định loại đối số thực tế cho hàm đa hình \"%s\""
|
||||
|
||||
#: pl_exec.c:473 pl_exec.c:885 pl_exec.c:1098
|
||||
msgid "during initialization of execution state"
|
||||
msgstr "trong khi khởi tạo trạng thái thực thi"
|
||||
|
||||
#: pl_exec.c:479
|
||||
msgid "while storing call arguments into local variables"
|
||||
msgstr "trong khi lưu trữ các đối số gọi vào trong các biến cục bộ"
|
||||
|
||||
#: pl_exec.c:567 pl_exec.c:933
|
||||
msgid "during function entry"
|
||||
msgstr "trong lúc đi vào hàm"
|
||||
|
||||
#: pl_exec.c:592
|
||||
#, c-format
|
||||
msgid "control reached end of function without RETURN"
|
||||
msgstr "Hàm đã kết thúc trước khi trả về RETURN"
|
||||
|
||||
#: pl_exec.c:599
|
||||
msgid "while casting return value to function's return type"
|
||||
msgstr "trong khi ép kiểu giá trị trả về cho kiểu trả về của hàm"
|
||||
|
||||
#: pl_exec.c:612 pl_exec.c:3484
|
||||
#, c-format
|
||||
msgid "set-valued function called in context that cannot accept a set"
|
||||
msgstr ""
|
||||
"hàm thiết lập giá trị được gọi trong ngữ cảnh không thể chấp nhận một tập hợp"
|
||||
|
||||
#: pl_exec.c:738 pl_exec.c:962 pl_exec.c:1123
|
||||
msgid "during function exit"
|
||||
msgstr "trong lúc kết thúc hàm"
|
||||
|
||||
#: pl_exec.c:793 pl_exec.c:832 pl_exec.c:3329
|
||||
msgid "returned record type does not match expected record type"
|
||||
msgstr "loại bản ghi đã trả về không khớp với kiểu được ghi kỳ vọng"
|
||||
|
||||
#: pl_exec.c:958 pl_exec.c:1119
|
||||
#, c-format
|
||||
msgid "control reached end of trigger procedure without RETURN"
|
||||
msgstr "thủ tục trigger kết thúc trước khi tra về RETURN"
|
||||
|
||||
#: pl_exec.c:967
|
||||
#, c-format
|
||||
msgid "trigger procedure cannot return a set"
|
||||
msgstr "thủ tục trigger không thể trả về một tập hợp"
|
||||
|
||||
#: pl_exec.c:1006 pl_exec.c:1034
|
||||
msgid ""
|
||||
"returned row structure does not match the structure of the triggering table"
|
||||
msgstr "cấu trúc hàng trả về không khớp với cấu trúc của trigger bảng"
|
||||
|
||||
#. translator: last %s is a phrase such as "during statement block
|
||||
#. local variable initialization"
|
||||
#.
|
||||
#: pl_exec.c:1171
|
||||
#, c-format
|
||||
msgid "PL/pgSQL function %s line %d %s"
|
||||
msgstr "Hàm PL/pgSQL %s dòng %d %s"
|
||||
|
||||
#. translator: last %s is a phrase such as "while storing call
|
||||
#. arguments into local variables"
|
||||
#.
|
||||
#: pl_exec.c:1182
|
||||
#, c-format
|
||||
msgid "PL/pgSQL function %s %s"
|
||||
msgstr "Hàm PL/pgSQL %s %s"
|
||||
|
||||
#. translator: last %s is a plpgsql statement type name
|
||||
#: pl_exec.c:1190
|
||||
#, c-format
|
||||
msgid "PL/pgSQL function %s line %d at %s"
|
||||
msgstr "Hàm PL/pgSQL %s dòng %d tại %s"
|
||||
|
||||
#: pl_exec.c:1196
|
||||
#, c-format
|
||||
msgid "PL/pgSQL function %s"
|
||||
msgstr "Hàm PL/pgSQL %s"
|
||||
|
||||
#: pl_exec.c:1534
|
||||
msgid "during statement block local variable initialization"
|
||||
msgstr "trong khi khởi tạo biến cục bộ trong khối lệnh"
|
||||
|
||||
#: pl_exec.c:1632
|
||||
msgid "during statement block entry"
|
||||
msgstr "trong khi vào khối lệnh"
|
||||
|
||||
#: pl_exec.c:1664
|
||||
msgid "during statement block exit"
|
||||
msgstr "trong khi kết thúc khối lệnh"
|
||||
|
||||
#: pl_exec.c:1702
|
||||
msgid "during exception cleanup"
|
||||
msgstr "trong khi dọn dẹp ngoại lệ"
|
||||
|
||||
#: pl_exec.c:2207 pl_exec.c:2221
|
||||
#, c-format
|
||||
msgid "argument %d is an output argument but is not writable"
|
||||
msgstr "đối số %d là đối số đầu ra nhưng không thể ghi"
|
||||
|
||||
#: pl_exec.c:2263
|
||||
#, c-format
|
||||
msgid "GET STACKED DIAGNOSTICS cannot be used outside an exception handler"
|
||||
msgstr ""
|
||||
"GET STACKED DIAGNOSTICS không thể được sử dụng bên ngoài bên ngoài một trình "
|
||||
"xử lý ngoại lệ"
|
||||
|
||||
#: pl_exec.c:2468
|
||||
#, c-format
|
||||
msgid "case not found"
|
||||
msgstr "không tìm thấy trường hợp này"
|
||||
|
||||
#: pl_exec.c:2469
|
||||
#, c-format
|
||||
msgid "CASE statement is missing ELSE part."
|
||||
msgstr "Câu lệnh CASE thiếu phần ELSE."
|
||||
|
||||
#: pl_exec.c:2562
|
||||
#, c-format
|
||||
msgid "lower bound of FOR loop cannot be null"
|
||||
msgstr "giới hạn dưới của vòng lặp FOR không thể là null"
|
||||
|
||||
#: pl_exec.c:2578
|
||||
#, c-format
|
||||
msgid "upper bound of FOR loop cannot be null"
|
||||
msgstr "giới hạn trên của vòng lặp FOR không thể là null"
|
||||
|
||||
#: pl_exec.c:2596
|
||||
#, c-format
|
||||
msgid "BY value of FOR loop cannot be null"
|
||||
msgstr "Giá trị BY của vòng lặp FOR không thể là null"
|
||||
|
||||
#: pl_exec.c:2602
|
||||
#, c-format
|
||||
msgid "BY value of FOR loop must be greater than zero"
|
||||
msgstr "Giá trị BY của vòng lặp FOR phải lớn hơn 0"
|
||||
|
||||
#: pl_exec.c:2736 pl_exec.c:4461
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" already in use"
|
||||
msgstr "con trỏ \"%s\" đã đang được sử dụng"
|
||||
|
||||
#: pl_exec.c:2759 pl_exec.c:4526
|
||||
#, c-format
|
||||
msgid "arguments given for cursor without arguments"
|
||||
msgstr "đối số được đưa ra cho con trỏ không có đối số"
|
||||
|
||||
#: pl_exec.c:2778 pl_exec.c:4545
|
||||
#, c-format
|
||||
msgid "arguments required for cursor"
|
||||
msgstr "đối số cần thiết cho con trỏ"
|
||||
|
||||
#: pl_exec.c:2865
|
||||
#, c-format
|
||||
msgid "FOREACH expression must not be null"
|
||||
msgstr "Biểu thức FOREACH không được là null"
|
||||
|
||||
#: pl_exec.c:2880
|
||||
#, c-format
|
||||
msgid "FOREACH expression must yield an array, not type %s"
|
||||
msgstr "Biểu thức FOREACH phải tạo ra một mảng, không phải kiểu %s"
|
||||
|
||||
#: pl_exec.c:2897
|
||||
#, c-format
|
||||
msgid "slice dimension (%d) is out of the valid range 0..%d"
|
||||
msgstr "kích thước slice (%d) nằm ngoài phạm vi hợp lệ 0..%d"
|
||||
|
||||
#: pl_exec.c:2924
|
||||
#, c-format
|
||||
msgid "FOREACH ... SLICE loop variable must be of an array type"
|
||||
msgstr "Biến cho vòng lặp FOREACH ... SLICE phải là một kiểu mảng"
|
||||
|
||||
#: pl_exec.c:2928
|
||||
#, c-format
|
||||
msgid "FOREACH loop variable must not be of an array type"
|
||||
msgstr "Biến vòng lặp FOREACH không được thuộc loại mảng"
|
||||
|
||||
#: pl_exec.c:3090 pl_exec.c:3147 pl_exec.c:3322
|
||||
#, c-format
|
||||
msgid ""
|
||||
"cannot return non-composite value from function returning composite type"
|
||||
msgstr "không thể trả về giá trị không-phức hợp từ hàm trả về kiểu phức hợp"
|
||||
|
||||
#: pl_exec.c:3186 pl_gram.y:3266
|
||||
#, c-format
|
||||
msgid "cannot use RETURN NEXT in a non-SETOF function"
|
||||
msgstr "không thể sử dụng RETURN NEXT trong một hàm không phải-SETOF"
|
||||
|
||||
#: pl_exec.c:3227 pl_exec.c:3359
|
||||
#, c-format
|
||||
msgid "wrong result type supplied in RETURN NEXT"
|
||||
msgstr "kiểu kết quả trả về không đúng trong RETURN NEXT"
|
||||
|
||||
#: pl_exec.c:3265 pl_exec.c:3286
|
||||
#, c-format
|
||||
msgid "wrong record type supplied in RETURN NEXT"
|
||||
msgstr "kiểu bản ghi trả về không đúng trong RETURN NEXT"
|
||||
|
||||
#: pl_exec.c:3378
|
||||
#, c-format
|
||||
msgid "RETURN NEXT must have a parameter"
|
||||
msgstr "RETURN NEXT phải có một tham số"
|
||||
|
||||
#: pl_exec.c:3404 pl_gram.y:3329
|
||||
#, c-format
|
||||
msgid "cannot use RETURN QUERY in a non-SETOF function"
|
||||
msgstr "không thể sử dụng RETURN QUERY trong một hàm không phải-SETOF"
|
||||
|
||||
#: pl_exec.c:3428
|
||||
msgid "structure of query does not match function result type"
|
||||
msgstr "cấu trúc của truy vấn không khớp với kiểu kết quả hàm"
|
||||
|
||||
#: pl_exec.c:3512 pl_exec.c:3650
|
||||
#, c-format
|
||||
msgid "RAISE option already specified: %s"
|
||||
msgstr "Tùy chọn RAISE đã được chỉ định: %s"
|
||||
|
||||
#: pl_exec.c:3546
|
||||
#, c-format
|
||||
msgid "RAISE without parameters cannot be used outside an exception handler"
|
||||
msgstr ""
|
||||
"RAISE không có tham số không thể được sử dụng bên ngoài một trình xử lý "
|
||||
"ngoại lệ"
|
||||
|
||||
#: pl_exec.c:3640
|
||||
#, c-format
|
||||
msgid "RAISE statement option cannot be null"
|
||||
msgstr "Tùy chọn lệnh RAISE không thể là null"
|
||||
|
||||
#: pl_exec.c:3710
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: pl_exec.c:3765
|
||||
#, c-format
|
||||
msgid "assertion failed"
|
||||
msgstr "lỗi assertion"
|
||||
|
||||
#: pl_exec.c:3970 pl_exec.c:4117 pl_exec.c:4301
|
||||
#, c-format
|
||||
msgid "cannot COPY to/from client in PL/pgSQL"
|
||||
msgstr "không thể COPY tới/từ client trong PL/pgSQL"
|
||||
|
||||
#: pl_exec.c:3974 pl_exec.c:4121 pl_exec.c:4305
|
||||
#, c-format
|
||||
msgid "cannot begin/end transactions in PL/pgSQL"
|
||||
msgstr "không thể begin/end transactions trong PL/pgSQL"
|
||||
|
||||
#: pl_exec.c:3975 pl_exec.c:4122 pl_exec.c:4306
|
||||
#, c-format
|
||||
msgid "Use a BEGIN block with an EXCEPTION clause instead."
|
||||
msgstr "Sử dụng một khối BEGIN với một cấu trúc EXCEPTION để thay thế."
|
||||
|
||||
#: pl_exec.c:4144 pl_exec.c:4329
|
||||
#, c-format
|
||||
msgid "INTO used with a command that cannot return data"
|
||||
msgstr "INTO được sử dụng với lệnh không thể trả về dữ liệu"
|
||||
|
||||
#: pl_exec.c:4167 pl_exec.c:4352
|
||||
#, c-format
|
||||
msgid "query returned no rows"
|
||||
msgstr "truy vấn không trả lại dòng nào"
|
||||
|
||||
#: pl_exec.c:4186 pl_exec.c:4371
|
||||
#, c-format
|
||||
msgid "query returned more than one row"
|
||||
msgstr "truy vấn trả về nhiều dòng"
|
||||
|
||||
#: pl_exec.c:4203
|
||||
#, c-format
|
||||
msgid "query has no destination for result data"
|
||||
msgstr "truy vấn không có đích cho dữ liệu kết quả"
|
||||
|
||||
#: pl_exec.c:4204
|
||||
#, c-format
|
||||
msgid "If you want to discard the results of a SELECT, use PERFORM instead."
|
||||
msgstr "Nếu bạn không muốn sử dụng kết quả của SELECT, hãy sử dụng PERFORM."
|
||||
|
||||
#: pl_exec.c:4237 pl_exec.c:8212
|
||||
#, c-format
|
||||
msgid "query string argument of EXECUTE is null"
|
||||
msgstr "đối số chuỗi truy vấn của EXECUTE là null"
|
||||
|
||||
#: pl_exec.c:4293
|
||||
#, c-format
|
||||
msgid "EXECUTE of SELECT ... INTO is not implemented"
|
||||
msgstr "EXECUTE của SELECT ... INTO chưa được thực thi"
|
||||
|
||||
#: pl_exec.c:4294
|
||||
#, c-format
|
||||
msgid ""
|
||||
"You might want to use EXECUTE ... INTO or EXECUTE CREATE TABLE ... AS "
|
||||
"instead."
|
||||
msgstr ""
|
||||
"Thay vào đó có thể bạn muốn sử dụng EXECUTE ... INTO hoặc EXECUTE CREATE "
|
||||
"TABLE ... AS."
|
||||
|
||||
#: pl_exec.c:4607 pl_exec.c:4695
|
||||
#, c-format
|
||||
msgid "cursor variable \"%s\" is null"
|
||||
msgstr "biến con trỏ \"%s\" là null"
|
||||
|
||||
#: pl_exec.c:4618 pl_exec.c:4706
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" does not exist"
|
||||
msgstr "con trỏ \"%s\" không tồn tại"
|
||||
|
||||
#: pl_exec.c:4631
|
||||
#, c-format
|
||||
msgid "relative or absolute cursor position is null"
|
||||
msgstr "vị trí con trỏ tương đối hoặc tuyệt đối là null"
|
||||
|
||||
#: pl_exec.c:4881 pl_exec.c:4976
|
||||
#, c-format
|
||||
msgid "null value cannot be assigned to variable \"%s\" declared NOT NULL"
|
||||
msgstr "giá trị null không thể được gán cho biến \"%s\" được khai báo NOT NULL"
|
||||
|
||||
#: pl_exec.c:4957
|
||||
#, c-format
|
||||
msgid "cannot assign non-composite value to a row variable"
|
||||
msgstr "không thể gán giá trị không-phức hợp cho biến dòng"
|
||||
|
||||
#: pl_exec.c:4989
|
||||
#, c-format
|
||||
msgid "cannot assign non-composite value to a record variable"
|
||||
msgstr "không thể gán giá trị không phải-phức hợp cho biến bản ghi"
|
||||
|
||||
#: pl_exec.c:5040
|
||||
#, c-format
|
||||
msgid "cannot assign to system column \"%s\""
|
||||
msgstr "không thể gán cho cột hệ thống \"%s\""
|
||||
|
||||
#: pl_exec.c:5104
|
||||
#, c-format
|
||||
msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
|
||||
msgstr "số lượng chiều của mảng (%d) vượt quá số lượng tối đa cho phép (%d)"
|
||||
|
||||
#: pl_exec.c:5136
|
||||
#, c-format
|
||||
msgid "subscripted object is not an array"
|
||||
msgstr "đối tượng chỉ số không phải là một mảng"
|
||||
|
||||
#: pl_exec.c:5174
|
||||
#, c-format
|
||||
msgid "array subscript in assignment must not be null"
|
||||
msgstr "chỉ số mảng sử dụng trong gán không thể là null"
|
||||
|
||||
#: pl_exec.c:5681
|
||||
#, c-format
|
||||
msgid "query \"%s\" did not return data"
|
||||
msgstr "truy vấn \"%s\" không trả về dữ liệu"
|
||||
|
||||
#: pl_exec.c:5689
|
||||
#, c-format
|
||||
msgid "query \"%s\" returned %d column"
|
||||
msgid_plural "query \"%s\" returned %d columns"
|
||||
msgstr[0] "truy vấn \"%s\" trả lại %d cột"
|
||||
|
||||
#: pl_exec.c:5717
|
||||
#, c-format
|
||||
msgid "query \"%s\" returned more than one row"
|
||||
msgstr "truy vấn \"%s\" đã trả lại nhiều hàng"
|
||||
|
||||
#: pl_exec.c:5780
|
||||
#, c-format
|
||||
msgid "query \"%s\" is not a SELECT"
|
||||
msgstr "truy vấn \"%s\" không phải là một SELECT"
|
||||
|
||||
#: pl_exec.c:6505 pl_exec.c:6545 pl_exec.c:6585
|
||||
#, c-format
|
||||
msgid ""
|
||||
"type of parameter %d (%s) does not match that when preparing the plan (%s)"
|
||||
msgstr "kiểu tham số %d (%s) không khớp với thông số khi chuẩn bị plan (%s)"
|
||||
|
||||
#: pl_exec.c:7356
|
||||
#, c-format
|
||||
msgid "record \"%s\" is not assigned yet"
|
||||
msgstr "bản ghi \"%s\" chưa được gán"
|
||||
|
||||
#: pl_exec.c:7357
|
||||
#, c-format
|
||||
msgid "The tuple structure of a not-yet-assigned record is indeterminate."
|
||||
msgstr "Cấu trúc tuple của một bản ghi chưa được gán là không xác định."
|
||||
|
||||
#: pl_funcs.c:239
|
||||
msgid "statement block"
|
||||
msgstr "khối câu lệnh"
|
||||
|
||||
#: pl_funcs.c:241
|
||||
msgid "assignment"
|
||||
msgstr "gán"
|
||||
|
||||
#: pl_funcs.c:251
|
||||
msgid "FOR with integer loop variable"
|
||||
msgstr "FOR với biến số nguyên vòng lặp"
|
||||
|
||||
#: pl_funcs.c:253
|
||||
msgid "FOR over SELECT rows"
|
||||
msgstr "FOR trên các dòng SELECT"
|
||||
|
||||
#: pl_funcs.c:255
|
||||
msgid "FOR over cursor"
|
||||
msgstr "FOR trên con trỏ"
|
||||
|
||||
#: pl_funcs.c:257
|
||||
msgid "FOREACH over array"
|
||||
msgstr "FOREACH trên mảng"
|
||||
|
||||
#: pl_funcs.c:271
|
||||
msgid "SQL statement"
|
||||
msgstr "Câu lệnh SQL"
|
||||
|
||||
#: pl_funcs.c:275
|
||||
msgid "FOR over EXECUTE statement"
|
||||
msgstr "FOR trên câu lệnh EXECUTE"
|
||||
|
||||
#: pl_gram.y:485
|
||||
#, c-format
|
||||
msgid "block label must be placed before DECLARE, not after"
|
||||
msgstr "nhãn khối phải được đặt trước DECLARE, không phải sau"
|
||||
|
||||
#: pl_gram.y:505
|
||||
#, c-format
|
||||
msgid "collations are not supported by type %s"
|
||||
msgstr "collation không được hỗ trợ bởi kiểu %s"
|
||||
|
||||
#: pl_gram.y:524
|
||||
#, c-format
|
||||
msgid "variable \"%s\" must have a default value, since it's declared NOT NULL"
|
||||
msgstr "biến \"%s\" phải có giá trị mặc định, vì nó được khai báo là NOT NULL"
|
||||
|
||||
#: pl_gram.y:669 pl_gram.y:684 pl_gram.y:710
|
||||
#, c-format
|
||||
msgid "variable \"%s\" does not exist"
|
||||
msgstr "biến \"%s\" không tồn tại"
|
||||
|
||||
#: pl_gram.y:728 pl_gram.y:756
|
||||
msgid "duplicate declaration"
|
||||
msgstr "khai báo trùng lặp"
|
||||
|
||||
#: pl_gram.y:739 pl_gram.y:767
|
||||
#, c-format
|
||||
msgid "variable \"%s\" shadows a previously defined variable"
|
||||
msgstr "biến \"%s\" làm cho một biến được định nghĩa trước đó không khả thị"
|
||||
|
||||
#: pl_gram.y:983
|
||||
#, c-format
|
||||
msgid "diagnostics item %s is not allowed in GET STACKED DIAGNOSTICS"
|
||||
msgstr "diagnostics mục %s không được phép trong GET STACKED DIAGNOSTICS"
|
||||
|
||||
#: pl_gram.y:1001
|
||||
#, c-format
|
||||
msgid "diagnostics item %s is not allowed in GET CURRENT DIAGNOSTICS"
|
||||
msgstr "diagnostics mục %s không được cho phép trong GET CURRENT DIAGNOSTICS"
|
||||
|
||||
#: pl_gram.y:1099
|
||||
msgid "unrecognized GET DIAGNOSTICS item"
|
||||
msgstr "không nhận ra mục GET DIAGNOSTICS"
|
||||
|
||||
#: pl_gram.y:1109 pl_gram.y:3508
|
||||
#, c-format
|
||||
msgid "\"%s\" is not a scalar variable"
|
||||
msgstr "\"%s\" không phải là biến vô hướng"
|
||||
|
||||
#: pl_gram.y:1357 pl_gram.y:1550
|
||||
#, c-format
|
||||
msgid ""
|
||||
"loop variable of loop over rows must be a record variable or list of scalar "
|
||||
"variables"
|
||||
msgstr ""
|
||||
"vòng lặp của vòng lặp trên các dòng phải là một biến bản ghi hoặc danh sách "
|
||||
"các biến vô hướng"
|
||||
|
||||
#: pl_gram.y:1391
|
||||
#, c-format
|
||||
msgid "cursor FOR loop must have only one target variable"
|
||||
msgstr "vòng lặp FOR sử dụng con trỏ chỉ có một biến đích"
|
||||
|
||||
#: pl_gram.y:1398
|
||||
#, c-format
|
||||
msgid "cursor FOR loop must use a bound cursor variable"
|
||||
msgstr "vòng lặp FOR sử dụng con trỏ phải sử dụng một biến con trỏ"
|
||||
|
||||
#: pl_gram.y:1485
|
||||
#, c-format
|
||||
msgid "integer FOR loop must have only one target variable"
|
||||
msgstr "vòng lặp FOR sử dụng số nguyên chỉ được phép có một biến đích"
|
||||
|
||||
#: pl_gram.y:1521
|
||||
#, c-format
|
||||
msgid "cannot specify REVERSE in query FOR loop"
|
||||
msgstr "không thể chỉ định REVERSE trong vòng lặp truy vấn FOR"
|
||||
|
||||
#: pl_gram.y:1652
|
||||
#, c-format
|
||||
msgid "loop variable of FOREACH must be a known variable or list of variables"
|
||||
msgstr "biến vòng lặp của FOREACH phải là biến được biết hoặc danh sách biến"
|
||||
|
||||
#: pl_gram.y:1693
|
||||
#, c-format
|
||||
msgid ""
|
||||
"there is no label \"%s\" attached to any block or loop enclosing this "
|
||||
"statement"
|
||||
msgstr ""
|
||||
"không có nhãn \"%s\" được đính kèm với bất kỳ khối hoặc vòng lặp nào kèm "
|
||||
"theo câu lệnh này"
|
||||
|
||||
#: pl_gram.y:1701
|
||||
#, c-format
|
||||
msgid "block label \"%s\" cannot be used in CONTINUE"
|
||||
msgstr "không thể sử dụng nhãn khối \"%s\" trong CONTINUE"
|
||||
|
||||
#: pl_gram.y:1716
|
||||
#, c-format
|
||||
msgid "EXIT cannot be used outside a loop, unless it has a label"
|
||||
msgstr ""
|
||||
"EXIT không thể được sử dụng bên ngoài một vòng lặp, trừ khi nó có một nhãn"
|
||||
|
||||
#: pl_gram.y:1717
|
||||
#, c-format
|
||||
msgid "CONTINUE cannot be used outside a loop"
|
||||
msgstr "Không thể sử dụng CONTINUE bên ngoài vòng lặp"
|
||||
|
||||
#: pl_gram.y:1741 pl_gram.y:1778 pl_gram.y:1826 pl_gram.y:2958 pl_gram.y:3041
|
||||
#: pl_gram.y:3152 pl_gram.y:3907
|
||||
msgid "unexpected end of function definition"
|
||||
msgstr "định nghĩa kết thúc hàm không mong đợi"
|
||||
|
||||
#: pl_gram.y:1846 pl_gram.y:1870 pl_gram.y:1886 pl_gram.y:1892 pl_gram.y:2009
|
||||
#: pl_gram.y:2017 pl_gram.y:2031 pl_gram.y:2125 pl_gram.y:2360 pl_gram.y:2454
|
||||
#: pl_gram.y:2612 pl_gram.y:3749 pl_gram.y:3810 pl_gram.y:3888
|
||||
msgid "syntax error"
|
||||
msgstr "lỗi cú pháp"
|
||||
|
||||
#: pl_gram.y:1874 pl_gram.y:1876 pl_gram.y:2364 pl_gram.y:2366
|
||||
msgid "invalid SQLSTATE code"
|
||||
msgstr "mã SQLSTATE không hợp lệ"
|
||||
|
||||
#: pl_gram.y:2073
|
||||
msgid "syntax error, expected \"FOR\""
|
||||
msgstr "lỗi cú pháp, kỳ vọng \"FOR\""
|
||||
|
||||
#: pl_gram.y:2134
|
||||
#, c-format
|
||||
msgid "FETCH statement cannot return multiple rows"
|
||||
msgstr "Câu lệnh FETCH không thể trả về nhiều hàng"
|
||||
|
||||
#: pl_gram.y:2244
|
||||
#, c-format
|
||||
msgid "cursor variable must be a simple variable"
|
||||
msgstr "biến con trỏ phải là một biến đơn giản"
|
||||
|
||||
#: pl_gram.y:2250
|
||||
#, c-format
|
||||
msgid "variable \"%s\" must be of type cursor or refcursor"
|
||||
msgstr "biến \"%s\" phải là kiểu con trỏ hoặc refcursor"
|
||||
|
||||
#: pl_gram.y:2583 pl_gram.y:2594
|
||||
#, c-format
|
||||
msgid "\"%s\" is not a known variable"
|
||||
msgstr "\"%s\" không phải là một biến"
|
||||
|
||||
#: pl_gram.y:2698 pl_gram.y:2708 pl_gram.y:2863
|
||||
msgid "mismatched parentheses"
|
||||
msgstr "dấu ngoặc đơn không khớp"
|
||||
|
||||
#: pl_gram.y:2712
|
||||
#, c-format
|
||||
msgid "missing \"%s\" at end of SQL expression"
|
||||
msgstr "thiếu \"%s\" ở cuối biểu thức SQL"
|
||||
|
||||
#: pl_gram.y:2718
|
||||
#, c-format
|
||||
msgid "missing \"%s\" at end of SQL statement"
|
||||
msgstr "thiếu \"%s\" ở cuối câu lệnh SQL"
|
||||
|
||||
#: pl_gram.y:2735
|
||||
msgid "missing expression"
|
||||
msgstr "thiếu biểu thức"
|
||||
|
||||
#: pl_gram.y:2737
|
||||
msgid "missing SQL statement"
|
||||
msgstr "thiếu câu lệnh SQL"
|
||||
|
||||
#: pl_gram.y:2865
|
||||
msgid "incomplete data type declaration"
|
||||
msgstr "khai báo kiểu dữ liệu không đầy đủ"
|
||||
|
||||
#: pl_gram.y:2888
|
||||
msgid "missing data type declaration"
|
||||
msgstr "thiếu khai báo kiểu dữ liệu"
|
||||
|
||||
#: pl_gram.y:2966
|
||||
msgid "INTO specified more than once"
|
||||
msgstr "INTO được chỉ định nhiều lần"
|
||||
|
||||
#: pl_gram.y:3133
|
||||
msgid "expected FROM or IN"
|
||||
msgstr "kỳ vọng FROM hoặc IN"
|
||||
|
||||
#: pl_gram.y:3193
|
||||
#, c-format
|
||||
msgid "RETURN cannot have a parameter in function returning set"
|
||||
msgstr "RETURN không thể có tham số trong tập hợp giá trị trả về của hàm"
|
||||
|
||||
#: pl_gram.y:3194
|
||||
#, c-format
|
||||
msgid "Use RETURN NEXT or RETURN QUERY."
|
||||
msgstr "sử dụng RETURN NEXT hay RETURN QUERY."
|
||||
|
||||
#: pl_gram.y:3204
|
||||
#, c-format
|
||||
msgid "RETURN cannot have a parameter in a procedure"
|
||||
msgstr "RETURN không thể có tham số trong một thủ tục"
|
||||
|
||||
#: pl_gram.y:3209
|
||||
#, c-format
|
||||
msgid "RETURN cannot have a parameter in function returning void"
|
||||
msgstr "RETURN không thể có tham số trong hàm trả về void"
|
||||
|
||||
#: pl_gram.y:3218
|
||||
#, c-format
|
||||
msgid "RETURN cannot have a parameter in function with OUT parameters"
|
||||
msgstr "RETURN không thể có tham số trong hàm với tham số OUT"
|
||||
|
||||
#: pl_gram.y:3280
|
||||
#, c-format
|
||||
msgid "RETURN NEXT cannot have a parameter in function with OUT parameters"
|
||||
msgstr "RETURN NEXT không thể có tham số trong hàm với tham số OUT"
|
||||
|
||||
#: pl_gram.y:3387
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is declared CONSTANT"
|
||||
msgstr "biến \"%s\" được khai báo CONSTANT"
|
||||
|
||||
#: pl_gram.y:3450
|
||||
#, c-format
|
||||
msgid "record variable cannot be part of multiple-item INTO list"
|
||||
msgstr "biến bản ghi không thể là một phần của danh sách INTO nhiều mục"
|
||||
|
||||
#: pl_gram.y:3496
|
||||
#, c-format
|
||||
msgid "too many INTO variables specified"
|
||||
msgstr "quá nhiều biến INTO được chỉ định"
|
||||
|
||||
#: pl_gram.y:3702
|
||||
#, c-format
|
||||
msgid "end label \"%s\" specified for unlabelled block"
|
||||
msgstr "nhãn kết thúc \"%s\" được chỉ định cho khối không được gắn nhãn"
|
||||
|
||||
#: pl_gram.y:3709
|
||||
#, c-format
|
||||
msgid "end label \"%s\" differs from block's label \"%s\""
|
||||
msgstr "nhãn kết thúc \"%s\" khác với nhãn của block \"%s\""
|
||||
|
||||
#: pl_gram.y:3744
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has no arguments"
|
||||
msgstr "con trỏ \"%s\" không có đối số"
|
||||
|
||||
#: pl_gram.y:3758
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has arguments"
|
||||
msgstr "con trỏ \"%s\" có đối số"
|
||||
|
||||
#: pl_gram.y:3800
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has no argument named \"%s\""
|
||||
msgstr "con trỏ \"%s\" không có đối số tên là \"%s\""
|
||||
|
||||
#: pl_gram.y:3820
|
||||
#, c-format
|
||||
msgid "value for parameter \"%s\" of cursor \"%s\" specified more than once"
|
||||
msgstr "giá trị cho tham số \"%s\" của con trỏ \"%s\" được chỉ định nhiều lần"
|
||||
|
||||
#: pl_gram.y:3845
|
||||
#, c-format
|
||||
msgid "not enough arguments for cursor \"%s\""
|
||||
msgstr "không đủ đối số cho con trỏ \"%s\""
|
||||
|
||||
#: pl_gram.y:3852
|
||||
#, c-format
|
||||
msgid "too many arguments for cursor \"%s\""
|
||||
msgstr "quá nhiều đối số cho con trỏ \"%s\""
|
||||
|
||||
#: pl_gram.y:3939
|
||||
msgid "unrecognized RAISE statement option"
|
||||
msgstr "không thể xác định tùy chọn cho lệnh RAISE"
|
||||
|
||||
#: pl_gram.y:3943
|
||||
msgid "syntax error, expected \"=\""
|
||||
msgstr "lỗi cú pháp, kỳ vọng \"=\""
|
||||
|
||||
#: pl_gram.y:3984
|
||||
#, c-format
|
||||
msgid "too many parameters specified for RAISE"
|
||||
msgstr "quá nhiều thông số được chỉ định cho RAISE"
|
||||
|
||||
#: pl_gram.y:3988
|
||||
#, c-format
|
||||
msgid "too few parameters specified for RAISE"
|
||||
msgstr "quá ít thông số được chỉ định cho RAISE"
|
||||
|
||||
#: pl_handler.c:154
|
||||
msgid ""
|
||||
"Sets handling of conflicts between PL/pgSQL variable names and table column "
|
||||
"names."
|
||||
msgstr "Đặt xử lý xung đột giữa tên biến PL/pgSQL và tên cột bảng."
|
||||
|
||||
#: pl_handler.c:163
|
||||
msgid ""
|
||||
"Print information about parameters in the DETAIL part of the error messages "
|
||||
"generated on INTO ... STRICT failures."
|
||||
msgstr ""
|
||||
"Hiển thị thông tin về các tham số trong phần DETAIL của các thông báo lỗi "
|
||||
"được tạo ra khi INTO ... STRICT lỗi."
|
||||
|
||||
#: pl_handler.c:171
|
||||
msgid "Perform checks given in ASSERT statements."
|
||||
msgstr "Thực hiện các kiểm tra được đưa ra trong các câu lệnh ASSERT."
|
||||
|
||||
#: pl_handler.c:179
|
||||
msgid "List of programming constructs that should produce a warning."
|
||||
msgstr "Danh sách các cấu trúc lập trình sẽ tạo ra một cảnh báo."
|
||||
|
||||
#: pl_handler.c:189
|
||||
msgid "List of programming constructs that should produce an error."
|
||||
msgstr "Danh sách các cấu trúc lập trình sẽ tạo ra lỗi."
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: pl_scanner.c:630
|
||||
#, c-format
|
||||
msgid "%s at end of input"
|
||||
msgstr "%s tại nơi kết thúc đầu vào"
|
||||
|
||||
#. translator: first %s is typically the translation of "syntax error"
|
||||
#: pl_scanner.c:646
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s tại hoặc gần\"%s\""
|
||||
@@ -1,6 +1,6 @@
|
||||
# src/pl/plpython/nls.mk
|
||||
CATALOG_NAME = plpython
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ru sv zh_CN
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ru sv tr vi zh_CN
|
||||
GETTEXT_FILES = plpy_cursorobject.c plpy_elog.c plpy_exec.c plpy_main.c plpy_planobject.c plpy_plpymodule.c \
|
||||
plpy_procedure.c plpy_resultobject.c plpy_spi.c plpy_subxactobject.c plpy_typeio.c plpy_util.c
|
||||
GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) PLy_elog:2 PLy_exception_set:2 PLy_exception_set_plural:2,3
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
# German message translation file for plpython
|
||||
# Copyright (C) 2009 - 2017 PostgreSQL Global Development Group
|
||||
# Copyright (C) 2009 - 2018 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# Peter Eisentraut <peter_e@gmx.net>, 2009 - 2017.
|
||||
# Peter Eisentraut <peter_e@gmx.net>, 2009 - 2018.
|
||||
#
|
||||
# Use these quotes: »%s«
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 10\n"
|
||||
"Project-Id-Version: PostgreSQL 11\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-08-04 15:37+0000\n"
|
||||
"PO-Revision-Date: 2017-08-04 13:01-0400\n"
|
||||
"POT-Creation-Date: 2018-05-07 00:38+0000\n"
|
||||
"PO-Revision-Date: 2018-05-06 21:21-0400\n"
|
||||
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
|
||||
"Language-Team: German <peter_e@gmx.net>\n"
|
||||
"Language: de\n"
|
||||
@@ -19,164 +19,164 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
|
||||
#: plpy_cursorobject.c:100
|
||||
#: plpy_cursorobject.c:101
|
||||
#, c-format
|
||||
msgid "plpy.cursor expected a query or a plan"
|
||||
msgstr "plpy.cursor hat eine Anfrage oder einen Plan erwartet"
|
||||
|
||||
#: plpy_cursorobject.c:176
|
||||
#: plpy_cursorobject.c:184
|
||||
#, c-format
|
||||
msgid "plpy.cursor takes a sequence as its second argument"
|
||||
msgstr "plpy.cursor nimmt eine Sequenz als zweites Argument"
|
||||
|
||||
#: plpy_cursorobject.c:192 plpy_spi.c:226
|
||||
#: plpy_cursorobject.c:200 plpy_spi.c:211
|
||||
#, c-format
|
||||
msgid "could not execute plan"
|
||||
msgstr "konnte Plan nicht ausführen"
|
||||
|
||||
#: plpy_cursorobject.c:195 plpy_spi.c:229
|
||||
#: plpy_cursorobject.c:203 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"
|
||||
msgstr[0] "Sequenz aus %d Argument erwartet, aber %d erhalten: %s"
|
||||
msgstr[1] "Sequenz aus %d Argumenten erwartet, aber %d erhalten: %s"
|
||||
|
||||
#: plpy_cursorobject.c:350
|
||||
#: plpy_cursorobject.c:352
|
||||
#, c-format
|
||||
msgid "iterating a closed cursor"
|
||||
msgstr "Iteration mit einem geschlossenen Cursor"
|
||||
|
||||
#: plpy_cursorobject.c:358 plpy_cursorobject.c:423
|
||||
#: plpy_cursorobject.c:360 plpy_cursorobject.c:426
|
||||
#, c-format
|
||||
msgid "iterating a cursor in an aborted subtransaction"
|
||||
msgstr "Iteration mit einem Cursor in einer abgebrochenen Transaktionen"
|
||||
|
||||
#: plpy_cursorobject.c:415
|
||||
#: plpy_cursorobject.c:418
|
||||
#, c-format
|
||||
msgid "fetch from a closed cursor"
|
||||
msgstr "Lesen aus einem geschlossenen Cursor"
|
||||
|
||||
#: plpy_cursorobject.c:463 plpy_spi.c:434
|
||||
#: plpy_cursorobject.c:461 plpy_spi.c:409
|
||||
#, c-format
|
||||
msgid "query result has too many rows to fit in a Python list"
|
||||
msgstr "Anfrageergebnis hat zu viele Zeilen, um in eine Python-Liste zu passen"
|
||||
|
||||
#: plpy_cursorobject.c:504
|
||||
#: plpy_cursorobject.c:512
|
||||
#, c-format
|
||||
msgid "closing a cursor in an aborted subtransaction"
|
||||
msgstr "Schließen eines Cursors in einer abgebrochenen Subtransaktion"
|
||||
|
||||
#: plpy_elog.c:127 plpy_elog.c:128 plpy_plpymodule.c:548
|
||||
#: plpy_elog.c:127 plpy_elog.c:128 plpy_plpymodule.c:559
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: plpy_exec.c:140
|
||||
#: plpy_exec.c:142
|
||||
#, c-format
|
||||
msgid "unsupported set function return mode"
|
||||
msgstr "nicht unterstützter Rückgabemodus für Funktion mit Mengenergebnis"
|
||||
|
||||
#: plpy_exec.c:141
|
||||
#: plpy_exec.c:143
|
||||
#, c-format
|
||||
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:154
|
||||
#: plpy_exec.c:156
|
||||
#, c-format
|
||||
msgid "returned object cannot be iterated"
|
||||
msgstr "zurückgegebenes Objekt kann nicht iteriert werden"
|
||||
|
||||
#: plpy_exec.c:155
|
||||
#: plpy_exec.c:157
|
||||
#, c-format
|
||||
msgid "PL/Python set-returning functions must return an iterable object."
|
||||
msgstr "PL/Python-Funktionen mit Mengenergebnis müssen ein iterierbares Objekt zurückgeben."
|
||||
|
||||
#: plpy_exec.c:169
|
||||
#: plpy_exec.c:171
|
||||
#, c-format
|
||||
msgid "error fetching next item from iterator"
|
||||
msgstr "Fehler beim Auslesen des nächsten Elements vom Iterator"
|
||||
|
||||
#: plpy_exec.c:210
|
||||
#: plpy_exec.c:214
|
||||
#, c-format
|
||||
msgid "PL/Python procedure did not return None"
|
||||
msgstr "PL/Python-Prozedur hat nicht None zurückgegeben"
|
||||
|
||||
#: plpy_exec.c:218
|
||||
#, c-format
|
||||
msgid "PL/Python function with return type \"void\" did not return None"
|
||||
msgstr "PL/Python-Funktion mit Rückgabetyp »void« hat nicht None zurückgegeben"
|
||||
|
||||
#: plpy_exec.c:379 plpy_exec.c:405
|
||||
#: plpy_exec.c:374 plpy_exec.c:400
|
||||
#, c-format
|
||||
msgid "unexpected return value from trigger procedure"
|
||||
msgstr "unerwarteter Rückgabewert von Triggerprozedur"
|
||||
|
||||
#: plpy_exec.c:380
|
||||
#: plpy_exec.c:375
|
||||
#, c-format
|
||||
msgid "Expected None or a string."
|
||||
msgstr "Erwartete None oder eine Zeichenkette."
|
||||
|
||||
#: plpy_exec.c:395
|
||||
#: plpy_exec.c:390
|
||||
#, c-format
|
||||
msgid "PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
|
||||
msgstr "PL/Python-Funktion gab in einem DELETE-Trigger \"MODIFY\" zurück -- ignoriert"
|
||||
|
||||
#: plpy_exec.c:406
|
||||
#: plpy_exec.c:401
|
||||
#, c-format
|
||||
msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"."
|
||||
msgstr "Erwartete None, \"OK\", \"SKIP\" oder \"MODIFY\"."
|
||||
|
||||
#: plpy_exec.c:487
|
||||
#: plpy_exec.c:451
|
||||
#, c-format
|
||||
msgid "PyList_SetItem() failed, while setting up arguments"
|
||||
msgstr "PyList_SetItem() fehlgeschlagen, beim Einrichten der Argumente"
|
||||
|
||||
#: plpy_exec.c:491
|
||||
#: plpy_exec.c:455
|
||||
#, c-format
|
||||
msgid "PyDict_SetItemString() failed, while setting up arguments"
|
||||
msgstr "PyDict_SetItemString() fehlgeschlagen, beim Einrichten der Argumente"
|
||||
|
||||
#: plpy_exec.c:503
|
||||
#: plpy_exec.c:467
|
||||
#, c-format
|
||||
msgid "function returning record called in context that cannot accept type record"
|
||||
msgstr "Funktion, die einen Record zurückgibt, in einem Zusammenhang aufgerufen, der Typ record nicht verarbeiten kann"
|
||||
|
||||
#: plpy_exec.c:719
|
||||
#: plpy_exec.c:684
|
||||
#, c-format
|
||||
msgid "while creating return value"
|
||||
msgstr "beim Erzeugen des Rückgabewerts"
|
||||
|
||||
#: plpy_exec.c:743
|
||||
#, c-format
|
||||
msgid "could not create new dictionary while building trigger arguments"
|
||||
msgstr "konnte neues Dictionary nicht erzeugen, beim Aufbauen der Triggerargumente"
|
||||
|
||||
#: plpy_exec.c:931
|
||||
#: plpy_exec.c:909
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] deleted, cannot modify row"
|
||||
msgstr "TD[\"new\"] wurde gelöscht, kann Zeile nicht ändern"
|
||||
|
||||
#: plpy_exec.c:936
|
||||
#: plpy_exec.c:914
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] is not a dictionary"
|
||||
msgstr "TD[\"new\"] ist kein Dictionary"
|
||||
|
||||
#: plpy_exec.c:963
|
||||
#: plpy_exec.c:941
|
||||
#, 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:970
|
||||
#: plpy_exec.c:948
|
||||
#, 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:975
|
||||
#: plpy_exec.c:953
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "Systemattribut »%s« kann nicht gesetzt werden"
|
||||
|
||||
#: plpy_exec.c:1046
|
||||
#: plpy_exec.c:1011
|
||||
#, c-format
|
||||
msgid "while modifying trigger row"
|
||||
msgstr "beim Ändern der Triggerzeile"
|
||||
|
||||
#: plpy_exec.c:1107
|
||||
#: plpy_exec.c:1072
|
||||
#, c-format
|
||||
msgid "forcibly aborting a subtransaction that has not been exited"
|
||||
msgstr "Abbruch einer Subtransaktion, die nicht beendet wurde, wird erzwungen"
|
||||
@@ -201,71 +201,66 @@ msgstr "nicht abgefangener Fehler bei der Initialisierung"
|
||||
msgid "could not import \"__main__\" module"
|
||||
msgstr "konnte Modul »__main__« nicht importieren"
|
||||
|
||||
#: plpy_main.c:170
|
||||
#, c-format
|
||||
msgid "could not create globals"
|
||||
msgstr "konnte globale Objekte nicht erzeugen"
|
||||
|
||||
#: plpy_main.c:174
|
||||
#, c-format
|
||||
msgid "could not initialize globals"
|
||||
msgstr "konnte globale Objekte nicht initialisieren"
|
||||
|
||||
#: plpy_main.c:387
|
||||
#: plpy_main.c:399
|
||||
#, c-format
|
||||
msgid "PL/Python procedure \"%s\""
|
||||
msgstr "PL/Python-Prozedur »%s«"
|
||||
|
||||
#: plpy_main.c:402
|
||||
#, c-format
|
||||
msgid "PL/Python function \"%s\""
|
||||
msgstr "PL/Python-Funktion »%s«"
|
||||
|
||||
#: plpy_main.c:394
|
||||
#: plpy_main.c:410
|
||||
#, c-format
|
||||
msgid "PL/Python anonymous code block"
|
||||
msgstr "anonymer PL/Python-Codeblock"
|
||||
|
||||
#: plpy_plpymodule.c:181 plpy_plpymodule.c:184
|
||||
#: plpy_plpymodule.c:192 plpy_plpymodule.c:195
|
||||
#, c-format
|
||||
msgid "could not import \"plpy\" module"
|
||||
msgstr "konnte Modul »plpy« nicht importieren"
|
||||
|
||||
#: plpy_plpymodule.c:199
|
||||
#: plpy_plpymodule.c:210
|
||||
#, c-format
|
||||
msgid "could not create the spiexceptions module"
|
||||
msgstr "konnte das Modul »spiexceptions« nicht erzeugen"
|
||||
|
||||
#: plpy_plpymodule.c:207
|
||||
#: plpy_plpymodule.c:218
|
||||
#, c-format
|
||||
msgid "could not add the spiexceptions module"
|
||||
msgstr "konnte das Modul »spiexceptions« nicht hinzufügen"
|
||||
|
||||
#: plpy_plpymodule.c:236
|
||||
#, c-format
|
||||
msgid "could not create exception \"%s\""
|
||||
msgstr "konnte Ausnahme »%s« nicht erzeugen"
|
||||
|
||||
#: plpy_plpymodule.c:271 plpy_plpymodule.c:275
|
||||
#: plpy_plpymodule.c:286
|
||||
#, c-format
|
||||
msgid "could not generate SPI exceptions"
|
||||
msgstr "konnte SPI-Ausnahmen nicht erzeugen"
|
||||
|
||||
#: plpy_plpymodule.c:443
|
||||
#: plpy_plpymodule.c:454
|
||||
#, c-format
|
||||
msgid "could not unpack arguments in plpy.elog"
|
||||
msgstr "konnte Argumente in plpy.elog nicht entpacken"
|
||||
|
||||
#: plpy_plpymodule.c:452
|
||||
#: plpy_plpymodule.c:463
|
||||
msgid "could not parse error message in plpy.elog"
|
||||
msgstr "konnte Fehlermeldung in plpy.elog nicht parsen"
|
||||
|
||||
#: plpy_plpymodule.c:469
|
||||
#: plpy_plpymodule.c:480
|
||||
#, c-format
|
||||
msgid "argument 'message' given by name and position"
|
||||
msgstr "Argument »message« wurde durch Namen und Position angegeben"
|
||||
|
||||
#: plpy_plpymodule.c:496
|
||||
#: plpy_plpymodule.c:507
|
||||
#, c-format
|
||||
msgid "'%s' is an invalid keyword argument for this function"
|
||||
msgstr "»%s« ist ein ungültiges Schlüsselwortargument für diese Funktion"
|
||||
|
||||
#: plpy_plpymodule.c:507 plpy_plpymodule.c:513
|
||||
#: plpy_plpymodule.c:518 plpy_plpymodule.c:524
|
||||
#, c-format
|
||||
msgid "invalid SQLSTATE code"
|
||||
msgstr "ungültiger SQLSTATE-Code"
|
||||
@@ -275,57 +270,57 @@ msgstr "ungültiger SQLSTATE-Code"
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "Triggerfunktionen können nur als Trigger aufgerufen werden"
|
||||
|
||||
#: plpy_procedure.c:235
|
||||
#: plpy_procedure.c:234
|
||||
#, c-format
|
||||
msgid "PL/Python functions cannot return type %s"
|
||||
msgstr "PL/Python-Funktionen können keinen Rückgabetyp %s haben"
|
||||
|
||||
#: plpy_procedure.c:316
|
||||
#: plpy_procedure.c:312
|
||||
#, c-format
|
||||
msgid "PL/Python functions cannot accept type %s"
|
||||
msgstr "PL/Python-Funktionen können Typ %s nicht annehmen"
|
||||
|
||||
#: plpy_procedure.c:412
|
||||
#: plpy_procedure.c:402
|
||||
#, c-format
|
||||
msgid "could not compile PL/Python function \"%s\""
|
||||
msgstr "konnte PL/Python-Funktion »%s« nicht kompilieren"
|
||||
|
||||
#: plpy_procedure.c:415
|
||||
#: plpy_procedure.c:405
|
||||
#, c-format
|
||||
msgid "could not compile anonymous PL/Python code block"
|
||||
msgstr "konnte anonymen PL/Python-Codeblock nicht kompilieren"
|
||||
|
||||
#: plpy_resultobject.c:145 plpy_resultobject.c:165 plpy_resultobject.c:185
|
||||
#: plpy_resultobject.c:150 plpy_resultobject.c:176 plpy_resultobject.c:202
|
||||
#, c-format
|
||||
msgid "command did not produce a result set"
|
||||
msgstr "Befehl hat keine Ergebnismenge erzeugt"
|
||||
|
||||
#: plpy_spi.c:59
|
||||
#: plpy_spi.c:60
|
||||
#, c-format
|
||||
msgid "second argument of plpy.prepare must be a sequence"
|
||||
msgstr "zweites Argument von plpy.prepare muss eine Sequenz sein"
|
||||
|
||||
#: plpy_spi.c:115
|
||||
#: plpy_spi.c:104
|
||||
#, c-format
|
||||
msgid "plpy.prepare: type name at ordinal position %d is not a string"
|
||||
msgstr "plpy.prepare: Typname auf Position %d ist keine Zeichenkette"
|
||||
|
||||
#: plpy_spi.c:191
|
||||
#: plpy_spi.c:176
|
||||
#, c-format
|
||||
msgid "plpy.execute expected a query or a plan"
|
||||
msgstr "plpy.execute hat eine Anfrage oder einen Plan erwartet"
|
||||
|
||||
#: plpy_spi.c:210
|
||||
#: plpy_spi.c:195
|
||||
#, c-format
|
||||
msgid "plpy.execute takes a sequence as its second argument"
|
||||
msgstr "plpy.execute nimmt eine Sequenz als zweites Argument"
|
||||
|
||||
#: plpy_spi.c:335
|
||||
#: plpy_spi.c:305
|
||||
#, c-format
|
||||
msgid "SPI_execute_plan failed: %s"
|
||||
msgstr "SPI_execute_plan fehlgeschlagen: %s"
|
||||
|
||||
#: plpy_spi.c:377
|
||||
#: plpy_spi.c:347
|
||||
#, c-format
|
||||
msgid "SPI_execute failed: %s"
|
||||
msgstr "SPI_execute fehlgeschlagen: %s"
|
||||
@@ -350,113 +345,112 @@ msgstr "diese Subtransaktion wurde nicht begonnen"
|
||||
msgid "there is no subtransaction to exit from"
|
||||
msgstr "es gibt keine Subtransaktion zu beenden"
|
||||
|
||||
#: plpy_typeio.c:292
|
||||
#, c-format
|
||||
msgid "could not create new dictionary"
|
||||
msgstr "konnte neues Dictionary nicht erzeugen"
|
||||
|
||||
#: plpy_typeio.c:560
|
||||
#: plpy_typeio.c:591
|
||||
#, c-format
|
||||
msgid "could not import a module for Decimal constructor"
|
||||
msgstr "konnte kein Modul für den »Decimal«-Konstruktor importieren"
|
||||
|
||||
#: plpy_typeio.c:564
|
||||
#: plpy_typeio.c:595
|
||||
#, c-format
|
||||
msgid "no Decimal attribute in module"
|
||||
msgstr "kein Attribut »Decimal« im Modul"
|
||||
|
||||
#: plpy_typeio.c:570
|
||||
#: plpy_typeio.c:601
|
||||
#, c-format
|
||||
msgid "conversion from numeric to Decimal failed"
|
||||
msgstr "Umwandlung von numeric in Decimal fehlgeschlagen"
|
||||
|
||||
#: plpy_typeio.c:773
|
||||
#: plpy_typeio.c:908
|
||||
#, c-format
|
||||
msgid "could not create bytes representation of Python object"
|
||||
msgstr "konnte Bytes-Darstellung eines Python-Objektes nicht erzeugen"
|
||||
|
||||
#: plpy_typeio.c:882
|
||||
#: plpy_typeio.c:1056
|
||||
#, c-format
|
||||
msgid "could not create string representation of Python object"
|
||||
msgstr "konnte Zeichenkettendarstellung eines Python-Objektes nicht erzeugen"
|
||||
|
||||
#: plpy_typeio.c:893
|
||||
#: plpy_typeio.c:1067
|
||||
#, c-format
|
||||
msgid "could not convert Python object into cstring: Python string representation appears to contain null bytes"
|
||||
msgstr "konnte Python-Objekt nicht in cstring umwandeln: Python-Zeichenkettendarstellung enthält anscheinend Null-Bytes"
|
||||
|
||||
#: plpy_typeio.c:950
|
||||
#, c-format
|
||||
msgid "malformed record literal: \"%s\""
|
||||
msgstr "fehlerhafte Record-Konstante: »%s«"
|
||||
|
||||
#: plpy_typeio.c:951
|
||||
#, c-format
|
||||
msgid "Missing left parenthesis."
|
||||
msgstr "Linke Klammer fehlt."
|
||||
|
||||
#: plpy_typeio.c:952 plpy_typeio.c:1390
|
||||
#, c-format
|
||||
msgid "To return a composite type in an array, return the composite type as a Python tuple, e.g., \"[('foo',)]\"."
|
||||
msgstr "Um einen zusammengesetzten Typ in einem Array zurückzugeben, geben Sie den zusammengesetzten Typ als ein Python-Tupel zurück, z.B. »[('foo',)]«."
|
||||
|
||||
#: plpy_typeio.c:1001
|
||||
#: plpy_typeio.c:1176
|
||||
#, c-format
|
||||
msgid "number of array dimensions exceeds the maximum allowed (%d)"
|
||||
msgstr "Anzahl der Arraydimensionen überschreitet erlaubtes Maximum (%d)"
|
||||
|
||||
#: plpy_typeio.c:1005
|
||||
#: plpy_typeio.c:1180
|
||||
#, c-format
|
||||
msgid "cannot determine sequence length for function return value"
|
||||
msgstr "kann Sequenzlänge für Funktionsrückgabewert nicht ermitteln"
|
||||
msgid "could not determine sequence length for function return value"
|
||||
msgstr "konnte Sequenzlänge für Funktionsrückgabewert nicht ermitteln"
|
||||
|
||||
#: plpy_typeio.c:1008 plpy_typeio.c:1012
|
||||
#: plpy_typeio.c:1183 plpy_typeio.c:1187
|
||||
#, c-format
|
||||
msgid "array size exceeds the maximum allowed"
|
||||
msgstr "Arraygröße überschreitet erlaubtes Maximum"
|
||||
|
||||
#: plpy_typeio.c:1038
|
||||
#: plpy_typeio.c:1213
|
||||
#, c-format
|
||||
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:1091
|
||||
#, fuzzy, c-format
|
||||
#| msgid "multidimensional arrays must have array expressions with matching dimensions"
|
||||
msgid "multidimensional arrays must have array expressions with matching dimensions. PL/Python function return value has sequence length %d while expected %d"
|
||||
msgstr "mehrdimensionale Arrays müssen Arraysausdrücke mit gleicher Anzahl Dimensionen haben"
|
||||
#: plpy_typeio.c:1259
|
||||
#, c-format
|
||||
msgid "wrong length of inner sequence: has length %d, but %d was expected"
|
||||
msgstr "falsche Länge der inneren Sequenz: hat Länge %d, aber %d wurde erwartet"
|
||||
|
||||
#: plpy_typeio.c:1213
|
||||
#: plpy_typeio.c:1261
|
||||
#, c-format
|
||||
msgid "To construct a multidimensional array, the inner sequences must all have the same length."
|
||||
msgstr "Um ein mehrdimensionales Array zu konstruieren, müssen die inneren Sequenzen alle die gleiche Länge haben."
|
||||
|
||||
#: plpy_typeio.c:1340
|
||||
#, c-format
|
||||
msgid "malformed record literal: \"%s\""
|
||||
msgstr "fehlerhafte Record-Konstante: »%s«"
|
||||
|
||||
#: plpy_typeio.c:1341
|
||||
#, c-format
|
||||
msgid "Missing left parenthesis."
|
||||
msgstr "Linke Klammer fehlt."
|
||||
|
||||
#: plpy_typeio.c:1342 plpy_typeio.c:1543
|
||||
#, c-format
|
||||
msgid "To return a composite type in an array, return the composite type as a Python tuple, e.g., \"[('foo',)]\"."
|
||||
msgstr "Um einen zusammengesetzten Typ in einem Array zurückzugeben, geben Sie den zusammengesetzten Typ als ein Python-Tupel zurück, z.B. »[('foo',)]«."
|
||||
|
||||
#: plpy_typeio.c:1389
|
||||
#, c-format
|
||||
msgid "key \"%s\" not found in mapping"
|
||||
msgstr "Schlüssel »%s« nicht in Mapping gefunden"
|
||||
|
||||
#: plpy_typeio.c:1214
|
||||
#: plpy_typeio.c:1390
|
||||
#, 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:1265
|
||||
#: plpy_typeio.c:1443
|
||||
#, 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:1388
|
||||
#: plpy_typeio.c:1541
|
||||
#, c-format
|
||||
msgid "attribute \"%s\" does not exist in Python object"
|
||||
msgstr "Attribut »%s« existiert nicht in Python-Objekt"
|
||||
|
||||
#: plpy_typeio.c:1391
|
||||
#: plpy_typeio.c:1544
|
||||
#, 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."
|
||||
|
||||
#: plpy_util.c:36
|
||||
#: plpy_util.c:35
|
||||
#, c-format
|
||||
msgid "could not convert Python Unicode object to bytes"
|
||||
msgstr "konnte Python-Unicode-Objekt nicht in Bytes umwandeln"
|
||||
|
||||
#: plpy_util.c:42
|
||||
#: plpy_util.c:41
|
||||
#, c-format
|
||||
msgid "could not extract bytes from encoded string"
|
||||
msgstr "konnte kodierte Zeichenkette nicht in Bytes umwandeln"
|
||||
|
||||
@@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 9.6\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-07-06 14:37+0000\n"
|
||||
"PO-Revision-Date: 2017-07-06 18:07+0200\n"
|
||||
"POT-Creation-Date: 2017-08-07 14:07+0000\n"
|
||||
"PO-Revision-Date: 2017-08-07 18:15+0200\n"
|
||||
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
|
||||
"Language-Team: French <guillaume@lelarge.info>\n"
|
||||
"Language: fr\n"
|
||||
@@ -17,7 +17,7 @@ msgstr ""
|
||||
"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.8.12\n"
|
||||
"X-Generator: Poedit 2.0.2\n"
|
||||
|
||||
#: plpy_cursorobject.c:100
|
||||
#, c-format
|
||||
@@ -419,8 +419,8 @@ msgstr "le nombre de dimensions du tableau dépasse le maximum autorisé (%d)"
|
||||
|
||||
#: plpy_typeio.c:1005
|
||||
#, c-format
|
||||
msgid "cannot determine sequence length for function return value"
|
||||
msgstr "ne peut pas déterminer la longueur de la séquence pour la valeur de retour de la fonction"
|
||||
msgid "could not determine sequence length for function return value"
|
||||
msgstr "n'a pas pu déterminer la longueur de la séquence pour la valeur de retour de la fonction"
|
||||
|
||||
#: plpy_typeio.c:1008 plpy_typeio.c:1012
|
||||
#, c-format
|
||||
@@ -434,11 +434,13 @@ msgstr "la valeur de retour de la fonction de type tableau n'est pas une séquen
|
||||
|
||||
#: plpy_typeio.c:1091
|
||||
#, c-format
|
||||
msgid "multidimensional arrays must have array expressions with matching dimensions. PL/Python function return value has sequence length %d while expected %d"
|
||||
msgstr ""
|
||||
"les tableaux multidimensionnels doivent avoir des expressions de tableaux\n"
|
||||
"avec des dimensions correspondantes. La valeur de retour de la fonction\n"
|
||||
"PL/Python a une longueur de séquence %d alors que %d est attendue"
|
||||
msgid "wrong length of inner sequence: has length %d, but %d was expected"
|
||||
msgstr "mauvaise longueur de la séquence interne : a une longueur %d, mais %d était attendu"
|
||||
|
||||
#: plpy_typeio.c:1093
|
||||
#, c-format
|
||||
msgid "To construct a multidimensional array, the inner sequences must all have the same length."
|
||||
msgstr "Pour construire un tableau multidimensionnel, les séquences internes doivent toutes avoir la même longueur."
|
||||
|
||||
#: plpy_typeio.c:1213
|
||||
#, c-format
|
||||
@@ -481,24 +483,67 @@ msgstr "n'a pas pu convertir l'objet Unicode Python en octets"
|
||||
msgid "could not extract bytes from encoded string"
|
||||
msgstr "n'a pas pu extraire les octets de la chaîne encodée"
|
||||
|
||||
#~ msgid "could not create the base SPI exceptions"
|
||||
#~ msgstr "n'a pas pu créer les exceptions SPI de base"
|
||||
#~ msgid "plan.status takes no arguments"
|
||||
#~ msgstr "plan.status ne prends pas d'arguments"
|
||||
|
||||
#~ msgid "Python major version mismatch in session"
|
||||
#~ msgstr "Différence de version majeure de Python dans la session"
|
||||
#~ msgid "cannot convert multidimensional array to Python list"
|
||||
#~ msgstr "ne peut pas convertir un tableau multidimensionnel en liste Python"
|
||||
|
||||
#~ msgid "This session has previously used Python major version %d, and it is now attempting to use Python major version %d."
|
||||
#~ msgid "PL/Python only supports one-dimensional arrays."
|
||||
#~ msgstr "PL/Python supporte seulement les tableaux uni-dimensionnels."
|
||||
|
||||
#~ msgid "could not create new Python list"
|
||||
#~ msgstr "n'a pas pu créer la nouvelle liste Python"
|
||||
|
||||
#~ msgid "the message is already specified"
|
||||
#~ msgstr "le message est déjà spécifié"
|
||||
|
||||
#~ msgid "plpy.prepare does not support composite types"
|
||||
#~ msgstr "plpy.prepare ne supporte pas les types composites"
|
||||
|
||||
#~ msgid "PL/Python does not support conversion to arrays of row types."
|
||||
#~ msgstr "PL/Python ne supporte pas les conversions vers des tableaux de types row."
|
||||
|
||||
#~ msgid "unrecognized error in PLy_spi_execute_fetch_result"
|
||||
#~ msgstr "erreur inconnue dans PLy_spi_execute_fetch_result"
|
||||
|
||||
#~ msgid "PyCObject_AsVoidPtr() failed"
|
||||
#~ msgstr "échec de PyCObject_AsVoidPtr()"
|
||||
|
||||
#~ msgid "PyCObject_FromVoidPtr() failed"
|
||||
#~ msgstr "échec de PyCObject_FromVoidPtr()"
|
||||
|
||||
#~ msgid "transaction aborted"
|
||||
#~ msgstr "transaction annulée"
|
||||
|
||||
#~ msgid "invalid arguments for plpy.prepare"
|
||||
#~ msgstr "arguments invalides pour plpy.prepare"
|
||||
|
||||
#~ msgid "unrecognized error in PLy_spi_prepare"
|
||||
#~ msgstr "erreur inconnue dans PLy_spi_prepare"
|
||||
|
||||
#~ msgid "unrecognized error in PLy_spi_execute_plan"
|
||||
#~ msgstr "erreur inconnue dans PLy_spi_execute_plan"
|
||||
|
||||
#~ msgid "unrecognized error in PLy_spi_execute_query"
|
||||
#~ msgstr "erreur inconnue dans PLy_spi_execute_query"
|
||||
|
||||
#~ msgid "could not create procedure cache"
|
||||
#~ msgstr "n'a pas pu créer le cache de procédure"
|
||||
|
||||
#~ msgid "PL/Python: %s"
|
||||
#~ msgstr "PL/python : %s"
|
||||
|
||||
#~ msgid "out of memory"
|
||||
#~ msgstr "mémoire épuisée"
|
||||
|
||||
#~ msgid "PL/Python function \"%s\" failed"
|
||||
#~ msgstr "échec de la fonction PL/python « %s »"
|
||||
|
||||
#~ msgid "could not compute string representation of Python object in PL/Python function \"%s\" while modifying trigger row"
|
||||
#~ msgstr ""
|
||||
#~ "Cette session a auparavant utilisé la version majeure %d de Python et elle\n"
|
||||
#~ "essaie maintenant d'utiliser la version majeure %d."
|
||||
|
||||
#~ msgid "Start a new session to use a different Python major version."
|
||||
#~ msgstr ""
|
||||
#~ "Lancez une nouvelle session pour utiliser une version majeure différente de\n"
|
||||
#~ "Python."
|
||||
|
||||
#~ msgid "PL/Python function \"%s\" could not execute plan"
|
||||
#~ msgstr "la fonction PL/python « %s » n'a pas pu exécuter un plan"
|
||||
#~ "n'a pas pu traiter la représentation de la chaîne d'un objet Python dans\n"
|
||||
#~ "la fonction PL/Python « %s » lors de la modification de la ligne du trigger"
|
||||
|
||||
#~ msgid "could not create string representation of Python object in PL/Python function \"%s\" while creating return value"
|
||||
#~ msgstr ""
|
||||
@@ -506,64 +551,27 @@ msgstr "n'a pas pu extraire les octets de la chaîne encodée"
|
||||
#~ "Python dans la fonction PL/python « %s » lors de la création de la valeur\n"
|
||||
#~ "de retour"
|
||||
|
||||
#~ msgid "could not compute string representation of Python object in PL/Python function \"%s\" while modifying trigger row"
|
||||
#~ msgid "PL/Python function \"%s\" could not execute plan"
|
||||
#~ msgstr "la fonction PL/python « %s » n'a pas pu exécuter un plan"
|
||||
|
||||
#~ msgid "Start a new session to use a different Python major version."
|
||||
#~ msgstr ""
|
||||
#~ "n'a pas pu traiter la représentation de la chaîne d'un objet Python dans\n"
|
||||
#~ "la fonction PL/Python « %s » lors de la modification de la ligne du trigger"
|
||||
#~ "Lancez une nouvelle session pour utiliser une version majeure différente de\n"
|
||||
#~ "Python."
|
||||
|
||||
#~ msgid "PL/Python function \"%s\" failed"
|
||||
#~ msgstr "échec de la fonction PL/python « %s »"
|
||||
#~ msgid "This session has previously used Python major version %d, and it is now attempting to use Python major version %d."
|
||||
#~ msgstr ""
|
||||
#~ "Cette session a auparavant utilisé la version majeure %d de Python et elle\n"
|
||||
#~ "essaie maintenant d'utiliser la version majeure %d."
|
||||
|
||||
#~ msgid "out of memory"
|
||||
#~ msgstr "mémoire épuisée"
|
||||
#~ msgid "Python major version mismatch in session"
|
||||
#~ msgstr "Différence de version majeure de Python dans la session"
|
||||
|
||||
#~ msgid "PL/Python: %s"
|
||||
#~ msgstr "PL/python : %s"
|
||||
#~ msgid "could not create the base SPI exceptions"
|
||||
#~ msgstr "n'a pas pu créer les exceptions SPI de base"
|
||||
|
||||
#~ msgid "could not create procedure cache"
|
||||
#~ msgstr "n'a pas pu créer le cache de procédure"
|
||||
|
||||
#~ msgid "unrecognized error in PLy_spi_execute_query"
|
||||
#~ msgstr "erreur inconnue dans PLy_spi_execute_query"
|
||||
|
||||
#~ msgid "unrecognized error in PLy_spi_execute_plan"
|
||||
#~ msgstr "erreur inconnue dans PLy_spi_execute_plan"
|
||||
|
||||
#~ msgid "unrecognized error in PLy_spi_prepare"
|
||||
#~ msgstr "erreur inconnue dans PLy_spi_prepare"
|
||||
|
||||
#~ msgid "invalid arguments for plpy.prepare"
|
||||
#~ msgstr "arguments invalides pour plpy.prepare"
|
||||
|
||||
#~ msgid "transaction aborted"
|
||||
#~ msgstr "transaction annulée"
|
||||
|
||||
#~ msgid "PyCObject_FromVoidPtr() failed"
|
||||
#~ msgstr "échec de PyCObject_FromVoidPtr()"
|
||||
|
||||
#~ msgid "PyCObject_AsVoidPtr() failed"
|
||||
#~ msgstr "échec de PyCObject_AsVoidPtr()"
|
||||
|
||||
#~ msgid "unrecognized error in PLy_spi_execute_fetch_result"
|
||||
#~ msgstr "erreur inconnue dans PLy_spi_execute_fetch_result"
|
||||
|
||||
#~ msgid "PL/Python does not support conversion to arrays of row types."
|
||||
#~ msgstr "PL/Python ne supporte pas les conversions vers des tableaux de types row."
|
||||
|
||||
#~ msgid "plpy.prepare does not support composite types"
|
||||
#~ msgstr "plpy.prepare ne supporte pas les types composites"
|
||||
|
||||
#~ msgid "the message is already specified"
|
||||
#~ msgstr "le message est déjà spécifié"
|
||||
|
||||
#~ msgid "could not create new Python list"
|
||||
#~ msgstr "n'a pas pu créer la nouvelle liste Python"
|
||||
|
||||
#~ msgid "PL/Python only supports one-dimensional arrays."
|
||||
#~ msgstr "PL/Python supporte seulement les tableaux uni-dimensionnels."
|
||||
|
||||
#~ msgid "cannot convert multidimensional array to Python list"
|
||||
#~ msgstr "ne peut pas convertir un tableau multidimensionnel en liste Python"
|
||||
|
||||
#~ msgid "plan.status takes no arguments"
|
||||
#~ msgstr "plan.status ne prends pas d'arguments"
|
||||
#~ msgid "multidimensional arrays must have array expressions with matching dimensions. PL/Python function return value has sequence length %d while expected %d"
|
||||
#~ msgstr ""
|
||||
#~ "les tableaux multidimensionnels doivent avoir des expressions de tableaux\n"
|
||||
#~ "avec des dimensions correspondantes. La valeur de retour de la fonction\n"
|
||||
#~ "PL/Python a une longueur de séquence %d alors que %d est attendue"
|
||||
|
||||
@@ -1,34 +1,32 @@
|
||||
#
|
||||
# Translation of plpython to Italian
|
||||
# PostgreSQL Project
|
||||
# plpython.po
|
||||
# Italian message translation file for plpython
|
||||
#
|
||||
# Associazione Culturale ITPUG - Italian PostgreSQL Users Group
|
||||
# http://www.itpug.org/ - info@itpug.org
|
||||
# For development and bug report please use:
|
||||
# https://github.com/dvarrazzo/postgresql-it
|
||||
#
|
||||
# Traduttori:
|
||||
# * Flavio Spada <f.spada@sbv.mi.it>
|
||||
# * Daniele Varrazzo <daniele.varrazzo@gmail.com
|
||||
# Copyright (C) 2012-2017 PostgreSQL Global Development Group
|
||||
# Copyright (C) 2010, Associazione Culturale ITPUG
|
||||
#
|
||||
# Revisori:
|
||||
# * Gabriele Bartolini <gabriele.bartolini@2ndQuadrant.it>
|
||||
# Daniele Varrazzo <daniele.varrazzo@gmail.com>, 2012-2017.
|
||||
# Flavio Spada <f.spada@sbv.mi.it>
|
||||
#
|
||||
# Copyright (c) 2010, Associazione Culturale ITPUG
|
||||
# Distributed under the same license of the PostgreSQL project
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plpython (PostgreSQL) 10\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-04-22 22:37+0000\n"
|
||||
"PO-Revision-Date: 2017-05-29 17:46+0100\n"
|
||||
"POT-Creation-Date: 2017-08-30 21:37+0000\n"
|
||||
"PO-Revision-Date: 2017-08-31 01:44+0100\n"
|
||||
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
|
||||
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
|
||||
"Language-Team: https://github.com/dvarrazzo/postgresql-it\n"
|
||||
"Language: it\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.8.7.1\n"
|
||||
"X-Generator: Poedit 1.5.4\n"
|
||||
|
||||
#: plpy_cursorobject.c:100
|
||||
#, c-format
|
||||
@@ -268,8 +266,8 @@ msgstr "non è stato possibile interpretare il messaggio di errore in plpy.elog"
|
||||
|
||||
#: plpy_plpymodule.c:469
|
||||
#, c-format
|
||||
msgid "Argument 'message' given by name and position"
|
||||
msgstr "Parametro 'message' dato con nome e posizione"
|
||||
msgid "argument 'message' given by name and position"
|
||||
msgstr "parametro 'message' dato con nome e posizione"
|
||||
|
||||
#: plpy_plpymodule.c:496
|
||||
#, c-format
|
||||
@@ -381,82 +379,87 @@ msgstr "attributo Decimal non trovato nel modulo"
|
||||
msgid "conversion from numeric to Decimal failed"
|
||||
msgstr "conversione da numeric a Decimal fallita"
|
||||
|
||||
#: plpy_typeio.c:772
|
||||
#: plpy_typeio.c:773
|
||||
#, c-format
|
||||
msgid "could not create bytes representation of Python object"
|
||||
msgstr "creazione della rappresentazione in byte dell'oggetto Python fallita"
|
||||
|
||||
#: plpy_typeio.c:881
|
||||
#: plpy_typeio.c:882
|
||||
#, c-format
|
||||
msgid "could not create string representation of Python object"
|
||||
msgstr "creazione della rappresentazione stringa dell'oggetto Python fallita"
|
||||
|
||||
#: plpy_typeio.c:892
|
||||
#: plpy_typeio.c:893
|
||||
#, c-format
|
||||
msgid "could not convert Python object into cstring: Python string representation appears to contain null bytes"
|
||||
msgstr "conversione dell'oggetto Python in cstring fallita: la rappresentazione stringa Python sembra contenere byte null"
|
||||
|
||||
#: plpy_typeio.c:949
|
||||
#: plpy_typeio.c:950
|
||||
#, c-format
|
||||
msgid "malformed record literal: \"%s\""
|
||||
msgstr "letterale di record non corretto: \"%s\""
|
||||
|
||||
#: plpy_typeio.c:950
|
||||
#: plpy_typeio.c:951
|
||||
#, c-format
|
||||
msgid "Missing left parenthesis."
|
||||
msgstr "Parentesi aperta mancante."
|
||||
|
||||
#: plpy_typeio.c:951 plpy_typeio.c:1389
|
||||
#: plpy_typeio.c:952 plpy_typeio.c:1390
|
||||
#, c-format
|
||||
msgid "To return a composite type in an array, return the composite type as a Python tuple, e.g. \"[('foo')]\""
|
||||
msgstr "Per restutuire un tipo composito in un array, restituisci il tipo composito come tupla Python, per esempio \"[('foo')]\""
|
||||
msgid "To return a composite type in an array, return the composite type as a Python tuple, e.g., \"[('foo',)]\"."
|
||||
msgstr "Per restutuire un tipo composito in un array, restituisci il tipo composito come tupla Python, per esempio \"[('foo',)]\" "
|
||||
|
||||
#: plpy_typeio.c:1000
|
||||
#: plpy_typeio.c:1001
|
||||
#, c-format
|
||||
msgid "number of array dimensions exceeds the maximum allowed (%d)"
|
||||
msgstr "il numero di dimensioni dell'array supera il massimo consentito (%d)"
|
||||
|
||||
#: plpy_typeio.c:1004
|
||||
#: plpy_typeio.c:1005
|
||||
#, c-format
|
||||
msgid "cannot determine sequence length for function return value"
|
||||
msgid "could not determine sequence length for function return value"
|
||||
msgstr "errore nel determinare la lunghezza della sequenza per il valore di ritorno della funzione"
|
||||
|
||||
#: plpy_typeio.c:1007 plpy_typeio.c:1011
|
||||
#: plpy_typeio.c:1008 plpy_typeio.c:1012
|
||||
#, c-format
|
||||
msgid "array size exceeds the maximum allowed"
|
||||
msgstr "la dimensione dell'array supera il massimo consentito"
|
||||
|
||||
#: plpy_typeio.c:1037
|
||||
#: plpy_typeio.c:1038
|
||||
#, c-format
|
||||
msgid "return value of function with array return type is not a Python sequence"
|
||||
msgstr "il valore restituito dalla funzione con tipo restituito array non è una sequenza Python"
|
||||
|
||||
#: plpy_typeio.c:1090
|
||||
#: plpy_typeio.c:1091
|
||||
#, c-format
|
||||
msgid "multidimensional arrays must have array expressions with matching dimensions. PL/Python function return value has sequence length %d while expected %d"
|
||||
msgstr "gli array multidimensionali devono avere espressioni array di dimensioni corrispondenti. il valore di ritorno della funzione PL/Python ha una sequenza di lungezza %d, mentre era atteso %d"
|
||||
msgid "wrong length of inner sequence: has length %d, but %d was expected"
|
||||
msgstr "lunghezza errata della sequenza interna: la lunghezza è %d ma era atteso %d"
|
||||
|
||||
#: plpy_typeio.c:1212
|
||||
#: plpy_typeio.c:1093
|
||||
#, c-format
|
||||
msgid "To construct a multidimensional array, the inner sequences must all have the same length."
|
||||
msgstr "Per costruire un array multidimensionale le sequenze interne devono avere tutte la stessa lunghezza."
|
||||
|
||||
#: plpy_typeio.c:1213
|
||||
#, c-format
|
||||
msgid "key \"%s\" not found in mapping"
|
||||
msgstr "la chiave \"%s\" non è stata trovata nel dizionario"
|
||||
|
||||
#: plpy_typeio.c:1213
|
||||
#: plpy_typeio.c:1214
|
||||
#, c-format
|
||||
msgid "To return null in a column, add the value None to the mapping with the key named after the column."
|
||||
msgstr "Per restituire null in una colonna, inserire nella mappa il valore None con una chiave chiamata come la colonna."
|
||||
|
||||
#: plpy_typeio.c:1264
|
||||
#: plpy_typeio.c:1265
|
||||
#, c-format
|
||||
msgid "length of returned sequence did not match number of columns in row"
|
||||
msgstr "la lunghezza della sequenza ritornata non rispetta il numero di colonne presenti nella riga"
|
||||
|
||||
#: plpy_typeio.c:1387
|
||||
#: plpy_typeio.c:1388
|
||||
#, c-format
|
||||
msgid "attribute \"%s\" does not exist in Python object"
|
||||
msgstr "l'attributo \"%s\" non esiste nell'oggetto Python"
|
||||
|
||||
#: plpy_typeio.c:1390
|
||||
#: plpy_typeio.c:1391
|
||||
#, c-format
|
||||
msgid "To return null in a column, let the returned object have an attribute named after column with value None."
|
||||
msgstr "Per restituire null in una colonna, l'oggetto restituito deve avere un attributo chiamato come la colonna con valore None."
|
||||
|
||||
@@ -1,447 +1,504 @@
|
||||
# LANGUAGE message translation file for plpython
|
||||
# Copyright (C) 2009 PostgreSQL Global Development Group
|
||||
# Copyright (C) 2018 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# Honda Shigehiro <honda@postgresql.jp>, 2012.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 9.1 beta2\n"
|
||||
"Project-Id-Version: plpython (PostgreSQL) 10\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2012-08-11 16:28+0900\n"
|
||||
"PO-Revision-Date: 2012-08-11 16:37+0900\n"
|
||||
"Last-Translator: Honda Shigehiro <honda@postgresql.jp>\n"
|
||||
"POT-Creation-Date: 2018-01-26 10:57+0900\n"
|
||||
"PO-Revision-Date: 2018-02-13 10:25+0900\n"
|
||||
"Last-Translator: Michihide Hotta <hotta@net-newbie.com>\n"
|
||||
"Language-Team: Japan PostgreSQL Users Group <jpug-doc@ml.postgresql.jp>\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
|
||||
#: plpy_cursorobject.c:98
|
||||
#: plpy_cursorobject.c:100
|
||||
#, c-format
|
||||
msgid "plpy.cursor expected a query or a plan"
|
||||
msgstr "plpy.cursorはクエリーもしくは実行計画を期待していました"
|
||||
msgstr "plpy.cursor は問い合わせもしくは実行計画を期待していました"
|
||||
|
||||
#: plpy_cursorobject.c:171
|
||||
#: plpy_cursorobject.c:176
|
||||
#, c-format
|
||||
msgid "plpy.cursor takes a sequence as its second argument"
|
||||
msgstr "plpy.cursorは第二引数としてシーケンスを取ります"
|
||||
msgstr "plpy.cursor は第二引数としてシーケンスを取ります"
|
||||
|
||||
#: plpy_cursorobject.c:187 plpy_spi.c:222
|
||||
#: plpy_cursorobject.c:192 plpy_spi.c:226
|
||||
#, c-format
|
||||
msgid "could not execute plan"
|
||||
msgstr "プランを実行できませんでした"
|
||||
msgstr "実行計画を実行できませんでした"
|
||||
|
||||
#: plpy_cursorobject.c:190 plpy_spi.c:225
|
||||
#: plpy_cursorobject.c:195 plpy_spi.c:229
|
||||
#, c-format
|
||||
msgid "Expected sequence of %d argument, got %d: %s"
|
||||
msgid_plural "Expected sequence of %d arguments, got %d: %s"
|
||||
msgstr[0] "%d 番目の引数はシーケンスを期待していましたが、%d が現れました:%s"
|
||||
msgstr[0] "%d 個の引数のシーケンスを期待していましたが、個数は %d でした:%s"
|
||||
|
||||
#: plpy_cursorobject.c:340
|
||||
#: plpy_cursorobject.c:350
|
||||
#, c-format
|
||||
msgid "iterating a closed cursor"
|
||||
msgstr "クローズされたカーsるの反復"
|
||||
msgstr "反復利用しようとしているカーソルは、すでにクローズされています"
|
||||
|
||||
#: plpy_cursorobject.c:348 plpy_cursorobject.c:415
|
||||
#: plpy_cursorobject.c:358 plpy_cursorobject.c:423
|
||||
#, c-format
|
||||
msgid "iterating a cursor in an aborted subtransaction"
|
||||
msgstr "アボートされたサブトランザクション内のカーソルの反復"
|
||||
msgstr ""
|
||||
"中断されたサブトランザクションの中でカーソルを反復利用しようとしています"
|
||||
|
||||
#: plpy_cursorobject.c:407
|
||||
#: plpy_cursorobject.c:415
|
||||
#, c-format
|
||||
msgid "fetch from a closed cursor"
|
||||
msgstr "クローズされたカーソルからのフェッチ"
|
||||
|
||||
#: plpy_cursorobject.c:486
|
||||
#: plpy_cursorobject.c:463 plpy_spi.c:434
|
||||
#, c-format
|
||||
msgid "query result has too many rows to fit in a Python list"
|
||||
msgstr "問い合わせの結果に含まれる行数が、Python のリストに対して多すぎます"
|
||||
|
||||
#: plpy_cursorobject.c:504
|
||||
#, c-format
|
||||
msgid "closing a cursor in an aborted subtransaction"
|
||||
msgstr "アボートされたサブトランザクションにおけるカーソルクローズ"
|
||||
msgstr ""
|
||||
"中断されたサブトランザクションの中でカーソルをクローズしようとしています"
|
||||
|
||||
#: plpy_elog.c:103 plpy_elog.c:104 plpy_plpymodule.c:420
|
||||
#: plpy_elog.c:127 plpy_elog.c:128 plpy_plpymodule.c:548
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: plpy_exec.c:90
|
||||
#: plpy_exec.c:140
|
||||
#, c-format
|
||||
msgid "unsupported set function return mode"
|
||||
msgstr "未サポートの集合関数リターンモードです"
|
||||
msgstr "未サポートの集合関数リターンモードです。"
|
||||
|
||||
#: plpy_exec.c:91
|
||||
#: plpy_exec.c:141
|
||||
#, c-format
|
||||
msgid "PL/Python set-returning functions only support returning only value per call."
|
||||
msgstr "PL/Python の集合を返す関数では、1回のコールのたびに値だけを返すことがサポートされています"
|
||||
msgid ""
|
||||
"PL/Python set-returning functions only support returning one value per call."
|
||||
msgstr ""
|
||||
"PL/Python の集合を返す関数では、1回の呼び出しに対して1つの値を返すことのみ"
|
||||
"がサポートされています。"
|
||||
|
||||
#: plpy_exec.c:103
|
||||
#: plpy_exec.c:154
|
||||
#, c-format
|
||||
msgid "returned object cannot be iterated"
|
||||
msgstr "返されたオブジェクトは反復適用できません"
|
||||
msgstr "返されたオブジェクトは反復利用できません"
|
||||
|
||||
#: plpy_exec.c:104
|
||||
#: plpy_exec.c:155
|
||||
#, c-format
|
||||
msgid "PL/Python set-returning functions must return an iterable object."
|
||||
msgstr "PL/Python の集合を返す関数では、イテレータ(反復子)オブジェクトを返さなければなりません"
|
||||
msgstr ""
|
||||
"PL/Python の集合を返す関数は、イテレータ(反復利用可能)オブジェクトを返さな"
|
||||
"ければなりません。"
|
||||
|
||||
#: plpy_exec.c:129
|
||||
#: plpy_exec.c:169
|
||||
#, c-format
|
||||
msgid "error fetching next item from iterator"
|
||||
msgstr "イテレータ(反復子)から次の項目をフェッチ(取り出し)できません"
|
||||
|
||||
#: plpy_exec.c:164
|
||||
#: plpy_exec.c:210
|
||||
#, c-format
|
||||
msgid "PL/Python function with return type \"void\" did not return None"
|
||||
msgstr "\"void\" 型を返す PL/Python 関数は None 型を返しません"
|
||||
msgstr "戻り値が \"void\" 型である PL/Python 関数が None 型を返しませんでした"
|
||||
|
||||
#: plpy_exec.c:288 plpy_exec.c:314
|
||||
#: plpy_exec.c:379 plpy_exec.c:405
|
||||
#, c-format
|
||||
msgid "unexpected return value from trigger procedure"
|
||||
msgstr "トリガー手続きから期待しない戻り値が返されました"
|
||||
msgstr "トリガプロシージャから期待しない戻り値が返されました"
|
||||
|
||||
#: plpy_exec.c:289
|
||||
#: plpy_exec.c:380
|
||||
#, c-format
|
||||
msgid "Expected None or a string."
|
||||
msgstr "None もしくは文字列を期待していました。"
|
||||
|
||||
#: plpy_exec.c:304
|
||||
#: plpy_exec.c:395
|
||||
#, c-format
|
||||
msgid "PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
|
||||
msgstr "PL/Python トリガー関数が、DELETE トリガーで \"MODIFY\" を返しました-- 無視しました"
|
||||
msgid ""
|
||||
"PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
|
||||
msgstr ""
|
||||
"PL/Python トリガ関数が、DELETE トリガで \"MODIFY\" を返しました-- 無視さ"
|
||||
"れました"
|
||||
|
||||
#: plpy_exec.c:315
|
||||
#: plpy_exec.c:406
|
||||
#, c-format
|
||||
msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"."
|
||||
msgstr "None, \"OK\", \"SKIP\", \"MODIFY\" のいずれかを期待していました。"
|
||||
|
||||
#: plpy_exec.c:396
|
||||
#: plpy_exec.c:487
|
||||
#, c-format
|
||||
msgid "PyList_SetItem() failed, while setting up arguments"
|
||||
msgstr "引数を設定する際に、PyList_SetItem() に失敗しました"
|
||||
|
||||
#: plpy_exec.c:400
|
||||
#: plpy_exec.c:491
|
||||
#, c-format
|
||||
msgid "PyDict_SetItemString() failed, while setting up arguments"
|
||||
msgstr "引数を設定する際に、PyDict_SetItemString() に失敗しました"
|
||||
|
||||
#: plpy_exec.c:412
|
||||
#: plpy_exec.c:503
|
||||
#, c-format
|
||||
msgid "function returning record called in context that cannot accept type record"
|
||||
msgstr "レコード型を受け付けられないコンテキストでレコードを返す関数が呼び出されました"
|
||||
msgid ""
|
||||
"function returning record called in context that cannot accept type record"
|
||||
msgstr ""
|
||||
"レコード型を受け付けられないコンテキストでレコードを返す関数が呼び出されまし"
|
||||
"た"
|
||||
|
||||
#: plpy_exec.c:450
|
||||
#: plpy_exec.c:719
|
||||
#, c-format
|
||||
msgid "while creating return value"
|
||||
msgstr "戻り値を生成する際に"
|
||||
|
||||
#: plpy_exec.c:474
|
||||
#: plpy_exec.c:743
|
||||
#, c-format
|
||||
msgid "could not create new dictionary while building trigger arguments"
|
||||
msgstr "トリガーの引数を構成中に、新しい辞書を生成できませんでした"
|
||||
msgstr "トリガの引数を構成中、新しい辞書を生成できませんでした"
|
||||
|
||||
#: plpy_exec.c:664
|
||||
#: plpy_exec.c:931
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] deleted, cannot modify row"
|
||||
msgstr "TD[\"new\"] は削除されました。もはや変更できません"
|
||||
msgstr "TD[\"new\"] は削除されました。行を変更できません。"
|
||||
|
||||
#: plpy_exec.c:667
|
||||
#: plpy_exec.c:936
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] is not a dictionary"
|
||||
msgstr "TD[\"new\"] は辞書ではありません"
|
||||
|
||||
#: plpy_exec.c:691
|
||||
#: plpy_exec.c:963
|
||||
#, 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:970
|
||||
#, c-format
|
||||
msgid "key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering row"
|
||||
msgstr "TD[\"new\"] で見つかったキー \"%s\" は、行レベルトリガーにおけるカラムとしては存在しません"
|
||||
msgid ""
|
||||
"key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering "
|
||||
"row"
|
||||
msgstr ""
|
||||
"TD[\"new\"] で見つかったキー \"%s\" は、行レベルトリガにおけるカラムとして"
|
||||
"は存在しません"
|
||||
|
||||
#: plpy_exec.c:778
|
||||
#: plpy_exec.c:975
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "システム属性 \"%s\" を設定できません"
|
||||
|
||||
#: plpy_exec.c:1046
|
||||
#, c-format
|
||||
msgid "while modifying trigger row"
|
||||
msgstr "トリガー行を変更する際に"
|
||||
msgstr "トリガ行を変更する際に"
|
||||
|
||||
#: plpy_exec.c:839
|
||||
#: plpy_exec.c:1107
|
||||
#, c-format
|
||||
msgid "forcibly aborting a subtransaction that has not been exited"
|
||||
msgstr "終了していないサブトランザクションを強制的にアボートしています"
|
||||
|
||||
#: plpy_main.c:100
|
||||
#: plpy_main.c:125
|
||||
#, c-format
|
||||
msgid "Python major version mismatch in session"
|
||||
msgstr "セッションにおいて Python のメジャーバージョンが合致しません"
|
||||
msgid "multiple Python libraries are present in session"
|
||||
msgstr "セッションに複数の Python ライブラリが存在します"
|
||||
|
||||
#: plpy_main.c:101
|
||||
#: plpy_main.c:126
|
||||
#, c-format
|
||||
msgid "This session has previously used Python major version %d, and it is now attempting to use Python major version %d."
|
||||
msgstr "このセッションではすでに Python のメジャーバージョン %d が使われていましたが、ここで Python のメジャーバージョン %d を使おうとしています。"
|
||||
msgid "Only one Python major version can be used in one session."
|
||||
msgstr ""
|
||||
"1個のセッション中で使える Python のメジャーバージョンは1種類だけです。"
|
||||
|
||||
#: plpy_main.c:103
|
||||
#, c-format
|
||||
msgid "Start a new session to use a different Python major version."
|
||||
msgstr "Python の異なったメジャーバージョンを使う場合は、新しいセッションを開始してください"
|
||||
|
||||
#: plpy_main.c:118
|
||||
#: plpy_main.c:142
|
||||
#, c-format
|
||||
msgid "untrapped error in initialization"
|
||||
msgstr "初期化中に捕獲できないエラーがありました"
|
||||
msgstr "初期化中に捕捉できないエラーがありました"
|
||||
|
||||
#: plpy_main.c:141
|
||||
#: plpy_main.c:165
|
||||
#, c-format
|
||||
msgid "could not import \"__main__\" module"
|
||||
msgstr "\"__main__\" モジュールをインポートできませんでした"
|
||||
|
||||
#: plpy_main.c:146
|
||||
#: plpy_main.c:170
|
||||
#, c-format
|
||||
msgid "could not create globals"
|
||||
msgstr "globalsを作成できませんでした"
|
||||
msgstr "グローバル変数(globals)を作成できませんでした"
|
||||
|
||||
#: plpy_main.c:150
|
||||
#: plpy_main.c:174
|
||||
#, c-format
|
||||
msgid "could not initialize globals"
|
||||
msgstr "グローバル変数(globals)を初期化できませんでした"
|
||||
|
||||
#: plpy_main.c:347
|
||||
#: plpy_main.c:387
|
||||
#, c-format
|
||||
msgid "PL/Python function \"%s\""
|
||||
msgstr "PL/Python 関数 \"%s\""
|
||||
|
||||
#: plpy_main.c:354
|
||||
#: plpy_main.c:394
|
||||
#, c-format
|
||||
msgid "PL/Python anonymous code block"
|
||||
msgstr "PL/Python の無名コードブロック"
|
||||
|
||||
#: plpy_planobject.c:126
|
||||
#, c-format
|
||||
msgid "plan.status takes no arguments"
|
||||
msgstr "plan.status は引数を取りません"
|
||||
|
||||
#: plpy_plpymodule.c:178 plpy_plpymodule.c:181
|
||||
#: plpy_plpymodule.c:181 plpy_plpymodule.c:184
|
||||
#, c-format
|
||||
msgid "could not import \"plpy\" module"
|
||||
msgstr "\"plpy\"モジュールをインポートできませんでした"
|
||||
msgstr "\"plpy\" モジュールをインポートできませんでした"
|
||||
|
||||
#: plpy_plpymodule.c:196
|
||||
#: plpy_plpymodule.c:199
|
||||
#, c-format
|
||||
msgid "could not create the spiexceptions module"
|
||||
msgstr "spiexceptions モジュールを生成できませんでした"
|
||||
|
||||
#: plpy_plpymodule.c:207
|
||||
#, c-format
|
||||
msgid "could not add the spiexceptions module"
|
||||
msgstr "spiexceptionsモジュールを追加できませんでした"
|
||||
msgstr "spiexceptions モジュールを追加できませんでした"
|
||||
|
||||
#: plpy_plpymodule.c:217
|
||||
#: plpy_plpymodule.c:236
|
||||
#, c-format
|
||||
msgid "could not create the base SPI exceptions"
|
||||
msgstr "基本SPI例外を作成できませんでした"
|
||||
msgid "could not create exception \"%s\""
|
||||
msgstr "例外 \"%s \"を作成できませんでした"
|
||||
|
||||
#: plpy_plpymodule.c:253 plpy_plpymodule.c:257
|
||||
#: plpy_plpymodule.c:271 plpy_plpymodule.c:275
|
||||
#, c-format
|
||||
msgid "could not generate SPI exceptions"
|
||||
msgstr "SPI例外を生成できませんでした"
|
||||
msgstr "SPI 例外を生成できませんでした"
|
||||
|
||||
#: plpy_plpymodule.c:388
|
||||
#: plpy_plpymodule.c:443
|
||||
#, c-format
|
||||
msgid "could not unpack arguments in plpy.elog"
|
||||
msgstr "plpy.elogで引数を展開することができませんでした"
|
||||
msgstr "plpy.elog で引数を展開できませんでした"
|
||||
|
||||
#: plpy_plpymodule.c:396
|
||||
#: plpy_plpymodule.c:452
|
||||
msgid "could not parse error message in plpy.elog"
|
||||
msgstr "plpy.elog でエラーメッセージをパースできませんでした"
|
||||
|
||||
#: plpy_procedure.c:194
|
||||
#: plpy_plpymodule.c:469
|
||||
#, c-format
|
||||
msgid "argument 'message' given by name and position"
|
||||
msgstr "名前と位置で 'message' 引数が渡されました"
|
||||
|
||||
#: plpy_plpymodule.c:496
|
||||
#, c-format
|
||||
msgid "'%s' is an invalid keyword argument for this function"
|
||||
msgstr "この関数に対して '%s' は無効なキーワード引数です"
|
||||
|
||||
#: plpy_plpymodule.c:507 plpy_plpymodule.c:513
|
||||
#, c-format
|
||||
msgid "invalid SQLSTATE code"
|
||||
msgstr "無効な SQLSTATE コードです"
|
||||
|
||||
#: plpy_procedure.c:230
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "トリガー関数はトリガーとしてのみコールできます"
|
||||
msgstr "トリガ関数はトリガとしてのみコールできます"
|
||||
|
||||
#: plpy_procedure.c:199 plpy_typeio.c:406
|
||||
#: plpy_procedure.c:235
|
||||
#, c-format
|
||||
msgid "PL/Python functions cannot return type %s"
|
||||
msgstr "PL/Python 関数は %s 型を返せません"
|
||||
|
||||
#: plpy_procedure.c:281
|
||||
#: plpy_procedure.c:316
|
||||
#, c-format
|
||||
msgid "PL/Python functions cannot accept type %s"
|
||||
msgstr "PL/Python 関数は %s 型を受け付けません"
|
||||
msgstr "PL/Python 関数は %s 型を受け付けられません"
|
||||
|
||||
#: plpy_procedure.c:377
|
||||
#: plpy_procedure.c:412
|
||||
#, c-format
|
||||
msgid "could not compile PL/Python function \"%s\""
|
||||
msgstr "PL/Python 関数 \"%s\" をコンパイルできません"
|
||||
msgstr "PL/Python 関数 \"%s\" をコンパイルできませんでした"
|
||||
|
||||
#: plpy_procedure.c:380
|
||||
#: plpy_procedure.c:415
|
||||
#, c-format
|
||||
msgid "could not compile anonymous PL/Python code block"
|
||||
msgstr "PL/Python匿名コードブロックをコンパイルできません"
|
||||
msgstr "匿名の PL/Python コードブロックをコンパイルできませんでした"
|
||||
|
||||
#: plpy_resultobject.c:145 plpy_resultobject.c:165 plpy_resultobject.c:185
|
||||
#, c-format
|
||||
msgid "command did not produce a result set"
|
||||
msgstr "コマンドは結果セットを生成しませんでした"
|
||||
|
||||
#: plpy_spi.c:56
|
||||
#: plpy_spi.c:59
|
||||
#, c-format
|
||||
msgid "second argument of plpy.prepare must be a sequence"
|
||||
msgstr "plpy.prepare の第二引数はシーケンスでなければなりません"
|
||||
|
||||
#: plpy_spi.c:105
|
||||
#: plpy_spi.c:115
|
||||
#, c-format
|
||||
msgid "plpy.prepare: type name at ordinal position %d is not a string"
|
||||
msgstr "plpy.prepare: %d 番目の型名が文字列ではありません"
|
||||
|
||||
#: plpy_spi.c:137
|
||||
#, c-format
|
||||
msgid "plpy.prepare does not support composite types"
|
||||
msgstr "plpy.prepare は複合型をサポートしていません"
|
||||
|
||||
#: plpy_spi.c:187
|
||||
#: plpy_spi.c:191
|
||||
#, c-format
|
||||
msgid "plpy.execute expected a query or a plan"
|
||||
msgstr "plpy.execute はクエリーもしくは実行計画を期待していました"
|
||||
msgstr "plpy.execute は問い合わせもしくは実行計画を期待していました"
|
||||
|
||||
#: plpy_spi.c:206
|
||||
#: plpy_spi.c:210
|
||||
#, c-format
|
||||
msgid "plpy.execute takes a sequence as its second argument"
|
||||
msgstr "plpy.execute は第二引数としてシーケンスを取ります"
|
||||
|
||||
#: plpy_spi.c:330
|
||||
#: plpy_spi.c:335
|
||||
#, c-format
|
||||
msgid "SPI_execute_plan failed: %s"
|
||||
msgstr "SPI_execute_plan が失敗しました:%s"
|
||||
|
||||
#: plpy_spi.c:372
|
||||
#: plpy_spi.c:377
|
||||
#, c-format
|
||||
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"
|
||||
msgstr "このサブトランザクションは到達済みです"
|
||||
msgstr "すでにこのサブトランザクションの中に入っています"
|
||||
|
||||
#: plpy_subxactobject.c:128 plpy_subxactobject.c:180
|
||||
#: plpy_subxactobject.c:128 plpy_subxactobject.c:186
|
||||
#, c-format
|
||||
msgid "this subtransaction has already been exited"
|
||||
msgstr "このサブトランザクションは終了済みです"
|
||||
msgstr "このサブトランザクションからすでに抜けています"
|
||||
|
||||
#: plpy_subxactobject.c:174
|
||||
#: plpy_subxactobject.c:180
|
||||
#, c-format
|
||||
msgid "this subtransaction has not been entered"
|
||||
msgstr "このサブトランザクションには到達しません"
|
||||
msgstr "このサブトランザクションには入っていません"
|
||||
|
||||
#: plpy_subxactobject.c:186
|
||||
#: plpy_subxactobject.c:192
|
||||
#, c-format
|
||||
msgid "there is no subtransaction to exit from"
|
||||
msgstr "終了するためのサブトランザクションがありません"
|
||||
msgstr "抜けるべきサブトランザクションがありません"
|
||||
|
||||
#: plpy_typeio.c:291
|
||||
#: plpy_typeio.c:292
|
||||
#, c-format
|
||||
msgid "could not create new dictionary"
|
||||
msgstr "新しいディレクトリを作れません"
|
||||
msgstr "新しい辞書を作れませんでした"
|
||||
|
||||
#: plpy_typeio.c:408
|
||||
#: plpy_typeio.c:560
|
||||
#, c-format
|
||||
msgid "PL/Python does not support conversion to arrays of row types."
|
||||
msgstr "PL/Python は行タイプ配列への変換をサポートしていません"
|
||||
msgid "could not import a module for Decimal constructor"
|
||||
msgstr "Decimal コンストラクタのためのモジュールをインポートできませんでした"
|
||||
|
||||
#: plpy_typeio.c:584
|
||||
#: plpy_typeio.c:564
|
||||
#, c-format
|
||||
msgid "cannot convert multidimensional array to Python list"
|
||||
msgstr "多次元配列を Python の list に変換できません"
|
||||
msgid "no Decimal attribute in module"
|
||||
msgstr "モジュールの中に Decimal 属性が含まれていません"
|
||||
|
||||
#: plpy_typeio.c:585
|
||||
#: plpy_typeio.c:570
|
||||
#, c-format
|
||||
msgid "PL/Python only supports one-dimensional arrays."
|
||||
msgstr "PL/Python でサポートしているのは一次元配列のみです。"
|
||||
msgid "conversion from numeric to Decimal failed"
|
||||
msgstr "numeric から Decimal への変換に失敗しました"
|
||||
|
||||
#: plpy_typeio.c:591
|
||||
#, c-format
|
||||
msgid "could not create new Python list"
|
||||
msgstr "新しいPythonリストを作成できませんでした"
|
||||
|
||||
#: plpy_typeio.c:650
|
||||
#: plpy_typeio.c:773
|
||||
#, c-format
|
||||
msgid "could not create bytes representation of Python object"
|
||||
msgstr "バイト表現の Python オブジェクトを生成できませんでした"
|
||||
|
||||
#: plpy_typeio.c:742
|
||||
#: plpy_typeio.c:882
|
||||
#, c-format
|
||||
msgid "could not create string representation of Python object"
|
||||
msgstr "文字列表現の Python オブジェクトを生成できませんでした"
|
||||
|
||||
#: plpy_typeio.c:753
|
||||
#: plpy_typeio.c:893
|
||||
#, c-format
|
||||
msgid "could not convert Python object into cstring: Python string representation appears to contain null bytes"
|
||||
msgstr "Python オブジェクトを cstring に変換できませんでした:Python の文字列表現が null バイトを持つことになってしまいます"
|
||||
msgid ""
|
||||
"could not convert Python object into cstring: Python string representation "
|
||||
"appears to contain null bytes"
|
||||
msgstr ""
|
||||
"Python オブジェクトを cstring に変換できませんでした:Python の文字列表現に "
|
||||
"null バイトが含まれているようです"
|
||||
|
||||
#: plpy_typeio.c:787
|
||||
#: plpy_typeio.c:950
|
||||
#, c-format
|
||||
msgid "return value of function with array return type is not a Python sequence"
|
||||
msgstr "戻り値が配列である関数の戻り値が Python シーケンスではありません"
|
||||
msgid "malformed record literal: \"%s\""
|
||||
msgstr "不正な形式のレコードリテラルです: \"%s\""
|
||||
|
||||
#: plpy_typeio.c:886
|
||||
#: plpy_typeio.c:951
|
||||
#, c-format
|
||||
msgid "Missing left parenthesis."
|
||||
msgstr "左括弧がありません。"
|
||||
|
||||
#: plpy_typeio.c:952 plpy_typeio.c:1390
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To return a composite type in an array, return the composite type as a "
|
||||
"Python tuple, e.g., \"[('foo',)]\"."
|
||||
msgstr ""
|
||||
"複合型を配列に入れて返したい場合、 \"[('foo',)]\" のように複合型を Pythonのタ"
|
||||
"プルとして返すようにしてください。"
|
||||
|
||||
#: plpy_typeio.c:1001
|
||||
#, c-format
|
||||
msgid "number of array dimensions exceeds the maximum allowed (%d)"
|
||||
msgstr "配列の次元数が制限値(%d)を超えています"
|
||||
|
||||
#: plpy_typeio.c:1005
|
||||
#, c-format
|
||||
msgid "could not determine sequence length for function return value"
|
||||
msgstr "関数の戻り値について、シーケンスの長さを決定できませんでした"
|
||||
|
||||
#: plpy_typeio.c:1008 plpy_typeio.c:1012
|
||||
#, c-format
|
||||
msgid "array size exceeds the maximum allowed"
|
||||
msgstr "配列のサイズが制限値を超えています"
|
||||
|
||||
#: plpy_typeio.c:1038
|
||||
#, c-format
|
||||
msgid ""
|
||||
"return value of function with array return type is not a Python sequence"
|
||||
msgstr "配列型を返す関数の戻り値が Python のシーケンスではありません"
|
||||
|
||||
#: plpy_typeio.c:1091
|
||||
#, c-format
|
||||
msgid "wrong length of inner sequence: has length %d, but %d was expected"
|
||||
msgstr ""
|
||||
"内部シーケンスで長さが異常です:長さは %d ですが、期待する値は %d でした"
|
||||
|
||||
#: plpy_typeio.c:1093
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To construct a multidimensional array, the inner sequences must all have the "
|
||||
"same length."
|
||||
msgstr ""
|
||||
"多次元配列を生成する場合、内部シーケンスはすべて同じ長さでなければなりませ"
|
||||
"ん。"
|
||||
|
||||
#: plpy_typeio.c:1213
|
||||
#, c-format
|
||||
msgid "key \"%s\" not found in mapping"
|
||||
msgstr "マッピング上にキー \"%s\" が見つかりません"
|
||||
|
||||
#: plpy_typeio.c:887
|
||||
#: plpy_typeio.c:1214
|
||||
#, c-format
|
||||
msgid "To return null in a column, add the value None to the mapping with the key named after the column."
|
||||
msgstr "カラムに null を入れて返すには、カラムの後につけた名前をキーとして、マッピングに None 値を追加してください"
|
||||
msgid ""
|
||||
"To return null in a column, add the value None to the mapping with the key "
|
||||
"named after the column."
|
||||
msgstr ""
|
||||
"カラムに null を入れて返す場合、カラム名をキーとして値が None のエントリを"
|
||||
"マッピングに追加してください"
|
||||
|
||||
#: plpy_typeio.c:935
|
||||
#: plpy_typeio.c:1265
|
||||
#, c-format
|
||||
msgid "length of returned sequence did not match number of columns in row"
|
||||
msgstr "返されたシーケンスの長さが、その行のカラム数と異なります"
|
||||
msgstr "返されたシーケンスの長さが行のカラム数とマッチしませんでした"
|
||||
|
||||
#: plpy_typeio.c:1043
|
||||
#: plpy_typeio.c:1388
|
||||
#, c-format
|
||||
msgid "attribute \"%s\" does not exist in Python object"
|
||||
msgstr "属性 \"%s\" が Python オブジェクト中に存在しません"
|
||||
|
||||
#: plpy_typeio.c:1044
|
||||
#: plpy_typeio.c:1391
|
||||
#, c-format
|
||||
msgid "To return null in a column, let the returned object have an attribute named after column with value None."
|
||||
msgstr "カラムに null を入れて返す場合は、そのカラムの後につけた名前で表される属性が値として None を持ち、返されるオブジェクトがその属性を含むようにしてください"
|
||||
msgid ""
|
||||
"To return null in a column, let the returned object have an attribute named "
|
||||
"after column with value None."
|
||||
msgstr ""
|
||||
"カラムに null を入れて返す場合、カラム名をキーとして値が None である属性を持"
|
||||
"つオブジェクトを返すようにしてください。"
|
||||
|
||||
#: plpy_util.c:70
|
||||
#: plpy_util.c:36
|
||||
#, c-format
|
||||
msgid "could not convert Python Unicode object to bytes"
|
||||
msgstr "PythonのUnicodeオブジェクトをバイトに変換できませんでした"
|
||||
msgstr "Python の Unicode オブジェクトをバイト列に変換できませんでした"
|
||||
|
||||
#: plpy_util.c:75
|
||||
#: plpy_util.c:42
|
||||
#, c-format
|
||||
msgid "could not extract bytes from encoded string"
|
||||
msgstr "符号化された文字列からバイトを抽出できませんでした"
|
||||
|
||||
#~ msgid "PyCObject_AsVoidPtr() failed"
|
||||
#~ msgstr "PyCObject_AsVoidPtr() に失敗しました"
|
||||
|
||||
#~ msgid "invalid arguments for plpy.prepare"
|
||||
#~ msgstr "plpy.prepare の引数が不正です"
|
||||
|
||||
#~ msgid "PyCObject_FromVoidPtr() failed"
|
||||
#~ msgstr "PyCObject_FromVoidPtr() に失敗しました"
|
||||
|
||||
#~ msgid "unrecognized error in PLy_spi_prepare"
|
||||
#~ msgstr "PLy_spi_prepare で認識できないエラーを検出しました"
|
||||
|
||||
#~ msgid "transaction aborted"
|
||||
#~ msgstr "トランザクションがアボートしました"
|
||||
|
||||
#~ msgid "could not create procedure cache"
|
||||
#~ msgstr "手続き用キャッシュ(procedure cache)を生成できませんでした"
|
||||
|
||||
#~ msgid "PL/Python: %s"
|
||||
#~ msgstr "PL/Python: %s"
|
||||
|
||||
#~ msgid "out of memory"
|
||||
#~ msgstr "メモリ不足です"
|
||||
|
||||
#~ msgid "unrecognized error in PLy_spi_execute_plan"
|
||||
#~ msgstr "PLy_spi_execute_plan で認識できないエラーを検出しました"
|
||||
|
||||
#~ msgid "unrecognized error in PLy_spi_execute_query"
|
||||
#~ msgstr "PLy_spi_execute_query で認識できないエラーを検出しました"
|
||||
msgstr "エンコードされた文字列からバイト列を抽出できませんでした"
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# LANGUAGE message translation file for plpython
|
||||
# Copyright (C) 2015 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
|
||||
# Ioseph Kim <ioseph@uri.sarang.net>, 2015.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plpython (PostgreSQL) 9.6\n"
|
||||
"Project-Id-Version: plpython (PostgreSQL) 10\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2016-09-26 14:02+0900\n"
|
||||
"PO-Revision-Date: 2016-09-26 19:31+0900\n"
|
||||
"POT-Creation-Date: 2017-08-16 10:59+0900\n"
|
||||
"PO-Revision-Date: 2017-08-17 13:22+0900\n"
|
||||
"Last-Translator: Ioseph Kim <ioseph@uri.sarang.net>\n"
|
||||
"Language-Team: Korean <pgsql-kr@postgresql.kr>\n"
|
||||
"Language: ko\n"
|
||||
@@ -17,24 +17,24 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: plpy_cursorobject.c:101
|
||||
#: plpy_cursorobject.c:100
|
||||
#, c-format
|
||||
msgid "plpy.cursor expected a query or a plan"
|
||||
msgstr "plpy.cursor 객체는 쿼리나 plpy.prepare 객체를 인자로 사용합니다"
|
||||
|
||||
#: plpy_cursorobject.c:177
|
||||
#: plpy_cursorobject.c:176
|
||||
#, c-format
|
||||
msgid "plpy.cursor takes a sequence as its second argument"
|
||||
msgstr ""
|
||||
"plpy.cursor 객체의 인자로 plpy.prepare 객체를 사용한 경우 두번째 인자는 "
|
||||
"prepare 객체의 매개변수가 있어야 합니다."
|
||||
|
||||
#: plpy_cursorobject.c:193 plpy_spi.c:227
|
||||
#: plpy_cursorobject.c:192 plpy_spi.c:226
|
||||
#, c-format
|
||||
msgid "could not execute plan"
|
||||
msgstr "plpy.prepare 객체를 실행할 수 없음"
|
||||
|
||||
#: plpy_cursorobject.c:196 plpy_spi.c:230
|
||||
#: plpy_cursorobject.c:195 plpy_spi.c:229
|
||||
#, c-format
|
||||
msgid "Expected sequence of %d argument, got %d: %s"
|
||||
msgid_plural "Expected sequence of %d arguments, got %d: %s"
|
||||
@@ -65,7 +65,7 @@ msgstr "쿼리 결과가 Python 리스트로 담기에는 너무 많습니다"
|
||||
msgid "closing a cursor in an aborted subtransaction"
|
||||
msgstr "중지된 서브트랜잭션에서 커서를 닫고 있음"
|
||||
|
||||
#: plpy_elog.c:127 plpy_elog.c:128 plpy_plpymodule.c:527
|
||||
#: plpy_elog.c:127 plpy_elog.c:128 plpy_plpymodule.c:548
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
@@ -104,70 +104,70 @@ msgid "PL/Python function with return type \"void\" did not return None"
|
||||
msgstr ""
|
||||
"반환 자료형이 \"void\"인 PL/Python 함수가 return None으로 끝나지 않았음"
|
||||
|
||||
#: plpy_exec.c:374 plpy_exec.c:400
|
||||
#: plpy_exec.c:379 plpy_exec.c:405
|
||||
#, c-format
|
||||
msgid "unexpected return value from trigger procedure"
|
||||
msgstr "트리거 프로시져가 예상치 못한 값을 반환했습니다"
|
||||
|
||||
#: plpy_exec.c:375
|
||||
#: plpy_exec.c:380
|
||||
#, c-format
|
||||
msgid "Expected None or a string."
|
||||
msgstr "None 이나 문자열이 있어야합니다."
|
||||
|
||||
#: plpy_exec.c:390
|
||||
#: plpy_exec.c:395
|
||||
#, c-format
|
||||
msgid ""
|
||||
"PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
|
||||
msgstr ""
|
||||
"PL/Python 트리거 함수가 DELETE 트리거에서 \"MODIFY\"를 반환했음 -- 무시함"
|
||||
|
||||
#: plpy_exec.c:401
|
||||
#: plpy_exec.c:406
|
||||
#, c-format
|
||||
msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"."
|
||||
msgstr "None, \"OK\", \"SKIP\", 또는 \"MODIFY\"를 사용해야 함."
|
||||
|
||||
#: plpy_exec.c:482
|
||||
#: plpy_exec.c:487
|
||||
#, c-format
|
||||
msgid "PyList_SetItem() failed, while setting up arguments"
|
||||
msgstr "PyList_SetItem() 함수가 인자 설정하는 중 실패"
|
||||
|
||||
#: plpy_exec.c:486
|
||||
#: plpy_exec.c:491
|
||||
#, c-format
|
||||
msgid "PyDict_SetItemString() failed, while setting up arguments"
|
||||
msgstr "PyDict_SetItemString() 함수가 인자 설정하는 중 실패"
|
||||
|
||||
#: plpy_exec.c:498
|
||||
#: plpy_exec.c:503
|
||||
#, c-format
|
||||
msgid ""
|
||||
"function returning record called in context that cannot accept type record"
|
||||
msgstr "반환 자료형이 record인데 함수가 그 자료형으로 반환하지 않음"
|
||||
|
||||
#: plpy_exec.c:714
|
||||
#: plpy_exec.c:719
|
||||
#, c-format
|
||||
msgid "while creating return value"
|
||||
msgstr "반환값을 만들고 있은 중"
|
||||
|
||||
#: plpy_exec.c:738
|
||||
#: plpy_exec.c:743
|
||||
#, c-format
|
||||
msgid "could not create new dictionary while building trigger arguments"
|
||||
msgstr "트리거 인자를 구성하는 중 새 딕션너리를 만들 수 없음"
|
||||
|
||||
#: plpy_exec.c:927
|
||||
#: plpy_exec.c:931
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] deleted, cannot modify row"
|
||||
msgstr "TD[\"new\"] 변수가 삭제되었음, 로우를 수정할 수 없음"
|
||||
|
||||
#: plpy_exec.c:932
|
||||
#: plpy_exec.c:936
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] is not a dictionary"
|
||||
msgstr "TD[\"new\"] 변수가 딕션너리 형태가 아님"
|
||||
|
||||
#: plpy_exec.c:957
|
||||
#: plpy_exec.c:963
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
|
||||
msgstr "%d 번째 TD[\"new\"] 딕션너리 키가 문자열이 아님"
|
||||
|
||||
#: plpy_exec.c:964
|
||||
#: plpy_exec.c:970
|
||||
#, c-format
|
||||
msgid ""
|
||||
"key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering "
|
||||
@@ -175,12 +175,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"로우 트리거 작업에서 칼럼으로 사용되는 \"%s\" 키가 TD[\"new\"] 변수에 없음."
|
||||
|
||||
#: plpy_exec.c:1044
|
||||
#: plpy_exec.c:975
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "\"%s\" 시스템 속성을 지정할 수 없음"
|
||||
|
||||
#: plpy_exec.c:1046
|
||||
#, c-format
|
||||
msgid "while modifying trigger row"
|
||||
msgstr "로우 변경 트리거 작업 도중"
|
||||
|
||||
#: plpy_exec.c:1105
|
||||
#: plpy_exec.c:1107
|
||||
#, c-format
|
||||
msgid "forcibly aborting a subtransaction that has not been exited"
|
||||
msgstr "서브트랜잭션이 중지됨으로 강제로 중지됨"
|
||||
@@ -225,51 +230,51 @@ msgstr "\"%s\" PL/Python 함수"
|
||||
msgid "PL/Python anonymous code block"
|
||||
msgstr "PL/Python 익명 코드 블럭"
|
||||
|
||||
#: plpy_planobject.c:123
|
||||
#, c-format
|
||||
msgid "plan.status takes no arguments"
|
||||
msgstr "plan.status의 인자가 없습니다."
|
||||
|
||||
#: plpy_plpymodule.c:178 plpy_plpymodule.c:181
|
||||
#: plpy_plpymodule.c:181 plpy_plpymodule.c:184
|
||||
#, c-format
|
||||
msgid "could not import \"plpy\" module"
|
||||
msgstr "\"plpy\" 모듈을 임포트 할 수 없음"
|
||||
|
||||
#: plpy_plpymodule.c:196
|
||||
#: plpy_plpymodule.c:199
|
||||
#, c-format
|
||||
msgid "could not create the spiexceptions module"
|
||||
msgstr "spiexceptions 모듈을 만들 수 없음"
|
||||
|
||||
#: plpy_plpymodule.c:207
|
||||
#, c-format
|
||||
msgid "could not add the spiexceptions module"
|
||||
msgstr "spiexceptions 모듈을 추가할 수 없음"
|
||||
|
||||
#: plpy_plpymodule.c:217
|
||||
#: plpy_plpymodule.c:236
|
||||
#, c-format
|
||||
msgid "could not create the base SPI exceptions"
|
||||
msgstr "기본 SPI 예외처리를 만들 수 없음"
|
||||
msgid "could not create exception \"%s\""
|
||||
msgstr "\"%s\" 예외처리를 생성할 수 없음"
|
||||
|
||||
#: plpy_plpymodule.c:252 plpy_plpymodule.c:256
|
||||
#: plpy_plpymodule.c:271 plpy_plpymodule.c:275
|
||||
#, c-format
|
||||
msgid "could not generate SPI exceptions"
|
||||
msgstr "SPI 예외처리를 생성할 수 없음"
|
||||
|
||||
#: plpy_plpymodule.c:422
|
||||
#: plpy_plpymodule.c:443
|
||||
#, c-format
|
||||
msgid "could not unpack arguments in plpy.elog"
|
||||
msgstr "잘못된 인자로 구성된 plpy.elog"
|
||||
|
||||
#: plpy_plpymodule.c:431
|
||||
#: plpy_plpymodule.c:452
|
||||
msgid "could not parse error message in plpy.elog"
|
||||
msgstr "plpy.elog 에서 오류 메시지를 분석할 수 없음"
|
||||
|
||||
#: plpy_plpymodule.c:448
|
||||
#: plpy_plpymodule.c:469
|
||||
#, c-format
|
||||
msgid "Argument 'message' given by name and position"
|
||||
msgid "argument 'message' given by name and position"
|
||||
msgstr "'message' 인자는 이름과 위치가 있어야 함"
|
||||
|
||||
#: plpy_plpymodule.c:475
|
||||
#: plpy_plpymodule.c:496
|
||||
#, c-format
|
||||
msgid "'%s' is an invalid keyword argument for this function"
|
||||
msgstr "'%s' 값은 이 함수에서 잘못된 예약어 인자입니다"
|
||||
|
||||
#: plpy_plpymodule.c:486 plpy_plpymodule.c:492
|
||||
#: plpy_plpymodule.c:507 plpy_plpymodule.c:513
|
||||
#, c-format
|
||||
msgid "invalid SQLSTATE code"
|
||||
msgstr "잘못된 SQLSTATE 코드"
|
||||
@@ -304,22 +309,22 @@ msgstr "anonymous PL/Python 코드 블록을 컴파일 할 수 없음"
|
||||
msgid "command did not produce a result set"
|
||||
msgstr "명령의 결과값이 없음"
|
||||
|
||||
#: plpy_spi.c:60
|
||||
#: plpy_spi.c:59
|
||||
#, c-format
|
||||
msgid "second argument of plpy.prepare must be a sequence"
|
||||
msgstr "plpy.prepare 함수의 두번째 인자는 Python 시퀀스형이어야 함"
|
||||
|
||||
#: plpy_spi.c:116
|
||||
#: plpy_spi.c:115
|
||||
#, c-format
|
||||
msgid "plpy.prepare: type name at ordinal position %d is not a string"
|
||||
msgstr "plpy.prepare: %d 번째 인자의 자료형이 문자열이 아님"
|
||||
|
||||
#: plpy_spi.c:192
|
||||
#: plpy_spi.c:191
|
||||
#, c-format
|
||||
msgid "plpy.execute expected a query or a plan"
|
||||
msgstr "plpy.execute 함수의 인자는 쿼리문이나 plpy.prepare 객체여야 함"
|
||||
|
||||
#: plpy_spi.c:211
|
||||
#: plpy_spi.c:210
|
||||
#, c-format
|
||||
msgid "plpy.execute takes a sequence as its second argument"
|
||||
msgstr "plpy.execut 함수의 두번째 인자는 python 시퀀스형이 와야함"
|
||||
@@ -334,27 +339,27 @@ msgstr "SPI_execute_plan 실패: %s"
|
||||
msgid "SPI_execute failed: %s"
|
||||
msgstr "SPI_execute 실패: %s"
|
||||
|
||||
#: plpy_subxactobject.c:123
|
||||
#: plpy_subxactobject.c:122
|
||||
#, c-format
|
||||
msgid "this subtransaction has already been entered"
|
||||
msgstr "이 서브트랜잭션은 이미 시작되었음"
|
||||
|
||||
#: plpy_subxactobject.c:129 plpy_subxactobject.c:187
|
||||
#: plpy_subxactobject.c:128 plpy_subxactobject.c:186
|
||||
#, c-format
|
||||
msgid "this subtransaction has already been exited"
|
||||
msgstr "이 서브트랜잭션은 이미 끝났음"
|
||||
|
||||
#: plpy_subxactobject.c:181
|
||||
#: plpy_subxactobject.c:180
|
||||
#, c-format
|
||||
msgid "this subtransaction has not been entered"
|
||||
msgstr "이 서브트랜잭션이 시작되지 않았음"
|
||||
|
||||
#: plpy_subxactobject.c:193
|
||||
#: plpy_subxactobject.c:192
|
||||
#, c-format
|
||||
msgid "there is no subtransaction to exit from"
|
||||
msgstr "종료할 서브트랜잭션이 없음, 위치:"
|
||||
|
||||
#: plpy_typeio.c:286
|
||||
#: plpy_typeio.c:292
|
||||
#, c-format
|
||||
msgid "could not create new dictionary"
|
||||
msgstr "새 디렉터리를 만들 수 없음"
|
||||
@@ -374,32 +379,17 @@ msgstr "모듈안에 Decimal 속성이 없음"
|
||||
msgid "conversion from numeric to Decimal failed"
|
||||
msgstr "numeric 형을 Decimal 형으로 변환할 수 없음"
|
||||
|
||||
#: plpy_typeio.c:645
|
||||
#, c-format
|
||||
msgid "cannot convert multidimensional array to Python list"
|
||||
msgstr "다중 차원 배열은 Python 리스트로 변환할 수 없음"
|
||||
|
||||
#: plpy_typeio.c:646
|
||||
#, c-format
|
||||
msgid "PL/Python only supports one-dimensional arrays."
|
||||
msgstr "PL/Python에서는 1차원 배열만 지원함"
|
||||
|
||||
#: plpy_typeio.c:652
|
||||
#, c-format
|
||||
msgid "could not create new Python list"
|
||||
msgstr "새 Python 리스트를 만들 수 없음"
|
||||
|
||||
#: plpy_typeio.c:711
|
||||
#: plpy_typeio.c:773
|
||||
#, c-format
|
||||
msgid "could not create bytes representation of Python object"
|
||||
msgstr "Python 객체를 bytea 자료형으로 변환할 수 없음"
|
||||
|
||||
#: plpy_typeio.c:820
|
||||
#: plpy_typeio.c:882
|
||||
#, c-format
|
||||
msgid "could not create string representation of Python object"
|
||||
msgstr "Python 객체를 문자열 자료형으로 변환할 수 없음"
|
||||
|
||||
#: plpy_typeio.c:831
|
||||
#: plpy_typeio.c:893
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not convert Python object into cstring: Python string representation "
|
||||
@@ -408,43 +398,91 @@ msgstr ""
|
||||
"Python 객체를 cstring 형으로 변환할 수 없음: Python string 변수에 null문자열"
|
||||
"이 포함되어 있음"
|
||||
|
||||
#: plpy_typeio.c:877
|
||||
#: plpy_typeio.c:950
|
||||
#, c-format
|
||||
msgid "malformed record literal: \"%s\""
|
||||
msgstr "잘못된 레코드 표현: \"%s\""
|
||||
|
||||
#: plpy_typeio.c:951
|
||||
#, c-format
|
||||
msgid "Missing left parenthesis."
|
||||
msgstr "왼쪽 괄호가 없음."
|
||||
|
||||
#: plpy_typeio.c:952 plpy_typeio.c:1390
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To return a composite type in an array, return the composite type as a "
|
||||
"Python tuple, e.g., \"[('foo',)]\"."
|
||||
msgstr ""
|
||||
"배열에서 복합 자료형을 반환하려면, Python 튜플 형을 사용하세요. 예: "
|
||||
"\"[('foo',)]\"."
|
||||
|
||||
#: plpy_typeio.c:1001
|
||||
#, c-format
|
||||
msgid "number of array dimensions exceeds the maximum allowed (%d)"
|
||||
msgstr "배열 차원이 최대치 (%d)를 초과 했습니다."
|
||||
|
||||
#: plpy_typeio.c:1005
|
||||
#, c-format
|
||||
msgid "could not determine sequence length for function return value"
|
||||
msgstr "함수 반환 값으로 시퀀스 길이를 결정할 수 없음"
|
||||
|
||||
#: plpy_typeio.c:1008 plpy_typeio.c:1012
|
||||
#, c-format
|
||||
msgid "array size exceeds the maximum allowed"
|
||||
msgstr "배열 최대 크기를 초과함"
|
||||
|
||||
#: plpy_typeio.c:1038
|
||||
#, c-format
|
||||
msgid ""
|
||||
"return value of function with array return type is not a Python sequence"
|
||||
msgstr "배열형으로 넘길 자료형이 Python 시퀀스형이 아님"
|
||||
|
||||
#: plpy_typeio.c:996
|
||||
#: plpy_typeio.c:1091
|
||||
#, c-format
|
||||
msgid "wrong length of inner sequence: has length %d, but %d was expected"
|
||||
msgstr "잘못된 내부 시퀀스 길이, 길이 %d, %d 초과했음"
|
||||
|
||||
#: plpy_typeio.c:1093
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To construct a multidimensional array, the inner sequences must all have the "
|
||||
"same length."
|
||||
msgstr ""
|
||||
"다차원 배열을 사용하려면, 그 하위 배열의 차원이 모두 같아야합니다."
|
||||
|
||||
#: plpy_typeio.c:1213
|
||||
#, c-format
|
||||
msgid "key \"%s\" not found in mapping"
|
||||
msgstr "맵 안에 \"%s\" 키가 없음"
|
||||
|
||||
#: plpy_typeio.c:997
|
||||
#: plpy_typeio.c:1214
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To return null in a column, add the value None to the mapping with the key "
|
||||
"named after the column."
|
||||
msgstr ""
|
||||
"칼럼값으로 null을 반환하려면, 칼럼 다음에 해당 키 이름과 맵핑 되는 None값을 지정하세요"
|
||||
"칼럼값으로 null을 반환하려면, 칼럼 다음에 해당 키 이름과 맵핑 되는 None값을 "
|
||||
"지정하세요"
|
||||
|
||||
#: plpy_typeio.c:1048
|
||||
#: plpy_typeio.c:1265
|
||||
#, c-format
|
||||
msgid "length of returned sequence did not match number of columns in row"
|
||||
msgstr "반환되는 시퀀스형 변수의 길이가 로우의 칼럼수와 일치하지 않음"
|
||||
|
||||
#: plpy_typeio.c:1159
|
||||
#: plpy_typeio.c:1388
|
||||
#, c-format
|
||||
msgid "attribute \"%s\" does not exist in Python object"
|
||||
msgstr "Python 객체 가운데 \"%s\" 속성이 없음"
|
||||
|
||||
#: plpy_typeio.c:1160
|
||||
#: plpy_typeio.c:1391
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To return null in a column, let the returned object have an attribute named "
|
||||
"after column with value None."
|
||||
msgstr ""
|
||||
"칼럼 값으로 null 을 반환하려면, 값으로 None 값을 가지는 칼럼 뒤에, "
|
||||
"속성 이름이 있는 객체를 반환하세요"
|
||||
"칼럼 값으로 null 을 반환하려면, 값으로 None 값을 가지는 칼럼 뒤에, 속성 이름"
|
||||
"이 있는 객체를 반환하세요"
|
||||
|
||||
#: plpy_util.c:36
|
||||
#, c-format
|
||||
@@ -455,12 +493,3 @@ msgstr "Python 유니코드 객체를 UTF-8 문자열로 변환할 수 없음"
|
||||
#, c-format
|
||||
msgid "could not extract bytes from encoded string"
|
||||
msgstr "해당 인코드 문자열을 Python에서 사용할 수 없음"
|
||||
|
||||
#~ msgid "Start a new session to use a different Python major version."
|
||||
#~ msgstr "Python 메이져 버전을 달리 사용하려면 새 세션으로 시작하세요."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This session has previously used Python major version %d, and it is now "
|
||||
#~ "attempting to use Python major version %d."
|
||||
#~ msgstr ""
|
||||
#~ "이 세션은 이전에 %d 버전을 사용했는데, 지금은 %d 버전을 사용하려고 합니다."
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
# Copyright (C) 2012-2016 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plpython (PostgreSQL current)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-04-02 23:37+0000\n"
|
||||
"PO-Revision-Date: 2017-03-29 13:53+0300\n"
|
||||
"POT-Creation-Date: 2017-08-23 14:37+0000\n"
|
||||
"PO-Revision-Date: 2017-08-21 08:50+0300\n"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -16,7 +16,6 @@ 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"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
|
||||
#: plpy_cursorobject.c:100
|
||||
#, c-format
|
||||
@@ -107,17 +106,17 @@ msgstr "ошибка получения следующего элемента и
|
||||
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:379 plpy_exec.c:405
|
||||
#, c-format
|
||||
msgid "unexpected return value from trigger procedure"
|
||||
msgstr "триггерная процедура вернула недопустимое значение"
|
||||
|
||||
#: plpy_exec.c:375
|
||||
#: plpy_exec.c:380
|
||||
#, c-format
|
||||
msgid "Expected None or a string."
|
||||
msgstr "Ожидалось None или строка."
|
||||
|
||||
#: plpy_exec.c:390
|
||||
#: plpy_exec.c:395
|
||||
#, c-format
|
||||
msgid ""
|
||||
"PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
|
||||
@@ -125,54 +124,54 @@ msgstr ""
|
||||
"триггерная функция PL/Python вернула \"MODIFY\" в триггере DELETE -- "
|
||||
"игнорируется"
|
||||
|
||||
#: plpy_exec.c:401
|
||||
#: plpy_exec.c:406
|
||||
#, c-format
|
||||
msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"."
|
||||
msgstr "Ожидалось None, \"OK\", \"SKIP\" или \"MODIFY\"."
|
||||
|
||||
#: plpy_exec.c:482
|
||||
#: plpy_exec.c:487
|
||||
#, c-format
|
||||
msgid "PyList_SetItem() failed, while setting up arguments"
|
||||
msgstr "ошибка в PyList_SetItem() при настройке аргументов"
|
||||
|
||||
#: plpy_exec.c:486
|
||||
#: plpy_exec.c:491
|
||||
#, c-format
|
||||
msgid "PyDict_SetItemString() failed, while setting up arguments"
|
||||
msgstr "ошибка в PyDict_SetItemString() при настройке аргументов"
|
||||
|
||||
#: plpy_exec.c:498
|
||||
#: plpy_exec.c:503
|
||||
#, c-format
|
||||
msgid ""
|
||||
"function returning record called in context that cannot accept type record"
|
||||
msgstr ""
|
||||
"функция, возвращающая запись, вызвана в контексте, не допускающем этот тип"
|
||||
|
||||
#: plpy_exec.c:714
|
||||
#: plpy_exec.c:719
|
||||
#, c-format
|
||||
msgid "while creating return value"
|
||||
msgstr "при создании возвращаемого значения"
|
||||
|
||||
#: plpy_exec.c:738
|
||||
#: plpy_exec.c:743
|
||||
#, c-format
|
||||
msgid "could not create new dictionary while building trigger arguments"
|
||||
msgstr "не удалось создать словарь для передачи аргументов триггера"
|
||||
|
||||
#: plpy_exec.c:926
|
||||
#: plpy_exec.c:931
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] deleted, cannot modify row"
|
||||
msgstr "элемент TD[\"new\"] удалён -- изменить строку нельзя"
|
||||
|
||||
#: plpy_exec.c:931
|
||||
#: plpy_exec.c:936
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] is not a dictionary"
|
||||
msgstr "TD[\"new\"] - не словарь"
|
||||
|
||||
#: plpy_exec.c:958
|
||||
#: plpy_exec.c:963
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
|
||||
msgstr "ключ словаря TD[\"new\"] с порядковым номером %d не является строкой"
|
||||
|
||||
#: plpy_exec.c:965
|
||||
#: plpy_exec.c:970
|
||||
#, c-format
|
||||
msgid ""
|
||||
"key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering "
|
||||
@@ -181,17 +180,17 @@ msgstr ""
|
||||
"ключу \"%s\", найденному в TD[\"new\"], не соответствует столбец в строке, "
|
||||
"обрабатываемой триггером"
|
||||
|
||||
#: plpy_exec.c:970
|
||||
#: plpy_exec.c:975
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "установить системный атрибут \"%s\" нельзя"
|
||||
|
||||
#: plpy_exec.c:1041
|
||||
#: plpy_exec.c:1046
|
||||
#, c-format
|
||||
msgid "while modifying trigger row"
|
||||
msgstr "при изменении строки в триггере"
|
||||
|
||||
#: plpy_exec.c:1102
|
||||
#: plpy_exec.c:1107
|
||||
#, c-format
|
||||
msgid "forcibly aborting a subtransaction that has not been exited"
|
||||
msgstr "принудительное прерывание незавершённой подтранзакции"
|
||||
@@ -272,8 +271,8 @@ msgstr "не удалось разобрать сообщение об ошиб
|
||||
|
||||
#: plpy_plpymodule.c:469
|
||||
#, c-format
|
||||
msgid "Argument 'message' given by name and position"
|
||||
msgstr "Аргумент 'message' задан и по имени, и по позиции"
|
||||
msgid "argument 'message' given by name and position"
|
||||
msgstr "аргумент 'message' задан и по имени, и по позиции"
|
||||
|
||||
#: plpy_plpymodule.c:496
|
||||
#, c-format
|
||||
@@ -385,17 +384,17 @@ msgstr "в модуле нет атрибута Decimal"
|
||||
msgid "conversion from numeric to Decimal failed"
|
||||
msgstr "не удалось преобразовать numeric в Decimal"
|
||||
|
||||
#: plpy_typeio.c:772
|
||||
#: plpy_typeio.c:773
|
||||
#, c-format
|
||||
msgid "could not create bytes representation of Python object"
|
||||
msgstr "не удалось создать байтовое представление объекта Python"
|
||||
|
||||
#: plpy_typeio.c:881
|
||||
#: plpy_typeio.c:882
|
||||
#, c-format
|
||||
msgid "could not create string representation of Python object"
|
||||
msgstr "не удалось создать строковое представление объекта Python"
|
||||
|
||||
#: plpy_typeio.c:892
|
||||
#: plpy_typeio.c:893
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not convert Python object into cstring: Python string representation "
|
||||
@@ -404,43 +403,43 @@ msgstr ""
|
||||
"не удалось преобразовать объект Python в cstring: похоже, представление "
|
||||
"строки Python содержит нулевые байты"
|
||||
|
||||
#: plpy_typeio.c:949
|
||||
#: plpy_typeio.c:950
|
||||
#, c-format
|
||||
msgid "malformed record literal: \"%s\""
|
||||
msgstr "ошибка в литерале записи: \"%s\""
|
||||
|
||||
#: plpy_typeio.c:950
|
||||
#: plpy_typeio.c:951
|
||||
#, c-format
|
||||
msgid "Missing left parenthesis."
|
||||
msgstr "Отсутствует левая скобка."
|
||||
|
||||
#: plpy_typeio.c:951 plpy_typeio.c:1389
|
||||
#: plpy_typeio.c:952 plpy_typeio.c:1390
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To return a composite type in an array, return the composite type as a "
|
||||
"Python tuple, e.g. \"[('foo')]\""
|
||||
"Python tuple, e.g., \"[('foo',)]\"."
|
||||
msgstr ""
|
||||
"Чтобы возвратить составной тип в массиве, нужно возвратить составное "
|
||||
"значение в виде кортежа Python, например: \"[('foo')]\""
|
||||
"значение в виде кортежа Python, например: \"[('foo',)]\"."
|
||||
|
||||
#: plpy_typeio.c:1000
|
||||
#: plpy_typeio.c:1001
|
||||
#, c-format
|
||||
msgid "number of array dimensions exceeds the maximum allowed (%d)"
|
||||
msgstr "число размерностей массива превышает предел (%d)"
|
||||
|
||||
#: plpy_typeio.c:1004
|
||||
#: plpy_typeio.c:1005
|
||||
#, c-format
|
||||
msgid "cannot determine sequence length for function return value"
|
||||
msgid "could not determine sequence length for function return value"
|
||||
msgstr ""
|
||||
"не удалось определить длину последовательности в возвращаемом функцией "
|
||||
"значении"
|
||||
|
||||
#: plpy_typeio.c:1007 plpy_typeio.c:1011
|
||||
#: plpy_typeio.c:1008 plpy_typeio.c:1012
|
||||
#, c-format
|
||||
msgid "array size exceeds the maximum allowed"
|
||||
msgstr "размер массива превышает предел"
|
||||
|
||||
#: plpy_typeio.c:1037
|
||||
#: plpy_typeio.c:1038
|
||||
#, c-format
|
||||
msgid ""
|
||||
"return value of function with array return type is not a Python sequence"
|
||||
@@ -448,23 +447,26 @@ msgstr ""
|
||||
"возвращаемое значение функции с результатом-массивом не является "
|
||||
"последовательностью"
|
||||
|
||||
#: plpy_typeio.c:1090
|
||||
#: plpy_typeio.c:1091
|
||||
#, c-format
|
||||
msgid "wrong length of inner sequence: has length %d, but %d was expected"
|
||||
msgstr "неверная длина внутренней последовательности: %d (ожидалось: %d)"
|
||||
|
||||
#: plpy_typeio.c:1093
|
||||
#, c-format
|
||||
msgid ""
|
||||
"multidimensional arrays must have array expressions with matching "
|
||||
"dimensions. PL/Python function return value has sequence length %d while "
|
||||
"expected %d"
|
||||
"To construct a multidimensional array, the inner sequences must all have the "
|
||||
"same length."
|
||||
msgstr ""
|
||||
"для многомерных массивов должны задаваться выражения с соответствующими "
|
||||
"размерностями. В возвращаемом функцией на PL/Python значении "
|
||||
"последовательность имеет длину %d (а ожидалось %d)"
|
||||
"Для образования многомерного массива внутренние последовательности должны "
|
||||
"иметь одинаковую длину."
|
||||
|
||||
#: plpy_typeio.c:1212
|
||||
#: plpy_typeio.c:1213
|
||||
#, c-format
|
||||
msgid "key \"%s\" not found in mapping"
|
||||
msgstr "ключ \"%s\" не найден в сопоставлении"
|
||||
|
||||
#: plpy_typeio.c:1213
|
||||
#: plpy_typeio.c:1214
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To return null in a column, add the value None to the mapping with the key "
|
||||
@@ -473,17 +475,17 @@ msgstr ""
|
||||
"Чтобы присвоить столбцу NULL, добавьте в сопоставление значение None с "
|
||||
"ключом-именем столбца."
|
||||
|
||||
#: plpy_typeio.c:1264
|
||||
#: plpy_typeio.c:1265
|
||||
#, c-format
|
||||
msgid "length of returned sequence did not match number of columns in row"
|
||||
msgstr "длина возвращённой последовательности не равна числу столбцов в строке"
|
||||
|
||||
#: plpy_typeio.c:1387
|
||||
#: plpy_typeio.c:1388
|
||||
#, c-format
|
||||
msgid "attribute \"%s\" does not exist in Python object"
|
||||
msgstr "в объекте Python не существует атрибут \"%s\""
|
||||
|
||||
#: plpy_typeio.c:1390
|
||||
#: plpy_typeio.c:1391
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To return null in a column, let the returned object have an attribute named "
|
||||
@@ -502,6 +504,15 @@ msgstr "не удалось преобразовать объект Python Unico
|
||||
msgid "could not extract bytes from encoded string"
|
||||
msgstr "не удалось извлечь байты из кодированной строки"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "multidimensional arrays must have array expressions with matching "
|
||||
#~ "dimensions. PL/Python function return value has sequence length %d while "
|
||||
#~ "expected %d"
|
||||
#~ msgstr ""
|
||||
#~ "для многомерных массивов должны задаваться выражения с соответствующими "
|
||||
#~ "размерностями. В возвращаемом функцией на PL/Python значении "
|
||||
#~ "последовательность имеет длину %d (а ожидалось %d)"
|
||||
|
||||
#~ msgid "plan.status takes no arguments"
|
||||
#~ msgstr "plan.status не принимает аргументы"
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# Swedish message translation file for plpython
|
||||
# Copyright (C) 2017 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# Dennis Björklund <db@zigo.dhs.org>, 2017.
|
||||
# Dennis Björklund <db@zigo.dhs.org>, 2017, 2018.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plpython (PostgreSQL) 10\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-08-05 14:07+0000\n"
|
||||
"PO-Revision-Date: 2017-08-06 08:32+0200\n"
|
||||
"POT-Creation-Date: 2018-04-29 20:08+0000\n"
|
||||
"PO-Revision-Date: 2018-04-29 23:49+0200\n"
|
||||
"Last-Translator: Dennis Björklund <db@zigo.dhs.org>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
"Language: sv\n"
|
||||
@@ -17,164 +17,164 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
|
||||
#: plpy_cursorobject.c:100
|
||||
#: plpy_cursorobject.c:101
|
||||
#, c-format
|
||||
msgid "plpy.cursor expected a query or a plan"
|
||||
msgstr "plpy.cursor förväntade sig en fråga eller en plan"
|
||||
|
||||
#: plpy_cursorobject.c:176
|
||||
#: plpy_cursorobject.c:184
|
||||
#, c-format
|
||||
msgid "plpy.cursor takes a sequence as its second argument"
|
||||
msgstr "plpy.cursor tar en sekvens som sitt andra argument"
|
||||
|
||||
#: plpy_cursorobject.c:192 plpy_spi.c:226
|
||||
#: plpy_cursorobject.c:200 plpy_spi.c:211
|
||||
#, c-format
|
||||
msgid "could not execute plan"
|
||||
msgstr "kunde inte exekvera plan"
|
||||
|
||||
#: plpy_cursorobject.c:195 plpy_spi.c:229
|
||||
#: plpy_cursorobject.c:203 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"
|
||||
msgstr[0] "Förväntade sekvens med %d argument, fick %d: %s"
|
||||
msgstr[1] "Förväntade sekvens med %d argument, fick %d: %s"
|
||||
|
||||
#: plpy_cursorobject.c:350
|
||||
#: plpy_cursorobject.c:352
|
||||
#, c-format
|
||||
msgid "iterating a closed cursor"
|
||||
msgstr "itererar med en stängd markör"
|
||||
|
||||
#: plpy_cursorobject.c:358 plpy_cursorobject.c:423
|
||||
#: plpy_cursorobject.c:360 plpy_cursorobject.c:426
|
||||
#, c-format
|
||||
msgid "iterating a cursor in an aborted subtransaction"
|
||||
msgstr "itererar med en markör i en avbruten subtransaktion"
|
||||
|
||||
#: plpy_cursorobject.c:415
|
||||
#: plpy_cursorobject.c:418
|
||||
#, c-format
|
||||
msgid "fetch from a closed cursor"
|
||||
msgstr "hämta från en stängd markör"
|
||||
|
||||
#: plpy_cursorobject.c:463 plpy_spi.c:434
|
||||
#: plpy_cursorobject.c:461 plpy_spi.c:409
|
||||
#, c-format
|
||||
msgid "query result has too many rows to fit in a Python list"
|
||||
msgstr "frågeresultet har för många rader för att få plats i en Python-lista"
|
||||
|
||||
#: plpy_cursorobject.c:504
|
||||
#: plpy_cursorobject.c:512
|
||||
#, c-format
|
||||
msgid "closing a cursor in an aborted subtransaction"
|
||||
msgstr "stänger en markör i en avbruten subtransaktion"
|
||||
|
||||
#: plpy_elog.c:127 plpy_elog.c:128 plpy_plpymodule.c:548
|
||||
#: plpy_elog.c:127 plpy_elog.c:128 plpy_plpymodule.c:559
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: plpy_exec.c:140
|
||||
#: plpy_exec.c:142
|
||||
#, c-format
|
||||
msgid "unsupported set function return mode"
|
||||
msgstr "ej supportat returläge för mängdfunktion"
|
||||
|
||||
#: plpy_exec.c:141
|
||||
#: plpy_exec.c:143
|
||||
#, c-format
|
||||
msgid "PL/Python set-returning functions only support returning one value per call."
|
||||
msgstr "PL/Python mängdreturnerande funktioner stöder bara ett värde per anrop."
|
||||
|
||||
#: plpy_exec.c:154
|
||||
#: plpy_exec.c:156
|
||||
#, c-format
|
||||
msgid "returned object cannot be iterated"
|
||||
msgstr "returnerat objekt kan inte itereras"
|
||||
|
||||
#: plpy_exec.c:155
|
||||
#: plpy_exec.c:157
|
||||
#, c-format
|
||||
msgid "PL/Python set-returning functions must return an iterable object."
|
||||
msgstr "PL/Python mängdreturnerande funktioner måste returnera ett itererbart objekt."
|
||||
|
||||
#: plpy_exec.c:169
|
||||
#: plpy_exec.c:171
|
||||
#, c-format
|
||||
msgid "error fetching next item from iterator"
|
||||
msgstr "fel vid hämtning av nästa del från iteratorn"
|
||||
|
||||
#: plpy_exec.c:210
|
||||
#: plpy_exec.c:214
|
||||
#, c-format
|
||||
msgid "PL/Python procedure did not return None"
|
||||
msgstr "PL/Python-procedur returnerade inte None"
|
||||
|
||||
#: plpy_exec.c:218
|
||||
#, c-format
|
||||
msgid "PL/Python function with return type \"void\" did not return None"
|
||||
msgstr "PL/Python-funktion med returtyp \"void\" returnerade inte None"
|
||||
|
||||
#: plpy_exec.c:379 plpy_exec.c:405
|
||||
#: plpy_exec.c:374 plpy_exec.c:400
|
||||
#, c-format
|
||||
msgid "unexpected return value from trigger procedure"
|
||||
msgstr "oväntat returvärde från utlösarprocedur"
|
||||
|
||||
#: plpy_exec.c:380
|
||||
#: plpy_exec.c:375
|
||||
#, c-format
|
||||
msgid "Expected None or a string."
|
||||
msgstr "Förväntade None eller en sträng."
|
||||
|
||||
#: plpy_exec.c:395
|
||||
#: plpy_exec.c:390
|
||||
#, c-format
|
||||
msgid "PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
|
||||
msgstr "PL/Python-utlösarfunktion returnerade \"MODIFY\" i en DELETE-utlösare -- ignorerad"
|
||||
|
||||
#: plpy_exec.c:406
|
||||
#: plpy_exec.c:401
|
||||
#, c-format
|
||||
msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"."
|
||||
msgstr "Förväntade None, \"OK\", \"SKIP\" eller \"MODIFY\"."
|
||||
|
||||
#: plpy_exec.c:487
|
||||
#: plpy_exec.c:451
|
||||
#, c-format
|
||||
msgid "PyList_SetItem() failed, while setting up arguments"
|
||||
msgstr "PyList_SetItem() misslyckades vid uppsättning av argument"
|
||||
|
||||
#: plpy_exec.c:491
|
||||
#: plpy_exec.c:455
|
||||
#, c-format
|
||||
msgid "PyDict_SetItemString() failed, while setting up arguments"
|
||||
msgstr "PyDict_SetItemString() misslyckades vid uppsättning av argument"
|
||||
|
||||
#: plpy_exec.c:503
|
||||
#: plpy_exec.c:467
|
||||
#, c-format
|
||||
msgid "function returning record called in context that cannot accept type record"
|
||||
msgstr "en funktion med post som värde anropades i sammanhang där poster inte kan godtagas."
|
||||
|
||||
#: plpy_exec.c:719
|
||||
#: plpy_exec.c:684
|
||||
#, c-format
|
||||
msgid "while creating return value"
|
||||
msgstr "vid skapande av returvärde"
|
||||
|
||||
#: plpy_exec.c:743
|
||||
#, c-format
|
||||
msgid "could not create new dictionary while building trigger arguments"
|
||||
msgstr "kunde inte skapa ny katalog vid byggande av utlösarargument"
|
||||
|
||||
#: plpy_exec.c:931
|
||||
#: plpy_exec.c:909
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] deleted, cannot modify row"
|
||||
msgstr "TD[\"new\"] raderad, kan inte modifiera rad"
|
||||
|
||||
#: plpy_exec.c:936
|
||||
#: plpy_exec.c:914
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] is not a dictionary"
|
||||
msgstr "TD[\"new\"] är inte en dictionary"
|
||||
|
||||
#: plpy_exec.c:963
|
||||
#: plpy_exec.c:941
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
|
||||
msgstr "TD[\"new\"] dictionary-nyckel vid numerisk position %d är inte en sträng"
|
||||
|
||||
#: plpy_exec.c:970
|
||||
#: plpy_exec.c:948
|
||||
#, c-format
|
||||
msgid "key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering row"
|
||||
msgstr "nyckel \"%s\" hittad i TD[\"new\"] finns inte som en kolumn i den utlösande raden"
|
||||
|
||||
#: plpy_exec.c:975
|
||||
#: plpy_exec.c:953
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "kan inte sätta systemattribut \"%s\""
|
||||
|
||||
#: plpy_exec.c:1046
|
||||
#: plpy_exec.c:1011
|
||||
#, c-format
|
||||
msgid "while modifying trigger row"
|
||||
msgstr "vid modifiering av utlösande rad"
|
||||
|
||||
#: plpy_exec.c:1107
|
||||
#: plpy_exec.c:1072
|
||||
#, c-format
|
||||
msgid "forcibly aborting a subtransaction that has not been exited"
|
||||
msgstr "tvingar avbrytande av subtransaktion som inte har avslutats"
|
||||
@@ -199,71 +199,66 @@ msgstr "ej fångar fel i initiering"
|
||||
msgid "could not import \"__main__\" module"
|
||||
msgstr "kunde inte importera \"__main__\"-modul"
|
||||
|
||||
#: plpy_main.c:170
|
||||
#, c-format
|
||||
msgid "could not create globals"
|
||||
msgstr "kundew inte skapa globaler"
|
||||
|
||||
#: plpy_main.c:174
|
||||
#, c-format
|
||||
msgid "could not initialize globals"
|
||||
msgstr "kunde inte initierar globaler"
|
||||
|
||||
#: plpy_main.c:387
|
||||
#: plpy_main.c:399
|
||||
#, c-format
|
||||
msgid "PL/Python procedure \"%s\""
|
||||
msgstr "PL/Python-procedur \"%s\""
|
||||
|
||||
#: plpy_main.c:402
|
||||
#, c-format
|
||||
msgid "PL/Python function \"%s\""
|
||||
msgstr "PL/Python-funktion \"%s\""
|
||||
|
||||
#: plpy_main.c:394
|
||||
#: plpy_main.c:410
|
||||
#, c-format
|
||||
msgid "PL/Python anonymous code block"
|
||||
msgstr "PL/Python anonymt kodblock"
|
||||
|
||||
#: plpy_plpymodule.c:181 plpy_plpymodule.c:184
|
||||
#: plpy_plpymodule.c:192 plpy_plpymodule.c:195
|
||||
#, c-format
|
||||
msgid "could not import \"plpy\" module"
|
||||
msgstr "kunde inte importera \"plpy\"-modul"
|
||||
|
||||
#: plpy_plpymodule.c:199
|
||||
#: plpy_plpymodule.c:210
|
||||
#, c-format
|
||||
msgid "could not create the spiexceptions module"
|
||||
msgstr "kunde inte skapa modulen spiexceptions"
|
||||
|
||||
#: plpy_plpymodule.c:207
|
||||
#: plpy_plpymodule.c:218
|
||||
#, c-format
|
||||
msgid "could not add the spiexceptions module"
|
||||
msgstr "kunde inte lägga till modulen spiexceptions"
|
||||
|
||||
#: plpy_plpymodule.c:236
|
||||
#, c-format
|
||||
msgid "could not create exception \"%s\""
|
||||
msgstr "kunde inte skapa undantag \"%s\""
|
||||
|
||||
#: plpy_plpymodule.c:271 plpy_plpymodule.c:275
|
||||
#: plpy_plpymodule.c:286
|
||||
#, c-format
|
||||
msgid "could not generate SPI exceptions"
|
||||
msgstr "kunde inte skapa SPI-undantag"
|
||||
|
||||
#: plpy_plpymodule.c:443
|
||||
#: plpy_plpymodule.c:454
|
||||
#, c-format
|
||||
msgid "could not unpack arguments in plpy.elog"
|
||||
msgstr "kunde inte packa upp argument i plpy.elog"
|
||||
|
||||
#: plpy_plpymodule.c:452
|
||||
#: plpy_plpymodule.c:463
|
||||
msgid "could not parse error message in plpy.elog"
|
||||
msgstr "kunde inte parsa felmeddelande i plpy.elog"
|
||||
|
||||
#: plpy_plpymodule.c:469
|
||||
#: plpy_plpymodule.c:480
|
||||
#, c-format
|
||||
msgid "argument 'message' given by name and position"
|
||||
msgstr "argumentet 'message' angivet med namn och position"
|
||||
|
||||
#: plpy_plpymodule.c:496
|
||||
#: plpy_plpymodule.c:507
|
||||
#, c-format
|
||||
msgid "'%s' is an invalid keyword argument for this function"
|
||||
msgstr "'%s' är ett ogiltigt nyckelordsargument för denna funktion"
|
||||
|
||||
#: plpy_plpymodule.c:507 plpy_plpymodule.c:513
|
||||
#: plpy_plpymodule.c:518 plpy_plpymodule.c:524
|
||||
#, c-format
|
||||
msgid "invalid SQLSTATE code"
|
||||
msgstr "ogiltig SQLSTATE-kod"
|
||||
@@ -273,57 +268,57 @@ msgstr "ogiltig SQLSTATE-kod"
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "Triggningsfunktioner kan bara anropas vid triggning."
|
||||
|
||||
#: plpy_procedure.c:235
|
||||
#: plpy_procedure.c:234
|
||||
#, c-format
|
||||
msgid "PL/Python functions cannot return type %s"
|
||||
msgstr "PL/Python-funktioner kan inte returnera typ %s"
|
||||
|
||||
#: plpy_procedure.c:316
|
||||
#: plpy_procedure.c:312
|
||||
#, c-format
|
||||
msgid "PL/Python functions cannot accept type %s"
|
||||
msgstr "PL/Python-funktioner kan inte ta emot typ %s"
|
||||
|
||||
#: plpy_procedure.c:412
|
||||
#: plpy_procedure.c:402
|
||||
#, c-format
|
||||
msgid "could not compile PL/Python function \"%s\""
|
||||
msgstr "kunde inte kompilera PL/Python-funktion \"%s\""
|
||||
|
||||
#: plpy_procedure.c:415
|
||||
#: plpy_procedure.c:405
|
||||
#, c-format
|
||||
msgid "could not compile anonymous PL/Python code block"
|
||||
msgstr "kunde inte kompilera anonymt PL/Python-kodblock"
|
||||
|
||||
#: plpy_resultobject.c:145 plpy_resultobject.c:165 plpy_resultobject.c:185
|
||||
#: plpy_resultobject.c:150 plpy_resultobject.c:176 plpy_resultobject.c:202
|
||||
#, c-format
|
||||
msgid "command did not produce a result set"
|
||||
msgstr "kommandot producerade inte en resultatmängd"
|
||||
|
||||
#: plpy_spi.c:59
|
||||
#: plpy_spi.c:60
|
||||
#, c-format
|
||||
msgid "second argument of plpy.prepare must be a sequence"
|
||||
msgstr "andra argumentet till plpy.prepare måste vara en sekvens"
|
||||
|
||||
#: plpy_spi.c:115
|
||||
#: plpy_spi.c:104
|
||||
#, c-format
|
||||
msgid "plpy.prepare: type name at ordinal position %d is not a string"
|
||||
msgstr "plpy.prepare: typnamn vid numerisk position %d är inte en sträng"
|
||||
|
||||
#: plpy_spi.c:191
|
||||
#: plpy_spi.c:176
|
||||
#, c-format
|
||||
msgid "plpy.execute expected a query or a plan"
|
||||
msgstr "plpy.execute förväntade en fråga eller en plan"
|
||||
|
||||
#: plpy_spi.c:210
|
||||
#: plpy_spi.c:195
|
||||
#, c-format
|
||||
msgid "plpy.execute takes a sequence as its second argument"
|
||||
msgstr "plpy.execute tar en sekvens som sitt andra argument"
|
||||
|
||||
#: plpy_spi.c:335
|
||||
#: plpy_spi.c:305
|
||||
#, c-format
|
||||
msgid "SPI_execute_plan failed: %s"
|
||||
msgstr "SPI_execute_plan misslyckades: %s"
|
||||
|
||||
#: plpy_spi.c:377
|
||||
#: plpy_spi.c:347
|
||||
#, c-format
|
||||
msgid "SPI_execute failed: %s"
|
||||
msgstr "SPI_execute misslyckades: %s"
|
||||
@@ -348,117 +343,124 @@ msgstr "denna subtransaktion har inte gåtts in i"
|
||||
msgid "there is no subtransaction to exit from"
|
||||
msgstr "det finns ingen subtransaktion att avsluta från"
|
||||
|
||||
#: plpy_typeio.c:292
|
||||
#, c-format
|
||||
msgid "could not create new dictionary"
|
||||
msgstr "kunde inte skapa ny katalog"
|
||||
|
||||
#: plpy_typeio.c:560
|
||||
#: plpy_typeio.c:591
|
||||
#, c-format
|
||||
msgid "could not import a module for Decimal constructor"
|
||||
msgstr "kunde inte importera en modul för Decimal-konstruktorn"
|
||||
|
||||
#: plpy_typeio.c:564
|
||||
#: plpy_typeio.c:595
|
||||
#, c-format
|
||||
msgid "no Decimal attribute in module"
|
||||
msgstr "inga Decimal-attribut i modulen"
|
||||
|
||||
#: plpy_typeio.c:570
|
||||
#: plpy_typeio.c:601
|
||||
#, c-format
|
||||
msgid "conversion from numeric to Decimal failed"
|
||||
msgstr "konvertering från numeric till Decimal misslyckades"
|
||||
|
||||
#: plpy_typeio.c:773
|
||||
#: plpy_typeio.c:908
|
||||
#, c-format
|
||||
msgid "could not create bytes representation of Python object"
|
||||
msgstr "kunde inte skapa byte-representation av Python-objekt"
|
||||
|
||||
#: plpy_typeio.c:882
|
||||
#: plpy_typeio.c:1056
|
||||
#, c-format
|
||||
msgid "could not create string representation of Python object"
|
||||
msgstr "kunde inte skapa strängrepresentation av Python-objekt"
|
||||
|
||||
#: plpy_typeio.c:893
|
||||
#: plpy_typeio.c:1067
|
||||
#, c-format
|
||||
msgid "could not convert Python object into cstring: Python string representation appears to contain null bytes"
|
||||
msgstr "kunde inte konvertera Python-objekt till cstring: Python-strängrepresentationen verkar innehålla noll-bytes"
|
||||
|
||||
#: plpy_typeio.c:950
|
||||
#, c-format
|
||||
msgid "malformed record literal: \"%s\""
|
||||
msgstr "felaktig postliteral: \"%s\""
|
||||
|
||||
#: plpy_typeio.c:951
|
||||
#, c-format
|
||||
msgid "Missing left parenthesis."
|
||||
msgstr "Saknar vänster parentes"
|
||||
|
||||
#: plpy_typeio.c:952 plpy_typeio.c:1390
|
||||
#, c-format
|
||||
msgid "To return a composite type in an array, return the composite type as a Python tuple, e.g., \"[('foo',)]\"."
|
||||
msgstr "För att returnera en composite-typ i en array, returnera composite-typen som en Python-tupel, t.ex. \"[('foo',)]\"."
|
||||
|
||||
#: plpy_typeio.c:1001
|
||||
#: plpy_typeio.c:1176
|
||||
#, c-format
|
||||
msgid "number of array dimensions exceeds the maximum allowed (%d)"
|
||||
msgstr "antal array-dimensioner överskriver maximalt tillåtna (%d)"
|
||||
|
||||
#: plpy_typeio.c:1005
|
||||
#: plpy_typeio.c:1180
|
||||
#, c-format
|
||||
msgid "could not determine sequence length for function return value"
|
||||
msgstr "kunde inte bestämma sekvenslängd för funktionens returvärde"
|
||||
|
||||
#: plpy_typeio.c:1008 plpy_typeio.c:1012
|
||||
#: plpy_typeio.c:1183 plpy_typeio.c:1187
|
||||
#, c-format
|
||||
msgid "array size exceeds the maximum allowed"
|
||||
msgstr "array-storlek överskrider maximalt tillåtna"
|
||||
|
||||
#: plpy_typeio.c:1038
|
||||
#: plpy_typeio.c:1213
|
||||
#, c-format
|
||||
msgid "return value of function with array return type is not a Python sequence"
|
||||
msgstr "returvärde för funktion med array-returtyp är inte en Python-sekvens"
|
||||
|
||||
#: plpy_typeio.c:1091
|
||||
#: plpy_typeio.c:1259
|
||||
#, c-format
|
||||
msgid "wrong length of inner sequence: has length %d, but %d was expected"
|
||||
msgstr "fel längd på inre sekvens: har längd %d, men %d förväntades"
|
||||
|
||||
#: plpy_typeio.c:1093
|
||||
#: plpy_typeio.c:1261
|
||||
#, c-format
|
||||
msgid "To construct a multidimensional array, the inner sequences must all have the same length."
|
||||
msgstr "För att skapa en multidimensionell array så skall alla de inre sekvenserna ha samma längd."
|
||||
|
||||
#: plpy_typeio.c:1213
|
||||
#: plpy_typeio.c:1340
|
||||
#, c-format
|
||||
msgid "malformed record literal: \"%s\""
|
||||
msgstr "felaktig postliteral: \"%s\""
|
||||
|
||||
#: plpy_typeio.c:1341
|
||||
#, c-format
|
||||
msgid "Missing left parenthesis."
|
||||
msgstr "Saknar vänster parentes"
|
||||
|
||||
#: plpy_typeio.c:1342 plpy_typeio.c:1543
|
||||
#, c-format
|
||||
msgid "To return a composite type in an array, return the composite type as a Python tuple, e.g., \"[('foo',)]\"."
|
||||
msgstr "För att returnera en composite-typ i en array, returnera composite-typen som en Python-tupel, t.ex. \"[('foo',)]\"."
|
||||
|
||||
#: plpy_typeio.c:1389
|
||||
#, c-format
|
||||
msgid "key \"%s\" not found in mapping"
|
||||
msgstr "nyckeln \"%s\" hittades inte i mapping"
|
||||
|
||||
#: plpy_typeio.c:1214
|
||||
#: plpy_typeio.c:1390
|
||||
#, c-format
|
||||
msgid "To return null in a column, add the value None to the mapping with the key named after the column."
|
||||
msgstr "För att returnera null i en kolumn så lägg till värdet None till mappningen med nyckelnamn taget från kolumnen."
|
||||
|
||||
#: plpy_typeio.c:1265
|
||||
#: plpy_typeio.c:1443
|
||||
#, c-format
|
||||
msgid "length of returned sequence did not match number of columns in row"
|
||||
msgstr "längden på den returnerade sekvensen matchade inte antal kolumner i raden"
|
||||
|
||||
#: plpy_typeio.c:1388
|
||||
#: plpy_typeio.c:1541
|
||||
#, c-format
|
||||
msgid "attribute \"%s\" does not exist in Python object"
|
||||
msgstr "attributet \"%s\" finns inte i Python-objektet"
|
||||
|
||||
#: plpy_typeio.c:1391
|
||||
#: plpy_typeio.c:1544
|
||||
#, c-format
|
||||
msgid "To return null in a column, let the returned object have an attribute named after column with value None."
|
||||
msgstr "För att returnera null i en kolumn så låt det returnerade objektet ha ett attribut med namn efter kolumnen och med värdet None."
|
||||
|
||||
#: plpy_util.c:36
|
||||
#: plpy_util.c:35
|
||||
#, c-format
|
||||
msgid "could not convert Python Unicode object to bytes"
|
||||
msgstr "kunde inte konvertera Python-unicode-objekt till bytes"
|
||||
|
||||
#: plpy_util.c:42
|
||||
#: plpy_util.c:41
|
||||
#, c-format
|
||||
msgid "could not extract bytes from encoded string"
|
||||
msgstr "kunde inte extrahera bytes från kodad sträng"
|
||||
|
||||
#~ msgid "could not create new dictionary"
|
||||
#~ msgstr "kunde inte skapa ny katalog"
|
||||
|
||||
#~ msgid "could not create exception \"%s\""
|
||||
#~ msgstr "kunde inte skapa undantag \"%s\""
|
||||
|
||||
#~ msgid "could not create globals"
|
||||
#~ msgstr "kundew inte skapa globaler"
|
||||
|
||||
#~ msgid "could not create new dictionary while building trigger arguments"
|
||||
#~ msgstr "kunde inte skapa ny katalog vid byggande av utlösarargument"
|
||||
|
||||
534
src/pl/plpython/po/tr.po
Normal file
534
src/pl/plpython/po/tr.po
Normal file
@@ -0,0 +1,534 @@
|
||||
# LANGUAGE message translation file for plpython
|
||||
# Copyright (C) 2009 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 8.4\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2018-02-22 00:08+0000\n"
|
||||
"PO-Revision-Date: 2018-02-22 16:03+0300\n"
|
||||
"Last-Translator: Devrim GÜNDÜZ <devrim@gunduz.org>\n"
|
||||
"Language-Team: Turkish <devrim@gunduz.org>\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Poedit 1.8.7.1\n"
|
||||
|
||||
#: plpy_cursorobject.c:100
|
||||
#, c-format
|
||||
msgid "plpy.cursor expected a query or a plan"
|
||||
msgstr "plpy.cursor bir sorgu ya da bir plan bekledi"
|
||||
|
||||
#: plpy_cursorobject.c:176
|
||||
#, c-format
|
||||
msgid "plpy.cursor takes a sequence as its second argument"
|
||||
msgstr "plpy.cursor bir sequence'ı ikinci argüman olarak alır"
|
||||
|
||||
#: plpy_cursorobject.c:192 plpy_spi.c:226
|
||||
#, c-format
|
||||
msgid "could not execute plan"
|
||||
msgstr "plan çalıştırılamadı"
|
||||
|
||||
#: plpy_cursorobject.c:195 plpy_spi.c:229
|
||||
#, c-format
|
||||
msgid "Expected sequence of %d argument, got %d: %s"
|
||||
msgid_plural "Expected sequence of %d arguments, got %d: %s"
|
||||
msgstr[0] "%d argümanının sequence'ı beklendi; %d alındı: %s"
|
||||
|
||||
#: plpy_cursorobject.c:350
|
||||
#, fuzzy, c-format
|
||||
#| msgid "position a cursor"
|
||||
msgid "iterating a closed cursor"
|
||||
msgstr "cursor'u yereştir"
|
||||
|
||||
#: plpy_cursorobject.c:358 plpy_cursorobject.c:423
|
||||
#, fuzzy, c-format
|
||||
#| msgid "aborting any active transactions"
|
||||
msgid "iterating a cursor in an aborted subtransaction"
|
||||
msgstr "aktif transactionlar iptal ediliyor"
|
||||
|
||||
#: plpy_cursorobject.c:415
|
||||
#, c-format
|
||||
msgid "fetch from a closed cursor"
|
||||
msgstr "kapalı bir cursor'dan getir"
|
||||
|
||||
#: plpy_cursorobject.c:463 plpy_spi.c:434
|
||||
#, c-format
|
||||
msgid "query result has too many rows to fit in a Python list"
|
||||
msgstr "sorgu sonucundaki satır sayısı bir Python listesine sığabilecekten çok fazla "
|
||||
|
||||
#: plpy_cursorobject.c:504
|
||||
#, c-format
|
||||
msgid "closing a cursor in an aborted subtransaction"
|
||||
msgstr "iptal edilen bir alt-işlemdeki (subtransaction) bir cursor kapatılıyor"
|
||||
|
||||
#: plpy_elog.c:127 plpy_elog.c:128 plpy_plpymodule.c:548
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: plpy_exec.c:140
|
||||
#, c-format
|
||||
msgid "unsupported set function return mode"
|
||||
msgstr "desteklenmeyen küme fonksiyonu dönüş modu"
|
||||
|
||||
#: plpy_exec.c:141
|
||||
#, c-format
|
||||
msgid "PL/Python set-returning functions only support returning one value per call."
|
||||
msgstr "PL/Python küme dönen fonksiyonları sadece her çağrı içinde bir değer döndürmeyi desteklerler"
|
||||
|
||||
#: plpy_exec.c:154
|
||||
#, c-format
|
||||
msgid "returned object cannot be iterated"
|
||||
msgstr "dönen nesne yinelenemez"
|
||||
|
||||
#: plpy_exec.c:155
|
||||
#, c-format
|
||||
msgid "PL/Python set-returning functions must return an iterable object."
|
||||
msgstr "PL/Python küme dönen fonksiyonları yinelenebilir bir nesne dönmelidir."
|
||||
|
||||
#: plpy_exec.c:169
|
||||
#, c-format
|
||||
msgid "error fetching next item from iterator"
|
||||
msgstr "yineleticiden sonraki öğeyi alırken hata"
|
||||
|
||||
#: plpy_exec.c:210
|
||||
#, c-format
|
||||
msgid "PL/Python function with return type \"void\" did not return None"
|
||||
msgstr "dönüş tipi \"void\" olan PL/Python fonksiyonu None döndürmedi"
|
||||
|
||||
#: plpy_exec.c:379 plpy_exec.c:405
|
||||
#, c-format
|
||||
msgid "unexpected return value from trigger procedure"
|
||||
msgstr "trigger yordamından beklenmeyen dönüş değeri"
|
||||
|
||||
#: plpy_exec.c:380
|
||||
#, c-format
|
||||
msgid "Expected None or a string."
|
||||
msgstr "None ya da string bekleniyordu."
|
||||
|
||||
#: plpy_exec.c:395
|
||||
#, c-format
|
||||
msgid "PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
|
||||
msgstr "PL/Python trigger fonksiyonu DELETE triggerında \"MODIFY\" döndürdü -- gözardı edildi"
|
||||
|
||||
#: plpy_exec.c:406
|
||||
#, c-format
|
||||
msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"."
|
||||
msgstr "None, \"OK\", \"SKIP\", ya da \"MODIFY\" bekleniyordu"
|
||||
|
||||
#: plpy_exec.c:487
|
||||
#, c-format
|
||||
msgid "PyList_SetItem() failed, while setting up arguments"
|
||||
msgstr "PyList_SetItem() bağımsız değişkenler ayarlanırken başarısız oldu"
|
||||
|
||||
#: plpy_exec.c:491
|
||||
#, c-format
|
||||
msgid "PyDict_SetItemString() failed, while setting up arguments"
|
||||
msgstr "PyDict_SetItemString() bağımsız değişkenler ayarlanırken başarısız oldu"
|
||||
|
||||
#: plpy_exec.c:503
|
||||
#, c-format
|
||||
msgid "function returning record called in context that cannot accept type record"
|
||||
msgstr "tip kaydı içermeyen alanda çağırılan ve kayıt döndüren fonksiyon"
|
||||
|
||||
#: plpy_exec.c:719
|
||||
#, c-format
|
||||
msgid "while creating return value"
|
||||
msgstr "dönüş değeri yaratılırken"
|
||||
|
||||
#: plpy_exec.c:743
|
||||
#, c-format
|
||||
msgid "could not create new dictionary while building trigger arguments"
|
||||
msgstr "trigger argümanlarını oluştururken yeni sözlük yaratılamadı"
|
||||
|
||||
#: plpy_exec.c:931
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] deleted, cannot modify row"
|
||||
msgstr "TD[\"new\"] silindi, satır düzenlenemiyor"
|
||||
|
||||
#: plpy_exec.c:936
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] is not a dictionary"
|
||||
msgstr "TD[\"new\"] bir sözlük değil"
|
||||
|
||||
#: plpy_exec.c:963
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
|
||||
msgstr "%d sıra pozisyonundaki TD[\"new\"] sözlük anahtarı dizi değil"
|
||||
|
||||
#: plpy_exec.c:970
|
||||
#, c-format
|
||||
msgid "key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering row"
|
||||
msgstr "TD[\"new\"] içinde bulunan \"%s\" anahtarı tetikleyen satırda bir kolon olarak bulunmuyor"
|
||||
|
||||
#: plpy_exec.c:975
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "\"%s\" sistem niteliği ayarlanamıyor"
|
||||
|
||||
#: plpy_exec.c:1046
|
||||
#, c-format
|
||||
msgid "while modifying trigger row"
|
||||
msgstr "tetikleyici satırını düzenlerken"
|
||||
|
||||
#: plpy_exec.c:1107
|
||||
#, c-format
|
||||
msgid "forcibly aborting a subtransaction that has not been exited"
|
||||
msgstr "çıkış yapılmamış bir alt-işlem (subtransaction) zorla iptal ediliyor"
|
||||
|
||||
#: plpy_main.c:125
|
||||
#, c-format
|
||||
msgid "multiple Python libraries are present in session"
|
||||
msgstr "oturumda birden çok Python kütüphanesi mevcut"
|
||||
|
||||
#: plpy_main.c:126
|
||||
#, c-format
|
||||
msgid "Only one Python major version can be used in one session."
|
||||
msgstr "Bir oturumda sadece bir Python ana sürümü kullanılabilir."
|
||||
|
||||
#: plpy_main.c:142
|
||||
#, c-format
|
||||
msgid "untrapped error in initialization"
|
||||
msgstr "ilklendirme aşamasında yakalanamayan hata"
|
||||
|
||||
#: plpy_main.c:165
|
||||
#, c-format
|
||||
msgid "could not import \"__main__\" module"
|
||||
msgstr "\"__main__\" modülü alınamadı"
|
||||
|
||||
#: plpy_main.c:170
|
||||
#, c-format
|
||||
msgid "could not create globals"
|
||||
msgstr "evrensel değerler (globals) oluşturulamadı"
|
||||
|
||||
#: plpy_main.c:174
|
||||
#, c-format
|
||||
msgid "could not initialize globals"
|
||||
msgstr "global değerler ilklendirilemedi"
|
||||
|
||||
#: plpy_main.c:387
|
||||
#, c-format
|
||||
msgid "PL/Python function \"%s\""
|
||||
msgstr "\"%s\" PL/Python fonksiyonu"
|
||||
|
||||
#: plpy_main.c:394
|
||||
#, c-format
|
||||
msgid "PL/Python anonymous code block"
|
||||
msgstr "PL/Python anonim kod bloğu"
|
||||
|
||||
#: plpy_plpymodule.c:181 plpy_plpymodule.c:184
|
||||
#, c-format
|
||||
msgid "could not import \"plpy\" module"
|
||||
msgstr "\"plpy\" modülü alınamadı"
|
||||
|
||||
#: plpy_plpymodule.c:199
|
||||
#, c-format
|
||||
msgid "could not create the spiexceptions module"
|
||||
msgstr "spiexceptions modülü oluşturulamadı"
|
||||
|
||||
#: plpy_plpymodule.c:207
|
||||
#, c-format
|
||||
msgid "could not add the spiexceptions module"
|
||||
msgstr "spiexceptions modülü eklenemedi"
|
||||
|
||||
#: plpy_plpymodule.c:236
|
||||
#, c-format
|
||||
msgid "could not create exception \"%s\""
|
||||
msgstr "\"%s\" istisnası (exception) oluşturulamadı"
|
||||
|
||||
#: plpy_plpymodule.c:271 plpy_plpymodule.c:275
|
||||
#, c-format
|
||||
msgid "could not generate SPI exceptions"
|
||||
msgstr "SPI istisnaları (exception) üretilemedi"
|
||||
|
||||
#: plpy_plpymodule.c:443
|
||||
#, c-format
|
||||
msgid "could not unpack arguments in plpy.elog"
|
||||
msgstr "plpy.elog dosyasındaki argümanlar unpack edilemedi"
|
||||
|
||||
#: plpy_plpymodule.c:452
|
||||
msgid "could not parse error message in plpy.elog"
|
||||
msgstr "plpy.elog dosyasındaki hata mesajı ayrıştırılamadı"
|
||||
|
||||
#: plpy_plpymodule.c:469
|
||||
#, c-format
|
||||
msgid "argument 'message' given by name and position"
|
||||
msgstr "ad ve konum tarafından verilen argüman 'mesajı'"
|
||||
|
||||
#: plpy_plpymodule.c:496
|
||||
#, c-format
|
||||
msgid "'%s' is an invalid keyword argument for this function"
|
||||
msgstr "'%s' bu fonksiyon için geçersiz bir anahtar kelime argümanıdır"
|
||||
|
||||
#: plpy_plpymodule.c:507 plpy_plpymodule.c:513
|
||||
#, c-format
|
||||
msgid "invalid SQLSTATE code"
|
||||
msgstr "geçersiz SQLSTATE kodu"
|
||||
|
||||
#: plpy_procedure.c:228
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "trigger fonksiyonları sadece trigger olarak çağırılabilirler."
|
||||
|
||||
#: plpy_procedure.c:233
|
||||
#, c-format
|
||||
msgid "PL/Python functions cannot return type %s"
|
||||
msgstr "PL/Python fonksiyonları %s tipini döndüremezler"
|
||||
|
||||
#: plpy_procedure.c:314
|
||||
#, c-format
|
||||
msgid "PL/Python functions cannot accept type %s"
|
||||
msgstr "PL/Python fonksiyonlar %s tipini kabul etmezler"
|
||||
|
||||
#: plpy_procedure.c:410
|
||||
#, c-format
|
||||
msgid "could not compile PL/Python function \"%s\""
|
||||
msgstr "\"%s\" PL/Python fonksiyonu derlenemedi"
|
||||
|
||||
#: plpy_procedure.c:413
|
||||
#, c-format
|
||||
msgid "could not compile anonymous PL/Python code block"
|
||||
msgstr "anonim PL/Python kod bloğu derlenemedi"
|
||||
|
||||
#: plpy_resultobject.c:145 plpy_resultobject.c:165 plpy_resultobject.c:185
|
||||
#, c-format
|
||||
msgid "command did not produce a result set"
|
||||
msgstr "komut bir sonuç kümesi üretmedi"
|
||||
|
||||
#: plpy_spi.c:59
|
||||
#, c-format
|
||||
msgid "second argument of plpy.prepare must be a sequence"
|
||||
msgstr "plpy.prepare'in ikinci argümanı sequence olmalıdır"
|
||||
|
||||
#: plpy_spi.c:115
|
||||
#, c-format
|
||||
msgid "plpy.prepare: type name at ordinal position %d is not a string"
|
||||
msgstr "plpy.prepare: %d sıra posizyonundaki veri tipi dizi değil"
|
||||
|
||||
#: plpy_spi.c:191
|
||||
#, c-format
|
||||
msgid "plpy.execute expected a query or a plan"
|
||||
msgstr "plpy.execute bir sorgu ya da bir plan bekledi"
|
||||
|
||||
#: plpy_spi.c:210
|
||||
#, c-format
|
||||
msgid "plpy.execute takes a sequence as its second argument"
|
||||
msgstr "plpy.execute bir sequence'ı ikinci argüman olarak alır"
|
||||
|
||||
#: plpy_spi.c:335
|
||||
#, c-format
|
||||
msgid "SPI_execute_plan failed: %s"
|
||||
msgstr "SPI_execute_plan başarısız oldu: %s"
|
||||
|
||||
#: plpy_spi.c:377
|
||||
#, c-format
|
||||
msgid "SPI_execute failed: %s"
|
||||
msgstr "SPI_execute başarısız oldu: %s"
|
||||
|
||||
#: plpy_subxactobject.c:122
|
||||
#, c-format
|
||||
msgid "this subtransaction has already been entered"
|
||||
msgstr "bu alt-işleme (subtransaction) zaten girilmiş"
|
||||
|
||||
#: plpy_subxactobject.c:128 plpy_subxactobject.c:186
|
||||
#, c-format
|
||||
msgid "this subtransaction has already been exited"
|
||||
msgstr "bu alt-işlemden (subtransaction) zaten çıkılmış"
|
||||
|
||||
#: plpy_subxactobject.c:180
|
||||
#, c-format
|
||||
msgid "this subtransaction has not been entered"
|
||||
msgstr "bu alt-işleme (subtransaction) girilmemiş"
|
||||
|
||||
#: plpy_subxactobject.c:192
|
||||
#, c-format
|
||||
msgid "there is no subtransaction to exit from"
|
||||
msgstr "çıkılacak bir alt-işlem (subtransaction) yok"
|
||||
|
||||
#: plpy_typeio.c:292
|
||||
#, c-format
|
||||
msgid "could not create new dictionary"
|
||||
msgstr "Yeni sözlük yaratılamadı"
|
||||
|
||||
#: plpy_typeio.c:560
|
||||
#, c-format
|
||||
msgid "could not import a module for Decimal constructor"
|
||||
msgstr "Decimal constructor için bir modül alınamadı"
|
||||
|
||||
#: plpy_typeio.c:564
|
||||
#, c-format
|
||||
msgid "no Decimal attribute in module"
|
||||
msgstr "modülde Decimal niteliği yok"
|
||||
|
||||
#: plpy_typeio.c:570
|
||||
#, c-format
|
||||
msgid "conversion from numeric to Decimal failed"
|
||||
msgstr "numeric'ten Decimal'e dönüşüm başarısız oldu"
|
||||
|
||||
#: plpy_typeio.c:773
|
||||
#, c-format
|
||||
msgid "could not create bytes representation of Python object"
|
||||
msgstr "Python nesnesinin bytes gösterimi yaratılamadı"
|
||||
|
||||
#: plpy_typeio.c:882
|
||||
#, c-format
|
||||
msgid "could not create string representation of Python object"
|
||||
msgstr "Python nesnesinin dizgi gösterimi yaratılamadı"
|
||||
|
||||
#: plpy_typeio.c:893
|
||||
#, c-format
|
||||
msgid "could not convert Python object into cstring: Python string representation appears to contain null bytes"
|
||||
msgstr "Python nesnesi cstring'e dönüştürülemedi: Python dizgi gösterimi null bayt içeriyor olabilir."
|
||||
|
||||
#: plpy_typeio.c:950
|
||||
#, c-format
|
||||
msgid "malformed record literal: \"%s\""
|
||||
msgstr "hatalı değer: \"%s\""
|
||||
|
||||
#: plpy_typeio.c:951
|
||||
#, c-format
|
||||
msgid "Missing left parenthesis."
|
||||
msgstr "Sol parantez eksik."
|
||||
|
||||
#: plpy_typeio.c:952 plpy_typeio.c:1390
|
||||
#, c-format
|
||||
msgid "To return a composite type in an array, return the composite type as a Python tuple, e.g., \"[('foo',)]\"."
|
||||
msgstr "Bir bileşik türü dizi (array) içinde döndürmek için, bileşik türü bir Python tuple, e.g., \"[('foo',)]\"."
|
||||
|
||||
#: plpy_typeio.c:1001
|
||||
#, c-format
|
||||
msgid "number of array dimensions exceeds the maximum allowed (%d)"
|
||||
msgstr "dizi (array) boyut sayısı izin verilen en yüksek değeri (%d) aşmaktadır"
|
||||
|
||||
#: plpy_typeio.c:1005
|
||||
#, c-format
|
||||
msgid "could not determine sequence length for function return value"
|
||||
msgstr "fonksiyon dönüş değeri için sequence uzunluğu belirlenemedi"
|
||||
|
||||
#: plpy_typeio.c:1008 plpy_typeio.c:1012
|
||||
#, c-format
|
||||
msgid "array size exceeds the maximum allowed"
|
||||
msgstr "dizi (array) boyutu izin verilen en yüksek değeri aşmaktadır"
|
||||
|
||||
#: plpy_typeio.c:1038
|
||||
#, c-format
|
||||
msgid "return value of function with array return type is not a Python sequence"
|
||||
msgstr "dizi dönüp tipli dönüş değeri olan fonksiyon Python sequence'ı değildir"
|
||||
|
||||
#: plpy_typeio.c:1091
|
||||
#, c-format
|
||||
msgid "wrong length of inner sequence: has length %d, but %d was expected"
|
||||
msgstr "iç sequence'in uzunluğu yanlış: %d uzunlukta, fakat %d bekleniyordu"
|
||||
|
||||
#: plpy_typeio.c:1093
|
||||
#, c-format
|
||||
msgid "To construct a multidimensional array, the inner sequences must all have the same length."
|
||||
msgstr "Çok boyutlu bir dizi oluşturmak için, iç sequence'lerin tamamı aynı uzunlukta olmalı."
|
||||
|
||||
#: plpy_typeio.c:1213
|
||||
#, c-format
|
||||
msgid "key \"%s\" not found in mapping"
|
||||
msgstr "\"%s\" anahtarı planlamada bulunnamadı"
|
||||
|
||||
#: plpy_typeio.c:1214
|
||||
#, c-format
|
||||
msgid "To return null in a column, add the value None to the mapping with the key named after the column."
|
||||
msgstr "Bir kolondan Null döndürmek için, kolonun ismindeki eşleşmenin anahtarına, NONE değerini ekleyin"
|
||||
|
||||
#: plpy_typeio.c:1265
|
||||
#, c-format
|
||||
msgid "length of returned sequence did not match number of columns in row"
|
||||
msgstr "Dönen sequence'in uzunluğu satırdaki kolonların sayısı ile eşleşmiyor."
|
||||
|
||||
#: plpy_typeio.c:1388
|
||||
#, c-format
|
||||
msgid "attribute \"%s\" does not exist in Python object"
|
||||
msgstr "\"%s\" niteliği Python nesnesinde bulunmaz"
|
||||
|
||||
#: plpy_typeio.c:1391
|
||||
#, c-format
|
||||
msgid "To return null in a column, let the returned object have an attribute named after column with value None."
|
||||
msgstr " Bir kolondan null döndürmek için, döndürdüğünüz nesnenin, kolonun adına sahip bir özelliğinin olmasını ve bu özelliğin değerinin NONE olmasını sağlamanız gerekir"
|
||||
|
||||
#: plpy_util.c:36
|
||||
#, fuzzy, c-format
|
||||
#| msgid "could not convert Python Unicode object to PostgreSQL server encoding"
|
||||
msgid "could not convert Python Unicode object to bytes"
|
||||
msgstr "Python unicode nesnesi PostgreSQL sunucu dil kodlamasına dönüştürülemedi."
|
||||
|
||||
#: plpy_util.c:42
|
||||
#, fuzzy, c-format
|
||||
#| msgid "could not compare Unicode strings: %m"
|
||||
msgid "could not extract bytes from encoded string"
|
||||
msgstr "Unicode satırları karşılaştırılamadı: %m"
|
||||
|
||||
#~ msgid "PL/Python function \"%s\" could not execute plan"
|
||||
#~ msgstr "\"%s\" PL/Python fonksiyonu planı çalıştıramadı"
|
||||
|
||||
#~ msgid "PL/Python function \"%s\" failed"
|
||||
#~ msgstr "\"%s\" PL/Python fonksiyonu başarısız oldu"
|
||||
|
||||
#~ msgid "could not create string representation of Python object in PL/Python function \"%s\" while creating return value"
|
||||
#~ msgstr "dönüş değeri yaratılırken \"%s\" Pl/Python fonksiyonunun içindeki Python ensnesinin dizi gösterimi yaratılamadı"
|
||||
|
||||
#~ msgid "could not compute string representation of Python object in PL/Python function \"%s\" while modifying trigger row"
|
||||
#~ msgstr "tetikleyici satırı düzenlerken \"%s\" PL/Python fonksiyonunun içindeki Python nesnesinin dizi gösterimi hesaplanamadı"
|
||||
|
||||
#~ msgid "out of memory"
|
||||
#~ msgstr "yetersiz bellek"
|
||||
|
||||
#~ msgid "PL/Python: %s"
|
||||
#~ msgstr "PL/Python: %s"
|
||||
|
||||
#~ msgid "could not create procedure cache"
|
||||
#~ msgstr "yordam önbelleği yaratılamadı"
|
||||
|
||||
#~ msgid "Start a new session to use a different Python major version."
|
||||
#~ msgstr "Farklı bir Python ana sürümü kullanmak için yeni bir oturum açın."
|
||||
|
||||
#~ msgid "This session has previously used Python major version %d, and it is now attempting to use Python major version %d."
|
||||
#~ msgstr "Bu oturum daha önceden %d Python ana sürümünü kullandı, ve şimdi %d ana sürümünü kullanmayı deniyor."
|
||||
|
||||
#~ msgid "unrecognized error in PLy_spi_execute_fetch_result"
|
||||
#~ msgstr "PLy_spi_execute_fetch_result içinde tanımlanamayan hata"
|
||||
|
||||
#~ msgid "unrecognized error in PLy_spi_execute_query"
|
||||
#~ msgstr "PLy_spi_execute_query içinde tanımlanamayan hata"
|
||||
|
||||
#~ msgid "unrecognized error in PLy_spi_execute_plan"
|
||||
#~ msgstr "PLy_spi_execute_plan içinde beklenmeyen hata"
|
||||
|
||||
#~ msgid "unrecognized error in PLy_spi_prepare"
|
||||
#~ msgstr "PLy_spi_prepare içinde tanımlanamayan hata"
|
||||
|
||||
#~ msgid "plpy.prepare does not support composite types"
|
||||
#~ msgstr "plpy.prepare kompozit tipleri desteklemez"
|
||||
|
||||
#~ msgid "invalid arguments for plpy.prepare"
|
||||
#~ msgstr "plpy.prepare için geçersiz argümanlar"
|
||||
|
||||
#~ msgid "transaction aborted"
|
||||
#~ msgstr "transaction iptal edildi"
|
||||
|
||||
#~ msgid "plan.status takes no arguments"
|
||||
#~ msgstr "plan.status bir argüman almaz"
|
||||
|
||||
#~ msgid "PL/Python only supports one-dimensional arrays."
|
||||
#~ msgstr "PL/Python sadece bir boyutlu dizileri destekler."
|
||||
|
||||
#~ msgid "cannot convert multidimensional array to Python list"
|
||||
#~ msgstr "çok boyutlu dizi, Python listesine dönüştürülemedi"
|
||||
|
||||
#~ msgid "PL/Python does not support conversion to arrays of row types."
|
||||
#~ msgstr "PL/Python satır tiplerinin dizilere dönüşümünü desteklemez."
|
||||
|
||||
#~ msgid "PyCObject_FromVoidPtr() failed"
|
||||
#~ msgstr "PyCObject_FromVoidPtr() başarısız oldu"
|
||||
|
||||
#~ msgid "PyCObject_AsVoidPtr() failed"
|
||||
#~ msgstr "PyCObject_AsVoidPtr() başarısız oldu"
|
||||
485
src/pl/plpython/po/vi.po
Normal file
485
src/pl/plpython/po/vi.po
Normal file
@@ -0,0 +1,485 @@
|
||||
# LANGUAGE message translation file for plpython
|
||||
# Copyright (C) 2018 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the plpython (PostgreSQL) package.
|
||||
# FIRST AUTHOR <kakalot49@gmail.com>, 2018.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plpython (PostgreSQL) 11\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2018-04-22 12:08+0000\n"
|
||||
"PO-Revision-Date: 2018-05-06 22:57+0900\n"
|
||||
"Language-Team: <pgvn_translators@postgresql.vn>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
"Last-Translator: Dang Minh Huong <kakalot49@gmail.com>\n"
|
||||
"Language: vi_VN\n"
|
||||
|
||||
#: plpy_cursorobject.c:101
|
||||
#, c-format
|
||||
msgid "plpy.cursor expected a query or a plan"
|
||||
msgstr "plpy.cursor kỳ vọng một câu truy vấn hoặc một plan"
|
||||
|
||||
#: plpy_cursorobject.c:184
|
||||
#, c-format
|
||||
msgid "plpy.cursor takes a sequence as its second argument"
|
||||
msgstr "plpy.cursor lấy một chuỗi làm đối số thứ hai"
|
||||
|
||||
#: plpy_cursorobject.c:200 plpy_spi.c:211
|
||||
#, c-format
|
||||
msgid "could not execute plan"
|
||||
msgstr "không thể chạy plan"
|
||||
|
||||
#: plpy_cursorobject.c:203 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"
|
||||
msgstr[0] "Kỳ vọng chuỗi của đối số %d, đã nhận %d: %s"
|
||||
|
||||
#: plpy_cursorobject.c:352
|
||||
#, c-format
|
||||
msgid "iterating a closed cursor"
|
||||
msgstr "lặp lại con trỏ đã đóng"
|
||||
|
||||
#: plpy_cursorobject.c:360 plpy_cursorobject.c:426
|
||||
#, c-format
|
||||
msgid "iterating a cursor in an aborted subtransaction"
|
||||
msgstr "lặp lại một con trỏ trong một subtransaction đã bị hủy bỏ"
|
||||
|
||||
#: plpy_cursorobject.c:418
|
||||
#, c-format
|
||||
msgid "fetch from a closed cursor"
|
||||
msgstr "fetch từ một con trỏ đã bị đóng"
|
||||
|
||||
#: plpy_cursorobject.c:461 plpy_spi.c:409
|
||||
#, c-format
|
||||
msgid "query result has too many rows to fit in a Python list"
|
||||
msgstr "kết quả câu truy vấn có quá nhiều hàng để vừa với một danh sách Python"
|
||||
|
||||
#: plpy_cursorobject.c:512
|
||||
#, c-format
|
||||
msgid "closing a cursor in an aborted subtransaction"
|
||||
msgstr "đóng một con trỏ trong một subtransaction bị hủy bỏ"
|
||||
|
||||
#: plpy_elog.c:127 plpy_elog.c:128 plpy_plpymodule.c:559
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: plpy_exec.c:142
|
||||
#, c-format
|
||||
msgid "unsupported set function return mode"
|
||||
msgstr "không hỗ trợ thiết lập hàm trả về mode"
|
||||
|
||||
#: plpy_exec.c:143
|
||||
#, c-format
|
||||
msgid ""
|
||||
"PL/Python set-returning functions only support returning one value per call."
|
||||
msgstr ""
|
||||
"PL/Python hàm thiết lập-trả về chỉ hỗ trợ trả về một giá trị cho một lần gọi."
|
||||
|
||||
#: plpy_exec.c:156
|
||||
#, c-format
|
||||
msgid "returned object cannot be iterated"
|
||||
msgstr "đối tượng trả về không thể được lặp lại"
|
||||
|
||||
#: plpy_exec.c:157
|
||||
#, c-format
|
||||
msgid "PL/Python set-returning functions must return an iterable object."
|
||||
msgstr "PL/Python hàm thiết lập-trả về phải trả về một iterable object."
|
||||
|
||||
#: plpy_exec.c:171
|
||||
#, c-format
|
||||
msgid "error fetching next item from iterator"
|
||||
msgstr "lỗi khi fetch item tiếp theo từ iterator"
|
||||
|
||||
#: plpy_exec.c:214
|
||||
#, c-format
|
||||
msgid "PL/Python procedure did not return None"
|
||||
msgstr "Thủ tục PL/Python đã không trả về None"
|
||||
|
||||
#: plpy_exec.c:218
|
||||
#, c-format
|
||||
msgid "PL/Python function with return type \"void\" did not return None"
|
||||
msgstr "Hàm PL/Python với kiểu trả về là \"void\" đã không trả về None"
|
||||
|
||||
#: plpy_exec.c:374 plpy_exec.c:400
|
||||
#, c-format
|
||||
msgid "unexpected return value from trigger procedure"
|
||||
msgstr "không mong đợi giá trị trả về từ thủ tục trigger"
|
||||
|
||||
#: plpy_exec.c:375
|
||||
#, c-format
|
||||
msgid "Expected None or a string."
|
||||
msgstr "Kỳ vọng None hoặc một chuỗi."
|
||||
|
||||
#: plpy_exec.c:390
|
||||
#, c-format
|
||||
msgid ""
|
||||
"PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
|
||||
msgstr ""
|
||||
"Hàm trigger PL/Python đã trả về \"MODIFY\" trong một DELETE trigger -- bỏ qua"
|
||||
|
||||
#: plpy_exec.c:401
|
||||
#, c-format
|
||||
msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"."
|
||||
msgstr "Kỳ vọng None, \"OK\", \"SKIP\", hoặc \"MODIFY\"."
|
||||
|
||||
#: plpy_exec.c:451
|
||||
#, c-format
|
||||
msgid "PyList_SetItem() failed, while setting up arguments"
|
||||
msgstr "Lỗi PyList_SetItem(), trong khi thiết lập đối số"
|
||||
|
||||
#: plpy_exec.c:455
|
||||
#, c-format
|
||||
msgid "PyDict_SetItemString() failed, while setting up arguments"
|
||||
msgstr "Lỗi PyDict_SetItemString(), trong khi thiết lập đối số"
|
||||
|
||||
#: plpy_exec.c:467
|
||||
#, c-format
|
||||
msgid ""
|
||||
"function returning record called in context that cannot accept type record"
|
||||
msgstr ""
|
||||
"hàm trả về bản ghi được gọi trong ngữ cảnh không thể chấp nhận kiểu bản ghi"
|
||||
|
||||
#: plpy_exec.c:684
|
||||
#, c-format
|
||||
msgid "while creating return value"
|
||||
msgstr "trong khi tạo ra giá trị trả về"
|
||||
|
||||
#: plpy_exec.c:909
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] deleted, cannot modify row"
|
||||
msgstr "TD[\"new\"] đã bị xóa, không thể sửa đổi hàng"
|
||||
|
||||
#: plpy_exec.c:914
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] is not a dictionary"
|
||||
msgstr "TD[\"new\"] không phải là từ điển"
|
||||
|
||||
#: plpy_exec.c:941
|
||||
#, c-format
|
||||
msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
|
||||
msgstr "Khóa từ điển TD[\"new\"] ở vị trí thứ tự %d không phải là chuỗi"
|
||||
|
||||
#: plpy_exec.c:948
|
||||
#, c-format
|
||||
msgid ""
|
||||
"key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering "
|
||||
"row"
|
||||
msgstr ""
|
||||
"khóa \"%s\" được tìm thấy trong TD[\"new\"] không tồn tại như là trigger mức "
|
||||
"độ hàng"
|
||||
|
||||
#: plpy_exec.c:953
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "không thể thiết lập thuộc tính hệ thống \"%s\""
|
||||
|
||||
#: plpy_exec.c:1011
|
||||
#, c-format
|
||||
msgid "while modifying trigger row"
|
||||
msgstr "trong khi sửa đổi trigger mức độ hàng"
|
||||
|
||||
#: plpy_exec.c:1072
|
||||
#, c-format
|
||||
msgid "forcibly aborting a subtransaction that has not been exited"
|
||||
msgstr "buộc phải hủy bỏ một subtransaction chưa được thoát"
|
||||
|
||||
#: plpy_main.c:125
|
||||
#, c-format
|
||||
msgid "multiple Python libraries are present in session"
|
||||
msgstr "có nhiều thư viện Python trong một phiên"
|
||||
|
||||
#: plpy_main.c:126
|
||||
#, c-format
|
||||
msgid "Only one Python major version can be used in one session."
|
||||
msgstr "Chỉ có thể sử dụng một phiên bản chính của Python trong một phiên."
|
||||
|
||||
#: plpy_main.c:142
|
||||
#, c-format
|
||||
msgid "untrapped error in initialization"
|
||||
msgstr "lỗi chưa được bẫy trong lúc khởi tạo"
|
||||
|
||||
#: plpy_main.c:165
|
||||
#, c-format
|
||||
msgid "could not import \"__main__\" module"
|
||||
msgstr "không thể nhập mô-đun \"__main__\""
|
||||
|
||||
#: plpy_main.c:174
|
||||
#, c-format
|
||||
msgid "could not initialize globals"
|
||||
msgstr "không thể khởi tạo biến global"
|
||||
|
||||
#: plpy_main.c:399
|
||||
#, c-format
|
||||
msgid "PL/Python procedure \"%s\""
|
||||
msgstr "Thủ tục PL/Python \"%s\""
|
||||
|
||||
#: plpy_main.c:402
|
||||
#, c-format
|
||||
msgid "PL/Python function \"%s\""
|
||||
msgstr "Hàm PL/Python \"%s\""
|
||||
|
||||
#: plpy_main.c:410
|
||||
#, c-format
|
||||
msgid "PL/Python anonymous code block"
|
||||
msgstr "Khối mã ẩn danh PL/Python"
|
||||
|
||||
#: plpy_plpymodule.c:192 plpy_plpymodule.c:195
|
||||
#, c-format
|
||||
msgid "could not import \"plpy\" module"
|
||||
msgstr "không thể nhập mô-đun \"plpy\""
|
||||
|
||||
#: plpy_plpymodule.c:210
|
||||
#, c-format
|
||||
msgid "could not create the spiexceptions module"
|
||||
msgstr "không thể tạo mô-đun spiexceptions"
|
||||
|
||||
#: plpy_plpymodule.c:218
|
||||
#, c-format
|
||||
msgid "could not add the spiexceptions module"
|
||||
msgstr "không thể thêm mô-đun spiexceptions"
|
||||
|
||||
#: plpy_plpymodule.c:286
|
||||
#, c-format
|
||||
msgid "could not generate SPI exceptions"
|
||||
msgstr "không thể tạo exception SPI"
|
||||
|
||||
#: plpy_plpymodule.c:454
|
||||
#, c-format
|
||||
msgid "could not unpack arguments in plpy.elog"
|
||||
msgstr "không thể giải nén đối số trong plpy.elog"
|
||||
|
||||
#: plpy_plpymodule.c:463
|
||||
msgid "could not parse error message in plpy.elog"
|
||||
msgstr "không thể phân tích cú pháp thông điệp lỗi trong plpy.elog"
|
||||
|
||||
#: plpy_plpymodule.c:480
|
||||
#, c-format
|
||||
msgid "argument 'message' given by name and position"
|
||||
msgstr "đối số 'message' được chỉ định theo tên và vị trí"
|
||||
|
||||
#: plpy_plpymodule.c:507
|
||||
#, c-format
|
||||
msgid "'%s' is an invalid keyword argument for this function"
|
||||
msgstr "'%s' là đối số từ khóa không hợp lệ cho hàm này"
|
||||
|
||||
#: plpy_plpymodule.c:518 plpy_plpymodule.c:524
|
||||
#, c-format
|
||||
msgid "invalid SQLSTATE code"
|
||||
msgstr "mã SQLSTATE không hợp lệ"
|
||||
|
||||
#: plpy_procedure.c:230
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "hàm trigger chỉ có thể được gọi như trigger"
|
||||
|
||||
#: plpy_procedure.c:234
|
||||
#, c-format
|
||||
msgid "PL/Python functions cannot return type %s"
|
||||
msgstr "Hàm PL/Python không thể trả về kiểu %s"
|
||||
|
||||
#: plpy_procedure.c:312
|
||||
#, c-format
|
||||
msgid "PL/Python functions cannot accept type %s"
|
||||
msgstr "Các hàm PL/Python không thể chấp nhận kiểu %s"
|
||||
|
||||
#: plpy_procedure.c:402
|
||||
#, c-format
|
||||
msgid "could not compile PL/Python function \"%s\""
|
||||
msgstr "không thể biên dịch hàm PL/Python \"%s\""
|
||||
|
||||
#: plpy_procedure.c:405
|
||||
#, c-format
|
||||
msgid "could not compile anonymous PL/Python code block"
|
||||
msgstr "không thể biên dịch khối mã ẩn danh PL/Python"
|
||||
|
||||
#: plpy_resultobject.c:150 plpy_resultobject.c:176 plpy_resultobject.c:202
|
||||
#, c-format
|
||||
msgid "command did not produce a result set"
|
||||
msgstr "lệnh không tạo ra một tập hợp kết quả"
|
||||
|
||||
#: plpy_spi.c:60
|
||||
#, c-format
|
||||
msgid "second argument of plpy.prepare must be a sequence"
|
||||
msgstr "đối số thứ hai của plpy.prepare phải là một chuỗi"
|
||||
|
||||
#: plpy_spi.c:104
|
||||
#, c-format
|
||||
msgid "plpy.prepare: type name at ordinal position %d is not a string"
|
||||
msgstr "plpy.prepare: gõ tên tại vị trí thứ tự %d không phải là một chuỗi"
|
||||
|
||||
#: plpy_spi.c:176
|
||||
#, c-format
|
||||
msgid "plpy.execute expected a query or a plan"
|
||||
msgstr "plpy.execute kỳ vọng một truy vấn hoặc một plan"
|
||||
|
||||
#: plpy_spi.c:195
|
||||
#, c-format
|
||||
msgid "plpy.execute takes a sequence as its second argument"
|
||||
msgstr "plpy.execute lấy một chuỗi làm đối số thứ hai"
|
||||
|
||||
#: plpy_spi.c:305
|
||||
#, c-format
|
||||
msgid "SPI_execute_plan failed: %s"
|
||||
msgstr "SPI_execute_plan lỗi: %s"
|
||||
|
||||
#: plpy_spi.c:347
|
||||
#, c-format
|
||||
msgid "SPI_execute failed: %s"
|
||||
msgstr "SPI_execute lỗi: %s"
|
||||
|
||||
#: plpy_subxactobject.c:122
|
||||
#, c-format
|
||||
msgid "this subtransaction has already been entered"
|
||||
msgstr "subtransaction này đã được nhập"
|
||||
|
||||
#: plpy_subxactobject.c:128 plpy_subxactobject.c:186
|
||||
#, c-format
|
||||
msgid "this subtransaction has already been exited"
|
||||
msgstr "subtransaction này đã được thoát"
|
||||
|
||||
#: plpy_subxactobject.c:180
|
||||
#, c-format
|
||||
msgid "this subtransaction has not been entered"
|
||||
msgstr "subtransaction này chưa được nhập"
|
||||
|
||||
#: plpy_subxactobject.c:192
|
||||
#, c-format
|
||||
msgid "there is no subtransaction to exit from"
|
||||
msgstr "không có subtransaction để thoát khỏi"
|
||||
|
||||
#: plpy_typeio.c:591
|
||||
#, c-format
|
||||
msgid "could not import a module for Decimal constructor"
|
||||
msgstr "không thể nhập mô-đun cho Decimal constructor"
|
||||
|
||||
#: plpy_typeio.c:595
|
||||
#, c-format
|
||||
msgid "no Decimal attribute in module"
|
||||
msgstr "không có thuộc tính thập phân trong mô-đun"
|
||||
|
||||
#: plpy_typeio.c:601
|
||||
#, c-format
|
||||
msgid "conversion from numeric to Decimal failed"
|
||||
msgstr "chuyển đổi từ numeric sang thập phân không thành công"
|
||||
|
||||
#: plpy_typeio.c:908
|
||||
#, c-format
|
||||
msgid "could not create bytes representation of Python object"
|
||||
msgstr "không thể tạo đại diện cho của đối tượng Python"
|
||||
|
||||
#: plpy_typeio.c:1056
|
||||
#, c-format
|
||||
msgid "could not create string representation of Python object"
|
||||
msgstr "không thể tạo ra chuỗi đại diện cho đối tượng Python"
|
||||
|
||||
#: plpy_typeio.c:1067
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not convert Python object into cstring: Python string representation "
|
||||
"appears to contain null bytes"
|
||||
msgstr ""
|
||||
"không thể chuyển đổi đối tượng Python thành cstring: đại diện chuỗi Python "
|
||||
"chứa byte null"
|
||||
|
||||
#: plpy_typeio.c:1176
|
||||
#, c-format
|
||||
msgid "number of array dimensions exceeds the maximum allowed (%d)"
|
||||
msgstr "số lượng hướng của mảng vượt quá số lượng tối đa cho phép (%d)"
|
||||
|
||||
#: plpy_typeio.c:1180
|
||||
#, c-format
|
||||
msgid "could not determine sequence length for function return value"
|
||||
msgstr "không thể xác định độ dài chuỗi cho giá trị trả về hàm"
|
||||
|
||||
#: plpy_typeio.c:1183 plpy_typeio.c:1187
|
||||
#, c-format
|
||||
msgid "array size exceeds the maximum allowed"
|
||||
msgstr "kích thước mảng vượt quá mức tối đa cho phép"
|
||||
|
||||
#: plpy_typeio.c:1213
|
||||
#, c-format
|
||||
msgid ""
|
||||
"return value of function with array return type is not a Python sequence"
|
||||
msgstr ""
|
||||
"giá trị trả về của hàm với kiểu trả về là mảng không phải là một chuỗi Python"
|
||||
|
||||
#: plpy_typeio.c:1259
|
||||
#, c-format
|
||||
msgid "wrong length of inner sequence: has length %d, but %d was expected"
|
||||
msgstr "sai độ dài của chuỗi bên trong: có độ dài %d, nhưng %d được mong đợi"
|
||||
|
||||
#: plpy_typeio.c:1261
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To construct a multidimensional array, the inner sequences must all have the "
|
||||
"same length."
|
||||
msgstr ""
|
||||
"Để xây dựng một mảng đa chiều, các chuỗi bên trong phải có cùng độ dài."
|
||||
|
||||
#: plpy_typeio.c:1340
|
||||
#, c-format
|
||||
msgid "malformed record literal: \"%s\""
|
||||
msgstr "bản ghi literal không đúng định dạng: \"%s\""
|
||||
|
||||
#: plpy_typeio.c:1341
|
||||
#, c-format
|
||||
msgid "Missing left parenthesis."
|
||||
msgstr "Thiếu dấu ngoặc đơn trái."
|
||||
|
||||
#: plpy_typeio.c:1342 plpy_typeio.c:1543
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To return a composite type in an array, return the composite type as a "
|
||||
"Python tuple, e.g., \"[('foo',)]\"."
|
||||
msgstr ""
|
||||
"Để trả về kiểu phức hợp trong một mảng, hãy trả về kiểu phức hợp dưới dạng "
|
||||
"một hàng Python, ví dụ: \"[('foo',)]\"."
|
||||
|
||||
#: plpy_typeio.c:1389
|
||||
#, c-format
|
||||
msgid "key \"%s\" not found in mapping"
|
||||
msgstr "không tìm thấy khóa \"%s\" trong ánh xạ"
|
||||
|
||||
#: plpy_typeio.c:1390
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To return null in a column, add the value None to the mapping with the key "
|
||||
"named after the column."
|
||||
msgstr ""
|
||||
"Để trả về null trong một cột, thêm giá trị None vào ánh xạ với khóa được đặt "
|
||||
"tên sau cột."
|
||||
|
||||
#: plpy_typeio.c:1443
|
||||
#, c-format
|
||||
msgid "length of returned sequence did not match number of columns in row"
|
||||
msgstr "độ dài của chuỗi được trả về không khớp với số cột trong hàng"
|
||||
|
||||
#: plpy_typeio.c:1541
|
||||
#, c-format
|
||||
msgid "attribute \"%s\" does not exist in Python object"
|
||||
msgstr "thuộc tính \"% s\" không tồn tại trong đối tượng Python"
|
||||
|
||||
#: plpy_typeio.c:1544
|
||||
#, c-format
|
||||
msgid ""
|
||||
"To return null in a column, let the returned object have an attribute named "
|
||||
"after column with value None."
|
||||
msgstr ""
|
||||
"Để trả về null trong một cột, hãy để đối tượng trả về có một thuộc tính được "
|
||||
"đặt tên sau cột với giá trị None."
|
||||
|
||||
#: plpy_util.c:35
|
||||
#, c-format
|
||||
msgid "could not convert Python Unicode object to bytes"
|
||||
msgstr "không thể chuyển đổi đối tượng Python Unicode thành byte"
|
||||
|
||||
#: plpy_util.c:41
|
||||
#, c-format
|
||||
msgid "could not extract bytes from encoded string"
|
||||
msgstr "không thể trích xuất byte từ chuỗi đã được mã hóa"
|
||||
@@ -1,6 +1,6 @@
|
||||
# src/pl/tcl/nls.mk
|
||||
CATALOG_NAME = pltcl
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ro ru sv tr zh_CN zh_TW
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ro ru sv tr vi zh_CN zh_TW
|
||||
GETTEXT_FILES = pltcl.c
|
||||
GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS)
|
||||
GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS)
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
#
|
||||
# Translation of pltcl to Italian
|
||||
# PostgreSQL Project
|
||||
# pltcl.po
|
||||
# Italian message translation file for pltcl
|
||||
#
|
||||
# Associazione Culturale ITPUG - Italian PostgreSQL Users Group
|
||||
# http://www.itpug.org/ - info@itpug.org
|
||||
# For development and bug report please use:
|
||||
# https://github.com/dvarrazzo/postgresql-it
|
||||
#
|
||||
# Traduttori:
|
||||
# * Flavio Spada <f.spada@sbv.mi.it>
|
||||
# Copyright (C) 2012-2017 PostgreSQL Global Development Group
|
||||
# Copyright (C) 2010, Associazione Culturale ITPUG
|
||||
#
|
||||
# Revisori:
|
||||
# * Gabriele Bartolini <gabriele.bartolini@2ndQuadrant.it>
|
||||
# Daniele Varrazzo <daniele.varrazzo@gmail.com>, 2012-2017.
|
||||
# Flavio Spada <f.spada@sbv.mi.it>
|
||||
#
|
||||
# Copyright (c) 2010, Associazione Culturale ITPUG
|
||||
# Distributed under the same license of the PostgreSQL project
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -21,7 +20,7 @@ msgstr ""
|
||||
"POT-Creation-Date: 2017-05-22 07:37+0000\n"
|
||||
"PO-Revision-Date: 2017-05-29 17:51+0100\n"
|
||||
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
|
||||
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
|
||||
"Language-Team: https://github.com/dvarrazzo/postgresql-it\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
||||
@@ -1,58 +1,71 @@
|
||||
# LANGUAGE message translation file for pltcl
|
||||
# Copyright (C) 2009 PostgreSQL Global Development Group
|
||||
# Copyright (C) 2018 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
|
||||
# KOIZUMI Satoru <koizumistr@minos.ocn.ne.jp>, 2015.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: pltcl (PostgreSQL) 9.5\n"
|
||||
"Project-Id-Version: pltcl (PostgreSQL) 10\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2015-09-21 01:07+0000\n"
|
||||
"PO-Revision-Date: 2015-10-04 18:15+0900\n"
|
||||
"Last-Translator: KOIZUMI Satoru <koizumistr@minos.ocn.ne.jp>\n"
|
||||
"POT-Creation-Date: 2018-01-26 10:21+0900\n"
|
||||
"PO-Revision-Date: 2018-01-29 10:39+0900\n"
|
||||
"Last-Translator: Michihide Hotta <hotta@net-newbie.com>\n"
|
||||
"Language-Team: Japan PostgreSQL Users Group <jpug-doc@ml.postgresql.jp>\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
|
||||
#: pltcl.c:555
|
||||
#: pltcl.c:459
|
||||
msgid "PL/Tcl function to call once when pltcl is first used."
|
||||
msgstr "pltcl が最初に使用される際に一度だけ呼び出される PL/Tcl 関数。"
|
||||
|
||||
#: pltcl.c:466
|
||||
msgid "PL/TclU function to call once when pltclu is first used."
|
||||
msgstr "pltclu が最初に使用される際に一度だけ呼び出される PL/TclU 関数。"
|
||||
|
||||
#: pltcl.c:629
|
||||
#, c-format
|
||||
msgid "module \"unknown\" not found in pltcl_modules"
|
||||
msgstr "pltcl_modulesにモジュール\"unknown\"が見つかりません"
|
||||
msgid "function \"%s\" is in the wrong language"
|
||||
msgstr "関数 \"%s\" は言語が異なります"
|
||||
|
||||
#: pltcl.c:591
|
||||
#: pltcl.c:640
|
||||
#, c-format
|
||||
msgid "could not load module \"unknown\": %s"
|
||||
msgstr "モジュール\"unknown\"をロードできませんでした: %s"
|
||||
msgid "function \"%s\" must not be SECURITY DEFINER"
|
||||
msgstr "関数 \"%s\" は SECURITY DEFINER であってはなりません"
|
||||
|
||||
#: pltcl.c:1047
|
||||
#. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
|
||||
#: pltcl.c:674
|
||||
#, c-format
|
||||
msgid "processing %s parameter"
|
||||
msgstr "%s パラメーターを処理しています"
|
||||
|
||||
#: pltcl.c:830
|
||||
#, c-format
|
||||
msgid "set-valued function called in context that cannot accept a set"
|
||||
msgstr "このコンテキストでは、集合値の関数は集合を受け付けられません"
|
||||
|
||||
#: pltcl.c:994
|
||||
#, c-format
|
||||
msgid ""
|
||||
"function returning record called in context that cannot accept type record"
|
||||
msgstr ""
|
||||
"レコード型を受け付けられないコンテキストでレコードを返す関数が呼び出されま"
|
||||
"した"
|
||||
|
||||
#: pltcl.c:1263
|
||||
#, c-format
|
||||
msgid "could not split return value from trigger: %s"
|
||||
msgstr "トリガからの戻り値を分割できませんでした: %s"
|
||||
msgstr "トリガーからの戻り値を分割できませんでした: %s"
|
||||
|
||||
#: pltcl.c:1058
|
||||
#, c-format
|
||||
msgid "trigger's return list must have even number of elements"
|
||||
msgstr "トリガが返すリストの要素は偶数個でなければなりません"
|
||||
|
||||
#: pltcl.c:1094
|
||||
#, c-format
|
||||
msgid "unrecognized attribute \"%s\""
|
||||
msgstr "未知の属性 \"%s\""
|
||||
|
||||
#: pltcl.c:1099
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "システム属性\"%s\"を設定できません"
|
||||
|
||||
#: pltcl.c:1222 pltcl.c:1648
|
||||
#: pltcl.c:1343 pltcl.c:1771
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: pltcl.c:1223
|
||||
#: pltcl.c:1344
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -61,32 +74,37 @@ msgstr ""
|
||||
"%s\n"
|
||||
"PL/Tcl 関数 \"%s\""
|
||||
|
||||
#: pltcl.c:1331 pltcl.c:1338
|
||||
#, c-format
|
||||
msgid "out of memory"
|
||||
msgstr "メモリ不足です"
|
||||
|
||||
#: pltcl.c:1386
|
||||
#: pltcl.c:1509
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "トリガ関数はトリガとしてのみコールできます"
|
||||
msgstr "トリガー関数はトリガーとしてのみコールできます"
|
||||
|
||||
#: pltcl.c:1395
|
||||
#: pltcl.c:1513
|
||||
#, c-format
|
||||
msgid "PL/Tcl functions cannot return type %s"
|
||||
msgstr "PL/Tcl 関数は戻り値の型 %s を返せません"
|
||||
msgstr "PL/Tcl 関数は %s 型の戻り値を返せません"
|
||||
|
||||
#: pltcl.c:1407
|
||||
#, c-format
|
||||
msgid "PL/Tcl functions cannot return composite types"
|
||||
msgstr "PL/Tcl 関数は戻り値の型として複合型を返せません"
|
||||
|
||||
#: pltcl.c:1446
|
||||
#: pltcl.c:1549
|
||||
#, c-format
|
||||
msgid "PL/Tcl functions cannot accept type %s"
|
||||
msgstr "PL/Tcl 関数は型 %s を受け付けません"
|
||||
msgstr "PL/Tcl 関数は %s 型を受け付けません"
|
||||
|
||||
#: pltcl.c:1564
|
||||
#: pltcl.c:1663
|
||||
#, c-format
|
||||
msgid "could not create internal procedure \"%s\": %s"
|
||||
msgstr "内部プロシージャ \"%s\" を作成できませんでした: %s"
|
||||
|
||||
#: pltcl.c:3100
|
||||
#, c-format
|
||||
msgid "column name/value list must have even number of elements"
|
||||
msgstr "列名/値のリストの要素は偶数個でなければなりません"
|
||||
|
||||
#: pltcl.c:3118
|
||||
#, c-format
|
||||
msgid "column name/value list contains nonexistent column name \"%s\""
|
||||
msgstr "列名/値のリストの中に、存在しない列名 \"%s\" が含まれています"
|
||||
|
||||
#: pltcl.c:3125
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "システム属性 \"%s\" を設定できません"
|
||||
|
||||
@@ -5,53 +5,65 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: pltcl (PostgreSQL) 9.5\n"
|
||||
"Project-Id-Version: pltcl (PostgreSQL) 10\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2016-02-01 11:24+0900\n"
|
||||
"PO-Revision-Date: 2016-02-01 11:47+0900\n"
|
||||
"POT-Creation-Date: 2017-09-19 09:51+0900\n"
|
||||
"PO-Revision-Date: 2017-09-19 10:29+0900\n"
|
||||
"Last-Translator: Ioseph Kim <ioseph@uri.sarang.net>\n"
|
||||
"Language-Team: Korean Team <pgsql-kr@postgresql.kr>\n"
|
||||
"Language: ko\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ko\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: pltcl.c:555
|
||||
#: pltcl.c:459
|
||||
msgid "PL/Tcl function to call once when pltcl is first used."
|
||||
msgstr "pltcl 언어가 처음 사용될 때 한번 호출 될 PL/Tcl 함수"
|
||||
|
||||
#: pltcl.c:466
|
||||
msgid "PL/TclU function to call once when pltclu is first used."
|
||||
msgstr "pltclu 언어가 처음 사용될 때 한번 호출 될 PL/Tcl 함수"
|
||||
|
||||
#: pltcl.c:629
|
||||
#, c-format
|
||||
msgid "module \"unknown\" not found in pltcl_modules"
|
||||
msgstr "pltcl_modules 안에 \"unknown\" 모듈을 찾을 수 없음"
|
||||
msgid "function \"%s\" is in the wrong language"
|
||||
msgstr "\"%s\" 함수에 잘못된 언어가 있음"
|
||||
|
||||
#: pltcl.c:591
|
||||
#: pltcl.c:640
|
||||
#, c-format
|
||||
msgid "could not load module \"unknown\": %s"
|
||||
msgstr "\"unknown\" 모듈을 불러올 수 없음: %s"
|
||||
msgid "function \"%s\" must not be SECURITY DEFINER"
|
||||
msgstr "\"%s\" 함수는 SECURITY DEFINER 속성이 없어야 합니다"
|
||||
|
||||
#: pltcl.c:1047
|
||||
#. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
|
||||
#: pltcl.c:674
|
||||
#, c-format
|
||||
msgid "processing %s parameter"
|
||||
msgstr "%s 매개 변수 처리 중"
|
||||
|
||||
#: pltcl.c:830
|
||||
#, c-format
|
||||
msgid "set-valued function called in context that cannot accept a set"
|
||||
msgstr "집합이 값이 함수가 집합을 사용할 수 없는 구문에서 호출 되었음"
|
||||
|
||||
#: pltcl.c:994
|
||||
#, c-format
|
||||
msgid ""
|
||||
"function returning record called in context that cannot accept type record"
|
||||
msgstr ""
|
||||
"레코드를 반환하는 함수가 레코드 형을 사용할 수 없는 구문에서 호출 되었음"
|
||||
|
||||
#: pltcl.c:1263
|
||||
#, c-format
|
||||
msgid "could not split return value from trigger: %s"
|
||||
msgstr "트리거에서 반환값을 분리할 수 없음: %s"
|
||||
|
||||
#: pltcl.c:1058
|
||||
#, c-format
|
||||
msgid "trigger's return list must have even number of elements"
|
||||
msgstr "트리거 반환 목록은 그 요소의 개수가 짝수여야 함"
|
||||
|
||||
#: pltcl.c:1094
|
||||
#, c-format
|
||||
msgid "unrecognized attribute \"%s\""
|
||||
msgstr "\"%s\" 속성을 알 수 없음"
|
||||
|
||||
#: pltcl.c:1099
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "\"%s\" 시스템 속성을 지정할 수 없음"
|
||||
|
||||
#: pltcl.c:1222 pltcl.c:1648
|
||||
#: pltcl.c:1343 pltcl.c:1771
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: pltcl.c:1223
|
||||
#: pltcl.c:1344
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -60,32 +72,37 @@ msgstr ""
|
||||
"%s\n"
|
||||
"해당 PL/Tcl 함수: \"%s\""
|
||||
|
||||
#: pltcl.c:1331 pltcl.c:1338
|
||||
#, c-format
|
||||
msgid "out of memory"
|
||||
msgstr "메모리 부족"
|
||||
|
||||
#: pltcl.c:1386
|
||||
#: pltcl.c:1509
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "트리거 함수는 트리거로만 호출될 수 있음"
|
||||
|
||||
#: pltcl.c:1395
|
||||
#: pltcl.c:1513
|
||||
#, c-format
|
||||
msgid "PL/Tcl functions cannot return type %s"
|
||||
msgstr "PL/Tcl 함수는 %s 자료형을 반환할 수 없음"
|
||||
|
||||
#: pltcl.c:1407
|
||||
#, c-format
|
||||
msgid "PL/Tcl functions cannot return composite types"
|
||||
msgstr "PL/Tcl 함수는 복합 자료형을 반환할 수 없음"
|
||||
|
||||
#: pltcl.c:1446
|
||||
#: pltcl.c:1549
|
||||
#, c-format
|
||||
msgid "PL/Tcl functions cannot accept type %s"
|
||||
msgstr "PL/Tcl 함수는 %s 자료형을 사용할 수 없음"
|
||||
|
||||
#: pltcl.c:1564
|
||||
#: pltcl.c:1663
|
||||
#, c-format
|
||||
msgid "could not create internal procedure \"%s\": %s"
|
||||
msgstr "\"%s\" 내부 프로시져를 만들 수 없음: %s"
|
||||
|
||||
#: pltcl.c:3100
|
||||
#, c-format
|
||||
msgid "column name/value list must have even number of elements"
|
||||
msgstr "칼럼 이름/값 목록은 그 요소의 개수가 짝수여야 함"
|
||||
|
||||
#: pltcl.c:3118
|
||||
#, c-format
|
||||
msgid "column name/value list contains nonexistent column name \"%s\""
|
||||
msgstr "칼럼 이름/값 목록에 \"%s\" 칼럼에 대한 값이 없음"
|
||||
|
||||
#: pltcl.c:3125
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "\"%s\" 시스템 속성을 지정할 수 없음"
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
# Copyright (C) 2012-2016 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: pltcl (PostgreSQL current)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-03-27 12:37+0000\n"
|
||||
"POT-Creation-Date: 2017-05-22 07:37+0000\n"
|
||||
"PO-Revision-Date: 2017-03-29 14:01+0300\n"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -16,7 +16,6 @@ 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"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
|
||||
#: pltcl.c:459
|
||||
msgid "PL/Tcl function to call once when pltcl is first used."
|
||||
@@ -55,17 +54,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"функция, возвращающая запись, вызвана в контексте, не допускающем этот тип"
|
||||
|
||||
#: pltcl.c:1258
|
||||
#: pltcl.c:1263
|
||||
#, c-format
|
||||
msgid "could not split return value from trigger: %s"
|
||||
msgstr "разложить возвращаемое из триггера значение не удалось: %s"
|
||||
|
||||
#: pltcl.c:1338 pltcl.c:1766
|
||||
#: pltcl.c:1343 pltcl.c:1771
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: pltcl.c:1339
|
||||
#: pltcl.c:1344
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -74,38 +73,38 @@ msgstr ""
|
||||
"%s\n"
|
||||
"в функции PL/Tcl \"%s\""
|
||||
|
||||
#: pltcl.c:1504
|
||||
#: pltcl.c:1509
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "триггерные функции могут вызываться только в триггерах"
|
||||
|
||||
#: pltcl.c:1508
|
||||
#: pltcl.c:1513
|
||||
#, c-format
|
||||
msgid "PL/Tcl functions cannot return type %s"
|
||||
msgstr "функции PL/Tcl не могут возвращать тип %s"
|
||||
|
||||
#: pltcl.c:1544
|
||||
#: pltcl.c:1549
|
||||
#, c-format
|
||||
msgid "PL/Tcl functions cannot accept type %s"
|
||||
msgstr "функции PL/Tcl не могут принимать тип %s"
|
||||
|
||||
#: pltcl.c:1658
|
||||
#: pltcl.c:1663
|
||||
#, c-format
|
||||
msgid "could not create internal procedure \"%s\": %s"
|
||||
msgstr "не удалось создать внутреннюю процедуру \"%s\": %s"
|
||||
|
||||
#: pltcl.c:3095
|
||||
#: pltcl.c:3100
|
||||
#, c-format
|
||||
msgid "column name/value list must have even number of elements"
|
||||
msgstr "в списке имён/значений столбцов должно быть чётное число элементов"
|
||||
|
||||
#: pltcl.c:3113
|
||||
#: pltcl.c:3118
|
||||
#, c-format
|
||||
msgid "column name/value list contains nonexistent column name \"%s\""
|
||||
msgstr ""
|
||||
"список имён/значений столбцов содержит имя несуществующего столбца \"%s\""
|
||||
|
||||
#: pltcl.c:3120
|
||||
#: pltcl.c:3125
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "установить системный атрибут \"%s\" нельзя"
|
||||
|
||||
@@ -7,21 +7,61 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 8.4\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2009-04-29 07:08+0000\n"
|
||||
"PO-Revision-Date: 2013-09-04 20:50-0400\n"
|
||||
"POT-Creation-Date: 2018-02-22 00:07+0000\n"
|
||||
"PO-Revision-Date: 2018-02-22 15:01+0300\n"
|
||||
"Last-Translator: Devrim GÜNDÜZ <devrim@commandprompt.com>\n"
|
||||
"Language-Team: TR <devrim@commandprompt.com>>\n"
|
||||
"Language-Team: TR <devrim@commandprompt.com>\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 1.8.7.1\n"
|
||||
|
||||
#: pltcl.c:1027
|
||||
#: pltcl.c:459
|
||||
msgid "PL/Tcl function to call once when pltcl is first used."
|
||||
msgstr "pltcl ilk sefer kullanıldığında bir kez çağrılacak PL/Tcl fonksiyonu"
|
||||
|
||||
#: pltcl.c:466
|
||||
msgid "PL/TclU function to call once when pltclu is first used."
|
||||
msgstr "pltclu ilk sefer kullanıldığında bir kez çağrılacak PL/Tclu fonksiyonu"
|
||||
|
||||
#: pltcl.c:629
|
||||
#, c-format
|
||||
msgid "function \"%s\" is in the wrong language"
|
||||
msgstr "\"%s\" fonksiyonu yanlış dilde"
|
||||
|
||||
#: pltcl.c:640
|
||||
#, c-format
|
||||
msgid "function \"%s\" must not be SECURITY DEFINER"
|
||||
msgstr "\"%s\" fonksiyonu SECURITY DEFINER olmamalı"
|
||||
|
||||
#. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
|
||||
#: pltcl.c:674
|
||||
#, c-format
|
||||
msgid "processing %s parameter"
|
||||
msgstr "%s parametresi işleniyor"
|
||||
|
||||
#: pltcl.c:830
|
||||
#, c-format
|
||||
msgid "set-valued function called in context that cannot accept a set"
|
||||
msgstr "set değerini kabul etmediği ortamda set değeri alan fonksiyon çağırılmış"
|
||||
|
||||
#: pltcl.c:994
|
||||
#, c-format
|
||||
msgid "function returning record called in context that cannot accept type record"
|
||||
msgstr "tip kaydı içermeyen alanda çağırılan ve kayıt döndüren fonksiyon"
|
||||
|
||||
#: pltcl.c:1263
|
||||
#, c-format
|
||||
msgid "could not split return value from trigger: %s"
|
||||
msgstr "sdönüş değeri tetikleyiciden (trigger) ayrılamadı: %s"
|
||||
|
||||
#: pltcl.c:1343 pltcl.c:1771
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: pltcl.c:1028
|
||||
#: pltcl.c:1344
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -30,25 +70,43 @@ msgstr ""
|
||||
"%s\n"
|
||||
"Şu PL/Tcl fonksiyonunda: \"%s\""
|
||||
|
||||
#: pltcl.c:1127
|
||||
msgid "out of memory"
|
||||
msgstr "yetersiz bellek"
|
||||
|
||||
#: pltcl.c:1192
|
||||
#: pltcl.c:1509
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "trigger fonksiyonları sadece trigger olarak çağırılabilirler"
|
||||
|
||||
#: pltcl.c:1201
|
||||
#: pltcl.c:1513
|
||||
#, c-format
|
||||
msgid "PL/Tcl functions cannot return type %s"
|
||||
msgstr "PL/Tcl fonksiyonları %s tipini döndüremezler"
|
||||
|
||||
#: pltcl.c:1213
|
||||
msgid "PL/Tcl functions cannot return composite types"
|
||||
msgstr "PL/Tcl fonksiyonları composit tip döndüremezler"
|
||||
|
||||
#: pltcl.c:1253
|
||||
#: pltcl.c:1549
|
||||
#, c-format
|
||||
msgid "PL/Tcl functions cannot accept type %s"
|
||||
msgstr "PL/Tcl fonksiyonları %s veri tipini kabul etmezler"
|
||||
|
||||
#: pltcl.c:1663
|
||||
#, c-format
|
||||
msgid "could not create internal procedure \"%s\": %s"
|
||||
msgstr "\"%s\" dahili yordamı oluşturulamadı: %s"
|
||||
|
||||
#: pltcl.c:3100
|
||||
#, c-format
|
||||
msgid "column name/value list must have even number of elements"
|
||||
msgstr "sütun adı/değer listesinin çift sayıda öğesi olmalı"
|
||||
|
||||
#: pltcl.c:3118
|
||||
#, c-format
|
||||
msgid "column name/value list contains nonexistent column name \"%s\""
|
||||
msgstr "sütun adı/değer listesi mevcut olmayan \"%s\" sütun adını içeriyor"
|
||||
|
||||
#: pltcl.c:3125
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "\"%s\" sistem niteliği ayarlanamaz"
|
||||
|
||||
#~ msgid "PL/Tcl functions cannot return composite types"
|
||||
#~ msgstr "PL/Tcl fonksiyonları composit tip döndüremezler"
|
||||
|
||||
#~ msgid "out of memory"
|
||||
#~ msgstr "yetersiz bellek"
|
||||
|
||||
107
src/pl/tcl/po/vi.po
Normal file
107
src/pl/tcl/po/vi.po
Normal file
@@ -0,0 +1,107 @@
|
||||
# LANGUAGE message translation file for pltcl
|
||||
# Copyright (C) 2018 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the pltcl (PostgreSQL) package.
|
||||
# FIRST AUTHOR <kakalot49@gmail.com>, 2018.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: pltcl (PostgreSQL) 11\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2018-04-22 12:08+0000\n"
|
||||
"PO-Revision-Date: 2018-04-29 22:56+0900\n"
|
||||
"Language-Team: <pgvn_translators@postgresql.vn>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
"Last-Translator: Dang Minh Huong <kakalot49@gmail.com>\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"Language: vi_VN\n"
|
||||
|
||||
#: pltcl.c:466
|
||||
msgid "PL/Tcl function to call once when pltcl is first used."
|
||||
msgstr "Chỉ định hàm PL/Tcl được gọi một lần khi pltcl sử dụng lần đầu tiên."
|
||||
|
||||
#: pltcl.c:473
|
||||
msgid "PL/TclU function to call once when pltclu is first used."
|
||||
msgstr "Chỉ định hàm PL/TclU được gọi một lần khi pltclu sử dụng lần đầu tiên."
|
||||
|
||||
#: pltcl.c:640
|
||||
#, c-format
|
||||
msgid "function \"%s\" is in the wrong language"
|
||||
msgstr "hàm \"%s\" không đúng ngôn ngữ"
|
||||
|
||||
#: pltcl.c:651
|
||||
#, c-format
|
||||
msgid "function \"%s\" must not be SECURITY DEFINER"
|
||||
msgstr "hàm \"%s\" không được là SECURITY DEFINER"
|
||||
|
||||
#. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
|
||||
#: pltcl.c:685
|
||||
#, c-format
|
||||
msgid "processing %s parameter"
|
||||
msgstr "xử lý tham số %s"
|
||||
|
||||
#: pltcl.c:846
|
||||
#, c-format
|
||||
msgid "set-valued function called in context that cannot accept a set"
|
||||
msgstr "hàm thiết lập giá trị được gọi trong ngữ cảnh không thể chấp nhận một tập hợp"
|
||||
|
||||
#: pltcl.c:1019
|
||||
#, c-format
|
||||
msgid "function returning record called in context that cannot accept type record"
|
||||
msgstr "hàm trả về bản ghi được gọi trong ngữ cảnh không thể chấp nhận kiểu bản ghi"
|
||||
|
||||
#: pltcl.c:1296
|
||||
#, c-format
|
||||
msgid "could not split return value from trigger: %s"
|
||||
msgstr "không thể tách giá trị trả về khỏi trigger: %s"
|
||||
|
||||
#: pltcl.c:1376 pltcl.c:1806
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: pltcl.c:1377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
"in PL/Tcl function \"%s\""
|
||||
msgstr ""
|
||||
"%s\n"
|
||||
"trong hàm PL/Tcl \"%s\""
|
||||
|
||||
#: pltcl.c:1541
|
||||
#, c-format
|
||||
msgid "trigger functions can only be called as triggers"
|
||||
msgstr "hàm trigger chỉ có thể được goi như những triggers."
|
||||
|
||||
#: pltcl.c:1545
|
||||
#, c-format
|
||||
msgid "PL/Tcl functions cannot return type %s"
|
||||
msgstr "Hàm PL/Tcl không thể trả về kiểu %s"
|
||||
|
||||
#: pltcl.c:1584
|
||||
#, c-format
|
||||
msgid "PL/Tcl functions cannot accept type %s"
|
||||
msgstr "Hàm PL/Tcl không thể chấp nhận kiểu %s"
|
||||
|
||||
#: pltcl.c:1698
|
||||
#, c-format
|
||||
msgid "could not create internal procedure \"%s\": %s"
|
||||
msgstr "không thể tạo procedure nội bộ \"%s\": %s"
|
||||
|
||||
#: pltcl.c:3219
|
||||
#, c-format
|
||||
msgid "column name/value list must have even number of elements"
|
||||
msgstr "danh sách cột tên/giá trị phải có giá trị chẵn cho số phần tử"
|
||||
|
||||
#: pltcl.c:3237
|
||||
#, c-format
|
||||
msgid "column name/value list contains nonexistent column name \"%s\""
|
||||
msgstr "danh sách cột tên/giá trị chứa tên cột không tồn tại \"%s\""
|
||||
|
||||
#: pltcl.c:3244
|
||||
#, c-format
|
||||
msgid "cannot set system attribute \"%s\""
|
||||
msgstr "không thể thiết lập attribute hệ thống \"%s\""
|
||||
Reference in New Issue
Block a user