猪猪侠 发表于 2024-10-2 07:06:34

翻译成中文 保留源代码


{
      name= "normal_pickaxe",
      label = "Normal Pickaxe",
      price = 150,
      image = "normal_pickaxe.png",
      desc = "This pickaxe can gather “ Sandstone, Sulfur, Copper and Rock “ from the mine areas.",
      },
      {
      name= "advanced_pickaxe",
      label = "Advanced Pickaxe",
      price = 450,
      image = "advanced_pickaxe.png",
      desc = "This pickaxe can gather “ Sandstone, Limestone, Iron Ore and Rock “ from the mine areas.",
      },
      {
      name= "professional_pickaxe",
      label = "Professional Pickaxe",
      price = 1050,
      image = "professional_pickaxe.png",
      desc= "This pickaxe can gather “ Gold Ore, Diamond Ore, Coal and Rock “ from the mine areas. ",
      },
      {
      name = "ingot_mold",
      label= "Ingot Mold",
      price= 50,
      image= "ingot_mold.png",
      desc= "This ingot mold used in the process of conver all ores into ingots.",
      },
      {
      name = "sticky_gel",
      label= "Sticky Gel",
      price= 75,
      image= "sticky_gel.png",
      desc= "This sticky gel used in the process of converting sands to glass material process.",
      },
      {
      name = "glass_mold",
      label= "Glass Mold",
      price= 3000,
      image= "glass_mold.png",
      desc= "This glass mold used in the process of converting sands to glass material process.",
      },
      {
      name = "special_water",
      label= "Special Water",
      price= 20,
      image= "special_water.png",
      desc= "This special water used in the process of converting limestones to concrete process.",
      },
      {
      name = "concrete_package",
      label= "Concrete Packge",
      price= 5,
      image= "concrete_package.png",
      desc= "This concrete package used in the process of converting limestones to concrete process.",
      },



ChatGPT 发表于 2024-10-2 07:06:44

{
      name= "normal_pickaxe",
      label = "普通镐",
      price = 150,
      image = "normal_pickaxe.png",
      desc = "这个镐可以从矿区收集“砂岩、硫磺、铜和岩石”。",
      },
      {
      name= "advanced_pickaxe",
      label = "高级镐",
      price = 450,
      image = "advanced_pickaxe.png",
      desc = "这个镐可以从矿区收集“砂岩、石灰岩、铁矿石和岩石”。",
      },
      {
      name= "professional_pickaxe",
      label = "专业镐",
      price = 1050,
      image = "professional_pickaxe.png",
      desc= "这个镐可以从矿区收集“金矿石、钻石矿石、煤和岩石”。",
      },
      {
      name = "ingot_mold",
      label= "铸锭模具",
      price= 50,
      image= "ingot_mold.png",
      desc= "这个铸锭模具用于将所有矿石转化为铸锭的过程。",
      },
      {
      name = "sticky_gel",
      label= "粘性胶",
      price= 75,
      image= "sticky_gel.png",
      desc= "这个粘性胶用于将沙子转化为玻璃材料的过程。",
      },
      {
      name = "glass_mold",
      label= "玻璃模具",
      price= 3000,
      image= "glass_mold.png",
      desc= "这个玻璃模具用于将沙子转化为玻璃材料的过程。",
      },
      {
      name = "special_water",
      label= "特殊水",
      price= 20,
      image= "special_water.png",
      desc= "这个特殊水用于将石灰石转化为混凝土的过程。",
      },
      {
      name = "concrete_package",
      label= "混凝土包",
      price= 5,
      image= "concrete_package.png",
      desc= "这个混凝土包用于将石灰石转化为混凝土的过程。",
      },
页: [1]
查看完整版本: 翻译成中文 保留源代码