♻️ 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": "Platformă",
"remark": "Observație",
"resetAt": "Resetat La",
"server": "Server",
"serverId": "ID Server",
"status": "Stare",
"subject": "Subiect",
"subscribe": "Abonează-te",
"subscribeId": "ID Abonament",
"success": "Succes",
"time": "Timp",
@@ -32,7 +34,9 @@
"userId": "ID Utilizator"
},
"datePlaceholder": "AAAA-LL-ZZ",
"detail": "Detaliu",
"failed": "Eșuat",
"pending": "În așteptare",
"placeholder": {
"serverName": "Numele Serverului",
"toOrSubject": "Către / Subiect",
@@ -42,6 +46,8 @@
"userIdOrOrderNoOrSubscribeId": "ID Utilizator / Nr. Comandă / ID Abonament",
"userIdOrTokenOrIpOrUa": "ID Utilizator / Token / IP / UA"
},
"sending": "Trimitere",
"sent": "Trimis",
"success": "Succes",
"title": {
"balance": "Jurnal Sold",
@@ -56,5 +62,14 @@
"subscribe": "Jurnal Abonare",
"subscribeTraffic": "Jurnal Trafic Abonament",
"trafficDetails": "Detalii Trafic"
}
},
"type": {
"1": "Reîncărcare",
"2": "Retragere",
"3": "Achiziție",
"4": "Rambursare",
"5": "Recompensă",
"6": "Comision"
},
"unknown": "Necunoscut"
}