generated from Leo_Ding/web-template
97 lines
3.1 KiB
JavaScript
97 lines
3.1 KiB
JavaScript
import refund from "../../../router/routes/computing";
|
|
// import user from "../../../router/routes/user";
|
|
|
|
export default {
|
|
welcome: '欢迎',
|
|
home: '首页',
|
|
system: '系统设置',
|
|
menu: '菜单管理',
|
|
user: '用户管理',
|
|
setting: '信息设置',
|
|
role: '角色管理',
|
|
logger: '日志管理',
|
|
'menu.account.settings': '个人设置',
|
|
add: '添加',
|
|
edit: '修改',
|
|
delete: '删除',
|
|
search: '搜索',
|
|
login: '登录',
|
|
register: '注册',
|
|
dashboard: 'Dashboard',
|
|
'dashboard.analysis': '分析页',
|
|
'dashboard.monitor': '监控页',
|
|
'dashboard.workplace': '工作台',
|
|
'exception.403': '403',
|
|
'exception.404': '404',
|
|
'exception.500': '500',
|
|
result: '结果页',
|
|
'result.success': '成功页',
|
|
'result.fail': '失败页',
|
|
exception: '异常页',
|
|
'exception.not-permission': '403',
|
|
'exception.not-find': '404',
|
|
'exception.server-error': '500',
|
|
'exception.trigger': '触发错误',
|
|
account: '个人页',
|
|
'account.trigger': '触发报错',
|
|
'account.logout': '退出登录',
|
|
resource: 'GPU资源管理',
|
|
resourceAdmin: '资源池管理',
|
|
resourceStatistics: '资源池统计信息',
|
|
userControl: '用户管理',
|
|
userList: '用户列表',
|
|
blackList: '黑名单列表 ',
|
|
certification: '认证管理',
|
|
certificationList: '认证列表',
|
|
computingCenter: '算力中心',
|
|
computing: '算力管理',
|
|
host: '主机',
|
|
computingCard: '算力卡',
|
|
container: '容器/实例管理',
|
|
containerList: '实例',
|
|
img: '镜像管理 ',
|
|
imgList: '镜像',
|
|
order: '实例订单管理',
|
|
orderList: '订单列表',
|
|
balance: '余额管理',
|
|
balanceList: '余额',
|
|
computingPoints: '算力点管理',
|
|
pointsList: '算力点',
|
|
computingTicket: '算力券管理',
|
|
ticketList: '算力券',
|
|
rechargeRecord: '充值记录管理',
|
|
rechargeList: '充值记录',
|
|
exchangeRecord: '算力兑换记录管理',
|
|
exchangeList: '算力兑换记录',
|
|
withdrawal: '提现管理',
|
|
pendingReviewList: '待审核列表',
|
|
withdrawList: '待提现列表',
|
|
withdrawErrorList: '提现失败列表',
|
|
withdrawSuccessList: '提现成功列表',
|
|
withdrawRejectList: '审核拒绝',
|
|
contract: '合同管理',
|
|
contractPendingList: '待审核列表',
|
|
signatureList: '待签章列表',
|
|
|
|
sealedtrueList: '已签章列表',
|
|
rejectContractList: '审核拒绝列表',
|
|
invoice: '发票管理',
|
|
invoiceReviewList: '待审核列表',
|
|
invoicePendingList: '待开票列表',
|
|
invoceBeSentList: '待寄送列表',
|
|
invoceFailedList: '审核失败列表',
|
|
invoicingFailedList: '开票失败列表',
|
|
invoiceDeliveriesFailed: '寄送失败列表',
|
|
invoiceSuccessList: '已完成',
|
|
eventCopy: '活动列表',
|
|
activities: '活动管理',
|
|
newConfiguration: '带新配置',
|
|
systemSettings: '短息、支付参数设置',
|
|
allSetting: '短息、支付配置列表',
|
|
bannerMgt: '图片轮播管理',
|
|
bannerList: '图片列表',
|
|
platform: '平台管理',
|
|
platformList: '产品优势列表',
|
|
tagList: '标签列表',
|
|
}
|