????

Your IP : 216.73.216.204


Current Path : C:/opt/pgsql/share/locale/zh_CN/LC_MESSAGES/
Upload File :
Current File : C:/opt/pgsql/share/locale/zh_CN/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��
�:�%3'Y�1���4�#+#Os�@�H�K1<}6�� 
(.8W�:�e�`Ml�*'F%n��*��,  C d *� P� T!*U!-�!�!*�!�!6"C"Y"w"*�"�"*�"!#6%#!\#*~#Q�#�#$*/$UZ$�$<�$
%,%K%(j%,�%5�%-�%6$&:[&?�&B�&'38'l'�'�'�'0�'3(!;(0](�(!�(7�(XKOVQU*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) 14
Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org
POT-Creation-Date: 2021-08-14 05:38+0000
PO-Revision-Date: 2021-08-16 18:00+0800
Last-Translator: Jie Zhang <zhangjie2@fujitsu.com>
Language-Team: Chinese (Simplified) <zhangjie2@fujitsu.com>
Language: zh_CN
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.5.7
%s对于这个函数,'%s'是一个无效的关键词参数期望空值或一个字符串期望None, "OK", "SKIP", 或"MODIFY"期望%d序列参数,但是得到%d: %s缺少一个左括弧一个会话中只能使用一个Python主版本.PL/Python匿名代码块PL/Python函数"%s"返回类型为"void"的PL/Python函数不返回NonePL/Python函数不能接受类型%sPL/Python函数不能返回类型%sPL/Python过程"%s"PL/Python过程没有返回NonePL/Python集合返回函数必须返回一个可迭代的对象.PL/Python集合返回函数只支持在每次调用时返回一个值。在DELETE触发器中的PL/Python 触发器函数返回 "MODIFY"  -- 忽略当设置参数的同时, 执行PyDict_SetItemString()失败当设置参数的同时, 执行PyList_SetItem()失败SPI_execute执行失败: %s执行SPI_execute_plan失败: %sTD["new"] 已删除,无法修改记录在顺序位置%d的TD["new"]字典键值不是字符串TD["new"]不是一个字典要构造多维数组,内部序列的长度必须相同.要返回数组中的复合类型,请将复合类型作为Python元组返回,例如 "[('foo',)]".为了在一列中返回空值, 需要在列的后面对带有已命名键的映射添加值None为了在一列中返回空值, 需要让返回的对象在带有值None的列后面的带有已命名属性由名称和位置提供的参数'message'数组的大小超过了最大允许值在Python对象中不存在属性"%s"无法设置生成的列 "%s"不能设置系统属性"%s"在终止的子事务里关闭一个游标命令没有产生结果集由numeric数值到Decimal小数转换失败无法添加spiexceptions模块 无法编译PL/Python函数"%s"无法编译PL/Python中的匿名代码块无法将Python中以Unicode编码的对象转换为PostgreSQL服务器字节码无法将Python对象转换为cstring: Python字符串表达式可能包含空字节无法创建Python对象的字节表达式无法创建Python对象的字符串表达式无法创建spiexceptions模块无法确定函数返回值的序列长度无法执行计划无法从已编码字符串里提取相应字节码值无法产生SPI异常无法导入模块"__main__" 无法导入模块"plpy" 无法为十进制构造函数导入模块无法初始化全局变量无法解析在plpy.elog中的错误消息无法解析plpy.elog中的参数当从迭代器中取回下一个成员时出现错误从关闭的游标里获取结果强行终止一个还未退出的子事务返回值类型是记录的函数在不接受使用记录类型的环境中调用无效的SQLSTATE代码遍历一个关闭的游标在终止的子事务里遍历一个游标在 TD["new"]中找到的键 "%s"在正在触发的记录中不是作为列而存在.在映射中没有找到键"%s"所返回序列的长度与在记录中列的数量不匹配有缺陷的记录常量: "%s"会话中存在多个Python库模块中没有小数位属性数组的维数超过最大允许值(%d)plpy.cursor期望一个查询或一个计划plpy.cursor将一个序列作为它的第二个参数plpy.execute期望一个查询或一个计划plpy.execute将一个序列作为它的第二个参数plpy.prepare: 在顺序位置%d的类型名称不是string查询结果中的行太多,无法放在一个Python列表中带有数组返回类型的函数返回值不是一个Python序列所返回的对象无法迭代plpy.prepare的第二个参数必须是一个序列没有子事务可以退出已经进入该子事务已经退出该子事务该子事务仍没有进入触发器函数只能以触发器的形式调用在触发器存储过程出现非期望的返回值不支持集合函数返回模式在初始化过程中出现无法捕获的错误同时在创建返回值同时正在修改触发器记录内部序列的长度错误:长度为%d,但应为%d