Browse Source

feature: 添加国际化

ljc 7 months ago
parent
commit
94a935e5a8
8 changed files with 10195 additions and 0 deletions
  1. 2 0
      .env
  2. 1 0
      .env.production
  3. 2 0
      .env.test
  4. 1 0
      package.json
  5. 39 0
      src/i18n/index.ts
  6. 5039 0
      src/i18n/locales/cn.json
  7. 5108 0
      src/i18n/locales/en.json
  8. 3 0
      src/main.ts

+ 2 - 0
.env

@@ -3,3 +3,5 @@
 VITE_PORT = 8100
 
 
+VITE_APP_I18N_LOCALE=en
+VITE_APP_I18N_FALLBACK_LOCALE=en

+ 1 - 0
.env.production

@@ -3,3 +3,4 @@ NODE_ENV = "production"
 
 # 线上环境接口地址
 VITE_APP_BASE_API = '/api'
+VITE_APP_ENV=production

+ 2 - 0
.env.test

@@ -4,3 +4,5 @@ NODE_ENV = "test"
 
 # 测试环境接口地址
 VITE_APP_BASE_API = '/api'
+VITE_APP_ENV=test
+VITE_NODE_ENV=production

+ 1 - 0
package.json

@@ -49,6 +49,7 @@
     "vue-cropper": "^1.0.3",
     "vue-cropperjs": "^5.0.0",
     "vue-fuse": "^4.1.1",
+    "vue-i18n": "^11.1.12",
     "vue-mugen-scroll": "^0.2.6",
     "vue-qr": "^4.0.6",
     "vue-router": "^4.1.6",

+ 39 - 0
src/i18n/index.ts

@@ -0,0 +1,39 @@
+import { createI18n } from 'vue-i18n'
+import en from './locales/en.json'
+import cn from './locales/cn.json'
+
+function LocaleLanguage() {
+  // 优先使用sessionStorage中存储的语言设置
+  const storedLang = sessionStorage.getItem('lang')
+  if (storedLang && (storedLang === 'en' || storedLang === 'cn')) {
+    return storedLang
+  }
+
+  // 如果没有存储的语言设置,则使用浏览器语言
+  let lang = 'cn'
+  console.log(navigator, 'lanaa')
+  if (navigator.languages.includes('zh')) {
+    lang = 'cn'
+  } else if (!navigator.languages.includes('zh')) {
+    lang = 'en'
+  }
+
+  if (lang.indexOf('en') != -1) {
+    return 'en'
+  } else if (lang.indexOf('cn') != -1) {
+    return 'cn'
+  } else {
+    return 'cn'
+  }
+}
+
+const i18n = createI18n({
+  locale: LocaleLanguage(),
+  fallbackLocale: import.meta.env.VITE_APP_I18N_FALLBACK_LOCALE || 'cn',
+  messages: {
+    en,
+    zh: cn,
+  },
+})
+
+export default i18n

+ 5039 - 0
src/i18n/locales/cn.json

@@ -0,0 +1,5039 @@
+{
+  "Msg": {
+    "Withdrawal":"出金申请金额",
+    "Payment":"打款金额",
+    "DeleteConfirm": "是否删除",
+    "SystemError": "系统错误,请稍后再试。",
+    "LoginSuccess": "登录成功,马上进入系统。",
+    "LoginFail": "登录失败, 请稍后再试。",
+    "LogoutSuccess": "登出成功",
+    "LogoutFail": "登出失败",
+    "SearchSuccess": "数据获取成功",
+    "SearchFail": "数据获取失败",
+    "SaveSuccess": "数据保存成功",
+    "SaveFail": "数据保存失败",
+    "ModifySuccess": "数据修改成功",
+    "ModifyFail": "数据修改失败",
+    "DeleteSuccess": "数据删除成功",
+    "DeleteFail": "数据删除失败",
+    "registerSuc": "注册成功",
+    "registerErr": "注册失败",
+    "CodeSuccess": "验证码获取成功",
+    "CodeFail": "验证码获取失败",
+    "PwdSuccess": "密码修改成功",
+    "PwdFail": "密码修改失败",
+    "Success": "成功",
+    "Success1": "您的激活申请已提交,请等待第三方信息返回。",
+    "Success2": "您的充值申请已提交,请等待第三方信息返回。",
+    "Success3": "密码重置链接已发送,请查收短信或邮箱。",
+    "Success4": "冻结成功",
+    "Success5": "解冻成功",
+    "Success6": "KYC认证提交成功,请耐心等待审核结果。",
+    "Success7": "银行卡申请已提交,请耐心等待开卡结果。",
+    "Success8": "获取成功",
+    "Success9": "您已经开卡成功!",
+    "Success10": "解冻成功",
+    "Success11": "拒绝成功",
+    "Success12": "充值申请已提交,请耐心等待开卡结果。",
+    "Success13": "审核成功",
+    "Success14": "余额调整成功!",
+    "Success15": "复制成功!",
+    "Success16": "复制失败!",
+    "Success17": "审批成功",
+    "Success18": "您的扣款申请已提交,请等待第三方信息返回。",
+    "RefreshSuccess": "刷新成功",
+    "Fail": "失败",
+    "10IMG": "上传头像图片大小不能超过 10MB!",
+    "JPG": "上传图片只能是 JPG、JPEG、PNG、PDF 格式!",
+    "JPG1": "上传图片只能是 JPG、JPEG、PNG 格式!",
+    "mp4": "上传视频只能是 mp4,avi,3gp,wmv,asf,navi,mov,mpeg,rm,rmvb,flv,f4v 格式!",
+    "Socket": "您的浏览器不支持WebSocket",
+    "Delete": "确定要删除吗?",
+    "Callback": "确定要回调吗?",
+    "GiftStatus": "确定要处理吗?",
+    "GiftStatus1": "确定要申请吗?",
+    "SystemPrompt": "系统提示",
+    "ChooseDelete": "请先选择要删除的数据",
+    "Logout": "确定要退出吗?",
+    "Download": "失败,请重新下载",
+    "NotDisplay": "没有权限",
+    "LogoutTime": "登录过期,请重新登录!",
+    "httpFormat": "格式错误:以'http://'或者'https://'开头",
+    "NameOrIdentity": "邮箱或者证件ID必须填一个",
+    "ChannelSerial": "回调成功时,三方流水号不为空!",
+    "ibNoId": "代理编号不存在!",
+    "upload": "请选择文件",
+    "uploadSuccess": "上传成功",
+    "separated": "(以英文逗号隔开)",
+    "tradeSwapsFileUpdate": "请输入0-100",
+    "SubAccountUnblocking": "确定要解禁吗?",
+    "SubAccountBan": "确定要加禁吗?",
+    "searchCriteria": "请输入搜索条件",
+    "100IMG": "上传电子书大小不能超过25MB!",
+    "PDF": "上传电子书格式只能是pdf文件",
+    "Info": "请填写完整信息",
+    "OverLimit": "上传的文件数量超过限制",
+    "ConfirmDeduction": "是否扣除?",
+    "DeductionSuccess": "扣除成功",
+    "DeductionFailed": "扣除失败",
+    "OperationSuccess": "操作成功",
+    "OperationFailed": "操作失败",
+    "InvalidLogin": "请输入正确的账户(纯数字)",
+    "PleaseSelectItem": "请先选择要删除的项目",
+    "ConfirmBatchDelete": "确定要批量删除选中的项目吗?",
+    "ConfirmSendReport": "确定要发送该销售业绩报告吗?",
+    "SendReportSuccess": "报告发送成功",
+    "SendReportFailed": "报告发送失败"
+  },
+  "signin": {
+    "bar": {
+      "home": "主页",
+      "lang": "选择语言"
+    },
+    "title": "登陆",
+    "form": {
+      "email": "请输入账户...",
+      "password": "请输入密码..."
+    },
+    "login": "登陆",
+    "forget": "忘记密码?",
+    "words": "没有账号?",
+    "signup": "注册"
+  },
+  "signup": {
+    "title": "注册",
+    "form": {
+      "country": "国家/地区",
+      "phone": "输入11位数手机号码",
+      "email": "您的电子邮箱地址",
+      "code": "邮箱验证码",
+      "getCode": "获取验证码",
+      "waitCode1": "等待 ",
+      "waitCode2": "s ",
+      "password": "设置密码"
+    }
+  },
+  "getCode": {
+    "R-GoogleSecretKey": "谷歌验证码",
+    "item1": "验证码",
+    "item2": "邮箱验证码",
+    "item3": "谷歌验证码",
+    "item4": "是否绑定谷歌验证码?",
+    "item5": "秘钥"
+  },
+  "forget": {
+    "title": "找回密码",
+    "form": "您的电子邮箱地址",
+    "forget": "继续",
+    "cancel": "取消"
+  },
+  "vaildate": {
+    "email": {
+      "format": "邮箱格式错误",
+      "empty": "邮箱不能为空",
+      "exist": "邮箱已存在"
+    },
+    "phone": {
+      "format": "手机格式错误",
+      "empty": "手机不能为空"
+    },
+    "select": {
+      "empty": "请选择"
+    },
+    "input": {
+      "empty": "请输入"
+    },
+    "img": {
+      "empty": "请上传图片"
+    },
+    "password": {
+      "format": "密码格式错误",
+      "empty": "密码不能为空",
+      "again": "请再次输入密码",
+      "same": "两次输入的密码不一样",
+      "same1": "请输入8–15位的数字和字母组合密码",
+      "updateType1": "修改密码",
+      "updateType2": "修改googleEmail密码",
+      "updateType3": "两者都修改"
+    },
+    "amount": {
+      "format": "最多两位小数",
+      "empty": "不能为空",
+      "NonNegInt": "必须是非负整数",
+      "section": "区间重合",
+      "greater": "应大于最小值",
+      "number": "请输入正确格式"
+    },
+    "date": {
+      "empty": "请选择时间范围,并搜索"
+    },
+    "code": {
+      "empty": "请输入验证码"
+    }
+  },
+  "Placeholder": {
+    "Choose": "请选择",
+    "ChooseDate": "选择日期",
+    "Start": "开始时间",
+    "End": "结束时间",
+    "StartDate": "开始日期",
+    "EndDate": "结束日期",
+    "Textarea": "描述不要超过200个字符...",
+    "TitleFormat": "请输入标题格式",
+    "Input": "请输入",
+    "FirstName": "名字",
+    "Middle": "中间名",
+    "LastName": "姓氏",
+    "AreaCode": "区号",
+    "Phone": "电话号码",
+    "Not": "暂无",
+    "Lot": "100/lot",
+    "SelectWeek": "请选择周数"
+  },
+  "Btn": {
+    "NoCertified": "未认证",
+    "ToCertified": "立即认证",
+    "Add": "新增",
+    "Delete": "删除",
+    "Confirm": "确定",
+    "Cancel": "取消",
+    "Release": "发布",
+    "Save": "保存",
+    "Open": "开启",
+    "Close": "关闭",
+    "Yes": "是",
+    "No": "否",
+    "Editor": "编辑",
+    "Refresh": "刷新",
+    "EditRemark": "编辑备注",
+    "Read": "已读",
+    "Unread": "未读",
+    "Detailed": "详细",
+    "Check": "核验",
+    "Audit": "审批",
+    "MTDeductions": "MT扣款",
+    "RemittanceReceipt": "汇款回执",
+    "ResetPwd": "重置密码",
+    "DealWith": "处理",
+    "Active": "操作",
+    "CSV": "导出CSV",
+    "XLS": "导出XLS",
+    "Export": "导出",
+    "BalanceOperating": "余额操作",
+    "EditTemplate": "编辑模板",
+    "More": "更多",
+    "csv": "批量csv导入",
+    "Hide": "加点调整",
+    "Search": "搜索",
+    "Upload": "上传文件",
+    "Reset": "重置",
+    "Bank": "返回",
+    "ViewLog": "查看日志",
+    "Valid": "是否启用",
+    "Deduction": "扣除",
+    "ViewChange": "查看变更历史",
+    "OperateHistory": "查看历史记录",
+    "SendReport": "发送报告"
+  },
+  "State": {
+    "ToBeProcessed": "待处理",
+    "InTheProcessing": "处理中",
+    "Completed": "已完成",
+    "Unfinished": "未完成",
+    "Pass": "已通过",
+    "NotApply": "未申请",
+    "Refused": "拒绝",
+    "Normal": "正常",
+    "Freeze": "冻结",
+    "Yes": "是",
+    "No": "否",
+    "ReadOnly": "只读",
+    "All": "全部",
+    "Lock": "锁定",
+    "Again": "重新上传",
+    "Ongoing": "进行中",
+    "InForce": "已生效",
+    "NotInForce": "未生效",
+    "Rematch": "重新匹配",
+    "Sending": "发送中",
+    "Success": "成功",
+    "Fail": "失败",
+    "NotUsed": "未使用",
+    "InUse": "使用中",
+    "Used": "已使用",
+    "UseComplete": "使用完成",
+    "Unsubscribed": "已退订",
+    "Expired": "已过期",
+    "NoDeduction": "未扣款",
+    "Deducted": "已扣款",
+    "Cancelled": "已取消",
+    "NotCopied": "未拷贝",
+    "CopyIn": "拷贝中",
+    "OpenPosition": "待平仓",
+    "ClosingPosition": "平仓中",
+    "SelectAll": "全选",
+    "Min": "最小值",
+    "Max": "最大值",
+    "hireStatus1": "未联系",
+    "hireStatus2": "面试中",
+    "hireStatus3": "通过",
+    "hireStatus4": "拒绝",
+    "entryStatus1": "未填写",
+    "entryStatus2": "待审核",
+    "employmentStatus1": "试用期",
+    "employmentStatus2": "正式员工",
+    "entryStatus3": "通过",
+    "entryStatus4": "拒绝",
+    "manageStatus1": "未核验",
+    "manageStatus2": "待核验",
+    "manageStatus3": "通过",
+    "manageStatus4": "拒绝",
+    "VrifyStatus0": "未验证",
+    "VrifyStatus1": "已验证",
+    "CardType1": "护照",
+    "CardType2": "身份证",
+    "CardType3": "驾照",
+    "CardType4": "居住许可证",
+    "CardType5": "自拍照",
+    "Male": "男",
+    "Female": "女",
+    "NoSuccess": "未成功"
+  },
+  "R-AccountZero": "账户补零",
+  "R-AccountZero-Export": "导出",
+  "R-AccountZero-search": "列表",
+  "R-AccountZero-Excel": "Excel导入",
+  "R-System-actSpread": "代理加点配置",
+  "R-System-actSpread-Search": "列表",
+  "R-System-actSpread-Add": "新增",
+  "R-System-actSpread-Editor": "编辑",
+  "R-System-actSpread-Delete": "删除",
+  "R-System-amountDate": "账户免息配置",
+  "R-System-amountDate-Search":"列表",
+  "R-System-amountDate-Add":"新增",
+  "R-System-amountDate-Editor":"编辑",
+  "R-System-amountDate-Delete":"删除",
+  "R-System-amountDate-TradingAccount": "交易账号",
+  "R-System-amountDate-Platform": "平台",
+  "R-System-amountDate-DayNumber": "免息天数",
+  "R-System-amountDate-AddTitle": "新增",
+  "R-System-amountDate-EditTitle": "编辑",
+  "R-System-amountDate-InputTradingAccount": "请输入交易账号",
+  "R-System-amountDate-ChoosePlatform": "请选择平台",
+  "R-System-amountDate-InputDayNumber": "请输入免息天数",
+  "R-System-amountDate-DeleteConfirm": "确定要删除该条记录吗?",
+  "R-System-amountDate-DeleteTitle": "删除确认",
+  "R-AmountFree-Search":"列表",
+  "R-AmountFree-Add":"新增",
+  "R-AmountFree-Editor":"编辑",
+  "R-AmountFree-Delete":"删除",
+  "R-exclude-Search":"列表",
+  "R-exclude-Add":"新增",
+  "R-exclude-Editor":"编辑",
+  "R-exclude-Delete":"删除",
+    "No":"第",
+  "Week":"周",
+  "R-dataRetrieval-Search":"列表",
+  "R-Bank-NoCertified":"未认证",
+  "R-Bank-ToCertified":"立即认证",
+  "R-dataRetrieval-Unseal":"解封",
+  "R-Bank-edit":"操作权限",
+  "R-Enter": "菜单",
+  "R-Real-Amount":"全部金额",
+  "R-Real-Disabled": "开户设置查看",
+  "R-Dashboard": "控制台",
+  "R-CustomerDynamic": "客户动态",
+  "R-PotentialCustomer": "潜在客户",
+  "R-NoticeInformation": "公告/通知",
+  "R-Historical": "历史销售排行",
+  "R-Historical-Search": "列表",
+  "R-Historical-Export": "导出",
+  "R-Historical-WeekSelector": "第几周",
+  "R-Historical-WeekPlaceholder": "选择周",
+  "R-Historical-Ranking": "排名",
+  "R-Historical-Name": "姓名",
+  "R-Historical-DepositAmount": "入金金额",
+  "R-Historical-DepositCustomerNum": "入金客户数",
+  "R-Historical-TradeCustomerNum": "交易客户数",
+  "R-Historical-RewardSubtotal": "奖励小计",
+  "R-Historical-RewardTotal": "奖励总计",
+  "R-Historical-PerformanceNotMet": "业绩未达标,期待下次冲榜!",
+  "R-Historical-RankingLabel": "排名:",
+  "R-Historical-NameLabel": "姓名:",
+  "R-Historical-DepositAmountLabel": "入金金额:",
+  "R-Historical-DepositCustomerNumLabel": "入金客户数:",
+  "R-Historical-TradeCustomerNumLabel": "交易客户数:",
+  "R-Historical-RewardSubtotalLabel": "奖励小计:",
+  "R-Historical-RewardTotalLabel": "奖励总计:",
+  "R-NoticeInformationSingle": "公告/通知详情",
+  "R-Web": "发布管理",
+  "R-Info": "信息发布",
+  "R-RewardDetails-Search": "列表",
+  "R-RewardDetails-Deduction": "扣除",
+  "R-InfoSingle": "信息发布详情",
+  "R-InfoAdd": "新增信息",
+  "R-Activity": "活动发布",
+  "R-ActivityAdd": "新增活动",
+  "R-Notice": "系统消息",
+  "R-Notice-Details": "上传详情",
+  "R-Notice-SendLog": "通知日志",
+  "R-Notice-Send": "发送系统消息",
+  "R-BankList-Search": "银行信息",
+  "R-UtaskList-Export": "导出",
+  "R-LimitedActivities-Export": "导出",
+  "R-OperateHistory-Send": "查看历史记录",
+  "R-Notice-Search": "发送系统消息列表",
+  "R-Notice-record": "日志列表",
+  "R-NoticeUpload-Search": "上传列表",
+  "R-NoticeUpload-Delete": "删除",
+  "R-NoticeUpload-Upload": "上传",
+  "R-NoticeUpload-SingleDelete": "详情删除",
+  "R-NoticeUpload-SingleUpdate": "详情修改",
+  "R-Popup": "最新活动弹窗",
+  "R-Popup-Search": "列表",
+  "R-Popup-Delete": "删除",
+  "R-Popup-Add": "新增",
+  "R-Popup-Update": "修改",
+  "R-Popup-Single": "详情",
+  "R-Apply": "申请管理",
+  "R-VerifiedUser": "待核验用户",
+  "R-LimitedActivities": "限时活动",
+  "R-Rebate": "活动返利",
+  "R-UtaskList": "U币入金奖励活动",
+  "R-surplusList": "月盈赠金活动",
+  "R-surplusList-Search": "列表",
+  "R-surplusList-Complete": "完成任务",
+  "R-surplusList-Cancel": "取消任务", 
+  "R-surplusList-Recover": "恢复信用",
+  "R-UtaskList-Search": "列表",
+  "R-PendingAccount": "待审批账户",
+  "R-LeverAdjust": "杠杆调整",
+  "R-PasswordReset": "密码重置",
+  "R-BelongingAdjust": "归属调整",
+  "R-CommissionAdjust": "佣金调整申请",
+  "R-AgentApply": "代理申请",
+  "R-ActivitiesApply": "活动申请",
+  "R-ActivitiesApplyNew": "20赠金活动",
+  "R-AgencyTransfer": "代理转归属",
+  "R-Customer": "客户管理",
+  "R-Real": "真实用户",
+  "R-Simulation": "模拟账户",
+  "R-Trading": "交易账户",
+  "R-Agent": "代理账户",
+  "R-ActivityAccount": "活动账户",
+  "R-HangUndo": "挂入撤销",
+  "R-Report": "报告",
+  "R-Data": "数据报告",
+  "R-Financial": "财务管理",
+  "R-OnlineDeposit": "在线存款",
+  "R-WithdrawalApplication": "取款申请",
+  "R-InternalTransfer": "内部转账",
+  "R-CommissionExtract": "佣金提取",
+  "R-CommissionTransfer": "佣金内转",
+  "R-CommissionTemplate": "佣金模板",
+  "R-User": "用户管理",
+  "R-UserList": "用户列表",
+  "R-UserList-GroupSettings": "组别设置",
+  "R-UserList-Unseal": "解封",
+  "R-UserList-reSecretKey": "重置密钥",
+  "R-UserList-rePassword": "重置密码",
+  "R-UserList-closeSecretKey": "清理密钥",
+  "R-UserList-secretKey": "获取谷歌密钥",
+  "R-UserList-ibNo": "销售编号",
+  "R-UserList-AccountSetup": "开户设置",
+  "R-UserList-Disabled": "开户设置查看",
+  "R-Role": "角色管理",
+  "R-SalesList": "销售列表",
+  "R-ReferralList": "推荐人列表",
+  "R-ReferralList-Add": "新增",
+  "R-Hire": "招聘管理",
+  "R-Entry": "入职管理",
+  "R-Resign": "离职管理",
+  "R-System": "系统设置",
+  "R-Exclude": "排除删除账户",
+  "R-Bank": "银行设置",
+  "R-Country": "城市管理",
+  "R-Group": "组别设置",
+  "R-Varieties": "品种设置",
+  "R-DepositWithdraw": "存取款设置",
+  "R-Email": "邮箱设置",
+  "R-Global": "全局设置",
+  "R-Refusal": "拒绝原因",
+  "R-OneNodeAdd": "一级节点",
+  "R-TwoNodeAdd": "二级节点",
+  "R-BtnAdd": "按钮",
+  "R-CustomerDynamic-Search": "列表",
+  "R-PotentialCustomer-Search": "列表",
+  "R-PotentialCustomer-Delete": "删除",
+  "R-PotentialCustomer-Update": "修改",
+  "R-PotentialCustomer-Export": "导出",
+  "R-PotentialCustomer-AdjustmentAttribution": "调整归属",
+  "R-PotentialCustomer-Verification": "申请核验",
+  "R-NoticeInformation-Search": "列表",
+  "R-NoticeInformation-Read": "已读",
+  "R-Info-Search": "列表",
+  "R-Info-Add": "新增",
+  "R-Info-Update": "修改",
+  "R-Info-Delete": "删除",
+  "R-Ebook": "电子书发布",
+  "R-EbookSingle": "电子书详情",
+  "R-EbookAdd": "新增电子书",
+  "R-Ebook-Search": "列表",
+  "R-Ebook-Add": "新增",
+  "R-Ebook-Update": "修改",
+  "R-Ebook-Delete": "删除",
+  "R-LimitedActivities-Search": "列表",
+  "R-LimitedActivities-Audit": "审核",
+  "R-LimitedActivities-cance": "取消活动",
+  "R-Rebate-Search": "返利列表",
+  "R-Rebate-add": "新增",
+  "R-Rebate-edit": "编辑",
+  "R-Rebate-delete": "删除",
+  "R-Activity-Search": "列表",
+  "R-Activity-Add": "新增",
+  "R-Activity-Update": "修改",
+  "R-Activity-Delete": "删除",
+  "R-VerifiedUser-Search": "列表",
+  "R-VerifiedUser-Single": "详情",
+  "R-VerifiedUser-Single1": "详情",
+  "R-VerifiedUser-Approve": "审核",
+  "R-VerifiedUser-Update": "修改",
+  "R-VerifiedUser-Export": "导出",
+  "R-PendingAccount-Search": "列表",
+  "R-PendingAccount-Single": "详情",
+  "R-PendingAccount-Approve": "审核",
+  "R-LeverAdjust-Search": "列表",
+  "R-LeverAdjust-Single": "详情",
+  "R-LeverAdjust-Approve": "审核",
+  "R-PasswordReset-Search": "列表",
+  "R-PasswordReset-Single": "详情",
+  "R-PasswordReset-Approve": "审核",
+  "R-PendingAccount-mam-Search": "列表-mam",
+  "R-PendingAccount-mam-Single": "详情-mam",
+  "R-PendingAccount-mam-Approve": "审核-mam",
+  "R-LeverAdjust-mam-Search": "列表-mam",
+  "R-LeverAdjust-mam-Single": "详情-mam",
+  "R-LeverAdjust-mam-Approve": "审核-mam",
+  "R-PasswordReset-mam-Search": "列表-mam",
+  "R-PasswordReset-mam-Single": "详情-mam",
+  "R-PasswordReset-mam-Approve": "审核-mam",
+  "R-BelongingAdjust-Search": "列表",
+  "R-BelongingAdjust-Single": "详情",
+  "R-BelongingAdjust-Approve": "审核",
+  "R-ActivitiesApply-Search": "列表",
+  "R-ActivitiesApply-Single": "详情",
+  "R-ActivitiesApply-Export": "导出",
+  "R-ActivitiesApply-Approve": "审核",
+  "R-ActivitiesApplyNew-Search": "列表",
+  "R-ActivitiesApplyNew-Delete": "删除",
+  "R-ActivitiesApplyNew-Approve": "审核",
+  "R-AgencyTransfer-Search": "列表",
+  "R-CommissionAdjust-Search": "列表",
+  "R-CommissionAdjust-Single": "详情",
+  "R-CommissionAdjust-Approve": "审核",
+  "R-PammManagerValid": "PAMM申请",
+  "R-PammManagerValid-Search": "列表",
+  "R-PammManagerValid-Single": "详情",
+  "R-PammManagerValid-Approve": "审核",
+  "R-PammManagerValid-Delete": "删除",
+  "R-PammPercentChange": "PAMM分成调整",
+  "R-PammPercentChange-Search": "列表",
+  "R-PammPercentChange-Single": "详情",
+  "R-PammPercentChange-Approve": "审核",
+  "R-HangUndo-Search": "列表",
+  "R-HangUndo-Single": "详情",
+  "R-HangUndo-Approve": "审核",
+  "R-PammManagerHangUndo": "PAMM挂入撤销",
+  "R-PammManagerHangUndo-Search": "列表",
+  "R-PammManagerHangUndo-Single": "详情",
+  "R-PammManagerHangUndo-Approve": "审核",
+  "R-AgentApply-Search": "列表",
+  "R-AgentApply-Single": "详情",
+  "R-AgentApply-Approve": "审核",
+  "R-Real-Search": "列表",
+  "R-Real-Verify": "重新认证",
+  "R-Real-Single": "详情",
+  "R-Real-Action": "操作",
+  "R-Real-Update": "修改",
+  "R-Real-Delete": "删除",
+  "R-Real-File": "文件审核",
+  "R-Real-File-De": "文件反审核",
+  "R-Real-Allow": "代理申请设置",
+  "R-Real-AdjustmentAttribution": "调整归属",
+  "R-Real-UpdatePoint": "佣金调整",
+  "R-Real-UpdateLevel": "调整风险等级",
+  "R-Real-UpdatePwd": "修改密码",
+  "R-Real-UpdateEmail": "修改邮箱",
+  "R-Real-UpdateRemittanceChannel": "修改客户通道",
+  "R-Real-UpdatePay": "入金评价",
+  "R-Real-QuantityLimit": "账号数量",
+  "R-Real-Export": "导出",
+  "R-Real-dayLimit": "每日出金限额",
+  "R-Real-centLimit": "美分账户数量",
+  "R-Real-login": "登录客户中心",
+  "R-Real-Commission": "佣金查看",
+  "R-Simulation-Search": "列表",
+  "R-Simulation-Delete": "删除",
+  "R-Trading-Search": "列表",
+  "R-Trading-Single": "详情",
+  "R-Trading-GroupType": "组别类型搜索",
+  "R-Trading-Update": "修改",
+  "R-Trading-Delete": "删除",
+  "R-Trading-AdjustmentAttribution": "调整归属",
+  "R-Trading-Rematch": "重新匹配",
+  "R-Trading-Export": "导出",
+  "R-EmailRecords-Export":"导出",
+  "R-Business-Export":"导出",
+  "R-KycAuth-Export":"导出",
+  "R-CardOrder-Export":"导出",
+  "R-VirtualCard-Export":"导出",
+  "R-Recharge-Export":"导出",
+  "R-Transactions-Export":"导出",
+  "R-UserOrder-Export":"导出",
+  "R-CardOperate-Export":"导出",
+  "R-Trading-dayLimit": "每日出金限额",
+  "R-Agent-Search": "列表",
+  "R-Agent-Single": "详情",
+  "R-Agent-Action": "操作",
+  "R-Agent-Delete": "删除",
+  "R-Agent-Hide": "加点调整",
+  "R-Agent-Commission": "30账户手续费",
+  "R-Agent-Rebate": "返点查看",
+  "R-CardType-Search": "列表",
+  "R-CardType-Update": "更新",
+  "R-CardType-Edit": "卡类型配置",
+  "R-CardDetail": "卡片详情",
+  "R-Business-Search": "列表",
+  "R-Business-Single": "详情",
+  "R-Business-Add": "注册",
+  "R-Business-Update": "更新",
+  "R-Business-Btn1": "调整余额",
+  "R-Business-Btn2": "手动上传证件照",
+  "R-KycAuth-Search": "列表",
+  "R-KycAuth-Single": "详情查看",
+  "R-KycAuth-Btn1": "KYC审批",
+  "R-KycAuth-Btn2": "申请开卡",
+  "R-CardOrder-Search": "列表",
+  "R-CardOrder-Btn1": "详情查看",
+  "R-CardOrder-Btn2": "查询开卡进度",
+  "R-CardOrder-Btn3": "开卡审批",
+  "R-VirtualCard-Search": "列表",
+  "R-VirtualCard-Btn1": "详情查看",
+  "R-VirtualCard-Btn2": "银行卡充值",
+  "R-VirtualCard-Btn3": "获取激活码",
+  "R-VirtualCard-Btn4": "查询卡片余额",
+  "R-VirtualCard-Btn5": "找回密码",
+  "R-VirtualCard-Btn6": "冻结卡片",
+  "R-VirtualCard-Btn7": "解冻卡片",
+  "R-VirtualCard-Btn8": "银行卡激活",
+  "R-VirtualCard-Btn9": "查询卡信息",
+  "R-VirtualCard-Btn10": "重新充值默认金额",
+  "R-VirtualCard-Btn11": "扣款",
+  "R-Recharge-Search": "列表",
+  "R-Recharge-Btn1": "详情查看",
+  "R-Recharge-Btn2": "查询充值订单",
+  "R-Recharge-Btn3": "充值审批",
+  "R-Recharge-Btn4": "批量审批",
+  "R-Transactions-Search": "列表",
+  "R-Transactions-Btn1": "详情查看",
+  "R-UserOrder-Search": "列表",
+  "R-UserRights": "用户权限列表",
+  "R-UserRights-Search": "列表",
+  "R-UserRights-Add": "新增",
+  "R-UserRights-Delete": "删除",
+  "R-IdTypeConfig-Search": "列表",
+  "R-IdTypeConfig-Add": "新增",
+  "R-IdTypeConfig-Delete": "删除",
+  "R-IdTypeConfig-Update": "修改",
+  "R-Agent-AdjustmentAttribution": "调整归属",
+  "R-Agent-pammManagerValid": "PAMM申请",
+  "R-Agent-PAMMValid": "Money Manager申请",
+  "R-Agent-Transfer": "代理内转",  "R-Agent-CloseFunction": "关闭功能",
+  "R-Agent-Level": "查询下级",
+  "R-Agent-black": "固定加点",
+  "R-Agent-Export": "导出",
+  "R-Agent-GroupSettings": "组别设置",
+  "R-Agent-AccountSetup": "开户设置",
+  "R-IB-Agent-AccountSetup": "代理开户设置",
+  "R-Real-AccountSetup": "开户设置",
+  "R-ActivityAccount-Search": "列表",
+  "R-ActivityAccount-Single": "详情",
+  "R-ActivityAccount-Action": "操作",
+  "R-ActivityAccount-Delete": "删除",
+  "R-ActivityAccount-Export": "导出",
+  "R-BlackList": "黑名单",
+  "R-BlackList-Search": "列表",
+  "R-BlackList-Add": "添加",
+  "R-BlackList-Update": "修改",
+  "R-BlackList-Delete": "删除",
+  "R-MamList": "MAM账户",
+  "R-MamList-Search": "列表",
+  "R-MamList-SubAccountBan": "子账户加禁",
+  "R-PAMMList": "PAMM账户",
+  "R-PAMMList-Search": "列表",
+  "R-PAMMList-SubAccountBan": "子账户数量",
+  "R-AccountRetrieval": "账号检索",
+  "R-EmailRecords": "邮件记录",
+  "R-EmailRecords-Search": "列表",
+  "R-Reward-Details": "销售奖励详情",
+  "R-Review":"审核钱包kyc",
+  "R-DeleteList":"账户删除记录",
+  "R-DeleteList-Search":"列表",
+  "R-AccountRetrieval-Search": "列表",
+  "R-UserRetrieval": "用户检索",
+  "R-UserRetrieval-Search": "列表",
+  "R-CustomerDetail": "CID详情",
+  "R-CustomAllocation": "客户分配",
+  "R-CustomAllocation-Search1": "待分配客户",
+  "R-CustomAllocation-Search2": "已分配客户",
+  "R-CustomAllocation-Search3": "已入金客户",
+  "R-CustomAllocation-Search4": "无感客户",
+  "R-CustomAllocation-Search5": "定时任务",
+  "R-CustomAllocation-Search6": "国家设置",
+  "R-CustomAllocation-Allocation": "客户分配",
+  "R-CustomAllocation-Allocation1": "待分配列表-客户分配",
+  "R-CustomAllocation-Allocation2": "已分配列表-客户分配",
+  "R-CustomAllocation-Allocation4": "无感列表-客户分配",
+  "R-CustomAllocation-AddNote": "添加备注",
+  "R-CustomAllocation-AddNote1": "待分配列表-添加备注",
+  "R-CustomAllocation-AddNote2": "已分配列表-添加备注",
+  "R-CustomAllocation-AddNote4": "无感列表-添加备注",
+  "R-CustomAllocation-AViewNote1": "待分配列表-查看备注",
+  "R-CustomAllocation-AViewNote2": "已分配列表-查看备注",
+  "R-CustomAllocation-AViewNote3": "已入金列表-查看备注",
+  "R-CustomAllocation-AViewNote4": "无感列表-查看备注",
+  "R-CustomAllocation-AllocationSingle": "分配详情",
+  "R-CustomAllocation-OneClickAllocation": "一键分配",
+  "R-CustomAllocation-OneClickAllocation1": "待分配列表-一键分配",
+  "R-CustomAllocation-export1": "待分配列表-导出",
+  "R-CustomAllocation-export2": "已分配列表-导出",
+  "R-CustomAllocation-export3": "已入金列表-导出",
+  "R-CustomAllocation-export4": "无感列表-导出",
+  "R-CustomAllocation-ScheduledA": "定时任务-添加",
+  "R-CustomAllocation-ScheduledD": "定时任务-删除",
+  "R-CustomAllocation-ScheduledU": "定时任务-修改",
+  "R-CustomAllocation-CountrySetting": "国家设置",
+  "R-CustomAllocation-CountrySetting-Add": "国家设置-添加",
+  "R-CustomAllocation-CountrySetting-Edit": "国家设置-编辑",
+  "R-CustomAllocation-CountrySetting-Delete": "国家设置-删除",
+  "R-CustomAllocationCountry-Add": "国家设置列表-添加",
+  "R-CustomAllocationCountry-Update": "国家设置列表-编辑",
+  "R-CustomAllocationCountry-Delete": "国家设置列表-删除",
+  "R-Data-DW-Search": "存取列表",
+  "R-Data-DW-Export": "存取导出",
+  "R-Data-DW-Import": "存取导入",
+  "R-Data-Commission-Search": "代理佣金列表",
+  "R-Data-Commission-Export": "代理佣金导出",
+  "R-Data-Commission-Import": "代理佣金导入",
+  "R-Data-Details-Search": "明细列表",
+  "R-Data-Details-Export": "明细导出",
+  "R-Data-Symbol-Search": "品种列表",
+  "R-Data-Symbol-Export": "品种导出",
+  "R-Data-Account-Search": "账户列表",
+  "R-Data-Account-Export": "账户导出",
+  "R-Data-Balance-Search": "余额操作列表",
+  "R-Data-Balance-Export": "余额操作导出",
+  "R-Data-CommissionW-Search": "佣金取款列表",
+  "R-Data-CommissionW-Export": "佣金取款导出",
+  "R-Data-CommissionAll-Search": "佣金综合列表",
+  "R-Data-CommissionAll-Export": "佣金综合导出",
+  "R-Data-VolumeCommission-Search": "交易量佣金列表",
+  "R-Data-VolumeCommission-Export": "交易量佣金导出",
+  "R-Data-CommissionTemplateChange-Search": "佣金模板变更列表",
+  "R-Dark-Spot-Rebate-Report-Search": "加点返佣报表",
+  "R-Dark-Spot-Rebate-Report-Export": "加点返佣报表导出",
+  "R-OnlineDeposit-Search": "列表",
+  "R-OnlineDeposit-Single": "详情",
+  "R-OnlineDeposit-Action": "操作",
+  "R-OnlineDeposit-Export": "导出",
+  "R-OnlineDeposit-Gift": "赠金状态",
+  "R-OnlineDeposit-Supplement": "补单",
+  "R-WithdrawalApplication-Search": "列表",
+  "R-WithdrawalApplication-Single": "详情",
+  "R-WithdrawalApplication-Approve": "审核",
+  "R-WithdrawalApplication-SalesApprove": "销售审核",
+  "R-WithdrawalApplication-Mt": "MT",
+  "R-WithdrawalApplication-Channel": "回执",
+  "R-WithdrawalApplication-Submit": "汇款",
+  "R-WithdrawalApplication-Channels": "批量回执",
+  "R-WithdrawalApplication-Submits": "批量汇款",
+  "R-WithdrawalApplication-backstage": "后台审核",
+  "R-WithdrawalApplication-infoStatus": "资料审核",
+  "R-WithdrawalApplication-infosStatus": "批量资料审核",
+  "R-WithdrawalApplication-Export": "导出",
+  "R-WithdrawalApplication-remit": "出金通道",
+  "R-WithdrawalApplication-withdrawapi": "提交三方",
+  "R-InternalTransfer-Search": "列表",
+  "R-InternalTransfer-Single": "详情",
+  "R-InternalTransfer-Action": "操作",
+  "R-InternalTransfer-remindSingle": "提醒列表",
+  "R-InternalTransfer-remindAction": "提醒处理",
+  "R-InternalTransfer-Export": "导出",
+  "R-CommissionExtract-Search": "列表",
+  "R-CommissionExtract-Single": "详情",
+  "R-CommissionExtract-Approve": "审核",
+  "R-CommissionExtract-SalesApprove": "销售审核",
+  "R-CommissionExtract-Mt": "MT",
+  "R-CommissionExtract-submit": " 汇款",
+  "R-CommissionExtract-Channels": "批量回执",
+  "R-CommissionExtract-Submits": "批量汇款",
+  "R-CommissionExtract-Approves": "批量审核",
+  "R-CommissionExtract-Export": "导出",
+  "R-CommissionExtract-Channel": "回执",
+  "R-CommissionExtract-remit": "出金通道",
+  "R-CommissionExtract-withdrawapi": "提交三方",
+  "R-CommissionTransfer-Search": "列表",
+  "R-CommissionTransfer-Single": "详情",
+  "R-CommissionTransfer-Action": "操作",
+  "R-CommissionTransfer-Export": "导出",
+  "R-CommissionTemplate-Search": "列表",
+  "R-CommissionTemplate-Add": "新增",
+  "R-CommissionTemplate-Update": "修改",
+  "R-AgentTransfer": "代理内转",
+  "R-AgentTransfer-Search": "列表",
+  "R-AgentTransfer-Approve": "审核",
+  "R-AgentTransfer-Delete": "删除",
+  "R-AgentTransfer-Export": "导出",
+  "R-actingList": "IB代理账户",
+  "R-SynonymTransfer": "异名内转",
+  "R-SynonymTransfer-Search": "列表",
+  "R-SynonymTransfer-Approve": "审核",
+  "R-SynonymTransfer-Add": "新增",
+  "R-SynonymTransfer-Upload": "文件上传",
+  "R-FollowerTransfer": "跟单社区内转",
+  "R-FollowerTransfer-Search": "列表",
+  "R-FollowerTransfer-Approve": "审核",
+  "R-FollowerTransfer-CallBack": "回调",
+  "R-FollowerTransfer-Delete": "删除",
+  "R-Documentary": "跟单内转",
+  "R-Documentary-Search": "列表",
+  "R-InterestFreeInterest": "免息利息管理",
+  "R-InterestFreeInterest-Search": "列表",
+  "R-InterestFreeInterest-Add": "新增",
+  "R-UserList-Search": "列表",
+  "R-UserList-Add": "新增",
+  "R-UserList-Update": "修改",
+  "R-UserList-Delete": "删除",
+  "R-UserList-Single": "链接",
+  "R-Role-Search": "列表",
+  "R-SalesList-Search": "列表",
+  "R-ReferralList-Search": "列表",
+  "R-Role-Add": "新增",
+  "R-Role-Update": "修改",
+  "R-Role-Delete": "删除",
+  "R-Hire-Search": "列表",
+  "R-Hire-Add": "新增",
+  "R-Hire-Update": "审核",
+  "R-Hire-Check": "详情查看",
+  "R-Entry-Search": "列表",
+  "R-Entry-Add": "新增",
+  "R-Entry-Check": "详情查看",
+  "R-Entry-Update": "编辑",
+  "R-Entry-Update-Hr": "HR审核",
+  "R-Entry-Update-Manage": "管理员审核",
+  "R-Entry-Delete": "删除",
+  "R-Resign-Check": "详情查看",
+  "R-Resign-Update-Hr": "HR审核",
+  "R-Resign-Search": "列表",
+  "R-Resign-Update": "编辑",
+  "R-Group-Search": "列表-真实",
+  "R-Group-Add": "新增-真实",
+  "R-Group-Update": "修改-真实",
+  "R-Group-Delete": "删除-真实",
+  "R-Group-dome-Search": "列表-模拟",
+  "R-Group-dome-Add": "新增-模拟",
+  "R-Group-dome-Update": "修改-模拟",
+  "R-Group-dome-Delete": "删除-模拟",
+  "R-Varieties-Search": "列表",
+  "R-Varieties-Add": "新增",
+  "R-Varieties-Update": "修改",
+  "R-Varieties-Delete": "删除",
+  "R-Bank-Search": "列表",
+  "R-Bank-Add": "新增",
+  "R-Bank-Update": "修改",
+  "R-Bank-Delete": "删除",
+  "R-Country-Search": "列表",
+  "R-Country-Add": "新增",
+  "R-Country-Update": "修改",
+  "R-Country-Delete": "删除",
+  "R-Area": "区域信息",
+  "R-Area-Search": "列表",
+  "R-Area-Add": "新增",
+  "R-Area-Update": "修改",
+  "R-Area-Delete": "删除",
+  "R-Exclude-Search": "列表",
+  "R-Exclude-Delete": "删除",
+  "R-Exclude-Update": "修改",
+  "R-Exclude-Add": "新增",
+  "R-GoogleEmail":"Gmail管理",
+  "R-GoogleEmail-Search": "列表",
+  "R-GoogleEmail-Add": "新增",
+  "R-GoogleEmail-Update": "修改",
+  "R-GoogleEmail-Delete": "删除",
+  "R-GoogleEmail-Refresh": "刷新",
+  "R-GoogleEmail-UpdateRemark": "编辑备注",
+  "R-GoogleGroup": "Google邮箱组别",
+  "R-GoogleGroup-Search": "列表",
+  "R-GoogleGroup-Delete": "删除",
+  "R-GoogleGroup-Add": "新增",
+  "R-GoogleGroup-Update": "修改",
+  "R-DepositWithdraw-Deposit-Search": "存款设置",
+  "R-DepositWithdraw-Withdraw-Search": "取款设置",
+  "R-DepositWithdraw-Transfer-Search": "内转设置",
+  "R-DepositWithdraw-DepositRate-Search": "存款汇率设置",
+  "R-DepositWithdraw-WithdrawRate-Search": "取款汇率设置",
+  "R-DepositWithdraw-Automatic-Search": "自动设置",
+  "R-DepositWithdraw-DepositChannel-Search": "存款通道设置",
+  "R-DepositWithdraw-WithdrawChannel-Search": "取款通道设置",
+  "R-DepositWithdraw-DepositRate-Add": "新增存款汇率",
+  "R-DepositWithdraw-WithdrawRate-Add": "新增取款汇率",
+  "R-DepositWithdraw-DepositRate-Delete": "删除存款汇率",
+  "R-DepositWithdraw-WithdrawRate-Delete": "删除取款汇率",
+  "R-DepositWithdraw-Deposit-Update": "修改存款设置",
+  "R-DepositWithdraw-Withdraw-Update": "修改取款设置",
+  "R-DepositWithdraw-Transfer-Update": "修改内转设置",
+  "R-DepositWithdraw-DepositRate-Update": "修改存款汇率设置",
+  "R-DepositWithdraw-WithdrawRate-Update": "修改取款汇率设置",
+  "R-DepositWithdraw-Automatic-Update": "修改自动设置",
+  "R-DepositWithdraw-DepositChannel-Update": "修改存款通道设置",
+  "R-DepositWithdraw-WithdrawChannel-Update": "修改取款通道设置",
+  "R-Email-Search": "列表",
+  "R-Email-Update": "修改",
+  "R-Global-Domain-Search": "域名设置",
+  "R-Global-Notice-Search": "通知邮箱设置",
+  "R-Global-Files-Search": "文件配置",
+  "R-Global-followCommission-Search": "分润参数设置",
+  "R-Global-tradeSwaps-Search": "仓息系数设置",
+  "R-Global-Email-Search": "邮箱设置",
+  "R-Global-EmailAll-Search": "全局邮箱设置",
+  "R-Global-Type-Search": "账户类型参数",
+  "R-Global-AutomaticAmount-Search": "自动限额设置",
+  "R-Global-dayLimit-Search": "每日出金限额设置",
+  "R-Global-Automatic-Search": "自动设置",
+  "R-Global-DepositChannel-Search": "存款通道设置",
+  "R-Global-WithdrawChannel-Search": "取款通道设置",
+  "R-Global-DepositChannel-Add": "新增存款通道",
+  "R-Global-WithdrawChannel-Add": "新增取款通道",
+  "R-Global-Email-Add": "新增邮箱设置",
+  "R-Global-Email-Delete": "删除邮箱设置",
+  "R-Global-DepositChannel-Delete": "删除存款通道",
+  "R-Global-WithdrawChannel-Delete": "删除取款通道",
+  "R-Global-Notice-Update": "修改通知邮箱",
+  "R-Global-Domain-Update": "修改域名设置",
+  "R-Global-Files-Update": "修改文件配置",
+  "R-Global-followCommission-Update": "修改分润参数",
+  "R-Global-tradeSwaps-Update": "修改仓息系数",
+  "R-Global-Email-Update": "修改邮箱设置",
+  "R-Global-EmailAll-Update": "修改全局邮箱设置",
+  "R-Global-Type-Update": "修改账户类型参数",
+  "R-Global-AutomaticAmount-Update": "修改自动限额设置",
+  "R-Global-dayLimit-Update": "修改每日出金限额",
+  "R-Global-Automatic-Update": "修改自动设置",
+  "R-Global-DepositChannel-Update": "修改存款通道设置",
+  "R-Global-WithdrawChannel-Update": "修改取款通道设置",
+  "R-Global-Interest-Search": "免息利息设置",
+  "R-Global-Interest-Update": "修改免息利息设置",
+  "R-Refusal-Search": "列表",
+  "R-Refusal-Add": "新增",
+  "R-Refusal-Update": "修改",
+  "R-Refusal-Delete": "删除",
+  "R-MarketingTools": "营销工具",
+  "R-Review-Email": "审核邮箱管理",
+  "R-Review-Email-Search": "审核邮箱列表",
+  "R-Review-Email-Add": "新增",
+  "R-Review-Email-Update": "修改",
+  "R-Review-Email-Delete": "删除",
+  "R-Review-Email-Import": "导入",
+  "R-Card": "U卡管理",
+  "R-CardConfig": "卡号配置",
+  "R-CardConfig-List": "列表",
+  "R-CardConfig-Import": "导入卡号",
+  "R-CardConfig-Delete": "删除",
+  "R-CardConfig-Update": "编辑",
+  "R-Business": "商户用户",
+  "R-CardOrder": "开卡申请",
+  "R-CardType": "卡片类型",
+  "R-IdTypeConfig": "证件类型配置",
+  "R-CardOperate": "操作记录",
+  "R-CardOperate-Page": "列表",
+  "R-KycAuth": "KYC认证",
+  "R-UserOrder": "钱包余额记录",
+  "R-VirtualCard": "银行卡列表",
+  "R-Transactions": "银行卡交易记录",
+  "R-Recharge": "CWG卡充值",
+  "R-MassMailing": "邮件群发",
+  "R-MassMailing-Send": "发送邮件",
+  "R-MassMailing-Search": "发送邮件列表",
+  "R-MassMailing-Supplement": "补充发送",
+  "R-MassMailing-record": "日志列表",
+  "R-EmailDiscountCode": "邮件优惠码",
+  "R-EmailDiscountCode-Send": "发送邮件",
+  "R-EmailDiscountCode-Search": "发送邮件列表",
+  "R-EmailDiscountCode-Supplement": "补充发送",
+  "R-EmailDiscountCode-record": "日志列表",
+  "R-EmailUpload": "邮件上传列表",
+  "R-EmailUpload-Search": "列表",
+  "R-EmailUpload-Delete": "删除",
+  "R-EmailUpload-Upload": "上传",
+  "R-EmailUpload-Single": "详情",
+  "R-EmailUpload-SingleDelete": "详情删除",
+  "R-EmailUpload-SingleUpdate": "详情修改",
+  "R-EmailUpload-SingleCheck": "详情查看",
+  "R-PromoList": "优惠码列表",
+  "R-PromoList-Search": "列表",
+  "R-PromoList-Update": "修改",
+  "R-PromoList-Reset": "重置",
+  "R-PromoList-Add": "新增",
+  "R-EmailRecord": "发送日志",
+  "R-UploadDetails": "上传详情",
+  "R-RateAdvance": "发送进度",
+  "R-Mail": "邮件工具",
+  "R-Mail-Item1": "发送邮件",
+  "R-Mail-Item2": "发送邮件列表",
+  "R-Mail-Item3": "上传列表",
+  "R-Mail-Item4": "发送日志",
+  "R-Mail-Item1-Receiver": "收件人:",
+  "R-Mail-Item1-Receiver-Placeholder": "请选择收件人列表",
+  "R-Mail-Item1-Title": "邮件标题:",
+  "R-Mail-Item1-Title-Placeholder": "请输入邮件标题",
+  "R-Mail-Item1-Template": "邮件模板:",
+  "R-Mail-Item1-Template-Placeholder": "请选择邮件模板",
+  "R-Mail-Item1-Content": "邮件内容:",
+  "R-Mail-Item1-Advance": "高级设置:",
+  "R-Mail-Item1-Type": "优惠类型:",
+  "R-Mail-Item1-Percent": "金额(%):",
+  "R-Mail-Item1-Percent-Placeholder": "请输入金额百分比",
+  "R-Mail-Item1-Limit": "金额上限:",
+  "R-Mail-Item1-Binding": "绑定邮箱:",
+  "R-Mail-Item1-Amount": "固定金额:",
+  "R-Mail-Item1-Amount-Placeholder": "请输入固定金额",
+  "R-Mail-Item1-Submit": "创建",
+  "R-Mail-Item2-Table-Item1": "列表名称",
+  "R-Mail-Item2-Table-Item2": "邮箱数量",
+  "R-Mail-Item2-Table-Item3": "上传时间",
+  "R-Mail-Item2-Table-Item4": "操作",
+  "R-Marketing-Source": "来源",
+  "R-Marketing-Source-Search": "列表",
+  "R-Marketing-Source-Add": "新增",
+  "R-Marketing-Source-Update": "修改",
+  "R-Marketing-Source-Delete": "删除",
+  "R-Marketing-Extension": "推广链接",
+  "R-Marketing-Extension-Btn": "推广链接",
+  "R-Marketing-Extension-Search": "列表",
+  "R-Marketing-Extension-Add": "新增",
+  "R-Marketing-Extension-Update": "修改",
+  "R-Marketing-Extension-Delete": "删除",
+  "R-Marketing-SharingActivities": "活动分享",
+  "R-Marketing-SharingActivities-Search": "列表",
+  "R-Marketing-SharingActivities-Add": "新增",
+  "R-Marketing-SharingActivities-Update": "修改",
+  "R-Marketing-SharingActivities-Delete": "删除",
+  "R-Risk": "风控管理",
+  "R-Risk-RevokeCredit-Group": "撤销信用金-组别设置",
+  "R-Risk-RevokeCredit-Group-Search": "列表",
+  "R-Risk-RevokeCredit-Group-Add": "新增",
+  "R-Risk-RevokeCredit-Group-Update": "修改",
+  "R-Risk-RevokeCredit-Group-Delete": "删除",
+  "R-Risk-RevokeCredit-Login": "撤销信用金-账号设置",
+  "R-Risk-RevokeCredit-Login-Search": "列表",
+  "R-Risk-RevokeCredit-Login-Add": "新增",
+  "R-Risk-RevokeCredit-Login-Update": "修改",
+  "R-Risk-RevokeCredit-Login-Delete": "删除",
+  "R-Risk-AutomaticBalance-Group": "余额自动杠杠调整-组别设置",
+  "R-Risk-AutomaticBalance-Group-Search": "列表",
+  "R-Risk-AutomaticBalance-Group-Add": "新增",
+  "R-Risk-AutomaticBalance-Group-Update": "修改",
+  "R-Risk-AutomaticBalance-Group-Delete": "删除",
+  "R-Risk-AutomaticBalance-Login": "余额自动杠杠调整-账号设置",
+  "R-Risk-AutomaticBalance-Login-Search": "列表",
+  "R-Risk-AutomaticBalance-Login-Add": "新增",
+  "R-Risk-AutomaticBalance-Login-Update": "修改",
+  "R-Risk-AutomaticBalance-Login-Delete": "删除",
+  "R-Risk-ProhibitedGroupType-Group": "净值组别类型调整",
+  "R-Risk-ProhibitedGroupType-Group-Search": "列表",
+  "R-Risk-ProhibitedGroupType-Group-Add": "新增",
+  "R-Risk-ProhibitedGroupType-Group-Update": "修改",
+  "R-Risk-ProhibitedGroupType-Group-Delete": "删除",
+  "R-Risk-ProhibitedGroupType-Group-Copy": "复制",
+  "R-Risk-Monitoring": "监控提醒",
+  "R-Risk-Monitoring-Search": "列表",
+  "R-Risk-Monitoring-Add": "新增",
+  "R-Risk-Monitoring-Update": "修改",
+  "R-Risk-Monitoring-Delete": "删除",
+  "R-Risk-CloseTrade-Group": "强制平仓-组别设置",
+  "R-Risk-CloseTrade-Group-Search": "列表",
+  "R-Risk-CloseTrade-Group-Add": "新增",
+  "R-Risk-CloseTrade-Group-Update": "修改",
+  "R-Risk-CloseTrade-Group-Delete": "删除",
+  "R-Risk-CloseTrade-Login": "强制平仓-账号设置",
+  "R-Risk-CloseTrade-Login-Search": "列表",
+  "R-Risk-CloseTrade-Login-Add": "新增",
+  "R-Risk-CloseTrade-Login-Update": "修改",
+  "R-Risk-CloseTrade-Login-Delete": "删除",
+  "R-Risk-Swaps": "隔夜利息",
+  "R-Risk-Swaps-List": "隔夜利息列表",
+  "R-Risk-Swaps-List-Search": "列表",
+  "R-Risk-Swaps-List-Add": "新增",
+  "R-Risk-Swaps-List-Update": "修改",
+  "R-Risk-Swaps-List-Delete": "删除",
+  "R-Risk-Swaps-Single": "隔夜利息规则",
+  "R-Risk-Swaps-Upload": "上传文件",
+  "R-Risk-ImportTrade": "导入订单",
+  "R-Risk-ImportTrade-List": "导入订单列表",
+  "R-Risk-ImportTrade-List-Search": "列表",
+  "R-Risk-ImportTrade-List-Add": "新增",
+  "R-Risk-ImportTrade-List-Update": "修改",
+  "R-Risk-ImportTrade-List-Delete": "删除",
+  "R-Risk-ImportTrade-Single": "导入订单规则",
+  "R-Risk-ImportTrade-Upload": "上传文件",
+  "R-Risk-Leverage": "组别风控杠杆",
+  "R-Risk-Leverage-List": "组别风控杠杆列表",
+  "R-Risk-Leverage-List-Search": "杠杆列表",
+  "R-Risk-Leverage-List-Add": "杠杆新增",
+  "R-Risk-Leverage-List-Update": "杠杆修改",
+  "R-Risk-Leverage-List-Delete": "杠杆删除",
+  "R-Risk-Leverage-Single": "组别风控杠杆规则",
+  "R-Risk-Leverage-Symbol": "货币列表",
+  "R-Risk-Leverage-Symbol-Search": "货币列表",
+  "R-Risk-Leverage-Symbol-Add": "货币新增",
+  "R-Risk-Leverage-Symbol-Update": "货币修改",
+  "R-Risk-Leverage-Symbol-Delete": "货币删除",
+  "R-Risk-Leverage-Scheduled": "定时任务",
+  "R-Risk-Leverage-Scheduled-Search": "定时任务列表",
+  "R-Risk-Leverage-Scheduled-Add": "定时任务新增",
+  "R-Risk-Leverage-Scheduled-Delete": "定时任务删除",
+  "R-Risk-LeverageSys": "品种风控杠杆",
+  "R-Risk-LeverageSys-List": "品种风控杠杆列表",
+  "R-Risk-LeverageSys-List-Search": "杠杆列表",
+  "R-Risk-LeverageSys-List-Add": "杠杆新增",
+  "R-Risk-LeverageSys-List-Update": "杠杆修改",
+  "R-Risk-LeverageSys-List-Delete": "杠杆删除",
+  "R-Risk-LeverageSys-Single": "品种风控杠杆规则",
+  "R-Risk-LeverageSys-Symbol": "品种列表",
+  "R-Risk-LeverageSys-Symbol-Search": "品种列表",
+  "R-Risk-LeverageSys-Symbol-Add": "品种新增",
+  "R-Risk-LeverageSys-Symbol-Update": "品种修改",
+  "R-Risk-LeverageSys-Symbol-Delete": "品种删除",
+  "R-Risk-LeverageSys-Scheduled": "定时任务",
+  "R-Risk-LeverageSys-Scheduled-Search": "定时任务列表",
+  "R-Risk-LeverageSys-Scheduled-Add": "定时任务新增",
+  "R-Risk-LeverageSys-Scheduled-Update": "定时任务修改",
+  "R-Risk-LeverageSys-Scheduled-Delete": "定时任务删除",
+  "R-Risk-CopyTrade-List": "订单拷贝",
+  "R-Risk-CopyTrade-List-Search": "订单拷贝列表",
+  "R-Risk-CopyTrade-List-Add": "订单拷贝新增",
+  "R-Risk-CopyTrade-SymListbol-Delete": "订单拷贝删除",
+  "R-Risk-CopyTrade-Details": "订单拷贝详情",
+  "R-Risk-CopyTrade-Scheduled-Search": "拷贝订单",
+  "R-Risk-CopyTrade-Scheduled-Add": "平仓",
+  "R-Risk-CopyTradeArray-List": "多订单拷贝",
+  "R-Risk-CopyTradeArray-List-Search": "多订单拷贝列表",
+  "R-Risk-CopyTradeArray-List-Add": "多订单拷贝新增",
+  "R-Risk-CopyTradeArray-SymListbol-Delete": "多订单拷贝删除",
+  "R-Risk-CopyTradeArray-Details": "多订单拷贝详情",
+  "R-Risk-CopyTradeArray-Scheduled-Search": "拷贝多订单",
+  "R-Risk-CopyTradeArray-Scheduled-Add": "平仓",
+  "R-Risk-SymbolPending": "品种挂单设置",
+  "R-Risk-SymbolPending-List": "货币风控列表",
+  "R-Risk-SymbolPending-List-Search": "货币风控列表",
+  "R-Risk-SymbolPending-List-Add": "货币风控新增",
+  "R-Risk-SymbolPending-List-Update": "货币风控修改",
+  "R-Risk-SymbolPending-List-Delete": "货币风控删除",
+  "R-Risk-SymbolPending-Single": "货币风控详情",
+  "R-Risk-SymbolPending-Symbol": "币种列表",
+  "R-Risk-SymbolPending-Symbol-Search": "币种列表",
+  "R-Risk-SymbolPending-Symbol-Add": "币种新增",
+  "R-Risk-SymbolPending-Symbol-Update": "币种修改",
+  "R-Risk-SymbolPending-Symbol-Delete": "币种删除",
+  "R-Risk-SymbolPending-Scheduled": "定时任务",
+  "R-Risk-SymbolPending-Scheduled-Search": "定时任务列表",
+  "R-Risk-SymbolPending-Scheduled-Add": "定时任务新增",
+  "R-Risk-SymbolPending-Scheduled-Delete": "定时任务删除",
+  "R-Risk-symbolTraderDate": "货币交易时间设置",
+  "R-Risk-symbolTraderDate-Search": "列表",
+  "R-Risk-symbolTraderDate-Add": "新增",
+  "R-Risk-symbolTraderDate-Update": "修改",
+  "R-Risk-symbolTraderDate-Delete": "删除",
+  "R-Risk-symbolTraderQuote": "货币报价时间设置",
+  "R-Risk-symbolTraderQuote-Search": "列表",
+  "R-Risk-symbolTraderQuote-Add": "新增",
+  "R-Risk-symbolTraderQuote-Update": "修改",
+  "R-Risk-symbolTraderQuote-Delete": "删除",
+  "R-Shop": "积分商城",
+  "R-Shop-Point-Rules": "积分规则",
+  "R-Shop-Point-Rules-Search": "列表",
+  "R-Shop-Point-Rules-Update": "修改",
+  "R-Cooperative": "合作伙伴",
+  "R-Cooperative-Agent": "代理",
+  "R-Cooperative-Agent-Search": "列表",
+  "R-Cooperative-Agent-Add": "新增",
+  "R-Cooperative-Agent-Update": "修改",
+  "R-Cooperative-Agent-Delete": "删除",
+  "R-Cooperative-Agent-Approve": "审核",
+  "R-Cooperative-Subset": "白标",
+  "R-Cooperative-Subset-Search": "列表",
+  "R-Cooperative-Subset-Add": "新增",
+  "R-Cooperative-Subset-Update": "修改",
+  "R-Cooperative-Subset-Delete": "删除",
+  "R-Cooperative-Subset-Approve": "审核",
+  "R-Cooperative-Us": "联系我们",
+  "R-Cooperative-Us-Search": "列表",
+  "R-Cooperative-Us-Add": "新增",
+  "R-Cooperative-Us-Update": "修改",
+  "R-Cooperative-Us-Delete": "删除",
+  "R-Cooperative-Us-Approve": "审核",
+  "R-Forexman": "代理活动",
+  "R-Forexman-Custom": "活动账户管理",
+  "R-Forexman-Custom-Search": "列表",
+  "R-Forexman-Custom-Add": "新增",
+  "R-Forexman-Custom-Update": "修改",
+  "R-Forexman-Custom-Delete": "删除",
+  "R-Forexman-Enroll": "客户登记管理",
+  "R-Forexman-Enroll-Search": "列表",
+  "R-Forexman-Enroll-Add": "新增",
+  "R-Forexman-Enroll-Update": "修改",
+  "R-Forexman-Enroll-Delete": "删除",
+  "R-Forexman-Statistics": "统计",
+  "R-Forexman-Statistics-Search": "列表",
+  "R-Follower": "跟单",
+  "R-Subscribe": "订阅",
+  "R-Subscribe-Search": "列表",
+  "R-Subscribe-Delete": "删除",
+  "R-Subscribe-Approve": "审核",
+  "R-Subscribe-CallBack": "回调",
+  "R-Unsubscribe": "取消订阅",
+  "R-Unsubscribe-Search": "列表",
+  "R-Unsubscribe-Delete": "删除",
+  "R-Unsubscribe-Approve": "审核",
+  "R-Unsubscribe-CallBack": "回调",
+  "R-IpLimit": "IP限制",
+  "R-IpLimit-Search": "列表",
+  "R-IpLimit-Add": "新增",
+  "R-IpLimit-Update": "修改",
+  "R-IpLimit-Delete": "删除",
+  "R-CountryGroup": "免息国家组别",
+  "R-CountryGroup-Search": "列表",
+  "R-CountryGroup-Add": "新增",
+  "R-CountryGroup-Update": "修改",
+  "R-CountryGroup-Delete": "删除",
+  "R-SalesShare": "销售佣金分成管理",
+  "R-SalesShare-Search": "列表",
+  "R-SalesShare-Add": "新增",
+  "R-ActivitiesApply23New": "迎新活动",
+  "R-ActivitiesApply23New-List": "列表",
+  "R-ActivitiesApply23New-Approve": "审核",
+  "R-ActivitiesApply23New-AddNote": "添加备注",
+  "R-ActivitiesApply23New-status": "转换状态",
+  "R-ActivitiesApply23New-Delete": "删除",
+  "R-ActivitiesApply23New-Export": "导出",
+  "R-exclude": "活动排除账号",
+  "ActivitiesApply23New": {
+    "item1": "申请状态",
+    "item2": "转换状态",
+    "item3": "变现状态",
+    "item4": "备注详情",
+    "item5": "待申请",
+    "item6": "待处理"
+  },
+  "R-ActivitiesApply23NewJx": "匠鑫活动",
+  "R-ActivitiesApply23NewJx-List": "列表",
+  "R-ActivitiesApply23NewJx-Approve": "活动审核",
+  "R-ActivitiesApply23NewJx-AddNote": "添加备注",
+  "R-ActivitiesApply23NewJx-status": "变现审核",
+  "R-ActivitiesApply23NewJx-Delete": "删除",
+  "R-ActivitiesApply23NewJx-Export": "导出",
+  "ActivitiesApply23NewJx": {
+    "item1": "申请状态",
+    "item2": "转换状态",
+    "item3": "变现状态",
+    "item4": "备注详情",
+    "item5": "待申请",
+    "item6": "待处理"
+  },
+  "R-ActivitiesApply23NewJxVip": "匠鑫活动Vip",
+  "R-ActivitiesApply23NewJxVip-List": "列表",
+  "R-ActivitiesApply23NewJxVip-Approve": "活动审核",
+  "R-ActivitiesApply23NewJxVip-AddNote": "添加备注",
+  "R-ActivitiesApply23NewJxVip-status": "变现审核",
+  "R-ActivitiesApply23NewJxVip-Delete": "删除",
+  "R-ActivitiesApply23NewJxVip-Export": "导出",
+  "R-ActivitiesApply24JYB": "精英杯活动",
+  "R-ActivitiesApply24JYB-List": "列表",
+  "R-ActivitiesApply24JYB-Approve": "活动审核",
+  "R-ActivitiesApply24JYB-AddNote": "添加备注",
+  "R-ActivitiesApply24JYB-status": "变现审核",
+  "R-ActivitiesApply24JYB-Delete": "删除",
+  "R-ActivitiesApply24JYB-Export": "导出",
+  "R-ActivitiesApply23NewNz": "年中赠金活动",
+  "R-ActivitiesApply23NewNz-List": "活动列表",
+  "R-ActivitiesApply23NewNz-Delete": "活动删除",
+  "R-ActivitiesApply23NewNz-Cancle": "活动取消",
+  "R-ActivitiesApply23NewNz-agent": "销售设置",
+  "R-ActivitiesApply23NewNz-agent-List": "代理设置列表",
+  "R-ActivitiesApply23NewNz-agent-Delete": "代理设置删除",
+  "R-ActivitiesApply23NewNz-agent-Add": "代理设置添加",
+  "ActivitiesApply23NewNz": {
+    "item1": "活动状态",
+    "item2": "转换状态",
+    "item3": "变现状态",
+    "item4": "备注详情",
+    "item5": "活动中",
+    "item6": "活动结束",
+    "item7": "活动取消"
+  },
+  "R-ActivitiesApply23NewNzTwo": "20%惊喜礼金",
+  "R-ActivitiesApply23NewNzTwo-List": "活动列表",
+  "R-ActivitiesApply23NewNzTwo-Delete": "活动删除",
+  "R-ActivitiesApply23NewNzTwo-Cancle": "活动取消",
+  "R-ActivitiesApply23NewNzTwo-agent": "销售设置",
+  "R-ActivitiesApply23NewNzTwo-agent-List": "代理设置列表",
+  "R-ActivitiesApply23NewNzTwo-agent-Delete": "代理设置删除",
+  "R-ActivitiesApply23NewNzTwo-agent-Add": "代理设置添加",
+  "R-ActivitiesApplyNoWorries": "无忧交易计划",
+  "R-ActivitiesApplyNoWorries-List": "活动列表",
+  "R-ActivitiesApplyNoWorries-Approve": "活动审核",
+  "R-ActivitiesApplyNoWorries-Cancle": "活动取消",
+  "ActivitiesApplyNoWorries": {
+    "item1": "活动状态",
+    "item2": "补偿状态",
+    "item3": "撤销状态",
+    "item4": "未申请",
+    "item5": "申请中",
+    "item6": "活动中",
+    "item7": "活动结束",
+    "item8": "活动取消",
+    "item9": "未开始",
+    "item10": "无需补偿",
+    "item11": "未处理",
+    "item12": "未补偿"
+  },
+  "Area": {
+    "item1": "区域名称",
+    "item2": "模板名称"
+  },
+  "CustomAllocation": {
+    "item1": "大陆",
+    "item2": "境外",
+    "item3": "分配后上级销售编号",
+    "item4": "分配后顶级销售编号",
+    "item5": "上级销售编号",
+    "item6": "销售编号",
+    "item7": "跟进备注详情",
+    "item8": "分配次数",
+    "item9": "销售",
+    "item10": "取消分配",
+    "item11": "分配客户",
+    "item12": "完成客户",
+    "item13": "无感客户",
+    "countrySettingName": "设置名称",
+    "countrySettingCountry": "国家选择"
+  },
+  "ActivityManager": {
+    "R-ActivityManager": "活动管理",
+    "R-TradingCompetition": "交易大赛",
+    "R-ActivitiesInfo": "活动信息",
+    "R-ActivitiesInfo-Search": "活动信息-列表",
+    "R-ActivitiesInfo-Add": "活动信息-新增",
+    "R-ActivitiesInfo-Delete": "活动信息-删除",
+    "R-ActivitiesInfo-Update": "活动信息-修改",
+    "R-RegistrationInfo": "报名信息",
+    "R-RegistrationInfo-Search": "报名信息-列表",
+    "R-RegistrationInfo-Kickout": "报名信息-剔除",
+    "R-AwardPoolRecord": "奖池记录",
+    "R-AwardPoolRecord-Search": "奖池记录-列表",
+    "R-PointRanking": "积分排名",
+    "R-PointRanking-Search": "积分排名-列表",
+    "R-LuckyAccount": "幸运账户",
+    "R-LuckyAccount-Search": "幸运账户-列表",
+    "R-LuckyAccount-Handle": "幸运账户-处理",
+    "Label": {
+      "item1": "名称",
+      "item2": "比赛代号",
+      "item3": "请使用英文大写",
+      "item4": "初始奖池金额",
+      "item5": "奖金步数",
+      "item6": "最小入金限制",
+      "item7": "账号范围",
+      "item8": "英文逗号隔开,填写销售或代理编号",
+      "item9": "报名开始时间",
+      "item10": "报名结束时间",
+      "item11": "报名截至时间",
+      "item12": "比赛开始时间",
+      "item13": "比赛结束时间",
+      "item14": "删除",
+      "item15": "修改",
+      "item16": "当前奖池",
+      "item17": "报名人数",
+      "item18": "比赛人数",
+      "item19": "昵称",
+      "item20": "手机号",
+      "item21": "邮寄地址",
+      "item22": "报名成功",
+      "item23": "出金退赛",
+      "item24": "未满足手数",
+      "item25": "违规退赛",
+      "item26": "穿仓",
+      "item27": "剔除比赛",
+      "item28": "金额",
+      "item29": "确定已处理吗?",
+      "item30": "处理",
+      "item31": "收货人姓名",
+      "item32": "跳转地址"
+    }
+  },
+  "ActivityAcquisition": {
+    "R-ActivityOc": "活动获客",
+    "R-ActivityOc-Search1": "待分配获客",
+    "R-ActivityOc-Search2": "已分配获客",
+    "R-ActivityOc-Search3": "已完成获客",
+    "R-ActivityOc-Search4": "无感获客",
+    "R-ActivityOc-Search5": "定时任务",
+    "R-ActivityOc-Search5-Add": "定时任务-新增",
+    "R-ActivityOc-Search5-Detail": "定时任务-详情",
+    "R-ActivityOc-Search5-Edit": "定时任务-编辑",
+    "R-Search5-Delete": "定时任务-删除",
+    "R-ActivityOc-Search6": "国家设置",
+    "R-ActivityOc-Search6-Add": "国家设置-新增",
+    "R-ActivityOc-Search6-Edit": "国家设置-编辑",
+    "R-ActivityOc-Delete": "国家设置-删除",
+    "R-ActivityOc-Allocation": "获客分配",
+    "R-ActivityOc-Allocation1": "待分配列表-获客分配",
+    "R-ActivityOc-Allocation2": "已分配列表-获客分配",
+    "R-ActivityOc-Allocation3": "开户链接",
+    "R-ActivityOc-Allocation4": "无感列表-获客分配",
+    "R-ActivityOc-OneClickAllocation": "一键分配",
+    "R-ActivityOc-Export": "模板导出",
+    "R-ActivityOc-Import": "获客导入",
+    "R-ActivityOc-FollowUp": "跟进",
+    "R-ActivityOc-FollowUpView": "跟进查看",
+    "R-ActivityOc-ScheduledA": "定时任务-新增",
+    "R-ActivityOc-ScheduledU": "定时任务-修改",
+    "R-ActivityOc-ScheduledD": "定时任务-删除",
+    "R-ActivityOc-Scheduled": "定时任务",
+    "R-ActivityOc-CountrySetting-Add": "添加国家设置",
+    "R-ActivityOc-CountrySetting-Edit": "编辑国家设置",
+    "Label": {
+      "item1": "是否入金",
+      "item2": "是否注册",
+      "verifyResult": "检验结果",
+      "CreateLink": "生成开户链接",
+      "ChooseCommission": "请选择账户手续费:",
+      "IbInvalid": "允许名下的客户可自主申请成为代理?",
+      "item3": "提示:因政策受限,伊斯兰账户不可添加账户手续费,所有账户手续费链接开立的伊斯兰账户佣金为0,请知晓。",
+      "Copy": "复制",
+      "Allow": "允许",
+      "NotAllow": "不允许",
+      "item4": "国籍参考",
+      "submissionDate": "提交日期",
+      "IsConnect": "是否接通",
+      "ContactTimePreference": "联系时间偏好",
+      "TradingExperience": "交易经验",
+      "GoodLead": "是否为优质客户",
+      "LevelOfIntent": "意向等级",
+      "ibInterest": "代理兴趣",
+      "GeneralFeedback": "总体反馈",
+      "NextFollowUpDate": "下次跟进日期",
+      "WhatsAppNumber": "其他联系方式",
+      "CreateTime": "创建时间",
+      "Morning": "上午",
+      "Afternoon": "下午",
+      "Evening": "晚上",
+      "Unclear": "不清楚",
+      "None": "无",
+      "Beginner": "初学者",
+      "Intermediate": "中级",
+      "Advanced": "高级",
+      "Low": "低",
+      "Medium": "中",
+      "High": "高",
+      "OriginalCommission": "原外用",
+      "OriginalAddPoint": "原加点"
+    }
+  },
+  "Documentary": {
+    "R-Documentary": "跟单管理",
+    "R-SignalSource": "信号源账户",
+    "R-SignalSource-Search": "列表",
+    "R-SignalSource-Add": "新增",
+    "R-SignalSource-Details": "详情",
+    "R-SignalSource-Delete": "删除",
+    "R-SignalSource-Manage": "管理",
+    "R-SignalSource-Export": "导出",
+    "R-SignalSource-Ranking": "信号源排名",
+    "R-SignalSource-ClearR": "清理推荐",
+    "R-SignalSource-UpdateR": "修改推荐",
+    "R-DocumentaryAccount": "跟单账户",
+    "R-DocumentaryAccount-Search": "列表",
+    "R-DocumentaryAccount-Add": "新增",
+    "R-DocumentaryAccount-Details": "详情",
+    "R-DocumentaryAccount-Delete": "取消订阅",
+    "R-DocumentaryAccount-Manage": "管理",
+    "R-DocumentaryAccount-Export": "导出",
+    "R-SignalSourceApply": "信号源申请",
+    "R-RecruitmentReview": "招聘审核",
+    "R-SignalSourceApply-Search": "列表",
+    "R-SignalSourceApply-Details": "详情",
+    "R-SignalSourceApply-Delete": "删除",
+    "R-SignalSourceApply-Manage": "审批",
+    "R-HistoricalRecords": "历史记录",
+    "R-HistoricalRecords-Commission": "分润记录",
+    "R-HistoricalRecords-Unsubscribe": "取消订阅",
+    "R-HistoricalRecords-Unsubscribe-Details": "取消订阅-详情",
+    "R-HistoricalRecords-dealApprove": "信号源申请",
+    "R-HistoricalRecords-CommissionE": "分润记录导出",
+    "R-HistoricalRecords-UnsubscribeE": "取消订阅导出",
+    "R-HistoricalRecords-dealApproveE": "信号源申请导出",
+    "Label": {
+      "item34": "钱包余额",
+      "item35": "冻结余额",
+      "nickname": "昵称",
+      "OverallSituation": "全局",
+      "item1": "平台",
+      "item2": "代理",
+      "item3": "信号源申请-审批操作",
+      "item4": "盈利率",
+      "item5": "审批操作",
+      "item6": "操作",
+      "item7": "全局设置",
+      "item8": "展示权限",
+      "item9": "是否推荐",
+      "item10": "推荐排序",
+      "item11": "分成信息",
+      "item12": "代理分成比",
+      "item13": "信号源申请-详情",
+      "item14": "信号源申请-删除",
+      "item15": "信号源账户-详情",
+      "item16": "信号源账户-删除",
+      "item17": "信号源账户-管理",
+      "item18": "信号源账户-新增",
+      "item19": "跟单信息",
+      "item20": "跟单人数",
+      "item21": "跟单盈亏",
+      "item22": "跟单日期",
+      "item23": "跟单盈亏",
+      "item24": "跟单账户-详情",
+      "item25": "跟单账户-取消订阅",
+      "item26": "跟单账户-管理",
+      "item27": "跟单账户-新增",
+      "item28": "跟单账户信息",
+      "item29": "跟单账户平台",
+      "item30": "信号源账户平台",
+      "item31": "代理调整权限",
+      "item32": "无权限",
+      "item33": "有权限",
+      "item36": "置顶",
+      "item37": "推荐理由",
+      "item38": "确定要清除所有推荐和置顶吗?",
+      "item39": "信号源账户-推荐"
+    },
+    "console": {
+      "item1": "仪表盘",
+      "item2": "数据更新",
+      "item3": "平台",
+      "item4": "交易账户",
+      "item5": "持仓盈/亏",
+      "item6": "净值",
+      "item7": "余额",
+      "item8": "总收益",
+      "item9": "较昨日",
+      "item10": "收益曲线图",
+      "item11": "近七日",
+      "item12": "近一个月",
+      "item13": "近三个月",
+      "item14": "钱包",
+      "item15": "可用余额:",
+      "item16": "转入",
+      "item17": "转出",
+      "item18": "待结算:",
+      "item19": "名片信息",
+      "item20": "昵称",
+      "item21": "个性签名",
+      "item22": "交易策略",
+      "item23": "信号源管理",
+      "item24": "信号源账户",
+      "item25": "申请成为信号源",
+      "item26": "跟单账户数",
+      "item27": "跟单管理",
+      "item28": "跟单账户",
+      "item29": "持仓订单数",
+      "item30": "平仓订单数",
+      "item31": "未结算的资金,待结算日期时进行结算",
+      "item32": "信号源昵称",
+      "item33": "跟随收益",
+      "item34": "订阅开始时间",
+      "item35": "订阅结束时间",
+      "item36": "信用额"
+    },
+    "tradingCenter": {
+      "item1": "昵称",
+      "item2": "创建日期",
+      "item3": "筛选",
+      "item4": "重置筛选",
+      "item5": "账户类型:",
+      "item6": "收益率:",
+      "item7": "最大回撤:",
+      "item8": "净值 ($):",
+      "item9": "结算周期:",
+      "item10": "交易次数:",
+      "item11": "7天",
+      "item12": "14天",
+      "item13": "30天",
+      "item14": "0-10次",
+      "item15": "10-50次",
+      "item16": "50次+",
+      "item17": "排序",
+      "item18": "信号源",
+      "item19": "国籍",
+      "item20": "总收益率",
+      "item21": "最大回撤率",
+      "item22": "跟单者收益",
+      "item23": " 数据分析",
+      "item24": "操作",
+      "item25": "订阅",
+      "item26": "推荐",
+      "item27": "自动跟随设置",
+      "item28": "信号源账户信息",
+      "item29": "账户",
+      "item30": "分润方式",
+      "item31": "分润金额",
+      "item32": "结算周期",
+      "item33": "跟随账户设置",
+      "item34": "交易杠杆",
+      "item35": "跟随类型",
+      "item36": "比例设置",
+      "item37": "保护设置",
+      "item38": "保护类型",
+      "item39": "金额设置",
+      "item40": "已阅读并悉知",
+      "item41": "《跟单用户协议》",
+      "item42": "自动跟随",
+      "item43": "收藏",
+      "item44": "详细",
+      "item45": "更新时间",
+      "item46": "开",
+      "item47": "关",
+      "item48": "缩放",
+      "item49": "当前排名",
+      "item50": "交易展示起始日期",
+      "item51": "总盈亏",
+      "item52": "收益率",
+      "item53": "胜率",
+      "item54": "近七天最大回撤率",
+      "item55": "个人名片",
+      "item56": "仪表盘",
+      "item57": "数据指标",
+      "item58": "交易订单",
+      "item59": "订阅总览",
+      "item60": "基础信息",
+      "item61": "个性签名",
+      "item62": "交易策略",
+      "item63": "用户昵称",
+      "item64": "生日",
+      "item65": "性别",
+      "item66": "国籍",
+      "item67": "所在地区",
+      "item68": "注册日期",
+      "item69": "收益",
+      "item70": "产品交易量和盈/亏",
+      "item71": "总交易量",
+      "item72": "外汇",
+      "item73": "指数",
+      "item74": "贵金属",
+      "item75": "股票",
+      "item76": "单位:",
+      "item77": "存款数",
+      "item78": "取款数",
+      "item79": "近7日盈亏",
+      "item80": "账户信息",
+      "item81": "订单分析",
+      "item82": "风险分析",
+      "item83": "总手数",
+      "item84": "平均手数",
+      "item85": "最大手数",
+      "item86": "单笔最大盈利手数",
+      "item87": "单笔最大亏损手数",
+      "item88": "总盈亏",
+      "item89": "平均盈利",
+      "item90": "平均亏损",
+      "item91": "单笔最大盈利额",
+      "item92": "单笔最大亏损额",
+      "item93": "最大回撤率",
+      "item94": "交易总次数",
+      "item95": "单笔最大盈利持仓时长",
+      "item96": "盈亏比",
+      "item97": "日均交易次数",
+      "item98": "单笔最大亏损持仓时长",
+      "item99": "交易量",
+      "item100": "当前订阅数:",
+      "item101": "当前订阅资金:",
+      "item102": "跟单者账户",
+      "item103": "起始日期",
+      "item104": "结束日期",
+      "item105": "订阅盈亏($)",
+      "item106": "平仓类型",
+      "item107": "分润%",
+      "item108": "代理抽成",
+      "item109": "实际分润",
+      "item110": "手动",
+      "item111": "保护",
+      "item112": "跟随",
+      "item113": "信号源列表",
+      "item114": "历史订单",
+      "item115": "持仓订单",
+      "item116": "固定手数",
+      "item117": "手数比例",
+      "item118": "净值比例",
+      "item119": "手数设置",
+      "item120": "净值保护",
+      "item121": "比例",
+      "item122": "比例设置",
+      "item123": "当前盈亏:",
+      "item124": "当前总手数:",
+      "item125": "单位:",
+      "item126": "名片信息",
+      "item127": "交易量",
+      "item128": "盈亏",
+      "item129": "提示:当账户净值低于设定的额度将会终止跟单订阅并强制平仓",
+      "item130": "暂无数据",
+      "item131": "30%以上",
+      "item132": "收藏",
+      "item133": "取消收藏",
+      "item134": "必须空仓后才能订阅",
+      "item135": "周期类型",
+      "item136": "日",
+      "item137": "周",
+      "item138": "月",
+      "item139": "净值曲线",
+      "item140": "排名曲线",
+      "item141": "综合分",
+      "item142": "推荐理由",
+      "item143": "请选择周期类型",
+      "item144": "期初净值",
+      "item145": "期末净值",
+      "item146": "总入金",
+      "item147": "总出金",
+      "item148": "盈利率",
+      "item149": "最大本金收益率",
+      "item150": "最大回撤率",
+      "item151": "总盈亏",
+      "item152": "订单数",
+      "item153": "手数"
+    },
+    "TundManagement": {
+      "item1": "存入",
+      "item2": "转出",
+      "item3": "转账历史",
+      "item4": "钱包余额:",
+      "item5": "订单编号",
+      "item6": "申请日期",
+      "item7": "处理日期",
+      "item8": "信号源管理",
+      "item9": "跟单账户管理",
+      "item10": "记录查询",
+      "item11": "信号源账户",
+      "item12": "申请账户",
+      "item13": "信号账户",
+      "item14": "分润周期(天)",
+      "item15": "分润模式",
+      "item16": "分润比例",
+      "item17": "跟单者列表",
+      "item18": "分润报告",
+      "item19": "跟单模式",
+      "item20": "跟单比例",
+      "item21": "跟单盈亏($)",
+      "item22": "手数%",
+      "item23": "固定手数",
+      "item24": "净值%",
+      "item25": "账号",
+      "item26": "起始日期",
+      "item27": "到期日期",
+      "item28": "删除信号源",
+      "item29": "账户信息",
+      "item30": "* 删除信号源之前,请确认是否存在交易订单,否则将删除失败。",
+      "item31": "信号源设置",
+      "item32": "展示设置",
+      "item33": "分润设置",
+      "item34": "历史展示",
+      "item35": "展示周期",
+      "item36": "名片展示",
+      "item37": "开启日期",
+      "item38": "分润类型",
+      "item39": "百分比",
+      "item40": "*当信号源账户存在跟单用户时,分润设置将无法重新编辑。",
+      "item41": "申请成为信号源",
+      "item42": "我已阅读并同意",
+      "item42_2": ",且明确知晓信号源账户一旦申请成功,账户信息和设置将无法变更。",
+      "item43": "《信号源用户协议》",
+      "item44": "订阅信号源",
+      "item45": "已订阅的信号源",
+      "item46": "订单报告",
+      "item47": "取消订阅",
+      "item48": "跟单设置",
+      "item49": "取消订阅设置",
+      "item50": "订阅时间",
+      "item51": "起始时间",
+      "item52": "到期时间",
+      "item53": "* 未完成信号源结算周期,取消订阅将提前将所有订阅的订单进行结算。",
+      "item54": "* 保护设置的净值保护时触发保护机制强制平仓的条件,具体以实际平仓的点位或金额为准。",
+      "item55": "结算周期(天)",
+      "item56": "操作日期",
+      "item57": "状态",
+      "item58": "信号源申请",
+      "item59": "盈利比例分润"
+    },
+    "AgentBackground": {
+      "item1": "跟单全局设置",
+      "item2": "信号源来源",
+      "item3": "阅读",
+      "item4": "《跟单用户条例》",
+      "item5": "1. 生效时间为客户重新登录后生效",
+      "item6": "信号源分成",
+      "item7": "信号源代理分成设置",
+      "item8": "代理账户",
+      "item9": "分成类型",
+      "item10": "分成百分比",
+      "item11": "分佣模式",
+      "item12": "分佣比例",
+      "item13": "分润周期",
+      "item14": "展示范围",
+      "item15": "代理",
+      "item16": "平台",
+      "item17": "展示设置",
+      "item18": "信号源展示设置"
+    },
+    "Report": {
+      "item1": "分润报表",
+      "item2": "订单报表",
+      "item3": "跟单盈利",
+      "item4": "信号源分润",
+      "item5": "分润比例",
+      "item6": "分润金额",
+      "item7": "代理分润比例",
+      "item8": "代理分润金额",
+      "item9": "订阅开始",
+      "item10": "订阅结束",
+      "item11": "外汇",
+      "item12": "CFD",
+      "item13": "指数",
+      "item14": "贵金属",
+      "item15": "美股",
+      "item16": "港股",
+      "item17": "期初净值",
+      "item18": "期末净值"
+    }
+  },
+  "Dashboard": {
+    "item1": "高风险客户",
+    "item2": "账户",
+    "item3": "内转至",
+    "item4": "处理",
+    "item5": "关闭",
+    "Profile": {
+      "Role": "角色名称:",
+      "Email": "电子信箱:",
+      "Location": "地区归属:",
+      "AccountId": "账户ID:",
+      "LastIP": "上次登录IP:",
+      "Encode": "销售编号:",
+      "ConsumerShareLink": "开户链接:",
+      "ConsumerShareLinks": "开户链接",
+      "ConsumerShareLinks1": "推荐码:",
+      "ConsumerShareLinks2": "展会获客:",
+      "ConsumerShareLinks3": "余额:",
+      "ConsumerShareLinks4": "提取",
+      "ConsumerShareLinks5": "提取金额",
+      "QRcode": "生成二维码",
+      "AgentShareLink": "代理开户链接:",
+      "Copy": "复制",
+      "CopySuccess": "复制成功",
+      "CountOfConsumer": "客户数:",
+      "Consumer": "直客",
+      "Agent": "代理",
+      "User": "用户名:",
+      "Btn": "代理申请设置",
+      "Become": "成为代理",
+      "Allow": "允许",
+      "NotAllow": "不允许",
+      "Open": "开启",
+      "Close": "关闭",
+      "Tips": "温馨提示:",
+      "Tips1": "1. 当您选择'开启'时,客户可自主申请成为您名下代理",
+      "Tips2": "2. 当您选择'关闭'时,名下客户将无法自主申请成为代理",
+      "Tips3": "3. 当客户已经申请成为代理时,将无法操作'关闭'的设置"
+    },
+    "Stand": {
+      "TodayVolume": "今日交易量",
+      "TodayConsumer": "今日客户量",
+      "TodayDeposit": "今日存款数",
+      "TodayWithdraw": "今日取款数",
+      "TodayAdversion": "今日内转数",
+      "TodayCommission": "今日出佣数",
+      "MVolume": "交易量",
+      "MConsumer": "客户量",
+      "MDeposit": "存款数",
+      "MWithdraw": "取款数",
+      "MAdversion": "内转数",
+      "MCommission": "出佣数",
+      "Lot": "手",
+      "UserNum": "用户数",
+      "InactiveCustomersNum": "未激活客户数",
+      "VerifiedUser": "待核验用户",
+      "PendingAccount": "待审批账户",
+      "PendingAccount1": "待审批代理申请",
+      "Deposit": "存款申请",
+      "Activities": "活动申请",
+      "TodayNewRegistration": "今日新增注册",
+      "TodayNewSimulation": "今日新增模拟",
+      "CustomerActivity": "客户活动参与",
+      "IbActivity": "代理活动参与",
+      "Volume": "交易量",
+      "Consumer": "客户量"
+    },
+    "Notification": {
+      "Todo": "客户动态",
+      "Date": "日期/时间",
+      "Relegation": "归属编号",
+      "CID": "CID账户",
+      "Account": "申请账户",
+      "ApplyType": "申请类型",
+      "Des": "说明",
+      "State": "状态",
+      "Month": "月",
+      "ToBeProcessed": "待处理数",
+      "Deposit": "存款申请",
+      "TWithdraw": "取款申请",
+    "Commission": "佣金提取"
+  },
+  "Commission": {
+    "CId": "客户ID",
+    "PIbNo": "归属编号",
+    "WithdrawIbNo": "代理账户",
+    "Name": "姓名",
+    "WithdrawAmount": "转出金额",
+    "WithdrawCurrency": "货币",
+    "DepositIbNo": "转入账户",
+    "DepositAmount": "转入金额",
+    "DepositCurrency": "货币",
+    "AddTime": "申请时间",
+    "Status": "状态",
+    "Status-Processing": "处理中",
+    "Status-Approved": "已通过",
+    "Status-Rejected": "已拒绝"
+  },
+    "Role": {
+      "item0": "超级管理员",
+      "item1": "客服",
+      "item2": "财务",
+      "item3": "市场",
+      "item4": "法务",
+      "item5": "综合"
+    }
+  },
+  "Web_info": {
+    "Announcement": "公告--个人中心/官网",
+    "Notice": "通知--个人中心",
+    "All": "全部",
+    "cn": "中文简体",
+    "zhHant": "中文繁体",
+    "en": "英语",
+    "vn": "越南语",
+    "th": "泰语",
+    "ar": "阿拉伯语",
+    "de": "德语",
+    "es": "西班牙语",
+    "id": "印尼语",
+    "ms": "马来西亚语",
+    "ko": "韩语",
+    "pt": "葡萄牙语",
+    "fa": "波斯语",
+    "tr": "土耳其语",
+    "Classic": "经典账户",
+    "Senior": "ECN账户",
+    "Speed": "旧极速账户",
+    "NewSpeed": "极速账户",
+    "Institutions": "机构账户",
+    "Professional": "专业账户",
+    "StandardAccount": "标准账户",
+    "CentAccount": "美分账户"
+  },
+  "Enter_info": {
+    "All": "全部",
+    "ToBeProcessed": "待处理",
+    "InTheProcessing": "处理中",
+    "Completed": "已完成",
+    "Unfinished": "未完成",
+    "NotApply": "未申请",
+    "Refused": "拒绝",
+    "CIDVerification": "CID用户核验",
+    "Email": "邮箱",
+    "AgentNumber": "代理编号",
+    "Agent": "代理",
+    "Customer": "直客",
+    "type_dynamic1": "账户申请",
+    "type_dynamic2": "模拟账号申请",
+    "type_dynamic3": "入金",
+    "type_dynamic4": "出金",
+    "type_dynamic5": "代理佣金内转",
+    "type_dynamic6": "佣金",
+    "type_dynamic7": "活动",
+    "type_dynamic8": "密码",
+    "type_dynamic9": "内转",
+    "type_dynamic10": "内转-出",
+    "type_dynamic11": "内转-入",
+    "type_dynamic12": "佣金内转",
+    "GoogleGroup": "Google组别",
+    "GroupEmail": "gmail组别",
+    "GroupName": "组别名称",
+    "AddGoogleGroup": "新增Google组别",
+    "EditGoogleGroup": "编辑Google组别",
+    "FirstName": "名",
+    "LastName": "姓",
+    "GoogleEmail": "Google邮箱",
+    "CallingCode": "区号",
+    "ExtraPhone": "额外电话",
+    "ExtraEmail": "额外邮箱",
+    "Remark": "备注",
+    "CreationTime": "注册时间",
+    "LastLoginTime": "上次登陆时间"
+  },
+  "Apply_info": {
+    "VerifiedUser": {
+      "Refused": "拒绝",
+      "Agree": "同意",
+      "RefusedDes1": "地址证明缺失",
+      "RefusedDes2": "基础信息缺失",
+      "All": "全部",
+      "Email": "邮箱",
+      "Identification": "证件ID",
+      "Type": "类型",
+      "Agent": "代理",
+      "Customer": "直客"
+    },
+    "TradingAccount": {
+      "Title": "交易账户",
+      "Account": "账户",
+      "Trading": "交易账户",
+      "Type": "账户类型",
+      "Leverage": "杠杆",
+      "OutsideCommission": "账户手续费",
+      "Group": "组别",
+      "Currency": "交易货币",
+      "Time": "开户时间",
+      "State": "状态"
+    },
+    "UserInfo": {
+      "Title": "用户信息",
+      "CID": "CID",
+      "Email": "邮箱",
+      "Pwd": "登录密码",
+      "Relegation": "归属编号",
+      "Sales": "所属销售",
+      "CustomerType": "客户类型",
+      "OutsideCommission": "账户手续费",
+      "Registration": "注册时间",
+      "IP": "IP",
+      "LoginState": "登录状态"
+    },
+    "BasicInfo": {
+      "Title": "基础信息",
+      "Name": "姓名",
+      "Phone": "联系电话",
+      "ID": "身份ID",
+      "IdentityNumber": "身份证号码",
+      "KycIdNumber": "认证身份证号码",
+      "KycNumber": "认证证件号码",
+      "KycName": "认证姓名",
+      "Birthday": "生日",
+      "Gender": "性别",
+      "Male": "男",
+      "Female": "女"
+    },
+    "AddressInfo": {
+      "Title": "地址信息",
+      "Lang": "常用语言",
+      "Country": "国家",
+      "Region": "省/地区",
+      "City": "城市/地区",
+      "Address": "详细地址",
+      "standbyAddress": "备用地址",
+      "zipCode": "邮编"
+    },
+    "FinancialBack": {
+      "Title": "金融背景",
+      "EducationBackground": "学历",
+      "InaugurationSituation": "就职情况",
+      "Industry": "行业",
+      "TradingPurposes": "交易目的",
+      "InTotalRevenue": "年总收入",
+      "SourcesFunding": "资金来源",
+      "TotalAssets": "总资产",
+      "item11": "初中",
+      "item12": "高中",
+      "item13": "大学",
+      "item14": "研究生",
+      "item15": "博士",
+      "item21": "在职",
+      "item22": "自由职业者",
+      "item23": "退休",
+      "item24": "失业",
+      "item25": "学生",
+      "item31": "资本保值",
+      "item32": "对冲",
+      "item33": "收入",
+      "item34": "投资",
+      "item41": "储蓄",
+      "item42": "工资/营业收入",
+      "item43": "租金",
+      "item44": "贷款",
+      "item45": "养老金",
+      "item46": "遗产",
+      "item51": "超过 $200,000",
+      "item52": "$100,000 - $200,000",
+      "item53": "$50,000 - $100,000",
+      "item54": "$20,000 - $50,000",
+      "item55": "$0 - $20,000",
+      "item61": "超过 $200,000",
+      "item62": "$100,000 - $200,000",
+      "item63": "$50,000 - $100,000",
+      "item64": "$20,000 - $50,000",
+      "item65": "$0 - $20,000"
+    },
+    "ExperienceTrading": {
+      "Title": "交易经验",
+      "Item1": "- 我有与其他经纪人交易衍生产品的经验",
+      "Item2": "- 有外汇、差价合约或其他衍生产品的交易经验",
+      "Item3": "- 衍生产品适合作为我的投资目标和风险偏好的一部分,因此我能够评估交易它们所涉及的风险,包括我所有损失的可能性",
+      "Item4": "- 我有金融服务方面的相关经验,帮助我了解使用我们的服务和交易衍生产品的风险"
+    },
+    "FileManagement": {
+      "Title": "文件管理",
+      "ProofIdentity": "身份证明",
+      "ProofAddress": "地址证明",
+      "AdditionalProof": "附加证明"
+    },
+    "LeverAdjust": {
+      "Title": "杠杆调整申请"
+    },
+    "PendingAccount": {
+      "Title": "账户申请"
+    },
+    "PasswordReset": {
+      "Title": "密码重置申请"
+    },
+    "BelongingAdjust": {
+      "Title": "归属变更申请"
+    },
+    "ActivitiesApply": {
+      "Title": "活动申请"
+    },
+    "CommissionAdjust": {
+      "Title": "账户手续费变更申请"
+    },
+    "HangUndo": {
+      "Title": "挂入撤销申请"
+    },
+    "AgentApply": {
+      "Title": "代理申请"
+    },
+    "PammManager": {
+      "ownerId": "佣金账户",
+      "accountId": "交易账户",
+      "percent": "收益分成(%)",
+      "percentOld": "原收益分成(%)",
+      "percentNew": "新收益分成(%)",
+      "Revoked": "是否已撤销",
+      "pamm_password": "PAMM登录密码"
+    }
+  },
+  "Report_info": {
+    "SystemNumber": "PAMM系统编号",
+    "MasterAccount": "PAMM主账户",
+    "SubAccount": "PAMM子账户",
+    "Trading": "交易账户",
+    "Mam": "MAM/Money Manager",
+    "DepositWithdrawals": "存取款",
+    "AgentCommission": "代理佣金",
+    "TradingDetails": "交易明细",
+    "Trades": "交易品种",
+    "SalesCommission": "销售佣金",
+    "TradingAccount": "交易账户",
+    "TransactionHistory": "交易历史",
+    "PendingHistory": "挂单历史",
+    "Pending": "挂单查询",
+    "Position": "持仓查询",
+    "BalanceOperation": "余额操作",
+    "WithdrawalCommission": "代理佣金取款",
+    "AllCommission": "佣金综合",
+    "VolumeCommission": "交易量佣金",
+    "CommissionTemplateChange": "佣金模板变更",
+    "OldPercentage": "原百分比",
+    "NewPercentage": "新百分比",
+    "OldClassicForex": "原经典Forex",
+    "NewClassicForex": "新经典Forex",
+    "OldAdvancedForex": "原高级Forex",
+    "NewAdvancedForex": "新高级Forex",
+    "OldStandardForex": "原标准Forex",
+    "NewStandardForex": "新标准Forex",
+    "OldClassicCFD": "原经典CFD",
+    "NewClassicCFD": "新经典CFD",
+    "OldAdvancedCFD": "原高级CFD",
+    "NewAdvancedCFD": "新高级CFD",
+    "OldStandardCFD": "原标准CFD",
+    "NewStandardCFD": "新标准CFD",
+    "OldClassicIndex": "原经典Index",
+    "NewClassicIndex": "新经典Index",
+    "OldAdvancedIndex": "原高级Index",
+    "NewAdvancedIndex": "新高级Index",
+    "OldStandardIndex": "原标准Index",
+    "NewStandardIndex": "新标准Index",
+    "OldClassicMetal": "原经典Metal",
+    "NewClassicMetal": "新经典Metal",
+    "OldAdvancedMetal": "原高级Metal",
+    "NewAdvancedMetal": "新高级Metal",
+    "OldStandardMetal": "原标准Metal",
+    "NewStandardMetal": "新标准Metal",
+    "OldCommission10": "原账户手续费+10",
+    "NewCommission10": "新账户手续费+10",
+    "OldCommission20": "原账户手续费+20",
+    "NewCommission20": "新账户手续费+20",
+    "OldCommission30": "原账户手续费+30",
+    "NewCommission30": "新账户手续费+30",
+    "OldSpeedForex": "原极速Forex",
+    "NewSpeedForex": "新极速Forex",
+    "OldSpeedMetal": "原极速Metal",
+    "NewSpeedMetal": "新极速Metal",
+    "item1": "存取款",
+    "item2": "代理出金",
+    "item3": "内转",
+    "item4": "异名内转",
+    "item5": "代理内转",
+    "item6": "代理佣金内转",
+    "item7": "跟单内转",
+    "item8": "赠金",
+    "item9": "出金退款",
+    "item10": "撤销信用金",
+    "item11": "免息组别持仓利息",
+    "item12": "跟单出金(分润)",
+    "item13": "及时返佣",
+    "item14": "PAMM分润",
+    "item15": "其它",
+    "item16": "出/入汇总",
+    "item17": "交易账户返现/现金嘉年华",
+    "Name": "姓名",
+    "TradingVolume": "交易量",
+    "Commission": "佣金",
+    "StorageFee": "库存费"
+  },
+  "Customer_info": {
+    "Real": {
+      "Title": "CID 账户操作",
+      "Umpire": "反审",
+      "Agent": "代理",
+      "Customer": "直客",
+      "All": "全能",
+      "salesStatus": "销售审核",
+      "Level": "风险等级",
+      "OldLevel": "原风险等级",
+      "NowLevel": "新风险等级",
+      "level1": "低",
+      "level2": "中",
+      "level3": "高",
+      "item1": "共选择",
+      "item2": "条数数据,金额为"
+    },
+    "Agent": {
+      "Title": "代理佣金余额操作",
+      "Add": "增加",
+      "Reduce": "减少",
+      "OutsideCommission": "账户手续费",
+      "Commission": "内佣",
+      "CommissionAdd": "佣金补入",
+      "CommissionReduce": "佣金减少"
+    },
+    "Activity": {
+      "Title": "活动账户详情"
+    },
+    "Files": {
+      "Title": "文件审核",
+      "Title1": "文件反审核"
+    }
+  },
+  "Financial_info": {
+    "OnlineDeposit": {
+      "Title": "账户存款",
+      "Complete": "完成",
+      "Refused": "拒绝",
+      "Artificial": "人工",
+      "Automatic": "自动",
+      "GiftForActivities": "活动赠金",
+      "ActivitiesStatus": "赠金状态",
+      "BankMsg": "银行备注",
+      "OrderStatus": "订单状态",
+      "CallBackPass": "回调成功",
+      "CallBackRefused": "回调拒绝",
+      "ChannelSerial": "三方流水号",
+      "TransformAmount": "转化金额",
+      "ActualAmount": "实际金额",
+      "item1": "泰国",
+      "item2": "越南",
+      "item2_1": "尼日利亚",
+      "item3": "存款赠金"
+    },
+    "WithdrawalApplication": {
+      "TitleApproval": "取款申请 - 审批",
+      "TitleDeductions": "取款申请 - MT扣款",
+      "TitleRemittanceReceipt": "取款申请 - 汇款回执",
+      "TitleRemittancesubmit": "取款申请 - 汇款状态",
+      "item1": "存款记录",
+      "item2": "取款记录",
+      "item3": "是否手续费减免",
+      "item4": "手续费用",
+      "item5": "减免手续费用"
+    },
+    "InternalTransfer": {
+      "Title": "内部转账",
+      "withdrawCId": "出金CID账户",
+      "depositCId": "入金CID账户",
+      "withdrawName": "出金姓名",
+      "depositName": "入金姓名"
+    },
+    "CommissionExtract": {
+      "Title": "IB取款",
+      "InsufficientFunds": "资金不足"
+    },
+    "FollowerTransfer": {
+      "Serial": "系统流水号",
+      "MerchantSerial": "商户流水号",
+      "SubscribeSerial": "订阅流水号",
+      "WithdrawLogin": "出金账号",
+      "DepositLogin": "入金账号",
+      "CallBackStatus": "回调状态",
+      "CallBack": "回调",
+      "Status": "状态",
+      "AddTime": "申请时间",
+      "ApproveTime": "审批时间",
+      "ApproveDesc": "备注",
+      "CallBackNumber": "回调次数",
+      "CallBackTime": "回调时间",
+      "CallBackUrl": "回调地址",
+      "DepositAmount": "入金金额",
+      "DepositTicket": "入金订单号",
+      "WithdrawAmount": "出金金额",
+      "WithdrawTicket": "出金订单号"
+    }
+  },
+  "system_info": {
+    "Title": {
+      "NotificationEmail": "通知邮箱设置",
+      "Deposit": "存款设置",
+      "Withdrawals": "取款设置",
+      "Transfer": "内转设置",
+      "DepositRate": "存款汇率设置",
+      "WithdrawalsRate": "取款汇率设置",
+      "Automatic": "自动设置",
+      "DepositChannel": "存款通道设置",
+      "WithdrawalsChannel": "取款通道设置",
+      "Authentication": "安全码认证",
+      "ExternalNotification": "外部通知设置",
+      "InternalNotification": "内部通知设置",
+      "CommissionTemplateEditing": "模板编辑",
+      "DomainName": "域名设置",
+      "AutomaticQuotaSetting": "自动限额设置",
+      "dayLimitSetting": "每日出金限额",
+      "ProductType": "产品类型",
+      "AccountTypeParameter": "账户类型参数",
+      "AgentRebateParameters": "代理返佣参数",
+      "SalesCommissionParameters": "销售返佣参数",
+      "EmailSettings": "邮箱设置",
+      "ConfigurationFile": "文件配置",
+      "InterestFreeInterestSettings": "免息利息设置",
+      "followCommissionFile": "分润参数设置",
+      "tradeSwapsRatio": "仓息系数",
+      "OnlineEditing": "注意事项 - 在线编辑",
+      "MarketingEmailSettings": "营销邮件设置",
+      "ManagerEmailSettings": "Manager邮件设置"
+    },
+    "Label": {
+      "ConfirmCreditCard": "确认信用卡",
+      "ConfirmName": "确认姓名",
+      "ConfirmAreaCode": "确认区号",
+      "ConfirmPhone": "确认手机号",
+      "DepositNotice": "入金通知",
+      "WithdrawalNotice": "出金通知",
+      "InternalTransferNotice": "内转通知",
+      "LeverageAdjustmentNotice": "杠杆调整通知",
+      "RegistrationNotice": "注册通知",
+      "ApplicationNotice": "申请通知",
+      "TradePasswordResetComplete": "交易密码重置完成",
+      "InvestorPasswordResetComplete": "投资人密码调整完成",
+      "item1": "提交核验",
+      "item2": "修改配置",
+      "item3": "注册完成",
+      "item4": "杠杆调整完成",
+      "item5": "交易密码调整完成",
+      "item6": "客户忘记密码",
+      "item7": "客户修改邮箱",
+      "item8": "信息核验成功",
+      "item9": "信息核验失败",
+      "item10": "真实账户创建完成",
+      "item11": "用户忘记密码",
+      "item12": "DEMO账户创建完成",
+      "item13": "客户忘记密码修改完成",
+      "item14": "客户入金通知",
+      "item15": "客户内转完成通知",
+      "item16": "客户提交核验通知",
+      "item17": "密码调整失败",
+      "item18": "入金活动500问卷",
+      "item19": "活动通知销售客服",
+      "item20": "入金超限通知",
+      "item21": "钱包出金验证码",
+      "item22": "活动拒绝通知",
+      "item23": "三方打款通知",
+      "item24": "lark邀请邮件",
+      "item25": "入职资料邮件",
+      "item26": "分润比例调整通知",
+      "item27": "入职成功通知",
+      "item28": "入职管理审核通知",
+      "item29": "离职成功通知",
+      "item30": "资料提交审核通知",
+      "item31": "离职申请通知",
+      "item32": "调整风险等级通知",
+      "item33": "账户待清理通知",
+      "item34": "账户删除通知",
+      "MaxDepositAmount": "最大存款额",
+      "MaxWithdrawalsAmount": "最大取款额",
+      "MinDepositAmount": "最小存款额",
+      "MinWithdrawalsAmount": "最小取款额",
+      "MTDeposit": "MT存款",
+      "MTWithdrawal": "MT取款",
+      "AutomaticAccountOpening": "自动开户",
+      "InternalTransfer": "内部转账",
+      "SecureEmail": "安全邮箱",
+      "SecurityCode": "安全码",
+      "UserRegistration": "客户注册",
+      "AgentOpenAccount": "代理开户完成",
+      "InternalNotification": "内部通知",
+      "AccountOpening": "账户开立",
+      "PasswordAdjust": "交易密码重置",
+      "ApplyNotification": "交易账户申请通知",
+      "DepositNotification": "存款通知",
+      "ConvertedInform": "内转通知",
+      "OpenAccount": "开户通知",
+      "WithdrawalNotice1": "银行取款通知",
+      "WithdrawalNotice2": "数字货币取款通知",
+      "WithdrawalNotice3": "电汇取款通知",
+      "WithdrawalNotice4": "钱包取款通知",
+      "WithdrawalNotice5": "信用卡取款通知",
+      "WithdrawalNotice6": "登陆验证码CN",
+      "WithdrawalNotice7": "登陆验证码EN",
+      "LeverAdjust": "杠杆调整",
+      "RiskLeverAdjust": "风控杠杆调整",
+      "EquityLeverRules": "净值杠杆规则",
+      "REQUITE": "用户限时回馈活动审核通知",
+      "SUCCESS_CN": "用户限时回馈活动完成通知(中)",
+      "SUCCESS_EN": "用户限时回馈活动完成通知(英)",
+      "FAIL_CN": "用户限时回馈活动未完成通知(中)",
+      "FAIL_EN": "用户限时回馈活动未完成通知(英)",
+      "REQUITE_SUCCESS_CN": "代理用户限时回馈活动完成通知(中)",
+      "REQUITE_SUCCESS_EN": "代理用户限时回馈活动完成通知(英)",
+      "REQUITE_FAIL_CN": "代理用户限时回馈活动未完成通知(中)",
+      "REQUITE_FAIL_EN": "代理用户限时回馈活动未完成通知(英)",
+      "REQUITE_END_CN": "用户限时回馈活动结束通知(中)",
+      "REQUITE_END_EN": "用户限时回馈活动结束通知(英)",
+      "REQUITE_END": "代理用户限时回馈活动结束通知",
+      "APPROVE_SUCCESS_CN ": "用户限时回馈活动审核通过通知(中)",
+      "APPROVE_SUCCESS_EN": "用户限时回馈活动审核通过通知(英)",
+      "APPROVE_FAIL_CN": "用户限时回馈活动拒绝通知(中)",
+      "APPROVE_FAIL_EN": "用户限时回馈活动拒绝通知(英)",
+      "CUSTOM_KYC_SUCCESS_CN": "人脸认证审核通过(中)",
+      "CUSTOM_KYC_SUCCESS_EN": "人脸认证审核通过(英)",
+      "CUSTOM_KYC_FAIL_CN": "人脸认证审核失败(中)",
+      "CUSTOM_KYC_FAIL_EN": "人脸认证审核失败(英)",
+      "CUSTOM_KYC_APPROVE":"人脸认证审核通知",
+      "AGENT_CUSTOM_ACTIVITY_REQUITE_SUCCESS_CN":"一级代理用户限时回馈活动结束通知(中)",
+      "AGENT_CUSTOM_ACTIVITY_REQUITE_SUCCESS_EN":"一级代理用户限时回馈活动结束通知(英)",
+      "CUSTOM_ACTIVITY_UCOIN_CN":"客户参加U币入金奖励活动通知",
+      "CUSTOM_ACTIVITY_UCOIN_EN":"客户参加U币入金奖励活动通知(英)",
+      "CUSTOM_ACTIVITY_UCOIN_END_CN":"客户参加U币入金奖励活动结束通知",
+      "CUSTOM_ACTIVITY_UCOIN_END_EN":"客户参加U币入金奖励活动结束通知(英)",
+      "IB_CUSTOM_ACTIVITY_UCOIN_CN":"代理用户参加U币入金奖励活动通知",
+      "IB_CUSTOM_ACTIVITY_UCOIN_EN":"代理用户参加U币入金奖励活动通知(英)",
+      "Lang": "语言",
+      "TemplateName": "模板名称",
+      "EmailTitle": "邮件标题",
+      "EmailContent": "邮件内容",
+      "FieldsThat": "字段说明",
+      "Name": "姓名",
+      "Email": "邮箱",
+      "CID": "CID账户",
+      "Trading": "交易账户",
+      "Pwd": "密码",
+      "PersonalCenter": "个人中心",
+      "ManagementCenter": "管理中心",
+      "ChineseName": "中文名称",
+      "EnglishNames": "英文名称",
+      "MattersNeedingAttention": "注意事项",
+      "RequestAddress": "请求地址",
+      "ProcessingTime": "处理时间",
+      "Poundage": "手续费",
+      "ExpirationTime": "过期时间",
+      "CurrencyLis": "货币列表",
+      "CurrencyName": "货币名称",
+      "DigitalName": "币种名称",
+      "DigitalType": "区块类型",
+      "DigitalUrl": "二维码",
+      "DigitalAddress": "钱包地址",
+      "DigitalCurrency1": "货币类型",
+      "Icon": "图标",
+      "UploadAgain": "重新上传",
+      "PaymentType": "支付类型",
+      "TradePasswordReset": "交易密码重置",
+      "BelongingAdjust": "归属调整",
+      "InvestorPasswordReset": "投资人密码重置",
+      "IntervalMaximumDeposit": "区间最大存款额",
+      "OutsideMaximumDeposit": "区间外最大存款额",
+      "ExclusionChannel": "排除通道",
+      "TypeName": "类型名称",
+      "AccountType": "账户类型",
+      "OutsideCommission": "账户手续费",
+      "Leverage": "杠杆",
+      "customerType": "客户类型",
+      "SpeedAccount": "旧极速账户",
+      "NewSpeedAccount": "极速账户",
+      "ClassicAccount": "经典账户",
+      "SeniorAccount": "ECN",
+      "AgencyAccount": "机构账户",
+      "ProfessionalAccount": "专业账户",
+      "StandardAccount": "标准账户",
+      "CentAccount": "美分账户",
+      "Customer": "直客",
+      "Agent": "代理",
+      "EmailPassword": "邮箱密码",
+      "SendingServerAddress": "发送服务器地址",
+      "Port": "端口",
+      "SystemEmail": "系统邮箱",
+      "FileFormat": "文件格式",
+      "Interest": "利息",
+      "followCommissionFile1": "信号源分润(%)",
+      "followCommissionFile2": "代理分润(%)",
+      "FileSize": "文件大小(MB)",
+      "Title": "标题",
+      "Content": "内容",
+      "OnlineEditing": "在线编辑",
+      "Update": "上传",
+      "currency": "货币",
+      "channelCode": "通道Code",
+      "code": "Code",
+      "cnIcon": "中文图标",
+      "enIcon": "英文图标",
+      "subIndex": "排序",
+      "property": "信息",
+      "rate": "汇率",
+      "transformCurrency": "转换货币",
+      "bankValid": "货币状态",
+      "channelType": "通道类型",
+      "addRate": "新增汇率",
+      "cwgWire": "CWG电汇账户",
+      "DigitalAccount": "数字账户",
+      "UserName": "户名",
+      "BankName": "银行名称",
+      "BankCardNum": "银行卡号",
+      "BankAddr": "银行地址",
+      "SwiftCode": "Swift Code",
+      "BankCode": "银行Code",
+      "MassMailingC": "邮件群发(中)",
+      "MassMailingE": "邮件群发(英)",
+      "MassMailingC1": "邮件群发1(中)",
+      "MassMailingE1": "邮件群发1(英)",
+      "PromoCodeC": "优惠码(中)",
+      "PromoCodeE": "优惠码(英)",
+      "InternationalTransfer": "国际转账支付",
+      "ChinaUnionPay": "中国网银支付",
+      "DigitalCurrency": "数字货币",
+      "ElectronicWallet": "电子钱包",
+      "CreditCard": "信用卡",
+      "DepositInternationalTransfer": "国际转账支付",
+      "DepositChinaUnionPay": "中国网银支付",
+      "DepositDigitalCurrency": "数字货币",
+      "DepositElectronicWallet": "电子钱包",
+      "WithdrawInternationalTransfer": "国际转账支付",
+      "WithdrawChinaUnionPay": "中国网银支付",
+      "WithdrawDigitalCurrency": "数字货币",
+      "WithdrawCreditCard": "信用卡",
+      "WithdrawElectronicWallet": "电子钱包",
+      "ShopSymbolType": "品种类型",
+      "ShopIndexSymbol": "指数品种",
+      "ShopOtherSymbol": "非指数品种",
+      "ShopbelongType": "归属类型",
+      "ShopCompanyCus": "公司直客",
+      "ShopSaleCus": "销售直客",
+      "ShopLevelOneCus": "一级代理直客",
+      "ShopLevelTwoCus": "二级代理直客",
+      "ShopLevelThreeCus": "三级代理直客",
+      "ShopLevelFourCus": "四级代理直客",
+      "ShopTotal": "可分配积分",
+      "ShopCustom": "客户积分",
+      "ShopLevelOne": "一级代理积分",
+      "ShopLevelTwo": "二级代理积分",
+      "ShopLevelThree": "三级代理积分",
+      "ShopLevelFour": "四级代理积分",
+      "ShopOther": "非指数积分规则",
+      "ShopIndex": "指数积分规则",
+      "ShopRules": "规则",
+      "Channel1": "国际转账支付",
+      "Channel2": "中国网银支付",
+      "Channel3": "数字货币",
+      "Channel4": "电子钱包",
+      "Channel5": "信用卡",
+      "Channel6": "支付宝",
+      "CallingCode": "区号",
+      "CountryCode": "编码",
+      "ParentName": "上级名称",
+      "SALES_CUSTOM_DEPOSIT_CN": "自定义存款销售通知(中)",
+      "SALES_CUSTOM_DEPOSIT_EN": "自定义存款销售通知 (英)",
+      "SALES_CUSTOM_DEPOSIT_CALLBACK_CN": "自定义存款状态销售通知(中)",
+      "SALES_CUSTOM_DEPOSIT_CALLBACK_EN": "自定义存款状态销售通知(英)",
+      "SALES_CUSTOM_DEPOSIT_SUCCESS_CN": "自定义存款成功销售通知(中)",
+      "SALES_CUSTOM_DEPOSIT_SUCCESS_EN": "自定义存款成功销售通知(英)",
+      "SALES_CUSTOM_WITHDRAW_CN": "自定义提款销售通知(中)",
+      "SALES_CUSTOM_WITHDRAW_EN": "自定义提款销售通知(英)",
+      "SALES_CUSTOM_WITHDRAW_APPROVE_FAIL_CN": "自定义提款审批失败销售通知(中)",
+      "SALES_CUSTOM_WITHDRAW_APPROVE_FAIL_EN": "自定义提款审批失败销售通知(英)",
+      "SALES_CUSTOM_WITHDRAW_APPROVE_SUCCESS_CN": "自定义提款审批成功销售通知(中)",
+      "SALES_CUSTOM_WITHDRAW_APPROVE_SUCCESS_EN": "自定义提款审批成功销售通知(英)",
+      "SALES_CUSTOM_WITHDRAW_CALLBACK_CN": "自定义提款结果销售通知(中)",
+      "SALES_CUSTOM_WITHDRAW_CALLBACK_EN": "自定义提款结果销售通知(英)"
+    },
+    "Code": {
+      "getCode": "获取验证码",
+      "waitCode1": "等待 ",
+      "waitCode2": "s "
+    },
+    "Group": {
+      "real": "真实",
+      "simulation": "模拟"
+    },
+    "Varieties": {
+      "FX": "外汇",
+      "CFD": "商品期货",
+      "METAL": "贵金属",
+      "INDEX": "指数",
+      "usStocks": "美股",
+      "hkStocks": "港股",
+      "DigitalCurrency": "数字货币",
+      "Not": "无"
+    }
+  },
+  "User_info": {
+    "Group": {
+      "item1": "销售组",
+      "item2": "财务组",
+      "item3": "市场组",
+      "item4": "法务组",
+      "item5": "综合组"
+    }
+  },
+  "Label": {
+    "ExcludeList": "排除列表",
+    "DepositInfo": "存款信息",
+    "ChannelSummaryInfo": "通道汇总信息",
+    "TotalAmount": "总金额",
+    "ChannelDepositSummary": "通道类型金额 ",
+    "ChannelInlSummary": "存款类型金额",
+    "ChannelOnlSummary": "取款类型金额",
+    "ChannelType": "通道类型",
+    "BankInfo": "银行信息",
+    "WithdrawalInfo": "取款信息",
+    "AddTime": "添加时间",
+    "ApproveTime": "审核时间",
+    "ApproveDesc": "拒绝理由",
+    "fromIbNo": "来源代理",
+    "AgentNo": "代理编号",
+    "AgentName": "代理姓名",
+    "SalaryLogin": "薪资账户",
+    "ibNoTemp": "新编号",
+    "margin": "保证金",
+    "item1": "三分钟内",
+    "item2": "三分钟外",
+    "prevSwaps": "昨日仓息",
+    "currentSwaps": "今日仓息",
+    "difference": "差值",
+    "ratio": "系数",
+    "ratioAmount": "系数金额",
+    "BonusAmount": "赠金金额",
+    "SalesCommissionValid": "是否计算销售佣金",
+    "share": "分成点",
+    "shareOld": "原分成点",
+    "shareNew": "新分成点",
+    "share1": "取值范围0-1",
+    "AutomaticDeduction": "自动扣除",
+    "BackgroundAdd": "后台添加",
+    "hedgingTicket": "对冲订单号",
+    "FromLogin": "订单账户",
+    "ToLogin": "拷贝账户",
+    "CopyOrder": "拷贝订单号",
+    "IpLimit": "是否IP限制",
+    "limitIp": "限制IP",
+    "excludeCIds": "排除CID",
+    "PAMMfee": "PAMM手续费",
+    "Source": "来源",
+    "NumberOfRegistrations": "注册数量",
+    "CustomerType": "客户类型",
+    "CustomerType1": "个人",
+    "CustomerType2": "公司",
+    "CompanyName": "公司名称",
+    "CorporationName": "法人姓名",
+    "GroupStatus": "组别状态",
+    "UpdatePwd": "修改密码",
+    "oldPwd": "原密码",
+    "newPwd": "新密码",
+    "TradingVolumeVarieties": "交易量品种",
+    "Percentage": "百分比",
+    "CnIcon": "中文图标",
+    "EnIcon": "英文图标",
+    "addBank": "新增银行",
+    "updateBank": "修改银行",
+    "SalesSupervisor": "销售上级",
+    "SalesSupervisor1": "关联账户",
+    "ArchivedType": "归档类型",
+    "voucherUrl": "汇款凭证",
+    "CN": "中文",
+    "EN": "英文",
+    "Url": "地址",
+    "Icon": "图标",
+    "SubIndex": "排序",
+    "AuthorityName": "名称",
+    "Todo": "待办通知",
+    "Date": "日期/时间",
+    "OperationNo": "操作编号",
+    "CID": "CID",
+    "Account": "操作账户",
+    "Relegation": "归属",
+    "Matter": "处理事项",
+    "Action": "操作",
+    "Title": "标题",
+    "TitleFormat": "标题格式",
+    "subTitle": "副标题",
+    "Tag": "标签",
+    "Lang": "语言",
+    "Show": "显示",
+    "Topping": "置顶",
+    "Des": "简要描述",
+    "ReleaseTime": "发布时间",
+    "CutTime": "截至时间",
+    "PublishContent": "发布内容",
+    "Cover": "封面",
+    "InstructorName": "中文名",
+    "InstructorNameEn": "英文名",
+    "LinkUrl": "中文直播地址",
+    "LinkUrlEn": "英文直播地址",
+    "LiveTeacher": "直播导师",
+    "LiveStartTime": "直播开始时间",
+    "LiveEndTime": "直播结束时间",
+    "Ebook": "电子书",
+    "Participation": "参与人数",
+    "Customer": "直客",
+    "Ib": "代理",
+    "Hot": "热门推荐",
+    "LoginType": "账户类型",
+    "ActivityImage": "活动主页",
+    "AdvertImage": "广告",
+    "AdvertUrl": "链接",
+    "Screening": "筛选",
+    "CidAccount": "CID账户",
+    "AttributionNumber": "归属编号",
+    "OperatingAccount": "操作账户",
+    "ApplicationType": "申请类型",
+    "Instructions": "说明",
+    "State": "状态",
+    "HrState": "HR审核状态",
+    "CardType": "证件类型",
+    "IdPhoto": "证件照",
+    "MState": "管理员审核状态",
+    "VrifyStatus": "人脸验证状态",
+    "FaceVerification": "通过人脸认证",
+    "Note": "备注",
+    "ProcessingDate": "处理日期",
+    "Type": "类型",
+    "Email": "邮箱",
+    "UserName": "用户名",
+    "IbNo": "编号",
+    "ResignStatus": "审核",
+    "ViewDetails": "详情查看",
+    "Nationality": "国籍",
+    "RegisteredIP": "注册IP",
+    "RegistrationTime": "注册时间",
+    "Name": "姓名",
+    "ApplyTime": "申请时间",
+    "submitTime": "打款时间",
+    "submitStatus": "汇款",
+    "backstageStatus": "后台验证",
+    "infoStatus": "资料审核",
+    "startSubmitDate": "汇款开始时间",
+    "endSubmitDate": "汇款结束时间",
+    "Tobesubmitted": "待提交",
+    "CheckResults": "核验结果",
+    "Descr": "备注说明",
+    "ApplicationAccount": "申请账户",
+    "ApplicationAccount1": "投资者PAMM登录密码",
+    "OutsideCommission": "账户手续费",
+    "Leverage": "杠杆",
+    "Currency": "货币类型",
+    "Group": "组别",
+    "TradingAccount": "交易账户",
+    "SearchType": "账户类型",
+    "IBAccount": "代理账户",
+    "OldLeverage": "原杠杆",
+    "NewLeverage": "新杠杆",
+    "PwdType": "密码类型",
+    "NewPwd": "新密码",
+    "NewPwdConfirm": "新密码确认",
+    "NewAttributionNumber": "新归属编号",
+    "OldAttributionNumber": "原归属编号",
+    "ActivityName": "活动名称",
+    "Platform": "平台",
+    "Deposit": "存款",
+    "Withdrawals": "取款",
+    "Credit": "信用",
+    "Balance": "余额",
+    "Equity": "净值",
+    "MarginLevel": "爆仓比",
+    "RegDate": "注册日期",
+    "Total": "总计",
+    "TotalOutsideCommission": "合计账户手续费",
+    "TotalVolume": "合计手数",
+    "TotalCommission": "合计佣金",
+    "Forex": "Forex",
+    "ForexRebates": "Forex返点",
+    "CFD": "CFD",
+    "CFDRebates": "CFD返点",
+    "ETF": "ETF",
+    "ETFRebates": "ETF返点",
+    "OrderNumber": "订单号",
+    "Varieties": "品种",
+    "OpenPrice": "开仓价",
+    "OpenTime": "开仓时间",
+    "ClosePrice": "平仓价",
+    "CloseTime": "平仓时间",
+    "EP": "止盈",
+    "EL": "止损",
+    "Volume": "手数",
+    "Poundage": "手续费",
+    "StorageFee": "库存费",
+    "ProfitLoss": "盈/亏",
+    "TotalProfitLoss": "总盈/亏",
+    "Encode": "销售编号",
+    "Rebates": "返点",
+    "PointValue": "点值",
+    "CommissionType": "佣金类型",
+    "LoginIp": "登录IP",
+    "LoginTime": "登录时间",
+    "LoginAddress": "登录地址",
+    "CustomerDetail": "客户详情",
+    "Phone": "联系电话",
+    "AddTrading": "新增交易账户",
+    "Region": "地区",
+    "AgentNumber": "代理编号",
+    "AllocationQuantity": "分配数量",
+    "Level": "等级",
+    "Level1": "钛金代理",
+    "Level2": "铂金代理",
+    "Level3": "黄金代理",
+    "Level4": "白银代理",
+    "Level5": "青铜代理",
+    "Level6": "钴金代理",
+    "Level7": "锌金代理",
+    "Level8": "镍金代理",
+    "Level9": "锡金代理",
+    "Level10": "铁合金代理",
+    "CommissionBalance": "佣金余额",
+    "Unresolved": "未结佣金余额",
+    "Frozen": "冻结佣金",
+    "AllCommission": "全部佣金",
+    "Amount": "余额",
+    "ActionType": "操作类型",
+    "AgentAccount": "代理账户",
+    "AgentLevel": "代理等级",
+    "CommissionTemplate": "佣金模板",
+    "AddAgentAccount": "新增代理账户",
+    "ParticipateTime": "参与时间",
+    "CompletionStatus": "当前状态",
+    "ReportType": "报告类型",
+    "ReportType1": "选择比赛",
+    "ranking": "排名",
+    "cumulativeEquityScore": "累计净值得分",
+    "principalScore": "本金收益率得分",
+    "withdrawalScore": "最大回撤率得分",
+    "cumulativeProfitScore": "累计净利润得分",
+    "totalScore": "总得分",
+    "cumulativeEquity": "累计净值",
+    "principalRate": "最大本金收益率",
+    "withdrawalRate": "最大回撤率",
+    "currentCumulativeEquity": "当日累计净值",
+    "currentDeposit": "当日入金",
+    "currentEquity": "当日净值",
+    "currentFee": "当日手续费",
+    "currentProfit": "当日盈亏",
+    "currentWithdrawal": "当日出金",
+    "maxLoss": "最大亏损订单的额度",
+    "prevEquity": "上日权益",
+    "profitRate": "盈亏率",
+    "startingCapital": "起始资金",
+    "totalProfit": "平仓总盈亏",
+    "tradeCount": "订单数",
+    "cptIdSelect": "请先选择比赛",
+    "SerialNumber": "流水号",
+    "Amount": "金额",
+    "Type": "类型",
+    "Time": "时间",
+    "Profit": "盈亏",
+    "Floating": "浮动盈亏",
+    "FloatingSum": "总盈亏",
+    "PaymentOrder": "支付单号",
+    "PaymentType": "支付类型",
+    "ArriveTime": "到账时间",
+    "OperatingMode": "操作方式",
+    "AmountMoney": "金额",
+    "ProcessingState": "处理状态",
+    "AmountDeposit": "存款金额",
+    "WithdrawalWay": "取款方式",
+    "AmountWithdrawal": "取款金额",
+    "TransferAccounts": "转出账户",
+    "IntoAccount": "转入账户",
+    "UserID": "用户ID",
+    "RoleName": "角色名",
+    "RoleGroup": "角色组",
+    "CreationDate": "创建日期",
+    "LoginState": "登录状态",
+    "EmploymentStatus": "在职状态",
+    "AddUser": "新增用户",
+    "EditorUser": "修改用户",
+    "AddRole": "新增角色",
+    "EditorRole": "修改角色",
+    "Locked": "锁定状态",
+    "GroupId": "组别标识",
+    "GroupName": "组别名称",
+    "GroupAdd": "新增组别",
+    "GroupEditor": "修改组别",
+    "VarietiesId": "品种标识",
+    "VarietiesTypeie": "品种",
+    "ProductType": "产品类型",
+    "ContractSize": "合约大小",
+    "VarietiesAdd": "新增品种",
+    "VarietiesEditor": "修改品种",
+    "AddChannel": "新增通道",
+    "RefusalEditor": "修改原因",
+    "AddRefusal": "新增原因",
+    "ExpirationTime": "过期时间",
+    "Day": "天",
+    "SystemEmail": "系统邮箱",
+    "CustomId": "客户id",
+    "automatic": "自动",
+    "artificial": "人工",
+    "actionType": "操作类型",
+    "MTOrderNumber": "MT订单号",
+    "withdrawOrderNumber": "转出订单号",
+    "depositOrderNumber": "转入订单号",
+    "loginName": "登录名",
+    "Pwd": "密码",
+    "GenerateReport": "生成报告",
+    "commissionPoint": "账户手续费返点",
+    "commissionAmount": "账户手续费金额",
+    "rebatePoint": "内佣返点",
+    "rebateAmount": "内佣金额",
+    "equity": "净值",
+    "permissions": "权限",
+    "TradingPwd": "交易密码",
+    "MamPwd": "MAM/PAMM账户密码",
+    "OldCommission": "原账户手续费",
+    "NewCommission": "新账户手续费",
+    "OldHide": "原加点",
+    "NewHide": "新加点",
+    "Hang": "挂入",
+    "Undo": "撤销",
+    "MamAccount": "MAM/PAMM账户",
+    "UpdateTrading": "修改交易账户",
+    "Pos": "仓位",
+    "fixedHide": "固定加点",
+    "Hide": "加点",
+    "Yes": "是",
+    "No": "否",
+    "BankAccountName": "银行户名",
+    "BankName": "银行名称",
+    "BankAccount": "银行账户",
+    "AccountOpeningBranch": "开户支行",
+    "BankAddress": "银行地址",
+    "SwiftBIC": "swiftCode",
+    "BankCode": "银行代码",
+    "address": "钱包地址",
+    "addressProve": "钱包地址证明",
+    "BankNameXYK": "信用卡户名",
+    "BankAccountXYK": "信用卡账户",
+    "AccountOpeningBranchXYK": "到期年份",
+    "BankAddressXYK": "到期月份",
+    "SwiftBICXYK": "CVV",
+    "bank": "银行",
+    "DigitalCurrencyType": "数字货币类型",
+    "DigitalCurrencyType1": "钱包货币类型",
+    "UserNames": "用户名",
+    "Code": "编号",
+    "FloatingPL": "浮动盈亏",
+    "GeneralGroup": "普通组别",
+    "MAMGroup": "MAM组别",
+    "TicketTime": "最近平仓时间",
+    "DepositTime": "最近入金时间",
+    "PaymentType1": "银联",
+    "PaymentType2": "电汇",
+    "PaymentType3": "数字货币",
+    "PaymentType4": "钱包",
+    "maxAmount": "最大值",
+    "minAmount": "最小值",
+    "rules": "规则",
+    "ProfitPercentage": "盈利百分比",
+    "NotificationTimes": "通知次数/天",
+    "GroupRules": "组别规则",
+    "countrysRules": "国家规则",
+    "symbolsRules": "货币类型规则",
+    "countrys": "国家/地区",
+    "singleProfit": "单笔收益",
+    "sumProfit": "总收益",
+    "sumProfitType": "总收益时间类型",
+    "sumCount": "总交易次数",
+    "sumCountType": "总交易次数时间类型",
+    "singleVolum": "单笔订单量",
+    "singleVolumMinimum": "单笔订单量最小值",
+    "singleVolumMaximum": "单笔订单量最大值",
+    "durationTime": "持续时间",
+    "durationTimeMinimum": "持续时间最小值",
+    "durationTimeMaximum": "持续时间最大值",
+    "symbols": "货币类型",
+    "startMonitorMt4": "MT4订单开始监听时间",
+    "startMonitorMt5": "MT5订单开始监听时间",
+    "oneDay": "一天",
+    "aWeek": "一周",
+    "oneMonth": "一月",
+    "LoginStatus": "登陆状态",
+    "AdjustmentTime": "调整时间",
+    "ImportTime": "导入时间",
+    "UpdateTime": "修改时间",
+    "Server": "服务器",
+    "Order": "订单编号",
+    "NewOrder": "新订单编号",
+    "Login": "交易账户",
+    "Symbol": "货币",
+    "Cmd": "类型",
+    "volume": "交易量",
+    "SL": "止损",
+    "TP": "止盈",
+    "Commission": "手续费",
+    "Profit": "盈利",
+    "Comment": "备注",
+    "Taxes": "税",
+    "Storage": "库存费",
+    "Buy": "买",
+    "Sell": "卖",
+    "Question": "问题",
+    "Answer": "答案",
+    "ValidForStarted": "是否启用",
+    "addCountry": "新增城市",
+    "updateCountry": "修改城市",
+    "ReferralCode": "推荐码",
+    "Attachment": "附件",
+    "CheckAttachment": "查看附件",
+    "UserId": "归属团队ID",
+    "entryDate": "入职时间",
+    "auditTime": "审核时间",
+    "addTime": "申请时间",
+    "Gender": "性别",
+    "Copy": "复制",
+    "EnglishName": "英文名称",
+    "GetUrl": "邀请链接",
+    "FirstName": "姓",
+    "LastName": "名",
+    "SalaryAccount": "薪资账户",
+    "Salary": "薪资",
+    "emergencyContactName": "联系人名字",
+    "emergencyContactTel": "联系人号码",
+    "AccountName": "账户持有人姓名",
+    "BicCode": "SWIFT/BIC代码",
+    "ReferralSuccessNum": "推荐成功人数",
+    "ReferralNum": "推荐人数",
+    "Desc": "介绍",
+    "GoogleEmail": "谷歌邮箱",
+    "File": "文件",
+    "submissionDate": "提交日期",
+    "IsConnect": "是否接通",
+    "ContactTimePreference": "联系时间偏好",
+    "TradingExperience": "交易经验",
+    "GoodLead": "是否为优质客户",
+    "LevelOfIntent": "意向等级",
+    "ibInterest": "代理兴趣",
+    "GeneralFeedback": "总体反馈",
+    "NextFollowUpDate": "下次跟进日期",
+    "WhatsAppNumber": "其他联系方式",
+    "Morning": "上午",
+    "Afternoon": "下午",
+    "Evening": "晚上",
+    "Unclear": "不清楚",
+    "None": "无",
+    "Beginner": "初学者",
+    "Intermediate": "中级",
+    "Advanced": "高级",
+    "Low": "低",
+    "Medium": "中",
+    "High": "高",
+    "CreateTime": "创建时间",
+    "SalesName": "销售姓名",
+    "DepositAmount": "入金金额",
+    "RewardAmount": "奖励金额",
+    "CustomNum": "新增客户数",
+    "RewardType": "奖励类型",
+    "RewardTypeCustomerDeposit": "客户入金",
+    "RewardTypeNewCustomer": "新增客户",
+    "RewardDate": "奖励日期",
+    "SymbolName": "货币名称",
+    "SwapLong": "买入隔夜利息",
+    "SwapShort": "卖出隔夜利息",
+    "NetDepositAmount": "净入金金额",
+   
+    "WithdrawAmount": "出金金额",
+    "AgentWithdrawAmount": "佣金提取金额",
+    "AddCustomNum": "注册人数",
+    "RealCustomNum": "真实账户人数",
+    "CompletionAmount": "补零金额",
+    "Pending": "待处理",
+    "Processing": "处理中",
+    "Processed": "已处理"
+  },
+  "Home1": {
+    "Time": "更新时间:"
+  },
+  "Page": {
+    "total": {
+      "item1": "总数",
+      "item2": "条"
+    }
+  },
+  "AccountType": {
+    "SpeedAccount": "旧极速账户",
+    "NewSpeedAccount": "极速账户",
+    "ClassicAccount": "经典账户",
+    "SeniorAccount": "ECN",
+    "AgencyAccount": "机构账户",
+    "ProfessionalAccount": "专业账户",
+    "StandardAccount": "标准账户",
+    "CentAccount": "美分账户"
+  },
+  "Cooperative": {
+    "Agent": {
+      "Name": "姓名",
+      "FirstName": "名",
+      "LastName": "姓",
+      "Email": "邮箱",
+      "Phone": "电话",
+      "Remarks": "备注",
+      "Unprocessed": "未处理",
+      "Processed": "已处理",
+      "AddTime": "添加时间",
+      "HandleRemarks": "处理说明"
+    },
+    "Subset": {
+      "Name": "姓名",
+      "FirstName": "名",
+      "LastName": "姓",
+      "Email": "邮箱",
+      "Phone": "电话",
+      "Remarks": "备注",
+      "Unprocessed": "未处理",
+      "Processed": "已处理",
+      "AddTime": "添加时间",
+      "HandleRemarks": "处理说明"
+    },
+    "Us": {
+      "Name": "姓名",
+      "FirstName": "名",
+      "LastName": "姓",
+      "Email": "邮箱",
+      "Phone": "电话",
+      "Remarks": "备注",
+      "Unprocessed": "未处理",
+      "Processed": "已处理",
+      "AddTime": "添加时间",
+      "HandleRemarks": "处理说明"
+    }
+  },
+  "Forexman": {
+    "Coutom": {
+      "Name": "姓名",
+      "Email": "邮箱",
+      "Phone": "电话",
+      "Login": "账号",
+      "AddTime": "添加时间",
+      "profit": "盈利",
+      "volume": "手数",
+      "profitPercentage": "盈利能力",
+      "maxRetreatPercentage": "最大回撤",
+      "integral": "统计得分"
+    },
+    "Enroll": {
+      "Name": "姓名",
+      "Email": "邮箱",
+      "Phone": "电话",
+      "Login": "账号",
+      "AddTime": "添加时间",
+      "HandleRemarks": "处理说明"
+    },
+    "Statistics": {
+      "volume": "日均交易量",
+      "avgProfit": "人均盈利",
+      "avgVolume": "人均交易手数",
+      "customNumber": "参与人数",
+      "profitNumber": "盈利人数",
+      "lossNumber": "亏损人数"
+    }
+  },
+  "Risk": {
+    "GroupLeverage": {
+      "startTime": "开始时间",
+      "endTime": "结束时间",
+      "startWeekday": "开始日期",
+      "endWeekday": "结束日期",
+      "riskLeverage": "风控杠杆",
+      "normalLeverage": "普通杠杆",
+      "AddTime": "添加时间",
+      "AddIp": "添加Ip",
+      "groupCode": "组别",
+      "symbolRules": "选择货币",
+      "symbol": "货币",
+      "serial": "流水号",
+      "emailDelivery": "邮件发送",
+      "chinese": "中文",
+      "english": "英文",
+      "effective": "是否生效",
+      "Ineffective": "未生效",
+      "EffectiveTreatment": "生效处理",
+      "EndProcessing": "结束处理",
+      "InForce": "已生效",
+      "End": "已结束",
+      "NotSent": "未发送",
+      "Sending": "发送中",
+      "Sent": "已发送",
+      "Delect": "只有未生效时,才能删除!"
+    },
+    "SymbolLeverage": {
+      "item1": "品种名称",
+      "symbolRules": "选择品种",
+      "symbol": "品种"
+    },
+    "SymbolPending": {
+      "item1": "跟单设置",
+      "item2": "货币名称",
+      "item3": "当日有效(包含止盈止损)",
+      "item4": "一直有效(直到客户取消)",
+      "item5": "当日有效(不包含止盈止损)"
+    }
+  },
+  "Weekday": {
+    "Monday": "星期一",
+    "Tuesday": "星期二",
+    "Wednesday": "星期三",
+    "Thursday": "星期四",
+    "Friday": "星期五",
+    "Saturday": "星期六",
+    "Sunday": "星期日"
+  },
+  "R-Real-File-Upload": "文件上传",
+  "R-System-Other": "其他设置",
+  "R-System-value": "value编辑",
+  "R-Custom-Group-History": "组别更改历史",
+  "R-Custom-Group-History-List": "列表",
+  "R-Custom-DepositChannel-AddImg": "存款通道添加图片",
+  "R-Custom-DepositChannel-UpdateImg": "存款通道修改图片",
+  "R-Custom-WithdrawChannel-AddImg": "取款通道添加图片",
+  "R-Custom-WithdrawChannel-UpdateImg": "取款通道修改图片",
+  "R-Data-TradeSalesCommission-Search": "销售佣金列表",
+  "R-Data-TradeSalesCommission-Export": "销售佣金导出",
+  "R-Data-ProfitLossRanking-Search": "盈亏排名列表",
+  "R-Data-ProfitLossRanking-Export": "盈亏排名导出",
+  "R-Agent-Frozen": "佣金冻结",
+  "R-GroupType": "组别类型",
+  "R-Spread": "加点配置",
+  "R-GroupType-Search": "列表",
+  "R-GroupType-Add": "添加",
+  "R-GroupType-Update": "修改",
+  "R-GroupType-Delete": "删除",
+  "R-Spread-Search": "列表",
+  "R-Spread-Add": "添加",
+  "R-Spread-Update": "修改",
+  "R-Spread-Delete": "删除",
+  "R-ActiveConfig": "活动配置",
+  "R-ActiveConfig-Search": "列表",
+  "R-ActiveConfig-Add": "添加",
+  "R-ActiveConfig-Update": "修改",
+  "R-ActiveConfig-Delete": "删除",
+  "R-System-Push": "推送消息",
+  "R-System-Push-Search": "列表",
+  "R-System-Push-Add": "添加",
+  "R-System-Push-Update": "修改",
+  "R-System-Push-Delete": "删除",
+  "R-System-Config": "配置信息",
+  "R-System-amountfree": "新疆客户免息",
+  "R-System-Robot": "机器人管理",
+  "R-System-SalesTeam": "销售团队设置",
+  "R-System-SalesTeam-Search": "列表",
+  "R-System-SalesTeam-Add": "新增",
+  "R-System-SalesTeam-Child-Delete": "子级删除",
+  "R-System-SalesTeam-RowAdd": "添加",
+  "R-System-SalesTeam-Update": "修改",
+  "R-System-SalesTeam-Delete": "删除",
+  "R-System-SalesTeam-SalesNo": "销售编号",
+  "R-System-SalesTeam-Cid": "cid",
+  "R-System-SalesTeam-Email": "邮箱",
+  "R-System-SalesTeam-Name": "姓名",
+  "R-System-SalesTeam-Username": "用户名",
+  "R-System-SalesTeam-Type": "类型",
+  "R-System-SalesTeam-Exclude": "排除",
+  "R-System-SalesTeam-InputSalesNo": "请输入销售编号",
+  "R-System-SalesTeam-DeleteConfirm": "是否确认删除",
+  "R-System-SalesTeam-DeleteTitle": "提示",
+  "R-System-Robot-Search": "列表",
+  "R-System-Robot-Add": "新增",
+  "R-System-Robot-Update": "修改",
+  "R-System-Robot-Delete": "删除",
+  "R-System-Robot-Name": "姓名",
+  "R-System-Robot-DepositCustomerNumMin": "入金客户数(最小值)",
+  "R-System-Robot-DepositCustomerNumMax": "入金客户数(最大值)",
+  "R-System-Robot-DepositAmountMin": "入金金额(最小值)",
+  "R-System-Robot-DepositAmountMax": "入金金额(最大值)",
+  "R-System-Robot-TradeCustomerNumMin": "交易客户数(最小值)",
+  "R-System-Robot-TradeCustomerNumMax": "交易客户数(最大值)",
+  "R-System-Robot-AddTitle": "新增机器人",
+  "R-System-Robot-EditTitle": "编辑机器人",
+  "R-System-Robot-InputName": "请输入姓名",
+  "R-System-Robot-InputMinValue": "请输入最小值",
+  "R-System-Robot-InputMaxValue": "请输入最大值",
+  "R-System-Robot-DeleteConfirm": "确认删除该机器人吗?",
+  "R-System-Robot-DeleteTitle": "提示",
+  "R-System-Config-Search": "列表",
+  "R-Config-Search": "列表",
+  "R-System-Config-Update": "修改",
+  "R-System-Unsubscribe": "退订",
+  "R-System-Unsubscribe-Search": "列表",
+  "R-System-Unsubscribe-Add": "添加",
+  "R-System-Unsubscribe-Delete": "删除",
+  "R-System-EmailRecord": "邮件发送记录",
+  "R-System-EmailRecord-Search": "列表",
+  "R-System-EmailRecord-Supplement": "补充发送",
+  "R-System-ExcludeInvalidAgent": "无效客户剔除",
+  "R-System-ExcludeInvalidAgent-Search": "列表",
+  "R-System-ExcludeInvalidAgent-Add": "添加",
+  "R-System-ExcludeInvalidAgent-Update": "修改",
+  "R-System-ExcludeInvalidAgent-Delete": "删除",
+  "R-System-QAList": "问答",
+  "R-System-QAList-Search": "列表",
+  "R-System-QAList-Add": "添加",
+  "R-System-QAList-Update": "修改",
+  "R-System-QAList-Delete": "删除",
+  "R-Video": "视频发布",
+  "R-VideoAdd": "新增视频",
+  "R-Video-Search": "列表",
+  "R-Video-Add": "新增",
+  "R-Video-Delete": "删除",
+  "R-Video-Update": "修改",
+  "R-Live": "直播课堂",
+  "R-LiveAdd": "新增直播",
+  "R-Live-Search": "列表",
+  "R-Live-Add": "新增",
+  "R-Live-Delete": "删除",
+  "R-Live-Update": "修改",
+  "R-Instructor": "直播导师",
+  "R-Instructor-Search": "列表",
+  "R-Instructor-Add": "新增",
+  "R-Instructor-Delete": "删除",
+  "R-Instructor-Update": "修改",
+  "R-GiftList": "赠金列表",
+  "R-GiftList-Search": "列表",
+  "R-GiftList-Export": "导出",
+  "R-GiftList-Add": "新增",
+  "R-Data-AccountActivity-Search": "账户活跃度列表",
+  "R-Data-AccountActivity-Export": "账户活跃度导出",
+  "R-Data-CommissionShares-Search": "销售股票佣金列表",
+  "R-Data-CommissionShares-Export": "销售股票佣金导出",
+  "R-Data-Hedging-Search": "对冲列表",
+  "R-Data-Hedging-Export": "对冲导出",
+  "R-Data-PmDw-Search": "PAMM存取款列表",
+  "R-Data-PmDw-Export": "PAMM存取款导出",
+  "R-Data-followUp-Search": "待跟进列表",
+  "R-Data-followUp-Export": "待跟进导出",
+  "R-Data-tradeSwaps-Search": "仓息列表",
+  "R-Data-tradeSwaps-Export": "仓息导出",
+  "R-Data-PointRanking-Search": "交易大赛积分排名",
+  "R-Data-PointRanking-Export": "交易大赛积分排名导出",
+  "R-Data-PointRankingDaily-Search": "交易大赛每日统计",
+  "R-Data-standardRebate-Search": "标准账户返现列表",
+  "R-Data-standardRebate-Export": "标准账户返现导出",
+  "R-Data-NetDepositWithdrawal-Search": "净出入金报告",
+  "R-Data-NetDepositWithdrawal-Export": "净出入金报告导出",
+  "R-Data-SalesPerformance-Search": "销售业绩报告",
+  "R-Data-SalesPerformance-Export": "销售业绩报告导出",
+  "R-Data-AccountSummary-Search": "综合报告",
+  "R-Data-AccountSummary-Export": "综合报告导出",
+  "R-Data-Name": "姓名",
+  "R-Data-NetDepositAmount": "净入金金额",
+  "R-Data-DepositAmount": "入金金额",
+  "R-Data-WithdrawAmount": "出金金额",
+  "R-Data-AgentWithdrawAmount": "佣金提取金额",
+  "R-Data-AddCustomNum": "注册人数",
+  "R-Data-RealCustomNum": "真实账户人数",
+  "R-Data-SalesTeam": "销售团队",
+  "R-Data-SalesName": "销售姓名",
+  "R-Data-CustomNum": "新增人数",
+  "R-Data-MonthDepositAmount": "平均三个月的毛入金",
+  "R-Data-MonthWorthDepositAmount": "平均三个月的净入金",
+  "R-Data-EntryDate": "入职日期",
+  "R-Data-CurrentMonthDepositAmount": "当月入金金额",
+  "R-Data-CurrentMonthWithdrawAmount": "当月出金金额",
+  "R-Data-CurrentMonthNetDepositAmount": "当月净入金金额",
+  "Marketing": {
+    "Recipient1": "真实账户",
+    "Recipient2": "模拟账户",
+    "Recipient3": "交易账户",
+    "Recipient4": "代理账户",
+    "Recipient5": "活动账户",
+    "Recipient6": "上传列表",
+    "Recipient7": "自定义输入",
+    "Percentage": "百分比",
+    "FixedAmount": "固定额度",
+    "FundType": "资金类型:",
+    "CurrencyType": "货币类型:",
+    "ValidityPeriod": "有效期/天:",
+    "Number": "数量",
+    "ListName": "列表名称:",
+    "SampleDownload": "样例下载:",
+    "SelectFile": "选择文件",
+    "NoFileSelected": "暂未选中文件",
+    "UploadName": "上传名称",
+    "UploadFileUpdate": "修改上传文件",
+    "Country1": "国家/地区(Code)",
+    "Country2": "国家/地区(中)",
+    "Country3": "国家/地区(英)",
+    "PromoCode": "优惠码",
+    "FundTypes": "资金类型",
+    "CurrencyTypes": "货币类型",
+    "PromoCodeStatus": "优惠码状态",
+    "BindMailbox": "绑定邮箱",
+    "Email": "邮箱",
+    "CouponType": "优惠券类型",
+    "DueDate": "到期时间",
+    "ValidityPeriods": "有效期/天",
+    "amountProportion": "金额(%)",
+    "amountToplimit": "金额上限",
+    "CouponUpdate": "优惠券修改",
+    "Recipient": "收件人",
+    "GenerationTime": "生成时间",
+    "GenerateCoupons": "生成优惠券",
+    "Loss": "能否亏损",
+    "NoLoss": "不可亏损",
+    "CanLose": "可亏损",
+    "ChinaAll1": "中国、中国澳门",
+    "ChinaAll2": "中国香港、中国台湾",
+    "ChinaExcept": "除中国(含港澳台)"
+  },
+  "news_add_field": {
+    "Group": {
+      "CountRebate": "计算内佣",
+      "CountCommission": "计算账户手续费",
+      "CountIntegralValid": "计算积分",
+      "pointValidName": "加点剔除",
+      "storageValidName": "仓息剔除",
+      "hideValidName": "计算加点",
+      "oldGroup": "原组别",
+      "newGroup": "新组别"
+    },
+    "Report_info": {
+      "OldSpeedIndex": "原极速Index",
+      "NewSpeedIndex": "新极速Index",
+      "TradeSalesCommission": "销售佣金报表",
+      "Commission": "佣金",
+      "ProfitLossRanking": "盈亏排名报表"
+    },
+    "State": {
+      "Frozen": "冻结",
+      "Thaw": "解冻"
+    },
+    "Label": {
+      "SubAccountUnblocking": "子账户解禁",
+      "SubAccountBan": "子账户加禁",
+      "AdvancedSetting": "高级设置",
+      "ParticipationGroup": "参与组别",
+      "CloseFunction": "关闭功能",
+      "FundType": "资金类型",
+      "amount": "执行金额",
+      "Group1": "组别类型(活动中)",
+      "Group2": "组别类型(活动后)",
+      "amount1": "真实资金",
+      "amount2": "信用金",
+      "CurrencyLis": "付款方式列表",
+      "ReadOnly": "只读状态",
+      "Increase": "增加",
+      "Reduce": "减少",
+      "Commission": "内佣",
+      "commissionOut": "账户手续费",
+      "Profit": "盈利",
+      "Loss": "亏损",
+      "TestDemo": "测试Demo",
+      "ReceivingMailbox": "接收邮箱",
+      "Name": "名称",
+      "SendMailbox": "发送邮箱",
+      "VideoFormat": "视频格式",
+      "VideoSize": "视频大小(MB)",
+      "Video": "视频",
+      "FinancialKnowledge": "金融知识",
+      "FAQ": "常见问题",
+      "ExpertAnalysis": "专家分析--个人中心/官网",
+      "CompanyNews": "集团动态--个人中心/官网",
+      "Uploading": "上传中...",
+      "Upload": "上传",
+      "Url": "地址",
+      "depositPlatformAmount": "入金金额(平台)",
+      "withdrawPlatformAmount": "出金金额(平台)",
+      "depositPlatform": "入金平台",
+      "withdrawPlatform": "出金平台",
+      "RemittancePlatformAmount": "汇款金额",
+      "Source": "来源",
+      "Activity": "活动",
+      "Coupon": "优惠券",
+      "ManagerAdd": "Manager添加",
+      "Country": "国家/地区",
+      "SendDate": "发送时间",
+      "QuantityLimit": "账户数量限制",
+      "ReadTime": "阅读时间",
+      "QuotaAmount": "激活金额",
+      "QuotaStatus": "激活状态",
+      "Reason": "原因",
+      "SelectAccountType": "选择账户类型",
+      "ExclusionAccountType": "排除账户类型",
+      "SelectGroupType": "选择组别类型",
+      "DefaultGroupType": "默认组别类型",
+      "SupplementAll": "全部补存发送",
+      "ExclusionAccount": "排除账户",
+      "RevokeRatio": "撤销比例",
+      "RevokeAmount": "平仓金额",
+      "ClosingRatio": "平仓比例",
+      "SymbolName": "货币名称",
+      "SwapLong": "买入隔夜利息",
+      "SwapShort": "卖出隔夜利息"
+    },
+    "Des": {
+      "item1": " *支持PNG / JPG / JPEG格式,文件大小不要超过3MB",
+      "item2": "重新发送?",
+      "item3": " *支持mp4 / avi / 3gp / wmv / asf / navi / mov / mpeg / rm / rmvb / flv / f4v 格式,文件大小不要超过100MB",
+      "item4": " *填入的地址应该是完整地址,如:http://123",
+      "item5": "确定要发送邮件?",
+      "item6": "请输入列表名称并选择文件",
+      "item7": "确定要重置优惠码吗?",
+      "item8": "确定要发送通知?",
+      "item9": "不允许删除,至少要保留一条",
+      "item10": "匹配的时候,只要有一个满足则就会进行监控",
+      "item11": "输入'CWGC' ,组别中所有有'CWGC'的组别都会被匹配到",
+      "item12": "输入'^CWGC' ,组别中所有'CWGC'开头的组别都会被匹配到",
+      "item13": "输入'CWGC$', 组别中所有'CWGC'结尾的组别都会被匹配到",
+      "item14": "输入'^CWGC$' ,会精确匹配到'CWGC'这一组别",
+      "item21": "输入'CN' ,国家中所有有'CN'的国家都会被匹配到",
+      "item22": "输入'^CN' ,国家中所有'CN'开头的国家都会被匹配到",
+      "item23": "输入'CN$', 国家中所有'CN'结尾的国家都会被匹配到",
+      "item24": "输入'^CN$' ,会精确匹配到'CN'这一国家",
+      "item31": "输入'USDCNY' ,货币类型中所有有'USDCNY'的货币类型都会被匹配到",
+      "item32": "输入'^USDCNY' ,货币类型中所有'USDCNY'开头的货币类型都会被匹配到",
+      "item33": "输入'USDCNY$', 货币类型中所有'USDCNY'结尾的货币类型都会被匹配到",
+      "item34": "输入'^USDCNY$' ,会精确匹配到'USDCNY'这一货币类型",
+      "item41": "请输入列表名称、平台、调整时间等信息并选择文件",
+      "item42": "请选择文件"
+    },
+    "IbReport": {
+      "Title6": "余额调整",
+      "ALL": "全部",
+      "DirectlyUnder": "直属",
+      "RateUS": "对美汇率"
+    },
+    "SymbolTraderDate": {
+      "item1_1": "星期日",
+      "item1_2": "星期一",
+      "item1_3": "星期二",
+      "item1_4": "星期三",
+      "item1_5": "星期四",
+      "item1_6": "星期五",
+      "item1_7": "星期六",
+      "item2": "开始时间(小时)",
+      "item3": "开始时间(分钟)",
+      "item4": "结束时间(小时)",
+      "item5": "结束时间(分钟)"
+    }
+  },
+  "Raffle": {
+    "R-FundModification": "资金修改",
+    "FundModification": {
+      "WalletBalance": "钱包余额"
+    },
+    "R-WinningList": "中奖名单",
+    "R-WinningList-list": "列表",
+    "R-WinningList-add": "新增",
+    "R-WinningList-Update": "修改",
+    "R-WinningList-Delete": "删除",
+    "R-WinningList-AutomaticLottery": "自动抽奖",
+    "R-WinningList-AutomaticLotteryU": "自动抽奖修改",
+    "WinningList": {
+      "item1": "账户"
+    },
+    "R-RaffleBanner": "抽奖轮播",
+    "R-RaffleBanner-list": "列表",
+    "R-RaffleBanner-add": "新增",
+    "R-RaffleBanner-Update": "修改",
+    "R-RaffleBanner-Delete": "删除",
+    "R-RaffleActivity": "抽奖活动",
+    "R-RaffleActivityCut": "活动客户",
+    "R-RaffleActivityCut-list": "活动客户列表",
+    "R-RaffleActivityCut-export": "活动客户导出",
+    "R-RaffleActivityCut-Update": "修改次数",
+    "R-LuckyAwardList": "幸运奖名单",
+    "R-LuckyAwardList-list": "幸运奖名单列表",
+    "R-LuckyAwardList-approve": "幸运奖名单审批",
+    "R-LuckyAwardList-quest": "查看问卷",
+    "RaffleActivity": {
+      "item1": "客服审核状态",
+      "item2": "剩余抽奖次数",
+      "item3": "姓名",
+      "item4": "邮箱",
+      "item5": "性别",
+      "item6": "年龄",
+      "item7": "国籍",
+      "item8": "您在外汇市场交易的经验有多久?",
+      "item9": "你更倾向于做长期投资还是短期交易?",
+      "item10": "你倾向于交易哪些产品?",
+      "item10_1": "其他(请填写)",
+      "item11": "您是通过什么途径了解到CWG现金嘉年华活动的?",
+      "item11_1": "其他(请注明)",
+      "item12": "你对我们此次现金嘉年华活动获奖有什么感想?",
+      "item13": "上传您的个人照片"
+    },
+    "R-RaffleList": "幸运奖名单",
+    "R-RaffleList-list": "列表",
+    "R-RaffleList-approve": "审批",
+    "RaffleList": {
+      "item1": "提交状态",
+      "item1_1": "未提交",
+      "item1_2": "已提交",
+      "item2": "后台审核状态"
+    },
+    "R-WalletTransfer": "钱包内转",
+    "R-WalletTransfer-list": "列表",
+    "R-WalletHistory": "钱包历史",
+    "R-WalletHistory-list": "钱包历史列表",
+    "R-WalletHistory-export": "钱包历史导出",
+    "WalletHistory": {
+      "item1": "流水号",
+      "item2": "来源",
+      "item2_1": "抽奖",
+      "item2_2": "管理",
+      "item2_3": "内转",
+      "item2_4": "计息",
+      "item2_5": "返现",
+      "item3": "金额",
+      "item4": "备注",
+      "item5": "抽奖时间"
+    },
+    "R-RaffleNumber": "抽奖次数",
+    "R-RaffleNumber-list": "抽奖次数列表",
+    "R-RaffleNumber-export": "抽奖次数导出",
+    "RaffleNumber": {
+      "item1": "流水号",
+      "item2": "来源",
+      "item2_1": "入金",
+      "item2_2": "任务",
+      "item2_3": "管理",
+      "item3": "姓名",
+      "item4": "备注",
+      "item5": "添加时间",
+      "item6": "抽奖次数",
+      "item7": "剩余抽奖次",
+      "item8": "过期时间",
+      "item9": "过期次数"
+    },
+    "R-RegistrationForm": "展会获客",
+    "R-RegistrationForm-list": "列表",
+    "R-RegistrationForm-export": "导出",
+    "RegistrationForm": {
+      "item1": "姓名",
+      "item2": "推荐人",
+      "item3": "添加时间",
+      "item4": "手机",
+      "item5": "邮箱",
+      "item6": "国家",
+      "item7": "请选择国家",
+      "item8": "下载"
+    },
+    "R-BaiduForm": "推广获客",
+    "R-BaiduForm-list": "列表",
+    "R-BaiduForm-export": "导出",
+    "BaiduForm": {
+      "item1": "微信"
+    }
+  },
+  "performance": {
+    "R-performance": "绩效管理",
+    "R-performance-SalesPerformance": "销售绩效",
+    "R-performance-Allocation": "绩效配置",
+    "R-PerformanceAllocation-list": "配置列表",
+    "R-PerformanceAllocation-add": "配置新增",
+    "R-PerformanceAllocation-Update": "配置修改",
+    "R-PerformanceAllocation-Delete": "配置删除",
+    "R-performance-Scoring": "绩效评分",
+    "R-PerformanceScoring-list": "评分列表",
+    "R-PerformanceScoring-export": "评分导出",
+    "Sales": {
+      "item1": "销售类型",
+      "item2": "普通销售",
+      "item3": "销售主管",
+      "item4": "销售名称",
+      "item5": "销售编号",
+      "item6": "净入金",
+      "item7": "毛入金",
+      "item8": "团队净入金",
+      "item9": "团队毛入金",
+      "item10": "团队新增代理总数",
+      "item11": "团队新增直客总数"
+    }
+  },
+  "salaryPerformance": {
+    "R-Dynamic-add": "新增",
+    "R-Dynamic-edit": "修改",
+    "R-Dynamic-delete": "删除",
+    "R-salaryPerformance": "销售工资绩效",
+    "R-salaryPerformance-Rule": "工资绩效规则",
+    "R-PerformanceRule-list": "列表",
+    "R-PerformanceRule-add": "新增",
+    "R-PerformanceRule-filter": "过滤规则",
+    "R-Performance-List": "传统工资绩效",
+    "R-PerformanceList-salary": "薪资绩效列表",
+    "R-PerformanceList-salaryD": "薪资绩效导出",
+    "R-PerformanceList-basic": "底薪绩效明细",
+    "R-PerformanceList-basicD": "底薪绩效导出",
+    "R-PerformanceList-com": "交易量佣金明细",
+    "R-PerformanceList-comD": "交易量佣金导出",
+    "R-Performance-Record": "薪资收支记录",
+    "R-Sales-Dynamic":"销售动态绩效",
+    "Dynamic-basicSalary": "基本工资",
+    "Dynamic-salaryPerformance": "薪资绩效列表",
+    "Dynamic-basicPerformance": "底薪绩效列表",
+    "Dynamic-commissionDetail": "交易量佣金明细",
+    "R-PerformanceRecord-list": "列表",
+    "R-PerformanceRecord-add": "新增",
+    "R-PerformanceRecord-single": "详情",
+    "salary": {
+      "item1": "销售类型",
+      "item2": "普通销售",
+      "item3": "团队长",
+      "item4": "薪资绩效规则",
+      "item5": "薪资账号",
+      "item6": "薪资账号平台",
+      "item7": "规则名称",
+      "item8": "考核标准",
+      "item8_1": "净入金",
+      "item8_2": "毛入金",
+      "item9": "底薪",
+      "item9_1": "等级",
+      "item10": "最小值",
+      "item11": "最大值",
+      "item12": "比例",
+      "item13": "个人绩效考核",
+      "item14": "团队绩效考核",
+      "item15": "个人交易量佣金",
+      "item16": "团队交易量佣金",
+      "item17": "账户类型",
+      "item18": "添加",
+      "item19": "减少",
+      "item20": "金额类型",
+      "item21": "工资绩效",
+      "item22": "手动",
+      "item23": "转出",
+      "item24": "金额",
+      "item25": "销售名称",
+      "item26": "请选择月份",
+      "item27": "报表类型",
+      "item28": "明细类型",
+      "item29": "底薪",
+      "item30": "个人绩效",
+      "item31": "团队绩效",
+      "item32": "出入金",
+      "item33": "代理佣金",
+      "item34": "底薪净入金",
+      "item35": "底薪金额",
+      "item36": "平均个人绩效净入金",
+      "item37": "绩效金额",
+      "item38": "个人交易量",
+      "item39": "个人交易量佣金",
+      "item40": "团队绩效净入金",
+      "item40_1": "团队绩效净入金(方案A)",
+      "item40_2": "团队绩效净入金(方案B)",
+      "item41": "团队绩效金额",
+      "item41_1": "团队绩效金额(方案A)",
+      "item41_2": "团队绩效金额(方案B)",
+      "item42": "团队交易量",
+      "item43": "团队交易量佣金",
+      "item44": "订单时间",
+      "item45": "团队手数",
+      "item46": "团队长编号",
+      "item47": "个人",
+      "item48": "团队",
+      "item49": "工资货币类型",
+      "item50": "备注",
+      "item51":"基本工资",
+      "item52":"实发工资",
+      "item53":"月份",
+      "item54":"活动奖励"
+    },
+    "R-SalaryAccount": "薪资账户",
+    "R-SalaryAccount-list": "列表",
+    "R-SalaryAccount-add": "新增",
+    "R-SalaryAccount-update": "修改",
+    "R-SalaryAccount-delect": "删除",
+    "SalaryAccount": {
+      "item1": "添加时间",
+      "item2": "修改时间"
+    }
+  },
+  "SpecialApprovalActivity": {
+    "R-Activity": "特批活动",
+    "R-ActivityReason": "特批活动理由",
+    "R-ActivityReason-Add": "理由新增",
+    "R-ActivityReason-Up": "理由修改",
+    "R-ActivityReason-Del": "理由删除",
+    "R-ActivityList": "特批活动列表",
+    "R-ActivityList-Add": "活动新增",
+    "R-ActivityList-Up": "活动修改",
+    "R-ActivityList-Cl": "活动结束",
+    "Label": {
+      "item1": "理由",
+      "item2": "赠送比例",
+      "item3": "赠送限额",
+      "item4": "活动时间",
+      "item5": "活动中",
+      "item6": "活动结束",
+      "item7": "活动取消",
+      "item8": "特批说明",
+      "item9": "是否还原关闭功能"
+    }
+  },
+  "standardRebate": {
+    "item1": "奖励报告",
+    "item2": "交易类型",
+    "item3": "订单手数",
+    "item4": "奖励手数",
+    "item5": "奖励基数",
+    "item6": "奖励金额",
+    "item7": "奖励区间"
+  },
+  "GiftMoneyActivity": {
+    "R-GiftMoneyActivity": "赠送活动发布",
+    "R-GiftMoneyActivityAdd": "新增赠送活动",
+    "R-GiftMoneyActivity-Search": "列表",
+    "R-GiftMoneyActivity-Add": "新增",
+    "R-GiftMoneyActivity-Update": "修改",
+    "R-GiftMoneyActivity-Delete": "删除",
+    "R-GiftMoneyActivityApply": "赠送活动",
+    "R-GiftActivityApply-List": "活动列表",
+    "R-GiftActivityApply-Delete": "活动删除",
+    "R-GiftActivityApply-Cancle": "活动取消",
+    "Label": {
+      "item1": "撤销时间",
+      "item2": "赠送比例",
+      "item3": "赠送限额",
+      "item4": "活动时间",
+      "item5": "活动中",
+      "item6": "活动结束",
+      "item7": "活动取消"
+    }
+  },
+  "DataRetrieval": {
+    "R-DataRetrieval": "数据检索",
+    "R-AccountRetrieval": "账号检索",
+    "R-AccountRetrieval-Search": "列表",
+    "R-UserRetrieval": "用户检索",
+    "R-UserRetrieval-Search": "列表",
+    "R-OnlineDeposit": "在线存款",
+    "R-OnlineDeposit-Search": "列表",
+    "R-WithdrawalApplication": "取款申请",
+    "R-WithdrawalApplication-Search": "列表",
+    "R-CommissionExtract": "佣金提取",
+    "R-CommissionExtract-Search": "列表"
+  },
+  "ActivityTen": {
+    "R-ActivityTen": "10%/100%赠金活动",
+    "R-ActivityTen-List": "列表",
+    "R-ActivityTen-Delete": "活动删除",
+    "R-ActivityTen-Cancle": "活动取消",
+    "Label": {
+      "item1": "撤销时间",
+      "item2": "赠送比例",
+      "item3": "赠送限额",
+      "item4": "活动时间",
+      "item5": "活动中",
+      "item6": "活动结束",
+      "item7": "活动取消",
+      "item8": "累计金额"
+    }
+  },
+  "Ucard": {
+    "UserOrder": {
+      "item1": "CID账户",
+      "item2": "订单号",
+      "item3": "商户订单号",
+      "item4": "支付币种",
+      "item5": "支付金额",
+      "item6": "支付总手续费",
+      "item7": "收款账户名",
+      "item8": "收款账号",
+      "item9": "收款币种",
+      "item10": "收款金额",
+      "item11": "状态",
+      "item12": "附言",
+      "item13": "订单备注",
+      "item14": "姓名",
+      "item15": "邮箱",
+      "item16": "手机号",
+      "p1": "代付",
+      "p2": "代付校验",
+      "p3": "代付付款人校验",
+      "p4": "代付收款人校验",
+      "p5": "查询速汇银行及相关配置",
+      "p6": "查询法币汇率",
+      "p7": "查询订单结果",
+      "p8": "提交调单信息或文件",
+      "b1": "更新",
+      "s1": "卡号",
+      "s2": "状态",
+      "t1": "Visa虚拟卡",
+      "t2": "Visa实体卡",
+      "t3": "MasterCard虚拟卡",
+      "t4": "MasterCard实体卡",
+      "t5": "处理中",
+      "t6": "支付中",
+      "t7": "支付成功",
+      "t8": "支付失败",
+      "t9": "退款",
+      "t10": "待提交",
+      "t11": "待审核",
+      "t12": "审核通过",
+      "t13": "审核拒绝",
+      "t14": "状态筛选",
+      "ms1": "查询速汇银行配置失败",
+      "ms2": "查询法币汇率失败",
+      "ms3": "提交调单信息或文件失败",
+      "ms4": "查询订单结果失败",
+      "ms5": "查询失败"
+    },
+    "Recharge": {
+      "item1": "订单号",
+      "item2": "卡号",
+      "item3": "币种",
+      "item4": "充值金额",
+      "item5": "充值手续费",
+      "item6": "到账金额",
+      "item7": "到账币种",
+      "item8": "兑换费率",
+      "item9": "充值时间",
+      "item10": "充值状态",
+      "b1": "更新",
+      "s1": "卡号",
+      "s2": "币种",
+      "t1": "成功",
+      "t2": "失败",
+      "t3": "处理中"
+    },
+    "Transactions": {
+      "item1": "卡片类型ID",
+      "item2": "卡号",
+      "item3": "交易币种",
+      "item4": "交易金额",
+      "item5": "手续费",
+      "item6": "实际支付金额",
+      "item7": "实际支付币种",
+      "item8": "交易流水号",
+      "item9": "交易类型",
+      "item10": "交易类型描述",
+      "item11": "交易状态",
+      "item12": "数据类型",
+      "item13": "备注",
+      "b1": "更新",
+      "s1": "卡号",
+      "s2": "交易币种",
+      "s3": "交易类型",
+      "s4": "数据类型",
+      "s5": "交易状态",
+      "t1": "授权",
+      "t2": "退款",
+      "t3": "验证",
+      "t4": "撤销",
+      "t5": "卡费(月费、年费、ATM提现费....)",
+      "t6": "转出",
+      "t7": "结算调整",
+      "t8": "余额查询",
+      "t9": "手续费",
+      "t10": "消费",
+      "t11": "消费失败",
+      "t12": "退款",
+      "t13": "撤销",
+      "t14": "其他",
+      "t15": "绑卡验证交易",
+      "t16": "管理费",
+      "t17": "结算",
+      "t18": "成功",
+      "t19": "冲正",
+      "t20": "被冲正",
+      "t21": "被撤销",
+      "t22": "撤销",
+      "t23": "退货",
+      "t24": "已授权",
+      "t25": "失败",
+      "t26": "退货"
+    },
+    "VirtualCard": {
+      "item1": "卡片类型ID",
+      "item2": "银行卡号",
+      "item3": "过期时间",
+      "item4": "cvv",
+      "item5": "激活状态",
+      "item6": "冻结状态",
+      "item7": "合作商用户ID",
+      "item8": "用户签名照片",
+      "item9": "币种",
+      "item10": "余额",
+      "item11": "手持护照和银行卡照图片",
+      "b1": "银行卡激活",
+      "b2": "银行卡充值",
+      "b3": "查询充值预估到账金额",
+      "b4": "查询充值订单",
+      "b5": "查询卡片余额",
+      "b6": "找回密码",
+      "b7": "冻结卡片",
+      "b8": "解冻卡片",
+      "b9": "查询",
+      "b10": "关闭",
+      "s1": "卡号",
+      "s2": "激活状态",
+      "t1": "Visa虚拟卡",
+      "t2": "Visa实体卡",
+      "t3": "MasterCard虚拟卡",
+      "t4": "MasterCard实体卡",
+      "t5": "处理中",
+      "t6": "成功",
+      "t7": "正常",
+      "t8": "冻结",
+      "t9": "未激活",
+      "t10": "失败",
+      "t11": "待处理",
+      "t12": "冻结中",
+      "t13": "解冻中",
+      "d6": "重置密码",
+      "d5": "银行卡余额",
+      "d3": "查询充值预估到账金额",
+      "d2": "银行卡充值",
+      "d1": "银行卡激活"
+    },
+    "CardOrder": {
+      "item1": "卡片类型ID",
+      "item2": "卡号",
+      "item3": "过期时间",
+      "item4": "cvv",
+      "item5": "状态",
+      "item6": "卡描述",
+      "item7": "合作商用户ID",
+      "item8": "手续费状态",
+      "item9": "备注",
+      "b1": "更新",
+      "b2": "查询开卡进度",
+      "s1": "卡号",
+      "s2": "状态",
+      "t1": "Visa虚拟卡",
+      "t2": "Visa实体卡",
+      "t3": "MasterCard虚拟卡",
+      "t4": "MasterCard实体卡",
+      "t5": "处理中",
+      "t6": "开卡成功",
+      "t7": "开卡失败",
+      "t8": "扣款成功",
+      "t9": "扣款失败",
+      "t10": "待处理",
+      "t11": "退款中",
+      "t12": "退款成功",
+      "t13": "退款失败"
+    },
+    "KycAuth": {
+      "item1": "卡片类型",
+      "item2": "手机号",
+      "item3": "邮箱",
+      "item4": "姓",
+      "item5": "名",
+      "item6": "状态",
+      "item7": "合作商用户ID",
+      "item8": "CID账户",
+      "item9": "姓名",
+      "item10": "邮箱",
+      "item11": "手机号",
+      "b1": "查询KYC认证状态",
+      "b2": "提交KYC认证",
+      "b3": "申请开卡",
+      "s1": "卡号",
+      "s2": "状态",
+      "t1": "Visa虚拟卡",
+      "t2": "Visa实体卡",
+      "t3": "MasterCard虚拟卡",
+      "t4": "MasterCard实体卡",
+      "t5": "不存在",
+      "t6": "审核中",
+      "t7": "成功",
+      "t8": "拒绝"
+    },
+    "CardType": {
+      "item1": "卡片类型ID",
+      "item2": "卡片类型",
+      "item3": "类型描述",
+      "item4": "卡名称",
+      "item5": "卡描述",
+      "item6": "是否需要KYC",
+      "item7": "状态",
+      "item8": "充值币种配置",
+      "item9": "充值币种",
+      "item10": "充值最小额度",
+      "item11": "充值最大额度",
+      "item12": "精度",
+      "item13": "激活卡片时是否需要手持护照和银行卡照",
+      "item14": "冻结、解冻和找回密码时是否需要提供用户签名照",
+      "item15": "开卡时是否需要持卡人",
+      "item16": "开卡时是否需要进行充值",
+      "b1": "更新",
+      "s1": "卡片类型",
+      "s2": "卡名称",
+      "s3": "状态",
+      "t1": "虚拟卡",
+      "t2": "实体卡",
+      "t3": "MasterCard虚拟卡",
+      "t4": "MasterCard实体卡",
+      "t5": "不可用 ",
+      "t6": "可用",
+      "t7": "需要",
+      "t8": "不需要"
+    },
+    "Business": {
+      "item1": "CID账户",
+      "item2": "区号",
+      "item3": "手机号",
+      "item4": "邮箱",
+      "item5": "姓名",
+      "item6": "名",
+      "item7": "生日",
+      "item8": "国籍",
+      "item9": "性别",
+      "item10": "国家",
+      "item11": "城市",
+      "item12": "详细地址",
+      "item13": "邮编",
+      "item14": "证件类型",
+      "item15": "证件号",
+      "item16": "证件到期",
+      "item17": "证件照片",
+      "item18": "人脸照片",
+      "item19": "扩展字段",
+      "item20": "操作",
+      "item21": "账户余额",
+      "text1": "请选择",
+      "text2": "CID账户",
+      "text3": "姓名",
+      "text4": "邮箱",
+      "text5": "手机号",
+      "text6": "请输入CID账户",
+      "text7": "请输入姓名",
+      "text8": "请输入邮箱",
+      "text9": "请输入手机号",
+      "p1": "商户信息编辑",
+      "p2": "请输入商户邮箱",
+      "p3": "搜索",
+      "p4": "区号",
+      "p5": "请选择区号",
+      "p6": "手机号",
+      "p7": "邮箱",
+      "p8": "姓",
+      "p9": "名",
+      "p10": "生日",
+      "p11": "国籍",
+      "p12": "请选择国籍",
+      "p13": "性别",
+      "p14": "请选择",
+      "p15": "男",
+      "p16": "女",
+      "p17": "国家",
+      "p18": "请选择国家",
+      "p19": "城市",
+      "p20": "请选择城市",
+      "p21": "详细地址",
+      "p22": "邮编",
+      "p23": "证件类型",
+      "p24": "请选择证件类型",
+      "p25": "香港身份证",
+      "p26": "护照",
+      "p27": "证件号",
+      "p28": "证件到期",
+      "p29": "证件照片",
+      "p30": "人脸照片",
+      "p31": "扩展字段",
+      "p32": "取消",
+      "p33": "注册",
+      "p34": "保存",
+      "p35": "照片预览",
+      "p36": "DLN",
+      "p37": "政府签发的身份证",
+      "ms1": "获取区号失败",
+      "ms2": "查询失败",
+      "ms3": "证件照片",
+      "ms4": "人脸照片",
+      "ms5": "新增成功",
+      "ms6": "新增失败",
+      "ms7": "更新成功",
+      "ms8": "更新失败",
+      "ms9": "请求失败",
+      "ms10": "上传失败",
+      "ms11": "文件上传成功",
+      "ms12": "文件上传失败",
+      "ms13": "请先选择商户",
+      "ms14": "请完善类型和附件",
+      "ms15": "KYC附件上传成功",
+      "ms16": "KYC附件上传失败",
+      "t1": "男",
+      "t2": "女",
+      "t3": "查看",
+      "t4": "更新",
+      "t5": "代付",
+      "t6": "上传KYC附件",
+      "t7": "提交kyc认证",
+      "t8": "类型",
+      "t9": "请选择类型",
+      "t10": "EEA文件证照",
+      "t11": "手持照片",
+      "t12": "签名照片:"
+    },
+    "PaymentTransfer": {
+      "item1": "收款银行:",
+      "item2": "交易货币:",
+      "item3": "目标货币代码:",
+      "item4": "目标国家代码:",
+      "item5": "汇率:",
+      "item6": "基本信息",
+      "item7": "收款银行ID:",
+      "item8": "用户唯一ID:",
+      "item9": "速汇金额:",
+      "item10": "附言:",
+      "item11": "收付款人关系:",
+      "item12": "兄弟",
+      "item13": "姐夫/妹夫",
+      "item14": "堂/表兄弟姐妹",
+      "item15": "女儿",
+      "item16": "父亲",
+      "item17": "岳父/公公",
+      "item18": "朋友",
+      "item19": "祖父",
+      "item20": "祖母",
+      "item21": "丈夫",
+      "item22": "母亲",
+      "item23": "岳母/婆婆",
+      "item24": "侄子/外甥",
+      "item25": "侄女/外甥女",
+      "item26": "本人",
+      "item27": "姐妹",
+      "item28": "兄嫂/弟妹",
+      "item29": "儿子",
+      "item30": "叔伯/舅姑",
+      "item31": "妻子",
+      "item32": "其他",
+      "item33": "资金来源:",
+      "item34": "现金",
+      "item35": "商业",
+      "item36": "礼物",
+      "item37": "工资",
+      "item38": "彩票",
+      "item39": "储蓄",
+      "item40": "其他",
+      "item41": "付款目的:",
+      "item42": "购买货物或服务",
+      "item43": "运费和运输成本",
+      "item44": "教育费用",
+      "item45": "移民投资",
+      "item46": "慈善捐赠",
+      "item47": "家庭支持",
+      "item48": "股息或利息支付",
+      "item49": "国际贸易",
+      "item50": "付款人信息",
+      "item51": "付款人类型:",
+      "item52": "个人",
+      "item53": "付款人姓:",
+      "item54": "付款人名:",
+      "item55": "付款人证件号码:",
+      "item56": "付款人证件类型:",
+      "item57": "护照",
+      "item58": "身份证",
+      "item59": "证件颁发国家:",
+      "item60": "请选择证件颁发国家",
+      "item61": "出生日期:",
+      "item62": "国籍:",
+      "item63": "请选择国籍",
+      "item64": "手机号码:",
+      "item65": "居住国家:",
+      "item66": "请选择居住国家",
+      "item67": "居住城市代码:",
+      "item68": "请选择居住城市",
+      "item69": "地址:",
+      "item70": "邮编:",
+      "item71": "职业:",
+      "item72": "校验付款人",
+      "item73": "收款人信息",
+      "item74": "收款人银行ID:",
+      "item75": "收款人账号:",
+      "item76": "收款人户名:",
+      "item77": "收款人居住国家:",
+      "item78": "请选择收款人居住国家",
+      "item79": "收款人居住城市:",
+      "item80": "请选择收款人居住城市",
+      "item81": "收款人地址:",
+      "item82": "收款人邮编:",
+      "item83": "收款人姓:",
+      "item84": "收款人名:",
+      "item85": "收款人银行编码:",
+      "item86": "收款人国籍:",
+      "item87": "请选择收款人国籍",
+      "item88": "收款人证件类型:",
+      "item89": "护照",
+      "item90": "身份证",
+      "item91": "收款人证件号码:",
+      "item92": "证件有效期:",
+      "item93": "出生日期:",
+      "item94": "手机区号:",
+      "item95": "请选择区号",
+      "item96": "手机号码:",
+      "item97": "银行账户类型:",
+      "item98": "支票账户",
+      "item99": "储蓄账户",
+      "item100": "定期存款账户",
+      "item101": "其它账户",
+      "item102": "校验收款人",
+      "item103": "校验付款人",
+      "item104": "校验整体",
+      "item105": "提交代付",
+      "item106": "订单号:",
+      "item107": "商户原始订单号:",
+      "item108": "支付状态:",
+      "text1": "提交调单信息或文件",
+      "text2": "订单号:",
+      "text3": "请输入PayouCard订单号",
+      "text4": "(PayouCard订单号,必填)",
+      "text5": "订单信息",
+      "text6": "请提供订单相关信息",
+      "text7": "请选择信息类型",
+      "text8": "信息类型:",
+      "text9": "请选择信息类型",
+      "text10": "请输入信息内容",
+      "text11": "信息内容:",
+      "text12": "请输入信息内容",
+      "text13": "(不支持中文字符,最多200个字符)",
+      "text14": "添加订单信息",
+      "text15": "订单文件",
+      "text16": "请提供订单相关文件",
+      "text17": "请选择文件类型",
+      "text18": "文件类型:",
+      "text19": "请选择文件类型",
+      "text20": "请上传文件",
+      "text21": "文件:",
+      "text22": "选择文件",
+      "text23": "删除",
+      "text24": "(每个文件不能超过2M,只支持图片格式.png,jpg,jpeg)",
+      "ms1": "请输入目标货币代码",
+      "ms2": "请输入目标国家代码",
+      "ms3": "请输入银行ID",
+      "ms4": "请输入用户唯一ID",
+      "ms5": "请输入商户订单号",
+      "ms6": "请输入速汇金额",
+      "ms7": "请输入附言",
+      "ms8": "长度在5到64个字符之间",
+      "ms9": "请输入付款人姓",
+      "ms10": "长度在2到50个字符之间",
+      "ms11": "请输入付款人证件号码",
+      "ms12": "长度在6到18个字符之间",
+      "ms13": "请选择付款人证件类型",
+      "ms14": "请输入证件颁发国家",
+      "ms15": "2位国家代码",
+      "ms16": "请选择出生日期",
+      "ms17": "请输入国籍",
+      "ms18": "请输入手机号码",
+      "ms19": "例如:+37012345678,长度在8到15个字符之间",
+      "ms20": "请输入居住国家",
+      "ms21": "2位国家代码",
+      "ms22": "请输入居住城市代码",
+      "ms23": "请输入地址",
+      "ms24": "长度在10到100个字符之间",
+      "ms25": "请输入邮编",
+      "ms26": "长度在3到9个字符之间",
+      "ms27": "请输入职业",
+      "ms28": "长度在3到20个字符之间",
+      "ms29": "请输入收款人账号",
+      "ms30": "长度在2到48个字符之间",
+      "ms31": "请输入收款人户名",
+      "ms32": "长度在1到100个字符之间",
+      "ms33": "长度在2到60个字符之间",
+      "ms34": "长度在2到60个字符之间",
+      "ms35": "请输入银行ID",
+      "ms36": "请输入收款人账号",
+      "ms37": "长度在2到48个字符之间",
+      "ms38": "请输入收款人户名",
+      "ms39": "长度在1到100个字符之间",
+      "ms40": "请输入订单号",
+      "ms41": "收款人姓名",
+      "ms42": "收款人ID",
+      "ms43": "收款人电话",
+      "ms44": "收款人银行",
+      "ms45": "收款人开户行",
+      "ms46": "收款人地址",
+      "ms47": "收款人出生日期",
+      "ms48": "支付证明",
+      "ms49": "银行流水",
+      "ms50": "交易合同",
+      "ms51": "交易发票",
+      "ms52": "订单截图",
+      "ms53": "身份证明",
+      "ms54": "文件上传成功",
+      "ms55": "文件上传失败",
+      "ms56": "只能上传JPG/PNG格式的图片!",
+      "ms57": "图片大小不能超过2MB",
+      "ms58": "请完善表单信息",
+      "ms59": "至少需要提供一项订单信息或文件",
+      "ms60": "调单信息提交成功",
+      "ms61": "提交失败",
+      "ms62": "未知错误",
+      "ms63": "上传失败",
+      "ms64": "查询法币汇率失败",
+      "ms65": "查询失败",
+      "ms66": "支持银行:",
+      "ms67": "最低金额100EUR",
+      "ms68": "不支持中文字符",
+      "ms69": "字符长度为",
+      "ms70": "只支持英文",
+      "ms71": "获取区号失败",
+      "ms72": "收款人校验通过",
+      "ms73": "付款人校验通过",
+      "ms74": "整体校验通过",
+      "ms75": "代付校验通过"
+    }
+  },
+  "card": {
+    "title": "CWG Card",
+    "tab1": "充值记录",
+    "tab2": "交易记录",
+    "tab3": "个人信息",
+    "tab4": "修改密码",
+    "tab5": "CWG 卡片",
+    "tab6": "完善信息",
+    "tab7": "充值记录",
+    "tab8": "交易记录",
+    "tab9": "申请开卡",
+    "tab10": "激活",
+    "tab11": "卡片充值",
+    "tab12": "修改密码",
+    "tab13": "冻结账号",
+    "tab14": "解冻账号",
+    "tab15": "开卡申请记录",
+    "tab16": "开卡进度",
+    "tab17": "钱包余额记录",
+    "tab18": "选择卡片",
+    "tab19": "确认信息",
+    "Status": {
+      "t1": "成功",
+      "t2": "失败",
+      "t3": "处理中",
+      "t4": "已授权",
+      "t5": "待处理",
+      "t6": "开卡成功",
+      "t7": "开卡失败",
+      "t8": "扣款成功",
+      "t9": "扣款失败",
+      "t10": "退款成功",
+      "t11": "退款失败",
+      "t12": "退款处理中",
+      "t13": "待审核",
+      "t14": "审核通过",
+      "t15": "审核拒绝",
+      "t16": "提款",
+      "t17": "取款",
+      "t18": "充值",
+      "t19": "退款",
+      "t20": "手动转入",
+      "t21": "手动转出",
+      "t22": "全部",
+      "v1": "注册信息",
+      "v2": "修改信息",
+      "v3": "获取人脸认证链接",
+      "v4": "kyc手动审核",
+      "v5": "开卡申请",
+      "v6": "开卡审批",
+      "v7": "获取激活码",
+      "v8": "激活卡",
+      "v9": "充值默认金额",
+      "v10": "出金到钱包",
+      "v11": "入金到钱包",
+      "v12": "卡充值申请",
+      "v13": "充值审批",
+      "v14": "冻结",
+      "v15": "解冻",
+      "v16": "修改密码",
+      "v17": "操作者CID账户"
+    },
+    "Msg": {
+      "m1": "您的开卡申请已提交,审核通过后会通过邮箱发送通知!",
+      "m2": "您的充值申请已提交,审批通过后预计1-3个工作日内到账!",
+      "m3": "您的银行卡激活信息已提交。",
+      "m4": "您的银行卡已冻结成功!",
+      "m5": "您的银行卡已解冻成功!",
+      "m6": "您的银行卡密码已修改成功!",
+      "m7": "充值成功",
+      "m8": "复制成功!",
+      "m9": "复制失败!",
+      "m10": "您的银行卡已被冻结,请激活后在进行操作!",
+      "m11": "暂无可申请的卡片类型",
+      "m12": "您目前还没有访问的权限,请联系管理员!",
+      "m13": "删除提示",
+      "m14": "您确认要删除该规则吗?",
+      "m15": "更新成功",
+      "m16": "证件照正面照上传成功",
+      "m17": "证件照背面照上传成功",
+      "m18": "手持证件照上传成功",
+      "m19": "上传头像图片大小不能超过 2MB!",
+      "m20": "上传头像图片只能是 JPG/PNG 格式!"
+    },
+    "Info": {
+      "s0": "职业与财务(可跳过)",
+      "s1": "个人信息",
+      "s2": "身份认证",
+      "s3": "审核",
+      "s4": "您的信息已完成认证,您可以去开卡申请页面申请卡片。",
+      "s5": "我们的团队将审核您的申请和 KYC 文件。审核通过后,您将收到确认邮件。",
+      "s6": "审核中",
+      "s7": "已认证",
+      "s8": "持卡人",
+      "s9": "到期时间",
+      "s10": "申请卡片",
+      "s11": "请按步骤流程申请卡片。",
+      "s12": "申请流程",
+      "s13": "选择卡片:",
+      "s14": "请选择您所需的卡片类型。",
+      "s15": "确认信息:",
+      "s16": "请确认您的信息。",
+      "s17": "申请审核:",
+      "s18": "我们的团队将审核您的申请,审核通过后您将收到确认邮件。",
+      "s19": "发卡:",
+      "s20": "卡片将在审核通过后5-7个工作日内邮寄至您的注册地址。",
+      "s21": "如有疑问或需要帮助,请随时联系我们的客服团队。祝您用卡愉快!",
+      "s22": "收到卡片:",
+      "s23": "请确认收到卡片时信封完好无损。",
+      "s24": "在线激活:",
+      "s25": "CWG Markets客户中心,并进入“激活卡片”页面,输入您的卡号和激活码(随卡片提供)。 ",
+      "s26": "设置PIN码: ",
+      "s27": "按照提示设置您的个人识别号码(PIN码),用于ATM取款和购物支付。",
+      "s28": "开始使用: ",
+      "s29": "激活成功后,您即可开始使用您的Visa借记卡进行消费和取款。",
+      "s30": "该卡片支持:Wechatpay、Alipay、Applepay等电子支付绑定支持境内外POS及ATM取现。 ",
+      "s31": "我们已经收到您的开卡申请,请等待第三方完成手续扣费,扣款成功后我们会立刻提交您的开卡申请!",
+      "s32": "扣款失败,手续费将退至您的账户,请重新申请开卡!",
+      "s33": "扣款失败,手续费已退款至您的账户,请重新申请开卡!",
+      "s34": "您的开卡申请手续费已交扣费完成,我们会立刻提交您的开卡申请!",
+      "s35": "您的开卡申请未通过,请联系工作人员进行解决!",
+      "s36": "您的卡片已通过审核,将在5-7个工作日内邮寄至您的注册地址。",
+      "s37": "很抱歉,您的开卡申请未通过审核,请重新申请。",
+      "s38": "您的开卡申请已经提交第三方审核,后续开卡成功后我们将在审核通过后的5-7个工作日内邮寄至您的注册地址。",
+      "s39": "手续费状态",
+      "s40": "审批状态",
+      "s41": "开卡状态",
+      "s42": "人脸认证状态",
+      "t1": "待审核",
+      "t2": "审核通过",
+      "t3": "审核拒绝",
+      "t5": "处理中",
+      "t6": "开卡成功",
+      "t7": "开卡失败",
+      "t8": "扣款成功",
+      "t9": "扣款失败",
+      "t10": "待处理",
+      "t11": "退款中",
+      "t12": "退款成功",
+      "t13": "退款失败",
+      "t15": "状态:",
+      "t16": "开卡处理中(请耐心等待)",
+      "t17": "开卡失败(请等退款成功重新申请)",
+      "t18": "开卡成功(请激活卡片)",
+      "t19": "卡片激活中(请耐心等待)",
+      "t20": "卡片激活失败(请重新激活卡片)",
+      "t21": "CID正则规则",
+      "t22": "开启状态",
+      "t23": "创建时间",
+      "t24": "开启状态",
+      "t25": "您的卡片未激活,请先激活卡片",
+      "t26": "用户权限设置",
+      "t27": "设置成功",
+      "t28": "添加成功",
+      "t29": "邮箱正则规则",
+      "t30": "手机号正则规则",
+      "t31": "所属区域"
+    },
+    "Form": {
+      "v1": "男",
+      "v2": "女",
+      "v3": "香港身份证",
+      "v4": "护照",
+      "v5": "驾照",
+      "v6": "政府签发的身份证",
+      "f1": "区号",
+      "f2": "手机号",
+      "f3": "邮箱",
+      "f4": "姓",
+      "f5": "名",
+      "f6": "出生日期",
+      "f7": "国籍",
+      "f8": "性别",
+      "f9": "城市",
+      "f10": "地址",
+      "f11": "邮编",
+      "f12": "职业",
+      "f13": "年薪",
+      "f14": "账户用途",
+      "f15": "预期月交易量",
+      "f16": "证件类型",
+      "f17": "证件号码",
+      "f18": "社会安全号",
+      "f19": "证件签发日期",
+      "f20": "证件到期日期",
+      "f21": "身份证正面照片",
+      "f22": "身份证背面照片",
+      "f23": "手持身份证照片",
+      "f24": "银行卡号",
+      "f25": "交易密码",
+      "f26": "激活码",
+      "f27": "备注",
+      "f28": "充值金额",
+      "f29": "币种",
+      "f30": "手续费",
+      "f31": "到账金额",
+      "f32": "到账币种",
+      "f33": "申请时间",
+      "f34": "确认密码",
+      "f35": "交易流水号",
+      "f36": "交易币种",
+      "f37": "交易金额",
+      "f38": "授权金额",
+      "f39": "授权币种",
+      "f40": "授权手续费",
+      "f41": "商户名称",
+      "f42": "交易类型",
+      "f43": "交易时间",
+      "f44": "跨境交易手续费",
+      "f45": "状态",
+      "f46": "交易描述",
+      "f47": "手续费状态",
+      "f48": "卡片类型",
+      "f49": "卡片名称",
+      "f50": "卡片状态",
+      "f51": "时间",
+      "f52": "类型",
+      "f53": "审批状态",
+      "f54": "充值状态",
+      "f55": "金额",
+      "f56": "钱包余额:",
+      "f57": "全部",
+      "f58": "费率:",
+      "f59": "预估手续费:",
+      "f60": "增加",
+      "f61": "减少",
+      "f62": "复制激活码"
+    },
+    "vaildate": {
+      "v1": "请选择区号",
+      "v2": "请输入5-20位手机号",
+      "v3": "请输入名,只支持英文字符,[2...23]位。名和姓总长度不能超过23字符(含空格)",
+      "v4": "请输入姓,只支持英文字符,[2...23]位。名和姓总长度不能超过23字符(含空格)",
+      "v5": "请选择出生日期",
+      "v6": "请选择国籍",
+      "v7": "请选择城市",
+      "v8": "请输入邮编",
+      "v9": "请选择性别",
+      "v10": "请选择职业",
+      "v11": "请输入年薪,例如:200000 USD",
+      "v12": "请输入账户用途,仅支持英文,例如:Living Expense",
+      "v13": "请输入预期月交易量,例如:100000 USD",
+      "v14": "请选择证件类型",
+      "v15": "请输入证件号码",
+      "v16": "请输入9位社会安全号",
+      "v17": "请选择证件签发日期",
+      "v18": "请选择证件到期日期",
+      "v19": "请选择身份证正面照片文件",
+      "v20": "请选择身份证背面照片文件",
+      "v21": "请选择手持身份证照片文件",
+      "v22": "请输入卡号",
+      "v23": "请输入6位交易密码",
+      "v24": "请输入激活码",
+      "v25": "请输入备注",
+      "v26": "请输入充值金额",
+      "v27": "请输入地址",
+      "v28": "请输入邮箱",
+      "v29": "两次密码输入不一致",
+      "v30": "请选择手持身份证照片文件",
+      "v31": "请再次输入密码",
+      "v32": "使用6位数字",
+      "v33": "不得使用连续或重复数字",
+      "v34": "金额必须大于 0",
+      "v35": "充值金额不能超过",
+      "v36": "充值金额不能小于",
+      "v37": "充值金额不能超过",
+      "v38": "只能输入英文字符(可含空格)",
+      "v39": "长度需在 2 ~ 23 位之间",
+      "v40": "名和姓总长度不能超过 23 位(含空格)",
+      "v41": "确定开卡吗"
+    },
+    "Btn": {
+      "Next": "下一步",
+      "Previous": "上一步",
+      "Submit": "提交",
+      "Confirm": "确认",
+      "Cancel": "取消",
+      "Update": "更新",
+      "Auth": "认证",
+      "Freeze": "冻结",
+      "Unfreeze": "解冻",
+      "Recharge": "充值",
+      "Activate": "激活",
+      "b1": "激活卡片",
+      "b2": "查看",
+      "b3": "充值申请",
+      "b4": "修改密码",
+      "b5": "冻结卡片",
+      "b6": "解冻卡片",
+      "b7": "申请开卡",
+      "b8": "获取激活码",
+      "b9": "复制激活码",
+      "b10": "余额",
+      "b11": "查询开卡进度",
+      "b12": "重新开卡",
+      "b13": "激活中",
+      "b14": "解冻中",
+      "b15": "冻结中",
+      "b16": "关闭",
+      "b17": "销卡",
+      "b18": "锁定",
+      "b19": "解冻失败",
+      "b20": "冻结失败",
+      "b21": "解冻处理中",
+      "b22": "冻结处理中",
+      "b23": "销卡状态",
+      "b24": "锁定状态"
+    },
+    "New": {
+      "n0": "地址长度2-200位,只能包含字母、数字、连字符和空格",
+      "n1": "地址长度2-40位,只能包含字母、数字、连字符和空格",
+      "n2": "邮编只能输入2-15位字符",
+      "n3": "您的年龄未满18周岁",
+      "n4": "价格:",
+      "n5": "开卡时是否需要持卡人:",
+      "n6": "支持充值的币种:",
+      "n7": "充值最小额度:",
+      "n8": "充值最小额度:",
+      "n9": "费率:",
+      "n10": "抵扣方式",
+      "n11": "英文地址"
+    },
+    "New1":{
+      "title": "完善信息",
+      "f1": "您的证件照已补充完成,请等待审核结果!",
+      "f2": "补充成功",
+      "f3": "手机扫码上传证件",
+      "f4": "是否手动上传证件照",
+      "d1": "上传你的身份证正面照片",
+      "d2": "上传你的身份证背面照片",
+      "d3": "上传你的手持身份证照片",
+      "d4": "单击以选择文件",
+      "d5": "上传成功",
+      "d6": "上传失败",
+      "d7": "上传中...",
+      "d8": "邮寄国籍",
+      "d9": "邮寄城市",
+      "d10": "邮寄地址",
+      "d11": "邮寄英文地址",
+      "d12": "邮寄邮编",
+      "d13": "邮寄手机号",
+      "d14": "文件不能超过2MB",
+      "titel1": "语言设置"
+    },
+    "CardType": {
+      "item2": "卡片类型",
+      "item3": "类型描述",
+      "item4": "卡名称",
+      "item5": "卡描述",
+      "item9": "充值币种",
+      "item10": "充值最小额度",
+      "item11": "充值最大额度",
+      "item12": "精度",
+      "item13": "费率",
+      "item14": "固定手续费",
+      "item15": "是否已配置"
+    },
+    "New2": {
+      "p1": "是否被锁定",
+      "p2": "是否被注销",
+      "p3": "销卡",
+      "p4": "锁定",
+      "p5": "您的卡片已注销",
+      "p6": "您的卡片已锁定"
+    },
+    "Detail": {
+      "cvv": "卡验证值",
+      "thru": "使用期限",
+      "cardUserName": "持卡人姓名",
+      "address": "地址",
+      "phone": "手机号码",
+      "email": "电子邮箱",
+      "tab1": "交易记录",
+      "tab2": "授权记录"
+    }
+  },
+  "Ib": {
+    "Index": {
+      "TradingAccount": "交易账户",
+      "Aay": "日",
+      "Week": "周",
+      "Month": "月",
+      "ChartSet": "图表设置",
+      "NameCustom": "名下客户",
+      "Custom": "直客",
+      "Agent": "代理",
+      "Link": "开户链接",
+      "Copy": "复制",
+      "Balance": "余额",
+      "TotalRevenue": "总收益",
+      "MAMList": "PAMM账户列表",
+      "MAMAccount": "账户列表",
+      "LoginType": "账户类型",
+      "Platform": "平台",
+      "Currency": "货币",
+      "Leverage": "杠杆",
+      "Equity": "净值",
+      "Commission": "账户手续费",
+      "Operation": "操作",
+      "Settings": "设置",
+      "CreateLink": "生成开户链接",
+      "CreateLinkActiv": "活动分享链接",
+      "CreateLinkActivity": "生成活动分享链接",
+      "ChooseActiv": "请选择活动",
+      "ChooseCommission": "请选择账户手续费:",
+      "IbInvalid": "允许名下的客户可自主申请成为代理?",
+      "ChooseHide": "请选择加点:",
+      "Hide": "加点",
+      "Spread": "加点规则",
+      "Spread1": "当前加点规则生成链接无法开立",
+      "Spread2": "能生成开户链接",
+      "Spread3": "选择的账户类型不符合当前加点规则,请重新选择账户类型或者加点配置",
+      "Spread4": "请选择加点规则",
+      "Spread5": "请选择账户类型",
+      "Spread6": "新加点",
+      "Spread7": "旧加点",
+      "Spread8": "加点"
+    }
+  },
+  "ApplicationDialog": {
+    "Des43": "申请PAMM账户失败",
+    "Des44": "为避免账户管理冗余,您的代理名下需至少有2个已激活账户(满足交易账户的最低入金激活要求),方可申请PAMM账户。",
+    "Des45": "如有疑问,请联系客户支持。",
+    "item1": "提示:因政策受限,伊斯兰账户不可添加账户手续费,所有账户手续费链接开立的伊斯兰账户佣金为0,请知晓。",
+    "item2": "提示:详细的账户类型与加点规则匹配说明,请参阅 ",
+    "item3": "文件。"
+  },
+  "ibTemplate": {
+    "item1": "模板使用中不能修改或删除",
+    "item2": "推荐码",
+    "item9": "下载二维码",
+    "Allow": "允许",
+    "NotAllow": "不允许"
+  },
+  "R-System-Robot-RewardSubtotalMin": "奖励小计(最小值)",
+  "R-System-Robot-RewardSubtotalMax": "奖励小计(最大值)",
+  "R-System-Robot-RewardTotalMin": "奖励总计(最小值)",
+  "R-System-Robot-RewardTotalMax": "奖励总计(最大值)",
+  "Home": "首页",
+  "CustomerDetail": "CID详情",
+  "R-Review-Search": "列表",
+  "R-Review-Approve": "审核",
+  "R-Review-Status": "审核状态",
+  "R-Review-Status-Pending": "待审核",
+  "R-Review-Status-Approved": "审核通过",
+  "R-Review-Status-Rejected": "已拒绝",
+  "R-Review-Status-Select": "请选择审核状态",
+  "R-Review-Status-Approve": "审核通过",
+  "R-Review-Status-Reject": "拒绝",
+  "R-Review-Desc": "审核描述",
+  "R-Review-Desc-Input": "请输入审核描述",
+  "R-Review-Dialog-Title": "审核",
+  "R-Review-Email": "邮件",
+  "R-Review-Phone": "手机号",
+  "R-Review-Name": "姓名",
+  "R-Review-IbNo": "归属编号",
+  "R-Review-Type": "审核类型",
+  "R-Review-Type-Manual": "人工",
+  "R-Review-Type-Self": "自助",
+  "Deduction": "扣除",
+  "Confirm": "确认",
+  "Yes": "是",
+  "No": "否",
+  "Label1": {
+    "CidAccount": "CID账户",
+    "TradingAccount": "交易账户",
+    "PlatformType": "平台类型",
+    "TradingGroup": "交易分组"
+  },
+  "R-GiftList": "赠金列表",
+  "R-GiftList-Search": "列表",
+  "R-GiftList-Export": "导出",
+  "R-GiftList-Add": "新增",
+  "R-LoginHistory": "登录记录",
+  "R-LoginHistory-Search": "列表",
+  "R-LoginHistory-Export": "导出",
+  "UtaskList": {
+    "SurplusList": "盈余任务列表",
+    "CID": "CID",
+    "TradingAccount": "交易账户",
+    "DepositAmount": "入金量",
+    "StandardVolume": "标准手数",
+    "Bonus": "奖金",
+    "CompletedVolume": "完成手数",
+    "DepositMoney": "入金金额",
+    "Status": "状态",
+    "WithdrawStatus": "提现状态",
+    "TaskInProgress": "任务中",
+    "TaskCompleted": "完成任务",
+    "TaskCancelled": "已取消",
+    "TaskEnded": "已结束",
+    "PendingWithdraw": "待提现",
+    "Withdrawn": "已提现",
+    "CompleteTask": "完成任务",
+    "CancelTask": "取消任务",
+    "ConfirmCompleteTask": "确定要完成任务吗?",
+    "ConfirmCancelTask": "确定要取消任务吗?",
+    "RecoverCredit": "恢复信用",
+    "ConfirmRecoverCredit": "确定要恢复信用吗?",
+    "SelectStatus": "请选择状态",
+    "AllStatus": "全部状态"
+  },
+  "Statistical":"统计入金金额",
+  "StatisticalWithdraw":"统计出金金额",
+  "NoData":"暂无数据",
+  "PersonalManagement": {
+    "Bank": "银行信息",
+    "Title": {
+      "PersonalInformation": "个人信息",
+      "BankInformation": "银行信息",
+      "FileManagement": "文件管理",
+      "SecurityCenter": "安全中心",
+      "BasicInformation": "基础信息",
+      "AddressInformation": "地址信息",
+      "ChinaUnionPayCard": "中国银联卡",
+      "BankWireTransfer": "银行电汇",
+      "ProofOfIdentity": "身份证明",
+      "ProofOfAddress": "地址证明",
+      "AttachedFile": "附加文件",
+      "CustomerZonePasswordChange": "客户专区密码修改",
+      "EmailChange": "邮箱更改",
+      "Default": "(默认)",
+      "DefaultBank": "设置为默认银联提款信息",
+      "DefaultWire": "设置为默认电汇提款信息",
+      "DefaultCredit": "设置为默认信用卡信息"
+    },
+    "Label": {
+      "item1": "请输入PIN码并点击“确认”,PIN码用于验证信用卡,若填写错误则无法入金",
+      "item2": "您即将跳转到Korapay进行3D安全认证。该信息用于验证信用卡,若认证失败则无法入金。",
+      "item3": "为了确保成功入金,请填写匹配信用卡的地址信息。该信息用于验证信用卡,若填写错误则无法入金。",
+      "item4": "为了确保成功入金,请填写匹配信用卡的联系电话。该信息用于验证信用卡,若填写错误则无法入金。",
+      "selectCreditCard": "选择信用卡",
+      "addCreditCard": "还没添加信用卡信息?",
+      "CreditCard": "信用卡",
+      "CreditCardAccountName": "信用卡户名",
+      "CreditCardAccount": "信用卡账户",
+      "ExpirationYear": "到期年份/月份",
+      "PinCode": "pin码",
+      "OtpCode": "OTP码",
+      "UserCID": "用户CID",
+      "CustomerType": "客户类型",
+      "Gender": "性别",
+      "LastName": "姓",
+      "Name": "名",
+      "NamePinYin": "姓名(拼音)",
+      "Phone": "电话",
+      "Nationality": "国籍",
+      "Email": "邮箱",
+      "IdentityID": "身份ID",
+      "CountryRegionOfResidence": "居住国家/地区",
+      "ProvinceRegion": "省/地区",
+      "City": "城市",
+      "DetailedAddress": "详细地址",
+      "ZipCode": "邮编",
+      "DetailedAddressStandby": "详细地址(备用)",
+      "BankAccountName": "银行户名",
+      "BankName": "银行名称",
+      "BankAccount": "银行账户",
+      "AccountOpeningBranch": "开户支行",
+      "BankAddress": "银行地址",
+      "SwiftBIC": "Swift/BIC",
+      "BankCode": "银行代码",
+      "FileName": "文件名称",
+      "UploadDate": "上传日期",
+      "State": "状态",
+      "Operation": "操作",
+      "OldPassword": "原密码",
+      "NewPassword": "新密码",
+      "NewPasswordConfirmation": "新密码确认",
+      "OldEmail": "原邮箱",
+      "NewEmail": "新邮箱",
+      "MailboxVerificationCode": "邮箱验证码",
+      "Men": "男",
+      "Women": "女"
+    }
+  },
+  "blockchain": {
+    "item1": "子账户",
+    "item2": "加密钱包",
+    "item3": "区块链名称",
+    "item4": "钱包地址",
+    "item5": "钱包地址证明",
+    "item6": "钱包地址证明说明",
+    "item7": "因加密钱包不记名,为保证资金安全,请务必上传钱包地址证明文件。",
+    "item8": "设置为默认加密钱包信息",
+    "item9": "加密钱包只能新建两个",
+    "item10": "还没添加加密钱包?",
+    "item11": "请选择钱包地址",
+    "item12": "马上下载"
+  },
+  "OperateType": {
+    "Deposit": "入金",
+    "Withdrawal": "出金",
+    "Refund": "退款",
+    "InternalTransfer": "内转",
+    "CommissionTransfer": "佣金内转",
+    "AgentTransfer": "代理内转",
+    "SynonymTransfer": "异名内转",
+    "CopyTransfer": "跟单内转",
+    "WalletTransfer": "钱包内转",
+    "Commission": "手续费",
+    "CopyProfitWithdrawal": "跟单分润出金",
+    "CreditRevoke": "信用撤销",
+    "ActivityBonus": "活动赠金"
+  }
+}

+ 5108 - 0
src/i18n/locales/en.json

@@ -0,0 +1,5108 @@
+{
+  "Msg": {
+    "Withdrawal": "Withdrawal",
+    "Payment": "Payment",
+    "SystemError": "System Error. Please try again later.",
+    "LoginSuccess": "Login successful",
+    "LoginFail": "Login Failed. Please try again later.",
+    "LogoutSuccess": "Logout successful",
+    "LogoutFail": "Logout Failed",
+    "SearchSuccess": "Data read successful",
+    "SearchFail": "Failed to read data",
+    "SaveSuccess": "Data has been saved successfully",
+    "SaveFail": "Failed to save data",
+    "ModifySuccess": "Data has been modified successfully",
+    "ModifyFail": "Failed to modify data",
+    "DeleteSuccess": "Data has been deleted successfully",
+    "DeleteFail": "Failed to delete data",
+    "registerSuc": "Registration Successful",
+    "registerErr": "Registration Failed",
+    "CodeSuccess": "Verification code has been successfully obtained",
+    "CodeFail": "Failed to obtain verification code",
+    "PwdSuccess": "Password has been changed successfully",
+    "PwdFail": "Failed to change password",
+    "Success": "Successful",
+    "Success1": "Bank card activated successfully",
+    "Success2": "Bank card topped up successfully",
+    "Success3": "Password reset link has been sent. Please check your SMS or email.",
+    "Success4": "Frozen successfully",
+    "Success5": "Unfrozen successfully",
+    "Success6": "KYC verification submitted successfully. Please wait for the review result.",
+    "Success7": "The card application has been submitted, please be patient and wait for the card opening result.",
+    "Success8": "Retrieved successfully",
+    "Success9": "Your card has been successfully activated!",
+    "Success10": "Unfrozen successfully",
+    "Success11": "Reject successfully",
+    "Success12": "Recharge request submitted, please wait patiently for the card issuance result.",
+    "Success13": "Review Successful",
+    "Success14": "Balance Adjusted Successfully!",
+    "Success15": "Copied Successfully!",
+    "Success16": "Copy Failed!",
+    "Success17": "Approval Successful",
+    "Success18": "Your deduction request has been submitted, please wait for the third-party information to be returned.",
+    "RefreshSuccess": "Refresh Successful",
+    "Fail": "Failed",
+    "10IMG": " Uploaded image cannot exceed 10MB!",
+    "JPG": " Uploaded image can only be JPG, JPEG, PNG, PDF format!",
+    "JPG1": " Uploaded image can only be JPG, JPEG, PNG format!",
+    "mp4": "The uploaded video can only be in MP4, avi, 3gp, WMV, ASF, Navi, MOV, MPEG, RM, RMVB, flv, f4v format!",
+    "Socket": "Your browser does not support WebSocket",
+    "Delete": "Are you sure you want to delete it?",
+    "Callback": "Are you sure you want to call back it?",
+    "GiftStatus": "Are you sure you want to handle it?",
+    "GiftStatus1": "Are you sure you want to apply?",
+    "SystemPrompt": "System prompt",
+    "ChooseDelete": "Please select the data you want to delete",
+    "Logout": "Are you sure you want to exit?",
+    "Download": "Failed, please download again",
+    "NotDisplay": "No authority",
+    "LogoutTime": "Login expired, please login again!",
+    "httpFormat": "Format error: starting with 'http://' or 'https://'",
+    "NameOrIdentity": "Email or ID must be filled in one",
+    "ChannelSerial": "When the callback succeeds, the three-way stream number is not empty!",
+    "ibNoId": "IB number does not exist!",
+    "upload": "Please select file",
+    "uploadSuccess": "Upload Success",
+    "separated": "(separated by English commas)",
+    "tradeSwapsFileUpdate": "Please enter 0-100",
+    "SubAccountUnblocking": "Are you sure you want to lift the ban?",
+    "SubAccountBan": "Are you sure you want to ban it?",
+    "searchCriteria": "Please enter search criteria",
+    "100IMG": "The size of the uploaded e-book cannot exceed 25MB!",
+    "PDF": "Uploading e-books can only be in PDF format",
+    "Info": "Please enter the correct information",
+    "OverLimit": "The number of uploaded files exceeds the limit",
+    "ConfirmDeduction": "Are you sure you want to deduct?",
+    "DeductionSuccess": "Deduction successful",
+    "DeductionFailed": "Deduction failed",
+    "OperationSuccess": "Operation successful",
+    "OperationFailed": "Operation failed",
+    "ConfirmSendReport": "Are you sure you want to send this sales performance report?",
+    "SendReportSuccess": "Report sent successfully",
+    "SendReportFailed": "Failed to send report"
+  },
+  "signin": {
+    "bar": {
+      "home": "Homepage",
+      "lang": "Select language"
+    },
+    "title": "Log in",
+    "form": {
+      "email": "Please enter registered email address",
+      "password": "Please enter the password..."
+    },
+    "login": "Log in",
+    "forget": "Forget your password?",
+    "words": "No account?",
+    "signup": "Sign up"
+  },
+  "signup": {
+    "title": "Register",
+    "form": {
+      "country": "Country / Region",
+      "phone": "Phone Number",
+      "email": "Email Address",
+      "code": "Email Verification Code",
+      "getCode": "Get Verification Code",
+      "waitCode1": "Please wait ",
+      "waitCode2": "s ",
+      "password": "Set Password"
+    }
+  },
+  "getCode": {
+    "R-GoogleSecretKey": "Google captcha",
+    "item1": "Verification Code",
+    "item2": "Email verification code",
+    "item3": "Google captcha",
+    "item4": "Is it bound to Google CapTCHA?",
+    "item5": "Secret key"
+  },
+  "forget": {
+    "title": "Retrieve password",
+    "form": "Your email address",
+    "forget": "continue",
+    "cancel": "cancel"
+  },
+  "vaildate": {
+    "email": {
+      "format": "Email Address Format Error",
+      "empty": "Email Address cannot be empty",
+      "exist": "Email address already exists"
+    },
+    "select": {
+      "empty": "Please select"
+    },
+    "input": {
+      "empty": "Please enter"
+    },
+    "img": {
+      "empty": "Please upload the documents"
+    },
+    "password": {
+      "format": "Password Format Error",
+      "empty": "Password cannot be empty",
+      "again": "Please enter the password again",
+      "same": "Please make sure your passwords match",
+      "same1": "Please enter a password consisting of 8-15 digits of numbers and letters",
+      "updateType1": "Change password",
+      "updateType2": "Change Google Email password",
+      "updateType3": "Both have been modified"
+    },
+    "amount": {
+      "format": " Non negative numbers up to two decimal places ",
+      "empty": "Cannot be empty",
+      "NonNegInt": "Must be a non negative integer",
+      "section": "Interval coincidence",
+      "greater": "Should be greater than the minimum",
+      "number": "Please enter the correct format"
+    },
+    "date": {
+      "empty": "Please select a time range and search"
+    },
+    "code": {
+      "empty": "Please enter the verification code"
+    }
+  },
+  "Placeholder": {
+    "Choose": "Please select",
+    "ChooseDate": "Select date",
+    "Start": "Start Date",
+    "End": "End date",
+    "Textarea": "The text should not exceed 200 characters",
+    "TitleFormat": "Please enter title format",
+    "Input": "Please enter",
+    "FirstName": "First Name",
+    "Middle": "Middle name",
+    "LastName": "Last Name",
+    "AreaCode": "Area Code",
+    "Phone": "Phone Number",
+    "Not": "None",
+    "Lot": "100/lot",
+    "SelectWeek": "Please select week"
+  },
+  "Btn": {
+    "NoCertified": "Uncertified",
+    "ToCertified": "Certified",
+    "Add": "Add",
+    "Delete": "Delete",
+    "Confirm": "Confirm",
+    "Cancel": "Cancel",
+    "Release": "Release",
+    "Save": "Save",
+    "Open": "Open",
+    "Close": "Close",
+    "Yes": "Yes",
+    "No": "No",
+    "Editor": "Edit",
+    "Refresh": "Refresh",
+    "EditRemark": "Edit Remark",
+    "Read": "Read",
+    "Unread": "Unread",
+    "Detailed": "Detail",
+    "Check": "Check",
+    "Audit": "Approve",
+    "MTDeductions": "MT Deductions",
+    "RemittanceReceipt": "Remittance Receipt",
+    "ResetPwd": "Reset password",
+    "DealWith": "Processing",
+    "Active": "Operation",
+    "CSV": "export CSV",
+    "XLS": "export XLS",
+    "Export": "export",
+    "BalanceOperating": "Balance Management",
+    "EditTemplate": "Edit Template",
+    "More": "More",
+    "csv": "Batch CSV import",
+    "Hide": "Implicit Spread Markup Adjustment",
+    "Search": "Search",
+    "Upload": "Upload Files",
+    "Reset": "Reset",
+    "Bank": "Bank",
+    "ViewLog": "View Log",
+    "Valid": "Enable Or Not",
+    "Deduction": "Deduction",
+    "ViewChange": "View Change History",
+    "OperateHistory": "View Operation History",
+    "SendReport": "Send Report"
+  },
+  "State": {
+    "ToBeProcessed": "Pending",
+    "InTheProcessing": "In The Processing",
+    "Completed": "Completed",
+    "Unfinished": "Incomplete",
+    "Pass": "Approved",
+    "NotApply": "Not Applied",
+    "Refused": "Rejected",
+    "Normal": "Normal",
+    "Freeze": "Freeze",
+    "Yes": "Yes",
+    "No": "No",
+    "ReadOnly": "Read Only",
+    "All": "All",
+    "Lock": "Lock",
+    "Again": "Re-upload",
+    "Ongoing": "Processing",
+    "InForce": "In force",
+    "NotInForce": "Not in force",
+    "Rematch": "Re-process",
+    "Sending": "Sending",
+    "Success": "Successful",
+    "Fail": "Failed",
+    "NotUsed": "Not Used",
+    "InUse": "In Use",
+    "Used": "Used",
+    "UseComplete": "Use Complete",
+    "Unsubscribed": "Unsubscribed",
+    "Expired": "Expired",
+    "NoDeduction": "No Deduction",
+    "Deducted": "Deducted",
+    "Cancelled": "Cancelled",
+    "NotCopied": "Not Copied",
+    "CopyIn": "Copy In",
+    "OpenPosition": "Open Position",
+    "ClosingPosition": "Closing Position",
+    "SelectAll": "Select All",
+    "Inverse": "Inverse",
+    "Min": "Min",
+    "Max": "Max",
+    "hireStatus1": "Not Contacted",
+    "hireStatus2": "Interviewing",
+    "hireStatus3": "Hired",
+    "hireStatus4": "Rejected",
+    "entryStatus1": "Not Filled",
+    "entryStatus2": "Pending Review",
+    "employmentStatus1": "Probation Period",
+    "employmentStatus2": "Regular Employee",
+    "entryStatus3": "Hired",
+    "entryStatus4": "Rejected",
+    "entryStatus5": "Hired",
+    "entryStatus6": "Rejected",
+    "VrifyStatus0": "Unverified",
+    "VrifyStatus1": "Verified",
+    "CardType1": "Passport",
+    "CardType2": "ID Card",
+    "CardType3": "Driver's license",
+    "CardType4": "Residence Permit",
+    "CardType5": "Self Portrait",
+    "Male": "Male",
+    "Female": "Female",
+    "NoSuccess": "Unsuccessful"
+  },
+  "R-AccountZero": "Account Zero",
+  "R-AccountZero-Export": "Export",
+  "R-AccountZero-search": "Search",
+  "R-AccountZero-Excel": "Excel Import",
+  "R-System-actSpread": "Agent Spread Configuration",
+  "R-System-actSpread-Search": "List",
+  "R-System-actSpread-Add": "Add",
+  "R-System-actSpread-Editor": "Edit",
+  "R-System-actSpread-Delete": "Delete",
+  "R-System-amountDate": "Account Date",
+  "R-System-amountDate-Search": "List",
+  "R-System-amountDate-Add": "Add",
+  "R-System-amountDate-Editor": "Edit",
+  "R-System-amountDate-Delete": "Delete",
+  "R-System-amountDate-TradingAccount": "Trading Account",
+  "R-System-amountDate-Platform": "Platform",
+  "R-System-amountDate-DayNumber": "Day Number",
+  "R-System-amountDate-AddTitle": "Add",
+  "R-System-amountDate-EditTitle": "Edit",
+  "R-System-amountDate-InputTradingAccount": "Please enter trading account",
+  "R-System-amountDate-ChoosePlatform": "Please select platform",
+  "R-System-amountDate-InputDayNumber": "Please enter day number",
+  "R-System-amountDate-DeleteConfirm": "Are you sure you want to delete this record?",
+  "R-System-amountDate-DeleteTitle": "Delete Confirmation",
+  "R-AmountFree-Search": "List",
+  "R-AmountFree-Add": "Add",
+  "R-AmountFree-Editor": "Edit",
+  "R-AmountFree-Delete": "Delete",
+  "No": "No",
+  "Week": "Week",
+  "R-exclude-Search": "List",
+  "R-exclude-Add": "Add",
+  "R-exclude-Editor": "Edit",
+  "R-exclude-Delete": "Delete",
+  "R-dataRetrieval-Search": "List",
+  "R-Bank-NoCertified": "Uncertified",
+  "R-Bank-ToCertified": "Certify Now",
+  "R-Bank-edit": "Operation Permission",
+  "R-dataRetrieval-Unseal": "Unseal",
+  "R-Exclude": "Exclude",
+  "R-Enter": "Menu",
+  "R-Real-Amount": "All Amount",
+  "R-Real-Disabled": "Disabled",
+  "R-LimitedActivities": "LimitedActivities",
+  "R-Dashboard": "Control Panel",
+  "R-CustomerDynamic": "Client Status",
+  "R-PotentialCustomer": "Potential Client",
+  "R-NoticeInformation": "Notice",
+  "R-NoticeInformationSingle": "Notice Detail",
+  "R-Web": "Release management",
+  "R-Info": "Information Release",
+  "R-InfoSingle": "Information release detail",
+  "R-InfoAdd": "Add New information",
+  "R-Activity": "Activity Announcement",
+  "R-ActivityAdd": "Add new activity",
+  "R-Notice": "Notice",
+  "R-Notice-Details": "Upload Details",
+  "R-Notice-SendLog": "Notice Log",
+  "R-Notice-Send": "Send Mail",
+  "R-BankList-Search": "Bank Information",
+  "R-UtaskList-Export": "Export",
+  "R-LimitedActivities-Export": "Export",
+  "R-OperateHistory-Send": "View Operation History",
+  "R-Notice-Search": "Send Mailing List",
+  "R-Notice-record": "Log List",
+  "R-NoticeUpload-Search": "Upload List",
+  "R-NoticeUpload-Delete": "Delete",
+  "R-NoticeUpload-Upload": "Upload",
+  "R-NoticeUpload-SingleDelete": "Details Delete",
+  "R-NoticeUpload-SingleUpdate": "Details Update",
+  "R-Popup": "Latest Activity Pop-up",
+  "R-Popup-Search": "List",
+  "R-Popup-Delete": "Delete",
+  "R-Popup-Add": "Add",
+  "R-Popup-Update": "Update",
+  "R-Popup-Single": "Single",
+  "R-Apply": "Application Management",
+  "R-VerifiedUser": "Pending User",
+  "R-UtaskList": "U-coin deposit reward activity",
+  "R-surplusList": "Monthly surplus bonus activity",
+  "R-surplusList-Search": "List",
+  "R-surplusList-Complete": "Complete Task",
+  "R-surplusList-Cancel": "Cancel Task",
+  "R-surplusList-Recover": "Recover Credit",
+  "R-UtaskList-Search": "List",
+  "R-PendingAccount": "Pending Account",
+  "R-LeverAdjust": "Leverage adjustment",
+  "R-PasswordReset": "Password Reset",
+  "R-BelongingAdjust": "Affiliation Adjustment",
+  "R-CommissionAdjust": "Commission Adjustment Application",
+  "R-AgentApply": "IB  Application",
+  "R-ActivitiesApply": "Activities Application",
+  "R-ActivitiesApplyNew": "20 Bonus Activities",
+  "R-AgencyTransfer": "IB Affiliation Adjustment",
+  "R-Customer": "Client management",
+  "R-Real": "Client",
+  "R-Simulation": "Demo account",
+  "R-Trading": "Trading account",
+  "R-Agent": "IB account",
+  "R-ActivityAccount": "Activity Account",
+  "R-HangUndo": "Remove attached account",
+  "R-Report": "Report",
+  "R-Data": "Data report",
+  "R-Financial": "Financial management",
+  "R-OnlineDeposit": "Online deposit",
+  "R-WithdrawalApplication": "Withdrawal application",
+  "R-InternalTransfer": "Internal Transfer",
+  "R-CommissionExtract": "Commission withdrawal",
+  "R-CommissionTransfer": "Commission Internal Transfer",
+  "R-CommissionTemplate": "Commission Template",
+  "R-User": "User management",
+  "R-UserList": "User List",
+  "R-UserList-GroupSettings": "Group Settings",
+  "R-UserList-Unseal": "Unseal",
+  "R-UserList-reSecretKey": "Reset key",
+  "R-UserList-rePassword": "Reset Password",
+  "R-UserList-closeSecretKey": "Close tKey",
+  "R-UserList-secretKey": "get Secret Key",
+  "R-UserList-AccountSetup": "Account Setup",
+  "R-UserList-Disabled": "Disabled",
+  "R-Role": "Role management",
+  "R-SalesList": "Sales List",
+  "R-Historical": "Historical Sales Ranking",
+  "R-Historical-Search": "List",
+  "R-Historical-Export": "Export",
+  "R-Historical-WeekSelector": "Week",
+  "R-Historical-WeekPlaceholder": "Select Week",
+  "R-Historical-Ranking": "Ranking",
+  "R-Historical-Name": "Name",
+  "R-Historical-DepositAmount": "Deposit Amount",
+  "R-Historical-DepositCustomerNum": "Deposit Customer Count",
+  "R-Historical-TradeCustomerNum": "Trading Customer Count",
+  "R-Historical-RewardSubtotal": "Reward Subtotal",
+  "R-Historical-RewardTotal": "Reward Total",
+  "R-Historical-PerformanceNotMet": "Performance target not met, looking forward to the next ranking!",
+  "R-Historical-RankingLabel": "Ranking:",
+  "R-Historical-NameLabel": "Name:",
+  "R-Historical-DepositAmountLabel": "Deposit Amount:",
+  "R-Historical-DepositCustomerNumLabel": "Deposit Customer Count:",
+  "R-Historical-TradeCustomerNumLabel": "Trading Customer Count:",
+  "R-Historical-RewardSubtotalLabel": "Reward Subtotal:",
+  "R-Historical-RewardTotalLabel": "Reward Total:",
+  "R-ReferralList": "Referral List",
+  "R-ReferralList-Add": "Add",
+  "R-Hire": "Recruitment Management",
+  "R-Entry": "Onboarding Management",
+  "R-Resign": "Leave Management",
+  "R-System": "System setting",
+  "R-System-Robot": "Robot Management",
+  "R-System-Robot-Search": "List",
+  "R-System-Robot-Add": "Add",
+  "R-System-Robot-Update": "Update",
+  "R-System-Robot-Delete": "Delete",
+  "R-System-Robot-Name": "Name",
+  "R-System-SalesTeam": "Sales Team Management",
+  "R-System-SalesTeam-Search": "List",
+  "R-System-SalesTeam-Add": "Add",
+  "R-System-SalesTeam-Child-Delete": "Child Delete",
+  "R-System-SalesTeam-RowAdd": "Add",
+  "R-System-SalesTeam-Update": "Update",
+  "R-System-SalesTeam-Delete": "Delete",
+  "R-System-SalesTeam-SalesNo": "Sales No",
+  "R-System-SalesTeam-Cid": "cid",
+  "R-System-SalesTeam-Email": "Email",
+  "R-System-SalesTeam-Name": "Name",
+  "R-System-SalesTeam-Username": "Username",
+  "R-System-SalesTeam-Type": "Type",
+  "R-System-SalesTeam-Exclude": "Exclude",
+  "R-System-SalesTeam-InputSalesNo": "Please enter sales number",
+  "R-System-SalesTeam-DeleteConfirm": "Are you sure you want to delete?",
+  "R-System-SalesTeam-DeleteTitle": "Tips",
+  "R-RewardDetails-Search": "List",
+  "R-RewardDetails-Deduction": "Deduction",
+  "R-System-Robot-DepositCustomerNumMin": "Deposit Customer Count (Min)",
+  "R-System-Robot-DepositCustomerNumMax": "Deposit Customer Count (Max)",
+  "R-System-Robot-DepositAmountMin": "Deposit Amount (Min)",
+  "R-System-Robot-DepositAmountMax": "Deposit Amount (Max)",
+  "R-System-Robot-TradeCustomerNumMin": "Trading Customer Count (Min)",
+  "R-System-Robot-TradeCustomerNumMax": "Trading Customer Count (Max)",
+  "R-System-Robot-AddTitle": "Add Robot",
+  "R-System-Robot-EditTitle": "Edit Robot",
+  "R-System-Robot-InputName": "Please enter name",
+  "R-System-Robot-InputMinValue": "Please enter minimum value",
+  "R-System-Robot-InputMaxValue": "Please enter maximum value",
+  "R-System-Robot-DeleteConfirm": "Are you sure you want to delete this robot?",
+  "R-System-Robot-DeleteTitle": "Prompt",
+  "R-System-Robot-RewardSubtotalMin": "Reward Subtotal (Min)",
+  "R-System-Robot-RewardSubtotalMax": "Reward Subtotal (Max)",
+  "R-System-Robot-RewardTotalMin": "Reward Total (Min)",
+  "R-System-Robot-RewardTotalMax": "Reward Total (Max)",
+  "R-Bank": "Bank Information Setting",
+  "R-Country": "Country management",
+  "R-Group": "Group setting",
+  "R-Varieties": "Variety setting",
+  "R-DepositWithdraw": "Deposit/Withdrawal settings",
+  "R-Email": "Email address setting ",
+  "R-Global": "Overall settings",
+  "R-Refusal": "Reasons for Rejection",
+  "R-OneNodeAdd": "One Node",
+  "R-TwoNodeAdd": "Two Node",
+  "R-BtnAdd": "Button",
+  "R-CustomerDynamic-Search": "List",
+  "R-PotentialCustomer-Search": "List",
+  "R-PotentialCustomer-Delete": "Delete",
+  "R-PotentialCustomer-Update": "Update",
+  "R-PotentialCustomer-Export": "Export",
+  "R-PotentialCustomer-AdjustmentAttribution": "AdjustmentAttribution",
+  "R-PotentialCustomer-Verification": "Verification",
+  "R-NoticeInformation-Search": "List",
+  "R-NoticeInformation-Read": "Read",
+  "R-Info-Search": "List",
+  "R-Info-Add": "Add",
+  "R-Info-Update": "Modify",
+  "R-Info-Delete": "Delete",
+  "R-Ebook": "E-book",
+  "R-EbookSingle": "E-book Single",
+  "R-EbookAdd": "E-book Add",
+  "R-Ebook-Search": "List",
+  "R-Ebook-Add": "Add",
+  "R-Ebook-Update": "Update",
+  "R-Ebook-Delete": "Delete",
+  "R-Activity-Search": "List",
+  "R-Activity-Add": "Add",
+  "R-Activity-Update": "Modify",
+  "R-Activity-Delete": "Delete",
+  "R-VerifiedUser-Search": "List",
+  "R-VerifiedUser-Single": "Details",
+  "R-VerifiedUser-Single1": "Details",
+  "R-VerifiedUser-Approve": "Review",
+  "R-VerifiedUser-Update": "Update",
+  "R-VerifiedUser-Export": "Export",
+  "R-PendingAccount-Search": "List",
+  "R-PendingAccount-Single": "Details ",
+  "R-PendingAccount-Approve": "Review",
+  "R-LeverAdjust-Search": "List",
+  "R-LeverAdjust-Single": "Details",
+  "R-LeverAdjust-Approve": "Review",
+  "R-PasswordReset-Search": "List",
+  "R-PasswordReset-Single": "Details",
+  "R-PasswordReset-Approve": "Review",
+  "R-PendingAccount-mam-Search": "MAM-List",
+  "R-PendingAccount-mam-Single": "MAM-Details",
+  "R-PendingAccount-mam-Approve": "MAM-Review",
+  "R-LeverAdjust-mam-Search": "MAM-List",
+  "R-LeverAdjust-mam-Single": "MAM-Details",
+  "R-LeverAdjust-mam-Approve": "MAM-Review",
+  "R-PasswordReset-mam-Search": "MAM-List",
+  "R-PasswordReset-mam-Single": "MAM-Details",
+  "R-PasswordReset-mam-Approve": "MAM-Review",
+  "R-BelongingAdjust-Search": "List",
+  "R-BelongingAdjust-Single": "Details ",
+  "R-BelongingAdjust-Approve": "Review",
+  "R-ActivitiesApply-Search": "List",
+  "R-ActivitiesApply-Single": "Details ",
+  "R-ActivitiesApply-Export": "Export",
+  "R-ActivitiesApply-Approve": "Review",
+  "R-ActivitiesApplyNew-Search": "List",
+  "R-ActivitiesApplyNew-Delete": "Delete",
+  "R-ActivitiesApplyNew-Approve": "Approve",
+  "R-AgencyTransfer-Search": "List",
+  "R-CommissionAdjust-Search": "List",
+  "R-CommissionAdjust-Single": "Details",
+  "R-CommissionAdjust-Approve": "Review",
+  "R-PammManagerValid": "Apply Pamm Manager",
+  "R-PammManagerValid-Search": "List",
+  "R-PammManagerValid-Single": "Details",
+  "R-PammManagerValid-Approve": "Review",
+  "R-PammManagerValid-Delete": "Delete",
+  "R-PammPercentChange": "PAMM Revenue Share Ratio",
+  "R-PammPercentChange-Search": "List",
+  "R-PammPercentChange-Single": "Details",
+  "R-PammPercentChange-Approve": "Review",
+  "R-HangUndo-Search": "List",
+  "R-HangUndo-Single": "Details",
+  "R-HangUndo-Approve": "Review",
+  "R-PammManagerHangUndo": "Pamm Manager Hang Undo",
+  "R-PammManagerHangUndo-Search": "List",
+  "R-PammManagerHangUndo-Single": "Details",
+  "R-PammManagerHangUndo-Approve": "Review",
+  "R-AgentApply-Search": "List",
+  "R-AgentApply-Single": "Details",
+  "R-AgentApply-Approve": "Review",
+  "R-Real-Search": "List",
+  "R-Real-Verify": "Again Verify",
+  "R-Real-Single": "Details",
+  "R-Real-Action": "Operation",
+  "R-Real-Update": "Modify",
+  "R-Real-Delete": "Delete",
+  "R-Real-File": "Document Review",
+  "R-Real-File-De": "Document Reviewing",
+  "R-Real-Allow": "IB Application Settings",
+  "R-Real-AdjustmentAttribution": "IB Affiliation Adjustment",
+  "R-Real-UpdatePoint": "Commission Adjustment",
+  "R-Real-UpdateLevel": "Update Level",
+  "R-Real-UpdatePwd": "Update Password",
+  "R-Real-UpdateEmail": "Update Email",
+  "R-Real-UpdateRemittanceChannel": "Update Remittance Channel",
+  "R-Real-UpdatePay": "Pay Comment Valid",
+  "R-Real-QuantityLimit": "Quantity Limit",
+  "R-Real-Export": "Export",
+  "R-Real-dayLimit": "Day Limit",
+  "R-Real-login": "Login to Customer Center",
+  "R-Real-Commission": "Commission View",
+  "R-Simulation-Search": "List",
+  "R-Simulation-Delete": "Delete",
+  "R-Trading-Search": "List",
+  "R-Trading-Single": "Details",
+  "R-Trading-Update": "Modify",
+  "R-Trading-Delete": "Delete",
+  "R-Trading-AdjustmentAttribution": "IB Affiliation Adjustment",
+  "R-Trading-Rematch": "Rematch",
+  "R-Trading-Export": "Export",
+  "R-EmailRecords-Export": "Export",
+  "R-Business-Export": "Export",
+  "R-KycAuth-Export": "Export",
+  "R-CardOrder-Export": "Export",
+  "R-VirtualCard-Export": "Export",
+  "R-Recharge-Export": "Export",
+  "R-Transactions-Export": "Export",
+  "R-UserOrder-Export": "Export",
+  "R-CardOperate-Export": "Export",
+  "R-Trading-dayLimit": "Day Limit",
+  "R-Agent-Search": "List",
+  "R-Agent-Single": "Details",
+  "R-Agent-Action": "Operation",
+  "R-Agent-Delete": "Delete",
+  "R-Agent-Hide": "Implicit Spread Markup Adjustment",
+  "R-Agent-Commission": "Additional Mark-up Commission +30",
+  "R-Agent-Rebate": "Commission View",
+  "R-CardType-Search": "List",
+  "R-CardType-Update": "Update",
+  "R-CardType-Edit": "Card Type Config",
+  "R-CardDetail": "Card Details",
+  "R-Business-Search": "List",
+  "R-Business-Single": "Details",
+  "R-Business-Add": "Register",
+  "R-Business-Update": "Update",
+  "R-Business-Btn1": "Adjust Balance",
+  "R-KycAuth-Search": "List",
+  "R-KycAuth-Single": "View Details",
+  "R-KycAuth-Btn1": "KYC Approval",
+  "R-KycAuth-Btn2": "Apply for Card Issuance",
+  "R-CardOrder-Search": "List",
+  "R-CardOrder-Btn1": "View Details",
+  "R-CardOrder-Btn2": "Check Card Issuance Progress",
+  "R-CardOrder-Btn3": "Card Issuance Approval",
+  "R-VirtualCard-Search": "List",
+  "R-VirtualCard-Btn1": "View Details",
+  "R-VirtualCard-Btn2": "Bank Card Recharge",
+  "R-VirtualCard-Btn3": "Get Activation Code",
+  "R-VirtualCard-Btn4": "Check Card Balance",
+  "R-VirtualCard-Btn5": "Retrieve Password",
+  "R-VirtualCard-Btn6": "Freeze Card",
+  "R-VirtualCard-Btn7": "Unfreeze Card",
+  "R-VirtualCard-Btn8": "Bank Card Activation",
+  "R-VirtualCard-Btn9": "Check Card Information",
+  "R-VirtualCard-Btn10": "Recharge Default Amount Again",
+  "R-VirtualCard-Btn11": "Deduction",
+  "R-Recharge-Search": "List",
+  "R-Recharge-Btn1": "View Details",
+  "R-Recharge-Btn2": "Check Recharge Order",
+  "R-Recharge-Btn3": "Recharge Approval",
+  "R-Recharge-Btn4": "Batch Approval",
+  "R-Transactions-Search": "List",
+  "R-Transactions-Btn1": "View Details",
+  "R-UserOrder-Search": "List",
+  "R-UserRights": "User Rights List",
+  "R-UserRights-Search": "List",
+  "R-UserRights-Add": "Add",
+  "R-IdTypeConfig": "Id Type Config",
+  "R-IdTypeConfig-Search": "List",
+  "R-IdTypeConfig-Add": "Add",
+  "R-IdTypeConfig-Delete": "Delete",
+  "R-IdTypeConfig-Update": "Update",
+  "R-Agent-AdjustmentAttribution": "IB Affiliation Adjustment",
+  "R-Agent-pammManagerValid": "Apply Pamm Manager",
+  "R-Agent-PAMMValid": "Apply Money Manager",
+  "R-Agent-Transfer": "Agent Transfer",
+  "R-Agent-CloseFunction": "Close Function",
+  "R-Agent-Level": "Query Subordinates",
+  "R-Agent-Export": "Export",
+  "R-Agent-GroupSettings": "Group Settings",
+  "R-Agent-AccountSetup": "Account Setup",
+  "R-IB-Agent-AccountSetup": "IB Agent AccountSetup",
+  "R-Real-AccountSetup": "Account Setup",
+  "R-ActivityAccount-Search": "List",
+  "R-ActivityAccount-Single": "Details",
+  "R-ActivityAccount-Action": "Operation",
+  "R-ActivityAccount-Delete": "Delete",
+  "R-ActivityAccount-Export": "Export",
+  "R-BlackList": "BlackList",
+  "R-BlackList-Search": "List",
+  "R-BlackList-Add": "Add",
+  "R-BlackList-Update": "Update",
+  "R-BlackList-Delete": "Delete",
+  "R-MamList": "MAM Account",
+  "R-MamList-Search": "List",
+  "R-MamList-SubAccountBan": "Sub Account Ban",
+  "R-PAMMList": "PAMM Account",
+  "R-PAMMList-Search": "List",
+  "R-PAMMList-SubAccountBan": "Sub Account Number",
+  "R-AccountRetrieval": "Account Retrieval",
+  "R-EmailRecords": "Email Records",
+  "R-EmailRecords-Search": "List",
+  "R-DeleteList": "Delete List",
+  "R-DeleteList-Search": "List",
+  "R-Reward-Details": "Sales Reward Details",
+  "R-Review": "Review",
+  "R-AccountRetrieval-Search": "List",
+  "R-UserRetrieval": "User Retrieval",
+  "R-UserRetrieval-Search": "List",
+  "R-CustomAllocation": "Custom Allocation",
+  "R-CustomAllocation-Search1": "Allocated Allocation",
+  "R-CustomAllocation-Search2": "Assigned Allocation",
+  "R-CustomAllocation-Search3": "complete Allocation",
+  "R-CustomAllocation-Search4": "Insensibility Allocation",
+  "R-CustomAllocation-Search5": "Scheduled Tasks",
+  "R-CustomAllocation-Search6": "Country Settings",
+  "R-CustomAllocation-AViewNote": "AView Note",
+  "R-CustomAllocation-Allocation": "Allocation",
+  "R-CustomAllocation-Allocation1": "Allocation-Allocated",
+  "R-CustomAllocation-Allocation2": "Allocation-Assigned",
+  "R-CustomAllocation-Allocation4": "Allocation-Insensibility",
+  "R-CustomAllocation-AddNote": "Add Note",
+  "R-CustomAllocation-AddNote1": "Allocated-Add Note",
+  "R-CustomAllocation-AddNote2": "Assigned-Add Note",
+  "R-CustomAllocation-AddNote4": "Insensibility-Add Note",
+  "R-CustomAllocation-AViewNote1": "AView Note-Allocated",
+  "R-CustomAllocation-AViewNote2": "AView Note-Assigned",
+  "R-CustomAllocation-AViewNote3": "AView Note-complete",
+  "R-CustomAllocation-AViewNote4": "AView Note-Insensibility",
+  "R-CustomAllocation-AllocationSingle": "Allocation Single",
+  "R-CustomAllocation-OneClickAllocation": "OneClickAllocation",
+  "R-CustomAllocation-OneClickAllocation1": "Allocation-OneClickAllocation1",
+  "R-CustomAllocation-export1": "Allocated Export",
+  "R-CustomAllocation-export2": "Assigned Export",
+  "R-CustomAllocation-export3": "complete Export",
+  "R-CustomAllocation-export4": "Insensibility Export",
+  "R-CustomAllocation-ScheduledA": "Scheduled Tasks Add",
+  "R-CustomAllocation-ScheduledD": "Scheduled Tasks Delete",
+  "R-CustomAllocation-ScheduledU": "Scheduled Tasks Update",
+  "R-CustomAllocation-CountrySetting": "Country Settings",
+  "R-CustomAllocation-CountrySetting-Add": "Country Settings-Add",
+  "R-CustomAllocation-CountrySetting-Edit": "Country Settings-Edit",
+  "R-CustomAllocation-CountrySetting-Delete": "Country Settings-Delete",
+  "R-CustomAllocationCountry-Add": "Country Settings List-Add",
+  "R-CustomAllocationCountry-Update": "Country Settings List-Update",
+  "R-CustomAllocationCountry-Delete": "Country Settings List-Delete",
+  "R-Data-DW-Search": "Deposit/Withdrawal List",
+  "R-Data-DW-Export": "Deposit/Withdrawal export",
+  "R-Data-DW-Import": "Deposit/Withdrawal Import",
+  "R-Data-Commission-Search": "IB commission list",
+  "R-Data-Commission-Export": "IB commission export",
+  "R-Data-Commission-Import": "IB commission Import",
+  "R-Data-Details-Search": "List Details",
+  "R-Data-Details-Export": "Export Details",
+  "R-Data-Symbol-Search": "List of varieties",
+  "R-Data-Symbol-Export": "Variety export",
+  "R-Data-Account-Search": "Account list",
+  "R-Data-Account-Export": "Account export",
+  "R-Data-Balance-Search": "Balance List",
+  "R-Data-Balance-Export": "Balance Export",
+  "R-Data-CommissionW-Search": "Commission withdrawal list",
+  "R-Data-CommissionW-Export": "Commission withdrawal export",
+  "R-Data-CommissionAll-Search": "List of comprehensive commission",
+  "R-Data-CommissionAll-Export": "Commission comprehensive export",
+  "R-Data-VolumeCommission-Search": "Trading Volume Commission list",
+  "R-Data-VolumeCommission-Export": "Trading Volume Commission export",
+  "R-Data-CommissionTemplateChange-Search": "List of Commission Template Modification",
+  "R-Dark-Spot-Rebate-Report-Search": "Dark Spot Rebate Report",
+  "R-Dark-Spot-Rebate-Report-Export": "Dark Spot Rebate Report Export",
+  "R-OnlineDeposit-Search": "List",
+  "R-OnlineDeposit-Single": "Details",
+  "R-OnlineDeposit-Action": "Operation",
+  "R-OnlineDeposit-Export": "Export",
+  "R-OnlineDeposit-Gift": "Gift Status",
+  "R-OnlineDeposit-Supplement": "Supplement",
+  "R-WithdrawalApplication-Search": "List",
+  "R-WithdrawalApplication-Single": "Details",
+  "R-WithdrawalApplication-Approve": "Review",
+  "R-WithdrawalApplication-SalesApprove": "Sales Approve",
+  "R-WithdrawalApplication-Mt": "MT",
+  "R-WithdrawalApplication-Channel": "Receipt",
+  "R-WithdrawalApplication-Submit": "Submit Status",
+  "R-WithdrawalApplication-Channels": "Batch Receipt",
+  "R-WithdrawalApplication-Submits": "Batch Submit Status",
+  "R-WithdrawalApplication-backstage": "Background Approve",
+  "R-WithdrawalApplication-infoStatus": "Info Approve",
+  "R-WithdrawalApplication-infosStatus": "Batch Info Approve",
+  "R-WithdrawalApplication-Export": "Export",
+  "R-WithdrawalApplication-remit": "Withdrawal Channel",
+  "R-WithdrawalApplication-withdrawapi": "Three Parties",
+  "R-InternalTransfer-Search": "List",
+  "R-InternalTransfer-Single": "Details",
+  "R-InternalTransfer-Action": "Operation",
+  "R-InternalTransfer-remindSingle": "Remind List",
+  "R-InternalTransfer-remindAction": "Remind Handle",
+  "R-InternalTransfer-Export": "Export",
+  "R-CommissionExtract-Search": "List",
+  "R-CommissionExtract-Single": "Details",
+  "R-CommissionExtract-Approve": "Review",
+  "R-CommissionExtract-SalesApprove": "Sales Approve",
+  "R-CommissionExtract-Mt": "MT",
+  "R-CommissionExtract-submit": " Submit Status",
+  "R-CommissionExtract-Channels": "Batch Receipt",
+  "R-CommissionExtract-Submits": "Batch Submit Status",
+  "R-CommissionExtract-Approves": "Batch Review",
+  "R-CommissionExtract-Export": "Export",
+  "R-CommissionExtract-Channel": "Receipt",
+  "R-CommissionExtract-remit": "Withdrawal Channel",
+  "R-CommissionExtract-withdrawapi": "Three Parties",
+  "R-CommissionTransfer-Search": "List",
+  "R-CommissionTransfer-Single": "Details",
+  "R-CommissionTransfer-Action": "Operation",
+  "R-CommissionTransfer-Export": "Export",
+  "R-CommissionTemplate-Search": "List",
+  "R-CommissionTemplate-Add": "Add",
+  "R-CommissionTemplate-Update": "Update",
+  "R-AgentTransfer": "Agent Transfer",
+  "R-actingList": "IB Agent Account",
+  "R-AgentTransfer-Search": "List",
+  "R-AgentTransfer-Approve": "Approve",
+  "R-AgentTransfer-Delete": "Delete",
+  "R-AgentTransfer-Export": "Export",
+  "R-SynonymTransfer": "Synonym Transfer",
+  "R-SynonymTransfer-Search": "List",
+  "R-SynonymTransfer-Approve": "Approve",
+  "R-SynonymTransfer-Add": "Add",
+  "R-SynonymTransfer-Upload": "Upload",
+  "R-FollowerTransfer": "Follower Community Transfer",
+  "R-FollowerTransfer-Search": "List",
+  "R-FollowerTransfer-Approve": "Approve",
+  "R-FollowerTransfer-CallBack": "CallBack",
+  "R-FollowerTransfer-Delete": "Delete",
+  "R-Documentary": "Documentary Transfer",
+  "R-Documentary-Search": "List",
+  "R-InterestFreeInterest": "Interest Free Interest",
+  "R-InterestFreeInterest-Search": "List",
+  "R-InterestFreeInterest-Add": "Add",
+  "R-UserList-Search": "List",
+  "R-UserList-Add": "Add",
+  "R-UserList-Update": "Modify",
+  "R-UserList-Delete": "Delete",
+  "R-UserList-Single": "Link",
+  "R-Role-Search": "List",
+  "R-SalesList-Search": "List",
+  "R-ReferralList-Search": "List",
+  "R-Role-Add": "Add",
+  "R-Role-Update": "Modify",
+  "R-Role-Delete": "Delete",
+  "R-Hire-Search": "List",
+  "R-Hire-Add": "Add",
+  "R-Hire-Update": "Audit",
+  "R-Hire-Check": "Details Check",
+  "R-Entry-Search": "List",
+  "R-Entry-Add": "Add",
+  "R-Entry-Check": "Details Check",
+  "R-Entry-Update": "Modify",
+  "R-Entry-Update-Hr": "Hr Approve",
+  "R-Entry-Update-Manage": "Manage Approve",
+  "R-Entry-Delete": "Delete",
+  "R-Group-Search": "List – Real Account",
+  "R-Group-Add": "New – Real ",
+  "R-Group-Update": "Modify - Real account",
+  "R-Group-Delete": "Delete - Real account",
+  "R-Group-dome-Search": "List - Demo",
+  "R-Group-dome-Add": "Add - Demo",
+  "R-Group-dome-Update": "Modify - Demo",
+  "R-Group-dome-Delete": "Delete - Demo",
+  "R-Varieties-Search": "List",
+  "R-Varieties-Add": "Add",
+  "R-Varieties-Update": "Modify",
+  "R-Varieties-Delete": "Delete",
+  "R-Bank-Search": "List",
+  "R-Bank-Add": "Add",
+  "R-Bank-Update": "Modify",
+  "R-Bank-Delete": "Delete",
+  "R-Country-Search": "List",
+  "R-Country-Add": "Add",
+  "R-Country-Update": "Modify",
+  "R-Country-Delete": "Delete",
+  "R-Area": "Area Info",
+  "R-Area-Search": "List",
+  "R-Area-Add": "Add",
+  "R-Area-Update": "Modify",
+  "R-Area-Delete": "Delete",
+  "R-GoogleEmail": "Google Email",
+  "R-GoogleEmail-Search": "List",
+  "R-GoogleEmail-Add": "Add",
+  "R-GoogleEmail-Update": "Update",
+  "R-GoogleEmail-Delete": "Delete",
+  "R-GoogleEmail-Refresh": "Refresh",
+  "R-GoogleEmail-UpdateRemark": "Edit Remark",
+  "R-GoogleGroup": "Google Group",
+  "R-GoogleGroup-Search": "List",
+  "R-GoogleGroup-Delete": "Delete",
+  "R-GoogleGroup-Add": "Add",
+  "R-GoogleGroup-Update": "Update",
+  "R-DepositWithdraw-Deposit-Search": "Deposit setting",
+  "R-DepositWithdraw-Withdraw-Search": "Withdrawal setting",
+  "R-DepositWithdraw-Transfer-Search": "Transfer setting",
+  "R-DepositWithdraw-DepositRate-Search": "Deposit exchange rate setting",
+  "R-DepositWithdraw-WithdrawRate-Search": "Withdrawal exchange rate setting",
+  "R-DepositWithdraw-Automatic-Search": "Default setting",
+  "R-DepositWithdraw-DepositChannel-Search": "Deposit option setting",
+  "R-DepositWithdraw-WithdrawChannel-Search": "Withdrawal option setting",
+  "R-DepositWithdraw-DepositRate-Add": "Add new deposit exchange rate",
+  "R-DepositWithdraw-WithdrawRate-Add": "Add new withdrawal exchange rate",
+  "R-DepositWithdraw-DepositRate-Delete": "Delete deposit exchange rate",
+  "R-DepositWithdraw-WithdrawRate-Delete": "Delete withdrawal exchange rate",
+  "R-DepositWithdraw-Deposit-Update": "Modify deposit setting",
+  "R-DepositWithdraw-Withdraw-Update": "Modify withdrawal setting",
+  "R-DepositWithdraw-Transfer-Update": "Modify transfer setting",
+  "R-DepositWithdraw-DepositRate-Update": "Modify deposit exchange rate setting",
+  "R-DepositWithdraw-WithdrawRate-Update": "Modify withdrawal exchange rate setting",
+  "R-DepositWithdraw-Automatic-Update": "Modify default setting",
+  "R-DepositWithdraw-DepositChannel-Update": "Modify deposit method setting",
+  "R-DepositWithdraw-WithdrawChannel-Update": "Modify withdrawal method setting",
+  "R-Email-Search": "List",
+  "R-Email-Update": "Modify",
+  "R-Global-Domain-Search": "Domain name setting",
+  "R-Global-Notice-Search": "Email notification settings",
+  "R-Global-Files-Search": "File configuration",
+  "R-Global-followCommission-Search": "Profit Distribution Parameter Setting",
+  "R-Global-tradeSwaps-Search": "Trade Swaps Setting",
+  "R-Global-Email-Search": "Email address setting",
+  "R-Global-EmailAll-Search": "Overall email settings",
+  "R-Global-Type-Search": "Account type parameters",
+  "R-Global-AutomaticAmount-Search": "Default limit setting",
+  "R-Global-dayLimit-Search": "Day limit setting",
+  "R-Global-Automatic-Search": "Default setting",
+  "R-Global-DepositChannel-Search": "Deposit method setting",
+  "R-Global-WithdrawChannel-Search": "Withdrawal method setting",
+  "R-Global-DepositChannel-Add": "Add new deposit method",
+  "R-Global-WithdrawChannel-Add": "Add new withdrawal method",
+  "R-Global-Email-Add": "Add New email setting",
+  "R-Global-Email-Delete": "Delete email settings",
+  "R-Global-DepositChannel-Delete": "Delete deposit method",
+  "R-Global-WithdrawChannel-Delete": "Delete withdrawal method",
+  "R-Global-Notice-Update": "Modify email notification",
+  "R-Global-Domain-Update": "Modify domain name setting",
+  "R-Global-Files-Update": "Modify file configuration",
+  "R-Global-followCommission-Update": "Profit Distribution Parameter Update",
+  "R-Global-tradeSwaps-Update": "Trade Swaps Update",
+  "R-Global-Email-Update": "Modify email settings",
+  "R-Global-EmailAll-Update": "Modify overall email settings",
+  "R-Global-Type-Update": "Modify account type parameters",
+  "R-Global-AutomaticAmount-Update": "Modify default limit setting",
+  "R-Global-dayLimit-Update": "Modify day limit setting",
+  "R-Global-Automatic-Update": "Modify default settings",
+  "R-Global-DepositChannel-Update": "Modify deposit method setting",
+  "R-Global-WithdrawChannel-Update": "Modify withdrawal method setting",
+  "R-Refusal-Search": "List",
+  "R-Refusal-Add": "Add",
+  "R-Refusal-Update": "Update",
+  "R-Refusal-Delete": "Delete",
+  "R-MarketingTools": "Marketing Tools",
+  "R-Review-Email": "Review Email",
+  "R-Review-Email-Search": "Search",
+  "R-Review-Email-Add": "Add",
+  "R-Review-Email-Update": "Update",
+  "R-Review-Email-Delete": "Delete",
+  "R-Review-Email-Import": "Import",
+  "R-Card": "UCard Management",
+  "R-CardConfig": "Card Number Config",
+  "R-CardConfig-List": "List",
+  "R-CardConfig-Import": "Import Card Number",
+  "R-CardConfig-Delete": "Delete",
+  "R-CardConfig-Update": "Update",
+  "R-Business": "Merchant Users",
+  "R-CardOrder": "Card Applications",
+  "R-CardType": "Card Types",
+  "R-CardOperate": "Card Operate",
+  "R-CardOperate-Page": "List",
+  "R-KycAuth": "KYC Verification",
+  "R-UserOrder": "Wallet Balance Record",
+  "R-VirtualCard": "Bank Cards List",
+  "R-Transactions": "Bank Card Transactions",
+  "R-Recharge": "CWG Card Recharges",
+  "R-MassMailing": "Mass Mailing",
+  "R-MassMailing-Send": "Send Mail",
+  "R-MassMailing-Search": "Send Mailing List",
+  "R-MassMailing-Supplement": "Supplement Send",
+  "R-MassMailing-record": "Log List",
+  "R-EmailDiscountCode": "Email Promo Code",
+  "R-EmailDiscountCode-Send": "Send Mail",
+  "R-EmailDiscountCode-Search": "Send Mailing List",
+  "R-EmailDiscountCode-Supplement": "Supplement Send",
+  "R-EmailDiscountCode-record": "Log List",
+  "R-EmailUpload": "Email upload list",
+  "R-EmailUpload-Search": "List",
+  "R-EmailUpload-Delete": "Delete",
+  "R-EmailUpload-Upload": "Upload",
+  "R-EmailUpload-Single": "Details",
+  "R-EmailUpload-SingleDelete": "Details Delete",
+  "R-EmailUpload-SingleUpdate": "Details Update",
+  "R-EmailUpload-SingleCheck": "Details Check",
+  "R-PromoList": "Promo Code List",
+  "R-PromoList-Search": "List",
+  "R-PromoList-Update": "Update",
+  "R-PromoList-Reset": "Reset",
+  "R-PromoList-Add": "Add",
+  "R-EmailRecord": "Send Log",
+  "R-UploadDetails": "Upload Details",
+  "R-RateAdvance": "Send Progress",
+  "R-Mail": "Mail Tools",
+  "R-Mail-Item1": "Send Mail",
+  "R-Mail-Item2": "Mailing List",
+  "R-Mail-Item3": "Upload List",
+  "R-Mail-Item4": "Send Log",
+  "R-Mail-Item1-Receiver": "Addressee:",
+  "R-Mail-Item1-Receiver-Placeholder": "Please select recipient list",
+  "R-Mail-Item1-Title": "Email Title:",
+  "R-Mail-Item1-Title-Placeholder": "Please enter the email title:",
+  "R-Mail-Item1-Template": "Mail Template:",
+  "R-Mail-Item1-Template-Placeholder": "Please select a mail template:",
+  "R-Mail-Item1-Content": "Email Content:",
+  "R-Mail-Item1-Advance": "Advanced Setting:",
+  "R-Mail-Item1-Type": "Preference Type:",
+  "R-Mail-Item1-Percent": "Amount Of Money(%):",
+  "R-Mail-Item1-Percent-Placeholder": "Please enter the amount percentage",
+  "R-Mail-Item1-Limit": "Upper Limit Of Amount($):",
+  "R-Mail-Item1-Binding": "Bind Mailbox:",
+  "R-Mail-Item1-Amount": "Fixed Amount:",
+  "R-Mail-Item1-Amount-Placeholder": "Please input fixed amount",
+  "R-Mail-Item1-Submit": "Set Up",
+  "R-Mail-Item2-Table-Item1": "List name",
+  "R-Mail-Item2-Table-Item2": "Mailbox Number",
+  "R-Mail-Item2-Table-Item3": "Upload Time",
+  "R-Mail-Item2-Table-Item4": "Operation",
+  "R-Marketing-Source": "Source",
+  "R-Marketing-Source-Search": "List",
+  "R-Marketing-Source-Add": "Add",
+  "R-Marketing-Source-Update": "Update",
+  "R-Marketing-Source-Delete": "Delete",
+  "R-Marketing-Extension": "Market Extension",
+  "R-Marketing-Extension-Btn": "Market Extension",
+  "R-Marketing-Extension-Search": "List",
+  "R-Marketing-Extension-Add": "Add",
+  "R-Marketing-Extension-Update": "Update",
+  "R-Marketing-Extension-Delete": "Delete",
+  "R-Marketing-SharingActivities": "Sharing Activities",
+  "R-Marketing-SharingActivities-Search": "List",
+  "R-Marketing-SharingActivities-Add": "Add",
+  "R-Marketing-SharingActivities-Update": "Update",
+  "R-Marketing-SharingActivities-Delete": "Delete",
+  "R-Risk": "Risk",
+  "R-Risk-RevokeCredit-Group": "Cancel Credit-Group Settings",
+  "R-Risk-RevokeCredit-Group-Search": "List",
+  "R-Risk-RevokeCredit-Group-Add": "Add",
+  "R-Risk-RevokeCredit-Group-Update": "Update",
+  "R-Risk-RevokeCredit-Group-Delete": "Delete",
+  "R-Risk-RevokeCredit-Login": "Cancel Credit-Login Settings",
+  "R-Risk-RevokeCredit-Login-Search": "List",
+  "R-Risk-RevokeCredit-Login-Add": "Add",
+  "R-Risk-RevokeCredit-Login-Update": "Update",
+  "R-Risk-RevokeCredit-Login-Delete": "Delete",
+  "R-Risk-AutomaticBalance-Group": "Automatic Balance-Group",
+  "R-Risk-AutomaticBalance-Group-Search": "List",
+  "R-Risk-AutomaticBalance-Group-Add": "Add",
+  "R-Risk-AutomaticBalance-Group-Update": "Update",
+  "R-Risk-AutomaticBalance-Group-Delete": "Delete",
+  "R-Risk-AutomaticBalance-Login": "Automatic Balance-Login",
+  "R-Risk-AutomaticBalance-Login-Search": "List",
+  "R-Risk-AutomaticBalance-Login-Add": "Add",
+  "R-Risk-AutomaticBalance-Login-Update": "Update",
+  "R-Risk-AutomaticBalance-Login-Delete": "Delete",
+  "R-Risk-ProhibitedGroupType-Group": "Equity Group Type",
+  "R-Risk-ProhibitedGroupType-Group-Search": "List",
+  "R-Risk-ProhibitedGroupType-Group-Add": "Add",
+  "R-Risk-ProhibitedGroupType-Group-Update": "Update",
+  "R-Risk-ProhibitedGroupType-Group-Delete": "Delete",
+  "R-Risk-ProhibitedGroupType-Group-Copy": "Copy",
+  "R-Risk-Monitoring": "Monitoring Reminder",
+  "R-Risk-Monitoring-Search": "List",
+  "R-Risk-Monitoring-Add": "Add",
+  "R-Risk-Monitoring-Update": "Update",
+  "R-Risk-Monitoring-Delete": "Delete",
+  "R-Risk-CloseTrade-Group": "Close Trade-Group Settings",
+  "R-Risk-CloseTrade-Group-Search": "List",
+  "R-Risk-CloseTrade-Group-Add": "Add",
+  "R-Risk-CloseTrade-Group-Update": "Update",
+  "R-Risk-CloseTrade-Group-Delete": "Delete",
+  "R-Risk-CloseTrade-Login": "Close Trade-Login Settings",
+  "R-Risk-CloseTrade-Login-Search": "List",
+  "R-Risk-CloseTrade-Login-Add": "Add",
+  "R-Risk-CloseTrade-Login-Update": "Update",
+  "R-Risk-CloseTrade-Login-Delete": "Delete",
+  "R-Risk-Swaps": "Swaps",
+  "R-Risk-Swaps-List": "Swaps List",
+  "R-Risk-Swaps-List-Search": "List",
+  "R-Risk-Swaps-List-Add": "Add",
+  "R-Risk-Swaps-List-Update": "Update",
+  "R-Risk-Swaps-List-Delete": "Delete",
+  "R-Risk-Swaps-Single": "Swaps Single",
+  "R-Risk-Swaps-Upload": "Upload File",
+  "R-Risk-ImportTrade": "Import Trade",
+  "R-Risk-ImportTrade-List": "Import Trade List",
+  "R-Risk-ImportTrade-List-Search": "List",
+  "R-Risk-ImportTrade-List-Add": "Add",
+  "R-Risk-ImportTrade-List-Update": "Update",
+  "R-Risk-ImportTrade-List-Delete": "Delete",
+  "R-Risk-ImportTrade-Single": "Import Trade Single",
+  "R-Risk-ImportTrade-Upload": "Upload File",
+  "R-Risk-Leverage": "Group Risk Leverage",
+  "R-Risk-Leverage-List": "Group Risk Leverage List",
+  "R-Risk-Leverage-List-Search": "Leverage List",
+  "R-Risk-Leverage-List-Add": "Leverage Add",
+  "R-Risk-Leverage-List-Update": "Leverage Update",
+  "R-Risk-Leverage-List-Delete": "Leverage Delete",
+  "R-Risk-Leverage-Single": "Group Risk Leverage Rules",
+  "R-Risk-Leverage-Symbol": "Symbol List",
+  "R-Risk-Leverage-Symbol-Search": "Symbol List",
+  "R-Risk-Leverage-Symbol-Add": "Symbol Add",
+  "R-Risk-Leverage-Symbol-Update": "Symbol Update",
+  "R-Risk-Leverage-Symbol-Delete": "Symbol Delete",
+  "R-Risk-Leverage-Scheduled": "Timed Task List",
+  "R-Risk-Leverage-Scheduled-Search": "Timed Task List",
+  "R-Risk-Leverage-Scheduled-Add": "Timed Task Add",
+  "R-Risk-Leverage-Scheduled-Delete": "Timed Task Delete",
+  "R-Risk-LeverageSys": "Symbol Risk Leverage",
+  "R-Risk-LeverageSys-List": "Symbol Risk Leverage List",
+  "R-Risk-LeverageSys-List-Search": "Leverage List",
+  "R-Risk-LeverageSys-List-Add": "Leverage Add",
+  "R-Risk-LeverageSys-List-Update": "Leverage Update",
+  "R-Risk-LeverageSys-List-Delete": "Leverage Delete",
+  "R-Risk-LeverageSys-Single": "Symbol Risk Leverage Rules",
+  "R-Risk-LeverageSys-Symbol": "Symbol List",
+  "R-Risk-LeverageSys-Symbol-Search": "Symbol List",
+  "R-Risk-LeverageSys-Symbol-Add": "Symbol Add",
+  "R-Risk-LeverageSys-Symbol-Update": "Symbol Update",
+  "R-Risk-LeverageSys-Symbol-Delete": "Symbol Delete",
+  "R-Risk-LeverageSys-Scheduled": "Timed Task List",
+  "R-Risk-LeverageSys-Scheduled-Search": "Timed Task List",
+  "R-Risk-LeverageSys-Scheduled-Add": "Timed Task Add",
+  "R-Risk-LeverageSys-Scheduled-Update": "Timed Task Update",
+  "R-Risk-LeverageSys-Scheduled-Delete": "Timed Task Delete",
+  "R-Risk-CopyTrade-List": "Copy Trade",
+  "R-Risk-CopyTrade-List-Search": "List",
+  "R-Risk-CopyTrade-List-Add": "Add",
+  "R-Risk-CopyTrade-SymListbol-Delete": "Delete",
+  "R-Risk-CopyTrade-Details": "Details",
+  "R-Risk-CopyTrade-Scheduled-Search": "Copy Trade",
+  "R-Risk-CopyTrade-Scheduled-Add": "Close",
+  "R-Risk-CopyTradeArray-List": "Copy Trade Array",
+  "R-Risk-CopyTradeArray-List-Search": "List",
+  "R-Risk-CopyTradeArray-List-Add": "Add",
+  "R-Risk-CopyTradeArray-SymListbol-Delete": "Delete",
+  "R-Risk-CopyTradeArray-Details": "Details",
+  "R-Risk-CopyTradeArray-Scheduled-Search": "Copy Trade Array",
+  "R-Risk-CopyTradeArray-Scheduled-Add": "Close",
+  "R-Risk-SymbolPending": "Symbol Pending Setting",
+  "R-Risk-SymbolPending-List": "Symbol Pending List",
+  "R-Risk-SymbolPending-List-Search": "Symbol Pending List",
+  "R-Risk-SymbolPending-List-Add": "Symbol Pending Add",
+  "R-Risk-SymbolPending-List-Update": "Symbol Pending Update",
+  "R-Risk-SymbolPending-List-Delete": "Symbol Pending Delete",
+  "R-Risk-SymbolPending-Single": "Symbol Pending Single",
+  "R-Risk-SymbolPending-Symbol": "Symbol List",
+  "R-Risk-SymbolPending-Symbol-Search": "Symbol List",
+  "R-Risk-SymbolPending-Symbol-Add": "Symbol Add",
+  "R-Risk-SymbolPending-Symbol-Update": "Symbol Update",
+  "R-Risk-SymbolPending-Symbol-Delete": "Symbol Delete",
+  "R-Risk-SymbolPending-Scheduled": "Timed Task List",
+  "R-Risk-SymbolPending-Scheduled-Search": "Timed Task List",
+  "R-Risk-SymbolPending-Scheduled-Add": "Timed Task Add",
+  "R-Risk-SymbolPending-Scheduled-Delete": "Timed Task Delete",
+  "R-Risk-symbolTraderDate": "Symbol Trader Date",
+  "R-Risk-symbolTraderDate-Search": "List",
+  "R-Risk-symbolTraderDate-Add": "Add",
+  "R-Risk-symbolTraderDate-Update": "Update",
+  "R-Risk-symbolTraderDate-Delete": "Delete",
+  "R-Risk-symbolTraderQuote": "Symbol Trader Quote Date",
+  "R-Risk-symbolTraderQuote-Search": "List",
+  "R-Risk-symbolTraderQuote-Add": "Add",
+  "R-Risk-symbolTraderQuote-Update": "Update",
+  "R-Risk-symbolTraderQuote-Delete": "Delete",
+  "R-Shop": "Points Mall",
+  "R-Shop-Point-Rules": "Points Rules",
+  "R-Shop-Point-Rules-Search": "List",
+  "R-Shop-Point-Rules-Update": "Update",
+  "R-Cooperative": "Cooperative Partner",
+  "R-Cooperative-Agent": "Agent",
+  "R-Cooperative-Agent-Search": "List",
+  "R-Cooperative-Agent-Add": "Add",
+  "R-Cooperative-Agent-Update": "Update",
+  "R-Cooperative-Agent-Delete": "Delete",
+  "R-Cooperative-Agent-Approve": "Approve",
+  "R-Cooperative-Subset": "Subset",
+  "R-Cooperative-Subset-Search": "List",
+  "R-Cooperative-Subset-Add": "Add",
+  "R-Cooperative-Subset-Update": "Update",
+  "R-Cooperative-Subset-Delete": "Delete",
+  "R-Cooperative-Subset-Approve": "Approve",
+  "R-Cooperative-Us": "Contact Us",
+  "R-Cooperative-Us-Search": "List",
+  "R-Cooperative-Us-Add": "Add",
+  "R-Cooperative-Us-Update": "Update",
+  "R-Cooperative-Us-Delete": "Delete",
+  "R-Cooperative-Us-Approve": "Approve",
+  "R-Forexman": "Forexman",
+  "R-Forexman-Custom": "Active Account",
+  "R-Forexman-Custom-Search": "List",
+  "R-Forexman-Custom-Add": "Add",
+  "R-Forexman-Custom-Update": "Update",
+  "R-Forexman-Custom-Delete": "Delete",
+  "R-Forexman-Enroll": "Customer Enroll",
+  "R-Forexman-Enroll-Search": "List",
+  "R-Forexman-Enroll-Add": "Add",
+  "R-Forexman-Enroll-Update": "Update",
+  "R-Forexman-Enroll-Delete": "Delete",
+  "R-Forexman-Statistics": "Statistics",
+  "R-Forexman-Statistics-Search": "List",
+  "R-Follower": "Follower",
+  "R-Subscribe": "Subscribe",
+  "R-Subscribe-Search": "List",
+  "R-Subscribe-Delete": "Delete",
+  "R-Subscribe-Approve": "Approve",
+  "R-Subscribe-CallBack": "CallBack",
+  "R-Unsubscribe": "Unsubscribe",
+  "R-Unsubscribe-Search": "List",
+  "R-Unsubscribe-Delete": "Delete",
+  "R-Unsubscribe-Approve": "Approve",
+  "R-Unsubscribe-CallBack": "CallBack",
+  "R-IpLimit": "Ip Limit",
+  "R-IpLimit-Search": "List",
+  "R-IpLimit-Add": "Add",
+  "R-IpLimit-Update": "Update",
+  "R-IpLimit-Delete": "Delete",
+  "R-CountryGroup": "CountryGroup",
+  "R-CountryGroup-Search": "List",
+  "R-CountryGroup-Add": "Add",
+  "R-CountryGroup-Update": "Update",
+  "R-CountryGroup-Delete": "Delete",
+  "R-SalesShare": "Sales Share",
+  "R-SalesShare-Search": "List",
+  "R-SalesShare-Add": "Add",
+  "R-ActivitiesApply23New": "Orientation Activities",
+  "R-ActivitiesApply23New-List": "List",
+  "R-ActivitiesApply23New-Approve": "Approve",
+  "R-ActivitiesApply23New-AddNote": "Add Note",
+  "R-ActivitiesApply23New-status": "Transition Status",
+  "R-ActivitiesApply23New-Delete": "Delete",
+  "R-ActivitiesApply23New-Export": "Export",
+  "ActivitiesApply23New": {
+    "item1": "Application Status",
+    "item2": "Transition Status",
+    "item3": "Realization State",
+    "item4": "Notes Details",
+    "item5": "Pending Application",
+    "item6": "Pending Processing"
+  },
+  "R-ActivitiesApply23NewJx": "JiangXin Activities",
+  "R-ActivitiesApply23NewJx-List": "List",
+  "R-ActivitiesApply23NewJx-Approve": "Approve",
+  "R-ActivitiesApply23NewJx-AddNote": "Add Note",
+  "R-ActivitiesApply23NewJx-status": "Realization Status",
+  "R-ActivitiesApply23NewJx-Delete": "Delete",
+  "R-ActivitiesApply23NewJx-Export": "Export",
+  "ActivitiesApply23NewJx": {
+    "item1": "Application Status",
+    "item2": "Transition Status",
+    "item3": "Realization State",
+    "item4": "Notes Details",
+    "item5": "Pending Application",
+    "item6": "Pending Processing"
+  },
+  "R-ActivitiesApply23NewJxVip": "JiangXin Activities",
+  "R-ActivitiesApply23NewJxVip-List": "List",
+  "R-ActivitiesApply23NewJxVip-Approve": "Approve",
+  "R-ActivitiesApply23NewJxVip-AddNote": "Add Note",
+  "R-ActivitiesApply23NewJxVip-status": "Realization Status",
+  "R-ActivitiesApply23NewJxVip-Delete": "Delete",
+  "R-ActivitiesApply23NewJxVip-Export": "Export",
+  "R-ActivitiesApply24JYB": "Elite Cup Activities",
+  "R-ActivitiesApply24JYB-List": "List",
+  "R-ActivitiesApply24JYB-Approve": "Approve",
+  "R-ActivitiesApply24JYB-AddNote": "Add Note",
+  "R-ActivitiesApply24JYB-status": "Realization Status",
+  "R-ActivitiesApply24JYB-Delete": "Delete",
+  "R-ActivitiesApply24JYB-Export": "Export",
+  "R-ActivitiesApply23NewNz": "Mid Year Gift Activities",
+  "R-ActivitiesApply23NewNz-List": "Activities List",
+  "R-ActivitiesApply23NewNz-Delete": "Activities Delete",
+  "R-ActivitiesApply23NewNz-Cancle": "Activities Cancle",
+  "R-ActivitiesApply23NewNz-agent": "Sales Settings",
+  "R-ActivitiesApply23NewNz-agent-List": "Sales Settings List",
+  "R-ActivitiesApply23NewNz-agent-Delete": "Sales Settings Delete",
+  "R-ActivitiesApply23NewNz-agent-Add": "Sales Settings Add",
+  "R-exclude": "Activity Exclude Account",
+  "ActivitiesApply23NewNz": {
+    "item1": "Active State",
+    "item2": "Transition Status",
+    "item3": "Realization State",
+    "item4": "Notes Details",
+    "item5": "Active",
+    "item6": "End of activity",
+    "item7": "Event Cancellation"
+  },
+  "R-ActivitiesApply23NewNzTwo": "20% Surprise Gift",
+  "R-ActivitiesApply23NewNzTwo-List": "Activities List",
+  "R-ActivitiesApply23NewNzTwo-Delete": "Activities Delete",
+  "R-ActivitiesApply23NewNzTwo-Cancle": "Activities Cancle",
+  "R-ActivitiesApply23NewNzTwo-agent": "Sales Settings",
+  "R-ActivitiesApply23NewNzTwo-agent-List": "Sales Settings List",
+  "R-ActivitiesApply23NewNzTwo-agent-Delete": "Sales Settings Delete",
+  "R-ActivitiesApply23NewNzTwo-agent-Add": "Sales Settings Add",
+  "R-ActivitiesApplyNoWorries": "No Worries",
+  "R-ActivitiesApplyNoWorries-List": "Activities List",
+  "R-ActivitiesApplyNoWorries-Approve": "Activities Approve",
+  "R-ActivitiesApplyNoWorries-Cancle": "Activities Cancle",
+  "ActivitiesApplyNoWorries": {
+    "item1": "Activity Status",
+    "item2": "Compensate Status",
+    "item3": "Revoke Status",
+    "item4": "Not Apply",
+    "item5": "Under application",
+    "item6": "In Progress",
+    "item7": "Activity Ends",
+    "item8": "Event Cancelled",
+    "item9": "Not Started",
+    "item10": "No Compensation Required",
+    "item11": "Unprocessed",
+    "item12": "Not Compensated"
+  },
+  "Area": {
+    "item1": "AreaName",
+    "item2": "TemplateName"
+  },
+  "CustomAllocation": {
+    "item1": "Continent",
+    "item2": "External",
+    "item3": "Superior sales number after allocation",
+    "item4": "Top sales number after allocation",
+    "item5": "Superior sales number",
+    "item6": "Sales number",
+    "item7": "Follow-up note details",
+    "item8": "Number of allocations",
+    "item9": "Aell",
+    "item10": "Cllocated",
+    "item11": "Cssigned",
+    "item12": "complete",
+    "item13": "Insensibility",
+    "countrySettingName": "Setting Name",
+    "countrySettingCountry": "Country Selection"
+  },
+  "ActivityManager": {
+    "R-ActivityManager": "Activity Manager",
+    "R-TradingCompetition": "Trading Competition",
+    "R-ActivitiesInfo": "Activities Info",
+    "R-ActivitiesInfo-Search": "Activities Info-List",
+    "R-ActivitiesInfo-Add": "Activities Info-Add",
+    "R-ActivitiesInfo-Delete": "Activities Info-Delete",
+    "R-ActivitiesInfo-Update": "Activities Info-Update",
+    "R-RegistrationInfo": "Registration Info",
+    "R-RegistrationInfo-Search": "Registration Info-List",
+    "R-RegistrationInfo-Kickout": "Registration Info-Kickout",
+    "R-AwardPoolRecord": "Award Pool Record",
+    "R-AwardPoolRecord-Search": "Award Pool Record-List",
+    "R-PointRanking": "Point Ranking",
+    "R-PointRanking-Search": "Point Ranking-List",
+    "R-LuckyAccount": "Lucky Account",
+    "R-LuckyAccount-Search": "Lucky Account-List",
+    "R-LuckyAccount-Handle": "Lucky Account-Handle",
+    "Label": {
+      "item1": "Name",
+      "Item2": "Competition code",
+      "Item3": "Please use uppercase English",
+      "Item4": "Initial prize pool amount",
+      "Item5": "Bonus Steps",
+      "Item6": "Minimum deposit limit",
+      "Item7": "Account Range",
+      "Item8": "Separate sales or agency numbers with commas in English",
+      "Item9": "Registration start time",
+      "Item10": "Registration end time",
+      "Item11": "Registration deadline",
+      "Item12": "Match start time",
+      "Item13": "Match end time",
+      "Item14": "Delete",
+      "Item15": "Modify",
+      "Item16": "Current prize pool",
+      "Item17": "Number of applicants",
+      "Item18": "Number of participants",
+      "Item19": "Nickname",
+      "Item20": "Phone number",
+      "Item21": "Mailing address",
+      "Item22": "Registration successful",
+      "Item23": "Withdrawal from the competition with gold",
+      "Item24": "Number of hands not met",
+      "Item25": "Illegal withdrawal from the competition",
+      "Item26": "Clearance",
+      "Item27": "Exclude competition",
+      "Item28": "Amount",
+      "Item29": "Are you sure it has been processed?",
+      "Item30": "Processing",
+      "Item31": "Recipient's name",
+      "Item32": "Jump address"
+    }
+  },
+  "ActivityAcquisition": {
+    "R-ActivityOc": "Activity Acquisition",
+    "R-ActivityOc-Search1": "Pending allocation of customers",
+    "R-ActivityOc-Search2": "Assigned customer acquisition",
+    "R-ActivityOc-Search3": "Customer acquisition completed",
+    "R-ActivityOc-Search4": "No sense of customer acquisition",
+    "R-ActivityOc-Search5": "Scheduled Tasks",
+    "R-ActivityOc-Search5-Add": "Scheduled Tasks - Add",
+    "R-ActivityOc-Search5-Detail": "Scheduled Tasks - Detail",
+    "R-ActivityOc-Search5-Edit": "Scheduled Tasks - Edit",
+    "R-Search5-Delete": "Scheduled Tasks - Delete",
+    "R-ActivityOc-Search6": "Country Settings",
+    "R-ActivityOc-Search6-Add": "Country Settings - Add",
+    "R-ActivityOc-Search6-Edit": "Country Settings - Edit",
+    "R-ActivityOc-Delete": "Country Settings - Delete",
+    "R-ActivityOc-Allocation": "Customer acquisition allocation",
+    "R-ActivityOc-Allocation1": "Pending Allocation List - Customer Allocation",
+    "R-ActivityOc-Allocation2": "Assigned List - Customer Allocation",
+    "R-ActivityOc-Allocation3": "Referral Link",
+    "R-ActivityOc-Allocation4": "Senseless List - Customer Allocation",
+    "R-ActivityOc-OneClickAllocation": "One-Click Allocation",
+    "R-ActivityOc-Export": "Template Export",
+    "R-ActivityOc-Import": "Customer acquisition import",
+    "R-ActivityOc-FollowUp": "Follow Up",
+    "R-ActivityOc-FollowUpView": "Follow Up View",
+    "R-ActivityOc-ScheduledA": "Scheduled Tasks - Add",
+    "R-ActivityOc-ScheduledU": "Scheduled Tasks - Update",
+    "R-ActivityOc-ScheduledD": "Scheduled Tasks - Delete",
+    "R-ActivityOc-Scheduled": "Scheduled Tasks",
+    "R-ActivityOc-CountrySetting-Add": "Add Country Setting",
+    "R-ActivityOc-CountrySetting-Edit": "Edit Country Setting",
+    "Label": {
+      "item1": "Whether to deposit",
+      "item2": "Register or not",
+      "verifyResult": "Verification Result",
+      "CreateLink": "Generate Referral Link",
+      "ChooseCommission": "Select Additional Mark-up Commission:",
+      "IbInvalid": "Do you allow your client to apply as an IB?",
+      "item3": "Tips:Please be informed that all Islamic accounts will not be charged any commission due to governing laws and regulations.",
+      "Copy": "Copy",
+      "Allow": "Allow",
+      "NotAllow": "Not Allow",
+      "item4": "Nationality reference",
+      "ContactTimePreference": "Contact Time Preference",
+      "TradingExperience": "Trading Experience",
+      "GoodLead": "Good Lead",
+      "LevelOfIntent": "Level of Intent",
+      "ibInterest": "IB Interest",
+      "GeneralFeedback": "General Feedback",
+      "NextFollowUpDate": "Next Follow Up Date",
+      "WhatsAppNumber": "WhatsApp Number",
+      "CreateTime": "Create Time",
+      "Morning": "Morning",
+      "Afternoon": "Afternoon",
+      "Evening": "Evening",
+      "Unclear": "Unclear",
+      "None": "None",
+      "Beginner": "Beginner",
+      "Intermediate": "Intermediate",
+      "Advanced": "Advanced",
+      "Low": "Low",
+      "Medium": "Medium",
+      "High": "High",
+      "OriginalCommission": "Original Commission",
+      "OriginalAddPoint": "Original Add Point"
+    }
+  },
+  "Documentary": {
+    "R-Documentary": "Documentary",
+    "R-SignalSource": "Signal Source Account",
+    "R-SignalSource-Search": "List",
+    "R-SignalSource-Add": "Add",
+    "R-SignalSource-Details": "Details",
+    "R-SignalSource-Delete": "Delete",
+    "R-SignalSource-Manage": "Manage",
+    "R-SignalSource-Export": "Export",
+    "R-SignalSource-Ranking": "Ranking",
+    "R-SignalSource-ClearR": "Clear Recommend",
+    "R-SignalSource-UpdateR": "Update Recommend",
+    "R-DocumentaryAccount": "Documentary Account",
+    "R-DocumentaryAccount-Search": "List",
+    "R-DocumentaryAccount-Add": "Add",
+    "R-DocumentaryAccount-Details": "Details",
+    "R-DocumentaryAccount-Delete": "Unsubscribe",
+    "R-DocumentaryAccount-Manage": "Manage",
+    "R-DocumentaryAccount-Export": "Export",
+    "R-SignalSourceApply": "Signal Source Application",
+    "R-RecruitmentReview": "Recruitment Review",
+    "R-SignalSourceApply-Search": "List",
+    "R-SignalSourceApply-Details": "Details",
+    "R-SignalSourceApply-Delete": "Delete",
+    "R-SignalSourceApply-Manage": "Approval",
+    "R-HistoricalRecords": "History",
+    "R-HistoricalRecords-Commission": "Dividend Record",
+    "R-HistoricalRecords-Unsubscribe": "Unsubscribe",
+    "R-HistoricalRecords-Unsubscribe-Details": "Unsubscribe-Details",
+    "R-HistoricalRecords-dealApprove": "Signal Source Application",
+    "R-HistoricalRecords-CommissionE": "Dividend Record Export",
+    "R-HistoricalRecords-UnsubscribeE": "Unsubscribe Export",
+    "R-HistoricalRecords-dealApproveE": "Signal Source Application Export",
+    "Label": {
+      "item34": "Wallet Balance",
+      "item35": "Freeze Balance",
+      "nickname": "Nick Name",
+      "OverallSituation": "Overall Situation",
+      "item1": "Platform",
+      "item2": "Agent",
+      "item3": "Signal Source Application - Approval",
+      "item4": "Profit Rate",
+      "item5": "Approval Action",
+      "item6": "Operation",
+      "item7": "Global Settings",
+      "item8": "Display Permission",
+      "item9": "Recommended Or Not",
+      "item10": "Recommended Sorting",
+      "item11": "Divided Information",
+      "item12": "Agency share ratio",
+      "item13": "Signal Source Application-Details",
+      "item14": "Signal Source Application-Delete",
+      "item15": "Signal Source Account-Details",
+      "item16": "Signal Source Account-Delete",
+      "item17": "Signal Source Account-Manage",
+      "item18": "Signal Source Account-Add",
+      "item19": "Documentary Information",
+      "item20": "Number Of Merchandisers",
+      "item21": "Profit And Loss Of Documentary",
+      "item22": "Documentary Date",
+      "item23": "Profit And Loss Of Documentary",
+      "item24": "Documentary Account-Details",
+      "item25": "Documentary Account-Unsubscribe",
+      "item26": "Documentary Account-Manage",
+      "item27": "Documentary Account-Add",
+      "item28": "Documentary Account Information",
+      "item29": "Documentary Account Platform",
+      "item30": "Signal Source Account Platform",
+      "item31": "Agent Adjustment Permission",
+      "item32": "No Permission",
+      "item33": "Have Permission",
+      "item36": "Top",
+      "item37": "Recommend Reason",
+      "item38": "Are you sure you want to clear all recommendations and pinned?",
+      "item39": "Signal Source Account-Recommend"
+    },
+    "console": {
+      "item1": "Dashboard",
+      "item2": "Date Update",
+      "item3": "Platform",
+      "item4": "Trading Accounts",
+      "item5": "Profits & Losses",
+      "item6": "Equity",
+      "item7": "Balance",
+      "item8": "Total Return",
+      "item9": "Compared with yesterday",
+      "item10": "Yield Curve Graph",
+      "item11": "Last Week",
+      "item12": "Last Month",
+      "item13": "Last Three Months",
+      "item14": "Wallet",
+      "item15": "Available Balance:",
+      "item16": "Deposit",
+      "item17": "Transfer",
+      "item18": "Pending Settlement:",
+      "item19": "Namecard Information",
+      "item20": "Nick Name",
+      "item21": "Signature",
+      "item22": "Trading Strategies",
+      "item23": "Signal Management",
+      "item24": "Signal Account",
+      "item25": "Apply for Signal",
+      "item26": "Number of Followers Accounts",
+      "item27": "Trade Copier Management",
+      "item28": "Follow Accounts",
+      "item29": "Open Positions",
+      "item30": "Closed Positions",
+      "item31": "Unsettled Funds,pending for settlement day",
+      "item32": "Nick name of Signal",
+      "item33": "Followers' profit",
+      "item34": "Start Time of Subscription",
+      "item35": "End Time of Subscription",
+      "item36": "Credit"
+    },
+    "tradingCenter": {
+      "item1": "Nick Name",
+      "item2": "Date Created",
+      "item3": "Select",
+      "item4": "Reset Select",
+      "item5": "Account Types:",
+      "item6": "Return:",
+      "item7": "Maximum Drawback:",
+      "item8": "Equity ($):",
+      "item9": "Settlement Period:",
+      "item10": "Trading Frequency:",
+      "item11": "7 Days",
+      "item12": "14 Days",
+      "item13": "30 Days",
+      "item14": "0-10",
+      "item15": "10-50",
+      "item16": "50+",
+      "item17": "Sort",
+      "item18": "Signal Source",
+      "item19": "Nationality",
+      "item20": "Total Return",
+      "item21": "Maximum Drawback",
+      "item22": "Followers' profits",
+      "item23": " Data Anlysis",
+      "item24": "Operation",
+      "item25": "Subscribe",
+      "item26": "Recommend",
+      "item27": "Automatically follow settings",
+      "item28": "Accounts Infomation of Signal Source",
+      "item29": "Accounts",
+      "item30": "Profit Share Methods",
+      "item31": "Profit Share Amount",
+      "item32": "Settlement Period",
+      "item33": "Followers' Accounts Settings",
+      "item34": "Trading Leverage",
+      "item35": "Followers' types",
+      "item36": "Percentage Setting",
+      "item37": "Protection Setting",
+      "item38": "Protection Types",
+      "item39": "Amount Settings",
+      "item40": "Read and Understood",
+      "item41": "《Social Trading Users' Agreement》",
+      "item42": "Automatically Follow",
+      "item43": "Save",
+      "item44": "Detail",
+      "item45": "Update Time",
+      "item46": "On",
+      "item47": "Off",
+      "item48": "Zoom in/Out",
+      "item49": "Rankings",
+      "item50": "Starting date of Trading Display",
+      "item51": "Total Profits&Losses",
+      "item52": "Return",
+      "item53": "Win Rate",
+      "item54": "Maximum Drawback rate in last 7 days",
+      "item55": "Personal Namecard",
+      "item56": "Dashboard",
+      "item57": "Data Indicator",
+      "item58": "Trading Orders",
+      "item59": "Subscription overview",
+      "item60": "Basic Information",
+      "item61": "Signature",
+      "item62": "Trading Strategies",
+      "item63": "Users' Nick Name",
+      "item64": "DOB",
+      "item65": "Sex",
+      "item66": "Nationality",
+      "item67": "District",
+      "item68": "Registration Date",
+      "item69": "Profits",
+      "item70": "Trading Volume and Profits&Losses",
+      "item71": "Total Trading Volume",
+      "item72": "Forex",
+      "item73": "Indices",
+      "item74": "Metal",
+      "item75": "Equity",
+      "item76": "Units:",
+      "item77": "Deposit",
+      "item78": "Withdrawal",
+      "item79": "Profits & Losses in last 7 Days",
+      "item80": "Accounts Information",
+      "item81": "Order Analysis",
+      "item82": "Risk Analysis",
+      "item83": "Total Volume",
+      "item84": "Average Volume",
+      "item85": "Maximum Lots",
+      "item86": "the volume of maximum profits in a singal trade",
+      "item87": "the volume of maximum losses in a singal trade",
+      "item88": "Total Profits & Losses",
+      "item89": "Average Profits",
+      "item90": "Average Losses",
+      "item91": "Maximum Profit with a single trade",
+      "item92": "Maximum Losses with a single trade",
+      "item93": "Maximum Drawback Percentage",
+      "item94": "Total Number of Transactions",
+      "item95": "the holding period of maximum profits in a single trade",
+      "item96": "Profit and loss ratio",
+      "item97": "the daily average trading frequency",
+      "item98": "the holding period of maximum losses in a single trade",
+      "item99": "trading volume",
+      "item100": "current number of subscriptions:",
+      "item101": "Current subscription funds:",
+      "item102": "follower's accounts",
+      "item103": "Start date",
+      "item104": "End Date",
+      "item105": "profits and Losses of subscriptions($)",
+      "item106": "types of close positions",
+      "item107": "profit share%",
+      "item108": "profit share for agents",
+      "item109": "actual profit share",
+      "item110": "manually",
+      "item111": "protection",
+      "item112": "follow",
+      "item113": "the list of signal source",
+      "item114": "History orders",
+      "item115": "open positions",
+      "item116": "fix lot",
+      "item117": "volume percentage",
+      "item118": "enquity percentage",
+      "item119": "volume settings",
+      "item120": "enquity protection",
+      "item121": "percentage",
+      "item122": "percentage settings",
+      "item123": "current profits and losses:",
+      "item124": "current total volume:",
+      "item125": "unit:",
+      "item126": "name card information",
+      "item127": "trading volume",
+      "item128": "profits and losses",
+      "item129": "Remind:the subscriptions will be terminated and all open positions will be closed when enquity is lower than presetting figures.",
+      "item130": "No data ",
+      "item131": "over 30%",
+      "item132": "Add to favorites",
+      "item133": "Remove from favorites",
+      "item134": "Subscription is only available after liquidating positions.",
+      "item135": "Cycle Type",
+      "item136": "Day",
+      "item137": "Week",
+      "item138": "Month",
+      "item139": "Net Value Curve",
+      "item140": "Ranking Curve",
+      "item141": "Total Score",
+      "item142": "Recommend Reason",
+      "item143": "Please select cycle type",
+      "item144": "Wtart Equity",
+      "item145": "Current Equity",
+      "item146": "Total Deposit",
+      "item147": "Total Withdrawal",
+      "item148": "Profit Ratio",
+      "item149": "Princi pal Rate",
+      "item150": "Maximum Capital Yield Rate",
+      "item151": "Total Profit",
+      "item152": "Trade Count",
+      "item153": "Volume"
+    },
+    "TundManagement": {
+      "item1": "Deposit",
+      "item2": "Transfer",
+      "item3": "Transfer history",
+      "item4": "the balance of wallet:",
+      "item5": "order number",
+      "item6": "application date",
+      "item7": "processing date",
+      "item8": "signal management",
+      "item9": "follower management",
+      "item10": "record search",
+      "item11": "Signal account",
+      "item12": "application account",
+      "item13": "signal account",
+      "item14": "profit share period(day)",
+      "item15": "profit share model",
+      "item16": "profit share percentage",
+      "item17": "followers list",
+      "item18": "profits share report",
+      "item19": "follow model",
+      "item20": "follow percentage",
+      "item21": "follow profits and losses($)",
+      "item22": "volume%",
+      "item23": "fix volume",
+      "item24": "enquity%",
+      "item25": "account",
+      "item26": "start date",
+      "item27": "end date",
+      "item28": "delete signal source",
+      "item29": "account information",
+      "item30": "* Before deleting the signal source, please confirm whether there is a open positions, otherwise the deletion will fail",
+      "item31": "signal source settings",
+      "item32": "display settings",
+      "item33": "profit share settings",
+      "item34": "History",
+      "item35": "Display period",
+      "item36": "Namecard display",
+      "item37": "start date",
+      "item38": "types of profits share",
+      "item39": "percentage",
+      "item40": "*When there is a user following signal source account, the profit share settings cannot be re-edited",
+      "item41": "apply for signal source",
+      "item42": "I read and agree",
+      "item42_2": ",Clearly understand that once the application for the source account is successful, the account information and settings cannot be changed",
+      "item43": "《signal source users agreement》",
+      "item44": "subscripe signal source",
+      "item45": "existing subscriped signal source",
+      "item46": "order report",
+      "item47": "cancel subscription",
+      "item48": "copier settings",
+      "item49": "cancel subscription settings",
+      "item50": "subscription peroid",
+      "item51": "start time",
+      "item52": "end time",
+      "item53": "* If the signal source settlement cycle is not completed, canceling the subscription will settle all subscribed orders in advance",
+      "item54": "* Triggering the stop out because of protection mechnicism, the specific point or amount of the stop out shall prevail.",
+      "item55": "Settlement Period(day)",
+      "item56": "Operation date",
+      "item57": "Status",
+      "item58": "Apply for Signal source",
+      "item59": "the split of profit percentage"
+    },
+    "AgentBackground": {
+      "item1": "the whole settings for social trading",
+      "item2": "The source of Signal",
+      "item3": "Read",
+      "item4": "《Terms of Social Trading clients》",
+      "item5": "1. It will take effect after the clients re-login",
+      "item6": "The profits share of signal source",
+      "item7": "The profits share settings for Signal Source Agent",
+      "item8": "IB account",
+      "item9": "Types of Profits Share",
+      "item10": "Percentage of Profits Share",
+      "item11": "Models of Rebate Share",
+      "item12": "Percentage of Rebate Share",
+      "item13": "Profits Share Period",
+      "item14": "Display Range",
+      "item15": "IB",
+      "item16": "Platform",
+      "item17": "Display Settings",
+      "item18": "Signal Source Display Settings"
+    },
+    "Report": {
+      "item1": "Profits Share Report",
+      "item2": "Orders Report",
+      "item3": "Trade Copier Profits",
+      "item4": "Profits Share of Signal source",
+      "item5": "Percentage of Profits Share",
+      "item6": "Amount of Profits Share",
+      "item7": "Percentage of IB Profits Share",
+      "item8": "Amount of IB Profits Share",
+      "item9": "Start to Subscripe",
+      "item10": "End to Subscripe",
+      "item11": "Forex",
+      "item12": "CFD",
+      "item13": "Indies",
+      "item14": "Metal",
+      "item15": "US Equities",
+      "item16": "Hong Kong Equities",
+      "item17": "Begining equity",
+      "item18": "Ending equity"
+    }
+  },
+  "Dashboard": {
+    "item1": "High Risk Customers",
+    "item2": "Account",
+    "item3": "Inward Turning",
+    "item4": "Handle",
+    "item5": "Close",
+    "Profile": {
+      "Role": "Role name:",
+      "Email": "Mailbox:",
+      "Location": "Location:",
+      "AccountId": "Account ID:",
+      "LastIP": "Last login IP:",
+      "Encode": "Sales code:",
+      "ConsumerShareLink": "Client Referral Link:",
+      "ConsumerShareLinks": "Client Referral Link",
+      "ConsumerShareLinks1": "Referral Code:",
+      "ConsumerShareLinks2": "Exhibition:",
+      "ConsumerShareLinks3": "Balance:",
+      "ConsumerShareLinks4": "Withdraw",
+      "ConsumerShareLinks5": "Withdrawal Amount",
+      "QRcode": "QR Code",
+      "AgentShareLink": "IB Referral Link:",
+      "Copy": "copy",
+      "CopySuccess": "Successfully Copied",
+      "CountOfConsumer": "Number of clients:",
+      "Consumer": "Client",
+      "Agent": "IB",
+      "User": "User name:",
+      "Btn": "IB Application Settings",
+      "Become": "IB Application",
+      "Allow": "Allow",
+      "NotAllow": "Do not Allow",
+      "Open": "Open",
+      "Close": "Close",
+      "Tips": "Tips",
+      "Tips1": "1. When you choose \"Open\", the client can apply to become IB which under you.",
+      "Tips2": "2. When you choose \"Close\", the client who under you could not apply to become IB.",
+      "Tips3": "3. When the client has applied to become IB, you will not be able to operate the \"Close\" setting."
+    },
+    "Stand": {
+      "TodayVolume": "Today's Trading volume",
+      "TodayConsumer": "Today's clients volume",
+      "TodayDeposit": "Today's deposit amount",
+      "TodayWithdraw": "Today's Withdrawal amount",
+      "TodayAdversion": "Today's internal transfer amount",
+      "TodayCommission": "Today's Commission Withdrawal amount",
+      "MVolume": "Trading Volume",
+      "MConsumer": "Clients volume",
+      "MDeposit": "Deposit Amount",
+      "MWithdraw": "Withdrawal amount",
+      "MAdversion": "Internal transfer amount",
+      "MCommission": "Commission Withdrawal Amount",
+      "Lot": "Lot",
+      "UserNum": "User number",
+      "InactiveCustomersNum": "Inactive Client",
+      "VerifiedUser": "Pending User",
+      "PendingAccount": "Pending Account",
+      "PendingAccount1": "Pending IB",
+      "Deposit": "Deposit application",
+      "Activities": "Activity application",
+      "TodayNewRegistration": "Today's New Registration",
+      "TodayNewSimulation": "Today's New Demo Account",
+      "CustomerActivity": "Client Activity",
+      "IbActivity": "IB Activity",
+      "Volume": "Trading Volume",
+      "Consumer": "Client volume"
+    },
+    "Notification": {
+      "Todo": "Client activity",
+      "Date": "Date / time",
+      "Relegation": "Affiliation code",
+      "CID": "CID Account",
+      "Account": "Apply account",
+      "ApplyType": "Account Type",
+      "Des": "Description",
+      "State": "Status",
+      "Month": "Month",
+      "ToBeProcessed": "Pending",
+      "Deposit": "Deposit application",
+      "TWithdraw": "Withdrawal application",
+      "Commission": "Commission withdrawal"
+    },
+    "Commission": {
+      "CId": "Customer ID",
+      "PIbNo": "Belonging Number",
+      "WithdrawIbNo": "Agent Account",
+      "Name": "Name",
+      "WithdrawAmount": "Withdraw Amount",
+      "WithdrawCurrency": "Currency",
+      "DepositIbNo": "Deposit Account",
+      "DepositAmount": "Deposit Amount",
+      "DepositCurrency": "Currency",
+      "AddTime": "Application Time",
+      "Status": "Status",
+      "Status-Processing": "Processing",
+      "Status-Approved": "Approved",
+      "Status-Rejected": "Rejected"
+    },
+    "Role": {
+      "item0": "Super administrator",
+      "item1": "Service",
+      "item2": "Finance",
+      "item3": "Marketing",
+      "item4": "Legal",
+      "item5": "General"
+    }
+  },
+  "Web_info": {
+    "Announcement": "Announcement",
+    "Notice": "Notice",
+    "All": "All",
+    "cn": "Chinese (Simplified)",
+    "zhHant": "Chinese (traditional)",
+    "en": "English",
+    "vn": "Vietnamese",
+    "th": "Thai",
+    "ar": "Arabic",
+    "de": "German",
+    "es": "Spanish",
+    "id": "Indonesian",
+    "ms": "Malaysian",
+    "ko": "Korean",
+    "pt": "Portuguese",
+    "fa": "Farsi",
+    "tr": "Turkish",
+    "Classic": "Classic Account",
+    "Senior": "ECNAccount",
+    "Speed": "Old Instant Account",
+    "NewSpeed": "Instant Account",
+    "Institutions": "Institutional Account",
+    "Professional": "Professional Account",
+    "StandardAccount": "Standard Account",
+    "CentAccount": "Cent Account"
+  },
+  "Enter_info": {
+    "All": "All",
+    "ToBeProcessed": "Pending ",
+    "InTheProcessing": "In Processing",
+    "Completed": "Completed",
+    "Unfinished": "Incompleted",
+    "NotApply": "Not Applied Yet",
+    "Refused": "Rejected",
+    "CIDVerification": "CID Verification",
+    "Email": "Email Address",
+    "AgentNumber": "IB Code",
+    "Agent": "IB",
+    "Customer": "Clients",
+    "type_dynamic1": "Account Application",
+    "type_dynamic2": "Demo Account Application",
+    "type_dynamic3": "Deposit",
+    "type_dynamic4": "Withdrawal",
+    "type_dynamic5": "IB commission fund transfer",
+    "type_dynamic6": "Commission",
+    "type_dynamic7": "Activity",
+    "type_dynamic8": "Password",
+    "type_dynamic9": "Ib Transfer",
+    "type_dynamic10": "Internal Transfer-Out",
+    "type_dynamic11": "Internal Transfer-Enter",
+    "type_dynamic12": "Commission Transfer",
+    "GoogleGroup": "Google Group",
+    "GroupEmail": "Group Email",
+    "GroupName": "Group Name",
+    "AddGoogleGroup": "Add Google Group",
+    "EditGoogleGroup": "Edit Google Group",
+    "FirstName": "First Name",
+    "LastName": "Last Name",
+    "GoogleEmail": "Google Email",
+    "CallingCode": "Calling Code",
+    "ExtraPhone": "Extra Phone",
+    "ExtraEmail": "Extra Email",
+    "Remark": "Remark",
+    "CreationTime": "Registration Time",
+    "LastLoginTime": "Last Login Time"
+  },
+  "Apply_info": {
+    "VerifiedUser": {
+      "Refused": "Rejected",
+      "Agree": "Agreed",
+      "RefusedDes1": "Proof of address is missing",
+      "RefusedDes2": "Incomplete of basic information",
+      "All": "all",
+      "Email": "Email",
+      "Identification": "Identification",
+      "Type": "Type",
+      "Agent": "IB",
+      "Customer": "Clients"
+    },
+    "TradingAccount": {
+      "Title": "Trading account",
+      "Account": "Account",
+      "Trading": "Trading account",
+      "Type": "Account Type",
+      "Leverage": "Leverage",
+      "OutsideCommission": "IB Additional Mark-up Commission",
+      "Group": "Group",
+      "Currency": "Currency",
+      "Time": "Registration time",
+      "State": "Status"
+    },
+    "UserInfo": {
+      "Title": "User information",
+      "CID": "CID",
+      "Email": "Email",
+      "Pwd": "Password",
+      "Relegation": "Affiliation Code",
+      "Sales": "Affiliated sales",
+      "CustomerType": "Client Type",
+      "OutsideCommission": "IB Additional Mark-up Commission",
+      "Registration": "Registration time",
+      "IP": "IP",
+      "LoginState": "Login Status"
+    },
+    "BasicInfo": {
+      "Title": "Basic information",
+      "Name": "Name",
+      "Phone": "Contact number",
+      "ID": "ID",
+      "IdentityNumber": "Identity Card Number",
+      "KycIdNumber": "KYC Identity Card Number",
+      "KycNumber": "KYC Document Number",
+      "KycName": "KYC Name",
+      "Birthday": "Date of Birth",
+      "Gender": "Gender",
+      "Male": "Male",
+      "Female": "Female"
+    },
+    "AddressInfo": {
+      "Title": "Address information",
+      "Lang": "Language",
+      "Country": "Country",
+      "Region": "Province / territory",
+      "City": "City / Region",
+      "Address": "Residential Address",
+      "standbyAddress": "Additional Address",
+      "zipCode": "Zip Code"
+    },
+    "FinancialBack": {
+      "Title": "Financial background",
+      "EducationBackground": "Education Level",
+      "InaugurationSituation": "Employment Status",
+      "Industry": "Industry",
+      "TradingPurposes": "Trading purpose",
+      "InTotalRevenue": "Annual Income",
+      "SourcesFunding": "Source of Funds",
+      "TotalAssets": "Total Assets",
+      "item11": "Secondary school",
+      "item12": "High school",
+      "item13": "University",
+      "item14": "Postgraduate",
+      "item15": "Doctor",
+      "item21": "Employed",
+      "item22": "Freelancer",
+      "item23": "Retired",
+      "item24": "Unemployed",
+      "item25": "Student",
+      "item31": "Capital Growth",
+      "item32": "Hedging",
+      "item33": "Income",
+      "item34": "Investment",
+      "item41": "Saving",
+      "item42": "Salary / Business income",
+      "item43": "Rental",
+      "item44": "Loan",
+      "item45": "Pension",
+      "item46": "Heritage",
+      "item51": "More than $200,000",
+      "item52": "$100,000 - $200,000",
+      "item53": "$50,000 - $100,000",
+      "item54": "$20,000 - $50,000",
+      "item55": "$0 - $20,000",
+      "item61": "More than $200,000",
+      "item62": "$100,000 - $200,000",
+      "item63": "$50,000 - $100,000",
+      "item64": "$20,000 - $50,000",
+      "item65": "$0 - $20,000"
+    },
+    "ExperienceTrading": {
+      "Title": "Trading experience",
+      "Item1": "- I have experience in trading Derivatives with other brokers.",
+      "Item2": "- I have experience in trading Forex, CFD or other Derivatives.",
+      "Item3": "- Derivatives are suitable as part of my investment objectives and risk appetite, so I am able to assess the risks of trading them, including the risk of losing all of my investment capital.",
+      "Item4": "- I have relevant experience of financial services that can help me understand the risks of using our services and trading derivatives."
+    },
+    "FileManagement": {
+      "Title": "file management",
+      "ProofIdentity": "Proof of Identification",
+      "ProofAddress": "Proof of Address",
+      "AdditionalProof": "Additional Document"
+    },
+    "LeverAdjust": {
+      "Title": "Leverage adjustment Application"
+    },
+    "PendingAccount": {
+      "Title": "Account Application"
+    },
+    "PasswordReset": {
+      "Title": "Password reset Application"
+    },
+    "BelongingAdjust": {
+      "Title": "Change affiliation Application"
+    },
+    "ActivitiesApply": {
+      "Title": "Activity Application"
+    },
+    "CommissionAdjust": {
+      "Title": "Commission Adjustment Application"
+    },
+    "HangUndo": {
+      "Title": "Cancel attached account application"
+    },
+    "AgentApply": {
+      "Title": "IB Application"
+    },
+    "PammManager": {
+      "ownerId": "Commission Account",
+      "accountId": "Trading Account",
+      "percent": "Revenue Share Ratio(%)",
+      "percentOld": "Old Revenue Share Ratio(%)",
+      "percentNew": "New Revenue Share Ratio(%)",
+      "Revoked": "Revoked",
+      "pamm_password": "PAMM Password"
+    }
+  },
+  "Report_info": {
+    "SystemNumber": "PAMM System Number",
+    "MasterAccount": "PAMM Master Account",
+    "SubAccount": "PAMM Sub Account",
+    "Trading": "Trading account",
+    "Mam": "MAM/Money Manager",
+    "DepositWithdrawals": "Deposits / Withdrawals",
+    "AgentCommission": "IB Commission",
+    "TradingDetails": "Trading Details",
+    "Trades": "Trading varieties",
+    "SalesCommission": "Sales Commission",
+    "TradingAccount": "Trading Account",
+    "TransactionHistory": "Trading history",
+    "PendingHistory": "Pending Order History",
+    "Pending": "Pending order Search",
+    "Position": "Position Search",
+    "BalanceOperation": "Balance Management",
+    "WithdrawalCommission": "Withdrawal Commission",
+    "AllCommission": "Total Commission",
+    "VolumeCommission": "Commission Volume",
+    "CommissionTemplateChange": "Modify Commission Template",
+    "OldPercentage": "Current Percentage",
+    "NewPercentage": "New Percentage",
+    "OldClassicForex": "Current Classic (Forex)",
+    "NewClassicForex": "New Classic (Forex)",
+    "OldAdvancedForex": "Current Advanced (Forex)",
+    "NewAdvancedForex": "New Advanced (Forex)",
+    "OldStandardForex": "Current Standard (Forex)",
+    "NewStandardForex": "New Standard (Forex)",
+    "OldClassicCFD": "Current Classic (CFD)",
+    "NewClassicCFD": "New Classic (CFD)",
+    "OldAdvancedCFD": "Current Advanced (CFD)",
+    "NewAdvancedCFD": "New Advanced (CFD)",
+    "OldStandardCFD": "Current Standard (CFD)",
+    "NewStandardCFD": "New Standard (CFD)",
+    "OldClassicIndex": "Current Classic (Index)",
+    "NewClassicIndex": "New Classic (Index)",
+    "OldAdvancedIndex": "Current Advanced (Index)",
+    "NewAdvancedIndex": "New Advanced (Index)",
+    "OldStandardIndex": "Current Standard (Index)",
+    "NewStandardIndex": "New Standard (Index)",
+    "OldClassicMetal": "Current Classic (Metal)",
+    "NewClassicMetal": "New Classic (Metal)",
+    "OldAdvancedMetal": "Current Advanced (Metal)",
+    "NewAdvancedMetal": "New Advanced (Metal)",
+    "OldStandardMetal": "Current Standard (Metal)",
+    "NewStandardMetal": "New Standard (Metal)",
+    "OldCommission10": "Current Additional Mark-up Commission +10",
+    "NewCommission10": "New  Additional Mark-up Commission +10",
+    "OldCommission20": "Current  Additional Mark-up Commission +20",
+    "NewCommission20": "New  Additional Mark-up Commission +20",
+    "OldCommission30": "Current  Additional Mark-up Commission +30",
+    "NewCommission30": "New  Additional Mark-up Commission +30",
+    "OldSpeedForex": "Current Instant (Forex)",
+    "NewSpeedForex": "New Instant (Forex)",
+    "OldSpeedMetal": "Current Instant (Metals)",
+    "NewSpeedMetal": "New Instant (Metals)",
+    "item1": "Deposit Withdrawal",
+    "item2": "Surrender",
+    "item3": "Turn in",
+    "item4": "Synonymous inward transfer",
+    "item5": "Internal transfer by proxy",
+    "item6": "Internal transfer of agency commission",
+    "item7": "Documentary inward transfer",
+    "item8": "Free money",
+    "item9": "Cash refund",
+    "item10": "Revocation of credit",
+    "item11": "Interest free Group Position Interest",
+    "item12": "Documentary payment (profit sharing)",
+    "item13": "Timely return of domestic service",
+    "item14": "PAMM dividend",
+    "item15": "Other",
+    "item16": "Import/Export Summary",
+    "item17": "Trading account rebate/Cash Carnival",
+    "Name": "Name",
+    "TradingVolume": "Trading Volume",
+    "Commission": "Commission",
+    "StorageFee": "Storage Fee"
+  },
+  "Customer_info": {
+    "Real": {
+      "Title": "CID Account Operation",
+      "Umpire": "Re-review",
+      "Agent": "IB",
+      "Customer": "Clients",
+      "All": "All",
+      "salesStatus": "Sales Approve",
+      "Level": "Risk Level",
+      "OldLevel": "Old Risk Level",
+      "NewLevel": "New Risk Level",
+      "level1": "Low",
+      "level2": "Medium",
+      "level3": "High",
+      "item1": "Select a total of",
+      "item2": "pieces of data with an amount of"
+    },
+    "Agent": {
+      "Title": "IB Commission Balance Management",
+      "Add": "Add",
+      "Reduce": "Reduce",
+      "OutsideCommission": "IB Additional Mark-up Commission",
+      "Commission": "Commission",
+      "CommissionAdd": "Add Commission",
+      "CommissionReduce": "Reduce Commission"
+    },
+    "Activity": {
+      "Title": "Active account details"
+    },
+    "Files": {
+      "Title": "Document Review",
+      "Title1": "Document Re-review"
+    }
+  },
+  "Financial_info": {
+    "OnlineDeposit": {
+      "Title": "Account Deposit",
+      "Complete": "Completed",
+      "Refused": "Rejected",
+      "Artificial": "Manual",
+      "Automatic": "Default",
+      "GiftForActivities": "Gift For Activities",
+      "ActivitiesStatus": "Gift Status",
+      "BankMsg": "Bank Msg",
+      "OrderStatus": "Order Status",
+      "CallBackPass": "Call Back Pass",
+      "CallBackRefused": "Call Back Refused",
+      "ChannelSerial": "Channel Serial",
+      "TransformAmount": "Transform Amount",
+      "ActualAmount": "Actual Amount",
+      "item1": "Thailand",
+      "item2": "Vietnam",
+      "item2_1": "Nigeria",
+      "item3": "Deposit Bonus"
+    },
+    "WithdrawalApplication": {
+      "TitleApproval": "Withdrawal application - approval",
+      "TitleDeductions": "Withdrawal application - MT deduction",
+      "TitleRemittanceReceipt": "Withdrawal application - remittance receipt",
+      "TitleRemittancesubmit": "Withdrawal application - submit status",
+      "item1": "Deposit Records",
+      "item2": "Withdrawal Records",
+      "item3": "Fee Reduction",
+      "item4": "Fee Amount",
+      "item5": "Fee Reduction Amount"
+    },
+    "InternalTransfer": {
+      "Title": "Internal Transfer",
+      "withdrawCId": "Withdraw CId",
+      "depositCId": "Deposit CId",
+      "withdrawName": "Withdraw Name",
+      "depositName": "Deposit Name"
+    },
+    "CommissionExtract": {
+      "Title": "IB Withdrawal ",
+      "InsufficientFunds": "Insufficient Funds"
+    },
+    "FollowerTransfer": {
+      "Serial": "Serial",
+      "MerchantSerial": "Merchant Serial",
+      "SubscribeSerial": "Subscribe Serial",
+      "WithdrawLogin": "Withdraw Login",
+      "DepositLogin": "Deposit Login",
+      "CallBackStatus": "Call Back Status",
+      "CallBack": "Call Back",
+      "Status": "Status",
+      "AddTime": "Add Time",
+      "ApproveTime": "Approve Time",
+      "ApproveDesc": "Approve Desc",
+      "CallBackNumber": "Call Back Number",
+      "CallBackTime": "Call Back Time",
+      "CallBackUrl": "Call Back Url",
+      "DepositAmount": "Deposit Amount",
+      "DepositTicket": "Deposit Ticket",
+      "WithdrawAmount": "Withdraw Amount",
+      "WithdrawTicket": "Withdraw Ticket"
+    }
+  },
+  "system_info": {
+    "Title": {
+      "NotificationEmail": "Email Notification settings",
+      "Deposit": "Deposit setting",
+      "Withdrawals": "Withdrawal setting",
+      "Transfer": "Transfer setting",
+      "DepositRate": "Deposit exchange rate setting",
+      "WithdrawalsRate": "Withdrawal exchange rate setting",
+      "Automatic": "Default setting",
+      "DepositChannel": "Deposit Method setting",
+      "WithdrawalsChannel": "Withdrawal Method settings",
+      "Authentication": "Security code authentication",
+      "ExternalNotification": "External notification settings",
+      "InternalNotification": "Internal notification settings",
+      "CommissionTemplateEditing": "Template Editing",
+      "DomainName": "Domain name settings",
+      "AutomaticQuotaSetting": "Default Limit Setting",
+      "dayLimitSetting": "Day Limit Setting",
+      "ProductType": "Product Type",
+      "AccountTypeParameter": "Account Type Parameter",
+      "AgentRebateParameters": "IB Commission Parameters",
+      "SalesCommissionParameters": "Sales Commission Parameters",
+      "EmailSettings": "Email Settings",
+      "ConfigurationFile": "File Configuration",
+      "InterestFreeInterestSettings": "Interest Free Interest Settings",
+      "followCommissionFile": "Profit Distribution Parameter Setting",
+      "tradeSwapsRatio": "Trade Swaps Ratio",
+      "OnlineEditing": "Notes - online editing",
+      "MarketingEmailSettings": "Marketing Email Settings",
+      "ManagerEmailSettings": "Manager Email Settings"
+    },
+    "Label": {
+      "ConfirmCreditCard": "Confirm Credit Card",
+      "ConfirmName": "Confirm Name",
+      "ConfirmAreaCode": "Confirm AreaCode",
+      "ConfirmPhone": "Confirm Phone",
+      "DepositNotice": "Deposit notice",
+      "WithdrawalNotice": "Withdrawal notice",
+      "InternalTransferNotice": "Internal Transfer notice",
+      "LeverageAdjustmentNotice": "Leverage adjustment notice",
+      "RegistrationNotice": "Registration notice",
+      "ApplicationNotice": "Application notice",
+      "TradePasswordResetComplete": "Trading Password Reset has been Completed",
+      "InvestorPasswordResetComplete": "Investor password has been changed",
+      "item1": "Submit for verification",
+      "item2": "Modify configuration",
+      "item3": "Registration completed",
+      "item4": "Leverage adjustment completed",
+      "item5": "Trading Password has been changed",
+      "item6": "Client Forgot password",
+      "item7": "Client Modified email",
+      "item8": "Information verification successful",
+      "item9": "Information verification failed",
+      "item10": "New account",
+      "item11": "User forgot password",
+      "item12": "Demo account created",
+      "item13": "Password reset has been completed",
+      "item14": "Client deposit notice",
+      "item15": "Client internal transfer has been completed",
+      "item16": "Client submitted for verification",
+      "item17": "Password adjustment failed",
+      "item18": "500 questionnaires for gold deposit activities",
+      "item19": "Event notification sales customer service",
+      "item20": "Notice of deposit exceeding limit",
+      "item21": "Wallet withdrawal verification code",
+      "item22": "Activity Refusal Notice",
+      "item23": "Three Party Payment Notification",
+      "item24": "Add Lark",
+      "item25": "Complete Personal Information For Onboarding",
+      "item26": "Profit Sharing Adjustment Notification",
+      "item27": "Successful Employment Notification",
+      "item28": "Onboarding Management Review Notice",
+      "item29": "Notice of Resignation Completion",
+      "item30": "Document Submission for Review Notice",
+      "item31": "Resignation Application Notice",
+      "item32": "Notice of Adjusting Risk Level",
+      "item33": "CUSTOM LOGIN MARK DELETE",
+      "item34": "CUSTOM LOGIN FORMAL DELETE",
+      "item35": "Level-1 Agent Promotion Ended",
+      "item36": "Client Deposit Reward",
+      "item37": "New Active Client Reward",
+      "MaxDepositAmount": "Maximum deposit amount",
+      "MaxWithdrawalsAmount": "Maximum withdrawal amount",
+      "MinDepositAmount": "Minimum deposit amount",
+      "MinWithdrawalsAmount": "Minimum withdrawal amount",
+      "MTDeposit": "MT Deposit amount",
+      "MTWithdrawal": "MT Withdrawal amount",
+      "AutomaticAccountOpening": "Automatic Account Opening",
+      "InternalTransfer": "Internal Transfer",
+      "SecureEmail": "Security Email",
+      "SecurityCode": "Security Code",
+      "UserRegistration": "Client Registration",
+      "AgentOpenAccount": "IB registration has been completed",
+      "InternalNotification": "Internal Notification",
+      "AccountOpening": "Account Opening",
+      "PasswordAdjust": "Password Reset",
+      "ApplyNotification": "Trading Account Application Notice",
+      "DepositNotification": "Deposit Notice",
+      "ConvertedInform": "Internal Transfer Notice",
+      "OpenAccount": "Account Opening Notice",
+      "WithdrawalNotice1": "Bank withdrawal notice",
+      "WithdrawalNotice2": "Digital currency withdrawal notice",
+      "WithdrawalNotice3": "Wire transfer withdrawal notice",
+      "WithdrawalNotice4": "Wallet withdrawal notice",
+      "WithdrawalNotice5": "Credit card withdrawal notice",
+      "WithdrawalNotice6": "Login verification code(CN)",
+      "WithdrawalNotice7": "Login verification code(EN)",
+      "LeverAdjust": "Leverage Adjustment",
+      "RiskLeverAdjust": "Risk Leverage Adjustment",
+      "EquityLeverRules": "Equity Leverage Rules",
+      "Lang": "Language",
+      "TemplateName": "Template Name",
+      "EmailTitle": "Email Title",
+      "EmailContent": "Email Content",
+      "FieldsThat": "Field description",
+      "Name": "Name",
+      "Email": "Email",
+      "CID": "CID account",
+      "Trading": "Trading account",
+      "Pwd": "Password",
+      "PersonalCenter": "Client Center",
+      "ManagementCenter": "Management Center",
+      "ChineseName": "Chinese Name",
+      "EnglishNames": "English Name",
+      "MattersNeedingAttention": "Notice",
+      "RequestAddress": "Request Address",
+      "ProcessingTime": "Processing Time",
+      "Poundage": "Commission Fee",
+      "ExpirationTime": "Expiration Time",
+      "CurrencyLis": "Currency List",
+      "CurrencyName": "Currency Name",
+      "DigitalName": "Currency name",
+      "DigitalType": "block type",
+      "DigitalUrl": "QR code",
+      "DigitalAddress": "Wallet address",
+      "DigitalCurrency1": "Currency type",
+      "Icon": "icon",
+      "UploadAgain": "Upload Again",
+      "PaymentType": "Payment Type",
+      "TradePasswordReset": "Trading Password Reset",
+      "BelongingAdjust": "IB Adjustment",
+      "InvestorPasswordReset": "Investor Password Reset",
+      "IntervalMaximumDeposit": "Interval Maximum Deposit Amount",
+      "OutsideMaximumDeposit": "Outside Maximum Deposit Amount",
+      "ExclusionChannel": "Exclusion Channel",
+      "TypeName": "Name of Type",
+      "AccountType": "Type of Account",
+      "OutsideCommission": "Additional Mark-up Commission",
+      "Leverage": "Leverage",
+      "customerType": "Client Type",
+      "SpeedAccount": "Old Instant Account ",
+      "NewSpeedAccount": "Instant account",
+      "ClassicAccount": "Classic Account",
+      "SeniorAccount": "ECN",
+      "AgencyAccount": "Institutional Account",
+      "ProfessionalAccount": "Professional Account",
+      "StandardAccount": "Standard Account",
+      "CentAccount": "Cent Account",
+      "Customer": "Client",
+      "Agent": "IB",
+      "EmailPassword": "Email Password",
+      "SendingServerAddress": " Sending Server Address",
+      "Port": "Port",
+      "SystemEmail": "System Email",
+      "FileFormat": "File Format",
+      "Interest": "Interest",
+      "followCommissionFile1": "Signal Source Profit Sharing(%)",
+      "followCommissionFile2": "Agency Profit Sharing(%)",
+      "FileSize": "File Size(MB)",
+      "Title": "Title",
+      "TitleFormat": "Title Format",
+      "Content": "Content",
+      "OnlineEditing": "Online Editing",
+      "Update": "Update",
+      "currency": "currency",
+      "channelCode": "Channel Code",
+      "code": "Code",
+      "cnIcon": "Chinese icon",
+      "enIcon": "English icon",
+      "subIndex": "Order",
+      "property": "Information",
+      "rate": "Rate",
+      "transformCurrency": "Converted Currency",
+      "bankValid": "Currency Status",
+      "channelType": "Channel Type",
+      "addRate": "Add Rate",
+      "cwgWire": "CWG Wire Transfer Account",
+      "DigitalAccount": "Digital Account",
+      "UserName": "User Name",
+      "BankName": "Bank Name",
+      "BankCardNum": "Bank Account Number",
+      "BankAddr": "Bank address",
+      "SwiftCode": "Swift Code",
+      "BankCode": "Bank Code",
+      "MassMailingC": "MassMailing(CN)",
+      "MassMailingE": "MassMailing(EN)",
+      "MassMailingC1": "MassMailing1(CN)",
+      "MassMailingE1": "MassMailing1(EN)",
+      "PromoCodeC": "PromoCode(CN)",
+      "PromoCodeE": "PromoCode(EN)",
+      "InternationalTransfer": "Bank Transfer",
+      "ChinaUnionPay": "China UnionPay",
+      "DigitalCurrency": "Cryptocurrency Wallet",
+      "ElectronicWallet": "Electronic Wallet",
+      "CreditCard": "Credit Card",
+      "DepositInternationalTransfer": "Bank Transfer",
+      "DepositChinaUnionPay": "China UnionPay",
+      "DepositDigitalCurrency": "Digital Currency",
+      "DepositElectronicWallet": "Electronic Wallet",
+      "WithdrawInternationalTransfer": "Bank Transfer",
+      "WithdrawChinaUnionPay": "China UnionPay",
+      "WithdrawDigitalCurrency": "Digital Currency",
+      "WithdrawCreditCard": "Credit Card",
+      "WithdrawElectronicWallet": "Electronic Wallet",
+      "ShopSymbolType": "Symbol Type",
+      "ShopIndexSymbol": "Index Symbol",
+      "ShopOtherSymbol": "Other Symbol",
+      "ShopbelongType": "Belong Type",
+      "ShopCompanyCus": "Company Custom",
+      "ShopSaleCus": "Sale Custom",
+      "ShopLevelOneCus": "Level One Custom",
+      "ShopLevelTwoCus": "Level Two Custom",
+      "ShopLevelThreeCus": "Level Three Custom",
+      "ShopLevelFourCus": "Level Four Custom",
+      "ShopTotal": "Shop Total",
+      "ShopCustom": "Custom Shop",
+      "ShopLevelOne": "Level One Shop",
+      "ShopLevelTwo": "Level Two Shop",
+      "ShopLevelThree": "Level Three Shop",
+      "ShopLevelFour": "Level Four Shop",
+      "ShopOther": "Other Rules",
+      "ShopIndex": "Index Rules",
+      "ShopRules": "Rules",
+      "Channel1": "Bank Transfer",
+      "Channel2": "China UnionPay",
+      "Channel3": "Cryptocurrency Wallet",
+      "Channel4": "Electronic Wallet",
+      "Channel5": "Credit Card",
+      "Channel6": "Alipay",
+      "CallingCode": "Calling Code",
+      "CountryCode": "Country Code",
+      "ParentName": "Superior Name",
+      "SALES_CUSTOM_DEPOSIT_CN": "Custom Deposit Sales Notice",
+      "SALES_CUSTOM_DEPOSIT_EN": "Custom Deposit Sales Notice",
+      "SALES_CUSTOM_DEPOSIT_CALLBACK_CN": "Custom Deposit Status Sales Notice",
+      "SALES_CUSTOM_DEPOSIT_CALLBACK_EN": "Custom Deposit Status Sales Notice",
+      "SALES_CUSTOM_DEPOSIT_SUCCESS_CN": "Custom Deposit Success Sales Notice",
+      "SALES_CUSTOM_DEPOSIT_SUCCESS_EN": "Custom Deposit Success Sales Notice",
+      "SALES_CUSTOM_WITHDRAW_CN": "Custom Withdraw Sales Notice",
+      "SALES_CUSTOM_WITHDRAW_EN": "Custom Withdraw Sales Notice",
+      "SALES_CUSTOM_WITHDRAW_APPROVE_FAIL_CN": "Custom Withdraw Approve Fail Sales Notice",
+      "SALES_CUSTOM_WITHDRAW_APPROVE_FAIL_EN": "Custom Withdraw Approve Fail Sales Notice",
+      "SALES_CUSTOM_WITHDRAW_APPROVE_SUCCESS_CN": "Custom Withdraw Approve Success Sales Notice",
+      "SALES_CUSTOM_WITHDRAW_APPROVE_SUCCESS_EN": "Custom Withdraw Approve Success Sales Notice",
+      "SALES_CUSTOM_WITHDRAW_CALLBACK_CN": "Custom Withdraw Result Sales Notice",
+      "SALES_CUSTOM_WITHDRAW_CALLBACK_EN": "Custom Withdraw Result Sales Notice",
+      "CUSTOM_ACTIVITY_UCOIN_CN": "Customer Ucoin Reward Notice",
+      "CUSTOM_ACTIVITY_UCOIN_EN": "Customer Ucoin Reward Notice",
+      "CUSTOM_ACTIVITY_UCOIN_END_CN": "Customer Ucoin Reward End Notice",
+      "CUSTOM_ACTIVITY_UCOIN_END_EN": "Customer Ucoin Reward End Notice",
+      "IB_CUSTOM_ACTIVITY_UCOIN_CN": "Agent Customer Ucoin Reward Notice",
+      "IB_CUSTOM_ACTIVITY_UCOIN_EN": "Agent Customer Ucoin Reward End Notice"
+    },
+    "Code": {
+      "getCode": "Get Verification Code",
+      "waitCode1": "Waiting",
+      "waitCode2": "s "
+    },
+    "Group": {
+      "real": "Real",
+      "simulation": "demo"
+    },
+    "Varieties": {
+      "FX": "Forex",
+      "CFD": "CFDs",
+      "METAL": "Precious Metals",
+      "INDEX": "Indices",
+      "usStocks": "U.S. Stocks",
+      "hkStocks": "Hong Kong Stocks",
+      "DigitalCurrency": "Digital Currency",
+      "Not": "None"
+    }
+  },
+  "User_info": {
+    "Group": {
+      "item1": "Sales Team",
+      "item2": "Finance Team",
+      "item3": "Marketing Team",
+      "item4": "Compliance Team",
+      "item5": "Comprehensive Team"
+    }
+  },
+  "Label": {
+    "DepositInfo": "Deposit Info",
+    "ChannelSummaryInfo": "Channel Summary Info",
+    "TotalAmount": "Total Amount",
+    "ChannelDepositSummary": "Channel Type Amount ",
+    "ChannelInlSummary": "Deposit Type Amount",
+    "ChannelOnlSummary": "Withdrawal Type Amount",
+    "ChannelType": "Payment Type Amount",
+    "BankInfo": "Bank Info",
+    "WithdrawalInfo": "Withdrawal Info",
+    "AddTime": "Add Time",
+    "ApproveTime": "Approve Time",
+    "ApproveDesc": "Reject Reason",
+    "fromIbNo": "Source IB",
+    "AgentNo": "Agent No",
+    "AgentName": "Agent Name",
+    "SalaryLogin": "Salary Login",
+    "ibNoTemp": "New IbNo",
+    "margin": "Margin",
+    "item1": "Within three minutes",
+    "item2": "Three minutes away",
+    "prevSwaps": "Prev Swaps",
+    "currentSwaps": "Current Swaps",
+    "difference": "Difference",
+    "ratio": "Ratio",
+    "ratioAmount": "Ratio Amount",
+    "BonusAmount": "Bonus Amount",
+    "SalesCommissionValid": "Sales Commission Valid",
+    "share": "Share",
+    "shareOld": "Old Share",
+    "shareNew": "New Share",
+    "share1": "Value range 0-1",
+    "AutomaticDeduction": "Automatic Deduction",
+    "BackgroundAdd": "Background Add",
+    "hedgingTicket": "Hedging Ticket",
+    "FromLogin": "From Login",
+    "ToLogin": "To Login",
+    "CopyOrder": "Copy Order",
+    "IpLimit": "Ip Limit",
+    "limitIp": "Limit Ip",
+    "excludeCIds": "Exclude CID",
+    "PAMMfee": "PAMM Fee",
+    "Source": "Source",
+    "NumberOfRegistrations": "Number Of Registrations",
+    "CustomerType": "Customer Type",
+    "CustomerType1": "Personal",
+    "CustomerType2": "Company",
+    "CompanyName": "Company Name",
+    "CorporationName": "Corporation Name",
+    "GroupStatus": "Group Status",
+    "UpdatePwd": "Change Password",
+    "oldPwd": "Current Password",
+    "newPwd": "New Password",
+    "TradingVolumeVarieties": "Trading Volume Varieties",
+    "Percentage": "Percentage",
+    "CnIcon": "Chinese icon",
+    "EnIcon": "English icon",
+    "addBank": "Add Bank",
+    "updateBank": "Update Bank",
+    "SalesSupervisor": "Sales Supervisor",
+    "SalesSupervisor1": "Associated Account",
+    "ArchivedType": "Archived Type",
+    "voucherUrl": "Remittance Receipt",
+    "CN": "Chinese",
+    "EN": "English",
+    "Url": "Address",
+    "Icon": "Icon",
+    "SubIndex": "Order",
+    "AuthorityName": "Name",
+    "Todo": "Pending Notice",
+    "Date": "Date / time",
+    "OperationNo": "Operation code",
+    "CID": "CID",
+    "Account": "Operation account",
+    "Relegation": "Affiliation",
+    "Matter": "Handling matters",
+    "Action": "Operation",
+    "Title": "Title",
+    "TitleFormat": "Title Format",
+    "subTitle": "Sub Title",
+    "Tag": "Tag",
+    "Lang": "Language",
+    "Show": "Show",
+    "Topping": "Topping",
+    "Des": "Description",
+    "ReleaseTime": "Time of Release",
+    "CutTime": "Deadline",
+    "PublishContent": "Content Publish",
+    "Cover": "Cover",
+    "InstructorName": "Chinese name",
+    "InstructorNameEn": "English name",
+    "LinkUrl": "English Address",
+    "LinkUrlEn": "English Address",
+    "LiveTeacher": "Live Teacher",
+    "LiveStartTime": "Live Start Time",
+    "LiveEndTime": "Live End Time",
+    "Ebook": "E-book",
+    "Participation": "Number of participants",
+    "Customer": "Client",
+    "Ib": "IB",
+    "Hot": "Popular recommendation",
+    "LoginType": "Account Type",
+    "ActivityImage": "Activity Page",
+    "AdvertImage": "Advertisement",
+    "AdvertUrl": "Link",
+    "Screening": "Screening",
+    "CidAccount": "CID Account",
+    "AttributionNumber": "Affiliation Code",
+    "OperatingAccount": "Operation Account",
+    "ApplicationType": "Type of Application",
+    "Instructions": "Description",
+    "State": "Status",
+    "HrState": "HR Review Status",
+    "CardType": "Card Type",
+    "IdPhoto": "ID Photo",
+    "MState": "Admin Review Status",
+    "VrifyStatus": "Facial Verification Status",
+    "FaceVerification": "Face Verification",
+    "Note": "Remark",
+    "ProcessingDate": "Processing Date",
+    "Type": "Type",
+    "Email": "Email",
+    "Nationality": "Nationality",
+    "RegisteredIP": "Registered IP",
+    "RegistrationTime": "Registration Time",
+    "Name": "Name",
+    "UserName": "User Name",
+    "IbNo": "IbNo",
+    "ResignStatus": "Resign Status",
+    "ViewDetails": "View Details",
+    "ApplyTime": "Application Time",
+    "submitTime": "Submit Time",
+    "submitStatus": "Submit Status",
+    "backstageStatus": "Backstage Status",
+    "infoStatus": "Data Review",
+    "startSubmitDate": "Start Submit Date",
+    "endSubmitDate": "End Submit Date",
+    "Tobesubmitted": "To Be Submitted",
+    "CheckResults": "Result",
+    "Descr": "Remarks",
+    "ApplicationAccount": "Account Application",
+    "ApplicationAccount1": "投资者PAMM登录密码",
+    "OutsideCommission": "Additional Mark-up Commission",
+    "Leverage": "Leverage",
+    "Currency": "Currency Type",
+    "Group": "Group",
+    "TradingAccount": "Trading Account",
+    "SearchType": "Account Type",
+    "IBAccount": "IB Account",
+    "OldLeverage": "Current Leverage",
+    "NewLeverage": "New Leverage",
+    "PwdType": "Password type",
+    "NewPwd": "New password",
+    "NewPwdConfirm": "New Password Confirmation",
+    "NewAttributionNumber": "New Affiliation Code",
+    "OldAttributionNumber": "Current Affiliation Code",
+    "ActivityName": "Activity Name",
+    "Platform": "Platform",
+    "Deposit": "Deposit",
+    "Withdrawals": "Withdrawal",
+    "Credit": "Credit",
+    "Balance": "Balance",
+    "Equity": "Equity",
+    "MarginLevel": "Margin Level",
+    "RegDate": "Registration Date",
+    "Total": "Total",
+    "TotalOutsideCommission": "Total Additional Mark-up Commission",
+    "TotalVolume": "Total Volume",
+    "TotalCommission": "Total Commission",
+    "Forex": "Forex",
+    "ForexRebates": "Forex Rebate",
+    "CFD": "CFD",
+    "CFDRebates": "CFD Rebate",
+    "ETF": "ETF",
+    "ETFRebates": "ETF Rebate",
+    "OrderNumber": "Order Number",
+    "Varieties": "Varieties",
+    "OpenPrice": "Open Price",
+    "OpenTime": "Open Time",
+    "ClosePrice": "Close Price",
+    "CloseTime": "Close Time",
+    "EP": "Stop Profit",
+    "EL": "Stop Loss",
+    "Volume": "Lots",
+    "Poundage": "Commission Fee",
+    "StorageFee": "Overnight Interest",
+    "ProfitLoss": "Profit/Loss",
+    "TotalProfitLoss": "Total Profit/Loss",
+    "Encode": "Sales code",
+    "Rebates": "Rebate",
+    "PointValue": "Point Value",
+    "CommissionType": "Commission Type",
+    "LoginIp": "Login IP",
+    "LoginTime": "Login Time",
+    "LoginAddress": "Login Address",
+    "CustomerDetail": "Customer Detail",
+    "Phone": "Contact Number",
+    "AddTrading": "Add Trading account",
+    "Region": "Region",
+    "AgentNumber": "IB Code",
+    "AllocationQuantity": "Allocation Quantity",
+    "Level": "Level",
+    "Level1": "Titanium Partner",
+    "Level2": "Platinum Partner",
+    "Level3": "Gold Partner",
+    "Level4": "Silver Partner",
+    "Level5": "Bronze Partner",
+    "Level6": "Cobalt Partner",
+    "Level7": "Zinc Partner",
+    "Level8": "Nickel Partner",
+    "Level9": "Tin Partner",
+    "Level10": "Alloy Partner",
+    "CommissionBalance": "Commission Balance",
+    "Unresolved": "Unsettled Commission Balance",
+    "Frozen": "Frozen Commission",
+    "AllCommission": "All Commission",
+    "Amount": "Amount",
+    "ActionType": "Type of Action",
+    "AgentAccount": "IB Account",
+    "AgentLevel": "Level of IB",
+    "CommissionTemplate": "Commission Template",
+    "AddAgentAccount": "Add IB Account",
+    "ParticipateTime": "Participation Time",
+    "CompletionStatus": "Current Status",
+    "ReportType": "Type of Report",
+    "ReportType1": "Choose A Competition",
+    "ranking": "Ranking",
+    "cumulativeEquityScore": "Cumulative Equity Score",
+    "principalScore": "Principal Score",
+    "withdrawalScore": "Withdrawal Score",
+    "cumulativeProfitScore": "Cumulative Profit Score",
+    "totalScore": "Total Score",
+    "cumulativeEquity": "Cumulative Equity",
+    "principalRate": "Principal Rate",
+    "withdrawalRate": "Withdrawal Rate",
+    "currentCumulativeEquity": "Current Cumulative Equity",
+    "currentDeposit": "Current Deposit",
+    "currentEquity": "Current Equity",
+    "currentFee": "Current Fee",
+    "currentProfit": "Current Profit",
+    "currentWithdrawal": "Current Withdrawal",
+    "maxLoss": "Max Loss",
+    "prevEquity": "Prev Equity",
+    "profitRate": "Profit Rate",
+    "startingCapital": "Starting Capital",
+    "totalProfit": "Total Profit",
+    "tradeCount": "Trade Count",
+    "cptIdSelect": "Please select a competition first",
+    "SerialNumber": "Serial Number",
+    "Amount": "Amount",
+    "Type": "Type",
+    "Time": "Time",
+    "Profit": "Profit",
+    "Floating": "Floating Profit",
+    "FloatingSum": "Total Floating Profit",
+    "PaymentOrder": "Payment Order",
+    "PaymentType": "Payment Type",
+    "ArriveTime": "Arriving Time",
+    "OperatingMode": "Operating Mode",
+    "AmountMoney": "Amount",
+    "ProcessingState": "Processing Status",
+    "AmountDeposit": "Amount of Deposit",
+    "WithdrawalWay": "Withdrawal Option",
+    "AmountWithdrawal": "Withdrawal Amount",
+    "TransferAccounts": "From Account",
+    "IntoAccount": "Recipient Account",
+    "UserID": "User ID",
+    "RoleName": "Role Name",
+    "RoleGroup": "Role Group",
+    "CreationDate": "Creation Date",
+    "LoginState": "Login Status",
+    "EmploymentStatus": "Employment Status",
+    "AddUser": "Add User",
+    "EditorUser": "Edit User",
+    "AddRole": "Add Role",
+    "EditorRole": "Edit Role",
+    "Locked": "Locked",
+    "GroupId": "Group Id",
+    "GroupName": "Group Name",
+    "GroupAdd": "Group Add",
+    "GroupEditor": "Group Edit",
+    "VarietiesId": "Varieties Id",
+    "VarietiesTypeie": "Varieties Type",
+    "ProductType": "Product Type",
+    "ContractSize": "Contract Size",
+    "VarietiesAdd": "Add Variety",
+    "VarietiesEditor": "Edit Variety",
+    "AddChannel": "Add Option",
+    "RefusalEditor": "Reason for modification",
+    "AddRefusal": "Reason for adding",
+    "ExpirationTime": "Expiration Time",
+    "Day": "Day",
+    "SystemEmail": "System Email",
+    "CustomId": "Client ID",
+    "automatic": "Default",
+    "artificial": "Manual",
+    "actionType": "Type of Action",
+    "MTOrderNumber": "MT Order Number",
+    "withdrawOrderNumber": "Withdrawal Order Number",
+    "depositOrderNumber": "Deposit Order Number",
+    "loginName": "Login Username",
+    "Pwd": "Password",
+    "GenerateReport": "Generate Report",
+    "commissionPoint": "Additional Mark-up Commission Point ",
+    "commissionAmount": "Additional Mark-up Commission Amount",
+    "rebatePoint": "Commission Point",
+    "rebateAmount": "Commission Amount",
+    "equity": "Equity",
+    "permissions": "Authority",
+    "TradingPwd": "Trading password",
+    "MamPwd": "MAM/PAMM account password",
+    "OldCommission": "Current Additional Mark-up Commission ",
+    "NewCommission": "Current Additional Mark-up Commission ",
+    "OldHide": "Previous Implicit Spread Markup",
+    "NewHide": "Updated Implicit Spread Markup",
+    "Hang": "Attach",
+    "Undo": "Undo",
+    "MamAccount": "MAM/PAMM Account",
+    "UpdateTrading": "Modify trading account",
+    "Pos": "Position",
+    "Hide": " Implicit Spread Markup",
+    "Yes": "Yes",
+    "No": "No",
+    "fixedHide": "Fixed Implicit Spread Markup",
+    "BankAccountName": "Bank Account Holder's Name",
+    "BankName": "Bank Name",
+    "BankAccount": "Bank Account Number",
+    "AccountOpeningBranch": "Account Opening Branch",
+    "BankAddress": "Bank Address",
+    "SwiftBIC": "Swift Code",
+    "BankCode": "Bank Code",
+    "address": "Wallet Address",
+    "addressProve": "Wallet Address Prove",
+    "BankNameXYK": "Credit Card Name",
+    "BankAccountXYK": "Credit Card Account Number",
+    "AccountOpeningBranchXYK": "Expiry year",
+    "BankAddressXYK": "Expiry month",
+    "SwiftBICXYK": "CVV",
+    "bank": "Bank",
+    "DigitalCurrencyType": "Digital Currency Type",
+    "DigitalCurrencyType1": "Wallet Currency Type",
+    "UserNames": "User Names",
+    "Code": "Code",
+    "FloatingPL": "Floating Profit/Loss",
+    "GeneralGroup": "General Group",
+    "MAMGroup": "MAM Group",
+    "TicketTime": "Latest closing Time",
+    "DepositTime": "Latest Deposit Time",
+    "PaymentType1": "Bank",
+    "PaymentType2": "Bank Telegraphic",
+    "PaymentType3": "Digital Currency",
+    "PaymentType4": "Channel Type Wallet",
+    "maxAmount": "Max Amount",
+    "minAmount": "Min Amount",
+    "rules": "Rules",
+    "ProfitPercentage": "Profit Percentage",
+    "NotificationTimes": "Notification Times / Day",
+    "GroupRules": "Group Rules",
+    "countrysRules": "Countrys Rules",
+    "symbolsRules": "Symbols Rules",
+    "countrys": "Countrys",
+    "singleProfit": "Single Profit",
+    "sumProfit": "Total Revenue",
+    "sumProfitType": "Total Revenue Type",
+    "sumCount": "Total Transaction Times",
+    "sumCountType": "Total Transaction Times Type",
+    "singleVolum": "Single Volum",
+    "singleVolumMinimum": "Minimum Quantity Of Single Volum",
+    "singleVolumMaximum": "Maximum Quantity Of Single Volum",
+    "durationTime": "Duration Time",
+    "durationTimeMinimum": "Minimum Quantity Of Duration Time",
+    "durationTimeMaximum": "Maximum Quantity Of Duration Time",
+    "symbols": "Symbols",
+    "startMonitorMt4": "Start Monitor Mt4",
+    "startMonitorMt5": "Start Monitor Mt5",
+    "oneDay": "One Day",
+    "aWeek": "A Week",
+    "oneMonth": "One Month",
+    "LoginStatus": "Login Status",
+    "AdjustmentTime": "Adjustment Time",
+    "ImportTime": "Import Time",
+    "UpdateTime": "Modify Time",
+    "Server": "Server",
+    "Order": "Order",
+    "NewOrder": "New Order",
+    "Login": "Login",
+    "Symbol": "Symbol",
+    "Cmd": "CMD",
+    "volume": "Volume",
+    "SL": "SL",
+    "TP": "TP",
+    "Commission": "Commission",
+    "Profit": "Profit",
+    "Comment": "Comment",
+    "Taxes": "Taxes",
+    "Storage": "Storage",
+    "Buy": "Buy",
+    "Sell": "Sell",
+    "Question": "Question",
+    "Answer": "Answer",
+    "ValidForStarted": "Valid For Started",
+    "addCountry": "Add Country",
+    "updateCountry": "Update Country",
+    "ReferralCode": "Referral Code",
+    "Attachment": "Attachment",
+    "CheckAttachment": "View Attachment",
+    "UserId": "Team ID",
+    "entryDate": "entry time",
+    "auditTime": "Audit time",
+    "addTime": "Application Time",
+    "Gender": "Gender",
+    "Copy": "Copy",
+    "EnglishName": "English Name",
+    "GetUrl": "Invitation Link",
+    "FirstName": "First Name",
+    "LastName": "Last Name",
+    "SalaryAccount": "Salary Account",
+    "Salary": "Salary",
+    "emergencyContactName": "Contact Name",
+    "emergencyContactTel": "Contact Phone",
+    "AccountName": "Account Holder's Name",
+    "BicCode": "SWIFT/BIC Code",
+    "ReferralSuccessNum": "Referral Success Number",
+    "ReferralNum": "Referral Number",
+    "Desc": "Description",
+    "GoogleEmail": "Google Email",
+    "File": "File",
+    "ContactTimePreference": "Contact Time Preference",
+    "TradingExperience": "Trading Experience",
+    "GoodLead": "Good Lead",
+    "LevelOfIntent": "Level of Intent",
+    "ibInterest": "IB Interest",
+    "GeneralFeedback": "General Feedback",
+    "NextFollowUpDate": "Next Follow Up Date",
+    "WhatsAppNumber": "WhatsApp Number",
+    "Morning": "Morning",
+    "Afternoon": "Afternoon",
+    "Evening": "Evening",
+    "Unclear": "Unclear",
+    "None": "None",
+    "Beginner": "Beginner",
+    "Intermediate": "Intermediate",
+    "Advanced": "Advanced",
+    "Low": "Low",
+    "Medium": "Medium",
+    "High": "High",
+    "CreateTime": "Create Time",
+    "SalesName": "Sales Name",
+    "DepositAmount": "Deposit Amount",
+    "RewardAmount": "Reward Amount",
+    "CustomNum": "New Customer Count",
+    "RewardType": "Reward Type",
+    "RewardTypeCustomerDeposit": "Customer Deposit",
+    "RewardTypeNewCustomer": "New Customer",
+    "RewardDate": "Reward Date",
+    "SymbolName": "Symbol Name",
+    "SwapLong": "Swap Long",
+    "SwapShort": "Swap Short",
+    "NetDepositAmount": "Net Deposit Amount",
+    "WithdrawAmount": "Withdraw Amount",
+    "AgentWithdrawAmount": "Agent Withdraw Amount",
+    "AddCustomNum": "Registration Count",
+    "RealCustomNum": "Real Account Count",
+    "CompletionAmount": "Completion Amount",
+    "Pending": "Pending",
+    "Processing": "Processing",
+    "Processed": "Processed"
+  },
+  "Home1": {
+    "Time": "Updating time:"
+  },
+  "Page": {
+    "total": {
+      "item1": "Total",
+      "item2": "item"
+    }
+  },
+  "AccountType": {
+    "SpeedAccount": "Old Instant account",
+    "NewSpeedAccount": "Instant account",
+    "ClassicAccount": "Classic Account",
+    "SeniorAccount": "ECN",
+    "AgencyAccount": "Institutional Account",
+    "ProfessionalAccount": "Professional Account",
+    "StandardAccount": "Standard Account",
+    "CentAccount": "Cent Account"
+  },
+  "Cooperative": {
+    "Agent": {
+      "Name": "Name",
+      "FirstName": "First Name",
+      "LastName": "Last Name",
+      "Email": "Email",
+      "Phone": "Phone",
+      "Remarks": "Remarks",
+      "Unprocessed": "Unprocessed",
+      "Processed": "Processed",
+      "AddTime": "Add Time",
+      "HandleRemarks": "Handle Remarks"
+    },
+    "Subset": {
+      "Name": "Name",
+      "FirstName": "First Name",
+      "LastName": "Last Name",
+      "Email": "Email",
+      "Phone": "Phone",
+      "Remarks": "Remarks",
+      "Unprocessed": "Unprocessed",
+      "Processed": "Processed",
+      "AddTime": "Add Time",
+      "HandleRemarks": "Handle Remarks"
+    },
+    "Us": {
+      "Name": "Name",
+      "FirstName": "First Name",
+      "LastName": "Last Name",
+      "Email": "Email",
+      "Phone": "Phone",
+      "Remarks": "Remarks",
+      "Unprocessed": "Unprocessed",
+      "Processed": "Processed",
+      "AddTime": "Add Time",
+      "HandleRemarks": "Handle Remarks"
+    }
+  },
+  "Forexman": {
+    "Coutom": {
+      "Name": "Name",
+      "Email": "Email",
+      "Phone": "Phone",
+      "Login": "Login",
+      "AddTime": "Add Time",
+      "profit": "Profit",
+      "volume": "Volume",
+      "profitPercentage": "Profit Percentage",
+      "maxRetreatPercentage": "Max Retreat Percentage",
+      "integral": "Integral"
+    },
+    "Enroll": {
+      "Name": "Name",
+      "Email": "Email",
+      "Phone": "Phone",
+      "Login": "Login",
+      "AddTime": "Add Time",
+      "HandleRemarks": "Handle Remarks"
+    },
+    "Statistics": {
+      "volume": "Volume",
+      "avgProfit": "Avg Profit",
+      "avgVolume": "Avg Volume",
+      "customNumber": "Custom Number",
+      "profitNumber": "Profit Number",
+      "lossNumber": "Loss Number"
+    }
+  },
+  "Risk": {
+    "GroupLeverage": {
+      "startTime": "Start Time",
+      "endTime": "End Time",
+      "startWeekday": "Start Weekday",
+      "endWeekday": "End Weekday",
+      "riskLeverage": "Risk Leverage",
+      "normalLeverage": "Normal Leverage",
+      "AddTime": "Add Time",
+      "AddIp": "Add Ip",
+      "groupCode": "Group",
+      "symbolRules": "Symbol Rules",
+      "symbol": "Symbol",
+      "serial": "Serial",
+      "emailDelivery": "Email Delivery",
+      "chinese": "Chinese",
+      "english": "English",
+      "effective": "Effective",
+      "Ineffective": "Ineffective",
+      "EffectiveTreatment": "Effective Treatment",
+      "EndProcessing": "End Processing",
+      "InForce": "In Force",
+      "End": "End",
+      "NotSent": "Not Sent",
+      "Sending": "Sending",
+      "Sent": "Sent",
+      "Delect": "Only when it is not effective, can it be deleted!"
+    },
+    "SymbolLeverage": {
+      "item1": "Currency Name",
+      "symbolRules": "Select Symbol",
+      "symbol": "Symbol"
+    },
+    "SymbolPending": {
+      "item1": "Tracking Settings",
+      "item2": "Symbol Name",
+      "item3": "Effective on the same day (including stop loss and stop loss)",
+      "item4": "Always valid (until customer cancels)",
+      "item5": "Effective on the same day (excluding stop loss and stop loss)"
+    }
+  },
+  "Weekday": {
+    "Monday": "Monday",
+    "Tuesday": "Tuesday",
+    "Wednesday": "Wednesday",
+    "Thursday": "Thursday",
+    "Friday": "Friday",
+    "Saturday": "Saturday",
+    "Sunday": "Sunday"
+  },
+  "R-Real-File-Upload": "File Upload",
+  "R-System-Other": "Other Settings",
+  "R-Custom-Group-History": "Group Change History",
+  "R-Custom-Group-History-List": "List",
+  "R-Custom-DepositChannel-AddImg": "DepositChannel Add Img",
+  "R-Custom-DepositChannel-UpdateImg": "DepositChannel Update Img",
+  "R-Custom-WithdrawChannel-AddImg": "WithdrawChannel Add Img",
+  "R-Custom-WithdrawChannel-UpdateImg": "WithdrawChannel Update Img",
+  "R-Data-TradeSalesCommission-Search": "Sales Commission List",
+  "R-Data-TradeSalesCommission-Export": "Sales Commission Export",
+  "R-Data-ProfitLossRanking-Search": "Profit Loss Ranking List",
+  "R-Data-ProfitLossRanking-Export": "Profit Loss Ranking Export",
+  "R-Agent-Frozen": "Commission Freeze",
+  "R-GroupType": "Group Type",
+  "R-Spread": "Spread Configuration",
+  "R-GroupType-Search": "Search",
+  "R-GroupType-Add": "Add",
+  "R-GroupType-Update": "Update",
+  "R-GroupType-Delete": "Delete",
+  "R-Spread-Search": "Search",
+  "R-Spread-Add": "Add",
+  "R-Spread-Update": "Update",
+  "R-Spread-Delete": "Delete",
+  "R-ActiveConfig": "Active Config",
+  "R-ActiveConfig-Search": "Search",
+  "R-ActiveConfig-Add": "Add",
+  "R-ActiveConfig-Update": "Update",
+  "R-ActiveConfig-Delete": "Delete",
+  "R-System-Push": "Push Message",
+  "R-System-Push-Search": "List",
+  "R-System-Push-Add": "Add",
+  "R-System-Push-Update": "Update",
+  "R-System-Push-Delete": "Delete",
+  "R-System-amountfree": "Amount Free",
+  "R-System-Config": "Config Changes Record",
+  "R-System-Config-Search": "List",
+  "R-Config-Search": "List",
+  "R-System-Config-Update": "Update",
+  "R-System-Unsubscribe": "Unsubscribe",
+  "R-System-Unsubscribe-Search": "List",
+  "R-System-Unsubscribe-Add": "Add",
+  "R-System-Unsubscribe-Delete": "Delete",
+  "R-System-EmailRecord": "Mail Sending Record",
+  "R-System-EmailRecord-Search": "List",
+  "R-System-EmailRecord-Supplement": "Supplement Send",
+  "R-System-ExcludeInvalidAgent": "Exclude Invalid Agent",
+  "R-System-ExcludeInvalidAgent-Search": "List",
+  "R-System-ExcludeInvalidAgent-Add": "Add",
+  "R-System-ExcludeInvalidAgent-Update": "Update",
+  "R-System-ExcludeInvalidAgent-Delete": "Delete",
+  "R-System-QAList": "QA",
+  "R-System-QAList-Search": "List",
+  "R-System-QAList-Add": "Add",
+  "R-System-QAList-Update": "Update",
+  "R-System-QAList-Delete": "Delete",
+  "R-Video": "Video Release",
+  "R-VideoAdd": "Add Video",
+  "R-Video-Search": "List",
+  "R-Video-Add": "Add",
+  "R-Video-Delete": "Delete",
+  "R-Video-Update": "Update",
+  "R-Live": "Live Class",
+  "R-LiveAdd": "Add Live",
+  "R-Live-Search": "List",
+  "R-Live-Add": "Add",
+  "R-Live-Delete": "Delete",
+  "R-Live-Update": "Update",
+  "R-Instructor": "Live Teacher",
+  "R-Instructor-Search": "List",
+  "R-Instructor-Add": "Add",
+  "R-Instructor-Delete": "Delete",
+  "R-Instructor-Update": "Update",
+  "R-GiftList": "Gift List",
+  "R-GiftList-Search": "List",
+  "R-GiftList-Export": "Export",
+  "R-GiftList-Add": "Add",
+  "R-LoginHistory": "Login History",
+  "R-LoginHistory-Search": "List",
+  "R-LoginHistory-Export": "Export",
+  "R-Data-AccountActivity-Search": "Account Activity List",
+  "R-Data-AccountActivity-Export": "Account Activity Export",
+  "R-Data-CommissionShares-Search": "Commission On Sale Of Shares",
+  "R-Data-CommissionShares-Export": "Commission On Sale Of Shares Export",
+  "R-Data-Hedging-Search": "Hedging",
+  "R-Data-Hedging-Export": "Hedging Export",
+  "R-Data-PmDw-Search": "PAMM D/W List",
+  "R-Data-PmDw-Export": "PAMM D/W Export",
+  "R-Data-followUp-Search": "Follow Up List",
+  "R-Data-followUp-Export": "Follow Up Export",
+  "R-Data-tradeSwaps-Search": "Trade Swaps List",
+  "R-Data-tradeSwaps-Export": "Trade Swaps Export",
+  "R-Data-PointRanking-Search": "Ranking Of Trading Competition Points",
+  "R-Data-PointRanking-Export": "Ranking Of Trading Competition Points Export",
+  "R-Data-PointRankingDaily-Search": "Point Ranking Daily",
+  "R-Data-standardRebate-Search": "Standard Rebate List",
+  "R-Data-standardRebate-Export": "Standard Rebate Export",
+  "R-Data-NetDepositWithdrawal-Search": "Net Deposit Withdrawal Report",
+  "R-Data-NetDepositWithdrawal-Export": "Net Deposit Withdrawal Export",
+  "R-Data-SalesPerformance-Search": "Sales Performance Report",
+  "R-Data-AccountSummary-Search": "Account Summary Report",
+  "R-Data-AccountSummary-Export": "Account Summary Report Export",
+  "R-Data-SalesPerformance-Export": "Sales Performance Export",
+  "R-Data-Name": "Name",
+  "R-Data-NetDepositAmount": "Net Deposit Amount",
+  "R-Data-DepositAmount": "Deposit Amount",
+  "R-Data-WithdrawAmount": "Withdraw Amount",
+  "R-Data-AgentWithdrawAmount": "Agent Withdraw Amount",
+  "R-Data-AddCustomNum": "Registration Count",
+  "R-Data-RealCustomNum": "Real Account Count",
+  "R-Data-SalesTeam": "Sales Team",
+  "R-Data-SalesName": "Sales Name",
+  "R-Data-CustomNum": "New Customer Count",
+  "R-Data-MonthDepositAmount": "Average 3-Month Gross Deposit",
+  "R-Data-MonthWorthDepositAmount": "Average 3-Month Net Deposit",
+  "R-Data-EntryDate": "Entry Date",
+  "R-Data-CurrentMonthDepositAmount": "Current Month Deposit Amount",
+  "R-Data-CurrentMonthWithdrawAmount": "Current Month Withdraw Amount",
+  "R-Data-CurrentMonthNetDepositAmount": "Current Month Net Deposit Amount",
+  "Marketing": {
+    "Recipient1": "Real Account",
+    "Recipient2": "Simulation Account",
+    "Recipient3": "Trading Account",
+    "Recipient4": "Agency Account",
+    "Recipient5": "Active Account",
+    "Recipient6": "Upload List",
+    "Recipient7": "Custom Input",
+    "Percentage": "Percentage",
+    "FixedAmount": "Fixed Amount",
+    "FundType": "Fund Type:",
+    "CurrencyType": "Currency Type:",
+    "ValidityPeriod": "Validity Period/Day:",
+    "Number": "Number",
+    "ListName": "List name:",
+    "SampleDownload": "Sample Download:",
+    "SelectFile": "Select File",
+    "NoFileSelected": "No File Selected",
+    "UploadName": "Upload Name",
+    "UploadFileUpdate": "Upload File Update",
+    "Country1": "Country/Region(Code)",
+    "Country2": "Country/Region(CN)",
+    "Country3": "Country/Region(EN)",
+    "PromoCode": "Promo Code",
+    "FundTypes": "Fund Types",
+    "CurrencyTypes": "Currency Types",
+    "PromoCodeStatus": "Promo Code Status",
+    "BindMailbox": "Bind Mailbox",
+    "Email": "Email",
+    "CouponType": "Coupon Type",
+    "DueDate": "Due Date",
+    "ValidityPeriods": "Validity Period / Day",
+    "amountProportion": "Amount(%)",
+    "amountToplimit": "Amount Top Limit",
+    "CouponUpdate": "Coupon Update",
+    "Recipient": "Recipient",
+    "GenerationTime": "Generation Time",
+    "GenerateCoupons": "Generate Coupons",
+    "Loss": "Loss",
+    "NoLoss": "No Loss",
+    "CanLose": "Can Lose",
+    "ChinaAll1": "China、China Macao",
+    "ChinaAll2": "China Hong Kong、China Taiwan",
+    "ChinaExcept": "Except China (including Hong Kong, Macao and Taiwan)"
+  },
+  "news_add_field": {
+    "Group": {
+      "CountRebate": "Rebate Calculation",
+      "CountCommission": "Additional Mark-up Commission Calculation",
+      "CountIntegralValid": "Calculate Integral",
+      "pointValidName": "Point Valid",
+      "storageValidName": "Storage Valid",
+      "hideValidName": "Markup Valid",
+      "oldGroup": "Old Group",
+      "newGroup": "New Group"
+    },
+    "Report_info": {
+      "OldSpeedIndex": "Current Speed Index",
+      "NewSpeedIndex": "New Speed Index",
+      "TradeSalesCommission": "Trade Sales Commission",
+      "Commission": "Commission",
+      "ProfitLossRanking": "Profit Loss Ranking"
+    },
+    "State": {
+      "Frozen": "Frozen",
+      "Thaw": "Thaw"
+    },
+    "Label": {
+      "SubAccountUnblocking": "Sub Account Unblocking",
+      "SubAccountBan": "Sub Account Ban",
+      "AdvancedSetting": "Advanced Setting",
+      "ParticipationGroup": "Participation Group",
+      "CloseFunction": "Close Function",
+      "FundType": "Fund Type",
+      "amount": "Amount",
+      "Group1": "Group Type(In Action)",
+      "Group2": "Group Type(Post-activity)",
+      "amount1": "Real Money",
+      "amount2": "Credit Fund",
+      "CurrencyLis": "Payment Method List",
+      "ReadOnly": "Read-Only",
+      "Increase": "Increase",
+      "Reduce": "Reduce",
+      "Commission": "Commission",
+      "commissionOut": "Additional Mark-up Commission",
+      "Profit": "Profit",
+      "Loss": "Loss",
+      "TestDemo": "Test Demo",
+      "ReceivingMailbox": "Receiving Mailbox",
+      "Name": "Name",
+      "SendMailbox": "Sending Mailbox",
+      "VideoFormat": "Video Format",
+      "VideoSize": "Video Size(MB)",
+      "Video": "Video",
+      "FinancialKnowledge": "Financial Knowledge",
+      "FAQ": "FAQ",
+      "ExpertAnalysis": "Expert Analysis",
+      "CompanyNews": "Company News",
+      "Uploading": "Uploading...",
+      "Upload": "Upload",
+      "Url": "Url",
+      "depositPlatformAmount": "Deposit Amount(Platform)",
+      "withdrawPlatformAmount": "Withdraw Amount(Platform)",
+      "depositPlatform": "Deposit Platform",
+      "withdrawPlatform": "Withdraw Platform",
+      "RemittancePlatformAmount": "Remittance Amount",
+      "Source": "Source",
+      "Activity": "Activity",
+      "Coupon": "Coupon",
+      "ManagerAdd": "Manager Add",
+      "Country": "Country/Region",
+      "SendDate": "Send Date",
+      "QuantityLimit": "Quantity Limit",
+      "ReadTime": "Read Time",
+      "QuotaAmount": "Quota Amount",
+      "QuotaStatus": "Quota Status",
+      "Reason": "Reason",
+      "SelectAccountType": "Select Account Type",
+      "ExclusionAccountType": "Exclusion Account Type",
+      "SelectGroupType": "Select Group Type",
+      "DefaultGroupType": "Default Group Type",
+      "SupplementAll": "Save All Send",
+      "ExclusionAccount": "Exclusion Account",
+      "RevokeRatio": "Revoke Ratio",
+      "RevokeAmount": "Closing Amount",
+      "ClosingRatio": "Closing Ratio",
+      "SymbolName": "Symbol Name",
+      "SwapLong": "Swap Long",
+      "SwapShort": "Swap Short"
+    },
+    "Des": {
+      "item1": " *Support PNG / JPG / jpeg format, file size should not exceed 3MB",
+      "item2": "Resend?",
+      "item3": " *Support mp4 / avi / 3gp / wmv / asf / navi / mov / mpeg / rm / rmvb / flv / f4v format,file size should not exceed 100MB",
+      "item4": " *The address should be complete, such as: http://123",
+      "item5": "Are you sure you want to send mail?",
+      "item6": "Please enter the name of the list and select the file",
+      "item7": "Are you sure you want to reset the promo code?",
+      "item8": "Are you sure you want to send a notification?",
+      "item9": "It is not allowed to delete. At least one item should be kept",
+      "item10": "When matching, as long as one is satisfied, it will be monitored",
+      "item11": "Enter 'cwgc' and all groups with 'cwgc' in the group will be matched",
+      "item12": "Enter '^cwgc' and all groups beginning with 'cwgc' in the group will be matched",
+      "item13": "Enter 'cwgc$' and all groups ending with 'cwgc' in the group will be matched",
+      "item14": "Enter '^cwgc$' to match exactly to the 'cwgc' group",
+      "item21": "Enter 'CN' and all countries with 'CN' in the country will be matched",
+      "item22": "Enter '^CN' and all countries beginning with 'CN' in the country will be matched",
+      "item23": "Enter 'CN$' and all countries ending with 'CN' in the country will be matched",
+      "item24": "Enter '^CN$' and it will exactly match the 'CN' country",
+      "item31": "Enter 'USDCNY' and all currency types with 'USDCNY' in the currency type will be matched",
+      "item32": "Enter '^USDCNY' and all currency types beginning with 'USDCNY' in the currency type will be matched",
+      "item33": "Enter 'USDCNY$' and all currency types ending with 'USDCNY' in the currency type will be matched",
+      "item34": "Enter '^USDCNY$' and the currency type of 'USDCNY' will be exactly matched",
+      "item41": "Please input the list name, platform, adjustment time and other information and select the file",
+      "item42": "Please select file"
+    },
+    "IbReport": {
+      "Title6": "Balance Adjustment",
+      "ALL": "ALL",
+      "DirectlyUnder": "Affiliation",
+      "RateUS": "Rate to the US"
+    },
+    "SymbolTraderDate": {
+      "item1_1": "Sunday",
+      "item1_2": "Monday",
+      "item1_3": "Tuesday",
+      "item1_4": "Wednesday",
+      "item1_5": "Thursday",
+      "item1_6": "Friday",
+      "item1_7": "Saturday",
+      "item2": "Start time (hours)",
+      "item3": "Start time (minutes)",
+      "item4": "End time (hours)",
+      "item5": "End time (minutes)"
+    }
+  },
+  "Raffle": {
+    "R-FundModification": "Fund Modification",
+    "FundModification": {
+      "WalletBalance": "Wallet balance"
+    },
+    "R-WinningList": "Winning List",
+    "R-WinningList-list": "List",
+    "R-WinningList-add": "Add",
+    "R-WinningList-Update": "Update",
+    "R-WinningList-Delete": "Delete",
+    "R-WinningList-AutomaticLottery": "Automatic Lottery",
+    "R-WinningList-AutomaticLotteryU": "Automatic Lottery Modification",
+    "WinningList": {
+      "item1": "Account"
+    },
+    "R-RaffleBanner": "Lottery carousel",
+    "R-RaffleBanner-list": "List",
+    "R-RaffleBanner-add": "Add",
+    "R-RaffleBanner-Update": "Update",
+    "R-RaffleBanner-Delete": "Delete",
+    "R-RaffleActivity": "Lottery Activity",
+    "R-RaffleActivityCut": "Activity Customer",
+    "R-RaffleActivityCut-list": "Activity Customer List",
+    "R-RaffleActivityCut-export": "Activity customer export",
+    "R-RaffleActivityCut-Update": "Number of modifications",
+    "R-LuckyAwardList": "Lucky Award List",
+    "R-LuckyAwardList-list": "Lucky Award List",
+    "R-LuckyAwardList-approve": "Lucky Award List Approval",
+    "R-LuckyAwardList-quest": "View questionnaire",
+    "RaffleActivity": {
+      "item1": "Customer service review status",
+      "item2": "Remaining lottery draws",
+      "item3": "Name",
+      "item4": "Email",
+      "item5": "Gender",
+      "item6": "Age",
+      "item7": "Nationality",
+      "item8": "How long do you have experience trading in the foreign exchange market?",
+      "item9": "Do you prefer long-term investment or short-term trading?",
+      "item10": "Which products do you prefer to trade?",
+      "item10_1": "Other (please fill in)",
+      "item11": "How did you learn about the CWG Cash Carnival event?",
+      "item11_1": "Other (please specify)",
+      "item12": "What are your thoughts on the award of our cash carnival event?",
+      "item13": "Upload your personal photo"
+    },
+    "R-RaffleList": "Lucky Award List",
+    "R-RaffleList-list": "List",
+    "R-RaffleList-approve": "Approval",
+    "RaffleList": {
+      "item1": "Submission status",
+      "item1_1": "Unsubmitted",
+      "item1_2": "Submitted",
+      "item2": "Background audit status"
+    },
+    "R-WalletTransfer": "Wallet transfer",
+    "R-WalletTransfer-list": "List",
+    "R-WalletHistory": "Wallet History",
+    "R-WalletHistory-list": "Wallet History list",
+    "R-WalletHistory-export": "Wallet History Export",
+    "WalletHistory": {
+      "item1": "serial number",
+      "item2": "Source",
+      "item2_1": "Lottery",
+      "item2_2": "Management",
+      "item2_3": "Internal Conversion",
+      "item2_4": "Interest Calculation",
+      "item2_5": "Cashback",
+      "item3": "Amount",
+      "item4": "Remarks",
+      "item5": "Lottery time"
+    },
+    "R-RaffleNumber": "Number of lucky draws",
+    "R-RaffleNumber-list": "List of lottery attempts",
+    "R-RaffleNumber-export": "Export lottery times",
+    "RaffleNumber": {
+      "item1": "serial number",
+      "item2": "Source",
+      "item2_1": "deposit",
+      "item2_2": "Task",
+      "item2_3": "Management",
+      "item3": "Name",
+      "item4": "Remarks",
+      "item5": "Add time",
+      "item6": "Number of lucky draws",
+      "item7": "Remaining lucky draws",
+      "item8": "Expiration time",
+      "item9": "Expiration count"
+    },
+    "R-RegistrationForm": "Exhibition Guests",
+    "R-RegistrationForm-list": "List",
+    "R-RegistrationForm-export": "Export",
+    "RegistrationForm": {
+      "item1": "Name",
+      "item2": "Referrer",
+      "item3": "Add Time",
+      "item4": "Number",
+      "item5": "Email",
+      "item6": "Country",
+      "item7": "Please select a country",
+      "item8": "Download"
+    },
+    "R-BaiduForm": "Baidu Guests",
+    "R-BaiduForm-list": "List",
+    "R-BaiduForm-export": "Export",
+    "BaiduForm": {
+      "item1": "WeChat"
+    }
+  },
+  "performance": {
+    "R-performance": "Performance Management",
+    "R-performance-SalesPerformance": "Sales Performance",
+    "R-performance-Allocation": "Performance Allocation",
+    "R-PerformanceAllocation-list": "Allocation List",
+    "R-PerformanceAllocation-add": "Allocation Add",
+    "R-PerformanceAllocation-Update": "Allocation Update",
+    "R-PerformanceAllocation-Delete": "Allocation Delete",
+    "R-performance-Scoring": "Performance Scoring",
+    "R-PerformanceScoring-list": "Scoring List",
+    "R-PerformanceScoring-export": "Scoring Export",
+    "Sales": {
+      "item1": "Sales Type",
+      "item2": "Regular Sales",
+      "item3": "Sales Supervisor",
+      "item4": "Sales Name",
+      "item5": "Sales Number",
+      "item6": "Pure Deposit",
+      "item7": "Total Deposit",
+      "item8": "Team Pure Deposit",
+      "item9": "Team Total Deposit",
+      "item10": "Fresh Agent Amount",
+      "item11": "Fresh Custom Amount"
+    }
+  },
+  "salaryPerformance": {
+    "R-Dynamic-add": "Add",
+    "R-Dynamic-edit": "Edit",
+    "R-Dynamic-delete": "Delete",
+    "R-salaryPerformance": "Salary performance",
+    "R-salaryPerformance-Rule": "Performance Rules",
+    "R-PerformanceRule-list": "List",
+    "R-PerformanceRule-add": "Add",
+    "R-PerformanceRule-filter": "Filtering rules",
+    "R-Performance-List": "Salary Performance List",
+    "R-PerformanceList-salary": "Salary Performance List",
+    "R-PerformanceList-salaryD": "Salary Performance Export",
+    "R-PerformanceList-basic": "Basic salary performance details",
+    "R-PerformanceList-basicD": "Basic salary performance Export",
+    "R-PerformanceList-com": "Transaction volume commission details",
+    "R-PerformanceList-comD": "Transaction volume commission Export",
+    "R-Performance-Record": "Salary records",
+    "R-Sales-Dynamic": "Sales Dynamic",
+    "Dynamic-basicSalary": "Basic Salary",
+    "Dynamic-salaryPerformance": "Salary Performance List",
+    "Dynamic-basicPerformance": "Basic Performance List",
+    "Dynamic-commissionDetail": "Commission Detail",
+    "R-PerformanceRecord-list": "List",
+    "R-PerformanceRecord-add": "Add",
+    "R-PerformanceRecord-single": "Single",
+    "salary": {
+      "item1": "sales type",
+      "item2": "Ordinary sales",
+      "item3": "Team leader",
+      "item4": "Salary and Performance Rules",
+      "item5": "Salary account",
+      "item6": "Salary Account Platform",
+      "item7": "Rule Name",
+      "item8": "Assessment criteria",
+      "item8_1": "Net deposit",
+      "item8_2": "毛入金",
+      "item9": "Basic salary",
+      "item9_1": "Grade",
+      "item10": "Min",
+      "item11": "Max",
+      "item12": "proportion",
+      "item13": "Personal performance evaluation",
+      "item14": "Team performance evaluation",
+      "item15": "Personal trading volume commission",
+      "item16": "Team trading volume commission",
+      "item17": "Account Type",
+      "item18": "Add",
+      "item19": "Reduce",
+      "item20": "Amount type",
+      "item21": "Salary performance",
+      "item22": "hand movement",
+      "item23": "Transfer out",
+      "item24": "Amount",
+      "item25": "Sales Name",
+      "item26": "Please select a month",
+      "item27": "Report type",
+      "item28": "Detail type",
+      "item29": "Basic salary",
+      "item30": "individual",
+      "item31": "Team performance",
+      "item32": "Deposit and withdrawal",
+      "item33": "Agency commission",
+      "item34": "Net income from base salary",
+      "item35": "Basic salary amount",
+      "item36": "Personal performance net deposit",
+      "item37": "Performance amount",
+      "item38": "Personal trading volume",
+      "item39": "Personal trading volume commission",
+      "item40": "Net team performance deposit",
+      "item40_1": "Net team performance deposit(A)",
+      "item40_2": "Net team performance deposit(B)",
+      "item41": "Team performance amount",
+      "item41_1": "Team performance amount(A)",
+      "item41_2": "Team performance amount(B)",
+      "item42": "Team trading volume",
+      "item43": "Team trading volume commission",
+      "item44": "Order Time",
+      "item45": "Team volume",
+      "item46": "Team Leader ID",
+      "item47": "Personal",
+      "item48": "Team",
+      "item49": "Salary Currency Type",
+      "item50": "Note",
+      "item51": "Basic Salary",
+      "item52": "Actual Salary",
+      "item53": "Month",
+      "item54": "Activity Reward"
+    },
+    "R-SalaryAccount": "SalaryAccount",
+    "R-SalaryAccount-list": "List",
+    "R-SalaryAccount-add": "Add",
+    "R-SalaryAccount-update": "Single",
+    "R-SalaryAccount-delect": "Delete",
+    "SalaryAccount": {
+      "item1": "Add Time",
+      "item2": "Modify Time"
+    }
+  },
+  "SpecialApprovalActivity": {
+    "R-Activity": "SpecialApprovalActivity",
+    "R-ActivityReason": "Activity Reason",
+    "R-ActivityReason-Add": "Reason Add",
+    "R-ActivityReason-Up": "Reason Update",
+    "R-ActivityReason-Del": "Reason Delect",
+    "R-ActivityList": "Activity List",
+    "R-ActivityList-Add": "Activity Add",
+    "R-ActivityList-Up": "Activity Update",
+    "R-ActivityList-Cl": "Activity Close",
+    "Label": {
+      "item1": "Remarks",
+      "item2": "Gift Ratio",
+      "item3": "Gift Limit",
+      "item4": "Activity Time",
+      "item5": "Active",
+      "item6": "Activity ended",
+      "item7": "Activity canceled",
+      "item8": "Special approval instructions",
+      "item9": "restore the shutdown function"
+    }
+  },
+  "standardRebate": {
+    "item1": "Reward Report",
+    "item2": "Trade type",
+    "item3": "Order lots",
+    "item4": "Reward lots",
+    "item5": "Reward base",
+    "item6": "Reward amount",
+    "item7": "Reward interval"
+  },
+  "GiftMoneyActivity": {
+    "R-GiftMoneyActivity": "Publish Gift Activity",
+    "R-GiftMoneyActivityAdd": "Gift Activity Add",
+    "R-GiftMoneyActivity-Search": "List",
+    "R-GiftMoneyActivity-Add": "Add",
+    "R-GiftMoneyActivity-Update": "Update",
+    "R-GiftMoneyActivity-Delete": "Delete",
+    "R-GiftMoneyActivityApply": "Gift Activity",
+    "R-GiftActivityApply-List": "List",
+    "R-GiftActivityApply-Delete": "Delete",
+    "R-GiftActivityApply-Cancle": "Cancle",
+    "Label": {
+      "item1": "Revocation Time",
+      "item2": "Gift Ratio",
+      "item3": "Gift Limit",
+      "item4": "Activity Time",
+      "item5": "Active",
+      "item6": "Activity ended",
+      "item7": "Activity canceled"
+    }
+  },
+  "DataRetrieval": {
+    "R-DataRetrieval": "Data Retrieval",
+    "R-AccountRetrieval": "Account Retrieval",
+    "R-AccountRetrieval-Search": "List",
+    "R-UserRetrieval": "User Retrieval",
+    "R-UserRetrieval-Search": "List",
+    "R-OnlineDeposit": "Online deposit",
+    "R-OnlineDeposit-Search": "List",
+    "R-WithdrawalApplication": "Withdrawal application",
+    "R-WithdrawalApplication-Search": "List",
+    "R-CommissionExtract": "Commission withdrawal",
+    "R-CommissionExtract-Search": "List"
+  },
+  "ActivityTen": {
+    "R-ActivityTen": "10%/100% Bonus Promotion",
+    "R-ActivityTen-List": "List",
+    "R-ActivityTen-Delete": "Delete",
+    "R-ActivityTen-Cancle": "Cancle",
+    "Label": {
+      "item1": "Revocation Time",
+      "item2": "Gift Ratio",
+      "item3": "Gift Limit",
+      "item4": "Activity Time",
+      "item5": "Active",
+      "item6": "Activity ended",
+      "item7": "Activity canceled",
+      "item8": "Accumulated amount"
+    }
+  },
+  "Ucard": {
+    "UserOrder": {
+      "item1": "CID Account",
+      "item2": "Order Number",
+      "item3": "Merchant Order Number",
+      "item4": "Payment Currency",
+      "item5": "Payment Amount",
+      "item6": "Total Payment Fee",
+      "item7": "Recipient Account Name",
+      "item8": "Recipient Account Number",
+      "item9": "Recipient Currency",
+      "item10": "Amount Received",
+      "item11": "Status",
+      "item12": "Message",
+      "item13": "Order Remarks",
+      "item14": "Full Name",
+      "item15": "Email",
+      "item16": "Phone Number",
+      "p1": "Payout",
+      "p2": "Payout Validation",
+      "p3": "Payer Validation",
+      "p4": "Payee Validation",
+      "p5": "Query Remit Bank and Config",
+      "p6": "Query Fiat Exchange Rate",
+      "p7": "Query Order Result",
+      "p8": "Submit Dispute Info or File",
+      "b1": "Update",
+      "s1": "Card Number",
+      "s2": "Status",
+      "t1": "Virtual Card",
+      "t2": "Physical Card",
+      "t3": "MasterCard Virtual Card",
+      "t4": "MasterCard Physical Card",
+      "t5": "Processing",
+      "t6": "Paying",
+      "t7": "Payment Successful",
+      "t8": "Payment Failed",
+      "t9": "Refunded",
+      "t10": "To Be Submitted",
+      "t11": "Pending Review",
+      "t12": "Approved",
+      "t13": "Rejected",
+      "t14": "Status filtering",
+      "ms1": "Failed to Query Remit Bank Config",
+      "ms2": "Failed to Query Fiat Exchange Rate",
+      "ms3": "Failed to Submit Dispute Info or File",
+      "ms4": "Failed to Query Order Result",
+      "ms5": "Query Failed"
+    },
+    "Recharge": {
+      "item1": "Order Number",
+      "item2": "Card Number",
+      "item3": "Currency",
+      "item4": "Top-up Amount",
+      "item5": "Top-up Fee",
+      "item6": "Amount Received",
+      "item7": "Received Currency",
+      "item8": "Exchange Rate",
+      "item9": "Top-up Time",
+      "item10": "Top-up Status",
+      "b1": "Update",
+      "s1": "Card Number",
+      "s2": "Currency",
+      "t1": "Success",
+      "t2": "Failure",
+      "t3": "Processing"
+    },
+    "Transactions": {
+      "item1": "Card Type ID",
+      "item2": "Card Number",
+      "item3": "Transaction Currency",
+      "item4": "Transaction Amount",
+      "item5": "Fee",
+      "item6": "Actual Payment Amount",
+      "item7": "Actual Payment Currency",
+      "item8": "Transaction Serial Number",
+      "item9": "Transaction Type",
+      "item10": "Transaction Type Description",
+      "item11": "Transaction Status",
+      "item12": "Data Type",
+      "item13": "Remarks",
+      "b1": "Update",
+      "s1": "Card Number",
+      "s2": "Transaction Currency",
+      "s3": "Transaction Type",
+      "s4": "Data Type",
+      "s5": "Transaction Status",
+      "t1": "authorization",
+      "t2": "Refund",
+      "t3": "Verification",
+      "t4": "Void",
+      "t5": "Maintain Fee",
+      "t6": "Transfer Out",
+      "t7": "Settlement Adjustment",
+      "t8": "Balance Inquiry",
+      "t9": "Fee",
+      "t10": "Purchase",
+      "t11": "Purchase Failed",
+      "t12": "Refund",
+      "t13": "Reversal",
+      "t14": "Others",
+      "t15": "Card Binding Verification",
+      "t16": "Management Fee",
+      "t17": "Settlement",
+      "t18": "Success",
+      "t19": "Reposted",
+      "t20": "Was Reposted",
+      "t21": "Was Reversed",
+      "t22": "Reversed",
+      "t23": "Return",
+      "t24": "Authorized",
+      "t25": "Failed"
+    },
+    "VirtualCard": {
+      "item1": "Card Type ID",
+      "item2": "Bank Card Number",
+      "item3": "Expiration Date",
+      "item4": "CVV",
+      "item5": "Activation Status",
+      "item6": "Freeze Status",
+      "item7": "Partner User ID",
+      "item8": "User Signature Photo",
+      "item9": "Currency",
+      "item10": "Balance",
+      "item11": "Photo Holding Passport and Bank Card",
+      "b1": "Activate Bank Card",
+      "b2": "Top Up Bank Card",
+      "b3": "Estimate Recharge Arrival Amount",
+      "b4": "Check Recharge Order",
+      "b5": "Check Card Balance",
+      "b6": "Retrieve Password",
+      "b7": "Freeze Card",
+      "b8": "Unfreeze Card",
+      "b9": "Search",
+      "b10": "Close",
+      "s1": "Card Number",
+      "s2": "Activation Status",
+      "t1": "Visa Virtual Card",
+      "t2": "Visa Physical Card",
+      "t3": "MasterCard Virtual Card",
+      "t4": "MasterCard Physical Card",
+      "t5": "Processing",
+      "t6": "Success",
+      "t7": "Active",
+      "t8": "Frozen",
+      "t9": "Inactive",
+      "t10": "Failed",
+      "d6": "Reset Password",
+      "d5": "Bank Card Balance",
+      "d3": "Estimate Recharge Arrival Amount",
+      "d2": "Top Up Bank Card",
+      "d1": "Activate Bank Card"
+    },
+    "CardOrder": {
+      "item1": "Card Type ID",
+      "item2": "Card Number",
+      "item3": "Expiration Date",
+      "item4": "CVV",
+      "item5": "Status",
+      "item6": "Card Description",
+      "item7": "Partner User ID",
+      "item8": "Fee Status",
+      "b1": "Update",
+      "b2": "Check Card Issuance Progress",
+      "s1": "Card Number",
+      "s2": "Status",
+      "t1": "Visa Virtual Card",
+      "t2": "Visa Physical Card",
+      "t3": "MasterCard Virtual Card",
+      "t4": "MasterCard Physical Card",
+      "t5": "Processing",
+      "t6": "Card Issued Successfully",
+      "t7": "Card Issued Fail",
+      "t8": "Deduction successful",
+      "t9": "Deduction failed",
+      "t10": "Pending"
+    },
+    "KycAuth": {
+      "item1": "Card Type",
+      "item2": "Mobile Number",
+      "item3": "Email",
+      "item4": "Last Name",
+      "item5": "First Name",
+      "item6": "Status",
+      "item7": "Partner User ID",
+      "item8": "CID Account",
+      "item9": "Full Name",
+      "item10": "Email",
+      "item11": "Mobile Number",
+      "b1": "Check KYC Status",
+      "b2": "Submit KYC",
+      "b3": "Apply for Card",
+      "s1": "Card Number",
+      "s2": "Status",
+      "t1": "Visa Virtual Card",
+      "t2": "Visa Physical Card",
+      "t3": "MasterCard Virtual Card",
+      "t4": "MasterCard Physical Card",
+      "t5": "Not Available",
+      "t6": "Under Review",
+      "t7": "Approved",
+      "t8": "Rejected"
+    },
+    "CardType": {
+      "item1": "Card Type ID",
+      "item2": "Card Type",
+      "item3": "Type Description",
+      "item4": "Card Name",
+      "item5": "Card Description",
+      "item6": "KYC Required",
+      "item7": "Status",
+      "item8": "Top-up Currency Settings",
+      "item9": "Top-up Currency",
+      "item10": "Minimum Top-up Amount",
+      "item11": "Maximum Top-up Amount",
+      "item12": "Precision",
+      "item13": "Passport & Bank Card Photo Required for Activation",
+      "item14": "User Signature Photo Required for Freeze, Unfreeze, or Password Recovery",
+      "b1": "Update",
+      "s1": "Card Type",
+      "s2": "Card Name",
+      "s3": "Status",
+      "t1": "Visa Virtual Card",
+      "t2": "Visa Physical Card",
+      "t3": "MasterCard Virtual Card",
+      "t4": "MasterCard Physical Card",
+      "t5": "Unavailable",
+      "t6": "Available"
+    },
+    "Business": {
+      "item1": "CID Account",
+      "item2": "Area Code",
+      "item3": "Phone Number",
+      "item4": "Email",
+      "item5": "Full Name",
+      "item6": "First Name",
+      "item7": "Date of Birth",
+      "item8": "Nationality",
+      "item9": "Gender",
+      "item10": "Country",
+      "item11": "City",
+      "item12": "Address",
+      "item13": "Postal Code",
+      "item14": "ID Type",
+      "item15": "ID Number",
+      "item16": "ID Expiry Date",
+      "item17": "ID Photo",
+      "item18": "Face Photo",
+      "item19": "Extended Fields",
+      "item20": "Actions",
+      "item21": "Account Balance",
+      "text1": "Please Select",
+      "text2": "CID Account",
+      "text3": "Full Name",
+      "text4": "Email",
+      "text5": "Phone Number",
+      "text6": "Enter CID Account",
+      "text7": "Enter Full Name",
+      "text8": "Enter Email",
+      "text9": "Enter Phone Number",
+      "p1": "Merchant Info Edit",
+      "p2": "Enter Merchant Email",
+      "p3": "Search",
+      "p4": "Area Code",
+      "p5": "Select Area Code",
+      "p6": "Phone Number",
+      "p7": "Email",
+      "p8": "Last Name",
+      "p9": "First Name",
+      "p10": "Date of Birth",
+      "p11": "Nationality",
+      "p12": "Select Nationality",
+      "p13": "Gender",
+      "p14": "Please Select",
+      "p15": "Male",
+      "p16": "Female",
+      "p17": "Country",
+      "p18": "Select Country",
+      "p19": "City",
+      "p20": "Select City",
+      "p21": "Address",
+      "p22": "Postal Code",
+      "p23": "ID Type",
+      "p24": "Select ID Type",
+      "p25": "Identity Card",
+      "p26": "Passport",
+      "p27": "ID Number",
+      "p28": "ID Expiry Date",
+      "p29": "ID Photo",
+      "p30": "Face Photo",
+      "p31": "Extended Fields",
+      "p32": "Cancel",
+      "p33": "Register",
+      "p34": "Save",
+      "p35": "Photo Preview",
+      "p36": "DLN",
+      "p37": "政府签发的身份证",
+      "ms1": "Failed to Get Area Code",
+      "ms2": "Query Failed",
+      "ms3": "ID Photo",
+      "ms4": "Face Photo",
+      "ms5": "Added Successfully",
+      "ms6": "Add Failed",
+      "ms7": "Updated Successfully",
+      "ms8": "Update Failed",
+      "ms9": "Request Failed",
+      "ms10": "Upload Failed",
+      "ms11": "File Uploaded Successfully",
+      "ms12": "File Upload Failed",
+      "ms13": "Please Select Merchant First",
+      "ms14": "Please Complete Type and Attachment",
+      "ms15": "KYC Attachment Uploaded Successfully",
+      "ms16": "KYC Attachment Upload Failed",
+      "t1": "Male",
+      "t2": "Female",
+      "t3": "View",
+      "t4": "Update",
+      "t5": "Payout",
+      "t6": "Upload KYC Attachment",
+      "t7": "Submit KYC Verification",
+      "t8": "Type",
+      "t9": "Please select type",
+      "t10": "EEA Document License",
+      "t11": "Handheld photo",
+      "t12": "Signature photo"
+    },
+    "PaymentTransfer": {
+      "item1": "Receiving Bank:",
+      "item2": "Transaction Currency:",
+      "item3": "Target Currency Code:",
+      "item4": "Target Country Code:",
+      "item5": "Exchange Rate:",
+      "item6": "Basic Information",
+      "item7": "Receiving Bank ID:",
+      "item8": "User Unique ID:",
+      "item9": "Remittance Amount:",
+      "item10": "Remarks:",
+      "item11": "Payer-Recipient Relationship:",
+      "item12": "Brother",
+      "item13": "Brother-in-law",
+      "item14": "Cousin",
+      "item15": "Daughter",
+      "item16": "Father",
+      "item17": "Father-in-law",
+      "item18": "Friend",
+      "item19": "Grandfather",
+      "item20": "Grandmother",
+      "item21": "Husband",
+      "item22": "Mother",
+      "item23": "Mother-in-law",
+      "item24": "Nephew",
+      "item25": "Niece",
+      "item26": "Self",
+      "item27": "Sister",
+      "item28": "Brother's/Wife's Sibling",
+      "item29": "Son",
+      "item30": "Uncle/Aunt",
+      "item31": "Wife",
+      "item32": "Other",
+      "item33": "Source of Funds:",
+      "item34": "Cash",
+      "item35": "Business",
+      "item36": "Gift",
+      "item37": "Salary",
+      "item38": "Lottery",
+      "item39": "Savings",
+      "item40": "Other",
+      "item41": "Payment Purpose:",
+      "item42": "Purchase of Goods or Services",
+      "item43": "Freight and Shipping Costs",
+      "item44": "Educational Expenses",
+      "item45": "Immigration Investment",
+      "item46": "Charitable Donation",
+      "item47": "Family Support",
+      "item48": "Dividend or Interest Payment",
+      "item49": "International Trade",
+      "item50": "Payer Information",
+      "item51": "Payer Type:",
+      "item52": "Individual",
+      "item53": "Payer Last Name:",
+      "item54": "Payer First Name:",
+      "item55": "Payer ID Number:",
+      "item56": "Payer ID Type:",
+      "item57": "Passport",
+      "item58": "Identity Card",
+      "item59": "ID Issuing Country:",
+      "item60": "Please Select ID Issuing Country",
+      "item61": "Date of Birth:",
+      "item62": "Nationality:",
+      "item63": "Please Select Nationality",
+      "item64": "Phone Number:",
+      "item65": "Country of Residence:",
+      "item66": "Please Select Country of Residence",
+      "item67": "City Code of Residence:",
+      "item68": "Please Select City of Residence",
+      "item69": "Address:",
+      "item70": "Postal Code:",
+      "item71": "Occupation:",
+      "item72": "Verify Payer",
+      "item73": "Recipient Information",
+      "item74": "Recipient Bank ID:",
+      "item75": "Recipient Account Number:",
+      "item76": "Recipient Account Name:",
+      "item77": "Recipient Country of Residence:",
+      "item78": "Please Select Recipient Country of Residence",
+      "item79": "Recipient City of Residence:",
+      "item80": "Please Select Recipient City",
+      "item81": "Recipient Address:",
+      "item82": "Recipient Postal Code:",
+      "item83": "Recipient Last Name:",
+      "item84": "Recipient First Name:",
+      "item85": "Recipient Bank Code:",
+      "item86": "Recipient Nationality:",
+      "item87": "Please Select Recipient Nationality",
+      "item88": "Recipient ID Type:",
+      "item89": "Passport",
+      "item90": "Identity Card",
+      "item91": "Recipient ID Number:",
+      "item92": "ID Expiry Date:",
+      "item93": "Date of Birth:",
+      "item94": "Mobile Area Code:",
+      "item95": "Please Select Area Code",
+      "item96": "Mobile Number:",
+      "item97": "Bank Account Type:",
+      "item98": "Checking Account",
+      "item99": "Savings Account",
+      "item100": "Fixed Deposit Account",
+      "item101": "Other Account",
+      "item102": "Verify Recipient",
+      "item103": "Verify Payer",
+      "item104": "Verify All",
+      "item105": "Submit Payout",
+      "item106": "Order Number:",
+      "item107": "Merchant Original Order Number:",
+      "item108": "Payment Status:",
+      "text1": "Submit Inquiry Info or Documents",
+      "text2": "Order Number:",
+      "text3": "Enter PayouCard Order Number",
+      "text4": "(PayouCard Order Number, Required)",
+      "text5": "Order Information",
+      "text6": "Please Provide Order-related Information",
+      "text7": "Please Select Info Type",
+      "text8": "Info Type:",
+      "text9": "Please Select Info Type",
+      "text10": "Enter Info Content",
+      "text11": "Info Content:",
+      "text12": "Enter Info Content",
+      "text13": "(Chinese characters not supported, up to 200 characters)",
+      "text14": "Add Order Info",
+      "text15": "Order File",
+      "text16": "Please Provide Order-related File",
+      "text17": "Please Select File Type",
+      "text18": "File Type:",
+      "text19": "Please Select File Type",
+      "text20": "Please Upload File",
+      "text21": "File:",
+      "text22": "Select File",
+      "text23": "Delete",
+      "text24": "(Each file must not exceed 2MB, only supports .png, .jpg, .jpeg)",
+      "ms1": "Please Enter Target Currency Code",
+      "ms2": "Please Enter Target Country Code",
+      "ms3": "Please Enter Bank ID",
+      "ms4": "Please Enter Unique User ID",
+      "ms5": "Please Enter Merchant Order Number",
+      "ms6": "Please Enter Remittance Amount",
+      "ms7": "Please Enter Remarks",
+      "ms8": "Length must be between 5 and 64 characters",
+      "ms9": "Please Enter Payer Last Name",
+      "ms10": "Length must be between 2 and 50 characters",
+      "ms11": "Please Enter Payer ID Number",
+      "ms12": "Length must be between 6 and 18 characters",
+      "ms13": "Please Select Payer ID Type",
+      "ms14": "Please Enter ID Issuing Country",
+      "ms15": "2-letter Country Code",
+      "ms16": "Please Select Date of Birth",
+      "ms17": "Please Enter Nationality",
+      "ms18": "Please Enter Phone Number",
+      "ms19": "Example: +37012345678, length 8 to 15 characters",
+      "ms20": "Please Enter Country of Residence",
+      "ms21": "2-letter Country Code",
+      "ms22": "Please Enter City Code",
+      "ms23": "Please Enter Address",
+      "ms24": "Length must be between 10 and 100 characters",
+      "ms25": "Please Enter Postal Code",
+      "ms26": "Length must be between 3 and 9 characters",
+      "ms27": "Please Enter Occupation",
+      "ms28": "Length must be between 3 and 20 characters",
+      "ms29": "Please Enter Recipient Account Number",
+      "ms30": "Length must be between 2 and 48 characters",
+      "ms31": "Please Enter Recipient Account Name",
+      "ms32": "Length must be between 1 and 100 characters",
+      "ms33": "Length must be between 2 and 60 characters",
+      "ms34": "Length must be between 2 and 60 characters",
+      "ms35": "Please Enter Bank ID",
+      "ms36": "Please Enter Recipient Account Number",
+      "ms37": "Length must be between 2 and 48 characters",
+      "ms38": "Please Enter Recipient Account Name",
+      "ms39": "Length must be between 1 and 100 characters",
+      "ms40": "Please Enter Order Number",
+      "ms41": "Recipient Name",
+      "ms42": "Recipient ID",
+      "ms43": "Recipient Phone Number",
+      "ms44": "Recipient Bank",
+      "ms45": "Recipient Bank Branch",
+      "ms46": "Recipient Address",
+      "ms47": "Recipient Date of Birth",
+      "ms48": "Payment Proof",
+      "ms49": "Bank Statement",
+      "ms50": "Trade Contract",
+      "ms51": "Trade Invoice",
+      "ms52": "Order Screenshot",
+      "ms53": "ID Proof",
+      "ms54": "File Uploaded Successfully",
+      "ms55": "File Upload Failed",
+      "ms56": "Only JPG/PNG format images are allowed!",
+      "ms57": "Image size must not exceed 2MB",
+      "ms58": "Please Complete the Form",
+      "ms59": "At least one order info or file is required",
+      "ms60": "Order Info Submitted Successfully",
+      "ms61": "Submission Failed",
+      "ms62": "Unknown Error",
+      "ms63": "Upload Failed",
+      "ms64": "Failed to Retrieve Exchange Rate",
+      "ms65": "Query Failed",
+      "ms66": "Supported Banks:",
+      "ms67": "Minimum Amount 100 EUR",
+      "ms68": "Chinese Characters Not Supported",
+      "ms69": "Character Length Must Be",
+      "ms70": "Only English Supported",
+      "ms71": "Failed to Get Area Code",
+      "ms72": "Recipient Verification Passed",
+      "ms73": "Payer Verification Passed",
+      "ms74": "Overall Verification Passed",
+      "ms75": "Payout Verification Passed"
+    }
+  },
+  "card": {
+    "title": "CWG Card",
+    "tab1": "Deposit Record",
+    "tab2": "Transaction Record",
+    "tab3": "Personal Information",
+    "tab4": "Change Password",
+    "tab5": "CWG Card",
+    "tab6": "Complete Information",
+    "tab7": "Deposit Record",
+    "tab8": "Transaction Record",
+    "tab9": "Apply for Card",
+    "tab10": "Activate",
+    "tab11": "Card Deposit",
+    "tab12": "Change Password",
+    "tab13": "Freeze Account",
+    "tab14": "Unfreeze Account",
+    "tab15": "Card Application Record",
+    "tab16": "Card Progress",
+    "tab17": "Wallet Balance Record",
+    "tab18": "Select Card",
+    "tab19": "Confirm Information",
+    "Status": {
+      "t1": "Success",
+      "t2": "Failure",
+      "t3": "Processing",
+      "t4": "Authorized",
+      "t5": "Pending",
+      "t6": "Card Created Successfully",
+      "t7": "Card Creation Failed",
+      "t8": "Deduction Successful",
+      "t9": "Deduction Failed",
+      "t10": "Refund Successful",
+      "t11": "Refund Failed",
+      "t12": "Refund Processing",
+      "t13": "Pending Review",
+      "t14": "Review Approved",
+      "t15": "Review Rejected",
+      "t16": "Withdrawal",
+      "t17": "Deposit",
+      "t18": "Refund",
+      "t19": "Manual Transfer In",
+      "t20": "Manual Transfer Out",
+      "t21": "All",
+      "v1": "Registration Information",
+      "v2": "Modify Information",
+      "v3": "Get Face Authentication Link",
+      "v4": "KYC Manual Review",
+      "v5": "Card Application",
+      "v6": "Card Approval",
+      "v7": "Get Activation Code",
+      "v8": "Activate Card",
+      "v9": "Default Top-up Amount",
+      "v10": "Withdrawal to Wallet",
+      "v11": "Deposit to Wallet",
+      "v12": "Card Top-up Application",
+      "v13": "Top-up Approval",
+      "v14": "Freeze",
+      "v15": "Unfreeze",
+      "v16": "Change Password",
+      "v17": "Operator CID Account"
+    },
+    "Msg": {
+      "m1": "Your card application has been submitted, and you will be notified via email after approval!",
+      "m2": "Your deposit application has been submitted, and it is expected to be credited within 1-3 business days after approval!",
+      "m3": "Your bank card activation information has been submitted.",
+      "m4": "Your bank card has been successfully frozen!",
+      "m5": "Your bank card has been successfully unfrozen!",
+      "m6": "Your bank card password has been successfully changed!",
+      "m7": "Deposit Successful",
+      "m8": "Copy Successful!",
+      "m9": "Copy Failed!",
+      "m10": "Your bank card has been frozen, please activate it before proceeding!",
+      "m11": "No card type available for application",
+      "m12": "You currently do not have access, please contact the administrator!",
+      "m13": "Delete Prompt",
+      "m14": "Are you sure you want to delete this rule?",
+      "m15": "Update Successful",
+      "m16": "Front ID photo uploaded successfully",
+      "m17": "Back ID photo uploaded successfully",
+      "m18": "Handheld ID photo uploaded successfully",
+      "m19": "The uploaded profile image size cannot exceed 2MB!",
+      "m20": "The uploaded profile image must be in JPG/PNG format!"
+    },
+    "Info": {
+      "s0": "Occupation and Finance (Optional)",
+      "s1": "Personal Information",
+      "s2": "Identity Verification",
+      "s3": "Review",
+      "s4": "Your information has been verified, and you can apply for a card on the card application page.",
+      "s5": "Our team will review your application and KYC documents. After approval, you will receive a confirmation email.",
+      "s6": "Under Review",
+      "s7": "Verified",
+      "s8": "Cardholder",
+      "s9": "Expiration Date",
+      "s10": "Apply for Card",
+      "s11": "Please follow the steps to apply for a card.",
+      "s12": "Application Process",
+      "s13": "Select Card:",
+      "s14": "Please choose the card type you need.",
+      "s15": "Confirm Information:",
+      "s16": "Please confirm your information.",
+      "s17": "Application Review:",
+      "s18": "Our team will review your application, and after approval, you will receive a confirmation email.",
+      "s19": "Card Issuance:",
+      "s20": "The card will be mailed to your registered address within 5-7 business days after the review is approved.",
+      "s21": "If you have any questions or need assistance, please feel free to contact our customer service team. We wish you a pleasant experience with the card!",
+      "s22": "Receive Card:",
+      "s23": "Please ensure the envelope is intact when receiving the card.",
+      "s24": "Online Activation:",
+      "s25": "Go to the CWG Markets customer center and enter the 'Activate Card' page, enter your card number and activation code (provided with the card).",
+      "s26": "Set PIN Code:",
+      "s27": "Follow the prompts to set your Personal Identification Number (PIN), used for ATM withdrawals and shopping payments.",
+      "s28": "Start Using:",
+      "s29": "Once activated, you can start using your Visa Debit Card for spending and withdrawals.",
+      "s30": "This card supports: Wechatpay, Alipay, Applepay, and other electronic payments, as well as domestic and international POS and ATM withdrawals.",
+      "s31": "We have received your card application. Please wait for the third party to complete the procedures for deduction. After the deduction is successful, we will immediately submit your card application!",
+      "s32": "Deduction failed, the service fee will be refunded to your account, please reapply for the card!",
+      "s33": "Deduction failed, the service fee has been refunded to your account, please reapply for the card!",
+      "s34": "Your card application service fee has been deducted successfully, we will immediately submit your card application!",
+      "s35": "Your card application was not approved, please contact the staff to resolve the issue!",
+      "s36": "Your card has been approved and will be mailed to your registered address within 5-7 business days.",
+      "s37": "Sorry, your card application was not approved, please reapply.",
+      "s38": "Your card application has been submitted for third-party review, and the card will be mailed to your registered address within 5-7 business days after approval.",
+      "s39": "Service Fee Status",
+      "s40": "Approval Status",
+      "s41": "Card Status",
+      "s42": "Face Recognition Status",
+      "t1": "Pending Review",
+      "t2": "Review Approved",
+      "t3": "Review Rejected",
+      "t5": "Processing",
+      "t6": "Card Creation Successful",
+      "t7": "Card Creation Failed",
+      "t8": "Deduction Successful",
+      "t9": "Deduction Failed",
+      "t10": "Pending",
+      "t11": "Refunding",
+      "t12": "Refund Successful",
+      "t13": "Refund Failed",
+      "t15": "Status:",
+      "t16": "Card Creation in Progress (Please be patient)",
+      "t17": "Card Creation Failed (Please wait for refund and reapply)",
+      "t18": "Card Creation Successful (Please activate your card)",
+      "t19": "Card Activation in Progress (Please be patient)",
+      "t20": "Card Activation Failed (Please reactivate your card)",
+      "t21": "CID Regex Rule",
+      "t22": "Enabled Status",
+      "t23": "Creation Time",
+      "t24": "Enabled Status",
+      "t25": "Your card is not activated, please activate it first",
+      "t26": "User Permission Settings",
+      "t27": "Set Successfully",
+      "t28": "Add Successfully",
+      "t29": "Email Regex Rule",
+      "t30": "Phone Regex Rule",
+      "t31": "Area"
+    },
+    "Form": {
+      "v1": "Male",
+      "v2": "Female",
+      "v3": "Hong Kong ID Card",
+      "v4": "Passport",
+      "v5": "Driver's License",
+      "v6": "Government Issued ID",
+      "f1": "Area Code",
+      "f2": "Phone Number",
+      "f3": "Email",
+      "f4": "Last Name",
+      "f5": "First Name",
+      "f6": "Date of Birth",
+      "f7": "Nationality",
+      "f8": "Gender",
+      "f9": "City",
+      "f10": "Address",
+      "f11": "Postal Code",
+      "f12": "Occupation",
+      "f13": "Annual Income",
+      "f14": "Account Purpose",
+      "f15": "Expected Monthly Trading Volume",
+      "f16": "ID Type",
+      "f17": "ID Number",
+      "f18": "Social Security Number",
+      "f19": "ID Issuance Date",
+      "f20": "ID Expiry Date",
+      "f21": "Front ID Photo",
+      "f22": "Back ID Photo",
+      "f23": "Handheld ID Photo",
+      "f24": "Bank Card Number",
+      "f25": "Transaction Password",
+      "f26": "Activation Code",
+      "f27": "Remarks",
+      "f28": "Deposit Amount",
+      "f29": "Currency",
+      "f30": "Transaction Fee",
+      "f31": "Amount Received",
+      "f32": "Currency Received",
+      "f33": "Application Time",
+      "f34": "Confirm Password",
+      "f35": "Transaction Reference Number",
+      "f36": "Transaction Currency",
+      "f37": "Transaction Amount",
+      "f38": "Authorized Amount",
+      "f39": "Authorized Currency",
+      "f40": "Authorized Fee",
+      "f41": "Merchant Name",
+      "f42": "Transaction Type",
+      "f43": "Transaction Time",
+      "f44": "Cross-border Transaction Fee",
+      "f45": "Status",
+      "f46": "Transaction Description",
+      "f47": "Fee Status",
+      "f48": "Card Type",
+      "f49": "Card Name",
+      "f50": "Card Status",
+      "f51": "Time",
+      "f52": "Type",
+      "f53": "Approval Status",
+      "f54": "Deposit Status",
+      "f55": "Amount",
+      "f56": "Wallet Balance:",
+      "f57": "All",
+      "f58": "Fee Rate:",
+      "f59": "Estimated Fee:",
+      "f60": "Increase",
+      "f61": "Decrease",
+      "f62": "Copy Activation Code"
+    },
+    "vaildate": {
+      "v1": "Please select area code",
+      "v2": "Please enter a phone number with 5-20 digits",
+      "v3": "Please enter first name, English characters only, [2...23] characters. The total length of first and last names cannot exceed 23 characters (including spaces)",
+      "v4": "Please enter last name, English characters only, [2...23] characters. The total length of first and last names cannot exceed 23 characters (including spaces)",
+      "v5": "Please select date of birth",
+      "v6": "Please select nationality",
+      "v7": "Please select city",
+      "v8": "Please enter postal code",
+      "v9": "Please select gender",
+      "v10": "Please select occupation",
+      "v11": "Please enter annual income, e.g., 200000 USD",
+      "v12": "Please enter account purpose, English only, e.g., Living Expense",
+      "v13": "Please enter expected monthly trading volume, e.g., 100000 USD",
+      "v14": "Please select ID type",
+      "v15": "Please enter ID number",
+      "v16": "Please enter 9-digit social security number",
+      "v17": "Please select ID issuance date",
+      "v18": "Please select ID expiry date",
+      "v19": "Please select front ID photo file",
+      "v20": "Please select back ID photo file",
+      "v21": "Please select handheld ID photo file",
+      "v22": "Please enter card number",
+      "v23": "Please enter a 6-digit transaction password",
+      "v24": "Please enter activation code",
+      "v25": "Please enter remarks",
+      "v26": "Please enter deposit amount",
+      "v27": "Please enter address",
+      "v28": "Please enter email",
+      "v29": "Passwords do not match",
+      "v30": "Please select handheld ID photo file",
+      "v31": "Please enter password again",
+      "v32": "Use 6 digits",
+      "v33": "Cannot use consecutive or repeated digits",
+      "v34": "Amount must be greater than 0",
+      "v35": "Deposit amount cannot exceed",
+      "v36": "Deposit amount cannot be less than",
+      "v37": "Deposit amount cannot exceed",
+      "v38": "Only English characters are allowed (spaces are included)",
+      "v39": "Length must be between 2 and 23 characters",
+      "v40": "The total length of first and last names cannot exceed 23 characters (including spaces)",
+      "v41": "Are you sure you want to activate the card?"
+    },
+    "Btn": {
+      "Next": "Next",
+      "Previous": "Previous",
+      "Submit": "Submit",
+      "Confirm": "Confirm",
+      "Cancel": "Cancel",
+      "Update": "Update",
+      "Auth": "Authenticate",
+      "Freeze": "Freeze",
+      "Unfreeze": "Unfreeze",
+      "Recharge": "Recharge",
+      "Activate": "Activate",
+      "b1": "Activate Card",
+      "b2": "View",
+      "b3": "Recharge Application",
+      "b4": "Change Password",
+      "b5": "Freeze Card",
+      "b6": "Unfreeze Card",
+      "b7": "Apply for Card",
+      "b8": "Get Activation Code",
+      "b9": "Copy Activation Code",
+      "b10": "Balance",
+      "b11": "Check Card Application Status",
+      "b12": "Reapply for Card",
+      "b13": "Activating",
+      "b14": "Unfreezing",
+      "b15": "Freezing",
+      "b16": "Close",
+      "b17": "Cancel Card",
+      "b18": "Lock",
+      "b19": "Unfreeze Failed",
+      "b20": "Freeze Failed",
+      "b21": "Unfreezing in Progress",
+      "b22": "Freezing in Progress",
+      "b23": "Card Cancellation Status",
+      "b24": "Lock Status"
+    },
+    "New": {
+      "n0": "Address length 2–200 characters, only letters, numbers, hyphens and spaces allowed",
+      "n1": "Address length 2–40 characters, only letters, numbers, hyphens and spaces allowed",
+      "n2": "Postal code must be 2–15 characters",
+      "n3": "You are under 18 years old",
+      "n4": "Price:",
+      "n5": "Is the cardholder required when opening the card:",
+      "n6": "Supported top-up currencies:",
+      "n7": "Minimum top-up amount:",
+      "n8": "Minimum top-up amount:",
+      "n9": "Fee rate:",
+      "n10": "Deduction method",
+      "n11": "English Address"
+    },
+    "New1": {
+      "title": "Complete Information",
+      "f1": "Your ID photo has been successfully uploaded, please wait for the review result!",
+      "f2": "Upload Successful",
+      "f3": "Scan the QR code to upload your ID",
+      "f4": "Do you want to manually upload the ID photo?",
+      "d1": "Upload the front photo of your ID card",
+      "d2": "Upload the back photo of your ID card",
+      "d3": "Upload a photo of you holding your ID card",
+      "d4": "Click to select a file",
+      "d5": "Upload Successful",
+      "d6": "Upload Failed",
+      "d7": "Uploading...",
+      "d8": "Mailing Country",
+      "d9": "Mailing City",
+      "d10": "Mailing Address",
+      "d11": "Mailing Address in English",
+      "d12": "Mailing Zip Code",
+      "d13": "Mailing Phone Number",
+      "d14": "File cannot exceed 2MB",
+      "titel1": "Language Settings"
+    },
+    "CardType": {
+      "item2": "Card Type",
+      "item3": "Type Description",
+      "item4": "Card Name",
+      "item5": "Card Description",
+      "item9": "Recharge Currency",
+      "item10": "Minimum Recharge Amount",
+      "item11": "Maximum Recharge Amount",
+      "item12": "Precision",
+      "item13": "Rate",
+      "item14": "Fixed Fee",
+      "item15": "Third Party Data"
+    },
+    "New2": {
+      "p1": "Is Locked",
+      "p2": "Is Canceled",
+      "p3": "Cancel Card",
+      "p4": "Lock",
+      "p5": "Your card has been canceled",
+      "p6": "Your card has been locked"
+    },
+    "Detail": {
+      "cvv": "CVV",
+      "thru": "VALID THRU",
+      "cardUserName": "Cardholder Name",
+      "address": "Address",
+      "tab1": "Transaction Record",
+      "tab2": "Authorization Record"
+    }
+  },
+  "Ib": {
+    "Index": {
+      "TradingAccount": "Trading Account",
+      "Aay": "Day",
+      "Week": "Week",
+      "Month": "Month",
+      "ChartSet": "Chart Setting",
+      "NameCustom": "Affiliation",
+      "Custom": "Client",
+      "Agent": "IB",
+      "Link": "Referral Link",
+      "Copy": "Copy",
+      "Balance": "Balance",
+      "TotalRevenue": "Total Revenue",
+      "MAMList": "PAMM Account List",
+      "MAMAccount": "Account List",
+      "LoginType": "Account Type",
+      "Platform": "Platform",
+      "Currency": "Currency",
+      "Leverage": "Leverage",
+      "Equity": "Net Equity",
+      "Commission": "Additional Mark-up Commission",
+      "Operation": "Action",
+      "Settings": "Setting",
+      "CreateLink": "Generate Referral Link",
+      "CreateLinkActiv": "Sharing Activities Link",
+      "CreateLinkActivity": "Generate Activity Sharing Link",
+      "ChooseActiv": "Select Activity:",
+      "ChooseCommission": "Select Additional Mark-up Commission:",
+      "IbInvalid": " Do you allow your client to apply as an IB?",
+      "ChooseHide": "Select Implicit Spread Markup:",
+      "Hide": "Implicit Spread Markup",
+      "Spread": "Commission Rules",
+      "Spread1": "The current commission rule cannot generate an account opening link",
+      "Spread2": "Can generate an account opening link",
+      "Spread3": "The selected account type does not match the current commission rule. Please reselect the account type or commission configuration",
+      "Spread4": "Please select a commission rule",
+      "Spread5": "Please select an account type",
+      "Spread6": "New Commission",
+      "Spread7": "Old Commission",
+      "Spread8": "Commission"
+    },
+    "NewAccount": {
+      "TitleM": "Add MAM Account",
+      "TitleP": "Add Money Manager Account",
+      "Title1": "Classic",
+      "Des1": " Our account is feature-rich and with zero commissions. It is a powerful trading tool for all kinds of traders, including novice and senior traders. We provides the best market execution, with low spread and no re-quotes.",
+      "Platform": "Trading Platform",
+      "Lever": "Choose Leverage",
+      "Password": "Set Trading Password",
+      "Currency": "Currencies",
+      "LoginType": "Account Type",
+      "Commission": "Additional Mark-up Commission",
+      "Btn": "Apply Account",
+      "Dec1": "Multi-Account Manager",
+      "Dec2": "CWG's Multi Account Manager (MAM) is an integrated software tool that lets a single trader execute block trades on all accounts operating under a master account. It lets you place large orders in bulk, with speed, to an unlimited number of accounts. And it's free of charge now.",
+      "Dec3": "Money & Asset Manager",
+      "Dec4": "With CWG, you can take advantage of our superior pricing environment with deep liquidity throughout the global no matter how large of your order size in order to develop and establish your client base. It is just as low as $1 per standard lot.",
+      "Dec5": "After the instant account has applied for the MAM account, the margin and the leverage will be adjusted based on the master account's equity and the releasing news data period to minimize the risk from exposure. ",
+      "Dec6": "Please click to read leverage and margin",
+      "Dec7": ", and be attentive to manage the risk of the position order."
+    },
+    "Custom": {
+      "Title1": "Client Management List",
+      "Title2": "IB Management List",
+      "Manage1": "Account Management",
+      "Manage2": "IB Management",
+      "Manage3": "Client Management",
+      "Commit1": "Commission Adjustment",
+      "Commit2": "Change Of Affiliation",
+      "Commit3": "Commission Distribution",
+      "Btn": "IB Application Settings",
+      "Become": "Become An IB",
+      "Allow": "Allow",
+      "NotAllow": "Do not Allow",
+      "Open": "Open",
+      "Close": "Close",
+      "Tips": "Tips:",
+      "Tips1": "1. When you choose \"Open\", the client can apply to become IB which under you.",
+      "Tips2": "2. When you choose \"Close\", the client who under you could not apply to become IB.",
+      "Tips3": "3. When the client has applied to become IB, you will not be able to operate the \"Close\" setting.",
+      "Tips4": "When IB commissions transfer to the trading account, these amounts only can withdrawal on Friday, other applications will be denied."
+    },
+    "Report": {
+      "Title1": "Deposit And Withdrawal",
+      "Title2": "Commission Statement",
+      "Title3": "Trading Detail",
+      "Title4": "Added New Client",
+      "Title5": "Added New IB",
+      "Title6": "Trading Account",
+      "Title7": "Trading Volume Statistics",
+      "Btn": "Generate Reports",
+      "Tit1": "Trading History",
+      "Tit2": "Pending Orders History",
+      "Tit3": "Pending Orders Search",
+      "Tit4": "Position Search",
+      "item1": "Within three minutes",
+      "item2": "Three minutes away"
+    },
+    "Template": {
+      "Add": "Add New Template",
+      "TemplateName": "Template Name",
+      "AddTime": "Creation Date"
+    },
+    "Recording": {
+      "Platform": "Trading Platform",
+      "CurrencyType": "Currencies",
+      "TradingAccount": "Trading Account",
+      "AccountType": "Account Type",
+      "Amount": "Amount",
+      "ApplicationDate": "Application Date",
+      "Status": "Status",
+      "Lever": "Leverage",
+      "OldLever": "Current Leverage",
+      "NewLever": "New Leverage",
+      "Note": "Remark",
+      "ActivityName": "Activity Name",
+      "IntoAccount": "Recipient Account",
+      "TransferAccounts": "From Account",
+      "NewAccount": "MAM Account",
+      "LeverageApply": "Leverage Adjustment",
+      "InternalTransfer": "Commission Internal Transfer",
+      "ActivitiesApply": "Promotion Application",
+      "MaidAdjust": "Commission Adjustment Request",
+      "BelongingAdjust": "Affiliation Adjustment",
+      "CommissionAllocation": "Commission Distribution",
+      "MamHangUndo": "MAM Attach/Remove",
+      "Withdraw": "Withdrawal",
+      "Commission": "Additional Mark-up Commission",
+      "OldPoint": "Current Additional Mark-up Commission",
+      "NewPoint": "New Additional Mark-up Commission",
+      "OldBelong": "Current Affiliation",
+      "NewBelong": "New Affiliation",
+      "OldModel": "Current Commission Type",
+      "NewModel": "New Commission Type",
+      "OldTemplate": "Current Commission Template",
+      "NewTemplate": "New Commission Template",
+      "OldPercent": "Current Percentage",
+      "NewPercent": "New Percentage"
+    },
+    "Settings": {
+      "Title": "Back",
+      "TitHang": "Attach Account",
+      "TitLever": "Leverage Adjustment",
+      "TitUpdate": "Change Password",
+      "TitReset": "Password Reset",
+      "TransferAccounts": "From Account",
+      "IntoAccount": "Recipient Account",
+      "CurrencyType": "Currencies",
+      "Amount": "Amount",
+      "OldLeverage": "Current Leverage",
+      "NewLeverage": "New Leverage",
+      "LoginPwd": "Trading Password",
+      "InvestorPwd": "Investor Password",
+      "LoginPwdOld": "Current Trading Password",
+      "InvestorPwdOld": "Current Investor Password",
+      "NewPwd": "New Password",
+      "Login": "Trading Account",
+      "Hang": "Attach Account",
+      "Undo": "Remove Account",
+      "HangUndo": "Attach / Remove Account",
+      "NotHang": "Not Attached",
+      "HaveHang": "Attached",
+      "NotUndo": "Not removed yet",
+      "HaveUndo": "Removed"
+    },
+    "PammManager": {
+      "title": "Pamm",
+      "title1": "Master Account",
+      "title2": "Pamm Account",
+      "title3": "Pamm Attach Account/Remove Account",
+      "ownerId": "Commission Account",
+      "accountId": "Trading Account",
+      "percent": "Revenue Share Ratio(%)",
+      "percentNew": "New Revenue Share Ratio(%)",
+      "Btn": "Confirm Apply",
+      "btn1": "Attach Account/Remove Account",
+      "tips1": "PAMM application requires providing two MT4 trading accounts. Only Standard, Classic, Advanced, or Instant account types are supported.",
+      "tips2": "The trading account is used for PAMM login page and MT4 operation trading, with funds sourced from linked sub-accounts. The commission account is used for profit sharing of sub-accounts.",
+      "tips3": "Deposit and withdraw all funds from the default sub-account."
+    }
+  },
+  "ApplicationDialog": {
+    "Des43": "PAMM Account Application Failed",
+    "Des44": "To avoid account management redundancy, your IB profile must have at least 2 activated accounts (meeting the minimum deposit requirement) to apply for a PAMM account.",
+    "Des45": "For further assistance, please contact Customer Support.",
+    "item1": "Tips:Please be informed that all Islamic accounts will not be charged any commission due to governing laws and regulations.",
+    "item2": "Note: For detailed information on account types and commission rules, please refer to ",
+    "item3": "the document.",
+    "Des1": "Submitted successfully, this is being processed",
+    "Des11": "Please check your mailbox / client zone notification at any time.",
+    "Des12": "Once the account has been successfully opened, the account information will be sent to your email, please check it later.",
+    "Des2": "Sorry, server is busy!",
+    "Des21": "Failed to submit. The server is busy. Please try again later",
+    "ibStatus": "Processing, please check later...",
+    "ibRefused": "Your application has been rejected!",
+    "ibDes": "Reason for rejection:",
+    "Des31": "Waiting for tripartite data verification,  third party ?",
+    "Des32": "The tripartite data verification usually takes 3-15 minutes,",
+    "Des33": "and the results can be viewed later in",
+    "Des34": " the payment history",
+    "Des35": ".",
+    "Des36": "Tips:",
+    "Des37": "If you don't jump to the third party payment website, please watch the video to unlock your browser.",
+    "Des38": "Processing, please wait patiently",
+    "Des41": "Commission withdrawal time update",
+    "Des42": "Withdrawal requests submitted by Friday 23:59 (platform time) will be processed on the same day or by the latest, the following Monday. Late submissions will be processed the next Friday. Once approved, the amount may be deducted in advance. Thank you for your patience and for choosing CWG!",
+    "Des41_1": "IB's Commission Withdrawal Time",
+    "Des42_1": "CWG Markets IB's commission withdrawal submitted before 17:00 (GMT+8) Friday, funds will be remitted within the same week. If the commission withdrawal is submitted after 17:00 (GMT+8) Friday, remittance will be made on the following Friday. Kindly take note that account's fund might be deducted in advance after reviewed, please be patience. Thank you for your support to CWG Markets!"
+  },
+  "ibTemplate": {
+    "item1": "Template cannot be modified or deleted while in use",
+    "item2": "Referral code",
+    "item9": "Download QR Code",
+    "Allow": "Allow",
+    "NotAllow": "Do not Allow"
+  },
+  "Home": "Home",
+  "CustomerDetail": "CID Details",
+  "R-Review-Search": "List",
+  "R-Review-Approve": "Review",
+  "R-Review-Status": "Review Status",
+  "R-Review-Status-Pending": "Pending Review",
+  "R-Review-Status-Approved": "Approved",
+  "R-Review-Status-Rejected": "Rejected",
+  "R-Review-Status-Select": "Please select review status",
+  "R-Review-Status-Approve": "Approve",
+  "R-Review-Status-Reject": "Reject",
+  "R-Review-Desc": "Review Description",
+  "R-Review-Desc-Input": "Please enter review description",
+  "R-Review-Dialog-Title": "Review",
+  "R-Review-Email": "Email",
+  "R-Review-Phone": "Phone",
+  "R-Review-Name": "Name",
+  "R-Review-IbNo": "IB Number",
+  "R-Review-Type": "Review Type",
+  "R-Review-Type-Manual": "Manual",
+  "R-Review-Type-Self": "Self-Service",
+  "UtaskList": {
+    "CID": "CID",
+    "TradingAccount": "Trading Account",
+    "DepositAmount": "Deposit Amount",
+    "StandardVolume": "Standard Volume",
+    "Bonus": "Bonus",
+    "CompletedVolume": "Completed Volume",
+    "DepositMoney": "Deposit Money",
+    "Status": "Status",
+    "WithdrawStatus": "Withdraw Status",
+    "TaskInProgress": "In Progress",
+    "TaskCompleted": "Completed",
+    "TaskCancelled": "Cancelled",
+    "TaskEnded": "Ended",
+    "PendingWithdraw": "Pending Withdraw",
+    "Withdrawn": "Withdrawn",
+    "CompleteTask": "Complete Task",
+    "CancelTask": "Cancel Task",
+    "ConfirmCompleteTask": "Are you sure you want to complete this task?",
+    "ConfirmCancelTask": "Are you sure you want to cancel this task?",
+    "RecoverCredit": "Recover Credit",
+    "ConfirmRecoverCredit": "Are you sure you want to recover credit?",
+    "SelectStatus": "Please select status",
+    "AllStatus": "All Status"
+  },
+  "Statistical": "Statistical Deposit Amount",
+  "StatisticalWithdraw": "Statistical Withdraw Amount",
+  "NoData": "No Data",
+  "PersonalManagement": {
+    "Bank": "Bank Information",
+    "Title": {
+      "PersonalInformation": "Personal Information",
+      "BankInformation": "Bank Information",
+      "FileManagement": "File Management",
+      "SecurityCenter": "Security Center",
+      "BasicInformation": "Basic Information",
+      "AddressInformation": "Address Information",
+      "ChinaUnionPayCard": "China UnionPay Card",
+      "BankWireTransfer": "Bank Wire Transfer",
+      "ProofOfIdentity": "Proof of Identity",
+      "ProofOfAddress": "Proof of Address",
+      "AttachedFile": "Attached File",
+      "CustomerZonePasswordChange": "Customer Zone Password Change",
+      "EmailChange": "Email Change",
+      "Default": "(Default)",
+      "DefaultBank": "Set as Default UnionPay Withdrawal Information",
+      "DefaultWire": "Set as Default Wire Transfer Withdrawal Information",
+      "DefaultCredit": "Set as Default Credit Card Information"
+    },
+    "Label": {
+      "item1": "Please enter PIN code and click 'Confirm'. PIN code is used to verify credit card. If entered incorrectly, deposit will fail.",
+      "item2": "You are about to redirect to Korapay for 3D secure authentication. This information is used to verify credit card. If authentication fails, deposit will fail.",
+      "item3": "To ensure successful deposit, please fill in the address information that matches your credit card. This information is used to verify credit card. If entered incorrectly, deposit will fail.",
+      "item4": "To ensure successful deposit, please fill in the contact phone number that matches your credit card. This information is used to verify credit card. If entered incorrectly, deposit will fail.",
+      "selectCreditCard": "Select Credit Card",
+      "addCreditCard": "Haven't added credit card information yet?",
+      "CreditCard": "Credit Card",
+      "CreditCardAccountName": "Credit Card Account Name",
+      "CreditCardAccount": "Credit Card Account",
+      "ExpirationYear": "Expiration Year/Month",
+      "PinCode": "PIN Code",
+      "OtpCode": "OTP Code",
+      "UserCID": "User CID",
+      "CustomerType": "Customer Type",
+      "Gender": "Gender",
+      "LastName": "Last Name",
+      "Name": "First Name",
+      "NamePinYin": "Name (Pinyin)",
+      "Phone": "Phone",
+      "Nationality": "Nationality",
+      "Email": "Email",
+      "IdentityID": "Identity ID",
+      "CountryRegionOfResidence": "Country/Region of Residence",
+      "ProvinceRegion": "Province/Region",
+      "City": "City",
+      "DetailedAddress": "Detailed Address",
+      "ZipCode": "Zip Code",
+      "DetailedAddressStandby": "Detailed Address (Backup)",
+      "BankAccountName": "Bank Account Name",
+      "BankName": "Bank Name",
+      "BankAccount": "Bank Account",
+      "AccountOpeningBranch": "Account Opening Branch",
+      "BankAddress": "Bank Address",
+      "SwiftBIC": "Swift/BIC",
+      "BankCode": "Bank Code",
+      "FileName": "File Name",
+      "UploadDate": "Upload Date",
+      "State": "Status",
+      "Operation": "Operation",
+      "OldPassword": "Old Password",
+      "NewPassword": "New Password",
+      "NewPasswordConfirmation": "New Password Confirmation",
+      "OldEmail": "Old Email",
+      "NewEmail": "New Email",
+      "MailboxVerificationCode": "Email Verification Code",
+      "Men": "Male",
+      "Women": "Female"
+    }
+  },
+  "blockchain": {
+    "item1": "子账户",
+    "item2": "加密钱包",
+    "item3": "区块链名称",
+    "item4": "钱包地址",
+    "item5": "钱包地址证明",
+    "item6": "钱包地址证明说明",
+    "item7": "因加密钱包不记名,为保证资金安全,请务必上传钱包地址证明文件。",
+    "item8": "设置为默认加密钱包信息",
+    "item9": "加密钱包只能新建两个",
+    "item10": "还没添加加密钱包?",
+    "item11": "请选择钱包地址",
+    "item12": "马上下载"
+  },
+  "OperateType": {
+    "Deposit": "Deposit",
+    "Withdrawal": "Withdrawal",
+    "Refund": "Refund",
+    "InternalTransfer": "Internal Transfer",
+    "CommissionTransfer": "Commission Transfer",
+    "AgentTransfer": "Agent Transfer",
+    "SynonymTransfer": "Synonym Transfer",
+    "CopyTransfer": "Copy Transfer",
+    "WalletTransfer": "Wallet Transfer",
+    "Commission": "Commission",
+    "CopyProfitWithdrawal": "Copy Profit Withdrawal",
+    "CreditRevoke": "Credit Revoke",
+    "ActivityBonus": "Activity Bonus"
+  }
+}

+ 3 - 0
src/main.ts

@@ -22,6 +22,8 @@ import '@/styles/element-dark.scss'
 // 引入阿里图标库
 import '@/assets/iconfont/iconfont.css'
 import '@/assets/iconfont/iconfont.js'
+// 引入国际化
+import i18n from './i18n'
 
 const app = createApp(App)
 registerElIcons(app)
@@ -31,4 +33,5 @@ app.component('PageWrapLayout', PageWrapLayout)
 
 app.use(pinia)
 app.use(router)
+app.use(i18n)
 app.use(ElementPlus).mount('#app')