Add tab renderer panel
This commit is contained in:
@@ -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;
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user