提交 | 用户 | 时间
|
23db5e
|
1 |
export default { |
H |
2 |
common: { |
|
3 |
inputText: 'Please input', |
|
4 |
selectText: 'Please select', |
|
5 |
startTimeText: 'Start time', |
|
6 |
endTimeText: 'End time', |
|
7 |
login: 'Login', |
|
8 |
required: 'This is required', |
|
9 |
loginOut: 'Login out', |
|
10 |
document: 'Document', |
|
11 |
profile: 'User Center', |
|
12 |
reminder: 'Reminder', |
|
13 |
loginOutMessage: 'Exit the system?', |
|
14 |
back: 'Back', |
|
15 |
ok: 'OK', |
|
16 |
save: 'Save', |
|
17 |
cancel: 'Cancel', |
|
18 |
close: 'Close', |
|
19 |
reload: 'Reload current', |
|
20 |
success: 'Success', |
|
21 |
closeTab: 'Close current', |
|
22 |
closeTheLeftTab: 'Close left', |
|
23 |
closeTheRightTab: 'Close right', |
|
24 |
closeOther: 'Close other', |
|
25 |
closeAll: 'Close all', |
|
26 |
prevLabel: 'Prev', |
|
27 |
nextLabel: 'Next', |
|
28 |
skipLabel: 'Jump', |
|
29 |
doneLabel: 'End', |
|
30 |
menu: 'Menu', |
|
31 |
menuDes: 'Menu bar rendered in routed structure', |
|
32 |
collapse: 'Collapse', |
|
33 |
collapseDes: 'Expand and zoom the menu bar', |
|
34 |
tagsView: 'Tags view', |
|
35 |
tagsViewDes: 'Used to record routing history', |
|
36 |
tool: 'Tool', |
|
37 |
toolDes: 'Used to set up custom systems', |
|
38 |
query: 'Query', |
|
39 |
reset: 'Reset', |
|
40 |
shrink: 'Put away', |
|
41 |
expand: 'Expand', |
|
42 |
confirmTitle: 'System Hint', |
|
43 |
exportMessage: 'Whether to confirm export data item?', |
|
44 |
importMessage: 'Whether to confirm import data item?', |
|
45 |
createSuccess: 'Create Success', |
|
46 |
updateSuccess: 'Update Success', |
|
47 |
delMessage: 'Delete the selected data?', |
|
48 |
delDataMessage: 'Delete the data?', |
|
49 |
delNoData: 'Please select the data to delete', |
|
50 |
delSuccess: 'Deleted successfully', |
|
51 |
index: 'Index', |
|
52 |
status: 'Status', |
|
53 |
createTime: 'Create Time', |
|
54 |
updateTime: 'Update Time', |
|
55 |
copy: 'Copy', |
|
56 |
copySuccess: 'Copy Success', |
|
57 |
copyError: 'Copy Error' |
|
58 |
}, |
|
59 |
lock: { |
|
60 |
lockScreen: 'Lock screen', |
|
61 |
lock: 'Lock', |
|
62 |
lockPassword: 'Lock screen password', |
|
63 |
unlock: 'Click to unlock', |
|
64 |
backToLogin: 'Back to login', |
|
65 |
entrySystem: 'Entry the system', |
|
66 |
placeholder: 'Please enter the lock screen password', |
|
67 |
message: 'Lock screen password error' |
|
68 |
}, |
|
69 |
error: { |
|
70 |
noPermission: `Sorry, you don't have permission to access this page.`, |
|
71 |
pageError: 'Sorry, the page you visited does not exist.', |
|
72 |
networkError: 'Sorry, the server reported an error.', |
|
73 |
returnToHome: 'Return to home' |
|
74 |
}, |
|
75 |
permission: { |
|
76 |
hasPermission: `Please set the operation permission label value`, |
|
77 |
hasRole: `Please set the role permission tag value` |
|
78 |
}, |
|
79 |
setting: { |
|
80 |
projectSetting: 'Project setting', |
|
81 |
theme: 'Theme', |
|
82 |
layout: 'Layout', |
|
83 |
systemTheme: 'System theme', |
|
84 |
menuTheme: 'Menu theme', |
|
85 |
interfaceDisplay: 'Interface display', |
|
86 |
breadcrumb: 'Breadcrumb', |
|
87 |
breadcrumbIcon: 'Breadcrumb icon', |
|
88 |
collapseMenu: 'Collapse menu', |
|
89 |
hamburgerIcon: 'Hamburger icon', |
|
90 |
screenfullIcon: 'Screenfull icon', |
|
91 |
sizeIcon: 'Size icon', |
|
92 |
localeIcon: 'Locale icon', |
|
93 |
messageIcon: 'Message icon', |
|
94 |
tagsView: 'Tags view', |
|
95 |
logo: 'Logo', |
|
96 |
greyMode: 'Grey mode', |
|
97 |
fixedHeader: 'Fixed header', |
|
98 |
headerTheme: 'Header theme', |
|
99 |
cutMenu: 'Cut Menu', |
|
100 |
copy: 'Copy', |
|
101 |
clearAndReset: 'Clear cache and reset', |
|
102 |
copySuccess: 'Copy success', |
|
103 |
copyFailed: 'Copy failed', |
|
104 |
footer: 'Footer', |
|
105 |
uniqueOpened: 'Unique opened', |
|
106 |
tagsViewIcon: 'Tags view icon', |
|
107 |
reExperienced: 'Please exit the login experience again', |
|
108 |
fixedMenu: 'Fixed menu' |
|
109 |
}, |
|
110 |
size: { |
|
111 |
default: 'Default', |
|
112 |
large: 'Large', |
|
113 |
small: 'Small' |
|
114 |
}, |
|
115 |
login: { |
|
116 |
welcome: 'Welcome to the system', |
|
117 |
message: 'Backstage management system', |
|
118 |
tenantname: 'TenantName', |
|
119 |
username: 'Username', |
|
120 |
password: 'Password', |
|
121 |
code: 'verification code', |
|
122 |
login: 'Sign in', |
|
123 |
relogin: 'Sign in again', |
|
124 |
otherLogin: 'Sign in with', |
|
125 |
register: 'Register', |
|
126 |
checkPassword: 'Confirm password', |
|
127 |
remember: 'Remember me', |
|
128 |
hasUser: 'Existing account? Go to login', |
|
129 |
forgetPassword: 'Forget password?', |
|
130 |
tenantNamePlaceholder: 'Please Enter Tenant Name', |
|
131 |
usernamePlaceholder: 'Please Enter Username', |
|
132 |
passwordPlaceholder: 'Please Enter Password', |
|
133 |
codePlaceholder: 'Please Enter Verification Code', |
|
134 |
mobileTitle: 'Mobile sign in', |
|
135 |
mobileNumber: 'Mobile Number', |
|
136 |
mobileNumberPlaceholder: 'Plaease Enter Mobile Number', |
|
137 |
backLogin: 'back', |
|
138 |
getSmsCode: 'Get SMS Code', |
|
139 |
btnMobile: 'Mobile sign in', |
|
140 |
btnQRCode: 'QR code sign in', |
|
141 |
qrcode: 'Scan the QR code to log in', |
|
142 |
btnRegister: 'Sign up', |
|
143 |
SmsSendMsg: 'code has been sent' |
|
144 |
}, |
|
145 |
captcha: { |
|
146 |
verification: 'Please complete security verification', |
|
147 |
slide: 'Swipe right to complete verification', |
|
148 |
point: 'Please click', |
|
149 |
success: 'Verification succeeded', |
|
150 |
fail: 'verification failed' |
|
151 |
}, |
|
152 |
router: { |
|
153 |
login: 'Login', |
|
154 |
home: 'Home', |
|
155 |
analysis: 'Analysis', |
|
156 |
workplace: 'Workplace' |
|
157 |
}, |
|
158 |
analysis: { |
|
159 |
newUser: 'New user', |
|
160 |
unreadInformation: 'Unread information', |
|
161 |
transactionAmount: 'Transaction amount', |
|
162 |
totalShopping: 'Total Shopping', |
|
163 |
monthlySales: 'Monthly sales', |
|
164 |
userAccessSource: 'User access source', |
|
165 |
january: 'January', |
|
166 |
february: 'February', |
|
167 |
march: 'March', |
|
168 |
april: 'April', |
|
169 |
may: 'May', |
|
170 |
june: 'June', |
|
171 |
july: 'July', |
|
172 |
august: 'August', |
|
173 |
september: 'September', |
|
174 |
october: 'October', |
|
175 |
november: 'November', |
|
176 |
december: 'December', |
|
177 |
estimate: 'Estimate', |
|
178 |
actual: 'Actual', |
|
179 |
directAccess: 'Airect access', |
|
180 |
mailMarketing: 'Mail marketing', |
|
181 |
allianceAdvertising: 'Alliance advertising', |
|
182 |
videoAdvertising: 'Video advertising', |
|
183 |
searchEngines: 'Search engines', |
|
184 |
weeklyUserActivity: 'Weekly user activity', |
|
185 |
activeQuantity: 'Active quantity', |
|
186 |
monday: 'Monday', |
|
187 |
tuesday: 'Tuesday', |
|
188 |
wednesday: 'Wednesday', |
|
189 |
thursday: 'Thursday', |
|
190 |
friday: 'Friday', |
|
191 |
saturday: 'Saturday', |
|
192 |
sunday: 'Sunday' |
|
193 |
}, |
|
194 |
workplace: { |
|
195 |
welcome: 'Hello', |
|
196 |
happyDay: 'Wish you happy every day!', |
|
197 |
toady: `It's sunny today`, |
|
198 |
notice: 'Announcement', |
|
199 |
project: 'Project', |
|
200 |
access: 'Project access', |
|
201 |
toDo: 'To do', |
|
202 |
introduction: 'A serious introduction', |
|
203 |
shortcutOperation: 'Quick entry', |
|
204 |
operation: 'Operation', |
|
205 |
index: 'Index', |
|
206 |
personal: 'Personal', |
|
207 |
team: 'Team', |
|
208 |
quote: 'Quote', |
|
209 |
contribution: 'Contribution', |
|
210 |
hot: 'Hot', |
|
211 |
yield: 'Yield', |
|
212 |
dynamic: 'Dynamic', |
|
213 |
push: 'push', |
|
214 |
follow: 'Follow' |
|
215 |
}, |
|
216 |
form: { |
|
217 |
input: 'Input', |
|
218 |
inputNumber: 'InputNumber', |
|
219 |
default: 'Default', |
|
220 |
icon: 'Icon', |
|
221 |
mixed: 'Mixed', |
|
222 |
textarea: 'Textarea', |
|
223 |
slot: 'Slot', |
|
224 |
position: 'Position', |
|
225 |
autocomplete: 'Autocomplete', |
|
226 |
select: 'Select', |
|
227 |
selectGroup: 'Select Group', |
|
228 |
selectV2: 'SelectV2', |
|
229 |
cascader: 'Cascader', |
|
230 |
switch: 'Switch', |
|
231 |
rate: 'Rate', |
|
232 |
colorPicker: 'Color Picker', |
|
233 |
transfer: 'Transfer', |
|
234 |
render: 'Render', |
|
235 |
radio: 'Radio', |
|
236 |
button: 'Button', |
|
237 |
checkbox: 'Checkbox', |
|
238 |
slider: 'Slider', |
|
239 |
datePicker: 'Date Picker', |
|
240 |
shortcuts: 'Shortcuts', |
|
241 |
today: 'Today', |
|
242 |
yesterday: 'Yesterday', |
|
243 |
aWeekAgo: 'A week ago', |
|
244 |
week: 'Week', |
|
245 |
year: 'Year', |
|
246 |
month: 'Month', |
|
247 |
dates: 'Dates', |
|
248 |
daterange: 'Date Range', |
|
249 |
monthrange: 'Month Range', |
|
250 |
dateTimePicker: 'DateTimePicker', |
|
251 |
dateTimerange: 'Datetime Range', |
|
252 |
timePicker: 'Time Picker', |
|
253 |
timeSelect: 'Time Select', |
|
254 |
inputPassword: 'input Password', |
|
255 |
passwordStrength: 'Password Strength', |
|
256 |
operate: 'operate', |
|
257 |
change: 'Change', |
|
258 |
restore: 'Restore', |
|
259 |
disabled: 'Disabled', |
|
260 |
disablement: 'Disablement', |
|
261 |
delete: 'Delete', |
|
262 |
add: 'Add', |
|
263 |
setValue: 'Set value', |
|
264 |
resetValue: 'Reset value', |
|
265 |
set: 'Set', |
|
266 |
subitem: 'Subitem', |
|
267 |
formValidation: 'Form validation', |
|
268 |
verifyReset: 'Verify reset', |
|
269 |
remark: 'Remark' |
|
270 |
}, |
|
271 |
watermark: { |
|
272 |
watermark: 'Watermark' |
|
273 |
}, |
|
274 |
table: { |
|
275 |
table: 'Table', |
|
276 |
index: 'Index', |
|
277 |
title: 'Title', |
|
278 |
author: 'Author', |
|
279 |
createTime: 'Create time', |
|
280 |
action: 'Action', |
|
281 |
pagination: 'pagination', |
|
282 |
reserveIndex: 'Reserve index', |
|
283 |
restoreIndex: 'Restore index', |
|
284 |
showSelections: 'Show selections', |
|
285 |
hiddenSelections: 'Restore selections', |
|
286 |
showExpandedRows: 'Show expanded rows', |
|
287 |
hiddenExpandedRows: 'Hidden expanded rows', |
|
288 |
header: 'Header' |
|
289 |
}, |
|
290 |
action: { |
|
291 |
create: 'Create', |
|
292 |
add: 'Add', |
|
293 |
del: 'Delete', |
|
294 |
delete: 'Delete', |
|
295 |
edit: 'Edit', |
|
296 |
update: 'Update', |
|
297 |
preview: 'Preview', |
|
298 |
more: 'More', |
|
299 |
sync: 'Sync', |
|
300 |
save: 'Save', |
|
301 |
detail: 'Detail', |
|
302 |
export: 'Export', |
|
303 |
import: 'Import', |
|
304 |
generate: 'Generate', |
|
305 |
logout: 'Login Out', |
|
306 |
test: 'Test', |
|
307 |
typeCreate: 'Dict Type Create', |
|
308 |
typeUpdate: 'Dict Type Eidt', |
|
309 |
dataCreate: 'Dict Data Create', |
|
310 |
dataUpdate: 'Dict Data Eidt', |
|
311 |
fileUpload: 'File Upload' |
|
312 |
}, |
|
313 |
dialog: { |
|
314 |
dialog: 'Dialog', |
|
315 |
open: 'Open', |
|
316 |
close: 'Close' |
|
317 |
}, |
|
318 |
sys: { |
|
319 |
api: { |
|
320 |
operationFailed: 'Operation failed', |
|
321 |
errorTip: 'Error Tip', |
|
322 |
errorMessage: 'The operation failed, the system is abnormal!', |
|
323 |
timeoutMessage: 'Login timed out, please log in again!', |
|
324 |
apiTimeoutMessage: 'The interface request timed out, please refresh the page and try again!', |
|
325 |
apiRequestFailed: 'The interface request failed, please try again later!', |
|
326 |
networkException: 'network anomaly', |
|
327 |
networkExceptionMsg: |
|
328 |
'Please check if your network connection is normal! The network is abnormal', |
|
329 |
|
|
330 |
errMsg401: 'The user does not have permission (token, user name, password error)!', |
|
331 |
errMsg403: 'The user is authorized, but access is forbidden!', |
|
332 |
errMsg404: 'Network request error, the resource was not found!', |
|
333 |
errMsg405: 'Network request error, request method not allowed!', |
|
334 |
errMsg408: 'Network request timed out!', |
|
335 |
errMsg500: 'Server error, please contact the administrator!', |
|
336 |
errMsg501: 'The network is not implemented!', |
|
337 |
errMsg502: 'Network Error!', |
|
338 |
errMsg503: 'The service is unavailable, the server is temporarily overloaded or maintained!', |
|
339 |
errMsg504: 'Network timeout!', |
|
340 |
errMsg505: 'The http version does not support the request!', |
|
341 |
errMsg901: 'Demo mode, no write operations are possible!' |
|
342 |
}, |
|
343 |
app: { |
|
344 |
logoutTip: 'Reminder', |
|
345 |
logoutMessage: 'Confirm to exit the system?', |
|
346 |
menuLoading: 'Menu loading...' |
|
347 |
}, |
|
348 |
exception: { |
|
349 |
backLogin: 'Back Login', |
|
350 |
backHome: 'Back Home', |
|
351 |
subTitle403: "Sorry, you don't have access to this page.", |
|
352 |
subTitle404: 'Sorry, the page you visited does not exist.', |
|
353 |
subTitle500: 'Sorry, the server is reporting an error.', |
|
354 |
noDataTitle: 'No data on the current page.', |
|
355 |
networkErrorTitle: 'Network Error', |
|
356 |
networkErrorSubTitle: |
|
357 |
'Sorry, Your network connection has been disconnected, please check your network!' |
|
358 |
}, |
|
359 |
lock: { |
|
360 |
unlock: 'Click to unlock', |
|
361 |
alert: 'Lock screen password error', |
|
362 |
backToLogin: 'Back to login', |
|
363 |
entry: 'Enter the system', |
|
364 |
placeholder: 'Please enter the lock screen password or user password' |
|
365 |
}, |
|
366 |
login: { |
|
367 |
backSignIn: 'Back sign in', |
|
368 |
mobileSignInFormTitle: 'Mobile sign in', |
|
369 |
qrSignInFormTitle: 'Qr code sign in', |
|
370 |
signInFormTitle: 'Sign in', |
|
371 |
signUpFormTitle: 'Sign up', |
|
372 |
forgetFormTitle: 'Reset password', |
|
373 |
|
|
374 |
signInTitle: 'Backstage management system', |
|
375 |
signInDesc: 'Enter your personal details and get started!', |
|
376 |
policy: 'I agree to the xxx Privacy Policy', |
|
377 |
scanSign: `scanning the code to complete the login`, |
|
378 |
|
|
379 |
loginButton: 'Sign in', |
|
380 |
registerButton: 'Sign up', |
|
381 |
rememberMe: 'Remember me', |
|
382 |
forgetPassword: 'Forget Password?', |
|
383 |
otherSignIn: 'Sign in with', |
|
384 |
|
|
385 |
// notify |
|
386 |
loginSuccessTitle: 'Login successful', |
|
387 |
loginSuccessDesc: 'Welcome back', |
|
388 |
|
|
389 |
// placeholder |
|
390 |
accountPlaceholder: 'Please input username', |
|
391 |
passwordPlaceholder: 'Please input password', |
|
392 |
smsPlaceholder: 'Please input sms code', |
|
393 |
mobilePlaceholder: 'Please input mobile', |
|
394 |
policyPlaceholder: 'Register after checking', |
|
395 |
diffPwd: 'The two passwords are inconsistent', |
|
396 |
|
|
397 |
userName: 'Username', |
|
398 |
password: 'Password', |
|
399 |
confirmPassword: 'Confirm Password', |
|
400 |
email: 'Email', |
|
401 |
smsCode: 'SMS code', |
|
402 |
mobile: 'Mobile' |
|
403 |
} |
|
404 |
}, |
|
405 |
profile: { |
|
406 |
user: { |
|
407 |
title: 'Personal Information', |
|
408 |
username: 'User Name', |
|
409 |
nickname: 'Nick Name', |
|
410 |
mobile: 'Phone Number', |
|
411 |
email: 'User Mail', |
|
412 |
dept: 'Department', |
|
413 |
posts: 'Position', |
|
414 |
roles: 'Own Role', |
|
415 |
sex: 'Sex', |
|
416 |
man: 'Man', |
|
417 |
woman: 'Woman', |
|
418 |
createTime: 'Created Date' |
|
419 |
}, |
|
420 |
info: { |
|
421 |
title: 'Basic Information', |
|
422 |
basicInfo: 'Basic Information', |
|
423 |
resetPwd: 'Reset Password', |
|
424 |
userSocial: 'Social Information' |
|
425 |
}, |
|
426 |
rules: { |
|
427 |
nickname: 'Please Enter User Nickname', |
|
428 |
mail: 'Please Input The Email Address', |
|
429 |
truemail: 'Please Input The Correct Email Address', |
|
430 |
phone: 'Please Enter The Phone Number', |
|
431 |
truephone: 'Please Enter The Correct Phone Number' |
|
432 |
}, |
|
433 |
password: { |
|
434 |
oldPassword: 'Old PassWord', |
|
435 |
newPassword: 'New Password', |
|
436 |
confirmPassword: 'Confirm Password', |
|
437 |
oldPwdMsg: 'Please Enter Old Password', |
|
438 |
newPwdMsg: 'Please Enter New Password', |
|
439 |
cfPwdMsg: 'Please Enter Confirm Password', |
|
440 |
diffPwd: 'The Passwords Entered Twice No Match' |
|
441 |
} |
|
442 |
}, |
|
443 |
cropper: { |
|
444 |
selectImage: 'Select Image', |
|
445 |
uploadSuccess: 'Uploaded success!', |
|
446 |
modalTitle: 'Avatar upload', |
|
447 |
okText: 'Confirm and upload', |
|
448 |
btn_reset: 'Reset', |
|
449 |
btn_rotate_left: 'Counterclockwise rotation', |
|
450 |
btn_rotate_right: 'Clockwise rotation', |
|
451 |
btn_scale_x: 'Flip horizontal', |
|
452 |
btn_scale_y: 'Flip vertical', |
|
453 |
btn_zoom_in: 'Zoom in', |
|
454 |
btn_zoom_out: 'Zoom out', |
|
455 |
preview: 'Preivew' |
|
456 |
} |
|
457 |
} |