feat(i18n): add timeline density widget keys (#385)

Five new keys across de/en/es for the upcoming TimelineDensityFilter:
aria label, clear selection, abbreviated count label, loading state, and
parametrised filtered-count message.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-07 22:02:15 +02:00
parent b31979c4f0
commit 142459b916
3 changed files with 21 additions and 3 deletions

View File

@@ -1045,5 +1045,11 @@
"relation_form_year_placeholder": "z.B. 1920",
"person_relationships_heading": "Beziehungen",
"person_relationships_empty": "Noch keine Beziehungen bekannt."
"person_relationships_empty": "Noch keine Beziehungen bekannt.",
"timeline_aria_label": "Zeitachse Dokumentdichte",
"timeline_clear_selection": "Auswahl zurücksetzen",
"timeline_count_label": "Dok.",
"timeline_loading": "Lade Zeitachse…",
"timeline_filtered_count": "{count} Dokumente im Zeitraum"
}

View File

@@ -1045,5 +1045,11 @@
"relation_form_year_placeholder": "e.g. 1920",
"person_relationships_heading": "Relationships",
"person_relationships_empty": "No relationships known yet."
"person_relationships_empty": "No relationships known yet.",
"timeline_aria_label": "Document density timeline",
"timeline_clear_selection": "Clear selection",
"timeline_count_label": "docs",
"timeline_loading": "Loading timeline…",
"timeline_filtered_count": "{count} documents in range"
}

View File

@@ -1045,5 +1045,11 @@
"relation_form_year_placeholder": "ej. 1920",
"person_relationships_heading": "Relaciones",
"person_relationships_empty": "Aún no se conocen relaciones."
"person_relationships_empty": "Aún no se conocen relaciones.",
"timeline_aria_label": "Cronología de densidad de documentos",
"timeline_clear_selection": "Borrar selección",
"timeline_count_label": "docs",
"timeline_loading": "Cargando cronología…",
"timeline_filtered_count": "{count} documentos en el rango"
}