chore: more i18n, will it ever end?

This commit is contained in:
2026-02-21 12:58:34 +01:00
parent 16debdd332
commit dbef7ef98b
7 changed files with 151 additions and 23 deletions

View File

@@ -411,6 +411,26 @@
"editor.footer.created": "Erstellt",
"editor.footer.updated": "Aktualisiert",
"editor.footer.published": "Veröffentlicht",
"dashboard.title": "Übersicht",
"dashboard.subtitle": "Überblick über deine Blog-Datenbank",
"dashboard.stats.totalPosts": "Beiträge gesamt",
"dashboard.stats.published": "{count} veröffentlicht",
"dashboard.stats.drafts": "{count} Entwürfe",
"dashboard.stats.archived": "{count} archiviert",
"dashboard.stats.mediaFiles": "Mediendateien",
"dashboard.stats.images": "{count} Bilder",
"dashboard.stats.tags": "Schlagwörter",
"dashboard.stats.categories": "{count} Kategorien",
"dashboard.section.postsOverTime": "Beiträge im Zeitverlauf",
"dashboard.section.tags": "Schlagwörter",
"dashboard.section.categories": "Kategorien",
"dashboard.section.recentlyUpdated": "Kürzlich aktualisiert",
"dashboard.tagCloud.more": "+{count} weitere",
"dashboard.postCount.one": "{count} Beitrag",
"dashboard.postCount.other": "{count} Beiträge",
"dashboard.status.draft": "Entwurf",
"dashboard.status.published": "Veröffentlicht",
"dashboard.status.archived": "Archiviert",
"projectSelector.switchProject": "Projekt wechseln",
"projectSelector.selectProject": "Projekt auswählen",
"projectSelector.projectsHeader": "Projekte",