From 21e3029e95e1b20ddbcaf1dfc1c189302fb5baba Mon Sep 17 00:00:00 2001 From: CaptainB Date: Wed, 24 Jan 2024 16:37:12 +0800 Subject: [PATCH] chore: fix typo. --- .../framework/sdk/src/main/resources/i18n/commons.properties | 2 +- .../sdk/src/main/resources/i18n/commons_en_US.properties | 2 +- .../sdk/src/main/resources/i18n/commons_zh_CN.properties | 2 +- .../sdk/src/main/resources/i18n/commons_zh_TW.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/framework/sdk/src/main/resources/i18n/commons.properties b/backend/framework/sdk/src/main/resources/i18n/commons.properties index 5e24b44bcf..8c12644765 100644 --- a/backend/framework/sdk/src/main/resources/i18n/commons.properties +++ b/backend/framework/sdk/src/main/resources/i18n/commons.properties @@ -28,7 +28,7 @@ connection_timeout=连接超时 user_already_exists=该用户已存在于当前成员列表中 cannot_remove_current=无法移除当前登录用户 login_fail=登录失败 -password_is_incorrect=用户名或密码不正确 +password_is_incorrect=邮箱或密码不正确 user_not_exist=用户不存在 user_has_been_disabled=用户已被禁用 excessive_attempts=操作频繁 diff --git a/backend/framework/sdk/src/main/resources/i18n/commons_en_US.properties b/backend/framework/sdk/src/main/resources/i18n/commons_en_US.properties index 910da4ea68..561bff2d07 100644 --- a/backend/framework/sdk/src/main/resources/i18n/commons_en_US.properties +++ b/backend/framework/sdk/src/main/resources/i18n/commons_en_US.properties @@ -27,7 +27,7 @@ password_modification_failed=The old password is wrong. Please re-enter it cannot_delete_current_user=Cannot delete the user currently logged in user_already_exists=The user already exists in the current member list cannot_remove_current=Unable to remove the currently logged in user -password_is_incorrect=Incorrect password or username +password_is_incorrect=Incorrect password or email user_not_exist=user does not exist user_has_been_disabled=the user has been disabled. excessive_attempts=Excessive attempts diff --git a/backend/framework/sdk/src/main/resources/i18n/commons_zh_CN.properties b/backend/framework/sdk/src/main/resources/i18n/commons_zh_CN.properties index 4b7a75a5ac..3bc23bb62f 100644 --- a/backend/framework/sdk/src/main/resources/i18n/commons_zh_CN.properties +++ b/backend/framework/sdk/src/main/resources/i18n/commons_zh_CN.properties @@ -28,7 +28,7 @@ connection_timeout=连接超时 user_already_exists=该用户已存在于当前成员列表中 cannot_remove_current=无法移除当前登录用户 login_fail=登录失败 -password_is_incorrect=用户名或密码不正确 +password_is_incorrect=邮箱或密码不正确 user_not_exist=用户不存在 user_has_been_disabled=用户已被禁用 excessive_attempts=操作频繁 diff --git a/backend/framework/sdk/src/main/resources/i18n/commons_zh_TW.properties b/backend/framework/sdk/src/main/resources/i18n/commons_zh_TW.properties index 29d4792e06..07292ed630 100644 --- a/backend/framework/sdk/src/main/resources/i18n/commons_zh_TW.properties +++ b/backend/framework/sdk/src/main/resources/i18n/commons_zh_TW.properties @@ -28,7 +28,7 @@ connection_timeout=連接超時 user_already_exists=該用戶已存在於當前成員列表中 cannot_remove_current=無法移除當前登錄用戶 login_fail=登錄失敗 -password_is_incorrect=用戶名或密碼不正確 +password_is_incorrect=郵箱或密碼不正確 user_not_exist=用戶不存在 user_has_been_disabled=用戶已被禁用 excessive_attempts=操作頻繁