添加前端国际化框架

This commit is contained in:
2024-12-18 16:41:06 +08:00
parent 41b9914090
commit 219108b6bd
351 changed files with 25091 additions and 840 deletions

View File

@@ -0,0 +1,18 @@
export default {
'SysParam': {
'table': {
'code': '编码',
'name': '名称',
'values': '值',
'description': '备注'
},
'rules': {
'NotNull': '不能为空'
},
'msg': {
'title': '错误',
'message1': '当前浏览器无法接收实时报警信息,请使用谷歌浏览器!',
'message2': '服务器错误,无法接收实时报警信息'
}
}
}