feat(political-benefits): implement political powers and benefits system
All checks were successful
Deploy to production / deploy (push) Successful in 3m3s
All checks were successful
Deploy to production / deploy (push) Successful in 3m3s
- Added new political powers and benefits functionalities, including reputation ticks, tax jurisdiction management, and appointment capabilities. - Introduced a new job for periodic reputation updates and created necessary database tables for tracking political benefits. - Enhanced the FalukantController and services to support new endpoints for managing political powers and appointments. - Updated localization files to reflect new features and improve user experience across multiple languages. - Modified the UI to display new political powers and benefits, ensuring accurate representation in the PoliticsView.
This commit is contained in:
@@ -711,6 +711,8 @@
|
||||
"discretion": "Diskretion",
|
||||
"maintenance": "Unterhalt",
|
||||
"monthlyCost": "Monatskosten",
|
||||
"politicalFreeSlotsHint": "Politische Ämter gewähren dir {count} Liebschaftsplatz/-plätze ohne monatlichen Unterhalt (die günstigsten Beziehungen zählen zuerst).",
|
||||
"politicalFreeMaintenance": "Amt (frei)",
|
||||
"statusFit": "Standespassung",
|
||||
"acknowledged": "Anerkannt",
|
||||
"underfunded": "{count} Monate unterversorgt",
|
||||
@@ -1346,6 +1348,7 @@
|
||||
"title": "Politik",
|
||||
"tabs": {
|
||||
"current": "Aktuelle Position",
|
||||
"powers": "Amtsbefugnisse",
|
||||
"upcoming": "Anstehende Neuwahl-Positionen",
|
||||
"elections": "Wahlen"
|
||||
},
|
||||
@@ -1371,6 +1374,27 @@
|
||||
"court_immunity": "Eingeschränkte gerichtliche Immunität im Amtsbereich",
|
||||
"generic": "Vorteil ({code})"
|
||||
},
|
||||
"powers": {
|
||||
"none": "Für deine aktuellen Ämter liegen keine zusätzlichen Befugnisse vor (Steuern, Ernennungen, Freiplätze).",
|
||||
"loadError": "Amtsbefugnisse konnten nicht geladen werden.",
|
||||
"freeLoversTitle": "Liebschaften (Amt)",
|
||||
"freeLoversHint": "Dir stehen {count} politisch begründete Plätze ohne monatlichen Unterhalt zu (siehe Familie → Affären).",
|
||||
"reputationTitle": "Ansehen (automatisch)",
|
||||
"reputationLine": "{office}: nächster Bonus in ca. {days} Tag(en) (+{gain} Ansehen).",
|
||||
"taxTitle": "Regionale Steuersätze",
|
||||
"taxRange": "Erlaubter Bereich: {min} % bis {max} %.",
|
||||
"taxSave": "Speichern",
|
||||
"taxSaved": "Steuersatz gespeichert.",
|
||||
"taxError": "Steuersatz konnte nicht gespeichert werden.",
|
||||
"appointTitle": "Ernennungen",
|
||||
"appointSlot": "Freier Posten",
|
||||
"appointPick": "— Posten wählen —",
|
||||
"appointSearch": "Spieler suchen (Name oder Benutzername)",
|
||||
"appointSelected": "Gewählt: {name}",
|
||||
"appointSubmit": "Ernennen",
|
||||
"appointSuccess": "Ernennung durchgeführt.",
|
||||
"appointError": "Ernennung fehlgeschlagen."
|
||||
},
|
||||
"regionLevels": {
|
||||
"city": "Stadt",
|
||||
"county": "Landkreis",
|
||||
|
||||
Reference in New Issue
Block a user