Add tab tooltips cancle outer tab

This commit is contained in:
2022-03-02 18:51:07 +08:00
parent 51931f11fe
commit 19d77dceb0
10 changed files with 112 additions and 22 deletions
+3
View File
@@ -19,5 +19,8 @@ const EN_US = {
"Command.Bar.Add.Tag.Info": "Add label object",
"Command.Bar.Camera.Info": "Renderer settings",
"Command.Bar.Setting.Info": "Global Settings",
"Panel.Title.Notfound": "{id}",
"Panel.Info.Notfound": "This panel with id {id} can not found!",
}
export default EN_US;
+2
View File
@@ -19,5 +19,7 @@ const ZH_CN = {
"Command.Bar.Add.Tag.Info": "添加标签对象",
"Command.Bar.Camera.Info": "渲染器设置",
"Command.Bar.Setting.Info": "全局设置",
"Panel.Title.Notfound": "找不到面板: {id}",
"Panel.Info.Notfound": "这个编号为 {id} 的面板无法找到!",
}
export default ZH_CN;