♻️ 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
@@ -16,6 +16,8 @@
"time": "时间",
"userId": "用户ID",
"subscribeId": "订阅ID",
"subscribe": "订阅",
"server": "服务器",
"token": "令牌",
"amount": "金额",
"orderId": "订单ID",
@@ -32,7 +34,9 @@
"identifier": "标识"
},
"datePlaceholder": "YYYY-MM-DD",
"detail": "详情",
"failed": "失败",
"pending": "等待中",
"placeholder": {
"toOrSubject": "收件人 / 主题",
"userIdOrIpOrMethodOrUa": "用户ID / IP / 方式 / UA",
@@ -42,6 +46,8 @@
"userIdOrOrderNoOrSubscribeId": "用户ID / 订单号 / 订阅ID",
"userIdOrOrderId": "用户ID / 订单ID"
},
"sending": "发送中",
"sent": "已发送",
"success": "成功",
"title": {
"email": "邮件日志",
@@ -56,5 +62,14 @@
"resetSubscribe": "重置订阅日志",
"subscribeTraffic": "订阅流量日志",
"trafficDetails": "流量明细"
}
},
"type": {
"1": "充值",
"2": "提取",
"3": "购买",
"4": "退款",
"5": "奖励",
"6": "佣金"
},
"unknown": "未知"
}
+1
View File
@@ -95,6 +95,7 @@
"subscription": "订阅",
"traffic": "流量",
"traffic_ratio": "倍率",
"transport": "传输方式",
"transport_title": "传输方式",
"udp_relay_mode": "UDP 转发模式",
"unitSecondsShort": "S",