mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-31 22:05:10 +02:00
Merge pull request #4861 from GeorgeK1ng/develop
Updated Czech translation + Shrine spell readability fix
This commit is contained in:
commit
2da2fc48e2
@ -28,6 +28,13 @@
|
||||
"vcmi.adventureMap.movementPointsHeroInfo" : "(Body pohybu: %REMAINING / %POINTS)",
|
||||
"vcmi.adventureMap.replayOpponentTurnNotImplemented" : "Omlouváme se, přehrání tahu soupeře ještě není implementováno!",
|
||||
|
||||
"vcmi.bonusSource.artifact" : "Artefakt",
|
||||
"vcmi.bonusSource.creature" : "Schopnost",
|
||||
"vcmi.bonusSource.spell" : "Kouzlo",
|
||||
"vcmi.bonusSource.hero" : "Hrdina",
|
||||
"vcmi.bonusSource.commander" : "Velitel",
|
||||
"vcmi.bonusSource.other" : "Ostatní",
|
||||
|
||||
"vcmi.capitalColors.0" : "Červený",
|
||||
"vcmi.capitalColors.1" : "Modrý",
|
||||
"vcmi.capitalColors.2" : "Hnědý",
|
||||
@ -106,6 +113,12 @@
|
||||
"vcmi.lobby.handicap.resource" : "Dává hráčům odpovídající zdroje navíc k běžným startovním zdrojům. Jsou povoleny záporné hodnoty, ale jsou omezeny na celkovou hodnotu 0 (hráč nikdy nezačíná se zápornými zdroji).",
|
||||
"vcmi.lobby.handicap.income" : "Mění různé příjmy hráče podle procent. Výsledek je zaokrouhlen nahoru.",
|
||||
"vcmi.lobby.handicap.growth" : "Mění rychlost růstu jednotel v městech vlastněných hráčem. Výsledek je zaokrouhlen nahoru.",
|
||||
"vcmi.lobby.deleteUnsupportedSave" : "Nalezeny nepodporované uložené hry (např. z předchozích verzí).\n\nChcete je odstranit?",
|
||||
"vcmi.lobby.deleteSaveGameTitle" : "Vyberte uloženou hru k odstranění",
|
||||
"vcmi.lobby.deleteMapTitle" : "Vyberte scénář k odstranění",
|
||||
"vcmi.lobby.deleteFile" : "Chcete smazat následující soubor?",
|
||||
"vcmi.lobby.deleteFolder" : "Chcete smazat následující složku?",
|
||||
"vcmi.lobby.deleteMode" : "Přepnout do režimu mazání a zpět",
|
||||
|
||||
"vcmi.lobby.login.title" : "Online lobby VCMI",
|
||||
"vcmi.lobby.login.username" : "Uživatelské jméno:",
|
||||
@ -113,7 +126,7 @@
|
||||
"vcmi.lobby.login.error" : "Chyba při připojování: %s",
|
||||
"vcmi.lobby.login.create" : "Nový účet",
|
||||
"vcmi.lobby.login.login" : "Přihlásit se",
|
||||
"vcmi.lobby.login.as" : "Přilásit se jako %s",
|
||||
"vcmi.lobby.login.as" : "Přihlásit se jako %s",
|
||||
"vcmi.lobby.header.rooms" : "Herní místnosti - %d",
|
||||
"vcmi.lobby.header.channels" : "Kanály konverzace",
|
||||
"vcmi.lobby.header.chat.global" : "Globální konverzace hry - %s", // %s -> language name
|
||||
|
@ -1,8 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=VCMI Client
|
||||
Name[cs]=VCMI Klient
|
||||
GenericName=Strategy Game Engine
|
||||
GenericName[cs]=Engine strategické hry
|
||||
Comment=Open engine for Heroes of Might and Magic 3
|
||||
Comment[cs]=Open-source engine pro Heroes of Might and Magic III
|
||||
Icon=vcmiclient
|
||||
Exec=vcmiclient
|
||||
Categories=Game;StrategyGame;
|
||||
|
@ -46,7 +46,7 @@
|
||||
"spells" : [
|
||||
"@gainedSpell"
|
||||
],
|
||||
"message" : [ 106, "%s." ], // Upon defeating monsters, you learn new spell
|
||||
"message" : [ 106, "{%s}." ], // Upon defeating monsters, you learn new spell
|
||||
"guards" : [
|
||||
{ "amount" : 40, "type" : "goldGolem" },
|
||||
{ "amount" : 10, "type" : "diamondGolem" },
|
||||
@ -63,10 +63,10 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"message" : [ 106, "%s. ", 108 ] // No Wisdom
|
||||
"message" : [ 106, "{%s}. ", 108 ] // No Wisdom
|
||||
},
|
||||
{
|
||||
"message" : [ 106, "%s. ", 109 ] // No spellbook
|
||||
"message" : [ 106, "{%s}. ", 109 ] // No spellbook
|
||||
}
|
||||
]
|
||||
|
||||
|
@ -46,10 +46,10 @@
|
||||
"@gainedSpell"
|
||||
],
|
||||
"description" : "@core.genrltxt.355",
|
||||
"message" : [ 127, "%s." ] // You learn new spell
|
||||
"message" : [ 127, "{%s}." ] // You learn new spell
|
||||
}
|
||||
],
|
||||
"onVisitedMessage" : [ 127, "%s. ", 174 ], // You already known this spell
|
||||
"onVisitedMessage" : [ 127, "{%s}. ", 174 ], // You already known this spell
|
||||
"onEmpty" : [
|
||||
{
|
||||
"limiter" : {
|
||||
@ -59,10 +59,10 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"message" : [ 127, "%s. ", 130 ] // No Wisdom
|
||||
"message" : [ 127, "{%s}. ", 130 ] // No Wisdom
|
||||
},
|
||||
{
|
||||
"message" : [ 127, "%s. ", 131 ] // No spellbook
|
||||
"message" : [ 127, "{%s}. ", 131 ] // No spellbook
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -115,10 +115,10 @@
|
||||
"@gainedSpell"
|
||||
],
|
||||
"description" : "@core.genrltxt.355",
|
||||
"message" : [ 128, "%s." ] // You learn new spell
|
||||
"message" : [ 128, "{%s}." ] // You learn new spell
|
||||
}
|
||||
],
|
||||
"onVisitedMessage" : [ 128, "%s. ", 174 ], // You already known this spell
|
||||
"onVisitedMessage" : [ 128, "{%s}. ", 174 ], // You already known this spell
|
||||
"onEmpty" : [
|
||||
{
|
||||
"limiter" : {
|
||||
@ -128,10 +128,10 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"message" : [ 128, "%s. ", 130 ] // No Wisdom
|
||||
"message" : [ 128, "{%s}. ", 130 ] // No Wisdom
|
||||
},
|
||||
{
|
||||
"message" : [ 128, "%s. ", 131 ] // No spellbook
|
||||
"message" : [ 128, "{%s}. ", 131 ] // No spellbook
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -184,10 +184,10 @@
|
||||
"@gainedSpell"
|
||||
],
|
||||
"description" : "@core.genrltxt.355",
|
||||
"message" : [ 129, "%s." ] // You learn new spell
|
||||
"message" : [ 129, "{%s}." ] // You learn new spell
|
||||
}
|
||||
],
|
||||
"onVisitedMessage" : [ 129, "%s. ", 174 ], // You already known this spell
|
||||
"onVisitedMessage" : [ 129, "{%s}. ", 174 ], // You already known this spell
|
||||
"onEmpty" : [
|
||||
{
|
||||
"limiter" : {
|
||||
@ -197,10 +197,10 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"message" : [ 129, "%s. ", 130 ] // No Wisdom
|
||||
"message" : [ 129, "{%s}. ", 130 ] // No Wisdom
|
||||
},
|
||||
{
|
||||
"message" : [ 129, "%s. ", 131 ] // No spellbook
|
||||
"message" : [ 129, "{%s}. ", 131 ] // No spellbook
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -749,7 +749,7 @@ Nainstalovat úspěšně stažené?</translation>
|
||||
<message>
|
||||
<location filename="../settingsView/csettingsview_moc.ui" line="859"/>
|
||||
<source>Online Lobby address</source>
|
||||
<translation>Adresa online předsíně</translation>
|
||||
<translation>Adresa online lobby</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../settingsView/csettingsview_moc.ui" line="1079"/>
|
||||
|
@ -5,7 +5,7 @@ GenericName=Strategy Game
|
||||
GenericName[cs]=Strategická hra
|
||||
GenericName[de]=Strategiespiel
|
||||
Comment=Open-source recreation of Heroes of Might & Magic III
|
||||
Comment[cs]=Spouštěč enginu s otevřeným kódem pro Heroes of Might and Magic III
|
||||
Comment[cs]=Open-source engine pro Heroes of Might and Magic III
|
||||
Comment[de]=Open-Source-Nachbau von Heroes of Might and Magic III
|
||||
Icon=vcmiclient
|
||||
Exec=vcmilauncher
|
||||
|
@ -7,7 +7,7 @@ GenericName=Strategy Game Map Editor
|
||||
GenericName[cs]=Editor map strategické hry
|
||||
GenericName[de]=Karteneditor für Strategiespiel
|
||||
Comment=Map editor for the open-source recreation of Heroes of Might & Magic III
|
||||
Comment[cs]=Editor map enginu s otevřeným kódem pro Heroes of Might and Magic III
|
||||
Comment[cs]=Editor map pro open-source engine Heroes of Might and Magic III
|
||||
Comment[de]=Karteneditor für den Open-Source-Nachbau von Heroes of Might and Magic III
|
||||
Icon=vcmieditor
|
||||
Exec=vcmieditor
|
||||
|
Loading…
x
Reference in New Issue
Block a user