web 2bcd4cf30c ♻️ refactor: Add localization updates for log and server files across multiple languages
- Added new keys for "server", "subscribe", "detail", "pending", "sending", "sent", and "unknown" in log.json files for various languages.
- Introduced a "type" object with transaction types (Recharge, Withdraw, Purchase, Refund, Reward, Commission) in log.json files for multiple languages.
- Updated "traffic_ratio" to "Ratio" and added "transport" in servers.json for English localization.
- Ensured consistency and accuracy in translations for all affected languages including German, English, Spanish, French, Russian, Chinese, and more.
2025-09-05 04:48:10 -07:00

76 lines
1.9 KiB
JSON

{
"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",
"subscribe": "Subscribe",
"server": "Server",
"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",
"detail": "Detail",
"failed": "Failed",
"pending": "Pending",
"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"
},
"sending": "Sending",
"sent": "Sent",
"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"
},
"type": {
"1": "Recharge",
"2": "Withdraw",
"3": "Purchase",
"4": "Refund",
"5": "Reward",
"6": "Commission"
},
"unknown": "Unknown"
}