提交 91e3a732 编写于 作者: Mosher's avatar Mosher

全局国际化更新 --- fix5

上级 bc928994
......@@ -54,7 +54,7 @@ export default {
delDataFail: "Failed to delete data",
delSuccess: "Delete successfully!",
confirmDel: "Are you sure you want to delete",
notRecoverable: "Delete will not be recoverable?",
notRecoverable: "delete will not be recoverable?",
notBatch: "Batch addition not implemented",
grid: "Grid",
exportFail: "Data export failed",
......@@ -69,7 +69,7 @@ export default {
updateAction: "View list updateAction parameter is not configured",
},
confirmDel: "Are you sure you want to delete",
notRecoverable: "Delete will not be recoverable?",
notRecoverable: "delete will not be recoverable?",
},
listExpBar: {
title: "List navigation bar",
......@@ -188,6 +188,15 @@ export default {
title: "Panel design",
},
},
dataView: {
sum: "total",
data: "data",
},
chart: {
undefined: "Undefined",
quarter: "Quarter",
year: "Year",
},
},
entities: {
<#list app.getAllPSAppDataEntities() as dataEntitey>
......
......@@ -187,6 +187,15 @@ export default {
title: "面板设计",
},
},
dataView: {
sum: "共",
data: "条数据",
},
chart: {
undefined: "未定义",
quarter: "季度",
year: "年",
},
},
entities: {
<#list app.getAllPSAppDataEntities() as dataEntitey>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册