mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
add device & sessions page
This commit is contained in:
+18
-5
@@ -4,6 +4,11 @@ export default {
|
||||
'title': 'lab 轻记账',
|
||||
}
|
||||
},
|
||||
'format': {
|
||||
'datetime': {
|
||||
'long': 'YYYY年MM月DD日 HH:mm:ss',
|
||||
}
|
||||
},
|
||||
'error': {
|
||||
'system error': '系统错误',
|
||||
'api not found': '接口调用失败',
|
||||
@@ -11,14 +16,16 @@ export default {
|
||||
'operation failed': '操作失败',
|
||||
'nothing will be updated': '没有内容更新',
|
||||
'unauthorized access': '未授权的登录',
|
||||
'token is expired': '认证令牌已过期',
|
||||
'current token is invalid': '当前认证令牌无效',
|
||||
'current token is expired': '当前认证令牌已过期',
|
||||
'current token type is invalid': '当前认证令牌类型无效',
|
||||
'current token requires two factor authorization': '当前认证令牌需要两步验证',
|
||||
'current token does not require two factor authorization': '当前认证令牌不需要两步验证',
|
||||
'token is invalid': '认证令牌无效',
|
||||
'user token id is invalid': '用户认证令牌ID无效',
|
||||
'token id is invalid': '认证令牌ID无效',
|
||||
'user token id is invalid': '用户认证令牌ID无效',
|
||||
'token is not found': '认证令牌不存在',
|
||||
'token type is invalid': '认证令牌类型无效',
|
||||
'token requires two factor authorization': '认证令牌需要两步验证',
|
||||
'token does not require two factor authorization': '认证令牌不需要两步验证',
|
||||
'token is expired': '认证令牌已过期',
|
||||
'user id is invalid': '用户ID无效',
|
||||
'username is empty': '用户名为空',
|
||||
'email is empty': '电子邮箱为空',
|
||||
@@ -107,6 +114,12 @@ export default {
|
||||
'Nothing has been modified': '没有修改的项目',
|
||||
'Your profile has been successfully updated': '您的用户信息更新成功',
|
||||
'Unable to update user profile': '无法更新用户信息',
|
||||
'Device & Sessions': '设备和会话',
|
||||
'Unable to get session list': '无法获取会话列表',
|
||||
'Current': '当前',
|
||||
'Other Device': '其他设备',
|
||||
'Are you sure you want to logout from this session?': '您确定是否要退出该会话?',
|
||||
'Unable to logout from this session': '无法退出该会话',
|
||||
'Log Out': '退出登录',
|
||||
'Are you sure you want to log out?': '您确定是否要退出登录?',
|
||||
'Unable to logout': '无法退出登录',
|
||||
|
||||
Reference in New Issue
Block a user