翻译成中文,保留原代码
---hunting---
['illegalmap'] = {['name'] = 'illegalmap', ["decay"] = 1.0,['label'] = 'İllegal Harita'< ['weight'] = 500, ['type'] = 'item', ['image'] = 'illegalmap.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Tebrikler Sanat Soygunu Başlangıç Noktası Gösteren haritayı buldun'},
["meatdeer"] = {["name"] = "meatdeer", ["label"] = "Deer Horns", ["weight"] = 100, ["type"] = "item", ["image"] = "deerhorns.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Deer Horns"},
["meatpig"] = {["name"] = "meatpig", ["label"] = "Pig Meat", ["weight"] = 100, ["type"] = "item", ["image"] = "pigpelt.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Pig Meat"},
["meatboar"] = {["name"] = "meatboar", ["label"] = "Boar Tusks", ["weight"] = 100, ["type"] = "item", ["image"] = "boartusks.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Boar Tusks"},
["meatlion"] = {["name"] = "meatlion", ["label"] = "Cougar Claws", ["weight"] = 100, ["type"] = "item", ["image"] = "cougarclaw.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Cougar Claw"},
["meatcow"] = {["name"] = "meatcow", ["label"] = "Cow Pelt", ["weight"] = 100, ["type"] = "item", ["image"] = "cowpelt.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Cow Pelt"},
["meatrabbit"] = {["name"] = "meatrabbit", ["label"] = "Rabbit Fur", ["weight"] = 100, ["type"] = "item", ["image"] = "rabbitfur.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Rabbit Fur"},
["meatbird"] = {["name"] = "meatbird", ["label"] = "Bird Feather", ["weight"] = 100, ["type"] = "item", ["image"] = "birdfeather.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Bird Feather"},
["meatcoyote"] = {["name"] = "meatcoyote", ["label"] = "Coyote Pelt", ["weight"] = 100, ["type"] = "item", ["image"] = "coyotepelt.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Coyote Pelt"},
["huntingbait"] = {["name"] = "huntingbait", ["label"] = "Hunting Bait", ["weight"] = 150, ["type"] = "item", ["image"] = "huntingbait.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hunting Bait"},
['drone'] = {['name'] = 'drone', ['label'] = 'drone', ['weight'] = 500, ['type'] = 'item', ['image'] = 'drone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'I like drone'},
["spray"] = {["name"] = "spray", ["label"] = "Bomboletta Spray", ["weight"] = 300, ["type"] = "item", ["image"] = "spray.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Una bomboletta spray di vernice"},
["spray_remover"] = {["name"] = "spray_remover", ["label"] = "Kit rimozione Spray", ["weight"] = 300, ["type"] = "item", ["image"] = "spray_remover.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Un kit di rimozione vernice spray"},
['burner_phone'] = {['name'] = 'burner_phone', ['label'] = 'Burner Phone', ['weight'] = 10, ['type'] = 'item', ['image'] = 'burner_phone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Use Burner Phone'},
['begging_box'] = {['name'] = 'begging_box', ['label'] = 'Begging Box', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'begging_box.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A box for begging money!'},
['begging_guitar'] = {['name'] = 'begging_guitar', ['label'] = 'Begging Guitar', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'begging_guitar.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A musical guitar!'},
['vehiclekey'] = {['name'] = 'vehiclekey', ['label'] = 'Vehicle Key', ['weight'] = 0, ['type'] = 'item', ['image'] = 'vehiclekey.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'This is a car key, take good care of it, if you lose it you probably won\'t be able to use your car' }, ---狩猎---
['illegalmap'] = {
['name'] = 'illegalmap', -- 名称:非法地图
["decay"] = 1.0, -- 衰减率
['label'] = '非法地图' -- 标签:非法地图
}
页:
[1]