error.zh_CN.properties 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. title.CDA.manage = System CDA Manage
  2. # 通用错误 -- 接口调用错误列表
  3. ehr.common.miss.method = 请求缺少method域
  4. ehr.common.miss.timestamp = 请求缺少时间戳域
  5. ehr.common.miss.appid = 请求缺少app_id域
  6. ehr.common.miss.version = 请求缺少API协议版本号域
  7. ehr.common.miss.sign = 请求缺少sign签名域
  8. ehr.common.miss.signMethod = 请求缺少参数的加密方式域
  9. ehr.common.invalid.method = 无效方法名
  10. ehr.common.invalid.timestamp = 无效时间戳
  11. ehr.common.invalid.appid = AppId或AppSecret无效
  12. ehr.common.invalid.version = 无效版本号
  13. ehr.common.invalid.sign = 无效的参数签名方法
  14. ehr.common.invalid.signMethod = 签名结果不匹配
  15. ehr.common.miss.required.argument = 缺少请求所需的必要参数
  16. ehr.common.miss.parameter = 缺失参数:{0}
  17. ehr.common.invalid.parameter = 无效的方法参数{0}
  18. ehr.common.appToken.expired = AppToken过期
  19. # 通用错误 -- 查询错误列表
  20. ehr.common.query.null = 查询无数据。
  21. ehr.common.query.count = 共查询数据行数:
  22. # 通用错误 -- 更新错误列表
  23. ehr.common.success.update = 保存成功。
  24. ehr.common.invalid.update = 保存失败。
  25. # 通用错误 -- 新增错误列表
  26. ehr.common.success.create = 新增成功。
  27. # 通用错误 -- 删除错误列表
  28. ehr.common.success.delete = 删除成功。
  29. ehr.common.invalid.delete = 删除失败:删除的对象不存在。
  30. # 通用错误 -- 提示信息列表
  31. ehr.common.input.request.single = 该项目为必输项。
  32. ehr.common.input.request.multiple = 以上项目必须输入,请确认。
  33. # 功能错误信息列表
  34. # 功能错误信息列表 - 登录
  35. ehr.user.invalid = 无效用户。
  36. ehr.invalid.username.or.pwd = 无效用户名或密码。
  37. ehr.login.validatecode.invalid = 验证码无效。
  38. ehr.login.validatecode.expire = 验证码过期。
  39. ehr.login.mail.hasinvaild = 邮箱已验证。
  40. ehr.login.mail.invaild = 邮箱不存在,或邮箱未注册。
  41. # 功能错误信息列表 - 用户管理
  42. ehr.user.exist.create = 新增失败:该帐户在系统中已存在,请重新输入!
  43. ehr.publicKey.success.create = 公钥信息分配成功!
  44. # 功能错误信息列表 - 机构管理
  45. ehr.org.exist.create = 新增失败:该机构代码已在系统中注册,请确认!
  46. # 功能错误信息列表 - 应用管理
  47. ehr.app.register.invalid = 该应用在系统中不存在。
  48. # 功能错误信息列表 - 病人管理
  49. ehr.patient.invalid.identity.no = 无效身份证号
  50. ehr.patient.miss.identity.no = 缺失身份证号
  51. ehr.patient.register.failed = 病人注册失败
  52. ehr.patient.invalid.register.info = 无效病人注册信息格式
  53. ehr.patient.exist.create = 新增失败:该身份证号已在系统中注册,请确认!
  54. # 功能错误信息列表 - 病人管理 - 档案
  55. ehr.archive.miss.file = 缺失档案文件
  56. ehr.archive.miss.cryptograph = 缺少加密方式
  57. ehr.archive.save.failed = 档案保存失败
  58. ehr.archive.parse.cryptograph.failed = 档案密码解析失败
  59. # 功能错误信息列表 - 病人管理 - 卡
  60. # 功能错误信息列表 - 字典
  61. ehr.sysDict.name.repeat = 输入的系统字典在系统中已存在。
  62. ehr.sysDict.create.invalid = 系统字典新增失败。
  63. ehr.sysDict.exist.invalid = 该系统字典不存在。
  64. ehr.sysDict.del.invalid = 该系统字典的删除操作失败。
  65. ehr.sysDict.update.invalid = 该系统字典的更新操作失败。
  66. ehr.sysDictEntry.name.repeat = 该系统字典明细在系统中已存在。
  67. ehr.sysDictEntry.create.invalid = 该系统字典明细新增失败。
  68. ehr.sysDictEntry.name.invalid = 该系统字典明细在系统中不存在。
  69. ehr.sysDictEntry.del.invalid = 该系统字典明细删除失败。
  70. ehr.sysDictEntry.update.invalid = 该系统字典明细更新失败。
  71. # 功能错误信息列表 - 标准化
  72. ehr.std.param.error = 参数解析失败
  73. ehr.std.invalid.version = 无效版本号
  74. ehr.std.get.version.fail = 获取版本信息失败
  75. ehr.std.generate.schema.file.failed = 标准化数据生成失败
  76. ehr.std.file.cryptograph.generate.failed = 生成适配版本文件密码失败
  77. ehr.std.file.stream.generate.failed = 生成适配版本文件流失败
  78. ehr.std.file.down.failed = 下载标准适配版本失败
  79. ehr.std.version.unknown = 未知的标准化版本
  80. # 功能错误信息列表 - CDA
  81. ehr.cda.version.get.failed = CDA版本获取失败
  82. ehr.cda.version.list.get.failed = CDA版本列表获取失败
  83. ehr.cda.version.save.failed = CDA版本保存失败
  84. ehr.std.get.CDA.list.failed = CDA获取失败
  85. # 功能错误信息列表 - 数据集
  86. ehr.datasetlist.Get.failed = 数据集列表获取失败
  87. ehr.dataset.Get.failed = 数据获取失败
  88. ehr.dataset.Save.failed = 数据集保存失败
  89. ehr.dataset.delete.failed = 数据集删除失败
  90. ehr.metadatalist.Get.failed = 数据元列表获取失败
  91. ehr.metadata.Get.failed = 数据元获取失败
  92. ehr.metadata.save.failed = 数据元保存失败
  93. ehr.metadata.delete.failed = 数据元删除失败
  94. # 功能错误信息列表 - 标准字典
  95. ehr.dictlist.Get.failed = 字典列表获取失败
  96. ehr.dict.Get.failed = 字典获取失败
  97. ehr.dict.entries.get.failed = 字典内容列表获取失败
  98. ehr.dict.entry.get.failed = 字典内容获取失败
  99. ehr.dict.Save.failed = 字典内容保存失败
  100. ehr.dict.delete.failed = 字典内容删除失败
  101. ehr.dict.entry.save.failed = 字典项保存失败
  102. ehr.dict.entry.delete.failed = 字典项删除失败
  103. # 功能错误信息列表 - 标准数据来源
  104. ehr.std.get.source.list.failed = 标准来源获取失败
  105. # 接口模块连接错误信息列表 - 授权Token
  106. ehr.security.generate.user.key.failed = 生成用户密钥失败
  107. ehr.security.token.expired = 该用户授权已过期,请提交更新授权重新申请。
  108. ehr.security.token.refreshError = 更新授权错误。
  109. ehr.security.token.revoke = 要删除的授权信息不存在。
  110. ehr.security.get.user.key.failed = 获取用户密钥失败
  111. ehr.system.code.null = 代码不能为空
  112. ehr.system.name.null = 名称不能为空
  113. ehr.system.versioncode.null = 版本号不能为空
  114. # 数据库连接错误信息列表 - 事件
  115. ehr.ehr.get.event.list = 获取事件列表失败
  116. ehr.ehr.get.archive = 获取档案失败
  117. ehr.ehr.get.data.set = 获取数据集失败
  118. # 数据库连接错误信息列表 - hbase
  119. ehr.ehr.create.data.set.table.failed = 创建数据集表失败, {0}
  120. ehr.hbase.truncate.table.failed = 删除表数据失败, {0}
  121. ehr.hbase.get.table.failed = 获取表失败, {0}
  122. # 数据库连接错误信息列表 - solr
  123. ehr.clear.solr.data.failed = 清除Solr数据失败, {0}
  124. #
  125. ehr.scheduler.get.job.failed = 获取Job信息失败, {0}
  126. ehr.scheduler.get.trigger.failed = 获取Trigger信息失败, {0}
  127. # other
  128. ehr.json.package.unknown = 未知的JSON包, {0}