feat(dashboard): Statistics

This commit is contained in:
web@ppanel
2024-12-18 21:27:53 +07:00
parent 1836980691
commit 2926abc99e
9 changed files with 971 additions and 629 deletions
+29 -1
View File
@@ -1 +1,29 @@
{}
{
"email": "Email",
"month": "Month",
"monthDownloadTraffic": "This Month's Download Traffic",
"monthUploadTraffic": "This Month's Upload Traffic",
"newPurchase": "New Purchase",
"nodeTraffic": "Node Traffic",
"nodes": "Nodes",
"offlineNodeCount": "Offline Nodes",
"onlineIPCount": "Online IPs",
"onlineNodeCount": "Online Nodes",
"pendingTickets": "Pending Tickets",
"register": "Register",
"repurchase": "Repurchase",
"revenueTitle": "Revenue Statistics",
"selectTypePlaceholder": "Select Type",
"statisticsTitle": "Statistics",
"today": "Today",
"todayDownloadTraffic": "Today's Download Traffic",
"todayUploadTraffic": "Today's Upload Traffic",
"total": "Total",
"totalIncome": "Total Income",
"trafficRank": "Traffic Ranking",
"type": "Type",
"userTitle": "User Statistics",
"userTraffic": "User Traffic",
"users": "Users",
"yesterday": "Yesterday"
}
+29 -1
View File
@@ -1 +1,29 @@
{}
{
"email": "邮箱",
"month": "本月",
"monthDownloadTraffic": "本月下载流量",
"monthUploadTraffic": "本月上传流量",
"newPurchase": "新购",
"nodeTraffic": "节点流量",
"nodes": "节点",
"offlineNodeCount": "离线节点数",
"onlineIPCount": "在线IP数",
"onlineNodeCount": "在线节点数",
"pendingTickets": "待处理工单",
"register": "注册",
"repurchase": "复购",
"revenueTitle": "收入统计",
"selectTypePlaceholder": "选择类型",
"statisticsTitle": "统计",
"today": "今日",
"todayDownloadTraffic": "今日下载流量",
"todayUploadTraffic": "今日上传流量",
"total": "总计",
"totalIncome": "总收入",
"trafficRank": "流量排行",
"type": "类型",
"userTitle": "用户统计",
"userTraffic": "用户流量",
"users": "用户",
"yesterday": "昨日"
}