2021-10-20 19:29:21 +00:00
|
|
|
export const screen = {
|
2021-11-11 14:32:56 +00:00
|
|
|
welcome: {
|
2022-07-28 07:28:29 +00:00
|
|
|
main: 'Welcome',
|
2021-11-17 12:54:00 +00:00
|
|
|
tabs: {
|
|
|
|
recent: 'Recent',
|
|
|
|
calendar: 'Calendar'
|
2022-07-28 07:28:29 +00:00
|
|
|
}
|
2021-11-11 14:32:56 +00:00
|
|
|
},
|
|
|
|
dialInSummary: 'Dial-In Info',
|
2022-03-17 14:13:58 +00:00
|
|
|
connecting: 'Connecting',
|
2022-06-16 09:49:07 +00:00
|
|
|
preJoin: 'Pre-Join',
|
2021-10-20 19:29:21 +00:00
|
|
|
conference: {
|
2022-01-25 12:55:57 +00:00
|
|
|
root: 'Conference root',
|
2021-10-20 19:29:21 +00:00
|
|
|
main: 'Conference',
|
2022-05-06 10:14:10 +00:00
|
|
|
carmode: 'Car Mode',
|
2021-10-20 19:29:21 +00:00
|
|
|
chat: 'Chat',
|
|
|
|
chatandpolls: {
|
|
|
|
main: 'Chat and Polls',
|
|
|
|
tab: {
|
|
|
|
chat: 'Chat',
|
|
|
|
polls: 'Polls'
|
|
|
|
}
|
|
|
|
},
|
2022-05-06 10:14:10 +00:00
|
|
|
container: 'Conference container',
|
2021-12-10 16:23:27 +00:00
|
|
|
security: 'Security Options',
|
2022-02-08 11:25:32 +00:00
|
|
|
recording: 'Recording',
|
|
|
|
liveStream: 'Live stream',
|
2021-11-10 17:49:53 +00:00
|
|
|
speakerStats: 'Speaker Stats',
|
2022-03-08 09:10:30 +00:00
|
|
|
salesforce: 'Link to Salesforce',
|
2021-10-20 19:29:21 +00:00
|
|
|
participants: 'Participants',
|
2022-03-30 13:54:03 +00:00
|
|
|
gifsMenu: 'GIPHY',
|
2021-10-20 19:29:21 +00:00
|
|
|
invite: 'Invite',
|
|
|
|
sharedDocument: 'Shared document'
|
|
|
|
},
|
2022-04-26 10:15:31 +00:00
|
|
|
lobby: {
|
|
|
|
root: 'Lobby root',
|
|
|
|
main: 'Lobby',
|
|
|
|
chat: 'Lobby chat'
|
2022-07-28 07:28:29 +00:00
|
|
|
},
|
|
|
|
settings: {
|
|
|
|
main: 'Settings',
|
|
|
|
links: {
|
|
|
|
help: 'Help',
|
|
|
|
privacy: 'Privacy',
|
|
|
|
terms: 'Terms'
|
|
|
|
}
|
2022-04-26 10:15:31 +00:00
|
|
|
}
|
2021-10-20 19:29:21 +00:00
|
|
|
};
|