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.

1234567891011121314151617181920212223242526272829303132333435363738
  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. chat: 'Chat',
  20. chatandpolls: {
  21. main: 'Chat and Polls',
  22. tab: {
  23. chat: 'Chat',
  24. polls: 'Polls'
  25. }
  26. },
  27. security: 'Security Options',
  28. recording: 'Recording',
  29. liveStream: 'Live stream',
  30. speakerStats: 'Speaker Stats',
  31. salesforce: 'Link to Salesforce',
  32. participants: 'Participants',
  33. gifsMenu: 'GIPHY',
  34. invite: 'Invite',
  35. sharedDocument: 'Shared document'
  36. },
  37. lobby: 'Lobby'
  38. };