forked from CFPAOrg/Minecraft-Mod-Language-Package
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Iron Chests、Cosmetic Armor Reworked 1.18→1.19 迁移
- Loading branch information
Showing
4 changed files
with
104 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
projects/1.19/assets/cosmetic-armor-reworked/cosmeticarmorreworked/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,7 @@ | ||
{ | ||
"cos.key.opencosarmorinventory": "OpenCosmeticArmorInventory", | ||
"cos.gui.buttoncos": "CosmeticArmor", | ||
"cos.gui.buttonnormal": "Normal", | ||
"cos.command.clearcosarmor.success.single": "Removed %s items in cosmetic armor inventory from player %s", | ||
"cos.command.clearcosarmor.success.multiple": "Removed %s items in cosmetic armor inventory from %s players" | ||
} |
7 changes: 7 additions & 0 deletions
7
projects/1.19/assets/cosmetic-armor-reworked/cosmeticarmorreworked/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,7 @@ | ||
{ | ||
"cos.key.opencosarmorinventory": "打开装饰盔甲栏", | ||
"cos.gui.buttoncos": "装饰盔甲", | ||
"cos.gui.buttonnormal": "普通", | ||
"cos.command.clearcosarmor.success.single": "已从玩家%2$s的装饰盔甲栏中移除了%1$s件物品", | ||
"cos.command.clearcosarmor.success.multiple": "已从%2$s名玩家的装饰盔甲栏中移除了%1$s件物品" | ||
} |
50 changes: 50 additions & 0 deletions
50
projects/1.19/assets/iron-chests/ironchest/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,50 @@ | ||
{ | ||
"_comment": "Blocks", | ||
"block.ironchest.iron_chest": "Iron Chest", | ||
"block.ironchest.gold_chest": "Gold Chest", | ||
"block.ironchest.diamond_chest": "Diamond Chest", | ||
"block.ironchest.copper_chest": "Copper Chest", | ||
"block.ironchest.crystal_chest": "Crystal Chest", | ||
"block.ironchest.obsidian_chest": "Obsidian Chest", | ||
"block.ironchest.dirt_chest": "DirtChest 9000!", | ||
|
||
"block.ironchest.trapped_iron_chest": "Trapped Iron Chest", | ||
"block.ironchest.trapped_gold_chest": "Trapped Gold Chest", | ||
"block.ironchest.trapped_diamond_chest": "Trapped Diamond Chest", | ||
"block.ironchest.trapped_copper_chest": "Trapped Copper Chest", | ||
"block.ironchest.trapped_crystal_chest": "Trapped Crystal Chest", | ||
"block.ironchest.trapped_obsidian_chest": "Trapped Obsidian Chest", | ||
"block.ironchest.trapped_dirt_chest": "Trapped DirtChest 9000!", | ||
|
||
"_comment": "Upgrades", | ||
"item.ironchest.iron_to_gold_chest_upgrade": "Iron to Gold Chest Upgrade", | ||
"item.ironchest.gold_to_diamond_chest_upgrade": "Gold to Diamond Chest Upgrade", | ||
"item.ironchest.copper_to_silver_chest_upgrade": "Copper to Silver Chest Upgrade", | ||
"item.ironchest.silver_to_gold_chest_upgrade": "Silver to Gold Chest Upgrade", | ||
"item.ironchest.copper_to_iron_chest_upgrade": "Copper to Iron Chest Upgrade", | ||
"item.ironchest.diamond_to_crystal_chest_upgrade": "Diamond to Crystal Chest Upgrade", | ||
"item.ironchest.wood_to_iron_chest_upgrade": "Wood to Iron Chest Upgrade", | ||
"item.ironchest.wood_to_copper_chest_upgrade": "Wood to Copper Chest Upgrade", | ||
"item.ironchest.diamond_to_obsidian_chest_upgrade": "Diamond to Obsidian Chest Upgrade", | ||
|
||
"_comment": "Books", | ||
"book.ironchest.dirtchest9000.title": "How to use your DirtChest 9000!", | ||
"book.ironchest.dirtchest9000.page1": "Welcome to your new DirtChest 9000! We hope you will enjoy many happy years of storing your stack of dirt in our storage utility.", | ||
"book.ironchest.dirtchest9000.page2": "Usage: simply insert the stack of dirt of your choice into the highly receptive slot and enjoy the great convenience of having that dirt available to you, any time you pass by this chest!", | ||
"book.ironchest.dirtchest9000.page3": "We hope you have enjoyed reviewing this instruction manual, and hope you will consider using our products in future! Kind regards, The DirtChest 9000 manual writers incorporated.", | ||
"book.ironchest.dirtchest9000.page4": "Warranty: This product has no warranty of any kind. Your dirt may not be stored, it may slowly leech into the environment, or alternatively, it may not do anything at all.", | ||
"book.ironchest.dirtchest9000.page5": "DirtChest 9000 is kind to the environment. Please dispose of this guide book responsibly, and do not whatever you do just chuck it into some lava. We would be very sad.", | ||
|
||
"_comment": "Containers", | ||
"ironchest.container.iron_chest": "Iron Chest", | ||
"ironchest.container.gold_chest": "Gold Chest", | ||
"ironchest.container.diamond_chest": "Diamond Chest", | ||
"ironchest.container.copper_chest": "Copper Chest", | ||
"ironchest.container.silver_chest": "Silver Chest", | ||
"ironchest.container.crystal_chest": "Crystal Chest", | ||
"ironchest.container.obsidian_chest": "Obsidian Chest", | ||
"ironchest.container.dirt_chest": "DirtChest 9000!", | ||
|
||
"_comment": "Item Groups", | ||
"itemGroup.ironchest": "Iron Chests" | ||
} |
40 changes: 40 additions & 0 deletions
40
projects/1.19/assets/iron-chests/ironchest/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,40 @@ | ||
{ | ||
"_comment": "方块", | ||
"block.ironchest.iron_chest": "铁箱子", | ||
"block.ironchest.gold_chest": "金箱子", | ||
"block.ironchest.diamond_chest": "钻石箱子", | ||
"block.ironchest.copper_chest": "铜箱子", | ||
"block.ironchest.crystal_chest": "水晶箱子", | ||
"block.ironchest.obsidian_chest": "黑曜石箱子", | ||
"block.ironchest.dirt_chest": "泥土箱子9000!", | ||
"block.ironchest.trapped_iron_chest": "铁陷阱箱", | ||
"block.ironchest.trapped_gold_chest": "金陷阱箱", | ||
"block.ironchest.trapped_diamond_chest": "钻石陷阱箱", | ||
"block.ironchest.trapped_copper_chest": "铜陷阱箱", | ||
"block.ironchest.trapped_crystal_chest": "水晶陷阱箱", | ||
"block.ironchest.trapped_obsidian_chest": "黑曜石陷阱箱", | ||
"block.ironchest.trapped_dirt_chest": "泥土陷阱箱9000!", | ||
"item.ironchest.iron_to_gold_chest_upgrade": "箱子升级:铁-金", | ||
"item.ironchest.gold_to_diamond_chest_upgrade": "箱子升级:金-钻石", | ||
"item.ironchest.copper_to_silver_chest_upgrade": "箱子升级:铜-银", | ||
"item.ironchest.silver_to_gold_chest_upgrade": "箱子升级:银-金", | ||
"item.ironchest.copper_to_iron_chest_upgrade": "箱子升级:铜-铁", | ||
"item.ironchest.diamond_to_crystal_chest_upgrade": "箱子升级:钻石-水晶", | ||
"item.ironchest.wood_to_iron_chest_upgrade": "箱子升级:木-铁", | ||
"item.ironchest.wood_to_copper_chest_upgrade": "箱子升级:木-铜", | ||
"item.ironchest.diamond_to_obsidian_chest_upgrade": "箱子升级:钻石-黑曜石", | ||
"book.ironchest.dirtchest9000.title": "如何使用您的泥土箱子9000!", | ||
"book.ironchest.dirtchest9000.page1": "欢迎使用您的新款泥土箱子9000!愿您能在使用本产品对泥土进行存储时,年复一年,美满幸福。", | ||
"book.ironchest.dirtchest9000.page2": "用法:只需照您的心意将泥土存入包容性极强的槽位中,即可尽享随时随地取用泥土带给您的极大便利!", | ||
"book.ironchest.dirtchest9000.page3": "我们希望这份指导手册于您称心如意,并衷心希望在不久的将来您能选用我们的产品!泥土箱子9000!手册编者敬上。", | ||
"book.ironchest.dirtchest9000.page4": "保修:该产品不享受保修政策。您的泥土可能无法被存入,或缓慢流失至环境当中,抑或完全无法起效。", | ||
"book.ironchest.dirtchest9000.page5": "泥土箱子9000为环境友好型产品。请妥善弃置该指导手册,不要把它丢进熔岩,不然我们会伤心的。", | ||
"ironchest.container.iron_chest": "铁箱子", | ||
"ironchest.container.gold_chest": "金箱子", | ||
"ironchest.container.diamond_chest": "钻石箱子", | ||
"ironchest.container.copper_chest": "铜箱子", | ||
"ironchest.container.silver_chest": "银箱子", | ||
"ironchest.container.crystal_chest": "水晶箱子", | ||
"ironchest.container.obsidian_chest": "黑曜石箱子", | ||
"ironchest.container.dirt_chest": "泥土箱子9000!" | ||
} |