| 12345678910111213141516171819202122232425262728 |
- /*
- * Copyright (c) 2000-2018, 达梦数据库有限公司.
- * All rights reserved.
- */
- package i18n
- const Messages_zh_TW = `{
- "language": "zh-Hant",
- "messages": [
- {
- "id": "error.dsn.invalidSchema",
- "translation": "DSN串必須以dm://開頭"
- },
- {
- "id": "error.communicationError",
- "translation": "網絡通信異常"
- },
- {
- "id": "error.msgCheckError",
- "translation": "消息校驗異常"
- },
- {
- "id": "error.unkownNetWork",
- "translation": "未知的網絡"
- }
- ]
- }`
|