Add tab renderer panel

This commit is contained in:
2022-03-02 21:02:54 +08:00
parent 19d77dceb0
commit 6f8451ea9b
10 changed files with 95 additions and 11 deletions
+2
View File
@@ -21,6 +21,8 @@ const EN_US = {
"Command.Bar.Setting.Info": "Global Settings",
"Panel.Title.Notfound": "{id}",
"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",
}
export default EN_US;
+2
View File
@@ -21,5 +21,7 @@ const ZH_CN = {
"Command.Bar.Setting.Info": "全局设置",
"Panel.Title.Notfound": "找不到面板: {id}",
"Panel.Info.Notfound": "这个编号为 {id} 的面板无法找到!",
"Panel.Title.Render.View": "实时预览",
"Panel.Info.Render.View": "实时仿真结果预览",
}
export default ZH_CN;