init
This commit is contained in:
14
src/views/admin/token/i18n/en.ts
Normal file
14
src/views/admin/token/i18n/en.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export default {
|
||||
systoken: {
|
||||
index: '#',
|
||||
userId: 'userId',
|
||||
username: 'username',
|
||||
clientId: 'clientId',
|
||||
accessToken: 'accessToken',
|
||||
expiresAt: 'expiresAt',
|
||||
inputUsernameTip: 'input Username',
|
||||
offlineBtn: 'offline',
|
||||
offlineConfirmText: 'offline confirm',
|
||||
offlineSuccessText: 'offline success',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user