2885 lines
117 KiB
Plaintext
2885 lines
117 KiB
Plaintext
{
|
||
"$schema": "http://delverengine.com/jsonschema/current/filetypes/strings.dat",
|
||
"screens.SplashScreen.pressKeyToStart": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Нажмите любую клавишу",
|
||
"comment": "Prompt shown once at the start of the game."
|
||
},
|
||
"screens.MainMenuScreen.playButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Играть",
|
||
"comment": "Text for the play button. This will start a new game."
|
||
},
|
||
"screens.MainMenuScreen.cancelButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Отменить",
|
||
"comment": "Text for the cancel button."
|
||
},
|
||
"screens.MainMenuScreen.eraseButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Стереть",
|
||
"comment": "Text for the erase button, which will delete the player's save game."
|
||
},
|
||
"screens.MainMenuScreen.optionsButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Настройки",
|
||
"comment": "Text for the options button, which will open the options menu."
|
||
},
|
||
"screens.MainMenuScreen.modsButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Модификации",
|
||
"comment": "Text for the mods button, which will open the mods menu."
|
||
},
|
||
"screens.MainMenuScreen.discordButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Discord",
|
||
"comment": "Text for the Discord button, which will open a web browser."
|
||
},
|
||
"screens.MainMenuScreen.selectSaveSlot": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Выберите слот сохранениия",
|
||
"comment": "Text prompt indicated the user should click a save slot."
|
||
},
|
||
"screens.MainMenuScreen.newGameSaveSlot": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Новая игра",
|
||
"comment": "Text shown on a save slot when the slot is empty."
|
||
},
|
||
"screens.MainMenuScreen.errorSaveSlot": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ERROR",
|
||
"comment": "Text shown on a save slot when the slot data cannot be loaded."
|
||
},
|
||
"screens.MainMenuScreen.missingModsWarning": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Missing mods that might be required to play this save.\n\n{0}\nLoad anyway?",
|
||
"comment": "Text shown in the modal when a save might not be playable."
|
||
},
|
||
"screens.MainMenuScreen.eraseSaveWarning": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Вы уверены, что хотите удалить этот файл сохранения?",
|
||
"comment": "Text shown in the modal when you are erasing a save."
|
||
},
|
||
"screens.MainMenuScreen.infoSaveSlot": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "{0} Урв: {1}",
|
||
"comment": "Text shown on a save slot. {0} is the name of the dungeon level. {1} is the number of the dungeon level."
|
||
},
|
||
"screens.MainMenuScreen.finishedSaveSlot": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Ascended",
|
||
"comment": "Text shown on a save slot after successfully beating the game."
|
||
},
|
||
"screens.MainMenuScreen.deadSaveSlot": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Died",
|
||
"comment": "Text shown on a save slot when the character is dead."
|
||
},
|
||
"screens.MainMenuScreen.creatingDungeon": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "СОЗДАНИЕ ПОДЗЕМЕЛЬЯ",
|
||
"comment": "Text shown in the bottom right when starting a new game."
|
||
},
|
||
"screens.MainMenuScreen.loadingSaveSlot": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ЗАГРУЗКА",
|
||
"comment": "Text shown in the bottom right when loading a save game."
|
||
},
|
||
"screens.OptionsScreen.graphicsLow": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "НИЗКАЯ",
|
||
"comment": "Text shown when graphics slider is all the way left."
|
||
},
|
||
"screens.OptionsScreen.graphicsMedium": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "СРЕДНЯЯ",
|
||
"comment": "Text show when the graphics slider is in the middle."
|
||
},
|
||
"screens.OptionsScreen.graphicsHigh": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ВЫСОКАЯ",
|
||
"comment": "Text shown when the graphics slider is mostly right."
|
||
},
|
||
"screens.OptionsScreen.graphicsUltra": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "УЛЬТРА",
|
||
"comment": "Text shown when the graphics slider is all the way right."
|
||
},
|
||
"screens.OptionsScreen.postProcessingLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Пост-фильтр",
|
||
"comment": "Text shown for the post processing filter label"
|
||
},
|
||
"screens.OptionsScreen.postProcessingQualityLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Post Processing Quality",
|
||
"comment": "Text shown for the post processing quality label"
|
||
},
|
||
"screens.OptionsScreen.antiAliasingLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Сглаживание (FXAA)",
|
||
"comment": "FXAA Label"
|
||
},
|
||
"screens.OptionsScreen.backButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Назад",
|
||
"comment": "Text for back button, which goes to main menu."
|
||
},
|
||
"screens.OptionsScreen.inputButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Ввод",
|
||
"comment": "Text for input button, which opens the input screen."
|
||
},
|
||
"screens.OptionsScreen.headerLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Настройки игры",
|
||
"comment": "Text for the screen title."
|
||
},
|
||
"screens.OptionsScreen.uiSizeLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Размер UI ",
|
||
"comment": "Label for UI size slider."
|
||
},
|
||
"screens.OptionsScreen.handLagLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Hand Lag ",
|
||
"comment": "Label for hand lag slider."
|
||
},
|
||
"screens.OptionsScreen.showHudLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Отображать HUD",
|
||
"comment": "Label for UI size slider."
|
||
},
|
||
"screens.OptionsScreen.showCrosshairLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Всегда отображать прицел",
|
||
"comment": "Label for always show crosshair checkbox."
|
||
},
|
||
"screens.OptionsScreen.headBobLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Head Bob ",
|
||
"comment": "Label for head bob checkbox."
|
||
},
|
||
"screens.OptionsScreen.musicVolumeLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Громкость музыки",
|
||
"comment": "Label for music volume slider."
|
||
},
|
||
"screens.OptionsScreen.soundVolumeLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Громкость звуков",
|
||
"comment": "Label for sound volume slider."
|
||
},
|
||
"screens.OptionsScreen.graphicsDetailLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Детализация графики",
|
||
"comment": "Label for graphics detail slider."
|
||
},
|
||
"screens.OptionsScreen.particleDensityLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Количество частиц",
|
||
"comment": "Label for particle density slider."
|
||
},
|
||
"screens.OptionsScreen.shadowsLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Тени ",
|
||
"comment": "Label for shadow checkbox."
|
||
},
|
||
"screens.OptionsScreen.fovLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "FOV (угол обзора)",
|
||
"comment": "Label for field of view slider."
|
||
},
|
||
"screens.OptionsScreen.fullscreenLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Полный экран",
|
||
"comment": "Label for fullscreen toggle."
|
||
},
|
||
"screens.OptionsScreen.uiSizeOffLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ВЫКЛ",
|
||
"comment": "Label for when the ui size is turned down to off."
|
||
},
|
||
"screens.OptionsScreen.readableActions.USE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ВЗАИМОДЕЙСТВИЕ",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsScreen.readableActions.ATTACK": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "АТАКА",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsScreen.readableActions.DROP": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ВЫБРОСИТЬ",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsScreen.readableActions.INVENTORY": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ИНВЕНТАРЬ",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsScreen.readableActions.ITEM NEXT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "СЛЕД. ПРЕДМЕТ",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsScreen.readableActions.ITEM PREVIOUS": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ПРЕД. ПРЕДМЕТ",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsScreen.readableActions.MAP": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "КАРТА",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsScreen.readableActions.FORWARD": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ВПЕРЁД",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsScreen.readableActions.BACKWARD": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "НАЗАД",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsScreen.readableActions.STRAFE LEFT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ШАГ ВЛЕВО",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsScreen.readableActions.STRAFE RIGHT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ШАГ ВПРАВО",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsScreen.readableActions.TURN LEFT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ПОВОРОТ ВЛЕВО",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsScreen.readableActions.TURN RIGHT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ПОВОРОТ ВПРАВО",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsScreen.readableActions.LOOK UP": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ПОСМОТРЕТЬ ВВЕРХ",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsScreen.readableActions.LOOK DOWN": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ПОСМОТРЕТЬ ВНИЗ",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsScreen.readableActions.JUMP": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ПРЫЖОК",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsScreen.readableActions.PAUSE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ПАУЗА",
|
||
"comment": "Label for key bind action."
|
||
},
|
||
"screens.OptionsInputScreen.backButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Назад",
|
||
"comment": "Text for back button, which goes back to options screen."
|
||
},
|
||
"screens.OptionsInputScreen.keysButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Клавиши",
|
||
"comment": "Text for the keys button, which opens the key binding screen."
|
||
},
|
||
"screens.OptionsInputScreen.gamepadButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": " Контроллер ",
|
||
"comment": "Text for the gamepad button, which opens the gamepad binding screen."
|
||
},
|
||
"screens.OptionsInputScreen.headerLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Настройки ввода",
|
||
"comment": "Text for the input options screen title."
|
||
},
|
||
"screens.OptionsScreen.lookXLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Обзор по X",
|
||
"comment": "Label for the mouse x-axis sensitivity slider."
|
||
},
|
||
"screens.OptionsScreen.lookYLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Обзор по Y",
|
||
"comment": "Label for the mouse y-axis sensitivity slider."
|
||
},
|
||
"screens.OptionsScreen.invertLookLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Инвертировать обзор",
|
||
"comment": "Label for the invert look toggle."
|
||
},
|
||
"screens.OptionsScreen.mouseButton1Label": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Левая кнопка мыши",
|
||
"comment": "Label for mouse button. Used for assigning to bindings."
|
||
},
|
||
"screens.OptionsScreen.mouseButton2Label": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Правая кнопка мыши",
|
||
"comment": "Label for mouse button. Used for assigning to bindings."
|
||
},
|
||
"screens.OptionsScreen.mouseButton3Label": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Средняя кнопка мыши",
|
||
"comment": "Label for mouse button. Used for assigning to bindings."
|
||
},
|
||
"screens.OptionsScreen.mouseScrollLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Прокрутка мышью",
|
||
"comment": "Label for scroll wheel toggle."
|
||
},
|
||
"screens.OptionsKeysScreen.keyboardControlsLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Keyboard Controls",
|
||
"comment": "Text for back button, which goes back to the input options screen."
|
||
},
|
||
"screens.OptionsKeysScreen.backButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Назад",
|
||
"comment": "Text for back button, which goes back to the input options screen."
|
||
},
|
||
"screens.OptionsKeysScreen.pressKeyLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Press a key for: {0}",
|
||
"comment": "Message prompt shown when player is rebinding a key. {0} is the action. e.g. USE"
|
||
},
|
||
"screens.OptionsKeysScreen.pressEscToCancelLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Press Esc to cancel",
|
||
"comment": "Cancel prompt shown when player is rebinding a key."
|
||
},
|
||
"screens.LoadingScreen.loadingLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ЗАГРУЗКА",
|
||
"comment": "Label shown when game is loading."
|
||
},
|
||
"screens.LevelChangeScreen.levelChangeLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Changing Floor",
|
||
"comment": "Label shown when game loading the next level."
|
||
},
|
||
"screens.GameOverScreen.win_text_0": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "",
|
||
"comment": "One of many possibly text snippets shown on the win screen."
|
||
},
|
||
"screens.GameOverScreen.win_text_1": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "",
|
||
"comment": "One of many possibly text snippets shown on the win screen."
|
||
},
|
||
"screens.GameOverScreen.win_text_2": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "",
|
||
"comment": "One of many possibly text snippets shown on the win screen."
|
||
},
|
||
"screens.GameOverScreen.win_text_3": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "",
|
||
"comment": "One of many possibly text snippets shown on the win screen."
|
||
},
|
||
"screens.GameOverScreen.win_text_4": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "",
|
||
"comment": "One of many possibly text snippets shown on the win screen."
|
||
},
|
||
"screens.GameOverScreen.win_text_5": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "",
|
||
"comment": "One of many possibly text snippets shown on the win screen."
|
||
},
|
||
"screens.GameOverScreen.win_text_6": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "",
|
||
"comment": "One of many possibly text snippets shown on the win screen."
|
||
},
|
||
"screens.GameOverScreen.win_text_7": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "",
|
||
"comment": "One of many possibly text snippets shown on the win screen."
|
||
},
|
||
"screens.GameOverScreen.delverEscapedText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "",
|
||
"comment": "Shown on the win screen."
|
||
},
|
||
"screens.GameOverScreen.recoveredOrbText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "",
|
||
"comment": "Shown on the win screen."
|
||
},
|
||
"screens.GameOverScreen.goodbyeDelverText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ПРОЩАЙ DELVER",
|
||
"comment": "Shown on the game over screen."
|
||
},
|
||
"screens.GameOverScreen.betterLuckText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "УДАЧИ В СЛЕДУЮЩЕЙ ЖИЗНИ",
|
||
"comment": "Shown on the game over screen."
|
||
},
|
||
"screens.GameOverScreen.tutorialText1": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Смерть не была концом,\nэто было начало.",
|
||
"comment": "Shown on the game over screen once."
|
||
},
|
||
"screens.GameOverScreen.tutorialText2": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "",
|
||
"comment": "Shown on the game over screen once."
|
||
},
|
||
"screens.GameOverScreen.playtimeStatLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ВРЕМЯ ИГРЫ: ",
|
||
"comment": ""
|
||
},
|
||
"screens.GameOverScreen.goldStatLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ЗАРАБОТАНО ЗОЛОТА: ",
|
||
"comment": ""
|
||
},
|
||
"screens.GameOverScreen.killsStatLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "УБИТО МОНСТРОВ: ",
|
||
"comment": ""
|
||
},
|
||
"screens.GameOverScreen.damageStatLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "НАНЕСЕНО УРОНА: ",
|
||
"comment": ""
|
||
},
|
||
"screens.GameOverScreen.potionsStatLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ВЫПИТО ЗЕЛИЙ: ",
|
||
"comment": ""
|
||
},
|
||
"screens.GameOverScreen.foodStatLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "СЬЕДЕНО ПИЩИ: ",
|
||
"comment": ""
|
||
},
|
||
"screens.GameOverScreen.scrollsStatLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ИСПОЛЬЗОВАННО СВИТКОВ: ",
|
||
"comment": ""
|
||
},
|
||
"screens.GameOverScreen.trapsStatLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "АКТИВИРОВАНО ЛОВУШЕК: ",
|
||
"comment": ""
|
||
},
|
||
"screens.GameOverScreen.secretsStatLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "НАЙДЕНО СЕКРЕТОВ: ",
|
||
"comment": ""
|
||
},
|
||
"overlays.LevelUpOverlay.levelUpLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Уровень повышен!",
|
||
"comment": ""
|
||
},
|
||
"overlays.LevelUpOverlay.chooseYourFateLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Выбери свою судьбу",
|
||
"comment": ""
|
||
},
|
||
"overlays.LevelUpOverlay.currentStatValueLabel": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Current: {0}",
|
||
"comment": "Text shown on level up card. {0} is the value of the stat."
|
||
},
|
||
"overlays.LevelUpOverlay.ATTACK": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "+1 ATTACK",
|
||
"comment": "Shown at the top of the level up card."
|
||
},
|
||
"overlays.LevelUpOverlay.SPEED": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "+1 SPEED",
|
||
"comment": "Shown at the top of the level up card."
|
||
},
|
||
"overlays.LevelUpOverlay.HEALTH": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "+1 HEALTH",
|
||
"comment": "Shown at the top of the level up card."
|
||
},
|
||
"overlays.LevelUpOverlay.MAGIC": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "+1 MAGIC",
|
||
"comment": "Shown at the top of the level up card."
|
||
},
|
||
"overlays.LevelUpOverlay.AGILITY": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "+1 AGILITY",
|
||
"comment": "Shown at the top of the level up card."
|
||
},
|
||
"overlays.LevelUpOverlay.DEFENSE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "+1 DEFENSE",
|
||
"comment": "Shown at the top of the level up card."
|
||
},
|
||
"overlays.MessageOverlay.nextButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "NEXT",
|
||
"comment": "Text for next button on the message overlay. Advances to the next page."
|
||
},
|
||
"overlays.MessageOverlay.closeButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "CLOSE",
|
||
"comment": "Text for the close button on the message overlay."
|
||
},
|
||
"overlays.ModsOverlay.backButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Закрыть",
|
||
"comment": "Text for the back button mod manager."
|
||
},
|
||
"overlays.PauseOverlay.backButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Вернуться",
|
||
"comment": "Text for the back button on the pause screen. Goes back to playing the game."
|
||
},
|
||
"overlays.PauseOverlay.quitButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Выйти",
|
||
"comment": "Text for the quit button on the pause screen. Returns to the main menu."
|
||
},
|
||
"overlays.PauseOverlay.optionsButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Настройки",
|
||
"comment": "Text for the options button on the pause screen. Goes to the options menu."
|
||
},
|
||
"overlays.PauseOverlay.pauseHeader": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Игра приостановлена",
|
||
"comment": "Header text shown on the pause menu."
|
||
},
|
||
"overlays.ShopPause.emptyText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Nothing left for sale right now. Come back later!",
|
||
"comment": "Empty shop text."
|
||
},
|
||
"overlays.ShopPause.titleText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUY SOMETHING",
|
||
"comment": "Default shop title. Used for the mysterious merchant."
|
||
},
|
||
"overlays.ShopPause.descriptionText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "WILL YA?",
|
||
"comment": "Default shop description text. Used for the mysterious merchant."
|
||
},
|
||
"overlays.ShopPause.totalText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Итого",
|
||
"comment": "Text shown on the shop table for the total gold being spent."
|
||
},
|
||
"overlays.ShopPause.yourGoldText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Your gold",
|
||
"comment": "Text shown on the shop table for the players total gold."
|
||
},
|
||
"overlays.ShopPause.doneButton": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Выйти",
|
||
"comment": "Text shown on the shop table for the players total gold."
|
||
},
|
||
"overlays.CharacterOverlay.attributesTitle": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Атрибуты",
|
||
"comment": "Shown in the character screen for the 'Attributes' title."
|
||
},
|
||
"overlays.CharacterOverlay.statisticsTitle": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Характеристики",
|
||
"comment": "Shown in the character screen for the 'Statistics' title."
|
||
},
|
||
"overlays.CharacterOverlay.playerTitle": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Персонаж",
|
||
"comment": "Shown in the character screen for the 'Player' title."
|
||
},
|
||
"overlays.ShopPause.buyText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Купить",
|
||
"comment": "Text shown in the shop table in place of an items price. This indicates the player has selected the item to purchase."
|
||
},
|
||
"entities.Door.stuckText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ЗАКЛИНИЛО",
|
||
"comment": "Text shown when a door is stuck shut, and can be broken open."
|
||
},
|
||
"entities.Door.unlockedText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "UNLOCKED",
|
||
"comment": "Text shown when a door unlocked."
|
||
},
|
||
"entities.Door.lockedText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "LOCKED",
|
||
"comment": "Text shown when a door is locked and a key is needed to open it."
|
||
},
|
||
"entities.Door.opensElsewhereText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ЭТО ДОЛЖНО ОТКРЫВАТЬСЯ\nВ ДРУГОМ МЕСТЕ",
|
||
"comment": "Text shown when a door is stuck shut and must be opened through a trigger."
|
||
},
|
||
"entities.Door.openUseText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ОТКРЫТЬ",
|
||
"comment": "Use text to open the door."
|
||
},
|
||
"entities.Door.closeUseText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ЗАКРЫТЬ",
|
||
"comment": "Use text to close the door."
|
||
},
|
||
"entities.Door.mobileUseText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "USE: {0}",
|
||
"comment": "Text shown on mobile instead of key binding. {0} is the use text (OPEN/CLOSE)."
|
||
},
|
||
"entities.Item.itemConditionBroken": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "(Сломанный)",
|
||
"comment": ""
|
||
},
|
||
"entities.Item.itemConditionWorn": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "(Изношенный)",
|
||
"comment": ""
|
||
},
|
||
"entities.Item.itemConditionNormal": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "(Обычный)",
|
||
"comment": ""
|
||
},
|
||
"entities.Item.itemConditionFine": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "(Хороший)",
|
||
"comment": ""
|
||
},
|
||
"entities.Item.itemConditionExcellent": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "(Отличный)",
|
||
"comment": ""
|
||
},
|
||
"entities.Item.mobileUseMessageText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ИСПОЛЬЗОВАТЬ: ВЗЯТЬ {0}",
|
||
"comment": "Use message shown on mobile in place of key binding. {0} is the item name."
|
||
},
|
||
"entities.Item.noRoomText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "НЕТ МЕСТА В ИНВЕНТАРЕ",
|
||
"comment": "Text show when player attempts to pick up an item when inventory is full."
|
||
},
|
||
"entities.Item.itemNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "{0} {1} {2} {3}",
|
||
"comment": "Text shown for items. E.g. King's Excellent Sword of the Rabbit. {0} is the prefix enchantment. {1} is the item condition. {2} is the item name. {3} is the postfix enchantment. Note any extra white space will be stripped."
|
||
},
|
||
"entities.Item.unidentifiedIndicatorText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "???",
|
||
"comment": "Text shown for unidentified items."
|
||
},
|
||
"entities.Item.modificationInfoSpeedText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Скорость",
|
||
"comment": ""
|
||
},
|
||
"entities.Item.modificationInfoHealthText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Здоровье",
|
||
"comment": ""
|
||
},
|
||
"entities.Item.modificationInfoAgilityText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Ловкость",
|
||
"comment": ""
|
||
},
|
||
"entities.Item.modificationInfoDefenseText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Защита",
|
||
"comment": ""
|
||
},
|
||
"entities.Item.modificationInfoMagicText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Магия",
|
||
"comment": ""
|
||
},
|
||
"entities.Item.modificationInfoAttackText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Атака",
|
||
"comment": ""
|
||
},
|
||
"entities.Item.modificationInfoKnockbackText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Отбрасывание",
|
||
"comment": ""
|
||
},
|
||
"entities.Item.modificationInfoAttackSpeedText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Скорость атаки",
|
||
"comment": ""
|
||
},
|
||
"entities.Item.modificationInfoMagicResistText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Сопротивление магии",
|
||
"comment": ""
|
||
},
|
||
"entities.Player.mobileUseText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ИСПОЛЬЗОВАТЬ",
|
||
"comment": "Text shown on a mobile device in place of a key binding."
|
||
},
|
||
"entities.Player.getItemText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"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."
|
||
},
|
||
"entities.Player.useText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "{0}: {1}",
|
||
"comment": "Text shown when player is looking at a usable object. {0} is the key binding. {1} is the use verb of the object."
|
||
},
|
||
"entities.Player.exitDungeonText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "{0}: ПОКИНУТЬ ПОДЗЕМЕЛЬЕ",
|
||
"comment": "Text shown when player is looking at the dungeon exit. {0} is the key binding."
|
||
},
|
||
"entities.Player.weaponAttackText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "{0} - {1}",
|
||
"comment": "Text shown for the damage range of the player's wielded weapon. {0} is the minimum damage. {1} is the maximum damage."
|
||
},
|
||
"entities.Stairs.mobileUseText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ИСПОЛЬЗОВАТЬ {0}",
|
||
"comment": "Text shown on a mobile device. {0} is the direction (Up/Down)."
|
||
},
|
||
"entities.Stairs.direction.UP": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ПОДНЯТЬСЯ",
|
||
"comment": "Text shown when a player is looking at the up stairs."
|
||
},
|
||
"entities.Stairs.direction.DOWN": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "СПУСТИТЬСЯ",
|
||
"comment": "Text shown when a player is looking at the down stairs."
|
||
},
|
||
"entities.Trigger.defaultUseVerb": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ИСПОЛЬЗОВАТЬ",
|
||
"comment": ""
|
||
},
|
||
"entities.Trigger.mobileUseText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ИСПОЛЬЗОВАТЬ",
|
||
"comment": "Text shown on a mobile device instead of a key binding."
|
||
},
|
||
"entities.Trigger.useText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "{0}: {1}",
|
||
"comment": "Text shown when a player is looking at a trigger. {0} is the key binding. {1} is the use verb."
|
||
},
|
||
"game.Game.errorLoadingDataText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ОШИБКА ЗАГРУЗКИ {0}",
|
||
"comment": "Text shown when a resource fails to load. {0} is the name of the file."
|
||
},
|
||
"game.Game.startingPantsNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Брюки",
|
||
"comment": "The name of the pants the player starts the game with."
|
||
},
|
||
"game.Game.cannotLeaveText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "CANNOT LEAVE WITHOUT THE ORB,\nTHE DOOR IS STUCK.",
|
||
"comment": "Text shown when the player attempts to leave the dungeon without the orb."
|
||
},
|
||
"game.Game.loadErrorText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ОШИБКА ЗАГРУЗКИ",
|
||
"comment": "Text shown when something unexpected has happened during level load."
|
||
},
|
||
"game.Game.levelNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ЭТАЖ {0}",
|
||
"comment": "Text shown for the floor name. This is a fallback if no name is provided."
|
||
},
|
||
"gfx.GlRenderer.AttackText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ATK: {0}",
|
||
"comment": "Text shown on the inventory screen for player's attack values."
|
||
},
|
||
"gfx.GlRenderer.ArmorClassText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ЗАЩ: {0}",
|
||
"comment": "Text shown on the inventory screen for player's defense values."
|
||
},
|
||
"gfx.GlRenderer.LevelText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Уровень: {0}",
|
||
"comment": "Text shown on the inventory screen for player's level."
|
||
},
|
||
"gfx.GlRenderer.ExperienceText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "XP: {0}/{1}",
|
||
"comment": "Text shown on the inventory screen for player's experience. {0} is the current amount of experience. {1} is the amount needed to acquire the next level."
|
||
},
|
||
"gfx.GlRenderer.GoldText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Золото: {0}",
|
||
"comment": "Text shown on the inventory screen for player's gold."
|
||
},
|
||
"input.ReadableKeys.keyNames.A": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "A",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.ALT_LEFT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ALT_LEFT",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.ALT_RIGHT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ALT_RIGHT",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.ANY_KEY": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ANY_KEY",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.APOSTROPHE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "АПОСТРОФ",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.AT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "AT",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.B": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "B",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BACK": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BACK",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BACKSLASH": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BACKSLASH",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BACKSPACE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BACKSPACE",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BUTTON_A": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUTTON_A",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BUTTON_B": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUTTON_B",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BUTTON_C": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUTTON_C",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BUTTON_CIRCLE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUTTON_CIRCLE",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BUTTON_L1": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUTTON_L1",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BUTTON_L2": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUTTON_L2",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BUTTON_MODE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUTTON_MODE",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BUTTON_R1": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUTTON_R1",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BUTTON_R2": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUTTON_R2",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BUTTON_SELECT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUTTON_SELECT",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BUTTON_START": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUTTON_START",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BUTTON_THUMBL": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUTTON_THUMBL",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BUTTON_THUMBR": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUTTON_THUMBR",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BUTTON_X": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUTTON_X",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BUTTON_Y": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUTTON_Y",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.BUTTON_Z": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUTTON_Z",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.C": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "C",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.CALL": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "CALL",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.CAMERA": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "CAMERA",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.CENTER": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "CENTER",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.CLEAR": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "CLEAR",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.COLON": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "COLON",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.COMMA": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "COMMA",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.CONTROL_LEFT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "CONTROL_LEFT",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.CONTROL_RIGHT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "CONTROL_RIGHT",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.D": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "D",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.DEL": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "DEL",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.DOWN": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "DOWN",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.E": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "E",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.END": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "END",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.ENDCALL": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ENDCALL",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.ENTER": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ENTER",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.ENVELOPE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ENVELOPE",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.EQUALS": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "EQUALS",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.ESCAPE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ESCAPE",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.EXPLORER": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "EXPLORER",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.F": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "F",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.F1": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "F1",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.F10": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "F10",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.F11": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "F11",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.F12": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "F12",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.F2": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "F2",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.F3": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "F3",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.F4": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "F4",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.F5": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "F5",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.F6": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "F6",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.F7": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "F7",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.F8": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "F8",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.F9": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "F9",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.FOCUS": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "FOCUS",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.FORWARD_DEL": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "FORWARD_DEL",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.G": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "G",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.GRAVE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "GRAVE",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.H": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "H",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.HEADSETHOOK": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "HEADSETHOOK",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.HOME": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "HOME",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.I": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "I",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.INSERT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "INSERT",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.J": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "J",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.K": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "K",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.L": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "L",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.LEFT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "LEFT",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.LEFT_BRACKET": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "LEFT_BRACKET",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.M": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "M",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.MEDIA_FAST_FORWARD": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "MEDIA_FAST_FORWARD",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.MEDIA_NEXT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "MEDIA_NEXT",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.MEDIA_PLAY_PAUSE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "MEDIA_PLAY_PAUSE",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.MEDIA_PREVIOUS": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "MEDIA_PREVIOUS",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.MEDIA_REWIND": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "MEDIA_REWIND",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.MEDIA_STOP": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "MEDIA_STOP",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.MENU": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "MENU",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.MINUS": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "MINUS",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.MUTE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "MUTE",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.N": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "N",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NOTIFICATION": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "NOTIFICATION",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUM": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "NUM",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUM_0": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "0",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUM_1": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "1",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUM_2": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "2",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUM_3": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "3",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUM_4": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "4",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUM_5": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "5",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUM_6": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "6",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUM_7": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "7",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUM_8": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "8",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUM_9": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "9",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUMPAD_0": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "0",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUMPAD_1": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "NUMPAD_1",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUMPAD_2": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "NUMPAD_2",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUMPAD_3": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "NUMPAD_3",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUMPAD_4": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "NUMPAD_4",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUMPAD_5": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "NUMPAD_5",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUMPAD_6": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "NUMPAD_6",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUMPAD_7": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "NUMPAD_7",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUMPAD_8": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "NUMPAD_8",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.NUMPAD_9": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "NUMPAD_9",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.O": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "O",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.P": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "P",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.PAGE_DOWN": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "PAGE_DOWN",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.PAGE_UP": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "PAGE_UP",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.PERIOD": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "PERIOD",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.PICTSYMBOLS": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "PICTSYMBOLS",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.PLUS": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "PLUS",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.POUND": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "POUND",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.POWER": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "POWER",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.Q": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Q",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.R": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "R",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.RIGHT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "RIGHT",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.RIGHT_BRACKET": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "RIGHT_BRACKET",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.S": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "S",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.SEARCH": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "SEARCH",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.SEMICOLON": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "SEMICOLON",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.SHIFT_LEFT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "SHIFT_LEFT",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.SHIFT_RIGHT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "SHIFT_RIGHT",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.SLASH": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "SLASH",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.SOFT_LEFT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "SOFT_LEFT",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.SOFT_RIGHT": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "SOFT_RIGHT",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.SPACE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "SPACE",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.STAR": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "STAR",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.SWITCH_CHARSET": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "SWITCH_CHARSET",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.SYM": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "SYM",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.T": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "T",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.TAB": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "TAB",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.U": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "U",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.UNKNOWN": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "UNKNOWN",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.UP": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "UP",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.V": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "V",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.VOLUME_DOWN": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "VOLUME_DOWN",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.VOLUME_UP": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "VOLUME_UP",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.W": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "W",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.X": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "X",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.Y": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Y",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"input.ReadableKeys.keyNames.Z": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Z",
|
||
"comment": "Label for key bind key."
|
||
},
|
||
"items.Bow.defaultName": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BOW",
|
||
"comment": ""
|
||
},
|
||
"items.Bow.damageRangeText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "{0} to {1} {2}",
|
||
"comment": "{0} is the minimum damage. {1} is the maximum damage. {2} is the damage type."
|
||
},
|
||
"items.Bow.elementalDamageText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "{0} {1}",
|
||
"comment": "{0} is the amount of damage. {1} is the damage type."
|
||
},
|
||
"items.Bow.rangeText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Диапазон {0}",
|
||
"comment": "{0} length of the range in world units."
|
||
},
|
||
"items.Elixer.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Странный эликсир",
|
||
"comment": ""
|
||
},
|
||
"items.Food.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Еда",
|
||
"comment": ""
|
||
},
|
||
"items.Food.eatFoodText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Ням",
|
||
"comment": ""
|
||
},
|
||
"items.Food.drinkBoozeText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Стало тепло",
|
||
"comment": ""
|
||
},
|
||
"items.Food.infoText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Съедобно",
|
||
"comment": ""
|
||
},
|
||
"items.Gold.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Золото",
|
||
"comment": "Text shown when the player looks a gold item. {0} is the amount."
|
||
},
|
||
"items.Gold.goldItemText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "{0} золота.",
|
||
"comment": "Text shown when the player looks a gold item. {0} is the amount."
|
||
},
|
||
"items.Gun.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ОРУЖИЕ",
|
||
"comment": ""
|
||
},
|
||
"items.Gun.infoText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "{0} БОЕПРИПАСОВ",
|
||
"comment": ""
|
||
},
|
||
"items.ItemStack.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "КУЧА",
|
||
"comment": ""
|
||
},
|
||
"items.ItemStack.infoText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "X {0}",
|
||
"comment": "Text shown for item's information text. {0} is the item information of the stack. {1} is the count of the stack."
|
||
},
|
||
"items.Missile.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ARROW",
|
||
"comment": ""
|
||
},
|
||
"items.Missile.noRoomText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "НЕТ МЕСТА",
|
||
"comment": "Text shown when attempting to pick up a missile when the inventory is full."
|
||
},
|
||
"items.Note.ellipsisText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "...",
|
||
"comment": "Shown when a note has no text."
|
||
},
|
||
"items.Potion.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Зелье",
|
||
"comment": "Default name for a potion if none is defined."
|
||
},
|
||
"items.Potion.healDisplayText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Вы чувствуете себя лучше",
|
||
"comment": "Text shown when potion is drank."
|
||
},
|
||
"items.Potion.poisonDisplayText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Оно горит!",
|
||
"comment": "Text shown when potion is drank."
|
||
},
|
||
"items.Potion.maxHealDisplayText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Вы чувствуете себя лучше.",
|
||
"comment": "Text shown when potion is drank. Health is completely restored."
|
||
},
|
||
"items.Potion.restoreDisplayText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Ням",
|
||
"comment": "Text shown when potion is drank. Used for cola."
|
||
},
|
||
"items.Potion.magicShieldDisplayText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Вы чувствуете тайну",
|
||
"comment": "Text shown when potion is drank."
|
||
},
|
||
"items.Potion.magicShieldStatusEffectNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Магический щит",
|
||
"comment": "Text shown in the status display for the effect."
|
||
},
|
||
"items.Potion.ironSkinDisplayText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Вы чувствуете онемение",
|
||
"comment": "Text shown when potion is drank."
|
||
},
|
||
"items.Potion.ironSkinStatusEffectNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Железная кожа",
|
||
"comment": "Text shown in the status display for the effect."
|
||
},
|
||
"items.Potion.paralyzeDisplayText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Вы чувствуете себя парализованным",
|
||
"comment": "Text shown when potion is drank."
|
||
},
|
||
"items.Potion.discoverDisplayText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "That must be {0}",
|
||
"comment": "Text shown when the player identifies the potion's effect. {0} is the status effect name."
|
||
},
|
||
"items.Potion.unidentifiedInfoText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "???",
|
||
"comment": "Text shown for potion name if not identified."
|
||
},
|
||
"items.Potion.healingNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Лечения",
|
||
"comment": ""
|
||
},
|
||
"items.Potion.poisonNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Отравления",
|
||
"comment": ""
|
||
},
|
||
"items.Potion.restorationNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Восстановление",
|
||
"comment": ""
|
||
},
|
||
"items.Potion.colaNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Кола",
|
||
"comment": ""
|
||
},
|
||
"items.Potion.magicShieldNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Сопротивление магии",
|
||
"comment": ""
|
||
},
|
||
"items.Potion.ironSkinNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Железная кожа",
|
||
"comment": ""
|
||
},
|
||
"items.Potion.paralyzeNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Паралич",
|
||
"comment": ""
|
||
},
|
||
"items.Potion.unknownNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "???",
|
||
"comment": "Name text for a potion of unknown type. This only happens when something goes wrong."
|
||
},
|
||
"items.QuestItem.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "YITHIDIAN ORB",
|
||
"comment": ""
|
||
},
|
||
"items.QuestItem.noRoomText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "НЕТ МЕСТА",
|
||
"comment": "Text shown when attempting to pick up the orb and the inventory is full."
|
||
},
|
||
"items.QuestItem.gotItemText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "GOT {0}",
|
||
"comment": "Text shown when the quest item is acquired for the first time. {0} is the name of the item."
|
||
},
|
||
"items.QuestItem.escapeMessageText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "GOT THE YITHIDIAN ORB\nNOW RETURN TO THE SURFACE\nAND ESCAPE!",
|
||
"comment": "Shown after the gotItemText. Will start a new line on \n."
|
||
},
|
||
"items.Scroll.nothingHappensText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "NOTHING HAPPENS",
|
||
"comment": "Text shown when something has gone wrong with the scroll."
|
||
},
|
||
"items.Wand.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Жезл",
|
||
"comment": ""
|
||
},
|
||
"items.Wand.infoText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "{0} зарядов",
|
||
"comment": ""
|
||
},
|
||
"items.Weapon.damageType.PHYSICAL": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ФИЗИЧЕСКОГО УРОНА",
|
||
"comment": ""
|
||
},
|
||
"items.Weapon.damageType.MAGIC": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "УРОНА МАГИЕЙ",
|
||
"comment": ""
|
||
},
|
||
"items.Weapon.damageType.FIRE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "УРОНА ОГНЕМ",
|
||
"comment": ""
|
||
},
|
||
"items.Weapon.damageType.ICE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "УРОНА ХОЛОДОМ",
|
||
"comment": ""
|
||
},
|
||
"items.Weapon.damageType.LIGHTNING": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "УДАРА МОЛНИЕЙ",
|
||
"comment": ""
|
||
},
|
||
"items.Weapon.damageType.POISON": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "УРОНА ЯДОМ",
|
||
"comment": ""
|
||
},
|
||
"items.Weapon.damageType.HEALING": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ИСЦЕЛЕНИЯ",
|
||
"comment": ""
|
||
},
|
||
"items.Weapon.damageType.PARALYZE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ПАРАЛИЧА",
|
||
"comment": ""
|
||
},
|
||
"items.Weapon.damageType.VAMPIRE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ВАМПИРИЗМА",
|
||
"comment": ""
|
||
},
|
||
"items.Weapon.damageRangeText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "от {0} до {1} ед. {2}",
|
||
"comment": "{0} is the minimum damage. {1} is the maximum damage. {2} is the damage type."
|
||
},
|
||
"items.Weapon.elementalDamageText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "{0} {1}",
|
||
"comment": "{0} is the amount of damage. {1} is the damage type."
|
||
},
|
||
"items.Weapon.twoHandedText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Двуручное",
|
||
"comment": "Text shown on item information if it is wielded with two hands."
|
||
},
|
||
"statuseffects.DrunkEffect.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Дизориентация",
|
||
"comment": ""
|
||
},
|
||
"statuseffects.InvisibilityEffect.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Невидимость",
|
||
"comment": ""
|
||
},
|
||
"statuseffects.LevitateEffect.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Левитация",
|
||
"comment": ""
|
||
},
|
||
"statuseffects.BurningEffect.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Горение",
|
||
"comment": ""
|
||
},
|
||
"statuseffects.ParalyzeEffect.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Паралич",
|
||
"comment": ""
|
||
},
|
||
"statuseffects.PoisonEffect.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Отравление",
|
||
"comment": ""
|
||
},
|
||
"statuseffects.RestoreHealthEffect.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Лечение",
|
||
"comment": ""
|
||
},
|
||
"statuseffects.SlowEffect.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Slow",
|
||
"comment": ""
|
||
},
|
||
"statuseffects.SpeedEffect.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Спешка",
|
||
"comment": ""
|
||
},
|
||
"statuseffects.StatusEffect.defaultNameText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "???",
|
||
"comment": "Text shown when something is wrong with the status effect."
|
||
},
|
||
"tiles.ExitTile.cannotLeaveText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "CANNOT LEAVE WITHOUT THE ORB,\nTHE DOOR IS STUCK.",
|
||
"comment": "Text shown when the player attempts to leave the dungeon without the orb."
|
||
},
|
||
"triggers.ButtonModel.useVerbText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "PULL",
|
||
"comment": "Text show to indicate the action that will be taken."
|
||
},
|
||
"triggers.ButtonModel.useMobileText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "USE",
|
||
"comment": "Text shown on a mobile device instead of a key binding."
|
||
},
|
||
"triggers.ButtonModel.useText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "{0}: {1}",
|
||
"comment": "{0} is the key binding. {1} is the use verb."
|
||
},
|
||
"triggers.Trigger.useVerbs.ENTER DUNGEON": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ВОЙТИ В ПОДЗЕМЕЛЬЕ",
|
||
"comment": ""
|
||
},
|
||
"triggers.Trigger.useVerbs.SHOP": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "МАГАЗИН",
|
||
"comment": ""
|
||
},
|
||
"triggers.Trigger.useVerbs.TALK": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ПОГОВОРИТЬ",
|
||
"comment": ""
|
||
},
|
||
"triggers.Trigger.useVerbs.USE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ИСПОЛЬЗОВАТЬ",
|
||
"comment": ""
|
||
},
|
||
"triggers.TriggeredShop.titleText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "МАГАЗИН !!!",
|
||
"comment": ""
|
||
},
|
||
"triggers.TriggeredShop.descriptionText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "BUY SOMETHING",
|
||
"comment": ""
|
||
},
|
||
"ui.Hud.noRoomText": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "НЕТ МЕСТА",
|
||
"comment": "Text show when player attempts to pick up an item when inventory is full."
|
||
},
|
||
"Iron dagger": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Железный кинжал",
|
||
"comment": ""
|
||
},
|
||
"Iron sword": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Железный меч",
|
||
"comment": ""
|
||
},
|
||
"Iron mace": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Железная булава",
|
||
"comment": ""
|
||
},
|
||
"Iron spiked mace": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Железный моргенштерн",
|
||
"comment": ""
|
||
},
|
||
"Steel dagger": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Стальной кинжал",
|
||
"comment": ""
|
||
},
|
||
"Steel shortsword": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Стальной короткий меч",
|
||
"comment": ""
|
||
},
|
||
"Iron hammer": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Железный молот",
|
||
"comment": ""
|
||
},
|
||
"Steel mace": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Стальная булава",
|
||
"comment": ""
|
||
},
|
||
"Steel spiked mace": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Стальной моргенштерн",
|
||
"comment": ""
|
||
},
|
||
"Steel sword": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Стальной меч",
|
||
"comment": ""
|
||
},
|
||
"Steel hammer": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Стальной молот",
|
||
"comment": ""
|
||
},
|
||
"Engraved dagger": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Engraved кинжал",
|
||
"comment": ""
|
||
},
|
||
"Engraved shortsword": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Engraved короткий меч",
|
||
"comment": ""
|
||
},
|
||
"Engraved sword": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Engraved меч",
|
||
"comment": ""
|
||
},
|
||
"Gilded mace": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Gilded булава",
|
||
"comment": ""
|
||
},
|
||
"Gilded spiked mace": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Gilded моргенштерн",
|
||
"comment": ""
|
||
},
|
||
"Jeweled dagger": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Драгоценный кинжал",
|
||
"comment": ""
|
||
},
|
||
"Jeweled shortsword": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Драгоценный короткий меч",
|
||
"comment": ""
|
||
},
|
||
"Jeweled sword": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Драгоценный меч",
|
||
"comment": ""
|
||
},
|
||
"Gilded hammer": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Драгоценный молот",
|
||
"comment": ""
|
||
},
|
||
"Shortbow": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Короткий лук",
|
||
"comment": ""
|
||
},
|
||
"ARROW": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "СТРЕЛА",
|
||
"comment": ""
|
||
},
|
||
"Composite Bow": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Композитный лук",
|
||
"comment": ""
|
||
},
|
||
"Bow": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Лук",
|
||
"comment": ""
|
||
},
|
||
"Hunter's Bow": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Hunter's Bow",
|
||
"comment": ""
|
||
},
|
||
"Longbow": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Длинный лук",
|
||
"comment": ""
|
||
},
|
||
"Leather armor": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Кожанный доспех",
|
||
"comment": ""
|
||
},
|
||
"Leather pants": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Кожанные поножи",
|
||
"comment": ""
|
||
},
|
||
"Skullcap": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Шлем",
|
||
"comment": ""
|
||
},
|
||
"Buckler": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Круглый щит",
|
||
"comment": ""
|
||
},
|
||
"Quilted leather armor": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Стеганые кожаные доспехи",
|
||
"comment": ""
|
||
},
|
||
"Quilted leather pants": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Стеганые кожаные поножи",
|
||
"comment": ""
|
||
},
|
||
"Iron cap": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Iron cap",
|
||
"comment": ""
|
||
},
|
||
"Ring of Protection": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Кольцо защиты",
|
||
"comment": ""
|
||
},
|
||
"Amulet of Protection": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Амулет защиты",
|
||
"comment": ""
|
||
},
|
||
"Amulet of Health": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Амулет здоровья",
|
||
"comment": ""
|
||
},
|
||
"Ring mail": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Кольчуга",
|
||
"comment": ""
|
||
},
|
||
"Ring mail greaves": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Кольчужные поножи",
|
||
"comment": ""
|
||
},
|
||
"Iron pot": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Iron pot",
|
||
"comment": ""
|
||
},
|
||
"Chainmail": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Chainmail",
|
||
"comment": ""
|
||
},
|
||
"Chainmail greaves": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Chainmail greaves",
|
||
"comment": ""
|
||
},
|
||
"Chainmail coif": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Chainmail coif",
|
||
"comment": ""
|
||
},
|
||
"Round Shield": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Круглый щит",
|
||
"comment": ""
|
||
},
|
||
"Amulet of Speed": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Амулет скорости",
|
||
"comment": ""
|
||
},
|
||
"Ring of Health": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Кольцо здоровья",
|
||
"comment": ""
|
||
},
|
||
"Steel mail": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Steel mail",
|
||
"comment": ""
|
||
},
|
||
"Steel greaves": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Steel greaves",
|
||
"comment": ""
|
||
},
|
||
"Steel helmet": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Steel helmet",
|
||
"comment": ""
|
||
},
|
||
"Ring of Speed": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Кольцо скорости",
|
||
"comment": ""
|
||
},
|
||
"Platemail": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Platemail",
|
||
"comment": ""
|
||
},
|
||
"Platemail greaves": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Platemail greaves",
|
||
"comment": ""
|
||
},
|
||
"Steel armet": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Steel armet",
|
||
"comment": ""
|
||
},
|
||
"Heater Shield": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Heater Shield",
|
||
"comment": ""
|
||
},
|
||
"Scalemail": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Scalemail",
|
||
"comment": ""
|
||
},
|
||
"Scalemail greaves": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Scalemail greaves",
|
||
"comment": ""
|
||
},
|
||
"Ring of Greater Protection": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Ring of Greater Protection",
|
||
"comment": ""
|
||
},
|
||
"Amulet of Greater Protection": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Amulet of Greater Protection",
|
||
"comment": ""
|
||
},
|
||
"Amulet of the Wolf": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Amulet of the Wolf",
|
||
"comment": ""
|
||
},
|
||
"Jeweled platemail": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Gilded platemail",
|
||
"comment": ""
|
||
},
|
||
"Jeweled greaves": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Gilded greaves",
|
||
"comment": ""
|
||
},
|
||
"Jeweled helmet": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Gilded helmet",
|
||
"comment": ""
|
||
},
|
||
"Tower Shield": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Tower Shield",
|
||
"comment": ""
|
||
},
|
||
"Ring of the Wolf": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Ring of the Wolf",
|
||
"comment": ""
|
||
},
|
||
"Ring of Greater Health": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Ring of Greater Health",
|
||
"comment": ""
|
||
},
|
||
"Amulet of Greater Health": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Amulet of Greater Health",
|
||
"comment": ""
|
||
},
|
||
"Lesser missile wand": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Маленький реактивный жезл",
|
||
"comment": ""
|
||
},
|
||
"Missile wand": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Реактивный жезл",
|
||
"comment": ""
|
||
},
|
||
"Greater missile wand": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Большой реактивный жезл",
|
||
"comment": ""
|
||
},
|
||
"Lesser fire wand": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Маленький огненный жезл",
|
||
"comment": ""
|
||
},
|
||
"Fire wand": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Огненный жезл",
|
||
"comment": ""
|
||
},
|
||
"Greater fire wand": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Большой огненный жезл",
|
||
"comment": ""
|
||
},
|
||
"Lesser ice wand": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Маленький ледяной жезл",
|
||
"comment": ""
|
||
},
|
||
"Ice wand": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Ледяной жезл",
|
||
"comment": ""
|
||
},
|
||
"Greater Ice wand": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Большой ледяной жезл",
|
||
"comment": ""
|
||
},
|
||
"Storm wand": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Штормовой жезл",
|
||
"comment": ""
|
||
},
|
||
"Paralyze wand": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Парализующий жезл",
|
||
"comment": ""
|
||
},
|
||
"Red potion": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Красное зелье",
|
||
"comment": ""
|
||
},
|
||
"Blue potion": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Синее зелье",
|
||
"comment": ""
|
||
},
|
||
"Green potion": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Зеленое зелье",
|
||
"comment": ""
|
||
},
|
||
"Purple potion": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Пурпурное зелье",
|
||
"comment": ""
|
||
},
|
||
"Dark potion": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Темное зелье",
|
||
"comment": ""
|
||
},
|
||
"Gold potion": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Золотое зелье",
|
||
"comment": ""
|
||
},
|
||
"Bright potion": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Яркое зелье",
|
||
"comment": ""
|
||
},
|
||
"Scroll of Teleport": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Свиток телепортации",
|
||
"comment": ""
|
||
},
|
||
"Scroll of Flame": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Свиток пламени",
|
||
"comment": ""
|
||
},
|
||
"Scroll of Burning": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Свиток горения",
|
||
"comment": ""
|
||
},
|
||
"scroll of Blizzard": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Свиток вьюги",
|
||
"comment": ""
|
||
},
|
||
"scroll of Freezing": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Свиток замораживания",
|
||
"comment": ""
|
||
},
|
||
"Scroll of Health": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Свиток здоровья",
|
||
"comment": ""
|
||
},
|
||
"Scroll of Greater Health": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Свиток повышенного здоровья",
|
||
"comment": ""
|
||
},
|
||
"Scroll of Resist Magic": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Свиток сопротивления магии",
|
||
"comment": ""
|
||
},
|
||
"Scroll of Haste": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Свиток ускорения",
|
||
"comment": ""
|
||
},
|
||
"Scroll of Enchant Weapon": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Свиток зачарованния оружия",
|
||
"comment": ""
|
||
},
|
||
"Scroll of Enchant Armor": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Свиток зачарования брони",
|
||
"comment": ""
|
||
},
|
||
"Scroll of Identify": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Свиток идентификации",
|
||
"comment": ""
|
||
},
|
||
"Scroll of Discern Reality": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Свиток прояснения реальности",
|
||
"comment": ""
|
||
},
|
||
"Skull": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Череп",
|
||
"comment": ""
|
||
},
|
||
"Bones": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Кости",
|
||
"comment": ""
|
||
},
|
||
"Tankard": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Кружка",
|
||
"comment": ""
|
||
},
|
||
"Book": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Книга",
|
||
"comment": ""
|
||
},
|
||
"CANDLE": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Свеча",
|
||
"comment": ""
|
||
},
|
||
"Bread": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Хлеб",
|
||
"comment": ""
|
||
},
|
||
"Apple": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Яблоко",
|
||
"comment": ""
|
||
},
|
||
"Cheese": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Сыр",
|
||
"comment": ""
|
||
},
|
||
"Steak": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Стейк",
|
||
"comment": ""
|
||
},
|
||
"Meat": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Мясо",
|
||
"comment": ""
|
||
},
|
||
"Ale": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Эль",
|
||
"comment": ""
|
||
},
|
||
"Key": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Ключ",
|
||
"comment": ""
|
||
},
|
||
"of Haste": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "of Haste",
|
||
"comment": ""
|
||
},
|
||
"of Speed": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "of Speed",
|
||
"comment": ""
|
||
},
|
||
"of Heft": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "of Heft",
|
||
"comment": ""
|
||
},
|
||
"of Force": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "силы",
|
||
"comment": ""
|
||
},
|
||
"of Biting": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "of Biting",
|
||
"comment": ""
|
||
},
|
||
"of Fire": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "of Fire",
|
||
"comment": ""
|
||
},
|
||
"of Burning": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "горения",
|
||
"comment": ""
|
||
},
|
||
"of Ice": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "холода",
|
||
"comment": ""
|
||
},
|
||
"of Blizzard": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "вьюги",
|
||
"comment": ""
|
||
},
|
||
"of Paralyze": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "паралича",
|
||
"comment": ""
|
||
},
|
||
"of the Arcane": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "of The Arcane",
|
||
"comment": ""
|
||
},
|
||
"of Storm": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "бури",
|
||
"comment": ""
|
||
},
|
||
"of the Tempest": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "бури",
|
||
"comment": ""
|
||
},
|
||
"of the Worm": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "червя",
|
||
"comment": ""
|
||
},
|
||
"Quick": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Быстрый",
|
||
"comment": ""
|
||
},
|
||
"Balanced": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Сбалансированный",
|
||
"comment": ""
|
||
},
|
||
"Glowing": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Пылающий",
|
||
"comment": ""
|
||
},
|
||
"Protected": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Защищенный",
|
||
"comment": ""
|
||
},
|
||
"Blessed": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Благословенный",
|
||
"comment": ""
|
||
},
|
||
"Unholy": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Нечестивый",
|
||
"comment": ""
|
||
},
|
||
"Cursed": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Проклятый",
|
||
"comment": ""
|
||
},
|
||
"Light": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Светящийся",
|
||
"comment": ""
|
||
},
|
||
"Nimble": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Шустрый",
|
||
"comment": ""
|
||
},
|
||
"Fleet": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Быстрый",
|
||
"comment": ""
|
||
},
|
||
"Heavy": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Тяжелый",
|
||
"comment": ""
|
||
},
|
||
"Unwieldly": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Громоздкий",
|
||
"comment": ""
|
||
},
|
||
"Coward's": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Трусливый",
|
||
"comment": ""
|
||
},
|
||
"Drunk's": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Пьяный",
|
||
"comment": ""
|
||
},
|
||
"Demon's": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Демонический",
|
||
"comment": ""
|
||
},
|
||
"Fighter's": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Бойцовский",
|
||
"comment": ""
|
||
},
|
||
"Brawler's": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Драчунский",
|
||
"comment": ""
|
||
},
|
||
"Knight's": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Рыцарский",
|
||
"comment": ""
|
||
},
|
||
"King's": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Королевский",
|
||
"comment": ""
|
||
},
|
||
"of the Sloth": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "ленивца",
|
||
"comment": ""
|
||
},
|
||
"of the Turtle": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "черепахи",
|
||
"comment": ""
|
||
},
|
||
"of the Rabbit": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "кролика",
|
||
"comment": ""
|
||
},
|
||
"of the Snake": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "змеи",
|
||
"comment": ""
|
||
},
|
||
"of the Eagle": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "орла",
|
||
"comment": ""
|
||
},
|
||
"of Skill": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "навыков",
|
||
"comment": ""
|
||
},
|
||
"of Precision": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "точности",
|
||
"comment": ""
|
||
},
|
||
"of intellect": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "интелекта",
|
||
"comment": ""
|
||
},
|
||
"of the Mind": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "разума",
|
||
"comment": ""
|
||
},
|
||
"of Magic": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "магии",
|
||
"comment": ""
|
||
},
|
||
"Trite": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Банальный",
|
||
"comment": ""
|
||
},
|
||
"Insipid": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Безвкусный",
|
||
"comment": ""
|
||
},
|
||
"Vapid": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Плоский",
|
||
"comment": ""
|
||
},
|
||
"Mage's": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Mage's",
|
||
"comment": ""
|
||
},
|
||
"Wizard's": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Wizard's",
|
||
"comment": ""
|
||
},
|
||
"Sorcerer's": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Sorcerer's",
|
||
"comment": ""
|
||
},
|
||
"screens.CharacterScreen.tooltips.health": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Увеличивает максимальное количество очков здоровья.",
|
||
"comment": ""
|
||
},
|
||
"screens.CharacterScreen.tooltips.magic": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Добавляет дополнительные заряды и урон волшебным жезлам.",
|
||
"comment": ""
|
||
},
|
||
"screens.CharacterScreen.tooltips.speed": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Увеличивает скорость передвижения.",
|
||
"comment": ""
|
||
},
|
||
"screens.CharacterScreen.tooltips.attack": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Увеличивает силу атаки ближнего и дальнего оружия.",
|
||
"comment": ""
|
||
},
|
||
"screens.CharacterScreen.tooltips.defense": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Уменьшает количество урона, полученного при попадании.",
|
||
"comment": ""
|
||
},
|
||
"screens.CharacterScreen.tooltips.agility": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Увеличивает скорость атаки и скорость передвижения во время зарядки атаки.",
|
||
"comment": ""
|
||
},
|
||
"screens.CharacterScreen.tooltips.attack power": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Общее количество урона, наносимого оружием ближнего и дальнего боя.",
|
||
"comment": ""
|
||
},
|
||
"screens.CharacterScreen.tooltips.armor class": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Общее количество защиты, уменьшает количество урона, получаемого при попадании.",
|
||
"comment": ""
|
||
},
|
||
"screens.CharacterScreen.tooltips.level": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Увеличивает максимальное количество очков здоровья, увеличивает силу атаки и дает шанс повысить характеристики.",
|
||
"comment": ""
|
||
},
|
||
"screens.CharacterScreen.tooltips.xp": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Прогресс до следующего уровня.",
|
||
"comment": ""
|
||
},
|
||
"screens.CharacterScreen.tooltips.gold": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Можно потратить у продавцов на предметы и улучшения. Сохраняется между смертями.",
|
||
"comment": ""
|
||
},
|
||
"stats.xp": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Опыт",
|
||
"comment": "Used in the UI when XP is displayed"
|
||
},
|
||
"stats.speed": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Скорость",
|
||
"comment": "Used in the UI when Speed is displayed"
|
||
},
|
||
"stats.health": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Здоровье",
|
||
"comment": "Used in the UI when Health is displayed"
|
||
},
|
||
"stats.agility": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Ловкость",
|
||
"comment": "Used in the UI when Agility is displayed"
|
||
},
|
||
"stats.defense": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Защита",
|
||
"comment": "Used in the UI when Defense is displayed"
|
||
},
|
||
"stats.magic": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Магия",
|
||
"comment": "Used in the UI when Magic is displayed"
|
||
},
|
||
"stats.attack": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Атака",
|
||
"comment": "Used in the UI when Attack is displayed"
|
||
},
|
||
"stats.attack power": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Сила атаки",
|
||
"comment": "Used in the UI when Attack Power is displayed"
|
||
},
|
||
"stats.armor class": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Класс брони",
|
||
"comment": "Used in the UI when Armor Class is displayed"
|
||
},
|
||
"screens.OptionsGamepadScreen.title": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Gamepad Controls",
|
||
"comment": "Used in the Options UI for gamepads"
|
||
},
|
||
"screens.OptionsGamepadScreen.entry": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Press / move the gamepad",
|
||
"comment": "Used in the Options UI for gamepads"
|
||
},
|
||
"apple.description": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Почему-то еще не заплесневело."
|
||
},
|
||
"meat.description": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Неизвестного происхождения, но выглядит съедобно."
|
||
},
|
||
"steak.description": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Выглядит вкусно! Консервировано с солью."
|
||
},
|
||
"ale.description": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Возможно, все пошло плохо. Все еще пахнет хмелем."
|
||
},
|
||
"bread.description": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Черствый, но сытный."
|
||
},
|
||
"cheese.description": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Резкий и терпкий."
|
||
},
|
||
"message.soulbound": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Теплое чувство касается вашей души."
|
||
},
|
||
"message.bagupgrade": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Размер вашей сумки увеличился!"
|
||
},
|
||
"message.beltupgrade": {
|
||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||
"localizedName": "Размер вашего пояса увеличился!"
|
||
}
|
||
}
|