i18n: add upload-banner + enrichment-block keys

Singular/plural banner copy, a count-aware "show all" footer link, and
the dismiss aria-label for the new dashboard enrichment-list-block
(issue #296). Covers de / en / es.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-20 21:25:17 +02:00
parent d5d1a463b8
commit 727569aa32
3 changed files with 15 additions and 0 deletions

View File

@@ -415,6 +415,11 @@
"dashboard_notification_replied": "hat geantwortet",
"dashboard_needs_metadata_heading": "Metadaten fehlen",
"dashboard_needs_metadata_show_all": "Alle anzeigen",
"dashboard_needs_metadata_show_all_count": "Alle {count} anzeigen →",
"upload_banner_singular": "1 Dokument hochgeladen.",
"upload_banner_plural": "{count} Dokumente hochgeladen.",
"upload_banner_cta": "Jetzt ergänzen →",
"upload_banner_close": "Benachrichtigung schließen",
"dashboard_recent_heading": "Zuletzt aktiv",
"dashboard_stats_documents": "Dokumente",
"dashboard_stats_persons": "Personen",

View File

@@ -415,6 +415,11 @@
"dashboard_notification_replied": "replied",
"dashboard_needs_metadata_heading": "Missing Metadata",
"dashboard_needs_metadata_show_all": "Show all",
"dashboard_needs_metadata_show_all_count": "Show all {count} →",
"upload_banner_singular": "1 document uploaded.",
"upload_banner_plural": "{count} documents uploaded.",
"upload_banner_cta": "Enrich now →",
"upload_banner_close": "Dismiss notification",
"dashboard_recent_heading": "Recent Activity",
"dashboard_stats_documents": "Documents",
"dashboard_stats_persons": "Persons",

View File

@@ -415,6 +415,11 @@
"dashboard_notification_replied": "respondió",
"dashboard_needs_metadata_heading": "Metadatos incompletos",
"dashboard_needs_metadata_show_all": "Ver todos",
"dashboard_needs_metadata_show_all_count": "Ver los {count} →",
"upload_banner_singular": "1 documento subido.",
"upload_banner_plural": "{count} documentos subidos.",
"upload_banner_cta": "Completar ahora →",
"upload_banner_close": "Cerrar notificación",
"dashboard_recent_heading": "Actividad reciente",
"dashboard_stats_documents": "Documentos",
"dashboard_stats_persons": "Personas",