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}": "Befehl mit HTTP %{status} fehlgeschlagen",
"Create Project": "Projekt erstellen",
"Dashboard": "Instrumententafel",
"dashboard.postCount.one": "%{count} Beitrag",
"dashboard.postCount.other": "%{count} Beiträge",
"dashboard.section.categories": "Kategorien",
"dashboard.section.postsOverTime": "Beiträge im Zeitverlauf",
"dashboard.section.recentlyUpdated": "Kürzlich aktualisiert",
"dashboard.section.tags": "Schlagwörter",
"dashboard.stats.archived": "%{count} archiviert",
"dashboard.stats.categories": "%{count} Kategorien",
"dashboard.stats.drafts": "%{count} Entwürfe",
"dashboard.stats.images": "%{count} Bilder",
"dashboard.stats.mediaFiles": "Mediendateien",
"dashboard.stats.published": "%{count} veröffentlicht",
"dashboard.stats.tags": "Schlagwörter",
"dashboard.stats.totalPosts": "Beiträge gesamt",
"dashboard.status.archived": "Archiviert",
"dashboard.status.draft": "Entwurf",
"dashboard.status.published": "Veröffentlicht",
"dashboard.subtitle": "Überblick über deine Blog-Datenbank",
"dashboard.tagCloud.more": "+%{count} weitere",
"dashboard.title": "Übersicht",
"Desktop Runtime": "Desktop-Laufzeit",
"Desktop workbench content routed through the Elixir shell.": "Desktop-Arbeitsbereichsinhalte werden durch die Elixir-Shell geleitet.",
"Desktop workbench shell wired through Elixir": "Desktop-Workbench-Shell über Elixir verdrahtet",