blob: 58ff2c88ee7221482d3a02c2ff96d617617b3278 [file] [log] [blame]
86133aaa3f5d2025-04-20 21:33:29 +08001export default {
2 'pages.layouts.userLayout.title':
3 'Ant Design is the most influential web design specification in Xihu district',
4 'pages.login.accountLogin.tab': 'Account Login',
5 'pages.login.accountLogin.errorMessage': 'Incorrect username/password(admin/admin123)',
6 'pages.login.failure': 'Login failed, please try again!',
7 'pages.login.success': 'Login successful!',
8 'pages.login.username.placeholder': 'Username: admin',
9 'pages.login.username.required': 'Please input your username!',
10 'pages.login.password.placeholder': 'Password: admin123',
11 'pages.login.password.required': 'Please input your password!',
12 'pages.login.phoneLogin.tab': 'Phone Login',
13 'pages.login.phoneLogin.errorMessage': 'Verification Code Error',
14 'pages.login.phoneNumber.placeholder': 'Phone Number',
15 'pages.login.phoneNumber.required': 'Please input your phone number!',
16 'pages.login.phoneNumber.invalid': 'Phone number is invalid!',
17 'pages.login.captcha.placeholder': 'Verification Code',
18 'pages.login.captcha.required': 'Please input verification code!',
19 'pages.login.phoneLogin.getVerificationCode': 'Get Code',
20 'pages.getCaptchaSecondText': 'sec(s)',
21 'pages.login.rememberMe': 'Remember me',
22 'pages.login.forgotPassword': 'Forgot Password ?',
23 'pages.login.submit': 'Login',
24 'pages.login.loginWith': 'Login with :',
25 'pages.login.registerAccount': 'Register Account',
26 'pages.welcome.link': 'Welcome',
27 'pages.welcome.alertMessage': 'Faster and stronger heavy-duty components have been released.',
28 'pages.admin.subPage.title': 'This page can only be viewed by Admin',
29 'pages.admin.subPage.alertMessage':
30 'Umi ui is now released, welcome to use npm run ui to start the experience.',
31 'pages.searchTable.createForm.newRule': 'New Rule',
32 'pages.searchTable.updateForm.ruleConfig': 'Rule configuration',
33 'pages.searchTable.updateForm.basicConfig': 'Basic Information',
34 'pages.searchTable.updateForm.ruleName.nameLabel': 'Rule Name',
35 'pages.searchTable.updateForm.ruleName.nameRules': 'Please enter the rule name!',
36 'pages.searchTable.updateForm.ruleDesc.descLabel': 'Rule Description',
37 'pages.searchTable.updateForm.ruleDesc.descPlaceholder': 'Please enter at least five characters',
38 'pages.searchTable.updateForm.ruleDesc.descRules':
39 'Please enter a rule description of at least five characters!',
40 'pages.searchTable.updateForm.ruleProps.title': 'Configure Properties',
41 'pages.searchTable.updateForm.object': 'Monitoring Object',
42 'pages.searchTable.updateForm.ruleProps.templateLabel': 'Rule Template',
43 'pages.searchTable.updateForm.ruleProps.typeLabel': 'Rule Type',
44 'pages.searchTable.updateForm.schedulingPeriod.title': 'Set Scheduling Period',
45 'pages.searchTable.updateForm.schedulingPeriod.timeLabel': 'Starting Time',
46 'pages.searchTable.updateForm.schedulingPeriod.timeRules': 'Please choose a start time!',
47 'pages.searchTable.titleDesc': 'Description',
48 'pages.searchTable.ruleName': 'Rule name is required',
49 'pages.searchTable.titleCallNo': 'Number of Service Calls',
50 'pages.searchTable.titleStatus': 'Status',
51 'pages.searchTable.nameStatus.default': 'default',
52 'pages.searchTable.nameStatus.running': 'running',
53 'pages.searchTable.nameStatus.online': 'online',
54 'pages.searchTable.nameStatus.abnormal': 'abnormal',
55 'pages.searchTable.titleUpdatedAt': 'Last Scheduled at',
56 'pages.searchTable.exception': 'Please enter the reason for the exception!',
57 'pages.searchTable.titleOption': 'Option',
58 'pages.searchTable.config': 'Configuration',
59 'pages.searchTable.subscribeAlert': 'Subscribe to alerts',
60 'pages.searchTable.title': 'Enquiry Form',
61 'pages.searchTable.new': 'New',
62 'pages.searchTable.edit': 'Edit',
63 'pages.searchTable.delete': 'Delete',
64 'pages.searchTable.export': 'Export',
65 'pages.searchTable.chosen': 'chosen',
66 'pages.searchTable.item': 'item',
67 'pages.searchTable.totalServiceCalls': 'Total Number of Service Calls',
68 'pages.searchTable.tenThousand': '0000',
69 'pages.searchTable.batchDeletion': 'batch deletion',
70 'pages.searchTable.batchApproval': 'batch approval',
71};