en constant

Map<String, dynamic> const en

Implementation

static const Map<String, dynamic> en = {
  sent: 'Sent',
  joined: "Joined",
  giftSent: 'Sent',
  postSuccess: "Post Success",
  postFailed: 'Post Failed"',
  welcome: "Welcome to",
  joinedSuccessful: "Joined successful!",
  joinImFailed: 'join IM failed!',
  noticePosted: "Notice Posted",
  contentProhibited: "Content prohibited",
  kickedOutRoom: '您已经被踢出聊天室',
  startChat: "Let's chat",
  report: "Report",
  violationOptions: "Violation options",
  bottomSheetPrivateChat: 'Private Chat',
  bottomSheetTranslate: 'Translate',
  bottomSheetDelete: 'Delete',
  bottomSheetMute: 'Mute',
  bottomSheetUnmute: 'Unmute',
  bottomSheetRemove: "Remove",
  bottomSheetReport: 'Report',
  bottomSheetCancel: 'Cancel',
  reportButtonClickMenuTitle: 'Report',
  dialogCancel: 'Cancel',
  dialogConfirm: 'Confirm',
  dialogDelete: 'Delete',
  memberListTitle: 'Participants',
  muteListTitle: 'Ban List',
  violationReason_1: "Unwelcome commercial content or spam",
  violationReason_2: "Pornographic or explicit content",
  violationReason_3: "Child abuse",
  violationReason_4: "Hate speech or graphic violence",
  violationReason_5: "Promote terrorism",
  violationReason_6: "Harassment or bullying",
  violationReason_7: "Suicide or self harm",
  violationReason_8: "False information",
  violationReason_9: "Others",
  search: "Search",
  cancel: "Cancel",
  memberRemove: "Remove",
  hasBeenMuted: "Your were muted!",
  newMessage: "new messages",
  wantRemove: "Want to remove",
};