mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-02 15:38:14 -05:00
121 lines
3.9 KiB
JSON
121 lines
3.9 KiB
JSON
{
|
|
"title": "仪表盘",
|
|
"stats": {
|
|
"newUsers": "新用户",
|
|
"totalScore": "总积分",
|
|
"monthlyUpload": "月上传",
|
|
"vsLastMonth": "对比上月",
|
|
"vsYesterday": "对比昨日",
|
|
"todayIncome": "今日收入",
|
|
"monthlyIncome": "月收入",
|
|
"totalIncome": "总收入",
|
|
"totalUsers": "总用户",
|
|
"activeUsers": "活跃用户: {{count}}",
|
|
"totalOrders": "总订单",
|
|
"revenue": "收入",
|
|
"todayRegistered": "今日注册",
|
|
"monthlyRegistered": "月注册",
|
|
"onlineUsers": "在线用户",
|
|
"pendingTickets": "待处理工单",
|
|
"hasPendingTickets": "有工单需要处理",
|
|
"noPendingTickets": "无待处理工单",
|
|
"pendingCommission": "待处理佣金",
|
|
"hasPendingCommission": "有佣金需要确认",
|
|
"noPendingCommission": "无待处理佣金",
|
|
"monthlyNewUsers": "月新增用户",
|
|
"monthlyDownload": "月下载",
|
|
"todayTraffic": "今日: {{value}}",
|
|
"activeUserTrend": "活跃用户趋势",
|
|
"realtimeUsers": "实时用户",
|
|
"todayPeak": "今日峰值",
|
|
"vsLastWeek": "对比上周"
|
|
},
|
|
"trafficRank": {
|
|
"nodeTrafficRank": "节点流量排行",
|
|
"userTrafficRank": "用户流量排行",
|
|
"today": "今天",
|
|
"last7days": "最近7天",
|
|
"last30days": "最近30天",
|
|
"customRange": "自定义范围",
|
|
"selectTimeRange": "选择时间范围",
|
|
"selectDateRange": "选择日期范围",
|
|
"currentTraffic": "当前流量",
|
|
"previousTraffic": "上期流量",
|
|
"changeRate": "变化率",
|
|
"recordTime": "记录时间"
|
|
},
|
|
"overview": {
|
|
"title": "收入概览",
|
|
"thisMonth": "本月",
|
|
"lastMonth": "上月",
|
|
"to": "至",
|
|
"selectTimeRange": "选择范围",
|
|
"selectDate": "选择日期",
|
|
"last7Days": "最近7天",
|
|
"last30Days": "最近30天",
|
|
"last90Days": "最近90天",
|
|
"last180Days": "最近180天",
|
|
"lastYear": "最近一年",
|
|
"customRange": "自定义范围",
|
|
"amount": "金额",
|
|
"count": "数量",
|
|
"transactions": "{{count}} 笔交易",
|
|
"orderAmount": "订单金额",
|
|
"commissionAmount": "佣金金额",
|
|
"orderCount": "订单数量",
|
|
"commissionCount": "佣金数量",
|
|
"totalIncome": "总收入",
|
|
"totalCommission": "总佣金",
|
|
"totalTransactions": "共 {{count}} 笔交易",
|
|
"avgOrderAmount": "平均订单金额:",
|
|
"commissionRate": "佣金比例:"
|
|
},
|
|
"queue": {
|
|
"title": "队列状态",
|
|
"jobDetails": "作业详情",
|
|
"status": {
|
|
"description": "当前队列运行状态",
|
|
"running": "运行状态",
|
|
"normal": "正常",
|
|
"abnormal": "异常",
|
|
"waitTime": "当前等待时间:{{seconds}} 秒",
|
|
"pending": "等待中",
|
|
"processing": "处理中",
|
|
"completed": "已完成",
|
|
"failed": "失败",
|
|
"cancelled": "已取消"
|
|
},
|
|
"details": {
|
|
"description": "队列处理详细信息",
|
|
"recentJobs": "近期任务数",
|
|
"statisticsPeriod": "统计时间范围:{{hours}} 小时",
|
|
"jobsPerMinute": "每分钟处理量",
|
|
"maxThroughput": "最高吞吐量:{{value}}",
|
|
"failedJobs7Days": "7日报错数量",
|
|
"retentionPeriod": "保留 {{hours}} 小时",
|
|
"longestRunningQueue": "最长运行队列",
|
|
"activeProcesses": "活跃进程",
|
|
"id": "作业ID",
|
|
"type": "作业类型",
|
|
"status": "状态",
|
|
"progress": "进度",
|
|
"createdAt": "创建时间",
|
|
"updatedAt": "更新时间",
|
|
"error": "错误信息",
|
|
"data": "作业数据",
|
|
"result": "结果",
|
|
"duration": "耗时",
|
|
"attempts": "重试次数",
|
|
"nextRetry": "下次重试"
|
|
},
|
|
"actions": {
|
|
"retry": "重试",
|
|
"cancel": "取消",
|
|
"delete": "删除",
|
|
"viewDetails": "查看详情"
|
|
},
|
|
"empty": "队列中暂无作业",
|
|
"loading": "正在加载队列状态...",
|
|
"error": "加载队列状态失败"
|
|
}
|
|
} |