Files
shz-front-cms/src/locales/zh-CN/monitor/logininfor.ts
Lishundong b1781d9aef
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
init
2025-10-24 09:40:46 +08:00

14 lines
540 B
TypeScript

export default {
'monitor.logininfor.title': '系统访问记录',
'monitor.logininfor.info_id': '访问编号',
'monitor.logininfor.user_name': '用户账号',
'monitor.logininfor.ipaddr': '登录IP地址',
'monitor.logininfor.login_location': '登录地点',
'monitor.logininfor.browser': '浏览器类型',
'monitor.logininfor.os': '操作系统',
'monitor.logininfor.status': '登录状态',
'monitor.logininfor.msg': '提示消息',
'monitor.logininfor.login_time': '访问时间',
'monitor.logininfor.unlock': '解锁',
};