add avatar feed database cleanup settings and purge function

This commit is contained in:
pa
2026-03-16 21:52:34 +09:00
parent a8a14ae901
commit 357ac1a8bb
5 changed files with 241 additions and 1 deletions

View File

@@ -1059,6 +1059,29 @@
"video_play": "Video Play:",
"event": "Event:"
},
"database_cleanup": {
"header": "Database Cleanup",
"auto_cleanup": "Auto-cleanup avatar data older than",
"auto_cleanup_description": "Checked once per week on startup",
"auto_cleanup_off": "Off",
"auto_cleanup_30": "30 days",
"auto_cleanup_90": "90 days",
"auto_cleanup_180": "6 months",
"auto_cleanup_365": "1 year",
"purge_button": "Purge Avatar Feed Data",
"purge": "Purge",
"purge_older_than": "Delete avatar data older than",
"purge_option_180": "6 months",
"purge_option_365": "1 year",
"purge_option_730": "2 years",
"purge_option_all": "All data",
"purge_confirm_title": "Purge Avatar Feed Data",
"purge_confirm_description": "This will permanently delete avatar change records from the database and reclaim disk space. This action cannot be undone!\n\nIt is strongly recommended to back up your database file before proceeding.\n\nVRCX will restart after the operation completes.",
"purge_confirm_button": "Purge & Restart",
"purge_in_progress": "Purging avatar data...",
"purge_complete": "Avatar data purged successfully. Restarting...",
"purge_failed": "Purge failed: {error}"
},
"user_generated_content": {
"header": "User Generated Content",
"folder": "Open Folder",