Implementation
const Map<String, String> roomContentsEnUS = {
'host': 'Host',
'roomType': 'Room Type',
'roomId': 'Room ID',
'roomLink': 'Room Link',
'copy': 'Copy',
'copyRoomIdSuccess': 'Room ID copied.',
'copyRoomLinkSuccess': 'Room Link copied.',
'exit': 'Exit',
'member': 'Member',
'mute': 'Mute',
'unmute': 'Unmute',
'openVideo': 'Open camera',
'closeVideo': 'Close camera',
'shareOn': 'Share',
'shareOff': 'Stop',
'chat': 'Chat',
'unfold': 'Unfold',
'drop': 'Drop',
'invite': 'Invite',
'float': 'Float',
'setting': 'Settings',
'inviteMember': 'Invite member',
'freeToSpeakRoom': 'Freedom speaker room',
'raiseHandSpeakRoom': 'Raise hand speaker room',
'me': 'Me',
'roomOwner': 'Owner',
'roomAdministrator': 'Administrator',
'allMute': 'Mute All',
'unAllMute': 'Enable all audios ',
'disableAllVideo': 'Disable Video for All',
'enableAllVideo': 'Enable all videos',
'more': 'More',
'searchMember': 'Search for participants',
'requestOpenAudio': 'Request open audio',
'requestOpenVideo': 'Request open video',
'changeHost': 'Change Host',
'haveTransferredOwner': 'The room owner has been transferred to xx',
'ok': 'Ok',
'disableMessage': 'Disable message',
'enableMessage': 'Enable message',
'kick': 'Kick out of the room',
'leaveRoomTip':
'If you do not want to end the room, please appoint a new moderator before leaving the room',
'leaveRoom': 'Leave Room',
'dismissRoom': 'Dismiss Room',
'videoSetting': 'Video settings',
'audioSetting': 'Audio settings',
'videoResolution': 'Resolution',
'videoFps': 'Frames PerSecond',
'videoBitrate': 'Bitrate',
'localVideoMirror': 'Local Mirror',
'audioCaptureVolume': 'Capture Volume',
'audioPlayVolume': 'Play Volume',
'volumePrompt': 'Volume Prompt',
'smoothDefinition': 'Smooth Definition',
'standardDefinition': 'Standard Definition',
'highDefinition': 'High Definition',
'superDefinition': 'Super Definition',
'allMutePrompt': 'Mute has been turned on',
'allUnMutePrompt': 'All mutes has been lifted',
'disableAllVideoPrompt': 'he banning of all paintings has been turned on',
'enableAllVideoPrompt': 'The ban on painting has been lifted',
'muteRoomReason': 'All on mute audio, unable to turn on microphone',
'disableVideoRoomReason': 'All on mute video, unable to turn on camera',
'muteErrorToast': 'Failed to mute.',
'disableVideoErrorToast': 'Failed to disable video',
'muteSuccessToast': ' agreed to the microphone access request.',
'disableVideoSuccessToast': ' agreed to the camera access request.',
'muteRejectToast': ' rejected to the microphone access request.',
'disableVideoRejectToast': ' rejected to the camera access request.',
'microphoneTurnedOffByHostToast': 'You were muted by the room owner.',
'microphoneTurnedOnByHostToast': 'You were unmuted by the room owner.',
'cameraTurnedOffByHostToast': 'The room owner disabled your video.',
'cameraTurnedOnByHostToast': 'The room owner enabled your video.',
'messageTurnedOffByHostToast': 'You were muted message by the room owner.',
'messageTurnedOnByHostToast': 'You were unmuted message by the room owner.',
'transferHost': 'Appoint a new host',
'appointAndLeave': 'Appoint and leave',
'screenSharingTip': 'You are sharing your screen...',
'stopScreenShare': 'Stop screen share',
'liveScreen': 'Live screen',
'stopTUIRoomScreenShare': 'Stop TUIRoom screen sharing screen live broadcast',
'cancel': 'Cancel',
'stop': 'Stop',
'doNotOpen': 'Not opened yet',
'confirmOpenMicrophone': 'Open microphone',
'confirmOpenCamera': 'Open camera',
'microphoneInviteTitle': 'The owner invites you to turn on the microphone',
'cameraInviteTitle': 'The owner invites you to turn on the camera',
'microphoneInviteMessage':
'After clicking Open microphone, your microphone will be turned on. You can also turn it off manually after speaking.',
'cameraInviteMessage':
'After clicking Open camera, your camera will be turned on. You can also turn it off manually after speaking.',
'roomDestroyed': 'The room has been destroyed',
'kickedOutOfRoom': 'You have been kicked out of the room',
'takeSeatInviteTitle': 'The host invites you to speak on stage',
'takeSeatInviteMessage':
'The moderator invites you to speak on stage. Once on stage, you can turn on the camera and unMute yourself',
'agreeTakeSeat': 'Agree take seat',
'refuse': 'Refuse',
'leaveSeat': 'Leave seat',
'applyJoinStage': 'Join stage',
'joinStage': 'Join Stage',
'cancelStage': 'Cancel the stage',
'takeSeatRequestAgreed': 'Succeed on stage',
'takeSeatRequestRejected': 'Application to go on stage was rejected',
'joinStageApplicationCancelled': 'Application for stage has been cancelled',
'raiseHandTip':
'Current room type is raise hand room,please raise your hand to apply take seat first',
'inviteToTakeSeat': 'Invite to take seat',
'inviteMemberToTakeSeat': 'Invite member to take seat',
'kickOffSeat': 'Kick off seat',
'stageManagement': 'Stage Management',
'agreeAll': 'Agree to all',
'disagreeSeat': 'Disagree to come on stage',
'haveBecomeOwner': 'You are now a room owner',
'takeSeatInvitationSend':
'Invitation to the audience have been sent to the stage',
'takeSeatInvitationAccepted': ' is on stage',
'takeSeatInvitationRejected': ' refused to go on stage',
'otherUserScreenSharing': 'Other users have turned on screen sharing',
'sureLeaveRoomTip': 'Are you sure you want to leave the room?',
'joinStageApplicationSent':
'Application has been sent, please wait for the owner/administrator to approve',
'quickConference': '\'s quick meeting',
'sureKickOut': 'Do you want to move xx out of the room?',
'sure': 'Sure',
'setAsAdministrator': 'Set as administrator',
'undoAdministrator': 'Undo administrator',
'haveSetUpAdministrator': 'xx has been set as room admin',
'haveRevokedAdministrator': 'The room admin status of xx has been withdrawn',
'haveBecomeAdministrator': 'You have become a room admin',
'haveBecomeAdministratorMessage':
'You have been set as an administrator by the host. Do you want to join stage immediately?',
'revokedYourAdministrator': 'Your room admin status has been revoked',
'joinStageImmediately': 'Join stage immediately',
'noYetJoinStage': 'Not yet join stage',
'leaveSeatTitle': 'Are you sure you want to step down?',
'leaveSeatMessage':
'To get on stage again, you need to resend the application and wait for the owner/administrator to approve it.',
'kickedOffSeat': 'You have been asked to leave stage',
'allMuteTitle': 'All current and new members will be muted',
'allMuteMessage': 'Members will not be able to open the microphone',
'allDisableVideoTitle': 'All and new members will be banned from the camera',
'allDisableVideoMessage': 'Members will not be able to open the camera',
'allUnMuteMessage':
'After unlocking, users can freely turn on the microphone Dialog',
'allEnableVideoMessage':
'After unlocking, users can freely turn on the camera',
'confirmRelease': 'Confirm release',
'transferOwnerTitle': 'Transfer the room owner to xx',
'transferOwnerMessage':
'After transfer the room owner, you will become a general user',
'sureToTransfer': 'Confirm transfer',
'requestRepeat':
'This member has already received the same request, please try again later',
'stageMemberReachedLimit':
'The current number of people on stage has reached the limit',
'takeSeatInvitationTimeOut':
'The invitation to xx to go on stage has timed out',
'goOnStageTimeOut': 'Failed to go on stage, invitation has timed out',
'differentRoomIdTip':
'Please exit the current meeting before entering other meetings',
'haveNotEnteredRoomTip': 'You have not joined any meetings yet',
'otherSettings': 'Other settings',
'openFloatingChat': 'Open Floating Chat',
};