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

@@ -294,7 +294,26 @@
},
"director": {
"income": "Income",
"incomeUpdated": "Salary has been successfully updated."
"incomeUpdated": "Salary has been successfully updated.",
"starttransport": "May start transports",
"emptyTransport": {
"title": "Transport without products",
"description": "Move vehicles from this branch to another to use them better.",
"vehicleType": "Vehicle type",
"selectVehicle": "Select vehicle type",
"targetBranch": "Target branch",
"selectTarget": "Select target branch",
"cost": "Cost: {cost}",
"duration": "Duration: {duration}",
"arrival": "Arrival: {datetime}",
"route": "Route",
"create": "Start transport",
"success": "Transport started successfully.",
"error": "Error starting the transport."
}
},
"sale": {
"runningGuards": "Guards"
},
"production": {
"title": "Production",
@@ -328,6 +347,10 @@
"raft": "Raft",
"sailing_ship": "Sailing ship"
},
"transport": {
"guardCount": "Guards",
"guardHint": "Additional cost for guards: {cost}"
},
"tabs": {
"director": "Director",
"inventory": "Inventory",
@@ -900,7 +923,17 @@
"victimPlaceholder": "Enter username",
"sabotageTarget": "Sabotage target",
"corruptGoal": "Corruption goal",
"affairGoal": "Investigation goal"
"affairGoal": "Investigation goal",
"raidRegion": "Raid region",
"raidRegionPlaceholder": "Select region",
"bandSize": "Band size",
"raidSummary": "Gang ({bandSize}) in {region}",
"attempts": "Attempts",
"successes": "Successes",
"lastOutcome": "Last outcome",
"raidResultTitle": "Latest raid",
"lastTargetTransport": "Latest target transport",
"loot": "Loot"
},
"attacks": {
"target": "Attacker",
@@ -914,7 +947,8 @@
"sabotage": "Sabotage",
"corrupt_politician": "Corruption",
"rob": "Robbery",
"investigate_affair": "Investigate affair"
"investigate_affair": "Investigate affair",
"raid_transport": "Raid transports"
},
"targets": {
"house": "House",
@@ -931,6 +965,11 @@
"pending": "Pending",
"resolved": "Resolved",
"failed": "Failed"
},
"raidOutcomes": {
"repelled": "Repelled",
"partial_success": "Partial success",
"major_success": "Major success"
}
}
}