♻️ 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": "Platforma",
|
||||
"remark": "Uwagi",
|
||||
"resetAt": "Zresetowano",
|
||||
"server": "Serwer",
|
||||
"serverId": "ID Serwera",
|
||||
"status": "Status",
|
||||
"subject": "Temat",
|
||||
"subscribe": "Subskrybuj",
|
||||
"subscribeId": "ID Subskrypcji",
|
||||
"success": "Sukces",
|
||||
"time": "Czas",
|
||||
@@ -32,7 +34,9 @@
|
||||
"userId": "ID Użytkownika"
|
||||
},
|
||||
"datePlaceholder": "RRRR-MM-DD",
|
||||
"detail": "Szczegóły",
|
||||
"failed": "Niepowodzenie",
|
||||
"pending": "Oczekujące",
|
||||
"placeholder": {
|
||||
"serverName": "Nazwa Serwera",
|
||||
"toOrSubject": "Do / Temat",
|
||||
@@ -42,6 +46,8 @@
|
||||
"userIdOrOrderNoOrSubscribeId": "ID Użytkownika / Nr Zamówienia / ID Subskrypcji",
|
||||
"userIdOrTokenOrIpOrUa": "ID Użytkownika / Token / IP / UA"
|
||||
},
|
||||
"sending": "Wysyłanie",
|
||||
"sent": "Wysłane",
|
||||
"success": "Sukces",
|
||||
"title": {
|
||||
"balance": "Dziennik Salda",
|
||||
@@ -56,5 +62,14 @@
|
||||
"subscribe": "Dziennik Subskrypcji",
|
||||
"subscribeTraffic": "Dziennik Ruchu Subskrypcyjnego",
|
||||
"trafficDetails": "Szczegóły Ruchu"
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"1": "Doładowanie",
|
||||
"2": "Wypłata",
|
||||
"3": "Zakup",
|
||||
"4": "Zwrót",
|
||||
"5": "Nagroda",
|
||||
"6": "Prowizja"
|
||||
},
|
||||
"unknown": "Nieznane"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user