Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion backend/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion backend/locales/ko-KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"account_pwd_error": "계정 또는 비밀번호가 잘못되었습니다!",
"no_associated_ws": "연결된 작업 공간이 없습니다, {msg}",
"user_disable": "계정이 비활성화되었습니다, {msg}",
"origin_error": "잘못된 로그인 방식입니다"
"origin_error": "잘못된 로그인 방식입니다",
"prohibit_auto_create": "사용자 자동 생성이 금지되어 있습니다. 먼저 사용자를 동기화해 주세요"
},
"i18n_user": {
"account": "계정",
Expand Down
3 changes: 2 additions & 1 deletion backend/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"account_pwd_error": "账号或密码错误!",
"no_associated_ws": "没有关联的工作空间,{msg}",
"user_disable": "账号已禁用,{msg}",
"origin_error": "登录方式错误"
"origin_error": "登录方式错误",
"prohibit_auto_create": "禁止自动创建用户,请先同步用户"
},
"i18n_user": {
"account": "账号",
Expand Down