We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63cea32 commit ef5b67bCopy full SHA for ef5b67b
1 file changed
backend/errcode/locale.en.toml
@@ -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