You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AdminErrors.properties 1.9KB

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # Licensed to the Apache Software Foundation (ASF) under one
  3. # or more contributor license agreements. See the NOTICE file
  4. # distributed with this work for additional information
  5. # regarding copyright ownership. The ASF licenses this file
  6. # to you under the Apache License, Version 2.0 (the
  7. # "License"); you may not use this file except in compliance
  8. # with the License. You may obtain a copy of the License at
  9. #
  10. # http://www.apache.org/licenses/LICENSE-2.0
  11. # Unless required by applicable law or agreed to in writing,
  12. # software distributed under the License is distributed on an
  13. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  14. # KIND, either express or implied. See the License for the
  15. # specific language governing permissions and limitations
  16. # under the License.
  17. #
  18. entity.exists=The entity {0} exists already
  19. entity.not_found=The entity {0} was not found
  20. repository_group.id.empty=The repository group id was empty
  21. repository_group.id.max_length=The id "{0}" of the repository group exceeds {1} characters
  22. repository_group.id.invalid_chars=The repository group id "{0}" contains invalid characters. Only the following are allowed: {1}.
  23. repository_group.merged_index_ttl.min=Merged Index TTL must be greater than {0}.
  24. repository_group.repository.not_found=The member repository with id "{0}" does not exist. Cannot be used in a repository group.
  25. repository_group.registry.add_error=The registry could not add the repository "{0}": {1}
  26. repository_group.registry.update_error=The registry could not update the repository "{0}": {1}
  27. repository_group.not_editable=The repository group "{0}" is not editable
  28. repository.id.invalid=The given repository id {0} is not valid.
  29. repository.not_found=The repository with the given id "{0}" was not found
  30. repository.file.not_found=No file "{1}" found in the repository "{0}"
  31. repository.scan.task_retrieval_failed=Could not get scan task information: {0}