♻️ 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": "Alusta",
|
||||
"remark": "Huomautus",
|
||||
"resetAt": "Nollattu",
|
||||
"server": "Palvelin",
|
||||
"serverId": "Palvelimen ID",
|
||||
"status": "Tila",
|
||||
"subject": "Aihe",
|
||||
"subscribe": "Tilaa",
|
||||
"subscribeId": "Tilauksen ID",
|
||||
"success": "Onnistui",
|
||||
"time": "Aika",
|
||||
@@ -32,7 +34,9 @@
|
||||
"userId": "Käyttäjä ID"
|
||||
},
|
||||
"datePlaceholder": "VVVV-KK-PP",
|
||||
"detail": "Yksityiskohta",
|
||||
"failed": "Epäonnistui",
|
||||
"pending": "Odottaa",
|
||||
"placeholder": {
|
||||
"serverName": "Palvelimen nimi",
|
||||
"toOrSubject": "Vastaanottaja / Aihe",
|
||||
@@ -42,6 +46,8 @@
|
||||
"userIdOrOrderNoOrSubscribeId": "Käyttäjä ID / Tilauksen nro / Tilauksen ID",
|
||||
"userIdOrTokenOrIpOrUa": "Käyttäjä ID / Token / IP / UA"
|
||||
},
|
||||
"sending": "Lähetetään",
|
||||
"sent": "Lähetetty",
|
||||
"success": "Onnistui",
|
||||
"title": {
|
||||
"balance": "Saldo Lokit",
|
||||
@@ -56,5 +62,14 @@
|
||||
"subscribe": "Tilauksen Lokit",
|
||||
"subscribeTraffic": "Tilauksen Liikenne Lokit",
|
||||
"trafficDetails": "Liikennetiedot"
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"1": "Lataus",
|
||||
"2": "Nosto",
|
||||
"3": "Osto",
|
||||
"4": "Hyvitys",
|
||||
"5": "Palkinto",
|
||||
"6": "Komissio"
|
||||
},
|
||||
"unknown": "Tuntematon"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user