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