From aefb9acad97f9b57b4cfe383b47434ca8e538896 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 2 Feb 2026 16:51:17 +0800 Subject: [PATCH] perf: Optimize Third-Party QR Code Login --- backend/locales/en.json | 3 ++- backend/locales/ko-KR.json | 3 ++- backend/locales/zh-CN.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/backend/locales/en.json b/backend/locales/en.json index fb9e1ad8..f184bce5 100644 --- a/backend/locales/en.json +++ b/backend/locales/en.json @@ -13,7 +13,8 @@ "no_associated_ws": "No associated workspace, {msg}", "user_disable": "Account is disabled, {msg}", "origin_error": "Invalid login method", - "prohibit_auto_create": "Automatically creating users is prohibited. Please synchronize users first" + "prohibit_auto_create": "Automatically creating users is prohibited. Please synchronize users first", + "no_platform_user": "Account does not exist. Please sync the user first." }, "i18n_user": { "account": "Account", diff --git a/backend/locales/ko-KR.json b/backend/locales/ko-KR.json index 4d5cdd76..4d32909e 100644 --- a/backend/locales/ko-KR.json +++ b/backend/locales/ko-KR.json @@ -13,7 +13,8 @@ "no_associated_ws": "연결된 작업 공간이 없습니다, {msg}", "user_disable": "계정이 비활성화되었습니다, {msg}", "origin_error": "잘못된 로그인 방식입니다", - "prohibit_auto_create": "사용자 자동 생성이 금지되어 있습니다. 먼저 사용자를 동기화해 주세요" + "prohibit_auto_create": "사용자 자동 생성이 금지되어 있습니다. 먼저 사용자를 동기화해 주세요", + "no_platform_user": "계정이 존재하지 않습니다. 먼저 사용자를 동기화하세요." }, "i18n_user": { "account": "계정", diff --git a/backend/locales/zh-CN.json b/backend/locales/zh-CN.json index 8fe37bcf..d3c38d00 100644 --- a/backend/locales/zh-CN.json +++ b/backend/locales/zh-CN.json @@ -13,7 +13,8 @@ "no_associated_ws": "没有关联的工作空间,{msg}", "user_disable": "账号已禁用,{msg}", "origin_error": "登录方式错误", - "prohibit_auto_create": "禁止自动创建用户,请先同步用户" + "prohibit_auto_create": "禁止自动创建用户,请先同步用户", + "no_platform_user": "账号不存在,请先同步用户" }, "i18n_user": { "account": "账号",