feat(i18n): 添加构件详情和显示全部的国际化文本
This commit is contained in:
@@ -34,6 +34,8 @@ export const enUS: TranslationDictionary = {
|
||||
menu: {
|
||||
info: 'Info',
|
||||
home: 'Home',
|
||||
componentDetail: 'Component Detail',
|
||||
showAll: 'Show All'
|
||||
},
|
||||
tree: {
|
||||
searchPlaceholder: 'Please enter content to search',
|
||||
@@ -56,6 +58,9 @@ export const enUS: TranslationDictionary = {
|
||||
props: 'Properties',
|
||||
material: 'Material'
|
||||
}
|
||||
},
|
||||
componentDetail: {
|
||||
title: 'Component Detail'
|
||||
}
|
||||
},
|
||||
measure: {
|
||||
|
||||
Reference in New Issue
Block a user