You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

routes.js 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. export const screen = {
  2. root: 'Main root',
  3. welcome: {
  4. main: 'Home',
  5. tabs: {
  6. recent: 'Recent',
  7. calendar: 'Calendar'
  8. },
  9. settings: 'Settings',
  10. terms: 'Terms',
  11. privacy: 'Privacy',
  12. help: 'Help'
  13. },
  14. dialInSummary: 'Dial-In Info',
  15. connecting: 'Connecting',
  16. conference: {
  17. root: 'Conference root',
  18. main: 'Conference',
  19. carmode: 'Car Mode',
  20. chat: 'Chat',
  21. chatandpolls: {
  22. main: 'Chat and Polls',
  23. tab: {
  24. chat: 'Chat',
  25. polls: 'Polls'
  26. }
  27. },
  28. container: 'Conference container',
  29. security: 'Security Options',
  30. recording: 'Recording',
  31. liveStream: 'Live stream',
  32. speakerStats: 'Speaker Stats',
  33. salesforce: 'Link to Salesforce',
  34. participants: 'Participants',
  35. gifsMenu: 'GIPHY',
  36. invite: 'Invite',
  37. sharedDocument: 'Shared document'
  38. },
  39. lobby: {
  40. root: 'Lobby root',
  41. main: 'Lobby',
  42. chat: 'Lobby chat'
  43. }
  44. };