From 9caef1e79e3f71d5b0cfce722cba4130ed2ba9f6 Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 8 Apr 2026 12:46:36 +0200 Subject: [PATCH] feat(i18n): add PersonType and MAIDEN_NAME translation keys Add translations for PersonType values (PERSON, INSTITUTION, GROUP, UNKNOWN) and PersonNameAliasType.MAIDEN_NAME in de/en/es. Co-Authored-By: Claude Sonnet 4.6 --- frontend/messages/de.json | 5 +++++ frontend/messages/en.json | 5 +++++ frontend/messages/es.json | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/frontend/messages/de.json b/frontend/messages/de.json index 58a677b2..1bd5f8a2 100644 --- a/frontend/messages/de.json +++ b/frontend/messages/de.json @@ -485,7 +485,12 @@ "person_alias_type_BIRTH": "geborene/r", "person_alias_type_WIDOWED": "verwitwete/r", "person_alias_type_DIVORCED": "geschiedene/r", + "person_alias_type_MAIDEN_NAME": "Geburtsname", "person_alias_type_OTHER": "Sonstiger Name", + "person_type_PERSON": "Person", + "person_type_INSTITUTION": "Institution", + "person_type_GROUP": "Gruppe", + "person_type_UNKNOWN": "Unbekannt", "person_alias_add_heading": "Name hinzufuegen", "person_alias_label_type": "Art", "person_alias_label_last_name": "Nachname", diff --git a/frontend/messages/en.json b/frontend/messages/en.json index 31a7d6a6..4c247132 100644 --- a/frontend/messages/en.json +++ b/frontend/messages/en.json @@ -485,7 +485,12 @@ "person_alias_type_BIRTH": "Birth name", "person_alias_type_WIDOWED": "Name as widow/widower", "person_alias_type_DIVORCED": "Name after divorce", + "person_alias_type_MAIDEN_NAME": "Maiden name", "person_alias_type_OTHER": "Other name", + "person_type_PERSON": "Person", + "person_type_INSTITUTION": "Institution", + "person_type_GROUP": "Group", + "person_type_UNKNOWN": "Unknown", "person_alias_add_heading": "Add name", "person_alias_label_type": "Type", "person_alias_label_last_name": "Last name", diff --git a/frontend/messages/es.json b/frontend/messages/es.json index 5beeb2f2..89da4185 100644 --- a/frontend/messages/es.json +++ b/frontend/messages/es.json @@ -485,7 +485,12 @@ "person_alias_type_BIRTH": "Nombre de nacimiento", "person_alias_type_WIDOWED": "Nombre como viuda/viudo", "person_alias_type_DIVORCED": "Nombre tras el divorcio", + "person_alias_type_MAIDEN_NAME": "Apellido de soltera", "person_alias_type_OTHER": "Otro nombre", + "person_type_PERSON": "Persona", + "person_type_INSTITUTION": "Institución", + "person_type_GROUP": "Grupo", + "person_type_UNKNOWN": "Desconocido", "person_alias_add_heading": "Agregar nombre", "person_alias_label_type": "Tipo", "person_alias_label_last_name": "Apellido",