some updates
This commit is contained in:
parent
ceefef36c9
commit
ff829c4e30
@ -707,7 +707,7 @@
|
|||||||
},
|
},
|
||||||
"entities.Item.modificationInfoAgilityText": {
|
"entities.Item.modificationInfoAgilityText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Agility",
|
"localizedName": "Ловкость",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"entities.Item.modificationInfoDefenseText": {
|
"entities.Item.modificationInfoDefenseText": {
|
||||||
@ -767,7 +767,7 @@
|
|||||||
},
|
},
|
||||||
"entities.Stairs.mobileUseText": {
|
"entities.Stairs.mobileUseText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "USE {0}",
|
"localizedName": "ИСПОЛЬЗОВАТЬ {0}",
|
||||||
"comment": "Text shown on a mobile device. {0} is the direction (Up/Down)."
|
"comment": "Text shown on a mobile device. {0} is the direction (Up/Down)."
|
||||||
},
|
},
|
||||||
"entities.Stairs.direction.UP": {
|
"entities.Stairs.direction.UP": {
|
||||||
@ -782,12 +782,12 @@
|
|||||||
},
|
},
|
||||||
"entities.Trigger.defaultUseVerb": {
|
"entities.Trigger.defaultUseVerb": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "USE",
|
"localizedName": "ИСПОЛЬЗОВАТЬ",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"entities.Trigger.mobileUseText": {
|
"entities.Trigger.mobileUseText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "USE",
|
"localizedName": "ИСПОЛЬЗОВАТЬ",
|
||||||
"comment": "Text shown on a mobile device instead of a key binding."
|
"comment": "Text shown on a mobile device instead of a key binding."
|
||||||
},
|
},
|
||||||
"entities.Trigger.useText": {
|
"entities.Trigger.useText": {
|
||||||
@ -797,12 +797,12 @@
|
|||||||
},
|
},
|
||||||
"game.Game.errorLoadingDataText": {
|
"game.Game.errorLoadingDataText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "ERROR LOADING {0}",
|
"localizedName": "ОШИБКА ЗАГРУЗКИ {0}",
|
||||||
"comment": "Text shown when a resource fails to load. {0} is the name of the file."
|
"comment": "Text shown when a resource fails to load. {0} is the name of the file."
|
||||||
},
|
},
|
||||||
"game.Game.startingPantsNameText": {
|
"game.Game.startingPantsNameText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Pants",
|
"localizedName": "Брюки",
|
||||||
"comment": "The name of the pants the player starts the game with."
|
"comment": "The name of the pants the player starts the game with."
|
||||||
},
|
},
|
||||||
"game.Game.cannotLeaveText": {
|
"game.Game.cannotLeaveText": {
|
||||||
@ -812,12 +812,12 @@
|
|||||||
},
|
},
|
||||||
"game.Game.loadErrorText": {
|
"game.Game.loadErrorText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "LOAD ERROR",
|
"localizedName": "ОШИБКА ЗАГРУЗКИ",
|
||||||
"comment": "Text shown when something unexpected has happened during level load."
|
"comment": "Text shown when something unexpected has happened during level load."
|
||||||
},
|
},
|
||||||
"game.Game.levelNameText": {
|
"game.Game.levelNameText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "FLOOR {0}",
|
"localizedName": "ЭТАЖ {0}",
|
||||||
"comment": "Text shown for the floor name. This is a fallback if no name is provided."
|
"comment": "Text shown for the floor name. This is a fallback if no name is provided."
|
||||||
},
|
},
|
||||||
"gfx.GlRenderer.AttackText": {
|
"gfx.GlRenderer.AttackText": {
|
||||||
@ -827,7 +827,7 @@
|
|||||||
},
|
},
|
||||||
"gfx.GlRenderer.ArmorClassText": {
|
"gfx.GlRenderer.ArmorClassText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "AC: {0}",
|
"localizedName": "ЗАЩ: {0}",
|
||||||
"comment": "Text shown on the inventory screen for player's defense values."
|
"comment": "Text shown on the inventory screen for player's defense values."
|
||||||
},
|
},
|
||||||
"gfx.GlRenderer.LevelText": {
|
"gfx.GlRenderer.LevelText": {
|
||||||
@ -867,7 +867,7 @@
|
|||||||
},
|
},
|
||||||
"input.ReadableKeys.keyNames.APOSTROPHE": {
|
"input.ReadableKeys.keyNames.APOSTROPHE": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "APOSTROPHE",
|
"localizedName": "АПОСТРОФ",
|
||||||
"comment": "Label for key bind key."
|
"comment": "Label for key bind key."
|
||||||
},
|
},
|
||||||
"input.ReadableKeys.keyNames.AT": {
|
"input.ReadableKeys.keyNames.AT": {
|
||||||
@ -1617,17 +1617,17 @@
|
|||||||
},
|
},
|
||||||
"items.Gun.defaultNameText": {
|
"items.Gun.defaultNameText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "GUN",
|
"localizedName": "ОРУЖИЕ",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"items.Gun.infoText": {
|
"items.Gun.infoText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "{0} AMMO",
|
"localizedName": "{0} БОЕПРИПАСОВ",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"items.ItemStack.defaultNameText": {
|
"items.ItemStack.defaultNameText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "STACK",
|
"localizedName": "КУЧА",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"items.ItemStack.infoText": {
|
"items.ItemStack.infoText": {
|
||||||
@ -1642,7 +1642,7 @@
|
|||||||
},
|
},
|
||||||
"items.Missile.noRoomText": {
|
"items.Missile.noRoomText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "NO ROOM",
|
"localizedName": "НЕТ МЕСТА",
|
||||||
"comment": "Text shown when attempting to pick up a missile when the inventory is full."
|
"comment": "Text shown when attempting to pick up a missile when the inventory is full."
|
||||||
},
|
},
|
||||||
"items.Note.ellipsisText": {
|
"items.Note.ellipsisText": {
|
||||||
@ -1652,17 +1652,17 @@
|
|||||||
},
|
},
|
||||||
"items.Potion.defaultNameText": {
|
"items.Potion.defaultNameText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Potion",
|
"localizedName": "Зелье",
|
||||||
"comment": "Default name for a potion if none is defined."
|
"comment": "Default name for a potion if none is defined."
|
||||||
},
|
},
|
||||||
"items.Potion.healDisplayText": {
|
"items.Potion.healDisplayText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "You feel better",
|
"localizedName": "Вы чувствуете себя лучше",
|
||||||
"comment": "Text shown when potion is drank."
|
"comment": "Text shown when potion is drank."
|
||||||
},
|
},
|
||||||
"items.Potion.poisonDisplayText": {
|
"items.Potion.poisonDisplayText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "It burns!",
|
"localizedName": "Оно горит!",
|
||||||
"comment": "Text shown when potion is drank."
|
"comment": "Text shown when potion is drank."
|
||||||
},
|
},
|
||||||
"items.Potion.maxHealDisplayText": {
|
"items.Potion.maxHealDisplayText": {
|
||||||
@ -1677,17 +1677,17 @@
|
|||||||
},
|
},
|
||||||
"items.Potion.magicShieldDisplayText": {
|
"items.Potion.magicShieldDisplayText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "You feel arcane",
|
"localizedName": "Вы чувствуете тайну",
|
||||||
"comment": "Text shown when potion is drank."
|
"comment": "Text shown when potion is drank."
|
||||||
},
|
},
|
||||||
"items.Potion.magicShieldStatusEffectNameText": {
|
"items.Potion.magicShieldStatusEffectNameText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Magic Shield",
|
"localizedName": "Магический щит",
|
||||||
"comment": "Text shown in the status display for the effect."
|
"comment": "Text shown in the status display for the effect."
|
||||||
},
|
},
|
||||||
"items.Potion.ironSkinDisplayText": {
|
"items.Potion.ironSkinDisplayText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "You feel numb",
|
"localizedName": "Вы чувствуете онемение",
|
||||||
"comment": "Text shown when potion is drank."
|
"comment": "Text shown when potion is drank."
|
||||||
},
|
},
|
||||||
"items.Potion.ironSkinStatusEffectNameText": {
|
"items.Potion.ironSkinStatusEffectNameText": {
|
||||||
@ -1697,7 +1697,7 @@
|
|||||||
},
|
},
|
||||||
"items.Potion.paralyzeDisplayText": {
|
"items.Potion.paralyzeDisplayText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "You feel stuck",
|
"localizedName": "Вы чувствуете себя парализованным",
|
||||||
"comment": "Text shown when potion is drank."
|
"comment": "Text shown when potion is drank."
|
||||||
},
|
},
|
||||||
"items.Potion.discoverDisplayText": {
|
"items.Potion.discoverDisplayText": {
|
||||||
@ -1712,12 +1712,12 @@
|
|||||||
},
|
},
|
||||||
"items.Potion.healingNameText": {
|
"items.Potion.healingNameText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Healing",
|
"localizedName": "Лечения",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"items.Potion.poisonNameText": {
|
"items.Potion.poisonNameText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Poison",
|
"localizedName": "Отравления",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"items.Potion.restorationNameText": {
|
"items.Potion.restorationNameText": {
|
||||||
@ -1732,7 +1732,7 @@
|
|||||||
},
|
},
|
||||||
"items.Potion.magicShieldNameText": {
|
"items.Potion.magicShieldNameText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Resist Magic",
|
"localizedName": "Сопротивление магии",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"items.Potion.ironSkinNameText": {
|
"items.Potion.ironSkinNameText": {
|
||||||
@ -1742,7 +1742,7 @@
|
|||||||
},
|
},
|
||||||
"items.Potion.paralyzeNameText": {
|
"items.Potion.paralyzeNameText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Paralyzation",
|
"localizedName": "Паралич",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"items.Potion.unknownNameText": {
|
"items.Potion.unknownNameText": {
|
||||||
@ -1757,7 +1757,7 @@
|
|||||||
},
|
},
|
||||||
"items.QuestItem.noRoomText": {
|
"items.QuestItem.noRoomText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "NO ROOM",
|
"localizedName": "НЕТ МЕСТА",
|
||||||
"comment": "Text shown when attempting to pick up the orb and the inventory is full."
|
"comment": "Text shown when attempting to pick up the orb and the inventory is full."
|
||||||
},
|
},
|
||||||
"items.QuestItem.gotItemText": {
|
"items.QuestItem.gotItemText": {
|
||||||
@ -1777,7 +1777,7 @@
|
|||||||
},
|
},
|
||||||
"items.Wand.defaultNameText": {
|
"items.Wand.defaultNameText": {
|
||||||
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
"class": "com.interrupt.dungeoneer.game.LocalizedString",
|
||||||
"localizedName": "Wand",
|
"localizedName": "Жезл",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
"items.Wand.infoText": {
|
"items.Wand.infoText": {
|
||||||
|
Loading…
Reference in New Issue
Block a user