feat(FalukantService, i18n): enhance household tension handling and localization updates
All checks were successful
Deploy to production / deploy (push) Successful in 1m55s

- Added functionality to refresh and update household tension scores and reasons in the FalukantService, improving user experience by reflecting real-time household dynamics.
- Updated localization strings across multiple languages (Cebuano, German, English, Spanish, French) to include new office rank terminology and improved marriage crisis descriptions, enhancing clarity and context for users.
- Introduced a new office rank tier structure in localization files, providing better categorization and understanding of office ranks in the game.
This commit is contained in:
Torsten Schulz (local)
2026-04-17 17:07:53 +02:00
parent 1dd4d18927
commit afbea926a2
7 changed files with 86 additions and 15 deletions

View File

@@ -699,7 +699,7 @@
"loverChild": "Kind aus Liebschaft",
"disorder": "Unordnung im Haus",
"tooFewServants": "Zu wenig Diener",
"marriageCrisis": "Ehekrise"
"marriageCrisis": "Niedrige Ehezufriedenheit (belastet den Hausfrieden)"
}
},
"marriageActions": {
@@ -1134,8 +1134,8 @@
"reputation": "Beliebtheit mindestens {amount}",
"house_position": "Hausstand mindestens: {label}",
"house_condition": "Hauszustand mindestens {quality}",
"office_rank_any": "Höchstes politisches oder kirchliches Amt mindestens Rang {amount}",
"office_rank_political": "Höchstes politisches Amt mindestens Rang {amount}",
"office_rank_any": "Höchstes politisches oder kirchliches Amt mindestens Rang „{rankName}“",
"office_rank_political": "Höchstes politisches Amt mindestens Rang „{rankName}“",
"lover_count_min": "Mindestens {amount} Liebhaber oder Mätressen",
"lover_count_max": "Höchstens {amount} Liebhaber oder Mätressen",
"unknown": "{type}: {amount}"
@@ -1160,6 +1160,15 @@
"usable": "brauchbar"
},
"houseConditionPercent": "{pct} %",
"officeRankTier": {
"1": "Gemeinde- und Grundämter",
"2": "Ratsherrschaft und Fachämter",
"3": "leitende Kommunalämter",
"4": "mittlere Staatsebene",
"5": "hohe Staatsämter",
"6": "höchstes Reichsamt",
"fallback": "Stufe {tier}"
},
"officeWithRank": "{label} (Rang {rank})",
"advance": {
"confirm": "Aufsteigen beantragen",