提交 1b692a0a 编写于 作者: KK's avatar KK

调整多语言输出

上级 f9daca94
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
<#list allAppViews as obj> <#list allAppViews as obj>
<#if !obj.isPSDEView()> <#if !obj.isPSDEView()>
${obj.getCodeName()?lower_case}: { ${obj.getCodeName()?lower_case}: {
caption: '<#ibizinclude>../@MACRO/CAPTIONLANG.tsx</#ibizinclude>', caption: <#ibizinclude>../@MACRO/CAPTIONLANG.tsx</#ibizinclude>,
}, },
</#if> </#if>
</#list> </#list>
...@@ -51,7 +51,7 @@ export default { ...@@ -51,7 +51,7 @@ export default {
<#list app.getAllPSAppMenuModels() as menu> <#list app.getAllPSAppMenuModels() as menu>
${menu.getCodeName()?lower_case}: { ${menu.getCodeName()?lower_case}: {
<#list menu.getAllPSAppMenuItems() as obj> <#list menu.getAllPSAppMenuItems() as obj>
${obj.getName()?lower_case}: '<#ibizinclude>../@MACRO/CAPTIONLANG.tsx</#ibizinclude>', ${obj.getName()?lower_case}: <#ibizinclude>../@MACRO/CAPTIONLANG.tsx</#ibizinclude>,
</#list> </#list>
}, },
</#list> </#list>
......
...@@ -40,7 +40,7 @@ export default { ...@@ -40,7 +40,7 @@ export default {
<#list allAppViews as obj> <#list allAppViews as obj>
<#if !obj.isPSDEView()> <#if !obj.isPSDEView()>
${obj.getCodeName()?lower_case}: { ${obj.getCodeName()?lower_case}: {
caption: '<#ibizinclude>../@MACRO/CAPTIONLANG.tsx</#ibizinclude>', caption: <#ibizinclude>../@MACRO/CAPTIONLANG.tsx</#ibizinclude>,
}, },
</#if> </#if>
</#list> </#list>
...@@ -50,7 +50,7 @@ export default { ...@@ -50,7 +50,7 @@ export default {
<#list app.getAllPSAppMenuModels() as menu> <#list app.getAllPSAppMenuModels() as menu>
${menu.getCodeName()?lower_case}: { ${menu.getCodeName()?lower_case}: {
<#list menu.getAllPSAppMenuItems() as obj> <#list menu.getAllPSAppMenuItems() as obj>
${obj.getName()?lower_case}: '<#ibizinclude>../@MACRO/CAPTIONLANG.tsx</#ibizinclude>', ${obj.getName()?lower_case}: <#ibizinclude>../@MACRO/CAPTIONLANG.tsx</#ibizinclude>,
</#list> </#list>
}, },
</#list> </#list>
......
...@@ -9,7 +9,7 @@ export default { ...@@ -9,7 +9,7 @@ export default {
<#if item.getAllPSAppDEFields()??> <#if item.getAllPSAppDEFields()??>
fields: { fields: {
<#list item.getAllPSAppDEFields() as field> <#list item.getAllPSAppDEFields() as field>
${field.getPSDEField().getCodeName()?uncap_first}: "<@getLogicNameLanguage field.getPSDEField() langrestype />", ${field.getPSDEField().getCodeName()?uncap_first}: commonLogic.appcommonhandle("<@getLogicNameLanguage field.getPSDEField() langrestype />",null),
</#list> </#list>
}, },
</#if> </#if>
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
views: { views: {
<#list item.getAllPSAppViews() as obj> <#list item.getAllPSAppViews() as obj>
${obj.getPSDEViewCodeName()?lower_case}: { ${obj.getPSDEViewCodeName()?lower_case}: {
caption: '<#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>', caption: <#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>,
}, },
</#list> </#list>
}, },
...@@ -34,7 +34,7 @@ export default { ...@@ -34,7 +34,7 @@ export default {
<#if ctrl.getControlType() == 'FORM' || ctrl.getControlType() == 'SEARCHFORM'> <#if ctrl.getControlType() == 'FORM' || ctrl.getControlType() == 'SEARCHFORM'>
details: { details: {
<#list ctrl.getAllPSDEFormDetails() as obj> <#list ctrl.getAllPSDEFormDetails() as obj>
${obj.name?lower_case}: '<#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>', ${obj.name?lower_case}: <#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>,
</#list> </#list>
}, },
</#if> </#if>
...@@ -53,7 +53,7 @@ export default { ...@@ -53,7 +53,7 @@ export default {
columns: { columns: {
<#if ctrl.getAllPSDEGridColumns()??> <#if ctrl.getAllPSDEGridColumns()??>
<#list ctrl.getAllPSDEGridColumns() as obj> <#list ctrl.getAllPSDEGridColumns() as obj>
${obj.getName()?lower_case}: '<#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>', ${obj.getName()?lower_case}: <#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>,
</#list> </#list>
</#if> </#if>
}, },
...@@ -62,7 +62,7 @@ export default { ...@@ -62,7 +62,7 @@ export default {
<#if ctrl.getAllPSDEToolbarItems()??> <#if ctrl.getAllPSDEToolbarItems()??>
<#list ctrl.getAllPSDEToolbarItems() as obj> <#list ctrl.getAllPSDEToolbarItems() as obj>
${obj.getName()?lower_case}: { ${obj.getName()?lower_case}: {
caption: '<#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>', caption: <#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>,
tip: '${obj.getName()?lower_case}', tip: '${obj.getName()?lower_case}',
}, },
</#list> </#list>
...@@ -72,7 +72,7 @@ export default { ...@@ -72,7 +72,7 @@ export default {
<#if ctrl.getPSUIActions?? && ctrl.getPSUIActions()??> <#if ctrl.getPSUIActions?? && ctrl.getPSUIActions()??>
uiactions: { uiactions: {
<#list ctrl.getPSUIActions() as obj> <#list ctrl.getPSUIActions() as obj>
${obj.getUIActionTag()?lower_case}: '<#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>', ${obj.getUIActionTag()?lower_case}: <#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>,
</#list> </#list>
}, },
</#if> </#if>
......
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
views: { views: {
<#list item.getAllPSAppViews() as obj> <#list item.getAllPSAppViews() as obj>
${obj.getPSDEViewCodeName()?lower_case}: { ${obj.getPSDEViewCodeName()?lower_case}: {
caption: '<#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>', caption: <#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>,
}, },
</#list> </#list>
}, },
...@@ -34,7 +34,7 @@ export default { ...@@ -34,7 +34,7 @@ export default {
<#if ctrl.getControlType() == 'FORM' || ctrl.getControlType() == 'SEARCHFORM'> <#if ctrl.getControlType() == 'FORM' || ctrl.getControlType() == 'SEARCHFORM'>
details: { details: {
<#list ctrl.getAllPSDEFormDetails() as obj> <#list ctrl.getAllPSDEFormDetails() as obj>
${obj.name?lower_case}: '<#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>', ${obj.name?lower_case}: <#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>,
</#list> </#list>
}, },
</#if> </#if>
...@@ -53,7 +53,7 @@ export default { ...@@ -53,7 +53,7 @@ export default {
columns: { columns: {
<#if ctrl.getAllPSDEGridColumns()??> <#if ctrl.getAllPSDEGridColumns()??>
<#list ctrl.getAllPSDEGridColumns() as obj> <#list ctrl.getAllPSDEGridColumns() as obj>
${obj.getName()?lower_case}: '<#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>', ${obj.getName()?lower_case}: <#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>,
</#list> </#list>
</#if> </#if>
}, },
...@@ -62,7 +62,7 @@ export default { ...@@ -62,7 +62,7 @@ export default {
<#if ctrl.getAllPSDEToolbarItems()??> <#if ctrl.getAllPSDEToolbarItems()??>
<#list ctrl.getAllPSDEToolbarItems() as obj> <#list ctrl.getAllPSDEToolbarItems() as obj>
${obj.getName()?lower_case}: { ${obj.getName()?lower_case}: {
caption: '<#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>', caption: <#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>,
tip: '<#ibizinclude>../../@MACRO/TIPLANG.tsx</#ibizinclude>', tip: '<#ibizinclude>../../@MACRO/TIPLANG.tsx</#ibizinclude>',
}, },
</#list> </#list>
...@@ -72,7 +72,7 @@ export default { ...@@ -72,7 +72,7 @@ export default {
<#if ctrl.getPSUIActions?? && ctrl.getPSUIActions()??> <#if ctrl.getPSUIActions?? && ctrl.getPSUIActions()??>
uiactions: { uiactions: {
<#list ctrl.getPSUIActions() as obj> <#list ctrl.getPSUIActions() as obj>
${obj.getUIActionTag()?lower_case}: '<#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>', ${obj.getUIActionTag()?lower_case}: <#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>,
</#list> </#list>
}, },
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册