mirror of https://github.com/halo-dev/halo
77 lines
7.4 KiB
Properties
77 lines
7.4 KiB
Properties
# Title definitions
|
|
problemDetail.title.org.springframework.web.server.ServerWebInputException=Bad Request
|
|
problemDetail.title.run.halo.app.infra.exception.UnsatisfiedAttributeValueException=Unsatisfied Request Attribute value
|
|
problemDetail.title.org.springframework.web.server.UnsupportedMediaTypeStatusException=Unsupported Media Type
|
|
problemDetail.title.org.springframework.web.server.MissingRequestValueException=Missing Request Value
|
|
problemDetail.title.org.springframework.web.server.UnsatisfiedRequestParameterException=Unsatisfied Request Parameter
|
|
problemDetail.title.org.springframework.web.bind.support.WebExchangeBindException=Data Binding or Validation Failure
|
|
problemDetail.title.org.springframework.web.server.NotAcceptableStatusException=Not Acceptable
|
|
problemDetail.title.org.springframework.web.server.ServerErrorException=Server Error
|
|
problemDetail.title.org.springframework.web.server.MethodNotAllowedException=Method Not Allowed
|
|
problemDetail.title.org.springframework.security.authentication.BadCredentialsException=Bad Credentials
|
|
problemDetail.title.run.halo.app.extension.exception.SchemaViolationException=Schema Violation
|
|
problemDetail.title.run.halo.app.infra.exception.AttachmentAlreadyExistsException=Attachment Already Exists
|
|
problemDetail.title.run.halo.app.infra.exception.AccessDeniedException=Access Denied
|
|
problemDetail.title.reactor.core.Exceptions.RetryExhaustedException=Retry Exhausted
|
|
problemDetail.title.run.halo.app.infra.exception.ThemeInstallationException=Theme Install Error
|
|
problemDetail.title.run.halo.app.infra.exception.ThemeUpgradeException=Theme Upgrade Error
|
|
problemDetail.title.run.halo.app.infra.exception.ThemeAlreadyExistsException=Theme Already Exists Error
|
|
problemDetail.title.run.halo.app.infra.exception.PluginInstallationException=Plugin Install Error
|
|
problemDetail.title.run.halo.app.infra.exception.PluginAlreadyExistsException=Plugin Already Exists Error
|
|
problemDetail.title.run.halo.app.infra.exception.DuplicateNameException=Duplicate Name Error
|
|
problemDetail.title.run.halo.app.infra.exception.RateLimitExceededException=Request Not Permitted
|
|
problemDetail.title.run.halo.app.infra.exception.NotFoundException=Resource Not Found
|
|
problemDetail.title.run.halo.app.infra.exception.EmailVerificationFailed=Email Verification Failed
|
|
problemDetail.title.run.halo.app.infra.exception.PluginDependencyException$CyclicException=Cyclic Dependency Detected
|
|
problemDetail.title.run.halo.app.infra.exception.PluginDependencyException$NotFoundException=Dependencies Not Found
|
|
problemDetail.title.run.halo.app.infra.exception.PluginDependencyException$WrongVersionsException=Wrong Dependency Version
|
|
problemDetail.title.run.halo.app.infra.exception.PluginDependentsNotDisabledException=Dependents Not Disabled
|
|
problemDetail.title.run.halo.app.infra.exception.PluginDependenciesNotEnabledException=Dependencies Not Enabled
|
|
problemDetail.title.internalServerError=Internal Server Error
|
|
|
|
# Detail definitions
|
|
problemDetail.org.springframework.web.server.UnsupportedMediaTypeStatusException=Content type {0} is not supported. Supported media types: {1}.
|
|
problemDetail.org.springframework.web.server.UnsupportedMediaTypeStatusException.parseError=Could not parse Content-Type.
|
|
problemDetail.org.springframework.web.server.MissingRequestValueException=Required {0} '{1}' is not present.
|
|
problemDetail.org.springframework.web.server.UnsatisfiedRequestParameterException=Parameter conditions "{0}" not met for actual request parameters.
|
|
problemDetail.org.springframework.web.bind.support.WebExchangeBindException=Invalid request content. Global errors: {0}. Field errors: {1}.
|
|
problemDetail.org.springframework.web.server.NotAcceptableStatusException=Acceptable representations: {0}.
|
|
problemDetail.org.springframework.web.server.NotAcceptableStatusException.parseError=Could not parse Accept header.
|
|
problemDetail.org.springframework.web.server.ServerErrorException={0}.
|
|
problemDetail.org.springframework.security.authentication.BadCredentialsException=The username or password is incorrect.
|
|
problemDetail.org.springframework.web.server.MethodNotAllowedException=Request method {0} is not supported. Supported methods: {1}.
|
|
problemDetail.run.halo.app.extension.exception.SchemaViolationException={1} of schema {0}.
|
|
problemDetail.run.halo.app.infra.exception.AttachmentAlreadyExistsException=File {0} already exists, please rename it and try again.
|
|
problemDetail.run.halo.app.infra.exception.DuplicateNameException=Duplicate name detected, please rename it and retry.
|
|
problemDetail.run.halo.app.infra.exception.PluginAlreadyExistsException=Plugin {0} already exists.
|
|
problemDetail.run.halo.app.infra.exception.RateLimitExceededException=API rate limit exceeded, please try again later.
|
|
problemDetail.run.halo.app.infra.exception.EmailVerificationFailed=Invalid email verification code.
|
|
problemDetail.run.halo.app.infra.exception.PluginDependencyException$CyclicException=A cyclic dependency was detected.
|
|
problemDetail.run.halo.app.infra.exception.PluginDependencyException$NotFoundException=Dependencies "{0}" were not found.
|
|
problemDetail.run.halo.app.infra.exception.PluginDependencyException$WrongVersionsException=Dependencies have wrong version: {0}.
|
|
problemDetail.run.halo.app.infra.exception.PluginDependentsNotDisabledException=Plugin dependents {0} are not fully disabled, please disable them first.
|
|
problemDetail.run.halo.app.infra.exception.PluginDependenciesNotEnabledException=Plugin dependencies {0} are not fully enabled, please enable them first.
|
|
|
|
problemDetail.index.duplicateKey=The value of {0} already exists for unique index {1}, please rename it and retry.
|
|
problemDetail.user.email.verify.maxAttempts=Too many verification attempts, please try again later.
|
|
problemDetail.user.email.verify.emailInUse=The email has been used, please change the email and retry.
|
|
problemDetail.user.password.unsatisfied=The password does not meet the specifications.
|
|
problemDetail.user.username.unsatisfied=The username does not meet the specifications.
|
|
problemDetail.user.oldPassword.notMatch=The old password does not match.
|
|
problemDetail.user.password.notMatch=The password does not match.
|
|
problemDetail.user.signUpFailed.disallowed=System does not allow new users to register.
|
|
problemDetail.user.duplicateName=The username {0} already exists, please rename it and retry.
|
|
problemDetail.comment.turnedOff=The comment function has been turned off.
|
|
problemDetail.comment.systemUsersOnly=Allow only system users to comment
|
|
problemDetail.theme.upgrade.missingManifest=Missing theme manifest file "theme.yaml" or "theme.yml".
|
|
problemDetail.theme.upgrade.nameMismatch=The current theme name {0} did not match the installed theme name.
|
|
problemDetail.theme.install.missingManifest=Missing theme manifest file "theme.yaml" or manifest file does not conform to the theme specification.
|
|
problemDetail.theme.install.alreadyExists=Theme {0} already exists.
|
|
problemDetail.theme.version.unsatisfied.requires=The theme requires a minimum system version of {0}, but the current version is {1}.
|
|
problemDetail.directoryTraversal=Directory traversal detected. Base path is {0}, but real path is {1}.
|
|
problemDetail.plugin.version.unsatisfied.requires=Plugin requires a minimum system version of {0}, but the current version is {1}.
|
|
problemDetail.plugin.missingManifest=Missing plugin manifest file "plugin.yaml" or manifest file does not conform to the specification.
|
|
problemDetail.internalServerError=Something went wrong, please try again later.
|
|
problemDetail.migration.backup.notFound=The backup file does not exist or has been deleted.
|
|
|
|
title.visibility.identification.private=(Private) |