diff --git a/projects/1.20-fabric/assets/ribbits/ribbits/lang/en_us.json b/projects/1.20-fabric/assets/ribbits/ribbits/lang/en_us.json new file mode 100644 index 000000000000..5753b06fd9bc --- /dev/null +++ b/projects/1.20-fabric/assets/ribbits/ribbits/lang/en_us.json @@ -0,0 +1,41 @@ +{ + "itemGroup.ribbits.general": "Ribbits", + + "block.ribbits.brown_toadstool": "Brown Toadstool Block", + "block.ribbits.red_toadstool": "Red Toadstool Block", + "block.ribbits.toadstool_stem": "Toadstool Stem", + "block.ribbits.swamp_lantern": "Swamp Lantern", + "block.ribbits.giant_lilypad": "Lush Lily Pad", + "block.ribbits.swamp_daisy": "Swamp Daisy", + "block.ribbits.toadstool": "Toadstool", + "block.ribbits.mossy_oak_planks": "Mossy Oak Planks", + "block.ribbits.mossy_oak_planks_stairs": "Mossy Oak Stairs", + "block.ribbits.mossy_oak_planks_slab": "Mossy Oak Slab", + "block.ribbits.mossy_oak_planks_fence": "Mossy Oak Fence", + "block.ribbits.mossy_oak_planks_fence_gate": "Mossy Oak Fence Gate", + "block.ribbits.mossy_oak_door": "Mossy Oak Door", + "block.ribbits.umbrella_leaf": "Umbrella Leaf", + + "item.ribbits.ribbit_nitwit_spawn_egg": "Nitwit Ribbit Spawn Egg", + "item.ribbits.ribbit_fisherman_spawn_egg": "Fisherman Ribbit Spawn Egg", + "item.ribbits.ribbit_gardener_spawn_egg": "Gardener Ribbit Spawn Egg", + "item.ribbits.ribbit_merchant_spawn_egg": "Merchant Ribbit Spawn Egg", + "item.ribbits.ribbit_sorcerer_spawn_egg": "Sorcerer Ribbit Spawn Egg", + "item.ribbits.maraca": "Maraca", + + "entity.ribbits.ribbit": "Ribbit", + + "subtitles.entity.ribbit.ambient": "Ribbit croaks", + "subtitles.entity.ribbit.death": "Ribbit dies", + "subtitles.entity.ribbit.hurt": "Ribbit hurts", + "subtitles.entity.ribbit.step": "Ribbit hops", + "subtitles.music.ribbit.bass": "Ribbit plays bass", + "subtitles.music.ribbit.bongo": "Ribbit plays bongos", + "subtitles.music.ribbit.flute": "Ribbit plays flute", + "subtitles.music.ribbit.guitar": "Ribbit plays guitar", + "subtitles.music.ribbit.maraca": "Player plays maraca", + + "text.autoconfig.ribbits-fabric-1_20_1.title": "Ribbits", + "text.autoconfig.ribbits-fabric-1_20_1.option.general.prideFlagAllYear": "Show Pride Flags All Year", + "text.autoconfig.ribbits-fabric-1_20_1.option.general.prideFlagAllYear.@Tooltip": "If enabled, Pride Ribbits will exist all year instead of only in June" +} \ No newline at end of file diff --git a/projects/1.20-fabric/assets/ribbits/ribbits/lang/zh_cn.json b/projects/1.20-fabric/assets/ribbits/ribbits/lang/zh_cn.json new file mode 100644 index 000000000000..52f4534ed195 --- /dev/null +++ b/projects/1.20-fabric/assets/ribbits/ribbits/lang/zh_cn.json @@ -0,0 +1,41 @@ +{ + "itemGroup.ribbits.general": "呱呱", + + "block.ribbits.brown_toadstool": "棕色伞菌块", + "block.ribbits.red_toadstool": "红色伞菌块", + "block.ribbits.toadstool_stem": "伞菌茎", + "block.ribbits.swamp_lantern": "沼泽灯笼", + "block.ribbits.giant_lilypad": "繁茂睡莲叶", + "block.ribbits.swamp_daisy": "沼泽雏菊", + "block.ribbits.toadstool": "伞菌", + "block.ribbits.mossy_oak_planks": "苔藓橡木板", + "block.ribbits.mossy_oak_planks_stairs": "苔藓橡木楼梯", + "block.ribbits.mossy_oak_planks_slab": "苔藓橡木台阶", + "block.ribbits.mossy_oak_planks_fence": "苔藓橡木栅栏", + "block.ribbits.mossy_oak_planks_fence_gate": "苔藓橡木栅栏门", + "block.ribbits.mossy_oak_door": "苔藓橡木门", + "block.ribbits.umbrella_leaf": "伞状叶", + + "item.ribbits.ribbit_nitwit_spawn_egg": "乐队呱呱刷怪蛋", + "item.ribbits.ribbit_fisherman_spawn_egg": "渔夫呱呱刷怪蛋", + "item.ribbits.ribbit_gardener_spawn_egg": "园丁呱呱刷怪蛋", + "item.ribbits.ribbit_merchant_spawn_egg": "商人呱呱刷怪蛋", + "item.ribbits.ribbit_sorcerer_spawn_egg": "术士呱呱刷怪蛋", + "item.ribbits.maraca": "沙锤", + + "entity.ribbits.ribbit": "呱呱", + + "subtitles.entity.ribbit.ambient": "呱呱:呱呱叫", + "subtitles.entity.ribbit.death": "呱呱:死亡", + "subtitles.entity.ribbit.hurt": "呱呱:受伤", + "subtitles.entity.ribbit.step": "呱呱:跳跃", + "subtitles.music.ribbit.bass": "呱呱:弹贝斯", + "subtitles.music.ribbit.bongo": "呱呱:打邦戈鼓", + "subtitles.music.ribbit.flute": "呱呱:吹笛子", + "subtitles.music.ribbit.guitar": "呱呱:弹吉他", + "subtitles.music.ribbit.maraca": "玩家:摇沙锤", + + "text.autoconfig.ribbits-fabric-1_20_1.title": "呱呱", + "text.autoconfig.ribbits-fabric-1_20_1.option.general.prideFlagAllYear": "全年显示彩虹旗帜", + "text.autoconfig.ribbits-fabric-1_20_1.option.general.prideFlagAllYear.@Tooltip": "如果启用,高举彩虹旗帜的呱呱将全年存在,而不仅仅是在六月" +} \ No newline at end of file