first commit
This commit is contained in:
25
src/views/biz/app/appuser/i18n/en.ts
Normal file
25
src/views/biz/app/appuser/i18n/en.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
appuser: {
|
||||
index: '#',
|
||||
username: 'username',
|
||||
name: 'name',
|
||||
phone: 'phone',
|
||||
post: 'post',
|
||||
role: 'role',
|
||||
lockFlag: 'lockFlag',
|
||||
createTime: 'createTime',
|
||||
password: 'password',
|
||||
dept: 'dept',
|
||||
email: 'email',
|
||||
avatar: 'avatar',
|
||||
nickname: 'nickname',
|
||||
inputNameTip: 'input name',
|
||||
inputRoleTip: 'input role',
|
||||
inputUserNameTip: 'input username',
|
||||
inputPasswordTip: 'input Password',
|
||||
inputPhoneTip: 'input phone',
|
||||
inputEmailTip: 'input Email',
|
||||
inputNickNameTip: 'input NickName',
|
||||
importUserTip: 'import user',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user