update inventory labels

This commit is contained in:
2022-12-14 15:11:41 +03:00
parent f09cba60ee
commit ceefef36c9
2 changed files with 17 additions and 12 deletions
+11 -11
View File
@@ -482,7 +482,7 @@
},
"screens.GameOverScreen.secretsStatLabel": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Найдено секретов: ",
"localizedName": "НАЙДЕНО СЕКРЕТОВ: ",
"comment": ""
},
"overlays.LevelUpOverlay.levelUpLabel": {
@@ -502,32 +502,32 @@
},
"overlays.LevelUpOverlay.ATTACK": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "ATTACK +1",
"localizedName": "+1 ATTACK",
"comment": "Shown at the top of the level up card."
},
"overlays.LevelUpOverlay.SPEED": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "SPEED +1",
"localizedName": "+1 SPEED",
"comment": "Shown at the top of the level up card."
},
"overlays.LevelUpOverlay.HEALTH": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "HEALTH +1",
"localizedName": "+1 HEALTH",
"comment": "Shown at the top of the level up card."
},
"overlays.LevelUpOverlay.MAGIC": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "MAGIC +1",
"localizedName": "+1 MAGIC",
"comment": "Shown at the top of the level up card."
},
"overlays.LevelUpOverlay.AGILITY": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "AGILITY +1",
"localizedName": "+1 AGILITY",
"comment": "Shown at the top of the level up card."
},
"overlays.LevelUpOverlay.DEFENSE": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "DEFENSE +1",
"localizedName": "+1 DEFENSE",
"comment": "Shown at the top of the level up card."
},
"overlays.MessageOverlay.nextButton": {
@@ -2767,17 +2767,17 @@
},
"screens.CharacterScreen.tooltips.attack power": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Total amount of damage done for melee and ranged weapons.",
"localizedName": "Общее количество урона, наносимого оружием ближнего и дальнего боя.",
"comment": ""
},
"screens.CharacterScreen.tooltips.armor class": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Total amount of defense, reduces amount of damage taken when hit.",
"localizedName": "Общее количество защиты, уменьшает количество урона, получаемого при попадании.",
"comment": ""
},
"screens.CharacterScreen.tooltips.level": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Increases maximum health points, increases attack power, and gives a chance to increase stats.",
"localizedName": "Увеличивает максимальное количество очков здоровья, увеличивает силу атаки и дает шанс повысить характеристики.",
"comment": ""
},
"screens.CharacterScreen.tooltips.xp": {
@@ -2787,7 +2787,7 @@
},
"screens.CharacterScreen.tooltips.gold": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Can be spent at vendors for items and upgrades. Persists between deaths.",
"localizedName": "Можно потратить у продавцов на предметы и улучшения. Сохраняется между смертями.",
"comment": ""
},
"stats.xp": {