1.1需求完成
This commit is contained in:
@@ -45,7 +45,7 @@ export const ChatWidget_zh = {
|
||||
readImage:"读取图片失败,请重试",
|
||||
processingFailed:"图片处理失败,请重试",
|
||||
Disconnected:"连接已断开",
|
||||
reconnecting:"正在重连...",
|
||||
reconnecting:"正在连接...",
|
||||
contactList:"联系列表",
|
||||
search:"搜索最近联系人",
|
||||
tourist:"游客",
|
||||
@@ -107,6 +107,7 @@ export const ChatWidget_zh = {
|
||||
serviceAddressUnavailable:"服务地址不可用,请稍后重试",
|
||||
connectionFailedService:"无法连接到服务器,请稍后重试",
|
||||
connectionFailedCustomer:"连接客服系统失败,请检查网络或稍后重试",
|
||||
logoutSyncNotice:"检测到您已在其他窗口退出登录,当前窗口将自动跳转",
|
||||
},
|
||||
|
||||
|
||||
@@ -140,7 +141,7 @@ export const ChatWidget_en = {
|
||||
subscriptionFailed: "Message subscription failed",
|
||||
break: "Connection lost",
|
||||
retry: "Retry in seconds",
|
||||
disconnectWaiting: "Reconnecting...",
|
||||
disconnectWaiting: "connecting...",
|
||||
sendFailed: "Send failed, please retry",
|
||||
noHistory: "No history",
|
||||
historicalFailure: "Failed to load history",
|
||||
|
||||
@@ -20,8 +20,7 @@ export const backendSystem_zh = {
|
||||
deleteRemind:"确定删除该广播吗?",
|
||||
deleteSuccess:"删除成功",
|
||||
editSuccess:"修改成功",
|
||||
addSuccess:"发布成功",
|
||||
|
||||
addSuccess:"发布成功",
|
||||
cancel:"取 消",
|
||||
publish:"发 布",
|
||||
logout:"退出",
|
||||
@@ -29,6 +28,61 @@ export const backendSystem_zh = {
|
||||
dialogTitle:"新增广播内容",
|
||||
pleaseInputContent:"请输入广播内容",
|
||||
newlineInvalid:"广播内容输入换行符无效",
|
||||
onlineUserNum:"在线数量",
|
||||
offlineUserNum:"离线数量",
|
||||
userPower:"用户算力",
|
||||
chartTitle:"用户算力及在离线状态图",
|
||||
noData:"无数据",
|
||||
startDate:"开始日期",
|
||||
endDate:"结束日期",
|
||||
to:"至",
|
||||
userDetails:"用户详情",
|
||||
return:"返回",
|
||||
coin:"币种:",
|
||||
user:"挖矿账户:",
|
||||
amount:"交易金额:",
|
||||
createDate:"收益分配日期",
|
||||
maxHeight:"最大高度",
|
||||
shouldOutDate:"实际转账日期",
|
||||
address:"转账地址",
|
||||
historyAddress:"历史支付地址:",
|
||||
|
||||
userManagementTitle:"注册用户管理",
|
||||
pleaseInput:"请输入",
|
||||
email:"邮箱:",
|
||||
email2:"邮箱",
|
||||
query:"查询",
|
||||
coin2:"币种",
|
||||
amount2:"最小起付金额",
|
||||
status2:"用户状态",
|
||||
minerUser2:"挖矿账号",
|
||||
balance2:"支付地址",
|
||||
active2:"是否自动提现",
|
||||
normal:"正常",
|
||||
delete:"删除",
|
||||
yes:"是",
|
||||
no:"否",
|
||||
Details:"详情",
|
||||
sendEmail:"发送邮件",
|
||||
sendSuccess:"发送成功",
|
||||
sendFail:"发送失败",
|
||||
sendRemind:"确定发送邮件吗?",
|
||||
recipient:"收件人",
|
||||
subject:"邮件主题",
|
||||
text:"邮件内容",
|
||||
send:"发送",
|
||||
emailRemind:"可输入多个邮箱,用逗号隔开",
|
||||
|
||||
pleaseInputCorrectEmail:"请输入正确的邮箱地址",
|
||||
pleaseInputSubject:"请输入邮件主题",
|
||||
pleaseInputText:"请输入邮件内容",
|
||||
pleaseInputCorrectEmail2:"请输入正确的邮箱地址,多个邮箱用逗号分隔",
|
||||
existDuplicateEmail:"存在重复邮箱,请检查",
|
||||
pleaseInputQueryConditions:"请输入查询条件(挖矿账号、邮箱)",
|
||||
emailContent:"邮件内容",
|
||||
leftNavigation:"选择左侧导航栏查看页面",
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -63,7 +117,59 @@ export const backendSystem_en = {
|
||||
dialogTitle:"Add Broadcast Content",
|
||||
pleaseInputContent:"Please input broadcast content",
|
||||
newlineInvalid:"Invalid line break for broadcasting content input",
|
||||
|
||||
onlineUserNum:"Online Number",
|
||||
offlineUserNum:"Offline Number",
|
||||
userPower:"User Power",
|
||||
chartTitle:"User Power and Online/Offline Status Chart",
|
||||
noData:"No Data",
|
||||
startDate:"Start Date",
|
||||
endDate:"End Date",
|
||||
to:"To",
|
||||
userDetails:"User Details",
|
||||
return:"Return",
|
||||
coin:"Coin:",
|
||||
user:"Mining account:",
|
||||
amount:"Amount:",
|
||||
createDate:"Create Date",
|
||||
maxHeight:"Max Height",
|
||||
shouldOutDate:"Should Out Date",
|
||||
address:"Address",
|
||||
historyAddress:"History Payment Address:",
|
||||
userManagementTitle:"User Management",
|
||||
pleaseInput:"Please Input",
|
||||
email:"Email:",
|
||||
email2:"Email",
|
||||
query:"Query",
|
||||
coin2:"Coin",
|
||||
amount2:"Minimum Payout Amount",
|
||||
status2:"User Status",
|
||||
minerUser2:"Miner User",
|
||||
balance2:"Payment Address",
|
||||
active2:"Automatic Withdrawal",
|
||||
normal:"Normal",
|
||||
delete:"Delete",
|
||||
yes:"Yes",
|
||||
no:"No",
|
||||
Details:"Details",
|
||||
sendEmail:"Send Email",
|
||||
sendSuccess:"Send Success",
|
||||
sendFail:"Send Fail",
|
||||
sendRemind:"Are you sure you want to send an email?",
|
||||
recipient:"Recipient",
|
||||
subject:"Email Subject",
|
||||
text:"Email Content",
|
||||
send:"Send",
|
||||
emailRemind:"Multiple emails can be entered, separated by commas",
|
||||
pleaseInputCorrectEmail:"Please enter a valid email address",
|
||||
pleaseInputSubject:"Please enter an email subject",
|
||||
pleaseInputText:"Please enter an email content",
|
||||
pleaseInputCorrectEmail2:"Please enter a valid email address, multiple emails separated by commas",
|
||||
existDuplicateEmail:"Duplicate email exists, please check",
|
||||
pleaseInputQueryConditions:"Please enter the query conditions (miner account, email)",
|
||||
|
||||
emailContent:"Email Content",
|
||||
leftNavigation:"Select the left navigation bar to view the page",
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user