feat(tree,menu,docs): 对接目录树三类数据并中文化文档
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user