♻️ 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": "Plattform",
|
||||
"remark": "Merknad",
|
||||
"resetAt": "Tilbakestilt",
|
||||
"server": "Server",
|
||||
"serverId": "Server-ID",
|
||||
"status": "Status",
|
||||
"subject": "Emne",
|
||||
"subscribe": "Abonner",
|
||||
"subscribeId": "Abonnements-ID",
|
||||
"success": "Suksess",
|
||||
"time": "Tid",
|
||||
@@ -32,7 +34,9 @@
|
||||
"userId": "Bruker-ID"
|
||||
},
|
||||
"datePlaceholder": "YYYY-MM-DD",
|
||||
"detail": "Detalj",
|
||||
"failed": "Feilet",
|
||||
"pending": "Venter",
|
||||
"placeholder": {
|
||||
"serverName": "Servernavn",
|
||||
"toOrSubject": "Til / Emne",
|
||||
@@ -42,6 +46,8 @@
|
||||
"userIdOrOrderNoOrSubscribeId": "Bruker-ID / Ordre nr. / Abonnements-ID",
|
||||
"userIdOrTokenOrIpOrUa": "Bruker-ID / Token / IP / UA"
|
||||
},
|
||||
"sending": "Sender",
|
||||
"sent": "Sendt",
|
||||
"success": "Suksess",
|
||||
"title": {
|
||||
"balance": "Saldi-logg",
|
||||
@@ -56,5 +62,14 @@
|
||||
"subscribe": "Abonnementslogg",
|
||||
"subscribeTraffic": "Abonnements trafikklogg",
|
||||
"trafficDetails": "Trafikkdetaljer"
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"1": "Opplading",
|
||||
"2": "Uttak",
|
||||
"3": "Kjøp",
|
||||
"4": "Refusjon",
|
||||
"5": "Belønning",
|
||||
"6": "Kommisjon"
|
||||
},
|
||||
"unknown": "Ukjent"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user