mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-13 03:41:10 -05:00
- 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.
76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
{
|
|
"column": {
|
|
"amount": "Beløp",
|
|
"balance": "Saldo",
|
|
"content": "Innhold",
|
|
"createdAt": "Opprettet",
|
|
"date": "Dato",
|
|
"download": "Last ned",
|
|
"id": "ID",
|
|
"identifier": "Identifikator",
|
|
"ip": "IP",
|
|
"method": "Metode",
|
|
"orderId": "Ordre-ID",
|
|
"orderNo": "Ordre nr.",
|
|
"platform": "Plattform",
|
|
"remark": "Merknad",
|
|
"resetAt": "Tilbakestilt",
|
|
"server": "Server",
|
|
"serverId": "Server-ID",
|
|
"status": "Status",
|
|
"subject": "Emne",
|
|
"subscribe": "Abonner",
|
|
"subscribeId": "Abonnements-ID",
|
|
"success": "Suksess",
|
|
"time": "Tid",
|
|
"to": "Til",
|
|
"token": "Token",
|
|
"total": "Total",
|
|
"type": "Type",
|
|
"updatedAt": "Oppdatert",
|
|
"upload": "Last opp",
|
|
"user": "Bruker",
|
|
"userAgent": "Brukeragent",
|
|
"userId": "Bruker-ID"
|
|
},
|
|
"datePlaceholder": "YYYY-MM-DD",
|
|
"detail": "Detalj",
|
|
"failed": "Feilet",
|
|
"pending": "Venter",
|
|
"placeholder": {
|
|
"serverName": "Servernavn",
|
|
"toOrSubject": "Til / Emne",
|
|
"userId": "Bruker-ID",
|
|
"userIdOrIpOrMethodOrUa": "Bruker-ID / IP / Metode / UA",
|
|
"userIdOrOrderId": "Bruker-ID / Ordre-ID",
|
|
"userIdOrOrderNoOrSubscribeId": "Bruker-ID / Ordre nr. / Abonnements-ID",
|
|
"userIdOrTokenOrIpOrUa": "Bruker-ID / Token / IP / UA"
|
|
},
|
|
"sending": "Sender",
|
|
"sent": "Sendt",
|
|
"success": "Suksess",
|
|
"title": {
|
|
"balance": "Saldi-logg",
|
|
"commission": "Kommisjonslogg",
|
|
"email": "E-postlogg",
|
|
"gift": "Gave-logg",
|
|
"login": "Innloggingslogg",
|
|
"mobile": "SMS-logg",
|
|
"register": "Registreringslogg",
|
|
"resetSubscribe": "Tilbakestill abonnementslogg",
|
|
"serverTraffic": "Servertrafikklogg",
|
|
"subscribe": "Abonnementslogg",
|
|
"subscribeTraffic": "Abonnements trafikklogg",
|
|
"trafficDetails": "Trafikkdetaljer"
|
|
},
|
|
"type": {
|
|
"1": "Opplading",
|
|
"2": "Uttak",
|
|
"3": "Kjøp",
|
|
"4": "Refusjon",
|
|
"5": "Belønning",
|
|
"6": "Kommisjon"
|
|
},
|
|
"unknown": "Ukjent"
|
|
}
|