新增后台系统 发布广播相关功能
This commit is contained in:
69
mining-pool/src/i18n/backendSystem.js
Normal file
69
mining-pool/src/i18n/backendSystem.js
Normal file
@@ -0,0 +1,69 @@
|
||||
export const backendSystem_zh = {
|
||||
backendSystem: {
|
||||
title: "后台管理系统",
|
||||
broadcast: "广播",
|
||||
userManagement: "用户管理",
|
||||
workOrder: "工单管理",
|
||||
workOrderRecord: "工单记录",
|
||||
userComputingPower: "用户算力",
|
||||
addBroadcast: "新增广播",
|
||||
editBroadcast: "修 改",
|
||||
publishedBroadcast: "已发布广播",
|
||||
createTime: "创建时间",
|
||||
content: "内容",
|
||||
createUser: "创建人",
|
||||
updateTime: "修改时间",
|
||||
updateUser: "修改人",
|
||||
operation: "操作",
|
||||
edit: "编辑",
|
||||
exceedingInput:"超出输入最大限制",
|
||||
deleteRemind:"确定删除该广播吗?",
|
||||
deleteSuccess:"删除成功",
|
||||
editSuccess:"修改成功",
|
||||
addSuccess:"发布成功",
|
||||
|
||||
cancel:"取 消",
|
||||
publish:"发 布",
|
||||
logout:"退出",
|
||||
editContent:"修改广播内容",
|
||||
dialogTitle:"新增广播内容",
|
||||
pleaseInputContent:"请输入广播内容",
|
||||
newlineInvalid:"广播内容输入换行符无效",
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
export const backendSystem_en = {
|
||||
backendSystem: {
|
||||
title: "Backend System",
|
||||
broadcast: "Broadcast",
|
||||
userManagement: "User Management",
|
||||
workOrder: "Work Order Management",
|
||||
workOrderRecord: "Work Order Record",
|
||||
userComputingPower: "User Computing Power",
|
||||
addBroadcast: "Add Broadcast",
|
||||
editBroadcast: "Modify",
|
||||
publishedBroadcast: "Published Broadcast",
|
||||
createTime: "Create Time",
|
||||
content: "Content",
|
||||
createUser: "Create User",
|
||||
updateTime: "Update Time",
|
||||
updateUser: "Update User",
|
||||
operation: "Operation",
|
||||
edit: "Edit",
|
||||
exceedingInput:"Exceeding Input Maximum Limit",
|
||||
deleteRemind:"Are you sure you want to delete this broadcast?",
|
||||
deleteSuccess:"Delete Success",
|
||||
editSuccess:"Edit Success",
|
||||
addSuccess:"Add Success",
|
||||
cancel:"Cancel",
|
||||
publish:"Publish",
|
||||
logout:"Logout",
|
||||
editContent:"Edit Broadcast Content",
|
||||
dialogTitle:"Add Broadcast Content",
|
||||
pleaseInputContent:"Please input broadcast content",
|
||||
newlineInvalid:"Invalid line break for broadcasting content input",
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,8 @@ import {alerts_zh,alerts_en} from'./alerts'
|
||||
import {seo_zh,seo_en} from'./seo'
|
||||
import {chooseUs_zh,chooseUs_en} from'./dataDisplay'
|
||||
import {ChatWidget_zh,ChatWidget_en} from'./ChatWidget'
|
||||
import {backendSystem_zh,backendSystem_en} from'./backendSystem'
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -32,6 +34,7 @@ export default {
|
||||
...seo_zh,
|
||||
...chooseUs_zh,
|
||||
...ChatWidget_zh,
|
||||
...backendSystem_zh,
|
||||
|
||||
|
||||
},
|
||||
@@ -52,6 +55,7 @@ export default {
|
||||
...seo_en,
|
||||
...chooseUs_en,
|
||||
...ChatWidget_en,
|
||||
...backendSystem_en,
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -29,6 +29,8 @@ export const seo_zh = {
|
||||
allocationExplanation: "M2Pool 矿池分配及转账说明页面,详细介绍各币种的成熟条件、出块间隔及预估时间,何时将挖矿收益分配及转账至用户账户,提供用户清晰的了解分配及转账指南。",
|
||||
enxAccess: "Entropyx(enx) 接入页面,详细介绍如何接入 M2Pool 矿池进行 enx 币种挖矿,提供用户便捷的接入指南,轻松开启挖矿之旅。",
|
||||
alphAccess: "Alephium(alph) 接入页面,详细介绍如何接入 M2Pool 矿池进行 Alephium(alph) 币种挖矿,提供用户便捷的接入指南,轻松开启挖矿之旅。",
|
||||
broadcast: "M2Pool 矿池广播页面,管理员可在此查看已发布的广播信息,包括广播内容、发布时间、发布者等。",
|
||||
userManagement: "M2Pool 矿池用户管理页面,管理员可在此查看所有用户信息,包括用户名、邮箱、注册时间、登录时间等。",
|
||||
|
||||
}
|
||||
}
|
||||
@@ -53,5 +55,9 @@ export const seo_en = {
|
||||
allocationExplanation: "The M2Pool mining pool allocation and transfer instructions page provides detailed information on the maturity conditions, block interval, and estimated time of each currency, as well as when to allocate and transfer mining profits to user accounts, providing users with a clear understanding of allocation and transfer guidelines.",
|
||||
enxAccess: "Entropyx (enx) access page provides detailed instructions on how to access the M2Pool mining pool for enx currency mining, offering users a convenient access guide to easily start their mining journey.",
|
||||
alphAccess: "The M2Pool Alephium(alph) access page provides detailed instructions on how to access the M2Pool mining pool for Alephium(alph) currency mining, offering users a convenient access guide to easily start their mining journey.",
|
||||
broadcast: "M2Pool mining pool broadcast page, where administrators can view published broadcast information, including broadcast content, release time, publisher, etc.",
|
||||
userManagement: "M2Pool mining pool user management page, where administrators can view all user information, including user name, email, registration time, login time, etc.",
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user