zk.go 5.7 KB

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