♻️ 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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user