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