♻️ 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.
This commit is contained in:
web
2025-09-05 04:48:10 -07:00
parent 351fffcc78
commit 2bcd4cf30c
41 changed files with 849 additions and 150 deletions
+16 -1
View File
@@ -15,9 +15,11 @@
"platform": "平台",
"remark": "備註",
"resetAt": "重置時間",
"server": "伺服器",
"serverId": "伺服器ID",
"status": "狀態",
"subject": "主題",
"subscribe": "訂閱",
"subscribeId": "訂閱ID",
"success": "成功",
"time": "時間",
@@ -32,7 +34,9 @@
"userId": "用戶ID"
},
"datePlaceholder": "YYYY-MM-DD",
"detail": "詳情",
"failed": "失敗",
"pending": "待處理",
"placeholder": {
"serverName": "伺服器名稱",
"toOrSubject": "收件人 / 主題",
@@ -42,6 +46,8 @@
"userIdOrOrderNoOrSubscribeId": "用戶ID / 訂單號 / 訂閱ID",
"userIdOrTokenOrIpOrUa": "用戶ID / 令牌 / IP / UA"
},
"sending": "發送中",
"sent": "已發送",
"success": "成功",
"title": {
"balance": "餘額日誌",
@@ -56,5 +62,14 @@
"subscribe": "訂閱日誌",
"subscribeTraffic": "訂閱流量日誌",
"trafficDetails": "流量詳情"
}
},
"type": {
"1": "充值",
"2": "提現",
"3": "購買",
"4": "退款",
"5": "獎勵",
"6": "佣金"
},
"unknown": "未知"
}