Implement certificate progress feature in FalukantService and frontend: Add methods to calculate and retrieve certificate progress based on user attributes. Update localization files for English, German, and Spanish to include new terms related to certificate progress. Enhance OverviewView to display certificate details and requirements, improving user experience and clarity.

This commit is contained in:
Torsten Schulz (local)
2026-03-25 11:59:43 +01:00
parent b61a533eac
commit 44991743d2
5 changed files with 520 additions and 2 deletions

View File

@@ -138,6 +138,34 @@
"nobleTitle": "Stand",
"certificate": "Zertifikat"
},
"certificate": {
"title": "Zertifikatsfortschritt",
"description": "Zeigt die aktuelle Stufe und die Bedingungen für den nächsten Aufstieg.",
"current": "Aktuell",
"next": "Nächste Stufe",
"score": "Wertung",
"ready": "Für den nächsten Aufstieg bereit",
"notReady": "Bedingungen noch nicht erfüllt",
"factors": "Aktuelle Werte",
"requirements": "Bedingungen für die nächste Stufe",
"factor": {
"avgKnowledge": "Durchschnittliches Wissen",
"completedProductions": "Abgeschlossene Produktionen",
"reputation": "Ansehen",
"housePosition": "Hausstufe",
"highestPoliticalOfficeRank": "Höchstes politisches Amt",
"highestChurchOfficeRank": "Höchstes kirchliches Amt",
"nobilityLevel": "Adelsstufe",
"officePoints": "Amtsstatus",
"nobilityPoints": "Adelsstatus",
"reputationPoints": "Ansehensstatus",
"housePoints": "Hausstatus"
},
"statusMode": {
"one_of": "Mindestens eine Statusbedingung",
"two_of": "Mindestens zwei Statusbedingungen"
}
},
"productions": {
"title": "Produktionen"
},