Skip to content

Commit aefb9ac

Browse files
perf: Optimize Third-Party QR Code Login
1 parent 925369a commit aefb9ac

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

backend/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"no_associated_ws": "No associated workspace, {msg}",
1414
"user_disable": "Account is disabled, {msg}",
1515
"origin_error": "Invalid login method",
16-
"prohibit_auto_create": "Automatically creating users is prohibited. Please synchronize users first"
16+
"prohibit_auto_create": "Automatically creating users is prohibited. Please synchronize users first",
17+
"no_platform_user": "Account does not exist. Please sync the user first."
1718
},
1819
"i18n_user": {
1920
"account": "Account",

backend/locales/ko-KR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"no_associated_ws": "연결된 작업 공간이 없습니다, {msg}",
1414
"user_disable": "계정이 비활성화되었습니다, {msg}",
1515
"origin_error": "잘못된 로그인 방식입니다",
16-
"prohibit_auto_create": "사용자 자동 생성이 금지되어 있습니다. 먼저 사용자를 동기화해 주세요"
16+
"prohibit_auto_create": "사용자 자동 생성이 금지되어 있습니다. 먼저 사용자를 동기화해 주세요",
17+
"no_platform_user": "계정이 존재하지 않습니다. 먼저 사용자를 동기화하세요."
1718
},
1819
"i18n_user": {
1920
"account": "계정",

backend/locales/zh-CN.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"no_associated_ws": "没有关联的工作空间,{msg}",
1414
"user_disable": "账号已禁用,{msg}",
1515
"origin_error": "登录方式错误",
16-
"prohibit_auto_create": "禁止自动创建用户,请先同步用户"
16+
"prohibit_auto_create": "禁止自动创建用户,请先同步用户",
17+
"no_platform_user": "账号不存在,请先同步用户"
1718
},
1819
"i18n_user": {
1920
"account": "账号",

0 commit comments

Comments
 (0)