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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user