feat(politics): update title eligibility messages and logic in PoliticsView
This commit is contained in:
@@ -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.",
|
||||
|
||||
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user