♻️ 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": "Plataforma",
"remark": "Observación",
"resetAt": "Restablecido En",
"server": "Servidor",
"serverId": "ID de Servidor",
"status": "Estado",
"subject": "Asunto",
"subscribe": "Suscribirse",
"subscribeId": "ID de Suscripción",
"success": "Éxito",
"time": "Tiempo",
@@ -32,7 +34,9 @@
"userId": "ID de Usuario"
},
"datePlaceholder": "AAAA-MM-DD",
"detail": "Detalle",
"failed": "Fallido",
"pending": "Pendiente",
"placeholder": {
"serverName": "Nombre del Servidor",
"toOrSubject": "Para / Asunto",
@@ -42,6 +46,8 @@
"userIdOrOrderNoOrSubscribeId": "ID de Usuario / No. de Pedido / ID de Suscripción",
"userIdOrTokenOrIpOrUa": "ID de Usuario / Token / IP / UA"
},
"sending": "Enviando",
"sent": "Enviado",
"success": "Éxito",
"title": {
"balance": "Registro de Saldo",
@@ -56,5 +62,14 @@
"subscribe": "Registro de Suscripción",
"subscribeTraffic": "Registro de Tráfico de Suscripción",
"trafficDetails": "Detalles del Tráfico"
}
},
"type": {
"1": "Recarga",
"2": "Retiro",
"3": "Compra",
"4": "Reembolso",
"5": "Recompensa",
"6": "Comisión"
},
"unknown": "Desconocido"
}