Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zh_cn & Name Fix #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
84 changes: 46 additions & 38 deletions src/main/resources/assets/verdantvibes/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -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."
}
47 changes: 47 additions & 0 deletions src/main/resources/assets/verdantvibes/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -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并右键旋转植物! 虽然听起来有点荒唐。"
}