feat(persons): add formatLifeDateRange + formatDocumentStatus utility functions
Unit tests for both; i18n keys for doc status and person stats bar; PERSON_NOT_FOUND added to frontend ErrorCode type. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -320,5 +320,22 @@
|
||||
"dashboard_needs_metadata_show_all": "Alle anzeigen",
|
||||
"dashboard_recent_heading": "Zuletzt aktiv",
|
||||
"dashboard_resume_label": "Zuletzt geöffnet:",
|
||||
"dashboard_resume_fallback": "Unbekanntes Dokument"
|
||||
"dashboard_resume_fallback": "Unbekanntes Dokument",
|
||||
"doc_status_placeholder": "Platzhalter",
|
||||
"doc_status_uploaded": "Hochgeladen",
|
||||
"doc_status_transcribed": "Transkribiert",
|
||||
"doc_status_reviewed": "Geprüft",
|
||||
"doc_status_archived": "Archiviert",
|
||||
"doc_status_unknown": "Unbekannt",
|
||||
"persons_stats_persons_one": "1 Person",
|
||||
"persons_stats_persons_many": "{count} Personen",
|
||||
"persons_stats_documents_one": "1 Dokument",
|
||||
"persons_stats_documents_many": "{count} Dokumente",
|
||||
"error_person_not_found": "Die Person wurde nicht gefunden.",
|
||||
"person_btn_edit": "Bearbeiten",
|
||||
"person_discard_changes": "Änderungen verwerfen",
|
||||
"person_danger_zone_heading": "Gefahrenzone",
|
||||
"persons_new_birth_year": "Geburtsjahr",
|
||||
"persons_new_death_year": "Todesjahr",
|
||||
"persons_new_notes": "Notizen"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user