wx363880556 发表于 2024-8-19 14:42:05

翻译成中文,保留原有代码


-- Trash Items
      ['fishingtin']                   = {['name'] = 'fishingtin',                ['label'] = 'Fishing Tin',            ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'fishingtin.png',         ['unique'] = false,    ['useable'] = false,   ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Fishing Tin'},
      ['fishingboot']                  = {['name'] = 'fishingboot',               ['label'] = 'Fishing Boot',             ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'fishingboot.png',          ['unique'] = false,    ['useable'] = false,   ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Fishing Boot'},
      
      -- Exotic Fish
      ['killerwhale']                  = {['name'] = 'killerwhale',               ['label'] = 'Whale',                  ['weight'] = 15000,   ['type'] = 'item',      ['image'] = 'killerwhale.png',          ['unique'] = true,   ['useable'] = false,   ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Killer Whale'},
      ['dolphin']                      = {['name'] = 'dolphin',                   ['label'] = 'Dolphin',                  ['weight'] = 5000,      ['type'] = 'item',      ['image'] = 'dolphin.png',            ['unique'] = true,   ['useable'] = false,   ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Dolphin'},
      ['sharkhammer']                  = {['name'] = 'sharkhammer',               ['label'] = 'Shark',                  ['weight'] = 5000,      ['type'] = 'item',      ['image'] = 'sharkhammer.png',          ['unique'] = true,   ['useable'] = false,   ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Hammerhead Shark'},
      ['sharktiger']                   = {['name'] = 'sharktiger',                ['label'] = 'Shark',                  ['weight'] = 5000,      ['type'] = 'item',      ['image'] = 'sharktiger.png',         ['unique'] = true,   ['useable'] = false,   ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Tigershark'},
      
      -- Gear
      --['fishbait']                   = {['name'] = 'fishbait',                  ['label'] = 'Fish Bait',                ['weight'] = 400,       ['type'] = 'item',      ['image'] = 'fishbait.png',             ['unique'] = false,    ['useable'] = true,   ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = 'Fishing bait'},
      --['fishingrod']                     = {['name'] = 'fishingrod',                ['label'] = 'Fishing Rod',            ['weight'] = 750,       ['type'] = 'item',      ['image'] = 'fishingrod.png',         ['unique'] = false,    ['useable'] = true,   ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = 'A fishing rod for adventures with friends!!'},   
      ['anchor']                     = {['name'] = 'anchor',                  ['label'] = 'Boat Anchor',            ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'anchor.png',               ['unique'] = false,    ['useable'] = true,   ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = 'Boat Anchor'},   
      ['fishicebox']                   = {['name'] = 'fishicebox',                ['label'] = 'Fishing Ice Chest',      ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'fishicebox.png',         ['unique'] = true,   ['useable'] = true,   ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = 'Ice Box to store all of your fish'},
      
      -- Rewards
      ['fishingloot']                  = {['name'] = 'fishingloot',               ['label'] = 'Metal Box',                ['weight'] = 500,       ['type'] = 'item',      ['image'] = 'fishingloot.png',          ['unique'] = false,    ['useable'] = true,   ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = 'Seems to be a corroded from the salt water, Should be easy to open'},
      ['fishinglootbig']               = {['name'] = 'fishinglootbig',            ['label'] = 'Treasure Chest',         ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'fishinglootbig.png',       ['unique'] = false,    ['useable'] = true,   ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = 'The lock seems to be intact, Might need a key'},
      ['fishingkey']                   = {['name'] = 'fishingkey',                ['label'] = 'Corroded Key',             ['weight'] = 100,       ['type'] = 'item',      ['image'] = 'fishingkey.png',         ['unique'] = false,    ['useable'] = true,   ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = 'A weathered key that looks usefull'},
      ['fishtacklebox']                = {['name'] = 'fishtacklebox',             ['label'] = 'Tackle Box',               ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'fishtacklebox.png',      ['unique'] = false,    ['useable'] = true,   ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = 'Seems to be left over tackle box from another fisherman'},   
      ['pearlscard']                   = {['name'] = 'pearlscard',                ['label'] = 'Pearls Seafood',         ['weight'] = 100,       ['type'] = 'item',      ['image'] = 'pearlscard.png',         ['unique'] = false,    ['useable'] = true,   ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = 'A special member of Pearl\'s Seafood Restaurant'},   
   
    ["fish"]                         = {["name"] = "fish",                        ["label"] = "Fish",                     ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fish.png",               ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Just a fish"},
    ["fish_bass"]                  = {["name"] = "fish_bass",                     ["label"] = "Bass",                     ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fish_bass.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Striped Bass. Bass like the fish, not the officer"},
    ["fish_bluefish"]                = {["name"] = "fish_bluefish",               ["label"] = "Bluefish",               ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fish_bluefish.png",      ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Whoever coined this name was a genius"},
    ["fish_boot"]                  = {["name"] = "fish_boot",                     ["label"] = "Boot",                     ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fish_boot.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "insert shit here"},
    ["fish_cod"]                     = {["name"] = "fish_cod",                      ["label"] = "Cod",                      ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fish_cod.png",             ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Modern Warfare"},
    ["fish_dolphin"]               = {["name"] = "fish_dolphin",                  ["label"] = "Baby Dolphin",             ["weight"] = 100000,    ["type"] = "item",      ["image"] = "fish_dolphin.png",         ["unique"] = true,      ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "A fucking dolphin! Someone might be interested in buying it? Lol, jk. Throw it back. Unless..?"},
    ["fish_flounder"]                = {["name"] = "fish_flounder",               ["label"] = "Flounder",               ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fish_flounder.png",      ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "I went fishing and all I got was this lousy flounder"},
    ["fish_mackerel"]                = {["name"] = "fish_mackerel",               ["label"] = "Mackerel",               ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fish_mackerel.png",      ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Sometimes holy"},
    ["fish_shark"]                   = {["name"] = "fish_shark",                  ["label"] = "Baby Shark",               ["weight"] = 100000,    ["type"] = "item",      ["image"] = "fish_shark.png",         ["unique"] = true,      ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "A fucking shark! Someone might be interested in buying it? Lol, jk. Throw it back. Unless..?"},
    ["fish_whale"]                   = {["name"] = "fish_whale",                  ["label"] = "Baby Whale",               ["weight"] = 100000,    ["type"] = "item",      ["image"] = "fish_whale.png",         ["unique"] = true,      ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "A fucking whale! Someone might be interested in buying it? Lol, jk. Throw it back. Unless..?"},
   
    --["fishingrod"]                     = {["name"] = "fishingrod",                  ["label"] = "Fishing Rod",            ["weight"] = 10000,   ["type"] = "item",      ["image"] = "fishingrod.png",         ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Lets fish"},
    ["fishingbait"]                  = {["name"] = "fishingbait",                   ["label"] = "Fishing Bait",             ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fishingbait.png",          ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Its a bait man"},
    ["fishtaco"]                     = {["name"] = "fishtaco",                      ["label"] = "Fishtaco",               ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fishtaco.png",             ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Make like the fishes."},
    ---["fishingtin"]                  = {["name"] = "fishingtin",                  ["label"] = "Sea Tin",                  ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fishingtin.png",         ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "insert shit here"},

    -- // ROBBERY/CRIME RELATED //
    ["bobcatsecuritycard"]         = {["name"] = "bobcatsecuritycard",            ["label"] = "Bobcat Security Keycard",["weight"] = 1000,      ["type"] = "item",      ["image"] = "gruppe62.png",             ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["decay"] = 1.0, ["description"] = "For Gruppe6 contractors."},
    ["iphone"]                     = {["name"] = "iphone",                        ["label"] = "iPhone",                   ["weight"] = 1000,      ["type"] = "item",      ["image"] = "iphone.png",               ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["decay"] = 1.0, ["description"] = ""},
    ["samsungphone"]               = {["name"] = "samsungphone",                  ["label"] = "Samsung S10",            ["weight"] = 1000,      ["type"] = "item",      ["image"] = "samsungphone.png",         ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["decay"] = 1.0, ["description"] = ""},
    ["inkedmoneybag"]                = {["name"] = "inkedmoneybag",               ["label"] = "Inked Money Bag",          ["weight"] = 10000,   ["type"] = "item",      ["image"] = "markedbills.png",          ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Made with cheap ink that expires"},
    ["band"]                         = {["name"] = "band",                        ["label"] = "Band of Notes",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "cashstack.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Lots of low denominators - Indicates drug sales."},
    ["rollcash"]                     = {["name"] = "rollcash",                      ["label"] = "Roll of Small Notes",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "cash-roll.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Lots of low denominators - Indicates drug sales."},
    ["cashstack"]                  = {["name"] = "cashstack",                     ["label"] = "Stack of Cash",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "cashstack.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "All nice and sequential."},
    ["goldbar"]                      = {["name"] = "goldbar",                     ["label"] = "Gold Bar",               ["weight"] = 1000,      ["type"] = "item",      ["image"] = "goldbar.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
    ["goldcoin"]                     = {["name"] = "goldcoin",                      ["label"] = "Gold Coin",                ["weight"] = 0,         ["type"] = "item",      ["image"] = "goldcoin.png",             ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Check inside for chocolate"},
    ["diamond_ring"]               = {["name"] = "diamond_ring",                  ["label"] = "Diamond Ring",             ["weight"] = 1000,      ["type"] = "item",      ["image"] = "diamond_ring.png",         ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
    ["goldchain"]                  = {["name"] = "goldchain",                     ["label"] = "Gold Chain",               ["weight"] = 1000,      ["type"] = "item",      ["image"] = "goldchain.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
    ["thermitecharge"]               = {["name"] = "thermitecharge",                ["label"] = "Thermite Charge",          ["weight"] = 10000,   ["type"] = "item",      ["image"] = "thermite_charge.png",      ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "This thing burns!"},
    ["diamond_necklace"]             = {["name"] = "diamond_necklace",            ["label"] = "Diamond Necklace",         ["weight"] = 200,       ["type"] = "item",      ["image"] = "diamond_necklace.png",   ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false, ["combinable"] = nil,   ["description"] = "A diamond necklace seems like the jackpot to me!"},
    ["ruby_necklace"]                = {["name"] = "ruby_necklace",               ["label"] = "Ruby Necklace",            ["weight"] = 200,       ["type"] = "item",      ["image"] = "ruby_necklace.png",      ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false, ["combinable"] = nil,   ["description"] = "A ruby necklace seems like the jackpot to me!"},
    ["sapphire_necklace"]            = {["name"] = "sapphire_necklace",             ["label"] = "Sapphire Necklace",      ["weight"] = 200,       ["type"] = "item",      ["image"] = "sapphire_necklace.png",    ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false, ["combinable"] = nil,   ["description"] = "A sapphire necklace seems like the jackpot to me!"},
    ["emerald_necklace"]             = {["name"] = "emerald_necklace",            ["label"] = "Emerald Necklace",         ["weight"] = 200,       ["type"] = "item",      ["image"] = "emerald_necklace.png",   ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false, ["combinable"] = nil,   ["description"] = "A emerald necklace seems like the jackpot to me!"},
    ["carbon"]                     = {["name"] = "carbon",                        ["label"] = "Carbon",                   ["weight"] = 1000,      ["type"] = "item",      ["image"] = "carbon.png",               ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false, ["combinable"] = nil,   ["description"] = "Carbon, a base ore."},
   


ChatGPT 发表于 2024-8-19 14:43:08

```lua
-- 垃圾物品 (Trash Items)
['fishingtin']                   = {['name'] = 'fishingtin',                ['label'] = '钓鱼罐头',            ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'fishingtin.png',         ['unique'] = false,    ['useable'] = false,   ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = '钓鱼罐头'},
['fishingboot']                  = {['name'] = 'fishingboot',               ['label'] = '钓鱼靴',               ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'fishingboot.png',          ['unique'] = false,    ['useable'] = false,   ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = '钓鱼靴'},

-- 奇异鱼类 (Exotic Fish)
['killerwhale']                  = {['name'] = 'killerwhale',               ['label'] = '鲸鱼',                  ['weight'] = 15000,   ['type'] = 'item',      ['image'] = 'killerwhale.png',          ['unique'] = true,   ['useable'] = false,   ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = '虎鲸'},
['dolphin']                      = {['name'] = 'dolphin',                   ['label'] = '海豚',                  ['weight'] = 5000,      ['type'] = 'item',      ['image'] = 'dolphin.png',            ['unique'] = true,   ['useable'] = false,   ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = '海豚'},
['sharkhammer']                  = {['name'] = 'sharkhammer',               ['label'] = '鲨鱼',                  ['weight'] = 5000,      ['type'] = 'item',      ['image'] = 'sharkhammer.png',          ['unique'] = true,   ['useable'] = false,   ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = '双髻鲨'},
['sharktiger']                   = {['name'] = 'sharktiger',                ['label'] = '鲨鱼',                  ['weight'] = 5000,      ['type'] = 'item',      ['image'] = 'sharktiger.png',         ['unique'] = true,   ['useable'] = false,   ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = '虎鲨'},

-- 装备 (Gear)
['anchor']                     = {['name'] = 'anchor',                  ['label'] = '船锚',                   ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'anchor.png',               ['unique'] = false,    ['useable'] = true,   ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = '船锚'},   
['fishicebox']                   = {['name'] = 'fishicebox',                ['label'] = '钓鱼冰箱',            ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'fishicebox.png',         ['unique'] = true,   ['useable'] = true,   ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = '储存你所有鱼类的冰箱'},

-- 奖励品 (Rewards)
['fishingloot']                  = {['name'] = 'fishingloot',               ['label'] = '金属盒子',               ['weight'] = 500,       ['type'] = 'item',      ['image'] = 'fishingloot.png',          ['unique'] = false,    ['useable'] = true,   ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = '似乎被盐水腐蚀了,应该很容易打开'},
['fishinglootbig']               = {['name'] = 'fishinglootbig',            ['label'] = '宝藏箱',               ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'fishinglootbig.png',       ['unique'] = false,    ['useable'] = true,   ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = '锁似乎完好无损,可能需要一把钥匙'},
['fishingkey']                   = {['name'] = 'fishingkey',                ['label'] = '腐蚀的钥匙',             ['weight'] = 100,       ['type'] = 'item',      ['image'] = 'fishingkey.png',         ['unique'] = false,    ['useable'] = true,   ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = '一把看起来很有用的风化钥匙'},
['fishtacklebox']                = {['name'] = 'fishtacklebox',             ['label'] = '工具箱',               ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'fishtacklebox.png',      ['unique'] = false,    ['useable'] = true,   ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = '似乎是其他渔民遗留下来的工具箱'},   
['pearlscard']                   = {['name'] = 'pearlscard',                ['label'] = '珍珠海鲜卡',             ['weight'] = 100,       ['type'] = 'item',      ['image'] = 'pearlscard.png',         ['unique'] = false,    ['useable'] = true,   ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = '珍珠海鲜餐厅的特别会员卡'},   

["fish"]                         = {["name"] = "fish",                      ["label"] = "鱼",                     ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fish.png",               ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "只是一条鱼"},
["fish_bass"]                  = {["name"] = "fish_bass",               ["label"] = "鲈鱼",                   ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fish_bass.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "条纹鲈鱼。是鲈鱼,不是官员"},
["fish_bluefish"]                = {["name"] = "fish_bluefish",             ["label"] = "蓝鱼",                   ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fish_bluefish.png",      ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "起这个名字的人真是天才"},
["fish_boot"]                  = {["name"] = "fish_boot",               ["label"] = "靴子",                   ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fish_boot.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "请在此插入内容"},
["fish_cod"]                     = {["name"] = "fish_cod",                  ["label"] = "鳕鱼",                   ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fish_cod.png",             ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "现代战争"},
["fish_dolphin"]               = {["name"] = "fish_dolphin",            ["label"] = "小海豚",               ["weight"] = 100000,    ["type"] = "item",      ["image"] = "fish_dolphin.png",         ["unique"] = true,      ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "一只海豚!有人可能会感兴趣买?哈哈,开玩笑的。把它放回去。除非..?"},
["fish_flounder"]                = {["name"] = "fish_flounder",             ["label"] = "比目鱼",               ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fish_flounder.png",      ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "我去钓鱼,只得到这可怜的比目鱼"},
["fish_mackerel"]                = {["name"] = "fish_mackerel",             ["label"] = "鲭鱼",                   ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fish_mackerel.png",      ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "有时是神圣的"},
["fish_shark"]                   = {["name"] = "fish_shark",                ["label"] = "小鲨鱼",               ["weight"] = 100000,    ["type"] = "item",      ["image"] = "fish_shark.png",         ["unique"] = true,      ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "一只鲨鱼!有人可能会感兴趣买?哈哈,开玩笑的。把它放回去。除非..?"},
["fish_whale"]                   = {["name"] = "fish_whale",                ["label"] = "小鲸鱼",               ["weight"] = 100000,    ["type"] = "item",      ["image"] = "fish_whale.png",         ["unique"] = true,      ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "一只鲸鱼!有人可能会感兴趣买?哈哈,开玩笑的。把它放回去。除非..?"},

["fishingbait"]                  = {["name"] = "fishingbait",               ["label"] = "鱼饵",                   ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fishingbait.png",          ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "这是鱼饵"},
["fishtaco"]                     = {["name"] = "fishtaco",                  ["label"] = "鱼玉米饼",               ["weight"] = 1000,      ["type"] = "item",      ["image"] = "fishtaco.png",             ["unique"] = false,   ["useable"] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '像鱼儿一样准备吧。'},

-- 抢劫/犯罪相关 (ROBBERY/CRIME RELATED)
["bobcatsecuritycard"]         = {["name"] = "bobcatsecuritycard",      ["label"] = "Bobcat 安保钥匙卡",    ["weight"] = 1000,      ["type"] = "item",      ["image"] = "gruppe62.png",             ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["decay"] = 1.0, ["description"] = "适用于 Gruppe6 承包商。"},
["iphone"]                     = {["name"] = "iphone",                  ["label"] = "iPhone",               ["weight"] = 1000,      ["type"] = "item",      ["image"] = "iphone.png",               ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["decay"] = 1.0, ["description"] = ""},
["samsungphone"]               = {["name"] = "samsungphone",            ["label"] = "三星 S10",               ["weight"] = 1000,      ["type"] = "item",      ["image"] = "samsungphone.png",         ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["decay"] = 1.0, ["description"] = ""},
["inkedmoneybag"]                = {["name"] = "inkedmoneybag",             ["label"] = "染色钱袋",            ["weight"] = 10000,   ["type"] = "item",      ["image"] = "markedbills.png",          ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "用廉价墨水制造,有效期有限"},
["band"]                         = {["name"] = "band",                      ["label"] = "一叠钞票",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "cashstack.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "大量低面额钞票 - 表明毒品销售。"},
["rollcash"]                     = {["name"] = "rollcash",                  ["label"] = "一卷小钞票",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "cash-roll.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "大量低面额钞票 - 表明毒品销售。"},
["cashstack"]                  = {["name"] = "cashstack",               ["label"] = "一堆现金",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "cashstack.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "整齐且按顺序排列的钞票。"},
["goldbar"]                      = {["name"] = "goldbar",                   ["label"] = "金条",                  ["weight"] = 1000,      ["type"] = "item",      ["image"] = "goldbar.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
["goldcoin"]                     = {["name"] = "goldcoin",                  ["label"] = "金币",                  ["weight"] = 0,         ["type"] = "item",      ["image"] = "goldcoin.png",             ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "检查里面是否有巧克力"},
["diamond_ring"]               = {["name"] = "diamond_ring",            ["label"] = "钻戒",                  ["weight"] = 1000,      ["type"] = "item",      ["image"] = "diamond_ring.png",         ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
["goldchain"]                  = {["name"] = "goldchain",               ["label"] = "金链",                  ["weight"] = 1000,      ["type"] = "item",      ["image"] = "goldchain.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
["thermitecharge"]               = {["name"] = "thermitecharge",            ["label"] = "铝热剂炸药",            ["weight"] = 10000,   ["type"] = "item",      ["image"] = "thermite_charge.png",      ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "这东西会燃烧!"},
["diamond_necklace"]             = {["name"] = "diamond_necklace",          ["label"] = "钻石项链",            ["weight"] = 200,       ["type"] = "item",      ["image"] = "diamond_necklace.png",   ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "钻石项链对我来说就是大奖!"},
["ruby_necklace"]                = {["name"] = "ruby_necklace",             ["label"] = "红宝石项链",            ["weight"] = 200,       ["type"] = "item",      ["image"] = "ruby_necklace.png",      ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "红宝石项链
页: [1]
查看完整版本: 翻译成中文,保留原有代码