選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

routes.js 797B

123456789101112131415161718192021222324252627282930313233
  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. speakerStats: 'Speaker Stats',
  28. participants: 'Participants',
  29. invite: 'Invite',
  30. sharedDocument: 'Shared document'
  31. },
  32. lobby: 'Lobby'
  33. };