初始化

This commit is contained in:
yuding
2025-12-25 15:47:57 +08:00
parent 04a5e74284
commit 9b6959585d
28 changed files with 6464 additions and 4197 deletions

View File

@@ -15,6 +15,9 @@ export const enUS: TranslationDictionary = {
location: 'Location',
setting: 'Settings',
walk: 'Walk',
map: 'Map',
property: 'Property',
fullscreen: 'Fullscreen',
walkPerson: 'Person',
walkBird: 'Bird Eye',
walkMenu: 'Menu',
@@ -139,5 +142,27 @@ export const enUS: TranslationDictionary = {
y: 'Y',
z: 'Z'
}
},
walkControl: {
speed: 'Speed:',
gravity: 'Gravity',
collision: 'Collision',
characterModel: {
label: 'Construction Worker',
constructionWorker: 'Construction Worker',
officeMale: 'Office Male'
},
walkMode: {
label: 'Walk Mode',
walk: 'Walk',
run: 'Run'
},
exit: 'Exit',
path: {
dialogTitle: 'Path Walk'
}
},
map: {
dialogTitle: 'Map'
}
};