From 50e954d297a3234c302b9d07b565b29b4d433411 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 20 Feb 2024 23:34:08 +0800 Subject: [PATCH] fix: refine error message of the plugin already exists (#5376) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### 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 ``` --- .../src/main/resources/config/i18n/messages_zh.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/src/main/resources/config/i18n/messages_zh.properties b/application/src/main/resources/config/i18n/messages_zh.properties index 38b31efcd8..956c7eaa49 100644 --- a/application/src/main/resources/config/i18n/messages_zh.properties +++ b/application/src/main/resources/config/i18n/messages_zh.properties @@ -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} 已存在,请更名后重试。