提交 e8bf5343 编写于 作者: zhangpingchuan's avatar zhangpingchuan

zpc

上级 c9a02bbf
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
TARGET=PSSYSAPP TARGET=PSSYSAPP
</#ibiztemplate> </#ibiztemplate>
export default { export default {
moresetting:"moresetting",
changelanguage:"change language",
chinese:"chinese",
english:"english",
<#if app.getAllPSAppViews()??> <#if app.getAllPSAppViews()??>
<#list app.getAllPSAppViews() as singleView> <#list app.getAllPSAppViews() as singleView>
${singleView.name?lower_case}:{ ${singleView.name?lower_case}:{
...@@ -25,6 +29,7 @@ export default { ...@@ -25,6 +29,7 @@ export default {
</#list> </#list>
</#if> </#if>
</#if> </#if>
}<#if singleView_has_next>,</#if> }<#if singleView_has_next>,</#if>
</#list> </#list>
</#if> </#if>
......
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
TARGET=PSSYSAPP TARGET=PSSYSAPP
</#ibiztemplate> </#ibiztemplate>
export default { export default {
moresetting:"更多设置",
changelanguage:"语言修改",
chinese:"中文",
english:"英文",
<#if app.getAllPSAppViews()??> <#if app.getAllPSAppViews()??>
<#list app.getAllPSAppViews() as singleView> <#list app.getAllPSAppViews() as singleView>
${singleView.name?lower_case}:{ ${singleView.name?lower_case}:{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册