♻️ 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:
@@ -16,6 +16,8 @@
|
||||
"time": "Time",
|
||||
"userId": "User ID",
|
||||
"subscribeId": "Subscribe ID",
|
||||
"subscribe": "Subscribe",
|
||||
"server": "Server",
|
||||
"token": "Token",
|
||||
"amount": "Amount",
|
||||
"orderId": "Order ID",
|
||||
@@ -32,7 +34,9 @@
|
||||
"identifier": "Identifier"
|
||||
},
|
||||
"datePlaceholder": "YYYY-MM-DD",
|
||||
"detail": "Detail",
|
||||
"failed": "Failed",
|
||||
"pending": "Pending",
|
||||
"placeholder": {
|
||||
"toOrSubject": "To / Subject",
|
||||
"userIdOrIpOrMethodOrUa": "User ID / IP / Method / UA",
|
||||
@@ -42,6 +46,8 @@
|
||||
"userIdOrOrderNoOrSubscribeId": "User ID / Order No. / Subscribe ID",
|
||||
"userIdOrOrderId": "User ID / Order ID"
|
||||
},
|
||||
"sending": "Sending",
|
||||
"sent": "Sent",
|
||||
"success": "Success",
|
||||
"title": {
|
||||
"email": "Email Log",
|
||||
@@ -56,5 +62,14 @@
|
||||
"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"
|
||||
}
|
||||
|
||||
@@ -94,7 +94,8 @@
|
||||
"subscribeId": "Subscription ID",
|
||||
"subscription": "Subscription",
|
||||
"traffic": "Traffic",
|
||||
"traffic_ratio": "Multiplier",
|
||||
"traffic_ratio": "Ratio",
|
||||
"transport": "Transport",
|
||||
"transport_title": "Transport",
|
||||
"udp_relay_mode": "UDP relay mode",
|
||||
"unitSecondsShort": "S",
|
||||
|
||||
Reference in New Issue
Block a user