初始化

This commit is contained in:
yuding
2025-12-24 19:02:34 +08:00
parent 4b5eb78bbb
commit 04a5e74284
51 changed files with 8576 additions and 5334 deletions

View File

@@ -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'
}
}
};