From ee9a20143970d6d11fa16c73d3cb6e94dc16b3fc Mon Sep 17 00:00:00 2001 From: HanshuYuri <1377835444@qq.com> Date: Sun, 17 Dec 2023 13:45:27 +0800 Subject: [PATCH] Update zh_cn & Name Fix --- .../assets/verdantvibes/lang/en_us.json | 84 ++++++++++--------- .../assets/verdantvibes/lang/zh_cn.json | 47 +++++++++++ 2 files changed, 93 insertions(+), 38 deletions(-) create mode 100644 src/main/resources/assets/verdantvibes/lang/zh_cn.json diff --git a/src/main/resources/assets/verdantvibes/lang/en_us.json b/src/main/resources/assets/verdantvibes/lang/en_us.json index 022cfec..940e847 100644 --- a/src/main/resources/assets/verdantvibes/lang/en_us.json +++ b/src/main/resources/assets/verdantvibes/lang/en_us.json @@ -1,39 +1,47 @@ -{ - "itemGroup.verdantvibes": "Verdant Vibes", - - "block.verdantvibes.gardening_table": "Gardening Table", - "block.verdantvibes.monstera": "Monstera", - "block.verdantvibes.monstera.info": "Monstera deliciosa", - "block.verdantvibes.potted_monstera": "Potted Monstera", - "block.verdantvibes.snake_plant": "Snake Plant", - "block.verdantvibes.snake_plant.info": "Dracaena trifasciata", - "block.verdantvibes.potted_snake_plant": "Potted Snake Plant", - "block.verdantvibes.parlour_palm": "Parlour Palm", - "block.verdantvibes.parlour_palm.info": "Chamaedorea elegans", - "block.verdantvibes.potted_parlour_palm": "Potted Parlour Palm", - "block.verdantvibes.money_tree": "Money Tree", - "block.verdantvibes.money_tree.info": "Pachira aquatica", - "block.verdantvibes.potted_money_tree": "Potted Money Tree", - "block.verdantvibes.lobelia": "Blue Lobelia", - "block.verdantvibes.lobelia.info": "Lobelia siphilitica", - "block.verdantvibes.potted_lobelia": "Potted Blue Lobelia", - "block.verdantvibes.dragon_tree": "Dragon Tree", - "block.verdantvibes.dragon_tree.info": "Dracaena marginata", - "block.verdantvibes.potted_dragon_tree": "Potted Dragon Tree", - "block.verdantvibes.candy_tuft": "Candytuft", - "block.verdantvibes.candy_tuft.info": "Iberis sempervirens", - "block.verdantvibes.periwinkle": "Periwinkle", - "block.verdantvibes.periwinkle.info": "Vinca minor", - "block.verdantvibes.ivy": "Ivy", - "block.verdantvibes.ivy.info": "Hedera helix", - "block.verdantvibes.potted_ivy": "Potted Ivy", - - "entity.minecraft.villager.verdantvibes.gardener": "Gardener", - - "verdantvibes.advancements.botanicalbeginnings.title": "Botanical Beginnings", - "verdantvibes.advancements.botanicalbeginnings.description": "Let's display it in a pot!", - "verdantvibes.advancements.horticulturalhoarder.title": "Horticultural Hoarder", - "verdantvibes.advancements.horticulturalhoarder.description": "Collect all the new pottable plants!", - "verdantvibes.advancements.potterspivot.title": "Next-level potting", - "verdantvibes.advancements.potterspivot.description": "Shift-Rightclick to turn your plant! Insane." +{ + "itemGroup.verdantvibes": "Verdant Vibes", + + "block.verdantvibes.gardening_table": "Gardening Table", + "block.verdantvibes.monstera": "Monstera", + "block.verdantvibes.monstera.info": "Monstera deliciosa", + "block.verdantvibes.potted_monstera": "Potted Monstera", + "block.verdantvibes.snake_plant": "Snake Plant", + "block.verdantvibes.snake_plant.info": "Dracaena trifasciata", + "block.verdantvibes.potted_snake_plant": "Potted Snake Plant", + "block.verdantvibes.parlour_palm": "Parlour Palm", + "block.verdantvibes.parlour_palm.info": "Chamaedorea elegans", + "block.verdantvibes.potted_parlour_palm": "Potted Parlour Palm", + "block.verdantvibes.money_tree": "Money Tree", + "block.verdantvibes.money_tree.info": "Pachira aquatica", + "block.verdantvibes.potted_money_tree": "Potted Money Tree", + "block.verdantvibes.lobelia": "Blue Lobelia", + "block.verdantvibes.lobelia.info": "Lobelia siphilitica", + "block.verdantvibes.potted_lobelia": "Potted Blue Lobelia", + "block.verdantvibes.tall_dragon_tree": "Tall Dragon Tree", + "block.verdantvibes.dragon_tree": "Dragon Tree", + "block.verdantvibes.dragon_tree.info": "Dracaena marginata", + "block.verdantvibes.potted_dragon_tree": "Potted Dragon Tree", + "block.verdantvibes.candy_tuft": "Candytuft", + "block.verdantvibes.candy_tuft.info": "Iberis sempervirens", + "block.verdantvibes.periwinkle": "Periwinkle", + "block.verdantvibes.periwinkle.info": "Vinca minor", + "block.verdantvibes.ivy": "Ivy", + "block.verdantvibes.ivy.info": "Hedera helix", + "block.verdantvibes.potted_ivy": "Potted Ivy", + "block.verdantvibes.cattails": "Cattails", + "block.verdantvibes.cattails.info": "Typha latifolia", + "block.verdantvibes.burnweed": "Burnweed", + "block.verdantvibes.burnweed.info": "Erechtites hieracifolia", + "block.verdantvibes.potted_burnweed": "Potted Burnweed", + "block.verdantvibes.bracket_mushroom": "Bracket Mushroom", + "block.verdantvibes.bracket_mushroom.info": "Ganoderma applanatum", + + "entity.minecraft.villager.verdantvibes.gardener": "Gardener", + + "verdantvibes.advancements.botanicalbeginnings.title": "Botanical Beginnings", + "verdantvibes.advancements.botanicalbeginnings.description": "Let's display it in a pot!", + "verdantvibes.advancements.horticulturalhoarder.title": "Horticultural Hoarder", + "verdantvibes.advancements.horticulturalhoarder.description": "Collect all the new pottable plants!", + "verdantvibes.advancements.potterspivot.title": "Next-level potting", + "verdantvibes.advancements.potterspivot.description": "Shift-Rightclick to turn your plant! Insane." } \ No newline at end of file diff --git a/src/main/resources/assets/verdantvibes/lang/zh_cn.json b/src/main/resources/assets/verdantvibes/lang/zh_cn.json new file mode 100644 index 0000000..f55b553 --- /dev/null +++ b/src/main/resources/assets/verdantvibes/lang/zh_cn.json @@ -0,0 +1,47 @@ +{ + "itemGroup.verdantvibes": "青翠之氛", + + "block.verdantvibes.gardening_table": "园艺台", + "block.verdantvibes.monstera": "龟背竹", + "block.verdantvibes.monstera.info": "Monstera deliciosa", + "block.verdantvibes.potted_monstera": "龟背竹盆栽", + "block.verdantvibes.snake_plant": "虎舌兰", + "block.verdantvibes.snake_plant.info": "Dracaena trifasciata", + "block.verdantvibes.potted_snake_plant": "虎舌兰盆栽", + "block.verdantvibes.parlour_palm": "袖珍椰", + "block.verdantvibes.parlour_palm.info": "Chamaedorea elegans", + "block.verdantvibes.potted_parlour_palm": "袖珍椰盆栽", + "block.verdantvibes.money_tree": "瓜栗", + "block.verdantvibes.money_tree.info": "Pachira aquatica", + "block.verdantvibes.potted_money_tree": "瓜栗盆栽", + "block.verdantvibes.lobelia": "大蓝半边莲", + "block.verdantvibes.lobelia.info": "Lobelia siphilitica", + "block.verdantvibes.potted_lobelia": "大蓝半边莲盆栽", + "block.verdantvibes.tall_dragon_tree": "高千年木", + "block.verdantvibes.dragon_tree": "千年木", + "block.verdantvibes.dragon_tree.info": "Dracaena marginata", + "block.verdantvibes.potted_dragon_tree": "千年木盆栽", + "block.verdantvibes.candy_tuft": "常绿屈曲花", + "block.verdantvibes.candy_tuft.info": "Iberis sempervirens", + "block.verdantvibes.periwinkle": "小蔓长春花", + "block.verdantvibes.periwinkle.info": "Vinca minor", + "block.verdantvibes.ivy": "洋常春藤", + "block.verdantvibes.ivy.info": "Hedera helix", + "block.verdantvibes.potted_ivy": "洋常春藤盆栽", + "block.verdantvibes.cattails": "宽叶香蒲", + "block.verdantvibes.cattails.info": "Typha latifolia", + "block.verdantvibes.burnweed": "梁子菜", + "block.verdantvibes.burnweed.info": "Erechtites hieracifolia", + "block.verdantvibes.potted_burnweed": "梁子菜盆栽", + "block.verdantvibes.bracket_mushroom": "树舌灵芝", + "block.verdantvibes.bracket_mushroom.info": "Ganoderma applanatum", + + "entity.minecraft.villager.gardener": "园丁", + + "verdantvibes.advancements.botanicalbeginnings.title": "植物学起程", + "verdantvibes.advancements.botanicalbeginnings.description": "将其展示在花盆中!", + "verdantvibes.advancements.horticulturalhoarder.title": "园艺囤积癖", + "verdantvibes.advancements.horticulturalhoarder.description": "收集所有可放置于盆栽的新植物!", + "verdantvibes.advancements.potterspivot.title": "进阶盆艺", + "verdantvibes.advancements.potterspivot.description": "按住Shift并右键旋转植物! 虽然听起来有点荒唐。" +} \ No newline at end of file