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: {

View File

@@ -43,6 +43,7 @@ export interface TranslationDictionary {
};
componentDetail: {
title: string;
noSelection: string;
};
};
dialog: {
@@ -53,6 +54,12 @@ export interface TranslationDictionary {
info: string;
home: string;
componentDetail: string;
hideSelected: string;
transparentSelected: string;
isolateSelected: string;
hideOthers: string;
transparentOthers: string;
fitSectionBox: string;
showAll: string;
};
tree: {
@@ -65,6 +72,8 @@ export interface TranslationDictionary {
component: string;
system: string;
space: string;
type: string;
major: string;
};
measure: {
btnName: string;

View File

@@ -35,6 +35,12 @@ export const zhCN: TranslationDictionary = {
info: '信息',
home: '首页',
componentDetail: '构件详情',
hideSelected: '隐藏选中构件',
transparentSelected: '半透明选中构件',
isolateSelected: '隔离选中构件',
hideOthers: '其他构件隐藏',
transparentOthers: '其他构件半透明',
fitSectionBox: '剖切盒适应',
showAll: '显示全部'
},
tree: {
@@ -47,6 +53,8 @@ export const zhCN: TranslationDictionary = {
component: '构件',
system: '系统',
space: '空间',
type: '类型',
major: '专业',
},
panel: {
property: {
@@ -60,7 +68,8 @@ export const zhCN: TranslationDictionary = {
}
},
componentDetail: {
title: '构件详情'
title: '构件详情',
noSelection: '请先选中构件'
}
},
measure: {