初始化
This commit is contained in:
@@ -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'
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user