mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Minor fixes
This commit is contained in:
parent
7030fa8fe7
commit
95440ad540
@ -81,7 +81,7 @@
|
||||
"vcmi.otherOptions.availableCreaturesAsDwellingLabel.hover" : "Show Available Creatures",
|
||||
"vcmi.otherOptions.availableCreaturesAsDwellingLabel.help" : "{Show Available Creatures}\n\n Shows creatures available to purchase instead of their growth in town summary (bottom-left corner).",
|
||||
"vcmi.otherOptions.creatureGrowthAsDwellingLabel.hover" : "Show Weekly Growth of Creatures",
|
||||
"vcmi.otherOptions.creatureGrowthAsDwellingLabel.help" : "{Show Weekly Growth of Creatures}\n\n Shows creatures' weekly growth instead of avaialble amount in town summary (bottom-left corner).",
|
||||
"vcmi.otherOptions.creatureGrowthAsDwellingLabel.help" : "{Show Weekly Growth of Creatures}\n\n Shows creatures' weekly growth instead of avaialable amount in town summary (bottom-left corner).",
|
||||
"vcmi.otherOptions.compactTownCreatureInfo.hover": "Compact Creature Info",
|
||||
"vcmi.otherOptions.compactTownCreatureInfo.help": "{Compact Creature Info}\n\n Smaller town creatures information in town summary.",
|
||||
|
||||
|
@ -36,6 +36,7 @@
|
||||
"vcmi.systemOptions.videoGroup" : "Налаштування Відео",
|
||||
"vcmi.systemOptions.audioGroup" : "Налаштування Аудіо",
|
||||
"vcmi.systemOptions.otherGroup" : "Інші Налаштування",
|
||||
"vcmi.systemOptions.townsGroup" : "Екран Міста",
|
||||
|
||||
"vcmi.systemOptions.fullscreenButton.hover" : "Повноекранний Режим",
|
||||
"vcmi.systemOptions.fullscreenButton.help" : "{Повноекранний Режим}\n\n Якщо обрано, VCMI буде запускатися в режимі на весь екран, інакше — віконний режим",
|
||||
@ -78,8 +79,11 @@
|
||||
"vcmi.battleOptions.skipBattleIntroMusic.hover": "Пропускати вступну музику",
|
||||
"vcmi.battleOptions.skipBattleIntroMusic.help": "{Пропускати вступну музику}\n\n Пропускати коротку музику, яка грає на початку кожної битви перед початком дії. Також можна пропустити, натиснувши клавішу ESC.",
|
||||
|
||||
"vcmi.otherOptions.availableCreaturesAsDwellingLabel.hover" : "Показувати Доступних Істот у Місті",
|
||||
"vcmi.otherOptions.availableCreaturesAsDwellingLabel.help" : "{Показувати Доступних Істот у Місті}\n\n Показує істот, яких можна придбати, замість їхнього приросту у зведенні по місту (нижній лівий кут).",
|
||||
"vcmi.otherOptions.availableCreaturesAsDwellingLabel.hover" : "Показувати Доступних Істот",
|
||||
"vcmi.otherOptions.availableCreaturesAsDwellingLabel.help" : "{Показувати Доступних Істот}\n\n Показує істот, яких можна придбати, замість їхнього приросту у зведенні по місту (нижній лівий кут).",
|
||||
"vcmi.otherOptions.creatureGrowthAsDwellingLabel.hover" : "Показувати Приріст Істот",
|
||||
"vcmi.otherOptions.creatureGrowthAsDwellingLabel.help" : "{Показувати Приріст Істот}\n\n Показує щотижневий приріст істот, замість кількості яку можна придбати у зведенні по місту (нижній лівий кут).",
|
||||
|
||||
"vcmi.otherOptions.compactTownCreatureInfo.hover": "Компактне Відображення Істот у Місті",
|
||||
"vcmi.otherOptions.compactTownCreatureInfo.help": "{Компактне Відображення Істот у Місті}\n\n Показує інформацію про істот у місті у зведенні по місту у більш компактному вигляді.",
|
||||
|
||||
|
@ -19,11 +19,11 @@
|
||||
{
|
||||
"position": {"x": 10, "y": 55},
|
||||
"text": "vcmi.systemOptions.videoGroup"
|
||||
}
|
||||
},
|
||||
{
|
||||
"position": {"x": 380, "y": 55},
|
||||
"text": "vcmi.systemOptions.audioGroup"
|
||||
}
|
||||
},
|
||||
{
|
||||
"position": {"x": 10, "y": 295},
|
||||
"text": "vcmi.systemOptions.townsGroup"
|
||||
@ -74,7 +74,7 @@
|
||||
{
|
||||
"position": {"x": 45, "y": 145},
|
||||
"text": "vcmi.systemOptions.framerateButton.hover"
|
||||
}
|
||||
},
|
||||
{
|
||||
"position": {"x": 45, "y": 175},
|
||||
"text": "core.genrltxt.577"
|
||||
@ -216,7 +216,7 @@
|
||||
"image": "sysopchk.def",
|
||||
"help": "vcmi.otherOptions.creatureGrowthAsDwellingLabel",
|
||||
"position": {"x": 0, "y": 0}
|
||||
}
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"type": "toggleButton",
|
||||
|
Loading…
Reference in New Issue
Block a user