Skip to content
Merged
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
10 changes: 9 additions & 1 deletion projects/1.21/assets/roots/roots/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"block.roots.granite_quartz_ore": "Granite Quartz Ore",
"block.roots.grove_crafter": "Grove Crafter",
"block.roots.grove_pedestal": "Grove Pedestal",
"block.roots.growth_amplifier": "Growth Amplifier",
"block.roots.hanging_grove_moss": "Hanging Grove Moss",
"block.roots.incense_burner": "Incense Burner",
"block.roots.inferno_bulb_crop": "Inferno Bulb Crop",
Expand Down Expand Up @@ -452,6 +451,12 @@
"roots.hud.pyre.begin3": "craft %s",
"roots.hud.pyre.restart1": "Sneak-Right-Click with",
"roots.hud.pyre.restart2": "empty hand to repeat",
"roots.hud.transmuter.begin1": "Right-click with",
"roots.hud.transmuter.begin2": "knife to",
"roots.hud.transmuter.begin3": "craft %s",
"roots.hud.transmuter.power": "Needs %s Power (%s)",
"roots.hud.transmuter.restart1": "Sneak-Right-Click with",
"roots.hud.transmuter.restart2": "empty hand to repeat",
"roots.item.gramary.bound_block_entity": "Bound Block Entity to position %s/%s/%s",
"roots.item.gramary.bound_block_position": "Bound Gramary to position %s/%s/%s",
"roots.item.gramary.mode.bind_position": "Bind Position",
Expand All @@ -460,6 +465,8 @@
"roots.item.gramary.mode.none": "None",
"roots.item.gramary.with_mode": "Gramary (%s)",
"roots.item.staff.with_spell": "Staff (%s)",
"roots.jei.animal_harvest": "Animal Harvest",
"roots.jei.animal_harvest.info": "Note: Outputs shown are default and may vary based on mod interactions.",
"roots.jei.grove_crafting": "Grove Crafting",
"roots.jei.knife_crafting": "Knife Carving",
"roots.jei.mortar_crafting": "Mortar Crafting",
Expand Down Expand Up @@ -567,6 +574,7 @@
"roots.tooltip.token.spell": "Spell: %s",
"roots.tooltip.token.unlock": "Right-Click to unlock.",
"roots.tooltip.token.unlocked": "You've already unlocked this.",
"roots.transmutation.not_enough_power": "Not enough Grove Power to transmute this item. Current power: %s, required: %s",
"roots.wip": "[Work In Progress]",
"spell.roots.acid_cloud": "Acid Cloud",
"spell.roots.aqua_bubble": "Aqua Bubble",
Expand Down
10 changes: 9 additions & 1 deletion projects/1.21/assets/roots/roots/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"block.roots.granite_quartz_ore": "花岗石英矿石",
"block.roots.grove_crafter": "森流工匠台",
"block.roots.grove_pedestal": "森流基座",
"block.roots.growth_amplifier": "生长加速器",
"block.roots.hanging_grove_moss": "悬垂森流苔藓",
"block.roots.incense_burner": "香炉",
"block.roots.inferno_bulb_crop": "地狱鳞茎植株",
Expand Down Expand Up @@ -452,6 +451,12 @@
"roots.hud.pyre.begin3": "合成%s",
"roots.hud.pyre.restart1": "空手潜行右击",
"roots.hud.pyre.restart2": "以再次启动",
"roots.hud.transmuter.begin1": "使用小刀",
"roots.hud.transmuter.begin2": "右击",
"roots.hud.transmuter.begin3": "以合成%s",
"roots.hud.transmuter.power": "需要%s点能量(%s)",
"roots.hud.transmuter.restart1": "空手潜行右击",
"roots.hud.transmuter.restart2": "以再次启动",
"roots.item.gramary.bound_block_entity": "已将方块实体绑定至%s/%s/%s处",
"roots.item.gramary.bound_block_position": "已将森之古术绑定至%s/%s/%s处",
"roots.item.gramary.mode.bind_position": "绑定位置",
Expand All @@ -460,6 +465,8 @@
"roots.item.gramary.mode.none": "无",
"roots.item.gramary.with_mode": "森之古术(%s)",
"roots.item.staff.with_spell": "法杖(%s)",
"roots.jei.animal_harvest": "动物采收",
"roots.jei.animal_harvest.info": "注意:此处显示的产物是默认产物,可能会因模组联动而发生变化。",
"roots.jei.grove_crafting": "森流合成",
"roots.jei.knife_crafting": "小刀雕刻",
"roots.jei.mortar_crafting": "研钵合成",
Expand Down Expand Up @@ -567,6 +574,7 @@
"roots.tooltip.token.spell": "法术:%s",
"roots.tooltip.token.unlock": "右击以解锁。",
"roots.tooltip.token.unlocked": "你已经解锁过了。",
"roots.transmutation.not_enough_power": "森流能量不足,无法嬗变此物品。当前能量:%s,所需能量:%s",
"roots.wip": "[制作中]",
"spell.roots.acid_cloud": "酸云",
"spell.roots.aqua_bubble": "水泡",
Expand Down
Loading