添加 国际化框架

This commit is contained in:
2024-12-20 10:55:03 +08:00
parent b78740a239
commit fba29e0abc
139 changed files with 5297 additions and 8 deletions

View File

@@ -0,0 +1,26 @@
export default {
'online': {
'title': '在线用户',
'table': {
'userName': '用户名',
'nickName': '用户姓名',
'dept': '部门',
'ip': '登录IP',
'address': '登录地点',
'browser': '浏览器',
'loginTime': '登录时间',
'operate': '操作',
'is_exit': '确定强制退出该用户吗?'
},
'placeholder': {
'fuzzy': '全表模糊搜索',
'retreat': '强退'
},
'msg': {
'successful': '强退成功!',
'title': '提示',
'message1': '确认强退选中的',
'message2': '个用户?'
}
}
}