update inventory labels
This commit is contained in:
parent
f09cba60ee
commit
ceefef36c9
@ -20,20 +20,24 @@ python generate_md5sum_data.py > dataSums.new.json
|
|||||||
## Complete:
|
## Complete:
|
||||||
* camp_note1.dat
|
* camp_note1.dat
|
||||||
* camp_note2.dat
|
* camp_note2.dat
|
||||||
|
* camp-note3.dat
|
||||||
* campfireguy.dat
|
* campfireguy.dat
|
||||||
* campfireguy2.dat
|
* campfireguy2.dat
|
||||||
* headstone.dat
|
* headstone.dat
|
||||||
* hoodie.dat
|
* hoodie.dat
|
||||||
* tuttorial_note1.dat
|
|
||||||
* jeff.dat
|
* jeff.dat
|
||||||
* jeff2.dat
|
* jeff2.dat
|
||||||
* joff.dat
|
* joff.dat
|
||||||
|
* joff2.dat
|
||||||
|
* quietguy.dat
|
||||||
|
* tutorial_note1.dat
|
||||||
* wizzard.dat
|
* wizzard.dat
|
||||||
* wizzard2.dat
|
* wizzard2.dat
|
||||||
|
|
||||||
## In compete:
|
## In compete:
|
||||||
* credits.dat
|
* credits.dat
|
||||||
* camp_note3.dat
|
* camp_note3.dat
|
||||||
|
* castle.dat
|
||||||
|
|
||||||
## Not translated:
|
## Not translated:
|
||||||
* breach.dat
|
* breach.dat
|
||||||
@ -69,6 +73,7 @@ python generate_md5sum_data.py > dataSums.new.json
|
|||||||
* VSync `Вертикальня синхронизация`
|
* VSync `Вертикальня синхронизация`
|
||||||
* Advanced Graphics Options (заголвок окна настроек)
|
* Advanced Graphics Options (заголвок окна настроек)
|
||||||
* Level (в инвентаре)
|
* Level (в инвентаре)
|
||||||
|
* Gold (в инвентаре) (`gfx.GlRenderer.GoldText`)
|
||||||
* {0} to {1} dmg
|
* {0} to {1} dmg
|
||||||
* {0} AC
|
* {0} AC
|
||||||
* Current: {0} (на экране распределение скилл поинтов)
|
* Current: {0} (на экране распределение скилл поинтов)
|
||||||
|
@ -482,7 +482,7 @@
|
|||||||
},
|
},
|
||||||
"screens.GameOverScreen.secretsStatLabel": {
|
"screens.GameOverScreen.secretsStatLabel": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Найдено секретов: ",
|
"localizedName": "НАЙДЕНО СЕКРЕТОВ: ",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"overlays.LevelUpOverlay.levelUpLabel": {
|
"overlays.LevelUpOverlay.levelUpLabel": {
|
||||||
@ -502,32 +502,32 @@
|
|||||||
},
|
},
|
||||||
"overlays.LevelUpOverlay.ATTACK": {
|
"overlays.LevelUpOverlay.ATTACK": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "ATTACK +1",
|
"localizedName": "+1 ATTACK",
|
||||||
"comment": "Shown at the top of the level up card."
|
"comment": "Shown at the top of the level up card."
|
||||||
},
|
},
|
||||||
"overlays.LevelUpOverlay.SPEED": {
|
"overlays.LevelUpOverlay.SPEED": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "SPEED +1",
|
"localizedName": "+1 SPEED",
|
||||||
"comment": "Shown at the top of the level up card."
|
"comment": "Shown at the top of the level up card."
|
||||||
},
|
},
|
||||||
"overlays.LevelUpOverlay.HEALTH": {
|
"overlays.LevelUpOverlay.HEALTH": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "HEALTH +1",
|
"localizedName": "+1 HEALTH",
|
||||||
"comment": "Shown at the top of the level up card."
|
"comment": "Shown at the top of the level up card."
|
||||||
},
|
},
|
||||||
"overlays.LevelUpOverlay.MAGIC": {
|
"overlays.LevelUpOverlay.MAGIC": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "MAGIC +1",
|
"localizedName": "+1 MAGIC",
|
||||||
"comment": "Shown at the top of the level up card."
|
"comment": "Shown at the top of the level up card."
|
||||||
},
|
},
|
||||||
"overlays.LevelUpOverlay.AGILITY": {
|
"overlays.LevelUpOverlay.AGILITY": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "AGILITY +1",
|
"localizedName": "+1 AGILITY",
|
||||||
"comment": "Shown at the top of the level up card."
|
"comment": "Shown at the top of the level up card."
|
||||||
},
|
},
|
||||||
"overlays.LevelUpOverlay.DEFENSE": {
|
"overlays.LevelUpOverlay.DEFENSE": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "DEFENSE +1",
|
"localizedName": "+1 DEFENSE",
|
||||||
"comment": "Shown at the top of the level up card."
|
"comment": "Shown at the top of the level up card."
|
||||||
},
|
},
|
||||||
"overlays.MessageOverlay.nextButton": {
|
"overlays.MessageOverlay.nextButton": {
|
||||||
@ -2767,17 +2767,17 @@
|
|||||||
},
|
},
|
||||||
"screens.CharacterScreen.tooltips.attack power": {
|
"screens.CharacterScreen.tooltips.attack power": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Total amount of damage done for melee and ranged weapons.",
|
"localizedName": "Общее количество урона, наносимого оружием ближнего и дальнего боя.",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"screens.CharacterScreen.tooltips.armor class": {
|
"screens.CharacterScreen.tooltips.armor class": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Total amount of defense, reduces amount of damage taken when hit.",
|
"localizedName": "Общее количество защиты, уменьшает количество урона, получаемого при попадании.",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"screens.CharacterScreen.tooltips.level": {
|
"screens.CharacterScreen.tooltips.level": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Increases maximum health points, increases attack power, and gives a chance to increase stats.",
|
"localizedName": "Увеличивает максимальное количество очков здоровья, увеличивает силу атаки и дает шанс повысить характеристики.",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"screens.CharacterScreen.tooltips.xp": {
|
"screens.CharacterScreen.tooltips.xp": {
|
||||||
@ -2787,7 +2787,7 @@
|
|||||||
},
|
},
|
||||||
"screens.CharacterScreen.tooltips.gold": {
|
"screens.CharacterScreen.tooltips.gold": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Can be spent at vendors for items and upgrades. Persists between deaths.",
|
"localizedName": "Можно потратить у продавцов на предметы и улучшения. Сохраняется между смертями.",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"stats.xp": {
|
"stats.xp": {
|
||||||
|
Loading…
Reference in New Issue
Block a user