From b86bc3891d5109edfd2488e07a9775a1bb9d6b84 Mon Sep 17 00:00:00 2001 From: caikun233 <69567735+caikun233@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:35:06 +0800 Subject: [PATCH] Update translate.zh_Hans.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The original translation will result in a prompt of "登录成功成功" after successful login, and it is different from the translation in other languages --- web/translation/translate.zh_Hans.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml index 0fc2e049..6563f52c 100644 --- a/web/translation/translate.zh_Hans.toml +++ b/web/translation/translate.zh_Hans.toml @@ -77,7 +77,7 @@ "emptyUsername" = "请输入用户名" "emptyPassword" = "请输入密码" "wrongUsernameOrPassword" = "用户名或密码错误" -"successLogin" = "登录成功" +"successLogin" = "登录" [pages.index] "title" = "系统状态"