mirror of https://github.com/halo-dev/halo
fix: refine error message of the plugin already exists (#5376)
#### What type of PR is this? /area core /kind bug /milestone 2.13.x #### What this PR does / why we need it: 补全插件已存在错误提示的翻译。 #### Does this PR introduce a user-facing change? ```release-note None ```pull/5386/head
parent
80e14e97d7
commit
50e954d297
|
@ -14,7 +14,7 @@ problemDetail.title.internalServerError=服务器内部错误
|
|||
problemDetail.org.springframework.security.authentication.BadCredentialsException=用户名或密码错误。
|
||||
problemDetail.run.halo.app.infra.exception.AttachmentAlreadyExistsException=文件 {0} 已存在,建议更名后重试。
|
||||
problemDetail.run.halo.app.infra.exception.DuplicateNameException=检测到有重复的名称,请重命名后重试。
|
||||
problemDetail.run.halo.app.infra.exception.PluginAlreadyExistsException=插件 {0} 已经存。
|
||||
problemDetail.run.halo.app.infra.exception.PluginAlreadyExistsException=插件 {0} 已经存在。
|
||||
problemDetail.run.halo.app.infra.exception.RateLimitExceededException=请求过于频繁,请稍候再试。
|
||||
problemDetail.run.halo.app.infra.exception.EmailVerificationFailed=验证码错误或已失效。
|
||||
problemDetail.index.duplicateKey=唯一索引 {1} 中的值 {0} 已存在,请更名后重试。
|
||||
|
|
Loading…
Reference in New Issue