messages.properties 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. #
  2. # Licensed to the Apache Software Foundation (ASF) under one or more
  3. # contributor license agreements. See the NOTICE file distributed with
  4. # this work for additional information regarding copyright ownership.
  5. # The ASF licenses this file to You under the Apache License, Version 2.0
  6. # (the "License"); you may not use this file except in compliance with
  7. # the License. You may obtain a copy of the License at
  8. #
  9. # http://www.apache.org/licenses/LICENSE-2.0
  10. #
  11. # Unless required by applicable law or agreed to in writing, software
  12. # distributed under the License is distributed on an "AS IS" BASIS,
  13. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. # See the License for the specific language governing permissions and
  15. # limitations under the License.
  16. #
  17. #
  18. unknown.i18n=未知的国际化信息,请检查。。。
  19. # base crud messages
  20. modify.success=修改成功
  21. modify.failed=修改失败
  22. delete.success=删除成功
  23. delete.failed=删除失败
  24. delete.partially.success=删除部分成功,但 {0} 删除失败,共 {1} 次失败。
  25. delete.placeholder=请选择要删除的记录
  26. create.success=新增成功
  27. create.failed=新增失败
  28. # response messages
  29. request.params.error=请求参数错误
  30. response.get.success=获取成功
  31. response.get.failed=获取失败
  32. response.send.success=发送成功
  33. response.send.failed=发送失败
  34. response.execute.success=执行成功
  35. response.execute.failed=执行失败
  36. response.restart.success=重启成功
  37. response.restart.failed=重启失败
  38. response.test.connect.success=测试链接成功
  39. response.test.connect.failed=测试链接失败
  40. # validation messages
  41. error.param.empty={0}不能为空
  42. error.param.invalid={0}无效
  43. error.param.occupied={0}已被占用
  44. # login messages
  45. login.fail=登录失败,用户名或密码错误
  46. login.not.login=用户未登录,请先登录
  47. login.session.timeout=会话已过期,请重新登录。
  48. login.success=登录成功
  49. login.password.notnull=密码不能为空
  50. login.user.not.exists=账号不存在
  51. login.user.disabled=账号已被禁用
  52. outlogin.success=退出成功
  53. # user messages
  54. user.oldpassword.incorrect=旧密码不正确
  55. user.change.password.success=密码修改成功
  56. user.change.password.failed=密码修改失败
  57. user.register.account.exists=该账户已存在
  58. user.register.success=注册成功
  59. message.welcome=欢迎使用 cecf-re-computing
  60. message.task.running=任务已在运行
  61. base.not.exists={0} 不存在
  62. task.project.exists=工程已存在
  63. task.project.upload.success=上传zip包并创建工程成功
  64. task.delete.partially.success=删除失败,请检查作业 {0} 状态。
  65. task.move.success=移动成功
  66. task.move.failed=移动失败
  67. task.copy.success=复制作业成功
  68. task.copy.failed=复制作业失败