import { TranslationDictionary } from './types'; export const enUS: TranslationDictionary = { common: { title: 'BimEngine', description: 'This is a BIM-ENGINE demo.', openTestDialog: 'Open Test Dialog', openInfoDialog: 'Open Info Dialog (Wrapped)', }, toolbar: { home: 'Home', info: 'Info', location: 'Location', setting: 'Settings', walk: 'Walk', walkPerson: 'Person', walkBird: 'Bird Eye', walkMenu: 'Menu', }, dialog: { testTitle: 'Test Dialog', testContent: '
This is a draggable and resizable dialog.

Try dragging the title bar or resizing from the bottom-right corner.
', }, menu: { info: 'Info', home: 'Home', }, tree: { searchPlaceholder: 'Please enter content to search', }, constructTree: { title: 'Construct Tree', }, tab: { component: 'Component', system: 'System', space: 'Space', } };