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 864B

1234567891011121314151617181920212223242526272829303132333435
  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. conference: {
  16. root: 'Conference root',
  17. main: 'Conference',
  18. chat: 'Chat',
  19. chatandpolls: {
  20. main: 'Chat and Polls',
  21. tab: {
  22. chat: 'Chat',
  23. polls: 'Polls'
  24. }
  25. },
  26. security: 'Security Options',
  27. recording: 'Recording',
  28. liveStream: 'Live stream',
  29. speakerStats: 'Speaker Stats',
  30. participants: 'Participants',
  31. invite: 'Invite',
  32. sharedDocument: 'Shared document'
  33. },
  34. lobby: 'Lobby'
  35. };