Skip to content

Commit e740333

Browse files
Torchmaster 翻译提交 (#5132)
* 竟然有配置的键了 * Update projects/1.21/assets/torchmaster/torchmaster/lang/zh_cn.json Co-authored-by: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> * Update projects/1.21/assets/torchmaster/torchmaster/lang/zh_cn.json Co-authored-by: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> --------- Co-authored-by: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com>
1 parent 8d818df commit e740333

2 files changed

Lines changed: 72 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"block.torchmaster.megatorch": "Mega Torch",
3+
"block.torchmaster.megatorch.tooltip": "Prevents natural spawning of hostile monsters in a big radius around the torch",
4+
"block.torchmaster.dreadlamp": "Dread Lamp",
5+
"block.torchmaster.dreadlamp.tooltip": "Prevents natural spawning of passive animals like squids, bats or ocelots in a big radius around the lamp",
6+
"block.torchmaster.feral_flare_lantern": "Feral Flare Lantern",
7+
"block.torchmaster.feral_flare_lantern.tooltip": "Places invisible lights",
8+
"block.torchmaster.invisible_light": "Invisible Light",
9+
"command.torchmaster.torch_list.completed": "Torches have been dumped to the log file",
10+
"command.torchmaster.entity_dump.completed": "Entities have been dumped to the log file",
11+
"itemGroup.torchmaster": "Torchmaster",
12+
13+
"item.torchmaster.frozen_pearl": "Frozen Pearl",
14+
"item.torchmaster.frozen_pearl.tooltip": "Clears residual lights from a Feral Flare Lantern",
15+
16+
"text.config.torchmaster-config.option.feralFlareLanternTickRate": "Feral Flare Lantern Tick Rate",
17+
"text.config.torchmaster-config.option.feralFlareLanternTickRate.tooltip": "How often the lantern should attempt to place lights",
18+
"text.config.torchmaster-config.option.feralFlareLanternLightHardcap": "Feral Flare Lantern Light hard cap",
19+
"text.config.torchmaster-config.option.feralFlareLanternLightHardcap.tooltip": "How many lights the feral lantern is allowed to place in total. Don't set this too high or you may corrupt your world.",
20+
"text.config.torchmaster-config.option.feralFlareLanternRadius": "Feral Flare Lantern Radius",
21+
"text.config.torchmaster-config.option.feralFlareLanternRadius.tooltip": "The circular radius in which the lantern should place lights",
22+
"text.config.torchmaster-config.option.feralFlareLanternMinLightLevel": "Feral Flare Lantern Minimum Light Level",
23+
"text.config.torchmaster-config.option.feralFlareLanternMinLightLevel.tooltip": "The minimum light level before attempting to place a light",
24+
"text.config.torchmaster-config.option.dreadLampRadius": "Dread Lamp Radius",
25+
"text.config.torchmaster-config.option.dreadLampRadius.tooltip": "Dread Lamp Radius",
26+
"text.config.torchmaster-config.option.megaTorchRadius": "Megatorch Radius",
27+
"text.config.torchmaster-config.option.megaTorchRadius.tooltip": "Megatorch Radius",
28+
"text.config.torchmaster-config.option.blockOnlyNaturalSpawns": "Block only natural spawns",
29+
"text.config.torchmaster-config.option.blockOnlyNaturalSpawns.tooltip": "If disabled, the megatorch and dreadlamp will prevent spawns from minecraft spawners.",
30+
"text.config.torchmaster-config.option.blockVillageSieges": "Block village sieges",
31+
"text.config.torchmaster-config.option.blockVillageSieges.tooltip": "Megatorch will prevent village sieges by zombies if enabled",
32+
"text.config.torchmaster-config.option.megaTorchEntityBlockListOverrides": "Megatorch Entity Blocklist Overrides",
33+
"text.config.torchmaster-config.option.megaTorchEntityBlockListOverrides.tooltip": "See Torchmaster Wiki on Github for details",
34+
"text.config.torchmaster-config.option.dreadLampEntityBlockListOverrides": "Dreadlamp Entity Blocklist Overrides",
35+
"text.config.torchmaster-config.option.dreadLampEntityBlockListOverrides.tooltip": "See Torchmaster Wiki on Github for details"
36+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"block.torchmaster.megatorch": "巨型火把",
3+
"block.torchmaster.megatorch.tooltip": "在火把周围大范围内阻止敌对生物自然生成",
4+
"block.torchmaster.dreadlamp": "恐惧之灯",
5+
"block.torchmaster.dreadlamp.tooltip": "在灯周围大范围内阻止友好生物(例如鱿鱼、蝙蝠或豹猫等)自然生成",
6+
"block.torchmaster.feral_flare_lantern": "狂野闪耀之灯",
7+
"block.torchmaster.feral_flare_lantern.tooltip": "放置隐形光源",
8+
"block.torchmaster.invisible_light": "隐形光源",
9+
"command.torchmaster.torch_list.completed": "火把已导出至日志文件",
10+
"command.torchmaster.entity_dump.completed": "实体已导出至日志文件",
11+
"itemGroup.torchmaster": "火把大师",
12+
13+
"item.torchmaster.frozen_pearl": "寒冻珍珠",
14+
"item.torchmaster.frozen_pearl.tooltip": "清除狂野闪耀之灯的残余光源",
15+
16+
"text.config.torchmaster-config.option.feralFlareLanternTickRate": "狂野闪耀之灯工作间隔(tick)",
17+
"text.config.torchmaster-config.option.feralFlareLanternTickRate.tooltip": "狂野闪耀之灯尝试放置光源的频率",
18+
"text.config.torchmaster-config.option.feralFlareLanternLightHardcap": "狂野闪耀之灯光源数硬性上限",
19+
"text.config.torchmaster-config.option.feralFlareLanternLightHardcap.tooltip": "狂野闪耀之灯总共可放置多少光源。数值设置得过高可能会导致存档损坏。",
20+
"text.config.torchmaster-config.option.feralFlareLanternRadius": "狂野闪耀之灯范围半径",
21+
"text.config.torchmaster-config.option.feralFlareLanternRadius.tooltip": "狂野闪耀之灯放置光源的圆形半径",
22+
"text.config.torchmaster-config.option.feralFlareLanternMinLightLevel": "狂野闪耀之灯最低光照等级",
23+
"text.config.torchmaster-config.option.feralFlareLanternMinLightLevel.tooltip": "狂野闪耀之灯尝试放置光源前的最低光照等级",
24+
"text.config.torchmaster-config.option.dreadLampRadius": "恐惧之灯范围半径",
25+
"text.config.torchmaster-config.option.dreadLampRadius.tooltip": "恐惧之灯范围半径",
26+
"text.config.torchmaster-config.option.megaTorchRadius": "巨型火把范围半径",
27+
"text.config.torchmaster-config.option.megaTorchRadius.tooltip": "巨型火把范围半径",
28+
"text.config.torchmaster-config.option.blockOnlyNaturalSpawns": "仅阻止自然生成",
29+
"text.config.torchmaster-config.option.blockOnlyNaturalSpawns.tooltip": "若禁用,巨型火把和恐惧之灯将阻止原版刷怪笼生成生物。",
30+
"text.config.torchmaster-config.option.blockVillageSieges": "阻止僵尸围城",
31+
"text.config.torchmaster-config.option.blockVillageSieges.tooltip": "若启用,巨型火把会阻止僵尸围城事件",
32+
"text.config.torchmaster-config.option.megaTorchEntityBlockListOverrides": "巨型火把阻挡名单覆写",
33+
"text.config.torchmaster-config.option.megaTorchEntityBlockListOverrides.tooltip": "查看Github上的模组Wiki以了解更多细节",
34+
"text.config.torchmaster-config.option.dreadLampEntityBlockListOverrides": "恐惧之灯阻挡名单覆写",
35+
"text.config.torchmaster-config.option.dreadLampEntityBlockListOverrides.tooltip": "查看Github上的模组Wiki以了解更多细节"
36+
}

0 commit comments

Comments
 (0)