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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user