account.ts
1.21 KB
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
export default {
createButton: '@:common.createText account number',
editButton: '@:common.editText account number',
createRole: 'Create role',
username: 'User name',
fullname: 'Full name',
phoneNumber: 'Phone number',
email: 'Email',
state: 'Status',
ruleName1: 'Enter one user name',
ruleName2: 'The username cannot contain Chinese characters',
ruleName3: 'The username cannot be in email format',
ruleName4: 'The username already exists',
rulePhone1: 'Please enter your phone number',
rulePhone2: 'Please enter the correct phone number',
rulePhone3: 'Phone number already exists',
password: 'Password',
role: 'Role',
period: 'Period of validity',
table: {
title: 'Account List',
normal: 'Normal',
disabled: 'Disabled',
expired: 'Expired',
enter: 'Enter',
use: 'Use',
custom: 'Custom',
platform: 'Platform',
userLogin: 'User login',
userDetails: 'User details',
clearPassword: 'Clear password',
isPassword: 'Are you sure to clear the password ?',
},
detail: {
title: `User information`,
tableTitle: 'Basic account information',
setTitle: 'Details: User',
accountNumber: 'Account number',
period: 'Period of validity',
},
};