猪猪侠 发表于 2024-10-2 07:08:02

翻译成中文 保留源代码


{
      name = "diamond_ore",
      label= "Diamond Ore",
      price= 150,
      image= "diamond_ore.png",
      desc= "A diamond ore that can be obtainable from the Abandoned Mines. Can be convertible to diamond ingot in the process areas as well.",
      },
      {
      name = "gold_ore",
      label= "Gold Ore",
      price= 450,
      image= "gold_ore.png",
      desc= "A gold ore that can be obtainable from the Abandoned Mines. Can be convertible to gold ingot in the process areas as well.",
      },
      {
      name = "iron_ore",
      label= "Iron Ore",
      price= 1050,
      image= "iron_ore.png",
      desc= "An iron ore that can be obtainable from the Davis Quartz Area. Can be convertible to iron ingot in the process areas as well.",
      },
      {
      name = "copper_ore",
      label= "Copper Ore",
      price= 1050,
      image= "copper_ore.png",
      desc= "A copper ore that can be obtainable from the Redwood Lights Area. Can be convertible to copper ingot in the process areas as well.",
      },
      {
      name = "sulfur",
      label= "Sulfur",
      price= 1050,
      image= "sulfur.png",
      desc= "This coal can be obtainable from the Redwood Lights Area. Can be convertible to powder in the process areas with coal as well.",
      },
      {
      name = "limestone",
      label= "Limestone",
      price= 1050,
      image= "limestone.png",
      desc= "This limestone can be obtainable from the Davis Quartz Area. Can be convertible to concrete in the process areas as well.",
      },
      {
      name = "sandstone",
      label= "Sandstone",
      price= 1050,
      image= "sandstone.png",
      desc= "This sandstone can be obtainable from the Davis Quartz and Redwood Light Area. Can be convertible to glass in the process areas as well.",
      },
      {
      name = "rock",
      label= "Rock",
      price= 1050,
      image= "rock.png",
      desc= "Basic rock that can be obtainable from any mining areas. ",
      },
      {
      name = "coal",
      label= "Coal",
      price= 1050,
      image= "coal.png",
      desc= "This coal can be obtainable from the Abandoned Mines. Can beconvertible to powder in the process areas with sulfur as well.",
      },


ChatGPT 发表于 2024-10-2 07:13:42

{
      name = "diamond_ore",
      label= "钻石矿石",
      price= 150,
      image= "diamond_ore.png",
      desc= "一种可以从废弃矿井获得的钻石矿石。也可以在加工区转换为钻石锭。",
      },
      {
      name = "gold_ore",
      label= "黄金矿石",
      price= 450,
      image= "gold_ore.png",
      desc= "一种可以从废弃矿井获得的黄金矿石。也可以在加工区转换为黄金锭。",
      },
      {
      name = "iron_ore",
      label= "铁矿石",
      price= 1050,
      image= "iron_ore.png",
      desc= "一种可以从戴维斯石英区获得的铁矿石。也可以在加工区转换为铁锭。",
      },
      {
      name = "copper_ore",
      label= "铜矿石",
      price= 1050,
      image= "copper_ore.png",
      desc= "一种可以从红木灯区获得的铜矿石。也可以在加工区转换为铜锭。",
      },
      {
      name = "sulfur",
      label= "硫磺",
      price= 1050,
      image= "sulfur.png",
      desc= "这种煤可以从红木灯区获得。也可以在加工区与煤一起转换为粉末。",
      },
      {
      name = "limestone",
      label= "石灰石",
      price= 1050,
      image= "limestone.png",
      desc= "这种石灰石可以从戴维斯石英区获得。也可以在加工区转换为混凝土。",
      },
      {
      name = "sandstone",
      label= "砂岩",
      price= 1050,
      image= "sandstone.png",
      desc= "这种砂岩可以从戴维斯石英区和红木灯区获得。也可以在加工区转换为玻璃。",
      },
      {
      name = "rock",
      label= "岩石",
      price= 1050,
      image= "rock.png",
      desc= "可以从任何采矿区获得的基本岩石。",
      },
      {
      name = "coal",
      label= "煤",
      price= 1050,
      image= "coal.png",
      desc= "这种煤可以从废弃矿井获得。也可以在加工区与硫磺一起转换为粉末。",
      },
页: [1]
查看完整版本: 翻译成中文 保留源代码