diff --git a/projects/1.20/assets/clockwork/clockwork/lang/en_us.json b/projects/1.20/assets/clockwork/clockwork/lang/en_us.json new file mode 100644 index 000000000000..4600ea7f5fe9 --- /dev/null +++ b/projects/1.20/assets/clockwork/clockwork/lang/en_us.json @@ -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" + +} \ No newline at end of file diff --git a/projects/1.20/assets/clockwork/clockwork/lang/zh_cn.json b/projects/1.20/assets/clockwork/clockwork/lang/zh_cn.json new file mode 100644 index 000000000000..e3e3b10d162d --- /dev/null +++ b/projects/1.20/assets/clockwork/clockwork/lang/zh_cn.json @@ -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": "破损的蜻蜓" + +} \ No newline at end of file