Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

End Ores 翻译提交 #4936

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions projects/1.20/assets/end-ores/endores/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"block.endores.end_ore_coal": "End Coal Ore",
"block.endores.end_ore_copper": "End Copper Ore",
"block.endores.end_ore_iron": "End Iron Ore",
"block.endores.end_ore_gold": "End Gold Ore",
"block.endores.end_ore_lapis": "End Lapis Lazuli Ore",
"block.endores.end_ore_redstone": "End Redstone Ore",
"block.endores.end_ore_diamond": "End Diamond Ore",
"block.endores.end_ore_emerald": "End Emerald Ore",

"block.endores.nether_ore_coal": "Nether Coal Ore",
"block.endores.nether_ore_copper": "Nether Copper Ore",
"block.endores.nether_ore_iron": "Nether Iron Ore",
"block.endores.nether_ore_gold": "Nether Gold Ore",
"block.endores.nether_ore_lapis": "Nether Lapis Lazuli Ore",
"block.endores.nether_ore_redstone": "Nether Redstone Ore",
"block.endores.nether_ore_diamond": "Nether Diamond Ore",
"block.endores.nether_ore_emerald": "Nether Emerald Ore",

"itemGroup.endores": "End Ores"
}
21 changes: 21 additions & 0 deletions projects/1.20/assets/end-ores/endores/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"block.endores.end_ore_coal": "末地煤矿石",
"block.endores.end_ore_copper": "末地铜矿石",
"block.endores.end_ore_iron": "末地铁矿石",
"block.endores.end_ore_gold": "末地金矿石",
"block.endores.end_ore_lapis": "末地青金石矿石",
"block.endores.end_ore_redstone": "末地红石矿石",
"block.endores.end_ore_diamond": "末地钻石矿石",
"block.endores.end_ore_emerald": "末地绿宝石矿石",

"block.endores.nether_ore_coal": "下界煤矿石",
"block.endores.nether_ore_copper": "下界铜矿石",
"block.endores.nether_ore_iron": "下界铁矿石",
"block.endores.nether_ore_gold": "下界金矿石",
"block.endores.nether_ore_lapis": "下界青金石矿石",
"block.endores.nether_ore_redstone": "下界红石矿石",
"block.endores.nether_ore_diamond": "下界钻石矿石",
"block.endores.nether_ore_emerald": "下界绿宝石矿石",

"itemGroup.endores": "End Ores"
micrcraft marked this conversation as resolved.
Show resolved Hide resolved
}
Loading