gitee.com/chunanyong/dm@v1.8.12/i18n/zk.go (about) 1 /* 2 * Copyright (c) 2000-2018, 达梦数据库有限公司. 3 * All rights reserved. 4 */ 5 6 package i18n 7 8 const Messages_en_US = `{ 9 "language": "en-US", 10 "messages": [ 11 { 12 "id": "error.dsn.invalidSchema", 13 "translation": "DSN must start with dm://" 14 }, 15 { 16 "id": "error.unsupported.scan", 17 "translation": "Unsupported scan type" 18 }, 19 { 20 "id": "error.invalidParameterNumber", 21 "translation": "Invalid parameter number" 22 }, 23 { 24 "id": "error.initThirdPartCipherFailed", 25 "translation": "Init third part cipher failed" 26 }, 27 { 28 "id": "error.connectionSwitchFailed", 29 "translation": "Connection switch failed" 30 }, 31 { 32 "id": "error.connectionSwitched", 33 "translation": "Connection has been switched" 34 }, 35 { 36 "id": "error.invalidServerMode", 37 "translation": "Invalid server mode" 38 }, 39 { 40 "id": "error.osauthError", 41 "translation": "At the same time using the specifed user login and OS authentication login, please determine a way." 42 }, 43 { 44 "id": "error.notQuerySQL", 45 "translation": "The SQL is not a query SQL" 46 }, 47 { 48 "id": "error.notExecSQL", 49 "translation": "The SQL is not a execute SQL" 50 }, 51 { 52 "id": "error.invalidTranIsolation", 53 "translation": "invalid Transaltion Isolation" 54 }, 55 { 56 "id": "errorCommitInAutoCommitMode", 57 "translation": "Can't commit in Auto commit status" 58 }, 59 { 60 "id": "errorCommitInAutoCommitMode", 61 "translation": "Can't rollback in Auto commit status" 62 }, 63 { 64 "id": "errorStatementHandleClosed", 65 "translation": "Statement handle is closed" 66 }, 67 { 68 "id": "errorResultSetColsed", 69 "translation": "Resultset is closed" 70 }, 71 { 72 "id": "error.communicationError", 73 "translation": "Communication error" 74 }, 75 { 76 "id": "error.msgCheckError", 77 "translation": "Message check error" 78 }, 79 { 80 "id": "error.unkownNetWork", 81 "translation": "Unkown net work" 82 }, 83 { 84 "id": "error.serverVersion", 85 "translation": "Server version is too low" 86 }, 87 { 88 "id": "error.usernameTooLong", 89 "translation": "Username is too long." 90 }, 91 { 92 "id": "error.passwordTooLong", 93 "translation": "Password to login is too long." 94 }, 95 { 96 "id": "error.dataTooLong", 97 "translation": "The data is too large to support." 98 }, 99 { 100 "id": "error.invalidColumnType", 101 "translation": "Invalid column type" 102 }, 103 { 104 "id": "error.dataConvertionError", 105 "translation": "Data convertion error" 106 }, 107 { 108 "id": "error.invalidConn", 109 "translation": "Invalid connection" 110 }, 111 { 112 "id": "error.invalidHex", 113 "translation": "Invalid Hex Number." 114 }, 115 { 116 "id": "error.invalidBFile", 117 "translation": "Invalid BFile format string." 118 }, 119 { 120 "id": "error.dataOverflow", 121 "translation": "Digital overflow" 122 }, 123 { 124 "id": "error.invalidDateTimeFormat", 125 "translation": "Invalid datetime type format" 126 }, 127 { 128 "id": "error.datetimeOverflow", 129 "translation": "Digital overflow" 130 }, 131 { 132 "id": "error.invalidTimeInterval", 133 "translation": "Invalid time interval type value" 134 }, 135 { 136 "id": "error.unsupportedInparamType", 137 "translation": "Unsupported input parameter type" 138 }, 139 { 140 "id": "error.unsupportedOutparamType", 141 "translation": "Unsupported output parameter type" 142 }, 143 { 144 "id": "error.unsupportedType", 145 "translation": "Not support this type" 146 }, 147 { 148 "id": "error.invalidObjBlob", 149 "translation": "invalid Object Blob Data." 150 }, 151 { 152 "id": "error.structMemNotMatch", 153 "translation": "Members are not matched in Record or Class" 154 }, 155 { 156 "id": "error.invalidComplexTypeName", 157 "translation": "Invalid descriptor name." 158 }, 159 { 160 "id": "error.invalidParamterValue", 161 "translation": "Invalid parameter value" 162 }, 163 { 164 "id": "error.invalidArrayLen", 165 "translation": "the length of static array is bigger than the one when defined." 166 }, 167 { 168 "id": "error.invalidSequenceNumber", 169 "translation": "Invalid sequence no" 170 }, 171 { 172 "id": "error.resultsetInReadOnlyStatus", 173 "translation": "Resultset in readonly status" 174 }, 175 { 176 "id": "error.SSLInitFailed", 177 "translation": "Failed to initialize SSL" 178 }, 179 { 180 "id": "error.LobDataHasFreed", 181 "translation": "Lob Data has been freed" 182 }, 183 { 184 "id": "error.fatalError", 185 "translation": "Fatal error" 186 }, 187 { 188 "id": "error.invalidLenOrOffset", 189 "translation": "Invalid length or offset" 190 }, 191 { 192 "id": "error.intervalValueOverflow", 193 "translation": "interval type value overflow" 194 }, 195 { 196 "id": "error.invalidCipher", 197 "translation": "Invalid cipher type" 198 }, 199 { 200 "id": "error.storeInNilPointer", 201 "translation": "Can't store value into a nil pointer" 202 }, 203 { 204 "id": "error.batchError", 205 "translation": "Error in executing with batch" 206 }, 207 { 208 "id": "warning.bpWithErr", 209 "translation": "Warning:Partial failure on execute with batch" 210 }, 211 { 212 "id": "error.invalidSqlType", 213 "translation": "Invalid sql type" 214 }, 215 { 216 "id": "error.invalidDateTimeValue", 217 "translation": "Invalid datetime value" 218 }, 219 { 220 "id": "error.msgTooLong", 221 "translation": "Message too long, limit 512M" 222 }, 223 { 224 "id": "error.isNull", 225 "translation": "Data is NULL" 226 }, 227 { 228 "id": "error.ParamCountLimit", 229 "translation": "Parameter count limit is 65536." 230 }, 231 { 232 "id": "error.unbindedParameter", 233 "translation": "Unbound parameter" 234 }, 235 { 236 "id": "error.stringCut", 237 "translation": "The string is cut" 238 }, 239 { 240 "id": "error.connectionClosedOrNotBuild", 241 "translation": "Connection is colsed or not build" 242 } 243 ] 244 }`