feat(tree,menu,docs): 对接目录树三类数据并中文化文档

This commit is contained in:
yuding
2026-01-28 17:19:36 +08:00
parent 3ab9d4b0ea
commit 0b8dcd36fa
32 changed files with 4060 additions and 3302 deletions

View File

@@ -35,6 +35,12 @@ export const enUS: TranslationDictionary = {
info: 'Info',
home: 'Home',
componentDetail: 'Component Detail',
hideSelected: 'Hide Selected',
transparentSelected: 'Transparent Selected',
isolateSelected: 'Isolate Selected',
hideOthers: 'Hide Others',
transparentOthers: 'Transparent Others',
fitSectionBox: 'Fit Section Box',
showAll: 'Show All'
},
tree: {
@@ -47,6 +53,8 @@ export const enUS: TranslationDictionary = {
component: 'Component',
system: 'System',
space: 'Space',
type: 'Type',
major: 'Major',
},
panel: {
property: {
@@ -60,7 +68,8 @@ export const enUS: TranslationDictionary = {
}
},
componentDetail: {
title: 'Component Detail'
title: 'Component Detail',
noSelection: 'Please select a component first'
}
},
measure: {