1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-25 21:38:59 +02:00

Add files via upload

This commit is contained in:
George King 2025-01-11 12:57:08 +01:00 committed by GitHub
parent 97ba56f7c5
commit 58011b8f9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 24 additions and 1 deletions

View File

@ -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.",

View File

@ -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"
}