From 948e6b7c840b29f0c060824a2886a49732b0aec5 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 11 Dec 2025 11:20:59 +0800 Subject: [PATCH] feat(X-Pack): Supports third-party platform user configuration --- 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 25c40f49..b7054866 100644 --- a/backend/locales/en.json +++ b/backend/locales/en.json @@ -12,7 +12,8 @@ "account_pwd_error": "Incorrect account or password!", "no_associated_ws": "No associated workspace, {msg}", "user_disable": "Account is disabled, {msg}", - "origin_error": "Invalid login method" + "origin_error": "Invalid login method", + "prohibit_auto_create": "Automatically creating users is prohibited. Please synchronize users first" }, "i18n_user": { "account": "Account", diff --git a/backend/locales/ko-KR.json b/backend/locales/ko-KR.json index e90b078d..786cc549 100644 --- a/backend/locales/ko-KR.json +++ b/backend/locales/ko-KR.json @@ -12,7 +12,8 @@ "account_pwd_error": "계정 또는 비밀번호가 잘못되었습니다!", "no_associated_ws": "연결된 작업 공간이 없습니다, {msg}", "user_disable": "계정이 비활성화되었습니다, {msg}", - "origin_error": "잘못된 로그인 방식입니다" + "origin_error": "잘못된 로그인 방식입니다", + "prohibit_auto_create": "사용자 자동 생성이 금지되어 있습니다. 먼저 사용자를 동기화해 주세요" }, "i18n_user": { "account": "계정", diff --git a/backend/locales/zh-CN.json b/backend/locales/zh-CN.json index e5fd31df..9154c424 100644 --- a/backend/locales/zh-CN.json +++ b/backend/locales/zh-CN.json @@ -12,7 +12,8 @@ "account_pwd_error": "账号或密码错误!", "no_associated_ws": "没有关联的工作空间,{msg}", "user_disable": "账号已禁用,{msg}", - "origin_error": "登录方式错误" + "origin_error": "登录方式错误", + "prohibit_auto_create": "禁止自动创建用户,请先同步用户" }, "i18n_user": { "account": "账号",