feat: füge Unterstützung für Lagerschaden hinzu und aktualisiere Übersetzungen in mehreren Sprachen

This commit is contained in:
Torsten Schulz (local)
2026-05-27 18:25:40 +02:00
parent 777a1898e0
commit 3b028669e0
6 changed files with 44 additions and 0 deletions

View File

@@ -72,6 +72,10 @@
"title": "Warehouse Fire",
"description": "A fire has damaged parts of your warehouse.{damagePercent}{destructionPercent}"
},
"storage_damage": {
"title": "Storage damage: {damage_reason}",
"description": "{damage_reason}: {destroyedInventoryUnits} units ({stock_type}) affected across {affectedStocks} stocks, {destroyedStocks} destroyed. {damagePercent}{destructionPercent}"
},
"character_illness": {
"title": "Illness",
"description": "{characterName} has fallen ill and lost {healthChange} health."