zh constant

Map<String, dynamic> const zh

Implementation

static const Map<String, dynamic> zh = {
  sent: '发送',
  giftSent: '送了',
  joined: "进入聊天室",
  postSuccess: "发布成功",
  postFailed: '发布失败',
  welcome: "欢迎来到",
  joinedSuccessful: "加入成功",
  joinImFailed: '加入聊天室失败',
  noticePosted: "公告已发布",
  contentProhibited: "内容含有敏感词",
  kickedOutRoom: '您已经被踢出聊天室',
  startChat: "发条弹幕吧~",
  report: "举报",
  violationOptions: "违规选项",
  bottomSheetPrivateChat: '私聊',
  bottomSheetTranslate: '翻译',
  bottomSheetDelete: '撤回',
  bottomSheetMute: '禁言',
  bottomSheetUnmute: '解除禁言',
  bottomSheetReport: '举报',
  bottomSheetRemove: "移除",
  bottomSheetCancel: '取消',
  reportButtonClickMenuTitle: '举报',
  dialogCancel: '取消',
  dialogConfirm: '确定',
  dialogDelete: '删除',
  memberListTitle: '成员列表',
  muteListTitle: '禁言列表',
  violationReason_1: "不受欢迎的商业内容或垃圾内容",
  violationReason_2: "色情或露骨内容",
  violationReason_3: "虐待儿童",
  violationReason_4: "仇恨言论或过于写实的暴力内容",
  violationReason_5: "宣扬恐怖主义",
  violationReason_6: "骚扰或欺凌",
  violationReason_7: "自杀或自残",
  violationReason_8: "虚假信息",
  violationReason_9: "其他",
  search: "搜索",
  cancel: "取消",
  memberRemove: "移除",
  hasBeenMuted: "已被禁言",
  newMessage: "条新消息",
  wantRemove: "移除",
};