Add object list component

This commit is contained in:
2022-03-04 16:22:05 +08:00
parent 9f59bd4b3a
commit ac88c4d3fd
9 changed files with 162 additions and 2 deletions
+2
View File
@@ -23,6 +23,8 @@ const EN_US = {
"Panel.Info.Notfound": "This panel with id {id} can not found!",
"Panel.Title.Render.View": "Live preview",
"Panel.Info.Render.View": "Live simulation results preview",
"Panel.Title.Object.List.View": "Object list",
"Panel.Info.Object.List.View": "Edit View All Object Properties",
}
export default EN_US;
+2
View File
@@ -23,5 +23,7 @@ const ZH_CN = {
"Panel.Info.Notfound": "这个编号为 {id} 的面板无法找到!",
"Panel.Title.Render.View": "实时预览",
"Panel.Info.Render.View": "实时仿真结果预览",
"Panel.Title.Object.List.View": "对象列表",
"Panel.Info.Object.List.View": "编辑查看全部对象属性",
}
export default ZH_CN;