feat: dashboard implemented

This commit is contained in:
2026-04-25 19:45:43 +02:00
parent 5c138d54b8
commit 7ebea742a5
11 changed files with 863 additions and 62 deletions

View File

@@ -66,6 +66,26 @@
"Command failed with HTTP %{status}": "Command failed with HTTP %{status}",
"Create Project": "Create Project",
"Dashboard": "Dashboard",
"dashboard.postCount.one": "%{count} post",
"dashboard.postCount.other": "%{count} posts",
"dashboard.section.categories": "Categories",
"dashboard.section.postsOverTime": "Posts Over Time",
"dashboard.section.recentlyUpdated": "Recently Updated",
"dashboard.section.tags": "Tags",
"dashboard.stats.archived": "%{count} archived",
"dashboard.stats.categories": "%{count} categories",
"dashboard.stats.drafts": "%{count} drafts",
"dashboard.stats.images": "%{count} images",
"dashboard.stats.mediaFiles": "Media Files",
"dashboard.stats.published": "%{count} published",
"dashboard.stats.tags": "Tags",
"dashboard.stats.totalPosts": "Total Posts",
"dashboard.status.archived": "Archived",
"dashboard.status.draft": "Draft",
"dashboard.status.published": "Published",
"dashboard.subtitle": "Overview of your blog database",
"dashboard.tagCloud.more": "+%{count} more",
"dashboard.title": "Dashboard",
"Desktop Runtime": "Desktop Runtime",
"Desktop workbench content routed through the Elixir shell.": "Desktop workbench content routed through the Elixir shell.",
"Desktop workbench shell wired through Elixir": "Desktop workbench shell wired through Elixir",