feat: acs国际化

This commit is contained in:
2023-11-27 15:17:01 +08:00
parent ce4f06a789
commit c46e41f3e8
46 changed files with 959 additions and 332 deletions

View File

@@ -1,6 +1,7 @@
export default {
'lang': 'zh',
'common': {
'home': '首页', // 首页
'Layout_setting': '布局设置',
'Personal_center': '个人中心',
'Log_out': '退出登录',
@@ -80,17 +81,6 @@ export default {
'Tip14': 'WebSocket连接发生错误',
'loading': '数据加载中...'
},
// 菜单
'menu': {
'home': '首页', // 首页
'SystemManagement': '系统管理',
'SystemParam': '系统参数',
'BasicData': '基础数据',
'media': '媒体', // 媒体
'data': '数据', // 数据
'docking': '对接', // 对接
'operator': '当前操作账号:' // 当前操作账号
},
'WorkOrder': {
'form': {
'WorkOrderCode': '工单编码'
@@ -99,17 +89,6 @@ export default {
'WorkOrderCode': '请输入工单编码'
}
},
'SysParam': {
'table': {
'code': '编码',
'name': '名称',
'values': '值',
'description': '备注'
},
'rules': {
'NotNull': '不能为空'
}
},
'monitor': {
'sys': '系统',
'day': '项目已不间断运行',