????

Your IP : 216.73.216.152


Current Path : C:/opt/pgsql/share/locale/ja/LC_MESSAGES/
Upload File :
Current File : C:/opt/pgsql/share/locale/ja/LC_MESSAGES/plpython-16.mo

��Y����5��)�Z'�9���>
	)L	)v	�	'�	A�	L#
Kp
9�
3�
*A$]?��Y�h:b�i
-p
&�
.�
 �
 -6$d)�&�)�005hf6�7)>=h�+�!�".1M*�'�&�;1Jm��/�LeB��0�;5&q3�'�4�>)6hH�"�2'>,f+�(�0�.$H!m��B��
�C�81Jj]�b2'��P�5")X�@�u��Y`�JJD�%�*C+Eo(�u��T �� ��!8&"3_"=�"%�".�"l&#<�#5�#=$=D$N�$R�$�$%K�%K�%=K&Z�&-�&T'*g'D�'?�'a(By(H�(3)<9)6v)]�)u* �*]�*l+vm+7�+Z,0w,D�,@�,7.-Qf-B�-R�-CN.A�.`�.T5/<�/K�/?0HS0E�0?�0B"1Ne1<�1<�1.2!M2co2XKOVQU*FP/76I%1?Y :CH)+0#@(=M,EL!&D>SJW	-
<542R9."
$'38GBNT;A%s'%s' is an invalid keyword argument for this functionExpected None or a string.Expected None, "OK", "SKIP", or "MODIFY".Expected sequence of %d argument, got %d: %sExpected sequence of %d arguments, got %d: %sMissing left parenthesis.Only one Python major version can be used in one session.PL/Python anonymous code blockPL/Python function "%s"PL/Python function with return type "void" did not return NonePL/Python functions cannot accept type %sPL/Python functions cannot return type %sPL/Python procedure "%s"PL/Python procedure did not return NonePL/Python set-returning functions must return an iterable object.PL/Python set-returning functions only support returning one value per call.PL/Python trigger function returned "MODIFY" in a DELETE trigger -- ignoredPyDict_SetItemString() failed, while setting up argumentsPyList_SetItem() failed, while setting up argumentsSPI_execute failed: %sSPI_execute_plan failed: %sTD["new"] deleted, cannot modify rowTD["new"] dictionary key at ordinal position %d is not a stringTD["new"] is not a dictionaryTo construct a multidimensional array, the inner sequences must all have the same length.To return a composite type in an array, return the composite type as a Python tuple, e.g., "[('foo',)]".To return null in a column, add the value None to the mapping with the key named after the column.To return null in a column, let the returned object have an attribute named after column with value None.argument 'message' given by name and positionarray size exceeds the maximum allowedattribute "%s" does not exist in Python objectcannot set generated column "%s"cannot set system attribute "%s"closing a cursor in an aborted subtransactioncommand did not produce a result setconversion from numeric to Decimal failedcould not add the spiexceptions modulecould not compile PL/Python function "%s"could not compile anonymous PL/Python code blockcould not convert Python Unicode object to bytescould not convert Python object into cstring: Python string representation appears to contain null bytescould not create bytes representation of Python objectcould not create string representation of Python objectcould not create the spiexceptions modulecould not determine sequence length for function return valuecould not execute plancould not extract bytes from encoded stringcould not generate SPI exceptionscould not import "__main__" modulecould not import "plpy" modulecould not import a module for Decimal constructorcould not initialize globalscould not parse error message in plpy.elogcould not unpack arguments in plpy.elogerror fetching next item from iteratorfetch from a closed cursorforcibly aborting a subtransaction that has not been exitedfunction returning record called in context that cannot accept type recordinvalid SQLSTATE codeiterating a closed cursoriterating a cursor in an aborted subtransactionkey "%s" found in TD["new"] does not exist as a column in the triggering rowkey "%s" not found in mappinglength of returned sequence did not match number of columns in rowmalformed record literal: "%s"multiple Python libraries are present in sessionno Decimal attribute in modulenumber of array dimensions exceeds the maximum allowed (%d)plpy.cursor expected a query or a planplpy.cursor takes a sequence as its second argumentplpy.execute expected a query or a planplpy.execute takes a sequence as its second argumentplpy.prepare: type name at ordinal position %d is not a stringquery result has too many rows to fit in a Python listreturn value of function with array return type is not a Python sequencereturned object cannot be iteratedsecond argument of plpy.prepare must be a sequencethere is no subtransaction to exit fromthis subtransaction has already been enteredthis subtransaction has already been exitedthis subtransaction has not been enteredtrigger functions can only be called as triggersunexpected return value from trigger procedureunsupported set function return modeuntrapped error in initializationwhile creating return valuewhile modifying trigger rowwrong length of inner sequence: has length %d, but %d was expectedProject-Id-Version: plpython (PostgreSQL 15)
Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org
POT-Creation-Date: 2019-06-11 11:34+0900
PO-Revision-Date: 2021-08-25 17:42+0900
Last-Translator: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Language-Team: Japan PostgreSQL Users Group <jpug-doc@ml.postgresql.jp>
Language: ja
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=1; plural=0;
X-Generator: Poedit 1.8.13
%sこの関数に対して'%s'は無効なキーワード引数ですNone もしくは文字列を期待していました。None, "OK", "SKIP", "MODIFY" のいずれかを期待していました。%d 個の引数のシーケンスを期待していましたが、個数は %d でした:%s左括弧がありません。1個のセッション中で使えるPythonのメジャーバージョンは1種類だけです。PL/Pythonの無名コードブロックPL/Python関数"%s"戻り値が"void"型である PL/Python関数がNoneを返しませんでしたPL/Python関数は%s型を受け付けられませんPL/Python関数は%s型を返せませんPL/Pythonプロシージャ"%s"PL/Python プロシージャが None を返しませんでしたPL/Pythonの集合を返す関数は、反復処理可能なオブジェクトを返さなければなりません。集合を返却するPL/Python関数では、1回の呼び出しに対して1つの値を返すことのみがサポートされています。PL/Python トリガ関数が、DELETE トリガで "MODIFY" を返しました-- 無視します引数を設定する際に、PyDict_SetItemString() に失敗しました引数を設定する際に、PyList_SetItem() に失敗しましたSPI_execute が失敗しました: %sSPI_execute_plan が失敗しました: %sTD["new"] は削除されました。行を変更できません。TD["new"] 辞書の%d番目のキーが文字列ではありませんTD["new"] は辞書ではありません多次元配列を生成する場合、内部シーケンスはすべて同じ長さでなければなりません。複合型を配列に入れて返したい場合、 "[('foo',)]" のように複合型を Pythonのタプルとして返すようにしてください。カラムにnullを入れて返す場合、カラム名をキーとして値がNoneのエントリをマッピングに追加してください。カラムにnullを入れて返す場合、カラム名をキーとして値がNoneである属性を持つオブジェクトを返すようにしてください。名前と位置で 'message' 引数が渡されました配列のサイズが制限値を超えています属性"%s"がPythonオブジェクト中に存在しません生成列"%s"は設定できませんシステム属性"%s"は設定できません中断されたサブトランザクションの中でカーソルをクローズしようとしていますコマンドは結果セットを生成しませんでしたnumericからDecimalへの変換に失敗しましたspiexceptionsモジュールを追加できませんでしたPL/Python関数"%s"をコンパイルできませんでしたPL/Python無名コードブロックをコンパイルできませんでしたPythonのUnicodeオブジェクトをバイト列に変換できませんでしたPythonオブジェクトをcstringに変換できませんでした: Pythonの文字列表現にnullバイトが含まれているようですPythonオブジェクトのバイト表現を生成できませんでしたPythonオブジェクトの文字列表現を生成できませんでしたspiexceptionsモジュールを生成できませんでした関数の戻り値について、シーケンスの長さを決定できませんでした実行計画を実行できませんでしたエンコードされた文字列からバイト列を抽出できませんでしたSPI例外を生成できませんでした"__main__" モジュールをインポートできませんでした"plpy"モジュールをインポートできませんでしたDecimalコンストラクタのためのモジュールをインポートできませんでしたグローバル変数(globals)を初期化できませんでしたplpy.elogでエラーメッセージをパースできませんでしたplpy.elogで引数を展開できませんでした反復子から次の項目を取り出せませんでしたクローズされたカーソルからのフェッチ終了していないサブトランザクションを強制的にアボートしていますレコード型を受け付けられないコンテキストでレコードを返す関数が呼び出されました無効なSQLSTATEコードです反復利用しようとしているカーソルは、すでにクローズされています中断されたサブトランザクションの中でカーソルを反復利用しようとしていますTD["new"] で見つかったキー "%s" は、行レベルトリガにおけるカラムとしては存在しませんマッピング上にキー"%s"が見つかりません返されたシーケンスの長さが行のカラム数とマッチしませんでした不正な形式のレコードリテラル: "%s"セッションに複数の Python ライブラリが存在しますモジュールの中にDecimal属性が含まれていません配列の次元数が制限値(%d)を超えていますplpy.cursor は問い合わせもしくは実行計画を期待していましたplpy.cursor は第二引数としてシーケンスを取りますplpy.execute は問い合わせもしくは実行計画を期待していましたplpy.execute は第二引数としてシーケンスを取りますplpy.prepare: %d 番目の型名が文字列ではありません問い合わせの結果に含まれる行数が、Pythonのリストに対して多すぎます配列型を返す関数の戻り値がPythonのシーケンスではありません返されたオブジェクトは反復利用できませんplpy.prepareの第二引数はシーケンスでなければなりません抜けるべきサブトランザクションがありませんすでにこのサブトランザクションの中に入っていますこのサブトランザクションからすでに抜けていますこのサブトランザクションには入っていませんトリガー関数はトリガーとしてのみ呼び出せますトリガプロシージャから期待しない戻り値が返されました非サポートの集合関数リターンモードです。初期化中に捕捉できないエラーがありました戻り値を生成する際にトリガ行を変更する際に内部シーケンスで長さが異常です: 長さは%dですが、期待する値は%dでした