diff --git a/frontend/messages/de.json b/frontend/messages/de.json index ee79f59f..4c4caeb3 100644 --- a/frontend/messages/de.json +++ b/frontend/messages/de.json @@ -1050,5 +1050,6 @@ "timeline_aria_label": "Zeitachse Dokumentdichte", "timeline_clear_selection": "Auswahl zurücksetzen", "timeline_zoom_reset": "Zurück zur Übersicht", + "timeline_bar_aria": "{when}, {count} Dokumente", "timeline_dragging_aria_live": "Zeitraum {from} bis {to} ausgewählt" } diff --git a/frontend/messages/en.json b/frontend/messages/en.json index f0f2abfe..536ca0fb 100644 --- a/frontend/messages/en.json +++ b/frontend/messages/en.json @@ -1050,5 +1050,6 @@ "timeline_aria_label": "Document density timeline", "timeline_clear_selection": "Clear selection", "timeline_zoom_reset": "Reset zoom", + "timeline_bar_aria": "{when}, {count} documents", "timeline_dragging_aria_live": "Range {from} to {to} selected" } diff --git a/frontend/messages/es.json b/frontend/messages/es.json index 5e507972..f4677d90 100644 --- a/frontend/messages/es.json +++ b/frontend/messages/es.json @@ -1050,5 +1050,6 @@ "timeline_aria_label": "Cronología de densidad de documentos", "timeline_clear_selection": "Borrar selección", "timeline_zoom_reset": "Restablecer zoom", + "timeline_bar_aria": "{when}, {count} documentos", "timeline_dragging_aria_live": "Rango {from} a {to} seleccionado" } diff --git a/frontend/src/lib/document/TimelineDensityFilter.svelte b/frontend/src/lib/document/TimelineDensityFilter.svelte index 6b32cbd1..9a775080 100644 --- a/frontend/src/lib/document/TimelineDensityFilter.svelte +++ b/frontend/src/lib/document/TimelineDensityFilter.svelte @@ -260,7 +260,10 @@ const omitTickYear = $derived.by(() => {