This commit is contained in:
Alexander Popov 2021-02-08 17:22:31 +03:00
parent 00883f1c8e
commit 9df7500b3b
2 changed files with 15 additions and 14 deletions

View File

@ -63,6 +63,7 @@
* _(Floors names)_ * _(Floors names)_
* A secret had been ...! * A secret had been ...!
* READ `(Прочесть)` * READ `(Прочесть)`
* Enchanted (на предмете после использования свитка зачарования)
*Items* *Items*
* Scroll of Blizzard (возможно scroll of Freezing) * Scroll of Blizzard (возможно scroll of Freezing)

View File

@ -586,7 +586,7 @@
}, },
"entities.Door.stuckText": { "entities.Door.stuckText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "STUCK", "localizedName": "ЗАКЛИНИЛО",
"comment": "Text shown when a door is stuck shut, and can be broken open." "comment": "Text shown when a door is stuck shut, and can be broken open."
}, },
"entities.Door.unlockedText": { "entities.Door.unlockedText": {
@ -726,7 +726,7 @@
}, },
"entities.Player.exitDungeonText": { "entities.Player.exitDungeonText": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "{0}: EXIT DUNGEON", "localizedName": "{0}: ПОКИНУТЬ ПОДЗЕМЕЛЬЕ",
"comment": "Text shown when player is looking at the dungeon exit. {0} is the key binding." "comment": "Text shown when player is looking at the dungeon exit. {0} is the key binding."
}, },
"entities.Player.weaponAttackText": { "entities.Player.weaponAttackText": {
@ -741,12 +741,12 @@
}, },
"entities.Stairs.direction.UP": { "entities.Stairs.direction.UP": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "UP", "localizedName": "ПОДНЯТЬСЯ",
"comment": "Text shown when a player is looking at the up stairs." "comment": "Text shown when a player is looking at the up stairs."
}, },
"entities.Stairs.direction.DOWN": { "entities.Stairs.direction.DOWN": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "DOWN", "localizedName": "СПУСТИТЬСЯ",
"comment": "Text shown when a player is looking at the down stairs." "comment": "Text shown when a player is looking at the down stairs."
}, },
"entities.Trigger.defaultUseVerb": { "entities.Trigger.defaultUseVerb": {
@ -2071,12 +2071,12 @@
}, },
"Quilted leather armor": { "Quilted leather armor": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Quilted leather armor", "localizedName": "Стеганые кожаные доспехи",
"comment": "" "comment": ""
}, },
"Quilted leather pants": { "Quilted leather pants": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Quilted leather pants", "localizedName": "Стеганые кожаные поножи",
"comment": "" "comment": ""
}, },
"Iron cap": { "Iron cap": {
@ -2086,17 +2086,17 @@
}, },
"Ring of Protection": { "Ring of Protection": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Ring of Protection", "localizedName": "Кольцо защиты",
"comment": "" "comment": ""
}, },
"Amulet of Protection": { "Amulet of Protection": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Amulet of Protection", "localizedName": "Амулет защиты",
"comment": "" "comment": ""
}, },
"Amulet of Health": { "Amulet of Health": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Amulet of Health", "localizedName": "Амулет здоровья",
"comment": "" "comment": ""
}, },
"Ring mail": { "Ring mail": {
@ -2131,17 +2131,17 @@
}, },
"Round Shield": { "Round Shield": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Round Shield", "localizedName": "Круглый щит",
"comment": "" "comment": ""
}, },
"Amulet of Speed": { "Amulet of Speed": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Amulet of Speed", "localizedName": "Амулет скорости",
"comment": "" "comment": ""
}, },
"Ring of Health": { "Ring of Health": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Ring of Health", "localizedName": "Кольцо здоровья",
"comment": "" "comment": ""
}, },
"Steel mail": { "Steel mail": {
@ -2381,7 +2381,7 @@
}, },
"Scroll of Enchant Weapon": { "Scroll of Enchant Weapon": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Scroll of Enchant Weapon", "localizedName": "Свиток зачарованния оружия",
"comment": "" "comment": ""
}, },
"Scroll of Enchant Armor": { "Scroll of Enchant Armor": {
@ -2820,7 +2820,7 @@
}, },
"meat.description": { "meat.description": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "Of unknown origin but looks edible." "localizedName": "Неизвестного происхождения, но выглядит съедобно."
}, },
"steak.description": { "steak.description": {
"class": "com.interrupt.dungeoneer.game.LocalizedString", "class": "com.interrupt.dungeoneer.game.LocalizedString",