♻️ 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": "Nền tảng",
"remark": "Ghi chú",
"resetAt": "Đặt lại vào",
"server": "Máy chủ",
"serverId": "ID máy chủ",
"status": "Trạng thái",
"subject": "Chủ đề",
"subscribe": "Đăng ký",
"subscribeId": "ID đăng ký",
"success": "Thành công",
"time": "Thời gian",
@@ -32,7 +34,9 @@
"userId": "ID người dùng"
},
"datePlaceholder": "YYYY-MM-DD",
"detail": "Chi tiết",
"failed": "Thất bại",
"pending": "Đang chờ",
"placeholder": {
"serverName": "Tên máy chủ",
"toOrSubject": "Đến / Chủ đề",
@@ -42,6 +46,8 @@
"userIdOrOrderNoOrSubscribeId": "ID người dùng / Số đơn hàng / ID đăng ký",
"userIdOrTokenOrIpOrUa": "ID người dùng / Mã thông báo / IP / UA"
},
"sending": "Đang gửi",
"sent": "Đã gửi",
"success": "Thành công",
"title": {
"balance": "Nhật ký Số dư",
@@ -56,5 +62,14 @@
"subscribe": "Nhật ký Đăng ký",
"subscribeTraffic": "Nhật ký Lưu lượng Đăng ký",
"trafficDetails": "Chi tiết Lưu lượng"
}
},
"type": {
"1": "Nạp tiền",
"2": "Rút tiền",
"3": "Mua hàng",
"4": "Hoàn tiền",
"5": "Phần thưởng",
"6": "Hoa hồng"
},
"unknown": "Không xác định"
}