✨ 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": "Provoz uzlu",
|
||||
"nodes": "uzly",
|
||||
"offlineNodeCount": "Počet offline uzlů",
|
||||
"onlineIPCount": "Počet online IP",
|
||||
"onlineNodeCount": "Počet online uzlů",
|
||||
"onlineUsersCount": "Uživatelé online",
|
||||
"pendingTickets": "Čekající lístky",
|
||||
"register": "Registrovat se",
|
||||
"repurchase": "opětovný nákup",
|
||||
|
||||
@@ -33,6 +33,16 @@
|
||||
"saveSuccess": "Uložení úspěšné",
|
||||
"title": "Nastavení pozvánek"
|
||||
},
|
||||
"logCleanup": {
|
||||
"autoClear": "Povolit automatické čištění",
|
||||
"autoClearDescription": "Pokud je povoleno, systém automaticky vymaže vypršené záznamy protokolů",
|
||||
"clearDays": "Dny uchovávání",
|
||||
"clearDaysDescription": "Počet dní pro uchovávání protokolů; protokoly starší než toto budou vyčištěny",
|
||||
"clearDaysPlaceholder": "Zadejte dny uchovávání",
|
||||
"description": "Nastavte pravidla automatického čištění protokolů a dobu uchovávání",
|
||||
"title": "Nastavení čištění protokolů"
|
||||
},
|
||||
"logSettings": "Nastavení protokolů",
|
||||
"privacyPolicy": {
|
||||
"description": "Upravte a spravujte obsah zásad ochrany osobních údajů",
|
||||
"title": "Zásady ochrany osobních údajů"
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
"more": "Více",
|
||||
"notifySettingsTitle": "Nastavení oznámení",
|
||||
"onlineDevices": "Online zařízení",
|
||||
"onlyFirstPurchase": "Pouze první nákup",
|
||||
"orderList": "Seznam objednávek",
|
||||
"password": "Heslo",
|
||||
"passwordPlaceholder": "Zadejte nové heslo (volitelné)",
|
||||
@@ -59,6 +60,8 @@
|
||||
"refererId": "ID doporučitele",
|
||||
"refererIdPlaceholder": "Zadejte ID doporučitele",
|
||||
"referralCode": "Doporučovací kód",
|
||||
"referralPercentage": "Procento doporučení",
|
||||
"referralPercentagePlaceholder": "Zadejte procento doporučení (0-100)",
|
||||
"referrerUserId": "Odesílatel (uživatelské ID)",
|
||||
"remove": "Odstranit",
|
||||
"resetLogs": "Protokoly resetování",
|
||||
|
||||
Reference in New Issue
Block a user