| # |
| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # https://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| # |
| request.success=Success |
| request.failed=Internal Server Error |
| request.parameter.incorrect=Parameter incorrect |
| |
| validation.not.null=[{0}] must not be null |
| validation.not.empty=[{0}] must not be empty |
| |
| login.required=Please log in first |
| login.account.required=Username or password should not be empty |
| login.account.incorrect=Incorrect username or password |
| login.account.disabled=User is disabled |
| password.not.empty=The password cannot be empty |
| original.password.same.as.new.password=Original password is same as new password |
| two.passwords.not.match=Two passwords not match |
| original.password.incorrect=Original password is incorrect |
| operation.success=Operation succeeded |
| operation.failed=Operation failed, please check the log |
| |
| cluster.not.found=Cluster not exist |
| cluster.exists=Cluster already exists |
| cluster.has.hosts=Cluster still has hosts, please remove them first |
| cluster.has.services=Cluster still has services, please remove them first |
| cluster.has.no.services=Cluster has no services, please add one first |
| cluster.has.components=Cluster still has components, please remove them first |
| cluster.has.no.components=Cluster has no components, please add one first |
| |
| host.not.found=Host not exist |
| host.assigned=Hosts [{0}] already assigned to another cluster |
| host.not.connected=Hosts [{0}] not connected |
| host.unable.to.resolve=Unable to resolve to host [{0}] |
| host.unable.to.connect=Unable to connect to host [{0}] |
| host.unable.to.exec.command=Unable to execute command on host [{0}] |
| host.has.components=Host [{0}] still has components, please remove them first |
| |
| stack.not.found=Stack not exist |
| |
| service.not.found=Service not exist |
| service.required.not.found=Required Service [{0}] not exist |
| service.has.components=Service still has components, please remove them first |
| service.is.running=Service is running, please stop it first |
| service.required.by=Service [{0}] is required by this, please remove it first |
| |
| component.not.found=Component not exist |
| component.is.running=Component is running, please stop it first |
| component.has.no.such.op=Client component does not support this operation |
| |
| job.not.found=Job not exist |
| job.not.retryable=Job is not retryable when it's not failed |
| job.has.no.stages=Job has no stage created |
| stage.has.no.tasks=Stage [{0}] has no task created |
| |
| config.not.found=Config not exist |
| |
| command.not.found=Command not found for level [{0}] |
| command.not.supported=Command [{0}] not supported for level [{1}] |
| |
| platform.not.found=Platform not found |
| platform.not.authorized=Platform not authorized |
| permission.denied=Permission denied |
| credit.incorrect=Credit incorrect |
| model.not.supported=Model not supported |
| chat.thread.not.found=Chat thread not found |
| no.platform.in.use=No platform currently in use |
| platform.not.in.use=Corresponding platform not use |
| platform.is.active=The platform is active |
| |
| file.upload.failed=File upload failed, please check server log |