Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion projects/1.19/assets/chalk/chalk/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"gui.chalk.symbol.pickaxe": "镐",

"gui.chalk.no_symbols_unlocked": "你还不知道如何绘制特殊图案",
"gui.chalk.unlocked_symbol_message": "你学会了如何用粉笔画出一个%s",
"gui.chalk.unlocked_symbol_message": "你学会了用粉笔画出%s",
Comment thread
ChuijkYahus marked this conversation as resolved.
Outdated

"advancement.chalk.get_skeleton_skull": "受缚于骨",
"advancement.chalk.get_skeleton_skull.description": "获得一个骷髅头颅",
Expand Down
2 changes: 1 addition & 1 deletion projects/1.20/assets/chalk/chalk/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"gui.chalk.symbol.pickaxe": "镐",

"gui.chalk.no_symbols_unlocked": "你还不知道如何绘制特殊图案",
"gui.chalk.unlocked_symbol_message": "你学会了如何用粉笔画出一个%s",
"gui.chalk.unlocked_symbol_message": "你学会了用粉笔画出%s",

"advancement.chalk.get_skeleton_skull": "受缚于骨",
"advancement.chalk.get_skeleton_skull.description": "获得一个骷髅头颅",
Expand Down
3 changes: 3 additions & 0 deletions projects/1.21/assets/chalk/chalk/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"item.chalk.magenta_chalk": "Magenta Chalk",
"item.chalk.orange_chalk": "Orange Chalk",
"item.chalk.white_chalk": "White Chalk",

"tag.item.chalk.chalks": "Chalks",
"tag.item.chalk.glowings": "Glowings",

"gui.chalk.tooltip.hold_for_details": "§8Hold [§7Shift§8] for Details",

Expand Down
9 changes: 6 additions & 3 deletions projects/1.21/assets/chalk/chalk/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@
"item.chalk.orange_chalk": "橙色粉笔",
"item.chalk.white_chalk": "白色粉笔",

"tag.item.chalk.chalks": "粉笔",
"tag.item.chalk.glowings": "发光剂",

"gui.chalk.tooltip.hold_for_details": "§8按住[§7Shift§8]显示更多信息",

"item.chalk.chalk_box": "粉笔盒",
"item.chalk.chalk_box.tooltip.open": "§8对空气[§7右击§8]§8[§7使用§8]以打开",
"item.chalk.chalk_box.tooltip.open": "§8[§7右击§8]或对空气§8[§7使用§8]以打开",
"item.chalk.chalk_box.tooltip.insert": "§8以物品[§7右击§8]可放入",
"item.chalk.chalk_box.tooltip.change_selected": "§8对[§7潜行+使用§8]以切换选定的§7粉笔",
"item.chalk.chalk_box.tooltip.change_selected": "§8对空气[§7潜行+使用§8]以切换选定的§7粉笔",

"container.chalk.chalk_box": "粉笔盒",

Expand All @@ -62,7 +65,7 @@

"gui.chalk.no_symbols_unlocked": "你还不知道如何绘制特殊图案",

"chat.chalk.symbol_unlocked": "你学会了如何用粉笔画出一个%s",
"chat.chalk.symbol_unlocked": "你学会了用粉笔画出%s",

"advancement.chalk.bound_by_bone.title": "受缚于骨",
"advancement.chalk.bound_by_bone.description": "获得一个骷髅头颅",
Expand Down
Loading