Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{}
{
"de.guntram.mcmod.fabrictools.true": "开",
"de.guntram.mcmod.fabrictools.false": "关",
Comment on lines +2 to +3
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里确定是开关吗

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不确定,但总不能翻成“真”“假”吧

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

进游戏看

Copy link
Copy Markdown
Contributor

@n0099 n0099 Apr 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"de.guntram.mcmod.fabrictools.color": "颜色"
}
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{}
{
"item.glasscutter.glasscutter": "玻璃切割器",
"item.glasscutter.glasscutter_strong": "黑曜石玻璃切割器"
Comment on lines +2 to +3
Copy link
Copy Markdown
Member

@mamaruo mamaruo Apr 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议与 #1587 统一

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

都不是同一个mod

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

草了

Copy link
Copy Markdown
Member

@mamaruo mamaruo Apr 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我大意了,这个cutter是手持的物品
#1587 是方块

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

啊对对对

}
6 changes: 5 additions & 1 deletion projects/1.16/assets/global-xp/globalxp/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{}
{
"block.globalxp.xp_block": "XP方块",
"info.globalxp.levels": "%s等级已保存",
"info.globalxp.xp": "%sXP已保存"
}
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{}
{
"item.goldensteak.golden_steak": "金牛排",
"item.goldensteak.enchanted_golden_steak": "附魔金牛排"
}
5 changes: 4 additions & 1 deletion projects/1.16/assets/goprone/goprone/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{}
{
"key.prone": "俯卧",
"key.prone.toggle": "俯卧(切换)"
}
10 changes: 9 additions & 1 deletion projects/1.16/assets/guidebook/gbook/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
{}
{
"item.gbook.guidebook": "指南书",
"itemGroup.gbook": "指南书",
"text.gbook.actions.copy_to_clipboard.line1": "这本书想要复制内容至剪切板。",
"text.gbook.actions.copy_to_clipboard.line2": "你确定你要允许此事吗?",
"text.gbook.actions.copy_to_clipboard.success": "文本已成功复制。",
"cmd.gbook.guide.done": "重加载成功",
"text.gbook.tooltip.book": "书:%s"
}
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{}
{
"item.ea.ea_chestplate": "上釉胸甲",
"item.ea.ea_boots": "上釉靴子",
"item.ea.ea_leggings": "上釉护腿",
"item.ea.ea_helmet": "上釉头盔"
}
12 changes: 11 additions & 1 deletion projects/1.16/assets/iap-mekanism/iapmekanism/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
{}
{
"crop.industrialagriculture.bronze": "青铜",
"crop.industrialagriculture.copper": "铜",
"crop.industrialagriculture.osmium": "锇",
"crop.industrialagriculture.refined_glowstone": "强化荧石",
"crop.industrialagriculture.refined_obsidian": "强化黑曜石",
"crop.industrialagriculture.salt": "盐",
"crop.industrialagriculture.steel": "钢",
"crop.industrialagriculture.tin": "锡",
"crop.industrialagriculture.sulfur": "硫磺"
}