github.com/wanlay/gorm-dm8@v1.0.5/dmr/i18n/zl.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.invalidBFile", 117 "translation": "无效的BFile格式串" 118 }, 119 { 120 "id": "error.dataOverflow", 121 "translation": "数字溢出" 122 }, 123 { 124 "id": "error.invalidDateTimeFormat", 125 "translation": "错误的日期时间类型格式" 126 }, 127 { 128 "id": "error.datetimeOverflow", 129 "translation": "数字溢出" 130 }, 131 { 132 "id": "error.invalidTimeInterval", 133 "translation": "错误的时间间隔类型数据" 134 }, 135 { 136 "id": "error.unsupportedInparamType", 137 "translation": "输入参数类型不支持" 138 }, 139 { 140 "id": "error.unsupportedOutparamType", 141 "translation": "输出参数类型不支持" 142 }, 143 { 144 "id": "error.unsupportedType", 145 "translation": "不支持该数据类型" 146 }, 147 { 148 "id": "error.invalidObjBlob", 149 "translation": "无效的对象BLOB数据" 150 }, 151 { 152 "id": "error.structMemNotMatch", 153 "translation": "记录或类数据成员不匹配" 154 }, 155 { 156 "id": "error.invalidComplexTypeName", 157 "translation": "无效的类型描述名称" 158 }, 159 { 160 "id": "error.invalidParamterValue", 161 "translation": "无效的参数值" 162 }, 163 { 164 "id": "error.invalidArrayLen", 165 "translation": "静态数组长度大于定义时长度" 166 }, 167 { 168 "id": "error.invalidSequenceNumber", 169 "translation": "无效的列序号" 170 }, 171 { 172 "id": "error.resultsetInReadOnlyStatus", 173 "translation": "结果集处于只读状态" 174 }, 175 { 176 "id": "error.SSLInitFailed", 177 "translation": "初始化SSL环境失败" 178 }, 179 { 180 "id": "error.LobDataHasFreed", 181 "translation": "LOB数据已经被释放" 182 }, 183 { 184 "id": "error.fatalError", 185 "translation": "致命错误" 186 }, 187 { 188 "id": "error.invalidLenOrOffset", 189 "translation": "长度或偏移错误" 190 }, 191 { 192 "id": "error.intervalValueOverflow", 193 "translation": "时间间隔类型数据溢出" 194 }, 195 { 196 "id": "error.invalidCipher", 197 "translation": "不支持的加密类型" 198 }, 199 { 200 "id": "error.storeInNilPointer", 201 "translation": "无法将数据存入空指针" 202 }, 203 { 204 "id": "error.batchError", 205 "translation": "批量执行出错" 206 }, 207 { 208 "id": "warning.bpWithErr", 209 "translation": "警告:批量执行部分行产生错误" 210 }, 211 { 212 "id": "error.invalidSqlType", 213 "translation": "非法的SQL语句类型" 214 }, 215 { 216 "id": "error.invalidDateTimeValue", 217 "translation": "无效的日期时间类型值" 218 }, 219 { 220 "id": "error.msgTooLong", 221 "translation": "消息长度超出限制512M" 222 }, 223 { 224 "id": "error.isNull", 225 "translation": "数据为NULL" 226 } 227 ] 228 }`