From f96680fcc965b3de5186801370fc20981d17cf84 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 6 Jul 2025 16:14:14 +0000 Subject: fix: Fix i18n in the new stats page --- apps/web/lib/i18n/locales/en/translation.json | 49 ++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) (limited to 'apps/web/lib') diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index 727a7538..33f4952c 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -116,7 +116,54 @@ } }, "stats": { - "usage_statistics": "Usage Statistics" + "usage_statistics": "Usage Statistics", + "insights_description": "Insights into your bookmarking habits and collection", + "failed_to_load": "Failed to load statistics", + "overview": { + "total_bookmarks": "Total Bookmarks", + "all_saved_items": "All saved items", + "favorites": "Favorites", + "starred_bookmarks": "Starred bookmarks", + "archived": "Archived", + "archived_items": "Archived items", + "tags": "Tags", + "unique_tags_created": "Unique tags created", + "lists": "Lists", + "bookmark_collections": "Bookmark collections", + "highlights": "Highlights", + "text_highlights": "Text highlights", + "storage_used": "Storage Used", + "total_asset_storage": "Total asset storage", + "this_month": "This Month", + "bookmarks_added": "Bookmarks added" + }, + "bookmark_types": { + "title": "Bookmark Types", + "links": "Links", + "text_notes": "Text Notes", + "assets": "Assets" + }, + "recent_activity": { + "title": "Recent Activity", + "this_week": "This Week", + "this_month": "This Month", + "this_year": "This Year" + }, + "top_domains": { + "title": "Top Domains", + "no_domains_found": "No domains found" + }, + "most_used_tags": { + "title": "Most Used Tags", + "no_tags_found": "No tags found" + }, + "activity_patterns": { + "activity_by_hour": "Activity by Hour", + "activity_by_day": "Activity by Day" + }, + "storage_breakdown": { + "title": "Storage Breakdown" + } }, "ai": { "ai_settings": "AI Settings", -- cgit v1.2.3-70-g09d2