zl.go 5.6 KB

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