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

全局国际化更新 --- fix5

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