diff --git a/projects/assets/hostile-neural-networks/1.21/hostilenetworks/lang/en_us.json b/projects/assets/hostile-neural-networks/1.21/hostilenetworks/lang/en_us.json index f9b75cd212be..542df76832d6 100644 --- a/projects/assets/hostile-neural-networks/1.21/hostilenetworks/lang/en_us.json +++ b/projects/assets/hostile-neural-networks/1.21/hostilenetworks/lang/en_us.json @@ -101,7 +101,13 @@ "hostilenetworks.gui.redstone.off_when_powered": "Redstone: Off When Powered", "hostilenetworks.gui.redstone.on_when_powered": "Redstone: On When Powered", "hostilenetworks.gui.mode.inference": "Mode: Inference", + "hostilenetworks.gui.mode.inference.desc": "Simulations produce output,", + "hostilenetworks.gui.mode.inference.desc2": "but models do not gain data", "hostilenetworks.gui.mode.training": "Mode: Training", + "hostilenetworks.gui.mode.training.desc": "Simulations increase model data,", + "hostilenetworks.gui.mode.training.desc2": "but produce no outputs", + "hostilenetworks.gui.mode.power": "Energy Cost: %s%%", + "hostilenetworks.gui.mode.speed": "Simulation Speed: %s%%", "hostilenetworks.gui.mode.disabled": "Training Mode is disabled by the server config", "hostilenetworks.gui.data_center.io": "Input / Output", @@ -113,7 +119,7 @@ "hostilenetworks.tier.advanced": "Advanced", "hostilenetworks.tier.superior": "Superior", "hostilenetworks.tier.self_aware": "Self Aware", - + "hostilenetworks.fail.output": "Cannot begin simulation\nOutput buffers are occupied", "hostilenetworks.fail.energy": "Cannot begin simulation\nSystem energy levels critical", "hostilenetworks.fail.input": "Cannot begin simulation\nMissing input: %s", @@ -121,10 +127,12 @@ "hostilenetworks.fail.faulty": "Insufficient data in model. Please insert a basic model or better", "hostilenetworks.fail.energy_mid_cycle": "Simulation progress paused\nSystem energy levels critical", "hostilenetworks.fail.redstone": "Simulation progress paused\nIncorrect redstone signal applied", + "hostilenetworks.fail.cannot_train": "Cannot begin simulation\nModel can no longer be trained", "hostilenetworks.fail.shell_broken": "Multiblock shell is incomplete or invalid", "hostilenetworks.fail.not_self_aware": "Model requires at least Self Aware tier", "hostilenetworks.fail.no_selection": "No output is selected\nRight-click the slot to configure", - + "hostilenetworks.fail.buffering": "Model outputs are buffering", + "hostilenetworks.run.0": "> Launching runtime ", "hostilenetworks.run.1": "> Iteration #%s started", "hostilenetworks.run.2": "> Loading model from chip memory", diff --git a/projects/assets/hostile-neural-networks/1.21/hostilenetworks/lang/zh_cn.json b/projects/assets/hostile-neural-networks/1.21/hostilenetworks/lang/zh_cn.json index 237db9e8228f..00c7b1191f21 100644 --- a/projects/assets/hostile-neural-networks/1.21/hostilenetworks/lang/zh_cn.json +++ b/projects/assets/hostile-neural-networks/1.21/hostilenetworks/lang/zh_cn.json @@ -101,7 +101,13 @@ "hostilenetworks.gui.redstone.off_when_powered": "红石:有信号时暂停", "hostilenetworks.gui.redstone.on_when_powered": "红石:有信号时启动", "hostilenetworks.gui.mode.inference": "模式:推理", + "hostilenetworks.gui.mode.inference.desc": "模拟过程会产出产物,", + "hostilenetworks.gui.mode.inference.desc2": "但模型本身不会积累数据", "hostilenetworks.gui.mode.training": "模式:训练", + "hostilenetworks.gui.mode.training.desc": "模拟过程能积累数据,", + "hostilenetworks.gui.mode.training.desc2": "但不会产出产物", + "hostilenetworks.gui.mode.power": "能量消耗:%s%%", + "hostilenetworks.gui.mode.speed": "模拟速度:%s%%", "hostilenetworks.gui.mode.disabled": "训练模式已被服务端配置禁用", "hostilenetworks.gui.data_center.io": "输入 / 输出", @@ -113,7 +119,7 @@ "hostilenetworks.tier.advanced": "进阶", "hostilenetworks.tier.superior": "超级", "hostilenetworks.tier.self_aware": "自我意识", - + "hostilenetworks.fail.output": "无法开始模拟\n输出槽已被占用", "hostilenetworks.fail.energy": "无法开始模拟\n系统能量不足", "hostilenetworks.fail.input": "无法开始模拟\n缺少输入:%s", @@ -121,10 +127,12 @@ "hostilenetworks.fail.faulty": "模型中的数据无效\n请插入等级为基础或以上的数据模型", "hostilenetworks.fail.energy_mid_cycle": "模拟进度暂停\n系统能量等级低", "hostilenetworks.fail.redstone": "模拟进度暂停\n红石信号错误", + "hostilenetworks.fail.cannot_train": "无法开始模拟\n模型无法继续训练", "hostilenetworks.fail.shell_broken": "多方块外壳不完整或无效", "hostilenetworks.fail.not_self_aware": "需要模型至少为自我意识等级", "hostilenetworks.fail.no_selection": "未选择输出\n右击槽位以配置", - + "hostilenetworks.fail.buffering": "模型产物已阻塞", + "hostilenetworks.run.0": "> 启动运行时 ", "hostilenetworks.run.1": "> 开始第 %s 次迭代", "hostilenetworks.run.2": "> 从芯片内存加载模型",