gitee.com/chunanyong/dm@v1.8.12/i18n/zm.go (about) 1 /* 2 * Copyright (c) 2000-2018, 达梦数据库有限公司. 3 * All rights reserved. 4 */ 5 6 package i18n 7 8 const Messages_zh_TW = `{ 9 "language": "zh-Hant", 10 "messages": [ 11 { 12 "id": "error.dsn.invalidSchema", 13 "translation": "DSN串必須以dm://開頭" 14 }, 15 { 16 "id": "error.communicationError", 17 "translation": "網絡通信異常" 18 }, 19 { 20 "id": "error.msgCheckError", 21 "translation": "消息校驗異常" 22 }, 23 { 24 "id": "error.unkownNetWork", 25 "translation": "未知的網絡" 26 } 27 ] 28 }`