123456789101112131415161718192021222324252627282930313233 |
- export const screen = {
- root: 'Main root',
- welcome: {
- main: 'Home',
- tabs: {
- recent: 'Recent',
- calendar: 'Calendar'
- },
- settings: 'Settings',
- terms: 'Terms',
- privacy: 'Privacy',
- help: 'Help'
- },
- dialInSummary: 'Dial-In Info',
- conference: {
- root: 'Conference root',
- main: 'Conference',
- chat: 'Chat',
- chatandpolls: {
- main: 'Chat and Polls',
- tab: {
- chat: 'Chat',
- polls: 'Polls'
- }
- },
- security: 'Security Options',
- speakerStats: 'Speaker Stats',
- participants: 'Participants',
- invite: 'Invite',
- sharedDocument: 'Shared document'
- },
- lobby: 'Lobby'
- };
|