Add raid transport feature and related updates: Introduce new raid transport functionality in FalukantService and FalukantController, including methods for retrieving raid transport regions and handling guard counts. Update frontend components to support guard count input and display related costs. Enhance localization files to include new terms for raid transport and associated metrics in English, German, and Spanish.

This commit is contained in:
Torsten Schulz (local)
2026-03-23 18:47:01 +01:00
parent 43dd1a3b7f
commit de52b6f26d
18 changed files with 886 additions and 82 deletions

View File

@@ -334,6 +334,7 @@
"runningEta": "Ankunft",
"runningRemaining": "Restzeit",
"runningVehicleCount": "Fahrzeuge",
"runningGuards": "Wachen",
"runningDirectionOut": "Ausgehend",
"runningDirectionIn": "Eingehend"
},
@@ -408,6 +409,8 @@
"transport": {
"title": "Transportmittel",
"placeholder": "Hier kannst du Transportmittel für deine Region kaufen oder bauen.",
"guardCount": "Wachen",
"guardHint": "Zusatzkosten für Wachen: {cost}",
"vehicleType": "Transportmittel",
"mode": "Art",
"modeBuy": "Kaufen (sofort verfügbar)",
@@ -1335,7 +1338,17 @@
"victimPlaceholder": "Benutzername eingeben",
"sabotageTarget": "Sabotageziel",
"corruptGoal": "Ziel der Korruption",
"affairGoal": "Ziel der Untersuchung"
"affairGoal": "Ziel der Untersuchung",
"raidRegion": "Überfallregion",
"raidRegionPlaceholder": "Region wählen",
"bandSize": "Bandengröße",
"raidSummary": "Bande ({bandSize}) in {region}",
"attempts": "Versuche",
"successes": "Erfolge",
"lastOutcome": "Letztes Ergebnis",
"raidResultTitle": "Letzter Überfall",
"lastTargetTransport": "Letzter Zieltransport",
"loot": "Beute"
},
"attacks": {
"target": "Angreifer",
@@ -1349,7 +1362,8 @@
"sabotage": "Sabotage",
"corrupt_politician": "Korruption",
"rob": "Raub",
"investigate_affair": "Liebschaft untersuchen"
"investigate_affair": "Liebschaft untersuchen",
"raid_transport": "Überfälle auf Transporte"
},
"targets": {
"house": "Wohnhaus",
@@ -1366,6 +1380,11 @@
"pending": "Ausstehend",
"resolved": "Abgeschlossen",
"failed": "Gescheitert"
},
"raidOutcomes": {
"repelled": "Abgewehrt",
"partial_success": "Teilweise erfolgreich",
"major_success": "Großer Erfolg"
}
}
}