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
21 changes: 21 additions & 0 deletions projects/1.20/assets/clockwork/clockwork/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"packet.clockwork.client_message.is_flying": "%1$s is now flying",
"packet.clockwork.client_message.is_walking": "%1$s is now walking",

"key.clockwork.toggle_dragonfly_flight": "Toggle Dragonfly Flight Mode",
"key.categories.clockwork": "Clockwork",

"creativetab.clockwork.title": "Clockwork",

"item.clockwork.clockwork_gear": "Clockwork Gear",
"item.clockwork.crossbow_barrel": "Crossbow Barrel",
"item.clockwork.clockwork_arrow": "Clockwork Arrow",
"item.clockwork.barrel_crossbow": "Automatic Crossbow",
"item.clockwork.scope_crossbow": "Scoped Crossbow",
"item.clockwork.clockwork_potion_sprayer": "Potion Sprayer",
"item.clockwork.clockwork_wings": "Clockwork Wings",

"entity.clockwork.dragonfly": "Dragonfly",
"entity.clockwork.broken_dragonfly": "Broken Dragonfly"

}
21 changes: 21 additions & 0 deletions projects/1.20/assets/clockwork/clockwork/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"packet.clockwork.client_message.is_flying": "%1$s已进入飞行状态",
"packet.clockwork.client_message.is_walking": "%1$s已进入步行状态",

"key.clockwork.toggle_dragonfly_flight": "切换蜻蜓飞行模式",
"key.categories.clockwork": "Clockwork",

"creativetab.clockwork.title": "Clockwork",

"item.clockwork.clockwork_gear": "发条齿轮",
"item.clockwork.crossbow_barrel": "弩箭匣",
"item.clockwork.clockwork_arrow": "发条箭",
"item.clockwork.barrel_crossbow": "自动弩",
"item.clockwork.scope_crossbow": "配镜弩",
"item.clockwork.clockwork_potion_sprayer": "药水喷枪",
"item.clockwork.clockwork_wings": "发条翼翅",

"entity.clockwork.dragonfly": "蜻蜓",
"entity.clockwork.broken_dragonfly": "破损的蜻蜓"

}
Loading