zm.go 550 B

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