web 2bcd4cf30c ♻️ 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.
2025-09-05 04:48:10 -07:00

76 lines
2.1 KiB
JSON

{
"column": {
"amount": "Betrag",
"balance": "Guthaben",
"content": "Inhalt",
"createdAt": "Erstellt Am",
"date": "Datum",
"download": "Herunterladen",
"id": "ID",
"identifier": "Identifikator",
"ip": "IP",
"method": "Methode",
"orderId": "Bestell-ID",
"orderNo": "Bestell-Nr.",
"platform": "Plattform",
"remark": "Bemerkung",
"resetAt": "Zurückgesetzt Am",
"server": "Server",
"serverId": "Server-ID",
"status": "Status",
"subject": "Betreff",
"subscribe": "Abonnieren",
"subscribeId": "Abonnement-ID",
"success": "Erfolg",
"time": "Zeit",
"to": "An",
"token": "Token",
"total": "Gesamt",
"type": "Typ",
"updatedAt": "Aktualisiert Am",
"upload": "Hochladen",
"user": "Benutzer",
"userAgent": "Benutzer-Agent",
"userId": "Benutzer-ID"
},
"datePlaceholder": "JJJJ-MM-TT",
"detail": "Detail",
"failed": "Fehlgeschlagen",
"pending": "Ausstehend",
"placeholder": {
"serverName": "Servername",
"toOrSubject": "An / Betreff",
"userId": "Benutzer-ID",
"userIdOrIpOrMethodOrUa": "Benutzer-ID / IP / Methode / UA",
"userIdOrOrderId": "Benutzer-ID / Bestell-ID",
"userIdOrOrderNoOrSubscribeId": "Benutzer-ID / Bestell-Nr. / Abonnement-ID",
"userIdOrTokenOrIpOrUa": "Benutzer-ID / Token / IP / UA"
},
"sending": "Wird gesendet",
"sent": "Gesendet",
"success": "Erfolg",
"title": {
"balance": "Guthabenprotokoll",
"commission": "Provisionsprotokoll",
"email": "E-Mail-Protokoll",
"gift": "Geschenkprotokoll",
"login": "Anmeldeprotokoll",
"mobile": "SMS-Protokoll",
"register": "Registrierungsprotokoll",
"resetSubscribe": "Abonnement zurücksetzen Protokoll",
"serverTraffic": "Serververkehrsprotokoll",
"subscribe": "Abonnementprotokoll",
"subscribeTraffic": "Abonnementverkehrsprotokoll",
"trafficDetails": "Verkehrsdetails"
},
"type": {
"1": "Aufladen",
"2": "Abheben",
"3": "Kauf",
"4": "Rückerstattung",
"5": "Belohnung",
"6": "Provision"
},
"unknown": "Unbekannt"
}