Skip to content

Commit ef5b67b

Browse files
committed
chore: 增加 en locale 文件
1 parent 63cea32 commit ef5b67b

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

backend/errcode/locale.en.toml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[err-permission]
2+
other = "Permission denied"
3+
4+
[err-user-not-found]
5+
other = "User not found"
6+
7+
[err-user-lock]
8+
other = "User is locked"
9+
10+
[err-password]
11+
other = "Incorrect password"
12+
13+
[err-invite-code-invalid]
14+
other = "Invalid invitation code"
15+
16+
[err-email-invalid]
17+
other = "Invalid email format"
18+
19+
[err-oauth-state-invalid]
20+
other = "Invalid OAuth state"
21+
22+
[err-unsupported-platform]
23+
other = "Unsupported platform"
24+
25+
[err-not-invited]
26+
other = "Not invited"
27+
28+
[err-dingtalk-not-enabled]
29+
other = "DingTalk is not enabled"
30+
31+
[err-custom-not-enabled]
32+
other = "OAuth is not enabled"
33+
34+
[err-user-limit]
35+
other = "User limit reached"

0 commit comments

Comments
 (0)