update strings.dat from v1.08
This commit is contained in:
parent
2a02c3768a
commit
c546169b51
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,8 +1,2 @@
|
||||
.venv/
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
||||
*.*~
|
||||
|
||||
# original game files dir
|
||||
delver/
|
||||
delver.jar
|
||||
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"$schema": "http://delverengine.com/jsonschema/current/filetypes/strings.dat",
|
||||
"screens.SplashScreen.pressKeyToStart": {
|
||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||
"localizedName": "Нажмите любую клавишу",
|
||||
@ -24,6 +25,16 @@
|
||||
"localizedName": "Настройки",
|
||||
"comment": "Text for the options button, which will open the options menu."
|
||||
},
|
||||
"screens.MainMenuScreen.modsButton": {
|
||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||
"localizedName": "Mods",
|
||||
"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": "Выберите слот сохранениия",
|
||||
@ -129,11 +140,21 @@
|
||||
"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": "Always Show Crosshair",
|
||||
"comment": "Label for always show crosshair checkbox."
|
||||
},
|
||||
"screens.OptionsScreen.headBobLabel": {
|
||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||
"localizedName": "Head Bob ",
|
||||
@ -461,7 +482,7 @@
|
||||
},
|
||||
"screens.GameOverScreen.secretsStatLabel": {
|
||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||
"localizedName": "НАЙДЕНО СЕКРЕТОВ: ",
|
||||
"localizedName": "Найдено секретов: ",
|
||||
"comment": ""
|
||||
},
|
||||
"overlays.LevelUpOverlay.levelUpLabel": {
|
||||
@ -474,6 +495,11 @@
|
||||
"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",
|
||||
@ -514,6 +540,11 @@
|
||||
"localizedName": "CLOSE",
|
||||
"comment": "Text for the close button on the message overlay."
|
||||
},
|
||||
"overlays.ModsOverlay.backButton": {
|
||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||
"localizedName": "Back",
|
||||
"comment": "Text for the back button mod manager."
|
||||
},
|
||||
"overlays.PauseOverlay.backButton": {
|
||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||
"localizedName": "Вернуться",
|
||||
|
Loading…
Reference in New Issue
Block a user