# Simplified Chinese message translation for the PostgreSQL JDBC driver # This file is distributed under the same license as the package. # # $PostgreSQL: pgjdbc/org/postgresql/translation/zh_cn.po,v 1.0 2005/03/22 11:35:26 jurka Exp $ # msgid "" msgstr "" "Project-Id-Version: PostgreSQL JDBC Driver 8.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-03-22 09:34-0800\n" "PO-Revision-Date: 2005-05-16 17:32+0800\n" "Last-Translator: zelime \n" "Language-Team: Simple Chinese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=gb2312\n" "Content-Transfer-Encoding: 8bit\n" #: org/postgresql/Driver.java.in:159 msgid "Error loading default settings from driverconfig.properties" msgstr "从driverconfig.properties装载默认设置失败。" #: org/postgresql/Driver.java.in:197 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1716 msgid "Something unusual has occured to cause the driver to fail. Please report this exception." msgstr "有些异常导致驱动发生错误,请报告这个错误。" #: org/postgresql/Driver.java.in:516 msgid "This method is not yet implemented." msgstr "该方法尚未实现。" #: org/postgresql/core/ConnectionFactory.java:68 #, java-format msgid "No connection was able to be made for requested protocol {0}." msgstr "没有该请求协议{0}的合适连接" #: org/postgresql/core/PGStream.java:458 #, java-format msgid "Premature end of input stream, expected {0} bytes, but only read {1}." msgstr "输入流过早结束,预期{0}字节,但是只读到{1}。" #: org/postgresql/core/v2/ConnectionFactoryImpl.java:55 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:66 msgid "The driver does not support SSL." msgstr "该驱动不支持SSL连接。" #: org/postgresql/core/v2/ConnectionFactoryImpl.java:93 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:122 msgid "Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections." msgstr "连接被拒绝,请确定主机名和端口是否正确,以及postmaster是否允许TCP/IP连接。" #: org/postgresql/core/v2/ConnectionFactoryImpl.java:108 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:136 msgid "The connection attempt failed." msgstr "连接尝试失败。" #: org/postgresql/core/v2/ConnectionFactoryImpl.java:147 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:159 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:174 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:186 msgid "The server does not support SSL." msgstr "服务器不支持SSL。" #: org/postgresql/core/v2/ConnectionFactoryImpl.java:172 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:199 msgid "An error occured while setting up the SSL connection." msgstr "建立SSL连接时有错误发生。" #: org/postgresql/core/v2/ConnectionFactoryImpl.java:221 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:275 #, java-format msgid "Connection rejected: {0}." msgstr "连接被拒绝:{0}" #: org/postgresql/core/v2/ConnectionFactoryImpl.java:239 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:262 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:282 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:299 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:325 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:352 msgid "The server requested password-based authentication, but no password was provided." msgstr "服务器要求使用密码认证,但没有提供密码。" #: org/postgresql/core/v2/ConnectionFactoryImpl.java:306 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:375 #, java-format msgid "The authentication type {0} is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or Subnet, and that it is using an authentication scheme supported by the driver." msgstr "不支持该认证类型{0},请确认你已在pg_hba.conf中配置了客户端IP地址或者子网,而且它正在用一个服务器支持的认证方式。" #: org/postgresql/core/v2/ConnectionFactoryImpl.java:312 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:350 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:381 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:424 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:470 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:479 msgid "Protocol error. Session setup failed." msgstr "协议错误,Session建立失败。" #: org/postgresql/core/v2/ConnectionFactoryImpl.java:340 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:443 #, java-format msgid "Backend start-up failed: {0}." msgstr "后端启动失败:{0}。" #: org/postgresql/core/v2/ConnectionFactoryImpl.java:417 msgid "An unexpected result was returned by a query." msgstr "查询返回一个非预期结果。" #: org/postgresql/core/v2/FastpathParameterList.java:42 #: org/postgresql/core/v2/FastpathParameterList.java:64 #: org/postgresql/core/v2/FastpathParameterList.java:71 #: org/postgresql/core/v2/SimpleParameterList.java:44 #: org/postgresql/core/v2/SimpleParameterList.java:68 #: org/postgresql/core/v2/SimpleParameterList.java:75 #: org/postgresql/core/v2/SimpleParameterList.java:82 #: org/postgresql/core/v3/CompositeParameterList.java:36 #: org/postgresql/core/v3/SimpleParameterList.java:37 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2384 #: org/postgresql/jdbc2/AbstractJdbc2ResultSetMetaData.java:610 #, java-format msgid "The column index is out of range: {0}, number of columns: {1}." msgstr "列索引溢出:{0},列数目:{1} " #: org/postgresql/core/v2/FastpathParameterList.java:129 #: org/postgresql/core/v2/SimpleParameterList.java:141 #: org/postgresql/core/v3/SimpleParameterList.java:94 #, java-format msgid "No value specified for parameter {0}." msgstr "没有指定参数{0}的值。" #: org/postgresql/core/v2/QueryExecutorImpl.java:72 #: org/postgresql/core/v2/QueryExecutorImpl.java:302 #: org/postgresql/core/v3/QueryExecutorImpl.java:360 #: org/postgresql/core/v3/QueryExecutorImpl.java:405 #, java-format msgid "Expected command status BEGIN, got {0}." msgstr "" #: org/postgresql/core/v2/QueryExecutorImpl.java:77 #: org/postgresql/core/v3/QueryExecutorImpl.java:410 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1699 #, java-format msgid "Unexpected command status: {0}." msgstr "" #: org/postgresql/core/v2/QueryExecutorImpl.java:116 #: org/postgresql/core/v2/QueryExecutorImpl.java:127 #: org/postgresql/core/v2/QueryExecutorImpl.java:333 #: org/postgresql/core/v3/QueryExecutorImpl.java:192 #: org/postgresql/core/v3/QueryExecutorImpl.java:328 #: org/postgresql/core/v3/QueryExecutorImpl.java:447 #: org/postgresql/core/v3/QueryExecutorImpl.java:459 #: org/postgresql/core/v3/QueryExecutorImpl.java:1296 msgid "An I/O error occured while sending to the backend." msgstr "往后端传送时发生I/O错误" #: org/postgresql/core/v2/QueryExecutorImpl.java:196 #: org/postgresql/core/v2/QueryExecutorImpl.java:207 #: org/postgresql/core/v3/QueryExecutorImpl.java:562 #, java-format msgid "Unknown Response Type {0}." msgstr "未知的响应类型{0}" #: org/postgresql/core/v2/QueryExecutorImpl.java:535 #: org/postgresql/core/v3/QueryExecutorImpl.java:1398 #, java-format msgid "Unable to interpret the update count in command completion tag: {0}." msgstr "不能解释命令完成标签的更新数目:{0}。" #: org/postgresql/core/v2/SimpleParameterList.java:56 msgid "Zero bytes may not occur in string parameters." msgstr "字符串参数不允许0字节。" #: org/postgresql/core/v3/QueryExecutorImpl.java:186 msgid "Unable to bind parameter values for statement." msgstr "不能绑定statement的参数值" #: org/postgresql/core/v3/QueryExecutorImpl.java:756 #, java-format msgid "Bind message length {0} too long. This can be caused by very large or incorrect length specifications on InputStream parameters." msgstr "参数InputStream的长度{0}规格不正确。" #: org/postgresql/core/v3/QueryExecutorImpl.java:1190 msgid "The server's client_encoding parameter was changed to {0}. The JDBC driver requires client_encoding to be UNICODE for correct operation." msgstr "服务器的client_encoding参数被更改为{0}。JDBC驱动要求client_encoding是UNICODE才能正确操作。" #: org/postgresql/core/v3/QueryExecutorImpl.java:1197 msgid "The server's DateStyle parameter was changed to {0}. The JDBC driver requires DateStyle to begin with ISO for correct operation." msgstr "服务器的DataStyle参数被改成{0},JDBC驱动要求DateStyle以ISO开头才能正常操作" #: org/postgresql/core/v3/QueryExecutorImpl.java:1241 msgid "The driver currently does not support COPY operations." msgstr "驱动目前不支持COPY的操作。" #: org/postgresql/ds/PGPoolingDataSource.java:408 #, fuzzy msgid "DataSource has been closed." msgstr "DataSource已关闭。" #: org/postgresql/ds/common/PooledConnectionImpl.java:110 #, fuzzy msgid "This PooledConnection has already been closed." msgstr "这个PooledConnection已关闭。" #: org/postgresql/ds/common/PooledConnectionImpl.java:251 msgid "Connection has been closed automatically because a new connection was opened for the same PooledConnection or the PooledConnection has been closed." msgstr "因为新的使用PooledConnection的连接打开,或者PooledConnection已关闭,所以该连接已被自动关闭" #: org/postgresql/ds/common/PooledConnectionImpl.java:251 #, fuzzy msgid "Connection has been closed." msgstr "连接已关闭。" #: org/postgresql/ds/common/PooledConnectionImpl.java:397 #, fuzzy msgid "Statement has been closed." msgstr "Statement已关闭" #: org/postgresql/fastpath/Fastpath.java:77 #: org/postgresql/fastpath/Fastpath.java:123 #, java-format msgid "Fastpath call {0} - No result was returned and we expected an integer." msgstr "Fastpath调用{0} - 预期返回一个整数,但是没有结果返回。" #: org/postgresql/fastpath/Fastpath.java:217 #, java-format msgid "The fastpath function {0} is unknown." msgstr "未知的fastpath函数{0}。" #: org/postgresql/geometric/PGbox.java:84 #, java-format msgid "Conversion of box failed: {0}." msgstr "转换box失败:{0}。" #: org/postgresql/geometric/PGcircle.java:84 #: org/postgresql/geometric/PGcircle.java:93 #, java-format msgid "Conversion of circle failed: {0}." msgstr "转换circle失败:{0}。" #: org/postgresql/geometric/PGline.java:82 #, java-format msgid "Conversion of line failed: {0}." msgstr "转换line失败:{0}。" #: org/postgresql/geometric/PGlseg.java:79 #, java-format msgid "Conversion of lseg failed: {0}." msgstr "转换lseg失败:{0}。" #: org/postgresql/geometric/PGpath.java:83 #, java-format msgid "Cannot tell if path is open or closed: {0}." msgstr "无法的值path是否开启:{0}。" #: org/postgresql/geometric/PGpoint.java:85 #, java-format msgid "Conversion of point failed: {0}." msgstr "转化point失败:{0}" #: org/postgresql/jdbc2/AbstractJdbc2Array.java:89 #, java-format msgid "The array index is out of range: {0}" msgstr "阵列索引溢出:{0}" #: org/postgresql/jdbc2/AbstractJdbc2Array.java:162 #, java-format msgid "The array index is out of range: {0}, number of elements: {1}." msgstr "阵列索引溢出:{0},长度:{1}。" #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:198 #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:943 #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:987 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:206 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:224 msgid "No results were returned by the query." msgstr "查询没有结果返回" #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:212 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:247 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:264 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2394 msgid "A result was returned when none was expected." msgstr "返回预期结果。" #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:407 #, java-format msgid "Failed to create object for: {0}." msgstr "为{0}建立对象失败" #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:426 #, java-format msgid "The class {0} does not implement org.postgresql.util.PGobject." msgstr "类{0}没有实现org.postgresql.util.PGobject。" #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:467 #, java-format msgid "Unable to load the class {0} responsible for the datatype {1}" msgstr "因为数据类型{1}导致不能装载类{0}" #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:556 msgid "Cannot change transaction read-only property in the middle of a transaction." msgstr "无法改变事务处理中的只读事务属性。" #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:731 msgid "Cannot change transaction isolation level in the middle of a transaction." msgstr "无法改变处理中的事务孤立等级。" #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:735 #, java-format msgid "Transaction isolation level {0} not supported." msgstr "不支持事务的孤立等级{0}。" #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:899 msgid "Unable to translate data into the desired encoding." msgstr "无法把数据转化成目标编码。" #: org/postgresql/jdbc2/AbstractJdbc2DatabaseMetaData.java:61 msgid "Unable to find datatypes oid and oidvector in the system catalogs." msgstr "在系统catalog中找不到oid和oidvector的数据类型。" #: org/postgresql/jdbc2/AbstractJdbc2DatabaseMetaData.java:84 msgid "Unable to find name datatype in the system catalogs." msgstr "在系统目录中找不到数据类型的名称。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:176 msgid "Operation requires a scrollable ResultSet, but this ResultSet is FORWARD_ONLY." msgstr "操作需要可滚动的ResultSet,但此ResultSet是FORWARD_ONLY。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:350 msgid "Unexpected error while decoding character data from a large object." msgstr "从大对象中解码字符数据时发生未知错误。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:602 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:627 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1760 msgid "Can't use relative move methods while on the insert row." msgstr "在新增的记录上不能使用相对位置移动方法。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:645 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2534 #, java-format msgid "Invalid fetch direction constant: {0}." msgstr "无效的fetch用法常数:{0}。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:671 msgid "Cannot call deleteRow() when on the insert row." msgstr "在新增的记录上不能调用deleteRow()。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:676 msgid "Currently positioned before the start of the ResultSet. You cannot call deleteRow() here." msgstr "当前指针位置在当前指针位置在ResultSet之前,不能调用deleteRow()。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:680 msgid "Currently positioned after the end of the ResultSet. You cannot call deleteRow() here." msgstr "当前指针位置在ResultSet之后,不能调用deleteRow()。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:684 #, fuzzy msgid "There are no rows in this ResultSet." msgstr "ResultSet中没有记录。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:731 msgid "Not on the insert row." msgstr "不在新增的记录上" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:735 msgid "You must specify at least one column value to insert a row." msgstr "增加记录必须至少指定一个列值。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:921 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2059 msgid "The JVM claims not to support the ASCII encoding." msgstr "JVM不支持ASCII编码方式。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:925 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:968 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1255 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1383 msgid "Provided InputStream failed." msgstr "提供的InputStream失败。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1040 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2667 msgid "Provided Reader failed." msgstr "提供的Reader失败。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1117 msgid "Can't refresh the insert row." msgstr "不能刷新新增的记录。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1187 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2620 msgid "Cannot update the ResultSet because it is either before the start or after the end of the results." msgstr "无法更新ResultSet,因为它在第一个结果之前或者最后一个结果之后" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1541 #, java-format msgid "No primary key found for table {0}." msgstr "表{0}没有主键" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1745 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2542 msgid "Fetch size must be a value greater to or equal to 0." msgstr "读取的条目(fetch size)必须大于或等于0。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1757 msgid "This ResultSet is closed." msgstr "ResultSet已关闭。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1835 msgid "Invalid character data was found. This is most likely caused by stored data containing characters that are invalid for the character set the database was created in. The most common example of this is storing 8bit data in a SQL_ASCII database." msgstr "发现非法的字符数据。可能是存储的数据中包含了不符合该数据库字符集的字符,最常见例子就是在编码为SQL_ASCII的数据库中存储8比特的数据" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1874 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1881 #, java-format msgid "Bad byte: {0}" msgstr "错误的byte:{0}" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1914 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1922 #, java-format msgid "Bad short: {0}" msgstr "错误的short:{0}" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2090 msgid "The JVM claims not to support the UTF-8 encoding." msgstr "JVM不支持UTF-8编码。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2308 #, fuzzy, java-format msgid "The column name {0} was not found in this ResultSet." msgstr "ResultSet中找不到列名{0}。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2369 msgid "ResultSet is not updateable. The query that generated this result set must select only one table, and must select all primary keys from that table. See the JDBC 2.1 API Specification, section 5.6 for more details." msgstr " ResultSet不可更新。产生这个ResultSet的查询语句只能选择一个表,而且必须选择该表的所有主键,详情请参阅JDBC 2.1 API说明书5.6节" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2382 msgid "ResultSet not positioned properly, perhaps you need to call next." msgstr "ResultSet的指针位置不正确,可能你需要调用next()方法。" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2434 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2442 #, java-format msgid "Bad int: {0}" msgstr "错误的int:{0}" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2472 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2479 #, java-format msgid "Bad long: {0}" msgstr "错误的long:{0}" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2499 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2510 #, java-format msgid "Bad BigDecimal: {0}" msgstr "错误的BigDecimal:{0}" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2528 #, java-format msgid "Bad float: {0}" msgstr "错误的float:{0}" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2546 #, java-format msgid "Bad double: {0}" msgstr "错误的double: {0}" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2566 #, java-format msgid "Bad date: {0}" msgstr "错误的date:{0}" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:203 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:244 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:283 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2354 msgid "Can't use query methods that take a query string on a PreparedStatement." msgstr "对PreparedStatement不能使用具有查询字符串的查询方法" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:209 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:227 msgid "Multiple ResultSets were returned by the query." msgstr "查询返回多个ResultSet。" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:306 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2196 msgid "A CallableStatement was declared, but no call to registerOutParameter(1, ) was made." msgstr "CallableStatement已经声明,但是没有调用registerOutParameter(1, " #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:314 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:318 msgid "A CallableStatement was executed with nothing returned." msgstr "CallableStatement执行后没有返回值" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:323 #, java-format msgid "A CallableStatement function was executed and the return was of type {0} however type {1} was registered." msgstr "CallableStatement函数执行返回类型为{0},但是注册的类型是{1}" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:469 msgid "Maximum number of rows must be a value grater than or equal to 0." msgstr "行的最大值必须大于或小于0" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:510 msgid "Query timeout must be a value greater than or equals to 0." msgstr "查询等待时间必须必须大于或等于0。" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:572 msgid "The maximum field size must be a value greater than or equal to 0." msgstr "域的最大值必须是一个大于或等于0的值" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:854 msgid "setNull(i,Types.OTHER) is not supported; use setObject(i,nullobject,Types.OTHER) instead." msgstr "不支持setNull(i,Types.OTHER),用setObject(i,nullobject,Types.OTHER)代替" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:857 msgid "Unknown Types value." msgstr "未知的类别值。" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1221 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1345 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2639 #, java-format msgid "Invalid stream length {0}." msgstr "无效的串长度{0}" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1251 #, fuzzy, java-format msgid "The JVM claims not to support the {0} encoding." msgstr "JVM不支持{0}编码。" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1425 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2586 #, java-format msgid "Unknown type {0}." msgstr "未知类别{0}" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1529 #, java-format msgid "Cannot cast an instance of {0} to Types.BIT" msgstr "不能映射实例{0}到Types.BIT" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1541 #, java-format msgid "Cannot cast an instance of {0} to Types.OTHER" msgstr "不能映射实例{0}到Types.OTHER" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1544 #, fuzzy, java-format msgid "Unsupported Types value: {0}" msgstr "不支持的类别:{0}" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1562 msgid "setObject(i,null) is not supported. Instead, use setNull(i,type) or setObject(i,null,type)" msgstr "不支持setObject(i,null)。用setNull(i,type)或者setObject(i,null,type)代替" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1594 msgid "Can't infer the SQL type to use for an instance of {0}. Use setObject() with an explicit Types value to specify the type to use." msgstr "不能推断用于实例{0}的SQL类型,用带有确切类型值的setObject()指定使用的类型" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1619 msgid "This statement does not declare an OUT parameter. Use '{' ?= call ... '}' to declare one." msgstr "该statemen未声明OUT参数,用'{' ?= call ... '}'声明一个" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1923 msgid "Cannot call setXXX(1, ..) on a CallableStatement. This is an output that must be configured with registerOutParameter instead." msgstr "不能对CallableStatement调用方法setXXX(1,..),必须改用registerOutParameter设定输出" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2147 #, java-format msgid "Malformed function or procedure escape syntax at offset {0}." msgstr "不正确的函数或过程在偏移处{0}溢出。" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2168 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2182 #, java-format msgid "Parameter of type {0} was registered, but call to get{1} (sqltype={2}) was made." msgstr "type{0}的参数已登记,但是又调用了get{1}(sqltype={2})。" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2198 msgid "PostgreSQL only supports a single OUT function return value at index 1." msgstr "PostgreSQL只支持单一OUT函数返回在索引1上的值" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2226 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2245 #, java-format msgid "The given date {0} does not match the format required: {1}." msgstr "传入的日期{0}与要求的格式不匹配:{1}" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2278 #: org/postgresql/jdbc2/TimestampUtils.java:313 #, java-format msgid "The time given {0} does not match the format required: {1}." msgstr "传入的时间{0}与要求的格式不匹配:{1}。" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2319 #: org/postgresql/jdbc2/TimestampUtils.java:202 #: org/postgresql/jdbc2/TimestampUtils.java:223 #, java-format msgid "The timestamp given {0} does not match the format required: {1}." msgstr "提供的时间戳{0}与要求的格式不匹配:{1}。" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2400 #, fuzzy msgid "Too many update results were returned." msgstr "更新返回太多的结果。" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2428 #, java-format msgid "Batch entry {0} {1} was aborted. Call getNextException to see the cause." msgstr "批次处理{0}{1}失败,调用getNextException查看原因。" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2619 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2697 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2730 msgid "Unexpected error writing large object to database." msgstr "往数据库中写入大对象时发生未知错误" #: org/postgresql/jdbc2/TimestampUtils.java:118 #, java-format msgid "Could not extract nanoseconds from {0}." msgstr "无法从{0}里析取到毫微秒" #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:56 #: org/postgresql/jdbc3/AbstractJdbc3Statement.java:37 #: org/postgresql/jdbc3/AbstractJdbc3Statement.java:47 #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:91 #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:121 #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:154 #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:175 msgid "Server versions prior to 8.0 do not support savepoints." msgstr "8.0版本之前的服务器不支持保存点。" #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:93 #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:123 #, fuzzy msgid "Cannot establish a savepoint in auto-commit mode." msgstr "无法在自动提交模式中建立保存点" #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:346 #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:394 #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:442 #: org/postgresql/jdbc3/AbstractJdbc3Statement.java:146 #: org/postgresql/jdbc3/AbstractJdbc3Statement.java:172 #: org/postgresql/jdbc3/AbstractJdbc3Statement.java:197 #: org/postgresql/jdbc3/AbstractJdbc3Statement.java:241 #: org/postgresql/jdbc3/AbstractJdbc3Statement.java:284 #: org/postgresql/jdbc3/AbstractJdbc3Statement.java:328 #: org/postgresql/jdbc3/PSQLSavepoint.java:38 #: org/postgresql/jdbc3/PSQLSavepoint.java:48 #: org/postgresql/jdbc3/PSQLSavepoint.java:62 msgid "Cannot reference a savepoint after it has been released." msgstr "无法引用已经被释放的保存点." #: org/postgresql/jdbc3/PSQLSavepoint.java:41 msgid "Cannot retrieve the id of a named savepoint." msgstr "无法取得已命名的保存点id" #: org/postgresql/jdbc3/PSQLSavepoint.java:51 msgid "Cannot retrieve the name of an unnamed savepoint." msgstr "无法获得未命名的保存点名称" #: org/postgresql/largeobject/LargeObjectManager.java:139 msgid "Failed to initialize LargeObject API" msgstr "初始化LargeObject API失败" #: org/postgresql/largeobject/LargeObjectManager.java:171 #: org/postgresql/largeobject/LargeObjectManager.java:198 #, fuzzy msgid "Large Objects may not be used in auto-commit mode." msgstr "大对象不能在自动提交的模式中使用" #: org/postgresql/ssl/MakeSSL.java:61 #, java-format msgid "The SSLSocketFactory class provided {0} could not be instantiated." msgstr "SSLSocketFactory 类提供的{0}不能被实例化。" #: org/postgresql/util/PGmoney.java:75 msgid "Conversion of money failed." msgstr "money转换失败" #: org/postgresql/util/PSQLException.java.in:50 #, java-format msgid "Exception: {0}" msgstr "Exception:{0}" #: org/postgresql/util/PSQLException.java.in:51 msgid "Stack Trace:" msgstr "" #: org/postgresql/util/PSQLException.java.in:53 msgid "End of Stack Trace" msgstr "" #: org/postgresql/util/PSQLException.java.in:61 #, java-format msgid "Exception generating stacktrace for: {0} encountered: {1}" msgstr "" #: org/postgresql/util/ServerErrorMessage.java:88 #, java-format msgid "Detail: {0}" msgstr "Detail: {0}" #: org/postgresql/util/ServerErrorMessage.java:91 #, java-format msgid "Hint: {0}" msgstr "Hint: {0}" #: org/postgresql/util/ServerErrorMessage.java:94 #, java-format msgid "Position: {0}" msgstr "Position: {0}" #: org/postgresql/util/ServerErrorMessage.java:97 #, java-format msgid "Where: {0}" msgstr "Where: {0}" #: org/postgresql/util/ServerErrorMessage.java:105 #, java-format msgid "Location: File: {0}, Routine: {1}, Line: {2}" msgstr "位置:文件:{0},常规:{1},行:{2}" #: org/postgresql/util/ServerErrorMessage.java:108 #, java-format msgid "Server SQLState: {0}" msgstr "服务器 SQLState:{0}" #: org/postgresql/util/ServerErrorMessage.java:105 #, java-format msgid "No results where returned by the query." msgstr "查询没有结果返回。"