github.com/xiyichan/dm8@v0.0.0-20211213021639-be727be3e136/i18n/zk.go (about) 1 /* 2 * Copyright (c) 2000-2018, 达梦数据库有限公司. 3 * All rights reserved. 4 */ 5 6 package i18n 7 8 const Messages_zh_CN = `{ 9 "language": "zh-Hans", 10 "messages": [ 11 { 12 "id": "error.dsn.invalidSchema", 13 "translation": "DSN串必须以dm://开头" 14 }, 15 { 16 "id": "error.unsupported.scan", 17 "translation": "Scan类型转换出错" 18 }, 19 { 20 "id": "error.invalidParameterNumber", 21 "translation": "参数个数不匹配" 22 }, 23 { 24 "id": "error.initThirdPartCipherFailed", 25 "translation": "第三方加密初始化失败" 26 }, 27 { 28 "id": "error.connectionSwitchFailed", 29 "translation": "连接重置失败" 30 }, 31 { 32 "id": "error.connectionSwitched", 33 "translation": "连接已重置" 34 }, 35 { 36 "id": "error.invalidServerMode", 37 "translation": "服务器模式不匹配" 38 }, 39 { 40 "id": "error.osauthError", 41 "translation": "同时使用了指定用户登录和OS认证登录, 请确定一种方式." 42 }, 43 { 44 "id": "error.notQuerySQL", 45 "translation": "非查询SQL语句" 46 }, 47 { 48 "id": "error.notExecSQL", 49 "translation": "非执行SQL语句" 50 }, 51 { 52 "id": "error.invalidTranIsolation", 53 "translation": "非法的事务隔离级" 54 }, 55 { 56 "id": "errorCommitInAutoCommitMode", 57 "translation": "自动提交模式下不能手动提交" 58 }, 59 { 60 "id": "errorRollbackInAutoCommitMode", 61 "translation": "自动提交模式下不能手动回滚" 62 }, 63 { 64 "id": "errorStatementHandleClosed", 65 "translation": "语句已经关闭" 66 }, 67 { 68 "id": "errorResultSetColsed", 69 "translation": "结果集已经关闭" 70 }, 71 { 72 "id": "error.communicationError", 73 "translation": "网络通信异常" 74 }, 75 { 76 "id": "error.msgCheckError", 77 "translation": "消息校验异常" 78 }, 79 { 80 "id": "error.unkownNetWork", 81 "translation": "未知的网络" 82 }, 83 { 84 "id": "error.serverVersion", 85 "translation": "服务器版本太低" 86 }, 87 { 88 "id": "error.usernameTooLong", 89 "translation": "用户名超长" 90 }, 91 { 92 "id": "error.passwordTooLong", 93 "translation": "密码超长" 94 }, 95 { 96 "id": "error.dataTooLong", 97 "translation": "数据大小已超过可支持范围" 98 }, 99 { 100 "id": "error.invalidColumnType", 101 "translation": "无效的列类型" 102 }, 103 { 104 "id": "error.dataConvertionError", 105 "translation": "类型转换异常" 106 }, 107 { 108 "id": "error.invalidConn", 109 "translation": "连接失效" 110 }, 111 { 112 "id": "error.invalidHex", 113 "translation": "无效的十六进制数字" 114 }, 115 { 116 "id": "error.dataOverflow", 117 "translation": "数字溢出" 118 }, 119 { 120 "id": "error.invalidDateTimeFormat", 121 "translation": "错误的日期时间类型格式" 122 }, 123 { 124 "id": "error.datetimeOverflow", 125 "translation": "数字溢出" 126 }, 127 { 128 "id": "error.invalidTimeInterval", 129 "translation": "错误的时间间隔类型数据" 130 }, 131 { 132 "id": "error.unsupportedInparamType", 133 "translation": "输入参数类型不支持" 134 }, 135 { 136 "id": "error.unsupportedOutparamType", 137 "translation": "输出参数类型不支持" 138 }, 139 { 140 "id": "error.unsupportedType", 141 "translation": "不支持该数据类型" 142 }, 143 { 144 "id": "error.invalidObjBlob", 145 "translation": "无效的对象BLOB数据" 146 }, 147 { 148 "id": "error.structMemNotMatch", 149 "translation": "记录或类数据成员不匹配" 150 }, 151 { 152 "id": "error.invalidComplexTypeName", 153 "translation": "无效的类型描述名称" 154 }, 155 { 156 "id": "error.invalidParamterValue", 157 "translation": "无效的参数值" 158 }, 159 { 160 "id": "error.invalidArrayLen", 161 "translation": "静态数组长度大于定义时长度" 162 }, 163 { 164 "id": "error.invalidSequenceNumber", 165 "translation": "无效的列序号" 166 }, 167 { 168 "id": "error.resultsetInReadOnlyStatus", 169 "translation": "结果集处于只读状态" 170 }, 171 { 172 "id": "error.SSLInitFailed", 173 "translation": "初始化SSL环境失败" 174 }, 175 { 176 "id": "error.LobDataHasFreed", 177 "translation": "LOB数据已经被释放" 178 }, 179 { 180 "id": "error.fatalError", 181 "translation": "致命错误" 182 }, 183 { 184 "id": "error.invalidLenOrOffset", 185 "translation": "长度或偏移错误" 186 }, 187 { 188 "id": "error.intervalValueOverflow", 189 "translation": "时间间隔类型数据溢出" 190 }, 191 { 192 "id": "error.invalidCipher", 193 "translation": "不支持的加密类型" 194 }, 195 { 196 "id": "error.storeInNilPointer", 197 "translation": "无法将数据存入空指针" 198 } 199 ] 200 }`