mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
add device & sessions page
This commit is contained in:
+18
-5
@@ -4,6 +4,11 @@ export default {
|
||||
'title': 'lab account book',
|
||||
}
|
||||
},
|
||||
'format': {
|
||||
'datetime': {
|
||||
'long': 'MM/DD/YYYY HH:mm:ss',
|
||||
}
|
||||
},
|
||||
'error': {
|
||||
'system error': 'System Error',
|
||||
'api not found': 'Failed to request api',
|
||||
@@ -11,14 +16,16 @@ export default {
|
||||
'operation failed': 'Operation failed',
|
||||
'nothing will be updated': 'Nothing will be updated',
|
||||
'unauthorized access': 'Unauthorized access',
|
||||
'token is expired': 'Token is expired',
|
||||
'current token is invalid': 'Current token is invalid',
|
||||
'current token is expired': 'Current token is expired',
|
||||
'current token type is invalid': 'Current token type is invalid',
|
||||
'current token requires two factor authorization': 'Current token requires two factor authorization',
|
||||
'current token does not require two factor authorization': 'Current token does not require two factor authorization',
|
||||
'token is invalid': 'Token is invalid',
|
||||
'user token id is invalid': 'User token id is invalid',
|
||||
'token id is invalid': 'Token id is invalid',
|
||||
'user token id is invalid': 'User token id is invalid',
|
||||
'token is not found': 'Token is not found',
|
||||
'token type is invalid': 'Token type is invalid',
|
||||
'token requires two factor authorization': 'Token requires two factor authorization',
|
||||
'token does not require two factor authorization': 'Token does not require two factor authorization',
|
||||
'token is expired': 'Token is expired',
|
||||
'user id is invalid': 'User id is invalid',
|
||||
'username is empty': 'Username is empty',
|
||||
'email is empty': 'Email is empty',
|
||||
@@ -107,6 +114,12 @@ export default {
|
||||
'Nothing has been modified': 'Nothing has been modified',
|
||||
'Your profile has been successfully updated': 'Your profile has been successfully updated',
|
||||
'Unable to update user profile': 'Unable to update user profile',
|
||||
'Device & Sessions': 'Device & Sessions',
|
||||
'Unable to get session list': 'Unable to get session list',
|
||||
'Current': 'Current',
|
||||
'Other Device': 'Other Device',
|
||||
'Are you sure you want to logout from this session?': 'Are you sure you want to logout from this session?',
|
||||
'Unable to logout from this session': 'Unable to logout from this session',
|
||||
'Log Out': 'Log Out',
|
||||
'Are you sure you want to log out?': 'Are you sure you want to log out?',
|
||||
'Unable to logout': 'Unable to logout',
|
||||
|
||||
Reference in New Issue
Block a user