7 changes
This commit is contained in:
parent
e64f23035c
commit
90ce4178a5
@ -27,7 +27,7 @@
|
|||||||
},
|
},
|
||||||
"screens.MainMenuScreen.modsButton": {
|
"screens.MainMenuScreen.modsButton": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Mods",
|
"localizedName": "Модификации",
|
||||||
"comment": "Text for the mods button, which will open the mods menu."
|
"comment": "Text for the mods button, which will open the mods menu."
|
||||||
},
|
},
|
||||||
"screens.MainMenuScreen.discordButton": {
|
"screens.MainMenuScreen.discordButton": {
|
||||||
@ -87,17 +87,17 @@
|
|||||||
},
|
},
|
||||||
"screens.OptionsScreen.graphicsLow": {
|
"screens.OptionsScreen.graphicsLow": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "LOW",
|
"localizedName": "НИЗКАЯ",
|
||||||
"comment": "Text shown when graphics slider is all the way left."
|
"comment": "Text shown when graphics slider is all the way left."
|
||||||
},
|
},
|
||||||
"screens.OptionsScreen.graphicsMedium": {
|
"screens.OptionsScreen.graphicsMedium": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "ЗАГУЗКА",
|
"localizedName": "СРЕДНЯЯ",
|
||||||
"comment": "Text show when the graphics slider is in the middle."
|
"comment": "Text show when the graphics slider is in the middle."
|
||||||
},
|
},
|
||||||
"screens.OptionsScreen.graphicsHigh": {
|
"screens.OptionsScreen.graphicsHigh": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "ВЫСОКИЕ",
|
"localizedName": "ВЫСОКАЯ",
|
||||||
"comment": "Text shown when the graphics slider is mostly right."
|
"comment": "Text shown when the graphics slider is mostly right."
|
||||||
},
|
},
|
||||||
"screens.OptionsScreen.graphicsUltra": {
|
"screens.OptionsScreen.graphicsUltra": {
|
||||||
@ -152,7 +152,7 @@
|
|||||||
},
|
},
|
||||||
"screens.OptionsScreen.showCrosshairLabel": {
|
"screens.OptionsScreen.showCrosshairLabel": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Always Show Crosshair",
|
"localizedName": "Всегда отображать прицел",
|
||||||
"comment": "Label for always show crosshair checkbox."
|
"comment": "Label for always show crosshair checkbox."
|
||||||
},
|
},
|
||||||
"screens.OptionsScreen.headBobLabel": {
|
"screens.OptionsScreen.headBobLabel": {
|
||||||
@ -542,7 +542,7 @@
|
|||||||
},
|
},
|
||||||
"overlays.ModsOverlay.backButton": {
|
"overlays.ModsOverlay.backButton": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Back",
|
"localizedName": "Закрыть",
|
||||||
"comment": "Text for the back button mod manager."
|
"comment": "Text for the back button mod manager."
|
||||||
},
|
},
|
||||||
"overlays.PauseOverlay.backButton": {
|
"overlays.PauseOverlay.backButton": {
|
||||||
@ -2322,12 +2322,12 @@
|
|||||||
},
|
},
|
||||||
"Storm wand": {
|
"Storm wand": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Storm wand",
|
"localizedName": "Штормовой жезл",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"Paralyze wand": {
|
"Paralyze wand": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Paralyze wand",
|
"localizedName": "Парализующий жезл",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"Red potion": {
|
"Red potion": {
|
||||||
@ -2382,12 +2382,12 @@
|
|||||||
},
|
},
|
||||||
"scroll of Blizzard": {
|
"scroll of Blizzard": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "свиток вьюги",
|
"localizedName": "Свиток вьюги",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"scroll of Freezing": {
|
"scroll of Freezing": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "свиток замораживания",
|
"localizedName": "Свиток замораживания",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"Scroll of Health": {
|
"Scroll of Health": {
|
||||||
|
Loading…
Reference in New Issue
Block a user