✨ feat: Add log cleanup settings and update localization files
- Introduced log cleanup settings in the admin panel, allowing configuration of automatic log clearing and retention periods. - Updated English, Spanish, French, German, and other localization files to include new log cleanup settings. - Added new fields for referral percentage and first purchase only in user settings. - Implemented API endpoints for getting and updating log settings. - Enhanced the admin dashboard with a new log cleanup form component.
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
"nodeTraffic": "Tráfico de nodo",
|
||||
"nodes": "nodos",
|
||||
"offlineNodeCount": "Número de nodos fuera de línea",
|
||||
"onlineIPCount": "Número de IPs en línea",
|
||||
"onlineNodeCount": "Número de nodos en línea",
|
||||
"onlineUsersCount": "Usuarios en línea",
|
||||
"pendingTickets": "Tickets pendientes",
|
||||
"register": "Registrarse",
|
||||
"repurchase": "recompra",
|
||||
|
||||
@@ -33,6 +33,16 @@
|
||||
"saveSuccess": "Guardado Exitoso",
|
||||
"title": "Configuración de Invitaciones"
|
||||
},
|
||||
"logCleanup": {
|
||||
"autoClear": "Habilitar Limpieza Automática",
|
||||
"autoClearDescription": "Cuando está habilitado, el sistema eliminará automáticamente los registros de log expirados",
|
||||
"clearDays": "Días de Retención",
|
||||
"clearDaysDescription": "Número de días para retener los registros; los registros más antiguos que esto serán eliminados",
|
||||
"clearDaysPlaceholder": "Ingresa los días de retención",
|
||||
"description": "Configura las reglas de limpieza automática de registros y el período de retención",
|
||||
"title": "Configuración de Limpieza de Registros"
|
||||
},
|
||||
"logSettings": "Configuración de Registros",
|
||||
"privacyPolicy": {
|
||||
"description": "Editar y gestionar el contenido de la política de privacidad",
|
||||
"title": "Política de Privacidad"
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
"more": "Más",
|
||||
"notifySettingsTitle": "Configuración de Notificaciones",
|
||||
"onlineDevices": "Dispositivos en línea",
|
||||
"onlyFirstPurchase": "Solo Primera Compra",
|
||||
"orderList": "Lista de Pedidos",
|
||||
"password": "Contraseña",
|
||||
"passwordPlaceholder": "Ingresa nueva contraseña (opcional)",
|
||||
@@ -59,6 +60,8 @@
|
||||
"refererId": "ID del Referente",
|
||||
"refererIdPlaceholder": "Ingrese ID del referente",
|
||||
"referralCode": "Código de Referencia",
|
||||
"referralPercentage": "Porcentaje de Referencia",
|
||||
"referralPercentagePlaceholder": "Ingresa el porcentaje de referencia (0-100)",
|
||||
"referrerUserId": "Referente (ID de Usuario)",
|
||||
"remove": "Eliminar",
|
||||
"resetLogs": "Registros de Reinicio",
|
||||
|
||||
Reference in New Issue
Block a user