-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
projects/1.19/assets/ironchests/ironchests/lang/en_us.json
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,37 @@ | ||
{ | ||
"item.key.chesttype": "Chest Name: ", | ||
"item.key.chestpos": "Chest Position: [X=%d, Y=%d, Z=%d]", | ||
"item.key.keychest": "%s : [X=%d, Y=%d, Z=%d]", | ||
"item.key.keyring.desc": "Keys:", | ||
"item.dolly.chestid": "Chest: %s", | ||
"block.ironchests.dirt_chest": "Dirt Chest", | ||
"block.ironchests.copper_chest": "Copper Chest", | ||
"block.ironchests.iron_chest": "Iron Chest", | ||
"block.ironchests.gold_chest": "Gold Chest", | ||
"block.ironchests.diamond_chest": "Diamond Chest", | ||
"block.ironchests.crystal_chest": "Crystal Chest", | ||
"block.ironchests.obsidian_chest": "Obsidian Chest", | ||
"block.ironchests.netherite_chest": "Netherite Chest", | ||
|
||
"block.ironchests.copper_barrel": "Copper Barrel", | ||
"block.ironchests.iron_barrel": "Iron Barrel", | ||
"block.ironchests.gold_barrel": "Gold Barrel", | ||
"block.ironchests.diamond_barrel": "Diamond Barrel", | ||
"block.ironchests.crystal_barrel": "Crystal Barrel", | ||
"block.ironchests.obsidian_barrel": "Obsidian Barrel", | ||
"block.ironchests.netherite_barrel": "Netherite Barrel", | ||
|
||
"item.ironchests.key": "Key", | ||
"item.ironchests.key_ring": "Key Ring", | ||
"item.ironchests.lock": "Lock", | ||
"item.ironchests.blank_chest_upgrade": "Blank Chest Upgrade", | ||
"item.ironchests.copper_chest_upgrade": "Copper Chest Upgrade", | ||
"item.ironchests.iron_chest_upgrade": "Iron Chest Upgrade", | ||
"item.ironchests.gold_chest_upgrade": "Gold Chest Upgrade", | ||
"item.ironchests.diamond_chest_upgrade": "Diamond Chest Upgrade", | ||
"item.ironchests.crystal_chest_upgrade": "Crystal Chest Upgrade", | ||
"item.ironchests.obsidian_chest_upgrade": "Obsidian Chest Upgrade", | ||
"item.ironchests.netherite_chest_upgrade": "Netherite Chest Upgrade", | ||
"item.ironchests.diamond_dolly": "Diamond Dolly", | ||
"item.ironchests.iron_dolly": "Iron Dolly" | ||
} |
37 changes: 37 additions & 0 deletions
37
projects/1.19/assets/ironchests/ironchests/lang/zh_cn.json
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,37 @@ | ||
{ | ||
"item.key.chesttype": "箱子名:", | ||
"item.key.chestpos": "箱子位置:[X=%d, Y=%d, Z=%d]", | ||
"item.key.keychest": "%s : [X=%d, Y=%d, Z=%d]", | ||
"item.key.keyring.desc": "箱子钥匙:", | ||
"item.dolly.chestid": "箱子:%s", | ||
"block.ironchests.dirt_chest": "泥土箱子", | ||
"block.ironchests.copper_chest": "铜箱子", | ||
"block.ironchests.iron_chest": "铁箱子", | ||
"block.ironchests.gold_chest": "金箱子", | ||
"block.ironchests.diamond_chest": "钻石箱子", | ||
"block.ironchests.crystal_chest": "水晶箱子", | ||
"block.ironchests.obsidian_chest": "黑曜石箱子", | ||
"block.ironchests.netherite_chest": "下界合金箱子", | ||
|
||
"block.ironchests.copper_barrel": "铜桶", | ||
"block.ironchests.iron_barrel": "铁桶", | ||
"block.ironchests.gold_barrel": "金桶", | ||
"block.ironchests.diamond_barrel": "钻石桶", | ||
"block.ironchests.crystal_barrel": "水晶桶", | ||
"block.ironchests.obsidian_barrel": "黑曜石桶", | ||
"block.ironchests.netherite_barrel": "下界合金桶", | ||
|
||
"item.ironchests.key": "箱子钥匙", | ||
"item.ironchests.key_ring": "箱子钥匙串", | ||
"item.ironchests.lock": "箱子锁", | ||
"item.ironchests.blank_chest_upgrade": "空白箱子升级", | ||
"item.ironchests.copper_chest_upgrade": "铜箱子升级", | ||
"item.ironchests.iron_chest_upgrade": "铁箱子升级", | ||
"item.ironchests.gold_chest_upgrade": "金箱子升级", | ||
"item.ironchests.diamond_chest_upgrade": "钻石箱子升级", | ||
"item.ironchests.crystal_chest_upgrade": "水晶箱子升级", | ||
"item.ironchests.obsidian_chest_upgrade": "黑曜石箱子升级", | ||
"item.ironchests.netherite_chest_upgrade": "下界合金箱子升级", | ||
"item.ironchests.diamond_dolly": "钻石手推车", | ||
"item.ironchests.iron_dolly": "铁手推车" | ||
} |