feat(logs): Add various log pages for tracking user activities and system events

This commit is contained in:
web
2025-08-26 11:29:12 -07:00
parent 4f7cc807af
commit d85af491aa
28 changed files with 876 additions and 252 deletions
+2 -18
View File
@@ -51,8 +51,6 @@
"enable": "Enable",
"enableDescription": "When enabled, enables email registration, login, binding, and unbinding functions",
"inputPlaceholder": "Enter value...",
"logs": "Email Logs",
"logsDescription": "View history of sent emails and their status",
"sendFailure": "Test email send failed, please check configuration.",
"sendSuccess": "Test email sent successfully.",
"sendTestEmail": "Send Test Email",
@@ -145,19 +143,7 @@
"enable": "Enable",
"enableDescription": "When enabled, users can sign in with their Google account"
},
"log": {
"emailLog": "Email Log",
"mobileLog": "SMS Log",
"platform": "Platform",
"to": "Recipient",
"subject": "Subject",
"content": "Content",
"status": "Status",
"sendSuccess": "Sent Successfully",
"sendFailed": "Send Failed",
"createdAt": "Created At",
"updatedAt": "Updated At"
},
"phone": {
"title": "Phone Authentication",
"description": "Authenticate users with phone numbers",
@@ -188,9 +174,7 @@
"sendSuccess": "Sent successfully",
"sendFailed": "Send failed",
"updateSuccess": "Updated successfully",
"settings": "Settings",
"logs": "SMS Logs",
"logsDescription": "View history of sent SMS messages and their status"
"settings": "Settings"
},
"socialAuthMethods": "Social Authentication Methods",
"telegram": {
+60
View File
@@ -0,0 +1,60 @@
{
"column": {
"id": "ID",
"platform": "Platform",
"to": "To",
"subject": "Subject",
"content": "Content",
"status": "Status",
"createdAt": "Created At",
"updatedAt": "Updated At",
"user": "User",
"method": "Method",
"ip": "IP",
"userAgent": "User Agent",
"success": "Success",
"time": "Time",
"userId": "User ID",
"subscribeId": "Subscribe ID",
"token": "Token",
"amount": "Amount",
"orderId": "Order ID",
"balance": "Balance",
"type": "Type",
"remark": "Remark",
"resetAt": "Reset At",
"upload": "Upload",
"download": "Download",
"total": "Total",
"date": "Date",
"serverId": "Server ID",
"orderNo": "Order No.",
"identifier": "Identifier"
},
"datePlaceholder": "YYYY-MM-DD",
"failed": "Failed",
"placeholder": {
"toOrSubject": "To / Subject",
"userIdOrIpOrMethodOrUa": "User ID / IP / Method / UA",
"userId": "User ID",
"serverName": "Server Name",
"userIdOrTokenOrIpOrUa": "User ID / Token / IP / UA",
"userIdOrOrderNoOrSubscribeId": "User ID / Order No. / Subscribe ID",
"userIdOrOrderId": "User ID / Order ID"
},
"success": "Success",
"title": {
"email": "Email Log",
"login": "Login Log",
"serverTraffic": "Server Traffic Log",
"mobile": "SMS Log",
"register": "Register Log",
"subscribe": "Subscribe Log",
"gift": "Gift Log",
"balance": "Balance Log",
"commission": "Commission Log",
"resetSubscribe": "Reset Subscribe Log",
"subscribeTraffic": "Subscribe Traffic Log",
"trafficDetails": "Traffic Details"
}
}
+3 -1
View File
@@ -17,6 +17,8 @@
"Logs & Analytics": "Logs & Analytics",
"Maintenance": "Maintenance",
"Marketing Management": "Marketing Management",
"Message": "Message",
"Mobile": "SMS",
"Node Management": "Node Management",
"Order Management": "Order Management",
"Payment Config": "Payment Config",
@@ -24,7 +26,6 @@
"Register": "Register",
"Reset Subscribe": "Reset Subscribe",
"SMS": "SMS",
"Server Management": "Server Management",
"Server Traffic": "Server Traffic",
"Subscribe": "Subscribe",
@@ -35,6 +36,7 @@
"System Tool": "System Tool",
"Ticket Management": "Ticket Management",
"Traffic Details": "Traffic Details",
"User Detail": "User Detail",
"User Management": "User Management",
"Users & Support": "Users & Support"