This repository has been archived by the owner on Jan 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
local.json
176 lines (167 loc) · 4.81 KB
/
local.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"nonUnsigned": {
"en_US": "Non-unsigned UUID format.",
"zh_CN": "非无符号 UUID 格式."
},
"invalid.credentials": {
"en_US": "Invalid credentials.",
"zh_CN": "无效证书."
},
"invalid.agent": {
"en_US": "Invalid agent.",
"zh_CN": "无效代理人."
},
"invalid.username": {
"en_US": "Invalid username.",
"zh_CN": "无效用户名."
},
"invalid.password": {
"en_US": "Invalid password.",
"zh_CN": "无效密码."
},
"invalid.email": {
"en_US": "Invalid email.",
"zh_CN": "无效邮箱."
},
"invalid.username_password": {
"en_US": "Invalid username or password.",
"zh_CN": "无效用户名或密码."
},
"invalid.accessToken": {
"en_US": "Invalid access token.",
"zh_CN": "无效访问令牌."
},
"invalid.clientToken.accessTokenMax": {
"en_US": "Invalid clientToken. The maximum number of accessToken.",
"zh_CN": "无效客户端令牌. 访问令牌已到最大数量."
},
"invalid.token.orExpired": {
"en_US": "Invalid token or expired.",
"zh_CN": "无效令牌或已过期."
},
"invalid.token.orProfile": {
"en_US": "Invalid token or profile.",
"zh_CN": "无效令牌或档案."
},
"invalid.userId": {
"en_US": "Invalid user id.",
"zh_CN": "无效用户Id."
},
"invalid.serverId": {
"en_US": "Invalid server id.",
"zh_CN": "无效服务器Id."
},
"invalid.session": {
"en_US": "Invalid session.",
"zh_CN": "无效会话."
},
"invalid.session.orIp": {
"en_US": "Invalid session or ip.",
"zh_CN": "无效会话或IP."
},
"invalid.selectedProfile.orNonUnsigned": {
"en_US": "Invalid selected profile or {{nonUnsigned}}",
"zh_CN": "无效档案或 {{noneUnsigned}}"
},
"invalid.uuid.orNoneUnsigned": {
"en_US": "Invalid uuid or {{nonUnsigned}}",
"zh_CN": "无效 uuid 或 {{nonUnsigned}}"
},
"invalid.uuid.account.not.exists": {
"en_US": "Invalid uuid or {{account.not.exists}}",
"zh_CN": "无效 uuid 或 {{account.not.exists}}"
},
"account.banned": {
"en_US": "Account has been banned.",
"zh_CN": "账户已被封禁."
},
"account.exists": {
"en_US": "User already exists.",
"zh_CN": "用户已经存在."
},
"account.not.exists": {
"en_US": "User does not exist.",
"zh_CN": "用户未存在."
},
"profile.accessToken.assigned": {
"en_US": "Access token already has a profile assigned.",
"zh_CN": "访问令牌已经和档案绑定."
},
"register.title": {
"en_US": "User Register - AuthWeb",
"zh_CN": "用户注册 - AuthWeb"
},
"register.subTitle": {
"en_US": "User Register",
"zh_CN": "用户注册"
},
"register.body.username": {
"en_US": "Username:",
"zh_CN": "用户名:"
},
"register.body.password": {
"en_US": "Password:",
"zh_CN": "密码:"
},
"register.body.email": {
"en_US": "Email:",
"zh_CN": "邮箱:"
},
"register.body.submit": {
"en_US": "Confirm",
"zh_CN": "确认"
},
"register.notAllow": {
"en_US": "Not allowed to register.",
"zh_CN": "不允许注册."
},
"register.notAllow.format": {
"en_US": "Not allowed format.",
"zh_CN": "不允许格式."
},
"register.success.subTitle": {
"en_US": "Register Succeed",
"zh_CN": "注册成功"
},
"error.title": {
"en_US": "Error - AuthWeb",
"zh_CN": "错误 - AuthWeb"
},
"error.subTitle": {
"en_US": "Error",
"zh_CN": "错误"
},
"server.session.save.failed": {
"en_US": "Failed to save session.",
"zh_CN": "会话保存失败."
},
"__commit": "Should not be modified = 不应该被修改",
"invalid.credentials.username_password": {
"en_US": "{{invalid.credentials}} {{invalid.username_password}}",
"zh_CN": "{{invalid.credentials}} {{invalid.username_password}}"
},
"invalid.accessToken.nonUnsigned": {
"en_US": "{{invalid.accessToken}} {{nonUnsigned}}",
"zh_CN": "{{invalid.accessToken}} {{nonUnsigned}}"
},
"invalid.session.userId": {
"en_US": "{{invalid.session}} {{invalid.userId}}",
"zh_CN": "{{invalid.session}} {{invalid.userId}}"
},
"register.notAllow.username.{{format}}": {
"en_US": "{{invalid.username}} {{register.notAllow.format}} {{format}}",
"zh_CN": "{{invalid.username}} {{register.notAllow.format}} {{format}}"
},
"register.notAllow.password.{{format}}": {
"en_US": "{{invalid.password}} {{register.notAllow.format}} {{format}}",
"zh_CN": "{{invalid.password}} {{register.notAllow.format}} {{format}}"
},
"register.notAllow.email.{{format}}": {
"en_US": "{{invalid.email}} {{register.notAllow.format}} {{format}}",
"zh_CN": "{{invalid.email}} {{register.notAllow.format}} {{format}}"
},
"register.notAllow.account.exists": {
"en_US": "{{invalid.username}} {{account.exists}}",
"zh_US": "{{invalid.username}} {{account.exists}}"
}
}