提交 1b1c04cc 编写于 作者: hudan's avatar hudan

标题国际化

上级 cff18ac7
...@@ -143,6 +143,11 @@ export default { ...@@ -143,6 +143,11 @@ export default {
5003: 'New creation failed', 5003: 'New creation failed',
5004: 'The data does not exist and cannot be saved', 5004: 'The data does not exist and cannot be saved',
5005: 'Data deletion failed' 5005: 'Data deletion failed'
},
title: {
choose: '选择',
customDashboard: 'Custom dashboard',
styleSetting: 'Style setting'
} }
}, },
<#list app.getAllPSAppDataEntities() as dataEntitey> <#list app.getAllPSAppDataEntities() as dataEntitey>
......
...@@ -144,6 +144,11 @@ export default { ...@@ -144,6 +144,11 @@ export default {
5003: '新建失败', 5003: '新建失败',
5004: '数据不存在,无法保存', 5004: '数据不存在,无法保存',
5005: '数据删除失败' 5005: '数据删除失败'
},
title: {
choose: '选择',
customDashboard: '自定义仪表盘',
styleSetting: '风格设置'
} }
}, },
<#list app.getAllPSAppDataEntities() as dataEntitey> <#list app.getAllPSAppDataEntities() as dataEntitey>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册