diff --git a/frontend/messages/de.json b/frontend/messages/de.json index eda24d69..ee79f59f 100644 --- a/frontend/messages/de.json +++ b/frontend/messages/de.json @@ -1049,10 +1049,6 @@ "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", - "timeline_zoom_in": "Zeitraum vergrößern", "timeline_zoom_reset": "Zurück zur Übersicht", "timeline_dragging_aria_live": "Zeitraum {from} bis {to} ausgewählt" } diff --git a/frontend/messages/en.json b/frontend/messages/en.json index 374a5ac9..f0f2abfe 100644 --- a/frontend/messages/en.json +++ b/frontend/messages/en.json @@ -1049,10 +1049,6 @@ "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", - "timeline_zoom_in": "Zoom in", "timeline_zoom_reset": "Reset zoom", "timeline_dragging_aria_live": "Range {from} to {to} selected" } diff --git a/frontend/messages/es.json b/frontend/messages/es.json index 8a28aeb6..5e507972 100644 --- a/frontend/messages/es.json +++ b/frontend/messages/es.json @@ -1049,10 +1049,6 @@ "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", - "timeline_zoom_in": "Acercar", "timeline_zoom_reset": "Restablecer zoom", "timeline_dragging_aria_live": "Rango {from} a {to} seleccionado" }