Browse Source

Add files via upload

George King 9 months ago
parent
commit
58011b8f9c
2 changed files with 24 additions and 1 deletions
  1. 1 0
      Mods/vcmi/Content/config/czech.json
  2. 23 1
      Mods/vcmi/Content/config/english.json

+ 1 - 0
Mods/vcmi/Content/config/czech.json

@@ -222,6 +222,7 @@
 
 	"vcmi.client.errors.invalidMap" : "{Neplatná mapa nebo kampaň}\n\nChyba při startu hry! Vybraná mapa nebo kampaň může být neplatná nebo poškozená. Důvod:\n%s",
 	"vcmi.client.errors.missingCampaigns" : "{Chybějící datové soubory}\n\nDatové soubory kampaně nebyly nalezeny! Možná máte nekompletní nebo poškozené datové soubory Heroes 3. Prosíme, přeinstalujte hru.",
+	"vcmi.client.errors.modLoadingFailure" : "{Chyba při načítání modifikací}\n\nPři načítání modifikací byly nalezeny kritické problémy! Hra nemusí fungovat správně nebo může spadnout! Aktualizujte nebo deaktivujte následující modifikace:\n\n",
 	"vcmi.server.errors.disconnected" : "{Chyba sítě}\n\nPřipojení k hernímu serveru bylo ztraceno!",
 	"vcmi.server.errors.playerLeft" : "{Hráč opustil hru}\n\nHráč %s se odpojil ze hry!", //%s -> player color
 	"vcmi.server.errors.existingProcess" : "Již běží jiný server VCMI. Prosím, ukončete ho před startem nové hry.",

+ 23 - 1
Mods/vcmi/Content/config/english.json

@@ -783,5 +783,27 @@
 	"core.bonus.SPELL_SCHOOL_IMMUNITY.description.water": "This unit is immune to all Water school spells",
 	"core.bonus.SPELL_SCHOOL_IMMUNITY.description.earth": "This unit is immune to all Earth school spells",
 	"core.bonus.OPENING_BATTLE_SPELL.name": "Starts with spell",
-	"core.bonus.OPENING_BATTLE_SPELL.description": "Casts ${subtype.spell} on battle start"
+	"core.bonus.OPENING_BATTLE_SPELL.description": "Casts ${subtype.spell} on battle start",
+	
+	"spell.core.castleMoat.name" : "Moat",
+	"spell.core.castleMoatTrigger.name" : "Moat",
+	"spell.core.catapultShot.name" : "Catapult shot",
+	"spell.core.cyclopsShot.name" : "Siege shot",
+	"spell.core.dungeonMoat.name" : "Boiling Oil",
+	"spell.core.dungeonMoatTrigger.name" : "Boiling Oil",
+	"spell.core.fireWallTrigger.name" : "Fire Wall",
+	"spell.core.firstAid.name" : "First Aid",
+	"spell.core.fortressMoat.name" : "Boiling Tar",
+	"spell.core.fortressMoatTrigger.name" : "Boiling Tar",
+	"spell.core.infernoMoat.name" : "Lava",
+	"spell.core.infernoMoatTrigger.name" : "Lava",
+	"spell.core.landMineTrigger.name" : "Land Mine",
+	"spell.core.necropolisMoat.name" : "Boneyard",
+	"spell.core.necropolisMoatTrigger.name" : "Boneyard",
+	"spell.core.rampartMoat.name" : "Brambles",
+	"spell.core.rampartMoatTrigger.name" : "Brambles",
+	"spell.core.strongholdMoat.name" : "Wooden Spikes",
+	"spell.core.strongholdMoatTrigger.name" : "Wooden Spikes",
+	"spell.core.summonDemons.name" : "Summon Demons",
+	"spell.core.towerMoat.name" : "Land Mine"
 }