@@ -46,7 +46,7 @@
},
},
"screens.MainMenuScreen.eraseSaveWarning": {
"screens.MainMenuScreen.eraseSaveWarning": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Are you sure you want to delete this save file ?",
"localizedName": "Вы уверены, что хотите удалить этот файл сохранения ?",
"comment": "Text shown in the modal when you are erasing a save."
"comment": "Text shown in the modal when you are erasing a save."
},
},
"screens.MainMenuScreen.infoSaveSlot": {
"screens.MainMenuScreen.infoSaveSlot": {
@@ -186,7 +186,7 @@
},
},
"screens.OptionsScreen.readableActions.ATTACK": {
"screens.OptionsScreen.readableActions.ATTACK": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "А Т Т А К А ",
"localizedName": "А Т А К А ",
"comment": "Label for key bind action."
"comment": "Label for key bind action."
},
},
"screens.OptionsScreen.readableActions.DROP": {
"screens.OptionsScreen.readableActions.DROP": {
@@ -411,7 +411,7 @@
},
},
"screens.GameOverScreen.tutorialText1": {
"screens.GameOverScreen.tutorialText1": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Death was not the end,\nit was a beginning .",
"localizedName": "Смерть не была концом,\nэто было начало .",
"comment": "Shown on the game over screen once."
"comment": "Shown on the game over screen once."
},
},
"screens.GameOverScreen.tutorialText2": {
"screens.GameOverScreen.tutorialText2": {
@@ -466,42 +466,42 @@
},
},
"overlays.LevelUpOverlay.levelUpLabel": {
"overlays.LevelUpOverlay.levelUpLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Level Up !",
"localizedName": "Уровень повышен !",
"comment": ""
"comment": ""
},
},
"overlays.LevelUpOverlay.chooseYourFateLabel": {
"overlays.LevelUpOverlay.chooseYourFateLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Choose your fate ",
"localizedName": "Выбери свою судьбу ",
"comment": ""
"comment": ""
},
},
"overlays.LevelUpOverlay.ATTACK": {
"overlays.LevelUpOverlay.ATTACK": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "+1 ATTACK ",
"localizedName": "А Т А К А +1 ",
"comment": "Shown at the top of the level up card."
"comment": "Shown at the top of the level up card."
},
},
"overlays.LevelUpOverlay.SPEED": {
"overlays.LevelUpOverlay.SPEED": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "+1 SPEED ",
"localizedName": "С К О Р О С Т Ь +1 ",
"comment": "Shown at the top of the level up card."
"comment": "Shown at the top of the level up card."
},
},
"overlays.LevelUpOverlay.HEALTH": {
"overlays.LevelUpOverlay.HEALTH": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "+1 HEALTH ",
"localizedName": "ЗДОРОВЬЕ +1 ",
"comment": "Shown at the top of the level up card."
"comment": "Shown at the top of the level up card."
},
},
"overlays.LevelUpOverlay.MAGIC": {
"overlays.LevelUpOverlay.MAGIC": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "+1 MAGIC ",
"localizedName": "МАГИЯ +1 ",
"comment": "Shown at the top of the level up card."
"comment": "Shown at the top of the level up card."
},
},
"overlays.LevelUpOverlay.AGILITY": {
"overlays.LevelUpOverlay.AGILITY": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "+1 AGILITY ",
"localizedName": "ЛОВКОСТЬ +1 ",
"comment": "Shown at the top of the level up card."
"comment": "Shown at the top of the level up card."
},
},
"overlays.LevelUpOverlay.DEFENSE": {
"overlays.LevelUpOverlay.DEFENSE": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "+1 DEFENSE ",
"localizedName": "ЗАЩИТА +1 ",
"comment": "Shown at the top of the level up card."
"comment": "Shown at the top of the level up card."
},
},
"overlays.MessageOverlay.nextButton": {
"overlays.MessageOverlay.nextButton": {
@@ -621,27 +621,27 @@
},
},
"entities.Item.itemConditionBroken": {
"entities.Item.itemConditionBroken": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Сломанный",
"localizedName": "( Сломанный) ",
"comment": ""
"comment": ""
},
},
"entities.Item.itemConditionWorn": {
"entities.Item.itemConditionWorn": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Изношенный",
"localizedName": "( Изношенный) ",
"comment": ""
"comment": ""
},
},
"entities.Item.itemConditionNormal": {
"entities.Item.itemConditionNormal": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Обычный",
"localizedName": "( Обычный) ",
"comment": ""
"comment": ""
},
},
"entities.Item.itemConditionFine": {
"entities.Item.itemConditionFine": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Хороший",
"localizedName": "( Хороший) ",
"comment": ""
"comment": ""
},
},
"entities.Item.itemConditionExcellent": {
"entities.Item.itemConditionExcellent": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Отличный",
"localizedName": "( Отличный) ",
"comment": ""
"comment": ""
},
},
"entities.Item.mobileUseMessageText": {
"entities.Item.mobileUseMessageText": {
@@ -691,7 +691,7 @@
},
},
"entities.Item.modificationInfoAttackText": {
"entities.Item.modificationInfoAttackText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Атт ака",
"localizedName": "Атака",
"comment": ""
"comment": ""
},
},
"entities.Item.modificationInfoKnockbackText": {
"entities.Item.modificationInfoKnockbackText": {
@@ -701,17 +701,17 @@
},
},
"entities.Item.modificationInfoAttackSpeedText": {
"entities.Item.modificationInfoAttackSpeedText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Скорость атт аки",
"localizedName": "Скорость атаки",
"comment": ""
"comment": ""
},
},
"entities.Item.modificationInfoMagicResistText": {
"entities.Item.modificationInfoMagicResistText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Magic Resist ",
"localizedName": "Сопротивление магии ",
"comment": ""
"comment": ""
},
},
"entities.Player.mobileUseText": {
"entities.Player.mobileUseText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "USE ",
"localizedName": "ИСПОЛЬЗОВАТЬ ",
"comment": "Text shown on a mobile device in place of a key binding."
"comment": "Text shown on a mobile device in place of a key binding."
},
},
"entities.Player.getItemText": {
"entities.Player.getItemText": {
@@ -1636,12 +1636,12 @@
},
},
"items.Potion.maxHealDisplayText": {
"items.Potion.maxHealDisplayText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "You feel restored ",
"localizedName": "Вы чувствуете себя выздоровевшим. ",
"comment": "Text shown when potion is drank. Health is completely restored."
"comment": "Text shown when potion is drank. Health is completely restored."
},
},
"items.Potion.restoreDisplayText": {
"items.Potion.restoreDisplayText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Yum ",
"localizedName": "Ням ",
"comment": "Text shown when potion is drank. Used for cola."
"comment": "Text shown when potion is drank. Used for cola."
},
},
"items.Potion.magicShieldDisplayText": {
"items.Potion.magicShieldDisplayText": {
@@ -1816,37 +1816,37 @@
},
},
"statuseffects.DrunkEffect.defaultNameText": {
"statuseffects.DrunkEffect.defaultNameText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Disoriented ",
"localizedName": "Дизориентация ",
"comment": ""
"comment": ""
},
},
"statuseffects.InvisibilityEffect.defaultNameText": {
"statuseffects.InvisibilityEffect.defaultNameText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Invisible ",
"localizedName": "Невидимость ",
"comment": ""
"comment": ""
},
},
"statuseffects.LevitateEffect.defaultNameText": {
"statuseffects.LevitateEffect.defaultNameText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Levitate ",
"localizedName": "Левитация ",
"comment": ""
"comment": ""
},
},
"statuseffects.BurningEffect.defaultNameText": {
"statuseffects.BurningEffect.defaultNameText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Burning ",
"localizedName": "Горение ",
"comment": ""
"comment": ""
},
},
"statuseffects.ParalyzeEffect.defaultNameText": {
"statuseffects.ParalyzeEffect.defaultNameText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Paralyze ",
"localizedName": "Паралич ",
"comment": ""
"comment": ""
},
},
"statuseffects.PoisonEffect.defaultNameText": {
"statuseffects.PoisonEffect.defaultNameText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Poison ",
"localizedName": "Отравление ",
"comment": ""
"comment": ""
},
},
"statuseffects.RestoreHealthEffect.defaultNameText": {
"statuseffects.RestoreHealthEffect.defaultNameText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Restore Health ",
"localizedName": "Лечение ",
"comment": ""
"comment": ""
},
},
"statuseffects.SlowEffect.defaultNameText": {
"statuseffects.SlowEffect.defaultNameText": {
@@ -1856,7 +1856,7 @@
},
},
"statuseffects.SpeedEffect.defaultNameText": {
"statuseffects.SpeedEffect.defaultNameText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Haste ",
"localizedName": "Спешка ",
"comment": ""
"comment": ""
},
},
"statuseffects.StatusEffect.defaultNameText": {
"statuseffects.StatusEffect.defaultNameText": {
@@ -1886,7 +1886,7 @@
},
},
"triggers.Trigger.useVerbs.ENTER DUNGEON": {
"triggers.Trigger.useVerbs.ENTER DUNGEON": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "ENTER DUNGEON ",
"localizedName": "ВХОД В ПОДЗЕМЕЛЬЕ ",
"comment": ""
"comment": ""
},
},
"triggers.Trigger.useVerbs.SHOP": {
"triggers.Trigger.useVerbs.SHOP": {
@@ -1936,87 +1936,87 @@
},
},
"Iron spiked mace": {
"Iron spiked mace": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Iron spiked mace ",
"localizedName": "Железный моргенштерн ",
"comment": ""
"comment": ""
},
},
"Steel dagger": {
"Steel dagger": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Steel dagger ",
"localizedName": "Стальной кинжал ",
"comment": ""
"comment": ""
},
},
"Steel shortsword": {
"Steel shortsword": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Steel shortsword ",
"localizedName": "Стальной короткий меч ",
"comment": ""
"comment": ""
},
},
"Iron hammer": {
"Iron hammer": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Iron hammer ",
"localizedName": "Железный молот ",
"comment": ""
"comment": ""
},
},
"Steel mace": {
"Steel mace": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Steel mace ",
"localizedName": "Стальная булава ",
"comment": ""
"comment": ""
},
},
"Steel spiked mace": {
"Steel spiked mace": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Steel spiked mace ",
"localizedName": "Стальной моргенштерн ",
"comment": ""
"comment": ""
},
},
"Steel sword": {
"Steel sword": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Steel sword ",
"localizedName": "Стальной меч ",
"comment": ""
"comment": ""
},
},
"Steel hammer": {
"Steel hammer": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Steel hammer ",
"localizedName": "Стальной молот ",
"comment": ""
"comment": ""
},
},
"Engraved dagger": {
"Engraved dagger": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Engraved dagger ",
"localizedName": "Engraved кинжал ",
"comment": ""
"comment": ""
},
},
"Engraved shortsword": {
"Engraved shortsword": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Engraved shortsword ",
"localizedName": "Engraved короткий меч ",
"comment": ""
"comment": ""
},
},
"Engraved sword": {
"Engraved sword": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Engraved sword ",
"localizedName": "Engraved меч ",
"comment": ""
"comment": ""
},
},
"Gilded mace": {
"Gilded mace": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Gilded mace ",
"localizedName": "Gilded булава ",
"comment": ""
"comment": ""
},
},
"Gilded spiked mace": {
"Gilded spiked mace": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Gilded spiked mace ",
"localizedName": "Gilded моргенштерн ",
"comment": ""
"comment": ""
},
},
"Jeweled dagger": {
"Jeweled dagger": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Jeweled dagger ",
"localizedName": "Драгоценный кинжал ",
"comment": ""
"comment": ""
},
},
"Jeweled shortsword": {
"Jeweled shortsword": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Jeweled shortsword ",
"localizedName": "Драгоценный короткий меч ",
"comment": ""
"comment": ""
},
},
"Jeweled sword": {
"Jeweled sword": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Jeweled sword ",
"localizedName": "Драгоценный меч ",
"comment": ""
"comment": ""
},
},
"Gilded hammer": {
"Gilded hammer": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Gilded hammer ",
"localizedName": "Драгоценный молот ",
"comment": ""
"comment": ""
},
},
"Shortbow": {
"Shortbow": {
@@ -2026,7 +2026,7 @@
},
},
"ARROW": {
"ARROW": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "ARROW ",
"localizedName": "СТРЕЛА ",
"comment": ""
"comment": ""
},
},
"Composite Bow": {
"Composite Bow": {
@@ -2061,7 +2061,7 @@
},
},
"Skullcap": {
"Skullcap": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Тюбетейка ",
"localizedName": "Шлем ",
"comment": ""
"comment": ""
},
},
"Buckler": {
"Buckler": {
@@ -2391,7 +2391,7 @@
},
},
"Scroll of Identify": {
"Scroll of Identify": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Scroll of Identify ",
"localizedName": "Свиток идентификации ",
"comment": ""
"comment": ""
},
},
"Scroll of Discern Reality": {
"Scroll of Discern Reality": {
@@ -2546,32 +2546,32 @@
},
},
"Protected": {
"Protected": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Protected ",
"localizedName": "Защищенный ",
"comment": ""
"comment": ""
},
},
"Blessed": {
"Blessed": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Blessed ",
"localizedName": "Благословенный ",
"comment": ""
"comment": ""
},
},
"Unholy": {
"Unholy": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Unholy ",
"localizedName": "Нечестивый ",
"comment": ""
"comment": ""
},
},
"Cursed": {
"Cursed": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Cursed ",
"localizedName": "Проклятый ",
"comment": ""
"comment": ""
},
},
"Light": {
"Light": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Light ",
"localizedName": "Светящийся ",
"comment": ""
"comment": ""
},
},
"Nimble": {
"Nimble": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Nimble ",
"localizedName": "Шустрый ",
"comment": ""
"comment": ""
},
},
"Fleet": {
"Fleet": {
@@ -2581,7 +2581,7 @@
},
},
"Heavy": {
"Heavy": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Heavy ",
"localizedName": "Тяжелый ",
"comment": ""
"comment": ""
},
},
"Unwieldly": {
"Unwieldly": {
@@ -2601,7 +2601,7 @@
},
},
"Demon's": {
"Demon's": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Demon's ",
"localizedName": "Демонический ",
"comment": ""
"comment": ""
},
},
"Fighter's": {
"Fighter's": {
@@ -2731,7 +2731,7 @@
},
},
"screens.CharacterScreen.tooltips.agility": {
"screens.CharacterScreen.tooltips.agility": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Increases attack speed and movement speed while charging an attack .",
"localizedName": "Увеличивает скорость атаки и скорость передвижения во время зарядки атаки .",
"comment": ""
"comment": ""
},
},
"screens.CharacterScreen.tooltips.attack power": {
"screens.CharacterScreen.tooltips.attack power": {
@@ -2791,12 +2791,12 @@
},
},
"stats.attack": {
"stats.attack": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Атт ака",
"localizedName": "Атака",
"comment": "Used in the UI when Attack is displayed"
"comment": "Used in the UI when Attack is displayed"
},
},
"stats.attack power": {
"stats.attack power": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Сила атт аки",
"localizedName": "Сила атаки",
"comment": "Used in the UI when Attack Power is displayed"
"comment": "Used in the UI when Attack Power is displayed"
},
},
"stats.armor class": {
"stats.armor class": {