some updates

This commit is contained in:
Alexander Popov 2021-02-03 17:54:01 +03:00
parent d8e0bbbbfc
commit a6272d8878
5 changed files with 129 additions and 107 deletions

View File

@ -1,3 +1,3 @@
[ ] Поменять `Ч` и `Ц` местами.
[ ] скрипт для формирования директории мода [ ] скрипт для формирования директории мода
[ ] add GitHub cover [ ] add GitHub cover

View File

@ -1,3 +1,21 @@
# Как переводить и что к чему ## Как переводить и что к чему
## Непонятно
Scroll of Identify
## Строки, которые не переводятся
*UI*
Limit FPS
VSync
Advanced Graphics Options (заголвок окна настроек)
Level (в инвентаре)
{0} to {1} dmg
*Items*
Arrow Bomb
Bowl
Plate
Gold candlestick
Cup
Arrows

View File

@ -55,6 +55,10 @@
[ [
"Thanks for playing! <", "Thanks for playing! <",
], ],
[
"Перевод",
"Alexander Popov @ iiiypuk"
],
[ [
"", "",
], ],

View File

@ -2,11 +2,11 @@
repeats: false, repeats: false,
messages: [ messages: [
[ [
"Welcome back.", "С возвращением.",
"I have some more scrolls prepared, if you're in need of some arcane intervention." "У меня приготовлено еще несколько свитков, если вам нужно какое-то тайное вмешательство."
], ],
[ [
"I have some more scrolls prepared, if you're in need of some arcane intervention." "Я приготовил еще несколько свитков, если тебе понадобится какое-то тайное вмешательство."
] ]
] ]
} }

View File

@ -71,7 +71,7 @@
}, },
"screens.MainMenuScreen.loadingSaveSlot": { "screens.MainMenuScreen.loadingSaveSlot": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "LOADING", "localizedName": "ЗАГРУЗКА",
"comment": "Text shown in the bottom right when loading a save game." "comment": "Text shown in the bottom right when loading a save game."
}, },
"screens.OptionsScreen.graphicsLow": { "screens.OptionsScreen.graphicsLow": {
@ -96,7 +96,7 @@
}, },
"screens.OptionsScreen.postProcessingLabel": { "screens.OptionsScreen.postProcessingLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Post Filter", "localizedName": "Пост-фильтр",
"comment": "Text shown for the post processing filter label" "comment": "Text shown for the post processing filter label"
}, },
"screens.OptionsScreen.postProcessingQualityLabel": { "screens.OptionsScreen.postProcessingQualityLabel": {
@ -106,7 +106,7 @@
}, },
"screens.OptionsScreen.antiAliasingLabel": { "screens.OptionsScreen.antiAliasingLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Anti Aliasing (FXAA)", "localizedName": "Сглаживание (FXAA)",
"comment": "FXAA Label" "comment": "FXAA Label"
}, },
"screens.OptionsScreen.backButton": { "screens.OptionsScreen.backButton": {
@ -121,7 +121,7 @@
}, },
"screens.OptionsScreen.headerLabel": { "screens.OptionsScreen.headerLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Game Options", "localizedName": "Настройки игры",
"comment": "Text for the screen title." "comment": "Text for the screen title."
}, },
"screens.OptionsScreen.uiSizeLabel": { "screens.OptionsScreen.uiSizeLabel": {
@ -131,7 +131,7 @@
}, },
"screens.OptionsScreen.showHudLabel": { "screens.OptionsScreen.showHudLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Отображать HUD ", "localizedName": "Отображать HUD",
"comment": "Label for UI size slider." "comment": "Label for UI size slider."
}, },
"screens.OptionsScreen.headBobLabel": { "screens.OptionsScreen.headBobLabel": {
@ -156,7 +156,7 @@
}, },
"screens.OptionsScreen.particleDensityLabel": { "screens.OptionsScreen.particleDensityLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Particle Amount", "localizedName": "Количество частиц",
"comment": "Label for particle density slider." "comment": "Label for particle density slider."
}, },
"screens.OptionsScreen.shadowsLabel": { "screens.OptionsScreen.shadowsLabel": {
@ -166,7 +166,7 @@
}, },
"screens.OptionsScreen.fovLabel": { "screens.OptionsScreen.fovLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "FOV", "localizedName": "FOV (угол обзора)",
"comment": "Label for field of view slider." "comment": "Label for field of view slider."
}, },
"screens.OptionsScreen.fullscreenLabel": { "screens.OptionsScreen.fullscreenLabel": {
@ -201,12 +201,12 @@
}, },
"screens.OptionsScreen.readableActions.ITEM NEXT": { "screens.OptionsScreen.readableActions.ITEM NEXT": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "ITEM NEXT", "localizedName": "СЛЕДУЮЩИЙ ПРЕДМЕТ",
"comment": "Label for key bind action." "comment": "Label for key bind action."
}, },
"screens.OptionsScreen.readableActions.ITEM PREVIOUS": { "screens.OptionsScreen.readableActions.ITEM PREVIOUS": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "ITEM PREVIOUS", "localizedName": "ПРЕДЫДУЩИЙ ПРЕДМЕТ",
"comment": "Label for key bind action." "comment": "Label for key bind action."
}, },
"screens.OptionsScreen.readableActions.MAP": { "screens.OptionsScreen.readableActions.MAP": {
@ -226,12 +226,12 @@
}, },
"screens.OptionsScreen.readableActions.STRAFE LEFT": { "screens.OptionsScreen.readableActions.STRAFE LEFT": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "STRAFE LEFT", "localizedName": "ШАГ ВЛЕВО",
"comment": "Label for key bind action." "comment": "Label for key bind action."
}, },
"screens.OptionsScreen.readableActions.STRAFE RIGHT": { "screens.OptionsScreen.readableActions.STRAFE RIGHT": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "STRAFE RIGHT", "localizedName": "ШАГ ВПРАВО",
"comment": "Label for key bind action." "comment": "Label for key bind action."
}, },
"screens.OptionsScreen.readableActions.TURN LEFT": { "screens.OptionsScreen.readableActions.TURN LEFT": {
@ -401,12 +401,12 @@
}, },
"screens.GameOverScreen.goodbyeDelverText": { "screens.GameOverScreen.goodbyeDelverText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "GOODBYE DELVER", "localizedName": "ПРОЩАЙ DELVER",
"comment": "Shown on the game over screen." "comment": "Shown on the game over screen."
}, },
"screens.GameOverScreen.betterLuckText": { "screens.GameOverScreen.betterLuckText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "BETTER LUCK NEXT LIFE", "localizedName": "УДАЧИ В СЛЕДУЮЩЕЙ ЖИЗНИ",
"comment": "Shown on the game over screen." "comment": "Shown on the game over screen."
}, },
"screens.GameOverScreen.tutorialText1": { "screens.GameOverScreen.tutorialText1": {
@ -421,47 +421,47 @@
}, },
"screens.GameOverScreen.playtimeStatLabel": { "screens.GameOverScreen.playtimeStatLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "LIFETIME: ", "localizedName": "ВРЕМЯ ИГРЫ: ",
"comment": "" "comment": ""
}, },
"screens.GameOverScreen.goldStatLabel": { "screens.GameOverScreen.goldStatLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "GOLD EARNED: ", "localizedName": "ЗАРАБОТАНО ЗОЛОТА: ",
"comment": "" "comment": ""
}, },
"screens.GameOverScreen.killsStatLabel": { "screens.GameOverScreen.killsStatLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "MONSTERS KILLED: ", "localizedName": "УБИТО МОНСТРОВ: ",
"comment": "" "comment": ""
}, },
"screens.GameOverScreen.damageStatLabel": { "screens.GameOverScreen.damageStatLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "DAMAGE TAKEN: ", "localizedName": "НАНЕСЕНО УРОНА: ",
"comment": "" "comment": ""
}, },
"screens.GameOverScreen.potionsStatLabel": { "screens.GameOverScreen.potionsStatLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "POTIONS DRANK: ", "localizedName": "ВЫПИТО ЗЕЛИЙ: ",
"comment": "" "comment": ""
}, },
"screens.GameOverScreen.foodStatLabel": { "screens.GameOverScreen.foodStatLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "FOOD EATEN: ", "localizedName": "СЬЕДЕНО ПИЩИ: ",
"comment": "" "comment": ""
}, },
"screens.GameOverScreen.scrollsStatLabel": { "screens.GameOverScreen.scrollsStatLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "SCROLLS USED: ", "localizedName": "ИСПОЛЬЗОВАННО СВИТКОВ: ",
"comment": "" "comment": ""
}, },
"screens.GameOverScreen.trapsStatLabel": { "screens.GameOverScreen.trapsStatLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "TRAPS TRIPPED: ", "localizedName": "АКТИВИРОВАНО ЛОВУШЕК: ",
"comment": "" "comment": ""
}, },
"screens.GameOverScreen.secretsStatLabel": { "screens.GameOverScreen.secretsStatLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "SECRETS FOUND: ", "localizedName": "Найдено секретов: ",
"comment": "" "comment": ""
}, },
"overlays.LevelUpOverlay.levelUpLabel": { "overlays.LevelUpOverlay.levelUpLabel": {
@ -516,22 +516,22 @@
}, },
"overlays.PauseOverlay.backButton": { "overlays.PauseOverlay.backButton": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Back", "localizedName": "Вернуться",
"comment": "Text for the back button on the pause screen. Goes back to playing the game." "comment": "Text for the back button on the pause screen. Goes back to playing the game."
}, },
"overlays.PauseOverlay.quitButton": { "overlays.PauseOverlay.quitButton": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Quit", "localizedName": "Выйти",
"comment": "Text for the quit button on the pause screen. Returns to the main menu." "comment": "Text for the quit button on the pause screen. Returns to the main menu."
}, },
"overlays.PauseOverlay.optionsButton": { "overlays.PauseOverlay.optionsButton": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Options", "localizedName": "Настройки",
"comment": "Text for the options button on the pause screen. Goes to the options menu." "comment": "Text for the options button on the pause screen. Goes to the options menu."
}, },
"overlays.PauseOverlay.pauseHeader": { "overlays.PauseOverlay.pauseHeader": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Paused", "localizedName": "Игра приостановлена",
"comment": "Header text shown on the pause menu." "comment": "Header text shown on the pause menu."
}, },
"overlays.ShopPause.emptyText": { "overlays.ShopPause.emptyText": {
@ -561,22 +561,22 @@
}, },
"overlays.ShopPause.doneButton": { "overlays.ShopPause.doneButton": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Done", "localizedName": "Выйти",
"comment": "Text shown on the shop table for the players total gold." "comment": "Text shown on the shop table for the players total gold."
}, },
"overlays.CharacterOverlay.attributesTitle": { "overlays.CharacterOverlay.attributesTitle": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Attributes", "localizedName": "Атрибуты",
"comment": "Shown in the character screen for the 'Attributes' title." "comment": "Shown in the character screen for the 'Attributes' title."
}, },
"overlays.CharacterOverlay.statisticsTitle": { "overlays.CharacterOverlay.statisticsTitle": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Statistics", "localizedName": "Характеристики",
"comment": "Shown in the character screen for the 'Statistics' title." "comment": "Shown in the character screen for the 'Statistics' title."
}, },
"overlays.CharacterOverlay.playerTitle": { "overlays.CharacterOverlay.playerTitle": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Player", "localizedName": "Персонаж",
"comment": "Shown in the character screen for the 'Player' title." "comment": "Shown in the character screen for the 'Player' title."
}, },
"overlays.ShopPause.buyText": { "overlays.ShopPause.buyText": {
@ -606,12 +606,12 @@
}, },
"entities.Door.openUseText": { "entities.Door.openUseText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "OPEN", "localizedName": "ОТКРЫТЬ",
"comment": "Use text to open the door." "comment": "Use text to open the door."
}, },
"entities.Door.closeUseText": { "entities.Door.closeUseText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "CLOSE", "localizedName": "ЗАКРЫТЬ",
"comment": "Use text to close the door." "comment": "Use text to close the door."
}, },
"entities.Door.mobileUseText": { "entities.Door.mobileUseText": {
@ -621,32 +621,32 @@
}, },
"entities.Item.itemConditionBroken": { "entities.Item.itemConditionBroken": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Broken", "localizedName": "Сломанный",
"comment": "" "comment": ""
}, },
"entities.Item.itemConditionWorn": { "entities.Item.itemConditionWorn": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Worn", "localizedName": "Изношенный",
"comment": "" "comment": ""
}, },
"entities.Item.itemConditionNormal": { "entities.Item.itemConditionNormal": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Normal", "localizedName": "Обычный",
"comment": "" "comment": ""
}, },
"entities.Item.itemConditionFine": { "entities.Item.itemConditionFine": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Fine", "localizedName": "Хороший",
"comment": "" "comment": ""
}, },
"entities.Item.itemConditionExcellent": { "entities.Item.itemConditionExcellent": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Excellent", "localizedName": "Отличный",
"comment": "" "comment": ""
}, },
"entities.Item.mobileUseMessageText": { "entities.Item.mobileUseMessageText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "USE: GET {0}", "localizedName": "ИСПОЛЬЗОВАТЬ: ВЗЯТЬ {0}",
"comment": "Use message shown on mobile in place of key binding. {0} is the item name." "comment": "Use message shown on mobile in place of key binding. {0} is the item name."
}, },
"entities.Item.noRoomText": { "entities.Item.noRoomText": {
@ -716,7 +716,7 @@
}, },
"entities.Player.getItemText": { "entities.Player.getItemText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "{0}: GET {1}", "localizedName": "{0}: ВЗЯТЬ {1}",
"comment": "Text shown when player is looking at an item. {0} is the key binding. {1} is the name of the item." "comment": "Text shown when player is looking at an item. {0} is the key binding. {1} is the name of the item."
}, },
"entities.Player.useText": { "entities.Player.useText": {
@ -1546,7 +1546,7 @@
}, },
"items.Bow.rangeText": { "items.Bow.rangeText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Range {0}", "localizedName": "Диапазон {0}",
"comment": "{0} length of the range in world units." "comment": "{0} length of the range in world units."
}, },
"items.Elixer.defaultNameText": { "items.Elixer.defaultNameText": {
@ -1571,17 +1571,17 @@
}, },
"items.Food.infoText": { "items.Food.infoText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Edible", "localizedName": "Съедобно",
"comment": "" "comment": ""
}, },
"items.Gold.defaultNameText": { "items.Gold.defaultNameText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Gold", "localizedName": "Золото",
"comment": "Text shown when the player looks a gold item. {0} is the amount." "comment": "Text shown when the player looks a gold item. {0} is the amount."
}, },
"items.Gold.goldItemText": { "items.Gold.goldItemText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "{0} gold", "localizedName": "{0} золота.",
"comment": "Text shown when the player looks a gold item. {0} is the amount." "comment": "Text shown when the player looks a gold item. {0} is the amount."
}, },
"items.Gun.defaultNameText": { "items.Gun.defaultNameText": {
@ -1751,7 +1751,7 @@
}, },
"items.Wand.infoText": { "items.Wand.infoText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "{0} charges", "localizedName": "{0} зарядов",
"comment": "" "comment": ""
}, },
"items.Weapon.damageType.PHYSICAL": { "items.Weapon.damageType.PHYSICAL": {
@ -1811,7 +1811,7 @@
}, },
"items.Weapon.twoHandedText": { "items.Weapon.twoHandedText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Two Handed", "localizedName": "Двуручное",
"comment": "Text shown on item information if it is wielded with two hands." "comment": "Text shown on item information if it is wielded with two hands."
}, },
"statuseffects.DrunkEffect.defaultNameText": { "statuseffects.DrunkEffect.defaultNameText": {
@ -1891,22 +1891,22 @@
}, },
"triggers.Trigger.useVerbs.SHOP": { "triggers.Trigger.useVerbs.SHOP": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "SHOP", "localizedName": "МАГАЗИН",
"comment": "" "comment": ""
}, },
"triggers.Trigger.useVerbs.TALK": { "triggers.Trigger.useVerbs.TALK": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "TALK", "localizedName": "ПОГОВОРИТЬ",
"comment": "" "comment": ""
}, },
"triggers.Trigger.useVerbs.USE": { "triggers.Trigger.useVerbs.USE": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "USE", "localizedName": "ИСПОЛЬЗОВАТЬ",
"comment": "" "comment": ""
}, },
"triggers.TriggeredShop.titleText": { "triggers.TriggeredShop.titleText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "SHOP", "localizedName": "МАГАЗИН !!!",
"comment": "" "comment": ""
}, },
"triggers.TriggeredShop.descriptionText": { "triggers.TriggeredShop.descriptionText": {
@ -1916,22 +1916,22 @@
}, },
"ui.Hud.noRoomText": { "ui.Hud.noRoomText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "NO ROOM", "localizedName": "НЕТ МЕСТА",
"comment": "Text show when player attempts to pick up an item when inventory is full." "comment": "Text show when player attempts to pick up an item when inventory is full."
}, },
"Iron dagger": { "Iron dagger": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Iron dagger", "localizedName": "Железный кинжал",
"comment": "" "comment": ""
}, },
"Iron sword": { "Iron sword": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Iron sword", "localizedName": "Железный меч",
"comment": "" "comment": ""
}, },
"Iron mace": { "Iron mace": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Iron mace", "localizedName": "Железная булава",
"comment": "" "comment": ""
}, },
"Iron spiked mace": { "Iron spiked mace": {
@ -2021,7 +2021,7 @@
}, },
"Shortbow": { "Shortbow": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Shortbow", "localizedName": "Короткий лук",
"comment": "" "comment": ""
}, },
"ARROW": { "ARROW": {
@ -2031,12 +2031,12 @@
}, },
"Composite Bow": { "Composite Bow": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Composite Bow", "localizedName": "Композитный лук",
"comment": "" "comment": ""
}, },
"Bow": { "Bow": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Bow", "localizedName": "Лук",
"comment": "" "comment": ""
}, },
"Hunter's Bow": { "Hunter's Bow": {
@ -2046,27 +2046,27 @@
}, },
"Longbow": { "Longbow": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Longbow", "localizedName": "Длинный лук",
"comment": "" "comment": ""
}, },
"Leather armor": { "Leather armor": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Leather armor", "localizedName": "Кожанный доспех",
"comment": "" "comment": ""
}, },
"Leather pants": { "Leather pants": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Leather pants", "localizedName": "Кожанные поножи",
"comment": "" "comment": ""
}, },
"Skullcap": { "Skullcap": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Skullcap", "localizedName": "Тюбетейка",
"comment": "" "comment": ""
}, },
"Buckler": { "Buckler": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Buckler", "localizedName": "Круглый щит",
"comment": "" "comment": ""
}, },
"Quilted leather armor": { "Quilted leather armor": {
@ -2246,47 +2246,47 @@
}, },
"Lesser missile wand": { "Lesser missile wand": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Lesser missile wand", "localizedName": "Маленький missile жезл",
"comment": "" "comment": ""
}, },
"Missile wand": { "Missile wand": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Missile wand", "localizedName": "Missile жезл",
"comment": "" "comment": ""
}, },
"Greater missile wand": { "Greater missile wand": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Greater missile wand", "localizedName": "Большой missile жезл",
"comment": "" "comment": ""
}, },
"Lesser fire wand": { "Lesser fire wand": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Lesser fire wand", "localizedName": "Маленький огненный жезл",
"comment": "" "comment": ""
}, },
"Fire wand": { "Fire wand": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Fire wand", "localizedName": "Огненный жезл",
"comment": "" "comment": ""
}, },
"Greater fire wand": { "Greater fire wand": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Greater fire wand", "localizedName": "Большой огненный жезл",
"comment": "" "comment": ""
}, },
"Lesser ice wand": { "Lesser ice wand": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Lesser ice wand", "localizedName": "Маленький ледяной жезл",
"comment": "" "comment": ""
}, },
"Ice wand": { "Ice wand": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Ice wand", "localizedName": "Ледяной жезл",
"comment": "" "comment": ""
}, },
"Greater Ice wand": { "Greater Ice wand": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Greater ice wand", "localizedName": "Большой ледяной жезл",
"comment": "" "comment": ""
}, },
"Storm wand": { "Storm wand": {
@ -2301,67 +2301,67 @@
}, },
"Red potion": { "Red potion": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Red potion", "localizedName": "Красное зелье",
"comment": "" "comment": ""
}, },
"Blue potion": { "Blue potion": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Blue potion", "localizedName": "Синее зелье",
"comment": "" "comment": ""
}, },
"Green potion": { "Green potion": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Green potion", "localizedName": "Зеленое зелье",
"comment": "" "comment": ""
}, },
"Purple potion": { "Purple potion": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Purple potion", "localizedName": "Пурпурное зелье",
"comment": "" "comment": ""
}, },
"Dark potion": { "Dark potion": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Dark potion", "localizedName": "Темное зелье",
"comment": "" "comment": ""
}, },
"Gold potion": { "Gold potion": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Gold potion", "localizedName": "Золотое зелье",
"comment": "" "comment": ""
}, },
"Bright potion": { "Bright potion": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Bright potion", "localizedName": "Яркое зелье",
"comment": "" "comment": ""
}, },
"Scroll of Teleport": { "Scroll of Teleport": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Scroll of Teleport", "localizedName": "Свиток телепорта",
"comment": "" "comment": ""
}, },
"Scroll of Flame": { "Scroll of Flame": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Scroll of Flame", "localizedName": "Свиток пламени",
"comment": "" "comment": ""
}, },
"Scroll of Burning": { "Scroll of Burning": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Scroll of Burning", "localizedName": "Свиток горения",
"comment": "" "comment": ""
}, },
"scroll of Blizzard": { "scroll of Blizzard": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "scroll of Blizzard", "localizedName": "свиток вьюги",
"comment": "" "comment": ""
}, },
"scroll of Freezing": { "scroll of Freezing": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "scroll of Freezing", "localizedName": "свиток замораживания",
"comment": "" "comment": ""
}, },
"Scroll of Health": { "Scroll of Health": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Scroll of Health", "localizedName": "Свиток здоровья",
"comment": "" "comment": ""
}, },
"Scroll of Greater Health": { "Scroll of Greater Health": {
@ -2401,62 +2401,62 @@
}, },
"Skull": { "Skull": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Skull", "localizedName": "Череп",
"comment": "" "comment": ""
}, },
"Bones": { "Bones": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Bones", "localizedName": "Кости",
"comment": "" "comment": ""
}, },
"Tankard": { "Tankard": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Tankard", "localizedName": "Кружка",
"comment": "" "comment": ""
}, },
"Book": { "Book": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Book", "localizedName": "Книга",
"comment": "" "comment": ""
}, },
"CANDLE": { "CANDLE": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "CANDLE", "localizedName": "Свеча",
"comment": "" "comment": ""
}, },
"Bread": { "Bread": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Bread", "localizedName": "Хлеб",
"comment": "" "comment": ""
}, },
"Apple": { "Apple": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Apple", "localizedName": "Яблоко",
"comment": "" "comment": ""
}, },
"Cheese": { "Cheese": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Cheese", "localizedName": "Сыр",
"comment": "" "comment": ""
}, },
"Steak": { "Steak": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Steak", "localizedName": "Стейк",
"comment": "" "comment": ""
}, },
"Meat": { "Meat": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Meat", "localizedName": "Мясо",
"comment": "" "comment": ""
}, },
"Ale": { "Ale": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Ale", "localizedName": "Эль",
"comment": "" "comment": ""
}, },
"Key": { "Key": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Key", "localizedName": "Ключ",
"comment": "" "comment": ""
}, },
"of Haste": { "of Haste": {
@ -2706,7 +2706,7 @@
}, },
"screens.CharacterScreen.tooltips.health": { "screens.CharacterScreen.tooltips.health": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Increases maximum health points.", "localizedName": "Увеличивает максимальное количество очков здоровья",
"comment": "" "comment": ""
}, },
"screens.CharacterScreen.tooltips.magic": { "screens.CharacterScreen.tooltips.magic": {
@ -2716,7 +2716,7 @@
}, },
"screens.CharacterScreen.tooltips.speed": { "screens.CharacterScreen.tooltips.speed": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Increases movement speed.", "localizedName": "Увеличивает скорость передвижения",
"comment": "" "comment": ""
}, },
"screens.CharacterScreen.tooltips.attack": { "screens.CharacterScreen.tooltips.attack": {
@ -2726,7 +2726,7 @@
}, },
"screens.CharacterScreen.tooltips.defense": { "screens.CharacterScreen.tooltips.defense": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Reduces amount of damage taken when hit.", "localizedName": "Уменьшает количество урона, полученного при попадании",
"comment": "" "comment": ""
}, },
"screens.CharacterScreen.tooltips.agility": { "screens.CharacterScreen.tooltips.agility": {
@ -2761,7 +2761,7 @@
}, },
"stats.xp": { "stats.xp": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "XP", "localizedName": "Опыт",
"comment": "Used in the UI when XP is displayed" "comment": "Used in the UI when XP is displayed"
}, },
"stats.speed": { "stats.speed": {
@ -2776,7 +2776,7 @@
}, },
"stats.agility": { "stats.agility": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Agility", "localizedName": "Ловкость",
"comment": "Used in the UI when Agility is displayed" "comment": "Used in the UI when Agility is displayed"
}, },
"stats.defense": { "stats.defense": {
@ -2816,7 +2816,7 @@
}, },
"apple.description": { "apple.description": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Somehow, not moldy yet." "localizedName": "Почему-то еще не заплесневело."
}, },
"meat.description": { "meat.description": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
@ -2824,7 +2824,7 @@
}, },
"steak.description": { "steak.description": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Looks tasty! Preserved with salt." "localizedName": "Выглядит вкусно! Консервировано с солью."
}, },
"ale.description": { "ale.description": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",