提交 0d62e141 编写于 作者: Mosher's avatar Mosher

全局国际化更新 --- fix6

上级 294fa267
......@@ -18,6 +18,7 @@ export default {
success: "Success",
ok: "OK",
cancel: "Cancel",
save: "Save",
codeNotExist: 'Code list does not exist',
reqException: "Request exception",
sysException: "System abnormality",
......@@ -197,6 +198,17 @@ export default {
quarter: "Quarter",
year: "Year",
},
searchFrom: {
notConfig: {
loadAction: "View search form loadAction parameter is not configured",
loaddraftAction: "View search form loaddraftAction parameter is not configured",
},
},
wizardPanel: {
back: "Back",
next: "Next",
complete: "Complete",
},
},
entities: {
<#list app.getAllPSAppDataEntities() as dataEntitey>
......
......@@ -18,6 +18,7 @@ export default {
success: "成功",
ok: "确认",
cancel: "取消",
save: "保存",
codeNotExist: "代码表不存在",
reqException: "请求异常",
sysException: "系统异常",
......@@ -196,6 +197,17 @@ export default {
quarter: "季度",
year: "年",
},
searchFrom: {
notConfig: {
loadAction: "视图搜索表单loadAction参数未配置",
loaddraftAction: "视图搜索表单loaddraftAction参数未配置",
},
},
wizardPanel: {
back: "上一步",
next: "下一步",
complete: "完成",
},
},
entities: {
<#list app.getAllPSAppDataEntities() as dataEntitey>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册