| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- /*
- * Copyright (c) 2000-2018, 达梦数据库有限公司.
- * All rights reserved.
- */
- package i18n
- const Messages_en_US = `{
- "language": "en-US",
- "messages": [
- {
- "id": "error.dsn.invalidSchema",
- "translation": "DSN must start with dm://"
- },
- {
- "id": "error.unsupported.scan",
- "translation": "Unsupported scan type"
- },
- {
- "id": "error.invalidParameterNumber",
- "translation": "Invalid parameter number"
- },
- {
- "id": "error.initThirdPartCipherFailed",
- "translation": "Init third part cipher failed"
- },
- {
- "id": "error.connectionSwitchFailed",
- "translation": "Connection switch failed"
- },
- {
- "id": "error.connectionSwitched",
- "translation": "Connection has been switched"
- },
- {
- "id": "error.invalidServerMode",
- "translation": "Invalid server mode"
- },
- {
- "id": "error.osauthError",
- "translation": "At the same time using the specifed user login and OS authentication login, please determine a way."
- },
- {
- "id": "error.notQuerySQL",
- "translation": "The SQL is not a query SQL"
- },
- {
- "id": "error.notExecSQL",
- "translation": "The SQL is not a execute SQL"
- },
- {
- "id": "error.invalidTranIsolation",
- "translation": "invalid Transaltion Isolation"
- },
- {
- "id": "errorCommitInAutoCommitMode",
- "translation": "Can't commit in Auto commit status"
- },
- {
- "id": "errorCommitInAutoCommitMode",
- "translation": "Can't rollback in Auto commit status"
- },
- {
- "id": "errorStatementHandleClosed",
- "translation": "Statement handle is closed"
- },
- {
- "id": "errorResultSetColsed",
- "translation": "Resultset is closed"
- },
- {
- "id": "error.communicationError",
- "translation": "Communication error"
- },
- {
- "id": "error.msgCheckError",
- "translation": "Message check error"
- },
- {
- "id": "error.unkownNetWork",
- "translation": "Unkown net work"
- },
- {
- "id": "error.serverVersion",
- "translation": "Server version is too low"
- },
- {
- "id": "error.usernameTooLong",
- "translation": "Username is too long."
- },
- {
- "id": "error.passwordTooLong",
- "translation": "Password to login is too long."
- },
- {
- "id": "error.dataTooLong",
- "translation": "The data is too large to support."
- },
- {
- "id": "error.invalidColumnType",
- "translation": "Invalid column type"
- },
- {
- "id": "error.dataConvertionError",
- "translation": "Data convertion error"
- },
- {
- "id": "error.invalidConn",
- "translation": "Invalid connection"
- },
- {
- "id": "error.invalidHex",
- "translation": "Invalid Hex Number."
- },
- {
- "id": "error.invalidBFile",
- "translation": "Invalid BFile format string."
- },
- {
- "id": "error.dataOverflow",
- "translation": "Digital overflow"
- },
- {
- "id": "error.invalidDateTimeFormat",
- "translation": "Invalid datetime type format"
- },
- {
- "id": "error.datetimeOverflow",
- "translation": "Digital overflow"
- },
- {
- "id": "error.invalidTimeInterval",
- "translation": "Invalid time interval type value"
- },
- {
- "id": "error.unsupportedInparamType",
- "translation": "Unsupported input parameter type"
- },
- {
- "id": "error.unsupportedOutparamType",
- "translation": "Unsupported output parameter type"
- },
- {
- "id": "error.unsupportedType",
- "translation": "Not support this type"
- },
- {
- "id": "error.invalidObjBlob",
- "translation": "invalid Object Blob Data."
- },
- {
- "id": "error.structMemNotMatch",
- "translation": "Members are not matched in Record or Class"
- },
- {
- "id": "error.invalidComplexTypeName",
- "translation": "Invalid descriptor name."
- },
- {
- "id": "error.invalidParamterValue",
- "translation": "Invalid parameter value"
- },
- {
- "id": "error.invalidArrayLen",
- "translation": "the length of static array is bigger than the one when defined."
- },
- {
- "id": "error.invalidSequenceNumber",
- "translation": "Invalid sequence no"
- },
- {
- "id": "error.resultsetInReadOnlyStatus",
- "translation": "Resultset in readonly status"
- },
- {
- "id": "error.SSLInitFailed",
- "translation": "Failed to initialize SSL"
- },
- {
- "id": "error.LobDataHasFreed",
- "translation": "Lob Data has been freed"
- },
- {
- "id": "error.fatalError",
- "translation": "Fatal error"
- },
- {
- "id": "error.invalidLenOrOffset",
- "translation": "Invalid length or offset"
- },
- {
- "id": "error.intervalValueOverflow",
- "translation": "interval type value overflow"
- },
- {
- "id": "error.invalidCipher",
- "translation": "Invalid cipher type"
- },
- {
- "id": "error.storeInNilPointer",
- "translation": "Can't store value into a nil pointer"
- },
- {
- "id": "error.batchError",
- "translation": "Error in executing with batch"
- },
- {
- "id": "warning.bpWithErr",
- "translation": "Warning:Partial failure on execute with batch"
- },
- {
- "id": "error.invalidSqlType",
- "translation": "Invalid sql type"
- },
- {
- "id": "error.invalidDateTimeValue",
- "translation": "Invalid datetime value"
- },
- {
- "id": "error.msgTooLong",
- "translation": "Message too long, limit 512M"
- },
- {
- "id": "error.isNull",
- "translation": "Data is NULL"
- },
- {
- "id": "error.ParamCountLimit",
- "translation": "Parameter count limit is 65536."
- },
- {
- "id": "error.unbindedParameter",
- "translation": "Unbound parameter"
- },
- {
- "id": "error.stringCut",
- "translation": "The string is cut"
- }
- ]
- }`
|