import TUIChat from './TUIChat';
import Component from './component';
import time from './time';
import AIDesk from './aidesk';
import Emoji from "./emoji";

const messages = {
  en: {
    "取消": 'Cancel',
    "确定": 'Confirm',
    "发送": 'Send',
    "系统通知": 'System notification',
    "关闭": 'Close',
    "图片": 'Image',
    "文件": 'File',
    "表情": 'Emoji',
    "视频": 'Video',
    "录制": 'Record',
    "拍照": 'Take a photo',
    "去申请": "Apply now",
    "权限申请提示": "Permission Request Prompt",
    "takePhotoPrompt": "This action requires camera permission to take photos and send them to customer service",
    "selectImagePrompt": "This action requires read and write storage permissions to select pictures and send them to customer service",
    "selectVideoPrompt": "This action requires read and write storage permissions to select videos and send them to customer service",
    "recordPrompt": "This action requires camera permission to record videos and send them to customer service",
    AIDesk,
    TUIChat,
    Component,
    time,
    Emoji,
  },
};

export default messages;
