add nsfl stats if enabled and rename to stats instead of tag stats

This commit is contained in:
2026-05-17 12:11:36 +02:00
parent 9f0ad48342
commit 203590598f
6 changed files with 15 additions and 12 deletions

View File

@@ -176,10 +176,8 @@
"font_default": "Default",
"theme": "Theme",
"flash_section": "Flash",
"flash_bg": "Keep Flash Playing in Background",
"flash_bg_hint": "Prevents Ruffle from pausing when leaving the tab",
"notifications_section": "Notification Preferences",
"receive_system_notifications": "Receive System Notifications",
"receive_system_notifications_hint": "Toggle background upload success/error notifications. Critical mod actions will always be shown.",
@@ -441,12 +439,13 @@
"col_avatar": "Avatar",
"col_username": "Username",
"col_tagged": "Tagged",
"tag_stats": "Tag Stats",
"tag_stats": "Stats",
"stat_total": "Total Items",
"stat_tagged": "Tagged",
"stat_untagged": "Untagged",
"stat_sfw": "SFW content",
"stat_nsfw": "NSFW content",
"stat_nsfl": "NSFL content",
"stat_deleted": "Deleted",
"stat_comments": "Total Comments",
"stat_favs": "Total Favorites",
@@ -696,4 +695,4 @@
"replying_to": "Replying to {user}",
"reply": "Reply"
}
}
}