feat(politics): update title eligibility messages and logic in PoliticsView

This commit is contained in:
Torsten Schulz (local)
2026-08-19 15:06:44 +02:00
parent 4cacc3c7a7
commit a8a13ac25a
4 changed files with 18 additions and 32 deletions

View File

@@ -1611,8 +1611,8 @@
"yes": "Ja",
"no": "Nein",
"blockedByAge": "Mindestalter nicht erreicht",
"blockedByTitle": "Benötigter Stand: mindestens {title}",
"unknownRequiredTitle": "unbekannt",
"blockedByTitle": "Standesvoraussetzung nicht erfüllt",
"blockedByTitleMinimum": "Benötigter Stand: mindestens {title}",
"blockedByPrerequisites": "Vorherige Ämter fehlen"
},
"too_young": "Dein Charakter ist noch zu jung. Eine Bewerbung ist erst ab 16 Jahren möglich.",

View File

@@ -797,8 +797,8 @@
"yes": "Yes",
"no": "No",
"blockedByAge": "Minimum age not met",
"blockedByTitle": "Required title: at least {title}",
"unknownRequiredTitle": "unknown",
"blockedByTitle": "Title requirement not met",
"blockedByTitleMinimum": "Required title: at least {title}",
"blockedByPrerequisites": "Required prior offices missing"
},
"too_young": "Your character is too young. Applications are only possible from age 16.",