Skip to content
Open
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
9 changes: 7 additions & 2 deletions projects/assets/clockwork/1.20/clockwork/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@
"item.clockwork.barrel_crossbow": "Automatic Crossbow",
"item.clockwork.scope_crossbow": "Scoped Crossbow",
"item.clockwork.clockwork_potion_sprayer": "Potion Sprayer",
"item.clockwork.clockwork_flamethrower": "Flamethrower",
"item.clockwork.clockwork_wings": "Clockwork Wings",
"item.clockwork.clockwork_drill": "Clockwork Drill",

"entity.clockwork.dragonfly": "Dragonfly",
"entity.clockwork.broken_dragonfly": "Broken Dragonfly"
"entity.clockwork.broken_dragonfly": "Broken Dragonfly",
"entity.clockwork.clockwork_drill": "Clockwork Drill",

}
"message.clockwork.broken_drill": "You need to use %1$d clockwork gear%2$s to repair the clockwork drill",
"message.clockwork.broken_drill_repaired": "Correctly repaired the clockwork drill!"
}
7 changes: 6 additions & 1 deletion projects/assets/clockwork/1.20/clockwork/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@
"item.clockwork.barrel_crossbow": "自动弩",
"item.clockwork.scope_crossbow": "配镜弩",
"item.clockwork.clockwork_potion_sprayer": "药水喷枪",
"item.clockwork.clockwork_flamethrower": "火焰喷射器",
"item.clockwork.clockwork_wings": "发条翼翅",
"item.clockwork.clockwork_drill": "发条钻机",

"entity.clockwork.dragonfly": "蜻蜓",
"entity.clockwork.broken_dragonfly": "破损的蜻蜓"
"entity.clockwork.broken_dragonfly": "破损的蜻蜓",
"entity.clockwork.clockwork_drill": "发条钻机",

"message.clockwork.broken_drill": "你需要使用 %1$d 个发条齿轮 %2$s 来修复发条钻机",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"message.clockwork.broken_drill": "你需要使用 %1$d 个发条齿轮 %2$s 来修复发条钻机",
"message.clockwork.broken_drill": "你需要使用%1$d个发条齿轮来修复发条钻机",

无需留空格,第二个参数应该是复数标记,不需要保留

"message.clockwork.broken_drill_repaired": "发条钻机修好了!"
}
Loading
Loading