-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
101 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"block.ironchests.copper_barrel": "Медная бочка", | ||
"block.ironchests.copper_chest": "Медный сундук", | ||
"block.ironchests.crystal_barrel": "Кристальная бочка", | ||
"block.ironchests.crystal_chest": "Кристальный сундук", | ||
"block.ironchests.diamond_barrel": "Алмазная бочка", | ||
"block.ironchests.diamond_chest": "Алмазный сундук", | ||
"block.ironchests.dirt_chest": "Земляной сундук", | ||
"block.ironchests.gold_barrel": "Золотая бочка", | ||
"block.ironchests.gold_chest": "Золотой сундук", | ||
"block.ironchests.iron_barrel": "Железная бочка", | ||
"block.ironchests.iron_chest": "Железный сундук", | ||
"block.ironchests.netherite_barrel": "Незеритовая бочка", | ||
"block.ironchests.netherite_chest": "Незеритовый сундук", | ||
"block.ironchests.obsidian_barrel": "Обсидиановая бочка", | ||
"block.ironchests.obsidian_chest": "Обсидиановый сундук", | ||
"item.dolly.chestid": "Сундук: %s", | ||
"item.ironchests.blank_chest_upgrade": "Пустое улучшение сундука", | ||
"item.ironchests.copper_chest_upgrade": "Улучшение сундука до медного", | ||
"item.ironchests.crystal_chest_upgrade": "Улучшение сундука до кристального", | ||
"item.ironchests.diamond_chest_upgrade": "Улучшение сундука до алмазного", | ||
"item.ironchests.diamond_dolly": "Алмазная тележка", | ||
"item.ironchests.gold_chest_upgrade": "Улучшение сундука до золотого", | ||
"item.ironchests.iron_chest_upgrade": "Улучшение сундука до железного", | ||
"item.ironchests.iron_dolly": "Железная тележка", | ||
"item.ironchests.key": "Ключ", | ||
"item.ironchests.key_ring": "Брелок для ключей", | ||
"item.ironchests.lock": "Замок", | ||
"item.ironchests.netherite_chest_upgrade": "Улучшение сундука до незеритового", | ||
"item.ironchests.obsidian_chest_upgrade": "Улучшение сундука до обсидианового", | ||
"item.key.chestpos": "Позиция сундука: [X=%d, Y=%d, Z=%d]", | ||
"item.key.chesttype": "Название сундука:", | ||
"item.key.keychest": "%s: [X = %d, Y = %d, Z = %d]", | ||
"item.key.keyring.desc": "Ключи:" | ||
} |