初始化
This commit is contained in:
@@ -10,6 +10,7 @@ export const enUS: TranslationDictionary = {
|
||||
toolbar: {
|
||||
home: 'Home',
|
||||
measure: 'Measure',
|
||||
zoomBox: 'Zoom Box',
|
||||
info: 'Info',
|
||||
location: 'Location',
|
||||
setting: 'Settings',
|
||||
@@ -18,6 +19,10 @@ export const enUS: TranslationDictionary = {
|
||||
walkBird: 'Bird Eye',
|
||||
walkMenu: 'Menu',
|
||||
tree: 'Tree',
|
||||
section: 'Section',
|
||||
sectionPlane: 'Plane Section',
|
||||
sectionAxis: 'Axis Section',
|
||||
sectionBox: 'Section Box'
|
||||
},
|
||||
dialog: {
|
||||
testTitle: 'Test Dialog',
|
||||
@@ -102,5 +107,37 @@ export const enUS: TranslationDictionary = {
|
||||
save: 'Save',
|
||||
cancel: 'Cancel',
|
||||
}
|
||||
},
|
||||
sectionPlane: {
|
||||
dialogTitle: 'Plane Section',
|
||||
actions: {
|
||||
hide: 'Hide',
|
||||
reverse: 'Reverse',
|
||||
reset: 'Reset'
|
||||
}
|
||||
},
|
||||
sectionAxis: {
|
||||
dialogTitle: 'Axis Section',
|
||||
actions: {
|
||||
hide: 'Hide',
|
||||
reverse: 'Reverse',
|
||||
axisX: 'X',
|
||||
axisY: 'Y',
|
||||
axisZ: 'Z'
|
||||
}
|
||||
},
|
||||
sectionBox: {
|
||||
dialogTitle: 'Section Box',
|
||||
actions: {
|
||||
hide: 'Hide',
|
||||
reverse: 'Reverse',
|
||||
fitToModel: 'Fit',
|
||||
reset: 'Reset'
|
||||
},
|
||||
axes: {
|
||||
x: 'X',
|
||||
y: 'Y',
|
||||
z: 'Z'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user