messages_en_US.properties 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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=Unknown i18n information, please check. . .
  19. # base crud messages
  20. modify.success=Modify successfully
  21. modify.failed=Modification failed
  22. delete.success=Delete successfully
  23. delete.failed=Delete failed
  24. delete.partially.success=Delete was partially successful, but {0} failed to delete out of {1} failures.
  25. delete.placeholder=Please select the record to delete
  26. create.success=Add successfully
  27. create.failed=Create failed
  28. # response messages
  29. request.params.error=Request parameter error
  30. response.get.success = Get success
  31. response.get.failed=Get failed
  32. response.send.success=Send successfully
  33. response.send.failed=Send failed
  34. response.execute.success=Execute successfully
  35. response.execute.failed=Execution failed
  36. response.restart.success=Restart succeeded
  37. response.restart.failed=Restart failed
  38. response.test.connect.success=Test connection successful
  39. response.test.connect.failed=Test connection failed
  40. # validation messages
  41. error.param.empty={0} cannot be empty
  42. error.param.invalid={0} is invalid
  43. error.param.occupied={0} is already occupied
  44. # login messages
  45. login.fail=Login failed, username or password is wrong
  46. login.not.login=The user is not logged in, please log in first
  47. login.session.timeout=Session has expired, please log in again.
  48. login.success=Login successful
  49. login.password.notnull=Password cannot be null
  50. login.user.not.exists=Account does not exist
  51. login.user.disabled=Account has been disabled
  52. outlogin.success=Exit successfully
  53. # user messages
  54. user.oldpassword.incorrect=The old password is incorrect
  55. user.change.password.success=Password changed successfully
  56. user.change.password.failed=Password change failed
  57. user.register.account.exists=The account already exists
  58. user.register.success = Registered successfully
  59. message.welcome=Welcome to cecf-re-computing
  60. message.task.running=Task is already running
  61. base.not.exists={0} does not exist
  62. task.project.exists=Project already exists
  63. task.project.upload.success=Upload zip package and create project successfully
  64. task.delete.partially.success=Delete failed, please check job {0} status.
  65. task.move.success=Move successfully
  66. task.move.failed=Move failed
  67. task.copy.success=Copy job succeeded
  68. task.copy.failed = Copy job failed