zm.go 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. /*
  2. * Copyright (c) 2000-2018, 达梦数据库有限公司.
  3. * All rights reserved.
  4. */
  5. package i18n
  6. const Messages_zh_HK = `{
  7. "language": "zh-Hant",
  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. "id": "error.connectionClosedOrNotBuild",
  239. "translation": "連接尚未建立或已經關閉"
  240. }
  241. ]
  242. }`