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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
| {
| "httpMsg": {
| "unauthorized": "Unauthorized access, please login again",
| "forbidden": "Access to this resource is forbidden",
| "notFound": "The requested resource does not exist",
| "methodNotAllowed": "Request method not allowed",
| "requestTimeout": "Request timeout, please try again later",
| "internalServerError": "Internal server error, please try again later",
| "badGateway": "Bad gateway error, please try again later",
| "serviceUnavailable": "Service temporarily unavailable, please try again later",
| "gatewayTimeout": "Gateway timeout, please try again later",
| "requestCancelled": "Request cancelled",
| "networkError": "Network connection error, please check your connection",
| "requestFailed": "Request failed",
| "requestConfigError": "Request configuration error"
| },
| "topBar": {
| "search": {
| "title": "Search"
| },
| "user": {
| "userCenter": "User center",
| "docs": "Document",
| "github": "Github",
| "lockScreen": "Lock screen",
| "logout": "Log out"
| },
| "guide": {
| "title": "Click here to view",
| "theme": "Theme style",
| "menu": "Open top menu",
| "description": "More configurations"
| }
| },
| "common": {
| "tips": "Prompt",
| "cancel": "Cancel",
| "confirm": "Confirm",
| "logOutTips": "Do you want to log out?"
| },
| "search": {
| "placeholder": "Search page",
| "historyTitle": "Search history",
| "switchKeydown": "Navigate",
| "selectKeydown": "Select",
| "exitKeydown": "Close"
| },
| "setting": {
| "menuType": {
| "title": "Menu Layout",
| "list": [
| "Vertical",
| "Horizontal",
| "Mixed",
| "Dual"
| ]
| },
| "theme": {
| "title": "Theme Style",
| "list": [
| "Light",
| "Dark",
| "System"
| ]
| },
| "menu": {
| "title": "Menu Style"
| },
| "color": {
| "title": "Theme Color"
| },
| "box": {
| "title": "Box Style",
| "list": [
| "Border",
| "Shadow"
| ]
| },
| "container": {
| "title": "Container Width",
| "list": [
| "Full",
| "Boxed"
| ]
| },
| "basics": {
| "title": "Basic Config",
| "list": {
| "multiTab": "Show work tab",
| "accordion": "Sidebar opens accordion",
| "collapseSidebar": "Show sidebar button",
| "reloadPage": "Show reload page button",
| "fastEnter": "Show fast enter",
| "breadcrumb": "Show crumb navigation",
| "language": "Show multilingual selection",
| "progressBar": "Show top progress bar",
| "weakMode": "Color Weakness Mode",
| "watermark": "Global watermark",
| "menuWidth": "Menu width",
| "tabStyle": "Tab style",
| "pageTransition": "Page animation",
| "borderRadius": "Custom radius"
| }
| },
| "tabStyle": {
| "default": "Default",
| "card": "Card",
| "google": "Chrome"
| },
| "transition": {
| "list": {
| "none": "None",
| "fade": "Fade",
| "slideLeft": "Slide Left",
| "slideBottom": "Slide Bottom",
| "slideTop": "Slide Top"
| }
| },
| "actions": {
| "resetConfig": "Reset Config",
| "copyConfig": "Copy Config",
| "copySuccess": "Configuration copied to clipboard, paste it into src/config/setting.ts file",
| "copyFailed": "Copy failed, please try again",
| "resetFailed": "Reset failed, please refresh the page and try again"
| }
| },
| "notice": {
| "title": "Notice",
| "btnRead": "Mark as read",
| "bar": [
| "Notice",
| "Message",
| "Todo"
| ],
| "text": [
| "No"
| ],
| "viewAll": "View all"
| },
| "worktab": {
| "btn": {
| "refresh": "Refresh",
| "fixed": "Fixed",
| "unfixed": "Unfixed",
| "closeLeft": "Close left",
| "closeRight": "Close right",
| "closeOther": "Close other",
| "closeAll": "Close all"
| }
| },
| "login": {
| "leftView": {
| "title": "A backend system of beauty and efficiency",
| "subTitle": "A sleek and practical interface for a great user experience"
| },
| "title": "Welcome back",
| "subTitle": "Please enter your account and password to login",
| "roles": {
| "super": "Super Admin",
| "admin": "Admin",
| "user": "User"
| },
| "placeholder": {
| "username": "Please enter your account",
| "password": "Please enter your password",
| "slider": "Please slide to verify"
| },
| "sliderText": "Please slide to verify",
| "sliderSuccessText": "Verification successful",
| "rememberPwd": "Remember password",
| "forgetPwd": "Forgot password",
| "btnText": "Login",
| "noAccount": "No account yet?",
| "register": "Register",
| "success": {
| "title": "Login successful",
| "message": "Welcome back"
| }
| },
| "forgetPassword": {
| "title": "Forgot password?",
| "subTitle": "Enter your email to reset your password",
| "placeholder": "Please enter your email",
| "submitBtnText": "Submit",
| "backBtnText": "Back"
| },
| "register": {
| "title": "Create account",
| "subTitle": "Welcome to join us, please fill in the following information to complete the registration",
| "placeholder": {
| "username": "Please enter your account",
| "password": "Please enter your password",
| "confirmPassword": "Please enter your password again"
| },
| "rule": {
| "confirmPasswordRequired": "Please enter your password again",
| "passwordMismatch": "The two passwords are inconsistent!",
| "usernameLength": "The length is 3 to 20 characters",
| "passwordLength": "The password length cannot be less than 6 digits",
| "agreementRequired": "Please agree to the privacy policy"
| },
| "agreeText": "I agree",
| "privacyPolicy": "Privacy policy",
| "submitBtnText": "Register",
| "hasAccount": "Already have an account?",
| "toLogin": "To login"
| },
| "lockScreen": {
| "pwdError": "Password error",
| "lock": {
| "inputPlaceholder": "Please input lock screen password",
| "btnText": "Lock"
| },
| "unlock": {
| "inputPlaceholder": "Please input unlock password",
| "btnText": "Unlock",
| "backBtnText": "Back to login"
| }
| },
| "greeting": {
| "dawn": "Good morning!",
| "morning": "Good morning!",
| "afternoon": "Good afternoon!",
| "evening": "Good evening!"
| },
| "exceptionPage": {
| "403": "Sorry, you do not have permission to access this page",
| "404": "Sorry, the page you are trying to access does not exist",
| "500": "Sorry, there was an error on the server",
| "gohome": "Go Home"
| },
| "menus": {
| "login": {
| "title": "Login"
| },
| "register": {
| "title": "Register"
| },
| "forgetPassword": {
| "title": "Forget Password"
| },
| "outside": {
| "title": "Outside"
| },
| "dashboard": {
| "title": "Dashboard",
| "console": "Console"
| },
| "result": {
| "title": "Result Page",
| "success": "Success",
| "fail": "Fail"
| },
| "exception": {
| "title": "Exception",
| "forbidden": "403",
| "notFound": "404",
| "serverError": "500"
| },
| "system": {
| "title": "System Settings",
| "user": "User Manage",
| "role": "Role Manage",
| "userCenter": "User Center",
| "menu": "Menu Manage"
| }
| },
| "table": {
| "form": {
| "reset": "Reset",
| "submit": "Submit"
| },
| "searchBar": {
| "reset": "Reset",
| "search": "Search",
| "expand": "Expand",
| "collapse": "Collapse",
| "searchInputPlaceholder": "Please enter",
| "searchSelectPlaceholder": "Please select"
| },
| "selection": "Select",
| "sizeOptions": {
| "small": "Compact",
| "default": "Default",
| "large": "Loose"
| },
| "column": {
| "selection": "Select",
| "expand": "Expand",
| "index": "Index"
| },
| "zebra": "Zebra",
| "border": "Border",
| "headerBackground": "Header BG"
| }
| }
|
|